Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a37026ef060af0a96832afa785f280dce900bb2a 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-ssh3771599247370154315.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh7175637841456518316.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh2463220680863409696.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh2522996152541985806.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-ssh9526507754042264395.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/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 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/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3727 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/387 [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/387 # 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 a37026ef060af0a96832afa785f280dce900bb2a (main) Commit message: "refactor!: Change Database configuration to be single instance (#4308)" > 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 a37026ef060af0a96832afa785f280dce900bb2a # timeout=10 > git rev-list --no-walk a37026ef060af0a96832afa785f280dce900bb2a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-26T03:17:08.609Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-26T03:17:08.683Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-26T03:17:08.707Z] ========================================================= [2023-01-26T03:17:08.707Z] EdgeX Global Pipelines Version Info [2023-01-26T03:17:08.707Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:17:09.424Z] ------------------- [2023-01-26T03:17:09.424Z] stable info: [2023-01-26T03:17:09.424Z] ------------------- [2023-01-26T03:17:09.424Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-26T03:17:09.424Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-26T03:17:09.424Z] Message: update stable to v1.0.244 [2023-01-26T03:17:10.009Z] ------------------- [2023-01-26T03:17:10.009Z] experimental info: [2023-01-26T03:17:10.009Z] ------------------- [2023-01-26T03:17:10.009Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-26T03:17:10.009Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-26T03:17:10.009Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-26T03:17:10.182Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-26T03:17:10.192Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-26T03:17:10.208Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-26T03:17:10.220Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-26T03:17:10.231Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-26T03:17:10.243Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-26T03:17:10.254Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-26T03:17:10.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-26T03:17:10.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-26T03:17:10.289Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-26T03:17:10.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-26T03:17:10.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-26T03:17:10.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-26T03:17:10.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-26T03:17:10.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-26T03:17:10.369Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-26T03:17:10.380Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-26T03:17:10.391Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-26T03:17:10.400Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-26T03:17:10.408Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-26T03:17:10.421Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-26T03:17:10.436Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-26T03:17:10.449Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-26T03:17:10.460Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-26T03:17:10.471Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-26T03:17:10.495Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-26T03:17:10.513Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] echo [2023-01-26T03:17:10.524Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a37026e [Pipeline] echo [2023-01-26T03:17:10.534Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-26T03:17:10.590Z] provisioning config files... [2023-01-26T03:17:10.606Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/387@tmp/config7740341440479048851tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:17:10.906Z] ---> docker-login.sh [2023-01-26T03:17:10.907Z] nexus3.edgexfoundry.org:10001 [2023-01-26T03:17:11.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:17:11.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:17:11.167Z] Configure a credential helper to remove this warning. See [2023-01-26T03:17:11.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:17:11.167Z] [2023-01-26T03:17:11.167Z] Login Succeeded [2023-01-26T03:17:11.167Z] nexus3.edgexfoundry.org:10002 [2023-01-26T03:17:11.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:17:11.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:17:11.167Z] Configure a credential helper to remove this warning. See [2023-01-26T03:17:11.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:17:11.167Z] [2023-01-26T03:17:11.167Z] Login Succeeded [2023-01-26T03:17:11.167Z] nexus3.edgexfoundry.org:10003 [2023-01-26T03:17:11.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:17:11.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:17:11.427Z] Configure a credential helper to remove this warning. See [2023-01-26T03:17:11.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:17:11.427Z] [2023-01-26T03:17:11.427Z] Login Succeeded [2023-01-26T03:17:11.427Z] nexus3.edgexfoundry.org:10004 [2023-01-26T03:17:11.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:17:11.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:17:11.427Z] Configure a credential helper to remove this warning. See [2023-01-26T03:17:11.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:17:11.427Z] [2023-01-26T03:17:11.427Z] Login Succeeded [2023-01-26T03:17:11.427Z] docker.io [2023-01-26T03:17:11.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:17:11.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:17:11.688Z] Configure a credential helper to remove this warning. See [2023-01-26T03:17:11.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:17:11.688Z] [2023-01-26T03:17:11.688Z] Login Succeeded [2023-01-26T03:17:11.688Z] ---> docker-login.sh ends [Pipeline] } [2023-01-26T03:17:11.957Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-26T03:17:12.272Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-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 [2023-01-26T03:17:12.273Z] + dirname cmd/core-command/Dockerfile [2023-01-26T03:17:12.273Z] + cut -d/ -f2 [2023-01-26T03:17:12.273Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-26T03:17:12.273Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-01-26T03:17:12.273Z] + cut -d/ -f2 [2023-01-26T03:17:12.273Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-01-26T03:17:12.273Z] + dirname cmd/core-data/Dockerfile [2023-01-26T03:17:12.273Z] + cut -d/ -f2 [2023-01-26T03:17:12.273Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-26T03:17:12.273Z] + dirname cmd/core-metadata/Dockerfile [2023-01-26T03:17:12.273Z] + cut -d/ -f2 [2023-01-26T03:17:12.273Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-26T03:17:12.273Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-01-26T03:17:12.273Z] + cut -d/ -f2 [2023-01-26T03:17:12.273Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-26T03:17:12.273Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-26T03:17:12.273Z] + cut -d/ -f2 [2023-01-26T03:17:12.273Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-26T03:17:12.273Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-26T03:17:12.273Z] + cut -d/ -f2 [2023-01-26T03:17:12.273Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-26T03:17:12.273Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-26T03:17:12.273Z] + cut -d/ -f2 [2023-01-26T03:17:12.273Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-26T03:17:12.273Z] + dirname+ cmd/security-spire-agent/Dockerfile [2023-01-26T03:17:12.273Z] cut -d/ -f2 [2023-01-26T03:17:12.273Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-26T03:17:12.273Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-26T03:17:12.273Z] + cut -d/ -f2 [2023-01-26T03:17:12.273Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-26T03:17:12.273Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-26T03:17:12.273Z] + cut -d/ -f2 [2023-01-26T03:17:12.273Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-26T03:17:12.273Z] + dirname cmd/support-notifications/Dockerfile [2023-01-26T03:17:12.273Z] + cut -d/ -f2 [2023-01-26T03:17:12.273Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-26T03:17:12.273Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-26T03:17:12.273Z] + cut -d/ -f2 [2023-01-26T03:17:12.273Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-26T03:17:12.329Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-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 [2023-01-26T03:17:12.689Z] + git rev-list -1 --merges a37026ef060af0a96832afa785f280dce900bb2a~1..a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] echo [2023-01-26T03:17:12.708Z] -----------> git rev-list -1 --merges a37026ef060af0a96832afa785f280dce900bb2a~1..a37026ef060af0a96832afa785f280dce900bb2a a37026ef060af0a96832afa785f280dce900bb2a [false] [Pipeline] sh [2023-01-26T03:17:12.995Z] + git log --format=format:%s -1 a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] echo [2023-01-26T03:17:13.010Z] ========================================================= [2023-01-26T03:17:13.010Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-26T03:17:13.010Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-26T03:17:13.426Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-26T03:17:13.426Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-26T03:17:13.426Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-26T03:17:13.426Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-26T03:17:13.426Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-26T03:17:13.426Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-26T03:17:13.426Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:17:13.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-26T03:17:13.830Z] [2023-01-26T03:17:13.830Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:17:14.132Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-26T03:17:14.132Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-26T03:17:14.132Z] b85a868b505f: Pulling fs layer [2023-01-26T03:17:14.132Z] e2be974225ed: Pulling fs layer [2023-01-26T03:17:14.132Z] 339a4e72a1f5: Pulling fs layer [2023-01-26T03:17:14.132Z] 988bab9f4d93: Pulling fs layer [2023-01-26T03:17:14.132Z] 1469e6f7b9e6: Pulling fs layer [2023-01-26T03:17:14.132Z] 988bab9f4d93: Waiting [2023-01-26T03:17:14.132Z] eaf3925da568: Pulling fs layer [2023-01-26T03:17:14.132Z] 1469e6f7b9e6: Waiting [2023-01-26T03:17:14.132Z] bab4dde63d76: Pulling fs layer [2023-01-26T03:17:14.132Z] bde34c3a00c8: Pulling fs layer [2023-01-26T03:17:14.132Z] bab4dde63d76: Waiting [2023-01-26T03:17:14.132Z] eaf3925da568: Waiting [2023-01-26T03:17:14.132Z] b352a97aabf1: Pulling fs layer [2023-01-26T03:17:14.132Z] 4872d77fe225: Pulling fs layer [2023-01-26T03:17:14.132Z] bde34c3a00c8: Waiting [2023-01-26T03:17:14.132Z] b352a97aabf1: Waiting [2023-01-26T03:17:14.132Z] 5851b861e8e6: Pulling fs layer [2023-01-26T03:17:14.132Z] e2be974225ed: Download complete [2023-01-26T03:17:14.132Z] 988bab9f4d93: Verifying Checksum [2023-01-26T03:17:14.132Z] 988bab9f4d93: Download complete [2023-01-26T03:17:14.397Z] 1469e6f7b9e6: Verifying Checksum [2023-01-26T03:17:14.397Z] 1469e6f7b9e6: Download complete [2023-01-26T03:17:14.397Z] eaf3925da568: Verifying Checksum [2023-01-26T03:17:14.397Z] eaf3925da568: Download complete [2023-01-26T03:17:14.397Z] 339a4e72a1f5: Verifying Checksum [2023-01-26T03:17:14.397Z] 339a4e72a1f5: Download complete [2023-01-26T03:17:14.397Z] bde34c3a00c8: Verifying Checksum [2023-01-26T03:17:14.397Z] bde34c3a00c8: Download complete [2023-01-26T03:17:14.663Z] b352a97aabf1: Verifying Checksum [2023-01-26T03:17:14.663Z] b352a97aabf1: Download complete [2023-01-26T03:17:14.663Z] 4872d77fe225: Download complete [2023-01-26T03:17:14.663Z] b85a868b505f: Verifying Checksum [2023-01-26T03:17:14.663Z] b85a868b505f: Download complete [2023-01-26T03:17:14.663Z] 5851b861e8e6: Verifying Checksum [2023-01-26T03:17:14.663Z] 5851b861e8e6: Download complete [2023-01-26T03:17:14.923Z] bab4dde63d76: Verifying Checksum [2023-01-26T03:17:14.923Z] bab4dde63d76: Download complete [2023-01-26T03:17:15.859Z] b85a868b505f: Pull complete [2023-01-26T03:17:15.859Z] e2be974225ed: Pull complete [2023-01-26T03:17:16.428Z] 339a4e72a1f5: Pull complete [2023-01-26T03:17:16.428Z] 988bab9f4d93: Pull complete [2023-01-26T03:17:16.686Z] 1469e6f7b9e6: Pull complete [2023-01-26T03:17:16.686Z] eaf3925da568: Pull complete [2023-01-26T03:17:18.073Z] bab4dde63d76: Pull complete [2023-01-26T03:17:18.333Z] bde34c3a00c8: Pull complete [2023-01-26T03:17:18.333Z] b352a97aabf1: Pull complete [2023-01-26T03:17:18.333Z] 4872d77fe225: Pull complete [2023-01-26T03:17:18.593Z] 5851b861e8e6: Pull complete [2023-01-26T03:17:18.593Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-26T03:17:18.593Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-26T03:17:18.593Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:17:18.679Z] prd-ubuntu20.04-docker-8c-8g-3727 does not seem to be running inside a container [2023-01-26T03:17:18.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 [2023-01-26T03:17:21.018Z] $ docker top 34d2c56cfadbdd04f3189f506baa9c23963bb28c6a622b871c3f2789d3f68444 -eo pid,comm [2023-01-26T03:17:21.072Z] 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). [2023-01-26T03:17:21.072Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-26T03:17:21.111Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-26T03:17:21.111Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-26T03:17:21.217Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-26T03:17:21.221Z] $ docker exec 34d2c56cfadbdd04f3189f506baa9c23963bb28c6a622b871c3f2789d3f68444 ssh-agent [2023-01-26T03:17:21.333Z] SSH_AUTH_SOCK=/tmp/ssh-MLGw1dEGsVNh/agent.31 [2023-01-26T03:17:21.333Z] SSH_AGENT_PID=37 [2023-01-26T03:17:21.339Z] Running ssh-add (command line suppressed) [2023-01-26T03:17:21.440Z] Identity added: /w/workspace/edgex-go/387@tmp/private_key_12941460235267194247.key (/w/workspace/edgex-go/387@tmp/private_key_12941460235267194247.key) [2023-01-26T03:17:21.455Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-26T03:17:21.746Z] + git tag --points-at HEAD [Pipeline] } [2023-01-26T03:17:21.757Z] $ docker exec --env ******** --env ******** 34d2c56cfadbdd04f3189f506baa9c23963bb28c6a622b871c3f2789d3f68444 ssh-agent -k [2023-01-26T03:17:21.844Z] unset SSH_AUTH_SOCK; [2023-01-26T03:17:21.845Z] unset SSH_AGENT_PID; [2023-01-26T03:17:21.845Z] echo Agent pid 37 killed; [2023-01-26T03:17:21.853Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-26T03:17:21.875Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-26T03:17:21.875Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-26T03:17:21.971Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-26T03:17:21.974Z] $ docker exec 34d2c56cfadbdd04f3189f506baa9c23963bb28c6a622b871c3f2789d3f68444 ssh-agent [2023-01-26T03:17:22.079Z] SSH_AUTH_SOCK=/tmp/ssh-tMQJ4dsCZRI8/agent.69 [2023-01-26T03:17:22.079Z] SSH_AGENT_PID=75 [2023-01-26T03:17:22.085Z] Running ssh-add (command line suppressed) [2023-01-26T03:17:22.178Z] Identity added: /w/workspace/edgex-go/387@tmp/private_key_2944198333363293687.key (/w/workspace/edgex-go/387@tmp/private_key_2944198333363293687.key) [2023-01-26T03:17:22.192Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-26T03:17:22.476Z] + git semver init [2023-01-26T03:17:22.735Z] 2023-01-26 03:17:22,638 [run_init] DEBUG init version:0.0.0 force:False [2023-01-26T03:17:22.735Z] 2023-01-26 03:17:22,639 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/387/.semver [2023-01-26T03:17:22.735Z] 2023-01-26 03:17:22,640 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/387/.semver [2023-01-26T03:17:22.735Z] 2023-01-26 03:17:22,640 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/387/.semver'], cwd=/w/workspace/edgex-go/387, universal_newlines=False, shell=None, istream=None) [2023-01-26T03:17:28.019Z] 2023-01-26 03:17:27,165 [append_file] DEBUG append to file:/w/workspace/edgex-go/387/.git/info/exclude [2023-01-26T03:17:28.019Z] 2023-01-26 03:17:27,165 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/387/.semver/main with force:False [2023-01-26T03:17:28.019Z] 2023-01-26 03:17:27,165 [read_version] DEBUG read version from /w/workspace/edgex-go/387/.semver/main [2023-01-26T03:17:28.019Z] 2023-01-26 03:17:27,165 [read_version] DEBUG read version from /w/workspace/edgex-go/387/.semver/main [2023-01-26T03:17:28.019Z] 3.0.0-dev.29 [Pipeline] } [2023-01-26T03:17:28.031Z] $ docker exec --env ******** --env ******** 34d2c56cfadbdd04f3189f506baa9c23963bb28c6a622b871c3f2789d3f68444 ssh-agent -k [2023-01-26T03:17:28.134Z] unset SSH_AUTH_SOCK; [2023-01-26T03:17:28.135Z] unset SSH_AGENT_PID; [2023-01-26T03:17:28.135Z] echo Agent pid 75 killed; [2023-01-26T03:17:28.148Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-26T03:17:28.447Z] + git semver [Pipeline] } [2023-01-26T03:17:28.725Z] $ docker stop --time=1 34d2c56cfadbdd04f3189f506baa9c23963bb28c6a622b871c3f2789d3f68444 [2023-01-26T03:17:30.006Z] $ docker rm -f --volumes 34d2c56cfadbdd04f3189f506baa9c23963bb28c6a622b871c3f2789d3f68444 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-26T03:17:30.334Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-26T03:17:30.563Z] Stashed 1 file(s) [Pipeline] echo [2023-01-26T03:17:30.568Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.29 [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 [2023-01-26T03:17:30.977Z] + git config --global --add safe.directory /w/workspace/edgex-go/387 [Pipeline] echo [2023-01-26T03:17:30.990Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-26T03:17:31.003Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-26T03:17:31.010Z] ========================================================= [2023-01-26T03:17:31.010Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-26T03:17:31.010Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-26T03:17:31.299Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-26T03:17:31.299Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-26T03:17:31.299Z] 213ec9aee27d: Pulling fs layer [2023-01-26T03:17:31.299Z] 4583459ba037: Pulling fs layer [2023-01-26T03:17:31.299Z] 93c1e223e6f2: Pulling fs layer [2023-01-26T03:17:31.299Z] 53926ce57604: Pulling fs layer [2023-01-26T03:17:31.299Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-26T03:17:31.299Z] 22ff95d597cd: Pulling fs layer [2023-01-26T03:17:31.299Z] 12d6caf4c0d1: Pulling fs layer [2023-01-26T03:17:31.299Z] 96b7cbca73a9: Pulling fs layer [2023-01-26T03:17:31.299Z] a7acece74701: Pulling fs layer [2023-01-26T03:17:31.299Z] 12d6caf4c0d1: Waiting [2023-01-26T03:17:31.299Z] 53926ce57604: Waiting [2023-01-26T03:17:31.299Z] 21b2b0c7a3f4: Waiting [2023-01-26T03:17:31.299Z] 22ff95d597cd: Waiting [2023-01-26T03:17:31.299Z] a7acece74701: Waiting [2023-01-26T03:17:31.299Z] 93c1e223e6f2: Download complete [2023-01-26T03:17:31.299Z] 4583459ba037: Verifying Checksum [2023-01-26T03:17:31.299Z] 4583459ba037: Download complete [2023-01-26T03:17:31.299Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-26T03:17:31.299Z] 21b2b0c7a3f4: Download complete [2023-01-26T03:17:31.299Z] 22ff95d597cd: Verifying Checksum [2023-01-26T03:17:31.299Z] 22ff95d597cd: Download complete [2023-01-26T03:17:31.299Z] 213ec9aee27d: Download complete [2023-01-26T03:17:31.563Z] 12d6caf4c0d1: Download complete [2023-01-26T03:17:31.563Z] 213ec9aee27d: Pull complete [2023-01-26T03:17:31.563Z] 4583459ba037: Pull complete [2023-01-26T03:17:31.856Z] 93c1e223e6f2: Pull complete [2023-01-26T03:17:32.472Z] 53926ce57604: Verifying Checksum [2023-01-26T03:17:32.472Z] 53926ce57604: Download complete [2023-01-26T03:17:32.732Z] a7acece74701: Verifying Checksum [2023-01-26T03:17:32.732Z] a7acece74701: Download complete [2023-01-26T03:17:32.732Z] 96b7cbca73a9: Verifying Checksum [2023-01-26T03:17:32.732Z] 96b7cbca73a9: Download complete [2023-01-26T03:17:36.020Z] 53926ce57604: Pull complete [2023-01-26T03:17:36.280Z] 21b2b0c7a3f4: Pull complete [2023-01-26T03:17:36.280Z] 22ff95d597cd: Pull complete [2023-01-26T03:17:36.280Z] 12d6caf4c0d1: Pull complete [2023-01-26T03:17:38.817Z] 96b7cbca73a9: Pull complete [2023-01-26T03:17:39.077Z] a7acece74701: Pull complete [2023-01-26T03:17:39.078Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-26T03:17:39.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-26T03:17:39.078Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-26T03:17:39.377Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-26T03:17:39.377Z] WORKDIR /edgex [2023-01-26T03:17:39.377Z] COPY go.mod . [2023-01-26T03:17:39.377Z] RUN go mod download [2023-01-26T03:17:39.377Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-26T03:17:39.948Z] Sending build context to Docker daemon 170.1MB [2023-01-26T03:17:39.948Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-26T03:17:39.948Z] ---> db6d94c90886 [2023-01-26T03:17:39.948Z] Step 2/4 : WORKDIR /edgex [2023-01-26T03:17:44.161Z] ---> Running in 14f4098cf3ca [2023-01-26T03:17:44.422Z] Removing intermediate container 14f4098cf3ca [2023-01-26T03:17:44.422Z] ---> 0ac139adb104 [2023-01-26T03:17:44.422Z] Step 3/4 : COPY go.mod . [2023-01-26T03:17:44.422Z] ---> 7367b99ddb43 [2023-01-26T03:17:44.422Z] Step 4/4 : RUN go mod download [2023-01-26T03:17:44.422Z] ---> Running in 0ffba07862d6 [2023-01-26T03:17:45.661Z] Still waiting to schedule task [2023-01-26T03:17:45.662Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-26T03:17:59.373Z] Removing intermediate container 0ffba07862d6 [2023-01-26T03:17:59.373Z] ---> d4eb0858fd4d [2023-01-26T03:17:59.373Z] Successfully built d4eb0858fd4d [2023-01-26T03:17:59.373Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:17:59.665Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-26T03:17:59.665Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:17:59.732Z] prd-ubuntu20.04-docker-8c-8g-3727 does not seem to be running inside a container [2023-01-26T03:17:59.762Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 [2023-01-26T03:18:00.162Z] $ docker top 831bde18a9f40b894418a16f98fe5583e37044cceba9c5a6a3c3fec6561619d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-26T03:18:00.493Z] + go version [2023-01-26T03:18:00.493Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-26T03:18:00.508Z] $ docker stop --time=1 831bde18a9f40b894418a16f98fe5583e37044cceba9c5a6a3c3fec6561619d6 [2023-01-26T03:18:01.750Z] $ docker rm -f --volumes 831bde18a9f40b894418a16f98fe5583e37044cceba9c5a6a3c3fec6561619d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:18:02.144Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-26T03:18:02.144Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:18:02.208Z] prd-ubuntu20.04-docker-8c-8g-3727 does not seem to be running inside a container [2023-01-26T03:18:02.247Z] $ 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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 [2023-01-26T03:18:02.584Z] $ docker top df197ad329abc802a080bd4ab8fdb12fd6977e77ff58c158ea576b61019f35df -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-26T03:18:02.644Z] ========================================================= [2023-01-26T03:18:02.644Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-26T03:18:02.644Z] ========================================================= [Pipeline] sh [2023-01-26T03:18:02.920Z] + git config --global --add safe.directory /w/workspace/edgex-go/387 [Pipeline] fileExists [Pipeline] sh [2023-01-26T03:18:03.217Z] + make test [2023-01-26T03:18:03.217Z] go test -race -coverprofile=coverage.out ./... [2023-01-26T03:18:09.775Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-26T03:18:21.983Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-26T03:18:21.983Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-01-26T03:18:21.983Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-26T03:18:22.243Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-26T03:18:22.243Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-26T03:18:22.243Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-26T03:18:22.503Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-26T03:18:22.503Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-26T03:18:22.503Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-26T03:18:22.503Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-26T03:18:22.761Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-26T03:18:22.761Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-26T03:18:22.761Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-26T03:18:22.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-26T03:18:23.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.050s coverage: 28.7% of statements [2023-01-26T03:18:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-26T03:18:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-26T03:18:23.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.079s coverage: 98.5% of statements [2023-01-26T03:18:23.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.103s coverage: 43.1% of statements [2023-01-26T03:18:23.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-26T03:18:23.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-01-26T03:18:23.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-26T03:18:23.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.118s coverage: 54.0% of statements [2023-01-26T03:18:23.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-26T03:18:23.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-26T03:18:27.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.201s coverage: 89.2% of statements [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-26T03:18:27.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.093s coverage: 2.4% of statements [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-26T03:18:27.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.507s coverage: 95.6% of statements [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-26T03:18:27.717Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.085s coverage: 72.2% of statements [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-26T03:18:27.717Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.056s coverage: 60.0% of statements [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-26T03:18:27.717Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.070s coverage: 0.9% of statements [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-26T03:18:27.717Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.090s coverage: 58.8% of statements [2023-01-26T03:18:27.717Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.087s coverage: 29.6% of statements [2023-01-26T03:18:27.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-26T03:18:27.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements [2023-01-26T03:18:27.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements [2023-01-26T03:18:27.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2023-01-26T03:18:27.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements [2023-01-26T03:18:27.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2023-01-26T03:18:34.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements [2023-01-26T03:18:34.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements [2023-01-26T03:18:39.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.303s coverage: 79.9% of statements [2023-01-26T03:18:39.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.127s coverage: 92.9% of statements [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.083s coverage: 86.9% of statements [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 77.4% of statements [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.086s coverage: 80.0% of statements [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 91.2% of statements [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 64.7% of statements [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2023-01-26T03:18:47.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 65.3% of statements [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-26T03:18:47.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-26T03:18:47.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.168s coverage: 41.8% of statements [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-26T03:18:47.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-26T03:18:47.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-26T03:18:47.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-26T03:18:47.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.169s coverage: 92.3% of statements [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-26T03:18:47.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 63.2% of statements [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-26T03:18:47.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.105s coverage: 97.7% of statements [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-26T03:18:47.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-26T03:18:47.660Z] 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 [2023-01-26T03:19:05.721Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-01-26T03:19:05.721Z] go vet ./... [2023-01-26T03:19:07.088Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-26T03:19:07.346Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-26T03:19:07.346Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-26T03:19:07.618Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-26T03:19:07.901Z] + ls -al . [2023-01-26T03:19:07.901Z] total 748 [2023-01-26T03:19:07.901Z] drwxrwxr-x 11 1001 1001 4096 Jan 26 03:18 . [2023-01-26T03:19:07.901Z] drwxr-xr-x 4 root root 4096 Jan 26 03:18 .. [2023-01-26T03:19:07.901Z] drwxrwxr-x 2 1001 1001 4096 Jan 26 03:17 .blubracket [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 16 Jan 26 03:17 .dockerignore [2023-01-26T03:19:07.901Z] drwxrwxr-x 8 1001 1001 4096 Jan 26 03:18 .git [2023-01-26T03:19:07.901Z] drwxrwxr-x 3 1001 1001 4096 Jan 26 03:17 .github [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 1024 Jan 26 03:17 .gitignore [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 42 Jan 26 03:17 .golangci.yml [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 87 Jan 26 03:17 .hadolint.yml [2023-01-26T03:19:07.901Z] drwxr-xr-x 3 1001 1001 4096 Jan 26 03:17 .semver [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 166 Jan 26 03:17 .sonarcloud.properties [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 1171 Jan 26 03:17 ADOPTERS.md [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 10825 Jan 26 03:17 Attribution.txt [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 73765 Jan 26 03:17 CHANGELOG.md [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 3804 Jan 26 03:17 CONTRIBUTING.md [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 677 Jan 26 03:17 GOVERNANCE.md [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 850 Jan 26 03:17 Jenkinsfile [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 10775 Jan 26 03:17 LICENSE [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 13388 Jan 26 03:17 Makefile [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 582 Jan 26 03:17 OWNERS.md [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 9403 Jan 26 03:17 README.md [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 6912 Jan 26 03:17 SECURITY.md [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 12 Jan 26 03:17 VERSION [2023-01-26T03:19:07.901Z] drwxrwxr-x 2 1001 1001 4096 Jan 26 03:17 bin [2023-01-26T03:19:07.901Z] drwxrwxr-x 17 1001 1001 4096 Jan 26 03:17 cmd [2023-01-26T03:19:07.901Z] -rw-r--r-- 1 root root 489970 Jan 26 03:18 coverage.out [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 3365 Jan 26 03:17 go.mod [2023-01-26T03:19:07.901Z] -rw-rw-r-- 1 1001 1001 34951 Jan 26 03:17 go.sum [2023-01-26T03:19:07.902Z] drwxrwxr-x 7 1001 1001 4096 Jan 26 03:17 internal [2023-01-26T03:19:07.902Z] drwxrwxr-x 3 1001 1001 4096 Jan 26 03:17 openapi [2023-01-26T03:19:07.902Z] drwxrwxr-x 4 1001 1001 4096 Jan 26 03:17 snap [2023-01-26T03:19:07.902Z] -rw-rw-r-- 1 1001 1001 204 Jan 26 03:17 version.go [Pipeline] sh [2023-01-26T03:19:08.183Z] + '[' -e coverage.out ] [2023-01-26T03:19:08.183Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-26T03:19:08.286Z] Stashed 1 file(s) [Pipeline] sh [2023-01-26T03:19:08.612Z] + make build [2023-01-26T03:19:08.612Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-26T03:19:21.028Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-26T03:19:21.028Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-26T03:19:21.434Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3728 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-01-26T03:19:21.448Z] Running in /w/workspace/edgex-go/387 [Pipeline] { [Pipeline] checkout [2023-01-26T03:19:21.484Z] The recommended git tool is: git [2023-01-26T03:19:21.962Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-01-26T03:19:22.529Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-26T03:19:26.517Z] using credential edgex-jenkins-ssh [2023-01-26T03:19:26.535Z] Cloning the remote Git repository [2023-01-26T03:19:26.577Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-26T03:19:26.647Z] > git init /w/workspace/edgex-go/387 # timeout=10 [2023-01-26T03:19:26.789Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-26T03:19:26.790Z] > git --version # timeout=10 [2023-01-26T03:19:26.809Z] > git --version # 'git version 2.25.1' [2023-01-26T03:19:26.811Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-26T03:19:26.871Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-26T03:19:29.086Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-26T03:19:30.460Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-26T03:19:31.395Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-26T03:19:32.770Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-26T03:19:33.338Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-26T03:19:34.273Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-26T03:19:36.805Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-26T03:19:37.750Z] $ docker stop --time=1 df197ad329abc802a080bd4ab8fdb12fd6977e77ff58c158ea576b61019f35df [2023-01-26T03:19:42.720Z] $ docker rm -f --volumes df197ad329abc802a080bd4ab8fdb12fd6977e77ff58c158ea576b61019f35df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:19:43.413Z] Avoid second fetch [2023-01-26T03:19:43.413Z] Checking out Revision a37026ef060af0a96832afa785f280dce900bb2a (main) [2023-01-26T03:19:43.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-26T03:19:43.559Z] [2023-01-26T03:19:43.559Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:19:42.518Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-26T03:19:42.536Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-26T03:19:43.430Z] > git config core.sparsecheckout # timeout=10 [2023-01-26T03:19:43.448Z] > git checkout -f a37026ef060af0a96832afa785f280dce900bb2a # timeout=10 [2023-01-26T03:19:43.859Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-26T03:19:43.859Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-26T03:19:43.859Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-26T03:19:43.859Z] ca9280d653b3: Pulling fs layer [2023-01-26T03:19:43.859Z] 7e9c9ca2126c: Pulling fs layer [2023-01-26T03:19:44.124Z] cbdbe7a5bc2a: Download complete [2023-01-26T03:19:44.124Z] cbdbe7a5bc2a: Pull complete [2023-01-26T03:19:44.134Z] Commit message: "refactor!: Change Database configuration to be single instance (#4308)" [2023-01-26T03:19:44.385Z] ca9280d653b3: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-26T03:19:44.643Z] 7e9c9ca2126c: Verifying Checksum [2023-01-26T03:19:44.643Z] 7e9c9ca2126c: Download complete [2023-01-26T03:19:44.643Z] ca9280d653b3: Pull complete [2023-01-26T03:19:45.021Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-26T03:19:45.021Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-26T03:19:45.021Z] Dload Upload Total Spent Left Speed [2023-01-26T03:19:45.021Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85006 0 --:--:-- --:--:-- --:--:-- 85577 [Pipeline] sh [2023-01-26T03:19:45.663Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-26T03:19:45.991Z] + + sudo tee /etc/docker/daemon.new [2023-01-26T03:19:45.991Z] sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-26T03:19:45.991Z] { [2023-01-26T03:19:45.991Z] "registry-mirrors": [ [2023-01-26T03:19:45.991Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-26T03:19:45.991Z] ], [2023-01-26T03:19:45.991Z] "bip": "10.250.0.254/24", [2023-01-26T03:19:45.991Z] "hosts": [ [2023-01-26T03:19:45.991Z] "tcp://0.0.0.0:5555", [2023-01-26T03:19:45.991Z] "unix:///var/run/docker.sock" [2023-01-26T03:19:45.991Z] ], [2023-01-26T03:19:45.991Z] "mtu": 1458, [2023-01-26T03:19:45.991Z] "selinux-enabled": true, [2023-01-26T03:19:45.991Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-26T03:19:45.991Z] } [Pipeline] sh [2023-01-26T03:19:46.328Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-26T03:19:46.670Z] + sudo service docker restart [2023-01-26T03:19:47.924Z] 7e9c9ca2126c: Pull complete [2023-01-26T03:19:47.924Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-26T03:19:47.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-26T03:19:47.924Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:19:48.015Z] prd-ubuntu20.04-docker-8c-8g-3727 does not seem to be running inside a container [2023-01-26T03:19:48.044Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-26T03:19:50.257Z] $ docker top 55092443df8de485ac70d2de0eff78fc166865a29486a9418239281cfe4e9cea -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-26T03:19:50.609Z] + docker-compose build --help [2023-01-26T03:19:50.609Z] + grep parallel [2023-01-26T03:19:51.178Z] --parallel Build images in parallel. [Pipeline] } [2023-01-26T03:19:51.186Z] $ docker stop --time=1 55092443df8de485ac70d2de0eff78fc166865a29486a9418239281cfe4e9cea [2023-01-26T03:19:52.451Z] $ docker rm -f --volumes 55092443df8de485ac70d2de0eff78fc166865a29486a9418239281cfe4e9cea [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:19:52.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-26T03:19:52.848Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:19:52.913Z] prd-ubuntu20.04-docker-8c-8g-3727 does not seem to be running inside a container [2023-01-26T03:19:52.939Z] $ 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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 [2023-01-26T03:19:53.247Z] $ docker top 0eec0719b34ddb1c3507599809007916c0979083decfee17f55410cdc73f0987 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-26T03:19:53.590Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-26T03:19:54.156Z] Building core-command ... [2023-01-26T03:19:54.156Z] Building core-common-config-bootstrapper ... [2023-01-26T03:19:54.156Z] Building core-data ... [2023-01-26T03:19:54.156Z] Building core-metadata ... [2023-01-26T03:19:54.156Z] Building security-bootstrapper ... [2023-01-26T03:19:54.156Z] Building security-proxy-setup ... [2023-01-26T03:19:54.156Z] Building security-secretstore-setup ... [2023-01-26T03:19:54.156Z] Building security-spiffe-token-provider ... [2023-01-26T03:19:54.156Z] Building security-spire-agent ... [2023-01-26T03:19:54.156Z] Building security-spire-config ... [2023-01-26T03:19:54.156Z] Building security-spire-server ... [2023-01-26T03:19:54.156Z] Building support-notifications ... [2023-01-26T03:19:54.156Z] Building support-scheduler ... [2023-01-26T03:19:54.156Z] Building core-metadata [2023-01-26T03:19:54.156Z] Building security-spire-server [2023-01-26T03:19:54.156Z] Building core-command [2023-01-26T03:19:54.156Z] Building support-notifications [2023-01-26T03:19:54.156Z] Building core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-26T03:20:04.951Z] provisioning config files... [2023-01-26T03:20:04.977Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/387@tmp/config13641211468940667566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:20:05.321Z] ---> docker-login.sh [2023-01-26T03:20:05.321Z] nexus3.edgexfoundry.org:10001 [2023-01-26T03:20:05.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:20:05.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:20:05.861Z] Configure a credential helper to remove this warning. See [2023-01-26T03:20:05.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:20:05.861Z] [2023-01-26T03:20:05.861Z] Login Succeeded [2023-01-26T03:20:05.861Z] nexus3.edgexfoundry.org:10002 [2023-01-26T03:20:06.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:20:06.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:20:06.132Z] Configure a credential helper to remove this warning. See [2023-01-26T03:20:06.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:20:06.132Z] [2023-01-26T03:20:06.132Z] Login Succeeded [2023-01-26T03:20:06.132Z] nexus3.edgexfoundry.org:10003 [2023-01-26T03:20:06.347Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:20:06.347Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:20:06.347Z] ---> d4eb0858fd4d [2023-01-26T03:20:06.347Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-26T03:20:06.347Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:20:06.347Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:20:06.347Z] ---> d4eb0858fd4d [2023-01-26T03:20:06.347Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-26T03:20:06.347Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:20:06.347Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:20:06.347Z] ---> d4eb0858fd4d [2023-01-26T03:20:06.347Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-26T03:20:06.347Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:20:06.347Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:20:06.347Z] ---> d4eb0858fd4d [2023-01-26T03:20:06.347Z] Step 3/23 : WORKDIR /edgex-go [2023-01-26T03:20:06.347Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:20:06.347Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:20:06.347Z] ---> d4eb0858fd4d [2023-01-26T03:20:06.347Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-26T03:20:06.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:20:06.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:20:06.670Z] Configure a credential helper to remove this warning. See [2023-01-26T03:20:06.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:20:06.670Z] [2023-01-26T03:20:06.670Z] Login Succeeded [2023-01-26T03:20:06.670Z] nexus3.edgexfoundry.org:10004 [2023-01-26T03:20:06.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:20:06.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:20:06.938Z] Configure a credential helper to remove this warning. See [2023-01-26T03:20:06.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:20:06.938Z] [2023-01-26T03:20:06.938Z] Login Succeeded [2023-01-26T03:20:06.938Z] docker.io [2023-01-26T03:20:07.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:20:07.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:20:07.476Z] Configure a credential helper to remove this warning. See [2023-01-26T03:20:07.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:20:07.476Z] [2023-01-26T03:20:07.476Z] Login Succeeded [2023-01-26T03:20:07.476Z] ---> docker-login.sh ends [Pipeline] } [2023-01-26T03:20:07.489Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-26T03:20:08.029Z] + git config --global --add safe.directory /w/workspace/edgex-go/387 [Pipeline] echo [2023-01-26T03:20:08.050Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-26T03:20:08.066Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-26T03:20:08.076Z] ========================================================= [2023-01-26T03:20:08.076Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-26T03:20:08.076Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-26T03:20:08.396Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-26T03:20:08.670Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-26T03:20:08.670Z] 9b18e9b68314: Pulling fs layer [2023-01-26T03:20:08.670Z] 35d82f9e3411: Pulling fs layer [2023-01-26T03:20:08.670Z] e16973657156: Pulling fs layer [2023-01-26T03:20:08.670Z] fc693d55d65f: Pulling fs layer [2023-01-26T03:20:08.670Z] 7e9fc2657dce: Pulling fs layer [2023-01-26T03:20:08.670Z] dda99020689f: Pulling fs layer [2023-01-26T03:20:08.670Z] db1c61fa0a46: Pulling fs layer [2023-01-26T03:20:08.670Z] 891c053d2c06: Pulling fs layer [2023-01-26T03:20:08.670Z] 7e9fc2657dce: Waiting [2023-01-26T03:20:08.670Z] dda99020689f: Waiting [2023-01-26T03:20:08.670Z] db1c61fa0a46: Waiting [2023-01-26T03:20:08.670Z] 891c053d2c06: Waiting [2023-01-26T03:20:08.670Z] fc693d55d65f: Waiting [2023-01-26T03:20:08.670Z] e16973657156: Verifying Checksum [2023-01-26T03:20:08.670Z] e16973657156: Download complete [2023-01-26T03:20:08.670Z] 35d82f9e3411: Verifying Checksum [2023-01-26T03:20:08.670Z] 35d82f9e3411: Download complete [2023-01-26T03:20:08.670Z] 7e9fc2657dce: Verifying Checksum [2023-01-26T03:20:08.670Z] 7e9fc2657dce: Download complete [2023-01-26T03:20:08.670Z] 9b18e9b68314: Verifying Checksum [2023-01-26T03:20:08.670Z] 9b18e9b68314: Download complete [2023-01-26T03:20:08.670Z] dda99020689f: Download complete [2023-01-26T03:20:09.647Z] 891c053d2c06: Verifying Checksum [2023-01-26T03:20:09.647Z] 891c053d2c06: Download complete [2023-01-26T03:20:10.620Z] db1c61fa0a46: Verifying Checksum [2023-01-26T03:20:10.620Z] db1c61fa0a46: Download complete [2023-01-26T03:20:11.211Z] fc693d55d65f: Verifying Checksum [2023-01-26T03:20:11.624Z] ---> Running in c998dcddc0f5 [2023-01-26T03:20:11.624Z] ---> Running in 2246bed69ea1 [2023-01-26T03:20:11.624Z] ---> Running in 7f21c64df3ee [2023-01-26T03:20:11.624Z] ---> Running in 1a20d3b72cb6 [2023-01-26T03:20:11.624Z] ---> Running in dd1ef84edf29 [2023-01-26T03:20:11.624Z] Removing intermediate container 7f21c64df3ee [2023-01-26T03:20:11.624Z] ---> 63ce98d40e4a [2023-01-26T03:20:11.624Z] Step 4/22 : WORKDIR /edgex-go [2023-01-26T03:20:11.624Z] Removing intermediate container dd1ef84edf29 [2023-01-26T03:20:11.624Z] ---> 7f39b227a1f0 [2023-01-26T03:20:11.624Z] Step 4/22 : WORKDIR /edgex-go [2023-01-26T03:20:11.624Z] Removing intermediate container c998dcddc0f5 [2023-01-26T03:20:11.624Z] ---> 112871b24958 [2023-01-26T03:20:11.624Z] Step 4/23 : WORKDIR /edgex-go [2023-01-26T03:20:11.624Z] Removing intermediate container 2246bed69ea1 [2023-01-26T03:20:11.624Z] ---> 2933122efbe6 [2023-01-26T03:20:11.624Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-26T03:20:11.624Z] Removing intermediate container 1a20d3b72cb6 [2023-01-26T03:20:11.624Z] ---> f968889e9f07 [2023-01-26T03:20:11.624Z] Step 4/24 : WORKDIR /edgex-go [2023-01-26T03:20:11.624Z] ---> Running in 66fbcda1458f [2023-01-26T03:20:11.624Z] ---> Running in 3c646fb07eca [2023-01-26T03:20:11.624Z] ---> Running in 4afc1ce45f8c [2023-01-26T03:20:11.624Z] ---> Running in f119537d7b3b [2023-01-26T03:20:11.624Z] ---> Running in 7cf79ebecfa3 [2023-01-26T03:20:11.624Z] Removing intermediate container 66fbcda1458f [2023-01-26T03:20:11.624Z] ---> 52c2d5e9f103 [2023-01-26T03:20:11.624Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-26T03:20:11.624Z] Removing intermediate container 3c646fb07eca [2023-01-26T03:20:11.624Z] ---> e812f03b4ac0 [2023-01-26T03:20:11.624Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-26T03:20:11.624Z] ---> Running in 5e2924d0617e [2023-01-26T03:20:11.624Z] Removing intermediate container 4afc1ce45f8c [2023-01-26T03:20:11.624Z] ---> d07a8928a35e [2023-01-26T03:20:11.624Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-26T03:20:11.798Z] 9b18e9b68314: Pull complete [2023-01-26T03:20:11.883Z] Removing intermediate container 7cf79ebecfa3 [2023-01-26T03:20:11.883Z] ---> 77fbdcf1abb4 [2023-01-26T03:20:11.883Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-26T03:20:11.883Z] ---> Running in eb2cf242e4be [2023-01-26T03:20:11.883Z] ---> Running in bdbd2612ee0e [2023-01-26T03:20:11.883Z] ---> Running in b3ead8294de7 [2023-01-26T03:20:11.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:20:12.070Z] 35d82f9e3411: Pull complete [2023-01-26T03:20:12.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:20:12.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:20:12.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:20:12.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:20:12.340Z] e16973657156: Pull complete [2023-01-26T03:20:12.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:20:12.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:20:12.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:20:12.399Z] OK: 211 MiB in 51 packages [2023-01-26T03:20:12.399Z] OK: 211 MiB in 51 packages [2023-01-26T03:20:12.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:20:12.399Z] OK: 211 MiB in 51 packages [2023-01-26T03:20:12.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:20:12.656Z] OK: 211 MiB in 51 packages [2023-01-26T03:20:12.656Z] OK: 211 MiB in 51 packages [2023-01-26T03:20:12.914Z] Removing intermediate container f119537d7b3b [2023-01-26T03:20:12.914Z] ---> 7aa3fcd2de89 [2023-01-26T03:20:12.914Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-26T03:20:13.171Z] ---> dbb90fdec3dd [2023-01-26T03:20:13.171Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:20:13.171Z] Removing intermediate container eb2cf242e4be [2023-01-26T03:20:13.171Z] ---> 60a4581bdc04 [2023-01-26T03:20:13.171Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-26T03:20:13.171Z] ---> Running in b77b981a6991 [2023-01-26T03:20:13.171Z] Removing intermediate container 5e2924d0617e [2023-01-26T03:20:13.171Z] ---> 7edfb5036377 [2023-01-26T03:20:13.171Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-26T03:20:13.171Z] Removing intermediate container b3ead8294de7 [2023-01-26T03:20:13.171Z] ---> 5cde953ea813 [2023-01-26T03:20:13.171Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-26T03:20:13.171Z] Removing intermediate container bdbd2612ee0e [2023-01-26T03:20:13.171Z] ---> 3df2fb15848f [2023-01-26T03:20:13.171Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-26T03:20:13.428Z] ---> 910d56508901 [2023-01-26T03:20:13.428Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:20:13.428Z] ---> Running in 656f72030708 [2023-01-26T03:20:13.428Z] ---> 30ba61d829d4 [2023-01-26T03:20:13.428Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:20:13.428Z] ---> Running in 47ba1dcb313d [2023-01-26T03:20:13.428Z] ---> 23c068c542bf [2023-01-26T03:20:13.428Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:20:13.428Z] ---> e059186afbab [2023-01-26T03:20:13.428Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:20:13.428Z] ---> Running in 6ab16e1e36e2 [2023-01-26T03:20:13.428Z] ---> Running in 65f01b7f8c13 [2023-01-26T03:20:24.694Z] fc693d55d65f: Pull complete [2023-01-26T03:20:24.694Z] 7e9fc2657dce: Pull complete [2023-01-26T03:20:24.963Z] dda99020689f: Pull complete [2023-01-26T03:20:31.651Z] db1c61fa0a46: Pull complete [2023-01-26T03:20:32.619Z] 891c053d2c06: Pull complete [2023-01-26T03:20:32.620Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-26T03:20:32.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-26T03:20:32.620Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-26T03:20:32.950Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-26T03:20:32.950Z] WORKDIR /edgex [2023-01-26T03:20:32.950Z] COPY go.mod . [2023-01-26T03:20:32.950Z] RUN go mod download -t [2023-01-26T03:20:32.950Z] ci-base-image-arm64 -f - . [2023-01-26T03:20:33.533Z] Sending build context to Docker daemon 3.127MB [2023-01-26T03:20:33.533Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-26T03:20:33.533Z] ---> f96f9c87975a [2023-01-26T03:20:33.533Z] Step 2/4 : WORKDIR /edgex [2023-01-26T03:20:37.789Z] ---> Running in 2dcd57d90cfa [2023-01-26T03:20:37.789Z] Removing intermediate container 2dcd57d90cfa [2023-01-26T03:20:37.789Z] ---> 239c6c12815c [2023-01-26T03:20:37.789Z] Step 3/4 : COPY go.mod . [2023-01-26T03:20:37.789Z] ---> 22f82e2d785a [2023-01-26T03:20:37.789Z] Step 4/4 : RUN go mod download [2023-01-26T03:20:38.058Z] ---> Running in 82ddbfb0f48f [2023-01-26T03:21:10.423Z] Removing intermediate container 82ddbfb0f48f [2023-01-26T03:21:10.423Z] ---> f32be975055a [2023-01-26T03:21:10.423Z] Successfully built f32be975055a [2023-01-26T03:21:10.423Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:21:10.751Z] + docker inspect -f . ci-base-image-arm64 [2023-01-26T03:21:10.751Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:21:10.932Z] prd-ubuntu20.04-docker-arm64-4c-16g-3728 does not seem to be running inside a container [2023-01-26T03:21:10.994Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 [2023-01-26T03:21:13.960Z] $ docker top 6332c520dccf6b4b32165e39a9d3b78f971fef15bf368921a55ccd15aac19863 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-26T03:21:14.792Z] + go version [2023-01-26T03:21:14.792Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-26T03:21:14.809Z] $ docker stop --time=1 6332c520dccf6b4b32165e39a9d3b78f971fef15bf368921a55ccd15aac19863 [2023-01-26T03:21:16.409Z] $ docker rm -f --volumes 6332c520dccf6b4b32165e39a9d3b78f971fef15bf368921a55ccd15aac19863 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:21:16.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-26T03:21:16.989Z] [2023-01-26T03:21:16.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:21:17.315Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-26T03:21:17.583Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-26T03:21:17.583Z] 29e5d40040c1: Pulling fs layer [2023-01-26T03:21:17.583Z] 1ce36da41761: Pulling fs layer [2023-01-26T03:21:17.583Z] 25b303627fd3: Pulling fs layer [2023-01-26T03:21:17.583Z] 29e5d40040c1: Verifying Checksum [2023-01-26T03:21:17.583Z] 29e5d40040c1: Download complete [2023-01-26T03:21:17.851Z] 1ce36da41761: Verifying Checksum [2023-01-26T03:21:17.851Z] 1ce36da41761: Download complete [2023-01-26T03:21:18.119Z] 29e5d40040c1: Pull complete [2023-01-26T03:21:19.535Z] 25b303627fd3: Verifying Checksum [2023-01-26T03:21:19.535Z] 25b303627fd3: Download complete [2023-01-26T03:21:19.535Z] 1ce36da41761: Pull complete [2023-01-26T03:21:21.501Z] Removing intermediate container 65f01b7f8c13 [2023-01-26T03:21:21.501Z] ---> 343ad7c5e4a7 [2023-01-26T03:21:21.501Z] Step 8/22 : COPY . . [2023-01-26T03:21:21.501Z] Removing intermediate container 656f72030708 [2023-01-26T03:21:21.501Z] ---> 87886385275e [2023-01-26T03:21:21.501Z] Step 8/23 : COPY . . [2023-01-26T03:21:21.501Z] Removing intermediate container 47ba1dcb313d [2023-01-26T03:21:21.501Z] ---> 6253fb071492 [2023-01-26T03:21:21.501Z] Step 8/22 : COPY . . [2023-01-26T03:21:21.501Z] Removing intermediate container 6ab16e1e36e2 [2023-01-26T03:21:21.501Z] ---> abaae9e0604e [2023-01-26T03:21:21.501Z] Step 8/24 : COPY . . [2023-01-26T03:21:21.501Z] Removing intermediate container b77b981a6991 [2023-01-26T03:21:21.501Z] ---> d79ac3a688c4 [2023-01-26T03:21:21.501Z] Step 7/23 : COPY . . [2023-01-26T03:21:25.687Z] ---> fda909158b2a [2023-01-26T03:21:25.687Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-26T03:21:25.687Z] ---> 4da1ce4c58e1 [2023-01-26T03:21:25.687Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-26T03:21:25.687Z] ---> 118c8f348ab6 [2023-01-26T03:21:25.687Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-26T03:21:25.687Z] ---> Running in 91033d98b99e [2023-01-26T03:21:25.687Z] ---> 5bd8eee91549 [2023-01-26T03:21:25.687Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-26T03:21:25.687Z] ---> a351f4f9d5b1 [2023-01-26T03:21:25.687Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-26T03:21:25.687Z] ---> Running in fa50633dab60 [2023-01-26T03:21:25.687Z] ---> Running in 02ed20bf3f1f [2023-01-26T03:21:25.687Z] ---> Running in 3767e06d0108 [2023-01-26T03:21:25.687Z] ---> Running in 7ddb2804490d [2023-01-26T03:21:25.687Z] Removing intermediate container fa50633dab60 [2023-01-26T03:21:25.687Z] ---> 78bab9b52e35 [2023-01-26T03:21:25.687Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-26T03:21:25.687Z] ---> Running in f6ed88687297 [2023-01-26T03:21:25.687Z] Removing intermediate container f6ed88687297 [2023-01-26T03:21:25.687Z] ---> 86506c7ec19f [2023-01-26T03:21:25.687Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-26T03:21:25.687Z] ---> Running in c891033c781d [2023-01-26T03:21:25.945Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-26T03:21:25.945Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-26T03:21:26.202Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-26T03:21:26.202Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-26T03:21:26.499Z] Removing intermediate container c891033c781d [2023-01-26T03:21:26.499Z] ---> 072f64b6cf0c [2023-01-26T03:21:26.499Z] Step 11/23 : WORKDIR /edgex-go [2023-01-26T03:21:26.758Z] ---> Running in f4279e56b629 [2023-01-26T03:21:27.017Z] Removing intermediate container f4279e56b629 [2023-01-26T03:21:27.017Z] ---> 1d17c105f1b8 [2023-01-26T03:21:27.017Z] [2023-01-26T03:21:27.017Z] Step 12/23 : FROM alpine:3.15 [2023-01-26T03:21:27.017Z] 3.15: Pulling from library/alpine [2023-01-26T03:21:27.602Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-26T03:21:27.602Z] Status: Downloaded newer image for alpine:3.15 [2023-01-26T03:21:27.602Z] ---> c4fc93816858 [2023-01-26T03:21:27.602Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-26T03:21:27.859Z] ---> Running in 506529905d4b [2023-01-26T03:21:27.859Z] Removing intermediate container 506529905d4b [2023-01-26T03:21:27.859Z] ---> bf6ff904a7cf [2023-01-26T03:21:27.859Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-26T03:21:27.859Z] ---> Running in 59c5742f6bd5 [2023-01-26T03:21:28.425Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:21:28.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:21:28.684Z] v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-26T03:21:28.684Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-26T03:21:28.684Z] OK: 15859 distinct packages available [2023-01-26T03:21:28.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:21:28.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:21:28.942Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-26T03:21:29.201Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-26T03:21:29.201Z] (3/5) Installing libucontext (1.1-r0) [2023-01-26T03:21:29.201Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-26T03:21:29.201Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-26T03:21:29.201Z] Executing busybox-1.34.1-r7.trigger [2023-01-26T03:21:29.201Z] OK: 7 MiB in 19 packages [2023-01-26T03:21:29.614Z] 25b303627fd3: Pull complete [2023-01-26T03:21:29.614Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-26T03:21:29.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-26T03:21:29.614Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:21:29.793Z] prd-ubuntu20.04-docker-arm64-4c-16g-3728 does not seem to be running inside a container [2023-01-26T03:21:29.854Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-26T03:21:30.573Z] Removing intermediate container 59c5742f6bd5 [2023-01-26T03:21:30.573Z] ---> 4bad7e2ceb5f [2023-01-26T03:21:30.573Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-26T03:21:31.853Z] $ docker top 734733caff235ad5dcf61c2973d1fadb342f11d720dcfdcc98798accec5a9f0a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-26T03:21:32.691Z] + docker-compose build --help [2023-01-26T03:21:32.691Z] + grep parallel [2023-01-26T03:21:34.804Z] ---> ab7b88ee48d7 [2023-01-26T03:21:34.804Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-26T03:21:34.804Z] ---> f059ca31295f [2023-01-26T03:21:34.804Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-26T03:21:35.374Z] ---> f29f536ce419 [2023-01-26T03:21:35.374Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-26T03:21:35.939Z] ---> 7449dd3f303e [2023-01-26T03:21:35.939Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-26T03:21:36.214Z] ---> Running in 342aa9bdd65c [2023-01-26T03:21:36.472Z] Removing intermediate container 342aa9bdd65c [2023-01-26T03:21:36.472Z] ---> cc2282ece401 [2023-01-26T03:21:36.472Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-26T03:21:36.472Z] ---> Running in da432a36461b [2023-01-26T03:21:36.731Z] Removing intermediate container da432a36461b [2023-01-26T03:21:36.731Z] ---> 74de2cf6419b [2023-01-26T03:21:36.731Z] Step 21/23 : LABEL arch=x86_64 [2023-01-26T03:21:36.938Z] --parallel Build images in parallel. [Pipeline] } [2023-01-26T03:21:36.954Z] $ docker stop --time=1 734733caff235ad5dcf61c2973d1fadb342f11d720dcfdcc98798accec5a9f0a [2023-01-26T03:21:36.998Z] ---> Running in 74713e9266dc [2023-01-26T03:21:37.256Z] Removing intermediate container 74713e9266dc [2023-01-26T03:21:37.257Z] ---> 562902ddbac0 [2023-01-26T03:21:37.257Z] Step 22/23 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:21:37.257Z] ---> Running in 506dcee3736c [2023-01-26T03:21:37.514Z] Removing intermediate container 506dcee3736c [2023-01-26T03:21:37.514Z] ---> 9a7c565d5534 [2023-01-26T03:21:37.514Z] Step 23/23 : LABEL version=3.0.0-dev.29 [2023-01-26T03:21:37.514Z] ---> Running in 5299343e17ac [2023-01-26T03:21:38.082Z] Removing intermediate container 5299343e17ac [2023-01-26T03:21:38.082Z] ---> 33e6339e4153 [2023-01-26T03:21:38.082Z] [2023-01-26T03:21:38.082Z] Successfully built 33e6339e4153 [2023-01-26T03:21:38.082Z] Successfully tagged security-spire-server:latest [2023-01-26T03:21:38.082Z]  Building security-spire-server ... done Building security-bootstrapper [2023-01-26T03:21:40.059Z] $ docker rm -f --volumes 734733caff235ad5dcf61c2973d1fadb342f11d720dcfdcc98798accec5a9f0a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:21:40.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-26T03:21:40.583Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:21:40.748Z] prd-ubuntu20.04-docker-arm64-4c-16g-3728 does not seem to be running inside a container [2023-01-26T03:21:40.814Z] $ 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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 [2023-01-26T03:21:41.894Z] $ docker top 25919c0d560601743e1188011c84c6509cd1cec14f762c8a765b6e4ae71c4396 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-26T03:21:42.381Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-26T03:21:46.220Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:21:46.220Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:21:46.220Z] ---> d4eb0858fd4d [2023-01-26T03:21:46.220Z] Step 3/32 : WORKDIR /edgex-go [2023-01-26T03:21:46.220Z] ---> Using cache [2023-01-26T03:21:46.220Z] ---> 2933122efbe6 [2023-01-26T03:21:46.220Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-26T03:21:46.619Z] Building core-command ... [2023-01-26T03:21:46.619Z] Building core-common-config-bootstrapper ... [2023-01-26T03:21:46.619Z] Building core-data ... [2023-01-26T03:21:46.619Z] Building core-metadata ... [2023-01-26T03:21:46.619Z] Building security-bootstrapper ... [2023-01-26T03:21:46.619Z] Building security-proxy-setup ... [2023-01-26T03:21:46.619Z] Building security-secretstore-setup ... [2023-01-26T03:21:46.619Z] Building security-spiffe-token-provider ... [2023-01-26T03:21:46.619Z] Building security-spire-agent ... [2023-01-26T03:21:46.619Z] Building security-spire-config ... [2023-01-26T03:21:46.619Z] Building security-spire-server ... [2023-01-26T03:21:46.619Z] Building support-notifications ... [2023-01-26T03:21:46.619Z] Building support-scheduler ... [2023-01-26T03:21:46.619Z] Building core-common-config-bootstrapper [2023-01-26T03:21:46.619Z] Building security-bootstrapper [2023-01-26T03:21:46.619Z] Building core-command [2023-01-26T03:21:46.619Z] Building security-proxy-setup [2023-01-26T03:21:46.619Z] Building security-secretstore-setup [2023-01-26T03:21:50.443Z] ---> Running in 7cd2d02ca26f [2023-01-26T03:21:51.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:21:51.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:21:51.945Z] OK: 211 MiB in 51 packages [2023-01-26T03:21:53.869Z] Removing intermediate container 7cd2d02ca26f [2023-01-26T03:21:53.869Z] ---> 0ce84012daaf [2023-01-26T03:21:53.869Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-26T03:21:54.850Z] ---> 10e9f34851cb [2023-01-26T03:21:54.850Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:21:54.850Z] ---> Running in b95d99ac2f2e [2023-01-26T03:21:56.703Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:21:56.703Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:21:56.703Z] ---> f32be975055a [2023-01-26T03:21:56.703Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-26T03:21:56.703Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:21:56.703Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:21:56.703Z] ---> f32be975055a [2023-01-26T03:21:56.703Z] Step 3/24 : WORKDIR /edgex-go [2023-01-26T03:21:56.703Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:21:56.703Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:21:56.703Z] ---> f32be975055a [2023-01-26T03:21:56.703Z] Step 3/32 : WORKDIR /edgex-go [2023-01-26T03:21:56.703Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:21:56.703Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:21:56.703Z] ---> f32be975055a [2023-01-26T03:21:56.703Z] Step 3/21 : WORKDIR /edgex-go [2023-01-26T03:21:56.703Z] ---> Running in 03e5b4ad7c25 [2023-01-26T03:21:56.703Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:21:56.703Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:21:56.703Z] ---> f32be975055a [2023-01-26T03:21:56.703Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-26T03:21:56.973Z] ---> Running in f7e45e85b6b4 [2023-01-26T03:21:56.973Z] ---> Running in bcbfa7c67027 [2023-01-26T03:21:56.973Z] ---> Running in 6c5837ad8351 [2023-01-26T03:21:56.973Z] ---> Running in e359c0ac3f51 [2023-01-26T03:21:57.244Z] Removing intermediate container f7e45e85b6b4 [2023-01-26T03:21:57.244Z] ---> f3789a1f8dc2 [2023-01-26T03:21:57.244Z] Step 4/22 : WORKDIR /edgex-go [2023-01-26T03:21:57.528Z] Removing intermediate container bcbfa7c67027 [2023-01-26T03:21:57.528Z] ---> 006f40384b3e [2023-01-26T03:21:57.528Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-26T03:21:57.528Z] Removing intermediate container 03e5b4ad7c25 [2023-01-26T03:21:57.528Z] ---> 21fd931a6332 [2023-01-26T03:21:57.528Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-26T03:21:57.528Z] ---> Running in 8e132609d461 [2023-01-26T03:21:57.528Z] ---> Running in 17f2a4ff5d7b [2023-01-26T03:21:57.797Z] ---> Running in fd1980e99892 [2023-01-26T03:21:57.797Z] Removing intermediate container e359c0ac3f51 [2023-01-26T03:21:57.797Z] ---> 4a6cff0462cf [2023-01-26T03:21:57.797Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-26T03:21:57.797Z] Removing intermediate container 6c5837ad8351 [2023-01-26T03:21:57.797Z] ---> 6dcdc4b1361b [2023-01-26T03:21:57.797Z] Step 4/23 : WORKDIR /edgex-go [2023-01-26T03:21:58.068Z] ---> Running in 8b3c03c32c55 [2023-01-26T03:21:58.068Z] ---> Running in 58d605ef4bbf [2023-01-26T03:21:58.653Z] Removing intermediate container 8e132609d461 [2023-01-26T03:21:58.653Z] ---> 9eb9313722e2 [2023-01-26T03:21:58.653Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-26T03:21:58.928Z] ---> Running in 79e9c36fe576 [2023-01-26T03:21:58.929Z] Removing intermediate container 58d605ef4bbf [2023-01-26T03:21:58.929Z] ---> 9b249d1f9ac8 [2023-01-26T03:21:58.929Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-26T03:21:59.204Z] ---> Running in bba9090adbc3 [2023-01-26T03:21:59.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:22:00.386Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:22:00.386Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:22:00.386Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:22:00.653Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:22:00.653Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:22:00.919Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:22:00.919Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:22:01.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:22:01.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:22:01.780Z] OK: 221 MiB in 51 packages [2023-01-26T03:22:01.780Z] OK: 221 MiB in 51 packages [2023-01-26T03:22:02.051Z] OK: 221 MiB in 51 packages [2023-01-26T03:22:02.635Z] OK: 221 MiB in 51 packages [2023-01-26T03:22:03.008Z] Removing intermediate container 91033d98b99e [2023-01-26T03:22:03.008Z] ---> be0e41b55281 [2023-01-26T03:22:03.008Z] [2023-01-26T03:22:03.008Z] Step 10/23 : FROM alpine:3.16 [2023-01-26T03:22:03.008Z] 3.16: Pulling from library/alpine [2023-01-26T03:22:03.222Z] OK: 221 MiB in 51 packages [2023-01-26T03:22:04.187Z] Removing intermediate container 17f2a4ff5d7b [2023-01-26T03:22:04.187Z] ---> d895172ec6d2 [2023-01-26T03:22:04.187Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-26T03:22:04.405Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-26T03:22:04.405Z] Status: Downloaded newer image for alpine:3.16 [2023-01-26T03:22:04.405Z] ---> bfe296a52501 [2023-01-26T03:22:04.405Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-26T03:22:04.405Z] ---> Running in 31b2385658b6 [2023-01-26T03:22:04.405Z] Removing intermediate container 7ddb2804490d [2023-01-26T03:22:04.405Z] ---> 75f55d94d0d7 [2023-01-26T03:22:04.405Z] Removing intermediate container 3767e06d0108 [2023-01-26T03:22:04.405Z] [2023-01-26T03:22:04.405Z] ---> 9f5c22b541d5 [2023-01-26T03:22:04.405Z] Step 10/22 : FROM alpine:3.16 [2023-01-26T03:22:04.405Z] [2023-01-26T03:22:04.405Z] ---> bfe296a52501 [2023-01-26T03:22:04.405Z] Step 10/24 : FROM alpine:3.16Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-26T03:22:04.405Z] [2023-01-26T03:22:04.405Z] ---> bfe296a52501 [2023-01-26T03:22:04.405Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-26T03:22:04.405Z] ---> Running in fc675632809c [2023-01-26T03:22:04.405Z] ---> Running in c9144f807ee1 [2023-01-26T03:22:04.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:04.453Z] Removing intermediate container fd1980e99892 [2023-01-26T03:22:04.453Z] ---> 11abb2745db3 [2023-01-26T03:22:04.453Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-26T03:22:04.664Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:04.664Z] Removing intermediate container c9144f807ee1 [2023-01-26T03:22:04.664Z] ---> e08f9c79b9f4 [2023-01-26T03:22:04.664Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-26T03:22:04.664Z] ---> Running in b225ecaf81ec [2023-01-26T03:22:04.719Z] Removing intermediate container bba9090adbc3 [2023-01-26T03:22:04.719Z] ---> 9dd75d5b1d6f [2023-01-26T03:22:04.719Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-26T03:22:04.719Z] Removing intermediate container 8b3c03c32c55 [2023-01-26T03:22:04.719Z] ---> 0c005218c157 [2023-01-26T03:22:04.719Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-26T03:22:04.719Z] Removing intermediate container 79e9c36fe576 [2023-01-26T03:22:04.719Z] ---> e0e096d9bef5 [2023-01-26T03:22:04.719Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-26T03:22:04.924Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-26T03:22:04.924Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:22:04.924Z] OK: 6 MiB in 15 packages [2023-01-26T03:22:04.924Z] Removing intermediate container b225ecaf81ec [2023-01-26T03:22:04.924Z] ---> 5d12b1e103a7 [2023-01-26T03:22:04.924Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-26T03:22:05.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:05.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:05.183Z] ---> Running in 816f986f4587 [2023-01-26T03:22:05.301Z] ---> 894dbf8a3f37 [2023-01-26T03:22:05.301Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:22:05.301Z] ---> bcbad7987604 [2023-01-26T03:22:05.301Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:22:05.466Z] Removing intermediate container 816f986f4587 [2023-01-26T03:22:05.466Z] ---> 4ae90ee0945b [2023-01-26T03:22:05.466Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-26T03:22:05.466Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-26T03:22:05.466Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:22:05.466Z] ---> Running in 20ba2820b782 [2023-01-26T03:22:05.466Z] OK: 6 MiB in 15 packages [2023-01-26T03:22:05.466Z] Removing intermediate container 31b2385658b6 [2023-01-26T03:22:05.466Z] ---> a231b64a838f [2023-01-26T03:22:05.466Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-26T03:22:05.567Z] ---> Running in 74aa20355065 [2023-01-26T03:22:05.567Z] ---> Running in 25ba4f27f777 [2023-01-26T03:22:05.567Z] ---> bf2ec7826eb8 [2023-01-26T03:22:05.567Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:22:05.726Z] ---> Running in 29f4a5b8aab3 [2023-01-26T03:22:05.726Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:05.835Z] ---> ea1c2fb1b6ce [2023-01-26T03:22:05.835Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:22:05.835Z] ---> d2e96415f5a2 [2023-01-26T03:22:05.835Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:22:05.835Z] ---> Running in 433b5626d19c [2023-01-26T03:22:05.999Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:05.999Z] Removing intermediate container 29f4a5b8aab3 [2023-01-26T03:22:05.999Z] ---> 5d80930f7cdd [2023-01-26T03:22:05.999Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-26T03:22:05.999Z] ---> Running in c1c354392706 [2023-01-26T03:22:05.999Z] Removing intermediate container fc675632809c [2023-01-26T03:22:05.999Z] ---> 9804f1e1806c [2023-01-26T03:22:05.999Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-26T03:22:06.103Z] ---> Running in 16bf24c7acc5 [2023-01-26T03:22:06.103Z] ---> Running in 48aa923316d1 [2023-01-26T03:22:06.259Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-26T03:22:06.259Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:22:06.259Z] OK: 6 MiB in 15 packages [2023-01-26T03:22:06.259Z] ---> Running in 2a874c242db9 [2023-01-26T03:22:06.259Z] Removing intermediate container c1c354392706 [2023-01-26T03:22:06.259Z] ---> 335dcca01548 [2023-01-26T03:22:06.259Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-26T03:22:06.259Z] ---> Running in 562de7ed4cfc [2023-01-26T03:22:06.259Z] Removing intermediate container 2a874c242db9 [2023-01-26T03:22:06.259Z] ---> db9330c3201e [2023-01-26T03:22:06.259Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-26T03:22:06.519Z] Removing intermediate container 562de7ed4cfc [2023-01-26T03:22:06.519Z] ---> b16352b50f22 [2023-01-26T03:22:06.519Z] Step 15/23 : WORKDIR / [2023-01-26T03:22:06.519Z] ---> Running in 3ad067261b04 [2023-01-26T03:22:06.519Z] ---> Running in 12f09f2040ee [2023-01-26T03:22:06.519Z] Removing intermediate container 3ad067261b04 [2023-01-26T03:22:06.519Z] ---> 01a0ca69e429 [2023-01-26T03:22:06.519Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-26T03:22:06.778Z] ---> Running in 751afe732948 [2023-01-26T03:22:06.778Z] Removing intermediate container 20ba2820b782 [2023-01-26T03:22:06.778Z] ---> 9c310af56c4c [2023-01-26T03:22:06.778Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:22:06.778Z] Removing intermediate container 12f09f2040ee [2023-01-26T03:22:06.778Z] ---> 7bd2fbd26bfd [2023-01-26T03:22:06.778Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:22:07.038Z] Removing intermediate container 751afe732948 [2023-01-26T03:22:07.038Z] ---> f8f65a0c0407 [2023-01-26T03:22:07.038Z] Step 15/24 : WORKDIR / [2023-01-26T03:22:07.608Z] ---> 0ea532282a91 [2023-01-26T03:22:07.608Z] ---> 4278d605b195 [2023-01-26T03:22:07.608Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command /Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-26T03:22:07.608Z] [2023-01-26T03:22:07.608Z] ---> Running in 476a97a69dab [2023-01-26T03:22:07.608Z] Removing intermediate container 02ed20bf3f1f [2023-01-26T03:22:07.608Z] ---> 20839602af15 [2023-01-26T03:22:07.608Z] [2023-01-26T03:22:07.608Z] Step 10/22 : FROM alpine:3.16 [2023-01-26T03:22:07.608Z] ---> bfe296a52501 [2023-01-26T03:22:07.608Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-26T03:22:08.186Z] Removing intermediate container 476a97a69dab [2023-01-26T03:22:08.186Z] ---> 247cbf693563 [2023-01-26T03:22:08.186Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:22:08.186Z] ---> Running in 633a7a8300f3 [2023-01-26T03:22:08.186Z] ---> 30f9772192ce [2023-01-26T03:22:08.186Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-26T03:22:08.446Z] ---> 4f9b6f982fbc [2023-01-26T03:22:08.446Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-26T03:22:08.446Z] ---> 9c8c0a3aec0c [2023-01-26T03:22:08.446Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-26T03:22:08.446Z] ---> 9ccf2c3140b0 [2023-01-26T03:22:08.446Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-26T03:22:08.446Z] ---> Running in 3cf784b7b5f6 [2023-01-26T03:22:08.446Z] ---> db9c31901e36 [2023-01-26T03:22:08.446Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-26T03:22:08.705Z] ---> Running in 22b2d7e2b8fe [2023-01-26T03:22:08.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:08.705Z] Removing intermediate container 3cf784b7b5f6 [2023-01-26T03:22:08.705Z] ---> 4aafbbbf7037 [2023-01-26T03:22:08.705Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-26T03:22:08.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:08.968Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-26T03:22:08.968Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-26T03:22:08.968Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:22:09.272Z] Executing ca-certificates-20220614-r0.trigger [2023-01-26T03:22:09.272Z] OK: 6 MiB in 16 packages [2023-01-26T03:22:09.272Z] ---> Running in 5b51331b9590 [2023-01-26T03:22:09.272Z] ---> 5dbe44886a0f [2023-01-26T03:22:09.272Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-26T03:22:09.272Z] Removing intermediate container 22b2d7e2b8fe [2023-01-26T03:22:09.272Z] ---> aad4be1dacd4 [2023-01-26T03:22:09.272Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-26T03:22:09.272Z] ---> Running in 66d9cd1c1e7d [2023-01-26T03:22:09.531Z] Removing intermediate container 5b51331b9590 [2023-01-26T03:22:09.531Z] ---> 6f4d2b7c9098 [2023-01-26T03:22:09.531Z] Step 20/22 : LABEL arch=x86_64 [2023-01-26T03:22:09.531Z] ---> Running in 878c726872e2 [2023-01-26T03:22:09.531Z] Removing intermediate container 66d9cd1c1e7d [2023-01-26T03:22:09.531Z] ---> 3ae002815086 [2023-01-26T03:22:09.531Z] Step 21/23 : LABEL arch=x86_64 [2023-01-26T03:22:09.531Z] ---> d456b12d25ea [2023-01-26T03:22:09.531Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-26T03:22:09.531Z] ---> Running in f35a17450144 [2023-01-26T03:22:09.531Z] Removing intermediate container 878c726872e2 [2023-01-26T03:22:09.531Z] ---> 99deb9ed3b99 [2023-01-26T03:22:09.531Z] Step 21/22 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:22:09.793Z] ---> Running in a5c0840e8535 [2023-01-26T03:22:09.793Z] Removing intermediate container f35a17450144 [2023-01-26T03:22:09.793Z] ---> 8bc97a0f241b [2023-01-26T03:22:09.793Z] Step 22/23 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:22:09.793Z] ---> Running in a4312e76bf05 [2023-01-26T03:22:09.793Z] ---> 5607b2f43593 [2023-01-26T03:22:09.793Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-26T03:22:09.793Z] Removing intermediate container a5c0840e8535 [2023-01-26T03:22:09.793Z] ---> dcc72e6b1246 [2023-01-26T03:22:09.793Z] Step 22/22 : LABEL version=3.0.0-dev.29 [2023-01-26T03:22:10.369Z] ---> Running in a3161181d558 [2023-01-26T03:22:10.369Z] ---> Running in 717b80d83e66 [2023-01-26T03:22:10.667Z] Removing intermediate container 633a7a8300f3 [2023-01-26T03:22:10.667Z] ---> cd76dc4f48e1 [2023-01-26T03:22:10.667Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-26T03:22:10.667Z] Removing intermediate container a4312e76bf05 [2023-01-26T03:22:10.667Z] ---> cc86e460325e [2023-01-26T03:22:10.667Z] Step 23/23 : LABEL version=3.0.0-dev.29 [2023-01-26T03:22:10.930Z] Removing intermediate container 717b80d83e66 [2023-01-26T03:22:10.930Z] ---> 66df47fcc31e [2023-01-26T03:22:10.930Z] ---> Running in ea55d1767b6a [2023-01-26T03:22:10.930Z] [2023-01-26T03:22:10.930Z] Removing intermediate container a3161181d558 [2023-01-26T03:22:10.930Z] ---> 32d5ba9e3ac3 [2023-01-26T03:22:10.930Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-26T03:22:11.192Z] Successfully built 66df47fcc31e [2023-01-26T03:22:11.192Z] Successfully tagged core-data:latest [2023-01-26T03:22:11.192Z]  Building core-data ... done Building security-spire-agent [2023-01-26T03:22:11.192Z] ---> Running in b78d20b1519e [2023-01-26T03:22:12.131Z] ---> Running in c396ed76289f [2023-01-26T03:22:14.726Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:22:14.726Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:22:14.726Z] ---> d4eb0858fd4d [2023-01-26T03:22:14.726Z] Step 3/24 : WORKDIR /edgex-go [2023-01-26T03:22:14.726Z] ---> Using cache [2023-01-26T03:22:14.726Z] ---> 2933122efbe6 [2023-01-26T03:22:14.726Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-26T03:22:14.726Z] ---> Using cache [2023-01-26T03:22:14.726Z] ---> 7aa3fcd2de89 [2023-01-26T03:22:14.726Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-26T03:22:14.726Z] ---> Using cache [2023-01-26T03:22:14.726Z] ---> dbb90fdec3dd [2023-01-26T03:22:14.726Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:22:14.726Z] ---> Using cache [2023-01-26T03:22:14.726Z] ---> d79ac3a688c4 [2023-01-26T03:22:14.726Z] Step 7/24 : COPY . . [2023-01-26T03:22:14.726Z] ---> Using cache [2023-01-26T03:22:14.726Z] ---> 4da1ce4c58e1 [2023-01-26T03:22:14.726Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-26T03:22:14.726Z] ---> Using cache [2023-01-26T03:22:14.726Z] ---> 78bab9b52e35 [2023-01-26T03:22:14.726Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-26T03:22:14.726Z] ---> Using cache [2023-01-26T03:22:14.726Z] ---> 86506c7ec19f [2023-01-26T03:22:14.726Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-26T03:22:17.303Z] Removing intermediate container ea55d1767b6a [2023-01-26T03:22:17.303Z] ---> c30e2355a3f3 [2023-01-26T03:22:17.303Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-26T03:22:17.303Z] Removing intermediate container c396ed76289f [2023-01-26T03:22:17.303Z] ---> b6ed5308ebec [2023-01-26T03:22:17.303Z] Step 22/24 : LABEL arch=x86_64 [2023-01-26T03:22:17.303Z] Removing intermediate container b78d20b1519e [2023-01-26T03:22:17.303Z] ---> 0384157ca11c [2023-01-26T03:22:17.303Z] [2023-01-26T03:22:17.303Z] ---> Running in 6b00b4f35a13 [2023-01-26T03:22:17.303Z] ---> Running in 1e08e0ab523a [2023-01-26T03:22:17.303Z] ---> Running in a9879335e236 [2023-01-26T03:22:17.303Z] Successfully built 0384157ca11c [2023-01-26T03:22:17.303Z] Successfully tagged core-command:latest [2023-01-26T03:22:17.303Z]  Building core-command ... done Building security-spire-config [2023-01-26T03:22:17.303Z] Removing intermediate container 1e08e0ab523a [2023-01-26T03:22:17.303Z] ---> 09e14b2e9db3 [2023-01-26T03:22:17.303Z] Step 23/24 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:22:17.303Z] Removing intermediate container a9879335e236 [2023-01-26T03:22:17.303Z] ---> 08a4c9ccf8ba [2023-01-26T03:22:17.303Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-26T03:22:19.866Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:22:19.866Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:22:19.866Z] ---> d4eb0858fd4d [2023-01-26T03:22:19.866Z] Step 3/24 : WORKDIR /edgex-go [2023-01-26T03:22:19.866Z] ---> Using cache [2023-01-26T03:22:19.866Z] ---> 2933122efbe6 [2023-01-26T03:22:19.866Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-26T03:22:19.866Z] ---> Using cache [2023-01-26T03:22:19.866Z] ---> 7aa3fcd2de89 [2023-01-26T03:22:19.866Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-26T03:22:19.866Z] ---> Using cache [2023-01-26T03:22:19.866Z] ---> dbb90fdec3dd [2023-01-26T03:22:19.866Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:22:19.866Z] ---> Using cache [2023-01-26T03:22:19.866Z] ---> d79ac3a688c4 [2023-01-26T03:22:19.866Z] Step 7/24 : COPY . . [2023-01-26T03:22:19.866Z] ---> Using cache [2023-01-26T03:22:19.866Z] ---> 4da1ce4c58e1 [2023-01-26T03:22:19.866Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-26T03:22:19.866Z] ---> Using cache [2023-01-26T03:22:19.866Z] ---> 78bab9b52e35 [2023-01-26T03:22:19.866Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-26T03:22:19.866Z] ---> Using cache [2023-01-26T03:22:19.866Z] ---> 86506c7ec19f [2023-01-26T03:22:19.866Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-26T03:22:25.160Z] ---> Running in 7d2940968e8d [2023-01-26T03:22:25.160Z] ---> Running in a3a46657c483 [2023-01-26T03:22:25.160Z] ---> Running in e81c08a0c46d [2023-01-26T03:22:25.160Z] Removing intermediate container 7d2940968e8d [2023-01-26T03:22:25.160Z] ---> 5944b2138295 [2023-01-26T03:22:25.160Z] Step 24/24 : LABEL version=3.0.0-dev.29 [2023-01-26T03:22:25.160Z] Removing intermediate container a3a46657c483 [2023-01-26T03:22:25.160Z] ---> 03318384c02a [2023-01-26T03:22:25.160Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:22:25.160Z] ---> Running in d1393ac4da8c [2023-01-26T03:22:25.160Z] Removing intermediate container 6b00b4f35a13 [2023-01-26T03:22:25.160Z] ---> 6dbb5ead328c [2023-01-26T03:22:25.160Z] Step 11/24 : WORKDIR /edgex-go [2023-01-26T03:22:25.160Z] ---> Running in d312106719ec [2023-01-26T03:22:25.160Z] Removing intermediate container d1393ac4da8c [2023-01-26T03:22:25.160Z] ---> 67b68c6076a2 [2023-01-26T03:22:25.160Z] [2023-01-26T03:22:25.160Z] Successfully built 67b68c6076a2 [2023-01-26T03:22:25.160Z] Successfully tagged core-metadata:latest [2023-01-26T03:22:25.160Z] Building security-secretstore-setup [2023-01-26T03:22:25.160Z]  Building core-metadata ... done Removing intermediate container b95d99ac2f2e [2023-01-26T03:22:25.160Z] ---> 25142ce3e9ea [2023-01-26T03:22:25.160Z] Step 7/32 : COPY . . [2023-01-26T03:22:27.702Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:22:27.702Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:22:27.702Z] ---> d4eb0858fd4d [2023-01-26T03:22:27.702Z] Step 3/24 : WORKDIR /edgex-go [2023-01-26T03:22:27.702Z] ---> Using cache [2023-01-26T03:22:27.702Z] ---> 2933122efbe6 [2023-01-26T03:22:27.702Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-26T03:22:27.702Z] ---> Using cache [2023-01-26T03:22:27.702Z] ---> 0ce84012daaf [2023-01-26T03:22:27.702Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-26T03:22:27.702Z] ---> Using cache [2023-01-26T03:22:27.702Z] ---> 10e9f34851cb [2023-01-26T03:22:27.702Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:22:27.702Z] ---> Using cache [2023-01-26T03:22:27.702Z] ---> 25142ce3e9ea [2023-01-26T03:22:27.702Z] Step 7/24 : COPY . . [2023-01-26T03:22:28.640Z] Removing intermediate container d312106719ec [2023-01-26T03:22:28.640Z] ---> feee312252e2 [2023-01-26T03:22:28.640Z] [2023-01-26T03:22:28.640Z] Step 12/24 : FROM alpine:3.15 [2023-01-26T03:22:28.640Z] ---> c4fc93816858 [2023-01-26T03:22:28.640Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-26T03:22:28.640Z] ---> Using cache [2023-01-26T03:22:28.640Z] ---> bf6ff904a7cf [2023-01-26T03:22:28.640Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-26T03:22:28.640Z] ---> Using cache [2023-01-26T03:22:28.640Z] ---> 4bad7e2ceb5f [2023-01-26T03:22:28.640Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-26T03:22:36.764Z] ---> 055baee62842 [2023-01-26T03:22:36.764Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-26T03:22:36.764Z] ---> 1181e4f02134 [2023-01-26T03:22:36.764Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-26T03:22:36.764Z] ---> 675b4e9be9ed [2023-01-26T03:22:36.764Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-26T03:22:36.764Z] ---> Running in 481b60094912 [2023-01-26T03:22:36.764Z] ---> 21f3d7f2330f [2023-01-26T03:22:36.764Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-26T03:22:36.764Z] Removing intermediate container e81c08a0c46d [2023-01-26T03:22:36.764Z] ---> 1c67a2c98b26 [2023-01-26T03:22:36.764Z] Step 11/24 : WORKDIR /edgex-go [2023-01-26T03:22:36.764Z] ---> Running in 651a7d62a609 [2023-01-26T03:22:36.764Z] ---> Running in 79ace70fbd90 [2023-01-26T03:22:36.764Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-26T03:22:37.489Z] Removing intermediate container 79ace70fbd90 [2023-01-26T03:22:37.489Z] ---> 3a16ac361023 [2023-01-26T03:22:37.489Z] [2023-01-26T03:22:37.489Z] Step 12/24 : FROM alpine:3.15 [2023-01-26T03:22:37.489Z] ---> c4fc93816858 [2023-01-26T03:22:37.489Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-26T03:22:37.489Z] ---> Using cache [2023-01-26T03:22:37.489Z] ---> bf6ff904a7cf [2023-01-26T03:22:37.489Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-26T03:22:37.752Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-26T03:22:37.752Z] ---> Running in 7e4dd53a5750 [2023-01-26T03:22:37.752Z] ---> db490228bd05 [2023-01-26T03:22:37.752Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-26T03:22:37.752Z] ---> 3f0430e45aa0 [2023-01-26T03:22:37.752Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-26T03:22:38.015Z] ---> 6be1bcd7ce10 [2023-01-26T03:22:38.015Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-26T03:22:38.275Z] ---> baa8184d66bd [2023-01-26T03:22:38.275Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-26T03:22:38.275Z] ---> Running in c40baa8d1060 [2023-01-26T03:22:38.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:38.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:38.536Z] Removing intermediate container c40baa8d1060 [2023-01-26T03:22:38.536Z] ---> fdcb1644b13e [2023-01-26T03:22:38.536Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-26T03:22:38.536Z] ---> 97fd8f8b015b [2023-01-26T03:22:38.536Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-26T03:22:38.536Z] ---> Running in af2f66d100e8 [2023-01-26T03:22:38.802Z] Removing intermediate container af2f66d100e8 [2023-01-26T03:22:38.802Z] ---> 431909853b53 [2023-01-26T03:22:38.802Z] Step 20/22 : LABEL arch=x86_64 [2023-01-26T03:22:38.802Z] v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-26T03:22:38.802Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-26T03:22:38.802Z] OK: 15859 distinct packages available [2023-01-26T03:22:38.802Z] ---> Running in e13eb8a9b333 [2023-01-26T03:22:38.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:38.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:39.064Z] Removing intermediate container e13eb8a9b333 [2023-01-26T03:22:39.064Z] ---> 87736008b06d [2023-01-26T03:22:39.064Z] Step 21/22 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:22:39.064Z] ---> Running in afd29ff2aeab [2023-01-26T03:22:39.064Z] ---> 4df19f1d4fc5 [2023-01-26T03:22:39.064Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-26T03:22:39.064Z] ---> Running in 4d49d442dce6 [2023-01-26T03:22:39.064Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-26T03:22:39.064Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-26T03:22:39.064Z] (3/4) Installing libucontext (1.1-r0) [2023-01-26T03:22:39.064Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-26T03:22:39.064Z] Executing busybox-1.34.1-r7.trigger [2023-01-26T03:22:39.064Z] OK: 6 MiB in 18 packages [2023-01-26T03:22:39.331Z] Removing intermediate container afd29ff2aeab [2023-01-26T03:22:39.331Z] ---> 561160528735 [2023-01-26T03:22:39.331Z] Step 22/22 : LABEL version=3.0.0-dev.29 [2023-01-26T03:22:39.331Z] Removing intermediate container 4d49d442dce6 [2023-01-26T03:22:39.331Z] ---> 0589a119fd32 [2023-01-26T03:22:39.331Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-26T03:22:39.331Z] ---> Running in e6f37d27991f [2023-01-26T03:22:39.331Z] ---> Running in e23761e37571 [2023-01-26T03:22:39.331Z] Removing intermediate container e6f37d27991f [2023-01-26T03:22:39.331Z] ---> fbbe6782cf6e [2023-01-26T03:22:39.331Z] [2023-01-26T03:22:39.591Z] Successfully built fbbe6782cf6e [2023-01-26T03:22:39.591Z] Successfully tagged support-notifications:latest [2023-01-26T03:22:39.591Z] Building security-proxy-setup [2023-01-26T03:22:39.591Z]  Building support-notifications ... done Removing intermediate container e23761e37571 [2023-01-26T03:22:39.591Z] ---> 300168eb49a9 [2023-01-26T03:22:39.591Z] Step 22/24 : LABEL arch=x86_64 [2023-01-26T03:22:39.591Z] ---> Running in 5d5cbd234ab6 [2023-01-26T03:22:43.362Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:22:43.362Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:22:43.362Z] ---> d4eb0858fd4d [2023-01-26T03:22:43.362Z] Step 3/21 : WORKDIR /edgex-go [2023-01-26T03:22:43.362Z] ---> Using cache [2023-01-26T03:22:43.362Z] ---> 2933122efbe6 [2023-01-26T03:22:43.362Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-26T03:22:43.362Z] ---> Using cache [2023-01-26T03:22:43.362Z] ---> 0ce84012daaf [2023-01-26T03:22:43.362Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-26T03:22:43.362Z] ---> Using cache [2023-01-26T03:22:43.362Z] ---> 10e9f34851cb [2023-01-26T03:22:43.362Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:22:43.362Z] ---> Using cache [2023-01-26T03:22:43.362Z] ---> 25142ce3e9ea [2023-01-26T03:22:43.362Z] Step 7/21 : COPY . . [2023-01-26T03:22:43.362Z] ---> Using cache [2023-01-26T03:22:43.362Z] ---> 21f3d7f2330f [2023-01-26T03:22:43.362Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-26T03:22:44.362Z] Removing intermediate container 5d5cbd234ab6 [2023-01-26T03:22:44.362Z] ---> 57edd25d9302 [2023-01-26T03:22:44.362Z] Step 23/24 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:22:44.362Z] Removing intermediate container 7e4dd53a5750 [2023-01-26T03:22:44.362Z] ---> fde4389b9d11 [2023-01-26T03:22:44.362Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-26T03:22:44.620Z] ---> Running in 2216603528a0 [2023-01-26T03:22:44.620Z] ---> Running in f9bc55357b47 [2023-01-26T03:22:44.878Z] Removing intermediate container f9bc55357b47 [2023-01-26T03:22:44.878Z] ---> b67c3cdc80fd [2023-01-26T03:22:44.878Z] Step 24/24 : LABEL version=3.0.0-dev.29 [2023-01-26T03:22:44.878Z] ---> Running in 07597dd27d57 [2023-01-26T03:22:45.136Z] Removing intermediate container 07597dd27d57 [2023-01-26T03:22:45.136Z] ---> 207b6580db3e [2023-01-26T03:22:45.136Z] [2023-01-26T03:22:45.136Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-26T03:22:45.136Z] Successfully built 207b6580db3e [2023-01-26T03:22:45.136Z] Successfully tagged security-spire-agent:latest [2023-01-26T03:22:45.136Z] Building security-spiffe-token-provider [2023-01-26T03:22:50.443Z]  Building security-spire-agent ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:22:50.443Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:22:50.443Z] ---> d4eb0858fd4d [2023-01-26T03:22:50.443Z] Step 3/19 : WORKDIR /edgex-go [2023-01-26T03:22:50.443Z] ---> Using cache [2023-01-26T03:22:50.443Z] ---> 2933122efbe6 [2023-01-26T03:22:50.443Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-26T03:22:54.644Z] ---> 4dddc5e2f073 [2023-01-26T03:22:54.644Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-26T03:22:54.644Z] ---> Running in 2a87c217ec7c [2023-01-26T03:22:55.217Z] ---> 23d1ea7d8ef8 [2023-01-26T03:22:55.217Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-26T03:22:55.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:55.217Z] ---> Running in 08dbb9b70407 [2023-01-26T03:22:55.478Z] Removing intermediate container 08dbb9b70407 [2023-01-26T03:22:55.478Z] ---> c4c169f22430 [2023-01-26T03:22:55.478Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-26T03:22:55.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:55.737Z] v3.16.3-146-gfa07c3b49d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-26T03:22:55.737Z] v3.16.3-145-g4534ab608c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-26T03:22:55.737Z] OK: 17044 distinct packages available [2023-01-26T03:22:55.737Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:55.737Z] ---> 7091188d76ac [2023-01-26T03:22:55.737Z] Step 19/24 : WORKDIR / [2023-01-26T03:22:55.737Z] ---> Running in 444723177f62 [2023-01-26T03:22:55.737Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:22:55.996Z] Removing intermediate container 444723177f62 [2023-01-26T03:22:55.996Z] ---> f1c8d09b6b31 [2023-01-26T03:22:55.996Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-26T03:22:55.996Z] OK: 211 MiB in 51 packages [2023-01-26T03:22:56.259Z] ---> Running in 645aa9a3f1e9 [2023-01-26T03:22:56.520Z] Removing intermediate container 645aa9a3f1e9 [2023-01-26T03:22:56.520Z] ---> f961bac32160 [2023-01-26T03:22:56.520Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-26T03:22:56.520Z] ---> Running in 0a98b056ac6d [2023-01-26T03:22:56.780Z] Removing intermediate container 0a98b056ac6d [2023-01-26T03:22:56.780Z] ---> a34d363b044a [2023-01-26T03:22:56.780Z] Step 22/24 : LABEL arch=x86_64 [2023-01-26T03:22:56.780Z] Removing intermediate container 2a87c217ec7c [2023-01-26T03:22:56.780Z] ---> bfd90b2db083 [2023-01-26T03:22:56.780Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-26T03:22:57.050Z] ---> Running in da7a20a75fbc [2023-01-26T03:22:57.050Z] Removing intermediate container da7a20a75fbc [2023-01-26T03:22:57.050Z] ---> 6d155f2da5c9 [2023-01-26T03:22:57.050Z] Step 23/24 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:22:57.310Z] ---> 9180e213b69d [2023-01-26T03:22:57.311Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:22:57.311Z] ---> Running in e580d333e665 [2023-01-26T03:22:57.311Z] ---> Running in b646b9f336ec [2023-01-26T03:22:57.311Z] Removing intermediate container e580d333e665 [2023-01-26T03:22:57.311Z] ---> 622b253b8186 [2023-01-26T03:22:57.311Z] Step 24/24 : LABEL version=3.0.0-dev.29 [2023-01-26T03:22:57.311Z] ---> Running in 2dea60562e1b [2023-01-26T03:22:57.881Z] Removing intermediate container 2dea60562e1b [2023-01-26T03:22:57.881Z] ---> c8a9448d0253 [2023-01-26T03:22:57.881Z] [2023-01-26T03:22:57.881Z] Successfully built c8a9448d0253 [2023-01-26T03:22:57.881Z] Successfully tagged security-spire-config:latest [2023-01-26T03:22:57.881Z]  Building security-spire-config ... done Building support-scheduler [2023-01-26T03:23:00.416Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:23:00.416Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:23:00.416Z] ---> d4eb0858fd4d [2023-01-26T03:23:00.416Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-26T03:23:00.416Z] ---> Using cache [2023-01-26T03:23:00.416Z] ---> f968889e9f07 [2023-01-26T03:23:00.416Z] Step 4/22 : WORKDIR /edgex-go [2023-01-26T03:23:00.416Z] ---> Using cache [2023-01-26T03:23:00.416Z] ---> 77fbdcf1abb4 [2023-01-26T03:23:00.416Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-26T03:23:00.416Z] ---> Using cache [2023-01-26T03:23:00.416Z] ---> 5cde953ea813 [2023-01-26T03:23:00.416Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-26T03:23:00.416Z] ---> Using cache [2023-01-26T03:23:00.416Z] ---> 23c068c542bf [2023-01-26T03:23:00.416Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:23:00.416Z] ---> Using cache [2023-01-26T03:23:00.416Z] ---> abaae9e0604e [2023-01-26T03:23:00.416Z] Step 8/22 : COPY . . [2023-01-26T03:23:00.416Z] ---> Using cache [2023-01-26T03:23:00.416Z] ---> 5bd8eee91549 [2023-01-26T03:23:00.416Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-26T03:23:01.825Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-26T03:23:04.371Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-26T03:23:04.371Z] ---> Running in 883fefbf6959 [2023-01-26T03:23:04.941Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-26T03:23:08.266Z] Removing intermediate container 481b60094912 [2023-01-26T03:23:08.266Z] ---> 64f9cc60c9c3 [2023-01-26T03:23:08.266Z] [2023-01-26T03:23:08.266Z] Step 9/32 : FROM alpine:3.16 [2023-01-26T03:23:08.266Z] ---> bfe296a52501 [2023-01-26T03:23:08.266Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-26T03:23:08.266Z] Removing intermediate container 651a7d62a609 [2023-01-26T03:23:08.266Z] ---> 4be90675d21a [2023-01-26T03:23:08.266Z] [2023-01-26T03:23:08.266Z] Step 9/24 : FROM alpine:3.16 [2023-01-26T03:23:08.266Z] ---> bfe296a52501 [2023-01-26T03:23:08.266Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-26T03:23:08.266Z] ---> Running in 1bed4bae7ab0 [2023-01-26T03:23:08.266Z] ---> Running in f7a31a7c4cde [2023-01-26T03:23:08.834Z] Removing intermediate container 1bed4bae7ab0 [2023-01-26T03:23:08.834Z] ---> 14f59cb37206 [2023-01-26T03:23:08.834Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-26T03:23:08.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:23:08.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:23:09.093Z] ---> Running in c86a02dc1327 [2023-01-26T03:23:09.093Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-26T03:23:09.093Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-26T03:23:09.093Z] (3/3) Installing su-exec (0.2-r1) [2023-01-26T03:23:09.093Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:23:09.354Z] Executing ca-certificates-20220614-r0.trigger [2023-01-26T03:23:09.355Z] OK: 6 MiB in 17 packages [2023-01-26T03:23:09.615Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:23:09.615Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:23:09.877Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-26T03:23:09.877Z] (2/2) Installing su-exec (0.2-r1) [2023-01-26T03:23:09.877Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:23:09.877Z] OK: 6 MiB in 16 packages [2023-01-26T03:23:11.783Z] Removing intermediate container f7a31a7c4cde [2023-01-26T03:23:11.783Z] ---> b1e4b4864614 [2023-01-26T03:23:11.783Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-26T03:23:12.042Z] Removing intermediate container 2216603528a0 [2023-01-26T03:23:12.042Z] ---> b6beb0921a3e [2023-01-26T03:23:12.042Z] [2023-01-26T03:23:12.042Z] Step 9/21 : FROM alpine:3.16 [2023-01-26T03:23:12.042Z] ---> bfe296a52501 [2023-01-26T03:23:12.042Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-26T03:23:12.042Z] ---> Running in f8692da233c1 [2023-01-26T03:23:12.042Z] ---> Running in ba6a6b9c9354 [2023-01-26T03:23:12.042Z] Removing intermediate container c86a02dc1327 [2023-01-26T03:23:12.042Z] ---> d31d420b8c41 [2023-01-26T03:23:12.042Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-26T03:23:12.042Z] ---> Running in eb68534ae443 [2023-01-26T03:23:12.301Z] Removing intermediate container ba6a6b9c9354 [2023-01-26T03:23:12.301Z] ---> c43e5d2f1249 [2023-01-26T03:23:12.301Z] Step 12/24 : WORKDIR / [2023-01-26T03:23:12.301Z] Removing intermediate container eb68534ae443 [2023-01-26T03:23:12.301Z] ---> 7767be06f836 [2023-01-26T03:23:12.301Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-26T03:23:12.301Z] ---> Running in 326365c9be51 [2023-01-26T03:23:12.301Z] ---> Running in 0f15f568925e [2023-01-26T03:23:12.872Z] Removing intermediate container 326365c9be51 [2023-01-26T03:23:12.872Z] ---> 5cd494d53b8a [2023-01-26T03:23:12.872Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-26T03:23:12.872Z] Removing intermediate container 0f15f568925e [2023-01-26T03:23:12.872Z] ---> 372d49fd0316 [2023-01-26T03:23:12.872Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-26T03:23:12.872Z] ---> Running in 17782496f77e [2023-01-26T03:23:12.872Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:23:12.872Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:23:12.872Z] Removing intermediate container 17782496f77e [2023-01-26T03:23:12.872Z] ---> ad11b845cd72 [2023-01-26T03:23:12.872Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-26T03:23:12.872Z] ---> Running in 520b0d3f5746 [2023-01-26T03:23:13.143Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-26T03:23:13.143Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-26T03:23:13.143Z] ---> 640522ac6e92 [2023-01-26T03:23:13.143Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-26T03:23:13.143Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-26T03:23:13.143Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-26T03:23:13.143Z] (5/6) Installing curl (7.83.1-r5) [2023-01-26T03:23:13.143Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-26T03:23:13.143Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:23:13.143Z] Executing ca-certificates-20220614-r0.trigger [2023-01-26T03:23:13.143Z] Removing intermediate container 520b0d3f5746 [2023-01-26T03:23:13.143Z] ---> 2e071f895ebd [2023-01-26T03:23:13.143Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-26T03:23:13.402Z] ---> Running in 2feeeb02bf6c [2023-01-26T03:23:13.402Z] OK: 8 MiB in 20 packages [2023-01-26T03:23:13.402Z] ---> 8636acc4c8c8 [2023-01-26T03:23:13.402Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-26T03:23:14.005Z] ---> 766a940ae5b8 [2023-01-26T03:23:14.005Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-26T03:23:14.263Z] Removing intermediate container f8692da233c1 [2023-01-26T03:23:14.263Z] ---> 8e4ad89774d2 [2023-01-26T03:23:14.263Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-26T03:23:14.263Z] ---> 0057eab9ef47 [2023-01-26T03:23:14.263Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-26T03:23:14.263Z] ---> Running in 18b01a49b5c7 [2023-01-26T03:23:14.521Z] Removing intermediate container 18b01a49b5c7 [2023-01-26T03:23:14.521Z] ---> 651a635a262a [2023-01-26T03:23:14.521Z] Step 12/21 : WORKDIR /edgex [2023-01-26T03:23:14.521Z] ---> Running in 3433feee317c [2023-01-26T03:23:14.779Z] Removing intermediate container 2feeeb02bf6c [2023-01-26T03:23:14.779Z] ---> 7cf515b73b66 [2023-01-26T03:23:14.779Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-26T03:23:14.779Z] ---> Running in 81d6bda82be6 [2023-01-26T03:23:14.779Z] Removing intermediate container 3433feee317c [2023-01-26T03:23:14.779Z] ---> cc000371ff55 [2023-01-26T03:23:14.779Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-26T03:23:14.779Z] ---> 77ff6f4e22f4 [2023-01-26T03:23:14.779Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-26T03:23:15.036Z] Removing intermediate container 81d6bda82be6 [2023-01-26T03:23:15.036Z] ---> 6d24fec8d9d2 [2023-01-26T03:23:15.036Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-26T03:23:16.492Z] ---> c2fdaaa341db [2023-01-26T03:23:16.492Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-26T03:23:16.492Z] ---> 42c09e1551ae [2023-01-26T03:23:16.492Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-26T03:23:16.492Z] ---> b9690d2bad18 [2023-01-26T03:23:16.492Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-26T03:23:16.774Z] ---> Running in 710a2bd1b6dc [2023-01-26T03:23:17.032Z] ---> 1d45398c64f1 [2023-01-26T03:23:17.032Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-26T03:23:17.032Z] ---> Running in e6e46b440569 [2023-01-26T03:23:17.598Z] ---> edaa88f3b4f1 [2023-01-26T03:23:17.598Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-26T03:23:18.533Z] ---> 5d0d07c8762d [2023-01-26T03:23:18.534Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-26T03:23:18.534Z] Removing intermediate container 710a2bd1b6dc [2023-01-26T03:23:18.534Z] ---> 917b47ce299b [2023-01-26T03:23:18.534Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:23:18.534Z] Removing intermediate container e6e46b440569 [2023-01-26T03:23:18.534Z] ---> eaab140774cf [2023-01-26T03:23:18.534Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-26T03:23:18.534Z] ---> Running in bf65ec668dc2 [2023-01-26T03:23:19.121Z] ---> 70dc2d1c6004 [2023-01-26T03:23:19.121Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-26T03:23:19.121Z] ---> 5ef0ab2ce006 [2023-01-26T03:23:19.121Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-26T03:23:19.121Z] ---> Running in ed9b5b59554e [2023-01-26T03:23:19.380Z] Removing intermediate container bf65ec668dc2 [2023-01-26T03:23:19.380Z] ---> ed8e659dfd3f [2023-01-26T03:23:19.380Z] Step 22/24 : LABEL arch=x86_64 [2023-01-26T03:23:20.758Z] ---> Running in 87b4a756608a [2023-01-26T03:23:20.758Z] ---> c7ba60bef8e8 [2023-01-26T03:23:20.758Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-26T03:23:20.758Z] Removing intermediate container 87b4a756608a [2023-01-26T03:23:20.758Z] ---> 4ed0c0827729 [2023-01-26T03:23:20.758Z] Step 23/24 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:23:20.758Z] ---> Running in 2356f414ebc0 [2023-01-26T03:23:20.758Z] Removing intermediate container 2356f414ebc0 [2023-01-26T03:23:20.758Z] ---> a2240e9a728f [2023-01-26T03:23:20.758Z] Step 24/24 : LABEL version=3.0.0-dev.29 [2023-01-26T03:23:20.758Z] ---> a7ee4d25945b [2023-01-26T03:23:20.758Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-26T03:23:20.758Z] ---> Running in a81ef1b10dd0 [2023-01-26T03:23:21.021Z] Removing intermediate container a81ef1b10dd0 [2023-01-26T03:23:21.021Z] ---> 5340884c3fc2 [2023-01-26T03:23:21.021Z] [2023-01-26T03:23:21.021Z] ---> 764b1f278eac [2023-01-26T03:23:21.021Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-26T03:23:21.021Z] Successfully built 5340884c3fc2 [2023-01-26T03:23:21.021Z] Successfully tagged security-secretstore-setup:latest [2023-01-26T03:23:21.021Z]  Building security-secretstore-setup ... done Building core-common-config-bootstrapper [2023-01-26T03:23:21.021Z] Removing intermediate container ed9b5b59554e [2023-01-26T03:23:21.021Z] ---> aae0cc8e4fb7 [2023-01-26T03:23:21.021Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-26T03:23:21.603Z] ---> Running in faa5e536feee [2023-01-26T03:23:24.168Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:23:24.168Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:23:24.764Z] ---> d4eb0858fd4d [2023-01-26T03:23:24.764Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-26T03:23:24.764Z] ---> Using cache [2023-01-26T03:23:24.764Z] ---> f968889e9f07 [2023-01-26T03:23:24.764Z] Step 4/22 : WORKDIR /edgex-go [2023-01-26T03:23:24.764Z] ---> Using cache [2023-01-26T03:23:24.764Z] ---> 77fbdcf1abb4 [2023-01-26T03:23:24.764Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-26T03:23:24.764Z] ---> Using cache [2023-01-26T03:23:24.764Z] ---> 5cde953ea813 [2023-01-26T03:23:24.764Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-26T03:23:24.764Z] ---> Using cache [2023-01-26T03:23:24.764Z] ---> 23c068c542bf [2023-01-26T03:23:24.764Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:23:24.764Z] ---> Using cache [2023-01-26T03:23:24.764Z] ---> abaae9e0604e [2023-01-26T03:23:24.764Z] Step 8/22 : COPY . . [2023-01-26T03:23:24.764Z] ---> Using cache [2023-01-26T03:23:24.764Z] ---> 5bd8eee91549 [2023-01-26T03:23:24.764Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ---> eb3cdb97f67a [2023-01-26T03:23:24.764Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-26T03:23:24.764Z] [2023-01-26T03:23:24.764Z] Removing intermediate container faa5e536feee [2023-01-26T03:23:24.764Z] ---> f3bc5806d6b5 [2023-01-26T03:23:24.764Z] Step 19/21 : LABEL arch=x86_64 [2023-01-26T03:23:24.764Z] ---> Running in b03e780abc55 [2023-01-26T03:23:25.024Z] ---> Running in c88c6e9ca2ea [2023-01-26T03:23:25.024Z] ---> 78bfe91ccaaf [2023-01-26T03:23:25.024Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-26T03:23:25.024Z] Removing intermediate container c88c6e9ca2ea [2023-01-26T03:23:25.024Z] ---> 599652d582cf [2023-01-26T03:23:25.024Z] Step 20/21 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:23:25.024Z] ---> Running in 2cb7fef35d1e [2023-01-26T03:23:25.283Z] Removing intermediate container 2cb7fef35d1e [2023-01-26T03:23:25.283Z] ---> 715c2b8ef876 [2023-01-26T03:23:25.283Z] Step 21/21 : LABEL version=3.0.0-dev.29 [2023-01-26T03:23:25.283Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-01-26T03:23:25.542Z] ---> 0ae55c07e974 [2023-01-26T03:23:25.542Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-26T03:23:25.542Z] ---> Running in b2a998d6af0e [2023-01-26T03:23:25.542Z] ---> Running in ac8dcddc1831 [2023-01-26T03:23:25.542Z] Removing intermediate container b2a998d6af0e [2023-01-26T03:23:25.542Z] ---> 8e5970a5c5a8 [2023-01-26T03:23:25.542Z] [2023-01-26T03:23:25.801Z] Successfully built 8e5970a5c5a8 [2023-01-26T03:23:25.801Z] Successfully tagged security-proxy-setup:latest [2023-01-26T03:23:28.342Z]  Building security-proxy-setup ... done Removing intermediate container 883fefbf6959 [2023-01-26T03:23:28.342Z] ---> 6260f6ba6114 [2023-01-26T03:23:28.342Z] [2023-01-26T03:23:28.342Z] Step 10/22 : FROM alpine:3.16 [2023-01-26T03:23:28.342Z] ---> bfe296a52501 [2023-01-26T03:23:28.342Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-26T03:23:28.342Z] ---> Using cache [2023-01-26T03:23:28.342Z] ---> 9804f1e1806c [2023-01-26T03:23:28.342Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-26T03:23:28.342Z] ---> Using cache [2023-01-26T03:23:28.342Z] ---> db9330c3201e [2023-01-26T03:23:28.342Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-26T03:23:29.282Z] Removing intermediate container ac8dcddc1831 [2023-01-26T03:23:29.282Z] ---> 1498b20293c0 [2023-01-26T03:23:29.282Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-26T03:23:29.845Z] ---> Running in 192baef4a381 [2023-01-26T03:23:30.102Z] ---> Running in 58ad546b5319 [2023-01-26T03:23:30.359Z] Removing intermediate container 192baef4a381 [2023-01-26T03:23:30.359Z] ---> 8dc716aa1e43 [2023-01-26T03:23:30.359Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-26T03:23:30.617Z] Removing intermediate container 58ad546b5319 [2023-01-26T03:23:30.617Z] ---> 59fff4ed735b [2023-01-26T03:23:30.617Z] Step 29/32 : CMD ["gate"] [2023-01-26T03:23:31.184Z] ---> Running in af7eeb63da32 [2023-01-26T03:23:32.118Z] ---> Running in 8f0d87e74ff6 [2023-01-26T03:23:32.683Z] Removing intermediate container af7eeb63da32 [2023-01-26T03:23:32.683Z] ---> db4ce7ad46d0 [2023-01-26T03:23:32.683Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:23:32.942Z] Removing intermediate container 8f0d87e74ff6 [2023-01-26T03:23:32.942Z] ---> e61253680e6b [2023-01-26T03:23:32.942Z] Step 30/32 : LABEL arch=x86_64 [2023-01-26T03:23:32.942Z] ---> 5bd7d291a6a8 [2023-01-26T03:23:32.942Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-26T03:23:32.942Z] ---> Running in bd86b4a216a4 [2023-01-26T03:23:33.263Z] Removing intermediate container bd86b4a216a4 [2023-01-26T03:23:33.263Z] ---> d7622d20fb96 [2023-01-26T03:23:33.263Z] Step 31/32 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:23:33.530Z] ---> Running in f0de7e87b5a6 [2023-01-26T03:23:34.206Z] Removing intermediate container f0de7e87b5a6 [2023-01-26T03:23:34.206Z] ---> 41f7f00565f3 [2023-01-26T03:23:34.206Z] Step 32/32 : LABEL version=3.0.0-dev.29 [2023-01-26T03:23:34.783Z] ---> 09a28195846f [2023-01-26T03:23:34.783Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-26T03:23:34.783Z] ---> Running in dffa99a5013e [2023-01-26T03:23:34.783Z] Removing intermediate container dffa99a5013e [2023-01-26T03:23:34.783Z] ---> 08813073025c [2023-01-26T03:23:34.783Z] [2023-01-26T03:23:34.783Z] ---> 2508c0a3e82b [2023-01-26T03:23:34.783Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-26T03:23:35.047Z] Successfully built 08813073025c [2023-01-26T03:23:35.047Z] Successfully tagged security-bootstrapper:latest [2023-01-26T03:23:35.047Z]  Building security-bootstrapper ... done  ---> Running in 5371ace65e4c [2023-01-26T03:23:35.308Z] Removing intermediate container 5371ace65e4c [2023-01-26T03:23:35.308Z] ---> 4a9f1ae96640 [2023-01-26T03:23:35.308Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-26T03:23:35.308Z] ---> Running in f3656c1d219f [2023-01-26T03:23:35.873Z] Removing intermediate container f3656c1d219f [2023-01-26T03:23:35.873Z] ---> 26c4f61a7895 [2023-01-26T03:23:35.873Z] Step 20/22 : LABEL arch=x86_64 [2023-01-26T03:23:36.130Z] ---> Running in d2868672545f [2023-01-26T03:23:36.699Z] Removing intermediate container d2868672545f [2023-01-26T03:23:36.699Z] ---> eca41cab2d7d [2023-01-26T03:23:36.699Z] Step 21/22 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:23:37.364Z] ---> Running in dcc8db6dc6ce [2023-01-26T03:23:37.943Z] Removing intermediate container dcc8db6dc6ce [2023-01-26T03:23:37.943Z] ---> 37e33021a53b [2023-01-26T03:23:37.943Z] Step 22/22 : LABEL version=3.0.0-dev.29 [2023-01-26T03:23:38.201Z] ---> Running in d020c1d74c5d [2023-01-26T03:23:38.767Z] Removing intermediate container d020c1d74c5d [2023-01-26T03:23:38.767Z] ---> 6a0693decc78 [2023-01-26T03:23:38.767Z] [2023-01-26T03:23:38.767Z] Successfully built 6a0693decc78 [2023-01-26T03:23:38.767Z] Successfully tagged support-scheduler:latest [2023-01-26T03:23:40.675Z]  Building support-scheduler ... done Removing intermediate container b646b9f336ec [2023-01-26T03:23:40.675Z] ---> d91877728916 [2023-01-26T03:23:40.675Z] Step 7/19 : COPY . . [2023-01-26T03:23:44.875Z] ---> e610822b5879 [2023-01-26T03:23:44.875Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-26T03:23:44.875Z] ---> Running in 9f693d8c10bd [2023-01-26T03:23:45.136Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-26T03:23:47.666Z] Removing intermediate container b03e780abc55 [2023-01-26T03:23:47.666Z] ---> f6a659def4ca [2023-01-26T03:23:47.666Z] [2023-01-26T03:23:47.666Z] Step 10/22 : FROM alpine:3.16 [2023-01-26T03:23:47.666Z] ---> bfe296a52501 [2023-01-26T03:23:47.666Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-01-26T03:23:47.666Z] ---> Running in 0cb3bb8bbd0b [2023-01-26T03:23:47.666Z] Removing intermediate container 0cb3bb8bbd0b [2023-01-26T03:23:47.666Z] ---> 5d16f353d9ce [2023-01-26T03:23:47.666Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-01-26T03:23:47.666Z] ---> Running in f7faafe099f7 [2023-01-26T03:23:47.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:23:47.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:23:48.181Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-26T03:23:48.181Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:23:48.181Z] OK: 6 MiB in 15 packages [2023-01-26T03:23:49.176Z] Removing intermediate container f7faafe099f7 [2023-01-26T03:23:49.176Z] ---> 57a955b21452 [2023-01-26T03:23:49.176Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:23:49.176Z] ---> 2ead18b2a964 [2023-01-26T03:23:49.176Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-01-26T03:23:49.749Z] ---> 9af2456f58bc [2023-01-26T03:23:49.749Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-01-26T03:23:50.325Z] ---> 412f518c03f9 [2023-01-26T03:23:50.325Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-01-26T03:23:50.587Z] ---> 364640064c55 [2023-01-26T03:23:50.587Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-26T03:23:50.587Z] ---> Running in 7ee0c318d0c3 [2023-01-26T03:23:51.968Z] Removing intermediate container 7ee0c318d0c3 [2023-01-26T03:23:51.968Z] ---> 921406d5d9bb [2023-01-26T03:23:51.968Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-01-26T03:23:51.968Z] ---> Running in 063476a6d7fe [2023-01-26T03:23:51.968Z] Removing intermediate container 063476a6d7fe [2023-01-26T03:23:51.968Z] ---> 42902f536277 [2023-01-26T03:23:51.968Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-01-26T03:23:51.968Z] ---> Running in d9d8f14af47c [2023-01-26T03:23:51.968Z] Removing intermediate container d9d8f14af47c [2023-01-26T03:23:51.968Z] ---> 2f6555916fd5 [2023-01-26T03:23:51.968Z] Step 20/22 : LABEL arch=x86_64 [2023-01-26T03:23:51.968Z] ---> Running in 63ac2739998f [2023-01-26T03:23:52.267Z] Removing intermediate container 63ac2739998f [2023-01-26T03:23:52.267Z] ---> 3a5ebd06f729 [2023-01-26T03:23:52.267Z] Step 21/22 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:23:52.525Z] ---> Running in b4c973217393 [2023-01-26T03:23:52.525Z] Removing intermediate container b4c973217393 [2023-01-26T03:23:52.525Z] ---> c15a15ad41b3 [2023-01-26T03:23:52.525Z] Step 22/22 : LABEL version=3.0.0-dev.29 [2023-01-26T03:23:52.526Z] ---> Running in d132d41f306b [2023-01-26T03:23:52.786Z] Removing intermediate container d132d41f306b [2023-01-26T03:23:52.786Z] ---> 6883bc35aa8a [2023-01-26T03:23:52.786Z] [2023-01-26T03:23:52.786Z] Successfully built 6883bc35aa8a [2023-01-26T03:23:52.786Z] Successfully tagged core-common-config-bootstrapper:latest [2023-01-26T03:23:57.777Z] Removing intermediate container 16bf24c7acc5 [2023-01-26T03:23:57.777Z] ---> 7dd37b99d1eb [2023-01-26T03:23:57.777Z] Step 7/21 : COPY . . [2023-01-26T03:23:57.777Z] Removing intermediate container 74aa20355065 [2023-01-26T03:23:57.777Z] ---> ebe8dea1a2bc [2023-01-26T03:23:57.777Z] Step 7/24 : COPY . . [2023-01-26T03:23:57.777Z] Removing intermediate container 25ba4f27f777 [2023-01-26T03:23:57.777Z] ---> 98ddf06bb221 [2023-01-26T03:23:57.777Z] Step 7/32 : COPY . . [2023-01-26T03:23:57.777Z] Removing intermediate container 48aa923316d1 [2023-01-26T03:23:57.777Z] ---> b40f146ef5e0 [2023-01-26T03:23:57.777Z] Step 8/22 : COPY . . [2023-01-26T03:23:57.777Z] Removing intermediate container 433b5626d19c [2023-01-26T03:23:57.777Z] ---> 9306f1c762a4 [2023-01-26T03:23:57.777Z] Step 8/23 : COPY . . [2023-01-26T03:23:57.777Z] ---> ebd2dc1f0c00 [2023-01-26T03:23:57.777Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-26T03:23:57.777Z] ---> 1f5bb0fe0b97 [2023-01-26T03:23:57.777Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-01-26T03:23:57.777Z] ---> ef7a6833845c [2023-01-26T03:23:57.777Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-26T03:23:57.777Z] ---> 98bdc39b7931 [2023-01-26T03:23:57.777Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-26T03:23:57.777Z] ---> ed29f9735bf1 [2023-01-26T03:23:57.777Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-26T03:23:57.777Z] ---> Running in 318429d0d3b8 [2023-01-26T03:23:57.777Z] ---> Running in ba5bf7c3bf38 [2023-01-26T03:23:57.777Z] ---> Running in f1a19cffa802 [2023-01-26T03:23:57.777Z] ---> Running in 77a7088f65de [2023-01-26T03:23:57.777Z] ---> Running in 439a1db7f52d [2023-01-26T03:23:59.740Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-26T03:24:00.006Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-01-26T03:24:00.981Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-26T03:24:00.981Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-26T03:24:00.981Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-26T03:24:05.011Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 9f693d8c10bd [2023-01-26T03:24:05.011Z] ---> ccdc61311053 [2023-01-26T03:24:05.011Z] [2023-01-26T03:24:05.011Z] Step 9/19 : FROM alpine:3.15 [2023-01-26T03:24:05.011Z] ---> c4fc93816858 [2023-01-26T03:24:05.011Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-26T03:24:05.011Z] ---> Using cache [2023-01-26T03:24:05.011Z] ---> bf6ff904a7cf [2023-01-26T03:24:05.011Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-26T03:24:05.011Z] ---> Running in d56b5aa8029d [2023-01-26T03:24:05.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:24:05.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:24:05.011Z] v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-26T03:24:05.011Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-26T03:24:05.011Z] OK: 15859 distinct packages available [2023-01-26T03:24:05.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-26T03:24:05.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-26T03:24:05.011Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-26T03:24:05.011Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-26T03:24:05.011Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-26T03:24:05.011Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-26T03:24:05.011Z] (5/9) Installing curl (7.80.0-r5) [2023-01-26T03:24:05.011Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-26T03:24:05.011Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-26T03:24:05.011Z] (8/9) Installing libucontext (1.1-r0) [2023-01-26T03:24:05.011Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-26T03:24:05.011Z] Executing busybox-1.34.1-r7.trigger [2023-01-26T03:24:05.011Z] Executing ca-certificates-20220614-r0.trigger [2023-01-26T03:24:05.011Z] OK: 8 MiB in 23 packages [2023-01-26T03:24:05.582Z] Removing intermediate container d56b5aa8029d [2023-01-26T03:24:05.582Z] ---> ed784ceef472 [2023-01-26T03:24:05.582Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:24:05.842Z] ---> f6a9a3356f04 [2023-01-26T03:24:05.842Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-26T03:24:06.413Z] ---> f287a30f7ea7 [2023-01-26T03:24:06.413Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-26T03:24:06.413Z] ---> c230503783e7 [2023-01-26T03:24:06.413Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-26T03:24:06.413Z] ---> Running in 77bdee82b839 [2023-01-26T03:24:06.413Z] Removing intermediate container 77bdee82b839 [2023-01-26T03:24:06.413Z] ---> 7d8ca9b4d17a [2023-01-26T03:24:06.413Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-26T03:24:06.413Z] ---> Running in dea684944b5b [2023-01-26T03:24:06.413Z] Removing intermediate container dea684944b5b [2023-01-26T03:24:06.413Z] ---> 85f5b3ee5a69 [2023-01-26T03:24:06.413Z] Step 17/19 : LABEL arch=x86_64 [2023-01-26T03:24:06.413Z] ---> Running in 38b848b88d30 [2023-01-26T03:24:06.674Z] Removing intermediate container 38b848b88d30 [2023-01-26T03:24:06.674Z] ---> ccd83c46b9a8 [2023-01-26T03:24:06.674Z] Step 18/19 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:06.674Z] ---> Running in 86b233136dd6 [2023-01-26T03:24:06.674Z] Removing intermediate container 86b233136dd6 [2023-01-26T03:24:06.674Z] ---> e3a367193107 [2023-01-26T03:24:06.674Z] Step 19/19 : LABEL version=3.0.0-dev.29 [2023-01-26T03:24:06.674Z] ---> Running in 29247fa4e54a [2023-01-26T03:24:06.674Z] Removing intermediate container 29247fa4e54a [2023-01-26T03:24:06.674Z] ---> 8a31f999f7b0 [2023-01-26T03:24:06.674Z] [2023-01-26T03:24:06.934Z] Successfully built 8a31f999f7b0 [2023-01-26T03:24:06.934Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-26T03:24:06.940Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-01-26T03:24:06.944Z] $ docker stop --time=1 0eec0719b34ddb1c3507599809007916c0979083decfee17f55410cdc73f0987 [2023-01-26T03:24:08.233Z] $ docker rm -f --volumes 0eec0719b34ddb1c3507599809007916c0979083decfee17f55410cdc73f0987 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-26T03:24:08.562Z] + docker images [2023-01-26T03:24:08.562Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-26T03:24:08.562Z] security-spiffe-token-provider latest 8a31f999f7b0 2 seconds ago 29.8MB [2023-01-26T03:24:08.562Z] ccdc61311053 6 seconds ago 1.72GB [2023-01-26T03:24:08.562Z] core-common-config-bootstrapper latest 6883bc35aa8a 16 seconds ago 15.5MB [2023-01-26T03:24:08.562Z] f6a659def4ca 23 seconds ago 1.68GB [2023-01-26T03:24:08.562Z] support-scheduler latest 6a0693decc78 30 seconds ago 30MB [2023-01-26T03:24:08.563Z] security-bootstrapper latest 08813073025c 34 seconds ago 20.3MB [2023-01-26T03:24:08.563Z] 6260f6ba6114 42 seconds ago 1.75GB [2023-01-26T03:24:08.563Z] security-proxy-setup latest 8e5970a5c5a8 43 seconds ago 27.8MB [2023-01-26T03:24:08.563Z] security-secretstore-setup latest 5340884c3fc2 48 seconds ago 29.9MB [2023-01-26T03:24:08.563Z] b6beb0921a3e 57 seconds ago 1.67GB [2023-01-26T03:24:08.563Z] 64f9cc60c9c3 About a minute ago 1.67GB [2023-01-26T03:24:08.563Z] 4be90675d21a About a minute ago 1.68GB [2023-01-26T03:24:08.563Z] security-spire-config latest c8a9448d0253 About a minute ago 85.8MB [2023-01-26T03:24:08.563Z] security-spire-agent latest 207b6580db3e About a minute ago 125MB [2023-01-26T03:24:08.563Z] support-notifications latest fbbe6782cf6e About a minute ago 30.6MB [2023-01-26T03:24:08.563Z] 3a16ac361023 About a minute ago 1.55GB [2023-01-26T03:24:08.563Z] feee312252e2 About a minute ago 1.55GB [2023-01-26T03:24:08.563Z] core-metadata latest 67b68c6076a2 About a minute ago 18.5MB [2023-01-26T03:24:08.563Z] core-command latest 0384157ca11c About a minute ago 17.7MB [2023-01-26T03:24:08.563Z] core-data latest 66df47fcc31e About a minute ago 17.9MB [2023-01-26T03:24:08.563Z] 20839602af15 2 minutes ago 1.75GB [2023-01-26T03:24:08.563Z] 75f55d94d0d7 2 minutes ago 1.69GB [2023-01-26T03:24:08.563Z] 9f5c22b541d5 2 minutes ago 1.69GB [2023-01-26T03:24:08.563Z] be0e41b55281 2 minutes ago 1.68GB [2023-01-26T03:24:08.563Z] security-spire-server latest 33e6339e4153 2 minutes ago 86.5MB [2023-01-26T03:24:08.563Z] 1d17c105f1b8 2 minutes ago 1.55GB [2023-01-26T03:24:08.563Z] ci-base-image-x86_64 latest d4eb0858fd4d 6 minutes ago 904MB [2023-01-26T03:24:08.563Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-26T03:24:08.563Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-26T03:24:08.563Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-26T03:24:08.563Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-26T03:24:08.563Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-26T03:24:08.689Z] provisioning config files... [2023-01-26T03:24:08.697Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/387@tmp/config3746558617069987215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:24:08.996Z] ---> docker-login.sh [2023-01-26T03:24:08.996Z] nexus3.edgexfoundry.org:10001 [2023-01-26T03:24:08.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:24:08.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:24:08.996Z] Configure a credential helper to remove this warning. See [2023-01-26T03:24:08.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:24:08.996Z] [2023-01-26T03:24:08.996Z] Login Succeeded [2023-01-26T03:24:08.996Z] nexus3.edgexfoundry.org:10002 [2023-01-26T03:24:08.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:24:08.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:24:08.996Z] Configure a credential helper to remove this warning. See [2023-01-26T03:24:08.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:24:08.996Z] [2023-01-26T03:24:08.996Z] Login Succeeded [2023-01-26T03:24:08.996Z] nexus3.edgexfoundry.org:10003 [2023-01-26T03:24:09.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:24:09.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:24:09.254Z] Configure a credential helper to remove this warning. See [2023-01-26T03:24:09.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:24:09.254Z] [2023-01-26T03:24:09.254Z] Login Succeeded [2023-01-26T03:24:09.254Z] nexus3.edgexfoundry.org:10004 [2023-01-26T03:24:09.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:24:09.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:24:09.254Z] Configure a credential helper to remove this warning. See [2023-01-26T03:24:09.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:24:09.254Z] [2023-01-26T03:24:09.254Z] Login Succeeded [2023-01-26T03:24:09.254Z] docker.io [2023-01-26T03:24:09.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:24:09.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:24:09.514Z] Configure a credential helper to remove this warning. See [2023-01-26T03:24:09.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:24:09.514Z] [2023-01-26T03:24:09.514Z] Login Succeeded [2023-01-26T03:24:09.514Z] ---> docker-login.sh ends [Pipeline] } [2023-01-26T03:24:09.522Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:24:09.547Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-26T03:24:09.569Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-01-26T03:24:09.569Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:09.569Z] latest [2023-01-26T03:24:09.569Z] 3.0.0-dev.29 [2023-01-26T03:24:09.569Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:09.569Z] main [2023-01-26T03:24:09.569Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:09.874Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:10.177Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:10.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-26T03:24:10.177Z] 90233ba29ece: Preparing [2023-01-26T03:24:10.177Z] a4d4cb0014a6: Preparing [2023-01-26T03:24:10.177Z] 2012f00a8ede: Preparing [2023-01-26T03:24:10.177Z] bd3d0ae555a1: Preparing [2023-01-26T03:24:10.177Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:10.177Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:10.177Z] bd3d0ae555a1: Pushed [2023-01-26T03:24:10.177Z] 90233ba29ece: Pushed [2023-01-26T03:24:10.177Z] 2012f00a8ede: Pushed [2023-01-26T03:24:11.556Z] a4d4cb0014a6: Pushed [2023-01-26T03:24:11.556Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:7572929fa70aa81f6295b6b367b757d72cf92413837ae017ebcfdeb3213a215f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:11.871Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:12.179Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-26T03:24:12.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-26T03:24:12.179Z] 90233ba29ece: Preparing [2023-01-26T03:24:12.179Z] a4d4cb0014a6: Preparing [2023-01-26T03:24:12.179Z] 2012f00a8ede: Preparing [2023-01-26T03:24:12.179Z] bd3d0ae555a1: Preparing [2023-01-26T03:24:12.179Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:12.179Z] bd3d0ae555a1: Layer already exists [2023-01-26T03:24:12.179Z] a4d4cb0014a6: Layer already exists [2023-01-26T03:24:12.179Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:12.179Z] 90233ba29ece: Layer already exists [2023-01-26T03:24:12.179Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:12.179Z] latest: digest: sha256:7572929fa70aa81f6295b6b367b757d72cf92413837ae017ebcfdeb3213a215f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:12.493Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:12.803Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.29 [2023-01-26T03:24:12.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-26T03:24:12.803Z] 90233ba29ece: Preparing [2023-01-26T03:24:12.803Z] a4d4cb0014a6: Preparing [2023-01-26T03:24:12.803Z] 2012f00a8ede: Preparing [2023-01-26T03:24:12.803Z] bd3d0ae555a1: Preparing [2023-01-26T03:24:12.803Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:12.803Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:12.803Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:12.803Z] a4d4cb0014a6: Layer already exists [2023-01-26T03:24:12.803Z] bd3d0ae555a1: Layer already exists [2023-01-26T03:24:12.803Z] 90233ba29ece: Layer already exists [2023-01-26T03:24:12.803Z] 3.0.0-dev.29: digest: sha256:7572929fa70aa81f6295b6b367b757d72cf92413837ae017ebcfdeb3213a215f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:13.108Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:13.411Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:13.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-26T03:24:13.411Z] 90233ba29ece: Preparing [2023-01-26T03:24:13.411Z] a4d4cb0014a6: Preparing [2023-01-26T03:24:13.411Z] 2012f00a8ede: Preparing [2023-01-26T03:24:13.411Z] bd3d0ae555a1: Preparing [2023-01-26T03:24:13.411Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:13.411Z] a4d4cb0014a6: Layer already exists [2023-01-26T03:24:13.411Z] 90233ba29ece: Layer already exists [2023-01-26T03:24:13.411Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:13.411Z] bd3d0ae555a1: Layer already exists [2023-01-26T03:24:13.411Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:13.411Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:7572929fa70aa81f6295b6b367b757d72cf92413837ae017ebcfdeb3213a215f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:13.719Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:14.033Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-01-26T03:24:14.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-26T03:24:14.033Z] 90233ba29ece: Preparing [2023-01-26T03:24:14.033Z] a4d4cb0014a6: Preparing [2023-01-26T03:24:14.033Z] 2012f00a8ede: Preparing [2023-01-26T03:24:14.033Z] bd3d0ae555a1: Preparing [2023-01-26T03:24:14.033Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:14.033Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:14.033Z] a4d4cb0014a6: Layer already exists [2023-01-26T03:24:14.033Z] bd3d0ae555a1: Layer already exists [2023-01-26T03:24:14.033Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:14.033Z] 90233ba29ece: Layer already exists [2023-01-26T03:24:14.033Z] main: digest: sha256:7572929fa70aa81f6295b6b367b757d72cf92413837ae017ebcfdeb3213a215f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:24:14.069Z] ===================================================== [Pipeline] echo [2023-01-26T03:24:14.074Z] taggedImages: [2023-01-26T03:24:14.074Z] - nexus3.edgexfoundry.org:10004/core-command:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:14.074Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-26T03:24:14.074Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.29 [2023-01-26T03:24:14.074Z] - nexus3.edgexfoundry.org:10004/core-command:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:14.074Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-01-26T03:24:14.089Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-01-26T03:24:14.089Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:14.089Z] latest [2023-01-26T03:24:14.089Z] 3.0.0-dev.29 [2023-01-26T03:24:14.089Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:14.089Z] main [2023-01-26T03:24:14.089Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:14.402Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:14.708Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:14.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-26T03:24:14.708Z] 354a9cfa5efe: Preparing [2023-01-26T03:24:14.708Z] 72cd92039871: Preparing [2023-01-26T03:24:14.708Z] d8f1928ed366: Preparing [2023-01-26T03:24:14.708Z] 2908a7caf82c: Preparing [2023-01-26T03:24:14.708Z] 2012f00a8ede: Preparing [2023-01-26T03:24:14.708Z] c9cde0716e0f: Preparing [2023-01-26T03:24:14.708Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:14.708Z] c9cde0716e0f: Waiting [2023-01-26T03:24:14.708Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:14.708Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:14.708Z] 354a9cfa5efe: Pushed [2023-01-26T03:24:14.708Z] 72cd92039871: Pushed [2023-01-26T03:24:14.708Z] d8f1928ed366: Pushed [2023-01-26T03:24:14.708Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:14.708Z] c9cde0716e0f: Pushed [2023-01-26T03:24:16.084Z] 2908a7caf82c: Pushed [2023-01-26T03:24:16.084Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:682558380aee35fb9210ce78fd4ef8e5a311aaf0e87cbbb2256ba6463846a3c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:16.504Z] + 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 [2023-01-26T03:24:16.834Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-01-26T03:24:16.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-26T03:24:16.834Z] 354a9cfa5efe: Preparing [2023-01-26T03:24:16.834Z] 72cd92039871: Preparing [2023-01-26T03:24:16.834Z] d8f1928ed366: Preparing [2023-01-26T03:24:16.834Z] 2908a7caf82c: Preparing [2023-01-26T03:24:16.834Z] 2012f00a8ede: Preparing [2023-01-26T03:24:16.834Z] c9cde0716e0f: Preparing [2023-01-26T03:24:16.834Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:16.834Z] c9cde0716e0f: Waiting [2023-01-26T03:24:16.834Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:16.834Z] 72cd92039871: Layer already exists [2023-01-26T03:24:16.834Z] 354a9cfa5efe: Layer already exists [2023-01-26T03:24:16.834Z] 2908a7caf82c: Layer already exists [2023-01-26T03:24:16.834Z] d8f1928ed366: Layer already exists [2023-01-26T03:24:16.834Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:16.834Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:16.834Z] c9cde0716e0f: Layer already exists [2023-01-26T03:24:16.834Z] latest: digest: sha256:682558380aee35fb9210ce78fd4ef8e5a311aaf0e87cbbb2256ba6463846a3c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:17.162Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:17.519Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.29 [2023-01-26T03:24:17.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-26T03:24:17.519Z] 354a9cfa5efe: Preparing [2023-01-26T03:24:17.519Z] 72cd92039871: Preparing [2023-01-26T03:24:17.519Z] d8f1928ed366: Preparing [2023-01-26T03:24:17.519Z] 2908a7caf82c: Preparing [2023-01-26T03:24:17.519Z] 2012f00a8ede: Preparing [2023-01-26T03:24:17.519Z] c9cde0716e0f: Preparing [2023-01-26T03:24:17.519Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:17.519Z] c9cde0716e0f: Waiting [2023-01-26T03:24:17.519Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:17.519Z] 354a9cfa5efe: Layer already exists [2023-01-26T03:24:17.519Z] 2908a7caf82c: Layer already exists [2023-01-26T03:24:17.519Z] d8f1928ed366: Layer already exists [2023-01-26T03:24:17.519Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:17.519Z] 72cd92039871: Layer already exists [2023-01-26T03:24:17.519Z] c9cde0716e0f: Layer already exists [2023-01-26T03:24:17.519Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:17.519Z] 3.0.0-dev.29: digest: sha256:682558380aee35fb9210ce78fd4ef8e5a311aaf0e87cbbb2256ba6463846a3c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:17.829Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:18.138Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:18.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-26T03:24:18.138Z] 354a9cfa5efe: Preparing [2023-01-26T03:24:18.138Z] 72cd92039871: Preparing [2023-01-26T03:24:18.138Z] d8f1928ed366: Preparing [2023-01-26T03:24:18.138Z] 2908a7caf82c: Preparing [2023-01-26T03:24:18.138Z] 2012f00a8ede: Preparing [2023-01-26T03:24:18.138Z] c9cde0716e0f: Preparing [2023-01-26T03:24:18.138Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:18.138Z] c9cde0716e0f: Waiting [2023-01-26T03:24:18.138Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:18.138Z] 354a9cfa5efe: Layer already exists [2023-01-26T03:24:18.138Z] 2908a7caf82c: Layer already exists [2023-01-26T03:24:18.138Z] 72cd92039871: Layer already exists [2023-01-26T03:24:18.138Z] d8f1928ed366: Layer already exists [2023-01-26T03:24:18.138Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:18.138Z] c9cde0716e0f: Layer already exists [2023-01-26T03:24:18.138Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:18.138Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:682558380aee35fb9210ce78fd4ef8e5a311aaf0e87cbbb2256ba6463846a3c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:18.446Z] + 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 [2023-01-26T03:24:18.746Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-01-26T03:24:18.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-26T03:24:18.746Z] 354a9cfa5efe: Preparing [2023-01-26T03:24:18.746Z] 72cd92039871: Preparing [2023-01-26T03:24:18.746Z] d8f1928ed366: Preparing [2023-01-26T03:24:18.746Z] 2908a7caf82c: Preparing [2023-01-26T03:24:18.746Z] 2012f00a8ede: Preparing [2023-01-26T03:24:18.746Z] c9cde0716e0f: Preparing [2023-01-26T03:24:18.746Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:18.746Z] c9cde0716e0f: Waiting [2023-01-26T03:24:18.746Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:18.746Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:18.746Z] 72cd92039871: Layer already exists [2023-01-26T03:24:18.746Z] 2908a7caf82c: Layer already exists [2023-01-26T03:24:18.746Z] d8f1928ed366: Layer already exists [2023-01-26T03:24:18.746Z] 354a9cfa5efe: Layer already exists [2023-01-26T03:24:18.746Z] c9cde0716e0f: Layer already exists [2023-01-26T03:24:18.746Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:18.746Z] main: digest: sha256:682558380aee35fb9210ce78fd4ef8e5a311aaf0e87cbbb2256ba6463846a3c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:24:18.782Z] ===================================================== [Pipeline] echo [2023-01-26T03:24:18.787Z] taggedImages: [2023-01-26T03:24:18.787Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:18.787Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-01-26T03:24:18.787Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.29 [2023-01-26T03:24:18.787Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:18.787Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-01-26T03:24:18.805Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-01-26T03:24:18.805Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:18.805Z] latest [2023-01-26T03:24:18.805Z] 3.0.0-dev.29 [2023-01-26T03:24:18.805Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:18.805Z] main [2023-01-26T03:24:18.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:19.111Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:19.415Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:19.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-26T03:24:19.415Z] 9ea3a8f3e895: Preparing [2023-01-26T03:24:19.415Z] 07bbf061c770: Preparing [2023-01-26T03:24:19.415Z] 2012f00a8ede: Preparing [2023-01-26T03:24:19.415Z] 8eb605afbc89: Preparing [2023-01-26T03:24:19.415Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:19.415Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:19.415Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:19.415Z] 9ea3a8f3e895: Pushed [2023-01-26T03:24:19.415Z] 8eb605afbc89: Pushed [2023-01-26T03:24:20.796Z] 07bbf061c770: Pushed [2023-01-26T03:24:20.796Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:afc9d38d31d7ed2e9986707a17ada08bba22c82ac77a694d176bc663aca53c5d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:21.110Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:21.414Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-26T03:24:21.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-26T03:24:21.414Z] 9ea3a8f3e895: Preparing [2023-01-26T03:24:21.414Z] 07bbf061c770: Preparing [2023-01-26T03:24:21.414Z] 2012f00a8ede: Preparing [2023-01-26T03:24:21.414Z] 8eb605afbc89: Preparing [2023-01-26T03:24:21.414Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:21.414Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:21.414Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:21.414Z] 07bbf061c770: Layer already exists [2023-01-26T03:24:21.414Z] 9ea3a8f3e895: Layer already exists [2023-01-26T03:24:21.414Z] 8eb605afbc89: Layer already exists [2023-01-26T03:24:21.414Z] latest: digest: sha256:afc9d38d31d7ed2e9986707a17ada08bba22c82ac77a694d176bc663aca53c5d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:21.716Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:22.016Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.29 [2023-01-26T03:24:22.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-26T03:24:22.016Z] 9ea3a8f3e895: Preparing [2023-01-26T03:24:22.016Z] 07bbf061c770: Preparing [2023-01-26T03:24:22.016Z] 2012f00a8ede: Preparing [2023-01-26T03:24:22.016Z] 8eb605afbc89: Preparing [2023-01-26T03:24:22.016Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:22.016Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:22.016Z] 9ea3a8f3e895: Layer already exists [2023-01-26T03:24:22.016Z] 8eb605afbc89: Layer already exists [2023-01-26T03:24:22.016Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:22.016Z] 07bbf061c770: Layer already exists [2023-01-26T03:24:22.016Z] 3.0.0-dev.29: digest: sha256:afc9d38d31d7ed2e9986707a17ada08bba22c82ac77a694d176bc663aca53c5d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:22.319Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:22.614Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:22.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-26T03:24:22.615Z] 9ea3a8f3e895: Preparing [2023-01-26T03:24:22.615Z] 07bbf061c770: Preparing [2023-01-26T03:24:22.615Z] 2012f00a8ede: Preparing [2023-01-26T03:24:22.615Z] 8eb605afbc89: Preparing [2023-01-26T03:24:22.615Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:22.615Z] 9ea3a8f3e895: Layer already exists [2023-01-26T03:24:22.615Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:22.615Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:22.615Z] 8eb605afbc89: Layer already exists [2023-01-26T03:24:22.615Z] 07bbf061c770: Layer already exists [2023-01-26T03:24:22.615Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:afc9d38d31d7ed2e9986707a17ada08bba22c82ac77a694d176bc663aca53c5d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:22.917Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:23.216Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-01-26T03:24:23.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-26T03:24:23.216Z] 9ea3a8f3e895: Preparing [2023-01-26T03:24:23.216Z] 07bbf061c770: Preparing [2023-01-26T03:24:23.216Z] 2012f00a8ede: Preparing [2023-01-26T03:24:23.216Z] 8eb605afbc89: Preparing [2023-01-26T03:24:23.216Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:23.216Z] 8eb605afbc89: Layer already exists [2023-01-26T03:24:23.216Z] 07bbf061c770: Layer already exists [2023-01-26T03:24:23.216Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:23.216Z] 9ea3a8f3e895: Layer already exists [2023-01-26T03:24:23.216Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:23.216Z] main: digest: sha256:afc9d38d31d7ed2e9986707a17ada08bba22c82ac77a694d176bc663aca53c5d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:24:23.252Z] ===================================================== [Pipeline] echo [2023-01-26T03:24:23.258Z] taggedImages: [2023-01-26T03:24:23.258Z] - nexus3.edgexfoundry.org:10004/core-data:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:23.258Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-26T03:24:23.258Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.29 [2023-01-26T03:24:23.258Z] - nexus3.edgexfoundry.org:10004/core-data:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:23.258Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-01-26T03:24:23.273Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-01-26T03:24:23.273Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:23.273Z] latest [2023-01-26T03:24:23.273Z] 3.0.0-dev.29 [2023-01-26T03:24:23.273Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:23.273Z] main [2023-01-26T03:24:23.273Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:23.582Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:23.880Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:23.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-26T03:24:23.881Z] 996c9a308117: Preparing [2023-01-26T03:24:23.881Z] 15d38394fdd0: Preparing [2023-01-26T03:24:23.881Z] 0196821d0ac8: Preparing [2023-01-26T03:24:23.881Z] 2012f00a8ede: Preparing [2023-01-26T03:24:23.881Z] 2e59bde1859b: Preparing [2023-01-26T03:24:23.881Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:23.881Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:23.881Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:23.881Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:23.881Z] 2e59bde1859b: Pushed [2023-01-26T03:24:23.881Z] 15d38394fdd0: Pushed [2023-01-26T03:24:23.881Z] 996c9a308117: Pushed [2023-01-26T03:24:25.260Z] 0196821d0ac8: Pushed [2023-01-26T03:24:25.519Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:a133a0e5bc86d7a185880afa963374d50c5cf2eb0d94d1af229b7309544a4512 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:25.823Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:26.122Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-26T03:24:26.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-26T03:24:26.122Z] 996c9a308117: Preparing [2023-01-26T03:24:26.122Z] 15d38394fdd0: Preparing [2023-01-26T03:24:26.122Z] 0196821d0ac8: Preparing [2023-01-26T03:24:26.122Z] 2012f00a8ede: Preparing [2023-01-26T03:24:26.122Z] 2e59bde1859b: Preparing [2023-01-26T03:24:26.122Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:26.122Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:26.122Z] 15d38394fdd0: Layer already exists [2023-01-26T03:24:26.122Z] 2e59bde1859b: Layer already exists [2023-01-26T03:24:26.122Z] 0196821d0ac8: Layer already exists [2023-01-26T03:24:26.122Z] 996c9a308117: Layer already exists [2023-01-26T03:24:26.122Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:26.122Z] latest: digest: sha256:a133a0e5bc86d7a185880afa963374d50c5cf2eb0d94d1af229b7309544a4512 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:26.423Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:26.724Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.29 [2023-01-26T03:24:26.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-26T03:24:26.724Z] 996c9a308117: Preparing [2023-01-26T03:24:26.724Z] 15d38394fdd0: Preparing [2023-01-26T03:24:26.724Z] 0196821d0ac8: Preparing [2023-01-26T03:24:26.724Z] 2012f00a8ede: Preparing [2023-01-26T03:24:26.724Z] 2e59bde1859b: Preparing [2023-01-26T03:24:26.724Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:26.724Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:26.724Z] 2e59bde1859b: Layer already exists [2023-01-26T03:24:26.724Z] 15d38394fdd0: Layer already exists [2023-01-26T03:24:26.724Z] 0196821d0ac8: Layer already exists [2023-01-26T03:24:26.724Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:26.724Z] 996c9a308117: Layer already exists [2023-01-26T03:24:26.724Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:26.724Z] 3.0.0-dev.29: digest: sha256:a133a0e5bc86d7a185880afa963374d50c5cf2eb0d94d1af229b7309544a4512 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:27.026Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:27.324Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:27.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-26T03:24:27.324Z] 996c9a308117: Preparing [2023-01-26T03:24:27.324Z] 15d38394fdd0: Preparing [2023-01-26T03:24:27.324Z] 0196821d0ac8: Preparing [2023-01-26T03:24:27.324Z] 2012f00a8ede: Preparing [2023-01-26T03:24:27.324Z] 2e59bde1859b: Preparing [2023-01-26T03:24:27.324Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:27.324Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:27.324Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:27.324Z] 996c9a308117: Layer already exists [2023-01-26T03:24:27.324Z] 2e59bde1859b: Layer already exists [2023-01-26T03:24:27.324Z] 15d38394fdd0: Layer already exists [2023-01-26T03:24:27.324Z] 0196821d0ac8: Layer already exists [2023-01-26T03:24:27.324Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:27.324Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:a133a0e5bc86d7a185880afa963374d50c5cf2eb0d94d1af229b7309544a4512 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:27.625Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:27.915Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-01-26T03:24:27.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-26T03:24:27.915Z] 996c9a308117: Preparing [2023-01-26T03:24:27.915Z] 15d38394fdd0: Preparing [2023-01-26T03:24:27.915Z] 0196821d0ac8: Preparing [2023-01-26T03:24:27.915Z] 2012f00a8ede: Preparing [2023-01-26T03:24:27.915Z] 2e59bde1859b: Preparing [2023-01-26T03:24:27.915Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:27.916Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:27.916Z] 996c9a308117: Layer already exists [2023-01-26T03:24:27.916Z] 15d38394fdd0: Layer already exists [2023-01-26T03:24:27.916Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:27.916Z] 0196821d0ac8: Layer already exists [2023-01-26T03:24:27.916Z] 2e59bde1859b: Layer already exists [2023-01-26T03:24:27.916Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:27.916Z] main: digest: sha256:a133a0e5bc86d7a185880afa963374d50c5cf2eb0d94d1af229b7309544a4512 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:24:27.948Z] ===================================================== [Pipeline] echo [2023-01-26T03:24:27.953Z] taggedImages: [2023-01-26T03:24:27.953Z] - nexus3.edgexfoundry.org:10004/core-metadata:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:27.953Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-26T03:24:27.953Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.29 [2023-01-26T03:24:27.953Z] - nexus3.edgexfoundry.org:10004/core-metadata:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:27.953Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-01-26T03:24:27.968Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-01-26T03:24:27.968Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:27.968Z] latest [2023-01-26T03:24:27.968Z] 3.0.0-dev.29 [2023-01-26T03:24:27.968Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:27.968Z] main [2023-01-26T03:24:27.968Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:28.271Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:28.594Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:28.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-26T03:24:28.594Z] 1039b2b76436: Preparing [2023-01-26T03:24:28.594Z] 1039b2b76436: Preparing [2023-01-26T03:24:28.594Z] 0f4871b20561: Preparing [2023-01-26T03:24:28.594Z] cf8d7f2c5fc0: Preparing [2023-01-26T03:24:28.594Z] 7ba6da407851: Preparing [2023-01-26T03:24:28.594Z] bca816994077: Preparing [2023-01-26T03:24:28.594Z] dd0d6a43c8c4: Preparing [2023-01-26T03:24:28.594Z] 2012f00a8ede: Preparing [2023-01-26T03:24:28.594Z] 0477a0b87c80: Preparing [2023-01-26T03:24:28.594Z] ed363d77557c: Preparing [2023-01-26T03:24:28.594Z] c1596838c679: Preparing [2023-01-26T03:24:28.594Z] 07aa51dba016: Preparing [2023-01-26T03:24:28.594Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:28.594Z] 2012f00a8ede: Waiting [2023-01-26T03:24:28.594Z] dd0d6a43c8c4: Waiting [2023-01-26T03:24:28.594Z] 0477a0b87c80: Waiting [2023-01-26T03:24:28.594Z] 07aa51dba016: Waiting [2023-01-26T03:24:28.594Z] ed363d77557c: Waiting [2023-01-26T03:24:28.594Z] c1596838c679: Waiting [2023-01-26T03:24:28.594Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:28.594Z] bca816994077: Pushed [2023-01-26T03:24:28.594Z] 7ba6da407851: Pushed [2023-01-26T03:24:28.858Z] 0f4871b20561: Pushed [2023-01-26T03:24:28.858Z] cf8d7f2c5fc0: Pushed [2023-01-26T03:24:28.858Z] 1039b2b76436: Pushed [2023-01-26T03:24:28.858Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:28.858Z] ed363d77557c: Pushed [2023-01-26T03:24:28.858Z] 0477a0b87c80: Pushed [2023-01-26T03:24:28.858Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:28.858Z] 07aa51dba016: Pushed [2023-01-26T03:24:28.858Z] c1596838c679: Pushed [2023-01-26T03:24:30.765Z] dd0d6a43c8c4: Pushed [2023-01-26T03:24:30.765Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:1c9195ae8029201440d82170872dbef11920860669ea5822ebc57b35fecbdb46 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:31.073Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:31.375Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-26T03:24:31.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-26T03:24:31.375Z] 1039b2b76436: Preparing [2023-01-26T03:24:31.375Z] 1039b2b76436: Preparing [2023-01-26T03:24:31.375Z] 0f4871b20561: Preparing [2023-01-26T03:24:31.375Z] cf8d7f2c5fc0: Preparing [2023-01-26T03:24:31.375Z] 7ba6da407851: Preparing [2023-01-26T03:24:31.375Z] bca816994077: Preparing [2023-01-26T03:24:31.375Z] dd0d6a43c8c4: Preparing [2023-01-26T03:24:31.375Z] 2012f00a8ede: Preparing [2023-01-26T03:24:31.375Z] 0477a0b87c80: Preparing [2023-01-26T03:24:31.375Z] ed363d77557c: Preparing [2023-01-26T03:24:31.375Z] c1596838c679: Preparing [2023-01-26T03:24:31.375Z] 07aa51dba016: Preparing [2023-01-26T03:24:31.375Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:31.375Z] 2012f00a8ede: Waiting [2023-01-26T03:24:31.375Z] 0477a0b87c80: Waiting [2023-01-26T03:24:31.375Z] ed363d77557c: Waiting [2023-01-26T03:24:31.375Z] c1596838c679: Waiting [2023-01-26T03:24:31.375Z] 07aa51dba016: Waiting [2023-01-26T03:24:31.375Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:31.375Z] dd0d6a43c8c4: Waiting [2023-01-26T03:24:31.375Z] 1039b2b76436: Layer already exists [2023-01-26T03:24:31.375Z] bca816994077: Layer already exists [2023-01-26T03:24:31.375Z] cf8d7f2c5fc0: Layer already exists [2023-01-26T03:24:31.375Z] 7ba6da407851: Layer already exists [2023-01-26T03:24:31.375Z] 0f4871b20561: Layer already exists [2023-01-26T03:24:31.375Z] dd0d6a43c8c4: Layer already exists [2023-01-26T03:24:31.375Z] 0477a0b87c80: Layer already exists [2023-01-26T03:24:31.375Z] ed363d77557c: Layer already exists [2023-01-26T03:24:31.375Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:31.375Z] c1596838c679: Layer already exists [2023-01-26T03:24:31.375Z] 07aa51dba016: Layer already exists [2023-01-26T03:24:31.375Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:31.375Z] latest: digest: sha256:1c9195ae8029201440d82170872dbef11920860669ea5822ebc57b35fecbdb46 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:31.687Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:31.991Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.29 [2023-01-26T03:24:31.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-26T03:24:31.991Z] 1039b2b76436: Preparing [2023-01-26T03:24:31.991Z] 1039b2b76436: Preparing [2023-01-26T03:24:31.991Z] 0f4871b20561: Preparing [2023-01-26T03:24:31.991Z] cf8d7f2c5fc0: Preparing [2023-01-26T03:24:31.991Z] 7ba6da407851: Preparing [2023-01-26T03:24:31.991Z] bca816994077: Preparing [2023-01-26T03:24:31.991Z] dd0d6a43c8c4: Preparing [2023-01-26T03:24:31.991Z] 2012f00a8ede: Preparing [2023-01-26T03:24:31.991Z] 0477a0b87c80: Preparing [2023-01-26T03:24:31.991Z] ed363d77557c: Preparing [2023-01-26T03:24:31.991Z] c1596838c679: Preparing [2023-01-26T03:24:31.991Z] 07aa51dba016: Preparing [2023-01-26T03:24:31.991Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:31.991Z] dd0d6a43c8c4: Waiting [2023-01-26T03:24:31.991Z] 2012f00a8ede: Waiting [2023-01-26T03:24:31.991Z] 0477a0b87c80: Waiting [2023-01-26T03:24:31.991Z] ed363d77557c: Waiting [2023-01-26T03:24:31.991Z] c1596838c679: Waiting [2023-01-26T03:24:31.991Z] 07aa51dba016: Waiting [2023-01-26T03:24:31.991Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:31.991Z] bca816994077: Layer already exists [2023-01-26T03:24:31.991Z] 7ba6da407851: Layer already exists [2023-01-26T03:24:31.991Z] cf8d7f2c5fc0: Layer already exists [2023-01-26T03:24:31.991Z] 1039b2b76436: Layer already exists [2023-01-26T03:24:31.991Z] 0f4871b20561: Layer already exists [2023-01-26T03:24:31.991Z] dd0d6a43c8c4: Layer already exists [2023-01-26T03:24:31.991Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:31.991Z] c1596838c679: Layer already exists [2023-01-26T03:24:31.991Z] 0477a0b87c80: Layer already exists [2023-01-26T03:24:31.991Z] ed363d77557c: Layer already exists [2023-01-26T03:24:31.991Z] 07aa51dba016: Layer already exists [2023-01-26T03:24:31.991Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:31.991Z] 3.0.0-dev.29: digest: sha256:1c9195ae8029201440d82170872dbef11920860669ea5822ebc57b35fecbdb46 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:32.296Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:32.593Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:32.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-26T03:24:32.593Z] 1039b2b76436: Preparing [2023-01-26T03:24:32.593Z] 1039b2b76436: Preparing [2023-01-26T03:24:32.593Z] 0f4871b20561: Preparing [2023-01-26T03:24:32.593Z] cf8d7f2c5fc0: Preparing [2023-01-26T03:24:32.593Z] 7ba6da407851: Preparing [2023-01-26T03:24:32.593Z] bca816994077: Preparing [2023-01-26T03:24:32.593Z] dd0d6a43c8c4: Preparing [2023-01-26T03:24:32.593Z] 2012f00a8ede: Preparing [2023-01-26T03:24:32.593Z] 0477a0b87c80: Preparing [2023-01-26T03:24:32.593Z] ed363d77557c: Preparing [2023-01-26T03:24:32.593Z] c1596838c679: Preparing [2023-01-26T03:24:32.593Z] 07aa51dba016: Preparing [2023-01-26T03:24:32.593Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:32.593Z] 2012f00a8ede: Waiting [2023-01-26T03:24:32.593Z] 0477a0b87c80: Waiting [2023-01-26T03:24:32.593Z] dd0d6a43c8c4: Waiting [2023-01-26T03:24:32.593Z] ed363d77557c: Waiting [2023-01-26T03:24:32.593Z] c1596838c679: Waiting [2023-01-26T03:24:32.593Z] 07aa51dba016: Waiting [2023-01-26T03:24:32.593Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:32.593Z] 1039b2b76436: Layer already exists [2023-01-26T03:24:32.593Z] 7ba6da407851: Layer already exists [2023-01-26T03:24:32.593Z] 0f4871b20561: Layer already exists [2023-01-26T03:24:32.593Z] bca816994077: Layer already exists [2023-01-26T03:24:32.593Z] cf8d7f2c5fc0: Layer already exists [2023-01-26T03:24:32.593Z] 0477a0b87c80: Layer already exists [2023-01-26T03:24:32.593Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:32.593Z] c1596838c679: Layer already exists [2023-01-26T03:24:32.593Z] ed363d77557c: Layer already exists [2023-01-26T03:24:32.593Z] dd0d6a43c8c4: Layer already exists [2023-01-26T03:24:32.593Z] 07aa51dba016: Layer already exists [2023-01-26T03:24:32.593Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:32.593Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:1c9195ae8029201440d82170872dbef11920860669ea5822ebc57b35fecbdb46 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:32.895Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:33.195Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-01-26T03:24:33.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-26T03:24:33.195Z] 1039b2b76436: Preparing [2023-01-26T03:24:33.195Z] 1039b2b76436: Preparing [2023-01-26T03:24:33.195Z] 0f4871b20561: Preparing [2023-01-26T03:24:33.195Z] cf8d7f2c5fc0: Preparing [2023-01-26T03:24:33.195Z] 7ba6da407851: Preparing [2023-01-26T03:24:33.195Z] bca816994077: Preparing [2023-01-26T03:24:33.195Z] dd0d6a43c8c4: Preparing [2023-01-26T03:24:33.195Z] 2012f00a8ede: Preparing [2023-01-26T03:24:33.195Z] 0477a0b87c80: Preparing [2023-01-26T03:24:33.195Z] ed363d77557c: Preparing [2023-01-26T03:24:33.195Z] dd0d6a43c8c4: Waiting [2023-01-26T03:24:33.195Z] 2012f00a8ede: Waiting [2023-01-26T03:24:33.195Z] 0477a0b87c80: Waiting [2023-01-26T03:24:33.195Z] ed363d77557c: Waiting [2023-01-26T03:24:33.195Z] c1596838c679: Preparing [2023-01-26T03:24:33.195Z] 07aa51dba016: Preparing [2023-01-26T03:24:33.195Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:33.195Z] c1596838c679: Waiting [2023-01-26T03:24:33.195Z] 07aa51dba016: Waiting [2023-01-26T03:24:33.195Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:33.195Z] bca816994077: Layer already exists [2023-01-26T03:24:33.195Z] cf8d7f2c5fc0: Layer already exists [2023-01-26T03:24:33.195Z] 7ba6da407851: Layer already exists [2023-01-26T03:24:33.195Z] 0f4871b20561: Layer already exists [2023-01-26T03:24:33.195Z] 1039b2b76436: Layer already exists [2023-01-26T03:24:33.195Z] dd0d6a43c8c4: Layer already exists [2023-01-26T03:24:33.195Z] 0477a0b87c80: Layer already exists [2023-01-26T03:24:33.195Z] ed363d77557c: Layer already exists [2023-01-26T03:24:33.195Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:33.195Z] c1596838c679: Layer already exists [2023-01-26T03:24:33.195Z] 07aa51dba016: Layer already exists [2023-01-26T03:24:33.195Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:33.195Z] main: digest: sha256:1c9195ae8029201440d82170872dbef11920860669ea5822ebc57b35fecbdb46 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:24:33.231Z] ===================================================== [Pipeline] echo [2023-01-26T03:24:33.238Z] taggedImages: [2023-01-26T03:24:33.238Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:33.238Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-26T03:24:33.238Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.29 [2023-01-26T03:24:33.238Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:33.238Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-01-26T03:24:33.253Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-01-26T03:24:33.253Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:33.253Z] latest [2023-01-26T03:24:33.253Z] 3.0.0-dev.29 [2023-01-26T03:24:33.253Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:33.253Z] main [2023-01-26T03:24:33.253Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:33.556Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:33.855Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:33.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-26T03:24:33.855Z] 7246704098f2: Preparing [2023-01-26T03:24:33.855Z] 0829ff0cf443: Preparing [2023-01-26T03:24:33.855Z] 5069ff19b69a: Preparing [2023-01-26T03:24:33.855Z] 037f8e1bb5f6: Preparing [2023-01-26T03:24:33.855Z] af11dbb1103e: Preparing [2023-01-26T03:24:33.855Z] 16d5792a6cf7: Preparing [2023-01-26T03:24:33.855Z] d0838731aace: Preparing [2023-01-26T03:24:33.855Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:33.855Z] 16d5792a6cf7: Waiting [2023-01-26T03:24:33.855Z] d0838731aace: Waiting [2023-01-26T03:24:33.855Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:33.855Z] af11dbb1103e: Pushed [2023-01-26T03:24:33.855Z] 7246704098f2: Pushed [2023-01-26T03:24:33.855Z] 0829ff0cf443: Pushed [2023-01-26T03:24:33.855Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:34.195Z] 16d5792a6cf7: Pushed [2023-01-26T03:24:34.855Z] d0838731aace: Pushed [2023-01-26T03:24:34.855Z] 037f8e1bb5f6: Pushed [2023-01-26T03:24:35.114Z] 5069ff19b69a: Pushed [2023-01-26T03:24:35.114Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:bc55957c293106a96397e85bf74cc3909f64ceccd6c1f35c0887ff28d7f1a2f5 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:35.422Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:35.726Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-26T03:24:35.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-26T03:24:35.726Z] 7246704098f2: Preparing [2023-01-26T03:24:35.726Z] 0829ff0cf443: Preparing [2023-01-26T03:24:35.726Z] 5069ff19b69a: Preparing [2023-01-26T03:24:35.726Z] 037f8e1bb5f6: Preparing [2023-01-26T03:24:35.726Z] af11dbb1103e: Preparing [2023-01-26T03:24:35.726Z] 16d5792a6cf7: Preparing [2023-01-26T03:24:35.726Z] d0838731aace: Preparing [2023-01-26T03:24:35.726Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:35.726Z] 16d5792a6cf7: Waiting [2023-01-26T03:24:35.726Z] d0838731aace: Waiting [2023-01-26T03:24:35.726Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:35.726Z] af11dbb1103e: Layer already exists [2023-01-26T03:24:35.726Z] 037f8e1bb5f6: Layer already exists [2023-01-26T03:24:35.726Z] 0829ff0cf443: Layer already exists [2023-01-26T03:24:35.726Z] 5069ff19b69a: Layer already exists [2023-01-26T03:24:35.726Z] 7246704098f2: Layer already exists [2023-01-26T03:24:35.726Z] 16d5792a6cf7: Layer already exists [2023-01-26T03:24:35.726Z] d0838731aace: Layer already exists [2023-01-26T03:24:35.726Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:35.726Z] latest: digest: sha256:bc55957c293106a96397e85bf74cc3909f64ceccd6c1f35c0887ff28d7f1a2f5 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:36.037Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:36.346Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.29 [2023-01-26T03:24:36.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-26T03:24:36.346Z] 7246704098f2: Preparing [2023-01-26T03:24:36.346Z] 0829ff0cf443: Preparing [2023-01-26T03:24:36.346Z] 5069ff19b69a: Preparing [2023-01-26T03:24:36.346Z] 037f8e1bb5f6: Preparing [2023-01-26T03:24:36.346Z] af11dbb1103e: Preparing [2023-01-26T03:24:36.346Z] 16d5792a6cf7: Preparing [2023-01-26T03:24:36.346Z] d0838731aace: Preparing [2023-01-26T03:24:36.346Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:36.346Z] d0838731aace: Waiting [2023-01-26T03:24:36.346Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:36.346Z] 16d5792a6cf7: Waiting [2023-01-26T03:24:36.346Z] 7246704098f2: Layer already exists [2023-01-26T03:24:36.346Z] 5069ff19b69a: Layer already exists [2023-01-26T03:24:36.346Z] 0829ff0cf443: Layer already exists [2023-01-26T03:24:36.346Z] 037f8e1bb5f6: Layer already exists [2023-01-26T03:24:36.346Z] af11dbb1103e: Layer already exists [2023-01-26T03:24:36.346Z] 16d5792a6cf7: Layer already exists [2023-01-26T03:24:36.346Z] d0838731aace: Layer already exists [2023-01-26T03:24:36.346Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:36.346Z] 3.0.0-dev.29: digest: sha256:bc55957c293106a96397e85bf74cc3909f64ceccd6c1f35c0887ff28d7f1a2f5 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:36.655Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:36.960Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:36.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-26T03:24:36.960Z] 7246704098f2: Preparing [2023-01-26T03:24:36.960Z] 0829ff0cf443: Preparing [2023-01-26T03:24:36.960Z] 5069ff19b69a: Preparing [2023-01-26T03:24:36.960Z] 037f8e1bb5f6: Preparing [2023-01-26T03:24:36.960Z] af11dbb1103e: Preparing [2023-01-26T03:24:36.960Z] 16d5792a6cf7: Preparing [2023-01-26T03:24:36.960Z] d0838731aace: Preparing [2023-01-26T03:24:36.960Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:36.960Z] 16d5792a6cf7: Waiting [2023-01-26T03:24:36.960Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:36.960Z] d0838731aace: Waiting [2023-01-26T03:24:36.960Z] 037f8e1bb5f6: Layer already exists [2023-01-26T03:24:36.960Z] af11dbb1103e: Layer already exists [2023-01-26T03:24:36.960Z] 5069ff19b69a: Layer already exists [2023-01-26T03:24:36.960Z] 7246704098f2: Layer already exists [2023-01-26T03:24:36.960Z] 0829ff0cf443: Layer already exists [2023-01-26T03:24:36.960Z] 16d5792a6cf7: Layer already exists [2023-01-26T03:24:36.960Z] d0838731aace: Layer already exists [2023-01-26T03:24:36.960Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:36.960Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:bc55957c293106a96397e85bf74cc3909f64ceccd6c1f35c0887ff28d7f1a2f5 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:37.264Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:37.566Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-01-26T03:24:37.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-26T03:24:37.566Z] 7246704098f2: Preparing [2023-01-26T03:24:37.566Z] 0829ff0cf443: Preparing [2023-01-26T03:24:37.566Z] 5069ff19b69a: Preparing [2023-01-26T03:24:37.566Z] 037f8e1bb5f6: Preparing [2023-01-26T03:24:37.566Z] af11dbb1103e: Preparing [2023-01-26T03:24:37.566Z] 16d5792a6cf7: Preparing [2023-01-26T03:24:37.566Z] d0838731aace: Preparing [2023-01-26T03:24:37.566Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:37.566Z] 16d5792a6cf7: Waiting [2023-01-26T03:24:37.566Z] d0838731aace: Waiting [2023-01-26T03:24:37.566Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:37.566Z] 0829ff0cf443: Layer already exists [2023-01-26T03:24:37.566Z] 037f8e1bb5f6: Layer already exists [2023-01-26T03:24:37.566Z] 7246704098f2: Layer already exists [2023-01-26T03:24:37.566Z] 5069ff19b69a: Layer already exists [2023-01-26T03:24:37.566Z] af11dbb1103e: Layer already exists [2023-01-26T03:24:37.566Z] d0838731aace: Layer already exists [2023-01-26T03:24:37.566Z] 16d5792a6cf7: Layer already exists [2023-01-26T03:24:37.566Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:37.566Z] main: digest: sha256:bc55957c293106a96397e85bf74cc3909f64ceccd6c1f35c0887ff28d7f1a2f5 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:24:37.603Z] ===================================================== [Pipeline] echo [2023-01-26T03:24:37.608Z] taggedImages: [2023-01-26T03:24:37.608Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:37.608Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-26T03:24:37.608Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.29 [2023-01-26T03:24:37.608Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:37.608Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-01-26T03:24:37.623Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-01-26T03:24:37.623Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:37.623Z] latest [2023-01-26T03:24:37.623Z] 3.0.0-dev.29 [2023-01-26T03:24:37.623Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:37.623Z] main [2023-01-26T03:24:37.623Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:37.927Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:38.238Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:38.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-26T03:24:38.239Z] c3b1956c04be: Preparing [2023-01-26T03:24:38.239Z] 3f0085e88e63: Preparing [2023-01-26T03:24:38.239Z] d249ee492e7f: Preparing [2023-01-26T03:24:38.239Z] 6b6d4d707b5e: Preparing [2023-01-26T03:24:38.239Z] 37109756a581: Preparing [2023-01-26T03:24:38.239Z] 08045e3a94a0: Preparing [2023-01-26T03:24:38.239Z] fd7e74bebfdb: Preparing [2023-01-26T03:24:38.239Z] 1af636857782: Preparing [2023-01-26T03:24:38.239Z] 5c61d8b8bfae: Preparing [2023-01-26T03:24:38.239Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:38.239Z] fd7e74bebfdb: Waiting [2023-01-26T03:24:38.239Z] 5c61d8b8bfae: Waiting [2023-01-26T03:24:38.239Z] 08045e3a94a0: Waiting [2023-01-26T03:24:38.239Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:38.239Z] 1af636857782: Waiting [2023-01-26T03:24:38.239Z] 3f0085e88e63: Pushed [2023-01-26T03:24:38.239Z] c3b1956c04be: Pushed [2023-01-26T03:24:38.239Z] 37109756a581: Pushed [2023-01-26T03:24:38.497Z] 08045e3a94a0: Pushed [2023-01-26T03:24:38.497Z] fd7e74bebfdb: Pushed [2023-01-26T03:24:38.497Z] 1af636857782: Pushed [2023-01-26T03:24:38.497Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:38.497Z] 5c61d8b8bfae: Pushed [2023-01-26T03:24:39.432Z] 6b6d4d707b5e: Pushed [2023-01-26T03:24:39.690Z] d249ee492e7f: Pushed [2023-01-26T03:24:39.949Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:feb75a459a98f124fc6c1a77449b1a09a55feb4dd23161a644eae3bdeac0af5a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:40.254Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:40.554Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-26T03:24:40.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-26T03:24:40.554Z] c3b1956c04be: Preparing [2023-01-26T03:24:40.554Z] 3f0085e88e63: Preparing [2023-01-26T03:24:40.554Z] d249ee492e7f: Preparing [2023-01-26T03:24:40.554Z] 6b6d4d707b5e: Preparing [2023-01-26T03:24:40.554Z] 37109756a581: Preparing [2023-01-26T03:24:40.554Z] 08045e3a94a0: Preparing [2023-01-26T03:24:40.554Z] fd7e74bebfdb: Preparing [2023-01-26T03:24:40.554Z] 1af636857782: Preparing [2023-01-26T03:24:40.554Z] 5c61d8b8bfae: Preparing [2023-01-26T03:24:40.554Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:40.554Z] 08045e3a94a0: Waiting [2023-01-26T03:24:40.554Z] fd7e74bebfdb: Waiting [2023-01-26T03:24:40.554Z] 1af636857782: Waiting [2023-01-26T03:24:40.554Z] 5c61d8b8bfae: Waiting [2023-01-26T03:24:40.554Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:40.554Z] 6b6d4d707b5e: Layer already exists [2023-01-26T03:24:40.554Z] d249ee492e7f: Layer already exists [2023-01-26T03:24:40.554Z] 3f0085e88e63: Layer already exists [2023-01-26T03:24:40.554Z] 37109756a581: Layer already exists [2023-01-26T03:24:40.554Z] c3b1956c04be: Layer already exists [2023-01-26T03:24:40.554Z] 08045e3a94a0: Layer already exists [2023-01-26T03:24:40.554Z] fd7e74bebfdb: Layer already exists [2023-01-26T03:24:40.554Z] 5c61d8b8bfae: Layer already exists [2023-01-26T03:24:40.554Z] 1af636857782: Layer already exists [2023-01-26T03:24:40.554Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:40.554Z] latest: digest: sha256:feb75a459a98f124fc6c1a77449b1a09a55feb4dd23161a644eae3bdeac0af5a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:40.869Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:41.180Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.29 [2023-01-26T03:24:41.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-26T03:24:41.180Z] c3b1956c04be: Preparing [2023-01-26T03:24:41.180Z] 3f0085e88e63: Preparing [2023-01-26T03:24:41.180Z] d249ee492e7f: Preparing [2023-01-26T03:24:41.180Z] 6b6d4d707b5e: Preparing [2023-01-26T03:24:41.180Z] 37109756a581: Preparing [2023-01-26T03:24:41.180Z] 08045e3a94a0: Preparing [2023-01-26T03:24:41.180Z] fd7e74bebfdb: Preparing [2023-01-26T03:24:41.180Z] 1af636857782: Preparing [2023-01-26T03:24:41.180Z] 5c61d8b8bfae: Preparing [2023-01-26T03:24:41.180Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:41.180Z] 1af636857782: Waiting [2023-01-26T03:24:41.180Z] 5c61d8b8bfae: Waiting [2023-01-26T03:24:41.180Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:41.180Z] 08045e3a94a0: Waiting [2023-01-26T03:24:41.180Z] fd7e74bebfdb: Waiting [2023-01-26T03:24:41.180Z] 3f0085e88e63: Layer already exists [2023-01-26T03:24:41.180Z] 6b6d4d707b5e: Layer already exists [2023-01-26T03:24:41.180Z] c3b1956c04be: Layer already exists [2023-01-26T03:24:41.180Z] d249ee492e7f: Layer already exists [2023-01-26T03:24:41.180Z] 37109756a581: Layer already exists [2023-01-26T03:24:41.180Z] 08045e3a94a0: Layer already exists [2023-01-26T03:24:41.180Z] fd7e74bebfdb: Layer already exists [2023-01-26T03:24:41.180Z] 5c61d8b8bfae: Layer already exists [2023-01-26T03:24:41.180Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:41.180Z] 1af636857782: Layer already exists [2023-01-26T03:24:41.180Z] 3.0.0-dev.29: digest: sha256:feb75a459a98f124fc6c1a77449b1a09a55feb4dd23161a644eae3bdeac0af5a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:41.484Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:41.786Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:41.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-26T03:24:41.787Z] c3b1956c04be: Preparing [2023-01-26T03:24:41.787Z] 3f0085e88e63: Preparing [2023-01-26T03:24:41.787Z] d249ee492e7f: Preparing [2023-01-26T03:24:41.787Z] 6b6d4d707b5e: Preparing [2023-01-26T03:24:41.787Z] 37109756a581: Preparing [2023-01-26T03:24:41.787Z] 08045e3a94a0: Preparing [2023-01-26T03:24:41.787Z] fd7e74bebfdb: Preparing [2023-01-26T03:24:41.787Z] 1af636857782: Preparing [2023-01-26T03:24:41.787Z] 5c61d8b8bfae: Preparing [2023-01-26T03:24:41.787Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:41.787Z] 1af636857782: Waiting [2023-01-26T03:24:41.787Z] 5c61d8b8bfae: Waiting [2023-01-26T03:24:41.787Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:41.787Z] 08045e3a94a0: Waiting [2023-01-26T03:24:41.787Z] fd7e74bebfdb: Waiting [2023-01-26T03:24:41.787Z] 37109756a581: Layer already exists [2023-01-26T03:24:41.787Z] d249ee492e7f: Layer already exists [2023-01-26T03:24:41.787Z] c3b1956c04be: Layer already exists [2023-01-26T03:24:41.787Z] 3f0085e88e63: Layer already exists [2023-01-26T03:24:41.787Z] 6b6d4d707b5e: Layer already exists [2023-01-26T03:24:41.787Z] 08045e3a94a0: Layer already exists [2023-01-26T03:24:41.787Z] 1af636857782: Layer already exists [2023-01-26T03:24:41.787Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:41.787Z] 5c61d8b8bfae: Layer already exists [2023-01-26T03:24:41.787Z] fd7e74bebfdb: Layer already exists [2023-01-26T03:24:41.787Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:feb75a459a98f124fc6c1a77449b1a09a55feb4dd23161a644eae3bdeac0af5a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:42.103Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:42.411Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-01-26T03:24:42.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-26T03:24:42.411Z] c3b1956c04be: Preparing [2023-01-26T03:24:42.411Z] 3f0085e88e63: Preparing [2023-01-26T03:24:42.411Z] d249ee492e7f: Preparing [2023-01-26T03:24:42.411Z] 6b6d4d707b5e: Preparing [2023-01-26T03:24:42.411Z] 37109756a581: Preparing [2023-01-26T03:24:42.411Z] 08045e3a94a0: Preparing [2023-01-26T03:24:42.411Z] fd7e74bebfdb: Preparing [2023-01-26T03:24:42.411Z] 1af636857782: Preparing [2023-01-26T03:24:42.411Z] 5c61d8b8bfae: Preparing [2023-01-26T03:24:42.411Z] e5e13b0c77cb: Preparing [2023-01-26T03:24:42.411Z] fd7e74bebfdb: Waiting [2023-01-26T03:24:42.411Z] 1af636857782: Waiting [2023-01-26T03:24:42.411Z] 5c61d8b8bfae: Waiting [2023-01-26T03:24:42.411Z] e5e13b0c77cb: Waiting [2023-01-26T03:24:42.411Z] 08045e3a94a0: Waiting [2023-01-26T03:24:42.411Z] 37109756a581: Layer already exists [2023-01-26T03:24:42.411Z] 3f0085e88e63: Layer already exists [2023-01-26T03:24:42.411Z] d249ee492e7f: Layer already exists [2023-01-26T03:24:42.411Z] 6b6d4d707b5e: Layer already exists [2023-01-26T03:24:42.411Z] c3b1956c04be: Layer already exists [2023-01-26T03:24:42.411Z] 08045e3a94a0: Layer already exists [2023-01-26T03:24:42.411Z] 1af636857782: Layer already exists [2023-01-26T03:24:42.411Z] 5c61d8b8bfae: Layer already exists [2023-01-26T03:24:42.411Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:24:42.411Z] fd7e74bebfdb: Layer already exists [2023-01-26T03:24:42.411Z] main: digest: sha256:feb75a459a98f124fc6c1a77449b1a09a55feb4dd23161a644eae3bdeac0af5a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:24:42.457Z] ===================================================== [Pipeline] echo [2023-01-26T03:24:42.465Z] taggedImages: [2023-01-26T03:24:42.465Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:42.465Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-26T03:24:42.465Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.29 [2023-01-26T03:24:42.465Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:42.465Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-01-26T03:24:42.490Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-01-26T03:24:42.490Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:42.490Z] latest [2023-01-26T03:24:42.490Z] 3.0.0-dev.29 [2023-01-26T03:24:42.490Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:42.490Z] main [2023-01-26T03:24:42.490Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:42.807Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:43.108Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:43.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-26T03:24:43.108Z] 729579d7ae23: Preparing [2023-01-26T03:24:43.108Z] 2535a2650834: Preparing [2023-01-26T03:24:43.108Z] 2012f00a8ede: Preparing [2023-01-26T03:24:43.108Z] 15720f8a53b0: Preparing [2023-01-26T03:24:43.108Z] 34d5ebaa5410: Preparing [2023-01-26T03:24:43.108Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:24:43.108Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:43.108Z] 729579d7ae23: Pushed [2023-01-26T03:24:43.675Z] 15720f8a53b0: Pushed [2023-01-26T03:24:45.585Z] 2535a2650834: Pushed [2023-01-26T03:24:45.585Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:e24d5b57f66800e5d0d510a62a1059b91e9e48473f46c262b4c3ea105cace506 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:45.892Z] + 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 [2023-01-26T03:24:46.199Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-26T03:24:46.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-26T03:24:46.199Z] 729579d7ae23: Preparing [2023-01-26T03:24:46.199Z] 2535a2650834: Preparing [2023-01-26T03:24:46.199Z] 2012f00a8ede: Preparing [2023-01-26T03:24:46.199Z] 15720f8a53b0: Preparing [2023-01-26T03:24:46.199Z] 34d5ebaa5410: Preparing [2023-01-26T03:24:46.199Z] 729579d7ae23: Layer already exists [2023-01-26T03:24:46.199Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:24:46.199Z] 15720f8a53b0: Layer already exists [2023-01-26T03:24:46.199Z] 2535a2650834: Layer already exists [2023-01-26T03:24:46.199Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:46.199Z] latest: digest: sha256:e24d5b57f66800e5d0d510a62a1059b91e9e48473f46c262b4c3ea105cace506 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:46.507Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:46.820Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.29 [2023-01-26T03:24:46.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-26T03:24:46.820Z] 729579d7ae23: Preparing [2023-01-26T03:24:46.820Z] 2535a2650834: Preparing [2023-01-26T03:24:46.820Z] 2012f00a8ede: Preparing [2023-01-26T03:24:46.820Z] 15720f8a53b0: Preparing [2023-01-26T03:24:46.820Z] 34d5ebaa5410: Preparing [2023-01-26T03:24:46.820Z] 729579d7ae23: Layer already exists [2023-01-26T03:24:46.820Z] 2535a2650834: Layer already exists [2023-01-26T03:24:46.820Z] 15720f8a53b0: Layer already exists [2023-01-26T03:24:46.820Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:46.820Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:24:46.821Z] 3.0.0-dev.29: digest: sha256:e24d5b57f66800e5d0d510a62a1059b91e9e48473f46c262b4c3ea105cace506 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:47.123Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:47.429Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:47.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-26T03:24:47.429Z] 729579d7ae23: Preparing [2023-01-26T03:24:47.429Z] 2535a2650834: Preparing [2023-01-26T03:24:47.429Z] 2012f00a8ede: Preparing [2023-01-26T03:24:47.429Z] 15720f8a53b0: Preparing [2023-01-26T03:24:47.429Z] 34d5ebaa5410: Preparing [2023-01-26T03:24:47.429Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:47.429Z] 15720f8a53b0: Layer already exists [2023-01-26T03:24:47.429Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:24:47.429Z] 729579d7ae23: Layer already exists [2023-01-26T03:24:47.429Z] 2535a2650834: Layer already exists [2023-01-26T03:24:47.429Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:e24d5b57f66800e5d0d510a62a1059b91e9e48473f46c262b4c3ea105cace506 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:47.738Z] + 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 [2023-01-26T03:24:48.046Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-01-26T03:24:48.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-26T03:24:48.046Z] 729579d7ae23: Preparing [2023-01-26T03:24:48.046Z] 2535a2650834: Preparing [2023-01-26T03:24:48.046Z] 2012f00a8ede: Preparing [2023-01-26T03:24:48.046Z] 15720f8a53b0: Preparing [2023-01-26T03:24:48.046Z] 34d5ebaa5410: Preparing [2023-01-26T03:24:48.046Z] 729579d7ae23: Layer already exists [2023-01-26T03:24:48.046Z] 2535a2650834: Layer already exists [2023-01-26T03:24:48.046Z] 2012f00a8ede: Layer already exists [2023-01-26T03:24:48.046Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:24:48.046Z] 15720f8a53b0: Layer already exists [2023-01-26T03:24:48.046Z] main: digest: sha256:e24d5b57f66800e5d0d510a62a1059b91e9e48473f46c262b4c3ea105cace506 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:24:48.084Z] ===================================================== [Pipeline] echo [2023-01-26T03:24:48.090Z] taggedImages: [2023-01-26T03:24:48.090Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:48.090Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-26T03:24:48.090Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.29 [2023-01-26T03:24:48.090Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:48.090Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-01-26T03:24:48.106Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-01-26T03:24:48.106Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:48.106Z] latest [2023-01-26T03:24:48.106Z] 3.0.0-dev.29 [2023-01-26T03:24:48.106Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:48.106Z] main [2023-01-26T03:24:48.106Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:48.423Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:48.733Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:48.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-26T03:24:48.733Z] 789a6648bfb9: Preparing [2023-01-26T03:24:48.733Z] aef1b044c599: Preparing [2023-01-26T03:24:48.733Z] d87f4cc3173c: Preparing [2023-01-26T03:24:48.733Z] 2c20ddf34052: Preparing [2023-01-26T03:24:48.733Z] 4a56cb9b6c0d: Preparing [2023-01-26T03:24:48.733Z] 54aafce2b8f3: Preparing [2023-01-26T03:24:48.733Z] 34d5ebaa5410: Preparing [2023-01-26T03:24:48.733Z] 54aafce2b8f3: Waiting [2023-01-26T03:24:48.733Z] 34d5ebaa5410: Waiting [2023-01-26T03:24:48.733Z] d87f4cc3173c: Pushed [2023-01-26T03:24:48.733Z] aef1b044c599: Pushed [2023-01-26T03:24:48.733Z] 789a6648bfb9: Pushed [2023-01-26T03:24:48.733Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:24:49.305Z] 54aafce2b8f3: Pushed [2023-01-26T03:24:52.595Z] 4a56cb9b6c0d: Pushed [2023-01-26T03:24:55.889Z] 2c20ddf34052: Pushed [2023-01-26T03:24:55.889Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:34c557041165964a5db9d3689d31011fb1d84f6ef7f83899a90f665bd9cc77bb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:56.201Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:56.501Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-26T03:24:56.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-26T03:24:56.501Z] 789a6648bfb9: Preparing [2023-01-26T03:24:56.501Z] aef1b044c599: Preparing [2023-01-26T03:24:56.501Z] d87f4cc3173c: Preparing [2023-01-26T03:24:56.501Z] 2c20ddf34052: Preparing [2023-01-26T03:24:56.501Z] 4a56cb9b6c0d: Preparing [2023-01-26T03:24:56.501Z] 54aafce2b8f3: Preparing [2023-01-26T03:24:56.501Z] 34d5ebaa5410: Preparing [2023-01-26T03:24:56.501Z] 54aafce2b8f3: Waiting [2023-01-26T03:24:56.501Z] 34d5ebaa5410: Waiting [2023-01-26T03:24:56.501Z] 2c20ddf34052: Layer already exists [2023-01-26T03:24:56.501Z] 789a6648bfb9: Layer already exists [2023-01-26T03:24:56.501Z] d87f4cc3173c: Layer already exists [2023-01-26T03:24:56.501Z] 4a56cb9b6c0d: Layer already exists [2023-01-26T03:24:56.501Z] aef1b044c599: Layer already exists [2023-01-26T03:24:56.501Z] 54aafce2b8f3: Layer already exists [2023-01-26T03:24:56.501Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:24:56.501Z] latest: digest: sha256:34c557041165964a5db9d3689d31011fb1d84f6ef7f83899a90f665bd9cc77bb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:56.807Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:57.109Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.29 [2023-01-26T03:24:57.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-26T03:24:57.109Z] 789a6648bfb9: Preparing [2023-01-26T03:24:57.109Z] aef1b044c599: Preparing [2023-01-26T03:24:57.109Z] d87f4cc3173c: Preparing [2023-01-26T03:24:57.109Z] 2c20ddf34052: Preparing [2023-01-26T03:24:57.109Z] 4a56cb9b6c0d: Preparing [2023-01-26T03:24:57.109Z] 54aafce2b8f3: Preparing [2023-01-26T03:24:57.109Z] 34d5ebaa5410: Preparing [2023-01-26T03:24:57.109Z] 54aafce2b8f3: Waiting [2023-01-26T03:24:57.109Z] 34d5ebaa5410: Waiting [2023-01-26T03:24:57.109Z] aef1b044c599: Layer already exists [2023-01-26T03:24:57.109Z] 2c20ddf34052: Layer already exists [2023-01-26T03:24:57.109Z] d87f4cc3173c: Layer already exists [2023-01-26T03:24:57.109Z] 4a56cb9b6c0d: Layer already exists [2023-01-26T03:24:57.109Z] 789a6648bfb9: Layer already exists [2023-01-26T03:24:57.109Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:24:57.109Z] 54aafce2b8f3: Layer already exists [2023-01-26T03:24:57.109Z] 3.0.0-dev.29: digest: sha256:34c557041165964a5db9d3689d31011fb1d84f6ef7f83899a90f665bd9cc77bb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:57.417Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:57.718Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:57.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-26T03:24:57.718Z] 789a6648bfb9: Preparing [2023-01-26T03:24:57.718Z] aef1b044c599: Preparing [2023-01-26T03:24:57.718Z] d87f4cc3173c: Preparing [2023-01-26T03:24:57.718Z] 2c20ddf34052: Preparing [2023-01-26T03:24:57.718Z] 4a56cb9b6c0d: Preparing [2023-01-26T03:24:57.718Z] 54aafce2b8f3: Preparing [2023-01-26T03:24:57.718Z] 34d5ebaa5410: Preparing [2023-01-26T03:24:57.718Z] 54aafce2b8f3: Waiting [2023-01-26T03:24:57.718Z] 34d5ebaa5410: Waiting [2023-01-26T03:24:57.718Z] aef1b044c599: Layer already exists [2023-01-26T03:24:57.718Z] 2c20ddf34052: Layer already exists [2023-01-26T03:24:57.718Z] 4a56cb9b6c0d: Layer already exists [2023-01-26T03:24:57.718Z] 789a6648bfb9: Layer already exists [2023-01-26T03:24:57.718Z] d87f4cc3173c: Layer already exists [2023-01-26T03:24:57.718Z] 54aafce2b8f3: Layer already exists [2023-01-26T03:24:57.718Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:24:57.718Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:34c557041165964a5db9d3689d31011fb1d84f6ef7f83899a90f665bd9cc77bb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:58.023Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:58.326Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-01-26T03:24:58.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-26T03:24:58.326Z] 789a6648bfb9: Preparing [2023-01-26T03:24:58.326Z] aef1b044c599: Preparing [2023-01-26T03:24:58.326Z] d87f4cc3173c: Preparing [2023-01-26T03:24:58.326Z] 2c20ddf34052: Preparing [2023-01-26T03:24:58.326Z] 4a56cb9b6c0d: Preparing [2023-01-26T03:24:58.326Z] 54aafce2b8f3: Preparing [2023-01-26T03:24:58.326Z] 34d5ebaa5410: Preparing [2023-01-26T03:24:58.326Z] 34d5ebaa5410: Waiting [2023-01-26T03:24:58.326Z] 54aafce2b8f3: Waiting [2023-01-26T03:24:58.326Z] 789a6648bfb9: Layer already exists [2023-01-26T03:24:58.326Z] 2c20ddf34052: Layer already exists [2023-01-26T03:24:58.326Z] aef1b044c599: Layer already exists [2023-01-26T03:24:58.326Z] 4a56cb9b6c0d: Layer already exists [2023-01-26T03:24:58.326Z] d87f4cc3173c: Layer already exists [2023-01-26T03:24:58.326Z] 54aafce2b8f3: Layer already exists [2023-01-26T03:24:58.326Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:24:58.326Z] main: digest: sha256:34c557041165964a5db9d3689d31011fb1d84f6ef7f83899a90f665bd9cc77bb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:24:58.360Z] ===================================================== [Pipeline] echo [2023-01-26T03:24:58.365Z] taggedImages: [2023-01-26T03:24:58.365Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:58.365Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-26T03:24:58.365Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.29 [2023-01-26T03:24:58.365Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:58.365Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-01-26T03:24:58.380Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-01-26T03:24:58.380Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:58.380Z] latest [2023-01-26T03:24:58.380Z] 3.0.0-dev.29 [2023-01-26T03:24:58.380Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:24:58.380Z] main [2023-01-26T03:24:58.380Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:58.681Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:24:59.048Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:24:59.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-26T03:24:59.048Z] 44ba71ff9765: Preparing [2023-01-26T03:24:59.048Z] 9fca9a5c47b9: Preparing [2023-01-26T03:24:59.048Z] 390b06af4add: Preparing [2023-01-26T03:24:59.048Z] ce8ab3097f8e: Preparing [2023-01-26T03:24:59.048Z] 6323ab1dc45c: Preparing [2023-01-26T03:24:59.048Z] 34d5ebaa5410: Preparing [2023-01-26T03:24:59.048Z] 34d5ebaa5410: Waiting [2023-01-26T03:24:59.048Z] 9fca9a5c47b9: Pushed [2023-01-26T03:24:59.048Z] 390b06af4add: Pushed [2023-01-26T03:24:59.048Z] 44ba71ff9765: Pushed [2023-01-26T03:24:59.048Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:24:59.307Z] 6323ab1dc45c: Pushed [2023-01-26T03:25:05.876Z] ce8ab3097f8e: Pushed [2023-01-26T03:25:05.876Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:85b4ffc4831a4fbd14d11833c95886af6a3f7f8ea907fdbf959bc68aa3832395 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:06.189Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:06.487Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-26T03:25:06.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-26T03:25:06.487Z] 44ba71ff9765: Preparing [2023-01-26T03:25:06.487Z] 9fca9a5c47b9: Preparing [2023-01-26T03:25:06.487Z] 390b06af4add: Preparing [2023-01-26T03:25:06.487Z] ce8ab3097f8e: Preparing [2023-01-26T03:25:06.487Z] 6323ab1dc45c: Preparing [2023-01-26T03:25:06.487Z] 34d5ebaa5410: Preparing [2023-01-26T03:25:06.487Z] 34d5ebaa5410: Waiting [2023-01-26T03:25:06.487Z] 6323ab1dc45c: Layer already exists [2023-01-26T03:25:06.487Z] ce8ab3097f8e: Layer already exists [2023-01-26T03:25:06.487Z] 390b06af4add: Layer already exists [2023-01-26T03:25:06.487Z] 9fca9a5c47b9: Layer already exists [2023-01-26T03:25:06.487Z] 44ba71ff9765: Layer already exists [2023-01-26T03:25:06.487Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:25:06.487Z] latest: digest: sha256:85b4ffc4831a4fbd14d11833c95886af6a3f7f8ea907fdbf959bc68aa3832395 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:06.798Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:07.098Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.29 [2023-01-26T03:25:07.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-26T03:25:07.098Z] 44ba71ff9765: Preparing [2023-01-26T03:25:07.098Z] 9fca9a5c47b9: Preparing [2023-01-26T03:25:07.098Z] 390b06af4add: Preparing [2023-01-26T03:25:07.098Z] ce8ab3097f8e: Preparing [2023-01-26T03:25:07.098Z] 6323ab1dc45c: Preparing [2023-01-26T03:25:07.098Z] 34d5ebaa5410: Preparing [2023-01-26T03:25:07.098Z] 34d5ebaa5410: Waiting [2023-01-26T03:25:07.098Z] 44ba71ff9765: Layer already exists [2023-01-26T03:25:07.098Z] 6323ab1dc45c: Layer already exists [2023-01-26T03:25:07.098Z] ce8ab3097f8e: Layer already exists [2023-01-26T03:25:07.098Z] 9fca9a5c47b9: Layer already exists [2023-01-26T03:25:07.098Z] 390b06af4add: Layer already exists [2023-01-26T03:25:07.098Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:25:07.098Z] 3.0.0-dev.29: digest: sha256:85b4ffc4831a4fbd14d11833c95886af6a3f7f8ea907fdbf959bc68aa3832395 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:07.406Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:07.711Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:25:07.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-26T03:25:07.711Z] 44ba71ff9765: Preparing [2023-01-26T03:25:07.711Z] 9fca9a5c47b9: Preparing [2023-01-26T03:25:07.711Z] 390b06af4add: Preparing [2023-01-26T03:25:07.711Z] ce8ab3097f8e: Preparing [2023-01-26T03:25:07.711Z] 6323ab1dc45c: Preparing [2023-01-26T03:25:07.711Z] 34d5ebaa5410: Preparing [2023-01-26T03:25:07.711Z] 34d5ebaa5410: Waiting [2023-01-26T03:25:07.711Z] 390b06af4add: Layer already exists [2023-01-26T03:25:07.711Z] 44ba71ff9765: Layer already exists [2023-01-26T03:25:07.711Z] 6323ab1dc45c: Layer already exists [2023-01-26T03:25:07.711Z] ce8ab3097f8e: Layer already exists [2023-01-26T03:25:07.711Z] 9fca9a5c47b9: Layer already exists [2023-01-26T03:25:07.711Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:25:07.711Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:85b4ffc4831a4fbd14d11833c95886af6a3f7f8ea907fdbf959bc68aa3832395 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:08.017Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:08.318Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-01-26T03:25:08.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-26T03:25:08.318Z] 44ba71ff9765: Preparing [2023-01-26T03:25:08.318Z] 9fca9a5c47b9: Preparing [2023-01-26T03:25:08.318Z] 390b06af4add: Preparing [2023-01-26T03:25:08.318Z] ce8ab3097f8e: Preparing [2023-01-26T03:25:08.318Z] 6323ab1dc45c: Preparing [2023-01-26T03:25:08.318Z] 34d5ebaa5410: Preparing [2023-01-26T03:25:08.318Z] 34d5ebaa5410: Waiting [2023-01-26T03:25:08.318Z] 6323ab1dc45c: Layer already exists [2023-01-26T03:25:08.318Z] 44ba71ff9765: Layer already exists [2023-01-26T03:25:08.318Z] 9fca9a5c47b9: Layer already exists [2023-01-26T03:25:08.318Z] ce8ab3097f8e: Layer already exists [2023-01-26T03:25:08.318Z] 390b06af4add: Layer already exists [2023-01-26T03:25:08.318Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:25:08.318Z] main: digest: sha256:85b4ffc4831a4fbd14d11833c95886af6a3f7f8ea907fdbf959bc68aa3832395 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:25:08.358Z] ===================================================== [Pipeline] echo [2023-01-26T03:25:08.367Z] taggedImages: [2023-01-26T03:25:08.367Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:25:08.367Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-26T03:25:08.367Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.29 [2023-01-26T03:25:08.367Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:25:08.367Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-01-26T03:25:08.392Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-01-26T03:25:08.392Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:25:08.392Z] latest [2023-01-26T03:25:08.392Z] 3.0.0-dev.29 [2023-01-26T03:25:08.392Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:25:08.392Z] main [2023-01-26T03:25:08.392Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:08.718Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:09.032Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:25:09.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-26T03:25:09.032Z] 141b6aae6345: Preparing [2023-01-26T03:25:09.032Z] aa978b15f9a8: Preparing [2023-01-26T03:25:09.032Z] 7fdf8cba5cc7: Preparing [2023-01-26T03:25:09.032Z] 31c548075e69: Preparing [2023-01-26T03:25:09.032Z] 54aafce2b8f3: Preparing [2023-01-26T03:25:09.032Z] 34d5ebaa5410: Preparing [2023-01-26T03:25:09.032Z] 34d5ebaa5410: Waiting [2023-01-26T03:25:09.032Z] 54aafce2b8f3: Layer already exists [2023-01-26T03:25:09.032Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:25:09.032Z] aa978b15f9a8: Pushed [2023-01-26T03:25:09.032Z] 141b6aae6345: Pushed [2023-01-26T03:25:09.032Z] 7fdf8cba5cc7: Pushed [2023-01-26T03:25:15.601Z] 31c548075e69: Pushed [2023-01-26T03:25:15.601Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:de62f047a2780739a87aeb866480b9fdd2393ba0153b1e69647b8d05452592b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:15.920Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:16.218Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-26T03:25:16.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-26T03:25:16.218Z] 141b6aae6345: Preparing [2023-01-26T03:25:16.218Z] aa978b15f9a8: Preparing [2023-01-26T03:25:16.218Z] 7fdf8cba5cc7: Preparing [2023-01-26T03:25:16.218Z] 31c548075e69: Preparing [2023-01-26T03:25:16.218Z] 54aafce2b8f3: Preparing [2023-01-26T03:25:16.218Z] 34d5ebaa5410: Preparing [2023-01-26T03:25:16.218Z] 34d5ebaa5410: Waiting [2023-01-26T03:25:16.218Z] 141b6aae6345: Layer already exists [2023-01-26T03:25:16.218Z] aa978b15f9a8: Layer already exists [2023-01-26T03:25:16.218Z] 31c548075e69: Layer already exists [2023-01-26T03:25:16.218Z] 54aafce2b8f3: Layer already exists [2023-01-26T03:25:16.218Z] 7fdf8cba5cc7: Layer already exists [2023-01-26T03:25:16.218Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:25:16.218Z] latest: digest: sha256:de62f047a2780739a87aeb866480b9fdd2393ba0153b1e69647b8d05452592b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:16.521Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:16.821Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.29 [2023-01-26T03:25:16.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-26T03:25:16.821Z] 141b6aae6345: Preparing [2023-01-26T03:25:16.821Z] aa978b15f9a8: Preparing [2023-01-26T03:25:16.821Z] 7fdf8cba5cc7: Preparing [2023-01-26T03:25:16.821Z] 31c548075e69: Preparing [2023-01-26T03:25:16.821Z] 54aafce2b8f3: Preparing [2023-01-26T03:25:16.821Z] 34d5ebaa5410: Preparing [2023-01-26T03:25:16.821Z] 34d5ebaa5410: Waiting [2023-01-26T03:25:16.821Z] 31c548075e69: Layer already exists [2023-01-26T03:25:16.821Z] 7fdf8cba5cc7: Layer already exists [2023-01-26T03:25:16.821Z] 141b6aae6345: Layer already exists [2023-01-26T03:25:16.821Z] aa978b15f9a8: Layer already exists [2023-01-26T03:25:16.821Z] 54aafce2b8f3: Layer already exists [2023-01-26T03:25:16.821Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:25:16.821Z] 3.0.0-dev.29: digest: sha256:de62f047a2780739a87aeb866480b9fdd2393ba0153b1e69647b8d05452592b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:17.129Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:17.549Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:25:17.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-26T03:25:17.549Z] 141b6aae6345: Preparing [2023-01-26T03:25:17.549Z] aa978b15f9a8: Preparing [2023-01-26T03:25:17.549Z] 7fdf8cba5cc7: Preparing [2023-01-26T03:25:17.549Z] 31c548075e69: Preparing [2023-01-26T03:25:17.549Z] 54aafce2b8f3: Preparing [2023-01-26T03:25:17.549Z] 34d5ebaa5410: Preparing [2023-01-26T03:25:17.549Z] 34d5ebaa5410: Waiting [2023-01-26T03:25:17.549Z] 141b6aae6345: Layer already exists [2023-01-26T03:25:17.549Z] 31c548075e69: Layer already exists [2023-01-26T03:25:17.549Z] aa978b15f9a8: Layer already exists [2023-01-26T03:25:17.549Z] 54aafce2b8f3: Layer already exists [2023-01-26T03:25:17.549Z] 7fdf8cba5cc7: Layer already exists [2023-01-26T03:25:17.549Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:25:17.549Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:de62f047a2780739a87aeb866480b9fdd2393ba0153b1e69647b8d05452592b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:17.953Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:18.256Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-01-26T03:25:18.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-26T03:25:18.256Z] 141b6aae6345: Preparing [2023-01-26T03:25:18.256Z] aa978b15f9a8: Preparing [2023-01-26T03:25:18.256Z] 7fdf8cba5cc7: Preparing [2023-01-26T03:25:18.256Z] 31c548075e69: Preparing [2023-01-26T03:25:18.256Z] 54aafce2b8f3: Preparing [2023-01-26T03:25:18.256Z] 34d5ebaa5410: Preparing [2023-01-26T03:25:18.256Z] 34d5ebaa5410: Waiting [2023-01-26T03:25:18.256Z] 31c548075e69: Layer already exists [2023-01-26T03:25:18.256Z] 7fdf8cba5cc7: Layer already exists [2023-01-26T03:25:18.256Z] 54aafce2b8f3: Layer already exists [2023-01-26T03:25:18.256Z] 141b6aae6345: Layer already exists [2023-01-26T03:25:18.256Z] aa978b15f9a8: Layer already exists [2023-01-26T03:25:18.256Z] 34d5ebaa5410: Layer already exists [2023-01-26T03:25:18.256Z] main: digest: sha256:de62f047a2780739a87aeb866480b9fdd2393ba0153b1e69647b8d05452592b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:25:18.303Z] ===================================================== [Pipeline] echo [2023-01-26T03:25:18.313Z] taggedImages: [2023-01-26T03:25:18.313Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:25:18.313Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-26T03:25:18.313Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.29 [2023-01-26T03:25:18.313Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:25:18.313Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-01-26T03:25:18.335Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-01-26T03:25:18.335Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:25:18.335Z] latest [2023-01-26T03:25:18.335Z] 3.0.0-dev.29 [2023-01-26T03:25:18.335Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:25:18.335Z] main [2023-01-26T03:25:18.335Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:18.647Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:18.963Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:25:18.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-26T03:25:18.963Z] 72585a53a4be: Preparing [2023-01-26T03:25:18.963Z] 2d62234d602e: Preparing [2023-01-26T03:25:18.963Z] 2012f00a8ede: Preparing [2023-01-26T03:25:18.963Z] a0f7cb2a29e0: Preparing [2023-01-26T03:25:18.963Z] e5e13b0c77cb: Preparing [2023-01-26T03:25:18.963Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:25:18.963Z] 2012f00a8ede: Layer already exists [2023-01-26T03:25:19.224Z] 72585a53a4be: Pushed [2023-01-26T03:25:19.224Z] a0f7cb2a29e0: Pushed [2023-01-26T03:25:21.761Z] 2d62234d602e: Pushed [2023-01-26T03:25:21.761Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:2d1e31687902908b8cc167e8a2bcb0a2dcd5619749426ff970dea7f93338fb46 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:22.073Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:22.373Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-26T03:25:22.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-26T03:25:22.373Z] 72585a53a4be: Preparing [2023-01-26T03:25:22.373Z] 2d62234d602e: Preparing [2023-01-26T03:25:22.373Z] 2012f00a8ede: Preparing [2023-01-26T03:25:22.373Z] a0f7cb2a29e0: Preparing [2023-01-26T03:25:22.373Z] e5e13b0c77cb: Preparing [2023-01-26T03:25:22.373Z] 2d62234d602e: Layer already exists [2023-01-26T03:25:22.373Z] 2012f00a8ede: Layer already exists [2023-01-26T03:25:22.373Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:25:22.373Z] a0f7cb2a29e0: Layer already exists [2023-01-26T03:25:22.373Z] 72585a53a4be: Layer already exists [2023-01-26T03:25:22.373Z] latest: digest: sha256:2d1e31687902908b8cc167e8a2bcb0a2dcd5619749426ff970dea7f93338fb46 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:22.691Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:23.007Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.29 [2023-01-26T03:25:23.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-26T03:25:23.007Z] 72585a53a4be: Preparing [2023-01-26T03:25:23.007Z] 2d62234d602e: Preparing [2023-01-26T03:25:23.007Z] 2012f00a8ede: Preparing [2023-01-26T03:25:23.007Z] a0f7cb2a29e0: Preparing [2023-01-26T03:25:23.007Z] e5e13b0c77cb: Preparing [2023-01-26T03:25:23.007Z] 2d62234d602e: Layer already exists [2023-01-26T03:25:23.007Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:25:23.007Z] a0f7cb2a29e0: Layer already exists [2023-01-26T03:25:23.007Z] 2012f00a8ede: Layer already exists [2023-01-26T03:25:23.007Z] 72585a53a4be: Layer already exists [2023-01-26T03:25:23.007Z] 3.0.0-dev.29: digest: sha256:2d1e31687902908b8cc167e8a2bcb0a2dcd5619749426ff970dea7f93338fb46 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:23.306Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:23.608Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:25:23.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-26T03:25:23.608Z] 72585a53a4be: Preparing [2023-01-26T03:25:23.609Z] 2d62234d602e: Preparing [2023-01-26T03:25:23.609Z] 2012f00a8ede: Preparing [2023-01-26T03:25:23.609Z] a0f7cb2a29e0: Preparing [2023-01-26T03:25:23.609Z] e5e13b0c77cb: Preparing [2023-01-26T03:25:23.609Z] 2012f00a8ede: Layer already exists [2023-01-26T03:25:23.609Z] 72585a53a4be: Layer already exists [2023-01-26T03:25:23.609Z] a0f7cb2a29e0: Layer already exists [2023-01-26T03:25:23.609Z] 2d62234d602e: Layer already exists [2023-01-26T03:25:23.609Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:25:23.609Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:2d1e31687902908b8cc167e8a2bcb0a2dcd5619749426ff970dea7f93338fb46 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:23.914Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:24.218Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-01-26T03:25:24.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-26T03:25:24.218Z] 72585a53a4be: Preparing [2023-01-26T03:25:24.218Z] 2d62234d602e: Preparing [2023-01-26T03:25:24.218Z] 2012f00a8ede: Preparing [2023-01-26T03:25:24.218Z] a0f7cb2a29e0: Preparing [2023-01-26T03:25:24.218Z] e5e13b0c77cb: Preparing [2023-01-26T03:25:24.218Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:25:24.218Z] 2012f00a8ede: Layer already exists [2023-01-26T03:25:24.218Z] a0f7cb2a29e0: Layer already exists [2023-01-26T03:25:24.218Z] 72585a53a4be: Layer already exists [2023-01-26T03:25:24.218Z] 2d62234d602e: Layer already exists [2023-01-26T03:25:24.218Z] main: digest: sha256:2d1e31687902908b8cc167e8a2bcb0a2dcd5619749426ff970dea7f93338fb46 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:25:24.256Z] ===================================================== [Pipeline] echo [2023-01-26T03:25:24.262Z] taggedImages: [2023-01-26T03:25:24.262Z] - nexus3.edgexfoundry.org:10004/support-notifications:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:25:24.262Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-26T03:25:24.262Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.29 [2023-01-26T03:25:24.262Z] - nexus3.edgexfoundry.org:10004/support-notifications:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:25:24.262Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-01-26T03:25:24.277Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-01-26T03:25:24.277Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:25:24.277Z] latest [2023-01-26T03:25:24.277Z] 3.0.0-dev.29 [2023-01-26T03:25:24.277Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:25:24.277Z] main [2023-01-26T03:25:24.277Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:24.578Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:24.876Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:25:24.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-26T03:25:24.877Z] 022abbb9ca73: Preparing [2023-01-26T03:25:24.877Z] 4fa94eabc221: Preparing [2023-01-26T03:25:24.877Z] 2012f00a8ede: Preparing [2023-01-26T03:25:24.877Z] 2e59bde1859b: Preparing [2023-01-26T03:25:24.877Z] e5e13b0c77cb: Preparing [2023-01-26T03:25:24.877Z] 2e59bde1859b: Layer already exists [2023-01-26T03:25:24.877Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:25:24.877Z] 2012f00a8ede: Layer already exists [2023-01-26T03:25:24.877Z] 022abbb9ca73: Pushed [2023-01-26T03:25:27.414Z] 4fa94eabc221: Pushed [2023-01-26T03:25:27.414Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:881ebeaba35b32cb29dde094dec133b67c8b9b7872da5782e47f8159be6ef058 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:27.718Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:28.021Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-26T03:25:28.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-26T03:25:28.021Z] 022abbb9ca73: Preparing [2023-01-26T03:25:28.021Z] 4fa94eabc221: Preparing [2023-01-26T03:25:28.021Z] 2012f00a8ede: Preparing [2023-01-26T03:25:28.021Z] 2e59bde1859b: Preparing [2023-01-26T03:25:28.021Z] e5e13b0c77cb: Preparing [2023-01-26T03:25:28.021Z] 2e59bde1859b: Layer already exists [2023-01-26T03:25:28.021Z] 4fa94eabc221: Layer already exists [2023-01-26T03:25:28.021Z] 022abbb9ca73: Layer already exists [2023-01-26T03:25:28.021Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:25:28.021Z] 2012f00a8ede: Layer already exists [2023-01-26T03:25:28.021Z] latest: digest: sha256:881ebeaba35b32cb29dde094dec133b67c8b9b7872da5782e47f8159be6ef058 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:28.330Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:28.635Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.29 [2023-01-26T03:25:28.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-26T03:25:28.635Z] 022abbb9ca73: Preparing [2023-01-26T03:25:28.635Z] 4fa94eabc221: Preparing [2023-01-26T03:25:28.635Z] 2012f00a8ede: Preparing [2023-01-26T03:25:28.635Z] 2e59bde1859b: Preparing [2023-01-26T03:25:28.635Z] e5e13b0c77cb: Preparing [2023-01-26T03:25:28.635Z] 2012f00a8ede: Layer already exists [2023-01-26T03:25:28.635Z] 4fa94eabc221: Layer already exists [2023-01-26T03:25:28.635Z] 022abbb9ca73: Layer already exists [2023-01-26T03:25:28.635Z] 2e59bde1859b: Layer already exists [2023-01-26T03:25:28.635Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:25:28.635Z] 3.0.0-dev.29: digest: sha256:881ebeaba35b32cb29dde094dec133b67c8b9b7872da5782e47f8159be6ef058 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:28.944Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:29.244Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:25:29.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-26T03:25:29.244Z] 022abbb9ca73: Preparing [2023-01-26T03:25:29.244Z] 4fa94eabc221: Preparing [2023-01-26T03:25:29.244Z] 2012f00a8ede: Preparing [2023-01-26T03:25:29.244Z] 2e59bde1859b: Preparing [2023-01-26T03:25:29.244Z] e5e13b0c77cb: Preparing [2023-01-26T03:25:29.244Z] 022abbb9ca73: Layer already exists [2023-01-26T03:25:29.244Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:25:29.244Z] 2012f00a8ede: Layer already exists [2023-01-26T03:25:29.244Z] 2e59bde1859b: Layer already exists [2023-01-26T03:25:29.244Z] 4fa94eabc221: Layer already exists [2023-01-26T03:25:29.244Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:881ebeaba35b32cb29dde094dec133b67c8b9b7872da5782e47f8159be6ef058 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:29.554Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:25:29.860Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-01-26T03:25:29.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-26T03:25:29.860Z] 022abbb9ca73: Preparing [2023-01-26T03:25:29.860Z] 4fa94eabc221: Preparing [2023-01-26T03:25:29.860Z] 2012f00a8ede: Preparing [2023-01-26T03:25:29.860Z] 2e59bde1859b: Preparing [2023-01-26T03:25:29.860Z] e5e13b0c77cb: Preparing [2023-01-26T03:25:29.860Z] e5e13b0c77cb: Layer already exists [2023-01-26T03:25:29.860Z] 4fa94eabc221: Layer already exists [2023-01-26T03:25:29.860Z] 2012f00a8ede: Layer already exists [2023-01-26T03:25:29.860Z] 022abbb9ca73: Layer already exists [2023-01-26T03:25:29.860Z] 2e59bde1859b: Layer already exists [2023-01-26T03:25:29.860Z] main: digest: sha256:881ebeaba35b32cb29dde094dec133b67c8b9b7872da5782e47f8159be6ef058 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:25:29.906Z] ===================================================== [Pipeline] echo [2023-01-26T03:25:29.914Z] taggedImages: [2023-01-26T03:25:29.914Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:25:29.914Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-26T03:25:29.914Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.29 [2023-01-26T03:25:29.914Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:25:29.914Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-26T03:29:37.985Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-26T03:29:37.985Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-26T03:30:04.639Z] Removing intermediate container 318429d0d3b8 [2023-01-26T03:30:04.639Z] ---> fde60b4d3b9f [2023-01-26T03:30:04.639Z] [2023-01-26T03:30:04.639Z] Step 9/24 : FROM alpine:3.16 [2023-01-26T03:30:04.639Z] Removing intermediate container 439a1db7f52d [2023-01-26T03:30:04.639Z] ---> 19bbaa667d21 [2023-01-26T03:30:04.639Z] [2023-01-26T03:30:04.639Z] Step 9/21 : FROM alpine:3.16 [2023-01-26T03:30:04.639Z] 3.16: Pulling from library/alpine [2023-01-26T03:30:04.639Z] 3.16: Pulling from library/alpine [2023-01-26T03:30:04.639Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-26T03:30:04.639Z] Status: Downloaded newer image for alpine:3.16 [2023-01-26T03:30:04.639Z] ---> 2b4661558fb8 [2023-01-26T03:30:04.639Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-26T03:30:04.639Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-26T03:30:04.639Z] Status: Image is up to date for alpine:3.16 [2023-01-26T03:30:04.639Z] ---> 2b4661558fb8 [2023-01-26T03:30:04.639Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-26T03:30:04.639Z] ---> Running in 333b933fdfb7 [2023-01-26T03:30:04.639Z] ---> Running in 33e95d459db8 [2023-01-26T03:30:05.594Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:05.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:05.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:06.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:07.091Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-26T03:30:07.091Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-26T03:30:07.091Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-26T03:30:07.091Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-26T03:30:07.091Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-26T03:30:07.357Z] (5/6) Installing curl (7.83.1-r5) [2023-01-26T03:30:07.357Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-26T03:30:07.357Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:30:07.357Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-26T03:30:07.357Z] (3/3) Installing su-exec (0.2-r1) [2023-01-26T03:30:07.357Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:30:07.357Z] Executing ca-certificates-20220614-r0.trigger [2023-01-26T03:30:07.357Z] Executing ca-certificates-20220614-r0.trigger [2023-01-26T03:30:07.624Z] OK: 8 MiB in 20 packages [2023-01-26T03:30:07.624Z] OK: 6 MiB in 17 packages [2023-01-26T03:30:09.589Z] Removing intermediate container 77a7088f65de [2023-01-26T03:30:09.589Z] ---> db701bbaf192 [2023-01-26T03:30:09.589Z] [2023-01-26T03:30:09.589Z] Step 9/32 : FROM alpine:3.16 [2023-01-26T03:30:09.589Z] ---> 2b4661558fb8 [2023-01-26T03:30:09.589Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-26T03:30:09.857Z] ---> Running in cc053b795381 [2023-01-26T03:30:10.127Z] Removing intermediate container 33e95d459db8 [2023-01-26T03:30:10.127Z] ---> 0d4a74813961 [2023-01-26T03:30:10.127Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-26T03:30:10.127Z] ---> Running in 61145de6113c [2023-01-26T03:30:10.127Z] Removing intermediate container 333b933fdfb7 [2023-01-26T03:30:10.127Z] ---> 6bcab6afcd06 [2023-01-26T03:30:10.127Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-26T03:30:10.394Z] ---> Running in 25f8ebcc8eb0 [2023-01-26T03:30:10.394Z] Removing intermediate container cc053b795381 [2023-01-26T03:30:10.394Z] ---> 67d38985d44a [2023-01-26T03:30:10.394Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-26T03:30:10.682Z] ---> Running in 932b7240ab0b [2023-01-26T03:30:10.951Z] Removing intermediate container 61145de6113c [2023-01-26T03:30:10.951Z] ---> d7bb309903b0 [2023-01-26T03:30:10.951Z] Step 12/24 : WORKDIR / [2023-01-26T03:30:10.951Z] ---> Running in 567f5906b164 [2023-01-26T03:30:11.218Z] Removing intermediate container 25f8ebcc8eb0 [2023-01-26T03:30:11.218Z] ---> 6ad001bc89df [2023-01-26T03:30:11.218Z] Step 12/21 : WORKDIR /edgex [2023-01-26T03:30:11.485Z] ---> Running in b78dfb5c4652 [2023-01-26T03:30:11.865Z] Removing intermediate container 567f5906b164 [2023-01-26T03:30:11.865Z] ---> e92c47d4da96 [2023-01-26T03:30:11.865Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-26T03:30:12.178Z] Removing intermediate container b78dfb5c4652 [2023-01-26T03:30:12.178Z] ---> c942ff092326 [2023-01-26T03:30:12.178Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-26T03:30:12.463Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:12.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:13.716Z] ---> cda1214a47f3 [2023-01-26T03:30:13.716Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-26T03:30:13.716Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-26T03:30:13.716Z] (2/2) Installing su-exec (0.2-r1) [2023-01-26T03:30:13.716Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:30:13.716Z] OK: 5 MiB in 16 packages [2023-01-26T03:30:13.716Z] ---> 6483a92157b8 [2023-01-26T03:30:13.716Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-26T03:30:14.718Z] Removing intermediate container f1a19cffa802 [2023-01-26T03:30:14.718Z] ---> 42e795be2c6a [2023-01-26T03:30:14.718Z] [2023-01-26T03:30:14.718Z] Step 10/22 : FROM alpine:3.16 [2023-01-26T03:30:14.718Z] ---> 2b4661558fb8 [2023-01-26T03:30:14.718Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-01-26T03:30:16.688Z] ---> Running in 5114ac8524a4 [2023-01-26T03:30:16.688Z] ---> 039e63c2994d [2023-01-26T03:30:16.688Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-26T03:30:16.688Z] ---> deb66a29bd83 [2023-01-26T03:30:16.688Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-26T03:30:17.281Z] Removing intermediate container 5114ac8524a4 [2023-01-26T03:30:17.281Z] ---> 3da963bf4061 [2023-01-26T03:30:17.281Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-01-26T03:30:17.281Z] ---> Running in 6be4483e1d8b [2023-01-26T03:30:17.281Z] Removing intermediate container 932b7240ab0b [2023-01-26T03:30:17.281Z] ---> 066bcf88a408 [2023-01-26T03:30:17.281Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-26T03:30:17.551Z] ---> Running in b4642bd45c37 [2023-01-26T03:30:17.820Z] Removing intermediate container ba5bf7c3bf38 [2023-01-26T03:30:17.820Z] ---> 76f54472d070 [2023-01-26T03:30:17.820Z] [2023-01-26T03:30:17.820Z] Step 10/23 : FROM alpine:3.16 [2023-01-26T03:30:17.820Z] ---> 2b4661558fb8 [2023-01-26T03:30:17.820Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-26T03:30:18.088Z] ---> Running in 851ba3442161 [2023-01-26T03:30:18.088Z] ---> 9374c2eeb0c3 [2023-01-26T03:30:18.088Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-26T03:30:18.356Z] Removing intermediate container b4642bd45c37 [2023-01-26T03:30:18.356Z] ---> f108734c6eef [2023-01-26T03:30:18.356Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-26T03:30:18.622Z] ---> Running in 97e9b2b23aa1 [2023-01-26T03:30:18.889Z] ---> db07e9887048 [2023-01-26T03:30:18.889Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-26T03:30:19.161Z] Removing intermediate container 97e9b2b23aa1 [2023-01-26T03:30:19.161Z] ---> 006fcdec1b88 [2023-01-26T03:30:19.161Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-26T03:30:19.161Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:19.161Z] ---> Running in 20fe2bdfc41b [2023-01-26T03:30:19.428Z] ---> 9c817fcd1ab4 [2023-01-26T03:30:19.428Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-26T03:30:19.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:19.709Z] Removing intermediate container 20fe2bdfc41b [2023-01-26T03:30:19.709Z] ---> 4f8832638eeb [2023-01-26T03:30:19.709Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-26T03:30:19.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:19.991Z] ---> Running in f7a23aac3e3a [2023-01-26T03:30:19.991Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:20.258Z] ---> 0468cfe5a960 [2023-01-26T03:30:20.258Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-26T03:30:20.258Z] ---> Running in 6231eb726b58 [2023-01-26T03:30:20.851Z] Removing intermediate container f7a23aac3e3a [2023-01-26T03:30:20.851Z] ---> ad258efca89d [2023-01-26T03:30:20.851Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-26T03:30:21.125Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-26T03:30:21.125Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:30:21.125Z] ---> Running in 3879a43232a7 [2023-01-26T03:30:21.125Z] OK: 5 MiB in 15 packages [2023-01-26T03:30:21.399Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-26T03:30:21.399Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:30:21.399Z] OK: 5 MiB in 15 packages [2023-01-26T03:30:22.381Z] ---> 1876010f8228 [2023-01-26T03:30:22.381Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-26T03:30:22.966Z] Removing intermediate container 6be4483e1d8b [2023-01-26T03:30:22.966Z] ---> 4bbb6137570b [2023-01-26T03:30:22.966Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:30:23.244Z] Removing intermediate container 851ba3442161 [2023-01-26T03:30:23.244Z] ---> 12a2bbd062f2 [2023-01-26T03:30:23.244Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-26T03:30:23.516Z] ---> Running in 1ad21b2ffaf4 [2023-01-26T03:30:24.102Z] Removing intermediate container 1ad21b2ffaf4 [2023-01-26T03:30:24.102Z] ---> 47d7b37e7d96 [2023-01-26T03:30:24.102Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-26T03:30:24.102Z] ---> e8732587fbdc [2023-01-26T03:30:24.102Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-01-26T03:30:24.102Z] Removing intermediate container 6231eb726b58 [2023-01-26T03:30:24.102Z] ---> 9db62e36b589 [2023-01-26T03:30:24.102Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-26T03:30:24.371Z] ---> Running in 662ea76b1d02 [2023-01-26T03:30:24.371Z] ---> Running in 59f5d3715958 [2023-01-26T03:30:24.639Z] Removing intermediate container 3879a43232a7 [2023-01-26T03:30:24.639Z] ---> b4050e7eb8c3 [2023-01-26T03:30:24.639Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-26T03:30:24.639Z] ---> Running in 2d747a20fb33 [2023-01-26T03:30:24.908Z] Removing intermediate container 662ea76b1d02 [2023-01-26T03:30:24.908Z] ---> b82c3fe42698 [2023-01-26T03:30:24.908Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-26T03:30:24.908Z] ---> e7b3cef4a4b9 [2023-01-26T03:30:24.908Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-26T03:30:25.175Z] Removing intermediate container 59f5d3715958 [2023-01-26T03:30:25.175Z] ---> a168c333fe63 [2023-01-26T03:30:25.175Z] Step 19/21 : LABEL arch=arm64 [2023-01-26T03:30:25.175Z] ---> Running in 6119bc6315f9 [2023-01-26T03:30:25.442Z] ---> Running in 4acff228cd8b [2023-01-26T03:30:25.442Z] Removing intermediate container 2d747a20fb33 [2023-01-26T03:30:25.442Z] ---> e78664b290e1 [2023-01-26T03:30:25.442Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-26T03:30:25.709Z] Removing intermediate container 6119bc6315f9 [2023-01-26T03:30:25.709Z] ---> f2c09f86abbd [2023-01-26T03:30:25.709Z] Step 15/23 : WORKDIR / [2023-01-26T03:30:25.977Z] Removing intermediate container 4acff228cd8b [2023-01-26T03:30:25.977Z] ---> b3e2909a77b2 [2023-01-26T03:30:25.977Z] Step 20/21 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:30:25.977Z] ---> Running in cd65c2d7967c [2023-01-26T03:30:25.977Z] ---> Running in 3d6f29def085 [2023-01-26T03:30:26.244Z] ---> ef54c428ea46 [2023-01-26T03:30:26.244Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-26T03:30:26.244Z] ---> Running in 607e63dfe179 [2023-01-26T03:30:26.512Z] ---> 376d7f22be0a [2023-01-26T03:30:26.512Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-26T03:30:26.512Z] Removing intermediate container 3d6f29def085 [2023-01-26T03:30:26.512Z] ---> 79d586d4702c [2023-01-26T03:30:26.512Z] Step 21/21 : LABEL version=3.0.0-dev.29 [2023-01-26T03:30:26.780Z] ---> Running in 8f3625a38d05 [2023-01-26T03:30:26.780Z] Removing intermediate container cd65c2d7967c [2023-01-26T03:30:26.780Z] ---> 90c512b024cc [2023-01-26T03:30:26.780Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:30:26.780Z] ---> 795fcdbd93cb [2023-01-26T03:30:26.780Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-01-26T03:30:27.048Z] ---> Running in d4fa22d7a6b7 [2023-01-26T03:30:27.640Z] Removing intermediate container d4fa22d7a6b7 [2023-01-26T03:30:27.640Z] ---> 84bb8e0bb3ae [2023-01-26T03:30:27.640Z] [2023-01-26T03:30:27.911Z] Successfully built 84bb8e0bb3ae [2023-01-26T03:30:27.911Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-26T03:30:27.911Z]  Building security-proxy-setup ... done Building support-scheduler [2023-01-26T03:30:28.185Z] ---> d9b94a040d16 [2023-01-26T03:30:28.185Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-01-26T03:30:28.185Z] ---> d4dc522e0760 [2023-01-26T03:30:28.185Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-26T03:30:29.595Z] ---> aec38164624a [2023-01-26T03:30:29.595Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-26T03:30:29.595Z] ---> Running in 2c75a7a910fc [2023-01-26T03:30:29.865Z] Removing intermediate container 607e63dfe179 [2023-01-26T03:30:29.865Z] ---> 65d2e5a5312b [2023-01-26T03:30:29.865Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-26T03:30:30.134Z] ---> Running in 1e635063edb1 [2023-01-26T03:30:30.134Z] Removing intermediate container 8f3625a38d05 [2023-01-26T03:30:30.134Z] ---> 2d06b44c12e1 [2023-01-26T03:30:30.134Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:30:31.094Z] ---> 2ebb593fdbb9 [2023-01-26T03:30:31.094Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-26T03:30:31.094Z] Removing intermediate container 1e635063edb1 [2023-01-26T03:30:31.094Z] ---> 0fd4e71e7c68 [2023-01-26T03:30:31.094Z] Step 22/24 : LABEL arch=arm64 [2023-01-26T03:30:31.094Z] ---> Running in 0c0221a774c8 [2023-01-26T03:30:31.364Z] ---> cf4e71257941 [2023-01-26T03:30:31.364Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-26T03:30:31.947Z] Removing intermediate container 0c0221a774c8 [2023-01-26T03:30:31.947Z] ---> 9ab8b4cae23b [2023-01-26T03:30:31.947Z] Step 23/24 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:30:32.218Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:30:32.218Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:30:32.218Z] ---> f32be975055a [2023-01-26T03:30:32.218Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-26T03:30:32.218Z] ---> Using cache [2023-01-26T03:30:32.218Z] ---> 6dcdc4b1361b [2023-01-26T03:30:32.218Z] Step 4/22 : WORKDIR /edgex-go [2023-01-26T03:30:32.218Z] ---> Using cache [2023-01-26T03:30:32.218Z] ---> 9b249d1f9ac8 [2023-01-26T03:30:32.218Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-26T03:30:32.218Z] ---> Using cache [2023-01-26T03:30:32.218Z] ---> 9dd75d5b1d6f [2023-01-26T03:30:32.218Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-26T03:30:32.218Z] ---> Running in 4d29f91f6b41 [2023-01-26T03:30:32.218Z] ---> 37569c0430d7 [2023-01-26T03:30:32.218Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-26T03:30:32.218Z] ---> Using cache [2023-01-26T03:30:32.218Z] ---> bf2ec7826eb8 [2023-01-26T03:30:32.218Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:30:32.218Z] ---> Using cache [2023-01-26T03:30:32.218Z] ---> 9306f1c762a4 [2023-01-26T03:30:32.218Z] Step 8/22 : COPY . . [2023-01-26T03:30:32.485Z] Removing intermediate container 2c75a7a910fc [2023-01-26T03:30:32.485Z] ---> cb8e412d0d6b [2023-01-26T03:30:32.485Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-01-26T03:30:32.485Z] ---> Using cache [2023-01-26T03:30:32.485Z] ---> ef7a6833845c [2023-01-26T03:30:32.485Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-26T03:30:32.485Z] ---> Running in 7edc58068992 [2023-01-26T03:30:32.485Z] ---> Running in f6c7cd7cd5e1 [2023-01-26T03:30:32.485Z] ---> Running in 2b62675f3b45 [2023-01-26T03:30:33.068Z] Removing intermediate container 4d29f91f6b41 [2023-01-26T03:30:33.068Z] ---> 1213635e8771 [2023-01-26T03:30:33.068Z] Step 24/24 : LABEL version=3.0.0-dev.29 [2023-01-26T03:30:33.068Z] Removing intermediate container 7edc58068992 [2023-01-26T03:30:33.068Z] ---> af4636de9a37 [2023-01-26T03:30:33.068Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-26T03:30:33.335Z] ---> Running in 6ae3f05a9e4e [2023-01-26T03:30:33.335Z] Removing intermediate container f6c7cd7cd5e1 [2023-01-26T03:30:33.335Z] ---> 98ac1aa73567 [2023-01-26T03:30:33.335Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-01-26T03:30:33.335Z] ---> Running in de3e80548a7e [2023-01-26T03:30:33.603Z] ---> Running in 25357c472e44 [2023-01-26T03:30:33.870Z] Removing intermediate container 6ae3f05a9e4e [2023-01-26T03:30:33.870Z] ---> e25bcc91c2ae [2023-01-26T03:30:33.870Z] [2023-01-26T03:30:33.870Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-26T03:30:34.145Z] Removing intermediate container de3e80548a7e [2023-01-26T03:30:34.145Z] ---> ed024682ca00 [2023-01-26T03:30:34.145Z] Step 21/23 : LABEL arch=arm64 [2023-01-26T03:30:34.145Z] Successfully built e25bcc91c2ae [2023-01-26T03:30:34.145Z] ---> 139b97dd2e8d [2023-01-26T03:30:34.145Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-26T03:30:34.145Z] Removing intermediate container 25357c472e44 [2023-01-26T03:30:34.145Z] ---> 54542d144e0f [2023-01-26T03:30:34.145Z] Step 20/22 : LABEL arch=arm64 [2023-01-26T03:30:34.145Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-26T03:30:34.145Z]  Building security-secretstore-setup ... done Building security-spire-agent [2023-01-26T03:30:34.411Z] ---> Running in dd0cb103464d [2023-01-26T03:30:34.411Z] ---> Running in feff680935a8 [2023-01-26T03:30:35.372Z] Removing intermediate container dd0cb103464d [2023-01-26T03:30:35.372Z] ---> b65168a53b85 [2023-01-26T03:30:35.372Z] Removing intermediate container feff680935a8 [2023-01-26T03:30:35.372Z] ---> d9ecf298673a [2023-01-26T03:30:35.372Z] Step 21/22 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:30:35.372Z] Step 22/23 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:30:35.372Z] ---> 6d125df83058 [2023-01-26T03:30:35.372Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-26T03:30:35.372Z] ---> Running in 2b37dd7bc104 [2023-01-26T03:30:35.372Z] ---> Running in 2fbddd3b6c54 [2023-01-26T03:30:36.333Z] Removing intermediate container 2b37dd7bc104 [2023-01-26T03:30:36.333Z] ---> 8720e9633681 [2023-01-26T03:30:36.333Z] Step 23/23 : LABEL version=3.0.0-dev.29 [2023-01-26T03:30:36.333Z] Removing intermediate container 2fbddd3b6c54 [2023-01-26T03:30:36.333Z] ---> 033a2de24925 [2023-01-26T03:30:36.333Z] Step 22/22 : LABEL version=3.0.0-dev.29 [2023-01-26T03:30:36.333Z] ---> Running in ad900a4b4bde [2023-01-26T03:30:36.333Z] ---> Running in d1e3752a8aae [2023-01-26T03:30:36.602Z] ---> 97b67e3b3377 [2023-01-26T03:30:36.602Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-26T03:30:37.186Z] Removing intermediate container ad900a4b4bde [2023-01-26T03:30:37.186Z] ---> 36b06eab1d42 [2023-01-26T03:30:37.186Z] [2023-01-26T03:30:37.186Z] Removing intermediate container d1e3752a8aae [2023-01-26T03:30:37.186Z] ---> a42aa7c2cbe1 [2023-01-26T03:30:37.186Z] [2023-01-26T03:30:37.186Z] Successfully built 36b06eab1d42 [2023-01-26T03:30:37.186Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-01-26T03:30:37.186Z]  Building core-common-config-bootstrapper ... done Building core-metadata [2023-01-26T03:30:37.453Z] Successfully built a42aa7c2cbe1 [2023-01-26T03:30:37.453Z] Successfully tagged core-command-arm64:latest [2023-01-26T03:30:37.453Z]  Building core-command ... done Building security-spire-server [2023-01-26T03:30:38.037Z] ---> 45e186562995 [2023-01-26T03:30:38.037Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-26T03:30:38.304Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:30:38.305Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:30:38.305Z] ---> f32be975055a [2023-01-26T03:30:38.305Z] Step 3/24 : WORKDIR /edgex-go [2023-01-26T03:30:38.305Z] ---> Using cache [2023-01-26T03:30:38.305Z] ---> 4a6cff0462cf [2023-01-26T03:30:38.305Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-26T03:30:38.305Z] ---> Running in 5dc3fcbb0829 [2023-01-26T03:30:39.265Z] ---> 9879a6cc5e2c [2023-01-26T03:30:39.265Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-26T03:30:41.207Z] ---> 2ad174e5475b [2023-01-26T03:30:41.207Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-26T03:30:41.207Z] ---> Running in 4f49e45403e5 [2023-01-26T03:30:41.476Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:41.741Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:43.141Z] OK: 221 MiB in 51 packages [2023-01-26T03:30:44.560Z] Removing intermediate container 4f49e45403e5 [2023-01-26T03:30:44.561Z] ---> 1715dddf97e6 [2023-01-26T03:30:44.561Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-26T03:30:44.561Z] ---> Running in 382d9a3976f6 [2023-01-26T03:30:44.827Z] Removing intermediate container 5dc3fcbb0829 [2023-01-26T03:30:44.827Z] ---> 3387ee158699 [2023-01-26T03:30:44.827Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-26T03:30:45.096Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:30:45.096Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:30:45.096Z] ---> f32be975055a [2023-01-26T03:30:45.096Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-26T03:30:45.096Z] ---> Using cache [2023-01-26T03:30:45.096Z] ---> 6dcdc4b1361b [2023-01-26T03:30:45.096Z] Step 4/24 : WORKDIR /edgex-go [2023-01-26T03:30:45.096Z] ---> Using cache [2023-01-26T03:30:45.096Z] ---> 9b249d1f9ac8 [2023-01-26T03:30:45.096Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-26T03:30:45.096Z] ---> Using cache [2023-01-26T03:30:45.096Z] ---> 9dd75d5b1d6f [2023-01-26T03:30:45.096Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-26T03:30:45.369Z] ---> Using cache [2023-01-26T03:30:45.369Z] ---> bf2ec7826eb8 [2023-01-26T03:30:45.369Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:30:45.369Z] ---> Using cache [2023-01-26T03:30:45.369Z] ---> 9306f1c762a4 [2023-01-26T03:30:45.369Z] Step 8/24 : COPY . . [2023-01-26T03:30:45.369Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:30:45.369Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:30:45.369Z] ---> f32be975055a [2023-01-26T03:30:45.369Z] Step 3/23 : WORKDIR /edgex-go [2023-01-26T03:30:45.369Z] ---> Using cache [2023-01-26T03:30:45.369Z] ---> 4a6cff0462cf [2023-01-26T03:30:45.369Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-26T03:30:45.369Z] ---> Using cache [2023-01-26T03:30:45.369Z] ---> 3387ee158699 [2023-01-26T03:30:45.369Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-26T03:30:45.369Z] Removing intermediate container 382d9a3976f6 [2023-01-26T03:30:45.369Z] ---> fe453649fc7f [2023-01-26T03:30:45.369Z] Step 29/32 : CMD ["gate"] [2023-01-26T03:30:45.638Z] ---> Running in 504e023b9b7f [2023-01-26T03:30:45.638Z] ---> Using cache [2023-01-26T03:30:45.638Z] ---> ef7a6833845c [2023-01-26T03:30:45.638Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-26T03:30:45.638Z] ---> Running in 555f27447dbd [2023-01-26T03:30:46.222Z] ---> 2dd520130ca9 [2023-01-26T03:30:46.222Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:30:46.489Z] ---> Running in e04d90699f50 [2023-01-26T03:30:46.756Z] Removing intermediate container 504e023b9b7f [2023-01-26T03:30:46.756Z] ---> 36975aff5115 [2023-01-26T03:30:46.756Z] Step 30/32 : LABEL arch=arm64 [2023-01-26T03:30:46.756Z] ---> cfff7da620b2 [2023-01-26T03:30:46.756Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:30:47.025Z] ---> Running in 2e168ee0a0cb [2023-01-26T03:30:47.025Z] ---> Running in 74ea0b01b974 [2023-01-26T03:30:47.617Z] Removing intermediate container 2e168ee0a0cb [2023-01-26T03:30:47.617Z] ---> eb96c0bf74ec [2023-01-26T03:30:47.617Z] Step 31/32 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:30:47.888Z] ---> Running in 88a884708392 [2023-01-26T03:30:47.888Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-26T03:30:48.852Z] Removing intermediate container 88a884708392 [2023-01-26T03:30:48.852Z] ---> fdd40a3e7fdb [2023-01-26T03:30:48.852Z] Step 32/32 : LABEL version=3.0.0-dev.29 [2023-01-26T03:30:48.852Z] ---> Running in 29f72e5c07d9 [2023-01-26T03:30:49.434Z] Removing intermediate container 29f72e5c07d9 [2023-01-26T03:30:49.434Z] ---> 683c7f7e8b1c [2023-01-26T03:30:49.434Z] [2023-01-26T03:30:49.434Z] Successfully built 683c7f7e8b1c [2023-01-26T03:30:49.434Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-26T03:30:49.434Z]  Building security-bootstrapper ... done Building security-spiffe-token-provider [2023-01-26T03:30:52.774Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:30:52.774Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:30:52.774Z] ---> f32be975055a [2023-01-26T03:30:52.774Z] Step 3/19 : WORKDIR /edgex-go [2023-01-26T03:30:52.774Z] ---> Using cache [2023-01-26T03:30:52.774Z] ---> 4a6cff0462cf [2023-01-26T03:30:52.774Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-26T03:30:52.774Z] ---> Running in 4b234bdcbf6e [2023-01-26T03:30:54.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:54.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:56.396Z] v3.16.3-146-gfa07c3b49d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-26T03:30:56.396Z] v3.16.3-145-g4534ab608c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-26T03:30:56.396Z] OK: 16901 distinct packages available [2023-01-26T03:30:56.396Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:56.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:30:57.622Z] OK: 221 MiB in 51 packages [2023-01-26T03:30:59.035Z] Removing intermediate container 4b234bdcbf6e [2023-01-26T03:30:59.035Z] ---> 993004c359cd [2023-01-26T03:30:59.301Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-26T03:30:59.884Z] ---> 513ee8872c07 [2023-01-26T03:30:59.884Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:30:59.884Z] ---> Running in 9ee37d8e2777 [2023-01-26T03:33:06.565Z] Removing intermediate container 74ea0b01b974 [2023-01-26T03:33:06.565Z] ---> 763e7d99c8f1 [2023-01-26T03:33:06.565Z] Step 7/23 : COPY . . [2023-01-26T03:33:06.565Z] Removing intermediate container e04d90699f50 [2023-01-26T03:33:06.565Z] ---> a0f37ab87540 [2023-01-26T03:33:06.565Z] Step 7/24 : COPY . . [2023-01-26T03:33:06.565Z] ---> 1aa698c6cbe8 [2023-01-26T03:33:06.565Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-26T03:33:06.565Z] ---> 7b7f652f9b15 [2023-01-26T03:33:06.565Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-26T03:33:06.565Z] ---> Running in 08c0cbafc1f9 [2023-01-26T03:33:06.565Z] ---> Running in d646306f431c [2023-01-26T03:33:06.565Z] Removing intermediate container 08c0cbafc1f9 [2023-01-26T03:33:06.565Z] ---> e8d37f10e323 [2023-01-26T03:33:06.565Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-26T03:33:06.565Z] Removing intermediate container d646306f431c [2023-01-26T03:33:06.565Z] ---> 4cc8233ed379 [2023-01-26T03:33:06.565Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-26T03:33:06.565Z] ---> Running in 337013ce05d9 [2023-01-26T03:33:06.565Z] ---> Running in 44b4d542da33 [2023-01-26T03:33:06.565Z] Removing intermediate container 9ee37d8e2777 [2023-01-26T03:33:06.565Z] ---> 6dfb3e9570ca [2023-01-26T03:33:06.565Z] Step 7/19 : COPY . . [2023-01-26T03:33:06.836Z] Removing intermediate container 44b4d542da33 [2023-01-26T03:33:06.836Z] ---> 477dc57447f3 [2023-01-26T03:33:06.836Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-26T03:33:06.836Z] Removing intermediate container 337013ce05d9 [2023-01-26T03:33:06.836Z] ---> dcb005cb47b7 [2023-01-26T03:33:06.836Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-26T03:33:06.836Z] ---> Running in b086b5250f59 [2023-01-26T03:33:07.106Z] ---> Running in 9ab61facbeaa [2023-01-26T03:33:13.768Z] Removing intermediate container 9ab61facbeaa [2023-01-26T03:33:13.768Z] ---> 722fb076a3b4 [2023-01-26T03:33:13.768Z] Step 11/23 : WORKDIR /edgex-go [2023-01-26T03:33:13.768Z] Removing intermediate container b086b5250f59 [2023-01-26T03:33:13.768Z] ---> bfa4fa24769d [2023-01-26T03:33:13.768Z] Step 11/24 : WORKDIR /edgex-go [2023-01-26T03:33:13.768Z] ---> Running in 4377b124e679 [2023-01-26T03:33:13.768Z] ---> Running in b9e32c0d982f [2023-01-26T03:33:13.768Z] ---> c30be6dbc306 [2023-01-26T03:33:13.768Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-26T03:33:13.768Z] ---> Running in 67226f929007 [2023-01-26T03:33:13.768Z] Removing intermediate container b9e32c0d982f [2023-01-26T03:33:13.768Z] ---> 8a5559b7a699 [2023-01-26T03:33:13.768Z] [2023-01-26T03:33:13.768Z] Step 12/24 : FROM alpine:3.15 [2023-01-26T03:33:14.036Z] Removing intermediate container 4377b124e679 [2023-01-26T03:33:14.036Z] ---> d6c6235c2e06 [2023-01-26T03:33:14.036Z] [2023-01-26T03:33:14.036Z] Step 12/23 : FROM alpine:3.15 [2023-01-26T03:33:14.620Z] 3.15: Pulling from library/alpine [2023-01-26T03:33:14.620Z] 3.15: Pulling from library/alpine [2023-01-26T03:33:14.889Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-26T03:33:16.294Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-26T03:33:16.295Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-26T03:33:16.295Z] Status: Downloaded newer image for alpine:3.15 [2023-01-26T03:33:16.295Z] Status: Image is up to date for alpine:3.15 [2023-01-26T03:33:16.295Z] ---> 8aa73fd46299 [2023-01-26T03:33:16.295Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-26T03:33:16.295Z] ---> 8aa73fd46299 [2023-01-26T03:33:16.295Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-26T03:33:16.295Z] ---> Running in 27439e869605 [2023-01-26T03:33:16.295Z] ---> Running in 275877ba97a4 [2023-01-26T03:33:16.878Z] Removing intermediate container 27439e869605 [2023-01-26T03:33:16.878Z] ---> c1de12960cbb [2023-01-26T03:33:16.878Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-26T03:33:16.878Z] ---> Running in 4115467e20cf [2023-01-26T03:33:16.878Z] Removing intermediate container 275877ba97a4 [2023-01-26T03:33:16.878Z] ---> 366a75bc516c [2023-01-26T03:33:16.878Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-26T03:33:17.146Z] ---> Running in 1374f7e6eb64 [2023-01-26T03:33:19.085Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:33:19.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:33:19.931Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:33:19.931Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:33:20.887Z] v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-26T03:33:20.887Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-26T03:33:20.887Z] OK: 15736 distinct packages available [2023-01-26T03:33:21.153Z] v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-26T03:33:21.153Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-26T03:33:21.153Z] OK: 15736 distinct packages available [2023-01-26T03:33:21.153Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:33:21.419Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:33:21.419Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:33:21.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:33:22.639Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-26T03:33:22.639Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-26T03:33:22.639Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-26T03:33:22.639Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-26T03:33:22.639Z] (3/5) Installing libucontext (1.1-r0) [2023-01-26T03:33:22.639Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-26T03:33:22.639Z] (3/5) Installing libucontext (1.1-r0) [2023-01-26T03:33:22.639Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-26T03:33:22.639Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-26T03:33:22.639Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-26T03:33:22.639Z] Executing busybox-1.34.1-r7.trigger [2023-01-26T03:33:22.639Z] Executing busybox-1.34.1-r7.trigger [2023-01-26T03:33:22.639Z] OK: 6 MiB in 19 packages [2023-01-26T03:33:22.906Z] OK: 6 MiB in 19 packages [2023-01-26T03:33:26.144Z] Removing intermediate container 4115467e20cf [2023-01-26T03:33:26.144Z] ---> dddf284ad469 [2023-01-26T03:33:26.144Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-26T03:33:26.144Z] Removing intermediate container 1374f7e6eb64 [2023-01-26T03:33:26.144Z] ---> f865fce7ef11 [2023-01-26T03:33:26.144Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-26T03:33:31.482Z] ---> fdfd98bfb1e3 [2023-01-26T03:33:31.482Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-26T03:33:32.899Z] ---> ed44080686d0 [2023-01-26T03:33:32.899Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-26T03:33:34.300Z] ---> 92e69104a376 [2023-01-26T03:33:34.300Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-26T03:33:35.704Z] ---> 73b183b9329e [2023-01-26T03:33:35.704Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-26T03:33:38.275Z] ---> 7401b3aa1d43 [2023-01-26T03:33:38.275Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-26T03:33:38.275Z] ---> Running in 78056590083a [2023-01-26T03:33:38.275Z] ---> 1fb14f6140cb [2023-01-26T03:33:38.275Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-26T03:33:38.858Z] Removing intermediate container 78056590083a [2023-01-26T03:33:38.858Z] ---> fd6c106ea29e [2023-01-26T03:33:38.858Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-26T03:33:39.130Z] ---> Running in 28ca3d837af2 [2023-01-26T03:33:39.713Z] Removing intermediate container 28ca3d837af2 [2023-01-26T03:33:39.713Z] ---> 16b42d77f8e6 [2023-01-26T03:33:39.713Z] Step 21/23 : LABEL arch=arm64 [2023-01-26T03:33:39.713Z] ---> 0ef3f784c2cc [2023-01-26T03:33:39.713Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-26T03:33:39.713Z] ---> Running in e0c9d280c093 [2023-01-26T03:33:40.674Z] Removing intermediate container e0c9d280c093 [2023-01-26T03:33:40.674Z] ---> 4be27c66da8c [2023-01-26T03:33:40.674Z] Step 22/23 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:33:40.674Z] ---> Running in 9dce968eb9ac [2023-01-26T03:33:40.941Z] ---> 0e1c513ae379 [2023-01-26T03:33:40.941Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-26T03:33:41.524Z] Removing intermediate container 9dce968eb9ac [2023-01-26T03:33:41.524Z] ---> c1625d4c1975 [2023-01-26T03:33:41.524Z] Step 23/23 : LABEL version=3.0.0-dev.29 [2023-01-26T03:33:41.524Z] ---> Running in 06c2eae19991 [2023-01-26T03:33:42.329Z] Removing intermediate container 06c2eae19991 [2023-01-26T03:33:42.329Z] ---> 9c184e2043cb [2023-01-26T03:33:42.329Z] [2023-01-26T03:33:42.628Z] ---> aab8b396c9af [2023-01-26T03:33:42.628Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-26T03:33:42.628Z] Successfully built 9c184e2043cb [2023-01-26T03:33:42.628Z] Successfully tagged security-spire-server-arm64:latest [2023-01-26T03:33:42.628Z]  Building security-spire-server ... done Building support-notifications [2023-01-26T03:33:42.628Z] ---> Running in a24cc2a085a5 [2023-01-26T03:33:43.229Z] Removing intermediate container a24cc2a085a5 [2023-01-26T03:33:43.229Z] ---> 00ab24fc6495 [2023-01-26T03:33:43.229Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-26T03:33:43.229Z] ---> Running in 54cc02eb2819 [2023-01-26T03:33:43.886Z] Removing intermediate container 54cc02eb2819 [2023-01-26T03:33:43.886Z] ---> 651252b554b4 [2023-01-26T03:33:43.886Z] Step 22/24 : LABEL arch=arm64 [2023-01-26T03:33:43.886Z] ---> Running in ac26b5883dba [2023-01-26T03:33:44.171Z] Removing intermediate container ac26b5883dba [2023-01-26T03:33:44.171Z] ---> 34c640e67438 [2023-01-26T03:33:44.171Z] Step 23/24 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:33:44.584Z] ---> Running in 46846201c4f4 [2023-01-26T03:33:44.925Z] Removing intermediate container 46846201c4f4 [2023-01-26T03:33:44.925Z] ---> c0504abe8ee3 [2023-01-26T03:33:44.925Z] Step 24/24 : LABEL version=3.0.0-dev.29 [2023-01-26T03:33:44.925Z] ---> Running in e026c22073f8 [2023-01-26T03:33:45.512Z] Removing intermediate container e026c22073f8 [2023-01-26T03:33:45.512Z] ---> ed004416634d [2023-01-26T03:33:45.512Z] [2023-01-26T03:33:45.512Z] Successfully built ed004416634d [2023-01-26T03:33:45.512Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-26T03:33:45.512Z] Building security-spire-config [2023-01-26T03:33:46.923Z]  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:33:46.923Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:33:46.923Z] ---> f32be975055a [2023-01-26T03:33:46.923Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-26T03:33:46.923Z] ---> Using cache [2023-01-26T03:33:46.923Z] ---> 6dcdc4b1361b [2023-01-26T03:33:46.923Z] Step 4/22 : WORKDIR /edgex-go [2023-01-26T03:33:46.923Z] ---> Using cache [2023-01-26T03:33:46.923Z] ---> 9b249d1f9ac8 [2023-01-26T03:33:46.923Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-26T03:33:46.923Z] ---> Running in 146c62776c18 [2023-01-26T03:33:48.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:33:49.449Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:33:49.715Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:33:49.715Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:33:49.715Z] ---> f32be975055a [2023-01-26T03:33:49.715Z] Step 3/24 : WORKDIR /edgex-go [2023-01-26T03:33:49.715Z] ---> Using cache [2023-01-26T03:33:49.715Z] ---> 4a6cff0462cf [2023-01-26T03:33:49.715Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-26T03:33:49.715Z] ---> Using cache [2023-01-26T03:33:49.715Z] ---> 3387ee158699 [2023-01-26T03:33:49.715Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-26T03:33:49.715Z] ---> Using cache [2023-01-26T03:33:49.715Z] ---> cfff7da620b2 [2023-01-26T03:33:49.715Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:33:49.715Z] ---> Using cache [2023-01-26T03:33:49.715Z] ---> 763e7d99c8f1 [2023-01-26T03:33:49.715Z] Step 7/24 : COPY . . [2023-01-26T03:33:49.983Z] ---> Using cache [2023-01-26T03:33:49.983Z] ---> 1aa698c6cbe8 [2023-01-26T03:33:49.983Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-26T03:33:49.983Z] ---> Using cache [2023-01-26T03:33:49.983Z] ---> e8d37f10e323 [2023-01-26T03:33:49.983Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-26T03:33:49.983Z] ---> Using cache [2023-01-26T03:33:49.983Z] ---> dcb005cb47b7 [2023-01-26T03:33:49.983Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-26T03:33:50.565Z] OK: 221 MiB in 51 packages [2023-01-26T03:33:51.526Z] ---> Running in d7aea21f89cb [2023-01-26T03:33:52.487Z] Removing intermediate container 146c62776c18 [2023-01-26T03:33:52.487Z] ---> 7e0f27c1e845 [2023-01-26T03:33:52.487Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-26T03:33:53.892Z] ---> 5ee552399030 [2023-01-26T03:33:53.892Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:33:53.892Z] ---> Running in 6e98527bdff0 [2023-01-26T03:33:54.860Z] Removing intermediate container d7aea21f89cb [2023-01-26T03:33:54.860Z] ---> ef33efca3a0d [2023-01-26T03:33:54.860Z] Step 11/24 : WORKDIR /edgex-go [2023-01-26T03:33:55.127Z] ---> Running in 081ba8d98092 [2023-01-26T03:33:55.707Z] Removing intermediate container 081ba8d98092 [2023-01-26T03:33:55.707Z] ---> 1d75fca3e2a5 [2023-01-26T03:33:55.707Z] [2023-01-26T03:33:55.707Z] Step 12/24 : FROM alpine:3.15 [2023-01-26T03:33:55.707Z] ---> 8aa73fd46299 [2023-01-26T03:33:55.707Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-26T03:33:55.707Z] ---> Using cache [2023-01-26T03:33:55.707Z] ---> 366a75bc516c [2023-01-26T03:33:55.707Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-26T03:33:55.971Z] ---> Running in 7b04198c9d3a [2023-01-26T03:33:57.906Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:33:58.491Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:33:59.899Z] v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-26T03:33:59.899Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-26T03:33:59.899Z] OK: 15736 distinct packages available [2023-01-26T03:33:59.899Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:34:00.166Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:34:01.577Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-26T03:34:01.577Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-26T03:34:01.577Z] (3/4) Installing libucontext (1.1-r0) [2023-01-26T03:34:01.577Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-26T03:34:01.577Z] Executing busybox-1.34.1-r7.trigger [2023-01-26T03:34:01.577Z] OK: 6 MiB in 18 packages [2023-01-26T03:34:03.539Z] Removing intermediate container 7b04198c9d3a [2023-01-26T03:34:03.539Z] ---> 5acccce76fc0 [2023-01-26T03:34:03.539Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-26T03:34:10.184Z] ---> b14738991449 [2023-01-26T03:34:10.184Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-26T03:34:10.457Z] ---> 0ef81431d015 [2023-01-26T03:34:10.457Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-26T03:34:10.457Z] ---> Running in 21b4f9f77e72 [2023-01-26T03:34:11.044Z] Removing intermediate container 21b4f9f77e72 [2023-01-26T03:34:11.044Z] ---> 62fc2871379c [2023-01-26T03:34:11.044Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-26T03:34:12.449Z] ---> 76c1e2a023e6 [2023-01-26T03:34:12.449Z] Step 19/24 : WORKDIR / [2023-01-26T03:34:12.449Z] ---> Running in f9082246fc6b [2023-01-26T03:34:13.030Z] Removing intermediate container f9082246fc6b [2023-01-26T03:34:13.030Z] ---> 48188212be73 [2023-01-26T03:34:13.030Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-26T03:34:13.030Z] ---> Running in 9b7316433a30 [2023-01-26T03:34:13.642Z] Removing intermediate container 9b7316433a30 [2023-01-26T03:34:13.642Z] ---> 66d392ba29f7 [2023-01-26T03:34:13.642Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-26T03:34:13.642Z] ---> Running in c9fc42f9ea03 [2023-01-26T03:34:14.234Z] Removing intermediate container c9fc42f9ea03 [2023-01-26T03:34:14.234Z] ---> 1f3f3262578d [2023-01-26T03:34:14.234Z] Step 22/24 : LABEL arch=arm64 [2023-01-26T03:34:14.234Z] ---> Running in cf8a204018e3 [2023-01-26T03:34:14.825Z] Removing intermediate container cf8a204018e3 [2023-01-26T03:34:14.825Z] ---> 42e862cd00bc [2023-01-26T03:34:14.825Z] Step 23/24 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:34:15.098Z] ---> Running in 2e7443e20048 [2023-01-26T03:34:15.374Z] Removing intermediate container 2e7443e20048 [2023-01-26T03:34:15.374Z] ---> 93bc0437a7ba [2023-01-26T03:34:15.374Z] Step 24/24 : LABEL version=3.0.0-dev.29 [2023-01-26T03:34:15.645Z] ---> Running in ac76b1cfa62e [2023-01-26T03:34:16.235Z] Removing intermediate container ac76b1cfa62e [2023-01-26T03:34:16.236Z] ---> 8f685354a251 [2023-01-26T03:34:16.236Z] [2023-01-26T03:34:16.236Z] Successfully built 8f685354a251 [2023-01-26T03:34:16.236Z] Successfully tagged security-spire-config-arm64:latest [2023-01-26T03:34:16.236Z] Building core-data [2023-01-26T03:34:19.594Z]  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-26T03:34:19.594Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-26T03:34:19.594Z] ---> f32be975055a [2023-01-26T03:34:19.594Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-26T03:34:19.594Z] ---> Using cache [2023-01-26T03:34:19.594Z] ---> 6dcdc4b1361b [2023-01-26T03:34:19.595Z] Step 4/22 : WORKDIR /edgex-go [2023-01-26T03:34:19.595Z] ---> Using cache [2023-01-26T03:34:19.595Z] ---> 9b249d1f9ac8 [2023-01-26T03:34:19.595Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-26T03:34:19.595Z] ---> Using cache [2023-01-26T03:34:19.595Z] ---> 9dd75d5b1d6f [2023-01-26T03:34:19.595Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-26T03:34:19.860Z] ---> Using cache [2023-01-26T03:34:19.860Z] ---> bf2ec7826eb8 [2023-01-26T03:34:19.860Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-26T03:34:19.860Z] ---> Using cache [2023-01-26T03:34:19.860Z] ---> 9306f1c762a4 [2023-01-26T03:34:19.860Z] Step 8/22 : COPY . . [2023-01-26T03:34:19.860Z] ---> Using cache [2023-01-26T03:34:19.860Z] ---> ef7a6833845c [2023-01-26T03:34:19.860Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-26T03:34:20.135Z] ---> Running in 658d9e617447 [2023-01-26T03:34:22.081Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-26T03:35:29.971Z] Removing intermediate container 6e98527bdff0 [2023-01-26T03:35:29.971Z] ---> 55014eb552c9 [2023-01-26T03:35:29.971Z] Step 8/22 : COPY . . [2023-01-26T03:35:29.971Z] ---> 564595e6366f [2023-01-26T03:35:29.971Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-26T03:35:29.971Z] ---> Running in 9d98b0f68788 [2023-01-26T03:35:30.927Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-26T03:36:38.749Z] Removing intermediate container 555f27447dbd [2023-01-26T03:36:38.749Z] ---> 2621af351058 [2023-01-26T03:36:38.749Z] [2023-01-26T03:36:38.749Z] Step 10/24 : FROM alpine:3.16 [2023-01-26T03:36:38.749Z] ---> 2b4661558fb8 [2023-01-26T03:36:38.749Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-26T03:36:38.749Z] ---> Using cache [2023-01-26T03:36:38.749Z] ---> 12a2bbd062f2 [2023-01-26T03:36:38.749Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-26T03:36:38.749Z] ---> Using cache [2023-01-26T03:36:38.749Z] ---> 47d7b37e7d96 [2023-01-26T03:36:38.749Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-26T03:36:38.749Z] ---> Running in 752b20d0b615 [2023-01-26T03:36:38.749Z] Removing intermediate container 752b20d0b615 [2023-01-26T03:36:38.749Z] ---> 7db43f2dc0fb [2023-01-26T03:36:38.749Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-26T03:36:38.749Z] ---> Running in fbf120938365 [2023-01-26T03:36:38.749Z] Removing intermediate container fbf120938365 [2023-01-26T03:36:38.749Z] ---> 5ed7f4a00a6f [2023-01-26T03:36:38.749Z] Step 15/24 : WORKDIR / [2023-01-26T03:36:38.749Z] ---> Running in 0bfde0e6532e [2023-01-26T03:36:38.749Z] Removing intermediate container 0bfde0e6532e [2023-01-26T03:36:38.749Z] ---> d227e9d91bb7 [2023-01-26T03:36:38.749Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:36:38.749Z] ---> 0bdc218fc7ae [2023-01-26T03:36:38.749Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-26T03:36:40.149Z] ---> 6ccd61b53300 [2023-01-26T03:36:40.149Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-26T03:36:41.106Z] ---> 0bd186f4e1f8 [2023-01-26T03:36:41.106Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-26T03:36:42.064Z] ---> c41dcbc9d700 [2023-01-26T03:36:42.064Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-26T03:36:42.064Z] ---> Running in b43a764e5d82 [2023-01-26T03:36:42.329Z] Removing intermediate container b43a764e5d82 [2023-01-26T03:36:42.329Z] ---> 839d647c2bc7 [2023-01-26T03:36:42.329Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-26T03:36:42.594Z] ---> Running in eff04c945e0f [2023-01-26T03:36:42.858Z] Removing intermediate container eff04c945e0f [2023-01-26T03:36:42.858Z] ---> 50a9dc35017c [2023-01-26T03:36:42.858Z] Step 22/24 : LABEL arch=arm64 [2023-01-26T03:36:43.123Z] ---> Running in f14ae9b147e1 [2023-01-26T03:36:43.388Z] Removing intermediate container f14ae9b147e1 [2023-01-26T03:36:43.388Z] ---> 54a21c3e409f [2023-01-26T03:36:43.388Z] Step 23/24 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:36:43.654Z] ---> Running in ed60d39ce7c7 [2023-01-26T03:36:44.237Z] Removing intermediate container ed60d39ce7c7 [2023-01-26T03:36:44.237Z] ---> a171b8117470 [2023-01-26T03:36:44.237Z] Step 24/24 : LABEL version=3.0.0-dev.29 [2023-01-26T03:36:44.237Z] ---> Running in c78269f04dba [2023-01-26T03:36:44.821Z] Removing intermediate container c78269f04dba [2023-01-26T03:36:44.821Z] ---> 7db97b351d1f [2023-01-26T03:36:44.821Z] [2023-01-26T03:36:44.821Z] Successfully built 7db97b351d1f [2023-01-26T03:36:44.821Z] Successfully tagged core-metadata-arm64:latest [2023-01-26T03:38:21.438Z]  Building core-metadata ... done Removing intermediate container 2b62675f3b45 [2023-01-26T03:38:21.438Z] ---> 869094ef93ba [2023-01-26T03:38:21.438Z] [2023-01-26T03:38:21.438Z] Step 10/22 : FROM alpine:3.16 [2023-01-26T03:38:21.438Z] ---> 2b4661558fb8 [2023-01-26T03:38:21.438Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-26T03:38:21.438Z] ---> Using cache [2023-01-26T03:38:21.438Z] ---> 12a2bbd062f2 [2023-01-26T03:38:21.438Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-26T03:38:21.438Z] ---> Using cache [2023-01-26T03:38:21.438Z] ---> 47d7b37e7d96 [2023-01-26T03:38:21.438Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-26T03:38:21.438Z] ---> Running in 2a725a0bdbc2 [2023-01-26T03:38:21.438Z] Removing intermediate container 2a725a0bdbc2 [2023-01-26T03:38:21.438Z] ---> 67b348327cb0 [2023-01-26T03:38:21.438Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-26T03:38:21.438Z] ---> Running in 44f194d3b4b4 [2023-01-26T03:38:21.438Z] Removing intermediate container 44f194d3b4b4 [2023-01-26T03:38:21.438Z] ---> 08fb12774535 [2023-01-26T03:38:21.438Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:38:21.438Z] ---> e81b713da63d [2023-01-26T03:38:21.438Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-26T03:38:22.845Z] ---> 2e496c864d22 [2023-01-26T03:38:22.845Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-26T03:38:23.805Z] ---> b8d7c2283ab5 [2023-01-26T03:38:23.805Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-26T03:38:23.805Z] ---> Running in 5e2449d4c5b3 [2023-01-26T03:38:24.392Z] Removing intermediate container 5e2449d4c5b3 [2023-01-26T03:38:24.392Z] ---> a15dba2bbbb4 [2023-01-26T03:38:24.392Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-26T03:38:24.658Z] ---> Running in 9ccd18bb166b [2023-01-26T03:38:25.241Z] Removing intermediate container 9ccd18bb166b [2023-01-26T03:38:25.241Z] ---> 30e846dd3e29 [2023-01-26T03:38:25.241Z] Step 20/22 : LABEL arch=arm64 [2023-01-26T03:38:25.241Z] ---> Running in 105edf84e254 [2023-01-26T03:38:25.823Z] Removing intermediate container 105edf84e254 [2023-01-26T03:38:25.823Z] ---> 8e7c0e583f88 [2023-01-26T03:38:25.823Z] Step 21/22 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:38:25.823Z] ---> Running in 2816e0f679b8 [2023-01-26T03:38:26.406Z] Removing intermediate container 2816e0f679b8 [2023-01-26T03:38:26.406Z] ---> 4c1d18d9eeb0 [2023-01-26T03:38:26.406Z] Step 22/22 : LABEL version=3.0.0-dev.29 [2023-01-26T03:38:26.406Z] ---> Running in 379da95f428e [2023-01-26T03:38:26.989Z] Removing intermediate container 379da95f428e [2023-01-26T03:38:26.989Z] ---> ddf52fd466d8 [2023-01-26T03:38:26.989Z] [2023-01-26T03:38:26.989Z] Successfully built ddf52fd466d8 [2023-01-26T03:38:27.256Z] Successfully tagged support-scheduler-arm64:latest [2023-01-26T03:39:48.884Z]  Building support-scheduler ... done Removing intermediate container 658d9e617447 [2023-01-26T03:39:48.884Z] ---> c28244ac410e [2023-01-26T03:39:48.884Z] [2023-01-26T03:39:48.884Z] Step 10/22 : FROM alpine:3.16 [2023-01-26T03:39:48.884Z] ---> 2b4661558fb8 [2023-01-26T03:39:48.884Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-26T03:39:48.884Z] ---> Running in 98bf6e5109ed [2023-01-26T03:39:48.884Z] Removing intermediate container 98bf6e5109ed [2023-01-26T03:39:48.884Z] ---> 2d829bd4ada1 [2023-01-26T03:39:48.884Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-26T03:39:48.884Z] ---> Running in 16395308b5d3 [2023-01-26T03:39:48.884Z] Removing intermediate container 16395308b5d3 [2023-01-26T03:39:48.884Z] ---> a7e4b6e61964 [2023-01-26T03:39:48.884Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-26T03:39:48.884Z] ---> Running in 016cdaae97a0 [2023-01-26T03:39:49.150Z] Removing intermediate container 016cdaae97a0 [2023-01-26T03:39:49.151Z] ---> b0422539ad22 [2023-01-26T03:39:49.151Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-26T03:39:49.416Z] ---> Running in 1828147e85e9 [2023-01-26T03:39:51.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:39:51.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:39:53.400Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-26T03:39:53.400Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:39:53.400Z] OK: 5 MiB in 15 packages [2023-01-26T03:39:56.740Z] Removing intermediate container 1828147e85e9 [2023-01-26T03:39:56.741Z] ---> 1f47516033fa [2023-01-26T03:39:56.741Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:39:58.679Z] ---> 8fbb2a96d45a [2023-01-26T03:39:58.679Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-26T03:40:00.620Z] ---> cee2d90c98d2 [2023-01-26T03:40:00.620Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-26T03:40:01.202Z] Removing intermediate container 67226f929007 [2023-01-26T03:40:01.202Z] ---> c31d988401a0 [2023-01-26T03:40:01.202Z] [2023-01-26T03:40:01.202Z] Step 9/19 : FROM alpine:3.15 [2023-01-26T03:40:01.202Z] ---> 8aa73fd46299 [2023-01-26T03:40:01.202Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-26T03:40:01.202Z] ---> Using cache [2023-01-26T03:40:01.202Z] ---> 366a75bc516c [2023-01-26T03:40:01.202Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-26T03:40:01.470Z] ---> Running in 653da1e32ec6 [2023-01-26T03:40:02.051Z] ---> 906a64f5a60e [2023-01-26T03:40:02.051Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-26T03:40:02.318Z] ---> Running in a4cf683a5f54 [2023-01-26T03:40:02.900Z] Removing intermediate container a4cf683a5f54 [2023-01-26T03:40:02.900Z] ---> 292a896ef95a [2023-01-26T03:40:02.900Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-26T03:40:03.167Z] ---> Running in d6bcd4615d08 [2023-01-26T03:40:03.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:40:03.699Z] Removing intermediate container d6bcd4615d08 [2023-01-26T03:40:03.699Z] ---> 5b7288dd20b2 [2023-01-26T03:40:03.699Z] Step 20/22 : LABEL arch=arm64 [2023-01-26T03:40:03.699Z] ---> Running in b3b278d4bbbd [2023-01-26T03:40:03.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:40:04.238Z] Removing intermediate container b3b278d4bbbd [2023-01-26T03:40:04.238Z] ---> 72b34682c2de [2023-01-26T03:40:04.238Z] Step 21/22 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:40:04.507Z] ---> Running in 90cf34a44c56 [2023-01-26T03:40:04.779Z] Removing intermediate container 90cf34a44c56 [2023-01-26T03:40:04.779Z] ---> 32b2318f402d [2023-01-26T03:40:04.779Z] Step 22/22 : LABEL version=3.0.0-dev.29 [2023-01-26T03:40:05.048Z] ---> Running in 59232669c834 [2023-01-26T03:40:05.048Z] v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-26T03:40:05.048Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-26T03:40:05.048Z] OK: 15736 distinct packages available [2023-01-26T03:40:05.316Z] Removing intermediate container 59232669c834 [2023-01-26T03:40:05.316Z] ---> 96265173b8cf [2023-01-26T03:40:05.316Z] [2023-01-26T03:40:05.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:40:05.584Z] Successfully built 96265173b8cf [2023-01-26T03:40:05.584Z] Successfully tagged core-data-arm64:latest [2023-01-26T03:40:05.584Z]  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:40:06.546Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-26T03:40:06.546Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-26T03:40:06.546Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-26T03:40:06.546Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-26T03:40:06.546Z] (5/9) Installing curl (7.80.0-r5) [2023-01-26T03:40:06.815Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-26T03:40:06.815Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-26T03:40:06.815Z] (8/9) Installing libucontext (1.1-r0) [2023-01-26T03:40:06.815Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-26T03:40:06.815Z] Executing busybox-1.34.1-r7.trigger [2023-01-26T03:40:06.815Z] Executing ca-certificates-20220614-r0.trigger [2023-01-26T03:40:07.086Z] OK: 8 MiB in 23 packages [2023-01-26T03:40:09.026Z] Removing intermediate container 653da1e32ec6 [2023-01-26T03:40:09.026Z] ---> 5759868a5dce [2023-01-26T03:40:09.026Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:40:09.993Z] ---> da144048fc82 [2023-01-26T03:40:09.993Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-26T03:40:11.934Z] ---> 1f441caecdb2 [2023-01-26T03:40:11.934Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-26T03:40:12.890Z] ---> 05e93ab79d30 [2023-01-26T03:40:12.890Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-26T03:40:12.890Z] ---> Running in 85e115fd4c23 [2023-01-26T03:40:13.157Z] Removing intermediate container 85e115fd4c23 [2023-01-26T03:40:13.157Z] ---> 8baecc6460d8 [2023-01-26T03:40:13.157Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-26T03:40:13.424Z] ---> Running in 3a592c34cc40 [2023-01-26T03:40:14.007Z] Removing intermediate container 3a592c34cc40 [2023-01-26T03:40:14.007Z] ---> 621fa483fc54 [2023-01-26T03:40:14.007Z] Step 17/19 : LABEL arch=arm64 [2023-01-26T03:40:14.007Z] ---> Running in 4253c573db26 [2023-01-26T03:40:14.591Z] Removing intermediate container 4253c573db26 [2023-01-26T03:40:14.591Z] ---> b441f8f81249 [2023-01-26T03:40:14.591Z] Step 18/19 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:40:14.591Z] ---> Running in 2f782ea8ce76 [2023-01-26T03:40:14.860Z] Removing intermediate container 2f782ea8ce76 [2023-01-26T03:40:14.860Z] ---> eb6400a6a187 [2023-01-26T03:40:14.860Z] Step 19/19 : LABEL version=3.0.0-dev.29 [2023-01-26T03:40:15.127Z] ---> Running in 7e13538ffdc4 [2023-01-26T03:40:15.709Z] Removing intermediate container 7e13538ffdc4 [2023-01-26T03:40:15.709Z] ---> 8552e378efea [2023-01-26T03:40:15.709Z] [2023-01-26T03:40:15.709Z] Successfully built 8552e378efea [2023-01-26T03:40:15.709Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-26T03:40:54.778Z]  Building security-spiffe-token-provider ... done Removing intermediate container 9d98b0f68788 [2023-01-26T03:40:54.778Z] ---> cb3a32659246 [2023-01-26T03:40:54.778Z] [2023-01-26T03:40:54.778Z] Step 10/22 : FROM alpine:3.16 [2023-01-26T03:40:54.778Z] ---> 2b4661558fb8 [2023-01-26T03:40:54.778Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-26T03:40:54.778Z] ---> Running in 67f28075aeee [2023-01-26T03:40:54.778Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-26T03:40:54.778Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-26T03:40:54.778Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-26T03:40:54.778Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-26T03:40:54.778Z] Executing busybox-1.35.0-r17.trigger [2023-01-26T03:40:54.778Z] Executing ca-certificates-20220614-r0.trigger [2023-01-26T03:40:54.778Z] OK: 6 MiB in 16 packages [2023-01-26T03:40:54.778Z] Removing intermediate container 67f28075aeee [2023-01-26T03:40:54.778Z] ---> fc9b70aeb55b [2023-01-26T03:40:54.778Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-26T03:40:54.778Z] ---> Running in 07eb00ffc2b3 [2023-01-26T03:40:54.778Z] Removing intermediate container 07eb00ffc2b3 [2023-01-26T03:40:54.778Z] ---> 340e10e6acba [2023-01-26T03:40:54.778Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-26T03:40:54.778Z] ---> Running in 89362392d7c0 [2023-01-26T03:40:54.778Z] Removing intermediate container 89362392d7c0 [2023-01-26T03:40:54.778Z] ---> 05c3b678b566 [2023-01-26T03:40:54.778Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-26T03:40:54.778Z] ---> Running in cb296ab5ae6f [2023-01-26T03:40:54.778Z] Removing intermediate container cb296ab5ae6f [2023-01-26T03:40:54.778Z] ---> 3abb889a728f [2023-01-26T03:40:54.778Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-26T03:40:55.367Z] ---> a3ffffb3c620 [2023-01-26T03:40:55.367Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-26T03:40:56.780Z] ---> 98de11ae3cc3 [2023-01-26T03:40:56.780Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-26T03:40:57.374Z] ---> 338d90df60d1 [2023-01-26T03:40:57.374Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-26T03:40:57.374Z] ---> Running in b617232e1a2c [2023-01-26T03:40:57.640Z] Removing intermediate container b617232e1a2c [2023-01-26T03:40:57.640Z] ---> 744988538ece [2023-01-26T03:40:57.640Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-26T03:40:57.640Z] ---> Running in e09087da6f01 [2023-01-26T03:40:59.045Z] Removing intermediate container e09087da6f01 [2023-01-26T03:40:59.045Z] ---> 0e4f3ad31bc8 [2023-01-26T03:40:59.045Z] Step 20/22 : LABEL arch=arm64 [2023-01-26T03:40:59.045Z] ---> Running in 1e6aa94bbd4d [2023-01-26T03:40:59.311Z] Removing intermediate container 1e6aa94bbd4d [2023-01-26T03:40:59.311Z] ---> e7c0daa828fd [2023-01-26T03:40:59.311Z] Step 21/22 : LABEL git_sha=a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:40:59.586Z] ---> Running in 563777775ff8 [2023-01-26T03:40:59.860Z] Removing intermediate container 563777775ff8 [2023-01-26T03:40:59.860Z] ---> 8bb4807d91c5 [2023-01-26T03:40:59.860Z] Step 22/22 : LABEL version=3.0.0-dev.29 [2023-01-26T03:40:59.860Z] ---> Running in a4024467168c [2023-01-26T03:41:00.129Z] Removing intermediate container a4024467168c [2023-01-26T03:41:00.129Z] ---> ad50e8b6b41e [2023-01-26T03:41:00.129Z] [2023-01-26T03:41:00.129Z] Successfully built ad50e8b6b41e [2023-01-26T03:41:00.129Z] Successfully tagged support-notifications-arm64:latest [2023-01-26T03:41:00.731Z]  Building support-notifications ... done  [Pipeline] } [2023-01-26T03:41:00.736Z] $ docker stop --time=1 25919c0d560601743e1188011c84c6509cd1cec14f762c8a765b6e4ae71c4396 [2023-01-26T03:41:02.431Z] $ docker rm -f --volumes 25919c0d560601743e1188011c84c6509cd1cec14f762c8a765b6e4ae71c4396 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-26T03:41:02.914Z] + docker images [2023-01-26T03:41:03.183Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-26T03:41:03.183Z] support-notifications-arm64 latest ad50e8b6b41e 3 seconds ago 29.6MB [2023-01-26T03:41:03.183Z] cb3a32659246 14 seconds ago 1.41GB [2023-01-26T03:41:03.183Z] security-spiffe-token-provider-arm64 latest 8552e378efea 47 seconds ago 28.9MB [2023-01-26T03:41:03.183Z] core-data-arm64 latest 96265173b8cf 57 seconds ago 17.2MB [2023-01-26T03:41:03.183Z] c31d988401a0 About a minute ago 1.37GB [2023-01-26T03:41:03.183Z] c28244ac410e About a minute ago 1.35GB [2023-01-26T03:41:03.183Z] support-scheduler-arm64 latest ddf52fd466d8 2 minutes ago 29MB [2023-01-26T03:41:03.183Z] 869094ef93ba 2 minutes ago 1.4GB [2023-01-26T03:41:03.183Z] core-metadata-arm64 latest 7db97b351d1f 4 minutes ago 17.8MB [2023-01-26T03:41:03.183Z] 2621af351058 4 minutes ago 1.35GB [2023-01-26T03:41:03.183Z] security-spire-config-arm64 latest 8f685354a251 6 minutes ago 83.6MB [2023-01-26T03:41:03.183Z] 1d75fca3e2a5 7 minutes ago 1.21GB [2023-01-26T03:41:03.183Z] security-spire-agent-arm64 latest ed004416634d 7 minutes ago 122MB [2023-01-26T03:41:03.183Z] security-spire-server-arm64 latest 9c184e2043cb 7 minutes ago 84.3MB [2023-01-26T03:41:03.183Z] 8a5559b7a699 7 minutes ago 1.21GB [2023-01-26T03:41:03.183Z] d6c6235c2e06 7 minutes ago 1.21GB [2023-01-26T03:41:03.183Z] security-bootstrapper-arm64 latest 683c7f7e8b1c 10 minutes ago 19.5MB [2023-01-26T03:41:03.183Z] core-common-config-bootstrapper-arm64 latest 36b06eab1d42 10 minutes ago 14.9MB [2023-01-26T03:41:03.183Z] core-command-arm64 latest a42aa7c2cbe1 10 minutes ago 17MB [2023-01-26T03:41:03.183Z] security-secretstore-setup-arm64 latest e25bcc91c2ae 10 minutes ago 28.7MB [2023-01-26T03:41:03.183Z] security-proxy-setup-arm64 latest 84bb8e0bb3ae 10 minutes ago 26.8MB [2023-01-26T03:41:03.183Z] 76f54472d070 10 minutes ago 1.34GB [2023-01-26T03:41:03.183Z] 42e795be2c6a 10 minutes ago 1.34GB [2023-01-26T03:41:03.183Z] db701bbaf192 10 minutes ago 1.33GB [2023-01-26T03:41:03.183Z] fde60b4d3b9f 11 minutes ago 1.33GB [2023-01-26T03:41:03.183Z] 19bbaa667d21 11 minutes ago 1.33GB [2023-01-26T03:41:03.183Z] ci-base-image-arm64 latest f32be975055a 19 minutes ago 905MB [2023-01-26T03:41:03.183Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-26T03:41:03.183Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-26T03:41:03.183Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-26T03:41:03.183Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-26T03:41:03.275Z] provisioning config files... [2023-01-26T03:41:03.291Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/387@tmp/config968989100871349027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:41:03.629Z] ---> docker-login.sh [2023-01-26T03:41:03.629Z] nexus3.edgexfoundry.org:10001 [2023-01-26T03:41:03.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:41:04.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:41:04.213Z] Configure a credential helper to remove this warning. See [2023-01-26T03:41:04.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:41:04.213Z] [2023-01-26T03:41:04.213Z] Login Succeeded [2023-01-26T03:41:04.213Z] nexus3.edgexfoundry.org:10002 [2023-01-26T03:41:04.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:41:04.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:41:04.480Z] Configure a credential helper to remove this warning. See [2023-01-26T03:41:04.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:41:04.480Z] [2023-01-26T03:41:04.480Z] Login Succeeded [2023-01-26T03:41:04.480Z] nexus3.edgexfoundry.org:10003 [2023-01-26T03:41:04.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:41:04.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:41:04.747Z] Configure a credential helper to remove this warning. See [2023-01-26T03:41:04.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:41:04.747Z] [2023-01-26T03:41:04.747Z] Login Succeeded [2023-01-26T03:41:04.747Z] nexus3.edgexfoundry.org:10004 [2023-01-26T03:41:05.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:41:05.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:41:05.285Z] Configure a credential helper to remove this warning. See [2023-01-26T03:41:05.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:41:05.285Z] [2023-01-26T03:41:05.285Z] Login Succeeded [2023-01-26T03:41:05.285Z] docker.io [2023-01-26T03:41:05.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-26T03:41:05.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-26T03:41:05.820Z] Configure a credential helper to remove this warning. See [2023-01-26T03:41:05.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-26T03:41:05.820Z] [2023-01-26T03:41:05.820Z] Login Succeeded [2023-01-26T03:41:05.820Z] ---> docker-login.sh ends [Pipeline] } [2023-01-26T03:41:05.833Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:41:05.859Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-26T03:41:05.877Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-01-26T03:41:05.877Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:05.877Z] latest [2023-01-26T03:41:05.877Z] 3.0.0-dev.29 [2023-01-26T03:41:05.877Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:05.877Z] main [2023-01-26T03:41:05.877Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:06.207Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:06.553Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:06.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-26T03:41:06.553Z] 10e2a22efdd0: Preparing [2023-01-26T03:41:06.553Z] b5c91c34ff8f: Preparing [2023-01-26T03:41:06.553Z] 40d6b284e467: Preparing [2023-01-26T03:41:06.553Z] 903a0a531e12: Preparing [2023-01-26T03:41:06.553Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:06.553Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:06.818Z] 10e2a22efdd0: Pushed [2023-01-26T03:41:06.818Z] 40d6b284e467: Pushed [2023-01-26T03:41:06.818Z] 903a0a531e12: Pushed [2023-01-26T03:41:09.390Z] b5c91c34ff8f: Pushed [2023-01-26T03:41:09.655Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:5d94ddaa80bfa2a422583f2d3511ac6657cd23d9f64c2f2db60be1ac21b4bb55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:10.002Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:10.359Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-26T03:41:10.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-26T03:41:10.359Z] 10e2a22efdd0: Preparing [2023-01-26T03:41:10.359Z] b5c91c34ff8f: Preparing [2023-01-26T03:41:10.359Z] 40d6b284e467: Preparing [2023-01-26T03:41:10.359Z] 903a0a531e12: Preparing [2023-01-26T03:41:10.359Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:10.359Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:10.359Z] b5c91c34ff8f: Layer already exists [2023-01-26T03:41:10.359Z] 10e2a22efdd0: Layer already exists [2023-01-26T03:41:10.359Z] 903a0a531e12: Layer already exists [2023-01-26T03:41:10.359Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:10.624Z] latest: digest: sha256:5d94ddaa80bfa2a422583f2d3511ac6657cd23d9f64c2f2db60be1ac21b4bb55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:10.977Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:11.321Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.29 [2023-01-26T03:41:11.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-26T03:41:11.321Z] 10e2a22efdd0: Preparing [2023-01-26T03:41:11.321Z] b5c91c34ff8f: Preparing [2023-01-26T03:41:11.321Z] 40d6b284e467: Preparing [2023-01-26T03:41:11.321Z] 903a0a531e12: Preparing [2023-01-26T03:41:11.321Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:11.321Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:11.321Z] b5c91c34ff8f: Layer already exists [2023-01-26T03:41:11.321Z] 10e2a22efdd0: Layer already exists [2023-01-26T03:41:11.321Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:11.321Z] 903a0a531e12: Layer already exists [2023-01-26T03:41:11.321Z] 3.0.0-dev.29: digest: sha256:5d94ddaa80bfa2a422583f2d3511ac6657cd23d9f64c2f2db60be1ac21b4bb55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:11.929Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:12.536Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:12.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-26T03:41:12.536Z] 10e2a22efdd0: Preparing [2023-01-26T03:41:12.536Z] b5c91c34ff8f: Preparing [2023-01-26T03:41:12.536Z] 40d6b284e467: Preparing [2023-01-26T03:41:12.536Z] 903a0a531e12: Preparing [2023-01-26T03:41:12.536Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:12.536Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:12.536Z] 10e2a22efdd0: Layer already exists [2023-01-26T03:41:12.536Z] b5c91c34ff8f: Layer already exists [2023-01-26T03:41:12.536Z] 903a0a531e12: Layer already exists [2023-01-26T03:41:12.536Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:12.536Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:5d94ddaa80bfa2a422583f2d3511ac6657cd23d9f64c2f2db60be1ac21b4bb55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:13.151Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:13.484Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-01-26T03:41:13.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-26T03:41:13.484Z] 10e2a22efdd0: Preparing [2023-01-26T03:41:13.484Z] b5c91c34ff8f: Preparing [2023-01-26T03:41:13.484Z] 40d6b284e467: Preparing [2023-01-26T03:41:13.484Z] 903a0a531e12: Preparing [2023-01-26T03:41:13.484Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:13.484Z] b5c91c34ff8f: Layer already exists [2023-01-26T03:41:13.484Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:13.484Z] 10e2a22efdd0: Layer already exists [2023-01-26T03:41:13.484Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:13.484Z] 903a0a531e12: Layer already exists [2023-01-26T03:41:13.749Z] main: digest: sha256:5d94ddaa80bfa2a422583f2d3511ac6657cd23d9f64c2f2db60be1ac21b4bb55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:41:13.789Z] ===================================================== [Pipeline] echo [2023-01-26T03:41:13.797Z] taggedImages: [2023-01-26T03:41:13.797Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:13.797Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-26T03:41:13.797Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.29 [2023-01-26T03:41:13.797Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:13.797Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-01-26T03:41:13.818Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-01-26T03:41:13.818Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:13.818Z] latest [2023-01-26T03:41:13.818Z] 3.0.0-dev.29 [2023-01-26T03:41:13.818Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:13.818Z] main [2023-01-26T03:41:13.818Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:14.176Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:14.510Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:14.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-26T03:41:14.510Z] ba46cc964fe8: Preparing [2023-01-26T03:41:14.510Z] 2fde3e87c726: Preparing [2023-01-26T03:41:14.510Z] b9cba658d911: Preparing [2023-01-26T03:41:14.510Z] 02faf986d3bf: Preparing [2023-01-26T03:41:14.510Z] 40d6b284e467: Preparing [2023-01-26T03:41:14.510Z] e0ddd0e01acb: Preparing [2023-01-26T03:41:14.510Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:14.510Z] e0ddd0e01acb: Waiting [2023-01-26T03:41:14.510Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:14.510Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:14.775Z] 2fde3e87c726: Pushed [2023-01-26T03:41:14.775Z] ba46cc964fe8: Pushed [2023-01-26T03:41:14.775Z] b9cba658d911: Pushed [2023-01-26T03:41:14.775Z] e0ddd0e01acb: Pushed [2023-01-26T03:41:14.775Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:17.349Z] 02faf986d3bf: Pushed [2023-01-26T03:41:17.349Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:66b31dda7c5d6e7b0a53bd177eeff0b5d9f4b104c347fdd2971787e61d6b2b1e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:17.692Z] + 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 [2023-01-26T03:41:18.029Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-01-26T03:41:18.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-26T03:41:18.029Z] ba46cc964fe8: Preparing [2023-01-26T03:41:18.029Z] 2fde3e87c726: Preparing [2023-01-26T03:41:18.029Z] b9cba658d911: Preparing [2023-01-26T03:41:18.029Z] 02faf986d3bf: Preparing [2023-01-26T03:41:18.029Z] 40d6b284e467: Preparing [2023-01-26T03:41:18.029Z] e0ddd0e01acb: Preparing [2023-01-26T03:41:18.029Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:18.029Z] e0ddd0e01acb: Waiting [2023-01-26T03:41:18.029Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:18.029Z] b9cba658d911: Layer already exists [2023-01-26T03:41:18.029Z] 02faf986d3bf: Layer already exists [2023-01-26T03:41:18.029Z] 2fde3e87c726: Layer already exists [2023-01-26T03:41:18.029Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:18.029Z] ba46cc964fe8: Layer already exists [2023-01-26T03:41:18.029Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:18.029Z] e0ddd0e01acb: Layer already exists [2023-01-26T03:41:18.298Z] latest: digest: sha256:66b31dda7c5d6e7b0a53bd177eeff0b5d9f4b104c347fdd2971787e61d6b2b1e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:18.653Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:18.991Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.29 [2023-01-26T03:41:18.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-26T03:41:18.991Z] ba46cc964fe8: Preparing [2023-01-26T03:41:18.991Z] 2fde3e87c726: Preparing [2023-01-26T03:41:18.991Z] b9cba658d911: Preparing [2023-01-26T03:41:18.991Z] 02faf986d3bf: Preparing [2023-01-26T03:41:18.991Z] 40d6b284e467: Preparing [2023-01-26T03:41:18.991Z] e0ddd0e01acb: Preparing [2023-01-26T03:41:18.991Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:18.991Z] e0ddd0e01acb: Waiting [2023-01-26T03:41:18.991Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:18.991Z] b9cba658d911: Layer already exists [2023-01-26T03:41:18.991Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:18.991Z] ba46cc964fe8: Layer already exists [2023-01-26T03:41:18.991Z] 2fde3e87c726: Layer already exists [2023-01-26T03:41:18.991Z] 02faf986d3bf: Layer already exists [2023-01-26T03:41:18.991Z] e0ddd0e01acb: Layer already exists [2023-01-26T03:41:18.991Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:19.255Z] 3.0.0-dev.29: digest: sha256:66b31dda7c5d6e7b0a53bd177eeff0b5d9f4b104c347fdd2971787e61d6b2b1e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:19.597Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:19.936Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:19.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-26T03:41:19.936Z] ba46cc964fe8: Preparing [2023-01-26T03:41:19.936Z] 2fde3e87c726: Preparing [2023-01-26T03:41:19.936Z] b9cba658d911: Preparing [2023-01-26T03:41:19.936Z] 02faf986d3bf: Preparing [2023-01-26T03:41:19.936Z] 40d6b284e467: Preparing [2023-01-26T03:41:19.936Z] e0ddd0e01acb: Preparing [2023-01-26T03:41:19.936Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:19.936Z] e0ddd0e01acb: Waiting [2023-01-26T03:41:19.936Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:19.936Z] 2fde3e87c726: Layer already exists [2023-01-26T03:41:19.936Z] b9cba658d911: Layer already exists [2023-01-26T03:41:19.936Z] 02faf986d3bf: Layer already exists [2023-01-26T03:41:19.936Z] ba46cc964fe8: Layer already exists [2023-01-26T03:41:19.936Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:19.936Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:19.936Z] e0ddd0e01acb: Layer already exists [2023-01-26T03:41:20.200Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:66b31dda7c5d6e7b0a53bd177eeff0b5d9f4b104c347fdd2971787e61d6b2b1e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:20.544Z] + 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 [2023-01-26T03:41:20.884Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-01-26T03:41:20.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-26T03:41:20.884Z] ba46cc964fe8: Preparing [2023-01-26T03:41:20.884Z] 2fde3e87c726: Preparing [2023-01-26T03:41:20.884Z] b9cba658d911: Preparing [2023-01-26T03:41:20.884Z] 02faf986d3bf: Preparing [2023-01-26T03:41:20.884Z] 40d6b284e467: Preparing [2023-01-26T03:41:20.884Z] e0ddd0e01acb: Preparing [2023-01-26T03:41:20.884Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:20.884Z] e0ddd0e01acb: Waiting [2023-01-26T03:41:20.884Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:20.884Z] b9cba658d911: Layer already exists [2023-01-26T03:41:20.884Z] 02faf986d3bf: Layer already exists [2023-01-26T03:41:20.884Z] ba46cc964fe8: Layer already exists [2023-01-26T03:41:20.884Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:20.884Z] 2fde3e87c726: Layer already exists [2023-01-26T03:41:20.884Z] e0ddd0e01acb: Layer already exists [2023-01-26T03:41:20.884Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:21.154Z] main: digest: sha256:66b31dda7c5d6e7b0a53bd177eeff0b5d9f4b104c347fdd2971787e61d6b2b1e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:41:21.206Z] ===================================================== [Pipeline] echo [2023-01-26T03:41:21.215Z] taggedImages: [2023-01-26T03:41:21.215Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:21.215Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-01-26T03:41:21.215Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.29 [2023-01-26T03:41:21.216Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:21.216Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-01-26T03:41:21.241Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-01-26T03:41:21.241Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:21.241Z] latest [2023-01-26T03:41:21.241Z] 3.0.0-dev.29 [2023-01-26T03:41:21.241Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:21.241Z] main [2023-01-26T03:41:21.241Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:21.583Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:21.920Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:21.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-26T03:41:21.921Z] 83c0efa17bab: Preparing [2023-01-26T03:41:21.921Z] 3cf987588faa: Preparing [2023-01-26T03:41:21.921Z] 40d6b284e467: Preparing [2023-01-26T03:41:21.921Z] 08cfd62a4756: Preparing [2023-01-26T03:41:21.921Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:21.921Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:21.921Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:22.185Z] 83c0efa17bab: Pushed [2023-01-26T03:41:22.185Z] 08cfd62a4756: Pushed [2023-01-26T03:41:25.513Z] 3cf987588faa: Pushed [2023-01-26T03:41:25.513Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:717261ef2f5ad1cf64c913e7279e3a1f15326c275680cded81f22989d196a8c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:25.850Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:26.182Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-26T03:41:26.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-26T03:41:26.182Z] 83c0efa17bab: Preparing [2023-01-26T03:41:26.182Z] 3cf987588faa: Preparing [2023-01-26T03:41:26.182Z] 40d6b284e467: Preparing [2023-01-26T03:41:26.182Z] 08cfd62a4756: Preparing [2023-01-26T03:41:26.182Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:26.182Z] 3cf987588faa: Layer already exists [2023-01-26T03:41:26.182Z] 83c0efa17bab: Layer already exists [2023-01-26T03:41:26.182Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:26.182Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:26.182Z] 08cfd62a4756: Layer already exists [2023-01-26T03:41:26.182Z] latest: digest: sha256:717261ef2f5ad1cf64c913e7279e3a1f15326c275680cded81f22989d196a8c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:26.795Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:27.129Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.29 [2023-01-26T03:41:27.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-26T03:41:27.129Z] 83c0efa17bab: Preparing [2023-01-26T03:41:27.129Z] 3cf987588faa: Preparing [2023-01-26T03:41:27.129Z] 40d6b284e467: Preparing [2023-01-26T03:41:27.129Z] 08cfd62a4756: Preparing [2023-01-26T03:41:27.129Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:27.129Z] 83c0efa17bab: Layer already exists [2023-01-26T03:41:27.129Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:27.129Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:27.129Z] 08cfd62a4756: Layer already exists [2023-01-26T03:41:27.129Z] 3cf987588faa: Layer already exists [2023-01-26T03:41:27.129Z] 3.0.0-dev.29: digest: sha256:717261ef2f5ad1cf64c913e7279e3a1f15326c275680cded81f22989d196a8c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:27.736Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:28.068Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:28.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-26T03:41:28.068Z] 83c0efa17bab: Preparing [2023-01-26T03:41:28.069Z] 3cf987588faa: Preparing [2023-01-26T03:41:28.069Z] 40d6b284e467: Preparing [2023-01-26T03:41:28.069Z] 08cfd62a4756: Preparing [2023-01-26T03:41:28.069Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:28.069Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:28.069Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:28.069Z] 83c0efa17bab: Layer already exists [2023-01-26T03:41:28.069Z] 3cf987588faa: Layer already exists [2023-01-26T03:41:28.069Z] 08cfd62a4756: Layer already exists [2023-01-26T03:41:28.069Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:717261ef2f5ad1cf64c913e7279e3a1f15326c275680cded81f22989d196a8c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:28.666Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:29.000Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-01-26T03:41:29.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-26T03:41:29.000Z] 83c0efa17bab: Preparing [2023-01-26T03:41:29.000Z] 3cf987588faa: Preparing [2023-01-26T03:41:29.000Z] 40d6b284e467: Preparing [2023-01-26T03:41:29.000Z] 08cfd62a4756: Preparing [2023-01-26T03:41:29.000Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:29.000Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:29.000Z] 08cfd62a4756: Layer already exists [2023-01-26T03:41:29.000Z] 83c0efa17bab: Layer already exists [2023-01-26T03:41:29.000Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:29.000Z] 3cf987588faa: Layer already exists [2023-01-26T03:41:29.263Z] main: digest: sha256:717261ef2f5ad1cf64c913e7279e3a1f15326c275680cded81f22989d196a8c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:41:29.312Z] ===================================================== [Pipeline] echo [2023-01-26T03:41:29.320Z] taggedImages: [2023-01-26T03:41:29.320Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:29.320Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-26T03:41:29.320Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.29 [2023-01-26T03:41:29.320Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:29.320Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-01-26T03:41:29.343Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-01-26T03:41:29.343Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:29.343Z] latest [2023-01-26T03:41:29.343Z] 3.0.0-dev.29 [2023-01-26T03:41:29.343Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:29.343Z] main [2023-01-26T03:41:29.343Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:29.685Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:30.016Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:30.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-26T03:41:30.016Z] fd8c5ca47253: Preparing [2023-01-26T03:41:30.016Z] 502fc3d98145: Preparing [2023-01-26T03:41:30.016Z] 2ca90b5ac6a4: Preparing [2023-01-26T03:41:30.016Z] 40d6b284e467: Preparing [2023-01-26T03:41:30.016Z] 903a0a531e12: Preparing [2023-01-26T03:41:30.016Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:30.016Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:30.016Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:30.016Z] 903a0a531e12: Layer already exists [2023-01-26T03:41:30.281Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:30.281Z] fd8c5ca47253: Pushed [2023-01-26T03:41:30.281Z] 502fc3d98145: Pushed [2023-01-26T03:41:33.611Z] 2ca90b5ac6a4: Pushed [2023-01-26T03:41:33.611Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:507bfb9aa426b6c07f9b5347a20269c6ca14478b000164efe0c5cb6b0e32f400 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:33.943Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:34.278Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-26T03:41:34.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-26T03:41:34.278Z] fd8c5ca47253: Preparing [2023-01-26T03:41:34.278Z] 502fc3d98145: Preparing [2023-01-26T03:41:34.278Z] 2ca90b5ac6a4: Preparing [2023-01-26T03:41:34.278Z] 40d6b284e467: Preparing [2023-01-26T03:41:34.278Z] 903a0a531e12: Preparing [2023-01-26T03:41:34.278Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:34.278Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:34.278Z] fd8c5ca47253: Layer already exists [2023-01-26T03:41:34.278Z] 903a0a531e12: Layer already exists [2023-01-26T03:41:34.278Z] 502fc3d98145: Layer already exists [2023-01-26T03:41:34.278Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:34.278Z] 2ca90b5ac6a4: Layer already exists [2023-01-26T03:41:34.278Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:34.543Z] latest: digest: sha256:507bfb9aa426b6c07f9b5347a20269c6ca14478b000164efe0c5cb6b0e32f400 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:34.881Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:35.279Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.29 [2023-01-26T03:41:35.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-26T03:41:35.279Z] fd8c5ca47253: Preparing [2023-01-26T03:41:35.279Z] 502fc3d98145: Preparing [2023-01-26T03:41:35.279Z] 2ca90b5ac6a4: Preparing [2023-01-26T03:41:35.279Z] 40d6b284e467: Preparing [2023-01-26T03:41:35.279Z] 903a0a531e12: Preparing [2023-01-26T03:41:35.279Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:35.279Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:35.279Z] 2ca90b5ac6a4: Layer already exists [2023-01-26T03:41:35.279Z] 502fc3d98145: Layer already exists [2023-01-26T03:41:35.279Z] fd8c5ca47253: Layer already exists [2023-01-26T03:41:35.279Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:35.279Z] 903a0a531e12: Layer already exists [2023-01-26T03:41:35.279Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:35.553Z] 3.0.0-dev.29: digest: sha256:507bfb9aa426b6c07f9b5347a20269c6ca14478b000164efe0c5cb6b0e32f400 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:35.908Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:36.247Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:36.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-26T03:41:36.247Z] fd8c5ca47253: Preparing [2023-01-26T03:41:36.247Z] 502fc3d98145: Preparing [2023-01-26T03:41:36.247Z] 2ca90b5ac6a4: Preparing [2023-01-26T03:41:36.247Z] 40d6b284e467: Preparing [2023-01-26T03:41:36.247Z] 903a0a531e12: Preparing [2023-01-26T03:41:36.247Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:36.247Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:36.247Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:36.247Z] 2ca90b5ac6a4: Layer already exists [2023-01-26T03:41:36.247Z] fd8c5ca47253: Layer already exists [2023-01-26T03:41:36.247Z] 903a0a531e12: Layer already exists [2023-01-26T03:41:36.247Z] 502fc3d98145: Layer already exists [2023-01-26T03:41:36.247Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:36.516Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:507bfb9aa426b6c07f9b5347a20269c6ca14478b000164efe0c5cb6b0e32f400 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:36.851Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:37.179Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-01-26T03:41:37.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-26T03:41:37.179Z] fd8c5ca47253: Preparing [2023-01-26T03:41:37.179Z] 502fc3d98145: Preparing [2023-01-26T03:41:37.179Z] 2ca90b5ac6a4: Preparing [2023-01-26T03:41:37.179Z] 40d6b284e467: Preparing [2023-01-26T03:41:37.179Z] 903a0a531e12: Preparing [2023-01-26T03:41:37.179Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:37.179Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:37.179Z] 502fc3d98145: Layer already exists [2023-01-26T03:41:37.179Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:37.179Z] 2ca90b5ac6a4: Layer already exists [2023-01-26T03:41:37.179Z] 903a0a531e12: Layer already exists [2023-01-26T03:41:37.179Z] fd8c5ca47253: Layer already exists [2023-01-26T03:41:37.179Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:37.445Z] main: digest: sha256:507bfb9aa426b6c07f9b5347a20269c6ca14478b000164efe0c5cb6b0e32f400 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:41:37.501Z] ===================================================== [Pipeline] echo [2023-01-26T03:41:37.511Z] taggedImages: [2023-01-26T03:41:37.511Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:37.511Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-26T03:41:37.511Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.29 [2023-01-26T03:41:37.511Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:37.511Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-01-26T03:41:37.533Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-01-26T03:41:37.533Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:37.533Z] latest [2023-01-26T03:41:37.533Z] 3.0.0-dev.29 [2023-01-26T03:41:37.533Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:37.533Z] main [2023-01-26T03:41:37.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:37.883Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:38.223Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:38.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-26T03:41:38.223Z] 2c4f32b05712: Preparing [2023-01-26T03:41:38.223Z] 2c4f32b05712: Preparing [2023-01-26T03:41:38.223Z] de5d47ce5d9b: Preparing [2023-01-26T03:41:38.223Z] b58fe619980d: Preparing [2023-01-26T03:41:38.223Z] 6ffbe418e98b: Preparing [2023-01-26T03:41:38.223Z] f7e69be451c0: Preparing [2023-01-26T03:41:38.223Z] 0db215dc2396: Preparing [2023-01-26T03:41:38.223Z] 40d6b284e467: Preparing [2023-01-26T03:41:38.223Z] f0a60ef237bf: Preparing [2023-01-26T03:41:38.223Z] 64333b8d46d0: Preparing [2023-01-26T03:41:38.223Z] 7e8c0f2ba19b: Preparing [2023-01-26T03:41:38.223Z] d5db434d7d48: Preparing [2023-01-26T03:41:38.223Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:38.223Z] f0a60ef237bf: Waiting [2023-01-26T03:41:38.223Z] 64333b8d46d0: Waiting [2023-01-26T03:41:38.223Z] 7e8c0f2ba19b: Waiting [2023-01-26T03:41:38.223Z] d5db434d7d48: Waiting [2023-01-26T03:41:38.223Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:38.223Z] 0db215dc2396: Waiting [2023-01-26T03:41:38.223Z] 40d6b284e467: Waiting [2023-01-26T03:41:38.492Z] 2c4f32b05712: Pushed [2023-01-26T03:41:38.492Z] f7e69be451c0: Pushed [2023-01-26T03:41:38.492Z] 6ffbe418e98b: Pushed [2023-01-26T03:41:38.492Z] de5d47ce5d9b: Pushed [2023-01-26T03:41:38.492Z] b58fe619980d: Pushed [2023-01-26T03:41:38.492Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:38.759Z] f0a60ef237bf: Pushed [2023-01-26T03:41:38.759Z] 7e8c0f2ba19b: Pushed [2023-01-26T03:41:38.759Z] 64333b8d46d0: Pushed [2023-01-26T03:41:38.759Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:38.759Z] d5db434d7d48: Pushed [2023-01-26T03:41:42.089Z] 0db215dc2396: Pushed [2023-01-26T03:41:42.089Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:467e430d80964535182e1a17f069bdd05521c28d3f506b605c67460195c3f8ad size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:42.429Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:42.757Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-26T03:41:42.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-26T03:41:42.757Z] 2c4f32b05712: Preparing [2023-01-26T03:41:42.757Z] 2c4f32b05712: Preparing [2023-01-26T03:41:42.757Z] de5d47ce5d9b: Preparing [2023-01-26T03:41:42.757Z] b58fe619980d: Preparing [2023-01-26T03:41:42.757Z] 6ffbe418e98b: Preparing [2023-01-26T03:41:42.757Z] f7e69be451c0: Preparing [2023-01-26T03:41:42.757Z] 0db215dc2396: Preparing [2023-01-26T03:41:42.757Z] 40d6b284e467: Preparing [2023-01-26T03:41:42.757Z] f0a60ef237bf: Preparing [2023-01-26T03:41:42.757Z] 64333b8d46d0: Preparing [2023-01-26T03:41:42.757Z] 7e8c0f2ba19b: Preparing [2023-01-26T03:41:42.757Z] d5db434d7d48: Preparing [2023-01-26T03:41:42.757Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:42.757Z] 0db215dc2396: Waiting [2023-01-26T03:41:42.757Z] 40d6b284e467: Waiting [2023-01-26T03:41:42.757Z] f0a60ef237bf: Waiting [2023-01-26T03:41:42.757Z] 64333b8d46d0: Waiting [2023-01-26T03:41:42.757Z] 7e8c0f2ba19b: Waiting [2023-01-26T03:41:42.757Z] d5db434d7d48: Waiting [2023-01-26T03:41:42.757Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:42.757Z] de5d47ce5d9b: Layer already exists [2023-01-26T03:41:42.757Z] f7e69be451c0: Layer already exists [2023-01-26T03:41:42.757Z] 2c4f32b05712: Layer already exists [2023-01-26T03:41:42.757Z] b58fe619980d: Layer already exists [2023-01-26T03:41:42.757Z] 6ffbe418e98b: Layer already exists [2023-01-26T03:41:42.757Z] 0db215dc2396: Layer already exists [2023-01-26T03:41:42.757Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:42.757Z] 7e8c0f2ba19b: Layer already exists [2023-01-26T03:41:42.757Z] f0a60ef237bf: Layer already exists [2023-01-26T03:41:42.757Z] 64333b8d46d0: Layer already exists [2023-01-26T03:41:42.757Z] d5db434d7d48: Layer already exists [2023-01-26T03:41:42.757Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:43.021Z] latest: digest: sha256:467e430d80964535182e1a17f069bdd05521c28d3f506b605c67460195c3f8ad size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:43.368Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:43.712Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.29 [2023-01-26T03:41:43.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-26T03:41:43.712Z] 2c4f32b05712: Preparing [2023-01-26T03:41:43.712Z] 2c4f32b05712: Preparing [2023-01-26T03:41:43.712Z] de5d47ce5d9b: Preparing [2023-01-26T03:41:43.712Z] b58fe619980d: Preparing [2023-01-26T03:41:43.712Z] 6ffbe418e98b: Preparing [2023-01-26T03:41:43.712Z] f7e69be451c0: Preparing [2023-01-26T03:41:43.712Z] 0db215dc2396: Preparing [2023-01-26T03:41:43.712Z] 40d6b284e467: Preparing [2023-01-26T03:41:43.712Z] f0a60ef237bf: Preparing [2023-01-26T03:41:43.712Z] 64333b8d46d0: Preparing [2023-01-26T03:41:43.712Z] 7e8c0f2ba19b: Preparing [2023-01-26T03:41:43.712Z] d5db434d7d48: Preparing [2023-01-26T03:41:43.712Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:43.712Z] 0db215dc2396: Waiting [2023-01-26T03:41:43.712Z] 40d6b284e467: Waiting [2023-01-26T03:41:43.712Z] f0a60ef237bf: Waiting [2023-01-26T03:41:43.712Z] 64333b8d46d0: Waiting [2023-01-26T03:41:43.712Z] 7e8c0f2ba19b: Waiting [2023-01-26T03:41:43.712Z] d5db434d7d48: Waiting [2023-01-26T03:41:43.712Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:43.712Z] de5d47ce5d9b: Layer already exists [2023-01-26T03:41:43.712Z] 2c4f32b05712: Layer already exists [2023-01-26T03:41:43.712Z] f7e69be451c0: Layer already exists [2023-01-26T03:41:43.712Z] 6ffbe418e98b: Layer already exists [2023-01-26T03:41:43.712Z] b58fe619980d: Layer already exists [2023-01-26T03:41:43.712Z] 0db215dc2396: Layer already exists [2023-01-26T03:41:43.712Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:43.712Z] 7e8c0f2ba19b: Layer already exists [2023-01-26T03:41:43.712Z] 64333b8d46d0: Layer already exists [2023-01-26T03:41:43.712Z] f0a60ef237bf: Layer already exists [2023-01-26T03:41:43.712Z] d5db434d7d48: Layer already exists [2023-01-26T03:41:43.712Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:43.977Z] 3.0.0-dev.29: digest: sha256:467e430d80964535182e1a17f069bdd05521c28d3f506b605c67460195c3f8ad size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:44.314Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:44.646Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:44.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-26T03:41:44.646Z] 2c4f32b05712: Preparing [2023-01-26T03:41:44.646Z] 2c4f32b05712: Preparing [2023-01-26T03:41:44.646Z] de5d47ce5d9b: Preparing [2023-01-26T03:41:44.646Z] b58fe619980d: Preparing [2023-01-26T03:41:44.646Z] 6ffbe418e98b: Preparing [2023-01-26T03:41:44.646Z] f7e69be451c0: Preparing [2023-01-26T03:41:44.646Z] 0db215dc2396: Preparing [2023-01-26T03:41:44.646Z] 40d6b284e467: Preparing [2023-01-26T03:41:44.646Z] f0a60ef237bf: Preparing [2023-01-26T03:41:44.646Z] 64333b8d46d0: Preparing [2023-01-26T03:41:44.646Z] 7e8c0f2ba19b: Preparing [2023-01-26T03:41:44.646Z] d5db434d7d48: Preparing [2023-01-26T03:41:44.646Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:44.646Z] 64333b8d46d0: Waiting [2023-01-26T03:41:44.646Z] 7e8c0f2ba19b: Waiting [2023-01-26T03:41:44.646Z] d5db434d7d48: Waiting [2023-01-26T03:41:44.646Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:44.646Z] 40d6b284e467: Waiting [2023-01-26T03:41:44.646Z] 0db215dc2396: Waiting [2023-01-26T03:41:44.646Z] f0a60ef237bf: Waiting [2023-01-26T03:41:44.646Z] b58fe619980d: Layer already exists [2023-01-26T03:41:44.646Z] 2c4f32b05712: Layer already exists [2023-01-26T03:41:44.646Z] f7e69be451c0: Layer already exists [2023-01-26T03:41:44.646Z] de5d47ce5d9b: Layer already exists [2023-01-26T03:41:44.646Z] 6ffbe418e98b: Layer already exists [2023-01-26T03:41:44.646Z] 0db215dc2396: Layer already exists [2023-01-26T03:41:44.646Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:44.646Z] 64333b8d46d0: Layer already exists [2023-01-26T03:41:44.646Z] f0a60ef237bf: Layer already exists [2023-01-26T03:41:44.646Z] 7e8c0f2ba19b: Layer already exists [2023-01-26T03:41:44.646Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:44.646Z] d5db434d7d48: Layer already exists [2023-01-26T03:41:44.909Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:467e430d80964535182e1a17f069bdd05521c28d3f506b605c67460195c3f8ad size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:45.245Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:45.573Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-01-26T03:41:45.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-26T03:41:45.573Z] 2c4f32b05712: Preparing [2023-01-26T03:41:45.573Z] 2c4f32b05712: Preparing [2023-01-26T03:41:45.573Z] de5d47ce5d9b: Preparing [2023-01-26T03:41:45.573Z] b58fe619980d: Preparing [2023-01-26T03:41:45.573Z] 6ffbe418e98b: Preparing [2023-01-26T03:41:45.573Z] f7e69be451c0: Preparing [2023-01-26T03:41:45.573Z] 0db215dc2396: Preparing [2023-01-26T03:41:45.573Z] 40d6b284e467: Preparing [2023-01-26T03:41:45.573Z] f0a60ef237bf: Preparing [2023-01-26T03:41:45.573Z] 64333b8d46d0: Preparing [2023-01-26T03:41:45.573Z] 7e8c0f2ba19b: Preparing [2023-01-26T03:41:45.573Z] d5db434d7d48: Preparing [2023-01-26T03:41:45.573Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:45.573Z] 0db215dc2396: Waiting [2023-01-26T03:41:45.573Z] 40d6b284e467: Waiting [2023-01-26T03:41:45.573Z] d5db434d7d48: Waiting [2023-01-26T03:41:45.573Z] 64333b8d46d0: Waiting [2023-01-26T03:41:45.573Z] 7e8c0f2ba19b: Waiting [2023-01-26T03:41:45.573Z] f0a60ef237bf: Waiting [2023-01-26T03:41:45.573Z] 6ffbe418e98b: Layer already exists [2023-01-26T03:41:45.573Z] de5d47ce5d9b: Layer already exists [2023-01-26T03:41:45.573Z] 2c4f32b05712: Layer already exists [2023-01-26T03:41:45.573Z] f7e69be451c0: Layer already exists [2023-01-26T03:41:45.573Z] b58fe619980d: Layer already exists [2023-01-26T03:41:45.573Z] 0db215dc2396: Layer already exists [2023-01-26T03:41:45.573Z] 40d6b284e467: Layer already exists [2023-01-26T03:41:45.573Z] 7e8c0f2ba19b: Layer already exists [2023-01-26T03:41:45.573Z] 64333b8d46d0: Layer already exists [2023-01-26T03:41:45.573Z] f0a60ef237bf: Layer already exists [2023-01-26T03:41:45.573Z] d5db434d7d48: Layer already exists [2023-01-26T03:41:45.573Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:45.837Z] main: digest: sha256:467e430d80964535182e1a17f069bdd05521c28d3f506b605c67460195c3f8ad size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:41:45.887Z] ===================================================== [Pipeline] echo [2023-01-26T03:41:45.895Z] taggedImages: [2023-01-26T03:41:45.895Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:45.895Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-26T03:41:45.895Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.29 [2023-01-26T03:41:45.895Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:45.895Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-01-26T03:41:45.910Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-01-26T03:41:45.910Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:45.910Z] latest [2023-01-26T03:41:45.910Z] 3.0.0-dev.29 [2023-01-26T03:41:45.910Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:45.910Z] main [2023-01-26T03:41:45.910Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:46.232Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:46.563Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:46.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-26T03:41:46.563Z] d5036e61427b: Preparing [2023-01-26T03:41:46.563Z] 325d57e4b050: Preparing [2023-01-26T03:41:46.563Z] 2b11be281d20: Preparing [2023-01-26T03:41:46.563Z] 74f64bb82224: Preparing [2023-01-26T03:41:46.563Z] 04a24994c1ee: Preparing [2023-01-26T03:41:46.563Z] 6bb3603647da: Preparing [2023-01-26T03:41:46.563Z] 52cf3537caf5: Preparing [2023-01-26T03:41:46.563Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:46.563Z] 6bb3603647da: Waiting [2023-01-26T03:41:46.563Z] 52cf3537caf5: Waiting [2023-01-26T03:41:46.563Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:46.828Z] d5036e61427b: Pushed [2023-01-26T03:41:46.828Z] 04a24994c1ee: Pushed [2023-01-26T03:41:46.828Z] 325d57e4b050: Pushed [2023-01-26T03:41:46.828Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:46.828Z] 6bb3603647da: Pushed [2023-01-26T03:41:48.228Z] 52cf3537caf5: Pushed [2023-01-26T03:41:48.807Z] 74f64bb82224: Pushed [2023-01-26T03:41:48.807Z] 2b11be281d20: Pushed [2023-01-26T03:41:49.071Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:6b5aa21169472c1dbe4c29e8b2c8c4e36da3c248f116bb50aa8e842c46b360b7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:49.411Z] + 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 [2023-01-26T03:41:49.752Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-26T03:41:49.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-26T03:41:49.752Z] d5036e61427b: Preparing [2023-01-26T03:41:49.752Z] 325d57e4b050: Preparing [2023-01-26T03:41:49.752Z] 2b11be281d20: Preparing [2023-01-26T03:41:49.752Z] 74f64bb82224: Preparing [2023-01-26T03:41:49.752Z] 04a24994c1ee: Preparing [2023-01-26T03:41:49.752Z] 6bb3603647da: Preparing [2023-01-26T03:41:49.752Z] 52cf3537caf5: Preparing [2023-01-26T03:41:49.752Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:49.752Z] 6bb3603647da: Waiting [2023-01-26T03:41:49.752Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:49.752Z] 52cf3537caf5: Waiting [2023-01-26T03:41:49.752Z] d5036e61427b: Layer already exists [2023-01-26T03:41:49.752Z] 2b11be281d20: Layer already exists [2023-01-26T03:41:49.752Z] 04a24994c1ee: Layer already exists [2023-01-26T03:41:49.752Z] 325d57e4b050: Layer already exists [2023-01-26T03:41:49.752Z] 74f64bb82224: Layer already exists [2023-01-26T03:41:49.752Z] 6bb3603647da: Layer already exists [2023-01-26T03:41:49.752Z] 52cf3537caf5: Layer already exists [2023-01-26T03:41:49.752Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:50.017Z] latest: digest: sha256:6b5aa21169472c1dbe4c29e8b2c8c4e36da3c248f116bb50aa8e842c46b360b7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:50.359Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:50.697Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.29 [2023-01-26T03:41:50.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-26T03:41:50.697Z] d5036e61427b: Preparing [2023-01-26T03:41:50.697Z] 325d57e4b050: Preparing [2023-01-26T03:41:50.697Z] 2b11be281d20: Preparing [2023-01-26T03:41:50.697Z] 74f64bb82224: Preparing [2023-01-26T03:41:50.697Z] 04a24994c1ee: Preparing [2023-01-26T03:41:50.697Z] 6bb3603647da: Preparing [2023-01-26T03:41:50.697Z] 52cf3537caf5: Preparing [2023-01-26T03:41:50.697Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:50.697Z] 6bb3603647da: Waiting [2023-01-26T03:41:50.697Z] 52cf3537caf5: Waiting [2023-01-26T03:41:50.697Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:50.697Z] 2b11be281d20: Layer already exists [2023-01-26T03:41:50.697Z] 325d57e4b050: Layer already exists [2023-01-26T03:41:50.697Z] 04a24994c1ee: Layer already exists [2023-01-26T03:41:50.697Z] 74f64bb82224: Layer already exists [2023-01-26T03:41:50.697Z] d5036e61427b: Layer already exists [2023-01-26T03:41:50.697Z] 6bb3603647da: Layer already exists [2023-01-26T03:41:50.697Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:50.697Z] 52cf3537caf5: Layer already exists [2023-01-26T03:41:50.960Z] 3.0.0-dev.29: digest: sha256:6b5aa21169472c1dbe4c29e8b2c8c4e36da3c248f116bb50aa8e842c46b360b7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:51.289Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:51.617Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:51.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-26T03:41:51.617Z] d5036e61427b: Preparing [2023-01-26T03:41:51.617Z] 325d57e4b050: Preparing [2023-01-26T03:41:51.617Z] 2b11be281d20: Preparing [2023-01-26T03:41:51.617Z] 74f64bb82224: Preparing [2023-01-26T03:41:51.617Z] 04a24994c1ee: Preparing [2023-01-26T03:41:51.617Z] 6bb3603647da: Preparing [2023-01-26T03:41:51.617Z] 52cf3537caf5: Preparing [2023-01-26T03:41:51.617Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:51.617Z] 6bb3603647da: Waiting [2023-01-26T03:41:51.617Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:51.617Z] 52cf3537caf5: Waiting [2023-01-26T03:41:51.617Z] 04a24994c1ee: Layer already exists [2023-01-26T03:41:51.617Z] 74f64bb82224: Layer already exists [2023-01-26T03:41:51.617Z] 325d57e4b050: Layer already exists [2023-01-26T03:41:51.617Z] d5036e61427b: Layer already exists [2023-01-26T03:41:51.617Z] 2b11be281d20: Layer already exists [2023-01-26T03:41:51.617Z] 6bb3603647da: Layer already exists [2023-01-26T03:41:51.617Z] 52cf3537caf5: Layer already exists [2023-01-26T03:41:51.617Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:51.881Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:6b5aa21169472c1dbe4c29e8b2c8c4e36da3c248f116bb50aa8e842c46b360b7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:52.211Z] + 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 [2023-01-26T03:41:52.540Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-01-26T03:41:52.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-26T03:41:52.540Z] d5036e61427b: Preparing [2023-01-26T03:41:52.540Z] 325d57e4b050: Preparing [2023-01-26T03:41:52.540Z] 2b11be281d20: Preparing [2023-01-26T03:41:52.540Z] 74f64bb82224: Preparing [2023-01-26T03:41:52.540Z] 04a24994c1ee: Preparing [2023-01-26T03:41:52.540Z] 6bb3603647da: Preparing [2023-01-26T03:41:52.540Z] 52cf3537caf5: Preparing [2023-01-26T03:41:52.540Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:52.540Z] 52cf3537caf5: Waiting [2023-01-26T03:41:52.540Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:52.540Z] 6bb3603647da: Waiting [2023-01-26T03:41:52.540Z] 325d57e4b050: Layer already exists [2023-01-26T03:41:52.540Z] 74f64bb82224: Layer already exists [2023-01-26T03:41:52.540Z] 2b11be281d20: Layer already exists [2023-01-26T03:41:52.540Z] 04a24994c1ee: Layer already exists [2023-01-26T03:41:52.540Z] d5036e61427b: Layer already exists [2023-01-26T03:41:52.540Z] 6bb3603647da: Layer already exists [2023-01-26T03:41:52.540Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:52.540Z] 52cf3537caf5: Layer already exists [2023-01-26T03:41:52.803Z] main: digest: sha256:6b5aa21169472c1dbe4c29e8b2c8c4e36da3c248f116bb50aa8e842c46b360b7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:41:52.846Z] ===================================================== [Pipeline] echo [2023-01-26T03:41:52.852Z] taggedImages: [2023-01-26T03:41:52.852Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:52.852Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-26T03:41:52.852Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.29 [2023-01-26T03:41:52.852Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:52.852Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-01-26T03:41:52.869Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-01-26T03:41:52.869Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:52.869Z] latest [2023-01-26T03:41:52.869Z] 3.0.0-dev.29 [2023-01-26T03:41:52.869Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:52.869Z] main [2023-01-26T03:41:52.869Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:53.196Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:53.537Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:41:53.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-26T03:41:53.537Z] 414dc9800b8b: Preparing [2023-01-26T03:41:53.537Z] 0983b650d235: Preparing [2023-01-26T03:41:53.537Z] 4ad06778d1db: Preparing [2023-01-26T03:41:53.537Z] d31f4e2c05b3: Preparing [2023-01-26T03:41:53.537Z] 348936961606: Preparing [2023-01-26T03:41:53.537Z] aee9be97c622: Preparing [2023-01-26T03:41:53.537Z] f8dbac6c760d: Preparing [2023-01-26T03:41:53.537Z] ff8156cfc88c: Preparing [2023-01-26T03:41:53.537Z] 783c5b999cd0: Preparing [2023-01-26T03:41:53.537Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:53.537Z] aee9be97c622: Waiting [2023-01-26T03:41:53.537Z] f8dbac6c760d: Waiting [2023-01-26T03:41:53.537Z] ff8156cfc88c: Waiting [2023-01-26T03:41:53.537Z] 783c5b999cd0: Waiting [2023-01-26T03:41:53.537Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:53.802Z] 414dc9800b8b: Pushed [2023-01-26T03:41:53.802Z] 348936961606: Pushed [2023-01-26T03:41:53.802Z] 0983b650d235: Pushed [2023-01-26T03:41:54.068Z] aee9be97c622: Pushed [2023-01-26T03:41:54.068Z] f8dbac6c760d: Pushed [2023-01-26T03:41:54.068Z] ff8156cfc88c: Pushed [2023-01-26T03:41:54.068Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:54.332Z] 783c5b999cd0: Pushed [2023-01-26T03:41:56.265Z] d31f4e2c05b3: Pushed [2023-01-26T03:41:56.530Z] 4ad06778d1db: Pushed [2023-01-26T03:41:56.794Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:3f84f60ad9ca36653a178047d381d8a4ffbc364840a5c7e94c8d81c9a8a04a07 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:57.135Z] + 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 [2023-01-26T03:41:57.469Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-26T03:41:57.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-26T03:41:57.469Z] 414dc9800b8b: Preparing [2023-01-26T03:41:57.469Z] 0983b650d235: Preparing [2023-01-26T03:41:57.469Z] 4ad06778d1db: Preparing [2023-01-26T03:41:57.469Z] d31f4e2c05b3: Preparing [2023-01-26T03:41:57.469Z] 348936961606: Preparing [2023-01-26T03:41:57.469Z] aee9be97c622: Preparing [2023-01-26T03:41:57.469Z] f8dbac6c760d: Preparing [2023-01-26T03:41:57.469Z] ff8156cfc88c: Preparing [2023-01-26T03:41:57.469Z] 783c5b999cd0: Preparing [2023-01-26T03:41:57.469Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:57.469Z] aee9be97c622: Waiting [2023-01-26T03:41:57.469Z] f8dbac6c760d: Waiting [2023-01-26T03:41:57.469Z] ff8156cfc88c: Waiting [2023-01-26T03:41:57.469Z] 783c5b999cd0: Waiting [2023-01-26T03:41:57.469Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:57.469Z] d31f4e2c05b3: Layer already exists [2023-01-26T03:41:57.469Z] 0983b650d235: Layer already exists [2023-01-26T03:41:57.469Z] 348936961606: Layer already exists [2023-01-26T03:41:57.469Z] 414dc9800b8b: Layer already exists [2023-01-26T03:41:57.469Z] 4ad06778d1db: Layer already exists [2023-01-26T03:41:57.469Z] aee9be97c622: Layer already exists [2023-01-26T03:41:57.469Z] f8dbac6c760d: Layer already exists [2023-01-26T03:41:57.469Z] ff8156cfc88c: Layer already exists [2023-01-26T03:41:57.469Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:57.469Z] 783c5b999cd0: Layer already exists [2023-01-26T03:41:57.732Z] latest: digest: sha256:3f84f60ad9ca36653a178047d381d8a4ffbc364840a5c7e94c8d81c9a8a04a07 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:58.065Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:58.396Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.29 [2023-01-26T03:41:58.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-26T03:41:58.396Z] 414dc9800b8b: Preparing [2023-01-26T03:41:58.396Z] 0983b650d235: Preparing [2023-01-26T03:41:58.396Z] 4ad06778d1db: Preparing [2023-01-26T03:41:58.396Z] d31f4e2c05b3: Preparing [2023-01-26T03:41:58.396Z] 348936961606: Preparing [2023-01-26T03:41:58.396Z] aee9be97c622: Preparing [2023-01-26T03:41:58.396Z] f8dbac6c760d: Preparing [2023-01-26T03:41:58.396Z] ff8156cfc88c: Preparing [2023-01-26T03:41:58.396Z] 783c5b999cd0: Preparing [2023-01-26T03:41:58.396Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:58.396Z] ff8156cfc88c: Waiting [2023-01-26T03:41:58.396Z] 783c5b999cd0: Waiting [2023-01-26T03:41:58.396Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:58.396Z] aee9be97c622: Waiting [2023-01-26T03:41:58.396Z] f8dbac6c760d: Waiting [2023-01-26T03:41:58.396Z] 414dc9800b8b: Layer already exists [2023-01-26T03:41:58.396Z] 0983b650d235: Layer already exists [2023-01-26T03:41:58.396Z] 4ad06778d1db: Layer already exists [2023-01-26T03:41:58.396Z] 348936961606: Layer already exists [2023-01-26T03:41:58.396Z] d31f4e2c05b3: Layer already exists [2023-01-26T03:41:58.396Z] aee9be97c622: Layer already exists [2023-01-26T03:41:58.396Z] ff8156cfc88c: Layer already exists [2023-01-26T03:41:58.396Z] 783c5b999cd0: Layer already exists [2023-01-26T03:41:58.396Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:58.396Z] f8dbac6c760d: Layer already exists [2023-01-26T03:41:58.660Z] 3.0.0-dev.29: digest: sha256:3f84f60ad9ca36653a178047d381d8a4ffbc364840a5c7e94c8d81c9a8a04a07 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:58.999Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:59.327Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:41:59.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-26T03:41:59.327Z] 414dc9800b8b: Preparing [2023-01-26T03:41:59.327Z] 0983b650d235: Preparing [2023-01-26T03:41:59.327Z] 4ad06778d1db: Preparing [2023-01-26T03:41:59.327Z] d31f4e2c05b3: Preparing [2023-01-26T03:41:59.327Z] 348936961606: Preparing [2023-01-26T03:41:59.327Z] aee9be97c622: Preparing [2023-01-26T03:41:59.327Z] f8dbac6c760d: Preparing [2023-01-26T03:41:59.327Z] ff8156cfc88c: Preparing [2023-01-26T03:41:59.327Z] 783c5b999cd0: Preparing [2023-01-26T03:41:59.327Z] 17bec77d7fdc: Preparing [2023-01-26T03:41:59.327Z] aee9be97c622: Waiting [2023-01-26T03:41:59.327Z] f8dbac6c760d: Waiting [2023-01-26T03:41:59.327Z] ff8156cfc88c: Waiting [2023-01-26T03:41:59.327Z] 783c5b999cd0: Waiting [2023-01-26T03:41:59.327Z] 17bec77d7fdc: Waiting [2023-01-26T03:41:59.327Z] 348936961606: Layer already exists [2023-01-26T03:41:59.327Z] 4ad06778d1db: Layer already exists [2023-01-26T03:41:59.327Z] 414dc9800b8b: Layer already exists [2023-01-26T03:41:59.327Z] 0983b650d235: Layer already exists [2023-01-26T03:41:59.327Z] d31f4e2c05b3: Layer already exists [2023-01-26T03:41:59.327Z] f8dbac6c760d: Layer already exists [2023-01-26T03:41:59.328Z] ff8156cfc88c: Layer already exists [2023-01-26T03:41:59.328Z] aee9be97c622: Layer already exists [2023-01-26T03:41:59.328Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:41:59.328Z] 783c5b999cd0: Layer already exists [2023-01-26T03:41:59.591Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:3f84f60ad9ca36653a178047d381d8a4ffbc364840a5c7e94c8d81c9a8a04a07 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:41:59.921Z] + 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 [2023-01-26T03:42:00.249Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-01-26T03:42:00.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-26T03:42:00.249Z] 414dc9800b8b: Preparing [2023-01-26T03:42:00.249Z] 0983b650d235: Preparing [2023-01-26T03:42:00.249Z] 4ad06778d1db: Preparing [2023-01-26T03:42:00.249Z] d31f4e2c05b3: Preparing [2023-01-26T03:42:00.249Z] 348936961606: Preparing [2023-01-26T03:42:00.249Z] aee9be97c622: Preparing [2023-01-26T03:42:00.249Z] f8dbac6c760d: Preparing [2023-01-26T03:42:00.249Z] ff8156cfc88c: Preparing [2023-01-26T03:42:00.249Z] 783c5b999cd0: Preparing [2023-01-26T03:42:00.249Z] 17bec77d7fdc: Preparing [2023-01-26T03:42:00.249Z] aee9be97c622: Waiting [2023-01-26T03:42:00.249Z] f8dbac6c760d: Waiting [2023-01-26T03:42:00.249Z] ff8156cfc88c: Waiting [2023-01-26T03:42:00.249Z] 783c5b999cd0: Waiting [2023-01-26T03:42:00.249Z] 17bec77d7fdc: Waiting [2023-01-26T03:42:00.249Z] 348936961606: Layer already exists [2023-01-26T03:42:00.249Z] 414dc9800b8b: Layer already exists [2023-01-26T03:42:00.249Z] d31f4e2c05b3: Layer already exists [2023-01-26T03:42:00.249Z] 0983b650d235: Layer already exists [2023-01-26T03:42:00.249Z] 4ad06778d1db: Layer already exists [2023-01-26T03:42:00.249Z] f8dbac6c760d: Layer already exists [2023-01-26T03:42:00.249Z] aee9be97c622: Layer already exists [2023-01-26T03:42:00.249Z] ff8156cfc88c: Layer already exists [2023-01-26T03:42:00.249Z] 783c5b999cd0: Layer already exists [2023-01-26T03:42:00.249Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:42:00.514Z] main: digest: sha256:3f84f60ad9ca36653a178047d381d8a4ffbc364840a5c7e94c8d81c9a8a04a07 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:42:00.553Z] ===================================================== [Pipeline] echo [2023-01-26T03:42:00.559Z] taggedImages: [2023-01-26T03:42:00.559Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:42:00.559Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-26T03:42:00.559Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.29 [2023-01-26T03:42:00.559Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:42:00.559Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-01-26T03:42:00.573Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-01-26T03:42:00.573Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:42:00.573Z] latest [2023-01-26T03:42:00.573Z] 3.0.0-dev.29 [2023-01-26T03:42:00.573Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:42:00.573Z] main [2023-01-26T03:42:00.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:00.896Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:03.805Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:42:03.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-26T03:42:03.805Z] 52c06f0ae350: Preparing [2023-01-26T03:42:03.805Z] d83958a737aa: Preparing [2023-01-26T03:42:03.805Z] 40d6b284e467: Preparing [2023-01-26T03:42:03.805Z] 877a20f2ab87: Preparing [2023-01-26T03:42:03.805Z] 9833f26c6bda: Preparing [2023-01-26T03:42:03.805Z] 40d6b284e467: Layer already exists [2023-01-26T03:42:03.805Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:04.070Z] 52c06f0ae350: Pushed [2023-01-26T03:42:05.022Z] 877a20f2ab87: Pushed [2023-01-26T03:42:08.346Z] d83958a737aa: Pushed [2023-01-26T03:42:08.346Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:23fc413ff291b7b88ed95aab21ed921136cb2e9f11bf557228376ebf4dff2916 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:08.687Z] + 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 [2023-01-26T03:42:09.023Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-26T03:42:09.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-26T03:42:09.023Z] 52c06f0ae350: Preparing [2023-01-26T03:42:09.023Z] d83958a737aa: Preparing [2023-01-26T03:42:09.023Z] 40d6b284e467: Preparing [2023-01-26T03:42:09.023Z] 877a20f2ab87: Preparing [2023-01-26T03:42:09.023Z] 9833f26c6bda: Preparing [2023-01-26T03:42:09.023Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:09.023Z] 52c06f0ae350: Layer already exists [2023-01-26T03:42:09.023Z] d83958a737aa: Layer already exists [2023-01-26T03:42:09.023Z] 877a20f2ab87: Layer already exists [2023-01-26T03:42:09.023Z] 40d6b284e467: Layer already exists [2023-01-26T03:42:09.023Z] latest: digest: sha256:23fc413ff291b7b88ed95aab21ed921136cb2e9f11bf557228376ebf4dff2916 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:09.359Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:09.696Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.29 [2023-01-26T03:42:09.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-26T03:42:09.696Z] 52c06f0ae350: Preparing [2023-01-26T03:42:09.696Z] d83958a737aa: Preparing [2023-01-26T03:42:09.696Z] 40d6b284e467: Preparing [2023-01-26T03:42:09.696Z] 877a20f2ab87: Preparing [2023-01-26T03:42:09.696Z] 9833f26c6bda: Preparing [2023-01-26T03:42:09.696Z] d83958a737aa: Layer already exists [2023-01-26T03:42:09.696Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:09.696Z] 52c06f0ae350: Layer already exists [2023-01-26T03:42:09.696Z] 877a20f2ab87: Layer already exists [2023-01-26T03:42:09.696Z] 40d6b284e467: Layer already exists [2023-01-26T03:42:09.696Z] 3.0.0-dev.29: digest: sha256:23fc413ff291b7b88ed95aab21ed921136cb2e9f11bf557228376ebf4dff2916 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:10.150Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:10.478Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:42:10.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-26T03:42:10.478Z] 52c06f0ae350: Preparing [2023-01-26T03:42:10.478Z] d83958a737aa: Preparing [2023-01-26T03:42:10.478Z] 40d6b284e467: Preparing [2023-01-26T03:42:10.478Z] 877a20f2ab87: Preparing [2023-01-26T03:42:10.478Z] 9833f26c6bda: Preparing [2023-01-26T03:42:10.478Z] 52c06f0ae350: Layer already exists [2023-01-26T03:42:10.478Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:10.478Z] 40d6b284e467: Layer already exists [2023-01-26T03:42:10.478Z] 877a20f2ab87: Layer already exists [2023-01-26T03:42:10.478Z] d83958a737aa: Layer already exists [2023-01-26T03:42:10.478Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:23fc413ff291b7b88ed95aab21ed921136cb2e9f11bf557228376ebf4dff2916 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:10.812Z] + 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 [2023-01-26T03:42:11.143Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-01-26T03:42:11.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-26T03:42:11.143Z] 52c06f0ae350: Preparing [2023-01-26T03:42:11.143Z] d83958a737aa: Preparing [2023-01-26T03:42:11.143Z] 40d6b284e467: Preparing [2023-01-26T03:42:11.143Z] 877a20f2ab87: Preparing [2023-01-26T03:42:11.143Z] 9833f26c6bda: Preparing [2023-01-26T03:42:11.143Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:11.143Z] 877a20f2ab87: Layer already exists [2023-01-26T03:42:11.143Z] 40d6b284e467: Layer already exists [2023-01-26T03:42:11.143Z] d83958a737aa: Layer already exists [2023-01-26T03:42:11.143Z] 52c06f0ae350: Layer already exists [2023-01-26T03:42:11.143Z] main: digest: sha256:23fc413ff291b7b88ed95aab21ed921136cb2e9f11bf557228376ebf4dff2916 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:42:11.460Z] ===================================================== [Pipeline] echo [2023-01-26T03:42:11.468Z] taggedImages: [2023-01-26T03:42:11.468Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:42:11.468Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-26T03:42:11.468Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.29 [2023-01-26T03:42:11.468Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:42:11.468Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-01-26T03:42:11.491Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-01-26T03:42:11.491Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:42:11.491Z] latest [2023-01-26T03:42:11.491Z] 3.0.0-dev.29 [2023-01-26T03:42:11.491Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:42:11.491Z] main [2023-01-26T03:42:11.491Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:11.818Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:12.181Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:42:12.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-26T03:42:12.181Z] 2de91a562d05: Preparing [2023-01-26T03:42:12.181Z] 4509df024f32: Preparing [2023-01-26T03:42:12.181Z] e2336ad0eede: Preparing [2023-01-26T03:42:12.181Z] 1e356c427083: Preparing [2023-01-26T03:42:12.181Z] da763c35c316: Preparing [2023-01-26T03:42:12.181Z] d3e7ee28a189: Preparing [2023-01-26T03:42:12.181Z] 9833f26c6bda: Preparing [2023-01-26T03:42:12.181Z] d3e7ee28a189: Waiting [2023-01-26T03:42:12.181Z] 9833f26c6bda: Waiting [2023-01-26T03:42:12.448Z] 4509df024f32: Pushed [2023-01-26T03:42:12.448Z] e2336ad0eede: Pushed [2023-01-26T03:42:12.448Z] 2de91a562d05: Pushed [2023-01-26T03:42:12.448Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:13.437Z] d3e7ee28a189: Pushed [2023-01-26T03:42:21.650Z] da763c35c316: Pushed [2023-01-26T03:42:26.964Z] 1e356c427083: Pushed [2023-01-26T03:42:27.228Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:d07073777269c79f05000ae905b2c36f02eb2598c69899b99a05387ef003479f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:27.818Z] + 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 [2023-01-26T03:42:28.140Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-26T03:42:28.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-26T03:42:28.141Z] 2de91a562d05: Preparing [2023-01-26T03:42:28.141Z] 4509df024f32: Preparing [2023-01-26T03:42:28.141Z] e2336ad0eede: Preparing [2023-01-26T03:42:28.141Z] 1e356c427083: Preparing [2023-01-26T03:42:28.141Z] da763c35c316: Preparing [2023-01-26T03:42:28.141Z] d3e7ee28a189: Preparing [2023-01-26T03:42:28.141Z] 9833f26c6bda: Preparing [2023-01-26T03:42:28.141Z] d3e7ee28a189: Waiting [2023-01-26T03:42:28.141Z] 9833f26c6bda: Waiting [2023-01-26T03:42:28.141Z] da763c35c316: Layer already exists [2023-01-26T03:42:28.141Z] 2de91a562d05: Layer already exists [2023-01-26T03:42:28.141Z] 4509df024f32: Layer already exists [2023-01-26T03:42:28.141Z] e2336ad0eede: Layer already exists [2023-01-26T03:42:28.141Z] 1e356c427083: Layer already exists [2023-01-26T03:42:28.141Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:28.141Z] d3e7ee28a189: Layer already exists [2023-01-26T03:42:28.141Z] latest: digest: sha256:d07073777269c79f05000ae905b2c36f02eb2598c69899b99a05387ef003479f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:28.740Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:29.062Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.29 [2023-01-26T03:42:29.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-26T03:42:29.062Z] 2de91a562d05: Preparing [2023-01-26T03:42:29.062Z] 4509df024f32: Preparing [2023-01-26T03:42:29.062Z] e2336ad0eede: Preparing [2023-01-26T03:42:29.062Z] 1e356c427083: Preparing [2023-01-26T03:42:29.062Z] da763c35c316: Preparing [2023-01-26T03:42:29.062Z] d3e7ee28a189: Preparing [2023-01-26T03:42:29.062Z] 9833f26c6bda: Preparing [2023-01-26T03:42:29.062Z] d3e7ee28a189: Waiting [2023-01-26T03:42:29.062Z] 9833f26c6bda: Waiting [2023-01-26T03:42:29.062Z] 1e356c427083: Layer already exists [2023-01-26T03:42:29.062Z] e2336ad0eede: Layer already exists [2023-01-26T03:42:29.062Z] 4509df024f32: Layer already exists [2023-01-26T03:42:29.062Z] 2de91a562d05: Layer already exists [2023-01-26T03:42:29.062Z] da763c35c316: Layer already exists [2023-01-26T03:42:29.062Z] d3e7ee28a189: Layer already exists [2023-01-26T03:42:29.062Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:29.325Z] 3.0.0-dev.29: digest: sha256:d07073777269c79f05000ae905b2c36f02eb2598c69899b99a05387ef003479f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:29.648Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:29.970Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:42:29.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-26T03:42:29.970Z] 2de91a562d05: Preparing [2023-01-26T03:42:29.970Z] 4509df024f32: Preparing [2023-01-26T03:42:29.970Z] e2336ad0eede: Preparing [2023-01-26T03:42:29.970Z] 1e356c427083: Preparing [2023-01-26T03:42:29.970Z] da763c35c316: Preparing [2023-01-26T03:42:29.970Z] d3e7ee28a189: Preparing [2023-01-26T03:42:29.970Z] 9833f26c6bda: Preparing [2023-01-26T03:42:29.970Z] d3e7ee28a189: Waiting [2023-01-26T03:42:29.970Z] 9833f26c6bda: Waiting [2023-01-26T03:42:29.970Z] e2336ad0eede: Layer already exists [2023-01-26T03:42:29.970Z] 4509df024f32: Layer already exists [2023-01-26T03:42:29.970Z] da763c35c316: Layer already exists [2023-01-26T03:42:29.970Z] 2de91a562d05: Layer already exists [2023-01-26T03:42:29.970Z] 1e356c427083: Layer already exists [2023-01-26T03:42:29.970Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:29.970Z] d3e7ee28a189: Layer already exists [2023-01-26T03:42:30.234Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:d07073777269c79f05000ae905b2c36f02eb2598c69899b99a05387ef003479f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:30.559Z] + 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 [2023-01-26T03:42:30.887Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-01-26T03:42:30.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-26T03:42:30.887Z] 2de91a562d05: Preparing [2023-01-26T03:42:30.887Z] 4509df024f32: Preparing [2023-01-26T03:42:30.887Z] e2336ad0eede: Preparing [2023-01-26T03:42:30.887Z] 1e356c427083: Preparing [2023-01-26T03:42:30.887Z] da763c35c316: Preparing [2023-01-26T03:42:30.887Z] d3e7ee28a189: Preparing [2023-01-26T03:42:30.887Z] 9833f26c6bda: Preparing [2023-01-26T03:42:30.887Z] d3e7ee28a189: Waiting [2023-01-26T03:42:30.887Z] 9833f26c6bda: Waiting [2023-01-26T03:42:30.887Z] 4509df024f32: Layer already exists [2023-01-26T03:42:30.887Z] e2336ad0eede: Layer already exists [2023-01-26T03:42:30.887Z] da763c35c316: Layer already exists [2023-01-26T03:42:30.887Z] 1e356c427083: Layer already exists [2023-01-26T03:42:30.887Z] 2de91a562d05: Layer already exists [2023-01-26T03:42:30.887Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:30.887Z] d3e7ee28a189: Layer already exists [2023-01-26T03:42:30.887Z] main: digest: sha256:d07073777269c79f05000ae905b2c36f02eb2598c69899b99a05387ef003479f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:42:31.192Z] ===================================================== [Pipeline] echo [2023-01-26T03:42:31.204Z] taggedImages: [2023-01-26T03:42:31.204Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:42:31.204Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-26T03:42:31.204Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.29 [2023-01-26T03:42:31.204Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:42:31.204Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-01-26T03:42:31.224Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-01-26T03:42:31.224Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:42:31.224Z] latest [2023-01-26T03:42:31.224Z] 3.0.0-dev.29 [2023-01-26T03:42:31.224Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:42:31.224Z] main [2023-01-26T03:42:31.224Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:31.541Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:31.863Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:42:31.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-26T03:42:31.863Z] 547a65720e33: Preparing [2023-01-26T03:42:31.863Z] 1774b1618cbf: Preparing [2023-01-26T03:42:31.863Z] 8f88efe832cd: Preparing [2023-01-26T03:42:31.863Z] 5411ea30166f: Preparing [2023-01-26T03:42:31.863Z] 182076ea108c: Preparing [2023-01-26T03:42:31.863Z] 9833f26c6bda: Preparing [2023-01-26T03:42:31.863Z] 9833f26c6bda: Waiting [2023-01-26T03:42:32.128Z] 547a65720e33: Pushed [2023-01-26T03:42:32.128Z] 1774b1618cbf: Pushed [2023-01-26T03:42:32.128Z] 8f88efe832cd: Pushed [2023-01-26T03:42:32.128Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:32.706Z] 182076ea108c: Pushed [2023-01-26T03:42:47.657Z] 5411ea30166f: Pushed [2023-01-26T03:42:47.657Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:d72246714885a70230fe5c701fd57215e46397020f59b228469a9d70ee524c1b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:47.982Z] + 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 [2023-01-26T03:42:48.303Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-26T03:42:48.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-26T03:42:48.303Z] 547a65720e33: Preparing [2023-01-26T03:42:48.303Z] 1774b1618cbf: Preparing [2023-01-26T03:42:48.303Z] 8f88efe832cd: Preparing [2023-01-26T03:42:48.303Z] 5411ea30166f: Preparing [2023-01-26T03:42:48.303Z] 182076ea108c: Preparing [2023-01-26T03:42:48.303Z] 9833f26c6bda: Preparing [2023-01-26T03:42:48.303Z] 9833f26c6bda: Waiting [2023-01-26T03:42:48.303Z] 547a65720e33: Layer already exists [2023-01-26T03:42:48.303Z] 5411ea30166f: Layer already exists [2023-01-26T03:42:48.303Z] 8f88efe832cd: Layer already exists [2023-01-26T03:42:48.303Z] 182076ea108c: Layer already exists [2023-01-26T03:42:48.303Z] 1774b1618cbf: Layer already exists [2023-01-26T03:42:48.303Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:48.567Z] latest: digest: sha256:d72246714885a70230fe5c701fd57215e46397020f59b228469a9d70ee524c1b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:48.892Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:49.215Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.29 [2023-01-26T03:42:49.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-26T03:42:49.215Z] 547a65720e33: Preparing [2023-01-26T03:42:49.215Z] 1774b1618cbf: Preparing [2023-01-26T03:42:49.215Z] 8f88efe832cd: Preparing [2023-01-26T03:42:49.215Z] 5411ea30166f: Preparing [2023-01-26T03:42:49.215Z] 182076ea108c: Preparing [2023-01-26T03:42:49.215Z] 9833f26c6bda: Preparing [2023-01-26T03:42:49.215Z] 9833f26c6bda: Waiting [2023-01-26T03:42:49.215Z] 8f88efe832cd: Layer already exists [2023-01-26T03:42:49.215Z] 1774b1618cbf: Layer already exists [2023-01-26T03:42:49.215Z] 182076ea108c: Layer already exists [2023-01-26T03:42:49.215Z] 5411ea30166f: Layer already exists [2023-01-26T03:42:49.215Z] 547a65720e33: Layer already exists [2023-01-26T03:42:49.215Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:49.215Z] 3.0.0-dev.29: digest: sha256:d72246714885a70230fe5c701fd57215e46397020f59b228469a9d70ee524c1b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:49.534Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:49.857Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:42:49.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-26T03:42:49.857Z] 547a65720e33: Preparing [2023-01-26T03:42:49.857Z] 1774b1618cbf: Preparing [2023-01-26T03:42:49.857Z] 8f88efe832cd: Preparing [2023-01-26T03:42:49.857Z] 5411ea30166f: Preparing [2023-01-26T03:42:49.857Z] 182076ea108c: Preparing [2023-01-26T03:42:49.857Z] 9833f26c6bda: Preparing [2023-01-26T03:42:49.857Z] 9833f26c6bda: Waiting [2023-01-26T03:42:49.857Z] 8f88efe832cd: Layer already exists [2023-01-26T03:42:49.857Z] 182076ea108c: Layer already exists [2023-01-26T03:42:49.857Z] 547a65720e33: Layer already exists [2023-01-26T03:42:49.857Z] 1774b1618cbf: Layer already exists [2023-01-26T03:42:49.857Z] 5411ea30166f: Layer already exists [2023-01-26T03:42:49.857Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:49.857Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:d72246714885a70230fe5c701fd57215e46397020f59b228469a9d70ee524c1b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:50.181Z] + 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 [2023-01-26T03:42:50.503Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-01-26T03:42:50.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-26T03:42:50.503Z] 547a65720e33: Preparing [2023-01-26T03:42:50.503Z] 1774b1618cbf: Preparing [2023-01-26T03:42:50.503Z] 8f88efe832cd: Preparing [2023-01-26T03:42:50.503Z] 5411ea30166f: Preparing [2023-01-26T03:42:50.503Z] 182076ea108c: Preparing [2023-01-26T03:42:50.503Z] 9833f26c6bda: Preparing [2023-01-26T03:42:50.503Z] 9833f26c6bda: Waiting [2023-01-26T03:42:50.503Z] 182076ea108c: Layer already exists [2023-01-26T03:42:50.503Z] 5411ea30166f: Layer already exists [2023-01-26T03:42:50.503Z] 1774b1618cbf: Layer already exists [2023-01-26T03:42:50.503Z] 547a65720e33: Layer already exists [2023-01-26T03:42:50.503Z] 8f88efe832cd: Layer already exists [2023-01-26T03:42:50.503Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:50.503Z] main: digest: sha256:d72246714885a70230fe5c701fd57215e46397020f59b228469a9d70ee524c1b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:42:50.816Z] ===================================================== [Pipeline] echo [2023-01-26T03:42:50.825Z] taggedImages: [2023-01-26T03:42:50.825Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:42:50.825Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-26T03:42:50.825Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.29 [2023-01-26T03:42:50.825Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:42:50.825Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-01-26T03:42:50.848Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-01-26T03:42:50.848Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:42:50.848Z] latest [2023-01-26T03:42:50.848Z] 3.0.0-dev.29 [2023-01-26T03:42:50.848Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:42:50.848Z] main [2023-01-26T03:42:50.848Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:51.194Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:42:52.478Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:42:52.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-26T03:42:52.478Z] 6d3d9f9f13f9: Preparing [2023-01-26T03:42:52.478Z] 969885ca92c7: Preparing [2023-01-26T03:42:52.478Z] b18b7f15b5c0: Preparing [2023-01-26T03:42:52.478Z] 650913d8c223: Preparing [2023-01-26T03:42:52.478Z] d3e7ee28a189: Preparing [2023-01-26T03:42:52.478Z] 9833f26c6bda: Preparing [2023-01-26T03:42:52.478Z] 9833f26c6bda: Waiting [2023-01-26T03:42:52.478Z] d3e7ee28a189: Layer already exists [2023-01-26T03:42:52.478Z] 9833f26c6bda: Layer already exists [2023-01-26T03:42:52.745Z] b18b7f15b5c0: Pushed [2023-01-26T03:42:52.745Z] 6d3d9f9f13f9: Pushed [2023-01-26T03:42:52.745Z] 969885ca92c7: Pushed [2023-01-26T03:43:07.695Z] 650913d8c223: Pushed [2023-01-26T03:43:07.695Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:18f1fd32cc0a874788e574e8036bb030e37bb86472064697604c764bc59b5cee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:08.026Z] + 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 [2023-01-26T03:43:08.354Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-26T03:43:08.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-26T03:43:08.355Z] 6d3d9f9f13f9: Preparing [2023-01-26T03:43:08.355Z] 969885ca92c7: Preparing [2023-01-26T03:43:08.355Z] b18b7f15b5c0: Preparing [2023-01-26T03:43:08.355Z] 650913d8c223: Preparing [2023-01-26T03:43:08.355Z] d3e7ee28a189: Preparing [2023-01-26T03:43:08.355Z] 9833f26c6bda: Preparing [2023-01-26T03:43:08.355Z] 9833f26c6bda: Waiting [2023-01-26T03:43:08.355Z] 650913d8c223: Layer already exists [2023-01-26T03:43:08.355Z] b18b7f15b5c0: Layer already exists [2023-01-26T03:43:08.355Z] d3e7ee28a189: Layer already exists [2023-01-26T03:43:08.355Z] 6d3d9f9f13f9: Layer already exists [2023-01-26T03:43:08.355Z] 969885ca92c7: Layer already exists [2023-01-26T03:43:08.355Z] 9833f26c6bda: Layer already exists [2023-01-26T03:43:08.620Z] latest: digest: sha256:18f1fd32cc0a874788e574e8036bb030e37bb86472064697604c764bc59b5cee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:08.952Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:09.279Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.29 [2023-01-26T03:43:09.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-26T03:43:09.279Z] 6d3d9f9f13f9: Preparing [2023-01-26T03:43:09.279Z] 969885ca92c7: Preparing [2023-01-26T03:43:09.279Z] b18b7f15b5c0: Preparing [2023-01-26T03:43:09.279Z] 650913d8c223: Preparing [2023-01-26T03:43:09.279Z] d3e7ee28a189: Preparing [2023-01-26T03:43:09.279Z] 9833f26c6bda: Preparing [2023-01-26T03:43:09.279Z] 9833f26c6bda: Waiting [2023-01-26T03:43:09.279Z] d3e7ee28a189: Layer already exists [2023-01-26T03:43:09.279Z] 6d3d9f9f13f9: Layer already exists [2023-01-26T03:43:09.279Z] b18b7f15b5c0: Layer already exists [2023-01-26T03:43:09.279Z] 650913d8c223: Layer already exists [2023-01-26T03:43:09.279Z] 969885ca92c7: Layer already exists [2023-01-26T03:43:09.279Z] 9833f26c6bda: Layer already exists [2023-01-26T03:43:09.543Z] 3.0.0-dev.29: digest: sha256:18f1fd32cc0a874788e574e8036bb030e37bb86472064697604c764bc59b5cee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:09.876Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:10.207Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:43:10.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-26T03:43:10.208Z] 6d3d9f9f13f9: Preparing [2023-01-26T03:43:10.208Z] 969885ca92c7: Preparing [2023-01-26T03:43:10.208Z] b18b7f15b5c0: Preparing [2023-01-26T03:43:10.208Z] 650913d8c223: Preparing [2023-01-26T03:43:10.208Z] d3e7ee28a189: Preparing [2023-01-26T03:43:10.208Z] 9833f26c6bda: Preparing [2023-01-26T03:43:10.208Z] 9833f26c6bda: Waiting [2023-01-26T03:43:10.208Z] d3e7ee28a189: Layer already exists [2023-01-26T03:43:10.208Z] 969885ca92c7: Layer already exists [2023-01-26T03:43:10.208Z] b18b7f15b5c0: Layer already exists [2023-01-26T03:43:10.208Z] 6d3d9f9f13f9: Layer already exists [2023-01-26T03:43:10.208Z] 650913d8c223: Layer already exists [2023-01-26T03:43:10.208Z] 9833f26c6bda: Layer already exists [2023-01-26T03:43:10.208Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:18f1fd32cc0a874788e574e8036bb030e37bb86472064697604c764bc59b5cee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:10.801Z] + 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 [2023-01-26T03:43:11.134Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-01-26T03:43:11.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-26T03:43:11.134Z] 6d3d9f9f13f9: Preparing [2023-01-26T03:43:11.134Z] 969885ca92c7: Preparing [2023-01-26T03:43:11.134Z] b18b7f15b5c0: Preparing [2023-01-26T03:43:11.134Z] 650913d8c223: Preparing [2023-01-26T03:43:11.134Z] d3e7ee28a189: Preparing [2023-01-26T03:43:11.134Z] 9833f26c6bda: Preparing [2023-01-26T03:43:11.134Z] 9833f26c6bda: Waiting [2023-01-26T03:43:11.134Z] 6d3d9f9f13f9: Layer already exists [2023-01-26T03:43:11.134Z] b18b7f15b5c0: Layer already exists [2023-01-26T03:43:11.134Z] d3e7ee28a189: Layer already exists [2023-01-26T03:43:11.134Z] 969885ca92c7: Layer already exists [2023-01-26T03:43:11.134Z] 650913d8c223: Layer already exists [2023-01-26T03:43:11.134Z] 9833f26c6bda: Layer already exists [2023-01-26T03:43:11.398Z] main: digest: sha256:18f1fd32cc0a874788e574e8036bb030e37bb86472064697604c764bc59b5cee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:43:11.438Z] ===================================================== [Pipeline] echo [2023-01-26T03:43:11.444Z] taggedImages: [2023-01-26T03:43:11.444Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:43:11.444Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-26T03:43:11.444Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.29 [2023-01-26T03:43:11.444Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:43:11.444Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-01-26T03:43:11.459Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-01-26T03:43:11.459Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:43:11.459Z] latest [2023-01-26T03:43:11.459Z] 3.0.0-dev.29 [2023-01-26T03:43:11.459Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:43:11.459Z] main [2023-01-26T03:43:11.459Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:11.784Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:12.110Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:43:12.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-26T03:43:12.110Z] d99cc500276b: Preparing [2023-01-26T03:43:12.110Z] 7d0c780fb243: Preparing [2023-01-26T03:43:12.110Z] 40d6b284e467: Preparing [2023-01-26T03:43:12.110Z] f3a296487e66: Preparing [2023-01-26T03:43:12.110Z] 17bec77d7fdc: Preparing [2023-01-26T03:43:12.110Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:43:12.110Z] 40d6b284e467: Layer already exists [2023-01-26T03:43:12.373Z] d99cc500276b: Pushed [2023-01-26T03:43:12.637Z] f3a296487e66: Pushed [2023-01-26T03:43:17.969Z] 7d0c780fb243: Pushed [2023-01-26T03:43:17.969Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:d32c3a9baaf4092f9da04a5046a4c466aaec7713ceb5da6bddc777d92bce8bc3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:18.297Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:18.618Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-26T03:43:18.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-26T03:43:18.618Z] d99cc500276b: Preparing [2023-01-26T03:43:18.618Z] 7d0c780fb243: Preparing [2023-01-26T03:43:18.618Z] 40d6b284e467: Preparing [2023-01-26T03:43:18.618Z] f3a296487e66: Preparing [2023-01-26T03:43:18.618Z] 17bec77d7fdc: Preparing [2023-01-26T03:43:18.618Z] 7d0c780fb243: Layer already exists [2023-01-26T03:43:18.618Z] 40d6b284e467: Layer already exists [2023-01-26T03:43:18.618Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:43:18.618Z] d99cc500276b: Layer already exists [2023-01-26T03:43:18.618Z] f3a296487e66: Layer already exists [2023-01-26T03:43:18.618Z] latest: digest: sha256:d32c3a9baaf4092f9da04a5046a4c466aaec7713ceb5da6bddc777d92bce8bc3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:19.218Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:19.542Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.29 [2023-01-26T03:43:19.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-26T03:43:19.542Z] d99cc500276b: Preparing [2023-01-26T03:43:19.542Z] 7d0c780fb243: Preparing [2023-01-26T03:43:19.542Z] 40d6b284e467: Preparing [2023-01-26T03:43:19.542Z] f3a296487e66: Preparing [2023-01-26T03:43:19.542Z] 17bec77d7fdc: Preparing [2023-01-26T03:43:19.542Z] 7d0c780fb243: Layer already exists [2023-01-26T03:43:19.542Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:43:19.542Z] d99cc500276b: Layer already exists [2023-01-26T03:43:19.542Z] 40d6b284e467: Layer already exists [2023-01-26T03:43:19.542Z] f3a296487e66: Layer already exists [2023-01-26T03:43:19.805Z] 3.0.0-dev.29: digest: sha256:d32c3a9baaf4092f9da04a5046a4c466aaec7713ceb5da6bddc777d92bce8bc3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:20.128Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:20.452Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:43:20.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-26T03:43:20.452Z] d99cc500276b: Preparing [2023-01-26T03:43:20.452Z] 7d0c780fb243: Preparing [2023-01-26T03:43:20.452Z] 40d6b284e467: Preparing [2023-01-26T03:43:20.452Z] f3a296487e66: Preparing [2023-01-26T03:43:20.452Z] 17bec77d7fdc: Preparing [2023-01-26T03:43:20.452Z] d99cc500276b: Layer already exists [2023-01-26T03:43:20.452Z] 7d0c780fb243: Layer already exists [2023-01-26T03:43:20.452Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:43:20.452Z] f3a296487e66: Layer already exists [2023-01-26T03:43:20.452Z] 40d6b284e467: Layer already exists [2023-01-26T03:43:20.452Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:d32c3a9baaf4092f9da04a5046a4c466aaec7713ceb5da6bddc777d92bce8bc3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:21.048Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:21.371Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-01-26T03:43:21.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-26T03:43:21.371Z] d99cc500276b: Preparing [2023-01-26T03:43:21.371Z] 7d0c780fb243: Preparing [2023-01-26T03:43:21.371Z] 40d6b284e467: Preparing [2023-01-26T03:43:21.371Z] f3a296487e66: Preparing [2023-01-26T03:43:21.371Z] 17bec77d7fdc: Preparing [2023-01-26T03:43:21.371Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:43:21.371Z] 40d6b284e467: Layer already exists [2023-01-26T03:43:21.371Z] f3a296487e66: Layer already exists [2023-01-26T03:43:21.371Z] d99cc500276b: Layer already exists [2023-01-26T03:43:21.371Z] 7d0c780fb243: Layer already exists [2023-01-26T03:43:21.371Z] main: digest: sha256:d32c3a9baaf4092f9da04a5046a4c466aaec7713ceb5da6bddc777d92bce8bc3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:43:21.414Z] ===================================================== [Pipeline] echo [2023-01-26T03:43:21.420Z] taggedImages: [2023-01-26T03:43:21.420Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:43:21.420Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-26T03:43:21.420Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.29 [2023-01-26T03:43:21.420Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:43:21.420Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-01-26T03:43:21.434Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-01-26T03:43:21.434Z] a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:43:21.434Z] latest [2023-01-26T03:43:21.434Z] 3.0.0-dev.29 [2023-01-26T03:43:21.434Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:43:21.434Z] main [2023-01-26T03:43:21.434Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:21.771Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:22.111Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:43:22.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-26T03:43:22.111Z] 9c343017a211: Preparing [2023-01-26T03:43:22.111Z] fe59407643fb: Preparing [2023-01-26T03:43:22.111Z] 40d6b284e467: Preparing [2023-01-26T03:43:22.111Z] 903a0a531e12: Preparing [2023-01-26T03:43:22.111Z] 17bec77d7fdc: Preparing [2023-01-26T03:43:22.111Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:43:22.111Z] 903a0a531e12: Layer already exists [2023-01-26T03:43:22.111Z] 40d6b284e467: Layer already exists [2023-01-26T03:43:22.377Z] 9c343017a211: Pushed [2023-01-26T03:43:27.699Z] fe59407643fb: Pushed [2023-01-26T03:43:27.699Z] a37026ef060af0a96832afa785f280dce900bb2a: digest: sha256:c7e203587bac2cfddb6b95c92f71bc20cd2234cafe45f9c5a9ff16ffe8b2c75c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:28.032Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:28.360Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-26T03:43:28.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-26T03:43:28.360Z] 9c343017a211: Preparing [2023-01-26T03:43:28.360Z] fe59407643fb: Preparing [2023-01-26T03:43:28.360Z] 40d6b284e467: Preparing [2023-01-26T03:43:28.360Z] 903a0a531e12: Preparing [2023-01-26T03:43:28.360Z] 17bec77d7fdc: Preparing [2023-01-26T03:43:28.360Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:43:28.360Z] fe59407643fb: Layer already exists [2023-01-26T03:43:28.360Z] 903a0a531e12: Layer already exists [2023-01-26T03:43:28.360Z] 40d6b284e467: Layer already exists [2023-01-26T03:43:28.360Z] 9c343017a211: Layer already exists [2023-01-26T03:43:28.360Z] latest: digest: sha256:c7e203587bac2cfddb6b95c92f71bc20cd2234cafe45f9c5a9ff16ffe8b2c75c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:28.692Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:29.025Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.29 [2023-01-26T03:43:29.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-26T03:43:29.025Z] 9c343017a211: Preparing [2023-01-26T03:43:29.025Z] fe59407643fb: Preparing [2023-01-26T03:43:29.025Z] 40d6b284e467: Preparing [2023-01-26T03:43:29.025Z] 903a0a531e12: Preparing [2023-01-26T03:43:29.025Z] 17bec77d7fdc: Preparing [2023-01-26T03:43:29.025Z] fe59407643fb: Layer already exists [2023-01-26T03:43:29.025Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:43:29.025Z] 903a0a531e12: Layer already exists [2023-01-26T03:43:29.025Z] 40d6b284e467: Layer already exists [2023-01-26T03:43:29.025Z] 9c343017a211: Layer already exists [2023-01-26T03:43:29.025Z] 3.0.0-dev.29: digest: sha256:c7e203587bac2cfddb6b95c92f71bc20cd2234cafe45f9c5a9ff16ffe8b2c75c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:29.628Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:29.971Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:43:29.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-26T03:43:29.971Z] 9c343017a211: Preparing [2023-01-26T03:43:29.971Z] fe59407643fb: Preparing [2023-01-26T03:43:29.971Z] 40d6b284e467: Preparing [2023-01-26T03:43:29.971Z] 903a0a531e12: Preparing [2023-01-26T03:43:29.971Z] 17bec77d7fdc: Preparing [2023-01-26T03:43:29.971Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:43:29.971Z] 9c343017a211: Layer already exists [2023-01-26T03:43:29.971Z] 903a0a531e12: Layer already exists [2023-01-26T03:43:29.971Z] fe59407643fb: Layer already exists [2023-01-26T03:43:29.971Z] 40d6b284e467: Layer already exists [2023-01-26T03:43:29.971Z] a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29: digest: sha256:c7e203587bac2cfddb6b95c92f71bc20cd2234cafe45f9c5a9ff16ffe8b2c75c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:30.572Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:30.900Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-01-26T03:43:30.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-26T03:43:30.900Z] 9c343017a211: Preparing [2023-01-26T03:43:30.900Z] fe59407643fb: Preparing [2023-01-26T03:43:30.900Z] 40d6b284e467: Preparing [2023-01-26T03:43:30.900Z] 903a0a531e12: Preparing [2023-01-26T03:43:30.900Z] 17bec77d7fdc: Preparing [2023-01-26T03:43:30.900Z] 903a0a531e12: Layer already exists [2023-01-26T03:43:30.900Z] 40d6b284e467: Layer already exists [2023-01-26T03:43:30.900Z] fe59407643fb: Layer already exists [2023-01-26T03:43:30.900Z] 9c343017a211: Layer already exists [2023-01-26T03:43:30.900Z] 17bec77d7fdc: Layer already exists [2023-01-26T03:43:30.900Z] main: digest: sha256:c7e203587bac2cfddb6b95c92f71bc20cd2234cafe45f9c5a9ff16ffe8b2c75c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-26T03:43:30.950Z] ===================================================== [Pipeline] echo [2023-01-26T03:43:30.959Z] taggedImages: [2023-01-26T03:43:30.959Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a37026ef060af0a96832afa785f280dce900bb2a [2023-01-26T03:43:30.959Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-26T03:43:30.959Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.29 [2023-01-26T03:43:30.959Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a37026ef060af0a96832afa785f280dce900bb2a-3.0.0-dev.29 [2023-01-26T03:43:30.959Z] - 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 [2023-01-26T03:43:31.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-26T03:43:31.326Z] [2023-01-26T03:43:31.326Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:43:31.663Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-26T03:43:31.663Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-26T03:43:31.663Z] 8998bd30e6a1: Pulling fs layer [2023-01-26T03:43:31.663Z] 04944245beec: Pulling fs layer [2023-01-26T03:43:31.663Z] 699f458cf7ca: Pulling fs layer [2023-01-26T03:43:31.663Z] 765212b225bb: Pulling fs layer [2023-01-26T03:43:31.663Z] f23df028b6ca: Pulling fs layer [2023-01-26T03:43:31.663Z] d65c8cfc05b1: Pulling fs layer [2023-01-26T03:43:31.663Z] 2437ff75d9bd: Pulling fs layer [2023-01-26T03:43:31.663Z] f23df028b6ca: Waiting [2023-01-26T03:43:31.663Z] 765212b225bb: Waiting [2023-01-26T03:43:31.663Z] d65c8cfc05b1: Waiting [2023-01-26T03:43:31.663Z] 2437ff75d9bd: Waiting [2023-01-26T03:43:31.988Z] 04944245beec: Verifying Checksum [2023-01-26T03:43:31.988Z] 04944245beec: Download complete [2023-01-26T03:43:31.988Z] 765212b225bb: Download complete [2023-01-26T03:43:31.988Z] f23df028b6ca: Verifying Checksum [2023-01-26T03:43:31.988Z] f23df028b6ca: Download complete [2023-01-26T03:43:31.988Z] d65c8cfc05b1: Verifying Checksum [2023-01-26T03:43:31.988Z] d65c8cfc05b1: Download complete [2023-01-26T03:43:31.988Z] 699f458cf7ca: Verifying Checksum [2023-01-26T03:43:31.988Z] 699f458cf7ca: Download complete [2023-01-26T03:43:32.587Z] 8998bd30e6a1: Verifying Checksum [2023-01-26T03:43:32.587Z] 8998bd30e6a1: Download complete [2023-01-26T03:43:34.548Z] 2437ff75d9bd: Verifying Checksum [2023-01-26T03:43:34.548Z] 2437ff75d9bd: Download complete [2023-01-26T03:43:36.480Z] 8998bd30e6a1: Pull complete [2023-01-26T03:43:36.745Z] 04944245beec: Pull complete [2023-01-26T03:43:37.696Z] 699f458cf7ca: Pull complete [2023-01-26T03:43:37.961Z] 765212b225bb: Pull complete [2023-01-26T03:43:38.540Z] f23df028b6ca: Pull complete [2023-01-26T03:43:38.805Z] d65c8cfc05b1: Pull complete [2023-01-26T03:43:53.777Z] 2437ff75d9bd: Pull complete [2023-01-26T03:43:53.777Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-26T03:43:53.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-26T03:43:53.777Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:43:53.950Z] prd-ubuntu20.04-docker-arm64-4c-16g-3728 does not seem to be running inside a container [2023-01-26T03:43:53.997Z] $ 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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 [2023-01-26T03:43:56.412Z] $ docker top 39946b178bd85b54e9e97c68a215283e878cf2bd66209479790ee8f0665b20cf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:43:56.980Z] ---> job-cost.sh [2023-01-26T03:43:57.243Z] lf-activate-venv: SKIPPING [2023-01-26T03:43:57.243Z] INFO: No Stack... [2023-01-26T03:43:57.821Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-26T03:43:58.399Z] INFO: Archiving Costs [Pipeline] sh [2023-01-26T03:43:59.025Z] + cat /w/workspace/edgex-go/387/archives/cost.csv [2023-01-26T03:43:59.025Z] + cut -d, -f6 [Pipeline] lock [2023-01-26T03:43:59.059Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-387-stack-cost] [2023-01-26T03:43:59.082Z] Resource [jenkins-edgexfoundry-edgex-go-main-387-stack-cost] did not exist. Created. [2023-01-26T03:43:59.082Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-387-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-26T03:43:59.712Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-26T03:44:00.282Z] Stashed 1 file(s) [Pipeline] } [2023-01-26T03:44:00.292Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-387-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-26T03:44:00.304Z] $ docker stop --time=1 39946b178bd85b54e9e97c68a215283e878cf2bd66209479790ee8f0665b20cf [2023-01-26T03:44:01.800Z] $ docker rm -f --volumes 39946b178bd85b54e9e97c68a215283e878cf2bd66209479790ee8f0665b20cf [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 [2023-01-26T03:44:02.241Z] provisioning config files... [2023-01-26T03:44:02.248Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/387@tmp/config5974523810012359155tmp [Pipeline] { [Pipeline] sh [2023-01-26T03:44:02.541Z] + set +x [2023-01-26T03:44:02.542Z] + curl -s https://codecov.io/bash [2023-01-26T03:44:02.542Z] + bash -s -- [2023-01-26T03:44:02.542Z] [2023-01-26T03:44:02.542Z] _____ _ [2023-01-26T03:44:02.542Z] / ____| | | [2023-01-26T03:44:02.542Z] | | ___ __| | ___ ___ _____ __ [2023-01-26T03:44:02.542Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-26T03:44:02.542Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-26T03:44:02.542Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-26T03:44:02.542Z] Bash-1.0.6 [2023-01-26T03:44:02.542Z] [2023-01-26T03:44:02.542Z] [2023-01-26T03:44:02.542Z] ==> git version 2.25.1 found [2023-01-26T03:44:02.542Z] ==> 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 [2023-01-26T03:44:02.542Z] Release-Date: 2020-01-08 [2023-01-26T03:44:02.542Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-01-26T03:44:02.542Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-26T03:44:02.542Z] ==> Jenkins CI detected. [2023-01-26T03:44:02.542Z] current dir:  /w/workspace/edgex-go/387 [2023-01-26T03:44:02.542Z] project root: . [2023-01-26T03:44:02.542Z] --> token set from env [2023-01-26T03:44:02.542Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-26T03:44:02.542Z] ==> Running gcov in . (disable via -X gcov) [2023-01-26T03:44:02.542Z] ==> Python coveragepy not found [2023-01-26T03:44:02.542Z] ==> Searching for coverage reports in: [2023-01-26T03:44:02.542Z] + . [2023-01-26T03:44:02.542Z] -> Found 1 reports [2023-01-26T03:44:02.542Z] ==> Detecting git/mercurial file structure [2023-01-26T03:44:02.801Z] ==> Reading reports [2023-01-26T03:44:02.801Z] + ./coverage.out bytes=489970 [2023-01-26T03:44:02.801Z] ==> Appending adjustments [2023-01-26T03:44:02.801Z] https://docs.codecov.io/docs/fixing-reports [2023-01-26T03:44:03.737Z] + Found adjustments [2023-01-26T03:44:03.737Z] ==> Gzipping contents [2023-01-26T03:44:03.997Z] 64K /tmp/codecov.5JqVL2.gz [2023-01-26T03:44:03.997Z] ==> Uploading reports [2023-01-26T03:44:03.997Z] url: https://codecov.io [2023-01-26T03:44:03.997Z] query: branch=main&commit=a37026ef060af0a96832afa785f280dce900bb2a&build=387&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F387%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-26T03:44:03.997Z] -> Pinging Codecov [2023-01-26T03:44:03.997Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=a37026ef060af0a96832afa785f280dce900bb2a&build=387&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F387%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-26T03:44:04.257Z] -> Uploading to [2023-01-26T03:44:04.257Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-26/00271124DB129430A58F1EEE437C3FCB/a37026ef060af0a96832afa785f280dce900bb2a/2f0bdb8e-3f58-4c62-b01a-7a970374391a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230126T034404Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=685965a5df9d9b6081ab83557c6194793766fb6be1678aaefdad6e3dab0d4836 [2023-01-26T03:44:04.257Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-26T03:44:04.257Z] Dload Upload Total Spent Left Speed [2023-01-26T03:44:04.516Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63423 0 0 100 63423 0 231k --:--:-- --:--:-- --:--:-- 231k [2023-01-26T03:44:04.516Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a37026ef060af0a96832afa785f280dce900bb2a [Pipeline] } [2023-01-26T03:44:04.524Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-01-26T03:44:04.745Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-26T03:44:04.753Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:44:05.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-26T03:44:05.057Z] [2023-01-26T03:44:05.057Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:44:05.351Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-26T03:44:05.351Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-26T03:44:05.351Z] df9b9388f04a: Pulling fs layer [2023-01-26T03:44:05.351Z] 52dc419b0ee2: Pulling fs layer [2023-01-26T03:44:05.351Z] 25bc292e5bac: Pulling fs layer [2023-01-26T03:44:05.351Z] 114826534d7a: Pulling fs layer [2023-01-26T03:44:05.351Z] 4657fd5d0bcf: Pulling fs layer [2023-01-26T03:44:05.351Z] 114826534d7a: Waiting [2023-01-26T03:44:05.351Z] 4657fd5d0bcf: Waiting [2023-01-26T03:44:05.351Z] 6ad1cebc031e: Pulling fs layer [2023-01-26T03:44:05.351Z] 8a3aa393b2d8: Pulling fs layer [2023-01-26T03:44:05.351Z] 6ad1cebc031e: Waiting [2023-01-26T03:44:05.351Z] 8a3aa393b2d8: Waiting [2023-01-26T03:44:05.351Z] 25bc292e5bac: Verifying Checksum [2023-01-26T03:44:05.351Z] 25bc292e5bac: Download complete [2023-01-26T03:44:05.351Z] 52dc419b0ee2: Verifying Checksum [2023-01-26T03:44:05.351Z] 52dc419b0ee2: Download complete [2023-01-26T03:44:05.351Z] 4657fd5d0bcf: Verifying Checksum [2023-01-26T03:44:05.351Z] 4657fd5d0bcf: Download complete [2023-01-26T03:44:05.351Z] df9b9388f04a: Verifying Checksum [2023-01-26T03:44:05.351Z] df9b9388f04a: Download complete [2023-01-26T03:44:05.619Z] df9b9388f04a: Pull complete [2023-01-26T03:44:05.619Z] 52dc419b0ee2: Pull complete [2023-01-26T03:44:05.893Z] 25bc292e5bac: Pull complete [2023-01-26T03:44:05.893Z] 6ad1cebc031e: Verifying Checksum [2023-01-26T03:44:05.893Z] 6ad1cebc031e: Download complete [2023-01-26T03:44:06.926Z] 114826534d7a: Verifying Checksum [2023-01-26T03:44:06.926Z] 114826534d7a: Download complete [2023-01-26T03:44:07.190Z] 8a3aa393b2d8: Verifying Checksum [2023-01-26T03:44:07.190Z] 8a3aa393b2d8: Download complete [2023-01-26T03:44:10.473Z] 114826534d7a: Pull complete [2023-01-26T03:44:10.473Z] 4657fd5d0bcf: Pull complete [2023-01-26T03:44:10.473Z] 6ad1cebc031e: Pull complete [2023-01-26T03:44:13.001Z] 8a3aa393b2d8: Pull complete [2023-01-26T03:44:13.001Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-26T03:44:13.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-26T03:44:13.001Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:44:13.074Z] prd-ubuntu20.04-docker-8c-8g-3727 does not seem to be running inside a container [2023-01-26T03:44:13.103Z] $ 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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-26T03:44:17.719Z] $ docker top 770dd7bc6821ca1d15085b7a31d16c8e6ac6a38b2989d01330cdca5628ae0d2f -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-26T03:44:17.784Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-01-26T03:44:18.059Z] + set -o pipefail [2023-01-26T03:44:18.059Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-01-26T03:44:24.617Z] [2023-01-26T03:44:24.617Z] Monitoring /w/workspace/edgex-go/387 (github.com/edgexfoundry/edgex-go)... [2023-01-26T03:44:24.617Z] [2023-01-26T03:44:24.617Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/4bece2db-8718-42a4-bcb0-dc382fab3f15 [2023-01-26T03:44:24.617Z] [2023-01-26T03:44:24.617Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-26T03:44:24.617Z] [2023-01-26T03:44:24.617Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-26T03:44:24.617Z] [2023-01-26T03:44:24.617Z] [2023-01-26T03:44:24.617Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-26T03:44:24.617Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-26T03:44:24.617Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-26T03:44:24.627Z] $ docker stop --time=1 770dd7bc6821ca1d15085b7a31d16c8e6ac6a38b2989d01330cdca5628ae0d2f [2023-01-26T03:44:28.310Z] $ docker rm -f --volumes 770dd7bc6821ca1d15085b7a31d16c8e6ac6a38b2989d01330cdca5628ae0d2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-01-26T03:44:28.668Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-26T03:44:28.684Z] provisioning config files... [2023-01-26T03:44:28.691Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/387@tmp/config5427522059273553705tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:44:28.984Z] --> edgex-publish-swagger.sh [2023-01-26T03:44:28.984Z] === Publish openapi/v2 API === [2023-01-26T03:44:28.984Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-26T03:44:28.984Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/387/openapi/v2/core-command.yaml] [2023-01-26T03:44:28.984Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-26T03:44:28.984Z] Dload Upload Total Spent Left Speed [2023-01-26T03:44:29.921Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33880 100 38 100 33842 41 37353 --:--:-- --:--:-- --:--:-- 37353 100 33880 100 38 100 33842 41 37353 --:--:-- --:--:-- --:--:-- 37353 [2023-01-26T03:44:29.921Z] {"code":403,"message":"Access Denied"} [2023-01-26T03:44:29.921Z] [2023-01-26T03:44:29.921Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/387/openapi/v2/core-data.yaml] [2023-01-26T03:44:29.921Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-26T03:44:29.921Z] Dload Upload Total Spent Left Speed [2023-01-26T03:44:30.857Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71704 100 38 100 71666 45 85930 --:--:-- --:--:-- --:--:-- 85976 [2023-01-26T03:44:30.857Z] {"code":403,"message":"Access Denied"} [2023-01-26T03:44:30.857Z] [2023-01-26T03:44:30.857Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/387/openapi/v2/core-metadata.yaml] [2023-01-26T03:44:30.857Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-26T03:44:30.857Z] Dload Upload Total Spent Left Speed [2023-01-26T03:44:31.424Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 38 100 144k 46 178k --:--:-- --:--:-- --:--:-- 179k [2023-01-26T03:44:31.424Z] {"code":403,"message":"Access Denied"} [2023-01-26T03:44:31.424Z] [2023-01-26T03:44:31.424Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/387/openapi/v2/support-notifications.yaml] [2023-01-26T03:44:31.424Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-26T03:44:31.424Z] Dload Upload Total Spent Left Speed [2023-01-26T03:44:32.251Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89309 0 0 100 89309 0 429k --:--:-- --:--:-- --:--:-- 427k 100 89347 100 38 100 89309 42 98k --:--:-- --:--:-- --:--:-- 98k [2023-01-26T03:44:32.251Z] {"code":403,"message":"Access Denied"} [2023-01-26T03:44:32.251Z] [2023-01-26T03:44:32.251Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/387/openapi/v2/support-scheduler.yaml] [2023-01-26T03:44:32.251Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-26T03:44:32.251Z] Dload Upload Total Spent Left Speed [2023-01-26T03:44:33.187Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 45 47589 --:--:-- --:--:-- --:--:-- 47578 100 39585 100 38 100 39547 45 47532 --:--:-- --:--:-- --:--:-- 47521 [2023-01-26T03:44:33.187Z] {"code":403,"message":"Access Denied"} [2023-01-26T03:44:33.187Z] [Pipeline] } [2023-01-26T03:44:33.195Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-01-26T03:44:33.613Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-26T03:44:33.614Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:44:33.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-26T03:44:33.922Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:44:33.989Z] prd-ubuntu20.04-docker-8c-8g-3727 does not seem to be running inside a container [2023-01-26T03:44:34.015Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 [2023-01-26T03:44:34.389Z] $ docker top b9954b689f9b3db54f5a285d8677c3b4d96a34c470918ef52bc30d0f1bdd6621 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-26T03:44:34.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-26T03:44:34.469Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-26T03:44:34.585Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-26T03:44:34.586Z] $ docker exec b9954b689f9b3db54f5a285d8677c3b4d96a34c470918ef52bc30d0f1bdd6621 ssh-agent [2023-01-26T03:44:34.704Z] SSH_AUTH_SOCK=/tmp/ssh-kBMt77ssDjga/agent.33 [2023-01-26T03:44:34.704Z] SSH_AGENT_PID=39 [2023-01-26T03:44:34.709Z] Running ssh-add (command line suppressed) [2023-01-26T03:44:34.823Z] Identity added: /w/workspace/edgex-go/387@tmp/private_key_8886520891140969208.key (/w/workspace/edgex-go/387@tmp/private_key_8886520891140969208.key) [2023-01-26T03:44:34.840Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-26T03:44:35.130Z] + git semver tag [2023-01-26T03:44:35.389Z] 2023-01-26 03:44:35,316 [run_tag] DEBUG tag force:False [2023-01-26T03:44:35.389Z] 2023-01-26 03:44:35,316 [check_head_tag] DEBUG check head tag [2023-01-26T03:44:35.389Z] 2023-01-26 03:44:35,319 [execute] INFO git cat-file --batch-check [2023-01-26T03:44:35.389Z] 2023-01-26 03:44:35,319 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/387, universal_newlines=False, shell=None, istream=) [2023-01-26T03:44:35.389Z] 2023-01-26 03:44:35,323 [execute] INFO git cat-file --batch [2023-01-26T03:44:35.389Z] 2023-01-26 03:44:35,323 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/387, universal_newlines=False, shell=None, istream=) [2023-01-26T03:44:35.389Z] 2023-01-26 03:44:35,361 [read_version] DEBUG read version from /w/workspace/edgex-go/387/.semver/main [2023-01-26T03:44:35.389Z] 2023-01-26 03:44:35,362 [execute] INFO git tag -a v3.0.0-dev.29 -m v3.0.0-dev.29 [2023-01-26T03:44:35.389Z] 2023-01-26 03:44:35,362 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.29', '-m', 'v3.0.0-dev.29'], cwd=/w/workspace/edgex-go/387, universal_newlines=False, shell=None, istream=None) [2023-01-26T03:44:35.389Z] 2023-01-26 03:44:35,367 [read_version] DEBUG read version from /w/workspace/edgex-go/387/.semver/main [2023-01-26T03:44:35.389Z] 3.0.0-dev.29 [Pipeline] } [2023-01-26T03:44:35.399Z] $ docker exec --env ******** --env ******** b9954b689f9b3db54f5a285d8677c3b4d96a34c470918ef52bc30d0f1bdd6621 ssh-agent -k [2023-01-26T03:44:35.509Z] unset SSH_AUTH_SOCK; [2023-01-26T03:44:35.509Z] unset SSH_AGENT_PID; [2023-01-26T03:44:35.509Z] echo Agent pid 39 killed; [2023-01-26T03:44:35.523Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-26T03:44:35.831Z] + git semver [Pipeline] } [2023-01-26T03:44:36.103Z] $ docker stop --time=1 b9954b689f9b3db54f5a285d8677c3b4d96a34c470918ef52bc30d0f1bdd6621 [2023-01-26T03:44:37.373Z] $ docker rm -f --volumes b9954b689f9b3db54f5a285d8677c3b4d96a34c470918ef52bc30d0f1bdd6621 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:44:37.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-26T03:44:37.758Z] [2023-01-26T03:44:37.758Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:44:38.054Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-26T03:44:38.054Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-26T03:44:38.054Z] ab5ef0e58194: Pulling fs layer [2023-01-26T03:44:38.054Z] 9712f1f96733: Pulling fs layer [2023-01-26T03:44:38.054Z] 63f879dbbcfc: Pulling fs layer [2023-01-26T03:44:38.054Z] 0d9ebad4ef96: Pulling fs layer [2023-01-26T03:44:38.054Z] e9a5061849ea: Pulling fs layer [2023-01-26T03:44:38.054Z] d747dcd14b5f: Pulling fs layer [2023-01-26T03:44:38.054Z] 2de7ff778b66: Pulling fs layer [2023-01-26T03:44:38.054Z] 0d9ebad4ef96: Waiting [2023-01-26T03:44:38.054Z] e9a5061849ea: Waiting [2023-01-26T03:44:38.054Z] d747dcd14b5f: Waiting [2023-01-26T03:44:38.054Z] 9712f1f96733: Verifying Checksum [2023-01-26T03:44:38.054Z] 9712f1f96733: Download complete [2023-01-26T03:44:38.659Z] 63f879dbbcfc: Verifying Checksum [2023-01-26T03:44:38.659Z] 63f879dbbcfc: Download complete [2023-01-26T03:44:38.948Z] e9a5061849ea: Verifying Checksum [2023-01-26T03:44:38.948Z] e9a5061849ea: Download complete [2023-01-26T03:44:39.306Z] d747dcd14b5f: Download complete [2023-01-26T03:44:39.590Z] 0d9ebad4ef96: Verifying Checksum [2023-01-26T03:44:39.590Z] 0d9ebad4ef96: Download complete [2023-01-26T03:44:39.590Z] ab5ef0e58194: Download complete [2023-01-26T03:44:39.590Z] 2de7ff778b66: Verifying Checksum [2023-01-26T03:44:39.590Z] 2de7ff778b66: Download complete [2023-01-26T03:44:42.114Z] ab5ef0e58194: Pull complete [2023-01-26T03:44:42.114Z] 9712f1f96733: Pull complete [2023-01-26T03:44:42.678Z] 63f879dbbcfc: Pull complete [2023-01-26T03:44:46.859Z] 0d9ebad4ef96: Pull complete [2023-01-26T03:44:46.859Z] e9a5061849ea: Pull complete [2023-01-26T03:44:46.859Z] d747dcd14b5f: Pull complete [2023-01-26T03:44:47.427Z] 2de7ff778b66: Pull complete [2023-01-26T03:44:47.427Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-26T03:44:47.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-26T03:44:47.427Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:44:47.506Z] prd-ubuntu20.04-docker-8c-8g-3727 does not seem to be running inside a container [2023-01-26T03:44:47.535Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 [2023-01-26T03:44:51.310Z] $ docker top 598131e3bde2aa150c8330dbc39db9310cf0f41e6171f800174ffbb96c3bd981 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-26T03:44:51.387Z] provisioning config files... [2023-01-26T03:44:51.394Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/387@tmp/config4611779146731961383tmp [2023-01-26T03:44:51.405Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/387@tmp/config17862917083211977667tmp [2023-01-26T03:44:51.413Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/387@tmp/config11730936127178679324tmp [Pipeline] { [Pipeline] echo [2023-01-26T03:44:51.429Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:44:51.712Z] ---> sigul-configuration.sh [2023-01-26T03:44:51.713Z] gpg: directory `/root/.gnupg' created [2023-01-26T03:44:51.713Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-26T03:44:51.713Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-26T03:44:51.713Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-26T03:44:51.713Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-26T03:44:51.713Z] gpg: CAST5 encrypted data [2023-01-26T03:44:51.713Z] gpg: encrypted with 1 passphrase [2023-01-26T03:44:51.713Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-26T03:44:51.998Z] + mkdir /home/jenkins [2023-01-26T03:44:51.998Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-26T03:44:52.284Z] + 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 [2023-01-26T03:44:52.292Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:44:52.574Z] ---> sigul-install.sh [2023-01-26T03:44:52.574Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-26T03:44:52.859Z] + git tag --list [2023-01-26T03:44:52.859Z] 0.6.0 [2023-01-26T03:44:52.859Z] 0.6.1 [2023-01-26T03:44:52.859Z] 0.7.0 [2023-01-26T03:44:52.859Z] 0.7.1 [2023-01-26T03:44:52.859Z] v1.0.0 [2023-01-26T03:44:52.859Z] v1.0.1 [2023-01-26T03:44:52.859Z] v1.1.0 [2023-01-26T03:44:52.859Z] v1.2.0 [2023-01-26T03:44:52.859Z] v1.2.1 [2023-01-26T03:44:52.859Z] v1.3.0 [2023-01-26T03:44:52.859Z] v1.3.1 [2023-01-26T03:44:52.859Z] v2.0.0 [2023-01-26T03:44:52.859Z] v2.1.0 [2023-01-26T03:44:52.859Z] v2.1.1 [2023-01-26T03:44:52.859Z] v2.1.1-dev.1 [2023-01-26T03:44:52.859Z] v2.1.1-dev.2 [2023-01-26T03:44:52.859Z] v2.1.1-dev.3 [2023-01-26T03:44:52.859Z] v2.1.1-dev.4 [2023-01-26T03:44:52.859Z] v2.1.1-dev.5 [2023-01-26T03:44:52.859Z] v2.1.1-dev.6 [2023-01-26T03:44:52.859Z] v2.1.1-dev.7 [2023-01-26T03:44:52.859Z] v2.1.1-dev.8 [2023-01-26T03:44:52.859Z] v2.1.2-dev.1 [2023-01-26T03:44:52.859Z] v2.2.0 [2023-01-26T03:44:52.859Z] v2.2.1-dev.1 [2023-01-26T03:44:52.859Z] v2.2.1-dev.10 [2023-01-26T03:44:52.859Z] v2.2.1-dev.11 [2023-01-26T03:44:52.859Z] v2.2.1-dev.12 [2023-01-26T03:44:52.859Z] v2.2.1-dev.13 [2023-01-26T03:44:52.859Z] v2.2.1-dev.14 [2023-01-26T03:44:52.859Z] v2.2.1-dev.15 [2023-01-26T03:44:52.859Z] v2.2.1-dev.16 [2023-01-26T03:44:52.859Z] v2.2.1-dev.17 [2023-01-26T03:44:52.859Z] v2.2.1-dev.18 [2023-01-26T03:44:52.859Z] v2.2.1-dev.19 [2023-01-26T03:44:52.859Z] v2.2.1-dev.2 [2023-01-26T03:44:52.859Z] v2.2.1-dev.20 [2023-01-26T03:44:52.859Z] v2.2.1-dev.21 [2023-01-26T03:44:52.859Z] v2.2.1-dev.22 [2023-01-26T03:44:52.859Z] v2.2.1-dev.23 [2023-01-26T03:44:52.859Z] v2.2.1-dev.24 [2023-01-26T03:44:52.859Z] v2.2.1-dev.25 [2023-01-26T03:44:52.859Z] v2.2.1-dev.26 [2023-01-26T03:44:52.859Z] v2.2.1-dev.27 [2023-01-26T03:44:52.859Z] v2.2.1-dev.28 [2023-01-26T03:44:52.859Z] v2.2.1-dev.29 [2023-01-26T03:44:52.859Z] v2.2.1-dev.3 [2023-01-26T03:44:52.859Z] v2.2.1-dev.4 [2023-01-26T03:44:52.859Z] v2.2.1-dev.5 [2023-01-26T03:44:52.859Z] v2.2.1-dev.6 [2023-01-26T03:44:52.859Z] v2.2.1-dev.7 [2023-01-26T03:44:52.859Z] v2.2.1-dev.8 [2023-01-26T03:44:52.859Z] v2.2.1-dev.9 [2023-01-26T03:44:52.859Z] v2.3.0 [2023-01-26T03:44:52.859Z] v2.3.0-dev.100 [2023-01-26T03:44:52.859Z] v2.3.0-dev.101 [2023-01-26T03:44:52.859Z] v2.3.0-dev.102 [2023-01-26T03:44:52.859Z] v2.3.0-dev.103 [2023-01-26T03:44:52.859Z] v2.3.0-dev.104 [2023-01-26T03:44:52.859Z] v2.3.0-dev.105 [2023-01-26T03:44:52.859Z] v2.3.0-dev.106 [2023-01-26T03:44:52.859Z] v2.3.0-dev.29 [2023-01-26T03:44:52.859Z] v2.3.0-dev.30 [2023-01-26T03:44:52.859Z] v2.3.0-dev.31 [2023-01-26T03:44:52.859Z] v2.3.0-dev.32 [2023-01-26T03:44:52.859Z] v2.3.0-dev.33 [2023-01-26T03:44:52.859Z] v2.3.0-dev.34 [2023-01-26T03:44:52.859Z] v2.3.0-dev.35 [2023-01-26T03:44:52.859Z] v2.3.0-dev.36 [2023-01-26T03:44:52.859Z] v2.3.0-dev.37 [2023-01-26T03:44:52.859Z] v2.3.0-dev.38 [2023-01-26T03:44:52.859Z] v2.3.0-dev.39 [2023-01-26T03:44:52.859Z] v2.3.0-dev.40 [2023-01-26T03:44:52.859Z] v2.3.0-dev.41 [2023-01-26T03:44:52.859Z] v2.3.0-dev.42 [2023-01-26T03:44:52.859Z] v2.3.0-dev.43 [2023-01-26T03:44:52.859Z] v2.3.0-dev.44 [2023-01-26T03:44:52.859Z] v2.3.0-dev.45 [2023-01-26T03:44:52.859Z] v2.3.0-dev.46 [2023-01-26T03:44:52.859Z] v2.3.0-dev.47 [2023-01-26T03:44:52.859Z] v2.3.0-dev.48 [2023-01-26T03:44:52.859Z] v2.3.0-dev.49 [2023-01-26T03:44:52.859Z] v2.3.0-dev.50 [2023-01-26T03:44:52.859Z] v2.3.0-dev.51 [2023-01-26T03:44:52.859Z] v2.3.0-dev.52 [2023-01-26T03:44:52.859Z] v2.3.0-dev.53 [2023-01-26T03:44:52.859Z] v2.3.0-dev.54 [2023-01-26T03:44:52.859Z] v2.3.0-dev.55 [2023-01-26T03:44:52.859Z] v2.3.0-dev.56 [2023-01-26T03:44:52.859Z] v2.3.0-dev.57 [2023-01-26T03:44:52.859Z] v2.3.0-dev.58 [2023-01-26T03:44:52.859Z] v2.3.0-dev.59 [2023-01-26T03:44:52.859Z] v2.3.0-dev.60 [2023-01-26T03:44:52.859Z] v2.3.0-dev.61 [2023-01-26T03:44:52.859Z] v2.3.0-dev.62 [2023-01-26T03:44:52.859Z] v2.3.0-dev.63 [2023-01-26T03:44:52.859Z] v2.3.0-dev.64 [2023-01-26T03:44:52.859Z] v2.3.0-dev.65 [2023-01-26T03:44:52.859Z] v2.3.0-dev.66 [2023-01-26T03:44:52.859Z] v2.3.0-dev.67 [2023-01-26T03:44:52.859Z] v2.3.0-dev.68 [2023-01-26T03:44:52.859Z] v2.3.0-dev.69 [2023-01-26T03:44:52.859Z] v2.3.0-dev.70 [2023-01-26T03:44:52.859Z] v2.3.0-dev.71 [2023-01-26T03:44:52.859Z] v2.3.0-dev.72 [2023-01-26T03:44:52.859Z] v2.3.0-dev.73 [2023-01-26T03:44:52.859Z] v2.3.0-dev.74 [2023-01-26T03:44:52.859Z] v2.3.0-dev.75 [2023-01-26T03:44:52.859Z] v2.3.0-dev.76 [2023-01-26T03:44:52.859Z] v2.3.0-dev.77 [2023-01-26T03:44:52.859Z] v2.3.0-dev.78 [2023-01-26T03:44:52.859Z] v2.3.0-dev.79 [2023-01-26T03:44:52.859Z] v2.3.0-dev.80 [2023-01-26T03:44:52.859Z] v2.3.0-dev.81 [2023-01-26T03:44:52.859Z] v2.3.0-dev.82 [2023-01-26T03:44:52.859Z] v2.3.0-dev.83 [2023-01-26T03:44:52.859Z] v2.3.0-dev.84 [2023-01-26T03:44:52.859Z] v2.3.0-dev.85 [2023-01-26T03:44:52.859Z] v2.3.0-dev.86 [2023-01-26T03:44:52.859Z] v2.3.0-dev.87 [2023-01-26T03:44:52.859Z] v2.3.0-dev.88 [2023-01-26T03:44:52.859Z] v2.3.0-dev.89 [2023-01-26T03:44:52.859Z] v2.3.0-dev.90 [2023-01-26T03:44:52.859Z] v2.3.0-dev.91 [2023-01-26T03:44:52.859Z] v2.3.0-dev.92 [2023-01-26T03:44:52.859Z] v2.3.0-dev.93 [2023-01-26T03:44:52.859Z] v2.3.0-dev.94 [2023-01-26T03:44:52.859Z] v2.3.0-dev.95 [2023-01-26T03:44:52.859Z] v2.3.0-dev.96 [2023-01-26T03:44:52.859Z] v2.3.0-dev.97 [2023-01-26T03:44:52.859Z] v2.3.0-dev.98 [2023-01-26T03:44:52.859Z] v2.3.0-dev.99 [2023-01-26T03:44:52.859Z] v2.3.1-dev.1 [2023-01-26T03:44:52.859Z] v2.3.1-dev.2 [2023-01-26T03:44:52.859Z] v2.3.1-dev.3 [2023-01-26T03:44:52.859Z] v2.3.1-dev.4 [2023-01-26T03:44:52.859Z] v2.3.1-dev.5 [2023-01-26T03:44:52.859Z] v3.0.0-dev.1 [2023-01-26T03:44:52.859Z] v3.0.0-dev.10 [2023-01-26T03:44:52.859Z] v3.0.0-dev.11 [2023-01-26T03:44:52.859Z] v3.0.0-dev.12 [2023-01-26T03:44:52.859Z] v3.0.0-dev.13 [2023-01-26T03:44:52.859Z] v3.0.0-dev.14 [2023-01-26T03:44:52.859Z] v3.0.0-dev.15 [2023-01-26T03:44:52.859Z] v3.0.0-dev.16 [2023-01-26T03:44:52.859Z] v3.0.0-dev.17 [2023-01-26T03:44:52.859Z] v3.0.0-dev.18 [2023-01-26T03:44:52.859Z] v3.0.0-dev.19 [2023-01-26T03:44:52.859Z] v3.0.0-dev.2 [2023-01-26T03:44:52.859Z] v3.0.0-dev.20 [2023-01-26T03:44:52.859Z] v3.0.0-dev.21 [2023-01-26T03:44:52.859Z] v3.0.0-dev.22 [2023-01-26T03:44:52.859Z] v3.0.0-dev.23 [2023-01-26T03:44:52.859Z] v3.0.0-dev.24 [2023-01-26T03:44:52.859Z] v3.0.0-dev.25 [2023-01-26T03:44:52.859Z] v3.0.0-dev.26 [2023-01-26T03:44:52.859Z] v3.0.0-dev.27 [2023-01-26T03:44:52.859Z] v3.0.0-dev.28 [2023-01-26T03:44:52.859Z] v3.0.0-dev.29 [2023-01-26T03:44:52.859Z] v3.0.0-dev.3 [2023-01-26T03:44:52.859Z] v3.0.0-dev.4 [2023-01-26T03:44:52.859Z] v3.0.0-dev.5 [2023-01-26T03:44:52.859Z] v3.0.0-dev.6 [2023-01-26T03:44:52.859Z] v3.0.0-dev.7 [2023-01-26T03:44:52.859Z] v3.0.0-dev.8 [2023-01-26T03:44:52.859Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-26T03:44:53.146Z] + lftools sign git-tag v3.0.0-dev.29 [2023-01-26T03:44:53.713Z] Signing Git tag with Sigul... [2023-01-26T03:44:53.713Z] Signing v3.0.0-dev.29 [Pipeline] echo [2023-01-26T03:44:53.983Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:44:54.264Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-26T03:44:54.272Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-26T03:44:54.287Z] $ docker stop --time=1 598131e3bde2aa150c8330dbc39db9310cf0f41e6171f800174ffbb96c3bd981 [2023-01-26T03:44:55.589Z] $ docker rm -f --volumes 598131e3bde2aa150c8330dbc39db9310cf0f41e6171f800174ffbb96c3bd981 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-26T03:44:56.011Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-26T03:44:56.011Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:44:56.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-26T03:44:56.316Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:44:56.391Z] prd-ubuntu20.04-docker-8c-8g-3727 does not seem to be running inside a container [2023-01-26T03:44:56.419Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 [2023-01-26T03:44:56.756Z] $ docker top 5bf2b8435a45fbf0f3b69d8adcbe5fd301b25e83609d95482472b5235df1fa01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-26T03:44:56.851Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-26T03:44:56.851Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-26T03:44:56.969Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-26T03:44:56.970Z] $ docker exec 5bf2b8435a45fbf0f3b69d8adcbe5fd301b25e83609d95482472b5235df1fa01 ssh-agent [2023-01-26T03:44:57.091Z] SSH_AUTH_SOCK=/tmp/ssh-KuSdmPtGPZJi/agent.31 [2023-01-26T03:44:57.091Z] SSH_AGENT_PID=38 [2023-01-26T03:44:57.096Z] Running ssh-add (command line suppressed) [2023-01-26T03:44:57.199Z] Identity added: /w/workspace/edgex-go/387@tmp/private_key_3271096767166990160.key (/w/workspace/edgex-go/387@tmp/private_key_3271096767166990160.key) [2023-01-26T03:44:57.214Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-26T03:44:57.502Z] + git semver bump pre [2023-01-26T03:44:57.761Z] 2023-01-26 03:44:57,707 [read_version] DEBUG read version from /w/workspace/edgex-go/387/.semver/main [2023-01-26T03:44:57.761Z] 2023-01-26 03:44:57,707 [bump_version] DEBUG bumping version:3.0.0-dev.29 on axis:pre with prefix:dev [2023-01-26T03:44:57.761Z] 2023-01-26 03:44:57,707 [bump_version] DEBUG bumped version:3.0.0-dev.30 [2023-01-26T03:44:57.761Z] 2023-01-26 03:44:57,707 [write_version] DEBUG write version:3.0.0-dev.30 to path:/w/workspace/edgex-go/387/.semver/main with force:True [2023-01-26T03:44:57.761Z] 2023-01-26 03:44:57,707 [read_version] DEBUG read version from /w/workspace/edgex-go/387/.semver/main [2023-01-26T03:44:57.761Z] 2023-01-26 03:44:57,707 [write_file] DEBUG write to file:/w/workspace/edgex-go/387/.semver/main [2023-01-26T03:44:57.761Z] 2023-01-26 03:44:57,709 [execute] INFO git cat-file --batch-check [2023-01-26T03:44:57.761Z] 2023-01-26 03:44:57,709 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/387/.semver, universal_newlines=False, shell=None, istream=) [2023-01-26T03:44:57.761Z] 2023-01-26 03:44:57,714 [execute] INFO git cat-file --batch [2023-01-26T03:44:57.761Z] 2023-01-26 03:44:57,714 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/387/.semver, universal_newlines=False, shell=None, istream=) [2023-01-26T03:44:57.761Z] 2023-01-26 03:44:57,719 [read_version] DEBUG read version from /w/workspace/edgex-go/387/.semver/main [2023-01-26T03:44:57.761Z] 3.0.0-dev.30 [Pipeline] } [2023-01-26T03:44:57.767Z] $ docker exec --env ******** --env ******** 5bf2b8435a45fbf0f3b69d8adcbe5fd301b25e83609d95482472b5235df1fa01 ssh-agent -k [2023-01-26T03:44:57.871Z] unset SSH_AUTH_SOCK; [2023-01-26T03:44:57.871Z] unset SSH_AGENT_PID; [2023-01-26T03:44:57.871Z] echo Agent pid 38 killed; [2023-01-26T03:44:57.882Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-26T03:44:58.176Z] + git semver [Pipeline] } [2023-01-26T03:44:58.444Z] $ docker stop --time=1 5bf2b8435a45fbf0f3b69d8adcbe5fd301b25e83609d95482472b5235df1fa01 [2023-01-26T03:44:59.747Z] $ docker rm -f --volumes 5bf2b8435a45fbf0f3b69d8adcbe5fd301b25e83609d95482472b5235df1fa01 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-26T03:45:00.076Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-26T03:45:00.076Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:45:00.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-26T03:45:00.368Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:45:00.436Z] prd-ubuntu20.04-docker-8c-8g-3727 does not seem to be running inside a container [2023-01-26T03:45:00.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 [2023-01-26T03:45:00.791Z] $ docker top 518ca3f6922800f5bfb799d7aacf59c790f7f965c5381791d0f796a18ab16d92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-26T03:45:00.887Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-26T03:45:00.887Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-26T03:45:00.998Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-26T03:45:00.999Z] $ docker exec 518ca3f6922800f5bfb799d7aacf59c790f7f965c5381791d0f796a18ab16d92 ssh-agent [2023-01-26T03:45:01.104Z] SSH_AUTH_SOCK=/tmp/ssh-VX2CQOV9k8tf/agent.32 [2023-01-26T03:45:01.104Z] SSH_AGENT_PID=38 [2023-01-26T03:45:01.108Z] Running ssh-add (command line suppressed) [2023-01-26T03:45:01.199Z] Identity added: /w/workspace/edgex-go/387@tmp/private_key_17160892476102155249.key (/w/workspace/edgex-go/387@tmp/private_key_17160892476102155249.key) [2023-01-26T03:45:01.215Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-26T03:45:01.498Z] + git semver push [2023-01-26T03:45:01.755Z] 2023-01-26 03:45:01,679 [run_push] DEBUG push [2023-01-26T03:45:01.755Z] 2023-01-26 03:45:01,680 [execute] INFO git cat-file --batch-check [2023-01-26T03:45:01.755Z] 2023-01-26 03:45:01,680 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/387/.semver, universal_newlines=False, shell=None, istream=) [2023-01-26T03:45:01.755Z] 2023-01-26 03:45:01,684 [execute] INFO git rev-list df4705b529d1c088813a0c54ff4d39c472856630 -- [2023-01-26T03:45:01.755Z] 2023-01-26 03:45:01,684 [execute] DEBUG Popen(['git', 'rev-list', 'df4705b529d1c088813a0c54ff4d39c472856630', '--'], cwd=/w/workspace/edgex-go/387/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-26T03:45:01.755Z] 2023-01-26 03:45:01,698 [execute] INFO git fetch -v origin [2023-01-26T03:45:01.755Z] 2023-01-26 03:45:01,698 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/387/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-26T03:45:02.691Z] 2023-01-26 03:45:02,405 [run_push] DEBUG no remote changes detected [2023-01-26T03:45:02.691Z] 2023-01-26 03:45:02,406 [execute] INFO git push origin semver [2023-01-26T03:45:02.691Z] 2023-01-26 03:45:02,406 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/387/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-26T03:45:03.628Z] 2023-01-26 03:45:03,290 [run_push] DEBUG push all version tags [2023-01-26T03:45:03.628Z] 2023-01-26 03:45:03,291 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-26T03:45:03.628Z] 2023-01-26 03:45:03,291 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/387, universal_newlines=False, shell=None, istream=None) [2023-01-26T03:45:04.195Z] 2023-01-26 03:45:04,172 [read_version] DEBUG read version from /w/workspace/edgex-go/387/.semver/main [2023-01-26T03:45:04.195Z] 3.0.0-dev.30 [Pipeline] } [2023-01-26T03:45:04.201Z] $ docker exec --env ******** --env ******** 518ca3f6922800f5bfb799d7aacf59c790f7f965c5381791d0f796a18ab16d92 ssh-agent -k [2023-01-26T03:45:04.291Z] unset SSH_AUTH_SOCK; [2023-01-26T03:45:04.291Z] unset SSH_AGENT_PID; [2023-01-26T03:45:04.291Z] echo Agent pid 38 killed; [2023-01-26T03:45:04.304Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-26T03:45:04.607Z] + git semver [Pipeline] } [2023-01-26T03:45:04.878Z] $ docker stop --time=1 518ca3f6922800f5bfb799d7aacf59c790f7f965c5381791d0f796a18ab16d92 [2023-01-26T03:45:06.147Z] $ docker rm -f --volumes 518ca3f6922800f5bfb799d7aacf59c790f7f965c5381791d0f796a18ab16d92 [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 [2023-01-26T03:45:06.753Z] + [ -d /w/workspace/edgex-go/387/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:45:07.140Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:45:08.004Z] ---> package-listing.sh [2023-01-26T03:45:08.004Z] ++ facter osfamily [2023-01-26T03:45:08.004Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-26T03:45:08.263Z] + OS_FAMILY=debian [2023-01-26T03:45:08.263Z] + workspace=/w/workspace/edgex-go/387 [2023-01-26T03:45:08.263Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-26T03:45:08.263Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-26T03:45:08.263Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-26T03:45:08.263Z] + PACKAGES=/tmp/packages_start.txt [2023-01-26T03:45:08.263Z] + '[' /w/workspace/edgex-go/387 ']' [2023-01-26T03:45:08.263Z] + PACKAGES=/tmp/packages_end.txt [2023-01-26T03:45:08.263Z] + case "${OS_FAMILY}" in [2023-01-26T03:45:08.263Z] + dpkg -l [2023-01-26T03:45:08.263Z] + grep '^ii' [2023-01-26T03:45:08.263Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-26T03:45:08.263Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-26T03:45:08.263Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-26T03:45:08.263Z] + '[' /w/workspace/edgex-go/387 ']' [2023-01-26T03:45:08.263Z] + mkdir -p /w/workspace/edgex-go/387/archives/ [2023-01-26T03:45:08.263Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/387/archives/ [Pipeline] echo [2023-01-26T03:45:08.275Z] 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/387/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-26T03:45:08.553Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:45:09.113Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-26T03:45:09.113Z] [2023-01-26T03:45:09.113Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-26T03:45:09.409Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-26T03:45:09.409Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-26T03:45:09.409Z] 5eb5b503b376: Pulling fs layer [2023-01-26T03:45:09.409Z] 5c69ac0246d0: Pulling fs layer [2023-01-26T03:45:09.409Z] ec43610c2a17: Pulling fs layer [2023-01-26T03:45:09.409Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-26T03:45:09.409Z] 33b1e0a273af: Pulling fs layer [2023-01-26T03:45:09.409Z] 5d3b04190fa2: Pulling fs layer [2023-01-26T03:45:09.409Z] 2f39f015ded8: Pulling fs layer [2023-01-26T03:45:09.409Z] 3a2ae6a8a46f: Waiting [2023-01-26T03:45:09.409Z] 5d3b04190fa2: Waiting [2023-01-26T03:45:09.409Z] 2f39f015ded8: Waiting [2023-01-26T03:45:09.409Z] 5c69ac0246d0: Download complete [2023-01-26T03:45:09.409Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-26T03:45:09.409Z] 3a2ae6a8a46f: Download complete [2023-01-26T03:45:09.673Z] 33b1e0a273af: Verifying Checksum [2023-01-26T03:45:09.673Z] 33b1e0a273af: Download complete [2023-01-26T03:45:09.673Z] ec43610c2a17: Verifying Checksum [2023-01-26T03:45:09.673Z] ec43610c2a17: Download complete [2023-01-26T03:45:09.673Z] 5d3b04190fa2: Verifying Checksum [2023-01-26T03:45:09.673Z] 5d3b04190fa2: Download complete [2023-01-26T03:45:09.935Z] 5eb5b503b376: Verifying Checksum [2023-01-26T03:45:09.935Z] 5eb5b503b376: Download complete [2023-01-26T03:45:10.499Z] 2f39f015ded8: Download complete [2023-01-26T03:45:10.757Z] 5eb5b503b376: Pull complete [2023-01-26T03:45:11.014Z] 5c69ac0246d0: Pull complete [2023-01-26T03:45:11.272Z] ec43610c2a17: Pull complete [2023-01-26T03:45:11.272Z] 3a2ae6a8a46f: Pull complete [2023-01-26T03:45:11.529Z] 33b1e0a273af: Pull complete [2023-01-26T03:45:11.529Z] 5d3b04190fa2: Pull complete [2023-01-26T03:45:15.712Z] 2f39f015ded8: Pull complete [2023-01-26T03:45:15.712Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-26T03:45:15.712Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-26T03:45:15.712Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-26T03:45:15.787Z] prd-ubuntu20.04-docker-8c-8g-3727 does not seem to be running inside a container [2023-01-26T03:45:15.813Z] $ 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/387/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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 [2023-01-26T03:45:18.743Z] $ docker top 4b8a4bb830511f8518377ac605dfc3da51cc454898b6a1c2ad1bc4606d735ddc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-26T03:45:19.083Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-26T03:45:19.366Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-26T03:45:19.649Z] + ls /var/log/sa-host [2023-01-26T03:45:19.649Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-26T03:45:19.791Z] provisioning config files... [2023-01-26T03:45:19.799Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/387@tmp/config7065741721593373297tmp [Pipeline] { [Pipeline] echo [2023-01-26T03:45:19.812Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:45:20.096Z] ---> create-netrc.sh [Pipeline] } [2023-01-26T03:45:20.103Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:45:20.441Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-26T03:45:20.452Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:45:20.736Z] ---> sudo-logs.sh [2023-01-26T03:45:20.736Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-26T03:45:20.761Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:45:21.040Z] ---> job-cost.sh [2023-01-26T03:45:21.040Z] lf-activate-venv: SKIPPING [2023-01-26T03:45:21.040Z] DEBUG: total: 0.10999999940395355 [2023-01-26T03:45:21.041Z] INFO: Retrieving Stack Cost... [2023-01-26T03:45:21.298Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-26T03:45:21.866Z] INFO: Archiving Costs [Pipeline] echo [2023-01-26T03:45:21.879Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-26T03:45:22.162Z] ---> logs-deploy.sh [2023-01-26T03:45:22.162Z] lf-activate-venv: SKIPPING [2023-01-26T03:45:22.162Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/387 [2023-01-26T03:45:22.162Z] INFO: archiving workspace using pattern(s): [2023-01-26T03:45:23.099Z] Archives upload complete. [2023-01-26T03:45:23.357Z] INFO: archiving logs to Nexus [2023-01-26T03:45:23.925Z] ---> uname -a: [2023-01-26T03:45:23.925Z] Linux prd-ubuntu20-04-docker-8c-8g-3727 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-26T03:45:23.925Z] [2023-01-26T03:45:23.925Z] [2023-01-26T03:45:23.925Z] ---> lscpu: [2023-01-26T03:45:23.925Z] Architecture: x86_64 [2023-01-26T03:45:23.925Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-26T03:45:23.925Z] Byte Order: Little Endian [2023-01-26T03:45:23.925Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-26T03:45:23.925Z] CPU(s): 8 [2023-01-26T03:45:23.925Z] On-line CPU(s) list: 0-7 [2023-01-26T03:45:23.925Z] Thread(s) per core: 1 [2023-01-26T03:45:23.925Z] Core(s) per socket: 1 [2023-01-26T03:45:23.925Z] Socket(s): 8 [2023-01-26T03:45:23.925Z] NUMA node(s): 1 [2023-01-26T03:45:23.925Z] Vendor ID: AuthenticAMD [2023-01-26T03:45:23.925Z] CPU family: 23 [2023-01-26T03:45:23.925Z] Model: 49 [2023-01-26T03:45:23.925Z] Model name: AMD EPYC-Rome Processor [2023-01-26T03:45:23.925Z] Stepping: 0 [2023-01-26T03:45:23.925Z] CPU MHz: 2799.998 [2023-01-26T03:45:23.925Z] BogoMIPS: 5599.99 [2023-01-26T03:45:23.925Z] Virtualization: AMD-V [2023-01-26T03:45:23.925Z] Hypervisor vendor: KVM [2023-01-26T03:45:23.925Z] Virtualization type: full [2023-01-26T03:45:23.925Z] L1d cache: 256 KiB [2023-01-26T03:45:23.925Z] L1i cache: 256 KiB [2023-01-26T03:45:23.925Z] L2 cache: 4 MiB [2023-01-26T03:45:23.925Z] L3 cache: 128 MiB [2023-01-26T03:45:23.925Z] NUMA node0 CPU(s): 0-7 [2023-01-26T03:45:23.925Z] Vulnerability Itlb multihit: Not affected [2023-01-26T03:45:23.925Z] Vulnerability L1tf: Not affected [2023-01-26T03:45:23.925Z] Vulnerability Mds: Not affected [2023-01-26T03:45:23.925Z] Vulnerability Meltdown: Not affected [2023-01-26T03:45:23.925Z] Vulnerability Mmio stale data: Not affected [2023-01-26T03:45:23.925Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-26T03:45:23.925Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-26T03:45:23.925Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-26T03:45:23.925Z] Vulnerability Srbds: Not affected [2023-01-26T03:45:23.925Z] Vulnerability Tsx async abort: Not affected [2023-01-26T03:45:23.925Z] 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 [2023-01-26T03:45:23.925Z] [2023-01-26T03:45:23.925Z] [2023-01-26T03:45:23.925Z] ---> nproc: [2023-01-26T03:45:23.925Z] 8 [2023-01-26T03:45:23.925Z] [2023-01-26T03:45:23.925Z] [2023-01-26T03:45:23.925Z] ---> df -h: [2023-01-26T03:45:23.925Z] Filesystem Size Used Avail Use% Mounted on [2023-01-26T03:45:23.925Z] overlay 155G 20G 136G 13% / [2023-01-26T03:45:23.925Z] tmpfs 64M 0 64M 0% /dev [2023-01-26T03:45:23.926Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-26T03:45:23.926Z] shm 64M 0 64M 0% /dev/shm [2023-01-26T03:45:23.926Z] /dev/vda1 155G 20G 136G 13% /facter-os [2023-01-26T03:45:23.926Z] [2023-01-26T03:45:23.926Z] [2023-01-26T03:45:23.926Z] ---> sar -b -r -n DEV: [2023-01-26T03:45:23.926Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3727) 01/26/23 _x86_64_ (8 CPU) [2023-01-26T03:45:23.926Z] [2023-01-26T03:45:23.926Z] 03:16:31 LINUX RESTART (8 CPU) [2023-01-26T03:45:23.926Z] [2023-01-26T03:45:23.926Z] 03:17:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-01-26T03:45:23.926Z] 03:18:01 151.74 12.32 139.42 0.00 1843.21 73412.24 0.00 [2023-01-26T03:45:23.926Z] 03:19:01 37.01 0.08 36.93 0.00 6.93 13227.92 0.00 [2023-01-26T03:45:23.926Z] 03:20:01 79.07 0.22 78.85 0.00 11.86 31071.64 0.00 [2023-01-26T03:45:23.926Z] 03:21:01 423.13 8.40 414.73 0.00 77.20 150731.20 0.00 [2023-01-26T03:45:23.926Z] 03:22:01 525.57 10.33 515.24 0.00 2883.97 244451.05 0.00 [2023-01-26T03:45:23.926Z] 03:23:01 826.21 3.40 822.81 0.00 2309.08 258712.21 0.00 [2023-01-26T03:45:23.926Z] 03:24:01 827.43 0.32 827.11 0.00 21.46 152480.45 0.00 [2023-01-26T03:45:23.926Z] 03:25:01 91.40 0.18 91.22 0.00 18.93 8929.58 0.00 [2023-01-26T03:45:23.926Z] 03:26:01 14.30 0.00 14.30 0.00 0.00 334.08 0.00 [2023-01-26T03:45:23.926Z] 03:27:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 [2023-01-26T03:45:23.926Z] 03:28:01 1.20 0.00 1.20 0.00 0.00 13.06 0.00 [2023-01-26T03:45:23.926Z] 03:29:01 1.35 0.00 1.35 0.00 0.00 19.73 0.00 [2023-01-26T03:45:23.926Z] 03:30:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 [2023-01-26T03:45:23.926Z] 03:31:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 [2023-01-26T03:45:23.926Z] 03:32:01 3.57 1.62 1.95 0.00 36.53 27.86 0.00 [2023-01-26T03:45:23.926Z] 03:33:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 [2023-01-26T03:45:23.926Z] 03:34:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 [2023-01-26T03:45:23.926Z] 03:35:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 [2023-01-26T03:45:23.926Z] 03:36:01 1.17 0.00 1.17 0.00 0.00 13.46 0.00 [2023-01-26T03:45:23.926Z] 03:37:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 [2023-01-26T03:45:23.926Z] 03:38:01 1.17 0.00 1.17 0.00 0.00 13.46 0.00 [2023-01-26T03:45:23.926Z] 03:39:01 1.23 0.00 1.23 0.00 0.00 14.26 0.00 [2023-01-26T03:45:23.926Z] 03:40:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 [2023-01-26T03:45:23.926Z] 03:41:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 [2023-01-26T03:45:23.926Z] 03:42:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 [2023-01-26T03:45:23.926Z] 03:43:01 1.15 0.00 1.15 0.00 0.00 13.86 0.00 [2023-01-26T03:45:23.926Z] 03:44:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 [2023-01-26T03:45:23.926Z] 03:45:01 124.38 0.20 124.18 0.00 16.53 56901.85 0.00 [2023-01-26T03:45:23.926Z] Average: 111.55 1.32 110.24 0.00 257.13 35352.91 0.00 [2023-01-26T03:45:23.926Z] [2023-01-26T03:45:23.926Z] 03:17:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-01-26T03:45:23.926Z] 03:18:01 28544200 31585564 720348 2.19 111788 3168732 1921852 5.66 1091192 2840872 588 [2023-01-26T03:45:23.926Z] 03:19:01 27582880 31104904 1195164 3.63 115784 3597676 2292768 6.76 1669832 3169244 186852 [2023-01-26T03:45:23.926Z] 03:20:01 25435028 31461908 837696 2.55 118056 6038440 2609184 7.69 1618384 5307340 2371444 [2023-01-26T03:45:23.926Z] 03:21:01 22380248 31507028 775748 2.36 286472 8631260 1881656 5.55 2085696 7534456 1599064 [2023-01-26T03:45:23.926Z] 03:22:01 20969032 31362712 901876 2.74 310140 9904172 2557476 7.54 2290472 8746188 69284 [2023-01-26T03:45:23.926Z] 03:23:01 18975036 31202612 1050448 3.19 341584 11605636 2616928 7.71 2764260 10158060 230544 [2023-01-26T03:45:23.926Z] 03:24:01 19453536 31465660 798768 2.43 372228 11355412 2117480 6.24 2423148 10029404 19224 [2023-01-26T03:45:23.926Z] 03:25:01 19846388 31518872 748800 2.28 374708 11025064 1966568 5.80 2385368 9690988 684 [2023-01-26T03:45:23.926Z] 03:26:01 19858036 31530812 736996 2.24 375060 11025144 1838392 5.42 2373992 9690892 4 [2023-01-26T03:45:23.926Z] 03:27:01 19857964 31530916 736936 2.24 375084 11025148 1838392 5.42 2373248 9691052 188 [2023-01-26T03:45:23.926Z] 03:28:01 19865684 31538668 729380 2.22 375096 11025152 1838392 5.42 2364984 9691056 28 [2023-01-26T03:45:23.926Z] 03:29:01 19867864 31540868 727132 2.21 375124 11025136 1838392 5.42 2362716 9691056 176 [2023-01-26T03:45:23.926Z] 03:30:01 19868636 31541820 726476 2.21 375132 11025156 1838392 5.42 2362008 9691208 32 [2023-01-26T03:45:23.926Z] 03:31:01 19868368 31541568 726660 2.21 375148 11025160 1838392 5.42 2362076 9691212 168 [2023-01-26T03:45:23.926Z] 03:32:01 19852436 31527864 740544 2.25 375184 11026228 1873536 5.52 2377256 9691492 112 [2023-01-26T03:45:23.926Z] 03:33:01 19853144 31528592 739796 2.25 375188 11026232 1873536 5.52 2376548 9691484 176 [2023-01-26T03:45:23.926Z] 03:34:01 19853600 31529056 739272 2.25 375192 11026236 1873536 5.52 2376376 9691488 4 [2023-01-26T03:45:23.926Z] 03:35:01 19853552 31529016 739236 2.25 375208 11026236 1873536 5.52 2376376 9691488 144 [2023-01-26T03:45:23.926Z] 03:36:01 19853244 31528728 739448 2.25 375232 11026240 1873536 5.52 2376412 9691492 12 [2023-01-26T03:45:23.926Z] 03:37:01 19853428 31529060 739404 2.25 375240 11026240 1873536 5.52 2376436 9691608 188 [2023-01-26T03:45:23.926Z] 03:38:01 19853396 31529044 739352 2.25 375264 11026244 1873536 5.52 2376292 9691620 32 [2023-01-26T03:45:23.926Z] 03:39:01 19853340 31529020 739344 2.25 375284 11026248 1873536 5.52 2376336 9691624 140 [2023-01-26T03:45:23.926Z] 03:40:01 19853040 31528740 739556 2.25 375308 11026252 1873536 5.52 2376372 9691624 20 [2023-01-26T03:45:23.926Z] 03:41:01 19853244 31528980 739248 2.25 375336 11026260 1873536 5.52 2376424 9691628 4 [2023-01-26T03:45:23.926Z] 03:42:01 19853220 31528988 739300 2.25 375352 11026252 1873536 5.52 2376500 9691628 16 [2023-01-26T03:45:23.926Z] 03:43:01 19853140 31528984 739236 2.25 375364 11026328 1873536 5.52 2376460 9691700 140 [2023-01-26T03:45:23.926Z] 03:44:01 19852840 31528720 739444 2.25 375396 11026332 1856836 5.47 2376472 9691704 24 [2023-01-26T03:45:23.926Z] 03:45:01 18322176 31479008 783640 2.38 423000 12334784 1919636 5.66 2531184 10937604 672 [2023-01-26T03:45:23.926Z] Average: 20670954 31492418 778902 2.37 342248 10255479 1973327 5.82 2284029 9019686 159999 [2023-01-26T03:45:23.926Z] [2023-01-26T03:45:23.926Z] 03:17:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-01-26T03:45:23.926Z] 03:18:01 docker0 326.39 320.86 28.03 3468.58 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:18:01 lo 4.88 4.88 0.47 0.47 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:18:01 veth8ff9cd4 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:18:01 ens3 917.88 865.33 12128.98 117.22 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:19:01 docker0 1.37 1.40 0.09 0.12 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:19:01 veth3f3e74b 1.37 1.55 0.11 0.13 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:19:01 ens3 31.42 21.56 27.51 13.72 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:20:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:20:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:20:01 vethf633599 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:20:01 ens3 106.18 83.67 1709.79 113.90 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:21:01 docker0 696.15 1051.82 52.71 6065.61 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:21:01 vethf633599 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:21:01 ens3 1063.00 703.77 6074.51 67.31 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:22:01 vethd65e8df 10.66 15.31 1.04 5.19 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:22:01 docker0 15.23 23.66 1.19 126.65 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:22:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:22:01 vethf633599 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:22:01 vetha2d8bc0 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:22:01 ens3 128.99 81.71 1572.94 16.26 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:23:01 veth15f3f21 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:23:01 docker0 88.85 152.49 7.20 1489.51 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:23:01 lo 0.93 0.93 0.08 0.08 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:23:01 vethc01c9dd 3.08 4.22 0.30 1.90 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:23:01 vethce5b439 0.02 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:23:01 vethcef8bc5 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:23:01 vethf633599 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:23:01 ens3 268.59 145.36 2942.04 28.55 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:24:01 docker0 93.63 149.59 7.58 1347.86 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:24:01 vethf633599 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:24:01 ens3 197.35 124.73 1385.30 29.80 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:25:01 docker0 4.28 7.67 0.28 91.75 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:25:01 lo 48.26 48.26 4.75 4.75 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:25:01 ens3 486.45 503.73 332.21 2247.73 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:26:01 lo 14.86 14.86 1.47 1.47 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:26:01 ens3 212.16 214.31 91.43 1134.59 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:27:01 ens3 0.62 0.52 0.34 0.27 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:30:01 ens3 1.32 0.85 3.92 0.06 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:32:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:32:01 ens3 7.80 6.82 5.16 6.33 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:34:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:36:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:37:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:38:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:42:01 ens3 0.13 0.08 0.07 0.06 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:43:01 ens3 0.25 0.18 0.23 0.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:44:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:45:01 docker0 35.96 54.26 3.18 587.70 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:45:01 lo 2.47 2.47 0.24 0.24 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:45:01 vethd44b433 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] 03:45:01 ens3 375.27 295.50 7813.25 60.18 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] Average: docker0 44.89 62.76 3.57 468.80 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] Average: lo 2.68 2.68 0.26 0.26 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] Average: vethd44b433 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] Average: ens3 135.18 108.43 1210.87 137.01 0.00 0.00 0.00 0.00 [2023-01-26T03:45:23.926Z] [2023-01-26T03:45:23.926Z] [2023-01-26T03:45:23.926Z] ---> sar -P ALL: [2023-01-26T03:45:23.926Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3727) 01/26/23 _x86_64_ (8 CPU) [2023-01-26T03:45:23.926Z] [2023-01-26T03:45:23.926Z] 03:16:31 LINUX RESTART (8 CPU) [2023-01-26T03:45:23.926Z] [2023-01-26T03:45:23.926Z] 03:17:02 CPU %user %nice %system %iowait %steal %idle [2023-01-26T03:45:23.926Z] 03:18:01 all 9.95 0.00 3.94 2.77 0.06 83.26 [2023-01-26T03:45:23.926Z] 03:18:01 0 11.50 0.00 5.31 5.46 0.07 77.66 [2023-01-26T03:45:23.926Z] 03:18:01 1 9.62 0.00 3.57 0.63 0.05 86.13 [2023-01-26T03:45:23.926Z] 03:18:01 2 8.93 0.00 3.52 0.07 0.07 87.41 [2023-01-26T03:45:23.926Z] 03:18:01 3 9.94 0.00 4.46 0.35 0.07 85.18 [2023-01-26T03:45:23.926Z] 03:18:01 4 12.92 0.00 3.35 1.58 0.05 82.10 [2023-01-26T03:45:23.926Z] 03:18:01 5 7.51 0.00 4.30 12.55 0.07 75.57 [2023-01-26T03:45:23.926Z] 03:18:01 6 8.64 0.00 3.70 1.48 0.05 86.13 [2023-01-26T03:45:23.926Z] 03:18:01 7 10.59 0.00 3.34 0.07 0.09 85.92 [2023-01-26T03:45:23.926Z] 03:19:01 all 44.35 0.00 6.29 0.52 0.08 48.76 [2023-01-26T03:45:23.926Z] 03:19:01 0 44.35 0.00 6.34 2.99 0.07 46.25 [2023-01-26T03:45:23.926Z] 03:19:01 1 43.61 0.00 5.64 0.35 0.08 50.31 [2023-01-26T03:45:23.926Z] 03:19:01 2 43.74 0.00 6.08 0.00 0.07 50.11 [2023-01-26T03:45:23.926Z] 03:19:01 3 43.88 0.00 6.29 0.10 0.08 49.65 [2023-01-26T03:45:23.926Z] 03:19:01 4 44.11 0.00 6.42 0.29 0.08 49.10 [2023-01-26T03:45:23.926Z] 03:19:01 5 45.41 0.00 5.82 0.35 0.07 48.35 [2023-01-26T03:45:23.926Z] 03:19:01 6 45.36 0.00 7.49 0.00 0.08 47.07 [2023-01-26T03:45:23.926Z] 03:19:01 7 44.38 0.00 6.21 0.10 0.08 49.23 [2023-01-26T03:45:23.926Z] 03:20:01 all 29.01 0.00 6.58 1.41 0.08 62.92 [2023-01-26T03:45:23.926Z] 03:20:01 0 29.24 0.00 7.14 1.62 0.08 61.92 [2023-01-26T03:45:23.926Z] 03:20:01 1 29.46 0.00 6.82 8.33 0.09 55.31 [2023-01-26T03:45:23.926Z] 03:20:01 2 26.53 0.00 5.50 0.00 0.07 67.90 [2023-01-26T03:45:23.926Z] 03:20:01 3 29.93 0.00 6.60 0.05 0.07 63.36 [2023-01-26T03:45:23.926Z] 03:20:01 4 28.77 0.00 6.59 0.24 0.08 64.32 [2023-01-26T03:45:23.926Z] 03:20:01 5 29.08 0.00 7.23 0.88 0.08 62.72 [2023-01-26T03:45:23.926Z] 03:20:01 6 30.03 0.00 5.82 0.02 0.07 64.07 [2023-01-26T03:45:23.926Z] 03:20:01 7 29.05 0.00 6.91 0.19 0.07 63.78 [2023-01-26T03:45:23.926Z] 03:21:01 all 12.19 0.00 6.39 10.00 0.09 71.33 [2023-01-26T03:45:23.926Z] 03:21:01 0 12.28 0.00 6.04 8.16 0.15 73.37 [2023-01-26T03:45:23.926Z] 03:21:01 1 12.38 0.00 7.05 17.96 0.08 62.53 [2023-01-26T03:45:23.926Z] 03:21:01 2 12.09 0.00 5.31 14.25 0.10 68.24 [2023-01-26T03:45:23.926Z] 03:21:01 3 12.37 0.00 6.62 5.69 0.08 75.23 [2023-01-26T03:45:23.926Z] 03:21:01 4 12.35 0.00 6.44 8.18 0.05 72.98 [2023-01-26T03:45:23.926Z] 03:21:01 5 10.60 0.00 6.59 6.93 0.07 75.82 [2023-01-26T03:45:23.926Z] 03:21:01 6 13.17 0.00 6.26 11.52 0.07 68.98 [2023-01-26T03:45:23.926Z] 03:21:01 7 12.30 0.00 6.85 7.29 0.10 73.46 [2023-01-26T03:45:23.926Z] 03:22:01 all 49.24 0.00 10.14 7.01 0.16 33.45 [2023-01-26T03:45:23.926Z] 03:22:01 0 49.46 0.00 9.80 2.60 0.19 37.95 [2023-01-26T03:45:23.926Z] 03:22:01 1 49.59 0.00 10.63 1.20 0.15 38.43 [2023-01-26T03:45:23.927Z] 03:22:01 2 50.11 0.00 11.34 32.14 0.10 6.31 [2023-01-26T03:45:23.927Z] 03:22:01 3 49.38 0.00 9.74 1.15 0.12 39.61 [2023-01-26T03:45:23.927Z] 03:22:01 4 47.40 0.00 11.43 5.80 0.24 35.13 [2023-01-26T03:45:23.927Z] 03:22:01 5 49.37 0.00 9.11 6.84 0.12 34.56 [2023-01-26T03:45:23.927Z] 03:22:01 6 48.84 0.00 9.65 2.69 0.17 38.65 [2023-01-26T03:45:23.927Z] 03:22:01 7 49.72 0.00 9.44 3.78 0.22 36.84 [2023-01-26T03:45:23.927Z] 03:23:01 all 34.51 0.00 10.57 18.27 0.20 36.45 [2023-01-26T03:45:23.927Z] 03:23:01 0 35.79 0.00 10.73 18.06 0.12 35.30 [2023-01-26T03:45:23.927Z] 03:23:01 1 34.67 0.00 10.25 31.90 0.29 22.88 [2023-01-26T03:45:23.927Z] 03:23:01 2 37.22 0.00 11.90 14.57 0.34 35.97 [2023-01-26T03:45:23.927Z] 03:23:01 3 34.58 0.00 8.97 8.85 0.12 47.49 [2023-01-26T03:45:23.927Z] 03:23:01 4 33.65 0.00 10.44 12.43 0.20 43.28 [2023-01-26T03:45:23.927Z] 03:23:01 5 31.93 0.00 11.48 12.09 0.12 44.38 [2023-01-26T03:45:23.927Z] 03:23:01 6 33.40 0.00 10.33 37.17 0.29 18.81 [2023-01-26T03:45:23.927Z] 03:23:01 7 34.84 0.00 10.44 11.14 0.14 43.45 [2023-01-26T03:45:23.927Z] 03:24:01 all 45.88 0.00 10.66 9.82 0.20 33.44 [2023-01-26T03:45:23.927Z] 03:24:01 0 44.50 0.00 10.43 5.42 0.15 39.49 [2023-01-26T03:45:23.927Z] 03:24:01 1 45.19 0.00 9.87 8.04 0.30 36.61 [2023-01-26T03:45:23.927Z] 03:24:01 2 48.21 0.00 10.85 7.86 0.14 32.94 [2023-01-26T03:45:23.927Z] 03:24:01 3 45.21 0.00 11.09 7.06 0.19 36.45 [2023-01-26T03:45:23.927Z] 03:24:01 4 45.03 0.00 10.27 13.43 0.17 31.10 [2023-01-26T03:45:23.927Z] 03:24:01 5 47.73 0.00 10.53 9.86 0.10 31.78 [2023-01-26T03:45:23.927Z] 03:24:01 6 46.75 0.00 10.43 6.41 0.12 36.28 [2023-01-26T03:45:23.927Z] 03:24:01 7 44.37 0.00 11.81 20.64 0.40 22.78 [2023-01-26T03:45:23.927Z] 03:25:01 all 7.86 0.00 1.47 0.45 0.06 90.15 [2023-01-26T03:45:23.927Z] 03:25:01 0 8.31 0.00 1.74 0.94 0.03 88.98 [2023-01-26T03:45:23.927Z] 03:25:01 1 9.78 0.00 1.37 0.15 0.07 88.63 [2023-01-26T03:45:23.927Z] 03:25:01 2 9.42 0.00 1.74 0.07 0.07 88.71 [2023-01-26T03:45:23.927Z] 03:25:01 3 8.80 0.00 1.82 0.07 0.07 89.24 [2023-01-26T03:45:23.927Z] 03:25:01 4 5.70 0.00 1.12 0.02 0.05 93.11 [2023-01-26T03:45:23.927Z] 03:25:01 5 6.15 0.00 0.95 0.08 0.05 92.77 [2023-01-26T03:45:23.927Z] 03:25:01 6 8.52 0.00 1.46 0.15 0.05 89.82 [2023-01-26T03:45:23.927Z] 03:25:01 7 6.23 0.00 1.60 2.14 0.08 89.95 [2023-01-26T03:45:23.927Z] 03:26:01 all 3.52 0.00 0.39 0.04 0.03 96.02 [2023-01-26T03:45:23.927Z] 03:26:01 0 5.95 0.00 0.57 0.15 0.03 93.29 [2023-01-26T03:45:23.927Z] 03:26:01 1 3.74 0.00 0.48 0.02 0.03 95.73 [2023-01-26T03:45:23.927Z] 03:26:01 2 3.15 0.00 0.48 0.00 0.02 96.35 [2023-01-26T03:45:23.927Z] 03:26:01 3 3.15 0.00 0.32 0.07 0.03 96.44 [2023-01-26T03:45:23.927Z] 03:26:01 4 4.97 0.00 0.23 0.00 0.03 94.76 [2023-01-26T03:45:23.927Z] 03:26:01 5 1.69 0.00 0.23 0.00 0.02 98.06 [2023-01-26T03:45:23.927Z] 03:26:01 6 2.57 0.00 0.27 0.07 0.02 97.08 [2023-01-26T03:45:23.927Z] 03:26:01 7 2.96 0.00 0.57 0.00 0.03 96.44 [2023-01-26T03:45:23.927Z] 03:27:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2023-01-26T03:45:23.927Z] 03:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:27:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2023-01-26T03:45:23.927Z] 03:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:27:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:27:01 4 0.05 0.00 0.03 0.00 0.03 99.88 [2023-01-26T03:45:23.927Z] 03:27:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:27:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2023-01-26T03:45:23.927Z] 03:28:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2023-01-26T03:45:23.927Z] 03:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:28:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-26T03:45:23.927Z] 03:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:28:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:28:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-01-26T03:45:23.927Z] 03:28:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-01-26T03:45:23.927Z] 03:28:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:28:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-26T03:45:23.927Z] [2023-01-26T03:45:23.927Z] 03:28:01 CPU %user %nice %system %iowait %steal %idle [2023-01-26T03:45:23.927Z] 03:29:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:29:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-26T03:45:23.927Z] 03:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:29:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:29:01 4 0.02 0.00 0.07 0.02 0.02 99.88 [2023-01-26T03:45:23.927Z] 03:29:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:30:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2023-01-26T03:45:23.927Z] 03:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:30:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2023-01-26T03:45:23.927Z] 03:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:30:01 3 0.02 0.00 0.00 0.05 0.02 99.92 [2023-01-26T03:45:23.927Z] 03:30:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-01-26T03:45:23.927Z] 03:30:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-26T03:45:23.927Z] 03:30:01 6 0.03 0.00 0.00 0.02 0.02 99.93 [2023-01-26T03:45:23.927Z] 03:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:31:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-01-26T03:45:23.927Z] 03:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:31:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-26T03:45:23.927Z] 03:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:31:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2023-01-26T03:45:23.927Z] 03:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:31:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2023-01-26T03:45:23.927Z] 03:32:01 all 0.29 0.00 0.04 0.01 0.00 99.65 [2023-01-26T03:45:23.927Z] 03:32:01 0 0.12 0.00 0.05 0.00 0.02 99.82 [2023-01-26T03:45:23.927Z] 03:32:01 1 1.03 0.00 0.02 0.00 0.00 98.95 [2023-01-26T03:45:23.927Z] 03:32:01 2 0.15 0.00 0.07 0.02 0.00 99.77 [2023-01-26T03:45:23.927Z] 03:32:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2023-01-26T03:45:23.927Z] 03:32:01 4 0.25 0.00 0.05 0.02 0.02 99.67 [2023-01-26T03:45:23.927Z] 03:32:01 5 0.35 0.00 0.02 0.00 0.00 99.63 [2023-01-26T03:45:23.927Z] 03:32:01 6 0.13 0.00 0.05 0.02 0.00 99.80 [2023-01-26T03:45:23.927Z] 03:32:01 7 0.28 0.00 0.05 0.02 0.00 99.65 [2023-01-26T03:45:23.927Z] 03:33:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-01-26T03:45:23.927Z] 03:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:33:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2023-01-26T03:45:23.927Z] 03:33:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-26T03:45:23.927Z] 03:33:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:33:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-01-26T03:45:23.927Z] 03:33:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-26T03:45:23.927Z] 03:33:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:33:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-26T03:45:23.927Z] 03:34:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-01-26T03:45:23.927Z] 03:34:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-26T03:45:23.927Z] 03:34:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2023-01-26T03:45:23.927Z] 03:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:34:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:34:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2023-01-26T03:45:23.927Z] 03:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:34:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2023-01-26T03:45:23.927Z] 03:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:35:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-01-26T03:45:23.927Z] 03:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:35:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:35:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:35:01 4 0.03 0.00 0.05 0.00 0.03 99.88 [2023-01-26T03:45:23.927Z] 03:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:35:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:35:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-26T03:45:23.927Z] 03:36:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-01-26T03:45:23.927Z] 03:36:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-26T03:45:23.927Z] 03:36:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2023-01-26T03:45:23.927Z] 03:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:36:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:36:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2023-01-26T03:45:23.927Z] 03:36:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-26T03:45:23.927Z] 03:36:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2023-01-26T03:45:23.927Z] 03:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:37:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-01-26T03:45:23.927Z] 03:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-26T03:45:23.927Z] 03:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:37:01 3 0.03 0.00 0.00 0.02 0.00 99.95 [2023-01-26T03:45:23.927Z] 03:37:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2023-01-26T03:45:23.927Z] 03:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:37:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:38:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2023-01-26T03:45:23.927Z] 03:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-26T03:45:23.927Z] 03:38:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-01-26T03:45:23.927Z] 03:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:38:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2023-01-26T03:45:23.927Z] 03:38:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2023-01-26T03:45:23.927Z] 03:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:38:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:38:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-26T03:45:23.927Z] 03:39:01 all 0.24 0.00 0.01 0.00 0.00 99.75 [2023-01-26T03:45:23.927Z] 03:39:01 0 1.68 0.00 0.03 0.00 0.00 98.29 [2023-01-26T03:45:23.927Z] 03:39:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-01-26T03:45:23.927Z] 03:39:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:39:01 3 0.03 0.00 0.00 0.02 0.00 99.95 [2023-01-26T03:45:23.927Z] 03:39:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-26T03:45:23.927Z] 03:39:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2023-01-26T03:45:23.927Z] 03:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:39:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2023-01-26T03:45:23.927Z] [2023-01-26T03:45:23.927Z] 03:39:01 CPU %user %nice %system %iowait %steal %idle [2023-01-26T03:45:23.927Z] 03:40:01 all 0.27 0.00 0.01 0.00 0.01 99.72 [2023-01-26T03:45:23.927Z] 03:40:01 0 1.99 0.00 0.02 0.00 0.00 98.00 [2023-01-26T03:45:23.927Z] 03:40:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2023-01-26T03:45:23.927Z] 03:40:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:40:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-01-26T03:45:23.927Z] 03:40:01 4 0.05 0.00 0.00 0.00 0.03 99.92 [2023-01-26T03:45:23.927Z] 03:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:40:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:41:01 all 0.27 0.00 0.01 0.01 0.00 99.71 [2023-01-26T03:45:23.927Z] 03:41:01 0 1.99 0.00 0.02 0.00 0.02 97.98 [2023-01-26T03:45:23.927Z] 03:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-26T03:45:23.927Z] 03:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:41:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-01-26T03:45:23.927Z] 03:41:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-26T03:45:23.927Z] 03:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:41:01 7 0.00 0.00 0.00 0.03 0.02 99.95 [2023-01-26T03:45:23.927Z] 03:42:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2023-01-26T03:45:23.927Z] 03:42:01 0 2.00 0.00 0.02 0.00 0.03 97.95 [2023-01-26T03:45:23.927Z] 03:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-26T03:45:23.927Z] 03:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:42:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:42:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:43:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2023-01-26T03:45:23.927Z] 03:43:01 0 2.04 0.00 0.02 0.00 0.02 97.93 [2023-01-26T03:45:23.927Z] 03:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:43:01 3 0.02 0.00 0.03 0.02 0.00 99.93 [2023-01-26T03:45:23.927Z] 03:43:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-26T03:45:23.927Z] 03:43:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-26T03:45:23.927Z] 03:43:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-26T03:45:23.927Z] 03:43:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:44:01 all 0.20 0.00 0.02 0.00 0.00 99.77 [2023-01-26T03:45:23.927Z] 03:44:01 0 1.53 0.00 0.13 0.00 0.02 98.32 [2023-01-26T03:45:23.927Z] 03:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:44:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:44:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-26T03:45:23.927Z] 03:44:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-26T03:45:23.927Z] 03:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-26T03:45:23.927Z] 03:44:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-26T03:45:23.927Z] 03:45:01 all 8.74 0.00 3.87 2.30 0.07 85.03 [2023-01-26T03:45:23.927Z] 03:45:01 0 8.59 0.00 3.62 1.03 0.07 86.69 [2023-01-26T03:45:23.927Z] 03:45:01 1 9.89 0.00 3.58 0.10 0.07 86.35 [2023-01-26T03:45:23.927Z] 03:45:01 2 8.26 0.00 3.87 0.42 0.05 87.40 [2023-01-26T03:45:23.927Z] 03:45:01 3 8.15 0.00 5.03 7.33 0.10 79.38 [2023-01-26T03:45:23.927Z] 03:45:01 4 9.66 0.00 3.56 0.03 0.05 86.70 [2023-01-26T03:45:23.927Z] 03:45:01 5 8.34 0.00 3.49 1.32 0.05 86.80 [2023-01-26T03:45:23.927Z] 03:45:01 6 8.77 0.00 3.85 7.54 0.08 79.76 [2023-01-26T03:45:23.927Z] 03:45:01 7 8.21 0.00 3.98 0.70 0.07 87.05 [2023-01-26T03:45:23.927Z] Average: all 8.70 0.00 2.13 1.85 0.04 87.28 [2023-01-26T03:45:23.927Z] Average: 0 9.21 0.00 2.18 1.63 0.04 86.93 [2023-01-26T03:45:23.927Z] Average: 1 8.78 0.00 2.09 2.41 0.05 86.68 [2023-01-26T03:45:23.927Z] Average: 2 8.73 0.00 2.14 2.44 0.04 86.66 [2023-01-26T03:45:23.927Z] Average: 3 8.65 0.00 2.15 1.09 0.03 88.07 [2023-01-26T03:45:23.927Z] Average: 4 8.62 0.00 2.12 1.47 0.05 87.74 [2023-01-26T03:45:23.927Z] Average: 5 8.40 0.00 2.11 1.78 0.03 87.68 [2023-01-26T03:45:23.927Z] Average: 6 8.68 0.00 2.09 2.36 0.04 86.84 [2023-01-26T03:45:23.927Z] Average: 7 8.54 0.00 2.15 1.61 0.05 87.65 [2023-01-26T03:45:23.927Z] [2023-01-26T03:45:23.927Z] [2023-01-26T03:45:23.927Z]