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 [2024-11-21T04:56:42.485Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-11-21T04:56:42.537Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-11-21T04:56:42.557Z] ========================================================= [2024-11-21T04:56:42.558Z] EdgeX Global Pipelines Version Info [2024-11-21T04:56:42.558Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-11-21T04:56:43.663Z] ------------------- [2024-11-21T04:56:43.663Z] stable info: [2024-11-21T04:56:43.663Z] ------------------- [2024-11-21T04:56:43.663Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-11-21T04:56:43.663Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-11-21T04:56:43.663Z] Message: update stable to v1.0.265 [2024-11-21T04:56:43.925Z] ------------------- [2024-11-21T04:56:43.925Z] experimental info: [2024-11-21T04:56:43.925Z] ------------------- [2024-11-21T04:56:43.925Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-11-21T04:56:43.925Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-11-21T04:56:43.925Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-11-21T04:56:44.007Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-11-21T04:56:44.033Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-11-21T04:56:44.061Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-11-21T04:56:44.086Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-11-21T04:56:44.110Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-11-21T04:56:44.133Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-11-21T04:56:44.154Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-11-21T04:56:44.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-11-21T04:56:44.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-11-21T04:56:44.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-11-21T04:56:44.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-11-21T04:56:44.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-11-21T04:56:44.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-11-21T04:56:44.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-11-21T04:56:44.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-11-21T04:56:44.361Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-11-21T04:56:44.384Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-11-21T04:56:44.410Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-11-21T04:56:44.437Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-11-21T04:56:44.457Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2024-11-21T04:56:44.473Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-11-21T04:56:44.490Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-11-21T04:56:44.511Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-11-21T04:56:44.531Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-11-21T04:56:44.558Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-11-21T04:56:44.579Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-11-21T04:56:44.603Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] echo [2024-11-21T04:56:44.625Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dcc5cb7 [Pipeline] echo [2024-11-21T04:56:44.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-21T04:56:44.707Z] provisioning config files... [2024-11-21T04:56:44.720Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/755@tmp/config12226752143601397098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-21T04:56:45.056Z] ---> ****-login.sh [2024-11-21T04:56:45.056Z] nexus3.edgexfoundry.org:10001 [2024-11-21T04:56:45.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T04:56:45.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T04:56:45.317Z] Configure a credential helper to remove this warning. See [2024-11-21T04:56:45.317Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T04:56:45.317Z] [2024-11-21T04:56:45.317Z] Login Succeeded [2024-11-21T04:56:45.317Z] nexus3.edgexfoundry.org:10002 [2024-11-21T04:56:45.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T04:56:45.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T04:56:45.317Z] Configure a credential helper to remove this warning. See [2024-11-21T04:56:45.317Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T04:56:45.317Z] [2024-11-21T04:56:45.317Z] Login Succeeded [2024-11-21T04:56:45.317Z] nexus3.edgexfoundry.org:10003 [2024-11-21T04:56:45.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T04:56:45.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T04:56:45.578Z] Configure a credential helper to remove this warning. See [2024-11-21T04:56:45.578Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T04:56:45.578Z] [2024-11-21T04:56:45.578Z] Login Succeeded [2024-11-21T04:56:45.578Z] nexus3.edgexfoundry.org:10004 [2024-11-21T04:56:45.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T04:56:45.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T04:56:45.579Z] Configure a credential helper to remove this warning. See [2024-11-21T04:56:45.579Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T04:56:45.579Z] [2024-11-21T04:56:45.579Z] Login Succeeded [2024-11-21T04:56:45.579Z] ****.io [2024-11-21T04:56:45.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T04:56:45.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T04:56:45.869Z] Configure a credential helper to remove this warning. See [2024-11-21T04:56:45.869Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T04:56:45.869Z] [2024-11-21T04:56:45.869Z] Login Succeeded [2024-11-21T04:56:45.869Z] ---> ****-login.sh ends [Pipeline] } [2024-11-21T04:56:45.875Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-21T04:56:46.214Z] + 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 [2024-11-21T04:56:46.214Z] + dirname cmd/core-command/Dockerfile [2024-11-21T04:56:46.214Z] + cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo core-command,cmd/core-command/Dockerfile [2024-11-21T04:56:46.214Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-11-21T04:56:46.214Z] + cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-11-21T04:56:46.214Z] + dirname cmd/core-data/Dockerfile [2024-11-21T04:56:46.214Z] + cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo core-data,cmd/core-data/Dockerfile [2024-11-21T04:56:46.214Z] + dirname cmd/core-keeper/Dockerfile [2024-11-21T04:56:46.214Z] + cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-11-21T04:56:46.214Z] + dirname+ cmd/core-metadata/Dockerfile [2024-11-21T04:56:46.214Z] cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-11-21T04:56:46.214Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-11-21T04:56:46.214Z] + cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-11-21T04:56:46.214Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-11-21T04:56:46.214Z] + cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-11-21T04:56:46.214Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-11-21T04:56:46.214Z] + cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-11-21T04:56:46.214Z] + + dirnamecut cmd/security-secretstore-setup/Dockerfile -d/ [2024-11-21T04:56:46.214Z] -f2 [2024-11-21T04:56:46.214Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-11-21T04:56:46.214Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-11-21T04:56:46.214Z] + cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-11-21T04:56:46.214Z] + dirname cmd/security-spire-agent/Dockerfile [2024-11-21T04:56:46.214Z] + cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-11-21T04:56:46.214Z] + dirname cmd/security-spire-config/Dockerfile [2024-11-21T04:56:46.214Z] + cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-11-21T04:56:46.214Z] + dirname cmd/security-spire-server/Dockerfile [2024-11-21T04:56:46.214Z] + cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-11-21T04:56:46.214Z] + dirname cmd/support-notifications/Dockerfile [2024-11-21T04:56:46.214Z] + cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-11-21T04:56:46.214Z] + dirname cmd/support-scheduler/Dockerfile [2024-11-21T04:56:46.214Z] + cut -d/ -f2 [2024-11-21T04:56:46.214Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-11-21T04:56:46.250Z] 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 [2024-11-21T04:56:46.616Z] + git rev-list -1 --merges dcc5cb70b686b998bc99b20e204d8e8d94355ed0~1..dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] echo [2024-11-21T04:56:46.629Z] -----------> git rev-list -1 --merges dcc5cb70b686b998bc99b20e204d8e8d94355ed0~1..dcc5cb70b686b998bc99b20e204d8e8d94355ed0 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T04:56:46.629Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [false] [Pipeline] sh [2024-11-21T04:56:46.923Z] + git log --format=format:%s -1 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] echo [2024-11-21T04:56:46.944Z] ========================================================= [2024-11-21T04:56:46.944Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-11-21T04:56:46.944Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-11-21T04:56:47.336Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-21T04:56:47.336Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-11-21T04:56:47.336Z] + [ -e /tmp/ssh_known_hosts ] [2024-11-21T04:56:47.336Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-11-21T04:56:47.596Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2024-11-21T04:56:47.596Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-11-21T04:56:47.596Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T04:56:47.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-21T04:56:47.968Z] [2024-11-21T04:56:47.968Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T04:56:48.276Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-21T04:56:48.277Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-11-21T04:56:48.277Z] b85a868b505f: Pulling fs layer [2024-11-21T04:56:48.277Z] e2be974225ed: Pulling fs layer [2024-11-21T04:56:48.277Z] 339a4e72a1f5: Pulling fs layer [2024-11-21T04:56:48.277Z] 988bab9f4d93: Pulling fs layer [2024-11-21T04:56:48.277Z] 1469e6f7b9e6: Pulling fs layer [2024-11-21T04:56:48.277Z] eaf3925da568: Pulling fs layer [2024-11-21T04:56:48.277Z] bab4dde63d76: Pulling fs layer [2024-11-21T04:56:48.277Z] bde34c3a00c8: Pulling fs layer [2024-11-21T04:56:48.277Z] b352a97aabf1: Pulling fs layer [2024-11-21T04:56:48.277Z] 4872d77fe225: Pulling fs layer [2024-11-21T04:56:48.277Z] 5851b861e8e6: Pulling fs layer [2024-11-21T04:56:48.277Z] 988bab9f4d93: Waiting [2024-11-21T04:56:48.277Z] 1469e6f7b9e6: Waiting [2024-11-21T04:56:48.277Z] eaf3925da568: Waiting [2024-11-21T04:56:48.277Z] bab4dde63d76: Waiting [2024-11-21T04:56:48.277Z] bde34c3a00c8: Waiting [2024-11-21T04:56:48.277Z] b352a97aabf1: Waiting [2024-11-21T04:56:48.277Z] 5851b861e8e6: Waiting [2024-11-21T04:56:48.277Z] 4872d77fe225: Waiting [2024-11-21T04:56:48.277Z] e2be974225ed: Download complete [2024-11-21T04:56:48.277Z] 988bab9f4d93: Download complete [2024-11-21T04:56:48.277Z] 1469e6f7b9e6: Verifying Checksum [2024-11-21T04:56:48.277Z] 1469e6f7b9e6: Download complete [2024-11-21T04:56:48.277Z] eaf3925da568: Download complete [2024-11-21T04:56:48.535Z] 339a4e72a1f5: Verifying Checksum [2024-11-21T04:56:48.535Z] 339a4e72a1f5: Download complete [2024-11-21T04:56:48.535Z] bde34c3a00c8: Verifying Checksum [2024-11-21T04:56:48.535Z] bde34c3a00c8: Download complete [2024-11-21T04:56:48.535Z] b352a97aabf1: Download complete [2024-11-21T04:56:48.535Z] 4872d77fe225: Verifying Checksum [2024-11-21T04:56:48.535Z] 4872d77fe225: Download complete [2024-11-21T04:56:48.535Z] 5851b861e8e6: Verifying Checksum [2024-11-21T04:56:48.535Z] 5851b861e8e6: Download complete [2024-11-21T04:56:48.535Z] b85a868b505f: Verifying Checksum [2024-11-21T04:56:48.535Z] b85a868b505f: Download complete [2024-11-21T04:56:48.794Z] bab4dde63d76: Download complete [2024-11-21T04:56:49.732Z] b85a868b505f: Pull complete [2024-11-21T04:56:49.732Z] e2be974225ed: Pull complete [2024-11-21T04:56:50.302Z] 339a4e72a1f5: Pull complete [2024-11-21T04:56:50.302Z] 988bab9f4d93: Pull complete [2024-11-21T04:56:50.563Z] 1469e6f7b9e6: Pull complete [2024-11-21T04:56:50.563Z] eaf3925da568: Pull complete [2024-11-21T04:56:52.479Z] bab4dde63d76: Pull complete [2024-11-21T04:56:52.479Z] bde34c3a00c8: Pull complete [2024-11-21T04:56:52.479Z] b352a97aabf1: Pull complete [2024-11-21T04:56:52.479Z] 4872d77fe225: Pull complete [2024-11-21T04:56:52.479Z] 5851b861e8e6: Pull complete [2024-11-21T04:56:52.740Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-11-21T04:56:52.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-21T04:56:52.740Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-21T04:56:52.879Z] prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container [2024-11-21T04:56:52.908Z] $ 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 [2024-11-21T04:56:55.196Z] $ docker top b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb -eo pid,comm [2024-11-21T04:56:55.250Z] 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). [2024-11-21T04:56:55.250Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-21T04:56:55.310Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-21T04:56:55.310Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-21T04:56:55.426Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-21T04:56:55.427Z] $ docker exec b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb ssh-agent [2024-11-21T04:56:55.515Z] SSH_AUTH_SOCK=/tmp/ssh-F6wHqDN58KVz/agent.31 [2024-11-21T04:56:55.515Z] SSH_AGENT_PID=37 [2024-11-21T04:56:55.521Z] Running ssh-add (command line suppressed) [2024-11-21T04:56:55.609Z] Identity added: /w/workspace/edgex-go/755@tmp/private_key_10609637661117461570.key (/w/workspace/edgex-go/755@tmp/private_key_10609637661117461570.key) [2024-11-21T04:56:55.624Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-21T04:56:55.921Z] + git tag --points-at HEAD [Pipeline] } [2024-11-21T04:56:55.938Z] $ docker exec --env ******** --env ******** b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb ssh-agent -k [2024-11-21T04:56:56.030Z] unset SSH_AUTH_SOCK; [2024-11-21T04:56:56.030Z] unset SSH_AGENT_PID; [2024-11-21T04:56:56.030Z] echo Agent pid 37 killed; [2024-11-21T04:56:56.041Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-11-21T04:56:56.088Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-21T04:56:56.088Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-21T04:56:56.188Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-21T04:56:56.189Z] $ docker exec b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb ssh-agent [2024-11-21T04:56:56.297Z] SSH_AUTH_SOCK=/tmp/ssh-sUSd1opRg3N0/agent.70 [2024-11-21T04:56:56.297Z] SSH_AGENT_PID=76 [2024-11-21T04:56:56.302Z] Running ssh-add (command line suppressed) [2024-11-21T04:56:56.397Z] Identity added: /w/workspace/edgex-go/755@tmp/private_key_17314915007535367197.key (/w/workspace/edgex-go/755@tmp/private_key_17314915007535367197.key) [2024-11-21T04:56:56.412Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-21T04:56:56.707Z] + git semver init [2024-11-21T04:56:56.970Z] 2024-11-21 04:56:56,867 [run_init] DEBUG init version:0.0.0 force:False [2024-11-21T04:56:56.970Z] 2024-11-21 04:56:56,868 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/755/.semver [2024-11-21T04:56:56.970Z] 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 [2024-11-21T04:56:56.970Z] 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) [2024-11-21T04:57:02.248Z] 2024-11-21 04:57:01,726 [append_file] DEBUG append to file:/w/workspace/edgex-go/755/.git/info/exclude [2024-11-21T04:57:02.248Z] 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 [2024-11-21T04:57:02.248Z] 2024-11-21 04:57:01,727 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main [2024-11-21T04:57:02.248Z] 2024-11-21 04:57:01,727 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main [2024-11-21T04:57:02.248Z] 4.0.0-dev.21 [Pipeline] } [2024-11-21T04:57:02.257Z] $ docker exec --env ******** --env ******** b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb ssh-agent -k [2024-11-21T04:57:02.372Z] unset SSH_AUTH_SOCK; [2024-11-21T04:57:02.373Z] unset SSH_AGENT_PID; [2024-11-21T04:57:02.373Z] echo Agent pid 76 killed; [2024-11-21T04:57:02.383Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-21T04:57:02.705Z] + git semver [Pipeline] } [2024-11-21T04:57:02.976Z] $ docker stop --time=1 b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb [2024-11-21T04:57:04.288Z] $ docker rm -f --volumes b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-21T04:57:04.648Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-11-21T04:57:04.903Z] Stashed 1 file(s) [Pipeline] echo [2024-11-21T04:57:04.906Z] [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 [2024-11-21T04:57:05.338Z] + git config --global --add safe.directory /w/workspace/edgex-go/755 [Pipeline] echo [2024-11-21T04:57:05.352Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-21T04:57:05.367Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-21T04:57:05.382Z] ========================================================= [2024-11-21T04:57:05.383Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-11-21T04:57:05.383Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-11-21T04:57:05.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-21T04:57:05.687Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-11-21T04:57:05.687Z] 43c4264eed91: Pulling fs layer [2024-11-21T04:57:05.687Z] 4cc291be95ef: Pulling fs layer [2024-11-21T04:57:05.687Z] 2ac1f1163629: Pulling fs layer [2024-11-21T04:57:05.687Z] 5c3c966382ef: Pulling fs layer [2024-11-21T04:57:05.687Z] 4f4fb700ef54: Pulling fs layer [2024-11-21T04:57:05.687Z] 5d5c8e513c77: Pulling fs layer [2024-11-21T04:57:05.687Z] 5c3c966382ef: Waiting [2024-11-21T04:57:05.687Z] 4f4fb700ef54: Waiting [2024-11-21T04:57:05.687Z] 9f66e0745190: Pulling fs layer [2024-11-21T04:57:05.687Z] 5d5c8e513c77: Waiting [2024-11-21T04:57:05.687Z] 9f66e0745190: Waiting [2024-11-21T04:57:05.687Z] f49a43e4bbc0: Pulling fs layer [2024-11-21T04:57:05.687Z] 561ebcabdf7f: Pulling fs layer [2024-11-21T04:57:05.687Z] f49a43e4bbc0: Waiting [2024-11-21T04:57:05.687Z] 561ebcabdf7f: Waiting [2024-11-21T04:57:05.687Z] 4cc291be95ef: Verifying Checksum [2024-11-21T04:57:05.687Z] 4cc291be95ef: Download complete [2024-11-21T04:57:05.687Z] 5c3c966382ef: Verifying Checksum [2024-11-21T04:57:05.687Z] 5c3c966382ef: Download complete [2024-11-21T04:57:05.687Z] 4f4fb700ef54: Download complete [2024-11-21T04:57:05.687Z] 5d5c8e513c77: Verifying Checksum [2024-11-21T04:57:05.687Z] 5d5c8e513c77: Download complete [2024-11-21T04:57:05.687Z] 43c4264eed91: Download complete [2024-11-21T04:57:05.687Z] 9f66e0745190: Verifying Checksum [2024-11-21T04:57:05.687Z] 9f66e0745190: Download complete [2024-11-21T04:57:05.947Z] 43c4264eed91: Pull complete [2024-11-21T04:57:05.947Z] 561ebcabdf7f: Verifying Checksum [2024-11-21T04:57:05.947Z] 561ebcabdf7f: Download complete [2024-11-21T04:57:05.947Z] 4cc291be95ef: Pull complete [2024-11-21T04:57:06.206Z] 2ac1f1163629: Verifying Checksum [2024-11-21T04:57:06.206Z] 2ac1f1163629: Download complete [2024-11-21T04:57:06.464Z] f49a43e4bbc0: Verifying Checksum [2024-11-21T04:57:06.464Z] f49a43e4bbc0: Download complete [2024-11-21T04:57:09.749Z] 2ac1f1163629: Pull complete [2024-11-21T04:57:09.749Z] 5c3c966382ef: Pull complete [2024-11-21T04:57:09.749Z] 4f4fb700ef54: Pull complete [2024-11-21T04:57:09.749Z] 5d5c8e513c77: Pull complete [2024-11-21T04:57:09.749Z] 9f66e0745190: Pull complete [2024-11-21T04:57:11.651Z] f49a43e4bbc0: Pull complete [2024-11-21T04:57:12.221Z] 561ebcabdf7f: Pull complete [2024-11-21T04:57:12.221Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-11-21T04:57:12.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-21T04:57:12.221Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-11-21T04:57:12.519Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-21T04:57:12.519Z] WORKDIR /edgex [2024-11-21T04:57:12.519Z] COPY go.mod . [2024-11-21T04:57:12.519Z] RUN go mod download [2024-11-21T04:57:12.519Z] + docker build -t ci-base-image-x86_64 -f - . [2024-11-21T04:57:13.086Z] Sending build context to Docker daemon 178.1MB [2024-11-21T04:57:13.086Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-21T04:57:13.086Z] ---> 3a752c3f9dda [2024-11-21T04:57:13.086Z] Step 2/4 : WORKDIR /edgex [2024-11-21T04:57:16.387Z] ---> Running in 6a0e9a59a949 [2024-11-21T04:57:16.387Z] Removing intermediate container 6a0e9a59a949 [2024-11-21T04:57:16.387Z] ---> f73514a017ef [2024-11-21T04:57:16.387Z] Step 3/4 : COPY go.mod . [2024-11-21T04:57:16.387Z] ---> 3589106b805a [2024-11-21T04:57:16.387Z] Step 4/4 : RUN go mod download [2024-11-21T04:57:16.387Z] ---> Running in c904dc1d8526 [2024-11-21T04:57:20.007Z] Still waiting to schedule task [2024-11-21T04:57:20.008Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-11-21T04:57:34.493Z] Removing intermediate container c904dc1d8526 [2024-11-21T04:57:34.493Z] ---> 4f770ba6b7ed [2024-11-21T04:57:34.493Z] Successfully built 4f770ba6b7ed [2024-11-21T04:57:34.493Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T04:57:34.807Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-21T04:57:34.807Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-21T04:57:34.884Z] prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container [2024-11-21T04:57:34.913Z] $ 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 [2024-11-21T04:57:35.313Z] $ docker top f02d4058be6bfd26351de6da136b22f9ed649d65d86af2ccf64c9607ab594d18 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-21T04:57:35.666Z] + go version [2024-11-21T04:57:35.666Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-11-21T04:57:35.675Z] $ docker stop --time=1 f02d4058be6bfd26351de6da136b22f9ed649d65d86af2ccf64c9607ab594d18 [2024-11-21T04:57:36.954Z] $ 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 [2024-11-21T04:57:37.368Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-21T04:57:37.368Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-21T04:57:37.447Z] prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container [2024-11-21T04:57:37.477Z] $ 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 [2024-11-21T04:57:37.816Z] $ docker top b5417b9c745915cd4c63086ef61c8ba24cfe855f47c67906c39be3651104768f -eo pid,comm [Pipeline] { [Pipeline] echo [2024-11-21T04:57:37.902Z] ========================================================= [2024-11-21T04:57:37.902Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-11-21T04:57:37.902Z] ========================================================= [Pipeline] sh [2024-11-21T04:57:38.183Z] + git config --global --add safe.directory /w/workspace/edgex-go/755 [Pipeline] fileExists [Pipeline] sh [2024-11-21T04:57:38.487Z] + make test [2024-11-21T04:57:38.489Z] go test -race -coverprofile=coverage.out ./... [2024-11-21T04:57:46.611Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2024-11-21T04:58:13.151Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2024-11-21T04:58:13.151Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2024-11-21T04:58:14.527Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2024-11-21T04:58:14.527Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2024-11-21T04:58:15.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 28.7% of statements [2024-11-21T04:58:15.467Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2024-11-21T04:58:15.467Z] github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements [2024-11-21T04:58:15.467Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2024-11-21T04:58:15.727Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2024-11-21T04:58:15.727Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2024-11-21T04:58:16.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.031s coverage: 97.0% of statements [2024-11-21T04:58:16.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-11-21T04:58:16.867Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2024-11-21T04:58:16.867Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2024-11-21T04:58:16.867Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2024-11-21T04:58:16.867Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-11-21T04:58:16.867Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2024-11-21T04:58:16.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-11-21T04:58:16.867Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2024-11-21T04:58:16.867Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2024-11-21T04:58:17.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-11-21T04:58:17.803Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2024-11-21T04:58:17.803Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2024-11-21T04:58:17.803Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2024-11-21T04:58:17.803Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-11-21T04:58:19.181Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2024-11-21T04:58:19.181Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2024-11-21T04:58:19.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.045s coverage: 69.2% of statements [2024-11-21T04:58:19.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.046s coverage: 48.4% of statements [2024-11-21T04:58:20.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.521s coverage: 93.4% of statements [2024-11-21T04:58:20.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.052s coverage: 91.7% of statements [2024-11-21T04:58:20.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.043s coverage: 9.4% of statements [2024-11-21T04:58:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-11-21T04:58:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-11-21T04:58:21.322Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-11-21T04:58:21.322Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2024-11-21T04:58:21.322Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2024-11-21T04:58:21.322Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2024-11-21T04:58:21.322Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2024-11-21T04:58:21.322Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2024-11-21T04:58:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-11-21T04:58:21.322Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2024-11-21T04:58:21.322Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2024-11-21T04:58:22.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.376s coverage: 95.8% of statements [2024-11-21T04:58:22.703Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.021s coverage: 72.2% of statements [2024-11-21T04:58:22.962Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2024-11-21T04:58:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-11-21T04:58:22.962Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2024-11-21T04:58:23.897Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.028s coverage: 0.0% of statements [no tests to run] [2024-11-21T04:58:24.198Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.045s coverage: 1.1% of statements [2024-11-21T04:58:24.198Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 44.2% of statements [2024-11-21T04:58:24.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.019s coverage: 40.0% of statements [2024-11-21T04:58:24.766Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2024-11-21T04:58:24.766Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2024-11-21T04:58:24.766Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2024-11-21T04:58:25.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-11-21T04:58:25.024Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2024-11-21T04:58:25.024Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2024-11-21T04:58:25.024Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2024-11-21T04:58:25.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.028s coverage: 87.1% of statements [2024-11-21T04:58:25.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.014s coverage: 94.1% of statements [2024-11-21T04:58:25.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.031s coverage: 96.3% of statements [2024-11-21T04:58:25.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.016s coverage: 87.5% of statements [2024-11-21T04:58:26.219Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2024-11-21T04:58:26.219Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2024-11-21T04:58:26.219Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2024-11-21T04:58:27.157Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2024-11-21T04:58:27.157Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2024-11-21T04:58:27.157Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2024-11-21T04:58:27.157Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2024-11-21T04:58:27.418Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2024-11-21T04:58:27.418Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2024-11-21T04:58:27.989Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2024-11-21T04:58:28.940Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2024-11-21T04:58:29.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-11-21T04:58:30.889Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2024-11-21T04:58:30.889Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2024-11-21T04:58:32.794Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2024-11-21T04:58:32.794Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2024-11-21T04:58:32.794Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2024-11-21T04:58:34.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-11-21T04:58:34.171Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2024-11-21T04:58:34.171Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2024-11-21T04:58:34.740Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2024-11-21T04:58:34.740Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2024-11-21T04:58:34.740Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2024-11-21T04:58:34.740Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2024-11-21T04:58:36.117Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2024-11-21T04:58:36.117Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2024-11-21T04:58:36.117Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2024-11-21T04:58:36.117Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2024-11-21T04:58:37.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-11-21T04:58:37.494Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-11-21T04:58:37.494Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2024-11-21T04:58:37.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements [2024-11-21T04:58:38.438Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2024-11-21T04:58:38.438Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2024-11-21T04:58:38.438Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2024-11-21T04:58:39.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-11-21T04:58:39.816Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.047s coverage: 92.9% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.021s coverage: 66.7% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.027s coverage: 62.3% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.020s coverage: 75.0% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.034s coverage: 87.2% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 17.0% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.061s coverage: 81.8% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.061s coverage: 82.1% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.029s coverage: 86.0% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.139s coverage: 63.1% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.022s coverage: 100.0% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.018s coverage: 89.4% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.021s coverage: 100.0% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.130s coverage: 36.8% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.020s coverage: 93.8% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.015s coverage: 3.1% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.051s coverage: 17.2% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.116s coverage: 95.7% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.035s coverage: 9.0% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.068s coverage: 97.7% of statements [2024-11-21T04:58:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.028s coverage: 45.8% of statements [2024-11-21T04:58:46.399Z] 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 [2024-11-21T04:58:46.399Z] running golangci-lint [2024-11-21T04:58:46.399Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2024-11-21T04:58:46.399Z] go version go1.23.2 linux/amd64 [2024-11-21T04:58:46.399Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2024-11-21T04:58:46.399Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-11-21T04:58:46.399Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-11-21T04:58:56.848Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-27136 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-11-21T04:58:56.868Z] Running in /w/workspace/edgex-go/755 [Pipeline] { [Pipeline] checkout [2024-11-21T04:58:56.949Z] The recommended git tool is: git [2024-11-21T04:59:04.928Z] using credential edgex-jenkins-ssh [2024-11-21T04:59:04.967Z] Cloning the remote Git repository [2024-11-21T04:59:05.106Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-11-21T04:59:05.299Z] > git init /w/workspace/edgex-go/755 # timeout=10 [2024-11-21T04:59:05.535Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-11-21T04:59:05.536Z] > git --version # timeout=10 [2024-11-21T04:59:05.565Z] > git --version # 'git version 2.25.1' [2024-11-21T04:59:05.569Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-11-21T04:59:05.770Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-21T04:59:12.942Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|imports|exports_file|files|name) took 22.238939364s" [2024-11-21T04:59:12.942Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 58.875213ms" [2024-11-21T04:59:22.932Z] 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" [2024-11-21T04:59:22.932Z] level=info msg="[runner] Issues before processing: 193, after processing: 0" [2024-11-21T04:59:22.932Z] 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" [2024-11-21T04:59:22.932Z] 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" [2024-11-21T04:59:22.932Z] level=info msg="[runner] linters took 12.775713095s with stages: goanalysis_metalinter: 12.756801938s" [2024-11-21T04:59:22.932Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-11-21T04:59:22.932Z] level=info msg="Memory: 350 samples, avg is 292.8MB, max is 1293.8MB" [2024-11-21T04:59:22.932Z] level=info msg="Execution took 35.082188333s" [2024-11-21T04:59:22.932Z] go vet ./... [2024-11-21T04:59:23.109Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-11-21T04:59:23.218Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-21T04:59:24.147Z] Avoid second fetch [2024-11-21T04:59:24.148Z] Checking out Revision dcc5cb70b686b998bc99b20e204d8e8d94355ed0 (main) [2024-11-21T04:59:25.025Z] Commit message: "Merge pull request #5008 from edgexfoundry/dependabot/go_modules/github.com/go-co-op/gocron/v2-2.12.4" [2024-11-21T04:59:24.163Z] > git config core.sparsecheckout # timeout=10 [2024-11-21T04:59:24.233Z] > git checkout -f dcc5cb70b686b998bc99b20e204d8e8d94355ed0 # timeout=10 [2024-11-21T04:59:28.195Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-21T04:59:28.195Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-11-21T04:59:28.195Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-11-21T04:59:28.205Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-11-21T04:59:28.489Z] + ls -al . [2024-11-21T04:59:28.489Z] total 1740 [2024-11-21T04:59:28.489Z] drwxrwxr-x 11 1001 1001 4096 Nov 21 04:57 . [2024-11-21T04:59:28.489Z] drwxr-xr-x 4 root root 4096 Nov 21 04:57 .. [2024-11-21T04:59:28.489Z] drwxrwxr-x 2 1001 1001 4096 Nov 21 04:56 .blubracket [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 10 Nov 21 04:56 .dockerignore [2024-11-21T04:59:28.489Z] drwxrwxr-x 8 1001 1001 4096 Nov 21 04:58 .git [2024-11-21T04:59:28.489Z] drwxrwxr-x 3 1001 1001 4096 Nov 21 04:56 .github [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 907 Nov 21 04:56 .gitignore [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 199 Nov 21 04:56 .golangci.yml [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 100 Nov 21 04:56 .hadolint.yml [2024-11-21T04:59:28.489Z] drwxr-xr-x 3 1001 1001 4096 Nov 21 04:57 .semver [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 155 Nov 21 04:56 .sonarcloud.properties [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 1171 Nov 21 04:56 ADOPTERS.md [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 17141 Nov 21 04:56 Attribution.txt [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 100284 Nov 21 04:56 CHANGELOG.md [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 3804 Nov 21 04:56 CONTRIBUTING.md [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 677 Nov 21 04:56 GOVERNANCE.md [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 858 Nov 21 04:56 Jenkinsfile [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 10775 Nov 21 04:56 LICENSE [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 16740 Nov 21 04:56 Makefile [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 582 Nov 21 04:56 OWNERS.md [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 9932 Nov 21 04:56 README.md [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 789 Nov 21 04:56 SECURITY.md [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 12 Nov 21 04:57 VERSION [2024-11-21T04:59:28.489Z] drwxrwxr-x 2 1001 1001 4096 Nov 21 04:56 bin [2024-11-21T04:59:28.489Z] drwxrwxr-x 19 1001 1001 4096 Nov 21 04:56 cmd [2024-11-21T04:59:28.489Z] -rw-r--r-- 1 root root 1412874 Nov 21 04:58 coverage.out [2024-11-21T04:59:28.489Z] drwxrwxr-x 2 1001 1001 4096 Nov 21 04:56 fuzz_test [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 6528 Nov 21 04:56 go.mod [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 88078 Nov 21 04:56 go.sum [2024-11-21T04:59:28.489Z] drwxrwxr-x 7 1001 1001 4096 Nov 21 04:56 internal [2024-11-21T04:59:28.489Z] drwxrwxr-x 2 1001 1001 4096 Nov 21 04:56 openapi [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 584 Nov 21 04:56 security.txt [2024-11-21T04:59:28.489Z] -rw-rw-r-- 1 1001 1001 204 Nov 21 04:56 version.go [Pipeline] sh [2024-11-21T04:59:28.772Z] + '[' -e coverage.out ] [2024-11-21T04:59:28.772Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-11-21T04:59:28.913Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2024-11-21T04:59:29.194Z] + make build [2024-11-21T04:59:29.194Z] 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 [2024-11-21T04:59:29.691Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-11-21T04:59:29.691Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-21T04:59:29.691Z] Dload Upload Total Spent Left Speed [2024-11-21T04:59:29.691Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 95731 0 --:--:-- --:--:-- --:--:-- 95731 [Pipeline] sh [2024-11-21T04:59:30.028Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-11-21T04:59:30.356Z] + + sudo jqsudo . += {"seccomp-profile": "/etc/docker/seccomp.json"} tee /etc/docker/daemon.json /etc/docker/daemon.new [2024-11-21T04:59:30.356Z] [2024-11-21T04:59:30.356Z] { [2024-11-21T04:59:30.356Z] "registry-mirrors": [ [2024-11-21T04:59:30.356Z] "https://nexus3.edgexfoundry.org:10001" [2024-11-21T04:59:30.356Z] ], [2024-11-21T04:59:30.356Z] "bip": "10.250.0.254/24", [2024-11-21T04:59:30.356Z] "hosts": [ [2024-11-21T04:59:30.356Z] "tcp://0.0.0.0:5555", [2024-11-21T04:59:30.356Z] "unix:///var/run/docker.sock" [2024-11-21T04:59:30.356Z] ], [2024-11-21T04:59:30.356Z] "mtu": 1458, [2024-11-21T04:59:30.356Z] "selinux-enabled": true, [2024-11-21T04:59:30.356Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-11-21T04:59:30.356Z] } [Pipeline] sh [2024-11-21T04:59:30.680Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-11-21T04:59:31.002Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-21T04:59:49.278Z] provisioning config files... [2024-11-21T04:59:49.315Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/755@tmp/config14691229083581767098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-21T04:59:49.812Z] ---> ****-login.sh [2024-11-21T04:59:49.812Z] nexus3.edgexfoundry.org:10001 [2024-11-21T04:59:50.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T04:59:50.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T04:59:50.685Z] Configure a credential helper to remove this warning. See [2024-11-21T04:59:50.685Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T04:59:50.685Z] [2024-11-21T04:59:50.685Z] Login Succeeded [2024-11-21T04:59:50.685Z] nexus3.edgexfoundry.org:10002 [2024-11-21T04:59:50.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T04:59:50.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T04:59:50.959Z] Configure a credential helper to remove this warning. See [2024-11-21T04:59:50.959Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T04:59:50.959Z] [2024-11-21T04:59:50.959Z] Login Succeeded [2024-11-21T04:59:50.959Z] nexus3.edgexfoundry.org:10003 [2024-11-21T04:59:51.123Z] 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 [2024-11-21T04:59:51.123Z] 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 [2024-11-21T04:59:51.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T04:59:51.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T04:59:51.505Z] Configure a credential helper to remove this warning. See [2024-11-21T04:59:51.505Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T04:59:51.505Z] [2024-11-21T04:59:51.505Z] Login Succeeded [2024-11-21T04:59:51.505Z] nexus3.edgexfoundry.org:10004 [2024-11-21T04:59:51.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T04:59:51.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T04:59:51.777Z] Configure a credential helper to remove this warning. See [2024-11-21T04:59:51.777Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T04:59:51.777Z] [2024-11-21T04:59:51.777Z] Login Succeeded [2024-11-21T04:59:51.777Z] ****.io [2024-11-21T04:59:52.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T04:59:52.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T04:59:52.323Z] Configure a credential helper to remove this warning. See [2024-11-21T04:59:52.323Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T04:59:52.323Z] [2024-11-21T04:59:52.323Z] Login Succeeded [2024-11-21T04:59:52.323Z] ---> ****-login.sh ends [Pipeline] } [2024-11-21T04:59:52.343Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2024-11-21T04:59:52.506Z] 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 [2024-11-21T04:59:53.075Z] 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 [2024-11-21T04:59:53.120Z] + git config --global --add safe.directory /w/workspace/edgex-go/755 [Pipeline] echo [2024-11-21T04:59:53.141Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-21T04:59:53.157Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-21T04:59:53.176Z] ========================================================= [2024-11-21T04:59:53.176Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-11-21T04:59:53.176Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-11-21T04:59:53.510Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-11-21T04:59:53.511Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-11-21T04:59:53.511Z] cf04c63912e1: Pulling fs layer [2024-11-21T04:59:53.511Z] 55b35a11ae5e: Pulling fs layer [2024-11-21T04:59:53.511Z] a37a00ec5f00: Pulling fs layer [2024-11-21T04:59:53.511Z] 50b3750afda1: Pulling fs layer [2024-11-21T04:59:53.511Z] 4f4fb700ef54: Pulling fs layer [2024-11-21T04:59:53.511Z] 80978eb59214: Pulling fs layer [2024-11-21T04:59:53.511Z] c9f46d7d2bd2: Pulling fs layer [2024-11-21T04:59:53.511Z] c5a475d317c9: Pulling fs layer [2024-11-21T04:59:53.511Z] 50b3750afda1: Waiting [2024-11-21T04:59:53.511Z] 4f4fb700ef54: Waiting [2024-11-21T04:59:53.511Z] 80978eb59214: Waiting [2024-11-21T04:59:53.786Z] c5a475d317c9: Waiting [2024-11-21T04:59:53.786Z] c9f46d7d2bd2: Waiting [2024-11-21T04:59:53.786Z] 55b35a11ae5e: Verifying Checksum [2024-11-21T04:59:53.786Z] 55b35a11ae5e: Download complete [2024-11-21T04:59:53.786Z] 50b3750afda1: Verifying Checksum [2024-11-21T04:59:53.786Z] 50b3750afda1: Download complete [2024-11-21T04:59:53.786Z] 4f4fb700ef54: Verifying Checksum [2024-11-21T04:59:53.786Z] 4f4fb700ef54: Download complete [2024-11-21T04:59:53.786Z] 80978eb59214: Verifying Checksum [2024-11-21T04:59:53.786Z] 80978eb59214: Download complete [2024-11-21T04:59:53.786Z] cf04c63912e1: Verifying Checksum [2024-11-21T04:59:53.786Z] cf04c63912e1: Download complete [2024-11-21T04:59:54.386Z] c5a475d317c9: Verifying Checksum [2024-11-21T04:59:54.386Z] c5a475d317c9: Download complete [2024-11-21T04:59:54.981Z] cf04c63912e1: Pull complete [2024-11-21T04:59:54.983Z] 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 [2024-11-21T04:59:55.578Z] 55b35a11ae5e: Pull complete [2024-11-21T04:59:55.850Z] a37a00ec5f00: Verifying Checksum [2024-11-21T04:59:55.850Z] a37a00ec5f00: Download complete [2024-11-21T04:59:56.823Z] c9f46d7d2bd2: Verifying Checksum [2024-11-21T04:59:56.823Z] c9f46d7d2bd2: Download complete [2024-11-21T04:59:59.168Z] 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 [2024-11-21T05:00:00.546Z] 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 [2024-11-21T05:00:02.449Z] 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 [2024-11-21T05:00:03.387Z] 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 [2024-11-21T05:00:03.956Z] 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 [2024-11-21T05:00:04.525Z] 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 [2024-11-21T05:00:05.463Z] 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] } [2024-11-21T05:00:06.410Z] $ docker stop --time=1 b5417b9c745915cd4c63086ef61c8ba24cfe855f47c67906c39be3651104768f [2024-11-21T05:00:11.453Z] $ docker rm -f --volumes b5417b9c745915cd4c63086ef61c8ba24cfe855f47c67906c39be3651104768f [2024-11-21T05:00:11.851Z] a37a00ec5f00: Pull complete [2024-11-21T05:00:11.851Z] 50b3750afda1: Pull complete [2024-11-21T05:00:11.851Z] 4f4fb700ef54: Pull complete [2024-11-21T05:00:11.851Z] 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 [2024-11-21T05:00:12.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-11-21T05:00:12.570Z] [2024-11-21T05:00:12.570Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:00:12.875Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-11-21T05:00:12.875Z] latest: Pulling from edgex-devops/edgex-compose [2024-11-21T05:00:12.875Z] 91d30c5bc195: Pulling fs layer [2024-11-21T05:00:12.875Z] 2e9b0aa3be6d: Pulling fs layer [2024-11-21T05:00:12.875Z] 9c61dcf015f6: Pulling fs layer [2024-11-21T05:00:12.876Z] 4698f68db338: Pulling fs layer [2024-11-21T05:00:12.876Z] 2a2f49069b9e: Pulling fs layer [2024-11-21T05:00:12.876Z] e0025b399a48: Pulling fs layer [2024-11-21T05:00:12.876Z] 4698f68db338: Waiting [2024-11-21T05:00:12.876Z] 2a2f49069b9e: Waiting [2024-11-21T05:00:12.876Z] e0025b399a48: Waiting [2024-11-21T05:00:13.134Z] 91d30c5bc195: Verifying Checksum [2024-11-21T05:00:13.134Z] 91d30c5bc195: Download complete [2024-11-21T05:00:13.134Z] 4698f68db338: Verifying Checksum [2024-11-21T05:00:13.134Z] 4698f68db338: Download complete [2024-11-21T05:00:13.134Z] 2e9b0aa3be6d: Verifying Checksum [2024-11-21T05:00:13.135Z] 2e9b0aa3be6d: Download complete [2024-11-21T05:00:13.135Z] e0025b399a48: Download complete [2024-11-21T05:00:13.135Z] 91d30c5bc195: Pull complete [2024-11-21T05:00:13.135Z] 2a2f49069b9e: Download complete [2024-11-21T05:00:13.392Z] 2e9b0aa3be6d: Pull complete [2024-11-21T05:00:13.650Z] 9c61dcf015f6: Download complete [2024-11-21T05:00:16.179Z] 9c61dcf015f6: Pull complete [2024-11-21T05:00:16.179Z] 4698f68db338: Pull complete [2024-11-21T05:00:16.436Z] 2a2f49069b9e: Pull complete [2024-11-21T05:00:16.695Z] e0025b399a48: Pull complete [2024-11-21T05:00:16.695Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-11-21T05:00:16.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-11-21T05:00:16.695Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-21T05:00:16.801Z] prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container [2024-11-21T05:00:16.826Z] $ 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 [2024-11-21T05:00:19.309Z] $ docker top a3b0e95e2ed1e35ed5605dab4118fe9ed3858e191d8e5f4a5ffd9f7a35c91f7f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-21T05:00:19.662Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-11-21T05:00:20.121Z] c9f46d7d2bd2: Pull complete [2024-11-21T05:00:21.087Z] c5a475d317c9: Pull complete [2024-11-21T05:00:21.087Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-11-21T05:00:21.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-11-21T05:00:21.087Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-11-21T05:00:21.425Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-11-21T05:00:21.426Z] WORKDIR /edgex [2024-11-21T05:00:21.426Z] COPY go.mod . [2024-11-21T05:00:21.426Z] RUN go mod download -t [2024-11-21T05:00:21.426Z] ci-base-image-arm64 -f - . [2024-11-21T05:00:22.028Z] Sending build context to Docker daemon 3.358MB [2024-11-21T05:00:22.028Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-11-21T05:00:22.028Z] ---> be29e6b0f0d4 [2024-11-21T05:00:22.028Z] Step 2/4 : WORKDIR /edgex [2024-11-21T05:00:22.194Z] #1 [core-metadata internal] load build definition from Dockerfile [2024-11-21T05:00:22.194Z] #1 transferring dockerfile: [2024-11-21T05:00:22.194Z] #1 transferring dockerfile: 2.13kB done [2024-11-21T05:00:22.194Z] #1 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-11-21T05:00:22.194Z] #2 transferring dockerfile: 2.23kB done [2024-11-21T05:00:22.194Z] #2 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #3 [security-secretstore-setup internal] load build definition from Dockerfile [2024-11-21T05:00:22.194Z] #3 transferring dockerfile: 2.49kB done [2024-11-21T05:00:22.194Z] #3 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #4 [support-scheduler internal] load build definition from Dockerfile [2024-11-21T05:00:22.194Z] #4 transferring dockerfile: 1.82kB done [2024-11-21T05:00:22.194Z] #4 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #5 [security-spire-config internal] load build definition from Dockerfile [2024-11-21T05:00:22.194Z] #5 transferring dockerfile: 1.69kB done [2024-11-21T05:00:22.194Z] #5 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #6 [support-notifications internal] load build definition from Dockerfile [2024-11-21T05:00:22.194Z] #6 transferring dockerfile: 2.02kB done [2024-11-21T05:00:22.194Z] #6 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #7 [security-proxy-setup internal] load build definition from Dockerfile [2024-11-21T05:00:22.194Z] #7 transferring dockerfile: 2.50kB done [2024-11-21T05:00:22.194Z] #7 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #8 [core-metadata internal] load .dockerignore [2024-11-21T05:00:22.194Z] #8 transferring context: 50B done [2024-11-21T05:00:22.194Z] #8 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #9 [core-data internal] load build definition from Dockerfile [2024-11-21T05:00:22.194Z] #9 transferring dockerfile: 2.07kB done [2024-11-21T05:00:22.194Z] #9 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #10 [security-spire-agent internal] load build definition from Dockerfile [2024-11-21T05:00:22.194Z] #10 transferring dockerfile: 1.81kB done [2024-11-21T05:00:22.194Z] #10 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2024-11-21T05:00:22.194Z] #11 transferring dockerfile: 3.02kB done [2024-11-21T05:00:22.194Z] #11 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #12 [security-spire-server internal] load build definition from Dockerfile [2024-11-21T05:00:22.194Z] #12 transferring dockerfile: 1.70kB done [2024-11-21T05:00:22.194Z] #12 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2024-11-21T05:00:22.194Z] #13 transferring dockerfile: 2.15kB done [2024-11-21T05:00:22.194Z] #13 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #14 [core-keeper internal] load build definition from Dockerfile [2024-11-21T05:00:22.194Z] #14 transferring dockerfile: 2.07kB done [2024-11-21T05:00:22.194Z] #14 DONE 0.0s [2024-11-21T05:00:22.194Z] [2024-11-21T05:00:22.194Z] #15 [core-command internal] load build definition from Dockerfile [2024-11-21T05:00:22.454Z] #15 transferring dockerfile: 1.94kB done [2024-11-21T05:00:22.454Z] #15 DONE 0.0s [2024-11-21T05:00:22.454Z] [2024-11-21T05:00:22.454Z] #16 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-11-21T05:00:22.454Z] #16 transferring dockerfile: 1.89kB done [2024-11-21T05:00:22.454Z] #16 DONE 0.0s [2024-11-21T05:00:22.454Z] [2024-11-21T05:00:22.454Z] #17 [core-common-config-bootstrapper internal] load .dockerignore [2024-11-21T05:00:22.454Z] #17 transferring context: 50B done [2024-11-21T05:00:22.454Z] #17 DONE 0.0s [2024-11-21T05:00:22.454Z] [2024-11-21T05:00:22.454Z] #18 [security-secretstore-setup internal] load .dockerignore [2024-11-21T05:00:22.454Z] #18 transferring context: 50B done [2024-11-21T05:00:22.454Z] #18 DONE 0.0s [2024-11-21T05:00:22.454Z] [2024-11-21T05:00:22.454Z] #19 [support-scheduler internal] load .dockerignore [2024-11-21T05:00:22.454Z] #19 transferring context: 50B done [2024-11-21T05:00:22.454Z] #19 DONE 0.0s [2024-11-21T05:00:22.454Z] [2024-11-21T05:00:22.454Z] #20 [security-spire-config internal] load .dockerignore [2024-11-21T05:00:22.454Z] #20 transferring context: 50B done [2024-11-21T05:00:22.454Z] #20 DONE 0.0s [2024-11-21T05:00:22.454Z] [2024-11-21T05:00:22.454Z] #21 [support-notifications internal] load .dockerignore [2024-11-21T05:00:22.454Z] #21 transferring context: 50B done [2024-11-21T05:00:22.454Z] #21 DONE 0.0s [2024-11-21T05:00:22.454Z] [2024-11-21T05:00:22.454Z] #22 [security-proxy-setup internal] load .dockerignore [2024-11-21T05:00:22.454Z] #22 transferring context: 50B done [2024-11-21T05:00:22.454Z] #22 DONE 0.0s [2024-11-21T05:00:22.454Z] [2024-11-21T05:00:22.454Z] #23 [core-data internal] load .dockerignore [2024-11-21T05:00:22.454Z] #23 transferring context: 50B done [2024-11-21T05:00:22.454Z] #23 DONE 0.0s [2024-11-21T05:00:22.454Z] [2024-11-21T05:00:22.454Z] #24 [security-spire-agent internal] load .dockerignore [2024-11-21T05:00:22.454Z] #24 transferring context: 50B done [2024-11-21T05:00:22.454Z] #24 DONE 0.0s [2024-11-21T05:00:22.454Z] [2024-11-21T05:00:22.454Z] #25 [security-bootstrapper internal] load .dockerignore [2024-11-21T05:00:22.454Z] #25 transferring context: 50B done [2024-11-21T05:00:22.454Z] #25 DONE 0.0s [2024-11-21T05:00:22.454Z] [2024-11-21T05:00:22.454Z] #26 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-21T05:00:22.454Z] #26 DONE 0.0s [2024-11-21T05:00:22.454Z] [2024-11-21T05:00:22.454Z] #27 [security-spire-server internal] load .dockerignore [2024-11-21T05:00:22.712Z] #27 transferring context: 50B done [2024-11-21T05:00:22.712Z] #27 DONE 0.0s [2024-11-21T05:00:22.712Z] [2024-11-21T05:00:22.712Z] #28 [security-proxy-auth internal] load .dockerignore [2024-11-21T05:00:22.712Z] #28 transferring context: 50B 0.0s done [2024-11-21T05:00:22.712Z] #28 DONE 0.1s [2024-11-21T05:00:22.712Z] [2024-11-21T05:00:22.712Z] #29 [core-keeper internal] load .dockerignore [2024-11-21T05:00:22.712Z] #29 transferring context: 50B done [2024-11-21T05:00:22.712Z] #29 DONE 0.1s [2024-11-21T05:00:22.712Z] [2024-11-21T05:00:22.712Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2024-11-21T05:00:22.712Z] #30 DONE 0.1s [2024-11-21T05:00:22.712Z] [2024-11-21T05:00:22.712Z] #31 [core-metadata stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:00:22.712Z] #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:00:22.712Z] #31 ... [2024-11-21T05:00:22.712Z] [2024-11-21T05:00:22.712Z] #26 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-21T05:00:22.712Z] #26 DONE 0.0s [2024-11-21T05:00:22.712Z] [2024-11-21T05:00:22.712Z] #32 [core-command internal] load .dockerignore [2024-11-21T05:00:22.712Z] #32 transferring context: 50B done [2024-11-21T05:00:22.712Z] #32 DONE 0.2s [2024-11-21T05:00:22.712Z] [2024-11-21T05:00:22.712Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2024-11-21T05:00:22.712Z] #30 DONE 0.1s [2024-11-21T05:00:22.712Z] [2024-11-21T05:00:22.712Z] #31 [core-common-config-bootstrapper stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:00:22.712Z] #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:00:22.712Z] #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:00:22.712Z] #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-11-21T05:00:22.712Z] #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-11-21T05:00:22.712Z] #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s [2024-11-21T05:00:22.712Z] #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f [2024-11-21T05:00:22.971Z] #31 ... [2024-11-21T05:00:22.971Z] [2024-11-21T05:00:22.971Z] #33 [security-spiffe-token-provider internal] load .dockerignore [2024-11-21T05:00:22.971Z] #33 transferring context: 50B done [2024-11-21T05:00:22.971Z] #33 DONE 0.2s [2024-11-21T05:00:22.971Z] [2024-11-21T05:00:22.971Z] #26 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-21T05:00:22.971Z] #26 DONE 0.0s [2024-11-21T05:00:22.971Z] [2024-11-21T05:00:22.971Z] #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2024-11-21T05:00:22.971Z] #30 DONE 0.2s [2024-11-21T05:00:22.971Z] [2024-11-21T05:00:22.971Z] #31 [support-scheduler stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:00:22.971Z] #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:00:22.971Z] #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:00:22.971Z] #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-11-21T05:00:22.971Z] #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-11-21T05:00:22.971Z] #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done [2024-11-21T05:00:22.971Z] #31 ... [2024-11-21T05:00:22.971Z] [2024-11-21T05:00:22.971Z] #26 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-21T05:00:22.971Z] #26 DONE 0.0s [2024-11-21T05:00:22.971Z] [2024-11-21T05:00:22.971Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2024-11-21T05:00:22.971Z] #30 DONE 0.2s [2024-11-21T05:00:22.971Z] [2024-11-21T05:00:22.971Z] #31 [support-notifications stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:00:22.971Z] #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:00:22.971Z] #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:00:22.971Z] #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-11-21T05:00:22.971Z] #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-11-21T05:00:22.971Z] #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done [2024-11-21T05:00:22.971Z] #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done [2024-11-21T05:00:22.992Z] ---> Running in 623e61eacc68 [2024-11-21T05:00:23.229Z] #31 ... [2024-11-21T05:00:23.229Z] [2024-11-21T05:00:23.229Z] #26 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-21T05:00:23.229Z] #26 DONE 0.0s [2024-11-21T05:00:23.229Z] [2024-11-21T05:00:23.229Z] #26 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-21T05:00:23.229Z] #26 DONE 0.0s [2024-11-21T05:00:23.229Z] [2024-11-21T05:00:23.229Z] #31 [security-bootstrapper stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:00:23.229Z] #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:00:23.229Z] #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:00:23.229Z] #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-11-21T05:00:23.229Z] #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-11-21T05:00:23.229Z] #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done [2024-11-21T05:00:23.229Z] #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done [2024-11-21T05:00:23.229Z] #31 DONE 0.7s [2024-11-21T05:00:23.229Z] [2024-11-21T05:00:23.229Z] #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2024-11-21T05:00:23.229Z] #30 ... [2024-11-21T05:00:23.229Z] [2024-11-21T05:00:23.229Z] #26 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-21T05:00:23.229Z] #26 DONE 0.0s [2024-11-21T05:00:23.229Z] [2024-11-21T05:00:23.229Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2024-11-21T05:00:23.259Z] Removing intermediate container 623e61eacc68 [2024-11-21T05:00:23.259Z] ---> 9849340f1dd6 [2024-11-21T05:00:23.259Z] Step 3/4 : COPY go.mod . [2024-11-21T05:00:23.488Z] #30 ... [2024-11-21T05:00:23.488Z] [2024-11-21T05:00:23.488Z] #31 [security-proxy-auth stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:00:23.488Z] #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:00:23.488Z] #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:00:23.488Z] #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-11-21T05:00:23.488Z] #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-11-21T05:00:23.488Z] #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done [2024-11-21T05:00:23.488Z] #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done [2024-11-21T05:00:23.488Z] #31 DONE 0.7s [2024-11-21T05:00:23.488Z] [2024-11-21T05:00:23.488Z] #26 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-21T05:00:23.488Z] #26 DONE 0.0s [2024-11-21T05:00:23.488Z] [2024-11-21T05:00:23.488Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2024-11-21T05:00:23.748Z] #30 ... [2024-11-21T05:00:23.748Z] [2024-11-21T05:00:23.748Z] #31 [security-spire-config stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:00:23.748Z] #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:00:23.748Z] #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:00:23.748Z] #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-11-21T05:00:23.748Z] #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-11-21T05:00:23.748Z] #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done [2024-11-21T05:00:23.748Z] #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done [2024-11-21T05:00:23.748Z] #31 DONE 0.7s [2024-11-21T05:00:23.748Z] [2024-11-21T05:00:23.748Z] #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-11-21T05:00:23.748Z] #34 DONE 0.8s [2024-11-21T05:00:23.748Z] [2024-11-21T05:00:23.748Z] #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-11-21T05:00:23.748Z] #35 DONE 1.3s [2024-11-21T05:00:23.748Z] [2024-11-21T05:00:23.748Z] #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:00:23.748Z] #36 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:00:24.012Z] #36 ... [2024-11-21T05:00:24.012Z] [2024-11-21T05:00:24.012Z] #31 [security-spiffe-token-provider stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:00:24.012Z] #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:00:24.012Z] #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:00:24.012Z] #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-11-21T05:00:24.012Z] #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-11-21T05:00:24.012Z] #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done [2024-11-21T05:00:24.012Z] #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done [2024-11-21T05:00:24.012Z] #31 DONE 0.7s [2024-11-21T05:00:24.012Z] [2024-11-21T05:00:24.012Z] #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-11-21T05:00:24.012Z] #35 DONE 1.3s [2024-11-21T05:00:24.012Z] [2024-11-21T05:00:24.012Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2024-11-21T05:00:24.012Z] #30 DONE 1.1s [2024-11-21T05:00:24.012Z] [2024-11-21T05:00:24.012Z] #37 [security-spire-config internal] load build context [2024-11-21T05:00:24.012Z] #37 transferring context: 21.82kB 0.0s done [2024-11-21T05:00:24.012Z] #37 DONE 0.4s [2024-11-21T05:00:24.012Z] [2024-11-21T05:00:24.012Z] #38 [security-spire-server internal] load build context [2024-11-21T05:00:24.012Z] #38 transferring context: 23.57kB 0.0s done [2024-11-21T05:00:24.012Z] #38 DONE 0.4s [2024-11-21T05:00:24.012Z] [2024-11-21T05:00:24.012Z] #39 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-11-21T05:00:24.270Z] #39 ... [2024-11-21T05:00:24.270Z] [2024-11-21T05:00:24.270Z] #31 [security-spire-agent stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:00:24.270Z] #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:00:24.270Z] #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:00:24.270Z] #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-11-21T05:00:24.270Z] #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-11-21T05:00:24.270Z] #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done [2024-11-21T05:00:24.270Z] #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done [2024-11-21T05:00:24.270Z] #31 DONE 0.7s [2024-11-21T05:00:24.270Z] [2024-11-21T05:00:24.270Z] #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-11-21T05:00:24.270Z] #40 DONE 1.1s [2024-11-21T05:00:24.270Z] [2024-11-21T05:00:24.270Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:00:24.270Z] #36 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.4s done [2024-11-21T05:00:24.270Z] #36 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-11-21T05:00:24.270Z] #36 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-11-21T05:00:24.270Z] #36 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-11-21T05:00:24.668Z] ---> 84101bbb4751 [2024-11-21T05:00:24.668Z] Step 4/4 : RUN go mod download [2024-11-21T05:00:24.668Z] ---> Running in 739f237fc357 [2024-11-21T05:00:29.544Z] #36 ... [2024-11-21T05:00:29.544Z] [2024-11-21T05:00:29.544Z] #41 [core-metadata internal] load build context [2024-11-21T05:00:29.544Z] #41 transferring context: 213.18MB 6.5s [2024-11-21T05:00:29.544Z] #41 ... [2024-11-21T05:00:29.544Z] [2024-11-21T05:00:29.544Z] #42 [support-notifications internal] load build context [2024-11-21T05:00:29.544Z] #42 ... [2024-11-21T05:00:29.544Z] [2024-11-21T05:00:29.544Z] #41 [core-metadata internal] load build context [2024-11-21T05:00:32.319Z] #41 ... [2024-11-21T05:00:32.319Z] [2024-11-21T05:00:32.319Z] #43 [security-spire-agent internal] load build context [2024-11-21T05:00:32.319Z] #43 transferring context: 23.10kB 0.0s done [2024-11-21T05:00:32.319Z] #43 DONE 7.6s [2024-11-21T05:00:32.319Z] [2024-11-21T05:00:32.319Z] #41 [core-metadata internal] load build context [2024-11-21T05:00:32.319Z] #41 transferring context: 280.91MB 9.2s [2024-11-21T05:00:32.892Z] #41 ... [2024-11-21T05:00:32.892Z] [2024-11-21T05:00:32.892Z] #44 [core-common-config-bootstrapper internal] load build context [2024-11-21T05:00:32.892Z] #44 ... [2024-11-21T05:00:32.892Z] [2024-11-21T05:00:32.892Z] #45 [security-secretstore-setup internal] load build context [2024-11-21T05:00:32.892Z] #45 ... [2024-11-21T05:00:32.892Z] [2024-11-21T05:00:32.892Z] #46 [security-proxy-setup internal] load build context [2024-11-21T05:00:33.189Z] #46 ... [2024-11-21T05:00:33.189Z] [2024-11-21T05:00:33.189Z] #47 [support-scheduler internal] load build context [2024-11-21T05:00:33.189Z] #47 ... [2024-11-21T05:00:33.189Z] [2024-11-21T05:00:33.189Z] #48 [core-data internal] load build context [2024-11-21T05:00:33.448Z] #48 ... [2024-11-21T05:00:33.448Z] [2024-11-21T05:00:33.448Z] #49 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-11-21T05:00:33.448Z] #0 4.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:33.448Z] #0 4.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:33.448Z] #0 5.290 (1/2) Installing ca-certificates (20240705-r0) [2024-11-21T05:00:33.448Z] #0 5.302 (2/2) Installing dumb-init (1.2.5-r3) [2024-11-21T05:00:33.448Z] #0 5.306 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:33.448Z] #0 5.324 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:00:33.448Z] #0 5.365 OK: 9 MiB in 16 packages [2024-11-21T05:00:33.448Z] #49 ... [2024-11-21T05:00:33.448Z] [2024-11-21T05:00:33.448Z] #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-11-21T05:00:33.706Z] #50 ... [2024-11-21T05:00:33.706Z] [2024-11-21T05:00:33.706Z] #51 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-11-21T05:00:33.706Z] #51 ... [2024-11-21T05:00:33.706Z] [2024-11-21T05:00:33.706Z] #52 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-11-21T05:00:33.706Z] #0 0.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:33.706Z] #0 1.043 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:33.706Z] #0 1.401 (1/1) Installing dumb-init (1.2.5-r3) [2024-11-21T05:00:33.706Z] #0 1.405 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:33.706Z] #0 1.438 OK: 8 MiB in 15 packages [2024-11-21T05:00:33.706Z] #52 ... [2024-11-21T05:00:33.706Z] [2024-11-21T05:00:33.706Z] #53 [core-command internal] load build context [2024-11-21T05:00:33.966Z] #53 ... [2024-11-21T05:00:33.966Z] [2024-11-21T05:00:33.966Z] #54 [core-keeper internal] load build context [2024-11-21T05:00:33.966Z] #54 ... [2024-11-21T05:00:33.966Z] [2024-11-21T05:00:33.966Z] #55 [security-bootstrapper internal] load build context [2024-11-21T05:00:34.224Z] #55 ... [2024-11-21T05:00:34.224Z] [2024-11-21T05:00:34.224Z] #56 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-11-21T05:00:34.224Z] #56 ... [2024-11-21T05:00:34.224Z] [2024-11-21T05:00:34.224Z] #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-11-21T05:00:34.481Z] #57 ... [2024-11-21T05:00:34.481Z] [2024-11-21T05:00:34.481Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-11-21T05:00:34.481Z] #58 ... [2024-11-21T05:00:34.481Z] [2024-11-21T05:00:34.481Z] #59 [security-spiffe-token-provider internal] load build context [2024-11-21T05:00:34.481Z] #59 transferring context: 433.27MB 9.7s done [2024-11-21T05:00:34.481Z] #59 ... [2024-11-21T05:00:34.481Z] [2024-11-21T05:00:34.481Z] #60 [security-proxy-auth stage-1 2/10] RUN apk add --update --no-cache dumb-init [2024-11-21T05:00:34.814Z] #60 ... [2024-11-21T05:00:34.814Z] [2024-11-21T05:00:34.814Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-11-21T05:00:35.072Z] #61 ... [2024-11-21T05:00:35.072Z] [2024-11-21T05:00:35.072Z] #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-11-21T05:00:35.072Z] #62 ... [2024-11-21T05:00:35.072Z] [2024-11-21T05:00:35.072Z] #63 [security-proxy-auth internal] load build context [2024-11-21T05:00:35.072Z] #63 transferring context: 433.27MB 10.8s done [2024-11-21T05:00:35.072Z] #63 ... [2024-11-21T05:00:35.072Z] [2024-11-21T05:00:35.072Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-11-21T05:00:35.072Z] #0 5.065 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:35.072Z] #0 5.151 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:35.072Z] #0 5.406 (1/4) Installing ca-certificates (20240705-r0) [2024-11-21T05:00:35.072Z] #0 5.421 (2/4) Installing dumb-init (1.2.5-r3) [2024-11-21T05:00:35.072Z] #0 5.425 (3/4) Installing su-exec (0.2-r3) [2024-11-21T05:00:35.072Z] #0 5.431 (4/4) Installing yq-go (4.44.1-r2) [2024-11-21T05:00:35.072Z] #0 5.492 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:35.072Z] #0 5.496 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:00:35.072Z] #0 5.533 OK: 19 MiB in 18 packages [2024-11-21T05:00:35.330Z] #64 ... [2024-11-21T05:00:35.330Z] [2024-11-21T05:00:35.330Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-11-21T05:00:35.330Z] #65 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-11-21T05:00:35.330Z] #65 ... [2024-11-21T05:00:35.330Z] [2024-11-21T05:00:35.330Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:00:35.330Z] #36 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 10.3s [2024-11-21T05:00:35.330Z] #36 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 10.3s [2024-11-21T05:00:35.330Z] #36 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 10.4s [2024-11-21T05:00:36.707Z] #36 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 11.8s [2024-11-21T05:00:36.982Z] #36 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 12.0s [2024-11-21T05:00:38.359Z] #36 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 12.5s done [2024-11-21T05:00:39.296Z] #36 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 14.2s done [2024-11-21T05:00:39.865Z] #36 ... [2024-11-21T05:00:39.865Z] [2024-11-21T05:00:39.865Z] #42 [support-notifications internal] load build context [2024-11-21T05:00:39.865Z] #42 transferring context: 433.27MB 10.0s done [2024-11-21T05:00:39.865Z] #42 ... [2024-11-21T05:00:39.865Z] [2024-11-21T05:00:39.865Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:00:40.848Z] #36 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 15.5s done [2024-11-21T05:00:40.848Z] #36 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-11-21T05:00:41.421Z] #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 16.5s [2024-11-21T05:00:41.679Z] #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 4.19MB / 30.73MB 16.6s [2024-11-21T05:00:41.679Z] #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 10.49MB / 30.73MB 16.7s [2024-11-21T05:00:41.977Z] #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 22.02MB / 30.73MB 16.8s [2024-11-21T05:00:41.977Z] #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 17.0s [2024-11-21T05:00:42.914Z] #36 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-11-21T05:00:42.914Z] #36 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-11-21T05:00:42.914Z] #36 ... [2024-11-21T05:00:42.914Z] [2024-11-21T05:00:42.914Z] #41 [core-metadata internal] load build context [2024-11-21T05:00:42.914Z] #41 transferring context: 433.27MB 12.5s done [2024-11-21T05:00:42.914Z] #41 ... [2024-11-21T05:00:42.914Z] [2024-11-21T05:00:42.914Z] #44 [core-common-config-bootstrapper internal] load build context [2024-11-21T05:00:42.914Z] #44 transferring context: 433.27MB 13.5s done [2024-11-21T05:00:43.173Z] #44 ... [2024-11-21T05:00:43.173Z] [2024-11-21T05:00:43.173Z] #42 [support-notifications internal] load build context [2024-11-21T05:00:43.173Z] #42 DONE 20.1s [2024-11-21T05:00:43.173Z] [2024-11-21T05:00:43.173Z] #46 [security-proxy-setup internal] load build context [2024-11-21T05:00:43.173Z] #46 transferring context: 433.27MB 10.2s done [2024-11-21T05:00:43.173Z] #46 DONE 20.2s [2024-11-21T05:00:43.173Z] [2024-11-21T05:00:43.173Z] #59 [security-spiffe-token-provider internal] load build context [2024-11-21T05:00:43.173Z] #59 DONE 19.1s [2024-11-21T05:00:43.173Z] [2024-11-21T05:00:43.173Z] #53 [core-command internal] load build context [2024-11-21T05:00:43.173Z] #53 transferring context: 433.27MB 10.3s done [2024-11-21T05:00:43.173Z] #53 DONE 19.7s [2024-11-21T05:00:43.173Z] [2024-11-21T05:00:43.173Z] #54 [core-keeper internal] load build context [2024-11-21T05:00:43.173Z] #54 transferring context: 433.27MB 10.5s done [2024-11-21T05:00:43.173Z] #54 DONE 19.7s [2024-11-21T05:00:43.173Z] [2024-11-21T05:00:43.173Z] #39 [core-data builder 2/7] WORKDIR /edgex-go [2024-11-21T05:00:43.173Z] #39 DONE 19.2s [2024-11-21T05:00:43.173Z] [2024-11-21T05:00:43.173Z] #45 [security-secretstore-setup internal] load build context [2024-11-21T05:00:43.173Z] #45 transferring context: 433.27MB 12.2s done [2024-11-21T05:00:43.173Z] #45 DONE 20.5s [2024-11-21T05:00:43.173Z] [2024-11-21T05:00:43.173Z] #47 [support-scheduler internal] load build context [2024-11-21T05:00:43.173Z] #47 transferring context: 433.27MB 11.6s done [2024-11-21T05:00:43.173Z] #47 DONE 20.3s [2024-11-21T05:00:43.173Z] [2024-11-21T05:00:43.173Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-11-21T05:00:43.173Z] #64 DONE 19.8s [2024-11-21T05:00:43.173Z] [2024-11-21T05:00:43.173Z] #63 [security-proxy-auth internal] load build context [2024-11-21T05:00:43.173Z] #63 DONE 19.8s [2024-11-21T05:00:43.173Z] [2024-11-21T05:00:43.173Z] #52 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-11-21T05:00:43.173Z] #52 DONE 20.0s [2024-11-21T05:00:43.173Z] [2024-11-21T05:00:43.173Z] #66 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:00:43.432Z] #66 ... [2024-11-21T05:00:43.432Z] [2024-11-21T05:00:43.432Z] #49 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-11-21T05:00:43.432Z] #49 DONE 20.0s [2024-11-21T05:00:43.432Z] [2024-11-21T05:00:43.432Z] #44 [core-common-config-bootstrapper internal] load build context [2024-11-21T05:00:43.432Z] #44 DONE 20.6s [2024-11-21T05:00:43.432Z] [2024-11-21T05:00:43.432Z] #55 [security-bootstrapper internal] load build context [2024-11-21T05:00:43.432Z] #55 transferring context: 433.27MB 11.4s done [2024-11-21T05:00:43.432Z] #55 DONE 20.1s [2024-11-21T05:00:43.432Z] [2024-11-21T05:00:43.432Z] #48 [core-data internal] load build context [2024-11-21T05:00:43.432Z] #48 transferring context: 433.27MB 13.2s done [2024-11-21T05:00:43.432Z] #48 DONE 20.2s [2024-11-21T05:00:43.432Z] [2024-11-21T05:00:43.432Z] #41 [core-metadata internal] load build context [2024-11-21T05:00:43.432Z] #41 DONE 20.6s [2024-11-21T05:00:43.432Z] [2024-11-21T05:00:43.432Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:00:43.432Z] #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 17.8s done [2024-11-21T05:00:43.432Z] #36 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-11-21T05:00:43.432Z] #36 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.2s [2024-11-21T05:00:43.690Z] #36 ... [2024-11-21T05:00:43.690Z] [2024-11-21T05:00:43.690Z] #56 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-11-21T05:00:43.690Z] #56 DONE 20.2s [2024-11-21T05:00:43.690Z] [2024-11-21T05:00:43.690Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:00:44.675Z] #36 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.3s done [2024-11-21T05:00:45.623Z] #36 ... [2024-11-21T05:00:45.623Z] [2024-11-21T05:00:45.623Z] #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-11-21T05:00:45.623Z] #50 20.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #50 20.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #50 21.01 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:45.623Z] #50 21.05 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:45.623Z] #50 21.06 (3/6) Installing dumb-init (1.2.5-r3) [2024-11-21T05:00:45.623Z] #50 21.06 (4/6) Installing openssl (3.3.2-r1) [2024-11-21T05:00:45.623Z] #50 21.07 (5/6) Installing su-exec (0.2-r3) [2024-11-21T05:00:45.623Z] #50 21.07 (6/6) Installing yq-go (4.44.1-r2) [2024-11-21T05:00:45.623Z] #50 21.14 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:45.623Z] #50 21.15 OK: 19 MiB in 18 packages [2024-11-21T05:00:45.623Z] #50 DONE 22.0s [2024-11-21T05:00:45.623Z] [2024-11-21T05:00:45.623Z] #51 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-11-21T05:00:45.623Z] #51 20.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #51 20.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #51 21.05 (1/2) Installing dumb-init (1.2.5-r3) [2024-11-21T05:00:45.623Z] #51 21.05 (2/2) Installing su-exec (0.2-r3) [2024-11-21T05:00:45.623Z] #51 21.06 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:45.623Z] #51 21.06 OK: 8 MiB in 16 packages [2024-11-21T05:00:45.623Z] #51 DONE 22.0s [2024-11-21T05:00:45.623Z] [2024-11-21T05:00:45.623Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-11-21T05:00:45.623Z] #58 20.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #58 20.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #58 20.55 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-21T05:00:45.623Z] #58 20.55 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-21T05:00:45.623Z] #58 20.55 OK: 24169 distinct packages available [2024-11-21T05:00:45.623Z] #58 20.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #58 20.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #58 21.03 (1/4) Installing dumb-init (1.2.5-r3) [2024-11-21T05:00:45.623Z] #58 21.03 (2/4) Installing musl-obstack (1.2.3-r2) [2024-11-21T05:00:45.623Z] #58 21.04 (3/4) Installing libucontext (1.2-r3) [2024-11-21T05:00:45.623Z] #58 21.04 (4/4) Installing gcompat (1.1.0-r4) [2024-11-21T05:00:45.623Z] #58 21.05 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:45.623Z] #58 21.05 OK: 8 MiB in 18 packages [2024-11-21T05:00:45.623Z] #58 DONE 21.5s [2024-11-21T05:00:45.623Z] [2024-11-21T05:00:45.623Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-11-21T05:00:45.623Z] #61 19.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #61 19.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #61 20.30 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-21T05:00:45.623Z] #61 20.30 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-21T05:00:45.623Z] #61 20.30 OK: 24169 distinct packages available [2024-11-21T05:00:45.623Z] #61 20.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #61 20.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #61 20.71 (1/14) Installing ca-certificates (20240705-r0) [2024-11-21T05:00:45.623Z] #61 20.75 (2/14) Installing brotli-libs (1.1.0-r2) [2024-11-21T05:00:45.623Z] #61 20.76 (3/14) Installing c-ares (1.33.1-r0) [2024-11-21T05:00:45.623Z] #61 20.76 (4/14) Installing libunistring (1.2-r0) [2024-11-21T05:00:45.623Z] #61 20.78 (5/14) Installing libidn2 (2.3.7-r0) [2024-11-21T05:00:45.623Z] #61 20.79 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-11-21T05:00:45.623Z] #61 20.79 (7/14) Installing libpsl (0.21.5-r1) [2024-11-21T05:00:45.623Z] #61 20.79 (8/14) Installing zstd-libs (1.5.6-r0) [2024-11-21T05:00:45.623Z] #61 20.80 (9/14) Installing libcurl (8.11.0-r2) [2024-11-21T05:00:45.623Z] #61 20.81 (10/14) Installing curl (8.11.0-r2) [2024-11-21T05:00:45.623Z] #61 20.82 (11/14) Installing dumb-init (1.2.5-r3) [2024-11-21T05:00:45.623Z] #61 20.82 (12/14) Installing musl-obstack (1.2.3-r2) [2024-11-21T05:00:45.623Z] #61 20.82 (13/14) Installing libucontext (1.2-r3) [2024-11-21T05:00:45.623Z] #61 20.83 (14/14) Installing gcompat (1.1.0-r4) [2024-11-21T05:00:45.623Z] #61 20.83 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:45.623Z] #61 20.84 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:00:45.623Z] #61 20.88 OK: 13 MiB in 28 packages [2024-11-21T05:00:45.623Z] #61 DONE 21.4s [2024-11-21T05:00:45.623Z] [2024-11-21T05:00:45.623Z] #60 [core-common-config-bootstrapper stage-1 2/10] RUN apk add --update --no-cache dumb-init [2024-11-21T05:00:45.623Z] #60 20.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #60 20.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #60 20.83 (1/1) Installing dumb-init (1.2.5-r3) [2024-11-21T05:00:45.623Z] #60 20.84 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:45.623Z] #60 20.85 OK: 8 MiB in 15 packages [2024-11-21T05:00:45.623Z] #60 DONE 22.1s [2024-11-21T05:00:45.623Z] [2024-11-21T05:00:45.623Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-11-21T05:00:45.623Z] #65 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 11.2s done [2024-11-21T05:00:45.623Z] #65 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-11-21T05:00:45.623Z] #65 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-11-21T05:00:45.623Z] #65 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-11-21T05:00:45.623Z] #65 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-11-21T05:00:45.623Z] #65 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done [2024-11-21T05:00:45.623Z] #65 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.1s done [2024-11-21T05:00:45.623Z] #65 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.5s done [2024-11-21T05:00:45.623Z] #65 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-11-21T05:00:45.623Z] #65 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-11-21T05:00:45.623Z] #65 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.0s done [2024-11-21T05:00:45.623Z] #65 DONE 21.4s [2024-11-21T05:00:45.623Z] [2024-11-21T05:00:45.623Z] #57 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-11-21T05:00:45.623Z] #57 20.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #57 20.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #57 20.73 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-21T05:00:45.623Z] #57 20.73 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-21T05:00:45.623Z] #57 20.73 OK: 24169 distinct packages available [2024-11-21T05:00:45.623Z] #57 20.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #57 20.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.623Z] #57 21.12 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:45.623Z] #57 21.16 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:45.624Z] #57 21.17 (3/7) Installing dumb-init (1.2.5-r3) [2024-11-21T05:00:45.624Z] #57 21.17 (4/7) Installing musl-obstack (1.2.3-r2) [2024-11-21T05:00:45.624Z] #57 21.18 (5/7) Installing libucontext (1.2-r3) [2024-11-21T05:00:45.624Z] #57 21.18 (6/7) Installing gcompat (1.1.0-r4) [2024-11-21T05:00:45.624Z] #57 21.18 (7/7) Installing openssl (3.3.2-r1) [2024-11-21T05:00:45.624Z] #57 21.19 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:45.624Z] #57 21.20 OK: 9 MiB in 19 packages [2024-11-21T05:00:45.624Z] #57 DONE 21.5s [2024-11-21T05:00:45.624Z] [2024-11-21T05:00:45.624Z] #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-11-21T05:00:45.624Z] #62 20.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.624Z] #62 21.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.624Z] #62 21.80 (1/3) Installing ca-certificates (20240705-r0) [2024-11-21T05:00:45.624Z] #62 21.82 (2/3) Installing dumb-init (1.2.5-r3) [2024-11-21T05:00:45.624Z] #62 21.82 (3/3) Installing tzdata (2024b-r0) [2024-11-21T05:00:45.624Z] #62 21.89 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:45.624Z] #62 21.89 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:00:45.624Z] #62 21.98 OK: 10 MiB in 17 packages [2024-11-21T05:00:45.624Z] #62 DONE 22.1s [2024-11-21T05:00:45.624Z] [2024-11-21T05:00:45.624Z] #67 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade [2024-11-21T05:00:45.624Z] #67 ... [2024-11-21T05:00:45.624Z] [2024-11-21T05:00:45.624Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:00:45.624Z] #36 DONE 22.0s [2024-11-21T05:00:45.884Z] [2024-11-21T05:00:45.884Z] #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-11-21T05:00:45.884Z] #68 ... [2024-11-21T05:00:45.884Z] [2024-11-21T05:00:45.884Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-11-21T05:00:45.884Z] #0 2.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.884Z] #0 2.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:45.884Z] #0 2.610 OK: 246 MiB in 54 packages [2024-11-21T05:00:45.884Z] #69 DONE 2.7s [2024-11-21T05:00:45.884Z] [2024-11-21T05:00:45.884Z] #70 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:00:45.884Z] #70 DONE 0.0s [2024-11-21T05:00:46.142Z] [2024-11-21T05:00:46.142Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-11-21T05:00:46.142Z] #71 DONE 2.9s [2024-11-21T05:00:46.142Z] [2024-11-21T05:00:46.142Z] #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-11-21T05:00:47.517Z] #72 ... [2024-11-21T05:00:47.517Z] [2024-11-21T05:00:47.517Z] #73 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-11-21T05:00:47.517Z] #0 3.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:47.517Z] #0 3.737 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:47.517Z] #0 4.028 OK: 246 MiB in 54 packages [2024-11-21T05:00:47.517Z] #73 DONE 4.2s [2024-11-21T05:00:47.517Z] [2024-11-21T05:00:47.517Z] #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:00:47.517Z] #74 DONE 0.0s [2024-11-21T05:00:47.517Z] [2024-11-21T05:00:47.517Z] #67 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade [2024-11-21T05:00:47.517Z] #67 2.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:47.517Z] #67 ... [2024-11-21T05:00:47.517Z] [2024-11-21T05:00:47.517Z] #75 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-11-21T05:00:47.517Z] #0 3.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:47.517Z] #0 3.917 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:47.517Z] #0 4.277 OK: 246 MiB in 54 packages [2024-11-21T05:00:47.517Z] #75 DONE 4.6s [2024-11-21T05:00:47.517Z] [2024-11-21T05:00:47.517Z] #76 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:00:47.517Z] #76 DONE 0.1s [2024-11-21T05:00:47.517Z] [2024-11-21T05:00:47.517Z] #67 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade [2024-11-21T05:00:47.517Z] #67 2.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:47.775Z] #67 ... [2024-11-21T05:00:47.775Z] [2024-11-21T05:00:47.775Z] #77 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-11-21T05:00:47.775Z] #0 2.984 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:47.775Z] #0 3.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:47.775Z] #0 4.048 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-21T05:00:47.775Z] #0 4.048 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-21T05:00:47.775Z] #0 4.048 OK: 24173 distinct packages available [2024-11-21T05:00:47.775Z] #0 4.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:47.775Z] #0 4.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:47.775Z] #0 4.450 OK: 246 MiB in 54 packages [2024-11-21T05:00:47.775Z] #77 DONE 4.6s [2024-11-21T05:00:47.775Z] [2024-11-21T05:00:47.775Z] #78 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:00:47.775Z] #78 DONE 0.1s [2024-11-21T05:00:47.775Z] [2024-11-21T05:00:47.775Z] #67 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade [2024-11-21T05:00:47.775Z] #67 2.420 Upgrading critical system libraries and apk-tools: [2024-11-21T05:00:47.775Z] #67 2.420 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:00:47.775Z] #67 2.428 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:48.033Z] #67 2.507 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:00:48.033Z] #67 2.512 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:48.033Z] #67 2.602 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:48.304Z] #67 2.848 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:48.563Z] #67 3.003 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:48.563Z] #67 3.014 OK: 8 MiB in 15 packages [2024-11-21T05:00:48.563Z] #67 DONE 3.3s [2024-11-21T05:00:48.563Z] [2024-11-21T05:00:48.563Z] #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-11-21T05:00:48.563Z] #0 1.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:48.563Z] #0 2.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:48.563Z] #0 2.312 Upgrading critical system libraries and apk-tools: [2024-11-21T05:00:48.563Z] #0 2.312 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:00:48.563Z] #0 2.320 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:48.563Z] #0 2.387 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:00:48.563Z] #0 2.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:48.563Z] #0 2.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:48.563Z] #0 2.736 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:48.563Z] #0 2.768 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:48.563Z] #0 2.794 OK: 8 MiB in 16 packages [2024-11-21T05:00:48.563Z] #79 DONE 3.1s [2024-11-21T05:00:48.563Z] [2024-11-21T05:00:48.563Z] #66 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:00:48.563Z] #66 4.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:48.563Z] #66 4.093 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:48.563Z] #66 4.432 Upgrading critical system libraries and apk-tools: [2024-11-21T05:00:48.563Z] #66 4.432 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:00:48.563Z] #66 4.443 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:48.563Z] #66 4.515 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:00:48.563Z] #66 4.515 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:48.563Z] #66 4.585 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:48.563Z] #66 4.870 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:48.563Z] #66 4.905 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:48.563Z] #66 4.918 OK: 8 MiB in 15 packages [2024-11-21T05:00:48.563Z] #66 DONE 5.2s [2024-11-21T05:00:48.563Z] [2024-11-21T05:00:48.563Z] #80 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-11-21T05:00:49.129Z] #80 ... [2024-11-21T05:00:49.129Z] [2024-11-21T05:00:49.129Z] #81 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:00:49.129Z] #0 3.767 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.129Z] #0 4.588 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.129Z] #0 4.850 Upgrading critical system libraries and apk-tools: [2024-11-21T05:00:49.129Z] #0 4.850 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:00:49.129Z] #0 4.858 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:49.129Z] #0 4.928 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:00:49.129Z] #0 4.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.129Z] #0 5.018 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.129Z] #0 5.295 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:49.129Z] #0 5.333 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:49.129Z] #0 5.339 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:00:49.129Z] #0 5.381 OK: 9 MiB in 16 packages [2024-11-21T05:00:49.129Z] #81 DONE 5.7s [2024-11-21T05:00:49.129Z] [2024-11-21T05:00:49.129Z] #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-11-21T05:00:49.129Z] #0 3.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.129Z] #0 4.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.129Z] #0 4.895 Upgrading critical system libraries and apk-tools: [2024-11-21T05:00:49.129Z] #0 4.895 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:00:49.129Z] #0 4.901 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:49.129Z] #0 4.969 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:00:49.130Z] #0 4.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #0 5.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #0 5.429 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:49.130Z] #0 5.469 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:49.130Z] #0 5.477 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:00:49.130Z] #0 5.549 OK: 19 MiB in 18 packages [2024-11-21T05:00:49.130Z] #82 DONE 5.7s [2024-11-21T05:00:49.130Z] [2024-11-21T05:00:49.130Z] #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-11-21T05:00:49.130Z] #0 2.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #0 2.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #0 2.876 Upgrading critical system libraries and apk-tools: [2024-11-21T05:00:49.130Z] #0 2.876 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:00:49.130Z] #0 2.925 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:49.130Z] #0 2.994 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:00:49.130Z] #0 3.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #0 3.091 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #0 3.360 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:49.130Z] #0 3.390 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:49.130Z] #0 3.398 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:00:49.130Z] #0 3.450 OK: 13 MiB in 28 packages [2024-11-21T05:00:49.130Z] #83 DONE 3.6s [2024-11-21T05:00:49.130Z] [2024-11-21T05:00:49.130Z] #84 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-11-21T05:00:49.130Z] #0 2.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #0 2.543 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #0 2.805 Upgrading critical system libraries and apk-tools: [2024-11-21T05:00:49.130Z] #0 2.805 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:00:49.130Z] #0 2.852 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:49.130Z] #0 3.011 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:00:49.130Z] #0 3.036 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #0 3.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #0 3.420 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:49.130Z] #0 3.507 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:49.130Z] #0 3.521 OK: 8 MiB in 18 packages [2024-11-21T05:00:49.130Z] #84 DONE 3.6s [2024-11-21T05:00:49.130Z] [2024-11-21T05:00:49.130Z] #68 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-11-21T05:00:49.130Z] #68 2.553 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #68 2.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #68 2.914 Upgrading critical system libraries and apk-tools: [2024-11-21T05:00:49.130Z] #68 2.914 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:00:49.130Z] #68 2.922 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:49.130Z] #68 2.989 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:00:49.130Z] #68 2.989 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #68 3.060 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:49.130Z] #68 3.444 OK: 9 MiB in 19 packages [2024-11-21T05:00:49.130Z] #68 DONE 3.6s [2024-11-21T05:00:49.130Z] [2024-11-21T05:00:49.130Z] #85 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-11-21T05:00:50.562Z] #85 DONE 1.1s [2024-11-21T05:00:50.562Z] [2024-11-21T05:00:50.562Z] #86 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-11-21T05:00:50.562Z] #0 3.485 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:50.562Z] #0 4.865 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:50.562Z] #0 5.575 (1/1) Installing dumb-init (1.2.5-r3) [2024-11-21T05:00:50.562Z] #0 5.859 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:50.562Z] #0 5.863 OK: 8 MiB in 15 packages [2024-11-21T05:00:50.562Z] #86 DONE 6.3s [2024-11-21T05:00:50.562Z] [2024-11-21T05:00:50.562Z] #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-11-21T05:00:50.562Z] #0 2.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:50.562Z] #0 2.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:50.562Z] #0 3.122 Upgrading critical system libraries and apk-tools: [2024-11-21T05:00:50.562Z] #0 3.122 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:00:50.562Z] #0 3.134 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:50.562Z] #0 3.193 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:00:50.562Z] #0 3.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:50.562Z] #0 3.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:50.562Z] #0 3.557 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:50.562Z] #0 3.593 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:00:50.562Z] #0 3.606 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:00:50.562Z] #0 3.638 OK: 10 MiB in 17 packages [2024-11-21T05:00:50.562Z] #87 DONE 4.6s [2024-11-21T05:00:50.562Z] [2024-11-21T05:00:50.562Z] #88 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-11-21T05:00:50.562Z] #0 2.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:50.562Z] #0 2.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:50.562Z] #0 2.401 Upgrading critical system libraries and apk-tools: [2024-11-21T05:00:50.562Z] #0 2.401 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:00:50.562Z] #0 2.410 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:00:50.562Z] #0 2.475 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:00:50.562Z] #0 2.481 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:50.562Z] #0 3.565 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:50.562Z] #0 4.093 OK: 19 MiB in 18 packages [2024-11-21T05:00:50.562Z] #88 DONE 4.7s [2024-11-21T05:00:50.562Z] [2024-11-21T05:00:50.562Z] #89 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-11-21T05:00:50.562Z] #89 DONE 1.1s [2024-11-21T05:00:50.562Z] [2024-11-21T05:00:50.562Z] #90 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-11-21T05:00:50.562Z] #90 DONE 1.1s [2024-11-21T05:00:50.562Z] [2024-11-21T05:00:50.562Z] #91 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-11-21T05:00:50.562Z] #91 DONE 0.1s [2024-11-21T05:00:50.562Z] [2024-11-21T05:00:50.562Z] #92 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-11-21T05:00:50.562Z] #92 DONE 0.1s [2024-11-21T05:00:50.562Z] [2024-11-21T05:00:50.562Z] #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-11-21T05:00:50.562Z] #93 DONE 0.1s [2024-11-21T05:00:50.562Z] [2024-11-21T05:00:50.562Z] #94 [security-spire-config stage-2 6/10] COPY security.txt / [2024-11-21T05:00:50.824Z] #94 ... [2024-11-21T05:00:50.824Z] [2024-11-21T05:00:50.824Z] #95 [security-spire-server stage-2 6/9] COPY security.txt / [2024-11-21T05:00:50.824Z] #95 DONE 0.6s [2024-11-21T05:00:50.824Z] [2024-11-21T05:00:50.824Z] #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-11-21T05:00:50.824Z] #96 DONE 0.7s [2024-11-21T05:00:50.824Z] [2024-11-21T05:00:50.824Z] #94 [security-spire-config stage-2 6/10] COPY security.txt / [2024-11-21T05:00:50.824Z] #94 DONE 0.6s [2024-11-21T05:00:50.824Z] [2024-11-21T05:00:50.824Z] #97 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-11-21T05:00:50.824Z] #97 DONE 0.1s [2024-11-21T05:00:50.824Z] [2024-11-21T05:00:50.824Z] #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-11-21T05:00:50.824Z] #98 DONE 0.1s [2024-11-21T05:00:50.824Z] [2024-11-21T05:00:50.824Z] #99 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-11-21T05:00:51.084Z] #99 DONE 0.1s [2024-11-21T05:00:51.084Z] [2024-11-21T05:00:51.084Z] #100 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-11-21T05:00:51.084Z] #100 DONE 0.1s [2024-11-21T05:00:51.084Z] [2024-11-21T05:00:51.084Z] #101 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-11-21T05:00:51.084Z] #101 DONE 0.1s [2024-11-21T05:00:51.084Z] [2024-11-21T05:00:51.084Z] #102 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-11-21T05:00:51.084Z] #102 DONE 0.1s [2024-11-21T05:00:51.084Z] [2024-11-21T05:00:51.084Z] #103 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-11-21T05:00:51.084Z] #103 DONE 0.1s [2024-11-21T05:00:51.084Z] [2024-11-21T05:00:51.084Z] #104 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-11-21T05:00:51.084Z] #104 DONE 0.1s [2024-11-21T05:00:51.084Z] [2024-11-21T05:00:51.084Z] #105 [security-spire-server] exporting to image [2024-11-21T05:00:51.084Z] #105 exporting layers [2024-11-21T05:00:51.344Z] #105 ... [2024-11-21T05:00:51.344Z] [2024-11-21T05:00:51.344Z] #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-11-21T05:00:51.344Z] #106 DONE 0.1s [2024-11-21T05:00:51.344Z] [2024-11-21T05:00:51.344Z] #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-11-21T05:00:51.344Z] #107 DONE 0.1s [2024-11-21T05:00:51.344Z] [2024-11-21T05:00:51.344Z] #105 [security-spire-config] exporting to image [2024-11-21T05:00:51.344Z] #105 ... [2024-11-21T05:00:51.344Z] [2024-11-21T05:00:51.344Z] #80 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-11-21T05:00:51.344Z] #80 DONE 2.8s [2024-11-21T05:00:51.344Z] [2024-11-21T05:00:51.344Z] #108 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-11-21T05:00:51.344Z] #108 DONE 0.1s [2024-11-21T05:00:51.344Z] [2024-11-21T05:00:51.344Z] #109 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-11-21T05:00:51.344Z] #109 DONE 0.1s [2024-11-21T05:00:51.344Z] [2024-11-21T05:00:51.344Z] #105 [security-spire-agent] exporting to image [2024-11-21T05:00:51.604Z] #105 ... [2024-11-21T05:00:51.604Z] [2024-11-21T05:00:51.604Z] #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-11-21T05:00:51.604Z] #72 4.095 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:51.604Z] #72 4.576 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-21T05:00:51.604Z] #72 5.407 OK: 246 MiB in 54 packages [2024-11-21T05:00:51.604Z] #72 DONE 5.5s [2024-11-21T05:00:51.604Z] [2024-11-21T05:00:51.604Z] #110 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-11-21T05:00:51.604Z] #110 DONE 0.1s [2024-11-21T05:00:51.865Z] [2024-11-21T05:00:51.866Z] #105 [security-spire-agent] exporting to image [2024-11-21T05:00:51.866Z] #105 exporting layers 0.7s done [2024-11-21T05:00:51.866Z] #105 exporting layers 0.7s done [2024-11-21T05:00:51.866Z] #105 writing image sha256:8ce21f0c154fc659977549b62b9f678890a46d0f47576cddaf9463d0d9d20fa0 done [2024-11-21T05:00:51.866Z] #105 naming to docker.io/library/security-spire-server done [2024-11-21T05:00:51.866Z] #105 writing image sha256:8ee612d8b4ac1c9c5a7396acd47841525796b3be85cb4dad9dbd3de7616c1377 done [2024-11-21T05:00:51.866Z] #105 naming to docker.io/library/security-spire-config done [2024-11-21T05:00:52.127Z] #105 exporting layers 0.6s done [2024-11-21T05:00:52.127Z] #105 writing image sha256:0213717e44392136815f7fbf2a192f4cf8f65bac28e6fe394d14794297fc1bc1 done [2024-11-21T05:00:52.127Z] #105 naming to docker.io/library/security-spire-agent done [2024-11-21T05:00:52.127Z] #105 DONE 0.9s [2024-11-21T05:00:52.127Z] [2024-11-21T05:00:52.127Z] #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:00:56.331Z] #111 ... [2024-11-21T05:00:56.331Z] [2024-11-21T05:00:56.331Z] #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:00:56.331Z] #112 ... [2024-11-21T05:00:56.331Z] [2024-11-21T05:00:56.331Z] #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:00:57.917Z] #113 ... [2024-11-21T05:00:57.917Z] [2024-11-21T05:00:57.917Z] #114 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:00:57.917Z] #114 ... [2024-11-21T05:00:57.917Z] [2024-11-21T05:00:57.917Z] #115 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:01:19.912Z] #115 DONE 31.4s [2024-11-21T05:01:19.912Z] [2024-11-21T05:01:19.912Z] #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:01:19.912Z] #112 DONE 33.1s [2024-11-21T05:01:19.912Z] [2024-11-21T05:01:19.912Z] #114 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:01:19.912Z] #114 DONE 31.7s [2024-11-21T05:01:19.912Z] [2024-11-21T05:01:19.912Z] #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:01:19.912Z] #113 DONE 31.3s [2024-11-21T05:01:19.912Z] [2024-11-21T05:01:19.912Z] #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:01:19.912Z] #111 DONE 27.4s [2024-11-21T05:01:19.912Z] [2024-11-21T05:01:19.912Z] #116 [core-keeper builder 7/8] COPY . . [2024-11-21T05:01:21.076Z] Removing intermediate container 739f237fc357 [2024-11-21T05:01:21.076Z] ---> 27d1b8a543e6 [2024-11-21T05:01:21.076Z] Successfully built 27d1b8a543e6 [2024-11-21T05:01:21.076Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:01:21.423Z] + docker inspect -f . ci-base-image-arm64 [2024-11-21T05:01:21.423Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-21T05:01:21.648Z] prd-ubuntu20.04-docker-arm64-4c-16g-27136 does not seem to be running inside a container [2024-11-21T05:01:21.710Z] $ 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 [2024-11-21T05:01:23.097Z] $ docker top 21657769f8afddf132671ebe94211c2a9cf4d46dc9be8e225ef2a807e36f487a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-21T05:01:23.912Z] + go version [2024-11-21T05:01:23.912Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-11-21T05:01:23.933Z] $ docker stop --time=1 21657769f8afddf132671ebe94211c2a9cf4d46dc9be8e225ef2a807e36f487a [2024-11-21T05:01:25.275Z] #116 ... [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #117 [core-metadata builder 6/7] COPY . . [2024-11-21T05:01:25.275Z] #117 DONE 6.1s [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #118 [security-secretstore-setup builder 6/7] COPY . . [2024-11-21T05:01:25.275Z] #118 DONE 6.1s [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #119 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:01:25.275Z] #119 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #120 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-11-21T05:01:25.275Z] #120 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #121 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:01:25.275Z] #121 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #122 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:01:25.275Z] #122 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #123 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:01:25.275Z] #123 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #124 [core-command builder 6/7] COPY . . [2024-11-21T05:01:25.275Z] #124 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #125 [core-data builder 6/7] COPY . . [2024-11-21T05:01:25.275Z] #125 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:01:25.275Z] #126 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #127 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:01:25.275Z] #127 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #128 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:01:25.275Z] #128 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #129 [security-proxy-auth builder 6/7] COPY . . [2024-11-21T05:01:25.275Z] #129 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:01:25.275Z] #130 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #131 [security-proxy-setup builder 6/7] COPY . . [2024-11-21T05:01:25.275Z] #131 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #132 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:01:25.275Z] #132 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #133 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:01:25.275Z] #133 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #134 [security-bootstrapper builder 6/7] COPY . . [2024-11-21T05:01:25.275Z] #134 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #135 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:01:25.275Z] #135 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #136 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:01:25.275Z] #136 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #116 [core-keeper builder 7/8] COPY . . [2024-11-21T05:01:25.275Z] #116 DONE 6.1s [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #137 [support-scheduler builder 6/7] COPY . . [2024-11-21T05:01:25.275Z] #137 DONE 6.2s [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #138 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:01:25.275Z] #138 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #139 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:01:25.275Z] #139 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #140 [support-notifications builder 6/7] COPY . . [2024-11-21T05:01:25.275Z] #140 CACHED [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #141 [security-spiffe-token-provider builder 6/7] COPY . . [2024-11-21T05:01:25.275Z] #141 DONE 6.2s [2024-11-21T05:01:25.275Z] [2024-11-21T05:01:25.275Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-11-21T05:01:25.500Z] $ 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 [2024-11-21T05:01:26.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-11-21T05:01:26.166Z] [2024-11-21T05:01:26.166Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:01:26.502Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-11-21T05:01:26.502Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-11-21T05:01:26.502Z] 547446be3368: Pulling fs layer [2024-11-21T05:01:26.502Z] d125d8839a47: Pulling fs layer [2024-11-21T05:01:26.502Z] 3e85d5ac6304: Pulling fs layer [2024-11-21T05:01:26.502Z] c3105a71a48b: Pulling fs layer [2024-11-21T05:01:26.502Z] 0f093f025ec4: Pulling fs layer [2024-11-21T05:01:26.502Z] c3106fc0e877: Pulling fs layer [2024-11-21T05:01:26.502Z] 0f093f025ec4: Waiting [2024-11-21T05:01:26.502Z] c3106fc0e877: Waiting [2024-11-21T05:01:26.502Z] c3105a71a48b: Waiting [2024-11-21T05:01:26.774Z] 547446be3368: Verifying Checksum [2024-11-21T05:01:26.774Z] c3105a71a48b: Download complete [2024-11-21T05:01:27.040Z] d125d8839a47: Verifying Checksum [2024-11-21T05:01:27.041Z] d125d8839a47: Download complete [2024-11-21T05:01:27.041Z] c3106fc0e877: Verifying Checksum [2024-11-21T05:01:27.041Z] c3106fc0e877: Download complete [2024-11-21T05:01:27.184Z] #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 [2024-11-21T05:01:27.306Z] 0f093f025ec4: Verifying Checksum [2024-11-21T05:01:27.306Z] 0f093f025ec4: Download complete [2024-11-21T05:01:27.306Z] 547446be3368: Pull complete [2024-11-21T05:01:28.265Z] d125d8839a47: Pull complete [2024-11-21T05:01:28.849Z] 3e85d5ac6304: Verifying Checksum [2024-11-21T05:01:28.849Z] 3e85d5ac6304: Download complete [2024-11-21T05:01:35.358Z] #142 ... [2024-11-21T05:01:35.358Z] [2024-11-21T05:01:35.358Z] #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-11-21T05:01:35.358Z] #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 [2024-11-21T05:01:35.358Z] #143 ... [2024-11-21T05:01:35.358Z] [2024-11-21T05:01:35.358Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-11-21T05:01:35.358Z] #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 [2024-11-21T05:01:35.620Z] #144 ... [2024-11-21T05:01:35.620Z] [2024-11-21T05:01:35.620Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-11-21T05:01:35.620Z] #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 [2024-11-21T05:01:35.620Z] #145 ... [2024-11-21T05:01:35.620Z] [2024-11-21T05:01:35.620Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-11-21T05:01:35.620Z] #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 [2024-11-21T05:01:35.879Z] #146 ... [2024-11-21T05:01:35.879Z] [2024-11-21T05:01:35.879Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:01:35.879Z] #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 [2024-11-21T05:01:35.879Z] #147 ... [2024-11-21T05:01:35.879Z] [2024-11-21T05:01:35.879Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-11-21T05:01:35.879Z] #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 [2024-11-21T05:01:36.138Z] #148 ... [2024-11-21T05:01:36.138Z] [2024-11-21T05:01:36.138Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-11-21T05:01:36.138Z] #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 [2024-11-21T05:01:36.398Z] #149 ... [2024-11-21T05:01:36.398Z] [2024-11-21T05:01:36.398Z] #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 [2024-11-21T05:01:36.398Z] #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 [2024-11-21T05:01:36.398Z] #150 ... [2024-11-21T05:01:36.398Z] [2024-11-21T05:01:36.398Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-11-21T05:01:36.398Z] #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 [2024-11-21T05:01:36.670Z] #151 ... [2024-11-21T05:01:36.670Z] [2024-11-21T05:01:36.670Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-11-21T05:01:36.670Z] #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 [2024-11-21T05:01:36.670Z] #152 ... [2024-11-21T05:01:36.670Z] [2024-11-21T05:01:36.670Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-11-21T05:01:36.670Z] #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 [2024-11-21T05:01:38.925Z] 3e85d5ac6304: Pull complete [2024-11-21T05:01:38.925Z] c3105a71a48b: Pull complete [2024-11-21T05:01:39.195Z] 0f093f025ec4: Pull complete [2024-11-21T05:01:39.463Z] c3106fc0e877: Pull complete [2024-11-21T05:01:39.733Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-11-21T05:01:39.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-11-21T05:01:39.733Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-21T05:01:39.949Z] prd-ubuntu20.04-docker-arm64-4c-16g-27136 does not seem to be running inside a container [2024-11-21T05:01:40.014Z] $ 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 [2024-11-21T05:01:41.913Z] $ docker top 8b6a68ff072471229072f17af7a52e8b5cb5b300ea1b813c8ae2c5d3390e583c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-21T05:01:42.424Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-11-21T05:01:52.510Z] #1 [core-data internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #1 transferring dockerfile: 2.07kB 0.0s done [2024-11-21T05:01:52.510Z] #1 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #2 [security-spire-server internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #2 transferring dockerfile: 1.70kB done [2024-11-21T05:01:52.510Z] #2 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #3 [security-spire-config internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #3 transferring dockerfile: 1.69kB done [2024-11-21T05:01:52.510Z] #3 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #4 transferring dockerfile: 1.81kB 0.0s done [2024-11-21T05:01:52.510Z] #4 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #5 transferring dockerfile: 3.02kB done [2024-11-21T05:01:52.510Z] #5 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #6 [support-notifications internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #6 transferring dockerfile: 2.02kB done [2024-11-21T05:01:52.510Z] #6 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #7 [support-scheduler internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #7 transferring dockerfile: 1.82kB done [2024-11-21T05:01:52.510Z] #7 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #8 [security-secretstore-setup internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #8 transferring dockerfile: 2.49kB done [2024-11-21T05:01:52.510Z] #8 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #9 transferring dockerfile: 2.23kB done [2024-11-21T05:01:52.510Z] #9 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #10 transferring dockerfile: 2.50kB done [2024-11-21T05:01:52.510Z] #10 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #11 [core-command internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #11 transferring dockerfile: 1.94kB done [2024-11-21T05:01:52.510Z] #11 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #12 transferring dockerfile: 2.15kB done [2024-11-21T05:01:52.510Z] #12 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #13 [core-metadata internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #13 transferring dockerfile: 2.13kB done [2024-11-21T05:01:52.510Z] #13 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #14 transferring dockerfile: 1.89kB 0.0s done [2024-11-21T05:01:52.510Z] #14 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #15 [core-keeper internal] load build definition from Dockerfile [2024-11-21T05:01:52.510Z] #15 transferring dockerfile: 2.07kB 0.0s done [2024-11-21T05:01:52.510Z] #15 DONE 0.1s [2024-11-21T05:01:52.510Z] [2024-11-21T05:01:52.510Z] #16 [core-data internal] load .dockerignore [2024-11-21T05:01:52.778Z] #16 transferring context: 50B done [2024-11-21T05:01:52.778Z] #16 DONE 0.1s [2024-11-21T05:01:53.362Z] [2024-11-21T05:01:53.362Z] #17 [security-spire-server internal] load .dockerignore [2024-11-21T05:01:53.362Z] #17 transferring context: 50B done [2024-11-21T05:01:53.362Z] #17 DONE 0.0s [2024-11-21T05:01:53.640Z] [2024-11-21T05:01:53.640Z] #18 [security-spire-config internal] load .dockerignore [2024-11-21T05:01:53.640Z] #18 transferring context: 50B 0.0s done [2024-11-21T05:01:53.640Z] #18 DONE 0.0s [2024-11-21T05:01:53.640Z] [2024-11-21T05:01:53.640Z] #19 [security-spire-agent internal] load .dockerignore [2024-11-21T05:01:53.640Z] #19 transferring context: 50B 0.0s done [2024-11-21T05:01:53.640Z] #19 DONE 0.1s [2024-11-21T05:01:53.640Z] [2024-11-21T05:01:53.640Z] #20 [security-bootstrapper internal] load .dockerignore [2024-11-21T05:01:53.640Z] #20 transferring context: 50B done [2024-11-21T05:01:53.640Z] #20 DONE 0.1s [2024-11-21T05:01:53.640Z] [2024-11-21T05:01:53.640Z] #21 [support-notifications internal] load .dockerignore [2024-11-21T05:01:53.640Z] #21 transferring context: 50B done [2024-11-21T05:01:53.640Z] #21 DONE 0.1s [2024-11-21T05:01:53.640Z] [2024-11-21T05:01:53.640Z] #22 [support-scheduler internal] load .dockerignore [2024-11-21T05:01:53.910Z] #22 transferring context: 50B 0.0s done [2024-11-21T05:01:53.910Z] #22 DONE 0.1s [2024-11-21T05:01:53.910Z] [2024-11-21T05:01:53.910Z] #23 [security-secretstore-setup internal] load .dockerignore [2024-11-21T05:01:53.910Z] #23 transferring context: 50B done [2024-11-21T05:01:53.910Z] #23 DONE 0.1s [2024-11-21T05:01:53.910Z] [2024-11-21T05:01:53.910Z] #24 [core-common-config-bootstrapper internal] load .dockerignore [2024-11-21T05:01:53.910Z] #24 transferring context: 50B 0.0s done [2024-11-21T05:01:53.910Z] #24 DONE 0.1s [2024-11-21T05:01:53.910Z] [2024-11-21T05:01:53.910Z] #25 [security-proxy-setup internal] load .dockerignore [2024-11-21T05:01:53.910Z] #25 transferring context: 50B done [2024-11-21T05:01:53.910Z] #25 DONE 0.1s [2024-11-21T05:01:53.910Z] [2024-11-21T05:01:53.910Z] #26 [core-command internal] load .dockerignore [2024-11-21T05:01:54.178Z] #26 transferring context: 50B done [2024-11-21T05:01:54.178Z] #26 DONE 0.1s [2024-11-21T05:01:54.178Z] [2024-11-21T05:01:54.178Z] #27 [security-proxy-auth internal] load .dockerignore [2024-11-21T05:01:54.178Z] #27 transferring context: 50B 0.0s done [2024-11-21T05:01:54.178Z] #27 DONE 0.1s [2024-11-21T05:01:54.178Z] [2024-11-21T05:01:54.178Z] #28 [core-metadata internal] load .dockerignore [2024-11-21T05:01:54.178Z] #28 transferring context: 50B 0.0s done [2024-11-21T05:01:54.178Z] #28 DONE 0.1s [2024-11-21T05:01:54.178Z] [2024-11-21T05:01:54.178Z] #29 [security-spiffe-token-provider internal] load .dockerignore [2024-11-21T05:01:54.179Z] #29 transferring context: 50B done [2024-11-21T05:01:54.179Z] #29 DONE 0.1s [2024-11-21T05:01:54.446Z] [2024-11-21T05:01:54.446Z] #30 [core-keeper internal] load .dockerignore [2024-11-21T05:01:54.446Z] #30 transferring context: 50B 0.0s done [2024-11-21T05:01:54.446Z] #30 DONE 0.0s [2024-11-21T05:01:54.446Z] [2024-11-21T05:01:54.446Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-11-21T05:01:54.446Z] #31 DONE 0.0s [2024-11-21T05:01:54.446Z] [2024-11-21T05:01:54.446Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2024-11-21T05:01:54.713Z] #32 DONE 0.4s [2024-11-21T05:01:55.003Z] [2024-11-21T05:01:55.003Z] #33 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:55.003Z] #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:01:55.003Z] #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:01:55.003Z] #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done [2024-11-21T05:01:55.003Z] #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done [2024-11-21T05:01:55.003Z] #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 0B / 4.09MB 0.1s [2024-11-21T05:01:55.273Z] #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 1.05MB / 4.09MB 0.2s [2024-11-21T05:01:55.273Z] #33 ... [2024-11-21T05:01:55.273Z] [2024-11-21T05:01:55.273Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2024-11-21T05:01:55.273Z] #32 DONE 0.4s [2024-11-21T05:01:55.273Z] [2024-11-21T05:01:55.273Z] #33 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:55.273Z] #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 3.15MB / 4.09MB 0.4s [2024-11-21T05:01:55.544Z] #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done [2024-11-21T05:01:55.544Z] #33 extracting sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b [2024-11-21T05:01:55.812Z] #33 ... [2024-11-21T05:01:55.813Z] [2024-11-21T05:01:55.813Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-11-21T05:01:55.813Z] #31 DONE 0.0s [2024-11-21T05:01:55.813Z] [2024-11-21T05:01:55.813Z] #34 [core-data internal] load build context [2024-11-21T05:01:55.813Z] #34 transferring context: 2.94MB 0.6s done [2024-11-21T05:01:55.813Z] #34 DONE 0.8s [2024-11-21T05:01:55.813Z] [2024-11-21T05:01:55.813Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-11-21T05:01:55.813Z] #31 DONE 0.0s [2024-11-21T05:01:55.813Z] [2024-11-21T05:01:55.813Z] #35 [security-bootstrapper internal] load build context [2024-11-21T05:01:55.813Z] #35 DONE 0.0s [2024-11-21T05:01:55.813Z] [2024-11-21T05:01:55.813Z] #33 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:55.813Z] #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:01:55.813Z] #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:01:55.813Z] #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done [2024-11-21T05:01:55.813Z] #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done [2024-11-21T05:01:55.813Z] #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done [2024-11-21T05:01:55.813Z] #33 ... [2024-11-21T05:01:55.813Z] [2024-11-21T05:01:55.813Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-11-21T05:01:55.813Z] #31 DONE 0.0s [2024-11-21T05:01:55.813Z] [2024-11-21T05:01:55.813Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2024-11-21T05:01:55.813Z] #32 DONE 0.6s [2024-11-21T05:01:55.813Z] [2024-11-21T05:01:55.813Z] #33 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:55.813Z] #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:01:55.813Z] #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:01:55.813Z] #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done [2024-11-21T05:01:55.813Z] #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done [2024-11-21T05:01:55.813Z] #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done [2024-11-21T05:01:56.082Z] #33 ... [2024-11-21T05:01:56.082Z] [2024-11-21T05:01:56.082Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-11-21T05:01:56.082Z] #31 DONE 0.0s [2024-11-21T05:01:56.082Z] [2024-11-21T05:01:56.082Z] #36 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-11-21T05:01:56.082Z] #36 DONE 1.9s [2024-11-21T05:01:56.082Z] [2024-11-21T05:01:56.082Z] #33 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:56.082Z] #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:01:56.082Z] #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:01:56.082Z] #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done [2024-11-21T05:01:56.082Z] #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done [2024-11-21T05:01:56.082Z] #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done [2024-11-21T05:01:56.082Z] #33 ... [2024-11-21T05:01:56.082Z] [2024-11-21T05:01:56.082Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-11-21T05:01:56.082Z] #31 DONE 0.0s [2024-11-21T05:01:56.082Z] [2024-11-21T05:01:56.082Z] #33 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:56.350Z] #33 ... [2024-11-21T05:01:56.350Z] [2024-11-21T05:01:56.350Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-11-21T05:01:56.350Z] #31 DONE 0.0s [2024-11-21T05:01:56.350Z] [2024-11-21T05:01:56.350Z] #33 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:56.350Z] #33 ... [2024-11-21T05:01:56.350Z] [2024-11-21T05:01:56.350Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-11-21T05:01:56.350Z] #31 DONE 0.0s [2024-11-21T05:01:56.350Z] [2024-11-21T05:01:56.350Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-11-21T05:01:56.350Z] #37 DONE 0.9s [2024-11-21T05:01:56.350Z] [2024-11-21T05:01:56.350Z] #33 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:56.628Z] #33 ... [2024-11-21T05:01:56.628Z] [2024-11-21T05:01:56.628Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2024-11-21T05:01:56.628Z] #32 DONE 1.2s [2024-11-21T05:01:56.628Z] [2024-11-21T05:01:56.628Z] #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-11-21T05:01:56.628Z] #36 DONE 1.9s [2024-11-21T05:01:56.628Z] [2024-11-21T05:01:56.628Z] #33 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:56.628Z] #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:01:56.628Z] #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:01:56.628Z] #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done [2024-11-21T05:01:56.628Z] #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done [2024-11-21T05:01:56.628Z] #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done [2024-11-21T05:01:56.628Z] #33 ... [2024-11-21T05:01:56.628Z] [2024-11-21T05:01:56.628Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-11-21T05:01:56.628Z] #31 DONE 0.0s [2024-11-21T05:01:56.628Z] [2024-11-21T05:01:56.628Z] #36 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-11-21T05:01:56.628Z] #36 DONE 2.0s [2024-11-21T05:01:56.628Z] [2024-11-21T05:01:56.628Z] #33 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:56.628Z] #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:01:56.628Z] #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:01:56.628Z] #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done [2024-11-21T05:01:56.628Z] #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done [2024-11-21T05:01:56.628Z] #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done [2024-11-21T05:01:56.915Z] #33 ... [2024-11-21T05:01:56.915Z] [2024-11-21T05:01:56.915Z] #36 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-11-21T05:01:56.915Z] #36 DONE 2.0s [2024-11-21T05:01:56.915Z] [2024-11-21T05:01:56.915Z] #33 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:56.915Z] #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:01:56.915Z] #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:01:56.915Z] #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done [2024-11-21T05:01:56.915Z] #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done [2024-11-21T05:01:56.915Z] #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done [2024-11-21T05:01:56.915Z] #33 ... [2024-11-21T05:01:56.915Z] [2024-11-21T05:01:56.915Z] #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-11-21T05:01:56.915Z] #38 DONE 1.4s [2024-11-21T05:01:56.915Z] [2024-11-21T05:01:56.915Z] #33 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:56.915Z] #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:01:56.915Z] #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:01:56.915Z] #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done [2024-11-21T05:01:56.915Z] #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done [2024-11-21T05:01:56.915Z] #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done [2024-11-21T05:01:56.915Z] #33 ... [2024-11-21T05:01:56.915Z] [2024-11-21T05:01:56.915Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-11-21T05:01:56.915Z] #31 DONE 0.0s [2024-11-21T05:01:56.915Z] [2024-11-21T05:01:56.915Z] #39 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-11-21T05:01:56.915Z] #39 DONE 1.6s [2024-11-21T05:01:56.915Z] [2024-11-21T05:01:56.915Z] #33 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:56.915Z] #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:01:56.915Z] #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:01:56.915Z] #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done [2024-11-21T05:01:56.915Z] #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done [2024-11-21T05:01:56.915Z] #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done [2024-11-21T05:01:56.916Z] #33 extracting sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 1.5s done [2024-11-21T05:01:57.201Z] #33 ... [2024-11-21T05:01:57.201Z] [2024-11-21T05:01:57.201Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-11-21T05:01:57.201Z] #31 DONE 0.0s [2024-11-21T05:01:57.201Z] [2024-11-21T05:01:57.201Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:01:57.201Z] #40 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:01:57.471Z] #40 ... [2024-11-21T05:01:57.471Z] [2024-11-21T05:01:57.471Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-11-21T05:01:57.471Z] #31 DONE 0.0s [2024-11-21T05:01:57.471Z] [2024-11-21T05:01:57.471Z] #41 [support-notifications internal] load build context [2024-11-21T05:01:58.065Z] #41 ... [2024-11-21T05:01:58.065Z] [2024-11-21T05:01:58.065Z] #36 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-11-21T05:01:58.065Z] #36 DONE 2.1s [2024-11-21T05:01:58.065Z] [2024-11-21T05:01:58.065Z] #39 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-11-21T05:01:58.065Z] #39 DONE 1.7s [2024-11-21T05:01:58.065Z] [2024-11-21T05:01:58.065Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2024-11-21T05:01:58.065Z] #32 DONE 2.5s [2024-11-21T05:01:58.065Z] [2024-11-21T05:01:58.065Z] #42 [security-spiffe-token-provider internal] load build context [2024-11-21T05:01:58.065Z] #42 DONE 0.0s [2024-11-21T05:01:58.065Z] [2024-11-21T05:01:58.065Z] #41 [support-notifications internal] load build context [2024-11-21T05:01:58.065Z] #41 ... [2024-11-21T05:01:58.065Z] [2024-11-21T05:01:58.065Z] #36 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-11-21T05:01:58.065Z] #36 DONE 2.1s [2024-11-21T05:01:58.065Z] [2024-11-21T05:01:58.065Z] #39 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-11-21T05:01:58.065Z] #39 DONE 1.7s [2024-11-21T05:01:58.065Z] [2024-11-21T05:01:58.065Z] #41 [support-notifications internal] load build context [2024-11-21T05:01:58.065Z] #41 transferring context: 2.94MB 1.8s done [2024-11-21T05:01:59.038Z] #41 ... [2024-11-21T05:01:59.038Z] [2024-11-21T05:01:59.038Z] #33 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-11-21T05:01:59.038Z] #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done [2024-11-21T05:01:59.038Z] #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-11-21T05:01:59.038Z] #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done [2024-11-21T05:01:59.038Z] #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done [2024-11-21T05:01:59.038Z] #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done [2024-11-21T05:01:59.038Z] #33 extracting sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 1.5s done [2024-11-21T05:01:59.038Z] #33 DONE 4.9s [2024-11-21T05:01:59.038Z] [2024-11-21T05:01:59.038Z] #35 [security-bootstrapper internal] load build context [2024-11-21T05:01:59.038Z] #35 transferring context: 2.94MB 1.6s done [2024-11-21T05:01:59.038Z] #35 DONE 3.0s [2024-11-21T05:01:59.038Z] [2024-11-21T05:01:59.038Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:01:59.038Z] #40 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.1s done [2024-11-21T05:01:59.038Z] #40 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-11-21T05:01:59.038Z] #40 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-11-21T05:01:59.038Z] #40 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-11-21T05:01:59.038Z] #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s [2024-11-21T05:01:59.038Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.2s [2024-11-21T05:01:59.038Z] #40 ... [2024-11-21T05:01:59.038Z] [2024-11-21T05:01:59.038Z] #43 [support-scheduler internal] load build context [2024-11-21T05:01:59.038Z] #43 transferring context: 2.94MB 1.7s done [2024-11-21T05:01:59.038Z] #43 DONE 3.1s [2024-11-21T05:01:59.038Z] [2024-11-21T05:01:59.038Z] #41 [support-notifications internal] load build context [2024-11-21T05:01:59.038Z] #41 DONE 3.1s [2024-11-21T05:01:59.038Z] [2024-11-21T05:01:59.038Z] #44 [security-spire-config internal] load build context [2024-11-21T05:01:59.038Z] #44 transferring context: 21.82kB 0.1s done [2024-11-21T05:01:59.038Z] #44 DONE 2.1s [2024-11-21T05:01:59.038Z] [2024-11-21T05:01:59.038Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:01:59.038Z] #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-11-21T05:01:59.038Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s [2024-11-21T05:01:59.038Z] #40 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-11-21T05:01:59.038Z] #40 ... [2024-11-21T05:01:59.038Z] [2024-11-21T05:01:59.038Z] #45 [core-command internal] load build context [2024-11-21T05:01:59.038Z] #45 transferring context: 2.94MB 1.6s done [2024-11-21T05:01:59.038Z] #45 DONE 2.5s [2024-11-21T05:01:59.038Z] [2024-11-21T05:01:59.038Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:01:59.311Z] #40 ... [2024-11-21T05:01:59.311Z] [2024-11-21T05:01:59.311Z] #46 [security-spire-server internal] load build context [2024-11-21T05:01:59.311Z] #46 transferring context: 23.57kB 0.0s done [2024-11-21T05:01:59.311Z] #46 DONE 2.3s [2024-11-21T05:01:59.311Z] [2024-11-21T05:01:59.311Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:01:59.311Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.5s done [2024-11-21T05:01:59.311Z] #40 ... [2024-11-21T05:01:59.311Z] [2024-11-21T05:01:59.311Z] #47 [security-proxy-setup internal] load build context [2024-11-21T05:01:59.311Z] #47 transferring context: 2.94MB 1.4s done [2024-11-21T05:01:59.311Z] #47 DONE 2.8s [2024-11-21T05:01:59.311Z] [2024-11-21T05:01:59.311Z] #48 [security-secretstore-setup internal] load build context [2024-11-21T05:01:59.311Z] #48 transferring context: 2.94MB 1.2s done [2024-11-21T05:01:59.311Z] #48 DONE 2.7s [2024-11-21T05:01:59.311Z] [2024-11-21T05:01:59.311Z] #49 [security-spire-agent internal] load build context [2024-11-21T05:01:59.311Z] #49 transferring context: 23.10kB 0.0s done [2024-11-21T05:01:59.311Z] #49 DONE 2.5s [2024-11-21T05:01:59.580Z] [2024-11-21T05:01:59.580Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:01:59.580Z] #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.8s [2024-11-21T05:01:59.580Z] #40 ... [2024-11-21T05:01:59.580Z] [2024-11-21T05:01:59.580Z] #50 [core-common-config-bootstrapper internal] load build context [2024-11-21T05:01:59.580Z] #50 transferring context: 2.94MB 1.5s done [2024-11-21T05:01:59.580Z] #50 DONE 3.0s [2024-11-21T05:01:59.580Z] [2024-11-21T05:01:59.580Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:01:59.580Z] #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.0s [2024-11-21T05:02:00.551Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 1.6s [2024-11-21T05:02:00.551Z] #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.8s done [2024-11-21T05:02:00.551Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 1.9s [2024-11-21T05:02:00.821Z] #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.8s done [2024-11-21T05:02:00.821Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.03MB / 28.04MB 2.2s [2024-11-21T05:02:00.821Z] #40 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-11-21T05:02:01.093Z] #40 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s done [2024-11-21T05:02:01.093Z] #40 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s done [2024-11-21T05:02:01.367Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 2.6s [2024-11-21T05:02:01.647Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.95MB / 28.04MB 3.0s [2024-11-21T05:02:02.243Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.44MB / 28.04MB 3.4s [2024-11-21T05:02:02.834Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.53MB / 28.04MB 4.1s [2024-11-21T05:02:03.808Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.63MB / 28.04MB 4.9s [2024-11-21T05:02:04.077Z] #40 ... [2024-11-21T05:02:04.077Z] [2024-11-21T05:02:04.077Z] #51 [security-proxy-auth internal] load build context [2024-11-21T05:02:04.077Z] #51 transferring context: 2.94MB 3.7s done [2024-11-21T05:02:04.077Z] #51 DONE 6.1s [2024-11-21T05:02:04.077Z] [2024-11-21T05:02:04.077Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:02:04.077Z] #40 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-11-21T05:02:04.347Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.73MB / 28.04MB 5.5s [2024-11-21T05:02:04.347Z] #40 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done [2024-11-21T05:02:04.616Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 6.0s [2024-11-21T05:02:04.891Z] #40 ... [2024-11-21T05:02:04.891Z] [2024-11-21T05:02:04.891Z] #52 [core-metadata internal] load build context [2024-11-21T05:02:04.891Z] #52 transferring context: 2.94MB 4.8s done [2024-11-21T05:02:04.891Z] #52 DONE 6.9s [2024-11-21T05:02:04.891Z] [2024-11-21T05:02:04.891Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:02:05.160Z] #40 ... [2024-11-21T05:02:05.160Z] [2024-11-21T05:02:05.160Z] #42 [security-spiffe-token-provider internal] load build context [2024-11-21T05:02:05.160Z] #42 transferring context: 2.94MB 4.9s done [2024-11-21T05:02:05.160Z] #42 DONE 7.1s [2024-11-21T05:02:05.160Z] [2024-11-21T05:02:05.160Z] #53 [core-keeper internal] load build context [2024-11-21T05:02:05.160Z] #53 transferring context: 2.94MB 5.0s done [2024-11-21T05:02:05.160Z] #53 DONE 7.2s [2024-11-21T05:02:05.160Z] [2024-11-21T05:02:05.160Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:02:05.432Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.29MB / 28.04MB 6.7s [2024-11-21T05:02:05.702Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.97MB / 28.04MB 6.9s [2024-11-21T05:02:07.135Z] #40 ... [2024-11-21T05:02:07.135Z] [2024-11-21T05:02:07.135Z] #54 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-11-21T05:02:07.135Z] #0 6.612 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:07.135Z] #0 7.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:07.135Z] #54 ... [2024-11-21T05:02:07.135Z] [2024-11-21T05:02:07.135Z] #55 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-11-21T05:02:07.135Z] #0 7.858 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:07.135Z] #0 8.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:07.408Z] #55 ... [2024-11-21T05:02:07.408Z] [2024-11-21T05:02:07.408Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-11-21T05:02:07.408Z] #56 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.1s done [2024-11-21T05:02:07.408Z] #56 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-11-21T05:02:07.408Z] #56 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-11-21T05:02:07.408Z] #56 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-11-21T05:02:07.408Z] #56 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.3s done [2024-11-21T05:02:07.408Z] #56 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s done [2024-11-21T05:02:07.408Z] #56 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.5s done [2024-11-21T05:02:07.408Z] #56 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-11-21T05:02:07.408Z] #56 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 6.1s done [2024-11-21T05:02:07.408Z] #56 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s done [2024-11-21T05:02:07.408Z] #56 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-11-21T05:02:07.408Z] #56 ... [2024-11-21T05:02:07.408Z] [2024-11-21T05:02:07.408Z] #57 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-11-21T05:02:07.408Z] #57 DONE 9.4s [2024-11-21T05:02:07.408Z] [2024-11-21T05:02:07.408Z] #58 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-11-21T05:02:07.408Z] #0 7.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:07.408Z] #0 8.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:07.677Z] #58 ... [2024-11-21T05:02:07.677Z] [2024-11-21T05:02:07.677Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:02:07.677Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.12MB / 28.04MB 8.9s [2024-11-21T05:02:08.302Z] #40 ... [2024-11-21T05:02:08.302Z] [2024-11-21T05:02:08.302Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-11-21T05:02:08.302Z] #0 7.217 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:08.302Z] #0 8.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:08.302Z] #59 ... [2024-11-21T05:02:08.302Z] [2024-11-21T05:02:08.302Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:02:08.302Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.57MB / 28.04MB 9.5s [2024-11-21T05:02:08.901Z] #40 ... [2024-11-21T05:02:08.901Z] [2024-11-21T05:02:08.901Z] #54 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-11-21T05:02:08.901Z] #54 10.52 OK: 238 MiB in 54 packages [2024-11-21T05:02:08.901Z] #54 DONE 12.7s [2024-11-21T05:02:08.901Z] [2024-11-21T05:02:08.901Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:02:09.170Z] #40 ... [2024-11-21T05:02:09.170Z] [2024-11-21T05:02:09.170Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-11-21T05:02:09.170Z] #0 9.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:09.439Z] #60 ... [2024-11-21T05:02:09.439Z] [2024-11-21T05:02:09.439Z] #61 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-11-21T05:02:09.439Z] #61 ... [2024-11-21T05:02:09.439Z] [2024-11-21T05:02:09.439Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-11-21T05:02:09.709Z] #62 ... [2024-11-21T05:02:09.709Z] [2024-11-21T05:02:09.709Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-11-21T05:02:09.709Z] #63 ... [2024-11-21T05:02:09.709Z] [2024-11-21T05:02:09.709Z] #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-11-21T05:02:09.978Z] #64 ... [2024-11-21T05:02:09.978Z] [2024-11-21T05:02:09.978Z] #65 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-11-21T05:02:09.978Z] #65 ... [2024-11-21T05:02:09.978Z] [2024-11-21T05:02:09.978Z] #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-11-21T05:02:10.246Z] #66 ... [2024-11-21T05:02:10.246Z] [2024-11-21T05:02:10.246Z] #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-11-21T05:02:10.246Z] #67 ... [2024-11-21T05:02:10.246Z] [2024-11-21T05:02:10.246Z] #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-11-21T05:02:10.517Z] #68 ... [2024-11-21T05:02:10.517Z] [2024-11-21T05:02:10.517Z] #69 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-11-21T05:02:10.517Z] #69 ... [2024-11-21T05:02:10.517Z] [2024-11-21T05:02:10.517Z] #70 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:02:10.517Z] #70 DONE 1.9s [2024-11-21T05:02:10.517Z] [2024-11-21T05:02:10.517Z] #71 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-11-21T05:02:10.785Z] #71 ... [2024-11-21T05:02:10.785Z] [2024-11-21T05:02:10.785Z] #72 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:02:11.053Z] #72 ... [2024-11-21T05:02:11.053Z] [2024-11-21T05:02:11.053Z] #58 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-11-21T05:02:11.053Z] #58 13.22 OK: 238 MiB in 54 packages [2024-11-21T05:02:11.053Z] #58 DONE 14.0s [2024-11-21T05:02:11.053Z] [2024-11-21T05:02:11.053Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:02:11.053Z] #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 11.8s done [2024-11-21T05:02:11.640Z] #40 ... [2024-11-21T05:02:11.640Z] [2024-11-21T05:02:11.640Z] #55 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-11-21T05:02:11.640Z] #55 13.39 OK: 238 MiB in 54 packages [2024-11-21T05:02:11.640Z] #55 DONE 14.7s [2024-11-21T05:02:11.934Z] [2024-11-21T05:02:11.934Z] #73 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:02:12.899Z] #73 ... [2024-11-21T05:02:12.899Z] [2024-11-21T05:02:12.899Z] #74 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:02:12.899Z] #74 DONE 2.2s [2024-11-21T05:02:13.169Z] [2024-11-21T05:02:13.169Z] #75 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:02:14.133Z] #75 ... [2024-11-21T05:02:14.133Z] [2024-11-21T05:02:14.133Z] #73 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:02:14.133Z] #73 DONE 2.4s [2024-11-21T05:02:14.400Z] [2024-11-21T05:02:14.400Z] #76 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:02:14.994Z] #76 ... [2024-11-21T05:02:14.994Z] [2024-11-21T05:02:14.994Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-11-21T05:02:14.994Z] #59 12.48 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-21T05:02:14.994Z] #59 12.48 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-21T05:02:14.994Z] #59 12.48 OK: 24051 distinct packages available [2024-11-21T05:02:14.994Z] #59 12.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:14.994Z] #59 13.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:14.994Z] #59 16.14 OK: 238 MiB in 54 packages [2024-11-21T05:02:14.994Z] #59 DONE 16.9s [2024-11-21T05:02:14.994Z] [2024-11-21T05:02:14.994Z] #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:02:15.596Z] #77 ... [2024-11-21T05:02:15.596Z] [2024-11-21T05:02:15.596Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-11-21T05:02:15.596Z] #60 10.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:15.596Z] #60 13.58 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:02:15.596Z] #60 13.99 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:02:15.596Z] #60 14.04 (3/6) Installing dumb-init (1.2.5-r3) [2024-11-21T05:02:15.596Z] #60 14.06 (4/6) Installing openssl (3.3.2-r1) [2024-11-21T05:02:15.596Z] #60 14.10 (5/6) Installing su-exec (0.2-r3) [2024-11-21T05:02:15.596Z] #60 14.11 (6/6) Installing yq-go (4.44.1-r2) [2024-11-21T05:02:15.596Z] #60 14.68 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:15.596Z] #60 14.78 OK: 20 MiB in 18 packages [2024-11-21T05:02:15.596Z] #60 DONE 16.3s [2024-11-21T05:02:15.596Z] [2024-11-21T05:02:15.596Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-11-21T05:02:17.034Z] #78 ... [2024-11-21T05:02:17.034Z] [2024-11-21T05:02:17.034Z] #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-11-21T05:02:17.034Z] #64 13.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:17.034Z] #64 14.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:17.034Z] #64 16.88 (1/1) Installing dumb-init (1.2.5-r3) [2024-11-21T05:02:17.034Z] #64 16.88 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:17.034Z] #64 17.01 OK: 9 MiB in 15 packages [2024-11-21T05:02:17.034Z] #64 DONE 17.7s [2024-11-21T05:02:17.034Z] [2024-11-21T05:02:17.034Z] #69 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-11-21T05:02:17.034Z] #69 14.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:17.034Z] #69 15.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:17.034Z] #69 17.63 (1/2) Installing dumb-init (1.2.5-r3) [2024-11-21T05:02:17.034Z] #69 17.66 (2/2) Installing su-exec (0.2-r3) [2024-11-21T05:02:17.034Z] #69 17.70 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:17.034Z] #69 17.74 OK: 9 MiB in 16 packages [2024-11-21T05:02:17.305Z] #69 ... [2024-11-21T05:02:17.305Z] [2024-11-21T05:02:17.305Z] #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:02:17.305Z] #77 DONE 2.2s [2024-11-21T05:02:17.305Z] [2024-11-21T05:02:17.305Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:02:17.305Z] #40 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd [2024-11-21T05:02:17.575Z] #40 ... [2024-11-21T05:02:17.575Z] [2024-11-21T05:02:17.575Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-11-21T05:02:17.575Z] #79 ... [2024-11-21T05:02:17.575Z] [2024-11-21T05:02:17.575Z] #69 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-11-21T05:02:17.575Z] #69 DONE 18.3s [2024-11-21T05:02:17.575Z] [2024-11-21T05:02:17.575Z] #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-11-21T05:02:20.174Z] #80 ... [2024-11-21T05:02:20.174Z] [2024-11-21T05:02:20.174Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-11-21T05:02:20.174Z] #56 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 9.4s [2024-11-21T05:02:20.174Z] #56 ... [2024-11-21T05:02:20.174Z] [2024-11-21T05:02:20.174Z] #65 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-11-21T05:02:20.174Z] #65 DONE 20.6s [2024-11-21T05:02:20.174Z] [2024-11-21T05:02:20.174Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-11-21T05:02:20.174Z] #56 ... [2024-11-21T05:02:20.174Z] [2024-11-21T05:02:20.174Z] #81 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-11-21T05:02:25.768Z] #81 ... [2024-11-21T05:02:25.768Z] [2024-11-21T05:02:25.768Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:02:25.768Z] #40 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.4s [2024-11-21T05:02:26.949Z] #40 ... [2024-11-21T05:02:26.949Z] [2024-11-21T05:02:26.949Z] #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-11-21T05:02:26.949Z] #80 9.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:27.221Z] #80 ... [2024-11-21T05:02:27.222Z] [2024-11-21T05:02:27.222Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:02:27.491Z] #82 ... [2024-11-21T05:02:27.491Z] [2024-11-21T05:02:27.491Z] #83 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:02:27.491Z] #0 8.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:27.491Z] #83 ... [2024-11-21T05:02:27.491Z] [2024-11-21T05:02:27.491Z] #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-11-21T05:02:27.491Z] #68 18.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:27.491Z] #68 18.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:27.491Z] #68 22.13 (1/3) Installing ca-certificates (20240705-r0) [2024-11-21T05:02:27.491Z] #68 22.51 (2/3) Installing dumb-init (1.2.5-r3) [2024-11-21T05:02:27.491Z] #68 22.54 (3/3) Installing tzdata (2024b-r0) [2024-11-21T05:02:27.491Z] #68 24.05 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:27.491Z] #68 24.15 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:02:27.491Z] #68 25.68 OK: 11 MiB in 17 packages [2024-11-21T05:02:27.763Z] #68 ... [2024-11-21T05:02:27.763Z] [2024-11-21T05:02:27.763Z] #71 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-11-21T05:02:27.763Z] #71 18.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:27.763Z] #71 19.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:27.763Z] #71 26.05 (1/2) Installing ca-certificates (20240705-r0) [2024-11-21T05:02:27.763Z] #71 26.62 (2/2) Installing dumb-init (1.2.5-r3) [2024-11-21T05:02:27.763Z] #71 26.67 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:27.763Z] #71 26.96 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:02:27.763Z] #71 ... [2024-11-21T05:02:27.763Z] [2024-11-21T05:02:27.763Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:02:28.361Z] #40 ... [2024-11-21T05:02:28.361Z] [2024-11-21T05:02:28.361Z] #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-11-21T05:02:28.361Z] #68 DONE 28.9s [2024-11-21T05:02:28.361Z] [2024-11-21T05:02:28.361Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:02:28.957Z] #40 ... [2024-11-21T05:02:28.957Z] [2024-11-21T05:02:28.957Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-11-21T05:02:28.957Z] #62 19.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:28.957Z] #62 20.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:28.957Z] #62 ... [2024-11-21T05:02:28.957Z] [2024-11-21T05:02:28.957Z] #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-11-21T05:02:28.957Z] #80 11.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:29.232Z] #80 ... [2024-11-21T05:02:29.232Z] [2024-11-21T05:02:29.232Z] #61 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-11-21T05:02:29.232Z] #61 19.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:29.232Z] #61 21.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:29.232Z] #61 ... [2024-11-21T05:02:29.232Z] [2024-11-21T05:02:29.232Z] #83 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:02:29.232Z] #83 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:29.504Z] #83 ... [2024-11-21T05:02:29.504Z] [2024-11-21T05:02:29.504Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-11-21T05:02:29.504Z] #56 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 19.1s done [2024-11-21T05:02:29.504Z] #56 DONE 32.5s [2024-11-21T05:02:29.504Z] [2024-11-21T05:02:29.504Z] #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-11-21T05:02:29.504Z] #66 20.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:29.504Z] #66 21.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:29.504Z] #66 ... [2024-11-21T05:02:29.504Z] [2024-11-21T05:02:29.504Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:02:29.779Z] #40 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.6s [2024-11-21T05:02:30.365Z] #40 ... [2024-11-21T05:02:30.365Z] [2024-11-21T05:02:30.365Z] #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-11-21T05:02:30.365Z] #67 20.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:30.365Z] #67 22.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:30.365Z] #67 ... [2024-11-21T05:02:30.365Z] [2024-11-21T05:02:30.365Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-11-21T05:02:30.365Z] #62 31.08 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-21T05:02:30.365Z] #62 31.08 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-21T05:02:30.365Z] #62 31.08 OK: 24047 distinct packages available [2024-11-21T05:02:30.638Z] #62 ... [2024-11-21T05:02:30.638Z] [2024-11-21T05:02:30.638Z] #71 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-11-21T05:02:30.638Z] #71 28.90 OK: 10 MiB in 16 packages [2024-11-21T05:02:30.638Z] #71 DONE 31.3s [2024-11-21T05:02:30.638Z] [2024-11-21T05:02:30.638Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-11-21T05:02:30.638Z] #63 21.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:30.638Z] #63 23.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:30.638Z] #63 ... [2024-11-21T05:02:30.638Z] [2024-11-21T05:02:30.638Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-11-21T05:02:30.638Z] #79 13.20 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:30.638Z] #79 15.20 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:30.911Z] #79 ... [2024-11-21T05:02:30.911Z] [2024-11-21T05:02:30.911Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-21T05:02:33.540Z] #40 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.4s done [2024-11-21T05:02:34.128Z] #40 DONE 37.2s [2024-11-21T05:02:34.128Z] [2024-11-21T05:02:34.128Z] #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-11-21T05:02:34.128Z] #67 34.43 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-21T05:02:34.128Z] #67 34.43 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-21T05:02:34.128Z] #67 34.43 OK: 24047 distinct packages available [2024-11-21T05:02:35.098Z] #67 35.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:35.380Z] #67 ... [2024-11-21T05:02:35.380Z] [2024-11-21T05:02:35.380Z] #61 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-11-21T05:02:35.380Z] #61 32.47 (1/1) Installing dumb-init (1.2.5-r3) [2024-11-21T05:02:35.380Z] #61 32.51 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:35.380Z] #61 32.66 OK: 9 MiB in 15 packages [2024-11-21T05:02:35.380Z] #61 DONE 36.1s [2024-11-21T05:02:35.653Z] [2024-11-21T05:02:35.654Z] #84 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:02:37.074Z] #84 ... [2024-11-21T05:02:37.074Z] [2024-11-21T05:02:37.074Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-11-21T05:02:37.074Z] #79 27.76 OK: 238 MiB in 54 packages [2024-11-21T05:02:37.074Z] #79 DONE 29.4s [2024-11-21T05:02:37.074Z] [2024-11-21T05:02:37.074Z] #85 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-11-21T05:02:37.358Z] #85 ... [2024-11-21T05:02:37.358Z] [2024-11-21T05:02:37.358Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-11-21T05:02:37.358Z] #78 11.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:37.358Z] #78 14.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:37.358Z] #78 21.56 Upgrading critical system libraries and apk-tools: [2024-11-21T05:02:37.358Z] #78 21.56 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:02:37.358Z] #78 21.74 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:37.358Z] #78 ... [2024-11-21T05:02:37.358Z] [2024-11-21T05:02:37.358Z] #85 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-11-21T05:02:37.358Z] #85 DONE 0.5s [2024-11-21T05:02:37.358Z] [2024-11-21T05:02:37.358Z] #86 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:02:37.637Z] #86 ... [2024-11-21T05:02:37.637Z] [2024-11-21T05:02:37.637Z] #81 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-11-21T05:02:37.637Z] #81 7.621 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:37.637Z] #81 10.14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:37.909Z] #81 ... [2024-11-21T05:02:37.909Z] [2024-11-21T05:02:37.909Z] #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-11-21T05:02:37.909Z] #66 31.75 (1/4) Installing ca-certificates (20240705-r0) [2024-11-21T05:02:37.909Z] #66 32.65 (2/4) Installing dumb-init (1.2.5-r3) [2024-11-21T05:02:37.909Z] #66 32.70 (3/4) Installing su-exec (0.2-r3) [2024-11-21T05:02:37.909Z] #66 32.80 (4/4) Installing yq-go (4.44.1-r2) [2024-11-21T05:02:37.909Z] #66 34.98 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:37.909Z] #66 35.23 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:02:37.909Z] #66 36.82 OK: 20 MiB in 18 packages [2024-11-21T05:02:37.909Z] #66 ... [2024-11-21T05:02:37.909Z] [2024-11-21T05:02:37.909Z] #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-11-21T05:02:37.909Z] #67 38.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:38.178Z] #67 ... [2024-11-21T05:02:38.178Z] [2024-11-21T05:02:38.178Z] #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-11-21T05:02:38.178Z] #66 DONE 38.9s [2024-11-21T05:02:38.178Z] [2024-11-21T05:02:38.178Z] #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-11-21T05:02:38.178Z] #0 5.051 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:38.178Z] #0 7.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:38.447Z] #87 ... [2024-11-21T05:02:38.447Z] [2024-11-21T05:02:38.447Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-11-21T05:02:41.049Z] #88 ... [2024-11-21T05:02:41.049Z] [2024-11-21T05:02:41.049Z] #89 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:02:41.049Z] #0 4.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:41.049Z] #0 7.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:41.049Z] #89 ... [2024-11-21T05:02:41.049Z] [2024-11-21T05:02:41.049Z] #81 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-11-21T05:02:41.049Z] #81 19.88 (1/1) Installing dumb-init (1.2.5-r3) [2024-11-21T05:02:41.049Z] #81 20.55 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:41.049Z] #81 20.68 OK: 9 MiB in 15 packages [2024-11-21T05:02:42.017Z] #81 ... [2024-11-21T05:02:42.017Z] [2024-11-21T05:02:42.017Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-11-21T05:02:42.017Z] #63 32.48 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-21T05:02:42.017Z] #63 32.48 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-21T05:02:42.017Z] #63 32.48 OK: 24047 distinct packages available [2024-11-21T05:02:42.017Z] #63 34.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:42.017Z] #63 36.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:42.017Z] #63 ... [2024-11-21T05:02:42.017Z] [2024-11-21T05:02:42.017Z] #83 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:02:42.017Z] #83 24.04 Upgrading critical system libraries and apk-tools: [2024-11-21T05:02:42.017Z] #83 24.05 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:02:42.017Z] #83 24.13 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:42.017Z] #83 ... [2024-11-21T05:02:42.017Z] [2024-11-21T05:02:42.017Z] #81 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-11-21T05:02:42.017Z] #81 DONE 22.1s [2024-11-21T05:02:42.291Z] [2024-11-21T05:02:42.291Z] #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-11-21T05:02:42.291Z] #80 22.18 Upgrading critical system libraries and apk-tools: [2024-11-21T05:02:42.291Z] #80 22.20 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:02:42.291Z] #80 22.29 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:42.560Z] #80 25.05 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:02:42.831Z] #80 25.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:43.445Z] #80 ... [2024-11-21T05:02:43.445Z] [2024-11-21T05:02:43.445Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-11-21T05:02:43.445Z] #62 33.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:43.445Z] #62 35.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:43.445Z] #62 43.35 (1/4) Installing dumb-init (1.2.5-r3) [2024-11-21T05:02:43.445Z] #62 43.37 (2/4) Installing musl-obstack (1.2.3-r2) [2024-11-21T05:02:43.445Z] #62 43.40 (3/4) Installing libucontext (1.2-r3) [2024-11-21T05:02:43.445Z] #62 43.41 (4/4) Installing gcompat (1.1.0-r4) [2024-11-21T05:02:43.445Z] #62 43.44 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:43.445Z] #62 43.61 OK: 9 MiB in 18 packages [2024-11-21T05:02:43.445Z] #62 ... [2024-11-21T05:02:43.445Z] [2024-11-21T05:02:43.445Z] #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-11-21T05:02:43.445Z] #87 14.73 Upgrading critical system libraries and apk-tools: [2024-11-21T05:02:43.445Z] #87 14.73 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:02:43.445Z] #87 14.77 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:44.433Z] #87 ... [2024-11-21T05:02:44.433Z] [2024-11-21T05:02:44.433Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-11-21T05:02:44.433Z] #62 DONE 44.9s [2024-11-21T05:02:44.433Z] [2024-11-21T05:02:44.433Z] #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-11-21T05:02:44.433Z] #87 16.25 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:02:44.703Z] #87 16.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:46.653Z] #87 18.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:49.242Z] #87 ... [2024-11-21T05:02:49.242Z] [2024-11-21T05:02:49.242Z] #84 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:02:49.242Z] #84 3.609 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:49.242Z] #84 5.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:49.242Z] #84 12.93 Upgrading critical system libraries and apk-tools: [2024-11-21T05:02:49.242Z] #84 12.94 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:02:49.242Z] #84 13.00 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:49.242Z] #84 ... [2024-11-21T05:02:49.242Z] [2024-11-21T05:02:49.242Z] #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-11-21T05:02:49.242Z] #67 48.84 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:02:49.242Z] #67 49.45 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:02:49.242Z] #67 49.59 (3/7) Installing dumb-init (1.2.5-r3) [2024-11-21T05:02:49.242Z] #67 49.63 (4/7) Installing musl-obstack (1.2.3-r2) [2024-11-21T05:02:49.242Z] #67 49.65 (5/7) Installing libucontext (1.2-r3) [2024-11-21T05:02:49.242Z] #67 49.68 (6/7) Installing gcompat (1.1.0-r4) [2024-11-21T05:02:49.242Z] #67 49.70 (7/7) Installing openssl (3.3.2-r1) [2024-11-21T05:02:49.242Z] #67 49.94 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:49.242Z] #67 ... [2024-11-21T05:02:49.242Z] [2024-11-21T05:02:49.242Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-11-21T05:02:49.242Z] #78 24.27 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:02:49.242Z] #78 24.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:49.242Z] #78 25.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:49.242Z] #78 32.58 OK: 20 MiB in 18 packages [2024-11-21T05:02:49.242Z] #78 DONE 33.8s [2024-11-21T05:02:49.517Z] [2024-11-21T05:02:49.517Z] #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-11-21T05:02:49.517Z] #90 DONE 0.1s [2024-11-21T05:02:49.517Z] [2024-11-21T05:02:49.517Z] #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-11-21T05:02:49.517Z] #67 50.16 OK: 10 MiB in 19 packages [2024-11-21T05:02:50.123Z] #67 ... [2024-11-21T05:02:50.123Z] [2024-11-21T05:02:50.123Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-11-21T05:02:50.123Z] #63 46.57 (1/14) Installing ca-certificates (20240705-r0) [2024-11-21T05:02:50.123Z] #63 47.04 (2/14) Installing brotli-libs (1.1.0-r2) [2024-11-21T05:02:50.123Z] #63 47.17 (3/14) Installing c-ares (1.33.1-r0) [2024-11-21T05:02:50.123Z] #63 47.26 (4/14) Installing libunistring (1.2-r0) [2024-11-21T05:02:50.123Z] #63 47.39 (5/14) Installing libidn2 (2.3.7-r0) [2024-11-21T05:02:50.123Z] #63 47.44 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-11-21T05:02:50.123Z] #63 47.46 (7/14) Installing libpsl (0.21.5-r1) [2024-11-21T05:02:50.123Z] #63 47.50 (8/14) Installing zstd-libs (1.5.6-r0) [2024-11-21T05:02:50.123Z] #63 47.58 (9/14) Installing libcurl (8.11.0-r2) [2024-11-21T05:02:50.123Z] #63 47.69 (10/14) Installing curl (8.11.0-r2) [2024-11-21T05:02:50.123Z] #63 47.72 (11/14) Installing dumb-init (1.2.5-r3) [2024-11-21T05:02:50.123Z] #63 47.78 (12/14) Installing musl-obstack (1.2.3-r2) [2024-11-21T05:02:50.123Z] #63 47.78 (13/14) Installing libucontext (1.2-r3) [2024-11-21T05:02:50.123Z] #63 47.80 (14/14) Installing gcompat (1.1.0-r4) [2024-11-21T05:02:50.123Z] #63 47.82 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:50.123Z] #63 47.95 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:02:50.123Z] #63 48.89 OK: 15 MiB in 28 packages [2024-11-21T05:02:50.123Z] #63 DONE 50.7s [2024-11-21T05:02:50.123Z] [2024-11-21T05:02:50.123Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-11-21T05:02:51.093Z] #91 ... [2024-11-21T05:02:51.093Z] [2024-11-21T05:02:51.093Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-11-21T05:02:51.093Z] #88 2.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:51.093Z] #88 4.412 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:51.378Z] #88 ... [2024-11-21T05:02:51.378Z] [2024-11-21T05:02:51.378Z] #84 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:02:51.378Z] #84 14.38 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:02:51.378Z] #84 14.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:51.661Z] #84 ... [2024-11-21T05:02:51.661Z] [2024-11-21T05:02:51.661Z] #67 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-11-21T05:02:51.661Z] #67 DONE 52.3s [2024-11-21T05:02:51.938Z] [2024-11-21T05:02:51.938Z] #92 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-11-21T05:02:53.358Z] #92 ... [2024-11-21T05:02:53.358Z] [2024-11-21T05:02:53.358Z] #83 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:02:53.358Z] #83 25.98 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:02:53.358Z] #83 26.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:53.358Z] #83 27.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:53.358Z] #83 35.97 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:02:53.358Z] #83 ... [2024-11-21T05:02:53.358Z] [2024-11-21T05:02:53.358Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-11-21T05:02:53.358Z] #91 3.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:54.322Z] #91 ... [2024-11-21T05:02:54.322Z] [2024-11-21T05:02:54.322Z] #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-11-21T05:02:54.322Z] #80 26.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:54.322Z] #80 34.00 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:02:54.322Z] #80 34.93 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:02:54.322Z] #80 35.03 OK: 9 MiB in 16 packages [2024-11-21T05:02:54.322Z] #80 ... [2024-11-21T05:02:54.322Z] [2024-11-21T05:02:54.322Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-11-21T05:02:54.322Z] #0 2.542 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:54.322Z] #0 3.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:54.626Z] #93 ... [2024-11-21T05:02:54.626Z] [2024-11-21T05:02:54.626Z] #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-11-21T05:02:54.626Z] #87 26.20 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:02:54.626Z] #87 ... [2024-11-21T05:02:54.626Z] [2024-11-21T05:02:54.626Z] #89 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:02:54.626Z] #89 14.04 Upgrading critical system libraries and apk-tools: [2024-11-21T05:02:54.626Z] #89 14.04 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:02:54.626Z] #89 14.17 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:54.626Z] #89 15.15 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:02:54.626Z] #89 15.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:54.626Z] #89 16.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:54.910Z] #89 ... [2024-11-21T05:02:54.910Z] [2024-11-21T05:02:54.910Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-11-21T05:02:54.910Z] #91 4.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:54.910Z] #91 ... [2024-11-21T05:02:54.910Z] [2024-11-21T05:02:54.910Z] #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-11-21T05:02:54.910Z] #80 DONE 37.3s [2024-11-21T05:02:55.180Z] [2024-11-21T05:02:55.180Z] #89 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:02:55.180Z] #89 24.52 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:02:55.449Z] #89 ... [2024-11-21T05:02:55.449Z] [2024-11-21T05:02:55.449Z] #83 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:02:55.449Z] #83 36.60 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:02:55.449Z] #83 36.75 OK: 9 MiB in 15 packages [2024-11-21T05:02:55.449Z] #83 DONE 38.4s [2024-11-21T05:02:55.716Z] [2024-11-21T05:02:55.716Z] #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-11-21T05:02:55.716Z] #87 27.01 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:02:55.716Z] #87 27.12 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:02:56.684Z] #87 28.39 OK: 11 MiB in 17 packages [2024-11-21T05:02:57.664Z] #87 ... [2024-11-21T05:02:57.664Z] [2024-11-21T05:02:57.664Z] #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-11-21T05:02:57.664Z] #94 DONE 2.7s [2024-11-21T05:02:57.664Z] [2024-11-21T05:02:57.664Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-11-21T05:02:57.664Z] #93 13.00 Upgrading critical system libraries and apk-tools: [2024-11-21T05:02:57.664Z] #93 13.01 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:02:57.664Z] #93 13.07 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:57.938Z] #93 ... [2024-11-21T05:02:57.938Z] [2024-11-21T05:02:57.938Z] #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-11-21T05:02:57.938Z] #95 DONE 0.2s [2024-11-21T05:02:57.938Z] [2024-11-21T05:02:57.938Z] #89 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:02:57.938Z] #89 25.36 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:02:57.938Z] #89 25.48 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:02:57.938Z] #89 26.30 OK: 10 MiB in 16 packages [2024-11-21T05:02:58.215Z] #89 ... [2024-11-21T05:02:58.215Z] [2024-11-21T05:02:58.215Z] #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-11-21T05:02:58.215Z] #87 DONE 30.0s [2024-11-21T05:02:58.215Z] [2024-11-21T05:02:58.215Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-11-21T05:02:58.215Z] #88 13.47 Upgrading critical system libraries and apk-tools: [2024-11-21T05:02:58.215Z] #88 13.47 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:02:58.215Z] #88 13.61 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:02:58.215Z] #88 15.25 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:02:58.215Z] #88 15.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:58.215Z] #88 17.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:58.537Z] #153 ... [2024-11-21T05:02:58.537Z] [2024-11-21T05:02:58.537Z] #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 [2024-11-21T05:02:58.537Z] #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 [2024-11-21T05:02:58.803Z] #88 ... [2024-11-21T05:02:58.803Z] [2024-11-21T05:02:58.803Z] #89 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:02:58.803Z] #89 DONE 28.2s [2024-11-21T05:02:58.803Z] [2024-11-21T05:02:58.803Z] #92 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-11-21T05:02:58.803Z] #92 2.694 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:58.803Z] #92 4.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:02:59.769Z] #92 ... [2024-11-21T05:02:59.769Z] [2024-11-21T05:02:59.769Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-11-21T05:02:59.769Z] #93 15.00 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:02:59.769Z] #93 15.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:03:00.353Z] #93 15.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:03:01.798Z] #93 ... [2024-11-21T05:03:01.798Z] [2024-11-21T05:03:01.798Z] #84 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2024-11-21T05:03:01.798Z] #84 17.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:03:01.798Z] #84 24.95 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:03:01.798Z] #84 25.29 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:03:01.798Z] #84 25.39 OK: 9 MiB in 15 packages [2024-11-21T05:03:01.798Z] #84 DONE 26.4s [2024-11-21T05:03:01.798Z] [2024-11-21T05:03:01.798Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-11-21T05:03:01.798Z] #88 23.11 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:03:01.798Z] #88 23.44 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:03:01.798Z] #88 23.55 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:03:02.386Z] #88 24.18 OK: 20 MiB in 18 packages [2024-11-21T05:03:03.357Z] #88 DONE 25.2s [2024-11-21T05:03:03.357Z] [2024-11-21T05:03:03.357Z] #92 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-11-21T05:03:03.357Z] #92 10.79 Upgrading critical system libraries and apk-tools: [2024-11-21T05:03:03.357Z] #92 10.79 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:03:03.357Z] #92 10.83 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:03:03.357Z] #92 11.66 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:03:03.357Z] #92 11.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:03:04.798Z] #92 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:03:04.798Z] #92 ... [2024-11-21T05:03:04.798Z] [2024-11-21T05:03:04.798Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-11-21T05:03:04.798Z] #93 19.53 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:03:04.798Z] #93 19.77 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:03:04.798Z] #93 19.84 OK: 9 MiB in 18 packages [2024-11-21T05:03:04.798Z] #93 DONE 20.5s [2024-11-21T05:03:05.075Z] [2024-11-21T05:03:05.075Z] #96 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-11-21T05:03:06.505Z] #96 DONE 1.4s [2024-11-21T05:03:06.505Z] [2024-11-21T05:03:06.505Z] #97 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-11-21T05:03:06.505Z] #97 DONE 0.3s [2024-11-21T05:03:06.505Z] [2024-11-21T05:03:06.505Z] #98 [security-spire-config stage-2 6/10] COPY security.txt / [2024-11-21T05:03:06.806Z] #98 DONE 0.2s [2024-11-21T05:03:06.806Z] [2024-11-21T05:03:06.806Z] #99 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-11-21T05:03:06.806Z] #99 DONE 0.2s [2024-11-21T05:03:06.806Z] [2024-11-21T05:03:06.806Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-11-21T05:03:06.806Z] #91 12.10 Upgrading critical system libraries and apk-tools: [2024-11-21T05:03:06.806Z] #91 12.10 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-21T05:03:06.806Z] #91 12.14 Executing busybox-1.36.1-r29.trigger [2024-11-21T05:03:06.806Z] #91 13.31 Continuing the upgrade transaction with new apk-tools: [2024-11-21T05:03:06.806Z] #91 13.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-21T05:03:06.806Z] #91 14.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-21T05:03:07.101Z] #91 ... [2024-11-21T05:03:07.101Z] [2024-11-21T05:03:07.101Z] #100 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-11-21T05:03:07.101Z] #100 DONE 0.1s [2024-11-21T05:03:07.101Z] [2024-11-21T05:03:07.101Z] #101 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-11-21T05:03:07.377Z] #101 DONE 0.2s [2024-11-21T05:03:07.377Z] [2024-11-21T05:03:07.377Z] #102 [security-spire-config] exporting to image [2024-11-21T05:03:07.377Z] #102 exporting layers [2024-11-21T05:03:09.338Z] #102 exporting layers 1.9s done [2024-11-21T05:03:09.338Z] #102 writing image sha256:295d03cfba16d0ed32657ed36e8fe12c3e80734c833f1b10a46aa3f98165fe8a 0.0s done [2024-11-21T05:03:09.338Z] #102 naming to docker.io/library/security-spire-config-arm64 done [2024-11-21T05:03:09.338Z] #102 DONE 1.9s [2024-11-21T05:03:09.338Z] [2024-11-21T05:03:09.338Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-11-21T05:03:09.338Z] #91 17.85 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:03:09.338Z] #91 18.13 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-21T05:03:09.338Z] #91 18.17 Executing ca-certificates-20240705-r0.trigger [2024-11-21T05:03:09.338Z] #91 18.74 OK: 15 MiB in 28 packages [2024-11-21T05:03:09.606Z] #91 DONE 19.7s [2024-11-21T05:03:09.606Z] [2024-11-21T05:03:09.606Z] #92 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-11-21T05:03:09.606Z] #92 16.92 OK: 10 MiB in 19 packages [2024-11-21T05:03:09.606Z] #92 DONE 18.1s [2024-11-21T05:03:09.606Z] [2024-11-21T05:03:09.606Z] #103 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-11-21T05:03:11.600Z] #103 DONE 1.5s [2024-11-21T05:03:11.601Z] [2024-11-21T05:03:11.601Z] #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-11-21T05:03:11.601Z] #104 DONE 1.5s [2024-11-21T05:03:11.601Z] [2024-11-21T05:03:11.601Z] #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-11-21T05:03:11.601Z] #105 ... [2024-11-21T05:03:11.601Z] [2024-11-21T05:03:11.601Z] #106 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-11-21T05:03:11.601Z] #106 DONE 0.2s [2024-11-21T05:03:11.601Z] [2024-11-21T05:03:11.601Z] #107 [security-spire-server stage-2 6/9] COPY security.txt / [2024-11-21T05:03:11.601Z] #107 DONE 0.3s [2024-11-21T05:03:11.601Z] [2024-11-21T05:03:11.601Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-11-21T05:03:11.933Z] #108 DONE 0.3s [2024-11-21T05:03:11.933Z] [2024-11-21T05:03:11.933Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-11-21T05:03:12.210Z] #109 DONE 0.3s [2024-11-21T05:03:12.210Z] [2024-11-21T05:03:12.210Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-11-21T05:03:12.479Z] #110 DONE 0.2s [2024-11-21T05:03:12.479Z] [2024-11-21T05:03:12.479Z] #102 [security-spire-server] exporting to image [2024-11-21T05:03:13.451Z] #102 ... [2024-11-21T05:03:13.451Z] [2024-11-21T05:03:13.451Z] #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-11-21T05:03:13.451Z] #105 DONE 1.9s [2024-11-21T05:03:13.451Z] [2024-11-21T05:03:13.451Z] #111 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-11-21T05:03:13.451Z] #111 DONE 0.3s [2024-11-21T05:03:13.451Z] [2024-11-21T05:03:13.451Z] #112 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-11-21T05:03:13.739Z] #112 DONE 0.3s [2024-11-21T05:03:13.739Z] [2024-11-21T05:03:13.739Z] #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-11-21T05:03:14.014Z] #113 DONE 0.3s [2024-11-21T05:03:14.014Z] [2024-11-21T05:03:14.014Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:03:14.014Z] #82 ... [2024-11-21T05:03:14.014Z] [2024-11-21T05:03:14.014Z] #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-11-21T05:03:14.284Z] #114 DONE 0.2s [2024-11-21T05:03:14.284Z] [2024-11-21T05:03:14.284Z] #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-11-21T05:03:14.552Z] #115 DONE 0.3s [2024-11-21T05:03:14.552Z] [2024-11-21T05:03:14.552Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:03:14.552Z] #82 ... [2024-11-21T05:03:14.552Z] [2024-11-21T05:03:14.552Z] #102 [security-spire-agent] exporting to image [2024-11-21T05:03:14.552Z] #102 exporting layers [2024-11-21T05:03:15.511Z] #102 exporting layers 2.8s done [2024-11-21T05:03:15.511Z] #102 writing image sha256:be0510f7a2f70858f96993e705289a75256753a77d3ed1e5bb1b275f4200ee24 0.0s done [2024-11-21T05:03:15.511Z] #102 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-11-21T05:03:16.473Z] #102 exporting layers 2.1s done [2024-11-21T05:03:16.665Z] #150 ... [2024-11-21T05:03:16.665Z] [2024-11-21T05:03:16.665Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-11-21T05:03:16.665Z] #153 DONE 109.1s [2024-11-21T05:03:16.665Z] [2024-11-21T05:03:16.665Z] #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 [2024-11-21T05:03:16.665Z] #150 DONE 109.1s [2024-11-21T05:03:16.665Z] [2024-11-21T05:03:16.665Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-11-21T05:03:16.665Z] #152 DONE 109.1s [2024-11-21T05:03:16.665Z] [2024-11-21T05:03:16.665Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-11-21T05:03:16.665Z] #145 ... [2024-11-21T05:03:16.665Z] [2024-11-21T05:03:16.665Z] #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:16.665Z] #154 ... [2024-11-21T05:03:16.665Z] [2024-11-21T05:03:16.665Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-11-21T05:03:16.665Z] #142 DONE 111.1s [2024-11-21T05:03:16.665Z] [2024-11-21T05:03:16.665Z] #155 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:16.665Z] #155 ... [2024-11-21T05:03:16.665Z] [2024-11-21T05:03:16.665Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-11-21T05:03:16.665Z] #149 DONE 111.4s [2024-11-21T05:03:16.742Z] #102 writing image sha256:06ab8b133251f4ea9ff6ff639899b180d2a87a1ab7f5d35b15d1d21778a0f2da 0.0s done [2024-11-21T05:03:16.742Z] #102 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2024-11-21T05:03:16.742Z] #102 DONE 6.1s [2024-11-21T05:03:16.742Z] [2024-11-21T05:03:16.742Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:03:16.926Z] [2024-11-21T05:03:16.926Z] #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-11-21T05:03:17.496Z] #156 ... [2024-11-21T05:03:17.496Z] [2024-11-21T05:03:17.496Z] #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:17.496Z] #154 DONE 1.9s [2024-11-21T05:03:17.496Z] [2024-11-21T05:03:17.496Z] #155 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:17.496Z] #155 DONE 1.0s [2024-11-21T05:03:17.496Z] [2024-11-21T05:03:17.496Z] #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-11-21T05:03:17.496Z] #156 DONE 0.9s [2024-11-21T05:03:17.496Z] [2024-11-21T05:03:17.496Z] #157 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:17.496Z] #157 DONE 0.4s [2024-11-21T05:03:17.496Z] [2024-11-21T05:03:17.496Z] #158 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:17.496Z] #158 DONE 0.3s [2024-11-21T05:03:17.496Z] [2024-11-21T05:03:17.496Z] #159 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:03:17.757Z] #159 ... [2024-11-21T05:03:17.757Z] [2024-11-21T05:03:17.757Z] #160 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:03:17.757Z] #160 DONE 0.3s [2024-11-21T05:03:17.757Z] [2024-11-21T05:03:17.757Z] #161 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:03:17.757Z] #161 DONE 0.4s [2024-11-21T05:03:18.018Z] [2024-11-21T05:03:18.018Z] #162 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:03:18.018Z] #162 DONE 0.4s [2024-11-21T05:03:18.018Z] [2024-11-21T05:03:18.018Z] #159 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:03:18.018Z] #159 DONE 0.5s [2024-11-21T05:03:18.018Z] [2024-11-21T05:03:18.018Z] #163 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-11-21T05:03:18.965Z] #163 ... [2024-11-21T05:03:18.965Z] [2024-11-21T05:03:18.965Z] #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 [2024-11-21T05:03:18.965Z] #164 DONE 1.1s [2024-11-21T05:03:18.965Z] [2024-11-21T05:03:18.965Z] #165 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-11-21T05:03:18.965Z] #165 DONE 1.0s [2024-11-21T05:03:18.965Z] [2024-11-21T05:03:18.965Z] #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 [2024-11-21T05:03:18.965Z] #166 DONE 0.9s [2024-11-21T05:03:18.965Z] [2024-11-21T05:03:18.965Z] #163 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-11-21T05:03:18.965Z] #163 DONE 0.9s [2024-11-21T05:03:18.965Z] [2024-11-21T05:03:18.965Z] #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 [2024-11-21T05:03:18.965Z] #167 ... [2024-11-21T05:03:18.965Z] [2024-11-21T05:03:18.965Z] #168 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-11-21T05:03:18.965Z] #168 DONE 1.5s [2024-11-21T05:03:19.226Z] [2024-11-21T05:03:19.226Z] #169 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-11-21T05:03:19.226Z] #169 DONE 0.3s [2024-11-21T05:03:19.226Z] [2024-11-21T05:03:19.226Z] #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 [2024-11-21T05:03:19.226Z] #170 DONE 0.3s [2024-11-21T05:03:19.226Z] [2024-11-21T05:03:19.226Z] #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 [2024-11-21T05:03:19.226Z] #171 DONE 0.3s [2024-11-21T05:03:19.226Z] [2024-11-21T05:03:19.226Z] #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 [2024-11-21T05:03:19.226Z] #167 DONE 0.3s [2024-11-21T05:03:19.226Z] [2024-11-21T05:03:19.226Z] #172 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:03:19.797Z] #172 ... [2024-11-21T05:03:19.797Z] [2024-11-21T05:03:19.797Z] #173 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:19.797Z] #173 DONE 0.8s [2024-11-21T05:03:20.058Z] [2024-11-21T05:03:20.058Z] #174 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:03:21.441Z] #174 ... [2024-11-21T05:03:21.441Z] [2024-11-21T05:03:21.441Z] #175 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-11-21T05:03:21.441Z] #175 DONE 2.0s [2024-11-21T05:03:21.441Z] [2024-11-21T05:03:21.441Z] #176 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-11-21T05:03:21.441Z] #176 DONE 2.1s [2024-11-21T05:03:21.441Z] [2024-11-21T05:03:21.441Z] #177 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-11-21T05:03:22.385Z] #177 ... [2024-11-21T05:03:22.385Z] [2024-11-21T05:03:22.385Z] #172 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:03:22.385Z] #172 DONE 3.3s [2024-11-21T05:03:22.658Z] [2024-11-21T05:03:22.659Z] #178 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-11-21T05:03:23.600Z] #178 ... [2024-11-21T05:03:23.600Z] [2024-11-21T05:03:23.600Z] #174 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:03:23.600Z] #174 DONE 3.7s [2024-11-21T05:03:23.600Z] [2024-11-21T05:03:23.600Z] #179 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-11-21T05:03:24.543Z] #179 ... [2024-11-21T05:03:24.543Z] [2024-11-21T05:03:24.543Z] #177 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-11-21T05:03:24.543Z] #177 DONE 3.4s [2024-11-21T05:03:24.817Z] [2024-11-21T05:03:24.817Z] #178 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-11-21T05:03:24.817Z] #178 DONE 2.2s [2024-11-21T05:03:24.817Z] [2024-11-21T05:03:24.817Z] #105 [security-spiffe-token-provider] exporting to image [2024-11-21T05:03:24.817Z] #105 exporting layers 5.2s done [2024-11-21T05:03:24.817Z] #105 writing image sha256:b46543bd9ad614a15f02ec14d6dfceccf29a7d3f859001d716e93339031e93fe done [2024-11-21T05:03:24.817Z] #105 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2024-11-21T05:03:24.817Z] #105 DONE 6.3s [2024-11-21T05:03:24.817Z] [2024-11-21T05:03:24.817Z] #180 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-11-21T05:03:25.077Z] #180 ... [2024-11-21T05:03:25.077Z] [2024-11-21T05:03:25.077Z] #181 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-11-21T05:03:25.077Z] #181 DONE 1.2s [2024-11-21T05:03:25.338Z] [2024-11-21T05:03:25.338Z] #182 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-11-21T05:03:25.908Z] #182 ... [2024-11-21T05:03:25.908Z] [2024-11-21T05:03:25.908Z] #179 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-11-21T05:03:25.908Z] #179 DONE 4.4s [2024-11-21T05:03:26.169Z] [2024-11-21T05:03:26.169Z] #180 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-11-21T05:03:26.169Z] #180 DONE 1.4s [2024-11-21T05:03:26.169Z] [2024-11-21T05:03:26.169Z] #105 [core-common-config-bootstrapper] exporting to image [2024-11-21T05:03:28.714Z] #105 ... [2024-11-21T05:03:28.714Z] [2024-11-21T05:03:28.714Z] #182 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-11-21T05:03:28.714Z] #182 DONE 3.4s [2024-11-21T05:03:28.714Z] [2024-11-21T05:03:28.714Z] #183 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-11-21T05:03:28.714Z] #183 DONE 3.9s [2024-11-21T05:03:28.714Z] [2024-11-21T05:03:28.714Z] #184 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-11-21T05:03:28.714Z] #184 DONE 2.2s [2024-11-21T05:03:28.714Z] [2024-11-21T05:03:28.714Z] #105 [security-proxy-setup] exporting to image [2024-11-21T05:03:29.658Z] #105 ... [2024-11-21T05:03:29.658Z] [2024-11-21T05:03:29.658Z] #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/ [2024-11-21T05:03:29.658Z] #185 DONE 1.2s [2024-11-21T05:03:29.965Z] [2024-11-21T05:03:29.965Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-11-21T05:03:29.965Z] #151 DONE 124.6s [2024-11-21T05:03:29.965Z] [2024-11-21T05:03:29.965Z] #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/ [2024-11-21T05:03:30.535Z] #186 ... [2024-11-21T05:03:30.535Z] [2024-11-21T05:03:30.536Z] #187 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:03:30.536Z] #187 CACHED [2024-11-21T05:03:30.536Z] [2024-11-21T05:03:30.536Z] #188 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:30.536Z] #188 CACHED [2024-11-21T05:03:30.796Z] [2024-11-21T05:03:30.796Z] #105 [core-common-config-bootstrapper] exporting to image [2024-11-21T05:03:30.796Z] #105 exporting layers 4.4s done [2024-11-21T05:03:30.796Z] #105 writing image sha256:5fdd711fe0cc906c3a0587b0d8d709cfe7083adde3e2e78d99ec59a6d8e3dfac 0.2s done [2024-11-21T05:03:30.796Z] #105 naming to docker.io/library/core-common-config-bootstrapper done [2024-11-21T05:03:30.796Z] #105 ... [2024-11-21T05:03:30.796Z] [2024-11-21T05:03:30.796Z] #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/ [2024-11-21T05:03:30.796Z] #186 DONE 1.1s [2024-11-21T05:03:31.057Z] [2024-11-21T05:03:31.057Z] #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/ [2024-11-21T05:03:31.057Z] #189 ... [2024-11-21T05:03:31.057Z] [2024-11-21T05:03:31.057Z] #190 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-11-21T05:03:31.057Z] #190 DONE 0.5s [2024-11-21T05:03:31.317Z] [2024-11-21T05:03:31.317Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-11-21T05:03:31.317Z] #191 DONE 2.6s [2024-11-21T05:03:31.317Z] [2024-11-21T05:03:31.317Z] #105 [security-proxy-setup] exporting to image [2024-11-21T05:03:31.317Z] #105 writing image sha256:1b1ea9259fb3d1e34d97ceb61e0a3daa3a7ab5074739591ff3e65d14c69ba4f5 done [2024-11-21T05:03:31.317Z] #105 naming to docker.io/library/security-proxy-setup done [2024-11-21T05:03:31.317Z] #105 ... [2024-11-21T05:03:31.317Z] [2024-11-21T05:03:31.317Z] #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/ [2024-11-21T05:03:31.317Z] #189 DONE 0.5s [2024-11-21T05:03:31.577Z] [2024-11-21T05:03:31.577Z] #192 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:03:36.901Z] #192 DONE 5.4s [2024-11-21T05:03:36.901Z] [2024-11-21T05:03:36.901Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-11-21T05:03:36.901Z] #145 DONE 131.4s [2024-11-21T05:03:36.901Z] [2024-11-21T05:03:36.901Z] #105 [core-command] exporting to image [2024-11-21T05:03:36.901Z] #105 exporting layers [2024-11-21T05:03:36.901Z] #105 ... [2024-11-21T05:03:36.901Z] [2024-11-21T05:03:36.901Z] #193 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-11-21T05:03:36.901Z] #193 DONE 5.1s [2024-11-21T05:03:36.901Z] [2024-11-21T05:03:36.901Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-11-21T05:03:36.901Z] #146 DONE 131.4s [2024-11-21T05:03:36.901Z] [2024-11-21T05:03:36.901Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-11-21T05:03:36.901Z] #144 DONE 131.5s [2024-11-21T05:03:36.901Z] [2024-11-21T05:03:36.901Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-11-21T05:03:36.901Z] #148 DONE 131.5s [2024-11-21T05:03:36.901Z] [2024-11-21T05:03:36.901Z] #194 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:36.901Z] #194 CACHED [2024-11-21T05:03:36.901Z] [2024-11-21T05:03:36.901Z] #195 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:03:36.901Z] #195 CACHED [2024-11-21T05:03:36.901Z] [2024-11-21T05:03:36.901Z] #196 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:03:36.901Z] #196 CACHED [2024-11-21T05:03:36.901Z] [2024-11-21T05:03:36.901Z] #197 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:36.901Z] #197 CACHED [2024-11-21T05:03:36.901Z] [2024-11-21T05:03:36.901Z] #198 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-11-21T05:03:37.479Z] #198 ... [2024-11-21T05:03:37.479Z] [2024-11-21T05:03:37.479Z] #105 [security-secretstore-setup] exporting to image [2024-11-21T05:03:37.479Z] #105 exporting layers 5.9s done [2024-11-21T05:03:37.479Z] #105 writing image sha256:eaaf3f01e6efd20173435ef9f6179eebac5851340043b8ef39cfd225fd50d60c 0.1s done [2024-11-21T05:03:37.479Z] #105 naming to docker.io/library/core-command done [2024-11-21T05:03:37.479Z] #105 writing image sha256:155b59d83b3c9cc688c3879b7a7e6ed29ee727a537a9f3c168e895c83a5b3012 0.1s done [2024-11-21T05:03:37.479Z] #105 naming to docker.io/library/security-secretstore-setup 0.2s done [2024-11-21T05:03:37.479Z] #105 DONE 17.7s [2024-11-21T05:03:37.479Z] [2024-11-21T05:03:37.479Z] #199 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:37.479Z] #199 DONE 0.5s [2024-11-21T05:03:37.479Z] [2024-11-21T05:03:37.479Z] #200 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:37.479Z] #200 DONE 0.5s [2024-11-21T05:03:37.479Z] [2024-11-21T05:03:37.479Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-11-21T05:03:37.479Z] #201 DONE 0.6s [2024-11-21T05:03:37.479Z] [2024-11-21T05:03:37.479Z] #202 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-11-21T05:03:37.479Z] #202 DONE 0.8s [2024-11-21T05:03:37.479Z] [2024-11-21T05:03:37.479Z] #198 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-11-21T05:03:37.479Z] #198 DONE 0.6s [2024-11-21T05:03:37.479Z] [2024-11-21T05:03:37.479Z] #105 [security-bootstrapper] exporting to image [2024-11-21T05:03:38.424Z] #105 ... [2024-11-21T05:03:38.424Z] [2024-11-21T05:03:38.424Z] #203 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:03:38.424Z] #203 DONE 1.0s [2024-11-21T05:03:38.424Z] [2024-11-21T05:03:38.424Z] #204 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:03:38.424Z] #204 DONE 1.0s [2024-11-21T05:03:38.424Z] [2024-11-21T05:03:38.424Z] #205 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-11-21T05:03:38.424Z] #205 DONE 1.0s [2024-11-21T05:03:38.424Z] [2024-11-21T05:03:38.424Z] #206 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:03:38.424Z] #206 DONE 1.1s [2024-11-21T05:03:38.424Z] [2024-11-21T05:03:38.424Z] #207 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-11-21T05:03:38.998Z] #207 ... [2024-11-21T05:03:38.998Z] [2024-11-21T05:03:38.998Z] #208 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-11-21T05:03:38.998Z] #208 DONE 0.5s [2024-11-21T05:03:38.998Z] [2024-11-21T05:03:38.998Z] #207 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-11-21T05:03:38.998Z] #207 DONE 0.5s [2024-11-21T05:03:38.998Z] [2024-11-21T05:03:38.998Z] #209 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:03:38.998Z] #209 DONE 0.6s [2024-11-21T05:03:38.998Z] [2024-11-21T05:03:38.998Z] #210 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-11-21T05:03:38.998Z] #210 DONE 0.7s [2024-11-21T05:03:38.998Z] [2024-11-21T05:03:38.998Z] #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-11-21T05:03:38.998Z] #143 DONE 133.9s [2024-11-21T05:03:38.998Z] [2024-11-21T05:03:38.998Z] #211 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:03:39.262Z] #211 ... [2024-11-21T05:03:39.262Z] [2024-11-21T05:03:39.262Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:03:39.262Z] #147 DONE 133.9s [2024-11-21T05:03:39.262Z] [2024-11-21T05:03:39.262Z] #105 [security-bootstrapper] exporting to image [2024-11-21T05:03:39.262Z] #105 exporting layers 1.8s done [2024-11-21T05:03:39.523Z] #105 ... [2024-11-21T05:03:39.523Z] [2024-11-21T05:03:39.523Z] #212 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-11-21T05:03:39.523Z] #212 DONE 0.4s [2024-11-21T05:03:39.523Z] [2024-11-21T05:03:39.523Z] #211 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:03:39.523Z] #211 DONE 0.4s [2024-11-21T05:03:39.523Z] [2024-11-21T05:03:39.523Z] #213 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-11-21T05:03:39.523Z] #213 DONE 0.4s [2024-11-21T05:03:39.523Z] [2024-11-21T05:03:39.523Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:39.523Z] #214 DONE 0.3s [2024-11-21T05:03:39.523Z] [2024-11-21T05:03:39.523Z] #105 [core-keeper] exporting to image [2024-11-21T05:03:39.523Z] #105 writing image sha256:44f3670b91bd08a68a101a5475bc7ae866c39c7a1272d6c35d225ed6a2b01a21 done [2024-11-21T05:03:39.523Z] #105 naming to docker.io/library/security-bootstrapper done [2024-11-21T05:03:39.921Z] #105 ... [2024-11-21T05:03:39.921Z] [2024-11-21T05:03:39.921Z] #215 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:03:39.921Z] #215 DONE 0.4s [2024-11-21T05:03:39.921Z] [2024-11-21T05:03:39.921Z] #216 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-11-21T05:03:39.921Z] #216 DONE 0.1s [2024-11-21T05:03:39.921Z] [2024-11-21T05:03:39.921Z] #217 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:03:39.921Z] #217 DONE 0.2s [2024-11-21T05:03:39.921Z] [2024-11-21T05:03:39.921Z] #105 [core-data] exporting to image [2024-11-21T05:03:39.921Z] #105 ... [2024-11-21T05:03:39.921Z] [2024-11-21T05:03:39.921Z] #218 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:03:39.921Z] #218 DONE 0.1s [2024-11-21T05:03:40.185Z] [2024-11-21T05:03:40.185Z] #219 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-11-21T05:03:40.448Z] #219 DONE 0.6s [2024-11-21T05:03:40.448Z] [2024-11-21T05:03:40.448Z] #220 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-11-21T05:03:40.448Z] #220 DONE 1.3s [2024-11-21T05:03:40.448Z] [2024-11-21T05:03:40.448Z] #221 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-11-21T05:03:40.448Z] #221 DONE 0.6s [2024-11-21T05:03:40.448Z] [2024-11-21T05:03:40.448Z] #222 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2024-11-21T05:03:40.448Z] #222 DONE 0.1s [2024-11-21T05:03:40.448Z] [2024-11-21T05:03:40.448Z] #105 [core-keeper] exporting to image [2024-11-21T05:03:40.448Z] #105 exporting layers 0.8s done [2024-11-21T05:03:40.448Z] #105 writing image sha256:e0178cbc9d43ad4aa4bb5dfd996ba04578468db2c52cb7c24a46daf750c98c5c done [2024-11-21T05:03:40.448Z] #105 naming to docker.io/library/core-keeper done [2024-11-21T05:03:40.448Z] #105 writing image sha256:d81ad4506f7de8abfe3c6db8e6fd5040437539806a7170582e3b4e01ec091e7b 0.0s done [2024-11-21T05:03:40.448Z] #105 naming to docker.io/library/core-metadata [2024-11-21T05:03:40.448Z] #105 ... [2024-11-21T05:03:40.448Z] [2024-11-21T05:03:40.448Z] #223 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:03:40.448Z] #223 DONE 0.1s [2024-11-21T05:03:40.448Z] [2024-11-21T05:03:40.448Z] #105 [security-proxy-auth] exporting to image [2024-11-21T05:03:40.448Z] #105 exporting layers 0.2s done [2024-11-21T05:03:40.448Z] #105 naming to docker.io/library/core-metadata done [2024-11-21T05:03:40.448Z] #105 writing image sha256:0575d6d5cbb84e6d05f64bd9af250e6fdd79a568e484fa2cdb92d0cec6d349c2 done [2024-11-21T05:03:40.448Z] #105 naming to docker.io/library/core-data done [2024-11-21T05:03:40.448Z] #105 writing image sha256:fa21d8cf876c7c7bc6d3aaabc2caf2b5f8b633f0c7f8689ba930f6e2ddd712fa done [2024-11-21T05:03:40.448Z] #105 naming to docker.io/library/security-proxy-auth 0.0s done [2024-11-21T05:03:40.708Z] #105 ... [2024-11-21T05:03:40.708Z] [2024-11-21T05:03:40.708Z] #224 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-11-21T05:03:40.708Z] #224 DONE 0.2s [2024-11-21T05:03:40.708Z] [2024-11-21T05:03:40.708Z] #105 [support-notifications] exporting to image [2024-11-21T05:03:40.708Z] #105 exporting layers 0.2s done [2024-11-21T05:03:40.709Z] #105 writing image sha256:a28b41a0ba84983b5c74d56b6a8d19d0aa4786e8ab476865d1ab1dec774bd808 done [2024-11-21T05:03:40.709Z] #105 naming to docker.io/library/support-scheduler done [2024-11-21T05:03:40.971Z] #105 exporting layers 0.3s done [2024-11-21T05:03:40.971Z] #105 writing image sha256:eba1233bdbe7458c6d15af6f839704acd9eb12459221da59c803ad181b2e97b6 done [2024-11-21T05:03:40.971Z] #105 naming to docker.io/library/support-notifications done [2024-11-21T05:03:40.971Z] #105 DONE 21.1s [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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" [2024-11-21T05:03:40.971Z] 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] } [2024-11-21T05:03:40.984Z] $ docker stop --time=1 a3b0e95e2ed1e35ed5605dab4118fe9ed3858e191d8e5f4a5ffd9f7a35c91f7f [2024-11-21T05:03:42.388Z] $ docker rm -f --volumes a3b0e95e2ed1e35ed5605dab4118fe9ed3858e191d8e5f4a5ffd9f7a35c91f7f [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-21T05:03:42.774Z] + docker images [2024-11-21T05:03:42.774Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-11-21T05:03:42.774Z] support-scheduler latest a28b41a0ba84 2 seconds ago 52.9MB [2024-11-21T05:03:42.774Z] security-proxy-auth latest fa21d8cf876c 2 seconds ago 32.2MB [2024-11-21T05:03:42.774Z] support-notifications latest eba1233bdbe7 2 seconds ago 51.9MB [2024-11-21T05:03:42.774Z] core-data latest 0575d6d5cbb8 3 seconds ago 37.4MB [2024-11-21T05:03:42.774Z] core-metadata latest d81ad4506f7d 3 seconds ago 37.6MB [2024-11-21T05:03:42.774Z] core-keeper latest e0178cbc9d43 3 seconds ago 31.3MB [2024-11-21T05:03:42.774Z] security-bootstrapper latest 44f3670b91bd 5 seconds ago 26MB [2024-11-21T05:03:42.774Z] core-command latest eaaf3f01e6ef 7 seconds ago 33.2MB [2024-11-21T05:03:42.774Z] security-secretstore-setup latest 155b59d83b3c 12 seconds ago 46.9MB [2024-11-21T05:03:42.774Z] security-proxy-setup latest 1b1ea9259fb3 14 seconds ago 35MB [2024-11-21T05:03:42.774Z] core-common-config-bootstrapper latest 5fdd711fe0cc 17 seconds ago 22.8MB [2024-11-21T05:03:42.774Z] security-spiffe-token-provider latest b46543bd9ad6 24 seconds ago 38.5MB [2024-11-21T05:03:42.774Z] security-spire-agent latest 0213717e4439 2 minutes ago 188MB [2024-11-21T05:03:42.774Z] security-spire-config latest 8ee612d8b4ac 2 minutes ago 127MB [2024-11-21T05:03:42.774Z] security-spire-server latest 8ce21f0c154f 2 minutes ago 128MB [2024-11-21T05:03:42.774Z] ci-base-image-x86_64 latest 4f770ba6b7ed 6 minutes ago 975MB [2024-11-21T05:03:42.774Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 7 weeks ago 573MB [2024-11-21T05:03:42.774Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 17 months ago 334MB [2024-11-21T05:03:42.774Z] 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 [2024-11-21T05:03:42.996Z] provisioning config files... [2024-11-21T05:03:43.007Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/755@tmp/config17469443245813522354tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:03:43.323Z] ---> ****-login.sh [2024-11-21T05:03:43.323Z] nexus3.edgexfoundry.org:10001 [2024-11-21T05:03:43.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T05:03:43.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T05:03:43.324Z] Configure a credential helper to remove this warning. See [2024-11-21T05:03:43.324Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T05:03:43.324Z] [2024-11-21T05:03:43.324Z] Login Succeeded [2024-11-21T05:03:43.324Z] nexus3.edgexfoundry.org:10002 [2024-11-21T05:03:43.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T05:03:43.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T05:03:43.324Z] Configure a credential helper to remove this warning. See [2024-11-21T05:03:43.324Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T05:03:43.324Z] [2024-11-21T05:03:43.324Z] Login Succeeded [2024-11-21T05:03:43.324Z] nexus3.edgexfoundry.org:10003 [2024-11-21T05:03:43.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T05:03:43.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T05:03:43.584Z] Configure a credential helper to remove this warning. See [2024-11-21T05:03:43.584Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T05:03:43.584Z] [2024-11-21T05:03:43.584Z] Login Succeeded [2024-11-21T05:03:43.584Z] nexus3.edgexfoundry.org:10004 [2024-11-21T05:03:43.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T05:03:43.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T05:03:43.584Z] Configure a credential helper to remove this warning. See [2024-11-21T05:03:43.584Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T05:03:43.584Z] [2024-11-21T05:03:43.584Z] Login Succeeded [2024-11-21T05:03:43.584Z] ****.io [2024-11-21T05:03:43.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T05:03:43.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T05:03:43.850Z] Configure a credential helper to remove this warning. See [2024-11-21T05:03:43.850Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T05:03:43.850Z] [2024-11-21T05:03:43.850Z] Login Succeeded [2024-11-21T05:03:43.850Z] ---> ****-login.sh ends [Pipeline] } [2024-11-21T05:03:43.859Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:03:43.914Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-21T05:03:43.951Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-11-21T05:03:43.951Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:03:43.951Z] latest [2024-11-21T05:03:43.951Z] 4.0.0-dev.21 [2024-11-21T05:03:43.951Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:03:43.951Z] main [2024-11-21T05:03:43.951Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:44.307Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:44.629Z] + docker push nexus3.edgexfoundry.org:10004/core-command:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:03:44.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-11-21T05:03:44.630Z] fa787947ef2a: Preparing [2024-11-21T05:03:44.630Z] f1afa9c9f839: Preparing [2024-11-21T05:03:44.630Z] 04d4883353b0: Preparing [2024-11-21T05:03:44.630Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:44.630Z] ef580ded4345: Preparing [2024-11-21T05:03:44.630Z] 77bb8dc72481: Preparing [2024-11-21T05:03:44.630Z] 75654b8eeebd: Preparing [2024-11-21T05:03:44.630Z] 75654b8eeebd: Waiting [2024-11-21T05:03:44.630Z] 2bc1de57fe17: Pushed [2024-11-21T05:03:44.630Z] 04d4883353b0: Pushed [2024-11-21T05:03:44.630Z] fa787947ef2a: Pushed [2024-11-21T05:03:44.894Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:44.894Z] 77bb8dc72481: Pushed [2024-11-21T05:03:45.153Z] ef580ded4345: Pushed [2024-11-21T05:03:46.536Z] f1afa9c9f839: Pushed [2024-11-21T05:03:46.536Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:b2bb68cc9225538d67f1f594813a2bdbc7d70752486bf09462bd1a597f10e770 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:47.145Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:47.478Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-11-21T05:03:47.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-11-21T05:03:47.478Z] fa787947ef2a: Preparing [2024-11-21T05:03:47.478Z] f1afa9c9f839: Preparing [2024-11-21T05:03:47.478Z] 04d4883353b0: Preparing [2024-11-21T05:03:47.478Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:47.478Z] ef580ded4345: Preparing [2024-11-21T05:03:47.478Z] 77bb8dc72481: Preparing [2024-11-21T05:03:47.478Z] 75654b8eeebd: Preparing [2024-11-21T05:03:47.478Z] 77bb8dc72481: Waiting [2024-11-21T05:03:47.478Z] 75654b8eeebd: Waiting [2024-11-21T05:03:47.478Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:03:47.478Z] fa787947ef2a: Layer already exists [2024-11-21T05:03:47.478Z] ef580ded4345: Layer already exists [2024-11-21T05:03:47.478Z] 04d4883353b0: Layer already exists [2024-11-21T05:03:47.478Z] f1afa9c9f839: Layer already exists [2024-11-21T05:03:47.478Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:47.478Z] 77bb8dc72481: Layer already exists [2024-11-21T05:03:47.478Z] latest: digest: sha256:b2bb68cc9225538d67f1f594813a2bdbc7d70752486bf09462bd1a597f10e770 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:47.814Z] + 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 [2024-11-21T05:03:48.134Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.21 [2024-11-21T05:03:48.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-11-21T05:03:48.134Z] fa787947ef2a: Preparing [2024-11-21T05:03:48.134Z] f1afa9c9f839: Preparing [2024-11-21T05:03:48.134Z] 04d4883353b0: Preparing [2024-11-21T05:03:48.134Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:48.134Z] ef580ded4345: Preparing [2024-11-21T05:03:48.134Z] 77bb8dc72481: Preparing [2024-11-21T05:03:48.134Z] 75654b8eeebd: Preparing [2024-11-21T05:03:48.134Z] 77bb8dc72481: Waiting [2024-11-21T05:03:48.134Z] 75654b8eeebd: Waiting [2024-11-21T05:03:48.134Z] ef580ded4345: Layer already exists [2024-11-21T05:03:48.134Z] fa787947ef2a: Layer already exists [2024-11-21T05:03:48.134Z] f1afa9c9f839: Layer already exists [2024-11-21T05:03:48.134Z] 04d4883353b0: Layer already exists [2024-11-21T05:03:48.134Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:03:48.134Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:48.134Z] 77bb8dc72481: Layer already exists [2024-11-21T05:03:48.134Z] 4.0.0-dev.21: digest: sha256:b2bb68cc9225538d67f1f594813a2bdbc7d70752486bf09462bd1a597f10e770 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:48.463Z] + 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 [2024-11-21T05:03:48.787Z] + docker push nexus3.edgexfoundry.org:10004/core-command:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:03:48.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-11-21T05:03:48.787Z] fa787947ef2a: Preparing [2024-11-21T05:03:48.787Z] f1afa9c9f839: Preparing [2024-11-21T05:03:48.787Z] 04d4883353b0: Preparing [2024-11-21T05:03:48.787Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:48.787Z] ef580ded4345: Preparing [2024-11-21T05:03:48.787Z] 77bb8dc72481: Preparing [2024-11-21T05:03:48.787Z] 75654b8eeebd: Preparing [2024-11-21T05:03:48.787Z] 77bb8dc72481: Waiting [2024-11-21T05:03:48.787Z] 75654b8eeebd: Waiting [2024-11-21T05:03:48.787Z] f1afa9c9f839: Layer already exists [2024-11-21T05:03:48.787Z] ef580ded4345: Layer already exists [2024-11-21T05:03:48.787Z] 04d4883353b0: Layer already exists [2024-11-21T05:03:48.787Z] fa787947ef2a: Layer already exists [2024-11-21T05:03:48.787Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:03:48.787Z] 77bb8dc72481: Layer already exists [2024-11-21T05:03:48.787Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:48.787Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:b2bb68cc9225538d67f1f594813a2bdbc7d70752486bf09462bd1a597f10e770 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:49.114Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:49.442Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-11-21T05:03:49.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-11-21T05:03:49.442Z] fa787947ef2a: Preparing [2024-11-21T05:03:49.442Z] f1afa9c9f839: Preparing [2024-11-21T05:03:49.442Z] 04d4883353b0: Preparing [2024-11-21T05:03:49.442Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:49.442Z] ef580ded4345: Preparing [2024-11-21T05:03:49.442Z] 77bb8dc72481: Preparing [2024-11-21T05:03:49.442Z] 75654b8eeebd: Preparing [2024-11-21T05:03:49.442Z] 77bb8dc72481: Waiting [2024-11-21T05:03:49.442Z] 75654b8eeebd: Waiting [2024-11-21T05:03:49.442Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:03:49.442Z] 04d4883353b0: Layer already exists [2024-11-21T05:03:49.442Z] fa787947ef2a: Layer already exists [2024-11-21T05:03:49.442Z] ef580ded4345: Layer already exists [2024-11-21T05:03:49.442Z] f1afa9c9f839: Layer already exists [2024-11-21T05:03:49.442Z] 77bb8dc72481: Layer already exists [2024-11-21T05:03:49.442Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:49.442Z] main: digest: sha256:b2bb68cc9225538d67f1f594813a2bdbc7d70752486bf09462bd1a597f10e770 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:03:49.513Z] ===================================================== [Pipeline] echo [2024-11-21T05:03:49.532Z] taggedImages: [2024-11-21T05:03:49.532Z] - nexus3.edgexfoundry.org:10004/core-command:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:03:49.532Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-11-21T05:03:49.532Z] - nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.21 [2024-11-21T05:03:49.532Z] - nexus3.edgexfoundry.org:10004/core-command:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:03:49.532Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-11-21T05:03:49.573Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-11-21T05:03:49.573Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:03:49.573Z] latest [2024-11-21T05:03:49.573Z] 4.0.0-dev.21 [2024-11-21T05:03:49.573Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:03:49.573Z] main [2024-11-21T05:03:49.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:49.914Z] + 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 [2024-11-21T05:03:50.261Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:03:50.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-11-21T05:03:50.261Z] 06f4b06b48d8: Preparing [2024-11-21T05:03:50.261Z] 7a3c0e6bfd83: Preparing [2024-11-21T05:03:50.261Z] f11482169b5b: Preparing [2024-11-21T05:03:50.261Z] ca0e125252bf: Preparing [2024-11-21T05:03:50.261Z] 04d4883353b0: Preparing [2024-11-21T05:03:50.261Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:50.261Z] ef580ded4345: Preparing [2024-11-21T05:03:50.261Z] 77bb8dc72481: Preparing [2024-11-21T05:03:50.261Z] 75654b8eeebd: Preparing [2024-11-21T05:03:50.261Z] ef580ded4345: Waiting [2024-11-21T05:03:50.261Z] 77bb8dc72481: Waiting [2024-11-21T05:03:50.261Z] 75654b8eeebd: Waiting [2024-11-21T05:03:50.261Z] 2bc1de57fe17: Waiting [2024-11-21T05:03:50.261Z] 04d4883353b0: Layer already exists [2024-11-21T05:03:50.261Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:03:50.261Z] ef580ded4345: Layer already exists [2024-11-21T05:03:50.261Z] 77bb8dc72481: Layer already exists [2024-11-21T05:03:50.261Z] 06f4b06b48d8: Pushed [2024-11-21T05:03:50.261Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:50.261Z] f11482169b5b: Pushed [2024-11-21T05:03:50.261Z] 7a3c0e6bfd83: Pushed [2024-11-21T05:03:51.213Z] ca0e125252bf: Pushed [2024-11-21T05:03:51.473Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:93949b3394ed6c94c7b93f131df5a8f9c519ff494345b77859a905bd8f18e4d9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:51.805Z] + 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 [2024-11-21T05:03:52.128Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-11-21T05:03:52.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-11-21T05:03:52.128Z] 06f4b06b48d8: Preparing [2024-11-21T05:03:52.128Z] 7a3c0e6bfd83: Preparing [2024-11-21T05:03:52.128Z] f11482169b5b: Preparing [2024-11-21T05:03:52.128Z] ca0e125252bf: Preparing [2024-11-21T05:03:52.128Z] 04d4883353b0: Preparing [2024-11-21T05:03:52.128Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:52.128Z] ef580ded4345: Preparing [2024-11-21T05:03:52.128Z] 77bb8dc72481: Preparing [2024-11-21T05:03:52.128Z] 75654b8eeebd: Preparing [2024-11-21T05:03:52.128Z] 2bc1de57fe17: Waiting [2024-11-21T05:03:52.128Z] ef580ded4345: Waiting [2024-11-21T05:03:52.128Z] 75654b8eeebd: Waiting [2024-11-21T05:03:52.128Z] 77bb8dc72481: Waiting [2024-11-21T05:03:52.128Z] f11482169b5b: Layer already exists [2024-11-21T05:03:52.128Z] 7a3c0e6bfd83: Layer already exists [2024-11-21T05:03:52.128Z] ca0e125252bf: Layer already exists [2024-11-21T05:03:52.128Z] 06f4b06b48d8: Layer already exists [2024-11-21T05:03:52.128Z] 04d4883353b0: Layer already exists [2024-11-21T05:03:52.128Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:52.128Z] 77bb8dc72481: Layer already exists [2024-11-21T05:03:52.128Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:03:52.128Z] ef580ded4345: Layer already exists [2024-11-21T05:03:52.128Z] latest: digest: sha256:93949b3394ed6c94c7b93f131df5a8f9c519ff494345b77859a905bd8f18e4d9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:52.461Z] + 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 [2024-11-21T05:03:52.788Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.21 [2024-11-21T05:03:52.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-11-21T05:03:52.788Z] 06f4b06b48d8: Preparing [2024-11-21T05:03:52.788Z] 7a3c0e6bfd83: Preparing [2024-11-21T05:03:52.788Z] f11482169b5b: Preparing [2024-11-21T05:03:52.788Z] ca0e125252bf: Preparing [2024-11-21T05:03:52.788Z] 04d4883353b0: Preparing [2024-11-21T05:03:52.788Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:52.788Z] ef580ded4345: Preparing [2024-11-21T05:03:52.788Z] 77bb8dc72481: Preparing [2024-11-21T05:03:52.788Z] 75654b8eeebd: Preparing [2024-11-21T05:03:52.788Z] ef580ded4345: Waiting [2024-11-21T05:03:52.788Z] 75654b8eeebd: Waiting [2024-11-21T05:03:52.788Z] 77bb8dc72481: Waiting [2024-11-21T05:03:52.788Z] 2bc1de57fe17: Waiting [2024-11-21T05:03:52.788Z] f11482169b5b: Layer already exists [2024-11-21T05:03:52.788Z] 04d4883353b0: Layer already exists [2024-11-21T05:03:52.788Z] 7a3c0e6bfd83: Layer already exists [2024-11-21T05:03:52.788Z] ca0e125252bf: Layer already exists [2024-11-21T05:03:52.788Z] 06f4b06b48d8: Layer already exists [2024-11-21T05:03:52.788Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:03:52.788Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:52.788Z] ef580ded4345: Layer already exists [2024-11-21T05:03:52.788Z] 77bb8dc72481: Layer already exists [2024-11-21T05:03:52.788Z] 4.0.0-dev.21: digest: sha256:93949b3394ed6c94c7b93f131df5a8f9c519ff494345b77859a905bd8f18e4d9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:53.111Z] + 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 [2024-11-21T05:03:53.428Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:03:53.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-11-21T05:03:53.428Z] 06f4b06b48d8: Preparing [2024-11-21T05:03:53.428Z] 7a3c0e6bfd83: Preparing [2024-11-21T05:03:53.428Z] f11482169b5b: Preparing [2024-11-21T05:03:53.428Z] ca0e125252bf: Preparing [2024-11-21T05:03:53.428Z] 04d4883353b0: Preparing [2024-11-21T05:03:53.428Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:53.428Z] ef580ded4345: Preparing [2024-11-21T05:03:53.428Z] 77bb8dc72481: Preparing [2024-11-21T05:03:53.428Z] 75654b8eeebd: Preparing [2024-11-21T05:03:53.428Z] ef580ded4345: Waiting [2024-11-21T05:03:53.428Z] 2bc1de57fe17: Waiting [2024-11-21T05:03:53.428Z] 77bb8dc72481: Waiting [2024-11-21T05:03:53.428Z] 75654b8eeebd: Waiting [2024-11-21T05:03:53.428Z] 06f4b06b48d8: Layer already exists [2024-11-21T05:03:53.428Z] 04d4883353b0: Layer already exists [2024-11-21T05:03:53.428Z] f11482169b5b: Layer already exists [2024-11-21T05:03:53.428Z] 7a3c0e6bfd83: Layer already exists [2024-11-21T05:03:53.428Z] ca0e125252bf: Layer already exists [2024-11-21T05:03:53.428Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:03:53.428Z] ef580ded4345: Layer already exists [2024-11-21T05:03:53.428Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:53.428Z] 77bb8dc72481: Layer already exists [2024-11-21T05:03:53.428Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:93949b3394ed6c94c7b93f131df5a8f9c519ff494345b77859a905bd8f18e4d9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:53.767Z] + 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 [2024-11-21T05:03:54.098Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-11-21T05:03:54.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-11-21T05:03:54.098Z] 06f4b06b48d8: Preparing [2024-11-21T05:03:54.098Z] 7a3c0e6bfd83: Preparing [2024-11-21T05:03:54.098Z] f11482169b5b: Preparing [2024-11-21T05:03:54.098Z] ca0e125252bf: Preparing [2024-11-21T05:03:54.098Z] 04d4883353b0: Preparing [2024-11-21T05:03:54.098Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:54.098Z] ef580ded4345: Preparing [2024-11-21T05:03:54.098Z] 77bb8dc72481: Preparing [2024-11-21T05:03:54.098Z] 75654b8eeebd: Preparing [2024-11-21T05:03:54.098Z] ef580ded4345: Waiting [2024-11-21T05:03:54.098Z] 77bb8dc72481: Waiting [2024-11-21T05:03:54.098Z] 75654b8eeebd: Waiting [2024-11-21T05:03:54.098Z] 2bc1de57fe17: Waiting [2024-11-21T05:03:54.098Z] 7a3c0e6bfd83: Layer already exists [2024-11-21T05:03:54.098Z] f11482169b5b: Layer already exists [2024-11-21T05:03:54.098Z] ca0e125252bf: Layer already exists [2024-11-21T05:03:54.098Z] 06f4b06b48d8: Layer already exists [2024-11-21T05:03:54.098Z] 04d4883353b0: Layer already exists [2024-11-21T05:03:54.098Z] ef580ded4345: Layer already exists [2024-11-21T05:03:54.098Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:03:54.098Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:54.098Z] 77bb8dc72481: Layer already exists [2024-11-21T05:03:54.098Z] main: digest: sha256:93949b3394ed6c94c7b93f131df5a8f9c519ff494345b77859a905bd8f18e4d9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:03:54.171Z] ===================================================== [Pipeline] echo [2024-11-21T05:03:54.183Z] taggedImages: [2024-11-21T05:03:54.183Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:03:54.183Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-11-21T05:03:54.183Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.21 [2024-11-21T05:03:54.183Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:03:54.183Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-11-21T05:03:54.210Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-11-21T05:03:54.210Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:03:54.210Z] latest [2024-11-21T05:03:54.210Z] 4.0.0-dev.21 [2024-11-21T05:03:54.210Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:03:54.210Z] main [2024-11-21T05:03:54.210Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:54.550Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:54.881Z] + docker push nexus3.edgexfoundry.org:10004/core-data:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:03:54.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-11-21T05:03:54.881Z] 4654de5f2357: Preparing [2024-11-21T05:03:54.881Z] 0414d76132bc: Preparing [2024-11-21T05:03:54.881Z] 4a6591606c3b: Preparing [2024-11-21T05:03:54.881Z] 04d4883353b0: Preparing [2024-11-21T05:03:54.881Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:54.881Z] ef580ded4345: Preparing [2024-11-21T05:03:54.881Z] 368099a1c0e9: Preparing [2024-11-21T05:03:54.881Z] 75654b8eeebd: Preparing [2024-11-21T05:03:54.881Z] ef580ded4345: Waiting [2024-11-21T05:03:54.881Z] 368099a1c0e9: Waiting [2024-11-21T05:03:54.881Z] 75654b8eeebd: Waiting [2024-11-21T05:03:54.881Z] 04d4883353b0: Layer already exists [2024-11-21T05:03:54.881Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:03:54.881Z] ef580ded4345: Layer already exists [2024-11-21T05:03:54.881Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:54.881Z] 0414d76132bc: Pushed [2024-11-21T05:03:54.881Z] 4654de5f2357: Pushed [2024-11-21T05:03:54.881Z] 368099a1c0e9: Pushed [2024-11-21T05:03:57.416Z] 4a6591606c3b: Pushed [2024-11-21T05:03:57.416Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:d4cc5bc7ef3c5d3bb485e3a8b1cf9479e1b3ce3c01c1634311a4e2332494cc3d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:57.747Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:58.064Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-11-21T05:03:58.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-11-21T05:03:58.064Z] 4654de5f2357: Preparing [2024-11-21T05:03:58.064Z] 0414d76132bc: Preparing [2024-11-21T05:03:58.064Z] 4a6591606c3b: Preparing [2024-11-21T05:03:58.064Z] 04d4883353b0: Preparing [2024-11-21T05:03:58.064Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:58.064Z] ef580ded4345: Preparing [2024-11-21T05:03:58.064Z] 368099a1c0e9: Preparing [2024-11-21T05:03:58.064Z] 75654b8eeebd: Preparing [2024-11-21T05:03:58.064Z] ef580ded4345: Waiting [2024-11-21T05:03:58.064Z] 368099a1c0e9: Waiting [2024-11-21T05:03:58.064Z] 75654b8eeebd: Waiting [2024-11-21T05:03:58.064Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:03:58.064Z] 04d4883353b0: Layer already exists [2024-11-21T05:03:58.064Z] 0414d76132bc: Layer already exists [2024-11-21T05:03:58.064Z] 4654de5f2357: Layer already exists [2024-11-21T05:03:58.064Z] 4a6591606c3b: Layer already exists [2024-11-21T05:03:58.064Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:58.064Z] 368099a1c0e9: Layer already exists [2024-11-21T05:03:58.064Z] ef580ded4345: Layer already exists [2024-11-21T05:03:58.064Z] latest: digest: sha256:d4cc5bc7ef3c5d3bb485e3a8b1cf9479e1b3ce3c01c1634311a4e2332494cc3d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:58.394Z] + 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 [2024-11-21T05:03:58.712Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.21 [2024-11-21T05:03:58.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-11-21T05:03:58.712Z] 4654de5f2357: Preparing [2024-11-21T05:03:58.712Z] 0414d76132bc: Preparing [2024-11-21T05:03:58.712Z] 4a6591606c3b: Preparing [2024-11-21T05:03:58.712Z] 04d4883353b0: Preparing [2024-11-21T05:03:58.712Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:58.712Z] ef580ded4345: Preparing [2024-11-21T05:03:58.712Z] 368099a1c0e9: Preparing [2024-11-21T05:03:58.712Z] 75654b8eeebd: Preparing [2024-11-21T05:03:58.712Z] ef580ded4345: Waiting [2024-11-21T05:03:58.712Z] 368099a1c0e9: Waiting [2024-11-21T05:03:58.712Z] 75654b8eeebd: Waiting [2024-11-21T05:03:58.712Z] 04d4883353b0: Layer already exists [2024-11-21T05:03:58.712Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:03:58.712Z] 4654de5f2357: Layer already exists [2024-11-21T05:03:58.713Z] 0414d76132bc: Layer already exists [2024-11-21T05:03:58.713Z] 4a6591606c3b: Layer already exists [2024-11-21T05:03:58.713Z] ef580ded4345: Layer already exists [2024-11-21T05:03:58.713Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:58.713Z] 368099a1c0e9: Layer already exists [2024-11-21T05:03:58.713Z] 4.0.0-dev.21: digest: sha256:d4cc5bc7ef3c5d3bb485e3a8b1cf9479e1b3ce3c01c1634311a4e2332494cc3d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:59.039Z] + 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 [2024-11-21T05:03:59.361Z] + docker push nexus3.edgexfoundry.org:10004/core-data:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:03:59.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-11-21T05:03:59.361Z] 4654de5f2357: Preparing [2024-11-21T05:03:59.361Z] 0414d76132bc: Preparing [2024-11-21T05:03:59.361Z] 4a6591606c3b: Preparing [2024-11-21T05:03:59.361Z] 04d4883353b0: Preparing [2024-11-21T05:03:59.361Z] 2bc1de57fe17: Preparing [2024-11-21T05:03:59.361Z] ef580ded4345: Preparing [2024-11-21T05:03:59.361Z] 368099a1c0e9: Preparing [2024-11-21T05:03:59.361Z] 75654b8eeebd: Preparing [2024-11-21T05:03:59.361Z] ef580ded4345: Waiting [2024-11-21T05:03:59.361Z] 368099a1c0e9: Waiting [2024-11-21T05:03:59.361Z] 75654b8eeebd: Waiting [2024-11-21T05:03:59.361Z] 0414d76132bc: Layer already exists [2024-11-21T05:03:59.361Z] 4a6591606c3b: Layer already exists [2024-11-21T05:03:59.361Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:03:59.361Z] 04d4883353b0: Layer already exists [2024-11-21T05:03:59.361Z] 4654de5f2357: Layer already exists [2024-11-21T05:03:59.361Z] 368099a1c0e9: Layer already exists [2024-11-21T05:03:59.361Z] ef580ded4345: Layer already exists [2024-11-21T05:03:59.361Z] 75654b8eeebd: Layer already exists [2024-11-21T05:03:59.361Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:d4cc5bc7ef3c5d3bb485e3a8b1cf9479e1b3ce3c01c1634311a4e2332494cc3d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:03:59.685Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:00.011Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-11-21T05:04:00.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-11-21T05:04:00.011Z] 4654de5f2357: Preparing [2024-11-21T05:04:00.011Z] 0414d76132bc: Preparing [2024-11-21T05:04:00.011Z] 4a6591606c3b: Preparing [2024-11-21T05:04:00.011Z] 04d4883353b0: Preparing [2024-11-21T05:04:00.011Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:00.011Z] ef580ded4345: Preparing [2024-11-21T05:04:00.011Z] 368099a1c0e9: Preparing [2024-11-21T05:04:00.011Z] 75654b8eeebd: Preparing [2024-11-21T05:04:00.011Z] 368099a1c0e9: Waiting [2024-11-21T05:04:00.011Z] 75654b8eeebd: Waiting [2024-11-21T05:04:00.011Z] ef580ded4345: Waiting [2024-11-21T05:04:00.011Z] 4a6591606c3b: Layer already exists [2024-11-21T05:04:00.011Z] 0414d76132bc: Layer already exists [2024-11-21T05:04:00.011Z] 4654de5f2357: Layer already exists [2024-11-21T05:04:00.011Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:00.011Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:00.011Z] ef580ded4345: Layer already exists [2024-11-21T05:04:00.011Z] 368099a1c0e9: Layer already exists [2024-11-21T05:04:00.011Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:00.011Z] main: digest: sha256:d4cc5bc7ef3c5d3bb485e3a8b1cf9479e1b3ce3c01c1634311a4e2332494cc3d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:04:00.077Z] ===================================================== [Pipeline] echo [2024-11-21T05:04:00.092Z] taggedImages: [2024-11-21T05:04:00.092Z] - nexus3.edgexfoundry.org:10004/core-data:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:00.092Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-11-21T05:04:00.092Z] - nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.21 [2024-11-21T05:04:00.092Z] - nexus3.edgexfoundry.org:10004/core-data:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:00.092Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-11-21T05:04:00.126Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-11-21T05:04:00.126Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:00.126Z] latest [2024-11-21T05:04:00.126Z] 4.0.0-dev.21 [2024-11-21T05:04:00.126Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:00.126Z] main [2024-11-21T05:04:00.126Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:00.468Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:00.778Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:00.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-11-21T05:04:00.778Z] de474ab46ae5: Preparing [2024-11-21T05:04:00.778Z] 9f9ac77a63e5: Preparing [2024-11-21T05:04:00.778Z] a51d14c60b22: Preparing [2024-11-21T05:04:00.778Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:00.778Z] 65d06ebf76e8: Preparing [2024-11-21T05:04:00.778Z] 52c3611e346b: Preparing [2024-11-21T05:04:00.778Z] 75654b8eeebd: Preparing [2024-11-21T05:04:00.778Z] 52c3611e346b: Waiting [2024-11-21T05:04:00.778Z] 75654b8eeebd: Waiting [2024-11-21T05:04:00.778Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:00.778Z] de474ab46ae5: Pushed [2024-11-21T05:04:00.778Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:00.778Z] 9f9ac77a63e5: Pushed [2024-11-21T05:04:00.778Z] 52c3611e346b: Pushed [2024-11-21T05:04:00.778Z] 65d06ebf76e8: Pushed [2024-11-21T05:04:03.307Z] a51d14c60b22: Pushed [2024-11-21T05:04:03.307Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:42952a62742f7cb5f2d1df40d68025942b08af3bc94cdde0d3ccf60a518b6a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:03.639Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:03.964Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-11-21T05:04:03.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-11-21T05:04:03.964Z] de474ab46ae5: Preparing [2024-11-21T05:04:03.964Z] 9f9ac77a63e5: Preparing [2024-11-21T05:04:03.964Z] a51d14c60b22: Preparing [2024-11-21T05:04:03.964Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:03.964Z] 65d06ebf76e8: Preparing [2024-11-21T05:04:03.964Z] 52c3611e346b: Preparing [2024-11-21T05:04:03.964Z] 75654b8eeebd: Preparing [2024-11-21T05:04:03.964Z] 75654b8eeebd: Waiting [2024-11-21T05:04:03.964Z] 52c3611e346b: Waiting [2024-11-21T05:04:03.964Z] a51d14c60b22: Layer already exists [2024-11-21T05:04:03.964Z] 9f9ac77a63e5: Layer already exists [2024-11-21T05:04:03.964Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:03.964Z] de474ab46ae5: Layer already exists [2024-11-21T05:04:03.964Z] 65d06ebf76e8: Layer already exists [2024-11-21T05:04:03.964Z] 52c3611e346b: Layer already exists [2024-11-21T05:04:03.964Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:03.964Z] latest: digest: sha256:42952a62742f7cb5f2d1df40d68025942b08af3bc94cdde0d3ccf60a518b6a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:04.285Z] + 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 [2024-11-21T05:04:04.613Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.21 [2024-11-21T05:04:04.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-11-21T05:04:04.613Z] de474ab46ae5: Preparing [2024-11-21T05:04:04.613Z] 9f9ac77a63e5: Preparing [2024-11-21T05:04:04.613Z] a51d14c60b22: Preparing [2024-11-21T05:04:04.613Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:04.613Z] 65d06ebf76e8: Preparing [2024-11-21T05:04:04.613Z] 52c3611e346b: Preparing [2024-11-21T05:04:04.613Z] 75654b8eeebd: Preparing [2024-11-21T05:04:04.613Z] 52c3611e346b: Waiting [2024-11-21T05:04:04.613Z] 75654b8eeebd: Waiting [2024-11-21T05:04:04.613Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:04.613Z] 9f9ac77a63e5: Layer already exists [2024-11-21T05:04:04.613Z] a51d14c60b22: Layer already exists [2024-11-21T05:04:04.613Z] de474ab46ae5: Layer already exists [2024-11-21T05:04:04.613Z] 65d06ebf76e8: Layer already exists [2024-11-21T05:04:04.613Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:04.613Z] 52c3611e346b: Layer already exists [2024-11-21T05:04:04.613Z] 4.0.0-dev.21: digest: sha256:42952a62742f7cb5f2d1df40d68025942b08af3bc94cdde0d3ccf60a518b6a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:04.939Z] + 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 [2024-11-21T05:04:05.265Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:05.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-11-21T05:04:05.265Z] de474ab46ae5: Preparing [2024-11-21T05:04:05.265Z] 9f9ac77a63e5: Preparing [2024-11-21T05:04:05.265Z] a51d14c60b22: Preparing [2024-11-21T05:04:05.265Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:05.265Z] 65d06ebf76e8: Preparing [2024-11-21T05:04:05.265Z] 52c3611e346b: Preparing [2024-11-21T05:04:05.265Z] 75654b8eeebd: Preparing [2024-11-21T05:04:05.265Z] 75654b8eeebd: Waiting [2024-11-21T05:04:05.265Z] 52c3611e346b: Waiting [2024-11-21T05:04:05.265Z] 9f9ac77a63e5: Layer already exists [2024-11-21T05:04:05.265Z] a51d14c60b22: Layer already exists [2024-11-21T05:04:05.265Z] de474ab46ae5: Layer already exists [2024-11-21T05:04:05.265Z] 65d06ebf76e8: Layer already exists [2024-11-21T05:04:05.265Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:05.265Z] 52c3611e346b: Layer already exists [2024-11-21T05:04:05.265Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:05.265Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:42952a62742f7cb5f2d1df40d68025942b08af3bc94cdde0d3ccf60a518b6a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:05.585Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:05.919Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-11-21T05:04:05.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-11-21T05:04:05.919Z] de474ab46ae5: Preparing [2024-11-21T05:04:05.919Z] 9f9ac77a63e5: Preparing [2024-11-21T05:04:05.919Z] a51d14c60b22: Preparing [2024-11-21T05:04:05.919Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:05.919Z] 65d06ebf76e8: Preparing [2024-11-21T05:04:05.919Z] 52c3611e346b: Preparing [2024-11-21T05:04:05.919Z] 75654b8eeebd: Preparing [2024-11-21T05:04:05.919Z] 75654b8eeebd: Waiting [2024-11-21T05:04:05.919Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:05.919Z] 9f9ac77a63e5: Layer already exists [2024-11-21T05:04:05.919Z] de474ab46ae5: Layer already exists [2024-11-21T05:04:05.919Z] 65d06ebf76e8: Layer already exists [2024-11-21T05:04:05.919Z] a51d14c60b22: Layer already exists [2024-11-21T05:04:05.919Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:05.919Z] 52c3611e346b: Layer already exists [2024-11-21T05:04:05.919Z] main: digest: sha256:42952a62742f7cb5f2d1df40d68025942b08af3bc94cdde0d3ccf60a518b6a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:04:06.004Z] ===================================================== [Pipeline] echo [2024-11-21T05:04:06.021Z] taggedImages: [2024-11-21T05:04:06.021Z] - nexus3.edgexfoundry.org:10004/core-keeper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:06.021Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-11-21T05:04:06.021Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.21 [2024-11-21T05:04:06.021Z] - nexus3.edgexfoundry.org:10004/core-keeper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:06.021Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-11-21T05:04:06.056Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-11-21T05:04:06.056Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:06.056Z] latest [2024-11-21T05:04:06.056Z] 4.0.0-dev.21 [2024-11-21T05:04:06.056Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:06.056Z] main [2024-11-21T05:04:06.056Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:06.399Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:06.720Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:06.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-11-21T05:04:06.721Z] 71f127f8a31f: Preparing [2024-11-21T05:04:06.721Z] e372c1b86f3c: Preparing [2024-11-21T05:04:06.721Z] 97b54cfd4ae9: Preparing [2024-11-21T05:04:06.721Z] 15ba5285f603: Preparing [2024-11-21T05:04:06.721Z] 04d4883353b0: Preparing [2024-11-21T05:04:06.721Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:06.721Z] ef580ded4345: Preparing [2024-11-21T05:04:06.721Z] 77bb8dc72481: Preparing [2024-11-21T05:04:06.721Z] 75654b8eeebd: Preparing [2024-11-21T05:04:06.721Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:06.721Z] ef580ded4345: Waiting [2024-11-21T05:04:06.721Z] 77bb8dc72481: Waiting [2024-11-21T05:04:06.721Z] 75654b8eeebd: Waiting [2024-11-21T05:04:06.721Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:06.721Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:06.721Z] e372c1b86f3c: Pushed [2024-11-21T05:04:06.721Z] ef580ded4345: Layer already exists [2024-11-21T05:04:06.721Z] 97b54cfd4ae9: Pushed [2024-11-21T05:04:06.721Z] 77bb8dc72481: Layer already exists [2024-11-21T05:04:06.721Z] 71f127f8a31f: Pushed [2024-11-21T05:04:06.721Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:09.258Z] 15ba5285f603: Pushed [2024-11-21T05:04:09.258Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:1154e192fcad19fa55c96ee258c0b467dda1501a5cf021e4c0ab61f66c96caa3 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:09.588Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:09.911Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-11-21T05:04:09.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-11-21T05:04:09.911Z] 71f127f8a31f: Preparing [2024-11-21T05:04:09.911Z] e372c1b86f3c: Preparing [2024-11-21T05:04:09.911Z] 97b54cfd4ae9: Preparing [2024-11-21T05:04:09.911Z] 15ba5285f603: Preparing [2024-11-21T05:04:09.911Z] 04d4883353b0: Preparing [2024-11-21T05:04:09.911Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:09.911Z] ef580ded4345: Preparing [2024-11-21T05:04:09.912Z] 77bb8dc72481: Preparing [2024-11-21T05:04:09.912Z] 75654b8eeebd: Preparing [2024-11-21T05:04:09.912Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:09.912Z] ef580ded4345: Waiting [2024-11-21T05:04:09.912Z] 77bb8dc72481: Waiting [2024-11-21T05:04:09.912Z] 75654b8eeebd: Waiting [2024-11-21T05:04:09.912Z] 71f127f8a31f: Layer already exists [2024-11-21T05:04:09.912Z] 15ba5285f603: Layer already exists [2024-11-21T05:04:09.912Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:09.912Z] e372c1b86f3c: Layer already exists [2024-11-21T05:04:09.912Z] 97b54cfd4ae9: Layer already exists [2024-11-21T05:04:09.912Z] ef580ded4345: Layer already exists [2024-11-21T05:04:09.912Z] 77bb8dc72481: Layer already exists [2024-11-21T05:04:09.912Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:09.912Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:09.912Z] latest: digest: sha256:1154e192fcad19fa55c96ee258c0b467dda1501a5cf021e4c0ab61f66c96caa3 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:10.244Z] + 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 [2024-11-21T05:04:10.566Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.21 [2024-11-21T05:04:10.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-11-21T05:04:10.566Z] 71f127f8a31f: Preparing [2024-11-21T05:04:10.566Z] e372c1b86f3c: Preparing [2024-11-21T05:04:10.566Z] 97b54cfd4ae9: Preparing [2024-11-21T05:04:10.566Z] 15ba5285f603: Preparing [2024-11-21T05:04:10.566Z] 04d4883353b0: Preparing [2024-11-21T05:04:10.566Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:10.566Z] ef580ded4345: Preparing [2024-11-21T05:04:10.566Z] 77bb8dc72481: Preparing [2024-11-21T05:04:10.566Z] 75654b8eeebd: Preparing [2024-11-21T05:04:10.566Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:10.566Z] 77bb8dc72481: Waiting [2024-11-21T05:04:10.566Z] 75654b8eeebd: Waiting [2024-11-21T05:04:10.566Z] e372c1b86f3c: Layer already exists [2024-11-21T05:04:10.566Z] 15ba5285f603: Layer already exists [2024-11-21T05:04:10.566Z] 97b54cfd4ae9: Layer already exists [2024-11-21T05:04:10.566Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:10.566Z] 71f127f8a31f: Layer already exists [2024-11-21T05:04:10.566Z] ef580ded4345: Layer already exists [2024-11-21T05:04:10.566Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:10.566Z] 77bb8dc72481: Layer already exists [2024-11-21T05:04:10.566Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:10.566Z] 4.0.0-dev.21: digest: sha256:1154e192fcad19fa55c96ee258c0b467dda1501a5cf021e4c0ab61f66c96caa3 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:10.893Z] + 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 [2024-11-21T05:04:11.221Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:11.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-11-21T05:04:11.221Z] 71f127f8a31f: Preparing [2024-11-21T05:04:11.221Z] e372c1b86f3c: Preparing [2024-11-21T05:04:11.221Z] 97b54cfd4ae9: Preparing [2024-11-21T05:04:11.221Z] 15ba5285f603: Preparing [2024-11-21T05:04:11.221Z] 04d4883353b0: Preparing [2024-11-21T05:04:11.221Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:11.221Z] ef580ded4345: Preparing [2024-11-21T05:04:11.221Z] 77bb8dc72481: Preparing [2024-11-21T05:04:11.221Z] 75654b8eeebd: Preparing [2024-11-21T05:04:11.221Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:11.221Z] 77bb8dc72481: Waiting [2024-11-21T05:04:11.221Z] ef580ded4345: Waiting [2024-11-21T05:04:11.221Z] 75654b8eeebd: Waiting [2024-11-21T05:04:11.221Z] 97b54cfd4ae9: Layer already exists [2024-11-21T05:04:11.221Z] 15ba5285f603: Layer already exists [2024-11-21T05:04:11.221Z] e372c1b86f3c: Layer already exists [2024-11-21T05:04:11.221Z] 71f127f8a31f: Layer already exists [2024-11-21T05:04:11.221Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:11.221Z] ef580ded4345: Layer already exists [2024-11-21T05:04:11.221Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:11.221Z] 77bb8dc72481: Layer already exists [2024-11-21T05:04:11.221Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:11.221Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:1154e192fcad19fa55c96ee258c0b467dda1501a5cf021e4c0ab61f66c96caa3 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:11.555Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:11.887Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-11-21T05:04:11.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-11-21T05:04:11.887Z] 71f127f8a31f: Preparing [2024-11-21T05:04:11.887Z] e372c1b86f3c: Preparing [2024-11-21T05:04:11.887Z] 97b54cfd4ae9: Preparing [2024-11-21T05:04:11.887Z] 15ba5285f603: Preparing [2024-11-21T05:04:11.887Z] 04d4883353b0: Preparing [2024-11-21T05:04:11.887Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:11.887Z] ef580ded4345: Preparing [2024-11-21T05:04:11.887Z] 77bb8dc72481: Preparing [2024-11-21T05:04:11.887Z] 75654b8eeebd: Preparing [2024-11-21T05:04:11.887Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:11.887Z] 75654b8eeebd: Waiting [2024-11-21T05:04:11.887Z] 77bb8dc72481: Waiting [2024-11-21T05:04:11.887Z] ef580ded4345: Waiting [2024-11-21T05:04:11.887Z] 15ba5285f603: Layer already exists [2024-11-21T05:04:11.887Z] e372c1b86f3c: Layer already exists [2024-11-21T05:04:11.887Z] 71f127f8a31f: Layer already exists [2024-11-21T05:04:11.887Z] 97b54cfd4ae9: Layer already exists [2024-11-21T05:04:11.887Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:11.887Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:11.887Z] ef580ded4345: Layer already exists [2024-11-21T05:04:11.887Z] 77bb8dc72481: Layer already exists [2024-11-21T05:04:11.887Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:11.887Z] main: digest: sha256:1154e192fcad19fa55c96ee258c0b467dda1501a5cf021e4c0ab61f66c96caa3 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:04:11.962Z] ===================================================== [Pipeline] echo [2024-11-21T05:04:11.981Z] taggedImages: [2024-11-21T05:04:11.981Z] - nexus3.edgexfoundry.org:10004/core-metadata:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:11.981Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-11-21T05:04:11.981Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.21 [2024-11-21T05:04:11.981Z] - nexus3.edgexfoundry.org:10004/core-metadata:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:11.981Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-11-21T05:04:12.015Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-11-21T05:04:12.015Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:12.016Z] latest [2024-11-21T05:04:12.016Z] 4.0.0-dev.21 [2024-11-21T05:04:12.016Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:12.016Z] main [2024-11-21T05:04:12.016Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:12.357Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:12.674Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:12.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-11-21T05:04:12.674Z] ce9e2f22bb50: Preparing [2024-11-21T05:04:12.674Z] dcb4dec85c2a: Preparing [2024-11-21T05:04:12.674Z] 6bb0412e765c: Preparing [2024-11-21T05:04:12.674Z] 336ae980a6ec: Preparing [2024-11-21T05:04:12.674Z] 95029886e927: Preparing [2024-11-21T05:04:12.674Z] 87c2bf2da740: Preparing [2024-11-21T05:04:12.674Z] 245c30192094: Preparing [2024-11-21T05:04:12.674Z] 04d4883353b0: Preparing [2024-11-21T05:04:12.674Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:12.674Z] ce1682c45868: Preparing [2024-11-21T05:04:12.674Z] 9f144810e686: Preparing [2024-11-21T05:04:12.674Z] 5f70bf18a086: Preparing [2024-11-21T05:04:12.674Z] df9f1e3f72d1: Preparing [2024-11-21T05:04:12.674Z] 434d4546cf8b: Preparing [2024-11-21T05:04:12.674Z] 1f2c86d3c9c0: Preparing [2024-11-21T05:04:12.674Z] 75654b8eeebd: Preparing [2024-11-21T05:04:12.674Z] 87c2bf2da740: Waiting [2024-11-21T05:04:12.674Z] 245c30192094: Waiting [2024-11-21T05:04:12.674Z] 04d4883353b0: Waiting [2024-11-21T05:04:12.674Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:12.674Z] ce1682c45868: Waiting [2024-11-21T05:04:12.674Z] 9f144810e686: Waiting [2024-11-21T05:04:12.674Z] 5f70bf18a086: Waiting [2024-11-21T05:04:12.674Z] df9f1e3f72d1: Waiting [2024-11-21T05:04:12.674Z] 434d4546cf8b: Waiting [2024-11-21T05:04:12.674Z] 1f2c86d3c9c0: Waiting [2024-11-21T05:04:12.674Z] 75654b8eeebd: Waiting [2024-11-21T05:04:12.674Z] 336ae980a6ec: Pushed [2024-11-21T05:04:12.674Z] 95029886e927: Pushed [2024-11-21T05:04:12.674Z] ce9e2f22bb50: Pushed [2024-11-21T05:04:12.674Z] 6bb0412e765c: Pushed [2024-11-21T05:04:12.674Z] dcb4dec85c2a: Pushed [2024-11-21T05:04:12.674Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:12.674Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:12.932Z] 5f70bf18a086: Layer already exists [2024-11-21T05:04:12.932Z] 87c2bf2da740: Pushed [2024-11-21T05:04:12.932Z] ce1682c45868: Pushed [2024-11-21T05:04:12.932Z] 9f144810e686: Pushed [2024-11-21T05:04:12.932Z] df9f1e3f72d1: Pushed [2024-11-21T05:04:12.932Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:12.932Z] 1f2c86d3c9c0: Pushed [2024-11-21T05:04:13.147Z] #82 DONE 116.2s [2024-11-21T05:04:13.147Z] [2024-11-21T05:04:13.147Z] #76 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:04:13.147Z] #76 DONE 119.1s [2024-11-21T05:04:13.147Z] [2024-11-21T05:04:13.147Z] #75 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:04:13.147Z] #75 DONE 120.2s [2024-11-21T05:04:13.147Z] [2024-11-21T05:04:13.147Z] #72 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:04:13.147Z] #72 DONE 122.5s [2024-11-21T05:04:13.147Z] [2024-11-21T05:04:13.147Z] #116 [support-scheduler builder 6/7] COPY . . [2024-11-21T05:04:13.429Z] #116 ... [2024-11-21T05:04:13.429Z] [2024-11-21T05:04:13.429Z] #86 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:04:13.429Z] #86 DONE 96.0s [2024-11-21T05:04:13.429Z] [2024-11-21T05:04:13.429Z] #117 [core-keeper builder 7/8] COPY . . [2024-11-21T05:04:13.497Z] 434d4546cf8b: Pushed [2024-11-21T05:04:14.064Z] 245c30192094: Pushed [2024-11-21T05:04:14.323Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:e1d7621ff7aed983dd54c37be457065c19bec46b1d91f3f66c16921177c06419 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:14.678Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:14.846Z] #117 ... [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #118 [security-spiffe-token-provider builder 6/7] COPY . . [2024-11-21T05:04:14.846Z] #118 DONE 1.5s [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #119 [core-metadata builder 6/7] COPY . . [2024-11-21T05:04:14.846Z] #119 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #120 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:04:14.846Z] #120 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #121 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:04:14.846Z] #121 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #122 [security-proxy-auth builder 6/7] COPY . . [2024-11-21T05:04:14.846Z] #122 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #123 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:04:14.846Z] #123 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #124 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:04:14.846Z] #124 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #125 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:04:14.846Z] #125 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #126 [core-command builder 6/7] COPY . . [2024-11-21T05:04:14.846Z] #126 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #127 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:04:14.846Z] #127 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:04:14.846Z] #128 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:04:14.846Z] #129 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #130 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-11-21T05:04:14.846Z] #130 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #131 [security-proxy-setup builder 6/7] COPY . . [2024-11-21T05:04:14.846Z] #131 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #132 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:04:14.846Z] #132 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #133 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:04:14.846Z] #133 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #116 [support-scheduler builder 6/7] COPY . . [2024-11-21T05:04:14.846Z] #116 DONE 1.6s [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #134 [support-notifications builder 6/7] COPY . . [2024-11-21T05:04:14.846Z] #134 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #135 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:04:14.846Z] #135 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #136 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:04:14.846Z] #136 CACHED [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #137 [security-bootstrapper builder 6/7] COPY . . [2024-11-21T05:04:14.846Z] #137 DONE 1.6s [2024-11-21T05:04:14.846Z] [2024-11-21T05:04:14.846Z] #138 [core-data builder 6/7] COPY . . [2024-11-21T05:04:14.846Z] #138 DONE 1.6s [2024-11-21T05:04:15.000Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-11-21T05:04:15.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-11-21T05:04:15.000Z] ce9e2f22bb50: Preparing [2024-11-21T05:04:15.000Z] dcb4dec85c2a: Preparing [2024-11-21T05:04:15.000Z] 6bb0412e765c: Preparing [2024-11-21T05:04:15.000Z] 336ae980a6ec: Preparing [2024-11-21T05:04:15.000Z] 95029886e927: Preparing [2024-11-21T05:04:15.000Z] 87c2bf2da740: Preparing [2024-11-21T05:04:15.000Z] 245c30192094: Preparing [2024-11-21T05:04:15.000Z] 87c2bf2da740: Waiting [2024-11-21T05:04:15.000Z] 04d4883353b0: Preparing [2024-11-21T05:04:15.000Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:15.000Z] 245c30192094: Waiting [2024-11-21T05:04:15.000Z] 04d4883353b0: Waiting [2024-11-21T05:04:15.000Z] ce1682c45868: Preparing [2024-11-21T05:04:15.000Z] 9f144810e686: Preparing [2024-11-21T05:04:15.000Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:15.000Z] 5f70bf18a086: Preparing [2024-11-21T05:04:15.000Z] df9f1e3f72d1: Preparing [2024-11-21T05:04:15.000Z] 434d4546cf8b: Preparing [2024-11-21T05:04:15.000Z] 5f70bf18a086: Waiting [2024-11-21T05:04:15.000Z] df9f1e3f72d1: Waiting [2024-11-21T05:04:15.000Z] 1f2c86d3c9c0: Preparing [2024-11-21T05:04:15.000Z] 75654b8eeebd: Preparing [2024-11-21T05:04:15.000Z] 1f2c86d3c9c0: Waiting [2024-11-21T05:04:15.000Z] 434d4546cf8b: Waiting [2024-11-21T05:04:15.000Z] 75654b8eeebd: Waiting [2024-11-21T05:04:15.000Z] ce9e2f22bb50: Layer already exists [2024-11-21T05:04:15.000Z] 336ae980a6ec: Layer already exists [2024-11-21T05:04:15.000Z] 95029886e927: Layer already exists [2024-11-21T05:04:15.000Z] 6bb0412e765c: Layer already exists [2024-11-21T05:04:15.000Z] dcb4dec85c2a: Layer already exists [2024-11-21T05:04:15.000Z] 87c2bf2da740: Layer already exists [2024-11-21T05:04:15.000Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:15.000Z] 245c30192094: Layer already exists [2024-11-21T05:04:15.000Z] ce1682c45868: Layer already exists [2024-11-21T05:04:15.000Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:15.000Z] 5f70bf18a086: Layer already exists [2024-11-21T05:04:15.000Z] 9f144810e686: Layer already exists [2024-11-21T05:04:15.000Z] 434d4546cf8b: Layer already exists [2024-11-21T05:04:15.000Z] df9f1e3f72d1: Layer already exists [2024-11-21T05:04:15.000Z] 1f2c86d3c9c0: Layer already exists [2024-11-21T05:04:15.000Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:15.000Z] latest: digest: sha256:e1d7621ff7aed983dd54c37be457065c19bec46b1d91f3f66c16921177c06419 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:15.117Z] [2024-11-21T05:04:15.117Z] #117 [core-keeper builder 7/8] COPY . . [2024-11-21T05:04:15.117Z] #117 DONE 1.6s [2024-11-21T05:04:15.117Z] [2024-11-21T05:04:15.117Z] #139 [security-secretstore-setup builder 6/7] COPY . . [2024-11-21T05:04:15.117Z] #139 CACHED [2024-11-21T05:04:15.117Z] [2024-11-21T05:04:15.117Z] #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-21T05:04:15.117Z] #140 CACHED [2024-11-21T05:04:15.117Z] [2024-11-21T05:04:15.117Z] #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-11-21T05:04:15.117Z] #141 CACHED [2024-11-21T05:04:15.117Z] [2024-11-21T05:04:15.117Z] #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-11-21T05:04:15.322Z] + 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 [2024-11-21T05:04:15.649Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.21 [2024-11-21T05:04:15.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-11-21T05:04:15.649Z] ce9e2f22bb50: Preparing [2024-11-21T05:04:15.649Z] dcb4dec85c2a: Preparing [2024-11-21T05:04:15.649Z] 6bb0412e765c: Preparing [2024-11-21T05:04:15.649Z] 336ae980a6ec: Preparing [2024-11-21T05:04:15.649Z] 95029886e927: Preparing [2024-11-21T05:04:15.649Z] 87c2bf2da740: Preparing [2024-11-21T05:04:15.649Z] 245c30192094: Preparing [2024-11-21T05:04:15.649Z] 04d4883353b0: Preparing [2024-11-21T05:04:15.649Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:15.649Z] ce1682c45868: Preparing [2024-11-21T05:04:15.649Z] 9f144810e686: Preparing [2024-11-21T05:04:15.649Z] 5f70bf18a086: Preparing [2024-11-21T05:04:15.649Z] df9f1e3f72d1: Preparing [2024-11-21T05:04:15.649Z] 434d4546cf8b: Preparing [2024-11-21T05:04:15.649Z] 1f2c86d3c9c0: Preparing [2024-11-21T05:04:15.649Z] 75654b8eeebd: Preparing [2024-11-21T05:04:15.649Z] 9f144810e686: Waiting [2024-11-21T05:04:15.649Z] 87c2bf2da740: Waiting [2024-11-21T05:04:15.649Z] 245c30192094: Waiting [2024-11-21T05:04:15.649Z] 04d4883353b0: Waiting [2024-11-21T05:04:15.649Z] 5f70bf18a086: Waiting [2024-11-21T05:04:15.649Z] df9f1e3f72d1: Waiting [2024-11-21T05:04:15.649Z] 434d4546cf8b: Waiting [2024-11-21T05:04:15.649Z] 1f2c86d3c9c0: Waiting [2024-11-21T05:04:15.649Z] 75654b8eeebd: Waiting [2024-11-21T05:04:15.649Z] ce1682c45868: Waiting [2024-11-21T05:04:15.649Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:15.649Z] 6bb0412e765c: Layer already exists [2024-11-21T05:04:15.649Z] dcb4dec85c2a: Layer already exists [2024-11-21T05:04:15.649Z] ce9e2f22bb50: Layer already exists [2024-11-21T05:04:15.649Z] 336ae980a6ec: Layer already exists [2024-11-21T05:04:15.649Z] 95029886e927: Layer already exists [2024-11-21T05:04:15.649Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:15.649Z] ce1682c45868: Layer already exists [2024-11-21T05:04:15.649Z] 87c2bf2da740: Layer already exists [2024-11-21T05:04:15.649Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:15.649Z] 245c30192094: Layer already exists [2024-11-21T05:04:15.649Z] df9f1e3f72d1: Layer already exists [2024-11-21T05:04:15.649Z] 9f144810e686: Layer already exists [2024-11-21T05:04:15.649Z] 5f70bf18a086: Layer already exists [2024-11-21T05:04:15.649Z] 434d4546cf8b: Layer already exists [2024-11-21T05:04:15.649Z] 1f2c86d3c9c0: Layer already exists [2024-11-21T05:04:15.649Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:15.649Z] 4.0.0-dev.21: digest: sha256:e1d7621ff7aed983dd54c37be457065c19bec46b1d91f3f66c16921177c06419 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:15.978Z] + 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 [2024-11-21T05:04:16.296Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:16.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-11-21T05:04:16.296Z] ce9e2f22bb50: Preparing [2024-11-21T05:04:16.296Z] dcb4dec85c2a: Preparing [2024-11-21T05:04:16.296Z] 6bb0412e765c: Preparing [2024-11-21T05:04:16.296Z] 336ae980a6ec: Preparing [2024-11-21T05:04:16.296Z] 95029886e927: Preparing [2024-11-21T05:04:16.296Z] 87c2bf2da740: Preparing [2024-11-21T05:04:16.296Z] 245c30192094: Preparing [2024-11-21T05:04:16.296Z] 04d4883353b0: Preparing [2024-11-21T05:04:16.296Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:16.296Z] ce1682c45868: Preparing [2024-11-21T05:04:16.296Z] 9f144810e686: Preparing [2024-11-21T05:04:16.296Z] 5f70bf18a086: Preparing [2024-11-21T05:04:16.296Z] df9f1e3f72d1: Preparing [2024-11-21T05:04:16.296Z] 434d4546cf8b: Preparing [2024-11-21T05:04:16.296Z] 1f2c86d3c9c0: Preparing [2024-11-21T05:04:16.296Z] 75654b8eeebd: Preparing [2024-11-21T05:04:16.296Z] 87c2bf2da740: Waiting [2024-11-21T05:04:16.296Z] 9f144810e686: Waiting [2024-11-21T05:04:16.296Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:16.296Z] 245c30192094: Waiting [2024-11-21T05:04:16.296Z] df9f1e3f72d1: Waiting [2024-11-21T05:04:16.296Z] ce1682c45868: Waiting [2024-11-21T05:04:16.296Z] 434d4546cf8b: Waiting [2024-11-21T05:04:16.296Z] 04d4883353b0: Waiting [2024-11-21T05:04:16.296Z] 5f70bf18a086: Waiting [2024-11-21T05:04:16.296Z] 1f2c86d3c9c0: Waiting [2024-11-21T05:04:16.296Z] 75654b8eeebd: Waiting [2024-11-21T05:04:16.296Z] ce9e2f22bb50: Layer already exists [2024-11-21T05:04:16.296Z] 95029886e927: Layer already exists [2024-11-21T05:04:16.296Z] 336ae980a6ec: Layer already exists [2024-11-21T05:04:16.296Z] dcb4dec85c2a: Layer already exists [2024-11-21T05:04:16.296Z] 6bb0412e765c: Layer already exists [2024-11-21T05:04:16.296Z] 87c2bf2da740: Layer already exists [2024-11-21T05:04:16.296Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:16.296Z] 245c30192094: Layer already exists [2024-11-21T05:04:16.296Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:16.296Z] ce1682c45868: Layer already exists [2024-11-21T05:04:16.296Z] 9f144810e686: Layer already exists [2024-11-21T05:04:16.296Z] df9f1e3f72d1: Layer already exists [2024-11-21T05:04:16.296Z] 1f2c86d3c9c0: Layer already exists [2024-11-21T05:04:16.296Z] 434d4546cf8b: Layer already exists [2024-11-21T05:04:16.296Z] 5f70bf18a086: Layer already exists [2024-11-21T05:04:16.296Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:16.296Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:e1d7621ff7aed983dd54c37be457065c19bec46b1d91f3f66c16921177c06419 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:16.628Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:16.952Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-11-21T05:04:16.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-11-21T05:04:16.952Z] ce9e2f22bb50: Preparing [2024-11-21T05:04:16.952Z] dcb4dec85c2a: Preparing [2024-11-21T05:04:16.952Z] 6bb0412e765c: Preparing [2024-11-21T05:04:16.952Z] 336ae980a6ec: Preparing [2024-11-21T05:04:16.952Z] 95029886e927: Preparing [2024-11-21T05:04:16.952Z] 87c2bf2da740: Preparing [2024-11-21T05:04:16.952Z] 245c30192094: Preparing [2024-11-21T05:04:16.952Z] 04d4883353b0: Preparing [2024-11-21T05:04:16.952Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:16.952Z] ce1682c45868: Preparing [2024-11-21T05:04:16.952Z] 9f144810e686: Preparing [2024-11-21T05:04:16.952Z] 5f70bf18a086: Preparing [2024-11-21T05:04:16.952Z] df9f1e3f72d1: Preparing [2024-11-21T05:04:16.952Z] 434d4546cf8b: Preparing [2024-11-21T05:04:16.952Z] 1f2c86d3c9c0: Preparing [2024-11-21T05:04:16.952Z] 75654b8eeebd: Preparing [2024-11-21T05:04:16.952Z] ce1682c45868: Waiting [2024-11-21T05:04:16.952Z] 9f144810e686: Waiting [2024-11-21T05:04:16.952Z] 87c2bf2da740: Waiting [2024-11-21T05:04:16.952Z] 5f70bf18a086: Waiting [2024-11-21T05:04:16.952Z] df9f1e3f72d1: Waiting [2024-11-21T05:04:16.952Z] 434d4546cf8b: Waiting [2024-11-21T05:04:16.952Z] 245c30192094: Waiting [2024-11-21T05:04:16.952Z] 04d4883353b0: Waiting [2024-11-21T05:04:16.952Z] 1f2c86d3c9c0: Waiting [2024-11-21T05:04:16.952Z] 75654b8eeebd: Waiting [2024-11-21T05:04:16.952Z] dcb4dec85c2a: Layer already exists [2024-11-21T05:04:16.952Z] 95029886e927: Layer already exists [2024-11-21T05:04:16.952Z] 336ae980a6ec: Layer already exists [2024-11-21T05:04:16.952Z] ce9e2f22bb50: Layer already exists [2024-11-21T05:04:16.952Z] 6bb0412e765c: Layer already exists [2024-11-21T05:04:16.952Z] 87c2bf2da740: Layer already exists [2024-11-21T05:04:16.952Z] ce1682c45868: Layer already exists [2024-11-21T05:04:16.952Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:16.952Z] 245c30192094: Layer already exists [2024-11-21T05:04:16.952Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:16.952Z] 9f144810e686: Layer already exists [2024-11-21T05:04:16.952Z] 5f70bf18a086: Layer already exists [2024-11-21T05:04:16.952Z] df9f1e3f72d1: Layer already exists [2024-11-21T05:04:16.952Z] 434d4546cf8b: Layer already exists [2024-11-21T05:04:16.952Z] 1f2c86d3c9c0: Layer already exists [2024-11-21T05:04:16.952Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:16.952Z] main: digest: sha256:e1d7621ff7aed983dd54c37be457065c19bec46b1d91f3f66c16921177c06419 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:04:17.037Z] ===================================================== [Pipeline] echo [2024-11-21T05:04:17.052Z] taggedImages: [2024-11-21T05:04:17.053Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:17.053Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-11-21T05:04:17.053Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.21 [2024-11-21T05:04:17.053Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:17.053Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-11-21T05:04:17.090Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-11-21T05:04:17.090Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:17.090Z] latest [2024-11-21T05:04:17.090Z] 4.0.0-dev.21 [2024-11-21T05:04:17.090Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:17.090Z] main [2024-11-21T05:04:17.090Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:17.440Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:17.759Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:17.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-11-21T05:04:17.759Z] d6a1a016c148: Preparing [2024-11-21T05:04:17.759Z] a00bda36f68b: Preparing [2024-11-21T05:04:17.759Z] 6146ed3b71ab: Preparing [2024-11-21T05:04:17.759Z] 0ff7da20892d: Preparing [2024-11-21T05:04:17.759Z] 04d4883353b0: Preparing [2024-11-21T05:04:17.759Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:17.759Z] ef580ded4345: Preparing [2024-11-21T05:04:17.759Z] 77bb8dc72481: Preparing [2024-11-21T05:04:17.759Z] 75654b8eeebd: Preparing [2024-11-21T05:04:17.759Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:17.759Z] ef580ded4345: Waiting [2024-11-21T05:04:17.759Z] 77bb8dc72481: Waiting [2024-11-21T05:04:17.759Z] 75654b8eeebd: Waiting [2024-11-21T05:04:17.759Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:17.759Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:17.759Z] ef580ded4345: Layer already exists [2024-11-21T05:04:17.759Z] 77bb8dc72481: Layer already exists [2024-11-21T05:04:17.759Z] a00bda36f68b: Pushed [2024-11-21T05:04:17.759Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:17.759Z] 6146ed3b71ab: Pushed [2024-11-21T05:04:17.759Z] d6a1a016c148: Pushed [2024-11-21T05:04:19.665Z] 0ff7da20892d: Pushed [2024-11-21T05:04:19.665Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:74102f1d2b7031099e068203da0cfd3dbc7a117dcb49652366179fbb4f9ff026 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:19.999Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:20.329Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-11-21T05:04:20.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-11-21T05:04:20.329Z] d6a1a016c148: Preparing [2024-11-21T05:04:20.329Z] a00bda36f68b: Preparing [2024-11-21T05:04:20.329Z] 6146ed3b71ab: Preparing [2024-11-21T05:04:20.329Z] 0ff7da20892d: Preparing [2024-11-21T05:04:20.329Z] 04d4883353b0: Preparing [2024-11-21T05:04:20.329Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:20.329Z] ef580ded4345: Preparing [2024-11-21T05:04:20.329Z] 77bb8dc72481: Preparing [2024-11-21T05:04:20.329Z] 75654b8eeebd: Preparing [2024-11-21T05:04:20.329Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:20.329Z] ef580ded4345: Waiting [2024-11-21T05:04:20.329Z] 77bb8dc72481: Waiting [2024-11-21T05:04:20.329Z] 75654b8eeebd: Waiting [2024-11-21T05:04:20.329Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:20.329Z] a00bda36f68b: Layer already exists [2024-11-21T05:04:20.329Z] d6a1a016c148: Layer already exists [2024-11-21T05:04:20.329Z] 6146ed3b71ab: Layer already exists [2024-11-21T05:04:20.329Z] 0ff7da20892d: Layer already exists [2024-11-21T05:04:20.329Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:20.329Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:20.329Z] ef580ded4345: Layer already exists [2024-11-21T05:04:20.329Z] 77bb8dc72481: Layer already exists [2024-11-21T05:04:20.329Z] latest: digest: sha256:74102f1d2b7031099e068203da0cfd3dbc7a117dcb49652366179fbb4f9ff026 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:20.479Z] #142 ... [2024-11-21T05:04:20.479Z] [2024-11-21T05:04:20.479Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-11-21T05:04:20.479Z] #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 [2024-11-21T05:04:20.661Z] + 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 [2024-11-21T05:04:20.750Z] #143 ... [2024-11-21T05:04:20.750Z] [2024-11-21T05:04:20.750Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:04:20.750Z] #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 [2024-11-21T05:04:20.985Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.21 [2024-11-21T05:04:20.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-11-21T05:04:20.986Z] d6a1a016c148: Preparing [2024-11-21T05:04:20.986Z] a00bda36f68b: Preparing [2024-11-21T05:04:20.986Z] 6146ed3b71ab: Preparing [2024-11-21T05:04:20.986Z] 0ff7da20892d: Preparing [2024-11-21T05:04:20.986Z] 04d4883353b0: Preparing [2024-11-21T05:04:20.986Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:20.986Z] ef580ded4345: Preparing [2024-11-21T05:04:20.986Z] 77bb8dc72481: Preparing [2024-11-21T05:04:20.986Z] 75654b8eeebd: Preparing [2024-11-21T05:04:20.986Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:20.986Z] ef580ded4345: Waiting [2024-11-21T05:04:20.986Z] 75654b8eeebd: Waiting [2024-11-21T05:04:20.986Z] 77bb8dc72481: Waiting [2024-11-21T05:04:20.986Z] d6a1a016c148: Layer already exists [2024-11-21T05:04:20.986Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:20.986Z] 6146ed3b71ab: Layer already exists [2024-11-21T05:04:20.986Z] 0ff7da20892d: Layer already exists [2024-11-21T05:04:20.986Z] a00bda36f68b: Layer already exists [2024-11-21T05:04:20.986Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:20.986Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:20.986Z] ef580ded4345: Layer already exists [2024-11-21T05:04:20.986Z] 77bb8dc72481: Layer already exists [2024-11-21T05:04:20.986Z] 4.0.0-dev.21: digest: sha256:74102f1d2b7031099e068203da0cfd3dbc7a117dcb49652366179fbb4f9ff026 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:21.313Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [2024-11-21T05:04:21.335Z] #144 ... [2024-11-21T05:04:21.335Z] [2024-11-21T05:04:21.335Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-11-21T05:04:21.335Z] #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 [2024-11-21T05:04:21.335Z] #145 ... [2024-11-21T05:04:21.335Z] [2024-11-21T05:04:21.335Z] #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-11-21T05:04:21.335Z] #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 [2024-11-21T05:04:21.640Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:21.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-11-21T05:04:21.640Z] d6a1a016c148: Preparing [2024-11-21T05:04:21.640Z] a00bda36f68b: Preparing [2024-11-21T05:04:21.640Z] 6146ed3b71ab: Preparing [2024-11-21T05:04:21.640Z] 0ff7da20892d: Preparing [2024-11-21T05:04:21.640Z] 04d4883353b0: Preparing [2024-11-21T05:04:21.640Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:21.640Z] ef580ded4345: Preparing [2024-11-21T05:04:21.640Z] 77bb8dc72481: Preparing [2024-11-21T05:04:21.640Z] 75654b8eeebd: Preparing [2024-11-21T05:04:21.640Z] 75654b8eeebd: Waiting [2024-11-21T05:04:21.640Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:21.640Z] 0ff7da20892d: Layer already exists [2024-11-21T05:04:21.640Z] a00bda36f68b: Layer already exists [2024-11-21T05:04:21.640Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:21.640Z] d6a1a016c148: Layer already exists [2024-11-21T05:04:21.640Z] 6146ed3b71ab: Layer already exists [2024-11-21T05:04:21.640Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:21.640Z] 77bb8dc72481: Layer already exists [2024-11-21T05:04:21.640Z] ef580ded4345: Layer already exists [2024-11-21T05:04:21.640Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:21.640Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:74102f1d2b7031099e068203da0cfd3dbc7a117dcb49652366179fbb4f9ff026 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:21.959Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:22.276Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-11-21T05:04:22.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-11-21T05:04:22.276Z] d6a1a016c148: Preparing [2024-11-21T05:04:22.276Z] a00bda36f68b: Preparing [2024-11-21T05:04:22.276Z] 6146ed3b71ab: Preparing [2024-11-21T05:04:22.276Z] 0ff7da20892d: Preparing [2024-11-21T05:04:22.276Z] 04d4883353b0: Preparing [2024-11-21T05:04:22.276Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:22.276Z] ef580ded4345: Preparing [2024-11-21T05:04:22.276Z] 77bb8dc72481: Preparing [2024-11-21T05:04:22.276Z] 75654b8eeebd: Preparing [2024-11-21T05:04:22.276Z] ef580ded4345: Waiting [2024-11-21T05:04:22.276Z] 77bb8dc72481: Waiting [2024-11-21T05:04:22.276Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:22.276Z] 75654b8eeebd: Waiting [2024-11-21T05:04:22.276Z] 0ff7da20892d: Layer already exists [2024-11-21T05:04:22.276Z] 6146ed3b71ab: Layer already exists [2024-11-21T05:04:22.276Z] a00bda36f68b: Layer already exists [2024-11-21T05:04:22.276Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:22.276Z] d6a1a016c148: Layer already exists [2024-11-21T05:04:22.276Z] ef580ded4345: Layer already exists [2024-11-21T05:04:22.276Z] 77bb8dc72481: Layer already exists [2024-11-21T05:04:22.276Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:22.276Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:22.276Z] main: digest: sha256:74102f1d2b7031099e068203da0cfd3dbc7a117dcb49652366179fbb4f9ff026 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:04:22.385Z] ===================================================== [Pipeline] echo [2024-11-21T05:04:22.404Z] taggedImages: [2024-11-21T05:04:22.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:22.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-11-21T05:04:22.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.21 [2024-11-21T05:04:22.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:22.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-11-21T05:04:22.442Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-11-21T05:04:22.442Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:22.442Z] latest [2024-11-21T05:04:22.442Z] 4.0.0-dev.21 [2024-11-21T05:04:22.442Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:22.442Z] main [2024-11-21T05:04:22.442Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:22.798Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:23.119Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:23.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-11-21T05:04:23.119Z] ece5ab7506ac: Preparing [2024-11-21T05:04:23.119Z] 074f3f4c5c30: Preparing [2024-11-21T05:04:23.119Z] f7d2d85bec30: Preparing [2024-11-21T05:04:23.119Z] 8475f0f5161f: Preparing [2024-11-21T05:04:23.119Z] 0bf3df878b05: Preparing [2024-11-21T05:04:23.119Z] 04d4883353b0: Preparing [2024-11-21T05:04:23.119Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:23.119Z] 0e67c03d13b3: Preparing [2024-11-21T05:04:23.119Z] c79eec8b3455: Preparing [2024-11-21T05:04:23.119Z] 8b58f6d73cb8: Preparing [2024-11-21T05:04:23.119Z] 75654b8eeebd: Preparing [2024-11-21T05:04:23.119Z] 04d4883353b0: Waiting [2024-11-21T05:04:23.119Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:23.119Z] 0e67c03d13b3: Waiting [2024-11-21T05:04:23.119Z] c79eec8b3455: Waiting [2024-11-21T05:04:23.119Z] 75654b8eeebd: Waiting [2024-11-21T05:04:23.119Z] 8b58f6d73cb8: Waiting [2024-11-21T05:04:23.119Z] 8475f0f5161f: Pushed [2024-11-21T05:04:23.119Z] 074f3f4c5c30: Pushed [2024-11-21T05:04:23.119Z] ece5ab7506ac: Pushed [2024-11-21T05:04:23.119Z] 0bf3df878b05: Pushed [2024-11-21T05:04:23.119Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:23.119Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:23.119Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:23.377Z] 0e67c03d13b3: Pushed [2024-11-21T05:04:23.377Z] c79eec8b3455: Pushed [2024-11-21T05:04:24.312Z] f7d2d85bec30: Pushed [2024-11-21T05:04:24.878Z] 8b58f6d73cb8: Pushed [2024-11-21T05:04:25.137Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:a9b959f7dcf24935f402b221cfe0ee733e9d1509bfc7b5ae67d897eefe3fe2df size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:25.459Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:25.595Z] #142 ... [2024-11-21T05:04:25.595Z] [2024-11-21T05:04:25.595Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-11-21T05:04:25.595Z] #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 [2024-11-21T05:04:25.595Z] #146 ... [2024-11-21T05:04:25.595Z] [2024-11-21T05:04:25.595Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-11-21T05:04:25.595Z] #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 [2024-11-21T05:04:25.595Z] #147 ... [2024-11-21T05:04:25.595Z] [2024-11-21T05:04:25.595Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-11-21T05:04:25.595Z] #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 [2024-11-21T05:04:25.595Z] #148 ... [2024-11-21T05:04:25.595Z] [2024-11-21T05:04:25.595Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-11-21T05:04:25.595Z] #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 [2024-11-21T05:04:25.595Z] #149 ... [2024-11-21T05:04:25.595Z] [2024-11-21T05:04:25.595Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-11-21T05:04:25.595Z] #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 [2024-11-21T05:04:25.595Z] #150 ... [2024-11-21T05:04:25.595Z] [2024-11-21T05:04:25.595Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-11-21T05:04:25.595Z] #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 [2024-11-21T05:04:25.772Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-11-21T05:04:25.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-11-21T05:04:25.772Z] ece5ab7506ac: Preparing [2024-11-21T05:04:25.772Z] 074f3f4c5c30: Preparing [2024-11-21T05:04:25.772Z] f7d2d85bec30: Preparing [2024-11-21T05:04:25.772Z] 8475f0f5161f: Preparing [2024-11-21T05:04:25.772Z] 0bf3df878b05: Preparing [2024-11-21T05:04:25.772Z] 04d4883353b0: Preparing [2024-11-21T05:04:25.772Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:25.772Z] 0e67c03d13b3: Preparing [2024-11-21T05:04:25.772Z] c79eec8b3455: Preparing [2024-11-21T05:04:25.772Z] 8b58f6d73cb8: Preparing [2024-11-21T05:04:25.772Z] 75654b8eeebd: Preparing [2024-11-21T05:04:25.772Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:25.772Z] 8b58f6d73cb8: Waiting [2024-11-21T05:04:25.772Z] c79eec8b3455: Waiting [2024-11-21T05:04:25.772Z] 75654b8eeebd: Waiting [2024-11-21T05:04:25.772Z] 0e67c03d13b3: Waiting [2024-11-21T05:04:25.772Z] 04d4883353b0: Waiting [2024-11-21T05:04:25.772Z] f7d2d85bec30: Layer already exists [2024-11-21T05:04:25.772Z] 074f3f4c5c30: Layer already exists [2024-11-21T05:04:25.772Z] 8475f0f5161f: Layer already exists [2024-11-21T05:04:25.772Z] 0bf3df878b05: Layer already exists [2024-11-21T05:04:25.772Z] ece5ab7506ac: Layer already exists [2024-11-21T05:04:25.772Z] 0e67c03d13b3: Layer already exists [2024-11-21T05:04:25.772Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:25.772Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:25.772Z] c79eec8b3455: Layer already exists [2024-11-21T05:04:25.772Z] 8b58f6d73cb8: Layer already exists [2024-11-21T05:04:25.772Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:25.772Z] latest: digest: sha256:a9b959f7dcf24935f402b221cfe0ee733e9d1509bfc7b5ae67d897eefe3fe2df size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:25.925Z] #151 ... [2024-11-21T05:04:25.925Z] [2024-11-21T05:04:25.925Z] #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 [2024-11-21T05:04:25.925Z] #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 [2024-11-21T05:04:25.925Z] #152 ... [2024-11-21T05:04:25.925Z] [2024-11-21T05:04:25.925Z] #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-11-21T05:04:25.925Z] #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 [2024-11-21T05:04:26.097Z] + 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 [2024-11-21T05:04:26.422Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.21 [2024-11-21T05:04:26.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-11-21T05:04:26.422Z] ece5ab7506ac: Preparing [2024-11-21T05:04:26.422Z] 074f3f4c5c30: Preparing [2024-11-21T05:04:26.422Z] f7d2d85bec30: Preparing [2024-11-21T05:04:26.422Z] 8475f0f5161f: Preparing [2024-11-21T05:04:26.422Z] 0bf3df878b05: Preparing [2024-11-21T05:04:26.422Z] 04d4883353b0: Preparing [2024-11-21T05:04:26.422Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:26.422Z] 0e67c03d13b3: Preparing [2024-11-21T05:04:26.422Z] c79eec8b3455: Preparing [2024-11-21T05:04:26.422Z] 8b58f6d73cb8: Preparing [2024-11-21T05:04:26.422Z] 75654b8eeebd: Preparing [2024-11-21T05:04:26.422Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:26.422Z] 0e67c03d13b3: Waiting [2024-11-21T05:04:26.422Z] c79eec8b3455: Waiting [2024-11-21T05:04:26.422Z] 75654b8eeebd: Waiting [2024-11-21T05:04:26.422Z] 04d4883353b0: Waiting [2024-11-21T05:04:26.422Z] 8b58f6d73cb8: Waiting [2024-11-21T05:04:26.422Z] 8475f0f5161f: Layer already exists [2024-11-21T05:04:26.422Z] ece5ab7506ac: Layer already exists [2024-11-21T05:04:26.422Z] f7d2d85bec30: Layer already exists [2024-11-21T05:04:26.422Z] 074f3f4c5c30: Layer already exists [2024-11-21T05:04:26.422Z] 0bf3df878b05: Layer already exists [2024-11-21T05:04:26.422Z] 0e67c03d13b3: Layer already exists [2024-11-21T05:04:26.422Z] c79eec8b3455: Layer already exists [2024-11-21T05:04:26.422Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:26.422Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:26.422Z] 8b58f6d73cb8: Layer already exists [2024-11-21T05:04:26.422Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:26.422Z] 4.0.0-dev.21: digest: sha256:a9b959f7dcf24935f402b221cfe0ee733e9d1509bfc7b5ae67d897eefe3fe2df size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:26.743Z] + 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 [2024-11-21T05:04:27.064Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:27.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-11-21T05:04:27.064Z] ece5ab7506ac: Preparing [2024-11-21T05:04:27.064Z] 074f3f4c5c30: Preparing [2024-11-21T05:04:27.064Z] f7d2d85bec30: Preparing [2024-11-21T05:04:27.064Z] 8475f0f5161f: Preparing [2024-11-21T05:04:27.064Z] 0bf3df878b05: Preparing [2024-11-21T05:04:27.064Z] 04d4883353b0: Preparing [2024-11-21T05:04:27.064Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:27.064Z] 0e67c03d13b3: Preparing [2024-11-21T05:04:27.064Z] c79eec8b3455: Preparing [2024-11-21T05:04:27.064Z] 8b58f6d73cb8: Preparing [2024-11-21T05:04:27.064Z] 75654b8eeebd: Preparing [2024-11-21T05:04:27.064Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:27.064Z] 8b58f6d73cb8: Waiting [2024-11-21T05:04:27.064Z] 75654b8eeebd: Waiting [2024-11-21T05:04:27.064Z] 0e67c03d13b3: Waiting [2024-11-21T05:04:27.064Z] 04d4883353b0: Waiting [2024-11-21T05:04:27.064Z] 074f3f4c5c30: Layer already exists [2024-11-21T05:04:27.064Z] ece5ab7506ac: Layer already exists [2024-11-21T05:04:27.064Z] f7d2d85bec30: Layer already exists [2024-11-21T05:04:27.064Z] 0bf3df878b05: Layer already exists [2024-11-21T05:04:27.064Z] 8475f0f5161f: Layer already exists [2024-11-21T05:04:27.064Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:27.064Z] 0e67c03d13b3: Layer already exists [2024-11-21T05:04:27.064Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:27.064Z] c79eec8b3455: Layer already exists [2024-11-21T05:04:27.064Z] 8b58f6d73cb8: Layer already exists [2024-11-21T05:04:27.064Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:27.064Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:a9b959f7dcf24935f402b221cfe0ee733e9d1509bfc7b5ae67d897eefe3fe2df size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:27.388Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:27.790Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-11-21T05:04:27.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-11-21T05:04:27.790Z] ece5ab7506ac: Preparing [2024-11-21T05:04:27.790Z] 074f3f4c5c30: Preparing [2024-11-21T05:04:27.790Z] f7d2d85bec30: Preparing [2024-11-21T05:04:27.790Z] 8475f0f5161f: Preparing [2024-11-21T05:04:27.790Z] 0bf3df878b05: Preparing [2024-11-21T05:04:27.790Z] 04d4883353b0: Preparing [2024-11-21T05:04:27.790Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:27.790Z] 0e67c03d13b3: Preparing [2024-11-21T05:04:27.790Z] c79eec8b3455: Preparing [2024-11-21T05:04:27.790Z] 8b58f6d73cb8: Preparing [2024-11-21T05:04:27.790Z] 75654b8eeebd: Preparing [2024-11-21T05:04:27.790Z] 0e67c03d13b3: Waiting [2024-11-21T05:04:27.790Z] 8b58f6d73cb8: Waiting [2024-11-21T05:04:27.790Z] 04d4883353b0: Waiting [2024-11-21T05:04:27.790Z] 75654b8eeebd: Waiting [2024-11-21T05:04:27.790Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:27.790Z] c79eec8b3455: Waiting [2024-11-21T05:04:27.790Z] 8475f0f5161f: Layer already exists [2024-11-21T05:04:27.790Z] 0bf3df878b05: Layer already exists [2024-11-21T05:04:27.790Z] f7d2d85bec30: Layer already exists [2024-11-21T05:04:27.790Z] ece5ab7506ac: Layer already exists [2024-11-21T05:04:27.790Z] 074f3f4c5c30: Layer already exists [2024-11-21T05:04:27.790Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:27.790Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:27.790Z] c79eec8b3455: Layer already exists [2024-11-21T05:04:27.790Z] 8b58f6d73cb8: Layer already exists [2024-11-21T05:04:27.790Z] 0e67c03d13b3: Layer already exists [2024-11-21T05:04:27.790Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:27.790Z] main: digest: sha256:a9b959f7dcf24935f402b221cfe0ee733e9d1509bfc7b5ae67d897eefe3fe2df size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:04:27.868Z] ===================================================== [Pipeline] echo [2024-11-21T05:04:27.884Z] taggedImages: [2024-11-21T05:04:27.884Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:27.884Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-11-21T05:04:27.884Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.21 [2024-11-21T05:04:27.884Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:27.884Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-11-21T05:04:27.914Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-11-21T05:04:27.914Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:27.914Z] latest [2024-11-21T05:04:27.914Z] 4.0.0-dev.21 [2024-11-21T05:04:27.914Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:27.914Z] main [2024-11-21T05:04:27.914Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:28.318Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:28.714Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:28.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-11-21T05:04:28.714Z] 552ebc26d76d: Preparing [2024-11-21T05:04:28.714Z] 772c0356b1fd: Preparing [2024-11-21T05:04:28.714Z] 044248291642: Preparing [2024-11-21T05:04:28.714Z] 52baa509270f: Preparing [2024-11-21T05:04:28.714Z] 3c076cb0e8ab: Preparing [2024-11-21T05:04:28.714Z] e8474fb809ba: Preparing [2024-11-21T05:04:28.714Z] 480b7b2c5084: Preparing [2024-11-21T05:04:28.714Z] 04d4883353b0: Preparing [2024-11-21T05:04:28.714Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:28.714Z] 9c3906c8db67: Preparing [2024-11-21T05:04:28.714Z] 62941f8014d4: Preparing [2024-11-21T05:04:28.714Z] 75654b8eeebd: Preparing [2024-11-21T05:04:28.714Z] 480b7b2c5084: Waiting [2024-11-21T05:04:28.714Z] e8474fb809ba: Waiting [2024-11-21T05:04:28.714Z] 04d4883353b0: Waiting [2024-11-21T05:04:28.714Z] 9c3906c8db67: Waiting [2024-11-21T05:04:28.714Z] 75654b8eeebd: Waiting [2024-11-21T05:04:28.714Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:28.714Z] 62941f8014d4: Waiting [2024-11-21T05:04:28.714Z] 3c076cb0e8ab: Pushed [2024-11-21T05:04:28.714Z] 772c0356b1fd: Pushed [2024-11-21T05:04:28.714Z] 552ebc26d76d: Pushed [2024-11-21T05:04:28.714Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:28.714Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:28.714Z] e8474fb809ba: Pushed [2024-11-21T05:04:28.714Z] 480b7b2c5084: Pushed [2024-11-21T05:04:28.973Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:29.539Z] 9c3906c8db67: Pushed [2024-11-21T05:04:29.539Z] 52baa509270f: Pushed [2024-11-21T05:04:29.797Z] 044248291642: Pushed [2024-11-21T05:04:30.056Z] 62941f8014d4: Pushed [2024-11-21T05:04:30.056Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:36943f73b7e641910bcc6658b5c15825de6956b69700fbea87d85c877fd7cfd4 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:30.406Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:30.733Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-11-21T05:04:30.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-11-21T05:04:30.733Z] 552ebc26d76d: Preparing [2024-11-21T05:04:30.733Z] 772c0356b1fd: Preparing [2024-11-21T05:04:30.733Z] 044248291642: Preparing [2024-11-21T05:04:30.733Z] 52baa509270f: Preparing [2024-11-21T05:04:30.733Z] 3c076cb0e8ab: Preparing [2024-11-21T05:04:30.733Z] e8474fb809ba: Preparing [2024-11-21T05:04:30.733Z] 480b7b2c5084: Preparing [2024-11-21T05:04:30.733Z] 04d4883353b0: Preparing [2024-11-21T05:04:30.733Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:30.733Z] 9c3906c8db67: Preparing [2024-11-21T05:04:30.733Z] 62941f8014d4: Preparing [2024-11-21T05:04:30.733Z] 75654b8eeebd: Preparing [2024-11-21T05:04:30.733Z] 04d4883353b0: Waiting [2024-11-21T05:04:30.733Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:30.733Z] 9c3906c8db67: Waiting [2024-11-21T05:04:30.733Z] 480b7b2c5084: Waiting [2024-11-21T05:04:30.733Z] 62941f8014d4: Waiting [2024-11-21T05:04:30.733Z] e8474fb809ba: Waiting [2024-11-21T05:04:30.733Z] 044248291642: Layer already exists [2024-11-21T05:04:30.733Z] 772c0356b1fd: Layer already exists [2024-11-21T05:04:30.733Z] 3c076cb0e8ab: Layer already exists [2024-11-21T05:04:30.733Z] 52baa509270f: Layer already exists [2024-11-21T05:04:30.733Z] 552ebc26d76d: Layer already exists [2024-11-21T05:04:30.733Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:30.733Z] e8474fb809ba: Layer already exists [2024-11-21T05:04:30.733Z] 480b7b2c5084: Layer already exists [2024-11-21T05:04:30.733Z] 9c3906c8db67: Layer already exists [2024-11-21T05:04:30.733Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:30.733Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:30.733Z] 62941f8014d4: Layer already exists [2024-11-21T05:04:30.733Z] latest: digest: sha256:36943f73b7e641910bcc6658b5c15825de6956b69700fbea87d85c877fd7cfd4 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:31.064Z] + 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 [2024-11-21T05:04:31.396Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.21 [2024-11-21T05:04:31.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-11-21T05:04:31.396Z] 552ebc26d76d: Preparing [2024-11-21T05:04:31.396Z] 772c0356b1fd: Preparing [2024-11-21T05:04:31.396Z] 044248291642: Preparing [2024-11-21T05:04:31.396Z] 52baa509270f: Preparing [2024-11-21T05:04:31.396Z] 3c076cb0e8ab: Preparing [2024-11-21T05:04:31.396Z] e8474fb809ba: Preparing [2024-11-21T05:04:31.396Z] 480b7b2c5084: Preparing [2024-11-21T05:04:31.396Z] 04d4883353b0: Preparing [2024-11-21T05:04:31.396Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:31.396Z] 9c3906c8db67: Preparing [2024-11-21T05:04:31.396Z] 62941f8014d4: Preparing [2024-11-21T05:04:31.396Z] 75654b8eeebd: Preparing [2024-11-21T05:04:31.396Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:31.396Z] 04d4883353b0: Waiting [2024-11-21T05:04:31.396Z] 480b7b2c5084: Waiting [2024-11-21T05:04:31.396Z] 9c3906c8db67: Waiting [2024-11-21T05:04:31.396Z] 62941f8014d4: Waiting [2024-11-21T05:04:31.396Z] e8474fb809ba: Waiting [2024-11-21T05:04:31.396Z] 75654b8eeebd: Waiting [2024-11-21T05:04:31.396Z] 772c0356b1fd: Layer already exists [2024-11-21T05:04:31.396Z] 3c076cb0e8ab: Layer already exists [2024-11-21T05:04:31.396Z] 552ebc26d76d: Layer already exists [2024-11-21T05:04:31.396Z] 52baa509270f: Layer already exists [2024-11-21T05:04:31.396Z] 044248291642: Layer already exists [2024-11-21T05:04:31.396Z] e8474fb809ba: Layer already exists [2024-11-21T05:04:31.396Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:31.396Z] 480b7b2c5084: Layer already exists [2024-11-21T05:04:31.396Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:31.396Z] 9c3906c8db67: Layer already exists [2024-11-21T05:04:31.396Z] 62941f8014d4: Layer already exists [2024-11-21T05:04:31.396Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:31.396Z] 4.0.0-dev.21: digest: sha256:36943f73b7e641910bcc6658b5c15825de6956b69700fbea87d85c877fd7cfd4 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:31.720Z] + 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 [2024-11-21T05:04:32.102Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:32.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-11-21T05:04:32.102Z] 552ebc26d76d: Preparing [2024-11-21T05:04:32.102Z] 772c0356b1fd: Preparing [2024-11-21T05:04:32.102Z] 044248291642: Preparing [2024-11-21T05:04:32.102Z] 52baa509270f: Preparing [2024-11-21T05:04:32.102Z] 3c076cb0e8ab: Preparing [2024-11-21T05:04:32.102Z] e8474fb809ba: Preparing [2024-11-21T05:04:32.102Z] 480b7b2c5084: Preparing [2024-11-21T05:04:32.102Z] 04d4883353b0: Preparing [2024-11-21T05:04:32.102Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:32.102Z] 9c3906c8db67: Preparing [2024-11-21T05:04:32.102Z] 62941f8014d4: Preparing [2024-11-21T05:04:32.102Z] 75654b8eeebd: Preparing [2024-11-21T05:04:32.102Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:32.102Z] 9c3906c8db67: Waiting [2024-11-21T05:04:32.102Z] 62941f8014d4: Waiting [2024-11-21T05:04:32.102Z] 75654b8eeebd: Waiting [2024-11-21T05:04:32.102Z] e8474fb809ba: Waiting [2024-11-21T05:04:32.102Z] 480b7b2c5084: Waiting [2024-11-21T05:04:32.102Z] 04d4883353b0: Waiting [2024-11-21T05:04:32.102Z] 52baa509270f: Layer already exists [2024-11-21T05:04:32.102Z] 3c076cb0e8ab: Layer already exists [2024-11-21T05:04:32.102Z] 552ebc26d76d: Layer already exists [2024-11-21T05:04:32.102Z] 772c0356b1fd: Layer already exists [2024-11-21T05:04:32.102Z] 044248291642: Layer already exists [2024-11-21T05:04:32.102Z] 480b7b2c5084: Layer already exists [2024-11-21T05:04:32.102Z] e8474fb809ba: Layer already exists [2024-11-21T05:04:32.102Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:32.102Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:32.102Z] 9c3906c8db67: Layer already exists [2024-11-21T05:04:32.102Z] 62941f8014d4: Layer already exists [2024-11-21T05:04:32.102Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:32.102Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:36943f73b7e641910bcc6658b5c15825de6956b69700fbea87d85c877fd7cfd4 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:32.433Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:32.756Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-11-21T05:04:32.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-11-21T05:04:32.756Z] 552ebc26d76d: Preparing [2024-11-21T05:04:32.756Z] 772c0356b1fd: Preparing [2024-11-21T05:04:32.756Z] 044248291642: Preparing [2024-11-21T05:04:32.756Z] 52baa509270f: Preparing [2024-11-21T05:04:32.756Z] 3c076cb0e8ab: Preparing [2024-11-21T05:04:32.756Z] e8474fb809ba: Preparing [2024-11-21T05:04:32.756Z] 480b7b2c5084: Preparing [2024-11-21T05:04:32.756Z] 04d4883353b0: Preparing [2024-11-21T05:04:32.756Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:32.756Z] 9c3906c8db67: Preparing [2024-11-21T05:04:32.756Z] 62941f8014d4: Preparing [2024-11-21T05:04:32.756Z] 75654b8eeebd: Preparing [2024-11-21T05:04:32.756Z] e8474fb809ba: Waiting [2024-11-21T05:04:32.756Z] 480b7b2c5084: Waiting [2024-11-21T05:04:32.756Z] 04d4883353b0: Waiting [2024-11-21T05:04:32.756Z] 2bc1de57fe17: Waiting [2024-11-21T05:04:32.756Z] 9c3906c8db67: Waiting [2024-11-21T05:04:32.756Z] 62941f8014d4: Waiting [2024-11-21T05:04:32.756Z] 52baa509270f: Layer already exists [2024-11-21T05:04:32.756Z] 552ebc26d76d: Layer already exists [2024-11-21T05:04:32.756Z] 044248291642: Layer already exists [2024-11-21T05:04:32.756Z] 772c0356b1fd: Layer already exists [2024-11-21T05:04:32.756Z] 3c076cb0e8ab: Layer already exists [2024-11-21T05:04:32.756Z] e8474fb809ba: Layer already exists [2024-11-21T05:04:32.756Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:32.756Z] 480b7b2c5084: Layer already exists [2024-11-21T05:04:32.756Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:32.756Z] 9c3906c8db67: Layer already exists [2024-11-21T05:04:32.756Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:32.756Z] 62941f8014d4: Layer already exists [2024-11-21T05:04:32.756Z] main: digest: sha256:36943f73b7e641910bcc6658b5c15825de6956b69700fbea87d85c877fd7cfd4 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:04:32.892Z] ===================================================== [Pipeline] echo [2024-11-21T05:04:32.911Z] taggedImages: [2024-11-21T05:04:32.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:32.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-11-21T05:04:32.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.21 [2024-11-21T05:04:32.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:32.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-11-21T05:04:32.941Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-11-21T05:04:32.941Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:32.941Z] latest [2024-11-21T05:04:32.941Z] 4.0.0-dev.21 [2024-11-21T05:04:32.941Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:32.941Z] main [2024-11-21T05:04:32.941Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:33.288Z] + 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 [2024-11-21T05:04:33.610Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:33.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-11-21T05:04:33.610Z] 21cc2bbc6f01: Preparing [2024-11-21T05:04:33.610Z] 8288c012c5bf: Preparing [2024-11-21T05:04:33.610Z] 04d4883353b0: Preparing [2024-11-21T05:04:33.610Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:33.610Z] f21a92f9d613: Preparing [2024-11-21T05:04:33.610Z] e6c4a825e74a: Preparing [2024-11-21T05:04:33.610Z] 75654b8eeebd: Preparing [2024-11-21T05:04:33.610Z] e6c4a825e74a: Waiting [2024-11-21T05:04:33.610Z] 75654b8eeebd: Waiting [2024-11-21T05:04:33.610Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:33.610Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:33.610Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:33.610Z] 21cc2bbc6f01: Pushed [2024-11-21T05:04:34.177Z] f21a92f9d613: Pushed [2024-11-21T05:04:34.435Z] e6c4a825e74a: Pushed [2024-11-21T05:04:35.371Z] 8288c012c5bf: Pushed [2024-11-21T05:04:35.371Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:445b1ec3230464a4e125e07ca802b75e06c4b5e76f36e03354ab36ee7ca1101f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:35.701Z] + 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 [2024-11-21T05:04:36.047Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-11-21T05:04:36.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-11-21T05:04:36.047Z] 21cc2bbc6f01: Preparing [2024-11-21T05:04:36.047Z] 8288c012c5bf: Preparing [2024-11-21T05:04:36.047Z] 04d4883353b0: Preparing [2024-11-21T05:04:36.047Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:36.047Z] f21a92f9d613: Preparing [2024-11-21T05:04:36.047Z] e6c4a825e74a: Preparing [2024-11-21T05:04:36.047Z] 75654b8eeebd: Preparing [2024-11-21T05:04:36.047Z] e6c4a825e74a: Waiting [2024-11-21T05:04:36.047Z] 75654b8eeebd: Waiting [2024-11-21T05:04:36.047Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:36.047Z] 21cc2bbc6f01: Layer already exists [2024-11-21T05:04:36.047Z] 8288c012c5bf: Layer already exists [2024-11-21T05:04:36.047Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:36.047Z] f21a92f9d613: Layer already exists [2024-11-21T05:04:36.047Z] e6c4a825e74a: Layer already exists [2024-11-21T05:04:36.047Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:36.047Z] latest: digest: sha256:445b1ec3230464a4e125e07ca802b75e06c4b5e76f36e03354ab36ee7ca1101f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:36.383Z] + 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 [2024-11-21T05:04:36.705Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.21 [2024-11-21T05:04:36.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-11-21T05:04:36.705Z] 21cc2bbc6f01: Preparing [2024-11-21T05:04:36.705Z] 8288c012c5bf: Preparing [2024-11-21T05:04:36.705Z] 04d4883353b0: Preparing [2024-11-21T05:04:36.705Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:36.705Z] f21a92f9d613: Preparing [2024-11-21T05:04:36.705Z] e6c4a825e74a: Preparing [2024-11-21T05:04:36.705Z] 75654b8eeebd: Preparing [2024-11-21T05:04:36.705Z] 75654b8eeebd: Waiting [2024-11-21T05:04:36.705Z] f21a92f9d613: Layer already exists [2024-11-21T05:04:36.705Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:36.705Z] 8288c012c5bf: Layer already exists [2024-11-21T05:04:36.705Z] 21cc2bbc6f01: Layer already exists [2024-11-21T05:04:36.705Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:36.705Z] e6c4a825e74a: Layer already exists [2024-11-21T05:04:36.705Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:36.705Z] 4.0.0-dev.21: digest: sha256:445b1ec3230464a4e125e07ca802b75e06c4b5e76f36e03354ab36ee7ca1101f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:37.033Z] + 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 [2024-11-21T05:04:37.367Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:37.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-11-21T05:04:37.367Z] 21cc2bbc6f01: Preparing [2024-11-21T05:04:37.367Z] 8288c012c5bf: Preparing [2024-11-21T05:04:37.367Z] 04d4883353b0: Preparing [2024-11-21T05:04:37.367Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:37.367Z] f21a92f9d613: Preparing [2024-11-21T05:04:37.367Z] e6c4a825e74a: Preparing [2024-11-21T05:04:37.367Z] 75654b8eeebd: Preparing [2024-11-21T05:04:37.367Z] e6c4a825e74a: Waiting [2024-11-21T05:04:37.367Z] 75654b8eeebd: Waiting [2024-11-21T05:04:37.367Z] 21cc2bbc6f01: Layer already exists [2024-11-21T05:04:37.367Z] f21a92f9d613: Layer already exists [2024-11-21T05:04:37.367Z] 8288c012c5bf: Layer already exists [2024-11-21T05:04:37.367Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:37.367Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:37.367Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:37.367Z] e6c4a825e74a: Layer already exists [2024-11-21T05:04:37.367Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:445b1ec3230464a4e125e07ca802b75e06c4b5e76f36e03354ab36ee7ca1101f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:37.700Z] + 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 [2024-11-21T05:04:38.032Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-11-21T05:04:38.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-11-21T05:04:38.032Z] 21cc2bbc6f01: Preparing [2024-11-21T05:04:38.032Z] 8288c012c5bf: Preparing [2024-11-21T05:04:38.032Z] 04d4883353b0: Preparing [2024-11-21T05:04:38.032Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:38.032Z] f21a92f9d613: Preparing [2024-11-21T05:04:38.032Z] e6c4a825e74a: Preparing [2024-11-21T05:04:38.032Z] 75654b8eeebd: Preparing [2024-11-21T05:04:38.032Z] e6c4a825e74a: Waiting [2024-11-21T05:04:38.032Z] 75654b8eeebd: Waiting [2024-11-21T05:04:38.032Z] 8288c012c5bf: Layer already exists [2024-11-21T05:04:38.032Z] 21cc2bbc6f01: Layer already exists [2024-11-21T05:04:38.032Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:38.032Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:38.032Z] f21a92f9d613: Layer already exists [2024-11-21T05:04:38.032Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:38.032Z] e6c4a825e74a: Layer already exists [2024-11-21T05:04:38.032Z] main: digest: sha256:445b1ec3230464a4e125e07ca802b75e06c4b5e76f36e03354ab36ee7ca1101f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:04:38.105Z] ===================================================== [Pipeline] echo [2024-11-21T05:04:38.121Z] taggedImages: [2024-11-21T05:04:38.121Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:38.121Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-11-21T05:04:38.121Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.21 [2024-11-21T05:04:38.121Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:38.121Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-11-21T05:04:38.157Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-11-21T05:04:38.157Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:38.157Z] latest [2024-11-21T05:04:38.157Z] 4.0.0-dev.21 [2024-11-21T05:04:38.157Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:38.157Z] main [2024-11-21T05:04:38.157Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:38.529Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:38.853Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:38.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-11-21T05:04:38.853Z] e0f69a2875b9: Preparing [2024-11-21T05:04:38.853Z] 9de985b071d8: Preparing [2024-11-21T05:04:38.853Z] 2ad4349b7e5e: Preparing [2024-11-21T05:04:38.853Z] 04d4883353b0: Preparing [2024-11-21T05:04:38.853Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:38.853Z] a6d7e60bc5fe: Preparing [2024-11-21T05:04:38.853Z] 8fa3e4e1ccf7: Preparing [2024-11-21T05:04:38.853Z] 4cabb2badea4: Preparing [2024-11-21T05:04:38.853Z] b1b580736c4b: Preparing [2024-11-21T05:04:38.853Z] 75654b8eeebd: Preparing [2024-11-21T05:04:38.853Z] 8fa3e4e1ccf7: Waiting [2024-11-21T05:04:38.853Z] b1b580736c4b: Waiting [2024-11-21T05:04:38.853Z] a6d7e60bc5fe: Waiting [2024-11-21T05:04:38.853Z] 75654b8eeebd: Waiting [2024-11-21T05:04:38.853Z] 4cabb2badea4: Waiting [2024-11-21T05:04:38.853Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:38.853Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:38.853Z] 9de985b071d8: Pushed [2024-11-21T05:04:38.853Z] 2ad4349b7e5e: Pushed [2024-11-21T05:04:38.853Z] e0f69a2875b9: Pushed [2024-11-21T05:04:38.853Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:39.111Z] 4cabb2badea4: Pushed [2024-11-21T05:04:40.045Z] b1b580736c4b: Pushed [2024-11-21T05:04:45.315Z] 8fa3e4e1ccf7: Pushed [2024-11-21T05:04:47.847Z] a6d7e60bc5fe: Pushed [2024-11-21T05:04:47.847Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:e364f3be8e746717475950be991b3b74b0c3c8cf3e8bce98dd0709373b446126 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:48.171Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:48.501Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-11-21T05:04:48.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-11-21T05:04:48.502Z] e0f69a2875b9: Preparing [2024-11-21T05:04:48.502Z] 9de985b071d8: Preparing [2024-11-21T05:04:48.502Z] 2ad4349b7e5e: Preparing [2024-11-21T05:04:48.502Z] 04d4883353b0: Preparing [2024-11-21T05:04:48.502Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:48.502Z] a6d7e60bc5fe: Preparing [2024-11-21T05:04:48.502Z] 8fa3e4e1ccf7: Preparing [2024-11-21T05:04:48.502Z] 4cabb2badea4: Preparing [2024-11-21T05:04:48.502Z] b1b580736c4b: Preparing [2024-11-21T05:04:48.502Z] 75654b8eeebd: Preparing [2024-11-21T05:04:48.502Z] b1b580736c4b: Waiting [2024-11-21T05:04:48.502Z] 75654b8eeebd: Waiting [2024-11-21T05:04:48.502Z] 8fa3e4e1ccf7: Waiting [2024-11-21T05:04:48.502Z] 4cabb2badea4: Waiting [2024-11-21T05:04:48.502Z] a6d7e60bc5fe: Waiting [2024-11-21T05:04:48.502Z] 9de985b071d8: Layer already exists [2024-11-21T05:04:48.502Z] e0f69a2875b9: Layer already exists [2024-11-21T05:04:48.502Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:48.502Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:48.502Z] 2ad4349b7e5e: Layer already exists [2024-11-21T05:04:48.502Z] a6d7e60bc5fe: Layer already exists [2024-11-21T05:04:48.502Z] 4cabb2badea4: Layer already exists [2024-11-21T05:04:48.502Z] b1b580736c4b: Layer already exists [2024-11-21T05:04:48.502Z] 8fa3e4e1ccf7: Layer already exists [2024-11-21T05:04:48.502Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:48.502Z] latest: digest: sha256:e364f3be8e746717475950be991b3b74b0c3c8cf3e8bce98dd0709373b446126 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:48.828Z] + 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 [2024-11-21T05:04:49.156Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.21 [2024-11-21T05:04:49.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-11-21T05:04:49.156Z] e0f69a2875b9: Preparing [2024-11-21T05:04:49.156Z] 9de985b071d8: Preparing [2024-11-21T05:04:49.156Z] 2ad4349b7e5e: Preparing [2024-11-21T05:04:49.156Z] 04d4883353b0: Preparing [2024-11-21T05:04:49.156Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:49.156Z] a6d7e60bc5fe: Preparing [2024-11-21T05:04:49.156Z] 8fa3e4e1ccf7: Preparing [2024-11-21T05:04:49.156Z] 4cabb2badea4: Preparing [2024-11-21T05:04:49.156Z] b1b580736c4b: Preparing [2024-11-21T05:04:49.156Z] 75654b8eeebd: Preparing [2024-11-21T05:04:49.156Z] a6d7e60bc5fe: Waiting [2024-11-21T05:04:49.156Z] 8fa3e4e1ccf7: Waiting [2024-11-21T05:04:49.156Z] 4cabb2badea4: Waiting [2024-11-21T05:04:49.156Z] b1b580736c4b: Waiting [2024-11-21T05:04:49.156Z] 75654b8eeebd: Waiting [2024-11-21T05:04:49.156Z] e0f69a2875b9: Layer already exists [2024-11-21T05:04:49.156Z] 2ad4349b7e5e: Layer already exists [2024-11-21T05:04:49.156Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:49.156Z] 9de985b071d8: Layer already exists [2024-11-21T05:04:49.156Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:49.156Z] a6d7e60bc5fe: Layer already exists [2024-11-21T05:04:49.156Z] 8fa3e4e1ccf7: Layer already exists [2024-11-21T05:04:49.156Z] b1b580736c4b: Layer already exists [2024-11-21T05:04:49.156Z] 4cabb2badea4: Layer already exists [2024-11-21T05:04:49.156Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:49.157Z] 4.0.0-dev.21: digest: sha256:e364f3be8e746717475950be991b3b74b0c3c8cf3e8bce98dd0709373b446126 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:49.487Z] + 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 [2024-11-21T05:04:49.811Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:49.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-11-21T05:04:49.811Z] e0f69a2875b9: Preparing [2024-11-21T05:04:49.811Z] 9de985b071d8: Preparing [2024-11-21T05:04:49.811Z] 2ad4349b7e5e: Preparing [2024-11-21T05:04:49.811Z] 04d4883353b0: Preparing [2024-11-21T05:04:49.811Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:49.811Z] a6d7e60bc5fe: Preparing [2024-11-21T05:04:49.811Z] 8fa3e4e1ccf7: Preparing [2024-11-21T05:04:49.811Z] 4cabb2badea4: Preparing [2024-11-21T05:04:49.811Z] b1b580736c4b: Preparing [2024-11-21T05:04:49.811Z] 75654b8eeebd: Preparing [2024-11-21T05:04:49.811Z] a6d7e60bc5fe: Waiting [2024-11-21T05:04:49.811Z] 8fa3e4e1ccf7: Waiting [2024-11-21T05:04:49.811Z] 4cabb2badea4: Waiting [2024-11-21T05:04:49.811Z] b1b580736c4b: Waiting [2024-11-21T05:04:49.811Z] 75654b8eeebd: Waiting [2024-11-21T05:04:49.811Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:49.811Z] e0f69a2875b9: Layer already exists [2024-11-21T05:04:49.811Z] 2ad4349b7e5e: Layer already exists [2024-11-21T05:04:49.811Z] 9de985b071d8: Layer already exists [2024-11-21T05:04:49.811Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:49.811Z] 8fa3e4e1ccf7: Layer already exists [2024-11-21T05:04:49.811Z] a6d7e60bc5fe: Layer already exists [2024-11-21T05:04:49.811Z] 4cabb2badea4: Layer already exists [2024-11-21T05:04:49.811Z] b1b580736c4b: Layer already exists [2024-11-21T05:04:49.811Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:49.811Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:e364f3be8e746717475950be991b3b74b0c3c8cf3e8bce98dd0709373b446126 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:50.138Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:50.470Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-11-21T05:04:50.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-11-21T05:04:50.470Z] e0f69a2875b9: Preparing [2024-11-21T05:04:50.470Z] 9de985b071d8: Preparing [2024-11-21T05:04:50.470Z] 2ad4349b7e5e: Preparing [2024-11-21T05:04:50.470Z] 04d4883353b0: Preparing [2024-11-21T05:04:50.470Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:50.470Z] a6d7e60bc5fe: Preparing [2024-11-21T05:04:50.470Z] 8fa3e4e1ccf7: Preparing [2024-11-21T05:04:50.470Z] 4cabb2badea4: Preparing [2024-11-21T05:04:50.470Z] b1b580736c4b: Preparing [2024-11-21T05:04:50.470Z] 75654b8eeebd: Preparing [2024-11-21T05:04:50.470Z] a6d7e60bc5fe: Waiting [2024-11-21T05:04:50.470Z] 8fa3e4e1ccf7: Waiting [2024-11-21T05:04:50.470Z] 4cabb2badea4: Waiting [2024-11-21T05:04:50.470Z] b1b580736c4b: Waiting [2024-11-21T05:04:50.470Z] 75654b8eeebd: Waiting [2024-11-21T05:04:50.470Z] e0f69a2875b9: Layer already exists [2024-11-21T05:04:50.470Z] 2ad4349b7e5e: Layer already exists [2024-11-21T05:04:50.470Z] 9de985b071d8: Layer already exists [2024-11-21T05:04:50.470Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:50.470Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:50.470Z] 4cabb2badea4: Layer already exists [2024-11-21T05:04:50.470Z] b1b580736c4b: Layer already exists [2024-11-21T05:04:50.470Z] 8fa3e4e1ccf7: Layer already exists [2024-11-21T05:04:50.470Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:50.470Z] a6d7e60bc5fe: Layer already exists [2024-11-21T05:04:50.470Z] main: digest: sha256:e364f3be8e746717475950be991b3b74b0c3c8cf3e8bce98dd0709373b446126 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:04:50.548Z] ===================================================== [Pipeline] echo [2024-11-21T05:04:50.562Z] taggedImages: [2024-11-21T05:04:50.562Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:50.562Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-11-21T05:04:50.562Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.21 [2024-11-21T05:04:50.562Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:50.562Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-11-21T05:04:50.592Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-11-21T05:04:50.592Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:50.592Z] latest [2024-11-21T05:04:50.592Z] 4.0.0-dev.21 [2024-11-21T05:04:50.592Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:04:50.592Z] main [2024-11-21T05:04:50.592Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:50.927Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:04:51.251Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:04:51.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-11-21T05:04:51.251Z] 8345825c6fb0: Preparing [2024-11-21T05:04:51.251Z] 07e9f9e497bc: Preparing [2024-11-21T05:04:51.251Z] c971c5d9c1bf: Preparing [2024-11-21T05:04:51.251Z] 04d4883353b0: Preparing [2024-11-21T05:04:51.251Z] 2bc1de57fe17: Preparing [2024-11-21T05:04:51.251Z] b2757d9ba751: Preparing [2024-11-21T05:04:51.251Z] f99e610fd8bb: Preparing [2024-11-21T05:04:51.251Z] f7791019df6e: Preparing [2024-11-21T05:04:51.251Z] 75654b8eeebd: Preparing [2024-11-21T05:04:51.251Z] f99e610fd8bb: Waiting [2024-11-21T05:04:51.251Z] f7791019df6e: Waiting [2024-11-21T05:04:51.251Z] b2757d9ba751: Waiting [2024-11-21T05:04:51.251Z] 75654b8eeebd: Waiting [2024-11-21T05:04:51.251Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:04:51.251Z] 04d4883353b0: Layer already exists [2024-11-21T05:04:51.251Z] c971c5d9c1bf: Pushed [2024-11-21T05:04:51.508Z] 8345825c6fb0: Pushed [2024-11-21T05:04:51.509Z] 07e9f9e497bc: Pushed [2024-11-21T05:04:51.509Z] 75654b8eeebd: Layer already exists [2024-11-21T05:04:51.767Z] f7791019df6e: Pushed [2024-11-21T05:04:52.026Z] f99e610fd8bb: Pushed [2024-11-21T05:05:00.887Z] b2757d9ba751: Pushed [2024-11-21T05:05:00.887Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:665a4916de1d55b874dd218a778dd7047ea2c9f64f808911d223b8835ff642d2 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:01.215Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:01.540Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-11-21T05:05:01.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-11-21T05:05:01.541Z] 8345825c6fb0: Preparing [2024-11-21T05:05:01.541Z] 07e9f9e497bc: Preparing [2024-11-21T05:05:01.541Z] c971c5d9c1bf: Preparing [2024-11-21T05:05:01.541Z] 04d4883353b0: Preparing [2024-11-21T05:05:01.541Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:01.541Z] b2757d9ba751: Preparing [2024-11-21T05:05:01.541Z] f99e610fd8bb: Preparing [2024-11-21T05:05:01.541Z] f7791019df6e: Preparing [2024-11-21T05:05:01.541Z] 75654b8eeebd: Preparing [2024-11-21T05:05:01.541Z] f7791019df6e: Waiting [2024-11-21T05:05:01.541Z] f99e610fd8bb: Waiting [2024-11-21T05:05:01.541Z] 75654b8eeebd: Waiting [2024-11-21T05:05:01.541Z] b2757d9ba751: Waiting [2024-11-21T05:05:01.541Z] c971c5d9c1bf: Layer already exists [2024-11-21T05:05:01.541Z] 8345825c6fb0: Layer already exists [2024-11-21T05:05:01.541Z] 07e9f9e497bc: Layer already exists [2024-11-21T05:05:01.541Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:01.541Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:01.541Z] b2757d9ba751: Layer already exists [2024-11-21T05:05:01.541Z] f99e610fd8bb: Layer already exists [2024-11-21T05:05:01.541Z] f7791019df6e: Layer already exists [2024-11-21T05:05:01.541Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:01.541Z] latest: digest: sha256:665a4916de1d55b874dd218a778dd7047ea2c9f64f808911d223b8835ff642d2 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:01.873Z] + 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 [2024-11-21T05:05:03.116Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.21 [2024-11-21T05:05:03.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-11-21T05:05:03.117Z] 8345825c6fb0: Preparing [2024-11-21T05:05:03.117Z] 07e9f9e497bc: Preparing [2024-11-21T05:05:03.117Z] c971c5d9c1bf: Preparing [2024-11-21T05:05:03.117Z] 04d4883353b0: Preparing [2024-11-21T05:05:03.117Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:03.117Z] b2757d9ba751: Preparing [2024-11-21T05:05:03.117Z] f99e610fd8bb: Preparing [2024-11-21T05:05:03.117Z] f7791019df6e: Preparing [2024-11-21T05:05:03.117Z] 75654b8eeebd: Preparing [2024-11-21T05:05:03.117Z] b2757d9ba751: Waiting [2024-11-21T05:05:03.117Z] f7791019df6e: Waiting [2024-11-21T05:05:03.117Z] 75654b8eeebd: Waiting [2024-11-21T05:05:03.117Z] f99e610fd8bb: Waiting [2024-11-21T05:05:03.117Z] 8345825c6fb0: Layer already exists [2024-11-21T05:05:03.117Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:03.117Z] 07e9f9e497bc: Layer already exists [2024-11-21T05:05:03.117Z] c971c5d9c1bf: Layer already exists [2024-11-21T05:05:03.117Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:03.117Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:03.117Z] f99e610fd8bb: Layer already exists [2024-11-21T05:05:03.117Z] b2757d9ba751: Layer already exists [2024-11-21T05:05:03.117Z] f7791019df6e: Layer already exists [2024-11-21T05:05:03.117Z] 4.0.0-dev.21: digest: sha256:665a4916de1d55b874dd218a778dd7047ea2c9f64f808911d223b8835ff642d2 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:09.489Z] + 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 [2024-11-21T05:05:10.498Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:05:10.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-11-21T05:05:10.757Z] 8345825c6fb0: Preparing [2024-11-21T05:05:10.757Z] 07e9f9e497bc: Preparing [2024-11-21T05:05:10.757Z] c971c5d9c1bf: Preparing [2024-11-21T05:05:10.757Z] 04d4883353b0: Preparing [2024-11-21T05:05:10.757Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:10.757Z] b2757d9ba751: Preparing [2024-11-21T05:05:10.757Z] f99e610fd8bb: Preparing [2024-11-21T05:05:10.757Z] f7791019df6e: Preparing [2024-11-21T05:05:10.757Z] 75654b8eeebd: Preparing [2024-11-21T05:05:10.757Z] f99e610fd8bb: Waiting [2024-11-21T05:05:10.757Z] f7791019df6e: Waiting [2024-11-21T05:05:10.757Z] b2757d9ba751: Waiting [2024-11-21T05:05:10.757Z] 75654b8eeebd: Waiting [2024-11-21T05:05:10.757Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:10.757Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:10.757Z] 8345825c6fb0: Layer already exists [2024-11-21T05:05:10.757Z] c971c5d9c1bf: Layer already exists [2024-11-21T05:05:10.757Z] 07e9f9e497bc: Layer already exists [2024-11-21T05:05:10.757Z] f99e610fd8bb: Layer already exists [2024-11-21T05:05:10.757Z] f7791019df6e: Layer already exists [2024-11-21T05:05:10.757Z] b2757d9ba751: Layer already exists [2024-11-21T05:05:10.757Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:10.757Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:665a4916de1d55b874dd218a778dd7047ea2c9f64f808911d223b8835ff642d2 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:11.112Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:11.437Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-11-21T05:05:11.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-11-21T05:05:11.437Z] 8345825c6fb0: Preparing [2024-11-21T05:05:11.437Z] 07e9f9e497bc: Preparing [2024-11-21T05:05:11.437Z] c971c5d9c1bf: Preparing [2024-11-21T05:05:11.437Z] 04d4883353b0: Preparing [2024-11-21T05:05:11.437Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:11.437Z] b2757d9ba751: Preparing [2024-11-21T05:05:11.437Z] f99e610fd8bb: Preparing [2024-11-21T05:05:11.437Z] f7791019df6e: Preparing [2024-11-21T05:05:11.437Z] 75654b8eeebd: Preparing [2024-11-21T05:05:11.437Z] b2757d9ba751: Waiting [2024-11-21T05:05:11.437Z] f99e610fd8bb: Waiting [2024-11-21T05:05:11.437Z] 75654b8eeebd: Waiting [2024-11-21T05:05:11.437Z] c971c5d9c1bf: Layer already exists [2024-11-21T05:05:11.437Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:11.437Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:11.437Z] 07e9f9e497bc: Layer already exists [2024-11-21T05:05:11.437Z] 8345825c6fb0: Layer already exists [2024-11-21T05:05:11.437Z] b2757d9ba751: Layer already exists [2024-11-21T05:05:11.437Z] f99e610fd8bb: Layer already exists [2024-11-21T05:05:11.437Z] f7791019df6e: Layer already exists [2024-11-21T05:05:11.437Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:11.437Z] main: digest: sha256:665a4916de1d55b874dd218a778dd7047ea2c9f64f808911d223b8835ff642d2 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:05:11.517Z] ===================================================== [Pipeline] echo [2024-11-21T05:05:11.532Z] taggedImages: [2024-11-21T05:05:11.532Z] - nexus3.edgexfoundry.org:10004/security-spire-config:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:05:11.532Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-11-21T05:05:11.532Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.21 [2024-11-21T05:05:11.532Z] - nexus3.edgexfoundry.org:10004/security-spire-config:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:05:11.532Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-11-21T05:05:11.565Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-11-21T05:05:11.565Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:05:11.565Z] latest [2024-11-21T05:05:11.565Z] 4.0.0-dev.21 [2024-11-21T05:05:11.565Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:05:11.565Z] main [2024-11-21T05:05:11.565Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:11.912Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:12.238Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:05:12.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-11-21T05:05:12.238Z] eaaab1e3115a: Preparing [2024-11-21T05:05:12.238Z] b7e37679fdb8: Preparing [2024-11-21T05:05:12.238Z] a5350ae49d0c: Preparing [2024-11-21T05:05:12.238Z] 04d4883353b0: Preparing [2024-11-21T05:05:12.238Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:12.238Z] b2757d9ba751: Preparing [2024-11-21T05:05:12.238Z] 4cabb2badea4: Preparing [2024-11-21T05:05:12.238Z] b1b580736c4b: Preparing [2024-11-21T05:05:12.238Z] 75654b8eeebd: Preparing [2024-11-21T05:05:12.238Z] 4cabb2badea4: Waiting [2024-11-21T05:05:12.238Z] b2757d9ba751: Waiting [2024-11-21T05:05:12.238Z] b1b580736c4b: Waiting [2024-11-21T05:05:12.238Z] 75654b8eeebd: Waiting [2024-11-21T05:05:12.238Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:12.238Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:12.238Z] b2757d9ba751: Layer already exists [2024-11-21T05:05:12.238Z] 4cabb2badea4: Layer already exists [2024-11-21T05:05:12.238Z] b1b580736c4b: Layer already exists [2024-11-21T05:05:12.238Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:12.238Z] a5350ae49d0c: Pushed [2024-11-21T05:05:12.238Z] b7e37679fdb8: Pushed [2024-11-21T05:05:12.238Z] eaaab1e3115a: Pushed [2024-11-21T05:05:12.497Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:534842fb6f1e4c7dfc6b5cec71b2842e37e4a380cab5b0a63879ba42a22bad5b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:12.835Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:13.203Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-11-21T05:05:13.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-11-21T05:05:13.203Z] eaaab1e3115a: Preparing [2024-11-21T05:05:13.203Z] b7e37679fdb8: Preparing [2024-11-21T05:05:13.203Z] a5350ae49d0c: Preparing [2024-11-21T05:05:13.203Z] 04d4883353b0: Preparing [2024-11-21T05:05:13.203Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:13.203Z] b2757d9ba751: Preparing [2024-11-21T05:05:13.203Z] 4cabb2badea4: Preparing [2024-11-21T05:05:13.203Z] b1b580736c4b: Preparing [2024-11-21T05:05:13.203Z] b2757d9ba751: Waiting [2024-11-21T05:05:13.203Z] 75654b8eeebd: Preparing [2024-11-21T05:05:13.203Z] b1b580736c4b: Waiting [2024-11-21T05:05:13.203Z] 75654b8eeebd: Waiting [2024-11-21T05:05:13.203Z] 4cabb2badea4: Waiting [2024-11-21T05:05:13.203Z] eaaab1e3115a: Layer already exists [2024-11-21T05:05:13.203Z] b7e37679fdb8: Layer already exists [2024-11-21T05:05:13.203Z] a5350ae49d0c: Layer already exists [2024-11-21T05:05:13.203Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:13.203Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:13.203Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:13.203Z] b1b580736c4b: Layer already exists [2024-11-21T05:05:13.203Z] 4cabb2badea4: Layer already exists [2024-11-21T05:05:13.203Z] b2757d9ba751: Layer already exists [2024-11-21T05:05:13.203Z] latest: digest: sha256:534842fb6f1e4c7dfc6b5cec71b2842e37e4a380cab5b0a63879ba42a22bad5b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:15.743Z] + 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 [2024-11-21T05:05:16.173Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.21 [2024-11-21T05:05:16.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-11-21T05:05:16.173Z] eaaab1e3115a: Preparing [2024-11-21T05:05:16.173Z] b7e37679fdb8: Preparing [2024-11-21T05:05:16.173Z] a5350ae49d0c: Preparing [2024-11-21T05:05:16.173Z] 04d4883353b0: Preparing [2024-11-21T05:05:16.173Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:16.173Z] b2757d9ba751: Preparing [2024-11-21T05:05:16.173Z] 4cabb2badea4: Preparing [2024-11-21T05:05:16.173Z] b1b580736c4b: Preparing [2024-11-21T05:05:16.173Z] 75654b8eeebd: Preparing [2024-11-21T05:05:16.173Z] b2757d9ba751: Waiting [2024-11-21T05:05:16.173Z] 4cabb2badea4: Waiting [2024-11-21T05:05:16.173Z] 75654b8eeebd: Waiting [2024-11-21T05:05:16.173Z] b7e37679fdb8: Layer already exists [2024-11-21T05:05:16.173Z] eaaab1e3115a: Layer already exists [2024-11-21T05:05:16.173Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:16.173Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:16.173Z] a5350ae49d0c: Layer already exists [2024-11-21T05:05:16.173Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:16.173Z] b2757d9ba751: Layer already exists [2024-11-21T05:05:16.173Z] 4cabb2badea4: Layer already exists [2024-11-21T05:05:16.173Z] b1b580736c4b: Layer already exists [2024-11-21T05:05:16.173Z] 4.0.0-dev.21: digest: sha256:534842fb6f1e4c7dfc6b5cec71b2842e37e4a380cab5b0a63879ba42a22bad5b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:16.494Z] + 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 [2024-11-21T05:05:16.818Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:05:16.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-11-21T05:05:16.818Z] eaaab1e3115a: Preparing [2024-11-21T05:05:16.818Z] b7e37679fdb8: Preparing [2024-11-21T05:05:16.818Z] a5350ae49d0c: Preparing [2024-11-21T05:05:16.818Z] 04d4883353b0: Preparing [2024-11-21T05:05:16.818Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:16.818Z] b2757d9ba751: Preparing [2024-11-21T05:05:16.818Z] 4cabb2badea4: Preparing [2024-11-21T05:05:16.818Z] b1b580736c4b: Preparing [2024-11-21T05:05:16.818Z] 75654b8eeebd: Preparing [2024-11-21T05:05:16.818Z] b2757d9ba751: Waiting [2024-11-21T05:05:16.818Z] 75654b8eeebd: Waiting [2024-11-21T05:05:16.818Z] 4cabb2badea4: Waiting [2024-11-21T05:05:16.818Z] b1b580736c4b: Waiting [2024-11-21T05:05:16.818Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:16.818Z] a5350ae49d0c: Layer already exists [2024-11-21T05:05:16.818Z] b7e37679fdb8: Layer already exists [2024-11-21T05:05:16.818Z] eaaab1e3115a: Layer already exists [2024-11-21T05:05:16.818Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:16.818Z] b2757d9ba751: Layer already exists [2024-11-21T05:05:16.818Z] b1b580736c4b: Layer already exists [2024-11-21T05:05:16.818Z] 4cabb2badea4: Layer already exists [2024-11-21T05:05:16.818Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:16.818Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:534842fb6f1e4c7dfc6b5cec71b2842e37e4a380cab5b0a63879ba42a22bad5b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:17.234Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:18.111Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-11-21T05:05:18.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-11-21T05:05:18.111Z] eaaab1e3115a: Preparing [2024-11-21T05:05:18.111Z] b7e37679fdb8: Preparing [2024-11-21T05:05:18.111Z] a5350ae49d0c: Preparing [2024-11-21T05:05:18.111Z] 04d4883353b0: Preparing [2024-11-21T05:05:18.111Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:18.111Z] b2757d9ba751: Preparing [2024-11-21T05:05:18.111Z] 4cabb2badea4: Preparing [2024-11-21T05:05:18.111Z] b1b580736c4b: Preparing [2024-11-21T05:05:18.111Z] 75654b8eeebd: Preparing [2024-11-21T05:05:18.111Z] b2757d9ba751: Waiting [2024-11-21T05:05:18.111Z] 4cabb2badea4: Waiting [2024-11-21T05:05:18.111Z] b1b580736c4b: Waiting [2024-11-21T05:05:18.111Z] 75654b8eeebd: Waiting [2024-11-21T05:05:18.111Z] b7e37679fdb8: Layer already exists [2024-11-21T05:05:18.111Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:18.111Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:18.111Z] eaaab1e3115a: Layer already exists [2024-11-21T05:05:18.111Z] a5350ae49d0c: Layer already exists [2024-11-21T05:05:18.111Z] b1b580736c4b: Layer already exists [2024-11-21T05:05:18.111Z] b2757d9ba751: Layer already exists [2024-11-21T05:05:18.111Z] 4cabb2badea4: Layer already exists [2024-11-21T05:05:18.111Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:18.111Z] main: digest: sha256:534842fb6f1e4c7dfc6b5cec71b2842e37e4a380cab5b0a63879ba42a22bad5b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:05:18.185Z] ===================================================== [Pipeline] echo [2024-11-21T05:05:18.201Z] taggedImages: [2024-11-21T05:05:18.201Z] - nexus3.edgexfoundry.org:10004/security-spire-server:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:05:18.201Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-11-21T05:05:18.201Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.21 [2024-11-21T05:05:18.201Z] - nexus3.edgexfoundry.org:10004/security-spire-server:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:05:18.201Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-11-21T05:05:18.240Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-11-21T05:05:18.240Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:05:18.240Z] latest [2024-11-21T05:05:18.240Z] 4.0.0-dev.21 [2024-11-21T05:05:18.240Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:05:18.240Z] main [2024-11-21T05:05:18.240Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:18.576Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:18.914Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:05:18.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-11-21T05:05:18.914Z] 0f14a1e9755c: Preparing [2024-11-21T05:05:18.914Z] 93b1dcedbc37: Preparing [2024-11-21T05:05:18.914Z] a92319b0ed2c: Preparing [2024-11-21T05:05:18.914Z] 04d4883353b0: Preparing [2024-11-21T05:05:18.914Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:18.914Z] 4cdbb67637e6: Preparing [2024-11-21T05:05:18.914Z] 3a07b1d42165: Preparing [2024-11-21T05:05:18.914Z] 75654b8eeebd: Preparing [2024-11-21T05:05:18.914Z] 3a07b1d42165: Waiting [2024-11-21T05:05:18.914Z] 75654b8eeebd: Waiting [2024-11-21T05:05:18.914Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:18.914Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:18.914Z] 93b1dcedbc37: Pushed [2024-11-21T05:05:18.914Z] 0f14a1e9755c: Pushed [2024-11-21T05:05:18.914Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:18.914Z] 3a07b1d42165: Pushed [2024-11-21T05:05:25.257Z] a92319b0ed2c: Pushed [2024-11-21T05:05:25.826Z] 4cdbb67637e6: Pushed [2024-11-21T05:05:26.084Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:33efec13d48b2037e46b73967d346c4df5a0339712e3da16ad2a1a7018f06d17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:26.416Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:26.737Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-11-21T05:05:26.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-11-21T05:05:26.738Z] 0f14a1e9755c: Preparing [2024-11-21T05:05:26.738Z] 93b1dcedbc37: Preparing [2024-11-21T05:05:26.738Z] a92319b0ed2c: Preparing [2024-11-21T05:05:26.738Z] 04d4883353b0: Preparing [2024-11-21T05:05:26.738Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:26.738Z] 4cdbb67637e6: Preparing [2024-11-21T05:05:26.738Z] 3a07b1d42165: Preparing [2024-11-21T05:05:26.738Z] 75654b8eeebd: Preparing [2024-11-21T05:05:26.738Z] 4cdbb67637e6: Waiting [2024-11-21T05:05:26.738Z] 3a07b1d42165: Waiting [2024-11-21T05:05:26.738Z] 75654b8eeebd: Waiting [2024-11-21T05:05:26.738Z] a92319b0ed2c: Layer already exists [2024-11-21T05:05:26.738Z] 0f14a1e9755c: Layer already exists [2024-11-21T05:05:26.738Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:26.738Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:26.738Z] 93b1dcedbc37: Layer already exists [2024-11-21T05:05:26.738Z] 4cdbb67637e6: Layer already exists [2024-11-21T05:05:26.738Z] 3a07b1d42165: Layer already exists [2024-11-21T05:05:26.738Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:26.738Z] latest: digest: sha256:33efec13d48b2037e46b73967d346c4df5a0339712e3da16ad2a1a7018f06d17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:27.494Z] + 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 [2024-11-21T05:05:27.816Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.21 [2024-11-21T05:05:27.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-11-21T05:05:27.816Z] 0f14a1e9755c: Preparing [2024-11-21T05:05:27.816Z] 93b1dcedbc37: Preparing [2024-11-21T05:05:27.816Z] a92319b0ed2c: Preparing [2024-11-21T05:05:27.816Z] 04d4883353b0: Preparing [2024-11-21T05:05:27.816Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:27.816Z] 4cdbb67637e6: Preparing [2024-11-21T05:05:27.816Z] 3a07b1d42165: Preparing [2024-11-21T05:05:27.816Z] 75654b8eeebd: Preparing [2024-11-21T05:05:27.816Z] 4cdbb67637e6: Waiting [2024-11-21T05:05:27.816Z] 3a07b1d42165: Waiting [2024-11-21T05:05:27.816Z] 75654b8eeebd: Waiting [2024-11-21T05:05:27.816Z] a92319b0ed2c: Layer already exists [2024-11-21T05:05:27.816Z] 0f14a1e9755c: Layer already exists [2024-11-21T05:05:27.816Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:27.816Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:27.816Z] 93b1dcedbc37: Layer already exists [2024-11-21T05:05:27.816Z] 3a07b1d42165: Layer already exists [2024-11-21T05:05:27.816Z] 4cdbb67637e6: Layer already exists [2024-11-21T05:05:27.816Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:27.816Z] 4.0.0-dev.21: digest: sha256:33efec13d48b2037e46b73967d346c4df5a0339712e3da16ad2a1a7018f06d17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:28.137Z] + 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 [2024-11-21T05:05:28.461Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:05:28.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-11-21T05:05:28.461Z] 0f14a1e9755c: Preparing [2024-11-21T05:05:28.461Z] 93b1dcedbc37: Preparing [2024-11-21T05:05:28.461Z] a92319b0ed2c: Preparing [2024-11-21T05:05:28.461Z] 04d4883353b0: Preparing [2024-11-21T05:05:28.461Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:28.461Z] 4cdbb67637e6: Preparing [2024-11-21T05:05:28.461Z] 3a07b1d42165: Preparing [2024-11-21T05:05:28.461Z] 75654b8eeebd: Preparing [2024-11-21T05:05:28.461Z] 4cdbb67637e6: Waiting [2024-11-21T05:05:28.461Z] 3a07b1d42165: Waiting [2024-11-21T05:05:28.461Z] 75654b8eeebd: Waiting [2024-11-21T05:05:28.461Z] a92319b0ed2c: Layer already exists [2024-11-21T05:05:28.461Z] 0f14a1e9755c: Layer already exists [2024-11-21T05:05:28.461Z] 93b1dcedbc37: Layer already exists [2024-11-21T05:05:28.461Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:28.461Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:28.461Z] 4cdbb67637e6: Layer already exists [2024-11-21T05:05:28.461Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:28.461Z] 3a07b1d42165: Layer already exists [2024-11-21T05:05:28.461Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:33efec13d48b2037e46b73967d346c4df5a0339712e3da16ad2a1a7018f06d17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:28.789Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:29.110Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-11-21T05:05:29.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-11-21T05:05:29.110Z] 0f14a1e9755c: Preparing [2024-11-21T05:05:29.110Z] 93b1dcedbc37: Preparing [2024-11-21T05:05:29.110Z] a92319b0ed2c: Preparing [2024-11-21T05:05:29.110Z] 04d4883353b0: Preparing [2024-11-21T05:05:29.110Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:29.110Z] 4cdbb67637e6: Preparing [2024-11-21T05:05:29.110Z] 3a07b1d42165: Preparing [2024-11-21T05:05:29.110Z] 75654b8eeebd: Preparing [2024-11-21T05:05:29.110Z] 4cdbb67637e6: Waiting [2024-11-21T05:05:29.110Z] 3a07b1d42165: Waiting [2024-11-21T05:05:29.110Z] 75654b8eeebd: Waiting [2024-11-21T05:05:29.110Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:29.110Z] 0f14a1e9755c: Layer already exists [2024-11-21T05:05:29.110Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:29.110Z] a92319b0ed2c: Layer already exists [2024-11-21T05:05:29.110Z] 93b1dcedbc37: Layer already exists [2024-11-21T05:05:29.110Z] 3a07b1d42165: Layer already exists [2024-11-21T05:05:29.110Z] 4cdbb67637e6: Layer already exists [2024-11-21T05:05:29.110Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:29.110Z] main: digest: sha256:33efec13d48b2037e46b73967d346c4df5a0339712e3da16ad2a1a7018f06d17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:05:29.179Z] ===================================================== [Pipeline] echo [2024-11-21T05:05:29.191Z] taggedImages: [2024-11-21T05:05:29.191Z] - nexus3.edgexfoundry.org:10004/support-notifications:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:05:29.191Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-11-21T05:05:29.191Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.21 [2024-11-21T05:05:29.191Z] - nexus3.edgexfoundry.org:10004/support-notifications:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:05:29.191Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-11-21T05:05:29.221Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-11-21T05:05:29.221Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:05:29.221Z] latest [2024-11-21T05:05:29.221Z] 4.0.0-dev.21 [2024-11-21T05:05:29.221Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:05:29.221Z] main [2024-11-21T05:05:29.221Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:29.571Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:29.900Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:05:29.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-11-21T05:05:29.900Z] 974d4910b916: Preparing [2024-11-21T05:05:29.900Z] 6d1098c7cbc7: Preparing [2024-11-21T05:05:29.900Z] 04d4883353b0: Preparing [2024-11-21T05:05:29.900Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:29.900Z] 52f170c37429: Preparing [2024-11-21T05:05:29.900Z] 068b92be22ef: Preparing [2024-11-21T05:05:29.900Z] 75654b8eeebd: Preparing [2024-11-21T05:05:29.900Z] 068b92be22ef: Waiting [2024-11-21T05:05:29.900Z] 75654b8eeebd: Waiting [2024-11-21T05:05:29.900Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:29.900Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:29.900Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:29.900Z] 974d4910b916: Pushed [2024-11-21T05:05:30.159Z] 068b92be22ef: Pushed [2024-11-21T05:05:30.418Z] 52f170c37429: Pushed [2024-11-21T05:05:32.952Z] 6d1098c7cbc7: Pushed [2024-11-21T05:05:33.211Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:d0fd760e7244e5dbdbba8d7e289dfd75007104d274fecb9a21ac19943dd540f0 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:33.541Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:33.856Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-11-21T05:05:33.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-11-21T05:05:33.856Z] 974d4910b916: Preparing [2024-11-21T05:05:33.856Z] 6d1098c7cbc7: Preparing [2024-11-21T05:05:33.856Z] 04d4883353b0: Preparing [2024-11-21T05:05:33.856Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:33.856Z] 52f170c37429: Preparing [2024-11-21T05:05:33.856Z] 068b92be22ef: Preparing [2024-11-21T05:05:33.856Z] 75654b8eeebd: Preparing [2024-11-21T05:05:33.856Z] 068b92be22ef: Waiting [2024-11-21T05:05:33.856Z] 75654b8eeebd: Waiting [2024-11-21T05:05:33.856Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:33.856Z] 6d1098c7cbc7: Layer already exists [2024-11-21T05:05:33.856Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:33.856Z] 974d4910b916: Layer already exists [2024-11-21T05:05:33.856Z] 52f170c37429: Layer already exists [2024-11-21T05:05:33.856Z] 068b92be22ef: Layer already exists [2024-11-21T05:05:33.856Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:33.856Z] latest: digest: sha256:d0fd760e7244e5dbdbba8d7e289dfd75007104d274fecb9a21ac19943dd540f0 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:34.188Z] + 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 [2024-11-21T05:05:34.509Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.0.0-dev.21 [2024-11-21T05:05:34.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-11-21T05:05:34.510Z] 974d4910b916: Preparing [2024-11-21T05:05:34.510Z] 6d1098c7cbc7: Preparing [2024-11-21T05:05:34.510Z] 04d4883353b0: Preparing [2024-11-21T05:05:34.510Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:34.510Z] 52f170c37429: Preparing [2024-11-21T05:05:34.510Z] 068b92be22ef: Preparing [2024-11-21T05:05:34.510Z] 75654b8eeebd: Preparing [2024-11-21T05:05:34.510Z] 068b92be22ef: Waiting [2024-11-21T05:05:34.510Z] 75654b8eeebd: Waiting [2024-11-21T05:05:34.510Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:34.510Z] 52f170c37429: Layer already exists [2024-11-21T05:05:34.510Z] 6d1098c7cbc7: Layer already exists [2024-11-21T05:05:34.510Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:34.510Z] 974d4910b916: Layer already exists [2024-11-21T05:05:34.510Z] 068b92be22ef: Layer already exists [2024-11-21T05:05:34.510Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:34.510Z] 4.0.0-dev.21: digest: sha256:d0fd760e7244e5dbdbba8d7e289dfd75007104d274fecb9a21ac19943dd540f0 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:34.849Z] + 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 [2024-11-21T05:05:35.179Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:05:35.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-11-21T05:05:35.179Z] 974d4910b916: Preparing [2024-11-21T05:05:35.179Z] 6d1098c7cbc7: Preparing [2024-11-21T05:05:35.179Z] 04d4883353b0: Preparing [2024-11-21T05:05:35.179Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:35.179Z] 52f170c37429: Preparing [2024-11-21T05:05:35.179Z] 068b92be22ef: Preparing [2024-11-21T05:05:35.179Z] 75654b8eeebd: Preparing [2024-11-21T05:05:35.179Z] 75654b8eeebd: Waiting [2024-11-21T05:05:35.179Z] 068b92be22ef: Waiting [2024-11-21T05:05:35.179Z] 974d4910b916: Layer already exists [2024-11-21T05:05:35.179Z] 6d1098c7cbc7: Layer already exists [2024-11-21T05:05:35.179Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:35.179Z] 52f170c37429: Layer already exists [2024-11-21T05:05:35.179Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:35.179Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:35.179Z] 068b92be22ef: Layer already exists [2024-11-21T05:05:35.179Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:d0fd760e7244e5dbdbba8d7e289dfd75007104d274fecb9a21ac19943dd540f0 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:35.511Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:05:35.835Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-11-21T05:05:35.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-11-21T05:05:35.835Z] 974d4910b916: Preparing [2024-11-21T05:05:35.835Z] 6d1098c7cbc7: Preparing [2024-11-21T05:05:35.835Z] 04d4883353b0: Preparing [2024-11-21T05:05:35.835Z] 2bc1de57fe17: Preparing [2024-11-21T05:05:35.835Z] 52f170c37429: Preparing [2024-11-21T05:05:35.835Z] 068b92be22ef: Preparing [2024-11-21T05:05:35.835Z] 75654b8eeebd: Preparing [2024-11-21T05:05:35.835Z] 068b92be22ef: Waiting [2024-11-21T05:05:35.835Z] 75654b8eeebd: Waiting [2024-11-21T05:05:35.835Z] 2bc1de57fe17: Layer already exists [2024-11-21T05:05:35.835Z] 04d4883353b0: Layer already exists [2024-11-21T05:05:35.835Z] 52f170c37429: Layer already exists [2024-11-21T05:05:35.835Z] 974d4910b916: Layer already exists [2024-11-21T05:05:35.835Z] 6d1098c7cbc7: Layer already exists [2024-11-21T05:05:35.835Z] 75654b8eeebd: Layer already exists [2024-11-21T05:05:35.835Z] 068b92be22ef: Layer already exists [2024-11-21T05:05:35.835Z] main: digest: sha256:d0fd760e7244e5dbdbba8d7e289dfd75007104d274fecb9a21ac19943dd540f0 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:05:35.916Z] ===================================================== [Pipeline] echo [2024-11-21T05:05:35.930Z] taggedImages: [2024-11-21T05:05:35.930Z] - nexus3.edgexfoundry.org:10004/support-scheduler:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:05:35.930Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-11-21T05:05:35.930Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.0.0-dev.21 [2024-11-21T05:05:35.930Z] - nexus3.edgexfoundry.org:10004/support-scheduler:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:05:35.930Z] - 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] } [2024-11-21T05:22:49.478Z] #153 ... [2024-11-21T05:22:49.478Z] [2024-11-21T05:22:49.478Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-11-21T05:22:49.478Z] #151 DONE 1113.3s [2024-11-21T05:22:49.478Z] [2024-11-21T05:22:49.478Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:22:49.478Z] #144 ... [2024-11-21T05:22:49.478Z] [2024-11-21T05:22:49.478Z] #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:22:49.478Z] #154 DONE 0.2s [2024-11-21T05:22:49.478Z] [2024-11-21T05:22:49.478Z] #155 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:22:49.478Z] #155 DONE 0.2s [2024-11-21T05:22:49.478Z] [2024-11-21T05:22:49.478Z] #156 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-11-21T05:22:49.478Z] #156 DONE 0.4s [2024-11-21T05:22:49.478Z] [2024-11-21T05:22:49.478Z] #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 [2024-11-21T05:22:49.752Z] #157 DONE 0.1s [2024-11-21T05:22:49.752Z] [2024-11-21T05:22:49.752Z] #158 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-11-21T05:22:49.752Z] #158 DONE 0.1s [2024-11-21T05:22:49.752Z] [2024-11-21T05:22:49.752Z] #159 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-11-21T05:22:52.330Z] #159 DONE 2.3s [2024-11-21T05:22:52.330Z] [2024-11-21T05:22:52.330Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:22:52.330Z] #144 ... [2024-11-21T05:22:52.330Z] [2024-11-21T05:22:52.330Z] #102 [core-common-config-bootstrapper] exporting to image [2024-11-21T05:22:52.330Z] #102 exporting layers [2024-11-21T05:22:52.911Z] #102 exporting layers 0.8s done [2024-11-21T05:22:52.911Z] #102 writing image sha256:67b24374bd17e81c5890fbc8f39323a1dbb6604e8fe8427e677e3637a9190ef3 done [2024-11-21T05:22:52.911Z] #102 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-11-21T05:22:52.911Z] #102 DONE 6.9s [2024-11-21T05:22:52.911Z] [2024-11-21T05:22:52.911Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:23:05.210Z] #144 ... [2024-11-21T05:23:05.210Z] [2024-11-21T05:23:05.210Z] #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-11-21T05:23:05.210Z] #153 DONE 1129.0s [2024-11-21T05:23:05.210Z] [2024-11-21T05:23:05.210Z] #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 [2024-11-21T05:23:05.210Z] #152 ... [2024-11-21T05:23:05.210Z] [2024-11-21T05:23:05.211Z] #160 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:23:05.211Z] #160 DONE 0.2s [2024-11-21T05:23:05.211Z] [2024-11-21T05:23:05.211Z] #161 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:23:05.211Z] #161 DONE 0.1s [2024-11-21T05:23:05.211Z] [2024-11-21T05:23:05.211Z] #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 [2024-11-21T05:23:05.211Z] #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 [2024-11-21T05:23:05.211Z] #152 ... [2024-11-21T05:23:05.211Z] [2024-11-21T05:23:05.211Z] #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 [2024-11-21T05:23:05.211Z] #162 DONE 0.3s [2024-11-21T05:23:05.211Z] [2024-11-21T05:23:05.211Z] #163 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-11-21T05:23:05.478Z] #163 DONE 0.1s [2024-11-21T05:23:05.478Z] [2024-11-21T05:23:05.478Z] #164 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-11-21T05:23:05.478Z] #164 DONE 0.3s [2024-11-21T05:23:05.478Z] [2024-11-21T05:23:05.478Z] #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-11-21T05:23:05.745Z] #142 ... [2024-11-21T05:23:05.745Z] [2024-11-21T05:23:05.745Z] #165 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-11-21T05:23:05.745Z] #165 DONE 0.1s [2024-11-21T05:23:05.745Z] [2024-11-21T05:23:05.745Z] #166 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-11-21T05:23:08.322Z] #166 DONE 2.2s [2024-11-21T05:23:08.322Z] [2024-11-21T05:23:08.322Z] #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 [2024-11-21T05:23:09.278Z] #152 ... [2024-11-21T05:23:09.278Z] [2024-11-21T05:23:09.278Z] #102 [security-proxy-setup] exporting to image [2024-11-21T05:23:09.278Z] #102 exporting layers 1.0s done [2024-11-21T05:23:09.278Z] #102 writing image sha256:d4d0eb166991738a7897725ce9463ad5d551f50a5c2cffffc5e535f5924ab881 done [2024-11-21T05:23:09.278Z] #102 naming to docker.io/library/security-proxy-setup-arm64 done [2024-11-21T05:23:09.278Z] #102 DONE 7.9s [2024-11-21T05:23:09.278Z] [2024-11-21T05:23:09.278Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-11-21T05:23:15.911Z] #147 DONE 1140.5s [2024-11-21T05:23:15.911Z] [2024-11-21T05:23:15.911Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-11-21T05:23:15.911Z] #149 ... [2024-11-21T05:23:15.911Z] [2024-11-21T05:23:15.911Z] #167 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-11-21T05:23:15.911Z] #167 DONE 0.5s [2024-11-21T05:23:15.911Z] [2024-11-21T05:23:15.911Z] #168 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-11-21T05:23:18.492Z] #168 DONE 2.3s [2024-11-21T05:23:18.492Z] [2024-11-21T05:23:18.492Z] #169 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:23:18.492Z] #169 DONE 0.4s [2024-11-21T05:23:18.492Z] [2024-11-21T05:23:18.492Z] #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 [2024-11-21T05:23:18.781Z] #152 ... [2024-11-21T05:23:18.781Z] [2024-11-21T05:23:18.781Z] #170 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:23:19.125Z] #170 DONE 0.3s [2024-11-21T05:23:19.125Z] [2024-11-21T05:23:19.125Z] #171 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-11-21T05:23:19.394Z] #171 DONE 0.4s [2024-11-21T05:23:19.394Z] [2024-11-21T05:23:19.394Z] #172 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-11-21T05:23:19.394Z] #172 DONE 0.2s [2024-11-21T05:23:19.394Z] [2024-11-21T05:23:19.394Z] #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-11-21T05:23:19.661Z] #142 ... [2024-11-21T05:23:19.661Z] [2024-11-21T05:23:19.661Z] #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/ [2024-11-21T05:23:19.931Z] #173 DONE 0.2s [2024-11-21T05:23:19.931Z] [2024-11-21T05:23:19.931Z] #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/ [2024-11-21T05:23:19.931Z] #174 DONE 0.1s [2024-11-21T05:23:19.931Z] [2024-11-21T05:23:19.931Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-11-21T05:23:19.931Z] #149 ... [2024-11-21T05:23:19.931Z] [2024-11-21T05:23:19.931Z] #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/ [2024-11-21T05:23:19.931Z] #175 DONE 0.1s [2024-11-21T05:23:20.200Z] [2024-11-21T05:23:20.200Z] #176 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-11-21T05:23:20.200Z] #176 DONE 0.1s [2024-11-21T05:23:20.200Z] [2024-11-21T05:23:20.200Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-11-21T05:23:20.200Z] #149 ... [2024-11-21T05:23:20.200Z] [2024-11-21T05:23:20.200Z] #177 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-11-21T05:23:22.139Z] #177 DONE 2.0s [2024-11-21T05:23:22.139Z] [2024-11-21T05:23:22.139Z] #102 [security-bootstrapper] exporting to image [2024-11-21T05:23:22.139Z] #102 exporting layers [2024-11-21T05:23:23.543Z] #102 exporting layers 1.1s done [2024-11-21T05:23:23.543Z] #102 writing image sha256:898abba76f1ae841ecbb35dcd41940adb91dfdd1fffe148a32c58824451c1a1c done [2024-11-21T05:23:23.543Z] #102 naming to docker.io/library/security-bootstrapper-arm64 done [2024-11-21T05:23:23.543Z] #102 DONE 9.0s [2024-11-21T05:23:23.543Z] [2024-11-21T05:23:23.543Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:23:24.964Z] #144 ... [2024-11-21T05:23:24.964Z] [2024-11-21T05:23:24.964Z] #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 [2024-11-21T05:23:24.964Z] #152 DONE 1149.9s [2024-11-21T05:23:24.964Z] [2024-11-21T05:23:24.964Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-11-21T05:23:25.232Z] #149 ... [2024-11-21T05:23:25.232Z] [2024-11-21T05:23:25.232Z] #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:23:25.502Z] #178 DONE 0.3s [2024-11-21T05:23:25.502Z] [2024-11-21T05:23:25.502Z] #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:23:25.770Z] #179 DONE 0.2s [2024-11-21T05:23:25.770Z] [2024-11-21T05:23:25.770Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-11-21T05:23:25.770Z] #146 ... [2024-11-21T05:23:25.770Z] [2024-11-21T05:23:25.770Z] #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 [2024-11-21T05:23:26.050Z] #180 DONE 0.2s [2024-11-21T05:23:26.050Z] [2024-11-21T05:23:26.050Z] #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 [2024-11-21T05:23:26.050Z] #181 DONE 0.1s [2024-11-21T05:23:26.050Z] [2024-11-21T05:23:26.050Z] #182 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:23:26.320Z] #182 DONE 0.1s [2024-11-21T05:23:26.320Z] [2024-11-21T05:23:26.320Z] #183 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-11-21T05:23:26.320Z] #183 DONE 0.2s [2024-11-21T05:23:26.320Z] [2024-11-21T05:23:26.320Z] #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-11-21T05:23:26.905Z] #184 DONE 0.3s [2024-11-21T05:23:26.905Z] [2024-11-21T05:23:26.905Z] #185 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-11-21T05:23:26.905Z] #185 DONE 0.1s [2024-11-21T05:23:26.905Z] [2024-11-21T05:23:26.905Z] #186 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-11-21T05:23:28.850Z] #186 DONE 1.8s [2024-11-21T05:23:28.850Z] [2024-11-21T05:23:28.850Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:23:28.850Z] #144 ... [2024-11-21T05:23:28.850Z] [2024-11-21T05:23:28.850Z] #102 [security-secretstore-setup] exporting to image [2024-11-21T05:23:28.850Z] #102 exporting layers [2024-11-21T05:23:29.805Z] #102 exporting layers 1.2s done [2024-11-21T05:23:30.069Z] #102 writing image sha256:02fa8e3d0cccd9fdbfe4aea4e576418947d240205b4140483601d1ee2e5f510a done [2024-11-21T05:23:30.069Z] #102 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-11-21T05:23:30.069Z] #102 DONE 10.2s [2024-11-21T05:23:30.069Z] [2024-11-21T05:23:30.069Z] #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-11-21T05:26:21.794Z] #142 ... [2024-11-21T05:26:21.794Z] [2024-11-21T05:26:21.794Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-11-21T05:26:21.794Z] #150 DONE 1313.2s [2024-11-21T05:26:21.794Z] [2024-11-21T05:26:21.794Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:26:21.794Z] #144 ... [2024-11-21T05:26:21.794Z] [2024-11-21T05:26:21.794Z] #187 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:26:21.794Z] #187 DONE 0.2s [2024-11-21T05:26:21.794Z] [2024-11-21T05:26:21.794Z] #188 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:26:21.794Z] #188 DONE 0.2s [2024-11-21T05:26:21.794Z] [2024-11-21T05:26:21.794Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:26:21.794Z] #144 ... [2024-11-21T05:26:21.794Z] [2024-11-21T05:26:21.794Z] #189 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-11-21T05:26:21.794Z] #189 DONE 0.3s [2024-11-21T05:26:21.794Z] [2024-11-21T05:26:21.794Z] #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 [2024-11-21T05:26:21.794Z] #190 DONE 0.1s [2024-11-21T05:26:21.794Z] [2024-11-21T05:26:21.794Z] #102 [security-spiffe-token-provider] exporting to image [2024-11-21T05:26:21.794Z] #102 exporting layers [2024-11-21T05:26:21.794Z] #102 exporting layers 0.8s done [2024-11-21T05:26:21.794Z] #102 writing image sha256:e15fa4395def9ddd214c7cf1f9049d48bed57c3c52d8c661e4d2d113fc3318ed done [2024-11-21T05:26:21.794Z] #102 naming to docker.io/library/security-spiffe-token-provider-arm64 0.1s done [2024-11-21T05:26:21.794Z] #102 DONE 11.1s [2024-11-21T05:26:21.794Z] [2024-11-21T05:26:21.794Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-11-21T05:32:58.796Z] #145 ... [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-11-21T05:32:58.796Z] #143 DONE 1711.1s [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-11-21T05:32:58.796Z] #149 ... [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #191 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:32:58.796Z] #191 DONE 0.2s [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-11-21T05:32:58.796Z] #148 ... [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #192 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:32:58.796Z] #192 DONE 0.1s [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-11-21T05:32:58.796Z] #148 ... [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-11-21T05:32:58.796Z] #193 DONE 0.3s [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #194 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:32:58.796Z] #194 DONE 0.1s [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #195 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-11-21T05:32:58.796Z] #195 DONE 0.2s [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #196 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-11-21T05:32:58.796Z] #196 DONE 1.9s [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #102 [security-proxy-auth] exporting to image [2024-11-21T05:32:58.796Z] #102 exporting layers [2024-11-21T05:32:58.796Z] #102 ... [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-11-21T05:32:58.796Z] #146 DONE 1714.6s [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #102 [security-proxy-auth] exporting to image [2024-11-21T05:32:58.796Z] #102 exporting layers 0.9s done [2024-11-21T05:32:58.796Z] #102 writing image sha256:a7f7453373c1e2856f0ae2168f978ca2b4eda5eead288ffe3b5dcb6b6b9f0960 0.0s done [2024-11-21T05:32:58.796Z] #102 naming to docker.io/library/security-proxy-auth-arm64 done [2024-11-21T05:32:58.796Z] #102 DONE 12.0s [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.796Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-11-21T05:32:58.796Z] #148 ... [2024-11-21T05:32:58.796Z] [2024-11-21T05:32:58.797Z] #197 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:32:58.797Z] #197 CACHED [2024-11-21T05:32:58.797Z] [2024-11-21T05:32:58.797Z] #198 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:32:58.797Z] #198 CACHED [2024-11-21T05:32:58.797Z] [2024-11-21T05:32:58.797Z] #199 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-11-21T05:32:58.797Z] #199 DONE 0.4s [2024-11-21T05:32:58.797Z] [2024-11-21T05:32:58.797Z] #200 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:32:58.797Z] #200 DONE 0.2s [2024-11-21T05:32:58.797Z] [2024-11-21T05:32:58.797Z] #102 [core-command] exporting to image [2024-11-21T05:32:58.797Z] #102 exporting layers 0.2s done [2024-11-21T05:32:58.797Z] #102 writing image sha256:e3f078d3e3e98548b6f6b50d30b1eb454ae91dd7089915c93bf86af92c6fefa4 done [2024-11-21T05:32:58.797Z] #102 naming to docker.io/library/core-command-arm64 done [2024-11-21T05:32:58.797Z] #102 DONE 12.3s [2024-11-21T05:32:58.797Z] [2024-11-21T05:32:58.797Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-11-21T05:34:35.417Z] #145 ... [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-11-21T05:34:35.417Z] #142 DONE 1814.4s [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-11-21T05:34:35.417Z] #149 ... [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #201 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:34:35.417Z] #201 DONE 0.3s [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-11-21T05:34:35.417Z] #145 ... [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #202 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-11-21T05:34:35.417Z] #202 DONE 0.4s [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #203 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:34:35.417Z] #203 DONE 0.3s [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #204 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-11-21T05:34:35.417Z] #204 DONE 0.3s [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #102 [core-keeper] exporting to image [2024-11-21T05:34:35.417Z] #102 exporting layers [2024-11-21T05:34:35.417Z] #102 exporting layers 0.5s done [2024-11-21T05:34:35.417Z] #102 writing image sha256:48f03f1b0d440a7217596e63d0bb9dada7881b741874811cfb4aefa738f00040 done [2024-11-21T05:34:35.417Z] #102 naming to docker.io/library/core-keeper-arm64 done [2024-11-21T05:34:35.417Z] #102 DONE 12.8s [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:34:35.417Z] #144 ... [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-11-21T05:34:35.417Z] #148 DONE 1819.2s [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:34:35.417Z] #144 ... [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #205 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:34:35.417Z] #205 DONE 0.2s [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-11-21T05:34:35.417Z] #149 ... [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #206 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:34:35.417Z] #206 DONE 0.3s [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #207 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-11-21T05:34:35.417Z] #207 DONE 0.5s [2024-11-21T05:34:35.417Z] [2024-11-21T05:34:35.417Z] #208 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:34:35.682Z] #208 DONE 0.1s [2024-11-21T05:34:35.682Z] [2024-11-21T05:34:35.682Z] #209 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-11-21T05:34:35.682Z] #209 DONE 0.1s [2024-11-21T05:34:35.682Z] [2024-11-21T05:34:35.682Z] #102 [core-data] exporting to image [2024-11-21T05:34:35.682Z] #102 exporting layers [2024-11-21T05:34:36.264Z] #102 exporting layers 0.4s done [2024-11-21T05:34:36.264Z] #102 writing image sha256:d653a05eb5dd4e12583540e4a971d7933bbd75bb401a983bbd63d154a16a677e done [2024-11-21T05:34:36.264Z] #102 naming to docker.io/library/core-data-arm64 done [2024-11-21T05:34:36.264Z] #102 DONE 13.2s [2024-11-21T05:34:36.264Z] [2024-11-21T05:34:36.264Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-11-21T05:34:38.834Z] #149 DONE 1823.6s [2024-11-21T05:34:38.834Z] [2024-11-21T05:34:38.834Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-11-21T05:34:39.101Z] #145 ... [2024-11-21T05:34:39.101Z] [2024-11-21T05:34:39.101Z] #210 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:34:39.368Z] #210 DONE 0.2s [2024-11-21T05:34:39.368Z] [2024-11-21T05:34:39.368Z] #211 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:34:39.671Z] #211 DONE 0.1s [2024-11-21T05:34:39.671Z] [2024-11-21T05:34:39.671Z] #212 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-11-21T05:34:39.938Z] #212 DONE 0.4s [2024-11-21T05:34:39.938Z] [2024-11-21T05:34:39.938Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:34:39.938Z] #144 ... [2024-11-21T05:34:39.938Z] [2024-11-21T05:34:39.938Z] #213 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:34:39.938Z] #213 DONE 0.1s [2024-11-21T05:34:40.203Z] [2024-11-21T05:34:40.203Z] #214 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-11-21T05:34:40.203Z] #214 DONE 0.1s [2024-11-21T05:34:40.203Z] [2024-11-21T05:34:40.203Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:34:40.203Z] #144 ... [2024-11-21T05:34:40.203Z] [2024-11-21T05:34:40.203Z] #215 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-11-21T05:34:40.203Z] #215 DONE 0.1s [2024-11-21T05:34:40.470Z] [2024-11-21T05:34:40.470Z] #102 [core-metadata] exporting to image [2024-11-21T05:34:40.742Z] #102 exporting layers 0.4s done [2024-11-21T05:34:40.742Z] #102 writing image sha256:5c59315e8f0a744b871bc932730bfec53d069a0157db1cfa63406df20f903753 done [2024-11-21T05:34:40.742Z] #102 naming to docker.io/library/core-metadata-arm64 done [2024-11-21T05:34:40.742Z] #102 DONE 13.6s [2024-11-21T05:34:40.742Z] [2024-11-21T05:34:40.742Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-11-21T05:35:07.399Z] #145 DONE 1848.7s [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-21T05:35:07.399Z] #144 DONE 1848.7s [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #216 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:35:07.399Z] #216 DONE 0.2s [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #217 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:35:07.399Z] #217 DONE 0.2s [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #218 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-11-21T05:35:07.399Z] #218 ... [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #219 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-21T05:35:07.399Z] #219 DONE 0.1s [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #220 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-11-21T05:35:07.399Z] #220 DONE 0.2s [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #221 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-11-21T05:35:07.399Z] #221 ... [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #218 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-11-21T05:35:07.399Z] #218 DONE 0.5s [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #221 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-11-21T05:35:07.399Z] #221 DONE 0.3s [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #222 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2024-11-21T05:35:07.399Z] #222 DONE 0.2s [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #102 [support-scheduler] exporting to image [2024-11-21T05:35:07.399Z] #102 exporting layers [2024-11-21T05:35:07.399Z] #102 ... [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #223 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-11-21T05:35:07.399Z] #223 DONE 0.2s [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #224 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-11-21T05:35:07.399Z] #224 DONE 0.2s [2024-11-21T05:35:07.399Z] [2024-11-21T05:35:07.399Z] #102 [support-notifications] exporting to image [2024-11-21T05:35:07.399Z] #102 exporting layers 0.6s done [2024-11-21T05:35:07.399Z] #102 writing image sha256:5b15939689faa62ef0835a0dd156e36ccaa03eb25a7810d5fb744f57afdbc280 0.0s done [2024-11-21T05:35:07.399Z] #102 naming to docker.io/library/support-scheduler-arm64 done [2024-11-21T05:35:07.399Z] #102 exporting layers 0.5s done [2024-11-21T05:35:07.399Z] #102 writing image sha256:bdfd9b8be955ec4f29e2e8a3cba53f5a17f56927e12621fa25dd97e1172db264 done [2024-11-21T05:35:07.399Z] #102 naming to docker.io/library/support-notifications-arm64 done [2024-11-21T05:35:07.399Z] #102 DONE 14.5s [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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" [2024-11-21T05:35:07.399Z] 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] } [2024-11-21T05:35:07.423Z] $ docker stop --time=1 8b6a68ff072471229072f17af7a52e8b5cb5b300ea1b813c8ae2c5d3390e583c [2024-11-21T05:35:09.063Z] $ docker rm -f --volumes 8b6a68ff072471229072f17af7a52e8b5cb5b300ea1b813c8ae2c5d3390e583c [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-21T05:35:09.527Z] + docker images [2024-11-21T05:35:09.527Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-11-21T05:35:09.527Z] support-notifications-arm64 latest bdfd9b8be955 4 seconds ago 52.7MB [2024-11-21T05:35:09.527Z] support-scheduler-arm64 latest 5b15939689fa 5 seconds ago 53.6MB [2024-11-21T05:35:09.527Z] core-metadata-arm64 latest 5c59315e8f0a 29 seconds ago 38.5MB [2024-11-21T05:35:09.527Z] core-data-arm64 latest d653a05eb5dd 34 seconds ago 38.5MB [2024-11-21T05:35:09.527Z] core-keeper-arm64 latest 48f03f1b0d44 39 seconds ago 31.7MB [2024-11-21T05:35:09.527Z] core-command-arm64 latest e3f078d3e3e9 2 minutes ago 34.3MB [2024-11-21T05:35:09.527Z] security-proxy-auth-arm64 latest a7f7453373c1 2 minutes ago 33.3MB [2024-11-21T05:35:09.527Z] security-spiffe-token-provider-arm64 latest e15fa4395def 9 minutes ago 40.2MB [2024-11-21T05:35:09.527Z] security-secretstore-setup-arm64 latest 02fa8e3d0ccc 11 minutes ago 47.6MB [2024-11-21T05:35:09.527Z] security-bootstrapper-arm64 latest 898abba76f1a 11 minutes ago 27.2MB [2024-11-21T05:35:09.527Z] security-proxy-setup-arm64 latest d4d0eb166991 12 minutes ago 36.2MB [2024-11-21T05:35:09.527Z] core-common-config-bootstrapper-arm64 latest 67b24374bd17 12 minutes ago 24.1MB [2024-11-21T05:35:09.527Z] security-spire-agent-arm64 latest 06ab8b133251 31 minutes ago 182MB [2024-11-21T05:35:09.527Z] security-spire-server-arm64 latest be0510f7a2f7 31 minutes ago 124MB [2024-11-21T05:35:09.527Z] security-spire-config-arm64 latest 295d03cfba16 32 minutes ago 123MB [2024-11-21T05:35:09.527Z] ci-base-image-arm64 latest 27d1b8a543e6 33 minutes ago 960MB [2024-11-21T05:35:09.527Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine be29e6b0f0d4 7 weeks ago 558MB [2024-11-21T05:35:09.527Z] 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 [2024-11-21T05:35:09.653Z] provisioning config files... [2024-11-21T05:35:09.666Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/755@tmp/config3749676740915413821tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:35:10.004Z] ---> ****-login.sh [2024-11-21T05:35:10.004Z] nexus3.edgexfoundry.org:10001 [2024-11-21T05:35:10.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T05:35:10.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T05:35:10.273Z] Configure a credential helper to remove this warning. See [2024-11-21T05:35:10.273Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T05:35:10.273Z] [2024-11-21T05:35:10.273Z] Login Succeeded [2024-11-21T05:35:10.273Z] nexus3.edgexfoundry.org:10002 [2024-11-21T05:35:10.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T05:35:10.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T05:35:10.539Z] Configure a credential helper to remove this warning. See [2024-11-21T05:35:10.539Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T05:35:10.539Z] [2024-11-21T05:35:10.539Z] Login Succeeded [2024-11-21T05:35:10.539Z] nexus3.edgexfoundry.org:10003 [2024-11-21T05:35:10.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T05:35:10.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T05:35:10.805Z] Configure a credential helper to remove this warning. See [2024-11-21T05:35:10.805Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T05:35:10.805Z] [2024-11-21T05:35:10.805Z] Login Succeeded [2024-11-21T05:35:10.805Z] nexus3.edgexfoundry.org:10004 [2024-11-21T05:35:11.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T05:35:11.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T05:35:11.335Z] Configure a credential helper to remove this warning. See [2024-11-21T05:35:11.335Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T05:35:11.335Z] [2024-11-21T05:35:11.335Z] Login Succeeded [2024-11-21T05:35:11.335Z] ****.io [2024-11-21T05:35:11.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-21T05:35:11.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-21T05:35:11.600Z] Configure a credential helper to remove this warning. See [2024-11-21T05:35:11.600Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-21T05:35:11.600Z] [2024-11-21T05:35:11.600Z] Login Succeeded [2024-11-21T05:35:11.600Z] ---> ****-login.sh ends [Pipeline] } [2024-11-21T05:35:11.611Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:35:11.658Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-21T05:35:11.698Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-11-21T05:35:11.698Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:11.698Z] latest [2024-11-21T05:35:11.698Z] 4.0.0-dev.21 [2024-11-21T05:35:11.698Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:11.698Z] main [2024-11-21T05:35:11.698Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:12.144Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:12.790Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:12.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-11-21T05:35:12.791Z] 91c49b9b0448: Preparing [2024-11-21T05:35:12.791Z] 1a0b0d5a2063: Preparing [2024-11-21T05:35:12.791Z] afe4aa98f18e: Preparing [2024-11-21T05:35:12.791Z] c25d424d8608: Preparing [2024-11-21T05:35:12.791Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:12.791Z] c1d16d9dea22: Preparing [2024-11-21T05:35:12.791Z] 651d9022c234: Preparing [2024-11-21T05:35:12.791Z] c1d16d9dea22: Waiting [2024-11-21T05:35:12.791Z] 651d9022c234: Waiting [2024-11-21T05:35:13.069Z] c25d424d8608: Pushed [2024-11-21T05:35:13.069Z] 91c49b9b0448: Pushed [2024-11-21T05:35:13.069Z] afe4aa98f18e: Pushed [2024-11-21T05:35:13.069Z] 651d9022c234: Layer already exists [2024-11-21T05:35:13.346Z] c1d16d9dea22: Pushed [2024-11-21T05:35:14.310Z] 3bac4c1f151b: Pushed [2024-11-21T05:35:17.642Z] 1a0b0d5a2063: Pushed [2024-11-21T05:35:17.642Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:9f4fbfd915ae67f600667ab5e80759a52a69eb841d9bf3cea92c6a84902113dd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:18.006Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:18.352Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-11-21T05:35:18.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-11-21T05:35:18.352Z] 91c49b9b0448: Preparing [2024-11-21T05:35:18.352Z] 1a0b0d5a2063: Preparing [2024-11-21T05:35:18.352Z] afe4aa98f18e: Preparing [2024-11-21T05:35:18.352Z] c25d424d8608: Preparing [2024-11-21T05:35:18.352Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:18.352Z] c1d16d9dea22: Preparing [2024-11-21T05:35:18.352Z] 651d9022c234: Preparing [2024-11-21T05:35:18.352Z] c1d16d9dea22: Waiting [2024-11-21T05:35:18.352Z] 651d9022c234: Waiting [2024-11-21T05:35:18.352Z] c25d424d8608: Layer already exists [2024-11-21T05:35:18.352Z] 91c49b9b0448: Layer already exists [2024-11-21T05:35:18.352Z] 1a0b0d5a2063: Layer already exists [2024-11-21T05:35:18.352Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:18.352Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:18.352Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:18.352Z] 651d9022c234: Layer already exists [2024-11-21T05:35:18.617Z] latest: digest: sha256:9f4fbfd915ae67f600667ab5e80759a52a69eb841d9bf3cea92c6a84902113dd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:18.969Z] + 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 [2024-11-21T05:35:19.323Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.21 [2024-11-21T05:35:19.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-11-21T05:35:19.323Z] 91c49b9b0448: Preparing [2024-11-21T05:35:19.323Z] 1a0b0d5a2063: Preparing [2024-11-21T05:35:19.323Z] afe4aa98f18e: Preparing [2024-11-21T05:35:19.323Z] c25d424d8608: Preparing [2024-11-21T05:35:19.323Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:19.323Z] c1d16d9dea22: Preparing [2024-11-21T05:35:19.323Z] 651d9022c234: Preparing [2024-11-21T05:35:19.323Z] c1d16d9dea22: Waiting [2024-11-21T05:35:19.323Z] 651d9022c234: Waiting [2024-11-21T05:35:19.323Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:19.323Z] c25d424d8608: Layer already exists [2024-11-21T05:35:19.323Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:19.323Z] 1a0b0d5a2063: Layer already exists [2024-11-21T05:35:19.323Z] 91c49b9b0448: Layer already exists [2024-11-21T05:35:19.323Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:19.323Z] 651d9022c234: Layer already exists [2024-11-21T05:35:19.323Z] 4.0.0-dev.21: digest: sha256:9f4fbfd915ae67f600667ab5e80759a52a69eb841d9bf3cea92c6a84902113dd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:19.940Z] + 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 [2024-11-21T05:35:20.313Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:20.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-11-21T05:35:20.313Z] 91c49b9b0448: Preparing [2024-11-21T05:35:20.313Z] 1a0b0d5a2063: Preparing [2024-11-21T05:35:20.313Z] afe4aa98f18e: Preparing [2024-11-21T05:35:20.313Z] c25d424d8608: Preparing [2024-11-21T05:35:20.313Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:20.313Z] c1d16d9dea22: Preparing [2024-11-21T05:35:20.313Z] 651d9022c234: Preparing [2024-11-21T05:35:20.313Z] c1d16d9dea22: Waiting [2024-11-21T05:35:20.313Z] 651d9022c234: Waiting [2024-11-21T05:35:20.313Z] 91c49b9b0448: Layer already exists [2024-11-21T05:35:20.313Z] c25d424d8608: Layer already exists [2024-11-21T05:35:20.313Z] 1a0b0d5a2063: Layer already exists [2024-11-21T05:35:20.313Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:20.313Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:20.313Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:20.313Z] 651d9022c234: Layer already exists [2024-11-21T05:35:20.581Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:9f4fbfd915ae67f600667ab5e80759a52a69eb841d9bf3cea92c6a84902113dd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:20.959Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:21.321Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-11-21T05:35:21.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-11-21T05:35:21.321Z] 91c49b9b0448: Preparing [2024-11-21T05:35:21.321Z] 1a0b0d5a2063: Preparing [2024-11-21T05:35:21.321Z] afe4aa98f18e: Preparing [2024-11-21T05:35:21.321Z] c25d424d8608: Preparing [2024-11-21T05:35:21.321Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:21.321Z] c1d16d9dea22: Preparing [2024-11-21T05:35:21.321Z] 651d9022c234: Preparing [2024-11-21T05:35:21.321Z] c1d16d9dea22: Waiting [2024-11-21T05:35:21.321Z] 651d9022c234: Waiting [2024-11-21T05:35:21.321Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:21.321Z] 91c49b9b0448: Layer already exists [2024-11-21T05:35:21.321Z] 1a0b0d5a2063: Layer already exists [2024-11-21T05:35:21.321Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:21.321Z] c25d424d8608: Layer already exists [2024-11-21T05:35:21.321Z] 651d9022c234: Layer already exists [2024-11-21T05:35:21.321Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:21.585Z] main: digest: sha256:9f4fbfd915ae67f600667ab5e80759a52a69eb841d9bf3cea92c6a84902113dd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:35:21.668Z] ===================================================== [Pipeline] echo [2024-11-21T05:35:21.684Z] taggedImages: [2024-11-21T05:35:21.684Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:21.684Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-11-21T05:35:21.684Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.21 [2024-11-21T05:35:21.684Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:21.684Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-11-21T05:35:21.717Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-11-21T05:35:21.717Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:21.717Z] latest [2024-11-21T05:35:21.717Z] 4.0.0-dev.21 [2024-11-21T05:35:21.717Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:21.717Z] main [2024-11-21T05:35:21.717Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:22.088Z] + 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 [2024-11-21T05:35:22.451Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:22.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-11-21T05:35:22.451Z] 246a676ea397: Preparing [2024-11-21T05:35:22.451Z] 1c014d69939e: Preparing [2024-11-21T05:35:22.451Z] ca792921107d: Preparing [2024-11-21T05:35:22.451Z] 0b2ca7b60936: Preparing [2024-11-21T05:35:22.451Z] afe4aa98f18e: Preparing [2024-11-21T05:35:22.451Z] c25d424d8608: Preparing [2024-11-21T05:35:22.451Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:22.451Z] c1d16d9dea22: Preparing [2024-11-21T05:35:22.451Z] 651d9022c234: Preparing [2024-11-21T05:35:22.451Z] c25d424d8608: Waiting [2024-11-21T05:35:22.451Z] 3bac4c1f151b: Waiting [2024-11-21T05:35:22.451Z] c1d16d9dea22: Waiting [2024-11-21T05:35:22.451Z] 651d9022c234: Waiting [2024-11-21T05:35:22.719Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:22.719Z] c25d424d8608: Layer already exists [2024-11-21T05:35:22.719Z] ca792921107d: Pushed [2024-11-21T05:35:22.719Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:22.719Z] 1c014d69939e: Pushed [2024-11-21T05:35:22.719Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:22.719Z] 246a676ea397: Pushed [2024-11-21T05:35:22.719Z] 651d9022c234: Layer already exists [2024-11-21T05:35:24.662Z] 0b2ca7b60936: Pushed [2024-11-21T05:35:24.930Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:c8adab59bd36442fabf17f9513f17a2d2b3329fe83457e39d90fe066883048c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:25.304Z] + 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 [2024-11-21T05:35:25.668Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-11-21T05:35:25.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-11-21T05:35:25.669Z] 246a676ea397: Preparing [2024-11-21T05:35:25.669Z] 1c014d69939e: Preparing [2024-11-21T05:35:25.669Z] ca792921107d: Preparing [2024-11-21T05:35:25.669Z] 0b2ca7b60936: Preparing [2024-11-21T05:35:25.669Z] afe4aa98f18e: Preparing [2024-11-21T05:35:25.669Z] c25d424d8608: Preparing [2024-11-21T05:35:25.669Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:25.669Z] c1d16d9dea22: Preparing [2024-11-21T05:35:25.669Z] 651d9022c234: Preparing [2024-11-21T05:35:25.669Z] c25d424d8608: Waiting [2024-11-21T05:35:25.669Z] 3bac4c1f151b: Waiting [2024-11-21T05:35:25.669Z] c1d16d9dea22: Waiting [2024-11-21T05:35:25.669Z] 651d9022c234: Waiting [2024-11-21T05:35:25.669Z] 246a676ea397: Layer already exists [2024-11-21T05:35:25.669Z] 0b2ca7b60936: Layer already exists [2024-11-21T05:35:25.669Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:25.669Z] ca792921107d: Layer already exists [2024-11-21T05:35:25.669Z] 1c014d69939e: Layer already exists [2024-11-21T05:35:25.669Z] 651d9022c234: Layer already exists [2024-11-21T05:35:25.669Z] c25d424d8608: Layer already exists [2024-11-21T05:35:25.669Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:25.669Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:25.934Z] latest: digest: sha256:c8adab59bd36442fabf17f9513f17a2d2b3329fe83457e39d90fe066883048c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:26.303Z] + 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 [2024-11-21T05:35:26.667Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.21 [2024-11-21T05:35:26.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-11-21T05:35:26.667Z] 246a676ea397: Preparing [2024-11-21T05:35:26.667Z] 1c014d69939e: Preparing [2024-11-21T05:35:26.667Z] ca792921107d: Preparing [2024-11-21T05:35:26.667Z] 0b2ca7b60936: Preparing [2024-11-21T05:35:26.667Z] afe4aa98f18e: Preparing [2024-11-21T05:35:26.667Z] c25d424d8608: Preparing [2024-11-21T05:35:26.667Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:26.667Z] c1d16d9dea22: Preparing [2024-11-21T05:35:26.667Z] 651d9022c234: Preparing [2024-11-21T05:35:26.667Z] c25d424d8608: Waiting [2024-11-21T05:35:26.667Z] 3bac4c1f151b: Waiting [2024-11-21T05:35:26.667Z] c1d16d9dea22: Waiting [2024-11-21T05:35:26.667Z] 651d9022c234: Waiting [2024-11-21T05:35:26.667Z] 246a676ea397: Layer already exists [2024-11-21T05:35:26.667Z] 0b2ca7b60936: Layer already exists [2024-11-21T05:35:26.667Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:26.667Z] 1c014d69939e: Layer already exists [2024-11-21T05:35:26.667Z] ca792921107d: Layer already exists [2024-11-21T05:35:26.667Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:26.667Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:26.667Z] c25d424d8608: Layer already exists [2024-11-21T05:35:26.667Z] 651d9022c234: Layer already exists [2024-11-21T05:35:26.935Z] 4.0.0-dev.21: digest: sha256:c8adab59bd36442fabf17f9513f17a2d2b3329fe83457e39d90fe066883048c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:27.305Z] + 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 [2024-11-21T05:35:27.669Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:27.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-11-21T05:35:27.669Z] 246a676ea397: Preparing [2024-11-21T05:35:27.669Z] 1c014d69939e: Preparing [2024-11-21T05:35:27.669Z] ca792921107d: Preparing [2024-11-21T05:35:27.669Z] 0b2ca7b60936: Preparing [2024-11-21T05:35:27.669Z] afe4aa98f18e: Preparing [2024-11-21T05:35:27.669Z] c25d424d8608: Preparing [2024-11-21T05:35:27.669Z] c25d424d8608: Waiting [2024-11-21T05:35:27.669Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:27.669Z] c1d16d9dea22: Preparing [2024-11-21T05:35:27.669Z] 3bac4c1f151b: Waiting [2024-11-21T05:35:27.669Z] c1d16d9dea22: Waiting [2024-11-21T05:35:27.669Z] 651d9022c234: Preparing [2024-11-21T05:35:27.669Z] 651d9022c234: Waiting [2024-11-21T05:35:27.669Z] 1c014d69939e: Layer already exists [2024-11-21T05:35:27.669Z] 0b2ca7b60936: Layer already exists [2024-11-21T05:35:27.669Z] 246a676ea397: Layer already exists [2024-11-21T05:35:27.669Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:27.669Z] ca792921107d: Layer already exists [2024-11-21T05:35:27.669Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:27.669Z] c25d424d8608: Layer already exists [2024-11-21T05:35:27.669Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:27.669Z] 651d9022c234: Layer already exists [2024-11-21T05:35:27.935Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:c8adab59bd36442fabf17f9513f17a2d2b3329fe83457e39d90fe066883048c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:28.298Z] + 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 [2024-11-21T05:35:28.649Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-11-21T05:35:28.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-11-21T05:35:28.650Z] 246a676ea397: Preparing [2024-11-21T05:35:28.650Z] 1c014d69939e: Preparing [2024-11-21T05:35:28.650Z] ca792921107d: Preparing [2024-11-21T05:35:28.650Z] 0b2ca7b60936: Preparing [2024-11-21T05:35:28.650Z] afe4aa98f18e: Preparing [2024-11-21T05:35:28.650Z] c25d424d8608: Preparing [2024-11-21T05:35:28.650Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:28.650Z] c1d16d9dea22: Preparing [2024-11-21T05:35:28.650Z] 651d9022c234: Preparing [2024-11-21T05:35:28.650Z] c25d424d8608: Waiting [2024-11-21T05:35:28.650Z] 3bac4c1f151b: Waiting [2024-11-21T05:35:28.650Z] c1d16d9dea22: Waiting [2024-11-21T05:35:28.650Z] 651d9022c234: Waiting [2024-11-21T05:35:28.650Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:28.650Z] 1c014d69939e: Layer already exists [2024-11-21T05:35:28.650Z] ca792921107d: Layer already exists [2024-11-21T05:35:28.650Z] 246a676ea397: Layer already exists [2024-11-21T05:35:28.650Z] 0b2ca7b60936: Layer already exists [2024-11-21T05:35:28.650Z] c25d424d8608: Layer already exists [2024-11-21T05:35:28.650Z] 651d9022c234: Layer already exists [2024-11-21T05:35:28.650Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:28.650Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:28.918Z] main: digest: sha256:c8adab59bd36442fabf17f9513f17a2d2b3329fe83457e39d90fe066883048c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:35:28.999Z] ===================================================== [Pipeline] echo [2024-11-21T05:35:29.011Z] taggedImages: [2024-11-21T05:35:29.011Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:29.011Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-11-21T05:35:29.011Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.21 [2024-11-21T05:35:29.011Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:29.011Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-11-21T05:35:29.039Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-11-21T05:35:29.040Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:29.040Z] latest [2024-11-21T05:35:29.040Z] 4.0.0-dev.21 [2024-11-21T05:35:29.040Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:29.040Z] main [2024-11-21T05:35:29.040Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:29.415Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:29.791Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:29.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-11-21T05:35:29.791Z] 97ea73536516: Preparing [2024-11-21T05:35:29.791Z] 872ea663c402: Preparing [2024-11-21T05:35:29.791Z] a2d5c44d6779: Preparing [2024-11-21T05:35:29.791Z] afe4aa98f18e: Preparing [2024-11-21T05:35:29.791Z] c25d424d8608: Preparing [2024-11-21T05:35:29.791Z] 0b7240266d8b: Preparing [2024-11-21T05:35:29.791Z] 7070b45938e4: Preparing [2024-11-21T05:35:29.791Z] 651d9022c234: Preparing [2024-11-21T05:35:29.791Z] 0b7240266d8b: Waiting [2024-11-21T05:35:29.791Z] 7070b45938e4: Waiting [2024-11-21T05:35:29.791Z] 651d9022c234: Waiting [2024-11-21T05:35:29.791Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:29.791Z] c25d424d8608: Layer already exists [2024-11-21T05:35:30.059Z] 97ea73536516: Pushed [2024-11-21T05:35:30.059Z] 872ea663c402: Pushed [2024-11-21T05:35:30.059Z] 651d9022c234: Layer already exists [2024-11-21T05:35:30.059Z] 7070b45938e4: Pushed [2024-11-21T05:35:32.004Z] 0b7240266d8b: Pushed [2024-11-21T05:35:35.340Z] a2d5c44d6779: Pushed [2024-11-21T05:35:35.340Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:e7e97c47f9492884585b231d91eec89ea2d930f4724f200cd83ae4046a0bd3d1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:35.705Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:36.054Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-11-21T05:35:36.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-11-21T05:35:36.054Z] 97ea73536516: Preparing [2024-11-21T05:35:36.054Z] 872ea663c402: Preparing [2024-11-21T05:35:36.054Z] a2d5c44d6779: Preparing [2024-11-21T05:35:36.054Z] afe4aa98f18e: Preparing [2024-11-21T05:35:36.054Z] c25d424d8608: Preparing [2024-11-21T05:35:36.054Z] 0b7240266d8b: Preparing [2024-11-21T05:35:36.054Z] 7070b45938e4: Preparing [2024-11-21T05:35:36.054Z] 651d9022c234: Preparing [2024-11-21T05:35:36.054Z] 0b7240266d8b: Waiting [2024-11-21T05:35:36.054Z] 7070b45938e4: Waiting [2024-11-21T05:35:36.054Z] 651d9022c234: Waiting [2024-11-21T05:35:36.054Z] 97ea73536516: Layer already exists [2024-11-21T05:35:36.054Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:36.054Z] c25d424d8608: Layer already exists [2024-11-21T05:35:36.054Z] a2d5c44d6779: Layer already exists [2024-11-21T05:35:36.054Z] 872ea663c402: Layer already exists [2024-11-21T05:35:36.054Z] 651d9022c234: Layer already exists [2024-11-21T05:35:36.054Z] 0b7240266d8b: Layer already exists [2024-11-21T05:35:36.054Z] 7070b45938e4: Layer already exists [2024-11-21T05:35:36.054Z] latest: digest: sha256:e7e97c47f9492884585b231d91eec89ea2d930f4724f200cd83ae4046a0bd3d1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:36.662Z] + 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 [2024-11-21T05:35:37.015Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.21 [2024-11-21T05:35:37.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-11-21T05:35:37.015Z] 97ea73536516: Preparing [2024-11-21T05:35:37.015Z] 872ea663c402: Preparing [2024-11-21T05:35:37.015Z] a2d5c44d6779: Preparing [2024-11-21T05:35:37.015Z] afe4aa98f18e: Preparing [2024-11-21T05:35:37.015Z] c25d424d8608: Preparing [2024-11-21T05:35:37.015Z] 0b7240266d8b: Preparing [2024-11-21T05:35:37.015Z] 7070b45938e4: Preparing [2024-11-21T05:35:37.015Z] 651d9022c234: Preparing [2024-11-21T05:35:37.015Z] 0b7240266d8b: Waiting [2024-11-21T05:35:37.015Z] 7070b45938e4: Waiting [2024-11-21T05:35:37.015Z] 651d9022c234: Waiting [2024-11-21T05:35:37.015Z] 97ea73536516: Layer already exists [2024-11-21T05:35:37.015Z] c25d424d8608: Layer already exists [2024-11-21T05:35:37.015Z] a2d5c44d6779: Layer already exists [2024-11-21T05:35:37.015Z] 872ea663c402: Layer already exists [2024-11-21T05:35:37.015Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:37.015Z] 7070b45938e4: Layer already exists [2024-11-21T05:35:37.015Z] 0b7240266d8b: Layer already exists [2024-11-21T05:35:37.015Z] 651d9022c234: Layer already exists [2024-11-21T05:35:37.280Z] 4.0.0-dev.21: digest: sha256:e7e97c47f9492884585b231d91eec89ea2d930f4724f200cd83ae4046a0bd3d1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:37.635Z] + 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 [2024-11-21T05:35:37.981Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:37.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-11-21T05:35:37.981Z] 97ea73536516: Preparing [2024-11-21T05:35:37.981Z] 872ea663c402: Preparing [2024-11-21T05:35:37.981Z] a2d5c44d6779: Preparing [2024-11-21T05:35:37.981Z] afe4aa98f18e: Preparing [2024-11-21T05:35:37.981Z] c25d424d8608: Preparing [2024-11-21T05:35:37.981Z] 0b7240266d8b: Preparing [2024-11-21T05:35:37.981Z] 7070b45938e4: Preparing [2024-11-21T05:35:37.981Z] 651d9022c234: Preparing [2024-11-21T05:35:37.981Z] 0b7240266d8b: Waiting [2024-11-21T05:35:37.981Z] 7070b45938e4: Waiting [2024-11-21T05:35:37.981Z] 651d9022c234: Waiting [2024-11-21T05:35:37.981Z] 872ea663c402: Layer already exists [2024-11-21T05:35:37.981Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:37.981Z] c25d424d8608: Layer already exists [2024-11-21T05:35:37.981Z] 97ea73536516: Layer already exists [2024-11-21T05:35:37.981Z] a2d5c44d6779: Layer already exists [2024-11-21T05:35:37.981Z] 7070b45938e4: Layer already exists [2024-11-21T05:35:37.981Z] 0b7240266d8b: Layer already exists [2024-11-21T05:35:37.981Z] 651d9022c234: Layer already exists [2024-11-21T05:35:38.247Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:e7e97c47f9492884585b231d91eec89ea2d930f4724f200cd83ae4046a0bd3d1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:38.595Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:38.946Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-11-21T05:35:38.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-11-21T05:35:38.946Z] 97ea73536516: Preparing [2024-11-21T05:35:38.946Z] 872ea663c402: Preparing [2024-11-21T05:35:38.946Z] a2d5c44d6779: Preparing [2024-11-21T05:35:38.946Z] afe4aa98f18e: Preparing [2024-11-21T05:35:38.946Z] c25d424d8608: Preparing [2024-11-21T05:35:38.946Z] 0b7240266d8b: Preparing [2024-11-21T05:35:38.946Z] 7070b45938e4: Preparing [2024-11-21T05:35:38.946Z] 651d9022c234: Preparing [2024-11-21T05:35:38.946Z] 0b7240266d8b: Waiting [2024-11-21T05:35:38.946Z] 7070b45938e4: Waiting [2024-11-21T05:35:38.946Z] 651d9022c234: Waiting [2024-11-21T05:35:38.946Z] a2d5c44d6779: Layer already exists [2024-11-21T05:35:38.946Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:38.946Z] 872ea663c402: Layer already exists [2024-11-21T05:35:38.946Z] 97ea73536516: Layer already exists [2024-11-21T05:35:38.946Z] c25d424d8608: Layer already exists [2024-11-21T05:35:38.946Z] 7070b45938e4: Layer already exists [2024-11-21T05:35:38.946Z] 0b7240266d8b: Layer already exists [2024-11-21T05:35:38.946Z] 651d9022c234: Layer already exists [2024-11-21T05:35:39.209Z] main: digest: sha256:e7e97c47f9492884585b231d91eec89ea2d930f4724f200cd83ae4046a0bd3d1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:35:39.287Z] ===================================================== [Pipeline] echo [2024-11-21T05:35:39.304Z] taggedImages: [2024-11-21T05:35:39.304Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:39.304Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-11-21T05:35:39.304Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.21 [2024-11-21T05:35:39.304Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:39.304Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-11-21T05:35:39.334Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-11-21T05:35:39.334Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:39.334Z] latest [2024-11-21T05:35:39.334Z] 4.0.0-dev.21 [2024-11-21T05:35:39.334Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:39.334Z] main [2024-11-21T05:35:39.334Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:39.695Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:40.045Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:40.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-11-21T05:35:40.045Z] 50462f2c53f4: Preparing [2024-11-21T05:35:40.045Z] b414a527842f: Preparing [2024-11-21T05:35:40.045Z] 7806f2fa7b85: Preparing [2024-11-21T05:35:40.045Z] c25d424d8608: Preparing [2024-11-21T05:35:40.045Z] f666132cb4f1: Preparing [2024-11-21T05:35:40.045Z] edc62937dab0: Preparing [2024-11-21T05:35:40.045Z] 651d9022c234: Preparing [2024-11-21T05:35:40.045Z] edc62937dab0: Waiting [2024-11-21T05:35:40.045Z] 651d9022c234: Waiting [2024-11-21T05:35:40.045Z] c25d424d8608: Layer already exists [2024-11-21T05:35:40.317Z] b414a527842f: Pushed [2024-11-21T05:35:40.317Z] f666132cb4f1: Pushed [2024-11-21T05:35:40.317Z] 50462f2c53f4: Pushed [2024-11-21T05:35:40.317Z] 651d9022c234: Layer already exists [2024-11-21T05:35:40.317Z] edc62937dab0: Pushed [2024-11-21T05:35:45.649Z] 7806f2fa7b85: Pushed [2024-11-21T05:35:45.649Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:990059d2d644b9ab52945f86c336091350846a165e2911170807735fcb48a9fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:46.010Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:46.362Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-11-21T05:35:46.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-11-21T05:35:46.362Z] 50462f2c53f4: Preparing [2024-11-21T05:35:46.362Z] b414a527842f: Preparing [2024-11-21T05:35:46.362Z] 7806f2fa7b85: Preparing [2024-11-21T05:35:46.362Z] c25d424d8608: Preparing [2024-11-21T05:35:46.362Z] f666132cb4f1: Preparing [2024-11-21T05:35:46.362Z] edc62937dab0: Preparing [2024-11-21T05:35:46.362Z] 651d9022c234: Preparing [2024-11-21T05:35:46.362Z] edc62937dab0: Waiting [2024-11-21T05:35:46.362Z] 651d9022c234: Waiting [2024-11-21T05:35:46.362Z] 50462f2c53f4: Layer already exists [2024-11-21T05:35:46.362Z] 7806f2fa7b85: Layer already exists [2024-11-21T05:35:46.362Z] b414a527842f: Layer already exists [2024-11-21T05:35:46.362Z] f666132cb4f1: Layer already exists [2024-11-21T05:35:46.362Z] c25d424d8608: Layer already exists [2024-11-21T05:35:46.362Z] 651d9022c234: Layer already exists [2024-11-21T05:35:46.362Z] edc62937dab0: Layer already exists [2024-11-21T05:35:46.627Z] latest: digest: sha256:990059d2d644b9ab52945f86c336091350846a165e2911170807735fcb48a9fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:46.975Z] + 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 [2024-11-21T05:35:47.326Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.21 [2024-11-21T05:35:47.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-11-21T05:35:47.326Z] 50462f2c53f4: Preparing [2024-11-21T05:35:47.326Z] b414a527842f: Preparing [2024-11-21T05:35:47.326Z] 7806f2fa7b85: Preparing [2024-11-21T05:35:47.326Z] c25d424d8608: Preparing [2024-11-21T05:35:47.326Z] f666132cb4f1: Preparing [2024-11-21T05:35:47.326Z] edc62937dab0: Preparing [2024-11-21T05:35:47.326Z] 651d9022c234: Preparing [2024-11-21T05:35:47.326Z] edc62937dab0: Waiting [2024-11-21T05:35:47.326Z] 651d9022c234: Waiting [2024-11-21T05:35:47.326Z] 50462f2c53f4: Layer already exists [2024-11-21T05:35:47.326Z] 7806f2fa7b85: Layer already exists [2024-11-21T05:35:47.326Z] b414a527842f: Layer already exists [2024-11-21T05:35:47.326Z] c25d424d8608: Layer already exists [2024-11-21T05:35:47.326Z] f666132cb4f1: Layer already exists [2024-11-21T05:35:47.326Z] 651d9022c234: Layer already exists [2024-11-21T05:35:47.326Z] edc62937dab0: Layer already exists [2024-11-21T05:35:47.326Z] 4.0.0-dev.21: digest: sha256:990059d2d644b9ab52945f86c336091350846a165e2911170807735fcb48a9fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:47.942Z] + 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 [2024-11-21T05:35:48.283Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:48.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-11-21T05:35:48.283Z] 50462f2c53f4: Preparing [2024-11-21T05:35:48.283Z] b414a527842f: Preparing [2024-11-21T05:35:48.283Z] 7806f2fa7b85: Preparing [2024-11-21T05:35:48.283Z] c25d424d8608: Preparing [2024-11-21T05:35:48.283Z] f666132cb4f1: Preparing [2024-11-21T05:35:48.283Z] edc62937dab0: Preparing [2024-11-21T05:35:48.283Z] edc62937dab0: Waiting [2024-11-21T05:35:48.283Z] 651d9022c234: Preparing [2024-11-21T05:35:48.283Z] 651d9022c234: Waiting [2024-11-21T05:35:48.283Z] 50462f2c53f4: Layer already exists [2024-11-21T05:35:48.283Z] c25d424d8608: Layer already exists [2024-11-21T05:35:48.283Z] 7806f2fa7b85: Layer already exists [2024-11-21T05:35:48.283Z] f666132cb4f1: Layer already exists [2024-11-21T05:35:48.283Z] b414a527842f: Layer already exists [2024-11-21T05:35:48.283Z] edc62937dab0: Layer already exists [2024-11-21T05:35:48.283Z] 651d9022c234: Layer already exists [2024-11-21T05:35:48.547Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:990059d2d644b9ab52945f86c336091350846a165e2911170807735fcb48a9fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:48.908Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:49.255Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-11-21T05:35:49.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-11-21T05:35:49.255Z] 50462f2c53f4: Preparing [2024-11-21T05:35:49.255Z] b414a527842f: Preparing [2024-11-21T05:35:49.255Z] 7806f2fa7b85: Preparing [2024-11-21T05:35:49.255Z] c25d424d8608: Preparing [2024-11-21T05:35:49.255Z] f666132cb4f1: Preparing [2024-11-21T05:35:49.255Z] edc62937dab0: Preparing [2024-11-21T05:35:49.255Z] 651d9022c234: Preparing [2024-11-21T05:35:49.255Z] edc62937dab0: Waiting [2024-11-21T05:35:49.255Z] 651d9022c234: Waiting [2024-11-21T05:35:49.255Z] b414a527842f: Layer already exists [2024-11-21T05:35:49.255Z] f666132cb4f1: Layer already exists [2024-11-21T05:35:49.255Z] 50462f2c53f4: Layer already exists [2024-11-21T05:35:49.255Z] 7806f2fa7b85: Layer already exists [2024-11-21T05:35:49.255Z] c25d424d8608: Layer already exists [2024-11-21T05:35:49.255Z] 651d9022c234: Layer already exists [2024-11-21T05:35:49.255Z] edc62937dab0: Layer already exists [2024-11-21T05:35:49.255Z] main: digest: sha256:990059d2d644b9ab52945f86c336091350846a165e2911170807735fcb48a9fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:35:49.599Z] ===================================================== [Pipeline] echo [2024-11-21T05:35:49.612Z] taggedImages: [2024-11-21T05:35:49.612Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:49.612Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-11-21T05:35:49.612Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.21 [2024-11-21T05:35:49.612Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:49.612Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-11-21T05:35:49.642Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-11-21T05:35:49.642Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:49.642Z] latest [2024-11-21T05:35:49.642Z] 4.0.0-dev.21 [2024-11-21T05:35:49.642Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:49.642Z] main [2024-11-21T05:35:49.642Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:50.005Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:50.366Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:50.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-11-21T05:35:50.367Z] c7137ea52352: Preparing [2024-11-21T05:35:50.367Z] 15169cb8ccf8: Preparing [2024-11-21T05:35:50.367Z] ce2d3d5d91cd: Preparing [2024-11-21T05:35:50.367Z] feb67b1988e1: Preparing [2024-11-21T05:35:50.367Z] afe4aa98f18e: Preparing [2024-11-21T05:35:50.367Z] c25d424d8608: Preparing [2024-11-21T05:35:50.367Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:50.367Z] c1d16d9dea22: Preparing [2024-11-21T05:35:50.367Z] 651d9022c234: Preparing [2024-11-21T05:35:50.367Z] 3bac4c1f151b: Waiting [2024-11-21T05:35:50.367Z] c1d16d9dea22: Waiting [2024-11-21T05:35:50.367Z] 651d9022c234: Waiting [2024-11-21T05:35:50.367Z] c25d424d8608: Waiting [2024-11-21T05:35:50.367Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:50.631Z] c25d424d8608: Layer already exists [2024-11-21T05:35:50.631Z] 15169cb8ccf8: Pushed [2024-11-21T05:35:50.631Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:50.631Z] ce2d3d5d91cd: Pushed [2024-11-21T05:35:50.631Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:50.631Z] 651d9022c234: Layer already exists [2024-11-21T05:35:50.631Z] c7137ea52352: Pushed [2024-11-21T05:35:55.965Z] feb67b1988e1: Pushed [2024-11-21T05:35:55.965Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:4055d1262b4a8087bac589750533009832b5c10b3b52a6a3e702dcbec44139db size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:56.325Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:56.685Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-11-21T05:35:56.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-11-21T05:35:56.686Z] c7137ea52352: Preparing [2024-11-21T05:35:56.686Z] 15169cb8ccf8: Preparing [2024-11-21T05:35:56.686Z] ce2d3d5d91cd: Preparing [2024-11-21T05:35:56.686Z] feb67b1988e1: Preparing [2024-11-21T05:35:56.686Z] afe4aa98f18e: Preparing [2024-11-21T05:35:56.686Z] c25d424d8608: Preparing [2024-11-21T05:35:56.686Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:56.686Z] c1d16d9dea22: Preparing [2024-11-21T05:35:56.686Z] 651d9022c234: Preparing [2024-11-21T05:35:56.686Z] c25d424d8608: Waiting [2024-11-21T05:35:56.686Z] c1d16d9dea22: Waiting [2024-11-21T05:35:56.686Z] 651d9022c234: Waiting [2024-11-21T05:35:56.686Z] 3bac4c1f151b: Waiting [2024-11-21T05:35:56.686Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:56.686Z] 15169cb8ccf8: Layer already exists [2024-11-21T05:35:56.686Z] ce2d3d5d91cd: Layer already exists [2024-11-21T05:35:56.686Z] c7137ea52352: Layer already exists [2024-11-21T05:35:56.686Z] feb67b1988e1: Layer already exists [2024-11-21T05:35:56.686Z] c25d424d8608: Layer already exists [2024-11-21T05:35:56.686Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:56.686Z] 651d9022c234: Layer already exists [2024-11-21T05:35:56.686Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:56.954Z] latest: digest: sha256:4055d1262b4a8087bac589750533009832b5c10b3b52a6a3e702dcbec44139db size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:57.315Z] + 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 [2024-11-21T05:35:57.671Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.21 [2024-11-21T05:35:57.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-11-21T05:35:57.671Z] c7137ea52352: Preparing [2024-11-21T05:35:57.671Z] 15169cb8ccf8: Preparing [2024-11-21T05:35:57.671Z] ce2d3d5d91cd: Preparing [2024-11-21T05:35:57.671Z] feb67b1988e1: Preparing [2024-11-21T05:35:57.671Z] afe4aa98f18e: Preparing [2024-11-21T05:35:57.671Z] c25d424d8608: Preparing [2024-11-21T05:35:57.671Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:57.671Z] c1d16d9dea22: Preparing [2024-11-21T05:35:57.671Z] 651d9022c234: Preparing [2024-11-21T05:35:57.671Z] 3bac4c1f151b: Waiting [2024-11-21T05:35:57.671Z] c1d16d9dea22: Waiting [2024-11-21T05:35:57.671Z] c25d424d8608: Waiting [2024-11-21T05:35:57.671Z] 651d9022c234: Waiting [2024-11-21T05:35:57.671Z] feb67b1988e1: Layer already exists [2024-11-21T05:35:57.671Z] 15169cb8ccf8: Layer already exists [2024-11-21T05:35:57.671Z] ce2d3d5d91cd: Layer already exists [2024-11-21T05:35:57.671Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:57.671Z] c7137ea52352: Layer already exists [2024-11-21T05:35:57.671Z] 651d9022c234: Layer already exists [2024-11-21T05:35:57.671Z] c25d424d8608: Layer already exists [2024-11-21T05:35:57.671Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:57.671Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:57.937Z] 4.0.0-dev.21: digest: sha256:4055d1262b4a8087bac589750533009832b5c10b3b52a6a3e702dcbec44139db size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:58.293Z] + 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 [2024-11-21T05:35:58.647Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:58.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-11-21T05:35:58.647Z] c7137ea52352: Preparing [2024-11-21T05:35:58.647Z] 15169cb8ccf8: Preparing [2024-11-21T05:35:58.647Z] ce2d3d5d91cd: Preparing [2024-11-21T05:35:58.647Z] feb67b1988e1: Preparing [2024-11-21T05:35:58.647Z] afe4aa98f18e: Preparing [2024-11-21T05:35:58.647Z] c25d424d8608: Preparing [2024-11-21T05:35:58.647Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:58.647Z] c1d16d9dea22: Preparing [2024-11-21T05:35:58.647Z] 651d9022c234: Preparing [2024-11-21T05:35:58.647Z] 3bac4c1f151b: Waiting [2024-11-21T05:35:58.647Z] c1d16d9dea22: Waiting [2024-11-21T05:35:58.647Z] 651d9022c234: Waiting [2024-11-21T05:35:58.647Z] c25d424d8608: Waiting [2024-11-21T05:35:58.647Z] 15169cb8ccf8: Layer already exists [2024-11-21T05:35:58.647Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:58.647Z] c7137ea52352: Layer already exists [2024-11-21T05:35:58.647Z] feb67b1988e1: Layer already exists [2024-11-21T05:35:58.647Z] ce2d3d5d91cd: Layer already exists [2024-11-21T05:35:58.647Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:58.647Z] 651d9022c234: Layer already exists [2024-11-21T05:35:58.647Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:58.647Z] c25d424d8608: Layer already exists [2024-11-21T05:35:58.914Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:4055d1262b4a8087bac589750533009832b5c10b3b52a6a3e702dcbec44139db size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:59.269Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:35:59.627Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-11-21T05:35:59.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-11-21T05:35:59.627Z] c7137ea52352: Preparing [2024-11-21T05:35:59.627Z] 15169cb8ccf8: Preparing [2024-11-21T05:35:59.627Z] ce2d3d5d91cd: Preparing [2024-11-21T05:35:59.627Z] feb67b1988e1: Preparing [2024-11-21T05:35:59.627Z] afe4aa98f18e: Preparing [2024-11-21T05:35:59.627Z] c25d424d8608: Preparing [2024-11-21T05:35:59.627Z] 3bac4c1f151b: Preparing [2024-11-21T05:35:59.627Z] c1d16d9dea22: Preparing [2024-11-21T05:35:59.627Z] 651d9022c234: Preparing [2024-11-21T05:35:59.627Z] c25d424d8608: Waiting [2024-11-21T05:35:59.627Z] 3bac4c1f151b: Waiting [2024-11-21T05:35:59.627Z] c1d16d9dea22: Waiting [2024-11-21T05:35:59.627Z] 651d9022c234: Waiting [2024-11-21T05:35:59.627Z] feb67b1988e1: Layer already exists [2024-11-21T05:35:59.627Z] 15169cb8ccf8: Layer already exists [2024-11-21T05:35:59.627Z] afe4aa98f18e: Layer already exists [2024-11-21T05:35:59.627Z] c7137ea52352: Layer already exists [2024-11-21T05:35:59.627Z] ce2d3d5d91cd: Layer already exists [2024-11-21T05:35:59.627Z] c25d424d8608: Layer already exists [2024-11-21T05:35:59.627Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:35:59.627Z] 651d9022c234: Layer already exists [2024-11-21T05:35:59.627Z] c1d16d9dea22: Layer already exists [2024-11-21T05:35:59.894Z] main: digest: sha256:4055d1262b4a8087bac589750533009832b5c10b3b52a6a3e702dcbec44139db size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:35:59.978Z] ===================================================== [Pipeline] echo [2024-11-21T05:35:59.997Z] taggedImages: [2024-11-21T05:35:59.997Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:35:59.997Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-11-21T05:35:59.997Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.21 [2024-11-21T05:35:59.997Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:35:59.997Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-11-21T05:36:00.028Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-11-21T05:36:00.028Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:00.028Z] latest [2024-11-21T05:36:00.028Z] 4.0.0-dev.21 [2024-11-21T05:36:00.028Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:00.028Z] main [2024-11-21T05:36:00.028Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:00.399Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:00.761Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:00.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-11-21T05:36:00.761Z] 6684a1515050: Preparing [2024-11-21T05:36:00.761Z] 135a23fcdc36: Preparing [2024-11-21T05:36:00.761Z] 81787bb13cc3: Preparing [2024-11-21T05:36:00.761Z] f8f92e5b54b4: Preparing [2024-11-21T05:36:00.761Z] 7f8f7aac59e7: Preparing [2024-11-21T05:36:00.761Z] 11e790abfa2a: Preparing [2024-11-21T05:36:00.761Z] b28642184b62: Preparing [2024-11-21T05:36:00.761Z] afe4aa98f18e: Preparing [2024-11-21T05:36:00.761Z] c25d424d8608: Preparing [2024-11-21T05:36:00.761Z] 404880496ed0: Preparing [2024-11-21T05:36:00.761Z] 9e24d613c31b: Preparing [2024-11-21T05:36:00.761Z] 5f70bf18a086: Preparing [2024-11-21T05:36:00.761Z] e9e09380e69d: Preparing [2024-11-21T05:36:00.761Z] e110750937e0: Preparing [2024-11-21T05:36:00.761Z] 60b7e53392a1: Preparing [2024-11-21T05:36:00.761Z] 651d9022c234: Preparing [2024-11-21T05:36:00.761Z] 404880496ed0: Waiting [2024-11-21T05:36:00.761Z] 9e24d613c31b: Waiting [2024-11-21T05:36:00.761Z] 5f70bf18a086: Waiting [2024-11-21T05:36:00.761Z] e9e09380e69d: Waiting [2024-11-21T05:36:00.761Z] e110750937e0: Waiting [2024-11-21T05:36:00.761Z] 11e790abfa2a: Waiting [2024-11-21T05:36:00.761Z] b28642184b62: Waiting [2024-11-21T05:36:00.761Z] afe4aa98f18e: Waiting [2024-11-21T05:36:00.761Z] c25d424d8608: Waiting [2024-11-21T05:36:00.761Z] 651d9022c234: Waiting [2024-11-21T05:36:01.037Z] 81787bb13cc3: Pushed [2024-11-21T05:36:01.037Z] 135a23fcdc36: Pushed [2024-11-21T05:36:01.037Z] 7f8f7aac59e7: Pushed [2024-11-21T05:36:01.037Z] 6684a1515050: Pushed [2024-11-21T05:36:01.037Z] f8f92e5b54b4: Pushed [2024-11-21T05:36:01.037Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:01.037Z] c25d424d8608: Layer already exists [2024-11-21T05:36:01.305Z] 5f70bf18a086: Layer already exists [2024-11-21T05:36:01.305Z] 11e790abfa2a: Pushed [2024-11-21T05:36:01.305Z] 404880496ed0: Pushed [2024-11-21T05:36:01.305Z] 9e24d613c31b: Pushed [2024-11-21T05:36:01.305Z] e9e09380e69d: Pushed [2024-11-21T05:36:01.305Z] 651d9022c234: Layer already exists [2024-11-21T05:36:01.574Z] 60b7e53392a1: Pushed [2024-11-21T05:36:02.986Z] e110750937e0: Pushed [2024-11-21T05:36:03.945Z] b28642184b62: Pushed [2024-11-21T05:36:04.213Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:08c417badf6926bd56803b09e2eac59fe6dd8642c24bc29d120132957a006b48 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:04.583Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:04.942Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-11-21T05:36:04.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-11-21T05:36:04.942Z] 6684a1515050: Preparing [2024-11-21T05:36:04.942Z] 135a23fcdc36: Preparing [2024-11-21T05:36:04.942Z] 81787bb13cc3: Preparing [2024-11-21T05:36:04.942Z] f8f92e5b54b4: Preparing [2024-11-21T05:36:04.942Z] 7f8f7aac59e7: Preparing [2024-11-21T05:36:04.942Z] 11e790abfa2a: Preparing [2024-11-21T05:36:04.942Z] b28642184b62: Preparing [2024-11-21T05:36:04.942Z] afe4aa98f18e: Preparing [2024-11-21T05:36:04.942Z] c25d424d8608: Preparing [2024-11-21T05:36:04.942Z] 404880496ed0: Preparing [2024-11-21T05:36:04.942Z] 9e24d613c31b: Preparing [2024-11-21T05:36:04.942Z] 5f70bf18a086: Preparing [2024-11-21T05:36:04.942Z] e9e09380e69d: Preparing [2024-11-21T05:36:04.942Z] e110750937e0: Preparing [2024-11-21T05:36:04.942Z] 60b7e53392a1: Preparing [2024-11-21T05:36:04.942Z] 651d9022c234: Preparing [2024-11-21T05:36:04.942Z] c25d424d8608: Waiting [2024-11-21T05:36:04.942Z] 11e790abfa2a: Waiting [2024-11-21T05:36:04.942Z] 404880496ed0: Waiting [2024-11-21T05:36:04.942Z] e110750937e0: Waiting [2024-11-21T05:36:04.942Z] 9e24d613c31b: Waiting [2024-11-21T05:36:04.942Z] 5f70bf18a086: Waiting [2024-11-21T05:36:04.942Z] e9e09380e69d: Waiting [2024-11-21T05:36:04.942Z] 60b7e53392a1: Waiting [2024-11-21T05:36:04.942Z] b28642184b62: Waiting [2024-11-21T05:36:04.942Z] afe4aa98f18e: Waiting [2024-11-21T05:36:04.942Z] 651d9022c234: Waiting [2024-11-21T05:36:04.942Z] 135a23fcdc36: Layer already exists [2024-11-21T05:36:04.942Z] 6684a1515050: Layer already exists [2024-11-21T05:36:04.942Z] f8f92e5b54b4: Layer already exists [2024-11-21T05:36:04.942Z] 7f8f7aac59e7: Layer already exists [2024-11-21T05:36:04.942Z] 81787bb13cc3: Layer already exists [2024-11-21T05:36:04.942Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:04.942Z] c25d424d8608: Layer already exists [2024-11-21T05:36:04.942Z] 11e790abfa2a: Layer already exists [2024-11-21T05:36:04.942Z] b28642184b62: Layer already exists [2024-11-21T05:36:04.942Z] 404880496ed0: Layer already exists [2024-11-21T05:36:04.942Z] e9e09380e69d: Layer already exists [2024-11-21T05:36:04.942Z] 5f70bf18a086: Layer already exists [2024-11-21T05:36:04.942Z] 9e24d613c31b: Layer already exists [2024-11-21T05:36:04.942Z] 60b7e53392a1: Layer already exists [2024-11-21T05:36:04.942Z] e110750937e0: Layer already exists [2024-11-21T05:36:05.244Z] 651d9022c234: Layer already exists [2024-11-21T05:36:05.244Z] latest: digest: sha256:08c417badf6926bd56803b09e2eac59fe6dd8642c24bc29d120132957a006b48 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:05.607Z] + 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 [2024-11-21T05:36:05.985Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.21 [2024-11-21T05:36:05.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-11-21T05:36:05.986Z] 6684a1515050: Preparing [2024-11-21T05:36:05.986Z] 135a23fcdc36: Preparing [2024-11-21T05:36:05.986Z] 81787bb13cc3: Preparing [2024-11-21T05:36:05.986Z] f8f92e5b54b4: Preparing [2024-11-21T05:36:05.986Z] 7f8f7aac59e7: Preparing [2024-11-21T05:36:05.986Z] 11e790abfa2a: Preparing [2024-11-21T05:36:05.986Z] b28642184b62: Preparing [2024-11-21T05:36:05.986Z] afe4aa98f18e: Preparing [2024-11-21T05:36:05.986Z] c25d424d8608: Preparing [2024-11-21T05:36:05.986Z] 404880496ed0: Preparing [2024-11-21T05:36:05.986Z] 9e24d613c31b: Preparing [2024-11-21T05:36:05.986Z] 5f70bf18a086: Preparing [2024-11-21T05:36:05.986Z] e9e09380e69d: Preparing [2024-11-21T05:36:05.986Z] e110750937e0: Preparing [2024-11-21T05:36:05.986Z] 60b7e53392a1: Preparing [2024-11-21T05:36:05.986Z] 651d9022c234: Preparing [2024-11-21T05:36:05.986Z] 11e790abfa2a: Waiting [2024-11-21T05:36:05.986Z] b28642184b62: Waiting [2024-11-21T05:36:05.986Z] afe4aa98f18e: Waiting [2024-11-21T05:36:05.986Z] c25d424d8608: Waiting [2024-11-21T05:36:05.986Z] 404880496ed0: Waiting [2024-11-21T05:36:05.986Z] 9e24d613c31b: Waiting [2024-11-21T05:36:05.986Z] 5f70bf18a086: Waiting [2024-11-21T05:36:05.986Z] e110750937e0: Waiting [2024-11-21T05:36:05.986Z] 60b7e53392a1: Waiting [2024-11-21T05:36:05.986Z] 651d9022c234: Waiting [2024-11-21T05:36:05.986Z] e9e09380e69d: Waiting [2024-11-21T05:36:05.986Z] f8f92e5b54b4: Layer already exists [2024-11-21T05:36:05.986Z] 81787bb13cc3: Layer already exists [2024-11-21T05:36:05.986Z] 135a23fcdc36: Layer already exists [2024-11-21T05:36:05.986Z] 6684a1515050: Layer already exists [2024-11-21T05:36:05.986Z] 7f8f7aac59e7: Layer already exists [2024-11-21T05:36:05.986Z] 11e790abfa2a: Layer already exists [2024-11-21T05:36:05.986Z] b28642184b62: Layer already exists [2024-11-21T05:36:05.986Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:05.986Z] 404880496ed0: Layer already exists [2024-11-21T05:36:05.986Z] c25d424d8608: Layer already exists [2024-11-21T05:36:05.986Z] e9e09380e69d: Layer already exists [2024-11-21T05:36:05.986Z] 5f70bf18a086: Layer already exists [2024-11-21T05:36:05.986Z] 60b7e53392a1: Layer already exists [2024-11-21T05:36:05.986Z] 9e24d613c31b: Layer already exists [2024-11-21T05:36:05.986Z] e110750937e0: Layer already exists [2024-11-21T05:36:05.986Z] 651d9022c234: Layer already exists [2024-11-21T05:36:06.258Z] 4.0.0-dev.21: digest: sha256:08c417badf6926bd56803b09e2eac59fe6dd8642c24bc29d120132957a006b48 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:06.617Z] + 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 [2024-11-21T05:36:06.972Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:06.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-11-21T05:36:06.972Z] 6684a1515050: Preparing [2024-11-21T05:36:06.972Z] 135a23fcdc36: Preparing [2024-11-21T05:36:06.972Z] 81787bb13cc3: Preparing [2024-11-21T05:36:06.972Z] f8f92e5b54b4: Preparing [2024-11-21T05:36:06.972Z] 7f8f7aac59e7: Preparing [2024-11-21T05:36:06.972Z] 11e790abfa2a: Preparing [2024-11-21T05:36:06.972Z] b28642184b62: Preparing [2024-11-21T05:36:06.972Z] afe4aa98f18e: Preparing [2024-11-21T05:36:06.972Z] c25d424d8608: Preparing [2024-11-21T05:36:06.972Z] 404880496ed0: Preparing [2024-11-21T05:36:06.972Z] 9e24d613c31b: Preparing [2024-11-21T05:36:06.972Z] 5f70bf18a086: Preparing [2024-11-21T05:36:06.972Z] e9e09380e69d: Preparing [2024-11-21T05:36:06.972Z] e110750937e0: Preparing [2024-11-21T05:36:06.972Z] 60b7e53392a1: Preparing [2024-11-21T05:36:06.972Z] 651d9022c234: Preparing [2024-11-21T05:36:06.972Z] 11e790abfa2a: Waiting [2024-11-21T05:36:06.972Z] b28642184b62: Waiting [2024-11-21T05:36:06.972Z] afe4aa98f18e: Waiting [2024-11-21T05:36:06.972Z] c25d424d8608: Waiting [2024-11-21T05:36:06.972Z] 404880496ed0: Waiting [2024-11-21T05:36:06.972Z] 9e24d613c31b: Waiting [2024-11-21T05:36:06.972Z] 5f70bf18a086: Waiting [2024-11-21T05:36:06.972Z] e9e09380e69d: Waiting [2024-11-21T05:36:06.972Z] e110750937e0: Waiting [2024-11-21T05:36:06.972Z] 60b7e53392a1: Waiting [2024-11-21T05:36:06.972Z] 651d9022c234: Waiting [2024-11-21T05:36:06.972Z] 6684a1515050: Layer already exists [2024-11-21T05:36:06.972Z] 81787bb13cc3: Layer already exists [2024-11-21T05:36:06.972Z] 135a23fcdc36: Layer already exists [2024-11-21T05:36:06.972Z] f8f92e5b54b4: Layer already exists [2024-11-21T05:36:06.972Z] 7f8f7aac59e7: Layer already exists [2024-11-21T05:36:06.972Z] 11e790abfa2a: Layer already exists [2024-11-21T05:36:06.972Z] b28642184b62: Layer already exists [2024-11-21T05:36:06.972Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:06.972Z] c25d424d8608: Layer already exists [2024-11-21T05:36:06.972Z] 404880496ed0: Layer already exists [2024-11-21T05:36:06.972Z] 9e24d613c31b: Layer already exists [2024-11-21T05:36:06.972Z] e110750937e0: Layer already exists [2024-11-21T05:36:06.972Z] 5f70bf18a086: Layer already exists [2024-11-21T05:36:06.972Z] e9e09380e69d: Layer already exists [2024-11-21T05:36:06.972Z] 60b7e53392a1: Layer already exists [2024-11-21T05:36:06.972Z] 651d9022c234: Layer already exists [2024-11-21T05:36:07.243Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:08c417badf6926bd56803b09e2eac59fe6dd8642c24bc29d120132957a006b48 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:07.599Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:07.949Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-11-21T05:36:07.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-11-21T05:36:07.949Z] 6684a1515050: Preparing [2024-11-21T05:36:07.949Z] 135a23fcdc36: Preparing [2024-11-21T05:36:07.949Z] 81787bb13cc3: Preparing [2024-11-21T05:36:07.949Z] f8f92e5b54b4: Preparing [2024-11-21T05:36:07.949Z] 7f8f7aac59e7: Preparing [2024-11-21T05:36:07.949Z] 11e790abfa2a: Preparing [2024-11-21T05:36:07.949Z] b28642184b62: Preparing [2024-11-21T05:36:07.949Z] afe4aa98f18e: Preparing [2024-11-21T05:36:07.949Z] c25d424d8608: Preparing [2024-11-21T05:36:07.949Z] 404880496ed0: Preparing [2024-11-21T05:36:07.949Z] 9e24d613c31b: Preparing [2024-11-21T05:36:07.949Z] 5f70bf18a086: Preparing [2024-11-21T05:36:07.949Z] e9e09380e69d: Preparing [2024-11-21T05:36:07.949Z] e110750937e0: Preparing [2024-11-21T05:36:07.949Z] 60b7e53392a1: Preparing [2024-11-21T05:36:07.949Z] 651d9022c234: Preparing [2024-11-21T05:36:07.949Z] c25d424d8608: Waiting [2024-11-21T05:36:07.950Z] 404880496ed0: Waiting [2024-11-21T05:36:07.950Z] 9e24d613c31b: Waiting [2024-11-21T05:36:07.950Z] 5f70bf18a086: Waiting [2024-11-21T05:36:07.950Z] e9e09380e69d: Waiting [2024-11-21T05:36:07.950Z] e110750937e0: Waiting [2024-11-21T05:36:07.950Z] 60b7e53392a1: Waiting [2024-11-21T05:36:07.950Z] 651d9022c234: Waiting [2024-11-21T05:36:07.950Z] 11e790abfa2a: Waiting [2024-11-21T05:36:07.950Z] b28642184b62: Waiting [2024-11-21T05:36:07.950Z] afe4aa98f18e: Waiting [2024-11-21T05:36:07.950Z] 81787bb13cc3: Layer already exists [2024-11-21T05:36:07.950Z] f8f92e5b54b4: Layer already exists [2024-11-21T05:36:07.950Z] 135a23fcdc36: Layer already exists [2024-11-21T05:36:07.950Z] 6684a1515050: Layer already exists [2024-11-21T05:36:07.950Z] 7f8f7aac59e7: Layer already exists [2024-11-21T05:36:07.950Z] c25d424d8608: Layer already exists [2024-11-21T05:36:07.950Z] 404880496ed0: Layer already exists [2024-11-21T05:36:07.950Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:07.950Z] b28642184b62: Layer already exists [2024-11-21T05:36:07.950Z] 11e790abfa2a: Layer already exists [2024-11-21T05:36:07.950Z] e9e09380e69d: Layer already exists [2024-11-21T05:36:07.950Z] 5f70bf18a086: Layer already exists [2024-11-21T05:36:07.950Z] e110750937e0: Layer already exists [2024-11-21T05:36:07.950Z] 9e24d613c31b: Layer already exists [2024-11-21T05:36:07.950Z] 60b7e53392a1: Layer already exists [2024-11-21T05:36:08.214Z] 651d9022c234: Layer already exists [2024-11-21T05:36:08.214Z] main: digest: sha256:08c417badf6926bd56803b09e2eac59fe6dd8642c24bc29d120132957a006b48 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:36:08.421Z] ===================================================== [Pipeline] echo [2024-11-21T05:36:08.438Z] taggedImages: [2024-11-21T05:36:08.438Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:08.438Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-11-21T05:36:08.438Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.21 [2024-11-21T05:36:08.438Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:08.438Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-11-21T05:36:08.468Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-11-21T05:36:08.468Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:08.468Z] latest [2024-11-21T05:36:08.468Z] 4.0.0-dev.21 [2024-11-21T05:36:08.468Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:08.468Z] main [2024-11-21T05:36:08.468Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:08.828Z] + 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 [2024-11-21T05:36:09.185Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:09.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-11-21T05:36:09.185Z] 3f6b75fb5f67: Preparing [2024-11-21T05:36:09.185Z] 0034d09a15c3: Preparing [2024-11-21T05:36:09.185Z] ad311d8dfb5d: Preparing [2024-11-21T05:36:09.185Z] aa4501ac086d: Preparing [2024-11-21T05:36:09.185Z] afe4aa98f18e: Preparing [2024-11-21T05:36:09.185Z] c25d424d8608: Preparing [2024-11-21T05:36:09.185Z] 3bac4c1f151b: Preparing [2024-11-21T05:36:09.185Z] c1d16d9dea22: Preparing [2024-11-21T05:36:09.185Z] 651d9022c234: Preparing [2024-11-21T05:36:09.185Z] 3bac4c1f151b: Waiting [2024-11-21T05:36:09.185Z] c25d424d8608: Waiting [2024-11-21T05:36:09.185Z] c1d16d9dea22: Waiting [2024-11-21T05:36:09.185Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:09.450Z] c25d424d8608: Layer already exists [2024-11-21T05:36:09.450Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:36:09.450Z] ad311d8dfb5d: Pushed [2024-11-21T05:36:09.450Z] 0034d09a15c3: Pushed [2024-11-21T05:36:09.450Z] c1d16d9dea22: Layer already exists [2024-11-21T05:36:09.450Z] 3f6b75fb5f67: Pushed [2024-11-21T05:36:09.450Z] 651d9022c234: Layer already exists [2024-11-21T05:36:13.687Z] aa4501ac086d: Pushed [2024-11-21T05:36:13.953Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:26ccaaecdff996adfa84162a37f09c0cf24f44b3d0d2fa49844e47ba7cdc65ef size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:14.321Z] + 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 [2024-11-21T05:36:14.687Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-11-21T05:36:14.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-11-21T05:36:14.688Z] 3f6b75fb5f67: Preparing [2024-11-21T05:36:14.688Z] 0034d09a15c3: Preparing [2024-11-21T05:36:14.688Z] ad311d8dfb5d: Preparing [2024-11-21T05:36:14.688Z] aa4501ac086d: Preparing [2024-11-21T05:36:14.688Z] afe4aa98f18e: Preparing [2024-11-21T05:36:14.688Z] c25d424d8608: Preparing [2024-11-21T05:36:14.688Z] 3bac4c1f151b: Preparing [2024-11-21T05:36:14.688Z] c1d16d9dea22: Preparing [2024-11-21T05:36:14.688Z] 651d9022c234: Preparing [2024-11-21T05:36:14.688Z] c25d424d8608: Waiting [2024-11-21T05:36:14.688Z] 3bac4c1f151b: Waiting [2024-11-21T05:36:14.688Z] c1d16d9dea22: Waiting [2024-11-21T05:36:14.688Z] 651d9022c234: Waiting [2024-11-21T05:36:14.688Z] 3f6b75fb5f67: Layer already exists [2024-11-21T05:36:14.688Z] 0034d09a15c3: Layer already exists [2024-11-21T05:36:14.688Z] ad311d8dfb5d: Layer already exists [2024-11-21T05:36:14.688Z] aa4501ac086d: Layer already exists [2024-11-21T05:36:14.688Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:14.688Z] c25d424d8608: Layer already exists [2024-11-21T05:36:14.688Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:36:14.688Z] c1d16d9dea22: Layer already exists [2024-11-21T05:36:14.688Z] 651d9022c234: Layer already exists [2024-11-21T05:36:14.955Z] latest: digest: sha256:26ccaaecdff996adfa84162a37f09c0cf24f44b3d0d2fa49844e47ba7cdc65ef size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:15.327Z] + 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 [2024-11-21T05:36:15.698Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.21 [2024-11-21T05:36:15.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-11-21T05:36:15.698Z] 3f6b75fb5f67: Preparing [2024-11-21T05:36:15.698Z] 0034d09a15c3: Preparing [2024-11-21T05:36:15.698Z] ad311d8dfb5d: Preparing [2024-11-21T05:36:15.698Z] aa4501ac086d: Preparing [2024-11-21T05:36:15.698Z] afe4aa98f18e: Preparing [2024-11-21T05:36:15.698Z] c25d424d8608: Preparing [2024-11-21T05:36:15.698Z] 3bac4c1f151b: Preparing [2024-11-21T05:36:15.698Z] c1d16d9dea22: Preparing [2024-11-21T05:36:15.698Z] 651d9022c234: Preparing [2024-11-21T05:36:15.698Z] c25d424d8608: Waiting [2024-11-21T05:36:15.698Z] 3bac4c1f151b: Waiting [2024-11-21T05:36:15.698Z] 651d9022c234: Waiting [2024-11-21T05:36:15.698Z] c1d16d9dea22: Waiting [2024-11-21T05:36:15.698Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:15.698Z] aa4501ac086d: Layer already exists [2024-11-21T05:36:15.698Z] 3f6b75fb5f67: Layer already exists [2024-11-21T05:36:15.698Z] 0034d09a15c3: Layer already exists [2024-11-21T05:36:15.698Z] ad311d8dfb5d: Layer already exists [2024-11-21T05:36:15.698Z] c25d424d8608: Layer already exists [2024-11-21T05:36:15.698Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:36:15.698Z] c1d16d9dea22: Layer already exists [2024-11-21T05:36:15.698Z] 651d9022c234: Layer already exists [2024-11-21T05:36:15.964Z] 4.0.0-dev.21: digest: sha256:26ccaaecdff996adfa84162a37f09c0cf24f44b3d0d2fa49844e47ba7cdc65ef size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:16.317Z] + 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 [2024-11-21T05:36:16.674Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:16.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-11-21T05:36:16.675Z] 3f6b75fb5f67: Preparing [2024-11-21T05:36:16.675Z] 0034d09a15c3: Preparing [2024-11-21T05:36:16.675Z] ad311d8dfb5d: Preparing [2024-11-21T05:36:16.675Z] aa4501ac086d: Preparing [2024-11-21T05:36:16.675Z] afe4aa98f18e: Preparing [2024-11-21T05:36:16.675Z] c25d424d8608: Preparing [2024-11-21T05:36:16.675Z] 3bac4c1f151b: Preparing [2024-11-21T05:36:16.675Z] c1d16d9dea22: Preparing [2024-11-21T05:36:16.675Z] 651d9022c234: Preparing [2024-11-21T05:36:16.675Z] c25d424d8608: Waiting [2024-11-21T05:36:16.675Z] 3bac4c1f151b: Waiting [2024-11-21T05:36:16.675Z] c1d16d9dea22: Waiting [2024-11-21T05:36:16.675Z] 651d9022c234: Waiting [2024-11-21T05:36:16.675Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:16.675Z] 0034d09a15c3: Layer already exists [2024-11-21T05:36:16.675Z] ad311d8dfb5d: Layer already exists [2024-11-21T05:36:16.675Z] 3f6b75fb5f67: Layer already exists [2024-11-21T05:36:16.675Z] aa4501ac086d: Layer already exists [2024-11-21T05:36:16.675Z] c25d424d8608: Layer already exists [2024-11-21T05:36:16.675Z] 651d9022c234: Layer already exists [2024-11-21T05:36:16.675Z] c1d16d9dea22: Layer already exists [2024-11-21T05:36:16.675Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:36:16.942Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:26ccaaecdff996adfa84162a37f09c0cf24f44b3d0d2fa49844e47ba7cdc65ef size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:17.297Z] + 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 [2024-11-21T05:36:17.648Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-11-21T05:36:17.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-11-21T05:36:17.648Z] 3f6b75fb5f67: Preparing [2024-11-21T05:36:17.648Z] 0034d09a15c3: Preparing [2024-11-21T05:36:17.648Z] ad311d8dfb5d: Preparing [2024-11-21T05:36:17.648Z] aa4501ac086d: Preparing [2024-11-21T05:36:17.648Z] afe4aa98f18e: Preparing [2024-11-21T05:36:17.648Z] c25d424d8608: Preparing [2024-11-21T05:36:17.648Z] 3bac4c1f151b: Preparing [2024-11-21T05:36:17.648Z] c25d424d8608: Waiting [2024-11-21T05:36:17.648Z] 3bac4c1f151b: Waiting [2024-11-21T05:36:17.648Z] c1d16d9dea22: Preparing [2024-11-21T05:36:17.648Z] 651d9022c234: Preparing [2024-11-21T05:36:17.648Z] 651d9022c234: Waiting [2024-11-21T05:36:17.648Z] aa4501ac086d: Layer already exists [2024-11-21T05:36:17.648Z] 0034d09a15c3: Layer already exists [2024-11-21T05:36:17.648Z] ad311d8dfb5d: Layer already exists [2024-11-21T05:36:17.648Z] 3f6b75fb5f67: Layer already exists [2024-11-21T05:36:17.648Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:17.648Z] 3bac4c1f151b: Layer already exists [2024-11-21T05:36:17.648Z] c25d424d8608: Layer already exists [2024-11-21T05:36:17.648Z] c1d16d9dea22: Layer already exists [2024-11-21T05:36:17.648Z] 651d9022c234: Layer already exists [2024-11-21T05:36:17.913Z] main: digest: sha256:26ccaaecdff996adfa84162a37f09c0cf24f44b3d0d2fa49844e47ba7cdc65ef size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:36:18.002Z] ===================================================== [Pipeline] echo [2024-11-21T05:36:18.016Z] taggedImages: [2024-11-21T05:36:18.016Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:18.016Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-11-21T05:36:18.016Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.21 [2024-11-21T05:36:18.016Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:18.016Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-11-21T05:36:18.043Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-11-21T05:36:18.043Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:18.043Z] latest [2024-11-21T05:36:18.043Z] 4.0.0-dev.21 [2024-11-21T05:36:18.043Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:18.043Z] main [2024-11-21T05:36:18.043Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:18.407Z] + 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 [2024-11-21T05:36:18.767Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:18.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-11-21T05:36:18.767Z] e2e3e3ec5f29: Preparing [2024-11-21T05:36:18.767Z] 213f9f96a762: Preparing [2024-11-21T05:36:18.767Z] b05730178c08: Preparing [2024-11-21T05:36:18.767Z] a63bbda9f185: Preparing [2024-11-21T05:36:18.767Z] 9fa009e59a42: Preparing [2024-11-21T05:36:18.767Z] afe4aa98f18e: Preparing [2024-11-21T05:36:18.767Z] c25d424d8608: Preparing [2024-11-21T05:36:18.767Z] f6398e30cc4e: Preparing [2024-11-21T05:36:18.767Z] afe4aa98f18e: Waiting [2024-11-21T05:36:18.767Z] c25d424d8608: Waiting [2024-11-21T05:36:18.767Z] 839f942e7bea: Preparing [2024-11-21T05:36:18.767Z] f6398e30cc4e: Waiting [2024-11-21T05:36:18.767Z] 6719d9554457: Preparing [2024-11-21T05:36:18.767Z] 839f942e7bea: Waiting [2024-11-21T05:36:18.767Z] 651d9022c234: Preparing [2024-11-21T05:36:18.767Z] 6719d9554457: Waiting [2024-11-21T05:36:18.767Z] 651d9022c234: Waiting [2024-11-21T05:36:19.031Z] a63bbda9f185: Pushed [2024-11-21T05:36:19.031Z] 9fa009e59a42: Pushed [2024-11-21T05:36:19.031Z] 213f9f96a762: Pushed [2024-11-21T05:36:19.031Z] e2e3e3ec5f29: Pushed [2024-11-21T05:36:19.031Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:19.031Z] c25d424d8608: Layer already exists [2024-11-21T05:36:19.031Z] 651d9022c234: Layer already exists [2024-11-21T05:36:19.296Z] f6398e30cc4e: Pushed [2024-11-21T05:36:19.296Z] 839f942e7bea: Pushed [2024-11-21T05:36:21.229Z] b05730178c08: Pushed [2024-11-21T05:36:23.172Z] 6719d9554457: Pushed [2024-11-21T05:36:23.172Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:8876723b056b3ae536c664a3f38cc139d2a4ae21d380ad8ea78c1a5f06ae01f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:23.542Z] + 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 [2024-11-21T05:36:23.893Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-11-21T05:36:23.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-11-21T05:36:23.893Z] e2e3e3ec5f29: Preparing [2024-11-21T05:36:23.893Z] 213f9f96a762: Preparing [2024-11-21T05:36:23.893Z] b05730178c08: Preparing [2024-11-21T05:36:23.893Z] a63bbda9f185: Preparing [2024-11-21T05:36:23.893Z] 9fa009e59a42: Preparing [2024-11-21T05:36:23.893Z] afe4aa98f18e: Preparing [2024-11-21T05:36:23.893Z] c25d424d8608: Preparing [2024-11-21T05:36:23.893Z] f6398e30cc4e: Preparing [2024-11-21T05:36:23.893Z] 839f942e7bea: Preparing [2024-11-21T05:36:23.893Z] 6719d9554457: Preparing [2024-11-21T05:36:23.893Z] 651d9022c234: Preparing [2024-11-21T05:36:23.893Z] afe4aa98f18e: Waiting [2024-11-21T05:36:23.893Z] c25d424d8608: Waiting [2024-11-21T05:36:23.893Z] f6398e30cc4e: Waiting [2024-11-21T05:36:23.893Z] 839f942e7bea: Waiting [2024-11-21T05:36:23.893Z] 6719d9554457: Waiting [2024-11-21T05:36:23.893Z] 651d9022c234: Waiting [2024-11-21T05:36:23.893Z] 213f9f96a762: Layer already exists [2024-11-21T05:36:23.893Z] a63bbda9f185: Layer already exists [2024-11-21T05:36:23.893Z] b05730178c08: Layer already exists [2024-11-21T05:36:23.893Z] 9fa009e59a42: Layer already exists [2024-11-21T05:36:23.893Z] e2e3e3ec5f29: Layer already exists [2024-11-21T05:36:23.893Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:23.893Z] 839f942e7bea: Layer already exists [2024-11-21T05:36:23.893Z] c25d424d8608: Layer already exists [2024-11-21T05:36:23.893Z] f6398e30cc4e: Layer already exists [2024-11-21T05:36:23.893Z] 6719d9554457: Layer already exists [2024-11-21T05:36:23.893Z] 651d9022c234: Layer already exists [2024-11-21T05:36:24.161Z] latest: digest: sha256:8876723b056b3ae536c664a3f38cc139d2a4ae21d380ad8ea78c1a5f06ae01f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:24.521Z] + 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 [2024-11-21T05:36:24.873Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.21 [2024-11-21T05:36:24.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-11-21T05:36:24.873Z] e2e3e3ec5f29: Preparing [2024-11-21T05:36:24.873Z] 213f9f96a762: Preparing [2024-11-21T05:36:24.873Z] b05730178c08: Preparing [2024-11-21T05:36:24.873Z] a63bbda9f185: Preparing [2024-11-21T05:36:24.873Z] 9fa009e59a42: Preparing [2024-11-21T05:36:24.873Z] afe4aa98f18e: Preparing [2024-11-21T05:36:24.873Z] c25d424d8608: Preparing [2024-11-21T05:36:24.873Z] f6398e30cc4e: Preparing [2024-11-21T05:36:24.873Z] 839f942e7bea: Preparing [2024-11-21T05:36:24.873Z] 6719d9554457: Preparing [2024-11-21T05:36:24.873Z] 651d9022c234: Preparing [2024-11-21T05:36:24.873Z] f6398e30cc4e: Waiting [2024-11-21T05:36:24.873Z] 839f942e7bea: Waiting [2024-11-21T05:36:24.873Z] 6719d9554457: Waiting [2024-11-21T05:36:24.873Z] 651d9022c234: Waiting [2024-11-21T05:36:24.873Z] afe4aa98f18e: Waiting [2024-11-21T05:36:24.873Z] c25d424d8608: Waiting [2024-11-21T05:36:24.873Z] 213f9f96a762: Layer already exists [2024-11-21T05:36:24.873Z] a63bbda9f185: Layer already exists [2024-11-21T05:36:24.873Z] e2e3e3ec5f29: Layer already exists [2024-11-21T05:36:24.873Z] 9fa009e59a42: Layer already exists [2024-11-21T05:36:24.873Z] b05730178c08: Layer already exists [2024-11-21T05:36:24.873Z] f6398e30cc4e: Layer already exists [2024-11-21T05:36:24.873Z] c25d424d8608: Layer already exists [2024-11-21T05:36:24.873Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:24.873Z] 6719d9554457: Layer already exists [2024-11-21T05:36:24.873Z] 839f942e7bea: Layer already exists [2024-11-21T05:36:24.873Z] 651d9022c234: Layer already exists [2024-11-21T05:36:25.140Z] 4.0.0-dev.21: digest: sha256:8876723b056b3ae536c664a3f38cc139d2a4ae21d380ad8ea78c1a5f06ae01f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:25.497Z] + 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 [2024-11-21T05:36:25.857Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:25.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-11-21T05:36:25.858Z] e2e3e3ec5f29: Preparing [2024-11-21T05:36:25.858Z] 213f9f96a762: Preparing [2024-11-21T05:36:25.858Z] b05730178c08: Preparing [2024-11-21T05:36:25.858Z] a63bbda9f185: Preparing [2024-11-21T05:36:25.858Z] 9fa009e59a42: Preparing [2024-11-21T05:36:25.858Z] afe4aa98f18e: Preparing [2024-11-21T05:36:25.858Z] c25d424d8608: Preparing [2024-11-21T05:36:25.858Z] f6398e30cc4e: Preparing [2024-11-21T05:36:25.858Z] 839f942e7bea: Preparing [2024-11-21T05:36:25.858Z] 6719d9554457: Preparing [2024-11-21T05:36:25.858Z] 651d9022c234: Preparing [2024-11-21T05:36:25.858Z] f6398e30cc4e: Waiting [2024-11-21T05:36:25.858Z] 839f942e7bea: Waiting [2024-11-21T05:36:25.858Z] 6719d9554457: Waiting [2024-11-21T05:36:25.858Z] 651d9022c234: Waiting [2024-11-21T05:36:25.858Z] afe4aa98f18e: Waiting [2024-11-21T05:36:25.858Z] 213f9f96a762: Layer already exists [2024-11-21T05:36:25.858Z] a63bbda9f185: Layer already exists [2024-11-21T05:36:25.858Z] b05730178c08: Layer already exists [2024-11-21T05:36:25.858Z] e2e3e3ec5f29: Layer already exists [2024-11-21T05:36:25.858Z] 9fa009e59a42: Layer already exists [2024-11-21T05:36:25.858Z] 839f942e7bea: Layer already exists [2024-11-21T05:36:25.858Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:25.858Z] f6398e30cc4e: Layer already exists [2024-11-21T05:36:25.858Z] c25d424d8608: Layer already exists [2024-11-21T05:36:25.858Z] 6719d9554457: Layer already exists [2024-11-21T05:36:25.858Z] 651d9022c234: Layer already exists [2024-11-21T05:36:26.124Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:8876723b056b3ae536c664a3f38cc139d2a4ae21d380ad8ea78c1a5f06ae01f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:26.481Z] + 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 [2024-11-21T05:36:26.840Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-11-21T05:36:26.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-11-21T05:36:26.841Z] e2e3e3ec5f29: Preparing [2024-11-21T05:36:26.841Z] 213f9f96a762: Preparing [2024-11-21T05:36:26.841Z] b05730178c08: Preparing [2024-11-21T05:36:26.841Z] a63bbda9f185: Preparing [2024-11-21T05:36:26.841Z] 9fa009e59a42: Preparing [2024-11-21T05:36:26.841Z] afe4aa98f18e: Preparing [2024-11-21T05:36:26.841Z] c25d424d8608: Preparing [2024-11-21T05:36:26.841Z] f6398e30cc4e: Preparing [2024-11-21T05:36:26.841Z] 839f942e7bea: Preparing [2024-11-21T05:36:26.841Z] 6719d9554457: Preparing [2024-11-21T05:36:26.841Z] 651d9022c234: Preparing [2024-11-21T05:36:26.841Z] c25d424d8608: Waiting [2024-11-21T05:36:26.841Z] f6398e30cc4e: Waiting [2024-11-21T05:36:26.841Z] afe4aa98f18e: Waiting [2024-11-21T05:36:26.841Z] 839f942e7bea: Waiting [2024-11-21T05:36:26.841Z] 6719d9554457: Waiting [2024-11-21T05:36:26.841Z] 651d9022c234: Waiting [2024-11-21T05:36:26.841Z] a63bbda9f185: Layer already exists [2024-11-21T05:36:26.841Z] 9fa009e59a42: Layer already exists [2024-11-21T05:36:26.841Z] 213f9f96a762: Layer already exists [2024-11-21T05:36:26.841Z] e2e3e3ec5f29: Layer already exists [2024-11-21T05:36:26.841Z] b05730178c08: Layer already exists [2024-11-21T05:36:26.841Z] f6398e30cc4e: Layer already exists [2024-11-21T05:36:26.841Z] c25d424d8608: Layer already exists [2024-11-21T05:36:26.841Z] 6719d9554457: Layer already exists [2024-11-21T05:36:26.841Z] 839f942e7bea: Layer already exists [2024-11-21T05:36:26.841Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:26.841Z] 651d9022c234: Layer already exists [2024-11-21T05:36:27.109Z] main: digest: sha256:8876723b056b3ae536c664a3f38cc139d2a4ae21d380ad8ea78c1a5f06ae01f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:36:27.185Z] ===================================================== [Pipeline] echo [2024-11-21T05:36:27.201Z] taggedImages: [2024-11-21T05:36:27.201Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:27.201Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-11-21T05:36:27.201Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.21 [2024-11-21T05:36:27.201Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:27.201Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-11-21T05:36:27.226Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-11-21T05:36:27.226Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:27.226Z] latest [2024-11-21T05:36:27.226Z] 4.0.0-dev.21 [2024-11-21T05:36:27.226Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:27.226Z] main [2024-11-21T05:36:27.226Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:27.608Z] + 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 [2024-11-21T05:36:27.969Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:27.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-11-21T05:36:27.969Z] a5ca3fc21079: Preparing [2024-11-21T05:36:27.969Z] 5f1c027e1cdd: Preparing [2024-11-21T05:36:27.969Z] 40e7227741b0: Preparing [2024-11-21T05:36:27.969Z] 8d5d34ec1e7d: Preparing [2024-11-21T05:36:27.969Z] 484c39df7061: Preparing [2024-11-21T05:36:27.969Z] 6aa81ee59bcb: Preparing [2024-11-21T05:36:27.969Z] c5a2967b0360: Preparing [2024-11-21T05:36:27.969Z] afe4aa98f18e: Preparing [2024-11-21T05:36:27.969Z] c25d424d8608: Preparing [2024-11-21T05:36:27.969Z] 43c082a0f7a3: Preparing [2024-11-21T05:36:27.969Z] 4b93f8c3ce22: Preparing [2024-11-21T05:36:27.969Z] 651d9022c234: Preparing [2024-11-21T05:36:27.969Z] 6aa81ee59bcb: Waiting [2024-11-21T05:36:27.969Z] 43c082a0f7a3: Waiting [2024-11-21T05:36:27.969Z] c5a2967b0360: Waiting [2024-11-21T05:36:27.969Z] afe4aa98f18e: Waiting [2024-11-21T05:36:27.969Z] 4b93f8c3ce22: Waiting [2024-11-21T05:36:27.969Z] c25d424d8608: Waiting [2024-11-21T05:36:27.969Z] 651d9022c234: Waiting [2024-11-21T05:36:28.236Z] 484c39df7061: Pushed [2024-11-21T05:36:28.236Z] a5ca3fc21079: Pushed [2024-11-21T05:36:28.236Z] 5f1c027e1cdd: Pushed [2024-11-21T05:36:28.236Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:28.236Z] c25d424d8608: Layer already exists [2024-11-21T05:36:28.503Z] 6aa81ee59bcb: Pushed [2024-11-21T05:36:28.503Z] c5a2967b0360: Pushed [2024-11-21T05:36:28.503Z] 651d9022c234: Layer already exists [2024-11-21T05:36:29.923Z] 43c082a0f7a3: Pushed [2024-11-21T05:36:30.506Z] 8d5d34ec1e7d: Pushed [2024-11-21T05:36:31.467Z] 40e7227741b0: Pushed [2024-11-21T05:36:31.467Z] 4b93f8c3ce22: Pushed [2024-11-21T05:36:31.732Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:02e8cb1ff7d4119a387389a8a84869ca6e0d42f30a64863c184bdece49b4c7d7 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:32.101Z] + 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 [2024-11-21T05:36:32.465Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-11-21T05:36:32.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-11-21T05:36:32.465Z] a5ca3fc21079: Preparing [2024-11-21T05:36:32.465Z] 5f1c027e1cdd: Preparing [2024-11-21T05:36:32.465Z] 40e7227741b0: Preparing [2024-11-21T05:36:32.465Z] 8d5d34ec1e7d: Preparing [2024-11-21T05:36:32.465Z] 484c39df7061: Preparing [2024-11-21T05:36:32.465Z] 6aa81ee59bcb: Preparing [2024-11-21T05:36:32.465Z] c5a2967b0360: Preparing [2024-11-21T05:36:32.465Z] afe4aa98f18e: Preparing [2024-11-21T05:36:32.465Z] c25d424d8608: Preparing [2024-11-21T05:36:32.465Z] 43c082a0f7a3: Preparing [2024-11-21T05:36:32.465Z] 4b93f8c3ce22: Preparing [2024-11-21T05:36:32.465Z] 651d9022c234: Preparing [2024-11-21T05:36:32.465Z] 6aa81ee59bcb: Waiting [2024-11-21T05:36:32.465Z] 43c082a0f7a3: Waiting [2024-11-21T05:36:32.465Z] 4b93f8c3ce22: Waiting [2024-11-21T05:36:32.465Z] 651d9022c234: Waiting [2024-11-21T05:36:32.465Z] c5a2967b0360: Waiting [2024-11-21T05:36:32.465Z] afe4aa98f18e: Waiting [2024-11-21T05:36:32.465Z] c25d424d8608: Waiting [2024-11-21T05:36:32.465Z] 484c39df7061: Layer already exists [2024-11-21T05:36:32.465Z] a5ca3fc21079: Layer already exists [2024-11-21T05:36:32.465Z] 40e7227741b0: Layer already exists [2024-11-21T05:36:32.465Z] 5f1c027e1cdd: Layer already exists [2024-11-21T05:36:32.465Z] 8d5d34ec1e7d: Layer already exists [2024-11-21T05:36:32.465Z] 6aa81ee59bcb: Layer already exists [2024-11-21T05:36:32.465Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:32.465Z] c5a2967b0360: Layer already exists [2024-11-21T05:36:32.465Z] 43c082a0f7a3: Layer already exists [2024-11-21T05:36:32.465Z] c25d424d8608: Layer already exists [2024-11-21T05:36:32.732Z] 4b93f8c3ce22: Layer already exists [2024-11-21T05:36:32.732Z] 651d9022c234: Layer already exists [2024-11-21T05:36:32.732Z] latest: digest: sha256:02e8cb1ff7d4119a387389a8a84869ca6e0d42f30a64863c184bdece49b4c7d7 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:33.091Z] + 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 [2024-11-21T05:36:33.453Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.21 [2024-11-21T05:36:33.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-11-21T05:36:33.453Z] a5ca3fc21079: Preparing [2024-11-21T05:36:33.453Z] 5f1c027e1cdd: Preparing [2024-11-21T05:36:33.453Z] 40e7227741b0: Preparing [2024-11-21T05:36:33.453Z] 8d5d34ec1e7d: Preparing [2024-11-21T05:36:33.454Z] 484c39df7061: Preparing [2024-11-21T05:36:33.454Z] 6aa81ee59bcb: Preparing [2024-11-21T05:36:33.454Z] c5a2967b0360: Preparing [2024-11-21T05:36:33.454Z] afe4aa98f18e: Preparing [2024-11-21T05:36:33.454Z] c25d424d8608: Preparing [2024-11-21T05:36:33.454Z] 43c082a0f7a3: Preparing [2024-11-21T05:36:33.454Z] 4b93f8c3ce22: Preparing [2024-11-21T05:36:33.454Z] 651d9022c234: Preparing [2024-11-21T05:36:33.454Z] c5a2967b0360: Waiting [2024-11-21T05:36:33.454Z] afe4aa98f18e: Waiting [2024-11-21T05:36:33.454Z] c25d424d8608: Waiting [2024-11-21T05:36:33.454Z] 43c082a0f7a3: Waiting [2024-11-21T05:36:33.454Z] 4b93f8c3ce22: Waiting [2024-11-21T05:36:33.454Z] 651d9022c234: Waiting [2024-11-21T05:36:33.454Z] 6aa81ee59bcb: Waiting [2024-11-21T05:36:33.454Z] a5ca3fc21079: Layer already exists [2024-11-21T05:36:33.454Z] 40e7227741b0: Layer already exists [2024-11-21T05:36:33.454Z] 5f1c027e1cdd: Layer already exists [2024-11-21T05:36:33.454Z] 484c39df7061: Layer already exists [2024-11-21T05:36:33.454Z] 8d5d34ec1e7d: Layer already exists [2024-11-21T05:36:33.454Z] c5a2967b0360: Layer already exists [2024-11-21T05:36:33.454Z] 43c082a0f7a3: Layer already exists [2024-11-21T05:36:33.454Z] c25d424d8608: Layer already exists [2024-11-21T05:36:33.454Z] 6aa81ee59bcb: Layer already exists [2024-11-21T05:36:33.454Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:33.454Z] 651d9022c234: Layer already exists [2024-11-21T05:36:33.454Z] 4b93f8c3ce22: Layer already exists [2024-11-21T05:36:33.721Z] 4.0.0-dev.21: digest: sha256:02e8cb1ff7d4119a387389a8a84869ca6e0d42f30a64863c184bdece49b4c7d7 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:34.083Z] + 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 [2024-11-21T05:36:34.428Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:34.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-11-21T05:36:34.428Z] a5ca3fc21079: Preparing [2024-11-21T05:36:34.428Z] 5f1c027e1cdd: Preparing [2024-11-21T05:36:34.428Z] 40e7227741b0: Preparing [2024-11-21T05:36:34.428Z] 8d5d34ec1e7d: Preparing [2024-11-21T05:36:34.428Z] 484c39df7061: Preparing [2024-11-21T05:36:34.428Z] 6aa81ee59bcb: Preparing [2024-11-21T05:36:34.428Z] c5a2967b0360: Preparing [2024-11-21T05:36:34.428Z] afe4aa98f18e: Preparing [2024-11-21T05:36:34.428Z] c25d424d8608: Preparing [2024-11-21T05:36:34.428Z] 43c082a0f7a3: Preparing [2024-11-21T05:36:34.428Z] 4b93f8c3ce22: Preparing [2024-11-21T05:36:34.428Z] 651d9022c234: Preparing [2024-11-21T05:36:34.428Z] 6aa81ee59bcb: Waiting [2024-11-21T05:36:34.428Z] c5a2967b0360: Waiting [2024-11-21T05:36:34.428Z] afe4aa98f18e: Waiting [2024-11-21T05:36:34.428Z] c25d424d8608: Waiting [2024-11-21T05:36:34.428Z] 4b93f8c3ce22: Waiting [2024-11-21T05:36:34.428Z] 43c082a0f7a3: Waiting [2024-11-21T05:36:34.428Z] 651d9022c234: Waiting [2024-11-21T05:36:34.694Z] 8d5d34ec1e7d: Layer already exists [2024-11-21T05:36:34.694Z] 484c39df7061: Layer already exists [2024-11-21T05:36:34.694Z] 40e7227741b0: Layer already exists [2024-11-21T05:36:34.694Z] a5ca3fc21079: Layer already exists [2024-11-21T05:36:34.694Z] 5f1c027e1cdd: Layer already exists [2024-11-21T05:36:34.694Z] 6aa81ee59bcb: Layer already exists [2024-11-21T05:36:34.694Z] c25d424d8608: Layer already exists [2024-11-21T05:36:34.694Z] 43c082a0f7a3: Layer already exists [2024-11-21T05:36:34.694Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:34.694Z] c5a2967b0360: Layer already exists [2024-11-21T05:36:34.694Z] 4b93f8c3ce22: Layer already exists [2024-11-21T05:36:34.694Z] 651d9022c234: Layer already exists [2024-11-21T05:36:34.694Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:02e8cb1ff7d4119a387389a8a84869ca6e0d42f30a64863c184bdece49b4c7d7 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:35.053Z] + 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 [2024-11-21T05:36:35.413Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-11-21T05:36:35.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-11-21T05:36:35.413Z] a5ca3fc21079: Preparing [2024-11-21T05:36:35.413Z] 5f1c027e1cdd: Preparing [2024-11-21T05:36:35.413Z] 40e7227741b0: Preparing [2024-11-21T05:36:35.413Z] 8d5d34ec1e7d: Preparing [2024-11-21T05:36:35.413Z] 484c39df7061: Preparing [2024-11-21T05:36:35.413Z] 6aa81ee59bcb: Preparing [2024-11-21T05:36:35.413Z] c5a2967b0360: Preparing [2024-11-21T05:36:35.413Z] afe4aa98f18e: Preparing [2024-11-21T05:36:35.413Z] c25d424d8608: Preparing [2024-11-21T05:36:35.413Z] 43c082a0f7a3: Preparing [2024-11-21T05:36:35.413Z] 4b93f8c3ce22: Preparing [2024-11-21T05:36:35.413Z] 651d9022c234: Preparing [2024-11-21T05:36:35.413Z] 43c082a0f7a3: Waiting [2024-11-21T05:36:35.413Z] 4b93f8c3ce22: Waiting [2024-11-21T05:36:35.413Z] 651d9022c234: Waiting [2024-11-21T05:36:35.413Z] c5a2967b0360: Waiting [2024-11-21T05:36:35.413Z] afe4aa98f18e: Waiting [2024-11-21T05:36:35.413Z] 6aa81ee59bcb: Waiting [2024-11-21T05:36:35.413Z] c25d424d8608: Waiting [2024-11-21T05:36:35.413Z] 40e7227741b0: Layer already exists [2024-11-21T05:36:35.413Z] 484c39df7061: Layer already exists [2024-11-21T05:36:35.413Z] 8d5d34ec1e7d: Layer already exists [2024-11-21T05:36:35.413Z] 5f1c027e1cdd: Layer already exists [2024-11-21T05:36:35.413Z] a5ca3fc21079: Layer already exists [2024-11-21T05:36:35.413Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:35.413Z] c5a2967b0360: Layer already exists [2024-11-21T05:36:35.413Z] 43c082a0f7a3: Layer already exists [2024-11-21T05:36:35.413Z] 6aa81ee59bcb: Layer already exists [2024-11-21T05:36:35.413Z] c25d424d8608: Layer already exists [2024-11-21T05:36:35.413Z] 651d9022c234: Layer already exists [2024-11-21T05:36:35.413Z] 4b93f8c3ce22: Layer already exists [2024-11-21T05:36:35.689Z] main: digest: sha256:02e8cb1ff7d4119a387389a8a84869ca6e0d42f30a64863c184bdece49b4c7d7 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:36:35.772Z] ===================================================== [Pipeline] echo [2024-11-21T05:36:35.791Z] taggedImages: [2024-11-21T05:36:35.791Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:35.791Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-11-21T05:36:35.791Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.21 [2024-11-21T05:36:35.791Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:35.791Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-11-21T05:36:35.822Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-11-21T05:36:35.822Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:35.822Z] latest [2024-11-21T05:36:35.822Z] 4.0.0-dev.21 [2024-11-21T05:36:35.822Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:35.822Z] main [2024-11-21T05:36:35.822Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:36.202Z] + 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 [2024-11-21T05:36:36.569Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:36.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-11-21T05:36:36.569Z] 3e8916488f7a: Preparing [2024-11-21T05:36:36.569Z] 30b8614de57c: Preparing [2024-11-21T05:36:36.569Z] afe4aa98f18e: Preparing [2024-11-21T05:36:36.569Z] c25d424d8608: Preparing [2024-11-21T05:36:36.569Z] 9fba0496727f: Preparing [2024-11-21T05:36:36.569Z] 3252655c71b5: Preparing [2024-11-21T05:36:36.569Z] 651d9022c234: Preparing [2024-11-21T05:36:36.569Z] 3252655c71b5: Waiting [2024-11-21T05:36:36.569Z] 651d9022c234: Waiting [2024-11-21T05:36:36.837Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:36.837Z] c25d424d8608: Layer already exists [2024-11-21T05:36:36.837Z] 651d9022c234: Layer already exists [2024-11-21T05:36:36.837Z] 3e8916488f7a: Pushed [2024-11-21T05:36:38.246Z] 9fba0496727f: Pushed [2024-11-21T05:36:38.513Z] 3252655c71b5: Pushed [2024-11-21T05:36:40.448Z] 30b8614de57c: Pushed [2024-11-21T05:36:40.714Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:04dd8818fb73f0ad4a1582ef542a1eeda7dfe21aa867408593e7490f2d31a229 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:41.073Z] + 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 [2024-11-21T05:36:41.446Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-11-21T05:36:41.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-11-21T05:36:41.446Z] 3e8916488f7a: Preparing [2024-11-21T05:36:41.446Z] 30b8614de57c: Preparing [2024-11-21T05:36:41.446Z] afe4aa98f18e: Preparing [2024-11-21T05:36:41.446Z] c25d424d8608: Preparing [2024-11-21T05:36:41.446Z] 9fba0496727f: Preparing [2024-11-21T05:36:41.446Z] 3252655c71b5: Preparing [2024-11-21T05:36:41.446Z] 651d9022c234: Preparing [2024-11-21T05:36:41.446Z] 3252655c71b5: Waiting [2024-11-21T05:36:41.446Z] 651d9022c234: Waiting [2024-11-21T05:36:41.446Z] 9fba0496727f: Layer already exists [2024-11-21T05:36:41.446Z] 30b8614de57c: Layer already exists [2024-11-21T05:36:41.446Z] 3e8916488f7a: Layer already exists [2024-11-21T05:36:41.446Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:41.446Z] c25d424d8608: Layer already exists [2024-11-21T05:36:41.446Z] 651d9022c234: Layer already exists [2024-11-21T05:36:41.446Z] 3252655c71b5: Layer already exists [2024-11-21T05:36:41.713Z] latest: digest: sha256:04dd8818fb73f0ad4a1582ef542a1eeda7dfe21aa867408593e7490f2d31a229 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:42.068Z] + 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 [2024-11-21T05:36:42.420Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.21 [2024-11-21T05:36:42.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-11-21T05:36:42.420Z] 3e8916488f7a: Preparing [2024-11-21T05:36:42.420Z] 30b8614de57c: Preparing [2024-11-21T05:36:42.420Z] afe4aa98f18e: Preparing [2024-11-21T05:36:42.420Z] c25d424d8608: Preparing [2024-11-21T05:36:42.420Z] 9fba0496727f: Preparing [2024-11-21T05:36:42.420Z] 3252655c71b5: Preparing [2024-11-21T05:36:42.420Z] 651d9022c234: Preparing [2024-11-21T05:36:42.420Z] 3252655c71b5: Waiting [2024-11-21T05:36:42.420Z] 3e8916488f7a: Layer already exists [2024-11-21T05:36:42.420Z] 30b8614de57c: Layer already exists [2024-11-21T05:36:42.420Z] c25d424d8608: Layer already exists [2024-11-21T05:36:42.420Z] 9fba0496727f: Layer already exists [2024-11-21T05:36:42.420Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:42.420Z] 3252655c71b5: Layer already exists [2024-11-21T05:36:42.420Z] 651d9022c234: Layer already exists [2024-11-21T05:36:42.685Z] 4.0.0-dev.21: digest: sha256:04dd8818fb73f0ad4a1582ef542a1eeda7dfe21aa867408593e7490f2d31a229 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:43.041Z] + 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 [2024-11-21T05:36:44.356Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:44.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-11-21T05:36:44.357Z] 3e8916488f7a: Preparing [2024-11-21T05:36:44.357Z] 30b8614de57c: Preparing [2024-11-21T05:36:44.357Z] afe4aa98f18e: Preparing [2024-11-21T05:36:44.357Z] c25d424d8608: Preparing [2024-11-21T05:36:44.357Z] 9fba0496727f: Preparing [2024-11-21T05:36:44.357Z] 3252655c71b5: Preparing [2024-11-21T05:36:44.357Z] 651d9022c234: Preparing [2024-11-21T05:36:44.357Z] 3252655c71b5: Waiting [2024-11-21T05:36:44.357Z] 651d9022c234: Waiting [2024-11-21T05:36:44.357Z] c25d424d8608: Layer already exists [2024-11-21T05:36:44.357Z] 3e8916488f7a: Layer already exists [2024-11-21T05:36:44.357Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:44.357Z] 9fba0496727f: Layer already exists [2024-11-21T05:36:44.357Z] 30b8614de57c: Layer already exists [2024-11-21T05:36:44.357Z] 3252655c71b5: Layer already exists [2024-11-21T05:36:44.357Z] 651d9022c234: Layer already exists [2024-11-21T05:36:44.622Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:04dd8818fb73f0ad4a1582ef542a1eeda7dfe21aa867408593e7490f2d31a229 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:44.983Z] + 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 [2024-11-21T05:36:45.336Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-11-21T05:36:45.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-11-21T05:36:45.336Z] 3e8916488f7a: Preparing [2024-11-21T05:36:45.336Z] 30b8614de57c: Preparing [2024-11-21T05:36:45.336Z] afe4aa98f18e: Preparing [2024-11-21T05:36:45.336Z] c25d424d8608: Preparing [2024-11-21T05:36:45.336Z] 9fba0496727f: Preparing [2024-11-21T05:36:45.336Z] 3252655c71b5: Preparing [2024-11-21T05:36:45.336Z] 651d9022c234: Preparing [2024-11-21T05:36:45.336Z] 3252655c71b5: Waiting [2024-11-21T05:36:45.336Z] 651d9022c234: Waiting [2024-11-21T05:36:45.336Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:45.336Z] c25d424d8608: Layer already exists [2024-11-21T05:36:45.336Z] 3e8916488f7a: Layer already exists [2024-11-21T05:36:45.336Z] 9fba0496727f: Layer already exists [2024-11-21T05:36:45.336Z] 30b8614de57c: Layer already exists [2024-11-21T05:36:45.336Z] 651d9022c234: Layer already exists [2024-11-21T05:36:45.336Z] 3252655c71b5: Layer already exists [2024-11-21T05:36:45.602Z] main: digest: sha256:04dd8818fb73f0ad4a1582ef542a1eeda7dfe21aa867408593e7490f2d31a229 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:36:45.681Z] ===================================================== [Pipeline] echo [2024-11-21T05:36:45.694Z] taggedImages: [2024-11-21T05:36:45.694Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:45.694Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-11-21T05:36:45.694Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.21 [2024-11-21T05:36:45.694Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:45.694Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-11-21T05:36:45.819Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-11-21T05:36:45.819Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:45.819Z] latest [2024-11-21T05:36:45.819Z] 4.0.0-dev.21 [2024-11-21T05:36:45.819Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:36:45.819Z] main [2024-11-21T05:36:45.819Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:36:46.202Z] + 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 [2024-11-21T05:36:46.560Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:36:46.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-11-21T05:36:46.560Z] aebdf8147585: Preparing [2024-11-21T05:36:46.560Z] 66d6cc4b7e0d: Preparing [2024-11-21T05:36:46.560Z] f01e5220024d: Preparing [2024-11-21T05:36:46.560Z] afe4aa98f18e: Preparing [2024-11-21T05:36:46.560Z] c25d424d8608: Preparing [2024-11-21T05:36:46.560Z] e3730a4b9eae: Preparing [2024-11-21T05:36:46.560Z] debd2dbf3c2d: Preparing [2024-11-21T05:36:46.560Z] 2fe5728f25b0: Preparing [2024-11-21T05:36:46.560Z] 45c2d9f237af: Preparing [2024-11-21T05:36:46.560Z] 651d9022c234: Preparing [2024-11-21T05:36:46.560Z] e3730a4b9eae: Waiting [2024-11-21T05:36:46.560Z] debd2dbf3c2d: Waiting [2024-11-21T05:36:46.560Z] 2fe5728f25b0: Waiting [2024-11-21T05:36:46.560Z] 651d9022c234: Waiting [2024-11-21T05:36:46.560Z] 45c2d9f237af: Waiting [2024-11-21T05:36:46.831Z] afe4aa98f18e: Layer already exists [2024-11-21T05:36:46.831Z] c25d424d8608: Layer already exists [2024-11-21T05:36:46.831Z] 66d6cc4b7e0d: Pushed [2024-11-21T05:36:46.831Z] f01e5220024d: Pushed [2024-11-21T05:36:46.831Z] aebdf8147585: Pushed [2024-11-21T05:36:46.831Z] 651d9022c234: Layer already exists [2024-11-21T05:36:47.098Z] 2fe5728f25b0: Pushed [2024-11-21T05:36:49.679Z] 45c2d9f237af: Pushed [2024-11-21T05:36:59.773Z] debd2dbf3c2d: Pushed [2024-11-21T05:37:09.836Z] e3730a4b9eae: Pushed [2024-11-21T05:37:09.837Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:dd124f4651d1ccc5064422d9f5feb7a084f43162e5324af1232e5df66afe287d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:37:10.197Z] + 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 [2024-11-21T05:37:10.553Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-11-21T05:37:10.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-11-21T05:37:10.553Z] aebdf8147585: Preparing [2024-11-21T05:37:10.553Z] 66d6cc4b7e0d: Preparing [2024-11-21T05:37:10.553Z] f01e5220024d: Preparing [2024-11-21T05:37:10.553Z] afe4aa98f18e: Preparing [2024-11-21T05:37:10.553Z] c25d424d8608: Preparing [2024-11-21T05:37:10.553Z] e3730a4b9eae: Preparing [2024-11-21T05:37:10.553Z] debd2dbf3c2d: Preparing [2024-11-21T05:37:10.553Z] 2fe5728f25b0: Preparing [2024-11-21T05:37:10.553Z] 45c2d9f237af: Preparing [2024-11-21T05:37:10.553Z] 651d9022c234: Preparing [2024-11-21T05:37:10.553Z] e3730a4b9eae: Waiting [2024-11-21T05:37:10.553Z] debd2dbf3c2d: Waiting [2024-11-21T05:37:10.553Z] 2fe5728f25b0: Waiting [2024-11-21T05:37:10.553Z] 45c2d9f237af: Waiting [2024-11-21T05:37:10.553Z] 651d9022c234: Waiting [2024-11-21T05:37:10.553Z] f01e5220024d: Layer already exists [2024-11-21T05:37:10.553Z] 66d6cc4b7e0d: Layer already exists [2024-11-21T05:37:10.553Z] afe4aa98f18e: Layer already exists [2024-11-21T05:37:10.553Z] aebdf8147585: Layer already exists [2024-11-21T05:37:10.553Z] c25d424d8608: Layer already exists [2024-11-21T05:37:10.553Z] debd2dbf3c2d: Layer already exists [2024-11-21T05:37:10.553Z] 2fe5728f25b0: Layer already exists [2024-11-21T05:37:10.553Z] 651d9022c234: Layer already exists [2024-11-21T05:37:10.553Z] e3730a4b9eae: Layer already exists [2024-11-21T05:37:10.553Z] 45c2d9f237af: Layer already exists [2024-11-21T05:37:10.821Z] latest: digest: sha256:dd124f4651d1ccc5064422d9f5feb7a084f43162e5324af1232e5df66afe287d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:37:11.185Z] + 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 [2024-11-21T05:37:11.537Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.21 [2024-11-21T05:37:11.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-11-21T05:37:11.537Z] aebdf8147585: Preparing [2024-11-21T05:37:11.537Z] 66d6cc4b7e0d: Preparing [2024-11-21T05:37:11.537Z] f01e5220024d: Preparing [2024-11-21T05:37:11.537Z] afe4aa98f18e: Preparing [2024-11-21T05:37:11.537Z] c25d424d8608: Preparing [2024-11-21T05:37:11.537Z] e3730a4b9eae: Preparing [2024-11-21T05:37:11.537Z] debd2dbf3c2d: Preparing [2024-11-21T05:37:11.537Z] 2fe5728f25b0: Preparing [2024-11-21T05:37:11.537Z] 45c2d9f237af: Preparing [2024-11-21T05:37:11.537Z] 651d9022c234: Preparing [2024-11-21T05:37:11.537Z] debd2dbf3c2d: Waiting [2024-11-21T05:37:11.537Z] 2fe5728f25b0: Waiting [2024-11-21T05:37:11.537Z] 45c2d9f237af: Waiting [2024-11-21T05:37:11.537Z] e3730a4b9eae: Waiting [2024-11-21T05:37:11.537Z] 651d9022c234: Waiting [2024-11-21T05:37:11.537Z] aebdf8147585: Layer already exists [2024-11-21T05:37:11.537Z] afe4aa98f18e: Layer already exists [2024-11-21T05:37:11.537Z] c25d424d8608: Layer already exists [2024-11-21T05:37:11.537Z] 66d6cc4b7e0d: Layer already exists [2024-11-21T05:37:11.537Z] f01e5220024d: Layer already exists [2024-11-21T05:37:11.537Z] e3730a4b9eae: Layer already exists [2024-11-21T05:37:11.537Z] debd2dbf3c2d: Layer already exists [2024-11-21T05:37:11.537Z] 2fe5728f25b0: Layer already exists [2024-11-21T05:37:11.537Z] 45c2d9f237af: Layer already exists [2024-11-21T05:37:11.537Z] 651d9022c234: Layer already exists [2024-11-21T05:37:11.803Z] 4.0.0-dev.21: digest: sha256:dd124f4651d1ccc5064422d9f5feb7a084f43162e5324af1232e5df66afe287d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:37:12.165Z] + 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 [2024-11-21T05:37:12.531Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:37:12.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-11-21T05:37:12.531Z] aebdf8147585: Preparing [2024-11-21T05:37:12.531Z] 66d6cc4b7e0d: Preparing [2024-11-21T05:37:12.531Z] f01e5220024d: Preparing [2024-11-21T05:37:12.531Z] afe4aa98f18e: Preparing [2024-11-21T05:37:12.531Z] c25d424d8608: Preparing [2024-11-21T05:37:12.531Z] e3730a4b9eae: Preparing [2024-11-21T05:37:12.531Z] debd2dbf3c2d: Preparing [2024-11-21T05:37:12.531Z] 2fe5728f25b0: Preparing [2024-11-21T05:37:12.531Z] 45c2d9f237af: Preparing [2024-11-21T05:37:12.531Z] 651d9022c234: Preparing [2024-11-21T05:37:12.531Z] 2fe5728f25b0: Waiting [2024-11-21T05:37:12.531Z] 45c2d9f237af: Waiting [2024-11-21T05:37:12.531Z] 651d9022c234: Waiting [2024-11-21T05:37:12.531Z] e3730a4b9eae: Waiting [2024-11-21T05:37:12.531Z] debd2dbf3c2d: Waiting [2024-11-21T05:37:12.531Z] c25d424d8608: Layer already exists [2024-11-21T05:37:12.531Z] f01e5220024d: Layer already exists [2024-11-21T05:37:12.531Z] aebdf8147585: Layer already exists [2024-11-21T05:37:12.531Z] afe4aa98f18e: Layer already exists [2024-11-21T05:37:12.531Z] 66d6cc4b7e0d: Layer already exists [2024-11-21T05:37:12.531Z] 2fe5728f25b0: Layer already exists [2024-11-21T05:37:12.531Z] debd2dbf3c2d: Layer already exists [2024-11-21T05:37:12.531Z] e3730a4b9eae: Layer already exists [2024-11-21T05:37:12.531Z] 45c2d9f237af: Layer already exists [2024-11-21T05:37:12.531Z] 651d9022c234: Layer already exists [2024-11-21T05:37:12.794Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:dd124f4651d1ccc5064422d9f5feb7a084f43162e5324af1232e5df66afe287d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:37:13.135Z] + 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 [2024-11-21T05:37:13.541Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-11-21T05:37:13.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-11-21T05:37:13.541Z] aebdf8147585: Preparing [2024-11-21T05:37:13.541Z] 66d6cc4b7e0d: Preparing [2024-11-21T05:37:13.541Z] f01e5220024d: Preparing [2024-11-21T05:37:13.541Z] afe4aa98f18e: Preparing [2024-11-21T05:37:13.541Z] c25d424d8608: Preparing [2024-11-21T05:37:13.541Z] e3730a4b9eae: Preparing [2024-11-21T05:37:13.541Z] debd2dbf3c2d: Preparing [2024-11-21T05:37:13.541Z] 2fe5728f25b0: Preparing [2024-11-21T05:37:13.541Z] 45c2d9f237af: Preparing [2024-11-21T05:37:13.541Z] 651d9022c234: Preparing [2024-11-21T05:37:13.541Z] e3730a4b9eae: Waiting [2024-11-21T05:37:13.541Z] 45c2d9f237af: Waiting [2024-11-21T05:37:13.541Z] debd2dbf3c2d: Waiting [2024-11-21T05:37:13.541Z] 2fe5728f25b0: Waiting [2024-11-21T05:37:13.541Z] 651d9022c234: Waiting [2024-11-21T05:37:13.541Z] aebdf8147585: Layer already exists [2024-11-21T05:37:13.541Z] f01e5220024d: Layer already exists [2024-11-21T05:37:13.541Z] c25d424d8608: Layer already exists [2024-11-21T05:37:13.541Z] afe4aa98f18e: Layer already exists [2024-11-21T05:37:13.541Z] 66d6cc4b7e0d: Layer already exists [2024-11-21T05:37:13.541Z] debd2dbf3c2d: Layer already exists [2024-11-21T05:37:13.541Z] 45c2d9f237af: Layer already exists [2024-11-21T05:37:13.814Z] e3730a4b9eae: Layer already exists [2024-11-21T05:37:13.814Z] 2fe5728f25b0: Layer already exists [2024-11-21T05:37:13.814Z] 651d9022c234: Layer already exists [2024-11-21T05:37:13.814Z] main: digest: sha256:dd124f4651d1ccc5064422d9f5feb7a084f43162e5324af1232e5df66afe287d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:37:13.891Z] ===================================================== [Pipeline] echo [2024-11-21T05:37:13.904Z] taggedImages: [2024-11-21T05:37:13.904Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:37:13.904Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-11-21T05:37:13.904Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.21 [2024-11-21T05:37:13.904Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:37:13.904Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-11-21T05:37:13.939Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-11-21T05:37:13.939Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:37:13.939Z] latest [2024-11-21T05:37:13.939Z] 4.0.0-dev.21 [2024-11-21T05:37:13.939Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:37:13.939Z] main [2024-11-21T05:37:13.939Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:37:14.326Z] + 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 [2024-11-21T05:37:14.728Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:37:14.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-11-21T05:37:14.728Z] cfa298fafe35: Preparing [2024-11-21T05:37:14.728Z] c152c0027da1: Preparing [2024-11-21T05:37:14.728Z] 0b5f9350e695: Preparing [2024-11-21T05:37:14.728Z] afe4aa98f18e: Preparing [2024-11-21T05:37:14.728Z] c25d424d8608: Preparing [2024-11-21T05:37:14.728Z] 938d63b456b6: Preparing [2024-11-21T05:37:14.728Z] a484d8300de0: Preparing [2024-11-21T05:37:14.728Z] 4344dd1e13f3: Preparing [2024-11-21T05:37:14.728Z] 651d9022c234: Preparing [2024-11-21T05:37:14.728Z] a484d8300de0: Waiting [2024-11-21T05:37:14.728Z] 4344dd1e13f3: Waiting [2024-11-21T05:37:14.728Z] 938d63b456b6: Waiting [2024-11-21T05:37:14.728Z] 651d9022c234: Waiting [2024-11-21T05:37:14.728Z] c25d424d8608: Layer already exists [2024-11-21T05:37:15.012Z] afe4aa98f18e: Layer already exists [2024-11-21T05:37:15.012Z] c152c0027da1: Pushed [2024-11-21T05:37:15.012Z] 0b5f9350e695: Pushed [2024-11-21T05:37:15.012Z] cfa298fafe35: Pushed [2024-11-21T05:37:15.012Z] 651d9022c234: Layer already exists [2024-11-21T05:37:15.623Z] 4344dd1e13f3: Pushed [2024-11-21T05:37:16.588Z] a484d8300de0: Pushed [2024-11-21T05:37:38.634Z] 938d63b456b6: Pushed [2024-11-21T05:37:38.634Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:c644434a2d350c8a045d550170cfae14deb52f19cebf70a3f34368182ab1f90b size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:37:38.992Z] + 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 [2024-11-21T05:37:39.354Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-11-21T05:37:39.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-11-21T05:37:39.354Z] cfa298fafe35: Preparing [2024-11-21T05:37:39.354Z] c152c0027da1: Preparing [2024-11-21T05:37:39.354Z] 0b5f9350e695: Preparing [2024-11-21T05:37:39.354Z] afe4aa98f18e: Preparing [2024-11-21T05:37:39.354Z] c25d424d8608: Preparing [2024-11-21T05:37:39.354Z] 938d63b456b6: Preparing [2024-11-21T05:37:39.354Z] a484d8300de0: Preparing [2024-11-21T05:37:39.354Z] 4344dd1e13f3: Preparing [2024-11-21T05:37:39.354Z] 651d9022c234: Preparing [2024-11-21T05:37:39.354Z] 938d63b456b6: Waiting [2024-11-21T05:37:39.354Z] a484d8300de0: Waiting [2024-11-21T05:37:39.354Z] 4344dd1e13f3: Waiting [2024-11-21T05:37:39.354Z] 651d9022c234: Waiting [2024-11-21T05:37:39.354Z] afe4aa98f18e: Layer already exists [2024-11-21T05:37:39.354Z] c25d424d8608: Layer already exists [2024-11-21T05:37:39.354Z] 0b5f9350e695: Layer already exists [2024-11-21T05:37:39.354Z] cfa298fafe35: Layer already exists [2024-11-21T05:37:39.354Z] c152c0027da1: Layer already exists [2024-11-21T05:37:39.354Z] 4344dd1e13f3: Layer already exists [2024-11-21T05:37:39.354Z] a484d8300de0: Layer already exists [2024-11-21T05:37:39.354Z] 938d63b456b6: Layer already exists [2024-11-21T05:37:39.354Z] 651d9022c234: Layer already exists [2024-11-21T05:37:39.621Z] latest: digest: sha256:c644434a2d350c8a045d550170cfae14deb52f19cebf70a3f34368182ab1f90b size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:37:39.989Z] + 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 [2024-11-21T05:37:40.355Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.21 [2024-11-21T05:37:40.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-11-21T05:37:40.356Z] cfa298fafe35: Preparing [2024-11-21T05:37:40.356Z] c152c0027da1: Preparing [2024-11-21T05:37:40.356Z] 0b5f9350e695: Preparing [2024-11-21T05:37:40.356Z] afe4aa98f18e: Preparing [2024-11-21T05:37:40.356Z] c25d424d8608: Preparing [2024-11-21T05:37:40.356Z] 938d63b456b6: Preparing [2024-11-21T05:37:40.356Z] a484d8300de0: Preparing [2024-11-21T05:37:40.356Z] 4344dd1e13f3: Preparing [2024-11-21T05:37:40.356Z] 651d9022c234: Preparing [2024-11-21T05:37:40.356Z] 938d63b456b6: Waiting [2024-11-21T05:37:40.356Z] a484d8300de0: Waiting [2024-11-21T05:37:40.356Z] 4344dd1e13f3: Waiting [2024-11-21T05:37:40.356Z] 651d9022c234: Waiting [2024-11-21T05:37:40.356Z] c25d424d8608: Layer already exists [2024-11-21T05:37:40.356Z] c152c0027da1: Layer already exists [2024-11-21T05:37:40.356Z] afe4aa98f18e: Layer already exists [2024-11-21T05:37:40.356Z] cfa298fafe35: Layer already exists [2024-11-21T05:37:40.356Z] 0b5f9350e695: Layer already exists [2024-11-21T05:37:40.356Z] a484d8300de0: Layer already exists [2024-11-21T05:37:40.356Z] 4344dd1e13f3: Layer already exists [2024-11-21T05:37:40.356Z] 938d63b456b6: Layer already exists [2024-11-21T05:37:40.356Z] 651d9022c234: Layer already exists [2024-11-21T05:37:40.624Z] 4.0.0-dev.21: digest: sha256:c644434a2d350c8a045d550170cfae14deb52f19cebf70a3f34368182ab1f90b size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:37:40.992Z] + 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 [2024-11-21T05:37:41.352Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:37:41.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-11-21T05:37:41.352Z] cfa298fafe35: Preparing [2024-11-21T05:37:41.352Z] c152c0027da1: Preparing [2024-11-21T05:37:41.352Z] 0b5f9350e695: Preparing [2024-11-21T05:37:41.352Z] afe4aa98f18e: Preparing [2024-11-21T05:37:41.352Z] c25d424d8608: Preparing [2024-11-21T05:37:41.352Z] 938d63b456b6: Preparing [2024-11-21T05:37:41.352Z] a484d8300de0: Preparing [2024-11-21T05:37:41.352Z] 4344dd1e13f3: Preparing [2024-11-21T05:37:41.352Z] 651d9022c234: Preparing [2024-11-21T05:37:41.352Z] a484d8300de0: Waiting [2024-11-21T05:37:41.352Z] 4344dd1e13f3: Waiting [2024-11-21T05:37:41.352Z] 651d9022c234: Waiting [2024-11-21T05:37:41.352Z] 938d63b456b6: Waiting [2024-11-21T05:37:41.352Z] afe4aa98f18e: Layer already exists [2024-11-21T05:37:41.352Z] 0b5f9350e695: Layer already exists [2024-11-21T05:37:41.352Z] c152c0027da1: Layer already exists [2024-11-21T05:37:41.352Z] cfa298fafe35: Layer already exists [2024-11-21T05:37:41.352Z] c25d424d8608: Layer already exists [2024-11-21T05:37:41.352Z] 651d9022c234: Layer already exists [2024-11-21T05:37:41.352Z] a484d8300de0: Layer already exists [2024-11-21T05:37:41.352Z] 4344dd1e13f3: Layer already exists [2024-11-21T05:37:41.352Z] 938d63b456b6: Layer already exists [2024-11-21T05:37:41.619Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:c644434a2d350c8a045d550170cfae14deb52f19cebf70a3f34368182ab1f90b size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:37:41.985Z] + 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 [2024-11-21T05:37:42.347Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-11-21T05:37:42.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-11-21T05:37:42.347Z] cfa298fafe35: Preparing [2024-11-21T05:37:42.347Z] c152c0027da1: Preparing [2024-11-21T05:37:42.347Z] 0b5f9350e695: Preparing [2024-11-21T05:37:42.347Z] afe4aa98f18e: Preparing [2024-11-21T05:37:42.347Z] c25d424d8608: Preparing [2024-11-21T05:37:42.347Z] 938d63b456b6: Preparing [2024-11-21T05:37:42.347Z] a484d8300de0: Preparing [2024-11-21T05:37:42.347Z] 4344dd1e13f3: Preparing [2024-11-21T05:37:42.347Z] 651d9022c234: Preparing [2024-11-21T05:37:42.347Z] a484d8300de0: Waiting [2024-11-21T05:37:42.347Z] 4344dd1e13f3: Waiting [2024-11-21T05:37:42.347Z] 651d9022c234: Waiting [2024-11-21T05:37:42.347Z] 938d63b456b6: Waiting [2024-11-21T05:37:42.347Z] cfa298fafe35: Layer already exists [2024-11-21T05:37:42.347Z] c152c0027da1: Layer already exists [2024-11-21T05:37:42.347Z] 0b5f9350e695: Layer already exists [2024-11-21T05:37:42.347Z] c25d424d8608: Layer already exists [2024-11-21T05:37:42.347Z] afe4aa98f18e: Layer already exists [2024-11-21T05:37:42.347Z] a484d8300de0: Layer already exists [2024-11-21T05:37:42.347Z] 938d63b456b6: Layer already exists [2024-11-21T05:37:42.347Z] 4344dd1e13f3: Layer already exists [2024-11-21T05:37:42.347Z] 651d9022c234: Layer already exists [2024-11-21T05:37:42.614Z] main: digest: sha256:c644434a2d350c8a045d550170cfae14deb52f19cebf70a3f34368182ab1f90b size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:37:42.703Z] ===================================================== [Pipeline] echo [2024-11-21T05:37:42.716Z] taggedImages: [2024-11-21T05:37:42.716Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:37:42.716Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-11-21T05:37:42.716Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.21 [2024-11-21T05:37:42.716Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:37:42.716Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-11-21T05:37:42.750Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-11-21T05:37:42.750Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:37:42.750Z] latest [2024-11-21T05:37:42.750Z] 4.0.0-dev.21 [2024-11-21T05:37:42.750Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:37:42.750Z] main [2024-11-21T05:37:42.750Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:37:43.125Z] + 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 [2024-11-21T05:37:43.481Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:37:43.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-11-21T05:37:43.481Z] 624b6a28b6d4: Preparing [2024-11-21T05:37:43.481Z] 6a8e65ecf561: Preparing [2024-11-21T05:37:43.481Z] fdc6dfa4cf79: Preparing [2024-11-21T05:37:43.481Z] afe4aa98f18e: Preparing [2024-11-21T05:37:43.481Z] c25d424d8608: Preparing [2024-11-21T05:37:43.481Z] 94b51ec3b73a: Preparing [2024-11-21T05:37:43.481Z] 2fe5728f25b0: Preparing [2024-11-21T05:37:43.481Z] 45c2d9f237af: Preparing [2024-11-21T05:37:43.481Z] 651d9022c234: Preparing [2024-11-21T05:37:43.481Z] 94b51ec3b73a: Waiting [2024-11-21T05:37:43.481Z] 2fe5728f25b0: Waiting [2024-11-21T05:37:43.481Z] 45c2d9f237af: Waiting [2024-11-21T05:37:43.481Z] 651d9022c234: Waiting [2024-11-21T05:37:43.752Z] afe4aa98f18e: Layer already exists [2024-11-21T05:37:43.752Z] c25d424d8608: Layer already exists [2024-11-21T05:37:43.752Z] fdc6dfa4cf79: Pushed [2024-11-21T05:37:43.752Z] 2fe5728f25b0: Layer already exists [2024-11-21T05:37:43.752Z] 6a8e65ecf561: Pushed [2024-11-21T05:37:43.752Z] 45c2d9f237af: Layer already exists [2024-11-21T05:37:43.752Z] 624b6a28b6d4: Pushed [2024-11-21T05:37:43.752Z] 651d9022c234: Layer already exists [2024-11-21T05:38:05.798Z] 94b51ec3b73a: Pushed [2024-11-21T05:38:05.798Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:acf9df16974702a298385d302b3283702dc0aabc4d94770b8f483f86d4020921 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:06.169Z] + 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 [2024-11-21T05:38:06.527Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-11-21T05:38:06.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-11-21T05:38:06.527Z] 624b6a28b6d4: Preparing [2024-11-21T05:38:06.527Z] 6a8e65ecf561: Preparing [2024-11-21T05:38:06.527Z] fdc6dfa4cf79: Preparing [2024-11-21T05:38:06.527Z] afe4aa98f18e: Preparing [2024-11-21T05:38:06.527Z] c25d424d8608: Preparing [2024-11-21T05:38:06.527Z] 94b51ec3b73a: Preparing [2024-11-21T05:38:06.527Z] 2fe5728f25b0: Preparing [2024-11-21T05:38:06.527Z] 45c2d9f237af: Preparing [2024-11-21T05:38:06.527Z] 651d9022c234: Preparing [2024-11-21T05:38:06.527Z] 94b51ec3b73a: Waiting [2024-11-21T05:38:06.527Z] 2fe5728f25b0: Waiting [2024-11-21T05:38:06.527Z] 45c2d9f237af: Waiting [2024-11-21T05:38:06.527Z] 651d9022c234: Waiting [2024-11-21T05:38:06.527Z] 6a8e65ecf561: Layer already exists [2024-11-21T05:38:06.527Z] fdc6dfa4cf79: Layer already exists [2024-11-21T05:38:06.527Z] 624b6a28b6d4: Layer already exists [2024-11-21T05:38:06.527Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:06.527Z] c25d424d8608: Layer already exists [2024-11-21T05:38:06.527Z] 2fe5728f25b0: Layer already exists [2024-11-21T05:38:06.527Z] 94b51ec3b73a: Layer already exists [2024-11-21T05:38:06.527Z] 651d9022c234: Layer already exists [2024-11-21T05:38:06.527Z] 45c2d9f237af: Layer already exists [2024-11-21T05:38:06.794Z] latest: digest: sha256:acf9df16974702a298385d302b3283702dc0aabc4d94770b8f483f86d4020921 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:07.164Z] + 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 [2024-11-21T05:38:07.532Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.21 [2024-11-21T05:38:07.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-11-21T05:38:07.532Z] 624b6a28b6d4: Preparing [2024-11-21T05:38:07.532Z] 6a8e65ecf561: Preparing [2024-11-21T05:38:07.532Z] fdc6dfa4cf79: Preparing [2024-11-21T05:38:07.532Z] afe4aa98f18e: Preparing [2024-11-21T05:38:07.532Z] c25d424d8608: Preparing [2024-11-21T05:38:07.532Z] 94b51ec3b73a: Preparing [2024-11-21T05:38:07.532Z] 2fe5728f25b0: Preparing [2024-11-21T05:38:07.532Z] 45c2d9f237af: Preparing [2024-11-21T05:38:07.532Z] 651d9022c234: Preparing [2024-11-21T05:38:07.532Z] 45c2d9f237af: Waiting [2024-11-21T05:38:07.532Z] 94b51ec3b73a: Waiting [2024-11-21T05:38:07.532Z] 2fe5728f25b0: Waiting [2024-11-21T05:38:07.532Z] 651d9022c234: Waiting [2024-11-21T05:38:07.532Z] 6a8e65ecf561: Layer already exists [2024-11-21T05:38:07.532Z] c25d424d8608: Layer already exists [2024-11-21T05:38:07.532Z] fdc6dfa4cf79: Layer already exists [2024-11-21T05:38:07.532Z] 624b6a28b6d4: Layer already exists [2024-11-21T05:38:07.532Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:07.532Z] 94b51ec3b73a: Layer already exists [2024-11-21T05:38:07.532Z] 2fe5728f25b0: Layer already exists [2024-11-21T05:38:07.532Z] 651d9022c234: Layer already exists [2024-11-21T05:38:07.532Z] 45c2d9f237af: Layer already exists [2024-11-21T05:38:07.800Z] 4.0.0-dev.21: digest: sha256:acf9df16974702a298385d302b3283702dc0aabc4d94770b8f483f86d4020921 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:08.168Z] + 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 [2024-11-21T05:38:08.525Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:38:08.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-11-21T05:38:08.525Z] 624b6a28b6d4: Preparing [2024-11-21T05:38:08.525Z] 6a8e65ecf561: Preparing [2024-11-21T05:38:08.525Z] fdc6dfa4cf79: Preparing [2024-11-21T05:38:08.525Z] afe4aa98f18e: Preparing [2024-11-21T05:38:08.525Z] c25d424d8608: Preparing [2024-11-21T05:38:08.525Z] 94b51ec3b73a: Preparing [2024-11-21T05:38:08.525Z] 2fe5728f25b0: Preparing [2024-11-21T05:38:08.525Z] 45c2d9f237af: Preparing [2024-11-21T05:38:08.525Z] 651d9022c234: Preparing [2024-11-21T05:38:08.525Z] 94b51ec3b73a: Waiting [2024-11-21T05:38:08.525Z] 2fe5728f25b0: Waiting [2024-11-21T05:38:08.525Z] 45c2d9f237af: Waiting [2024-11-21T05:38:08.525Z] 651d9022c234: Waiting [2024-11-21T05:38:08.525Z] fdc6dfa4cf79: Layer already exists [2024-11-21T05:38:08.525Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:08.525Z] c25d424d8608: Layer already exists [2024-11-21T05:38:08.525Z] 624b6a28b6d4: Layer already exists [2024-11-21T05:38:08.525Z] 6a8e65ecf561: Layer already exists [2024-11-21T05:38:08.525Z] 94b51ec3b73a: Layer already exists [2024-11-21T05:38:08.525Z] 651d9022c234: Layer already exists [2024-11-21T05:38:08.525Z] 2fe5728f25b0: Layer already exists [2024-11-21T05:38:08.525Z] 45c2d9f237af: Layer already exists [2024-11-21T05:38:08.792Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:acf9df16974702a298385d302b3283702dc0aabc4d94770b8f483f86d4020921 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:09.165Z] + 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 [2024-11-21T05:38:09.537Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-11-21T05:38:09.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-11-21T05:38:09.537Z] 624b6a28b6d4: Preparing [2024-11-21T05:38:09.537Z] 6a8e65ecf561: Preparing [2024-11-21T05:38:09.537Z] fdc6dfa4cf79: Preparing [2024-11-21T05:38:09.537Z] afe4aa98f18e: Preparing [2024-11-21T05:38:09.537Z] c25d424d8608: Preparing [2024-11-21T05:38:09.537Z] 94b51ec3b73a: Preparing [2024-11-21T05:38:09.537Z] 2fe5728f25b0: Preparing [2024-11-21T05:38:09.537Z] 45c2d9f237af: Preparing [2024-11-21T05:38:09.537Z] 651d9022c234: Preparing [2024-11-21T05:38:09.537Z] 2fe5728f25b0: Waiting [2024-11-21T05:38:09.537Z] 45c2d9f237af: Waiting [2024-11-21T05:38:09.537Z] 651d9022c234: Waiting [2024-11-21T05:38:09.537Z] 94b51ec3b73a: Waiting [2024-11-21T05:38:09.537Z] 6a8e65ecf561: Layer already exists [2024-11-21T05:38:09.537Z] c25d424d8608: Layer already exists [2024-11-21T05:38:09.537Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:09.537Z] 624b6a28b6d4: Layer already exists [2024-11-21T05:38:09.537Z] fdc6dfa4cf79: Layer already exists [2024-11-21T05:38:09.537Z] 45c2d9f237af: Layer already exists [2024-11-21T05:38:09.537Z] 2fe5728f25b0: Layer already exists [2024-11-21T05:38:09.537Z] 94b51ec3b73a: Layer already exists [2024-11-21T05:38:09.537Z] 651d9022c234: Layer already exists [2024-11-21T05:38:09.803Z] main: digest: sha256:acf9df16974702a298385d302b3283702dc0aabc4d94770b8f483f86d4020921 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:38:09.901Z] ===================================================== [Pipeline] echo [2024-11-21T05:38:09.916Z] taggedImages: [2024-11-21T05:38:09.916Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:38:09.916Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-11-21T05:38:09.916Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.21 [2024-11-21T05:38:09.916Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:38:09.916Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-11-21T05:38:09.954Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-11-21T05:38:09.954Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:38:09.954Z] latest [2024-11-21T05:38:09.954Z] 4.0.0-dev.21 [2024-11-21T05:38:09.954Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:38:09.954Z] main [2024-11-21T05:38:09.954Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:10.331Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:10.692Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:38:10.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-11-21T05:38:10.692Z] 2b704bb92cce: Preparing [2024-11-21T05:38:10.692Z] 376be2eaef20: Preparing [2024-11-21T05:38:10.692Z] f6f230878f79: Preparing [2024-11-21T05:38:10.692Z] afe4aa98f18e: Preparing [2024-11-21T05:38:10.692Z] c25d424d8608: Preparing [2024-11-21T05:38:10.692Z] e2feef9a2d0f: Preparing [2024-11-21T05:38:10.692Z] bb4a97516135: Preparing [2024-11-21T05:38:10.692Z] 651d9022c234: Preparing [2024-11-21T05:38:10.692Z] e2feef9a2d0f: Waiting [2024-11-21T05:38:10.692Z] bb4a97516135: Waiting [2024-11-21T05:38:10.692Z] 651d9022c234: Waiting [2024-11-21T05:38:10.692Z] c25d424d8608: Layer already exists [2024-11-21T05:38:10.962Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:10.962Z] 376be2eaef20: Pushed [2024-11-21T05:38:10.962Z] 2b704bb92cce: Pushed [2024-11-21T05:38:10.962Z] 651d9022c234: Layer already exists [2024-11-21T05:38:11.231Z] bb4a97516135: Pushed [2024-11-21T05:38:12.637Z] e2feef9a2d0f: Pushed [2024-11-21T05:38:19.288Z] f6f230878f79: Pushed [2024-11-21T05:38:19.288Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:4cedb407cfa190a5f410b7480437ee5b04a4c289a6d9c6f83eceaa621d5b692f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:19.651Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:20.011Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-11-21T05:38:20.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-11-21T05:38:20.011Z] 2b704bb92cce: Preparing [2024-11-21T05:38:20.011Z] 376be2eaef20: Preparing [2024-11-21T05:38:20.011Z] f6f230878f79: Preparing [2024-11-21T05:38:20.011Z] afe4aa98f18e: Preparing [2024-11-21T05:38:20.011Z] c25d424d8608: Preparing [2024-11-21T05:38:20.011Z] e2feef9a2d0f: Preparing [2024-11-21T05:38:20.011Z] bb4a97516135: Preparing [2024-11-21T05:38:20.011Z] 651d9022c234: Preparing [2024-11-21T05:38:20.011Z] bb4a97516135: Waiting [2024-11-21T05:38:20.011Z] 651d9022c234: Waiting [2024-11-21T05:38:20.011Z] e2feef9a2d0f: Waiting [2024-11-21T05:38:20.011Z] f6f230878f79: Layer already exists [2024-11-21T05:38:20.011Z] 2b704bb92cce: Layer already exists [2024-11-21T05:38:20.011Z] c25d424d8608: Layer already exists [2024-11-21T05:38:20.011Z] 376be2eaef20: Layer already exists [2024-11-21T05:38:20.011Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:20.011Z] bb4a97516135: Layer already exists [2024-11-21T05:38:20.011Z] 651d9022c234: Layer already exists [2024-11-21T05:38:20.011Z] e2feef9a2d0f: Layer already exists [2024-11-21T05:38:20.278Z] latest: digest: sha256:4cedb407cfa190a5f410b7480437ee5b04a4c289a6d9c6f83eceaa621d5b692f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:20.644Z] + 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 [2024-11-21T05:38:20.998Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.21 [2024-11-21T05:38:20.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-11-21T05:38:20.998Z] 2b704bb92cce: Preparing [2024-11-21T05:38:20.998Z] 376be2eaef20: Preparing [2024-11-21T05:38:20.998Z] f6f230878f79: Preparing [2024-11-21T05:38:20.998Z] afe4aa98f18e: Preparing [2024-11-21T05:38:20.998Z] c25d424d8608: Preparing [2024-11-21T05:38:20.998Z] e2feef9a2d0f: Preparing [2024-11-21T05:38:20.998Z] bb4a97516135: Preparing [2024-11-21T05:38:20.998Z] 651d9022c234: Preparing [2024-11-21T05:38:20.998Z] e2feef9a2d0f: Waiting [2024-11-21T05:38:20.998Z] 651d9022c234: Waiting [2024-11-21T05:38:20.998Z] bb4a97516135: Waiting [2024-11-21T05:38:20.998Z] 2b704bb92cce: Layer already exists [2024-11-21T05:38:20.998Z] f6f230878f79: Layer already exists [2024-11-21T05:38:20.998Z] c25d424d8608: Layer already exists [2024-11-21T05:38:20.998Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:20.998Z] 376be2eaef20: Layer already exists [2024-11-21T05:38:20.998Z] e2feef9a2d0f: Layer already exists [2024-11-21T05:38:20.998Z] bb4a97516135: Layer already exists [2024-11-21T05:38:20.998Z] 651d9022c234: Layer already exists [2024-11-21T05:38:21.261Z] 4.0.0-dev.21: digest: sha256:4cedb407cfa190a5f410b7480437ee5b04a4c289a6d9c6f83eceaa621d5b692f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:21.619Z] + 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 [2024-11-21T05:38:21.963Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:38:21.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-11-21T05:38:21.964Z] 2b704bb92cce: Preparing [2024-11-21T05:38:21.964Z] 376be2eaef20: Preparing [2024-11-21T05:38:21.964Z] f6f230878f79: Preparing [2024-11-21T05:38:21.964Z] afe4aa98f18e: Preparing [2024-11-21T05:38:21.964Z] c25d424d8608: Preparing [2024-11-21T05:38:21.964Z] e2feef9a2d0f: Preparing [2024-11-21T05:38:21.964Z] bb4a97516135: Preparing [2024-11-21T05:38:21.964Z] 651d9022c234: Preparing [2024-11-21T05:38:21.964Z] e2feef9a2d0f: Waiting [2024-11-21T05:38:21.964Z] bb4a97516135: Waiting [2024-11-21T05:38:21.964Z] 651d9022c234: Waiting [2024-11-21T05:38:21.964Z] f6f230878f79: Layer already exists [2024-11-21T05:38:21.964Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:21.964Z] 376be2eaef20: Layer already exists [2024-11-21T05:38:21.964Z] c25d424d8608: Layer already exists [2024-11-21T05:38:21.964Z] 2b704bb92cce: Layer already exists [2024-11-21T05:38:21.964Z] e2feef9a2d0f: Layer already exists [2024-11-21T05:38:21.964Z] bb4a97516135: Layer already exists [2024-11-21T05:38:21.964Z] 651d9022c234: Layer already exists [2024-11-21T05:38:22.229Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:4cedb407cfa190a5f410b7480437ee5b04a4c289a6d9c6f83eceaa621d5b692f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:22.591Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:22.953Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-11-21T05:38:22.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-11-21T05:38:22.953Z] 2b704bb92cce: Preparing [2024-11-21T05:38:22.953Z] 376be2eaef20: Preparing [2024-11-21T05:38:22.953Z] f6f230878f79: Preparing [2024-11-21T05:38:22.953Z] afe4aa98f18e: Preparing [2024-11-21T05:38:22.953Z] c25d424d8608: Preparing [2024-11-21T05:38:22.953Z] e2feef9a2d0f: Preparing [2024-11-21T05:38:22.953Z] bb4a97516135: Preparing [2024-11-21T05:38:22.953Z] 651d9022c234: Preparing [2024-11-21T05:38:22.953Z] e2feef9a2d0f: Waiting [2024-11-21T05:38:22.953Z] bb4a97516135: Waiting [2024-11-21T05:38:22.953Z] 651d9022c234: Waiting [2024-11-21T05:38:22.953Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:22.953Z] f6f230878f79: Layer already exists [2024-11-21T05:38:22.953Z] 376be2eaef20: Layer already exists [2024-11-21T05:38:22.953Z] 2b704bb92cce: Layer already exists [2024-11-21T05:38:22.953Z] c25d424d8608: Layer already exists [2024-11-21T05:38:22.953Z] bb4a97516135: Layer already exists [2024-11-21T05:38:22.953Z] e2feef9a2d0f: Layer already exists [2024-11-21T05:38:22.953Z] 651d9022c234: Layer already exists [2024-11-21T05:38:22.953Z] main: digest: sha256:4cedb407cfa190a5f410b7480437ee5b04a4c289a6d9c6f83eceaa621d5b692f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:38:23.299Z] ===================================================== [Pipeline] echo [2024-11-21T05:38:23.312Z] taggedImages: [2024-11-21T05:38:23.312Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:38:23.312Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-11-21T05:38:23.312Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.21 [2024-11-21T05:38:23.312Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:38:23.312Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-11-21T05:38:23.339Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-11-21T05:38:23.339Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:38:23.339Z] latest [2024-11-21T05:38:23.339Z] 4.0.0-dev.21 [2024-11-21T05:38:23.339Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:38:23.339Z] main [2024-11-21T05:38:23.339Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:23.706Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:24.056Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:38:24.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-11-21T05:38:24.057Z] 8a3a11252c72: Preparing [2024-11-21T05:38:24.057Z] 76afe7d43468: Preparing [2024-11-21T05:38:24.057Z] afe4aa98f18e: Preparing [2024-11-21T05:38:24.057Z] c25d424d8608: Preparing [2024-11-21T05:38:24.057Z] 1dce9c544c46: Preparing [2024-11-21T05:38:24.057Z] 05123036cfea: Preparing [2024-11-21T05:38:24.057Z] 651d9022c234: Preparing [2024-11-21T05:38:24.057Z] 05123036cfea: Waiting [2024-11-21T05:38:24.057Z] 651d9022c234: Waiting [2024-11-21T05:38:24.057Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:24.057Z] c25d424d8608: Layer already exists [2024-11-21T05:38:24.322Z] 651d9022c234: Layer already exists [2024-11-21T05:38:24.322Z] 8a3a11252c72: Pushed [2024-11-21T05:38:24.903Z] 05123036cfea: Pushed [2024-11-21T05:38:25.863Z] 1dce9c544c46: Pushed [2024-11-21T05:38:32.498Z] 76afe7d43468: Pushed [2024-11-21T05:38:32.498Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:853cc2e93ec1652eac72d81ef272d5c853bdaa498c43a36b09c35e9abf065c82 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:33.117Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:33.461Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-11-21T05:38:33.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-11-21T05:38:33.461Z] 8a3a11252c72: Preparing [2024-11-21T05:38:33.461Z] 76afe7d43468: Preparing [2024-11-21T05:38:33.461Z] afe4aa98f18e: Preparing [2024-11-21T05:38:33.461Z] c25d424d8608: Preparing [2024-11-21T05:38:33.461Z] 1dce9c544c46: Preparing [2024-11-21T05:38:33.461Z] 05123036cfea: Preparing [2024-11-21T05:38:33.461Z] 651d9022c234: Preparing [2024-11-21T05:38:33.461Z] 05123036cfea: Waiting [2024-11-21T05:38:33.461Z] 651d9022c234: Waiting [2024-11-21T05:38:33.461Z] 8a3a11252c72: Layer already exists [2024-11-21T05:38:33.461Z] c25d424d8608: Layer already exists [2024-11-21T05:38:33.461Z] 76afe7d43468: Layer already exists [2024-11-21T05:38:33.461Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:33.461Z] 1dce9c544c46: Layer already exists [2024-11-21T05:38:33.461Z] 651d9022c234: Layer already exists [2024-11-21T05:38:33.461Z] 05123036cfea: Layer already exists [2024-11-21T05:38:33.727Z] latest: digest: sha256:853cc2e93ec1652eac72d81ef272d5c853bdaa498c43a36b09c35e9abf065c82 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:34.089Z] + 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 [2024-11-21T05:38:34.439Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.0.0-dev.21 [2024-11-21T05:38:34.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-11-21T05:38:34.439Z] 8a3a11252c72: Preparing [2024-11-21T05:38:34.439Z] 76afe7d43468: Preparing [2024-11-21T05:38:34.439Z] afe4aa98f18e: Preparing [2024-11-21T05:38:34.439Z] c25d424d8608: Preparing [2024-11-21T05:38:34.439Z] 1dce9c544c46: Preparing [2024-11-21T05:38:34.439Z] 05123036cfea: Preparing [2024-11-21T05:38:34.439Z] 651d9022c234: Preparing [2024-11-21T05:38:34.439Z] 05123036cfea: Waiting [2024-11-21T05:38:34.439Z] 651d9022c234: Waiting [2024-11-21T05:38:34.439Z] c25d424d8608: Layer already exists [2024-11-21T05:38:34.439Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:34.439Z] 76afe7d43468: Layer already exists [2024-11-21T05:38:34.439Z] 1dce9c544c46: Layer already exists [2024-11-21T05:38:34.439Z] 8a3a11252c72: Layer already exists [2024-11-21T05:38:34.439Z] 05123036cfea: Layer already exists [2024-11-21T05:38:34.439Z] 651d9022c234: Layer already exists [2024-11-21T05:38:34.705Z] 4.0.0-dev.21: digest: sha256:853cc2e93ec1652eac72d81ef272d5c853bdaa498c43a36b09c35e9abf065c82 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:35.068Z] + 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 [2024-11-21T05:38:35.418Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:38:35.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-11-21T05:38:35.418Z] 8a3a11252c72: Preparing [2024-11-21T05:38:35.418Z] 76afe7d43468: Preparing [2024-11-21T05:38:35.418Z] afe4aa98f18e: Preparing [2024-11-21T05:38:35.418Z] c25d424d8608: Preparing [2024-11-21T05:38:35.418Z] 1dce9c544c46: Preparing [2024-11-21T05:38:35.418Z] 05123036cfea: Preparing [2024-11-21T05:38:35.418Z] 651d9022c234: Preparing [2024-11-21T05:38:35.418Z] 05123036cfea: Waiting [2024-11-21T05:38:35.418Z] 651d9022c234: Waiting [2024-11-21T05:38:35.418Z] 1dce9c544c46: Layer already exists [2024-11-21T05:38:35.418Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:35.418Z] c25d424d8608: Layer already exists [2024-11-21T05:38:35.418Z] 76afe7d43468: Layer already exists [2024-11-21T05:38:35.418Z] 8a3a11252c72: Layer already exists [2024-11-21T05:38:35.418Z] 05123036cfea: Layer already exists [2024-11-21T05:38:35.418Z] 651d9022c234: Layer already exists [2024-11-21T05:38:35.683Z] dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:853cc2e93ec1652eac72d81ef272d5c853bdaa498c43a36b09c35e9abf065c82 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:36.034Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:36.384Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-11-21T05:38:36.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-11-21T05:38:36.384Z] 8a3a11252c72: Preparing [2024-11-21T05:38:36.384Z] 76afe7d43468: Preparing [2024-11-21T05:38:36.384Z] afe4aa98f18e: Preparing [2024-11-21T05:38:36.384Z] c25d424d8608: Preparing [2024-11-21T05:38:36.384Z] 1dce9c544c46: Preparing [2024-11-21T05:38:36.384Z] 05123036cfea: Preparing [2024-11-21T05:38:36.384Z] 651d9022c234: Preparing [2024-11-21T05:38:36.384Z] 05123036cfea: Waiting [2024-11-21T05:38:36.384Z] 651d9022c234: Waiting [2024-11-21T05:38:36.384Z] 1dce9c544c46: Layer already exists [2024-11-21T05:38:36.384Z] afe4aa98f18e: Layer already exists [2024-11-21T05:38:36.384Z] 8a3a11252c72: Layer already exists [2024-11-21T05:38:36.384Z] 76afe7d43468: Layer already exists [2024-11-21T05:38:36.384Z] c25d424d8608: Layer already exists [2024-11-21T05:38:36.384Z] 651d9022c234: Layer already exists [2024-11-21T05:38:36.384Z] 05123036cfea: Layer already exists [2024-11-21T05:38:36.649Z] main: digest: sha256:853cc2e93ec1652eac72d81ef272d5c853bdaa498c43a36b09c35e9abf065c82 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-21T05:38:36.734Z] ===================================================== [Pipeline] echo [2024-11-21T05:38:36.746Z] taggedImages: [2024-11-21T05:38:36.746Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [2024-11-21T05:38:36.746Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-11-21T05:38:36.746Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.0.0-dev.21 [2024-11-21T05:38:36.746Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [2024-11-21T05:38:36.746Z] - 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 [2024-11-21T05:38:37.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-21T05:38:37.141Z] [2024-11-21T05:38:37.141Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:38:37.472Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-21T05:38:37.472Z] arm64: Pulling from edgex-lftools-log-publisher [2024-11-21T05:38:37.472Z] 8998bd30e6a1: Pulling fs layer [2024-11-21T05:38:37.472Z] 04944245beec: Pulling fs layer [2024-11-21T05:38:37.472Z] 699f458cf7ca: Pulling fs layer [2024-11-21T05:38:37.472Z] 765212b225bb: Pulling fs layer [2024-11-21T05:38:37.472Z] f23df028b6ca: Pulling fs layer [2024-11-21T05:38:37.472Z] d65c8cfc05b1: Pulling fs layer [2024-11-21T05:38:37.472Z] 2437ff75d9bd: Pulling fs layer [2024-11-21T05:38:37.472Z] 765212b225bb: Waiting [2024-11-21T05:38:37.472Z] f23df028b6ca: Waiting [2024-11-21T05:38:37.472Z] d65c8cfc05b1: Waiting [2024-11-21T05:38:37.472Z] 2437ff75d9bd: Waiting [2024-11-21T05:38:37.738Z] 04944245beec: Verifying Checksum [2024-11-21T05:38:37.738Z] 04944245beec: Download complete [2024-11-21T05:38:37.738Z] 765212b225bb: Verifying Checksum [2024-11-21T05:38:37.738Z] 765212b225bb: Download complete [2024-11-21T05:38:37.738Z] f23df028b6ca: Verifying Checksum [2024-11-21T05:38:37.738Z] f23df028b6ca: Download complete [2024-11-21T05:38:37.738Z] d65c8cfc05b1: Verifying Checksum [2024-11-21T05:38:37.738Z] d65c8cfc05b1: Download complete [2024-11-21T05:38:38.005Z] 699f458cf7ca: Verifying Checksum [2024-11-21T05:38:38.005Z] 699f458cf7ca: Download complete [2024-11-21T05:38:38.270Z] 8998bd30e6a1: Verifying Checksum [2024-11-21T05:38:38.270Z] 8998bd30e6a1: Download complete [2024-11-21T05:38:40.842Z] 2437ff75d9bd: Verifying Checksum [2024-11-21T05:38:40.842Z] 2437ff75d9bd: Download complete [2024-11-21T05:38:42.777Z] 8998bd30e6a1: Pull complete [2024-11-21T05:38:43.042Z] 04944245beec: Pull complete [2024-11-21T05:38:44.445Z] 699f458cf7ca: Pull complete [2024-11-21T05:38:44.711Z] 765212b225bb: Pull complete [2024-11-21T05:38:45.668Z] f23df028b6ca: Pull complete [2024-11-21T05:38:45.668Z] d65c8cfc05b1: Pull complete [2024-11-21T05:39:00.636Z] 2437ff75d9bd: Pull complete [2024-11-21T05:39:00.636Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-11-21T05:39:00.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-21T05:39:00.636Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-21T05:39:00.836Z] prd-ubuntu20.04-docker-arm64-4c-16g-27136 does not seem to be running inside a container [2024-11-21T05:39:00.899Z] $ 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 [2024-11-21T05:39:03.853Z] $ docker top 8dd7a789674334c8dfb3bbf5b226f08cc0a9c2ae6683b93d0b1ebf3a1862503f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:39:04.715Z] ---> job-cost.sh [2024-11-21T05:39:04.715Z] lf-activate-venv: SKIPPING [2024-11-21T05:39:04.715Z] INFO: No Stack... [2024-11-21T05:39:05.295Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-11-21T05:39:05.877Z] INFO: Archiving Costs [Pipeline] sh [2024-11-21T05:39:06.513Z] + cat /w/workspace/edgex-go/755/archives/cost.csv [2024-11-21T05:39:06.513Z] + cut -d, -f6 [Pipeline] lock [2024-11-21T05:39:06.573Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-755-stack-cost] [2024-11-21T05:39:06.585Z] Resource [jenkins-edgexfoundry-edgex-go-main-755-stack-cost] did not exist. Created. [2024-11-21T05:39:06.594Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-755-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-21T05:39:06.936Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-11-21T05:39:07.676Z] Stashed 1 file(s) [Pipeline] } [2024-11-21T05:39:07.686Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-755-stack-cost] [Pipeline] // lock [Pipeline] } [2024-11-21T05:39:07.720Z] $ docker stop --time=1 8dd7a789674334c8dfb3bbf5b226f08cc0a9c2ae6683b93d0b1ebf3a1862503f [2024-11-21T05:39:09.226Z] $ 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 [2024-11-21T05:39:09.783Z] provisioning config files... [2024-11-21T05:39:09.790Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/755@tmp/config9604257340016694747tmp [Pipeline] { [Pipeline] sh [2024-11-21T05:39:10.093Z] + set +x [2024-11-21T05:39:10.093Z] + bash -s -- [2024-11-21T05:39:10.093Z] + curl -s https://codecov.io/bash [2024-11-21T05:39:10.093Z] [2024-11-21T05:39:10.093Z] _____ _ [2024-11-21T05:39:10.093Z] / ____| | | [2024-11-21T05:39:10.093Z] | | ___ __| | ___ ___ _____ __ [2024-11-21T05:39:10.093Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-11-21T05:39:10.093Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-11-21T05:39:10.093Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-11-21T05:39:10.093Z] Bash-1.0.6 [2024-11-21T05:39:10.093Z] [2024-11-21T05:39:10.093Z] [2024-11-21T05:39:10.093Z] ==> git version 2.25.1 found [2024-11-21T05:39:10.093Z] ==> 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 [2024-11-21T05:39:10.093Z] Release-Date: 2020-01-08 [2024-11-21T05:39:10.093Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-11-21T05:39:10.093Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-11-21T05:39:10.093Z] ==> Jenkins CI detected. [2024-11-21T05:39:10.093Z] current dir:  /w/workspace/edgex-go/755 [2024-11-21T05:39:10.093Z] project root: . [2024-11-21T05:39:10.093Z] --> token set from env [2024-11-21T05:39:10.093Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-11-21T05:39:10.353Z] ==> Running gcov in . (disable via -X gcov) [2024-11-21T05:39:10.353Z] ==> Python coveragepy not found [2024-11-21T05:39:10.353Z] ==> Searching for coverage reports in: [2024-11-21T05:39:10.353Z] + . [2024-11-21T05:39:10.353Z] -> Found 1 reports [2024-11-21T05:39:10.353Z] ==> Detecting git/mercurial file structure [2024-11-21T05:39:10.353Z] ==> Reading reports [2024-11-21T05:39:10.353Z] + ./coverage.out bytes=1412874 [2024-11-21T05:39:10.353Z] ==> Appending adjustments [2024-11-21T05:39:10.353Z] https://docs.codecov.io/docs/fixing-reports [2024-11-21T05:39:11.731Z] + Found adjustments [2024-11-21T05:39:11.731Z] ==> Gzipping contents [2024-11-21T05:39:11.731Z] 124K /tmp/codecov.fYIpvJ.gz [2024-11-21T05:39:11.731Z] ==> Uploading reports [2024-11-21T05:39:11.731Z] url: https://codecov.io [2024-11-21T05:39:11.731Z] 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= [2024-11-21T05:39:11.731Z] -> Pinging Codecov [2024-11-21T05:39:11.731Z] 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= [2024-11-21T05:39:11.991Z] -> Uploading to [2024-11-21T05:39:11.991Z] 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 [2024-11-21T05:39:11.991Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-21T05:39:11.991Z] Dload Upload Total Spent Left Speed [2024-11-21T05:39:12.250Z] 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 [2024-11-21T05:39:12.250Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [2024-11-21T05:39:12.257Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-11-21T05:39:12.492Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-11-21T05:39:12.509Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:39:12.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-11-21T05:39:12.814Z] [2024-11-21T05:39:12.814Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:39:13.126Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-11-21T05:39:13.126Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-11-21T05:39:13.126Z] 43c4264eed91: Already exists [2024-11-21T05:39:13.126Z] 4cc291be95ef: Already exists [2024-11-21T05:39:13.126Z] 2ac1f1163629: Already exists [2024-11-21T05:39:13.126Z] 5c3c966382ef: Already exists [2024-11-21T05:39:13.126Z] 4f4fb700ef54: Already exists [2024-11-21T05:39:13.126Z] d9c7d2e4e75e: Pulling fs layer [2024-11-21T05:39:13.126Z] 9c3e1370e548: Pulling fs layer [2024-11-21T05:39:13.384Z] d9c7d2e4e75e: Download complete [2024-11-21T05:39:13.643Z] d9c7d2e4e75e: Pull complete [2024-11-21T05:39:14.211Z] 9c3e1370e548: Verifying Checksum [2024-11-21T05:39:14.211Z] 9c3e1370e548: Download complete [2024-11-21T05:39:17.495Z] 9c3e1370e548: Pull complete [2024-11-21T05:39:17.495Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-11-21T05:39:17.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-11-21T05:39:17.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-21T05:39:17.595Z] prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container [2024-11-21T05:39:17.616Z] $ 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 [2024-11-21T05:39:20.086Z] $ docker top 0427fc823616f48f35f2a16ef8953eb9ba404ead9b3619170de8dbec308358aa -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-21T05:39:20.442Z] + git config --global --add safe.directory /w/workspace/edgex-go/755 [Pipeline] echo [2024-11-21T05:39:20.452Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-11-21T05:39:20.730Z] + set -o pipefail [2024-11-21T05:39:20.730Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-11-21T05:39:32.947Z] [2024-11-21T05:39:32.947Z] Monitoring /w/workspace/edgex-go/755 (github.com/edgexfoundry/edgex-go)... [2024-11-21T05:39:32.947Z] [2024-11-21T05:39:32.947Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/231280ae-9b9c-4a3c-8df9-c3007ca09c42 [2024-11-21T05:39:32.947Z] [2024-11-21T05:39:32.947Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-11-21T05:39:32.947Z] [2024-11-21T05:39:32.947Z] [2024-11-21T05:39:32.947Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-11-21T05:39:32.947Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-11-21T05:39:32.950Z] $ docker stop --time=1 0427fc823616f48f35f2a16ef8953eb9ba404ead9b3619170de8dbec308358aa [2024-11-21T05:39:35.982Z] $ docker rm -f --volumes 0427fc823616f48f35f2a16ef8953eb9ba404ead9b3619170de8dbec308358aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-11-21T05:39:36.500Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-21T05:39:36.513Z] provisioning config files... [2024-11-21T05:39:36.622Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/755@tmp/config7773422946976633632tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:39:36.926Z] --> edgex-publish-swagger.sh [2024-11-21T05:39:36.927Z] === Publish openapi API === [2024-11-21T05:39:36.927Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2024-11-21T05:39:36.927Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/755/openapi/core-command.yaml] [2024-11-21T05:39:36.927Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-21T05:39:36.927Z] Dload Upload Total Spent Left Speed [2024-11-21T05:39:37.491Z] 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 [2024-11-21T05:39:37.491Z] [2024-11-21T05:39:37.491Z] [2024-11-21T05:39:37.491Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/755/openapi/core-data.yaml] [2024-11-21T05:39:37.491Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-21T05:39:37.491Z] Dload Upload Total Spent Left Speed [2024-11-21T05:39:38.057Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72057 0 0 100 72057 0 135k --:--:-- --:--:-- --:--:-- 135k [2024-11-21T05:39:38.057Z] [2024-11-21T05:39:38.057Z] [2024-11-21T05:39:38.057Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/755/openapi/core-keeper.yaml] [2024-11-21T05:39:38.057Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-21T05:39:38.057Z] Dload Upload Total Spent Left Speed [2024-11-21T05:39:38.316Z] 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 [2024-11-21T05:39:38.316Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-11-21T05:39:38.316Z] [2024-11-21T05:39:38.316Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/755/openapi/core-metadata.yaml] [2024-11-21T05:39:38.316Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-21T05:39:38.316Z] Dload Upload Total Spent Left Speed [2024-11-21T05:39:38.577Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 154k 100 156 100 154k 392 390k --:--:-- --:--:-- --:--:-- 390k [2024-11-21T05:39:38.577Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-11-21T05:39:38.577Z] [2024-11-21T05:39:38.577Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/755/openapi/support-notifications.yaml] [2024-11-21T05:39:38.577Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-21T05:39:38.577Z] Dload Upload Total Spent Left Speed [2024-11-21T05:39:39.147Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 465 254k --:--:-- --:--:-- --:--:-- 255k [2024-11-21T05:39:39.147Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-11-21T05:39:39.147Z] [2024-11-21T05:39:39.147Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/755/openapi/support-scheduler.yaml] [2024-11-21T05:39:39.147Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-21T05:39:39.147Z] Dload Upload Total Spent Left Speed [2024-11-21T05:39:39.407Z] 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 [2024-11-21T05:39:39.407Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-11-21T05:39:39.407Z] [Pipeline] } [2024-11-21T05:39:39.415Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2024-11-21T05:39:39.852Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-21T05:39:39.852Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:39:40.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-21T05:39:40.153Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-21T05:39:40.229Z] prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container [2024-11-21T05:39:40.248Z] $ 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 [2024-11-21T05:39:40.762Z] $ docker top 406a2e1f5d4abd910ba11fe9734e8c9303774006af6133b4785e7b9e0cd9114f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-21T05:39:40.902Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-21T05:39:40.902Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-21T05:39:41.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-21T05:39:41.035Z] $ docker exec 406a2e1f5d4abd910ba11fe9734e8c9303774006af6133b4785e7b9e0cd9114f ssh-agent [2024-11-21T05:39:41.171Z] SSH_AUTH_SOCK=/tmp/ssh-nP0AJQcYfi4s/agent.32 [2024-11-21T05:39:41.171Z] SSH_AGENT_PID=38 [2024-11-21T05:39:41.196Z] Running ssh-add (command line suppressed) [2024-11-21T05:39:41.292Z] Identity added: /w/workspace/edgex-go/755@tmp/private_key_12031915914378584608.key (/w/workspace/edgex-go/755@tmp/private_key_12031915914378584608.key) [2024-11-21T05:39:41.319Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-21T05:39:41.621Z] + git semver tag [2024-11-21T05:39:41.880Z] 2024-11-21 05:39:41,788 [run_tag] DEBUG tag force:False [2024-11-21T05:39:41.880Z] 2024-11-21 05:39:41,788 [check_head_tag] DEBUG check head tag [2024-11-21T05:39:41.880Z] 2024-11-21 05:39:41,791 [execute] INFO git cat-file --batch-check [2024-11-21T05:39:41.880Z] 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=) [2024-11-21T05:39:41.880Z] 2024-11-21 05:39:41,793 [execute] INFO git cat-file --batch [2024-11-21T05:39:41.880Z] 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=) [2024-11-21T05:39:41.880Z] 2024-11-21 05:39:41,848 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main [2024-11-21T05:39:41.880Z] 2024-11-21 05:39:41,848 [execute] INFO git tag -a v4.0.0-dev.21 -m v4.0.0-dev.21 [2024-11-21T05:39:41.880Z] 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) [2024-11-21T05:39:41.880Z] 2024-11-21 05:39:41,853 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main [2024-11-21T05:39:41.880Z] 4.0.0-dev.21 [Pipeline] } [2024-11-21T05:39:41.881Z] $ docker exec --env ******** --env ******** 406a2e1f5d4abd910ba11fe9734e8c9303774006af6133b4785e7b9e0cd9114f ssh-agent -k [2024-11-21T05:39:41.969Z] unset SSH_AUTH_SOCK; [2024-11-21T05:39:41.969Z] unset SSH_AGENT_PID; [2024-11-21T05:39:41.969Z] echo Agent pid 38 killed; [2024-11-21T05:39:41.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-21T05:39:42.309Z] + git semver [Pipeline] } [2024-11-21T05:39:42.574Z] $ docker stop --time=1 406a2e1f5d4abd910ba11fe9734e8c9303774006af6133b4785e7b9e0cd9114f [2024-11-21T05:39:43.839Z] $ docker rm -f --volumes 406a2e1f5d4abd910ba11fe9734e8c9303774006af6133b4785e7b9e0cd9114f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:39:44.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-11-21T05:39:44.256Z] [2024-11-21T05:39:44.256Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:39:44.559Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-11-21T05:39:44.559Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-11-21T05:39:44.559Z] ab5ef0e58194: Pulling fs layer [2024-11-21T05:39:44.559Z] 9712f1f96733: Pulling fs layer [2024-11-21T05:39:44.559Z] 63f879dbbcfc: Pulling fs layer [2024-11-21T05:39:44.559Z] 0d9ebad4ef96: Pulling fs layer [2024-11-21T05:39:44.559Z] e9a5061849ea: Pulling fs layer [2024-11-21T05:39:44.559Z] d747dcd14b5f: Pulling fs layer [2024-11-21T05:39:44.559Z] 2de7ff778b66: Pulling fs layer [2024-11-21T05:39:44.559Z] e9a5061849ea: Waiting [2024-11-21T05:39:44.559Z] d747dcd14b5f: Waiting [2024-11-21T05:39:44.559Z] 0d9ebad4ef96: Waiting [2024-11-21T05:39:44.559Z] 9712f1f96733: Verifying Checksum [2024-11-21T05:39:44.559Z] 9712f1f96733: Download complete [2024-11-21T05:39:44.818Z] 63f879dbbcfc: Verifying Checksum [2024-11-21T05:39:45.078Z] e9a5061849ea: Verifying Checksum [2024-11-21T05:39:45.078Z] e9a5061849ea: Download complete [2024-11-21T05:39:45.078Z] d747dcd14b5f: Download complete [2024-11-21T05:39:45.078Z] 0d9ebad4ef96: Verifying Checksum [2024-11-21T05:39:45.078Z] 0d9ebad4ef96: Download complete [2024-11-21T05:39:45.078Z] ab5ef0e58194: Verifying Checksum [2024-11-21T05:39:45.078Z] ab5ef0e58194: Download complete [2024-11-21T05:39:45.078Z] 2de7ff778b66: Verifying Checksum [2024-11-21T05:39:45.078Z] 2de7ff778b66: Download complete [2024-11-21T05:39:48.360Z] ab5ef0e58194: Pull complete [2024-11-21T05:39:48.360Z] 9712f1f96733: Pull complete [2024-11-21T05:39:48.619Z] 63f879dbbcfc: Pull complete [2024-11-21T05:39:52.808Z] 0d9ebad4ef96: Pull complete [2024-11-21T05:39:52.809Z] e9a5061849ea: Pull complete [2024-11-21T05:39:53.067Z] d747dcd14b5f: Pull complete [2024-11-21T05:39:54.001Z] 2de7ff778b66: Pull complete [2024-11-21T05:39:54.001Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-11-21T05:39:54.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-11-21T05:39:54.001Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-21T05:39:54.121Z] prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container [2024-11-21T05:39:54.142Z] $ 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 [2024-11-21T05:39:57.633Z] $ docker top f849b2ba103a76647fed102e9baf1cbc11fcf71259260e5b0f68afaf1147b382 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-11-21T05:39:57.722Z] provisioning config files... [2024-11-21T05:39:57.728Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/755@tmp/config1008288064732954659tmp [2024-11-21T05:39:57.738Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/755@tmp/config5606029512659237731tmp [2024-11-21T05:39:57.746Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/755@tmp/config5837553145489751243tmp [Pipeline] { [Pipeline] echo [2024-11-21T05:39:57.772Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:39:58.067Z] ---> sigul-configuration.sh [2024-11-21T05:39:58.067Z] gpg: directory `/root/.gnupg' created [2024-11-21T05:39:58.067Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-11-21T05:39:58.067Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-11-21T05:39:58.067Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-11-21T05:39:58.067Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-11-21T05:39:58.067Z] gpg: CAST5 encrypted data [2024-11-21T05:39:58.067Z] gpg: encrypted with 1 passphrase [2024-11-21T05:39:58.067Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-11-21T05:39:58.363Z] + mkdir /home/jenkins [2024-11-21T05:39:58.363Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-11-21T05:39:58.657Z] + 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 [2024-11-21T05:39:58.671Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:39:58.954Z] ---> sigul-install.sh [2024-11-21T05:39:58.954Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-11-21T05:39:59.246Z] + git tag --list [2024-11-21T05:39:59.246Z] 0.6.0 [2024-11-21T05:39:59.246Z] 0.6.1 [2024-11-21T05:39:59.246Z] 0.7.0 [2024-11-21T05:39:59.246Z] 0.7.1 [2024-11-21T05:39:59.246Z] v1.0.0 [2024-11-21T05:39:59.246Z] v1.0.1 [2024-11-21T05:39:59.246Z] v1.1.0 [2024-11-21T05:39:59.246Z] v1.2.0 [2024-11-21T05:39:59.246Z] v1.2.1 [2024-11-21T05:39:59.246Z] v1.3.0 [2024-11-21T05:39:59.246Z] v1.3.1 [2024-11-21T05:39:59.246Z] v2.0.0 [2024-11-21T05:39:59.246Z] v2.1.0 [2024-11-21T05:39:59.246Z] v2.1.1 [2024-11-21T05:39:59.246Z] v2.2.0 [2024-11-21T05:39:59.246Z] v2.3.0 [2024-11-21T05:39:59.246Z] v3.0 [2024-11-21T05:39:59.246Z] v3.0.0 [2024-11-21T05:39:59.246Z] v3.1 [2024-11-21T05:39:59.246Z] v3.1.0 [2024-11-21T05:39:59.246Z] v3.1.0-dev.1 [2024-11-21T05:39:59.246Z] v3.1.0-dev.10 [2024-11-21T05:39:59.246Z] v3.1.0-dev.11 [2024-11-21T05:39:59.246Z] v3.1.0-dev.12 [2024-11-21T05:39:59.246Z] v3.1.0-dev.13 [2024-11-21T05:39:59.246Z] v3.1.0-dev.14 [2024-11-21T05:39:59.246Z] v3.1.0-dev.15 [2024-11-21T05:39:59.246Z] v3.1.0-dev.16 [2024-11-21T05:39:59.246Z] v3.1.0-dev.17 [2024-11-21T05:39:59.246Z] v3.1.0-dev.18 [2024-11-21T05:39:59.246Z] v3.1.0-dev.19 [2024-11-21T05:39:59.246Z] v3.1.0-dev.2 [2024-11-21T05:39:59.246Z] v3.1.0-dev.20 [2024-11-21T05:39:59.246Z] v3.1.0-dev.21 [2024-11-21T05:39:59.246Z] v3.1.0-dev.22 [2024-11-21T05:39:59.246Z] v3.1.0-dev.23 [2024-11-21T05:39:59.246Z] v3.1.0-dev.24 [2024-11-21T05:39:59.246Z] v3.1.0-dev.25 [2024-11-21T05:39:59.246Z] v3.1.0-dev.26 [2024-11-21T05:39:59.246Z] v3.1.0-dev.27 [2024-11-21T05:39:59.246Z] v3.1.0-dev.28 [2024-11-21T05:39:59.246Z] v3.1.0-dev.29 [2024-11-21T05:39:59.246Z] v3.1.0-dev.3 [2024-11-21T05:39:59.246Z] v3.1.0-dev.30 [2024-11-21T05:39:59.246Z] v3.1.0-dev.31 [2024-11-21T05:39:59.246Z] v3.1.0-dev.32 [2024-11-21T05:39:59.246Z] v3.1.0-dev.33 [2024-11-21T05:39:59.246Z] v3.1.0-dev.34 [2024-11-21T05:39:59.246Z] v3.1.0-dev.35 [2024-11-21T05:39:59.246Z] v3.1.0-dev.36 [2024-11-21T05:39:59.246Z] v3.1.0-dev.37 [2024-11-21T05:39:59.246Z] v3.1.0-dev.38 [2024-11-21T05:39:59.246Z] v3.1.0-dev.39 [2024-11-21T05:39:59.246Z] v3.1.0-dev.4 [2024-11-21T05:39:59.246Z] v3.1.0-dev.40 [2024-11-21T05:39:59.246Z] v3.1.0-dev.41 [2024-11-21T05:39:59.246Z] v3.1.0-dev.42 [2024-11-21T05:39:59.246Z] v3.1.0-dev.43 [2024-11-21T05:39:59.246Z] v3.1.0-dev.44 [2024-11-21T05:39:59.246Z] v3.1.0-dev.45 [2024-11-21T05:39:59.246Z] v3.1.0-dev.46 [2024-11-21T05:39:59.246Z] v3.1.0-dev.47 [2024-11-21T05:39:59.246Z] v3.1.0-dev.48 [2024-11-21T05:39:59.246Z] v3.1.0-dev.49 [2024-11-21T05:39:59.246Z] v3.1.0-dev.5 [2024-11-21T05:39:59.246Z] v3.1.0-dev.50 [2024-11-21T05:39:59.246Z] v3.1.0-dev.51 [2024-11-21T05:39:59.246Z] v3.1.0-dev.52 [2024-11-21T05:39:59.246Z] v3.1.0-dev.53 [2024-11-21T05:39:59.246Z] v3.1.0-dev.54 [2024-11-21T05:39:59.246Z] v3.1.0-dev.55 [2024-11-21T05:39:59.246Z] v3.1.0-dev.56 [2024-11-21T05:39:59.246Z] v3.1.0-dev.57 [2024-11-21T05:39:59.246Z] v3.1.0-dev.58 [2024-11-21T05:39:59.246Z] v3.1.0-dev.59 [2024-11-21T05:39:59.246Z] v3.1.0-dev.6 [2024-11-21T05:39:59.246Z] v3.1.0-dev.60 [2024-11-21T05:39:59.246Z] v3.1.0-dev.61 [2024-11-21T05:39:59.246Z] v3.1.0-dev.62 [2024-11-21T05:39:59.246Z] v3.1.0-dev.63 [2024-11-21T05:39:59.246Z] v3.1.0-dev.64 [2024-11-21T05:39:59.246Z] v3.1.0-dev.65 [2024-11-21T05:39:59.246Z] v3.1.0-dev.66 [2024-11-21T05:39:59.246Z] v3.1.0-dev.67 [2024-11-21T05:39:59.246Z] v3.1.0-dev.68 [2024-11-21T05:39:59.246Z] v3.1.0-dev.69 [2024-11-21T05:39:59.246Z] v3.1.0-dev.7 [2024-11-21T05:39:59.246Z] v3.1.0-dev.70 [2024-11-21T05:39:59.246Z] v3.1.0-dev.71 [2024-11-21T05:39:59.246Z] v3.1.0-dev.72 [2024-11-21T05:39:59.246Z] v3.1.0-dev.73 [2024-11-21T05:39:59.246Z] v3.1.0-dev.8 [2024-11-21T05:39:59.246Z] v3.1.0-dev.9 [2024-11-21T05:39:59.246Z] v3.1.1 [2024-11-21T05:39:59.246Z] v3.1.1-dev.1 [2024-11-21T05:39:59.246Z] v3.1.1-dev.2 [2024-11-21T05:39:59.246Z] v3.2.0-dev.1 [2024-11-21T05:39:59.246Z] v3.2.0-dev.10 [2024-11-21T05:39:59.246Z] v3.2.0-dev.100 [2024-11-21T05:39:59.246Z] v3.2.0-dev.101 [2024-11-21T05:39:59.246Z] v3.2.0-dev.102 [2024-11-21T05:39:59.246Z] v3.2.0-dev.103 [2024-11-21T05:39:59.246Z] v3.2.0-dev.104 [2024-11-21T05:39:59.246Z] v3.2.0-dev.105 [2024-11-21T05:39:59.246Z] v3.2.0-dev.106 [2024-11-21T05:39:59.246Z] v3.2.0-dev.107 [2024-11-21T05:39:59.246Z] v3.2.0-dev.108 [2024-11-21T05:39:59.246Z] v3.2.0-dev.109 [2024-11-21T05:39:59.246Z] v3.2.0-dev.11 [2024-11-21T05:39:59.246Z] v3.2.0-dev.12 [2024-11-21T05:39:59.246Z] v3.2.0-dev.13 [2024-11-21T05:39:59.246Z] v3.2.0-dev.14 [2024-11-21T05:39:59.246Z] v3.2.0-dev.15 [2024-11-21T05:39:59.246Z] v3.2.0-dev.16 [2024-11-21T05:39:59.246Z] v3.2.0-dev.17 [2024-11-21T05:39:59.246Z] v3.2.0-dev.18 [2024-11-21T05:39:59.246Z] v3.2.0-dev.19 [2024-11-21T05:39:59.246Z] v3.2.0-dev.2 [2024-11-21T05:39:59.246Z] v3.2.0-dev.20 [2024-11-21T05:39:59.246Z] v3.2.0-dev.21 [2024-11-21T05:39:59.246Z] v3.2.0-dev.22 [2024-11-21T05:39:59.246Z] v3.2.0-dev.23 [2024-11-21T05:39:59.246Z] v3.2.0-dev.24 [2024-11-21T05:39:59.246Z] v3.2.0-dev.25 [2024-11-21T05:39:59.246Z] v3.2.0-dev.26 [2024-11-21T05:39:59.246Z] v3.2.0-dev.27 [2024-11-21T05:39:59.246Z] v3.2.0-dev.28 [2024-11-21T05:39:59.246Z] v3.2.0-dev.29 [2024-11-21T05:39:59.246Z] v3.2.0-dev.3 [2024-11-21T05:39:59.246Z] v3.2.0-dev.30 [2024-11-21T05:39:59.246Z] v3.2.0-dev.31 [2024-11-21T05:39:59.246Z] v3.2.0-dev.32 [2024-11-21T05:39:59.246Z] v3.2.0-dev.33 [2024-11-21T05:39:59.246Z] v3.2.0-dev.34 [2024-11-21T05:39:59.246Z] v3.2.0-dev.35 [2024-11-21T05:39:59.246Z] v3.2.0-dev.36 [2024-11-21T05:39:59.246Z] v3.2.0-dev.37 [2024-11-21T05:39:59.246Z] v3.2.0-dev.38 [2024-11-21T05:39:59.246Z] v3.2.0-dev.39 [2024-11-21T05:39:59.246Z] v3.2.0-dev.4 [2024-11-21T05:39:59.246Z] v3.2.0-dev.40 [2024-11-21T05:39:59.246Z] v3.2.0-dev.41 [2024-11-21T05:39:59.246Z] v3.2.0-dev.42 [2024-11-21T05:39:59.246Z] v3.2.0-dev.43 [2024-11-21T05:39:59.246Z] v3.2.0-dev.44 [2024-11-21T05:39:59.247Z] v3.2.0-dev.45 [2024-11-21T05:39:59.247Z] v3.2.0-dev.46 [2024-11-21T05:39:59.247Z] v3.2.0-dev.47 [2024-11-21T05:39:59.247Z] v3.2.0-dev.48 [2024-11-21T05:39:59.247Z] v3.2.0-dev.49 [2024-11-21T05:39:59.247Z] v3.2.0-dev.5 [2024-11-21T05:39:59.247Z] v3.2.0-dev.50 [2024-11-21T05:39:59.247Z] v3.2.0-dev.51 [2024-11-21T05:39:59.247Z] v3.2.0-dev.52 [2024-11-21T05:39:59.247Z] v3.2.0-dev.53 [2024-11-21T05:39:59.247Z] v3.2.0-dev.54 [2024-11-21T05:39:59.247Z] v3.2.0-dev.55 [2024-11-21T05:39:59.247Z] v3.2.0-dev.56 [2024-11-21T05:39:59.247Z] v3.2.0-dev.57 [2024-11-21T05:39:59.247Z] v3.2.0-dev.58 [2024-11-21T05:39:59.247Z] v3.2.0-dev.59 [2024-11-21T05:39:59.247Z] v3.2.0-dev.6 [2024-11-21T05:39:59.247Z] v3.2.0-dev.60 [2024-11-21T05:39:59.247Z] v3.2.0-dev.61 [2024-11-21T05:39:59.247Z] v3.2.0-dev.62 [2024-11-21T05:39:59.247Z] v3.2.0-dev.63 [2024-11-21T05:39:59.247Z] v3.2.0-dev.64 [2024-11-21T05:39:59.247Z] v3.2.0-dev.65 [2024-11-21T05:39:59.247Z] v3.2.0-dev.66 [2024-11-21T05:39:59.247Z] v3.2.0-dev.67 [2024-11-21T05:39:59.247Z] v3.2.0-dev.68 [2024-11-21T05:39:59.247Z] v3.2.0-dev.69 [2024-11-21T05:39:59.247Z] v3.2.0-dev.7 [2024-11-21T05:39:59.247Z] v3.2.0-dev.70 [2024-11-21T05:39:59.247Z] v3.2.0-dev.71 [2024-11-21T05:39:59.247Z] v3.2.0-dev.72 [2024-11-21T05:39:59.247Z] v3.2.0-dev.73 [2024-11-21T05:39:59.247Z] v3.2.0-dev.74 [2024-11-21T05:39:59.247Z] v3.2.0-dev.75 [2024-11-21T05:39:59.247Z] v3.2.0-dev.76 [2024-11-21T05:39:59.247Z] v3.2.0-dev.77 [2024-11-21T05:39:59.247Z] v3.2.0-dev.78 [2024-11-21T05:39:59.247Z] v3.2.0-dev.79 [2024-11-21T05:39:59.247Z] v3.2.0-dev.8 [2024-11-21T05:39:59.247Z] v3.2.0-dev.80 [2024-11-21T05:39:59.247Z] v3.2.0-dev.81 [2024-11-21T05:39:59.247Z] v3.2.0-dev.82 [2024-11-21T05:39:59.247Z] v3.2.0-dev.83 [2024-11-21T05:39:59.247Z] v3.2.0-dev.84 [2024-11-21T05:39:59.247Z] v3.2.0-dev.85 [2024-11-21T05:39:59.247Z] v3.2.0-dev.86 [2024-11-21T05:39:59.247Z] v3.2.0-dev.87 [2024-11-21T05:39:59.247Z] v3.2.0-dev.88 [2024-11-21T05:39:59.247Z] v3.2.0-dev.89 [2024-11-21T05:39:59.247Z] v3.2.0-dev.9 [2024-11-21T05:39:59.247Z] v3.2.0-dev.90 [2024-11-21T05:39:59.247Z] v3.2.0-dev.91 [2024-11-21T05:39:59.247Z] v3.2.0-dev.92 [2024-11-21T05:39:59.247Z] v3.2.0-dev.93 [2024-11-21T05:39:59.247Z] v3.2.0-dev.94 [2024-11-21T05:39:59.247Z] v3.2.0-dev.95 [2024-11-21T05:39:59.247Z] v3.2.0-dev.96 [2024-11-21T05:39:59.247Z] v3.2.0-dev.97 [2024-11-21T05:39:59.247Z] v3.2.0-dev.98 [2024-11-21T05:39:59.247Z] v3.2.0-dev.99 [2024-11-21T05:39:59.247Z] v4.0.0-dev.1 [2024-11-21T05:39:59.247Z] v4.0.0-dev.10 [2024-11-21T05:39:59.247Z] v4.0.0-dev.11 [2024-11-21T05:39:59.247Z] v4.0.0-dev.12 [2024-11-21T05:39:59.247Z] v4.0.0-dev.13 [2024-11-21T05:39:59.247Z] v4.0.0-dev.14 [2024-11-21T05:39:59.247Z] v4.0.0-dev.15 [2024-11-21T05:39:59.247Z] v4.0.0-dev.16 [2024-11-21T05:39:59.247Z] v4.0.0-dev.17 [2024-11-21T05:39:59.247Z] v4.0.0-dev.18 [2024-11-21T05:39:59.247Z] v4.0.0-dev.19 [2024-11-21T05:39:59.247Z] v4.0.0-dev.2 [2024-11-21T05:39:59.247Z] v4.0.0-dev.20 [2024-11-21T05:39:59.247Z] v4.0.0-dev.21 [2024-11-21T05:39:59.247Z] v4.0.0-dev.3 [2024-11-21T05:39:59.247Z] v4.0.0-dev.4 [2024-11-21T05:39:59.247Z] v4.0.0-dev.5 [2024-11-21T05:39:59.247Z] v4.0.0-dev.6 [2024-11-21T05:39:59.247Z] v4.0.0-dev.7 [2024-11-21T05:39:59.247Z] v4.0.0-dev.8 [2024-11-21T05:39:59.247Z] v4.0.0-dev.9 [Pipeline] sh [2024-11-21T05:39:59.538Z] + lftools sign git-tag v4.0.0-dev.21 [2024-11-21T05:40:00.105Z] Signing Git tag with Sigul... [2024-11-21T05:40:00.105Z] Signing v4.0.0-dev.21 [Pipeline] echo [2024-11-21T05:40:00.684Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:40:00.972Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-11-21T05:40:00.980Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-11-21T05:40:00.998Z] $ docker stop --time=1 f849b2ba103a76647fed102e9baf1cbc11fcf71259260e5b0f68afaf1147b382 [2024-11-21T05:40:02.296Z] $ docker rm -f --volumes f849b2ba103a76647fed102e9baf1cbc11fcf71259260e5b0f68afaf1147b382 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-11-21T05:40:02.722Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-21T05:40:02.723Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:40:03.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-21T05:40:03.021Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-21T05:40:03.101Z] prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container [2024-11-21T05:40:03.125Z] $ 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 [2024-11-21T05:40:03.473Z] $ docker top 0e0d2dacc177626f3e5386f1a0c3fa0f006919640bef8c286aacc598589bcf1e -eo pid,comm [2024-11-21T05:40:03.532Z] 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). [2024-11-21T05:40:03.532Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-21T05:40:03.580Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-21T05:40:03.581Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-21T05:40:03.695Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-21T05:40:03.689Z] $ docker exec 0e0d2dacc177626f3e5386f1a0c3fa0f006919640bef8c286aacc598589bcf1e ssh-agent [2024-11-21T05:40:03.808Z] SSH_AUTH_SOCK=/tmp/ssh-gaHiSeHs8Cm2/agent.32 [2024-11-21T05:40:03.808Z] SSH_AGENT_PID=38 [2024-11-21T05:40:03.811Z] Running ssh-add (command line suppressed) [2024-11-21T05:40:03.902Z] Identity added: /w/workspace/edgex-go/755@tmp/private_key_4332265893415287922.key (/w/workspace/edgex-go/755@tmp/private_key_4332265893415287922.key) [2024-11-21T05:40:03.924Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-21T05:40:04.210Z] + git semver bump pre [2024-11-21T05:40:04.469Z] 2024-11-21 05:40:04,407 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main [2024-11-21T05:40:04.469Z] 2024-11-21 05:40:04,408 [bump_version] DEBUG bumping version:4.0.0-dev.21 on axis:pre with prefix:dev [2024-11-21T05:40:04.469Z] 2024-11-21 05:40:04,408 [bump_version] DEBUG bumped version:4.0.0-dev.22 [2024-11-21T05:40:04.469Z] 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 [2024-11-21T05:40:04.469Z] 2024-11-21 05:40:04,408 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main [2024-11-21T05:40:04.469Z] 2024-11-21 05:40:04,408 [write_file] DEBUG write to file:/w/workspace/edgex-go/755/.semver/main [2024-11-21T05:40:04.469Z] 2024-11-21 05:40:04,410 [execute] INFO git cat-file --batch-check [2024-11-21T05:40:04.469Z] 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=) [2024-11-21T05:40:04.469Z] 2024-11-21 05:40:04,415 [execute] INFO git cat-file --batch [2024-11-21T05:40:04.469Z] 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=) [2024-11-21T05:40:04.469Z] 2024-11-21 05:40:04,422 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main [2024-11-21T05:40:04.469Z] 4.0.0-dev.22 [Pipeline] } [2024-11-21T05:40:04.471Z] $ docker exec --env ******** --env ******** 0e0d2dacc177626f3e5386f1a0c3fa0f006919640bef8c286aacc598589bcf1e ssh-agent -k [2024-11-21T05:40:04.572Z] unset SSH_AUTH_SOCK; [2024-11-21T05:40:04.573Z] unset SSH_AGENT_PID; [2024-11-21T05:40:04.573Z] echo Agent pid 38 killed; [2024-11-21T05:40:04.590Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-21T05:40:04.907Z] + git semver [Pipeline] } [2024-11-21T05:40:05.171Z] $ docker stop --time=1 0e0d2dacc177626f3e5386f1a0c3fa0f006919640bef8c286aacc598589bcf1e [2024-11-21T05:40:06.429Z] $ docker rm -f --volumes 0e0d2dacc177626f3e5386f1a0c3fa0f006919640bef8c286aacc598589bcf1e [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-21T05:40:06.802Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-21T05:40:06.802Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:40:07.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-21T05:40:07.105Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-21T05:40:07.187Z] prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container [2024-11-21T05:40:07.219Z] $ 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 [2024-11-21T05:40:07.556Z] $ docker top 75bfabeae4cdab96d72a3ce7799c4259ee5eefebd808c9c0da60be772c35388d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-21T05:40:07.663Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-21T05:40:07.663Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-21T05:40:07.783Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-21T05:40:07.778Z] $ docker exec 75bfabeae4cdab96d72a3ce7799c4259ee5eefebd808c9c0da60be772c35388d ssh-agent [2024-11-21T05:40:07.895Z] SSH_AUTH_SOCK=/tmp/ssh-zBoCEJdKg4Fw/agent.32 [2024-11-21T05:40:07.895Z] SSH_AGENT_PID=38 [2024-11-21T05:40:07.900Z] Running ssh-add (command line suppressed) [2024-11-21T05:40:07.998Z] Identity added: /w/workspace/edgex-go/755@tmp/private_key_8484635251703394710.key (/w/workspace/edgex-go/755@tmp/private_key_8484635251703394710.key) [2024-11-21T05:40:08.021Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-21T05:40:08.314Z] + git semver push [2024-11-21T05:40:08.574Z] 2024-11-21 05:40:08,482 [run_push] DEBUG push [2024-11-21T05:40:08.574Z] 2024-11-21 05:40:08,482 [execute] INFO git cat-file --batch-check [2024-11-21T05:40:08.574Z] 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=) [2024-11-21T05:40:08.574Z] 2024-11-21 05:40:08,487 [execute] INFO git rev-list 7db3ea744c5cf4098db5337d5452c084b0b3e40d -- [2024-11-21T05:40:08.574Z] 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) [2024-11-21T05:40:08.574Z] 2024-11-21 05:40:08,506 [execute] INFO git fetch -v origin [2024-11-21T05:40:08.574Z] 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) [2024-11-21T05:40:09.139Z] 2024-11-21 05:40:08,949 [run_push] DEBUG no remote changes detected [2024-11-21T05:40:09.139Z] 2024-11-21 05:40:08,949 [execute] INFO git push origin semver [2024-11-21T05:40:09.139Z] 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) [2024-11-21T05:40:09.708Z] 2024-11-21 05:40:09,607 [run_push] DEBUG push all version tags [2024-11-21T05:40:09.708Z] 2024-11-21 05:40:09,608 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-11-21T05:40:09.708Z] 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) [2024-11-21T05:40:10.648Z] 2024-11-21 05:40:10,295 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main [2024-11-21T05:40:10.648Z] 4.0.0-dev.22 [Pipeline] } [2024-11-21T05:40:10.649Z] $ docker exec --env ******** --env ******** 75bfabeae4cdab96d72a3ce7799c4259ee5eefebd808c9c0da60be772c35388d ssh-agent -k [2024-11-21T05:40:10.754Z] unset SSH_AUTH_SOCK; [2024-11-21T05:40:10.757Z] unset SSH_AGENT_PID; [2024-11-21T05:40:10.757Z] echo Agent pid 38 killed; [2024-11-21T05:40:10.773Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-21T05:40:11.098Z] + git semver [Pipeline] } [2024-11-21T05:40:11.361Z] $ docker stop --time=1 75bfabeae4cdab96d72a3ce7799c4259ee5eefebd808c9c0da60be772c35388d [2024-11-21T05:40:12.658Z] $ 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 [2024-11-21T05:40:13.237Z] + [ -d /w/workspace/edgex-go/755/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:40:13.531Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:40:14.396Z] ---> package-listing.sh [2024-11-21T05:40:14.396Z] ++ facter osfamily [2024-11-21T05:40:14.396Z] ++ tr '[:upper:]' '[:lower:]' [2024-11-21T05:40:14.658Z] + OS_FAMILY=debian [2024-11-21T05:40:14.658Z] + workspace=/w/workspace/edgex-go/755 [2024-11-21T05:40:14.658Z] + START_PACKAGES=/tmp/packages_start.txt [2024-11-21T05:40:14.658Z] + END_PACKAGES=/tmp/packages_end.txt [2024-11-21T05:40:14.658Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-11-21T05:40:14.658Z] + PACKAGES=/tmp/packages_start.txt [2024-11-21T05:40:14.658Z] + '[' /w/workspace/edgex-go/755 ']' [2024-11-21T05:40:14.658Z] + PACKAGES=/tmp/packages_end.txt [2024-11-21T05:40:14.658Z] + case "${OS_FAMILY}" in [2024-11-21T05:40:14.658Z] + dpkg -l [2024-11-21T05:40:14.658Z] + grep '^ii' [2024-11-21T05:40:14.658Z] + '[' -f /tmp/packages_start.txt ']' [2024-11-21T05:40:14.658Z] + '[' -f /tmp/packages_end.txt ']' [2024-11-21T05:40:14.658Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-11-21T05:40:14.658Z] + '[' /w/workspace/edgex-go/755 ']' [2024-11-21T05:40:14.658Z] + mkdir -p /w/workspace/edgex-go/755/archives/ [2024-11-21T05:40:14.658Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/755/archives/ [Pipeline] echo [2024-11-21T05:40:14.669Z] 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 [2024-11-21T05:40:14.949Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:40:15.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-21T05:40:15.511Z] [2024-11-21T05:40:15.511Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-21T05:40:15.811Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-21T05:40:15.811Z] latest: Pulling from edgex-lftools-log-publisher [2024-11-21T05:40:15.811Z] 5eb5b503b376: Pulling fs layer [2024-11-21T05:40:15.811Z] 5c69ac0246d0: Pulling fs layer [2024-11-21T05:40:15.811Z] ec43610c2a17: Pulling fs layer [2024-11-21T05:40:15.811Z] 3a2ae6a8a46f: Pulling fs layer [2024-11-21T05:40:15.811Z] 33b1e0a273af: Pulling fs layer [2024-11-21T05:40:15.811Z] 5d3b04190fa2: Pulling fs layer [2024-11-21T05:40:15.811Z] 2f39f015ded8: Pulling fs layer [2024-11-21T05:40:15.811Z] 3a2ae6a8a46f: Waiting [2024-11-21T05:40:15.811Z] 33b1e0a273af: Waiting [2024-11-21T05:40:15.811Z] 5d3b04190fa2: Waiting [2024-11-21T05:40:15.811Z] 2f39f015ded8: Waiting [2024-11-21T05:40:15.811Z] 5c69ac0246d0: Verifying Checksum [2024-11-21T05:40:15.811Z] 5c69ac0246d0: Download complete [2024-11-21T05:40:15.811Z] 3a2ae6a8a46f: Verifying Checksum [2024-11-21T05:40:15.811Z] 3a2ae6a8a46f: Download complete [2024-11-21T05:40:15.811Z] 33b1e0a273af: Verifying Checksum [2024-11-21T05:40:15.811Z] 33b1e0a273af: Download complete [2024-11-21T05:40:16.069Z] 5d3b04190fa2: Download complete [2024-11-21T05:40:16.069Z] ec43610c2a17: Verifying Checksum [2024-11-21T05:40:16.069Z] ec43610c2a17: Download complete [2024-11-21T05:40:16.069Z] 5eb5b503b376: Download complete [2024-11-21T05:40:16.634Z] 2f39f015ded8: Download complete [2024-11-21T05:40:17.202Z] 5eb5b503b376: Pull complete [2024-11-21T05:40:17.460Z] 5c69ac0246d0: Pull complete [2024-11-21T05:40:18.026Z] ec43610c2a17: Pull complete [2024-11-21T05:40:18.026Z] 3a2ae6a8a46f: Pull complete [2024-11-21T05:40:18.284Z] 33b1e0a273af: Pull complete [2024-11-21T05:40:18.284Z] 5d3b04190fa2: Pull complete [2024-11-21T05:40:23.555Z] 2f39f015ded8: Pull complete [2024-11-21T05:40:23.556Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-11-21T05:40:23.556Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-21T05:40:23.556Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-21T05:40:23.654Z] prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container [2024-11-21T05:40:23.675Z] $ 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 [2024-11-21T05:40:26.829Z] $ docker top 5c117f2b6e8fb7f63f0f9e608a839738c0249dd91acf1077c7f2810a4d01b542 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-21T05:40:27.188Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-11-21T05:40:27.473Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-11-21T05:40:27.757Z] + ls /var/log/sa-host [2024-11-21T05:40:27.758Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-21T05:40:27.938Z] provisioning config files... [2024-11-21T05:40:27.950Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/755@tmp/config16802771975483360640tmp [Pipeline] { [Pipeline] echo [2024-11-21T05:40:27.968Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:40:28.250Z] ---> create-netrc.sh [Pipeline] } [2024-11-21T05:40:28.257Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:40:28.593Z] ---> python-tools-install.sh [Pipeline] echo [2024-11-21T05:40:28.603Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:40:28.886Z] ---> sudo-logs.sh [2024-11-21T05:40:28.886Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-11-21T05:40:28.915Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:40:29.196Z] ---> job-cost.sh [2024-11-21T05:40:29.196Z] lf-activate-venv: SKIPPING [2024-11-21T05:40:29.196Z] DEBUG: total: 0.10999999940395355 [2024-11-21T05:40:29.196Z] INFO: Retrieving Stack Cost... [2024-11-21T05:40:29.455Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-21T05:40:30.023Z] INFO: Archiving Costs [Pipeline] echo [2024-11-21T05:40:30.035Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-21T05:40:30.321Z] ---> logs-deploy.sh [2024-11-21T05:40:30.321Z] lf-activate-venv: SKIPPING [2024-11-21T05:40:30.321Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/755 [2024-11-21T05:40:30.321Z] INFO: archiving workspace using pattern(s): [2024-11-21T05:40:31.701Z] Archives upload complete. [2024-11-21T05:40:31.702Z] INFO: archiving logs to Nexus [2024-11-21T05:40:32.646Z] ---> uname -a: [2024-11-21T05:40:32.646Z] 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 [2024-11-21T05:40:32.646Z] [2024-11-21T05:40:32.646Z] [2024-11-21T05:40:32.646Z] ---> lscpu: [2024-11-21T05:40:32.646Z] Architecture: x86_64 [2024-11-21T05:40:32.646Z] CPU op-mode(s): 32-bit, 64-bit [2024-11-21T05:40:32.646Z] Byte Order: Little Endian [2024-11-21T05:40:32.646Z] Address sizes: 40 bits physical, 48 bits virtual [2024-11-21T05:40:32.646Z] CPU(s): 8 [2024-11-21T05:40:32.646Z] On-line CPU(s) list: 0-7 [2024-11-21T05:40:32.646Z] Thread(s) per core: 1 [2024-11-21T05:40:32.646Z] Core(s) per socket: 1 [2024-11-21T05:40:32.646Z] Socket(s): 8 [2024-11-21T05:40:32.646Z] NUMA node(s): 1 [2024-11-21T05:40:32.646Z] Vendor ID: AuthenticAMD [2024-11-21T05:40:32.646Z] CPU family: 23 [2024-11-21T05:40:32.646Z] Model: 49 [2024-11-21T05:40:32.646Z] Model name: AMD EPYC-Rome Processor [2024-11-21T05:40:32.646Z] Stepping: 0 [2024-11-21T05:40:32.646Z] CPU MHz: 2799.998 [2024-11-21T05:40:32.646Z] BogoMIPS: 5599.99 [2024-11-21T05:40:32.646Z] Virtualization: AMD-V [2024-11-21T05:40:32.646Z] Hypervisor vendor: KVM [2024-11-21T05:40:32.646Z] Virtualization type: full [2024-11-21T05:40:32.646Z] L1d cache: 256 KiB [2024-11-21T05:40:32.646Z] L1i cache: 256 KiB [2024-11-21T05:40:32.646Z] L2 cache: 4 MiB [2024-11-21T05:40:32.646Z] L3 cache: 128 MiB [2024-11-21T05:40:32.646Z] NUMA node0 CPU(s): 0-7 [2024-11-21T05:40:32.646Z] Vulnerability Itlb multihit: Not affected [2024-11-21T05:40:32.646Z] Vulnerability L1tf: Not affected [2024-11-21T05:40:32.646Z] Vulnerability Mds: Not affected [2024-11-21T05:40:32.646Z] Vulnerability Meltdown: Not affected [2024-11-21T05:40:32.646Z] Vulnerability Mmio stale data: Not affected [2024-11-21T05:40:32.646Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-11-21T05:40:32.646Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-11-21T05:40:32.646Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-11-21T05:40:32.646Z] Vulnerability Srbds: Not affected [2024-11-21T05:40:32.646Z] Vulnerability Tsx async abort: Not affected [2024-11-21T05:40:32.646Z] 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 [2024-11-21T05:40:32.646Z] [2024-11-21T05:40:32.646Z] [2024-11-21T05:40:32.646Z] ---> nproc: [2024-11-21T05:40:32.646Z] 8 [2024-11-21T05:40:32.646Z] [2024-11-21T05:40:32.646Z] [2024-11-21T05:40:32.646Z] ---> df -h: [2024-11-21T05:40:32.646Z] Filesystem Size Used Avail Use% Mounted on [2024-11-21T05:40:32.646Z] overlay 155G 27G 129G 18% / [2024-11-21T05:40:32.646Z] tmpfs 64M 0 64M 0% /dev [2024-11-21T05:40:32.646Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-11-21T05:40:32.646Z] shm 64M 0 64M 0% /dev/shm [2024-11-21T05:40:32.646Z] /dev/vda1 155G 27G 129G 18% /facter-os [2024-11-21T05:40:32.646Z] [2024-11-21T05:40:32.646Z] [2024-11-21T05:40:32.646Z] ---> sar -b -r -n DEV: [2024-11-21T05:40:32.646Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-27135) 11/21/24 _x86_64_ (8 CPU) [2024-11-21T05:40:32.646Z] [2024-11-21T05:40:32.646Z] 04:55:55 LINUX RESTART (8 CPU) [2024-11-21T05:40:32.646Z] [2024-11-21T05:40:32.646Z] 04:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-11-21T05:40:32.646Z] 04:57:02 316.23 48.03 268.21 0.00 5416.03 145299.25 0.00 [2024-11-21T05:40:32.646Z] 04:58:01 193.04 2.02 191.02 0.00 36.33 63888.70 0.00 [2024-11-21T05:40:32.646Z] 04:59:01 48.22 0.02 48.20 0.00 0.13 34496.78 0.00 [2024-11-21T05:40:32.646Z] 05:00:01 29.95 0.17 29.78 0.00 2.53 19045.63 0.00 [2024-11-21T05:40:32.646Z] 05:01:01 750.42 10.00 740.43 0.00 189.24 250897.22 0.00 [2024-11-21T05:40:32.646Z] 05:02:01 782.40 6.91 775.50 0.00 4373.03 220524.72 0.00 [2024-11-21T05:40:32.646Z] 05:03:01 243.25 0.02 243.24 0.00 0.13 86456.25 0.00 [2024-11-21T05:40:32.646Z] 05:04:01 895.20 0.17 895.03 0.00 16.26 120892.90 0.00 [2024-11-21T05:40:32.646Z] 05:05:01 36.96 0.03 36.93 0.00 4.93 962.77 0.00 [2024-11-21T05:40:32.646Z] 05:06:01 15.08 0.05 15.03 0.00 9.60 367.67 0.00 [2024-11-21T05:40:32.646Z] 05:07:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 [2024-11-21T05:40:32.646Z] 05:08:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 [2024-11-21T05:40:32.646Z] 05:09:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 [2024-11-21T05:40:32.646Z] 05:10:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 [2024-11-21T05:40:32.646Z] 05:11:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 [2024-11-21T05:40:32.646Z] 05:12:01 1.82 0.02 1.80 0.00 0.13 24.66 0.00 [2024-11-21T05:40:32.646Z] 05:13:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 [2024-11-21T05:40:32.646Z] 05:14:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 [2024-11-21T05:40:32.646Z] 05:15:01 1.17 0.00 1.17 0.00 0.00 14.53 0.00 [2024-11-21T05:40:32.646Z] 05:16:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 [2024-11-21T05:40:32.646Z] 05:17:01 1.30 0.02 1.28 0.00 0.13 15.46 0.00 [2024-11-21T05:40:32.646Z] 05:18:01 1.33 0.00 1.33 0.00 0.00 14.66 0.00 [2024-11-21T05:40:32.646Z] 05:19:01 1.22 0.00 1.22 0.00 0.00 14.40 0.00 [2024-11-21T05:40:32.646Z] 05:20:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 [2024-11-21T05:40:32.646Z] 05:21:01 1.18 0.00 1.18 0.00 0.00 14.80 0.00 [2024-11-21T05:40:32.646Z] 05:22:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 [2024-11-21T05:40:32.646Z] 05:23:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 [2024-11-21T05:40:32.646Z] 05:24:01 1.37 0.00 1.37 0.00 0.00 14.53 0.00 [2024-11-21T05:40:32.646Z] 05:25:01 1.03 0.00 1.03 0.00 0.00 12.66 0.00 [2024-11-21T05:40:32.646Z] 05:26:01 1.20 0.00 1.20 0.00 0.00 12.93 0.00 [2024-11-21T05:40:32.646Z] 05:27:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 [2024-11-21T05:40:32.646Z] 05:28:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 [2024-11-21T05:40:32.646Z] 05:29:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 [2024-11-21T05:40:32.646Z] 05:30:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 [2024-11-21T05:40:32.646Z] 05:31:01 1.33 0.00 1.33 0.00 0.00 16.92 0.00 [2024-11-21T05:40:32.646Z] 05:32:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 [2024-11-21T05:40:32.646Z] 05:33:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 [2024-11-21T05:40:32.646Z] 05:34:01 0.92 0.00 0.92 0.00 0.00 10.00 0.00 [2024-11-21T05:40:32.646Z] 05:35:01 1.10 0.00 1.10 0.00 0.00 13.60 0.00 [2024-11-21T05:40:32.646Z] 05:36:01 1.47 0.00 1.47 0.00 0.00 18.93 0.00 [2024-11-21T05:40:32.646Z] 05:37:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 [2024-11-21T05:40:32.646Z] 05:38:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 [2024-11-21T05:40:32.646Z] 05:39:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 [2024-11-21T05:40:32.646Z] 05:40:01 188.39 0.17 188.22 0.00 10.80 52646.96 0.00 [2024-11-21T05:40:32.646Z] Average: 80.38 1.54 78.85 0.00 228.77 22625.17 0.00 [2024-11-21T05:40:32.646Z] [2024-11-21T05:40:32.646Z] 04:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-11-21T05:40:32.646Z] 04:57:02 29580680 31584548 763280 2.32 60584 2233600 1846640 5.44 993692 1963188 1016 [2024-11-21T05:40:32.646Z] 04:58:01 27059980 30997424 1310100 3.98 127204 3951060 2431432 7.17 2098348 3192828 669084 [2024-11-21T05:40:32.646Z] 04:59:01 26604740 30990592 1314124 4.00 130628 4374252 2621704 7.73 2110116 3610840 574376 [2024-11-21T05:40:32.646Z] 05:00:01 26523908 31500716 803132 2.44 134476 4913704 1923004 5.67 1742400 4014864 593604 [2024-11-21T05:40:32.646Z] 05:01:01 19084524 31235636 1033396 3.14 283316 11521264 3136148 9.24 2579488 10148212 1847424 [2024-11-21T05:40:32.646Z] 05:02:01 11944896 29207540 2975208 9.05 366404 16176628 9825916 28.96 5584376 13792672 180432 [2024-11-21T05:40:32.646Z] 05:03:01 8364504 27950040 4248548 12.92 383940 18410440 9239536 27.23 7746940 15164504 343132 [2024-11-21T05:40:32.646Z] 05:04:01 11781408 31424020 827476 2.52 395516 18594512 2254492 6.64 3277116 16439536 344 [2024-11-21T05:40:32.646Z] 05:05:01 11784672 31429572 821304 2.50 397064 18595156 2243200 6.61 3668496 16044548 376 [2024-11-21T05:40:32.646Z] 05:06:01 11792656 31438876 811916 2.47 397764 18595548 2137664 6.30 3734536 15968392 4 [2024-11-21T05:40:32.646Z] 05:07:01 11795500 31441732 809168 2.46 397792 18595552 2137664 6.30 3731564 15968396 4 [2024-11-21T05:40:32.646Z] 05:08:01 11807004 31453264 797580 2.43 397816 18595552 2137664 6.30 3719696 15968396 12 [2024-11-21T05:40:32.646Z] 05:09:01 11809120 31455420 795784 2.42 397832 18595556 2137664 6.30 3718892 15968400 8 [2024-11-21T05:40:32.646Z] 05:10:01 11813752 31460080 791012 2.41 397848 18595560 2137664 6.30 3714260 15968404 240 [2024-11-21T05:40:32.646Z] 05:11:01 11813744 31460104 790964 2.41 397888 18595560 2137664 6.30 3713956 15968404 32 [2024-11-21T05:40:32.647Z] 05:12:01 11812936 31459372 791444 2.41 397916 18595604 2172976 6.40 3714596 15968448 16 [2024-11-21T05:40:32.647Z] 05:13:01 11812596 31459080 791684 2.41 397936 18595608 2172976 6.40 3714928 15968452 168 [2024-11-21T05:40:32.647Z] 05:14:01 11812620 31459116 791620 2.41 397968 18595612 2172976 6.40 3714612 15968456 8 [2024-11-21T05:40:32.647Z] 05:15:01 11812612 31459148 791572 2.41 397984 18595616 2172976 6.40 3714424 15968460 12 [2024-11-21T05:40:32.647Z] 05:16:01 11813072 31459632 791288 2.41 397996 18595616 2172976 6.40 3714572 15968460 8 [2024-11-21T05:40:32.647Z] 05:17:01 11812932 31459672 790992 2.41 398020 18595748 2172976 6.40 3714452 15968584 228 [2024-11-21T05:40:32.647Z] 05:18:01 11812988 31459732 790872 2.41 398040 18595752 2172976 6.40 3713640 15968588 8 [2024-11-21T05:40:32.647Z] 05:19:01 11812948 31459712 790848 2.41 398056 18595756 2172976 6.40 3713668 15968588 8 [2024-11-21T05:40:32.647Z] 05:20:01 11812900 31459684 790824 2.40 398076 18595748 2172976 6.40 3713732 15968592 52 [2024-11-21T05:40:32.647Z] 05:21:01 11812632 31459440 791008 2.41 398096 18595748 2172976 6.40 3713788 15968592 8 [2024-11-21T05:40:32.647Z] 05:22:01 11812980 31459804 790764 2.40 398120 18595768 2172976 6.40 3713868 15968608 8 [2024-11-21T05:40:32.647Z] 05:23:01 11812980 31459852 790740 2.40 398144 18595768 2172976 6.40 3713868 15968612 12 [2024-11-21T05:40:32.647Z] 05:24:01 11812948 31459848 790712 2.40 398152 18595772 2172976 6.40 3713892 15968612 300 [2024-11-21T05:40:32.647Z] 05:25:01 11812900 31459812 790672 2.40 398176 18595776 2172976 6.40 3713928 15968616 8 [2024-11-21T05:40:32.647Z] 05:26:01 11812868 31459928 790480 2.40 398192 18595904 2172976 6.40 3713940 15968720 8 [2024-11-21T05:40:32.647Z] 05:27:01 11813068 31460156 790392 2.40 398224 18595908 2172976 6.40 3714032 15968724 32 [2024-11-21T05:40:32.647Z] 05:28:01 11812760 31459884 790628 2.40 398256 18595912 2172976 6.40 3714284 15968728 28 [2024-11-21T05:40:32.647Z] 05:29:01 11812996 31460184 790348 2.40 398280 18595912 2172976 6.40 3714168 15968756 8 [2024-11-21T05:40:32.647Z] 05:30:01 11813012 31460232 790232 2.40 398312 18595916 2156700 6.36 3714180 15968760 16 [2024-11-21T05:40:32.647Z] 05:31:01 11812908 31460164 790236 2.40 398340 18595912 2156700 6.36 3714132 15968764 8 [2024-11-21T05:40:32.647Z] 05:32:01 11812728 31460016 790336 2.40 398364 18595924 2156700 6.36 3714436 15968768 16 [2024-11-21T05:40:32.647Z] 05:33:01 11812964 31460284 790016 2.40 398380 18595928 2156700 6.36 3714212 15968772 32 [2024-11-21T05:40:32.647Z] 05:34:01 11812884 31460224 790000 2.40 398388 18595928 2156700 6.36 3714212 15968772 12 [2024-11-21T05:40:32.647Z] 05:35:01 11813172 31460524 789872 2.40 398400 18595928 2156700 6.36 3714220 15968776 72 [2024-11-21T05:40:32.647Z] 05:36:01 11812800 31460176 790176 2.40 398428 18595936 2156700 6.36 3714352 15968784 44 [2024-11-21T05:40:32.647Z] 05:37:01 11812832 31460240 790048 2.40 398440 18595940 2156700 6.36 3714272 15968784 12 [2024-11-21T05:40:32.647Z] 05:38:01 11812768 31460196 790032 2.40 398460 18595944 2156700 6.36 3714228 15968788 4 [2024-11-21T05:40:32.647Z] 05:39:01 11812752 31460204 790084 2.40 398468 18595944 2156700 6.36 3714248 15968788 16 [2024-11-21T05:40:32.647Z] 05:40:01 10626056 31395340 848432 2.58 414748 19600284 2304668 6.79 3808356 16949060 1316 [2024-11-21T05:40:32.647Z] Average: 13294266 31302300 951803 2.89 368873 17059706 2530302 7.46 3634980 14642114 95740 [2024-11-21T05:40:32.647Z] [2024-11-21T05:40:32.647Z] 04:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-11-21T05:40:32.647Z] 04:57:02 ens3 1105.62 1046.93 8119.87 148.61 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 04:57:02 docker0 622.05 541.81 42.56 2863.78 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 04:57:02 lo 4.07 4.07 0.39 0.39 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 04:57:02 veth2822746 622.05 541.93 51.06 2863.79 0.00 0.00 0.00 0.23 [2024-11-21T05:40:32.647Z] 04:58:01 ens3 438.01 283.29 5342.82 43.89 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 04:58:01 docker0 198.53 292.22 18.07 2069.76 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 04:58:01 veth25729a4 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 04:58:01 lo 1.36 1.36 0.13 0.13 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 04:59:01 ens3 38.22 23.31 34.04 14.68 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 04:59:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 04:59:01 veth25729a4 1.37 1.40 0.12 0.12 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:00:01 ens3 23.03 14.45 19.57 11.64 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:00:01 veth25729a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:01:01 ens3 829.25 480.23 10648.23 66.11 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:01:01 docker0 394.84 681.41 34.47 7525.28 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:01:01 veth07bec5e 67.88 106.65 7.32 1211.21 0.00 0.00 0.00 0.10 [2024-11-21T05:40:32.647Z] 05:01:01 vethcb935ee 62.74 113.53 7.04 1211.66 0.00 0.00 0.00 0.10 [2024-11-21T05:40:32.647Z] 05:01:01 veth1462370 69.93 124.14 7.40 1213.51 0.00 0.00 0.00 0.10 [2024-11-21T05:40:32.647Z] 05:01:01 veth168ec5b 71.81 112.28 7.57 1212.74 0.00 0.00 0.00 0.10 [2024-11-21T05:40:32.647Z] 05:01:01 veth05078a0 0.38 1.52 0.03 0.18 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:01:01 lo 1.27 1.27 0.13 0.13 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:01:01 veth2bd8d86 40.81 71.68 4.46 569.14 0.00 0.00 0.00 0.05 [2024-11-21T05:40:32.647Z] 05:02:01 ens3 237.01 112.34 3421.24 71.85 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 vetha78463f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 docker0 26.34 55.92 2.44 645.06 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 veth4e688e0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 vethc013e49 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 vethc78d721 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 veth0b9783a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 veth8fc5a9b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 vethde0ee09 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 veth9074e92 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 veth05078a0 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 vethb5c2050 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 vethdffd3ff 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 veth229ff0b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 lo 0.80 0.80 0.09 0.09 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:02:01 vethea58046 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 ens3 11.41 13.55 3.82 116.77 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 vetha78463f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 veth4e688e0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 vethc013e49 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 vethc78d721 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 veth0b9783a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 veth8fc5a9b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 vethde0ee09 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 veth9074e92 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 veth05078a0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 vethb5c2050 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 vethdffd3ff 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 veth229ff0b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:03:01 vethea58046 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:04:01 ens3 151.78 125.47 97.95 424.65 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:04:01 lo 17.53 17.53 1.72 1.72 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:05:01 ens3 513.31 490.25 214.31 2783.74 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:05:01 lo 47.73 47.73 4.71 4.71 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:06:01 ens3 138.79 128.53 79.06 510.25 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:06:01 lo 17.06 17.06 1.68 1.68 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:07:01 ens3 0.23 0.12 0.08 0.06 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:08:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:09:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:10:01 ens3 1.15 0.88 5.97 0.06 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:12:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:13:01 ens3 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:14:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:15:01 ens3 0.20 0.03 0.07 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:16:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:17:01 ens3 0.20 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:18:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:19:01 ens3 0.20 0.07 0.06 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:20:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:21:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:22:01 ens3 0.27 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:24:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:25:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:26:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:27:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:28:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:29:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:30:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:31:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:32:01 ens3 0.95 0.88 0.56 0.38 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:33:01 ens3 0.18 0.08 0.06 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:34:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:35:01 ens3 0.55 0.03 0.05 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:36:01 ens3 0.75 0.55 0.36 0.29 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:37:01 ens3 0.33 0.17 0.14 0.07 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:38:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.647Z] 05:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.648Z] 05:39:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.648Z] 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.648Z] 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.648Z] 05:40:01 ens3 401.73 241.83 7137.62 161.74 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.648Z] 05:40:01 docker0 78.75 149.59 7.29 1255.40 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.648Z] 05:40:01 lo 2.40 2.40 0.24 0.24 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.648Z] 05:40:01 vethafe5080 0.32 0.38 0.08 0.12 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.648Z] Average: ens3 88.41 67.30 796.70 99.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.648Z] Average: docker0 29.98 39.05 2.38 325.73 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.648Z] Average: lo 2.17 2.17 0.21 0.21 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.648Z] Average: vethafe5080 0.01 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-21T05:40:32.648Z] [2024-11-21T05:40:32.648Z] [2024-11-21T05:40:32.648Z] ---> sar -P ALL: [2024-11-21T05:40:32.648Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-27135) 11/21/24 _x86_64_ (8 CPU) [2024-11-21T05:40:32.648Z] [2024-11-21T05:40:32.648Z] 04:55:55 LINUX RESTART (8 CPU) [2024-11-21T05:40:32.648Z] [2024-11-21T05:40:32.648Z] 04:56:01 CPU %user %nice %system %iowait %steal %idle [2024-11-21T05:40:32.648Z] 04:57:02 all 8.23 0.00 2.42 2.46 0.07 86.82 [2024-11-21T05:40:32.648Z] 04:57:02 0 8.41 0.00 2.48 0.22 0.07 88.83 [2024-11-21T05:40:32.648Z] 04:57:02 1 9.30 0.00 2.86 1.16 0.05 86.63 [2024-11-21T05:40:32.648Z] 04:57:02 2 5.92 0.00 3.70 3.97 0.05 86.36 [2024-11-21T05:40:32.648Z] 04:57:02 3 12.40 0.00 2.52 7.47 0.07 77.54 [2024-11-21T05:40:32.648Z] 04:57:02 4 13.22 0.00 1.82 3.23 0.08 81.64 [2024-11-21T05:40:32.648Z] 04:57:02 5 6.61 0.00 1.70 0.13 0.07 91.49 [2024-11-21T05:40:32.648Z] 04:57:02 6 5.82 0.00 1.88 3.35 0.07 88.89 [2024-11-21T05:40:32.648Z] 04:57:02 7 4.22 0.00 2.42 0.17 0.08 93.11 [2024-11-21T05:40:32.648Z] 04:58:01 all 29.09 0.00 6.29 2.11 0.10 62.40 [2024-11-21T05:40:32.648Z] 04:58:01 0 29.18 0.00 6.14 2.37 0.09 62.23 [2024-11-21T05:40:32.648Z] 04:58:01 1 31.57 0.00 6.98 6.66 0.10 54.69 [2024-11-21T05:40:32.648Z] 04:58:01 2 29.84 0.00 7.08 0.46 0.10 62.52 [2024-11-21T05:40:32.648Z] 04:58:01 3 28.48 0.00 5.46 1.85 0.09 64.13 [2024-11-21T05:40:32.648Z] 04:58:01 4 30.66 0.00 6.24 0.69 0.09 62.33 [2024-11-21T05:40:32.648Z] 04:58:01 5 29.58 0.00 6.45 0.26 0.10 63.61 [2024-11-21T05:40:32.648Z] 04:58:01 6 22.55 0.00 5.34 4.00 0.12 67.99 [2024-11-21T05:40:32.648Z] 04:58:01 7 30.90 0.00 6.62 0.62 0.12 61.74 [2024-11-21T05:40:32.648Z] 04:59:01 all 33.94 0.00 5.58 1.09 0.10 59.29 [2024-11-21T05:40:32.648Z] 04:59:01 0 35.99 0.00 5.37 1.39 0.10 57.15 [2024-11-21T05:40:32.648Z] 04:59:01 1 36.43 0.00 6.08 0.08 0.12 57.29 [2024-11-21T05:40:32.648Z] 04:59:01 2 35.22 0.00 5.86 0.12 0.10 58.70 [2024-11-21T05:40:32.648Z] 04:59:01 3 35.75 0.00 5.58 0.02 0.08 58.57 [2024-11-21T05:40:32.648Z] 04:59:01 4 32.98 0.00 4.91 0.07 0.10 61.95 [2024-11-21T05:40:32.648Z] 04:59:01 5 33.32 0.00 4.99 0.00 0.08 61.61 [2024-11-21T05:40:32.648Z] 04:59:01 6 29.77 0.00 5.41 0.12 0.10 64.61 [2024-11-21T05:40:32.648Z] 04:59:01 7 32.02 0.00 6.44 6.98 0.12 54.45 [2024-11-21T05:40:32.648Z] 05:00:01 all 56.01 0.00 7.17 0.45 0.10 36.27 [2024-11-21T05:40:32.648Z] 05:00:01 0 56.32 0.00 7.15 0.92 0.10 35.51 [2024-11-21T05:40:32.648Z] 05:00:01 1 55.54 0.00 7.13 0.25 0.10 36.98 [2024-11-21T05:40:32.648Z] 05:00:01 2 57.40 0.00 7.00 0.20 0.10 35.30 [2024-11-21T05:40:32.648Z] 05:00:01 3 54.77 0.00 7.11 0.96 0.10 37.07 [2024-11-21T05:40:32.648Z] 05:00:01 4 55.79 0.00 7.14 0.24 0.08 36.75 [2024-11-21T05:40:32.648Z] 05:00:01 5 57.08 0.00 6.88 0.25 0.10 35.69 [2024-11-21T05:40:32.648Z] 05:00:01 6 54.01 0.00 7.62 0.25 0.10 38.02 [2024-11-21T05:40:32.648Z] 05:00:01 7 57.21 0.00 7.34 0.54 0.10 34.82 [2024-11-21T05:40:32.648Z] 05:01:01 all 25.19 0.00 9.83 15.31 0.13 49.54 [2024-11-21T05:40:32.648Z] 05:01:01 0 26.60 0.00 10.18 17.02 0.14 46.07 [2024-11-21T05:40:32.648Z] 05:01:01 1 25.80 0.00 9.69 13.57 0.12 50.82 [2024-11-21T05:40:32.648Z] 05:01:01 2 24.89 0.00 10.02 12.18 0.14 52.78 [2024-11-21T05:40:32.648Z] 05:01:01 3 25.80 0.00 9.81 13.40 0.14 50.85 [2024-11-21T05:40:32.648Z] 05:01:01 4 22.59 0.00 9.18 10.81 0.14 57.29 [2024-11-21T05:40:32.648Z] 05:01:01 5 24.38 0.00 9.60 23.92 0.12 41.98 [2024-11-21T05:40:32.648Z] 05:01:01 6 25.94 0.00 10.30 15.93 0.15 47.68 [2024-11-21T05:40:32.648Z] 05:01:01 7 25.53 0.00 9.89 15.64 0.12 48.82 [2024-11-21T05:40:32.648Z] 05:02:01 all 51.41 0.00 9.87 9.49 0.13 29.10 [2024-11-21T05:40:32.648Z] 05:02:01 0 52.45 0.00 9.41 7.81 0.12 30.21 [2024-11-21T05:40:32.648Z] 05:02:01 1 50.55 0.00 9.50 10.05 0.13 29.77 [2024-11-21T05:40:32.648Z] 05:02:01 2 52.00 0.00 8.77 6.38 0.12 32.73 [2024-11-21T05:40:32.648Z] 05:02:01 3 51.47 0.00 10.20 9.46 0.13 28.74 [2024-11-21T05:40:32.648Z] 05:02:01 4 51.91 0.00 8.77 2.76 0.12 36.44 [2024-11-21T05:40:32.648Z] 05:02:01 5 50.29 0.00 9.85 8.26 0.13 31.46 [2024-11-21T05:40:32.648Z] 05:02:01 6 50.59 0.00 12.31 21.11 0.12 15.87 [2024-11-21T05:40:32.648Z] 05:02:01 7 52.06 0.00 10.12 10.12 0.13 27.57 [2024-11-21T05:40:32.648Z] 05:03:01 all 90.18 0.00 9.67 0.00 0.14 0.00 [2024-11-21T05:40:32.648Z] 05:03:01 0 90.89 0.00 8.98 0.00 0.13 0.00 [2024-11-21T05:40:32.648Z] 05:03:01 1 90.27 0.00 9.58 0.00 0.15 0.00 [2024-11-21T05:40:32.648Z] 05:03:01 2 91.01 0.00 8.82 0.02 0.13 0.02 [2024-11-21T05:40:32.648Z] 05:03:01 3 89.75 0.00 10.10 0.00 0.15 0.00 [2024-11-21T05:40:32.648Z] 05:03:01 4 90.98 0.00 8.89 0.00 0.13 0.00 [2024-11-21T05:40:32.648Z] 05:03:01 5 88.74 0.00 11.12 0.00 0.13 0.00 [2024-11-21T05:40:32.648Z] 05:03:01 6 90.05 0.00 9.78 0.02 0.15 0.00 [2024-11-21T05:40:32.648Z] 05:03:01 7 89.78 0.00 10.05 0.00 0.17 0.00 [2024-11-21T05:40:32.648Z] 05:04:01 all 53.60 0.00 7.18 2.58 0.12 36.52 [2024-11-21T05:40:32.648Z] 05:04:01 0 55.59 0.00 7.01 0.92 0.12 36.37 [2024-11-21T05:40:32.648Z] 05:04:01 1 52.95 0.00 7.36 2.31 0.12 37.27 [2024-11-21T05:40:32.648Z] 05:04:01 2 53.22 0.00 6.95 3.96 0.12 35.75 [2024-11-21T05:40:32.648Z] 05:04:01 3 54.49 0.00 7.37 2.41 0.13 35.60 [2024-11-21T05:40:32.648Z] 05:04:01 4 53.58 0.00 6.48 1.61 0.12 38.22 [2024-11-21T05:40:32.648Z] 05:04:01 5 53.25 0.00 7.53 2.58 0.13 36.50 [2024-11-21T05:40:32.648Z] 05:04:01 6 52.10 0.00 7.81 4.49 0.12 35.48 [2024-11-21T05:40:32.648Z] 05:04:01 7 53.64 0.00 6.93 2.33 0.13 36.96 [2024-11-21T05:40:32.648Z] 05:05:01 all 9.60 0.00 0.98 0.15 0.09 89.18 [2024-11-21T05:40:32.648Z] 05:05:01 0 11.45 0.00 1.17 0.03 0.08 87.27 [2024-11-21T05:40:32.648Z] 05:05:01 1 7.79 0.00 1.22 0.03 0.08 90.87 [2024-11-21T05:40:32.648Z] 05:05:01 2 8.81 0.00 0.79 0.05 0.08 90.27 [2024-11-21T05:40:32.648Z] 05:05:01 3 8.06 0.00 1.17 0.03 0.10 90.64 [2024-11-21T05:40:32.648Z] 05:05:01 4 11.11 0.00 0.80 0.02 0.08 87.99 [2024-11-21T05:40:32.648Z] 05:05:01 5 9.59 0.00 0.79 0.96 0.08 88.58 [2024-11-21T05:40:32.648Z] 05:05:01 6 10.51 0.00 0.87 0.07 0.08 88.46 [2024-11-21T05:40:32.648Z] 05:05:01 7 9.48 0.00 1.06 0.05 0.10 89.32 [2024-11-21T05:40:32.648Z] 05:06:01 all 2.01 0.00 0.33 0.06 0.05 97.56 [2024-11-21T05:40:32.648Z] 05:06:01 0 3.69 0.00 0.50 0.02 0.03 95.76 [2024-11-21T05:40:32.648Z] 05:06:01 1 3.12 0.00 0.32 0.02 0.07 96.48 [2024-11-21T05:40:32.648Z] 05:06:01 2 0.55 0.00 0.30 0.00 0.03 99.12 [2024-11-21T05:40:32.648Z] 05:06:01 3 2.44 0.00 0.28 0.08 0.05 97.14 [2024-11-21T05:40:32.648Z] 05:06:01 4 1.80 0.00 0.30 0.18 0.05 97.66 [2024-11-21T05:40:32.648Z] 05:06:01 5 0.77 0.00 0.20 0.13 0.05 98.85 [2024-11-21T05:40:32.648Z] 05:06:01 6 1.45 0.00 0.37 0.00 0.08 98.10 [2024-11-21T05:40:32.648Z] 05:06:01 7 2.22 0.00 0.33 0.02 0.02 97.41 [2024-11-21T05:40:32.648Z] 05:07:01 all 0.02 0.00 0.02 0.00 0.03 99.93 [2024-11-21T05:40:32.648Z] 05:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-11-21T05:40:32.648Z] 05:07:01 1 0.07 0.00 0.05 0.00 0.05 99.83 [2024-11-21T05:40:32.648Z] 05:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.648Z] 05:07:01 3 0.00 0.00 0.00 0.00 0.03 99.97 [2024-11-21T05:40:32.648Z] 05:07:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2024-11-21T05:40:32.648Z] 05:07:01 5 0.00 0.00 0.02 0.00 0.03 99.95 [2024-11-21T05:40:32.648Z] 05:07:01 6 0.07 0.00 0.03 0.00 0.05 99.85 [2024-11-21T05:40:32.648Z] 05:07:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-21T05:40:32.648Z] [2024-11-21T05:40:32.648Z] 05:07:01 CPU %user %nice %system %iowait %steal %idle [2024-11-21T05:40:32.648Z] 05:08:01 all 0.03 0.00 0.02 0.00 0.03 99.93 [2024-11-21T05:40:32.648Z] 05:08:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2024-11-21T05:40:32.648Z] 05:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-21T05:40:32.648Z] 05:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2024-11-21T05:40:32.648Z] 05:08:01 3 0.03 0.00 0.00 0.02 0.03 99.92 [2024-11-21T05:40:32.648Z] 05:08:01 4 0.03 0.00 0.00 0.00 0.03 99.93 [2024-11-21T05:40:32.648Z] 05:08:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2024-11-21T05:40:32.648Z] 05:08:01 6 0.03 0.00 0.05 0.00 0.07 99.85 [2024-11-21T05:40:32.648Z] 05:08:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:09:01 all 0.02 0.00 0.01 0.00 0.02 99.94 [2024-11-21T05:40:32.648Z] 05:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-11-21T05:40:32.648Z] 05:09:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-11-21T05:40:32.648Z] 05:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.648Z] 05:09:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2024-11-21T05:40:32.648Z] 05:09:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:09:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2024-11-21T05:40:32.648Z] 05:09:01 6 0.02 0.00 0.02 0.00 0.05 99.92 [2024-11-21T05:40:32.648Z] 05:09:01 7 0.08 0.00 0.03 0.00 0.03 99.85 [2024-11-21T05:40:32.648Z] 05:10:01 all 0.03 0.00 0.01 0.00 0.03 99.94 [2024-11-21T05:40:32.648Z] 05:10:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:10:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.648Z] 05:10:01 3 0.02 0.00 0.00 0.00 0.03 99.95 [2024-11-21T05:40:32.648Z] 05:10:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2024-11-21T05:40:32.648Z] 05:10:01 5 0.02 0.00 0.02 0.00 0.03 99.93 [2024-11-21T05:40:32.648Z] 05:10:01 6 0.02 0.00 0.02 0.00 0.05 99.92 [2024-11-21T05:40:32.648Z] 05:10:01 7 0.05 0.00 0.03 0.02 0.03 99.87 [2024-11-21T05:40:32.648Z] 05:11:01 all 0.02 0.00 0.02 0.01 0.02 99.93 [2024-11-21T05:40:32.648Z] 05:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2024-11-21T05:40:32.648Z] 05:11:01 1 0.00 0.00 0.03 0.00 0.03 99.93 [2024-11-21T05:40:32.648Z] 05:11:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-21T05:40:32.648Z] 05:11:01 3 0.07 0.00 0.02 0.02 0.03 99.87 [2024-11-21T05:40:32.648Z] 05:11:01 4 0.00 0.00 0.00 0.03 0.03 99.93 [2024-11-21T05:40:32.648Z] 05:11:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:11:01 6 0.03 0.00 0.05 0.00 0.05 99.87 [2024-11-21T05:40:32.648Z] 05:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.648Z] 05:12:01 all 0.03 0.00 0.03 0.01 0.03 99.90 [2024-11-21T05:40:32.648Z] 05:12:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-11-21T05:40:32.648Z] 05:12:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2024-11-21T05:40:32.648Z] 05:12:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2024-11-21T05:40:32.648Z] 05:12:01 3 0.02 0.00 0.02 0.02 0.03 99.92 [2024-11-21T05:40:32.648Z] 05:12:01 4 0.03 0.00 0.02 0.03 0.03 99.88 [2024-11-21T05:40:32.648Z] 05:12:01 5 0.05 0.00 0.03 0.00 0.03 99.88 [2024-11-21T05:40:32.648Z] 05:12:01 6 0.07 0.00 0.03 0.00 0.05 99.85 [2024-11-21T05:40:32.648Z] 05:12:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:13:01 all 0.01 0.00 0.01 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:13:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2024-11-21T05:40:32.648Z] 05:13:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2024-11-21T05:40:32.648Z] 05:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.648Z] 05:13:01 3 0.03 0.00 0.00 0.02 0.02 99.93 [2024-11-21T05:40:32.648Z] 05:13:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2024-11-21T05:40:32.648Z] 05:13:01 5 0.07 0.00 0.02 0.00 0.05 99.87 [2024-11-21T05:40:32.648Z] 05:13:01 6 0.00 0.00 0.02 0.00 0.07 99.92 [2024-11-21T05:40:32.648Z] 05:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.648Z] 05:14:01 all 0.05 0.00 0.02 0.00 0.03 99.91 [2024-11-21T05:40:32.648Z] 05:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.648Z] 05:14:01 1 0.05 0.00 0.02 0.00 0.03 99.90 [2024-11-21T05:40:32.648Z] 05:14:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2024-11-21T05:40:32.648Z] 05:14:01 3 0.10 0.00 0.02 0.00 0.03 99.85 [2024-11-21T05:40:32.648Z] 05:14:01 4 0.05 0.00 0.03 0.02 0.03 99.87 [2024-11-21T05:40:32.648Z] 05:14:01 5 0.08 0.00 0.02 0.00 0.03 99.87 [2024-11-21T05:40:32.648Z] 05:14:01 6 0.05 0.00 0.02 0.00 0.05 99.88 [2024-11-21T05:40:32.648Z] 05:14:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:15:01 all 0.02 0.00 0.01 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:15:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.648Z] 05:15:01 3 0.02 0.00 0.00 0.02 0.03 99.93 [2024-11-21T05:40:32.648Z] 05:15:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2024-11-21T05:40:32.648Z] 05:15:01 5 0.02 0.00 0.02 0.00 0.03 99.93 [2024-11-21T05:40:32.648Z] 05:15:01 6 0.02 0.00 0.03 0.00 0.05 99.90 [2024-11-21T05:40:32.648Z] 05:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.648Z] 05:16:01 all 0.02 0.00 0.02 0.00 0.02 99.94 [2024-11-21T05:40:32.648Z] 05:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-11-21T05:40:32.648Z] 05:16:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2024-11-21T05:40:32.648Z] 05:16:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-11-21T05:40:32.648Z] 05:16:01 3 0.03 0.00 0.00 0.02 0.02 99.93 [2024-11-21T05:40:32.648Z] 05:16:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2024-11-21T05:40:32.648Z] 05:16:01 5 0.03 0.00 0.03 0.00 0.03 99.90 [2024-11-21T05:40:32.648Z] 05:16:01 6 0.03 0.00 0.05 0.00 0.07 99.85 [2024-11-21T05:40:32.648Z] 05:16:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2024-11-21T05:40:32.648Z] 05:17:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2024-11-21T05:40:32.648Z] 05:17:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-11-21T05:40:32.648Z] 05:17:01 1 0.10 0.00 0.00 0.00 0.00 99.90 [2024-11-21T05:40:32.648Z] 05:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.648Z] 05:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:17:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2024-11-21T05:40:32.648Z] 05:17:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:17:01 6 0.07 0.00 0.05 0.00 0.03 99.85 [2024-11-21T05:40:32.648Z] 05:17:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-21T05:40:32.648Z] 05:18:01 all 0.03 0.00 0.01 0.00 0.02 99.94 [2024-11-21T05:40:32.648Z] 05:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:18:01 1 0.08 0.00 0.03 0.00 0.03 99.85 [2024-11-21T05:40:32.648Z] 05:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.648Z] 05:18:01 3 0.02 0.00 0.02 0.02 0.02 99.93 [2024-11-21T05:40:32.648Z] 05:18:01 4 0.05 0.00 0.02 0.02 0.03 99.88 [2024-11-21T05:40:32.648Z] 05:18:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:18:01 6 0.02 0.00 0.02 0.00 0.05 99.92 [2024-11-21T05:40:32.648Z] 05:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.648Z] [2024-11-21T05:40:32.648Z] 05:18:01 CPU %user %nice %system %iowait %steal %idle [2024-11-21T05:40:32.648Z] 05:19:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2024-11-21T05:40:32.648Z] 05:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-11-21T05:40:32.648Z] 05:19:01 1 0.05 0.00 0.02 0.00 0.03 99.90 [2024-11-21T05:40:32.648Z] 05:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.648Z] 05:19:01 3 0.05 0.00 0.00 0.02 0.02 99.92 [2024-11-21T05:40:32.648Z] 05:19:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2024-11-21T05:40:32.648Z] 05:19:01 5 0.05 0.00 0.03 0.00 0.03 99.88 [2024-11-21T05:40:32.648Z] 05:19:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2024-11-21T05:40:32.648Z] 05:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.648Z] 05:20:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2024-11-21T05:40:32.649Z] 05:20:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-11-21T05:40:32.649Z] 05:20:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:20:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2024-11-21T05:40:32.649Z] 05:20:01 4 0.08 0.00 0.02 0.02 0.00 99.88 [2024-11-21T05:40:32.649Z] 05:20:01 5 0.02 0.00 0.05 0.00 0.03 99.90 [2024-11-21T05:40:32.649Z] 05:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:21:01 all 0.06 0.00 0.01 0.00 0.02 99.90 [2024-11-21T05:40:32.649Z] 05:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-11-21T05:40:32.649Z] 05:21:01 1 0.35 0.00 0.03 0.00 0.03 99.58 [2024-11-21T05:40:32.649Z] 05:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:21:01 3 0.03 0.00 0.02 0.02 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:21:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:21:01 5 0.03 0.00 0.02 0.00 0.03 99.92 [2024-11-21T05:40:32.649Z] 05:21:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:21:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-11-21T05:40:32.649Z] 05:22:01 all 0.02 0.00 0.01 0.00 0.02 99.94 [2024-11-21T05:40:32.649Z] 05:22:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:22:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2024-11-21T05:40:32.649Z] 05:22:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:22:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:22:01 5 0.05 0.00 0.02 0.00 0.05 99.88 [2024-11-21T05:40:32.649Z] 05:22:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-21T05:40:32.649Z] 05:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:23:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2024-11-21T05:40:32.649Z] 05:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-11-21T05:40:32.649Z] 05:23:01 1 0.02 0.00 0.05 0.00 0.03 99.90 [2024-11-21T05:40:32.649Z] 05:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:23:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2024-11-21T05:40:32.649Z] 05:23:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2024-11-21T05:40:32.649Z] 05:23:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2024-11-21T05:40:32.649Z] 05:23:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:24:01 all 0.02 0.00 0.01 0.01 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:24:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2024-11-21T05:40:32.649Z] 05:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:24:01 3 0.02 0.00 0.02 0.03 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:24:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2024-11-21T05:40:32.649Z] 05:24:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:24:01 6 0.05 0.00 0.02 0.00 0.03 99.90 [2024-11-21T05:40:32.649Z] 05:24:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-11-21T05:40:32.649Z] 05:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2024-11-21T05:40:32.649Z] 05:25:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2024-11-21T05:40:32.649Z] 05:25:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2024-11-21T05:40:32.649Z] 05:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:25:01 3 0.03 0.00 0.00 0.02 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:25:01 4 0.02 0.00 0.03 0.02 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:25:01 5 0.03 0.00 0.02 0.00 0.03 99.92 [2024-11-21T05:40:32.649Z] 05:25:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:26:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2024-11-21T05:40:32.649Z] 05:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-11-21T05:40:32.649Z] 05:26:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:26:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-21T05:40:32.649Z] 05:26:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:26:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2024-11-21T05:40:32.649Z] 05:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-11-21T05:40:32.649Z] 05:27:01 all 0.03 0.00 0.01 0.01 0.02 99.94 [2024-11-21T05:40:32.649Z] 05:27:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2024-11-21T05:40:32.649Z] 05:27:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:27:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2024-11-21T05:40:32.649Z] 05:27:01 4 0.03 0.00 0.02 0.03 0.03 99.88 [2024-11-21T05:40:32.649Z] 05:27:01 5 0.02 0.00 0.02 0.00 0.03 99.93 [2024-11-21T05:40:32.649Z] 05:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:27:01 7 0.02 0.00 0.00 0.02 0.03 99.93 [2024-11-21T05:40:32.649Z] 05:28:01 all 0.06 0.00 0.01 0.00 0.02 99.91 [2024-11-21T05:40:32.649Z] 05:28:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:28:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2024-11-21T05:40:32.649Z] 05:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-11-21T05:40:32.649Z] 05:28:01 4 0.03 0.00 0.02 0.02 0.03 99.90 [2024-11-21T05:40:32.649Z] 05:28:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:28:01 6 0.42 0.00 0.00 0.00 0.03 99.55 [2024-11-21T05:40:32.649Z] 05:28:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2024-11-21T05:40:32.649Z] 05:29:01 all 0.14 0.00 0.02 0.01 0.01 99.82 [2024-11-21T05:40:32.649Z] 05:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:29:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:29:01 3 0.03 0.00 0.02 0.02 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:29:01 4 0.05 0.00 0.03 0.02 0.03 99.87 [2024-11-21T05:40:32.649Z] 05:29:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:29:01 6 0.95 0.00 0.07 0.00 0.02 98.97 [2024-11-21T05:40:32.649Z] 05:29:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2024-11-21T05:40:32.649Z] [2024-11-21T05:40:32.649Z] 05:29:01 CPU %user %nice %system %iowait %steal %idle [2024-11-21T05:40:32.649Z] 05:30:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2024-11-21T05:40:32.649Z] 05:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:30:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:30:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:30:01 4 0.05 0.00 0.03 0.02 0.03 99.87 [2024-11-21T05:40:32.649Z] 05:30:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:30:01 6 0.18 0.00 0.03 0.00 0.02 99.77 [2024-11-21T05:40:32.649Z] 05:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:31:01 all 0.02 0.00 0.02 0.00 0.01 99.94 [2024-11-21T05:40:32.649Z] 05:31:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-11-21T05:40:32.649Z] 05:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:31:01 4 0.02 0.00 0.02 0.02 0.03 99.92 [2024-11-21T05:40:32.649Z] 05:31:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:31:01 6 0.03 0.00 0.07 0.00 0.03 99.87 [2024-11-21T05:40:32.649Z] 05:31:01 7 0.02 0.00 0.00 0.02 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:32:01 all 0.04 0.00 0.01 0.01 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:32:01 0 0.12 0.00 0.02 0.00 0.00 99.87 [2024-11-21T05:40:32.649Z] 05:32:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:32:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:32:01 4 0.05 0.00 0.02 0.03 0.03 99.87 [2024-11-21T05:40:32.649Z] 05:32:01 5 0.03 0.00 0.03 0.00 0.03 99.90 [2024-11-21T05:40:32.649Z] 05:32:01 6 0.05 0.00 0.02 0.00 0.03 99.90 [2024-11-21T05:40:32.649Z] 05:32:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2024-11-21T05:40:32.649Z] 05:33:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2024-11-21T05:40:32.649Z] 05:33:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:33:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:33:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2024-11-21T05:40:32.649Z] 05:33:01 4 0.05 0.00 0.02 0.03 0.03 99.87 [2024-11-21T05:40:32.649Z] 05:33:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:33:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:34:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2024-11-21T05:40:32.649Z] 05:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-21T05:40:32.649Z] 05:34:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2024-11-21T05:40:32.649Z] 05:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:34:01 3 0.05 0.00 0.02 0.02 0.02 99.90 [2024-11-21T05:40:32.649Z] 05:34:01 4 0.05 0.00 0.03 0.02 0.03 99.87 [2024-11-21T05:40:32.649Z] 05:34:01 5 0.08 0.00 0.03 0.00 0.02 99.87 [2024-11-21T05:40:32.649Z] 05:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-21T05:40:32.649Z] 05:34:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-21T05:40:32.649Z] 05:35:01 all 0.01 0.00 0.03 0.00 0.01 99.95 [2024-11-21T05:40:32.649Z] 05:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:35:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:35:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:35:01 4 0.03 0.00 0.05 0.00 0.03 99.88 [2024-11-21T05:40:32.649Z] 05:35:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:35:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:35:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:36:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2024-11-21T05:40:32.649Z] 05:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:36:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:36:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:36:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2024-11-21T05:40:32.649Z] 05:36:01 4 0.05 0.00 0.00 0.02 0.03 99.90 [2024-11-21T05:40:32.649Z] 05:36:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2024-11-21T05:40:32.649Z] 05:36:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2024-11-21T05:40:32.649Z] 05:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:37:01 all 0.01 0.00 0.01 0.00 0.02 99.96 [2024-11-21T05:40:32.649Z] 05:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-11-21T05:40:32.649Z] 05:37:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2024-11-21T05:40:32.649Z] 05:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:37:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2024-11-21T05:40:32.649Z] 05:37:01 4 0.02 0.00 0.02 0.02 0.03 99.92 [2024-11-21T05:40:32.649Z] 05:37:01 5 0.02 0.00 0.02 0.00 0.03 99.93 [2024-11-21T05:40:32.649Z] 05:37:01 6 0.02 0.00 0.00 0.00 0.03 99.95 [2024-11-21T05:40:32.649Z] 05:37:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:38:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2024-11-21T05:40:32.649Z] 05:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:38:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:38:01 3 0.03 0.00 0.03 0.02 0.02 99.90 [2024-11-21T05:40:32.649Z] 05:38:01 4 0.05 0.00 0.00 0.02 0.03 99.90 [2024-11-21T05:40:32.649Z] 05:38:01 5 0.05 0.00 0.05 0.00 0.02 99.88 [2024-11-21T05:40:32.649Z] 05:38:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2024-11-21T05:40:32.649Z] 05:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:39:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2024-11-21T05:40:32.649Z] 05:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-11-21T05:40:32.649Z] 05:39:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2024-11-21T05:40:32.649Z] 05:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:39:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2024-11-21T05:40:32.649Z] 05:39:01 4 0.03 0.00 0.05 0.00 0.02 99.90 [2024-11-21T05:40:32.649Z] 05:39:01 5 0.03 0.00 0.02 0.00 0.03 99.92 [2024-11-21T05:40:32.649Z] 05:39:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2024-11-21T05:40:32.649Z] 05:39:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-11-21T05:40:32.649Z] 05:40:01 all 8.24 0.00 3.89 1.63 0.07 86.18 [2024-11-21T05:40:32.649Z] 05:40:01 0 8.39 0.00 2.94 0.56 0.07 88.04 [2024-11-21T05:40:32.649Z] 05:40:01 1 7.16 0.00 4.97 0.34 0.05 87.47 [2024-11-21T05:40:32.649Z] 05:40:01 2 7.60 0.00 3.00 0.05 0.07 89.28 [2024-11-21T05:40:32.649Z] 05:40:01 3 8.81 0.00 4.44 5.16 0.08 81.51 [2024-11-21T05:40:32.649Z] 05:40:01 4 8.40 0.00 4.18 5.11 0.07 82.24 [2024-11-21T05:40:32.649Z] 05:40:01 5 8.59 0.00 3.99 1.64 0.07 85.72 [2024-11-21T05:40:32.649Z] 05:40:01 6 7.85 0.00 4.46 0.08 0.08 87.52 [2024-11-21T05:40:32.649Z] 05:40:01 7 9.11 0.00 3.11 0.07 0.07 87.65 [2024-11-21T05:40:32.649Z] [2024-11-21T05:40:32.649Z] Average: CPU %user %nice %system %iowait %steal %idle [2024-11-21T05:40:32.649Z] Average: all 8.33 0.00 1.44 0.80 0.04 89.40 [2024-11-21T05:40:32.649Z] Average: 0 8.59 0.00 1.39 0.70 0.03 89.28 [2024-11-21T05:40:32.649Z] Average: 1 8.41 0.00 1.50 0.77 0.04 89.28 [2024-11-21T05:40:32.649Z] Average: 2 8.27 0.00 1.40 0.62 0.02 89.68 [2024-11-21T05:40:32.649Z] Average: 3 8.44 0.00 1.45 0.93 0.04 89.14 [2024-11-21T05:40:32.649Z] Average: 4 8.45 0.00 1.34 0.57 0.04 89.60 [2024-11-21T05:40:32.650Z] Average: 5 8.21 0.00 1.44 0.85 0.04 89.45 [2024-11-21T05:40:32.650Z] Average: 6 7.97 0.00 1.51 1.11 0.05 89.36 [2024-11-21T05:40:32.650Z] Average: 7 8.28 0.00 1.45 0.82 0.03 89.41 [2024-11-21T05:40:32.650Z] [2024-11-21T05:40:32.650Z] [2024-11-21T05:40:32.650Z]