Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 81c92a7234808790c4cb0e8fcc6e328e78abdf11 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-ssh5611027568649577402.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-ssh14282791755948221173.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-ssh16816069922955724714.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-ssh17869501712087533561.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-ssh13368494437347108250.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5288 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/403 [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/403 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 81c92a7234808790c4cb0e8fcc6e328e78abdf11 (main) Commit message: "fix: adjust go.mod for new bootstrap version (#4342)" > git config core.sparsecheckout # timeout=10 > git checkout -f 81c92a7234808790c4cb0e8fcc6e328e78abdf11 # timeout=10 > git rev-list --no-walk 08c6b03dd56aea21f28f845f075d885fa2173965 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-10T01:30:58.785Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-10T01:30:58.846Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-10T01:30:58.859Z] ========================================================= [2023-02-10T01:30:58.859Z] EdgeX Global Pipelines Version Info [2023-02-10T01:30:58.859Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-10T01:30:59.589Z] ------------------- [2023-02-10T01:30:59.589Z] stable info: [2023-02-10T01:30:59.589Z] ------------------- [2023-02-10T01:30:59.589Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-10T01:30:59.589Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-10T01:30:59.589Z] Message: update stable to v1.0.244 [2023-02-10T01:31:00.159Z] ------------------- [2023-02-10T01:31:00.159Z] experimental info: [2023-02-10T01:31:00.159Z] ------------------- [2023-02-10T01:31:00.159Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-10T01:31:00.159Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-10T01:31:00.159Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-10T01:31:00.354Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-10T01:31:00.372Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-10T01:31:00.383Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-10T01:31:00.395Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-10T01:31:00.409Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-10T01:31:00.419Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-10T01:31:00.433Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-10T01:31:00.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-10T01:31:00.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-10T01:31:00.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-10T01:31:00.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-10T01:31:00.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-10T01:31:00.505Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-10T01:31:00.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-10T01:31:00.527Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-10T01:31:00.539Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-10T01:31:00.551Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-10T01:31:00.562Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-10T01:31:00.573Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-10T01:31:00.585Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-10T01:31:00.600Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-10T01:31:00.610Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-10T01:31:00.625Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-10T01:31:00.639Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-10T01:31:00.649Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-10T01:31:00.662Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-10T01:31:00.673Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] echo [2023-02-10T01:31:00.685Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 81c92a7 [Pipeline] echo [2023-02-10T01:31:00.698Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-10T01:31:00.751Z] provisioning config files... [2023-02-10T01:31:00.768Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/403@tmp/config9595108613858160278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-10T01:31:01.074Z] ---> docker-login.sh [2023-02-10T01:31:01.074Z] nexus3.edgexfoundry.org:10001 [2023-02-10T01:31:01.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:31:01.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:31:01.336Z] Configure a credential helper to remove this warning. See [2023-02-10T01:31:01.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:31:01.336Z] [2023-02-10T01:31:01.336Z] Login Succeeded [2023-02-10T01:31:01.336Z] nexus3.edgexfoundry.org:10002 [2023-02-10T01:31:01.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:31:01.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:31:01.597Z] Configure a credential helper to remove this warning. See [2023-02-10T01:31:01.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:31:01.597Z] [2023-02-10T01:31:01.597Z] Login Succeeded [2023-02-10T01:31:01.597Z] nexus3.edgexfoundry.org:10003 [2023-02-10T01:31:01.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:31:01.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:31:01.597Z] Configure a credential helper to remove this warning. See [2023-02-10T01:31:01.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:31:01.597Z] [2023-02-10T01:31:01.597Z] Login Succeeded [2023-02-10T01:31:01.597Z] nexus3.edgexfoundry.org:10004 [2023-02-10T01:31:01.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:31:01.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:31:01.858Z] Configure a credential helper to remove this warning. See [2023-02-10T01:31:01.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:31:01.858Z] [2023-02-10T01:31:01.858Z] Login Succeeded [2023-02-10T01:31:01.858Z] docker.io [2023-02-10T01:31:01.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:31:02.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:31:02.119Z] Configure a credential helper to remove this warning. See [2023-02-10T01:31:02.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:31:02.119Z] [2023-02-10T01:31:02.119Z] Login Succeeded [2023-02-10T01:31:02.119Z] ---> docker-login.sh ends [Pipeline] } [2023-02-10T01:31:02.129Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-10T01:31:02.442Z] + 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-02-10T01:31:02.443Z] + dirname cmd/core-command/Dockerfile [2023-02-10T01:31:02.443Z] + cut -d/ -f2 [2023-02-10T01:31:02.443Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-10T01:31:02.443Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-10T01:31:02.443Z] + cut -d/ -f2 [2023-02-10T01:31:02.443Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-10T01:31:02.443Z] + dirname cmd/core-data/Dockerfile [2023-02-10T01:31:02.443Z] + cut -d/ -f2 [2023-02-10T01:31:02.443Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-10T01:31:02.443Z] + dirname cmd/core-metadata/Dockerfile [2023-02-10T01:31:02.443Z] + cut -d/ -f2 [2023-02-10T01:31:02.443Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-10T01:31:02.443Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-10T01:31:02.443Z] + cut -d/ -f2 [2023-02-10T01:31:02.443Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-10T01:31:02.443Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-10T01:31:02.443Z] + cut -d/ -f2 [2023-02-10T01:31:02.443Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-10T01:31:02.443Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-10T01:31:02.443Z] + cut -d/ -f2 [2023-02-10T01:31:02.443Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-10T01:31:02.443Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-10T01:31:02.443Z] + cut -d/ -f2 [2023-02-10T01:31:02.443Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-10T01:31:02.443Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-10T01:31:02.443Z] + cut -d/ -f2 [2023-02-10T01:31:02.443Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-10T01:31:02.443Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-10T01:31:02.443Z] + cut -d/ -f2 [2023-02-10T01:31:02.443Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-10T01:31:02.443Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-10T01:31:02.443Z] + cut -d/ -f2 [2023-02-10T01:31:02.443Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-10T01:31:02.443Z] + cut -d/ -f2 [2023-02-10T01:31:02.443Z] + dirname cmd/support-notifications/Dockerfile [2023-02-10T01:31:02.443Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-10T01:31:02.443Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-10T01:31:02.443Z] + cut -d/ -f2 [2023-02-10T01:31:02.443Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-10T01:31:02.502Z] 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-02-10T01:31:02.859Z] + git rev-list -1 --merges 81c92a7234808790c4cb0e8fcc6e328e78abdf11~1..81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] echo [2023-02-10T01:31:02.884Z] -----------> git rev-list -1 --merges 81c92a7234808790c4cb0e8fcc6e328e78abdf11~1..81c92a7234808790c4cb0e8fcc6e328e78abdf11 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [false] [Pipeline] sh [2023-02-10T01:31:03.181Z] + git log --format=format:%s -1 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] echo [2023-02-10T01:31:03.199Z] ========================================================= [2023-02-10T01:31:03.199Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-10T01:31:03.199Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-10T01:31:03.662Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-10T01:31:03.662Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-10T01:31:03.662Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-10T01:31:03.662Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-10T01:31:03.662Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-10T01:31:03.662Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-10T01:31:03.662Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:31:04.113Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-10T01:31:04.113Z] [2023-02-10T01:31:04.113Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:31:04.425Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-10T01:31:04.425Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-10T01:31:04.425Z] b85a868b505f: Pulling fs layer [2023-02-10T01:31:04.425Z] e2be974225ed: Pulling fs layer [2023-02-10T01:31:04.425Z] 339a4e72a1f5: Pulling fs layer [2023-02-10T01:31:04.425Z] 988bab9f4d93: Pulling fs layer [2023-02-10T01:31:04.425Z] 1469e6f7b9e6: Pulling fs layer [2023-02-10T01:31:04.425Z] eaf3925da568: Pulling fs layer [2023-02-10T01:31:04.425Z] bab4dde63d76: Pulling fs layer [2023-02-10T01:31:04.425Z] bde34c3a00c8: Pulling fs layer [2023-02-10T01:31:04.425Z] b352a97aabf1: Pulling fs layer [2023-02-10T01:31:04.425Z] 4872d77fe225: Pulling fs layer [2023-02-10T01:31:04.425Z] 5851b861e8e6: Pulling fs layer [2023-02-10T01:31:04.425Z] 1469e6f7b9e6: Waiting [2023-02-10T01:31:04.425Z] eaf3925da568: Waiting [2023-02-10T01:31:04.425Z] bab4dde63d76: Waiting [2023-02-10T01:31:04.425Z] 5851b861e8e6: Waiting [2023-02-10T01:31:04.425Z] 988bab9f4d93: Waiting [2023-02-10T01:31:04.425Z] bde34c3a00c8: Waiting [2023-02-10T01:31:04.425Z] 4872d77fe225: Waiting [2023-02-10T01:31:04.425Z] b352a97aabf1: Waiting [2023-02-10T01:31:04.425Z] e2be974225ed: Verifying Checksum [2023-02-10T01:31:04.425Z] e2be974225ed: Download complete [2023-02-10T01:31:04.425Z] 988bab9f4d93: Verifying Checksum [2023-02-10T01:31:04.425Z] 988bab9f4d93: Download complete [2023-02-10T01:31:04.695Z] 1469e6f7b9e6: Verifying Checksum [2023-02-10T01:31:04.695Z] 1469e6f7b9e6: Download complete [2023-02-10T01:31:04.695Z] eaf3925da568: Verifying Checksum [2023-02-10T01:31:04.695Z] eaf3925da568: Download complete [2023-02-10T01:31:04.695Z] 339a4e72a1f5: Verifying Checksum [2023-02-10T01:31:04.695Z] 339a4e72a1f5: Download complete [2023-02-10T01:31:04.695Z] bde34c3a00c8: Verifying Checksum [2023-02-10T01:31:04.695Z] bde34c3a00c8: Download complete [2023-02-10T01:31:04.959Z] b352a97aabf1: Download complete [2023-02-10T01:31:04.959Z] 4872d77fe225: Verifying Checksum [2023-02-10T01:31:04.959Z] 4872d77fe225: Download complete [2023-02-10T01:31:04.959Z] 5851b861e8e6: Verifying Checksum [2023-02-10T01:31:04.959Z] 5851b861e8e6: Download complete [2023-02-10T01:31:04.959Z] b85a868b505f: Verifying Checksum [2023-02-10T01:31:04.959Z] b85a868b505f: Download complete [2023-02-10T01:31:05.221Z] bab4dde63d76: Verifying Checksum [2023-02-10T01:31:05.221Z] bab4dde63d76: Download complete [2023-02-10T01:31:06.161Z] b85a868b505f: Pull complete [2023-02-10T01:31:06.421Z] e2be974225ed: Pull complete [2023-02-10T01:31:06.680Z] 339a4e72a1f5: Pull complete [2023-02-10T01:31:06.940Z] 988bab9f4d93: Pull complete [2023-02-10T01:31:07.201Z] 1469e6f7b9e6: Pull complete [2023-02-10T01:31:07.201Z] eaf3925da568: Pull complete [2023-02-10T01:31:09.109Z] bab4dde63d76: Pull complete [2023-02-10T01:31:09.110Z] bde34c3a00c8: Pull complete [2023-02-10T01:31:09.110Z] b352a97aabf1: Pull complete [2023-02-10T01:31:09.371Z] 4872d77fe225: Pull complete [2023-02-10T01:31:09.371Z] 5851b861e8e6: Pull complete [2023-02-10T01:31:09.371Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-10T01:31:09.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-10T01:31:09.371Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T01:31:09.480Z] prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container [2023-02-10T01:31:09.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-10T01:31:10.715Z] $ docker top 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa -eo pid,comm [2023-02-10T01:31:10.786Z] 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-02-10T01:31:10.786Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-10T01:31:10.829Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-10T01:31:10.829Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-10T01:31:10.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-10T01:31:10.964Z] $ docker exec 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa ssh-agent [2023-02-10T01:31:11.090Z] SSH_AUTH_SOCK=/tmp/ssh-nlUfWeOjGx4e/agent.31 [2023-02-10T01:31:11.090Z] SSH_AGENT_PID=37 [2023-02-10T01:31:11.097Z] Running ssh-add (command line suppressed) [2023-02-10T01:31:11.220Z] Identity added: /w/workspace/edgex-go/403@tmp/private_key_7983722887238677143.key (/w/workspace/edgex-go/403@tmp/private_key_7983722887238677143.key) [2023-02-10T01:31:11.236Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-10T01:31:11.527Z] + git tag --points-at HEAD [Pipeline] } [2023-02-10T01:31:11.540Z] $ docker exec --env ******** --env ******** 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa ssh-agent -k [2023-02-10T01:31:11.640Z] unset SSH_AUTH_SOCK; [2023-02-10T01:31:11.641Z] unset SSH_AGENT_PID; [2023-02-10T01:31:11.641Z] echo Agent pid 37 killed; [2023-02-10T01:31:11.651Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-10T01:31:11.674Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-10T01:31:11.674Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-10T01:31:11.788Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-10T01:31:11.792Z] $ docker exec 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa ssh-agent [2023-02-10T01:31:11.908Z] SSH_AUTH_SOCK=/tmp/ssh-rpkAtWPLuRO1/agent.68 [2023-02-10T01:31:11.908Z] SSH_AGENT_PID=74 [2023-02-10T01:31:11.914Z] Running ssh-add (command line suppressed) [2023-02-10T01:31:12.024Z] Identity added: /w/workspace/edgex-go/403@tmp/private_key_7096207688065178254.key (/w/workspace/edgex-go/403@tmp/private_key_7096207688065178254.key) [2023-02-10T01:31:12.039Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-10T01:31:12.328Z] + git semver init [2023-02-10T01:31:12.590Z] 2023-02-10 01:31:12,527 [run_init] DEBUG init version:0.0.0 force:False [2023-02-10T01:31:12.590Z] 2023-02-10 01:31:12,528 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/403/.semver [2023-02-10T01:31:12.590Z] 2023-02-10 01:31:12,528 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/403/.semver [2023-02-10T01:31:12.590Z] 2023-02-10 01:31:12,529 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/403/.semver'], cwd=/w/workspace/edgex-go/403, universal_newlines=False, shell=None, istream=None) [2023-02-10T01:31:17.879Z] 2023-02-10 01:31:17,114 [append_file] DEBUG append to file:/w/workspace/edgex-go/403/.git/info/exclude [2023-02-10T01:31:17.879Z] 2023-02-10 01:31:17,115 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/403/.semver/main with force:False [2023-02-10T01:31:17.879Z] 2023-02-10 01:31:17,115 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main [2023-02-10T01:31:17.879Z] 2023-02-10 01:31:17,115 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main [2023-02-10T01:31:17.879Z] 3.0.0-dev.44 [Pipeline] } [2023-02-10T01:31:17.889Z] $ docker exec --env ******** --env ******** 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa ssh-agent -k [2023-02-10T01:31:18.001Z] unset SSH_AUTH_SOCK; [2023-02-10T01:31:18.004Z] unset SSH_AGENT_PID; [2023-02-10T01:31:18.004Z] echo Agent pid 74 killed; [2023-02-10T01:31:18.014Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-10T01:31:18.326Z] + git semver [Pipeline] } [2023-02-10T01:31:18.600Z] $ docker stop --time=1 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa [2023-02-10T01:31:19.885Z] $ docker rm -f --volumes 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-10T01:31:20.216Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-10T01:31:20.421Z] Stashed 1 file(s) [Pipeline] echo [2023-02-10T01:31:20.424Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.44 [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-02-10T01:31:20.846Z] + git config --global --add safe.directory /w/workspace/edgex-go/403 [Pipeline] echo [2023-02-10T01:31:20.857Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-10T01:31:20.867Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-10T01:31:20.873Z] ========================================================= [2023-02-10T01:31:20.873Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-10T01:31:20.873Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-10T01:31:21.168Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-10T01:31:21.168Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-10T01:31:21.168Z] 213ec9aee27d: Pulling fs layer [2023-02-10T01:31:21.168Z] 4583459ba037: Pulling fs layer [2023-02-10T01:31:21.168Z] 93c1e223e6f2: Pulling fs layer [2023-02-10T01:31:21.168Z] 53926ce57604: Pulling fs layer [2023-02-10T01:31:21.168Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-10T01:31:21.168Z] 22ff95d597cd: Pulling fs layer [2023-02-10T01:31:21.168Z] 12d6caf4c0d1: Pulling fs layer [2023-02-10T01:31:21.168Z] 96b7cbca73a9: Pulling fs layer [2023-02-10T01:31:21.168Z] a7acece74701: Pulling fs layer [2023-02-10T01:31:21.168Z] 53926ce57604: Waiting [2023-02-10T01:31:21.168Z] 21b2b0c7a3f4: Waiting [2023-02-10T01:31:21.168Z] 22ff95d597cd: Waiting [2023-02-10T01:31:21.168Z] 12d6caf4c0d1: Waiting [2023-02-10T01:31:21.168Z] 96b7cbca73a9: Waiting [2023-02-10T01:31:21.168Z] a7acece74701: Waiting [2023-02-10T01:31:21.168Z] 93c1e223e6f2: Verifying Checksum [2023-02-10T01:31:21.168Z] 93c1e223e6f2: Download complete [2023-02-10T01:31:21.168Z] 4583459ba037: Download complete [2023-02-10T01:31:21.168Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-10T01:31:21.168Z] 21b2b0c7a3f4: Download complete [2023-02-10T01:31:21.168Z] 22ff95d597cd: Verifying Checksum [2023-02-10T01:31:21.168Z] 22ff95d597cd: Download complete [2023-02-10T01:31:21.168Z] 213ec9aee27d: Verifying Checksum [2023-02-10T01:31:21.168Z] 213ec9aee27d: Download complete [2023-02-10T01:31:21.433Z] 12d6caf4c0d1: Verifying Checksum [2023-02-10T01:31:21.433Z] 12d6caf4c0d1: Download complete [2023-02-10T01:31:21.433Z] 213ec9aee27d: Pull complete [2023-02-10T01:31:21.433Z] 4583459ba037: Pull complete [2023-02-10T01:31:21.705Z] 93c1e223e6f2: Pull complete [2023-02-10T01:31:22.760Z] 53926ce57604: Verifying Checksum [2023-02-10T01:31:22.760Z] 53926ce57604: Download complete [2023-02-10T01:31:22.760Z] a7acece74701: Verifying Checksum [2023-02-10T01:31:22.760Z] a7acece74701: Download complete [2023-02-10T01:31:23.023Z] 96b7cbca73a9: Verifying Checksum [2023-02-10T01:31:23.023Z] 96b7cbca73a9: Download complete [2023-02-10T01:31:27.209Z] 53926ce57604: Pull complete [2023-02-10T01:31:27.209Z] 21b2b0c7a3f4: Pull complete [2023-02-10T01:31:27.209Z] 22ff95d597cd: Pull complete [2023-02-10T01:31:27.209Z] 12d6caf4c0d1: Pull complete [2023-02-10T01:31:29.109Z] 96b7cbca73a9: Pull complete [2023-02-10T01:31:30.043Z] a7acece74701: Pull complete [2023-02-10T01:31:30.043Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-10T01:31:30.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-10T01:31:30.043Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-10T01:31:30.341Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-10T01:31:30.341Z] WORKDIR /edgex [2023-02-10T01:31:30.341Z] COPY go.mod . [2023-02-10T01:31:30.341Z] RUN go mod download [2023-02-10T01:31:30.341Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-10T01:31:30.909Z] Sending build context to Docker daemon 170.2MB [2023-02-10T01:31:30.909Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-10T01:31:30.909Z] ---> db6d94c90886 [2023-02-10T01:31:30.909Z] Step 2/4 : WORKDIR /edgex [2023-02-10T01:31:32.813Z] ---> Running in 086f4bc7e32f [2023-02-10T01:31:33.072Z] Removing intermediate container 086f4bc7e32f [2023-02-10T01:31:33.072Z] ---> 2705ecf2ced0 [2023-02-10T01:31:33.072Z] Step 3/4 : COPY go.mod . [2023-02-10T01:31:33.072Z] ---> 4b5ba7f883c9 [2023-02-10T01:31:33.072Z] Step 4/4 : RUN go mod download [2023-02-10T01:31:33.072Z] ---> Running in 4f5783a3e24a [2023-02-10T01:31:35.531Z] Still waiting to schedule task [2023-02-10T01:31:35.532Z] ‘prd-ubuntu18.04-docker-8c-8g-5228’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-02-10T01:31:35.532Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-5287’ is offline [2023-02-10T01:31:45.283Z] Removing intermediate container 4f5783a3e24a [2023-02-10T01:31:45.283Z] ---> a70ad83798ba [2023-02-10T01:31:45.283Z] Successfully built a70ad83798ba [2023-02-10T01:31:45.283Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:31:45.589Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-10T01:31:45.589Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T01:31:45.656Z] prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container [2023-02-10T01:31:45.687Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-10T01:31:46.118Z] $ docker top 033f726a6cd3e7939fe890b40315a29f7e7188f8019ab1f69dc3ac3db40ce822 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-10T01:31:46.456Z] + go version [2023-02-10T01:31:46.456Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-10T01:31:46.468Z] $ docker stop --time=1 033f726a6cd3e7939fe890b40315a29f7e7188f8019ab1f69dc3ac3db40ce822 [2023-02-10T01:31:47.796Z] $ docker rm -f --volumes 033f726a6cd3e7939fe890b40315a29f7e7188f8019ab1f69dc3ac3db40ce822 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:31:48.196Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-10T01:31:48.196Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T01:31:48.266Z] prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container [2023-02-10T01:31:48.298Z] $ 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/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-10T01:31:48.632Z] $ docker top afa77465918d659b703e37ad24e96e9d5ec8a35ae3c755a709438be9af3bf0a7 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-10T01:31:48.699Z] ========================================================= [2023-02-10T01:31:48.699Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-10T01:31:48.699Z] ========================================================= [Pipeline] sh [2023-02-10T01:31:48.976Z] + git config --global --add safe.directory /w/workspace/edgex-go/403 [Pipeline] fileExists [Pipeline] sh [2023-02-10T01:31:49.271Z] + make test [2023-02-10T01:31:49.272Z] go test -race -coverprofile=coverage.out ./... [2023-02-10T01:31:55.830Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-10T01:32:10.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-10T01:32:10.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.050s coverage: 28.7% of statements [2023-02-10T01:32:10.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-10T01:32:10.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-10T01:32:11.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.117s coverage: 98.5% of statements [2023-02-10T01:32:14.601Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.144s coverage: 73.2% of statements [2023-02-10T01:32:14.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-10T01:32:14.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-10T01:32:14.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-10T01:32:14.601Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.102s coverage: 54.0% of statements [2023-02-10T01:32:14.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-10T01:32:14.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-10T01:32:15.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.691s coverage: 89.2% of statements [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-10T01:32:15.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.092s coverage: 3.8% of statements [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-10T01:32:15.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.561s coverage: 95.6% of statements [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-10T01:32:15.543Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.049s coverage: 72.2% of statements [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-10T01:32:15.543Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.085s coverage: 65.9% of statements [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-10T01:32:15.543Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.060s coverage: 0.9% of statements [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-10T01:32:15.543Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.078s coverage: 29.6% of statements [2023-02-10T01:32:15.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-10T01:32:15.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 47.1% of statements [2023-02-10T01:32:15.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.086s coverage: 82.9% of statements [2023-02-10T01:32:15.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements [2023-02-10T01:32:15.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.104s coverage: 96.3% of statements [2023-02-10T01:32:15.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2023-02-10T01:32:20.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements [2023-02-10T01:32:20.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2023-02-10T01:32:27.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.264s coverage: 79.9% of statements [2023-02-10T01:32:27.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.049s coverage: 64.4% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.073s coverage: 86.9% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.054s coverage: 20.0% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 77.4% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.0% of statements [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.271s coverage: 91.2% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 63.1% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.386s coverage: 65.3% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.198s coverage: 41.0% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.088s coverage: 17.7% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.168s coverage: 92.3% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 63.2% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-10T01:32:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.114s coverage: 97.7% of statements [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-10T01:32:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-10T01:32:35.506Z] 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-02-10T01:32:57.442Z] 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-02-10T01:32:57.442Z] go vet ./... [2023-02-10T01:32:59.340Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-10T01:32:59.340Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-10T01:32:59.340Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-10T01:32:59.611Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-10T01:32:59.893Z] + ls -al . [2023-02-10T01:32:59.893Z] total 748 [2023-02-10T01:32:59.893Z] drwxrwxr-x 11 1001 1001 4096 Feb 10 01:31 . [2023-02-10T01:32:59.893Z] drwxr-xr-x 4 root root 4096 Feb 10 01:31 .. [2023-02-10T01:32:59.893Z] drwxrwxr-x 2 1001 1001 4096 Feb 10 01:30 .blubracket [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 16 Feb 10 01:30 .dockerignore [2023-02-10T01:32:59.893Z] drwxrwxr-x 8 1001 1001 4096 Feb 10 01:32 .git [2023-02-10T01:32:59.893Z] drwxrwxr-x 3 1001 1001 4096 Feb 10 01:30 .github [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 1024 Feb 10 01:30 .gitignore [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 42 Feb 10 01:30 .golangci.yml [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 87 Feb 10 01:30 .hadolint.yml [2023-02-10T01:32:59.893Z] drwxr-xr-x 3 1001 1001 4096 Feb 10 01:31 .semver [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 166 Feb 10 01:30 .sonarcloud.properties [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 1171 Feb 10 01:30 ADOPTERS.md [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 10825 Feb 10 01:30 Attribution.txt [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 73765 Feb 10 01:30 CHANGELOG.md [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 3804 Feb 10 01:30 CONTRIBUTING.md [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 677 Feb 10 01:30 GOVERNANCE.md [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 850 Feb 10 01:30 Jenkinsfile [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 10775 Feb 10 01:30 LICENSE [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 13375 Feb 10 01:30 Makefile [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 582 Feb 10 01:30 OWNERS.md [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 9403 Feb 10 01:30 README.md [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 6912 Feb 10 01:30 SECURITY.md [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 12 Feb 10 01:31 VERSION [2023-02-10T01:32:59.893Z] drwxrwxr-x 2 1001 1001 4096 Feb 10 01:30 bin [2023-02-10T01:32:59.893Z] drwxrwxr-x 17 1001 1001 4096 Feb 10 01:30 cmd [2023-02-10T01:32:59.893Z] -rw-r--r-- 1 root root 488091 Feb 10 01:32 coverage.out [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 3295 Feb 10 01:30 go.mod [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 33318 Feb 10 01:30 go.sum [2023-02-10T01:32:59.893Z] drwxrwxr-x 7 1001 1001 4096 Feb 10 01:30 internal [2023-02-10T01:32:59.893Z] drwxrwxr-x 3 1001 1001 4096 Feb 10 01:30 openapi [2023-02-10T01:32:59.893Z] drwxrwxr-x 4 1001 1001 4096 Feb 10 01:30 snap [2023-02-10T01:32:59.893Z] -rw-rw-r-- 1 1001 1001 204 Feb 10 01:30 version.go [Pipeline] sh [2023-02-10T01:33:00.272Z] + '[' -e coverage.out ] [2023-02-10T01:33:00.272Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-10T01:33:00.386Z] Stashed 1 file(s) [Pipeline] sh [2023-02-10T01:33:00.693Z] + make build [2023-02-10T01:33:00.693Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-10T01:33:15.639Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-10T01:33:15.639Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-10T01:33:16.207Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-10T01:33:17.142Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-10T01:33:25.253Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-10T01:33:26.185Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-10T01:33:27.559Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-10T01:33:28.934Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-10T01:33:29.868Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-10T01:33:30.805Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-10T01:33:33.337Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-10T01:33:34.724Z] $ docker stop --time=1 afa77465918d659b703e37ad24e96e9d5ec8a35ae3c755a709438be9af3bf0a7 [2023-02-10T01:33:36.998Z] $ docker rm -f --volumes afa77465918d659b703e37ad24e96e9d5ec8a35ae3c755a709438be9af3bf0a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:33:37.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-10T01:33:37.858Z] [2023-02-10T01:33:37.858Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:33:38.155Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-10T01:33:38.155Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-10T01:33:38.155Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-10T01:33:38.155Z] ca9280d653b3: Pulling fs layer [2023-02-10T01:33:38.155Z] 7e9c9ca2126c: Pulling fs layer [2023-02-10T01:33:38.155Z] cbdbe7a5bc2a: Download complete [2023-02-10T01:33:38.415Z] cbdbe7a5bc2a: Pull complete [2023-02-10T01:33:38.415Z] ca9280d653b3: Download complete [2023-02-10T01:33:38.980Z] 7e9c9ca2126c: Download complete [2023-02-10T01:33:38.980Z] ca9280d653b3: Pull complete [2023-02-10T01:33:42.276Z] 7e9c9ca2126c: Pull complete [2023-02-10T01:33:42.276Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-10T01:33:42.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-10T01:33:42.276Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T01:33:42.359Z] prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container [2023-02-10T01:33:42.395Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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/edgex-compose:latest cat [2023-02-10T01:33:43.488Z] $ docker top ba79fbdd7250945d8f785fd14112d4dced592398f8b3218362f88c6201d1896c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-10T01:33:43.839Z] + docker-compose build --help [2023-02-10T01:33:43.839Z] + grep parallel [2023-02-10T01:33:44.405Z] --parallel Build images in parallel. [Pipeline] } [2023-02-10T01:33:44.415Z] $ docker stop --time=1 ba79fbdd7250945d8f785fd14112d4dced592398f8b3218362f88c6201d1896c [2023-02-10T01:33:45.677Z] $ docker rm -f --volumes ba79fbdd7250945d8f785fd14112d4dced592398f8b3218362f88c6201d1896c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:33:46.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-10T01:33:46.072Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T01:33:46.142Z] prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container [2023-02-10T01:33:46.171Z] $ 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/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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-02-10T01:33:46.510Z] $ docker top 584a76d35c469b6d0b92cd2dd3eb4f382da98311ef86f4b3b485f659b68785df -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-10T01:33:46.857Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-10T01:33:47.425Z] Building core-command ... [2023-02-10T01:33:47.425Z] Building core-common-config-bootstrapper ... [2023-02-10T01:33:47.425Z] Building core-data ... [2023-02-10T01:33:47.425Z] Building core-metadata ... [2023-02-10T01:33:47.425Z] Building security-bootstrapper ... [2023-02-10T01:33:47.425Z] Building security-proxy-setup ... [2023-02-10T01:33:47.425Z] Building security-secretstore-setup ... [2023-02-10T01:33:47.425Z] Building security-spiffe-token-provider ... [2023-02-10T01:33:47.425Z] Building security-spire-agent ... [2023-02-10T01:33:47.425Z] Building security-spire-config ... [2023-02-10T01:33:47.425Z] Building security-spire-server ... [2023-02-10T01:33:47.425Z] Building support-notifications ... [2023-02-10T01:33:47.425Z] Building support-scheduler ... [2023-02-10T01:33:47.425Z] Building support-scheduler [2023-02-10T01:33:47.425Z] Building security-spiffe-token-provider [2023-02-10T01:33:47.425Z] Building core-data [2023-02-10T01:33:47.425Z] Building security-spire-config [2023-02-10T01:33:47.425Z] Building core-metadata [2023-02-10T01:34:02.301Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:34:02.301Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:34:02.301Z] ---> a70ad83798ba [2023-02-10T01:34:02.301Z] Step 3/19 : WORKDIR /edgex-go [2023-02-10T01:34:02.301Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:34:02.301Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:34:02.301Z] ---> a70ad83798ba [2023-02-10T01:34:02.301Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-10T01:34:02.301Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:34:02.301Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:34:02.301Z] ---> a70ad83798ba [2023-02-10T01:34:02.301Z] Step 3/24 : WORKDIR /edgex-go [2023-02-10T01:34:02.301Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:34:02.301Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:34:02.301Z] ---> a70ad83798ba [2023-02-10T01:34:02.301Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-10T01:34:02.301Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:34:02.301Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:34:02.301Z] ---> a70ad83798ba [2023-02-10T01:34:02.301Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-10T01:34:04.834Z] ---> Running in 00cd065135de [2023-02-10T01:34:04.834Z] ---> Running in 297b4c5d9bf0 [2023-02-10T01:34:04.834Z] ---> Running in ca71c3320a52 [2023-02-10T01:34:04.834Z] ---> Running in ad36520a8b20 [2023-02-10T01:34:04.834Z] ---> Running in ee43f6a2e722 [2023-02-10T01:34:04.834Z] Removing intermediate container ca71c3320a52 [2023-02-10T01:34:04.834Z] ---> 28cc35edd34d [2023-02-10T01:34:04.834Z] Step 4/22 : WORKDIR /edgex-go [2023-02-10T01:34:04.834Z] Removing intermediate container ee43f6a2e722 [2023-02-10T01:34:04.834Z] ---> 3d998982de03 [2023-02-10T01:34:04.834Z] Step 4/22 : WORKDIR /edgex-go [2023-02-10T01:34:04.834Z] Removing intermediate container 297b4c5d9bf0 [2023-02-10T01:34:04.834Z] ---> 801531eb1f26 [2023-02-10T01:34:04.834Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-10T01:34:04.834Z] Removing intermediate container ad36520a8b20 [2023-02-10T01:34:04.834Z] ---> 95afa98536d8 [2023-02-10T01:34:04.834Z] Step 4/24 : WORKDIR /edgex-go [2023-02-10T01:34:04.835Z] Removing intermediate container 00cd065135de [2023-02-10T01:34:04.835Z] ---> f48fc3482d23 [2023-02-10T01:34:04.835Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-10T01:34:04.835Z] ---> Running in 88dffe5ab1f0 [2023-02-10T01:34:04.835Z] ---> Running in 26cf08d43b46 [2023-02-10T01:34:04.835Z] ---> Running in 55ded2491ede [2023-02-10T01:34:04.835Z] ---> Running in 4cf91fe4f3a7 [2023-02-10T01:34:04.835Z] ---> Running in 35cfb12572e1 [2023-02-10T01:34:04.835Z] Removing intermediate container 26cf08d43b46 [2023-02-10T01:34:04.835Z] ---> d83782ee3b67 [2023-02-10T01:34:04.835Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-10T01:34:04.835Z] Removing intermediate container 88dffe5ab1f0 [2023-02-10T01:34:04.835Z] ---> 58bd4994bf64 [2023-02-10T01:34:04.835Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-10T01:34:04.835Z] ---> Running in 1c0ec328e4e1 [2023-02-10T01:34:04.835Z] ---> Running in 754f32928844 [2023-02-10T01:34:04.835Z] Removing intermediate container 55ded2491ede [2023-02-10T01:34:04.835Z] ---> b2bad79f281c [2023-02-10T01:34:04.835Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-10T01:34:04.835Z] ---> Running in 423073c2839c [2023-02-10T01:34:05.092Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:05.092Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:05.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:05.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:05.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:05.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:05.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:05.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:05.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:05.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:05.607Z] OK: 211 MiB in 51 packages [2023-02-10T01:34:05.607Z] OK: 211 MiB in 51 packages [2023-02-10T01:34:05.607Z] v3.16.3-170-gb4524a0c7b8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-10T01:34:05.607Z] v3.16.3-170-gb4524a0c7b8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-10T01:34:05.607Z] OK: 17046 distinct packages available [2023-02-10T01:34:05.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:05.867Z] OK: 211 MiB in 51 packages [2023-02-10T01:34:05.867Z] OK: 211 MiB in 51 packages [2023-02-10T01:34:05.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:06.126Z] OK: 211 MiB in 51 packages [2023-02-10T01:34:06.126Z] Removing intermediate container 35cfb12572e1 [2023-02-10T01:34:06.126Z] ---> 197a0d813ca0 [2023-02-10T01:34:06.126Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-10T01:34:06.386Z] Removing intermediate container 1c0ec328e4e1 [2023-02-10T01:34:06.386Z] ---> 442b911396d1 [2023-02-10T01:34:06.386Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-10T01:34:06.386Z] Removing intermediate container 423073c2839c [2023-02-10T01:34:06.386Z] ---> a97029a0504c [2023-02-10T01:34:06.386Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-10T01:34:06.386Z] Removing intermediate container 754f32928844 [2023-02-10T01:34:06.386Z] ---> f0c7dfc77412 [2023-02-10T01:34:06.386Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-10T01:34:06.386Z] ---> 21d7f136df4f [2023-02-10T01:34:06.386Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:34:06.386Z] ---> e6071bcd9769 [2023-02-10T01:34:06.386Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:34:06.386Z] ---> Running in 02c600e74188 [2023-02-10T01:34:06.386Z] ---> 1933cf681ae2 [2023-02-10T01:34:06.386Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:34:06.386Z] ---> Running in 6c2c47cc6787 [2023-02-10T01:34:06.386Z] Removing intermediate container 4cf91fe4f3a7 [2023-02-10T01:34:06.386Z] ---> 1c10656a8516 [2023-02-10T01:34:06.386Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-10T01:34:06.644Z] ---> Running in bc566634c56b [2023-02-10T01:34:06.644Z] ---> 314b20ca38d3 [2023-02-10T01:34:06.644Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:34:06.644Z] ---> Running in 061f29f578b6 [2023-02-10T01:34:06.644Z] ---> ddac976a9b06 [2023-02-10T01:34:06.644Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:34:06.644Z] ---> Running in 6cc0cd0532f6 [2023-02-10T01:34:17.966Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5289 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-02-10T01:34:17.978Z] Running in /w/workspace/edgex-go/403 [Pipeline] { [Pipeline] checkout [2023-02-10T01:34:18.008Z] The recommended git tool is: git [2023-02-10T01:34:23.502Z] using credential edgex-jenkins-ssh [2023-02-10T01:34:23.529Z] Cloning the remote Git repository [2023-02-10T01:34:23.582Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-10T01:34:23.665Z] > git init /w/workspace/edgex-go/403 # timeout=10 [2023-02-10T01:34:23.814Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-10T01:34:23.815Z] > git --version # timeout=10 [2023-02-10T01:34:23.841Z] > git --version # 'git version 2.25.1' [2023-02-10T01:34:23.842Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-10T01:34:23.893Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-10T01:34:38.727Z] Removing intermediate container 6c2c47cc6787 [2023-02-10T01:34:38.727Z] ---> efbed1c2b48d [2023-02-10T01:34:38.727Z] Step 8/22 : COPY . . [2023-02-10T01:34:38.727Z] Removing intermediate container 6cc0cd0532f6 [2023-02-10T01:34:38.727Z] ---> 179ee095538a [2023-02-10T01:34:38.727Z] Step 7/19 : COPY . . [2023-02-10T01:34:38.727Z] Removing intermediate container bc566634c56b [2023-02-10T01:34:38.727Z] ---> 044090b532be [2023-02-10T01:34:38.727Z] Step 8/22 : COPY . . [2023-02-10T01:34:38.727Z] Removing intermediate container 061f29f578b6 [2023-02-10T01:34:38.727Z] ---> 72235a4ea2c8 [2023-02-10T01:34:38.727Z] Step 8/24 : COPY . . [2023-02-10T01:34:38.727Z] Removing intermediate container 02c600e74188 [2023-02-10T01:34:38.727Z] ---> b870056f3f73 [2023-02-10T01:34:38.727Z] Step 7/24 : COPY . . [2023-02-10T01:34:45.651Z] Avoid second fetch [2023-02-10T01:34:45.652Z] Checking out Revision 81c92a7234808790c4cb0e8fcc6e328e78abdf11 (main) [2023-02-10T01:34:46.351Z] Commit message: "fix: adjust go.mod for new bootstrap version (#4342)" [2023-02-10T01:34:44.749Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-10T01:34:44.774Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-10T01:34:45.672Z] > git config core.sparsecheckout # timeout=10 [2023-02-10T01:34:45.688Z] > git checkout -f 81c92a7234808790c4cb0e8fcc6e328e78abdf11 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-10T01:34:47.308Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-10T01:34:47.308Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-10T01:34:47.308Z] Dload Upload Total Spent Left Speed [2023-02-10T01:34:47.308Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 230k 0 --:--:-- --:--:-- --:--:-- 230k [Pipeline] sh [2023-02-10T01:34:47.921Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-10T01:34:48.257Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-10T01:34:48.257Z] + sudo tee /etc/docker/daemon.new [2023-02-10T01:34:48.257Z] { [2023-02-10T01:34:48.257Z] "registry-mirrors": [ [2023-02-10T01:34:48.257Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-10T01:34:48.257Z] ], [2023-02-10T01:34:48.257Z] "bip": "10.250.0.254/24", [2023-02-10T01:34:48.257Z] "hosts": [ [2023-02-10T01:34:48.257Z] "tcp://0.0.0.0:5555", [2023-02-10T01:34:48.257Z] "unix:///var/run/docker.sock" [2023-02-10T01:34:48.257Z] ], [2023-02-10T01:34:48.257Z] "mtu": 1458, [2023-02-10T01:34:48.257Z] "selinux-enabled": true, [2023-02-10T01:34:48.257Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-10T01:34:48.257Z] } [Pipeline] sh [2023-02-10T01:34:48.603Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-10T01:34:48.697Z] ---> 1a7a855a4bdd [2023-02-10T01:34:48.697Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-10T01:34:48.697Z] ---> 4aa6c25cc904 [2023-02-10T01:34:48.697Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-10T01:34:48.697Z] ---> b3e782d3c161 [2023-02-10T01:34:48.697Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-10T01:34:48.697Z] ---> b94641f42330 [2023-02-10T01:34:48.697Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-10T01:34:48.697Z] ---> Running in 1a3f97739e38 [2023-02-10T01:34:48.697Z] ---> Running in 0a3f16bc8918 [2023-02-10T01:34:48.697Z] ---> Running in 3af673dd843e [2023-02-10T01:34:48.697Z] ---> b980305fc412 [2023-02-10T01:34:48.697Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-10T01:34:48.697Z] ---> Running in 9093ebb8b088 [2023-02-10T01:34:48.697Z] ---> Running in 8a2cf1035e93 [2023-02-10T01:34:48.697Z] Removing intermediate container 8a2cf1035e93 [2023-02-10T01:34:48.697Z] ---> f20f5e9e896d [2023-02-10T01:34:48.697Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-10T01:34:48.697Z] ---> Running in d87aa70aabbf [2023-02-10T01:34:48.697Z] Removing intermediate container d87aa70aabbf [2023-02-10T01:34:48.697Z] ---> 90275784cd2a [2023-02-10T01:34:48.697Z] 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-02-10T01:34:48.697Z] ---> Running in 937d57def4c6 [2023-02-10T01:34:48.697Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-10T01:34:48.933Z] + sudo service docker restart [2023-02-10T01:34:48.954Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-10T01:34:48.954Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-10T01:34:49.210Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-10T01:34:49.468Z] Removing intermediate container 937d57def4c6 [2023-02-10T01:34:49.468Z] ---> 2dfff2079ac9 [2023-02-10T01:34:49.468Z] Step 11/24 : WORKDIR /edgex-go [2023-02-10T01:34:49.468Z] ---> Running in 563398da94bf [2023-02-10T01:34:49.726Z] Removing intermediate container 563398da94bf [2023-02-10T01:34:49.726Z] ---> b84c24e3ca65 [2023-02-10T01:34:49.726Z] [2023-02-10T01:34:49.726Z] Step 12/24 : FROM alpine:3.15 [2023-02-10T01:34:49.983Z] 3.15: Pulling from library/alpine [2023-02-10T01:34:50.240Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-10T01:34:50.240Z] Status: Downloaded newer image for alpine:3.15 [2023-02-10T01:34:50.240Z] ---> c4fc93816858 [2023-02-10T01:34:50.240Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-10T01:34:50.497Z] ---> Running in 44e54194ef35 [2023-02-10T01:34:50.497Z] Removing intermediate container 44e54194ef35 [2023-02-10T01:34:50.497Z] ---> af51ba05e9c9 [2023-02-10T01:34:50.497Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-10T01:34:50.497Z] ---> Running in 108a41180a18 [2023-02-10T01:34:51.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:51.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:51.318Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-10T01:34:51.318Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-10T01:34:51.318Z] OK: 15859 distinct packages available [2023-02-10T01:34:51.318Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:51.318Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:34:51.575Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-10T01:34:51.575Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-10T01:34:51.575Z] (3/4) Installing libucontext (1.1-r0) [2023-02-10T01:34:51.575Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-10T01:34:51.575Z] Executing busybox-1.34.1-r7.trigger [2023-02-10T01:34:51.575Z] OK: 6 MiB in 18 packages [2023-02-10T01:34:52.139Z] Removing intermediate container 108a41180a18 [2023-02-10T01:34:52.139Z] ---> f69589109630 [2023-02-10T01:34:52.139Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-10T01:34:54.032Z] ---> a9b0af206eff [2023-02-10T01:34:54.032Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-10T01:34:54.290Z] ---> d2fd0ec517b5 [2023-02-10T01:34:54.290Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-10T01:34:54.290Z] ---> Running in a76a5517100d [2023-02-10T01:34:54.548Z] Removing intermediate container a76a5517100d [2023-02-10T01:34:54.548Z] ---> a9578c183acb [2023-02-10T01:34:54.548Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-10T01:34:55.112Z] ---> b3b830a5d3f6 [2023-02-10T01:34:55.112Z] Step 19/24 : WORKDIR / [2023-02-10T01:34:55.112Z] ---> Running in 59798f0a18b7 [2023-02-10T01:34:55.369Z] Removing intermediate container 59798f0a18b7 [2023-02-10T01:34:55.369Z] ---> 176acb0b7e61 [2023-02-10T01:34:55.369Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-10T01:34:55.369Z] ---> Running in b19be189b5b2 [2023-02-10T01:34:55.625Z] Removing intermediate container b19be189b5b2 [2023-02-10T01:34:55.625Z] ---> e243922ff4f4 [2023-02-10T01:34:55.625Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-10T01:34:55.625Z] ---> Running in 1dcbca7b270a [2023-02-10T01:34:55.882Z] Removing intermediate container 1dcbca7b270a [2023-02-10T01:34:55.882Z] ---> 10b12eeef1dc [2023-02-10T01:34:55.882Z] Step 22/24 : LABEL arch=x86_64 [2023-02-10T01:34:55.882Z] ---> Running in f6010fe6f538 [2023-02-10T01:34:56.139Z] Removing intermediate container f6010fe6f538 [2023-02-10T01:34:56.139Z] ---> 30b5c5b0c3bf [2023-02-10T01:34:56.139Z] Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:34:56.139Z] ---> Running in 46072b68eb8c [2023-02-10T01:34:56.396Z] Removing intermediate container 46072b68eb8c [2023-02-10T01:34:56.396Z] ---> b6b89c747916 [2023-02-10T01:34:56.396Z] Step 24/24 : LABEL version=3.0.0-dev.44 [2023-02-10T01:34:56.396Z] ---> Running in d397801e90ab [2023-02-10T01:34:56.654Z] Removing intermediate container d397801e90ab [2023-02-10T01:34:56.654Z] ---> ad29f8f69605 [2023-02-10T01:34:56.654Z] [2023-02-10T01:34:56.911Z] Successfully built ad29f8f69605 [2023-02-10T01:34:56.911Z] Successfully tagged security-spire-config:latest [2023-02-10T01:34:56.911Z]  Building security-spire-config ... done Building security-spire-server [2023-02-10T01:35:00.191Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:35:00.191Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:35:00.191Z] ---> a70ad83798ba [2023-02-10T01:35:00.191Z] Step 3/23 : WORKDIR /edgex-go [2023-02-10T01:35:00.191Z] ---> Using cache [2023-02-10T01:35:00.191Z] ---> f48fc3482d23 [2023-02-10T01:35:00.191Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-10T01:35:00.191Z] ---> Using cache [2023-02-10T01:35:00.191Z] ---> 197a0d813ca0 [2023-02-10T01:35:00.191Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-10T01:35:00.191Z] ---> Using cache [2023-02-10T01:35:00.191Z] ---> 21d7f136df4f [2023-02-10T01:35:00.191Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:35:00.191Z] ---> Using cache [2023-02-10T01:35:00.191Z] ---> b870056f3f73 [2023-02-10T01:35:00.191Z] Step 7/23 : COPY . . [2023-02-10T01:35:00.191Z] ---> Using cache [2023-02-10T01:35:00.191Z] ---> b980305fc412 [2023-02-10T01:35:00.191Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-10T01:35:00.191Z] ---> Using cache [2023-02-10T01:35:00.191Z] ---> f20f5e9e896d [2023-02-10T01:35:00.191Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-10T01:35:00.191Z] ---> Using cache [2023-02-10T01:35:00.191Z] ---> 90275784cd2a [2023-02-10T01:35:00.191Z] 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-02-10T01:35:01.561Z] ---> Running in 1cbd7268eff1 [2023-02-10T01:35:02.939Z] Removing intermediate container 1cbd7268eff1 [2023-02-10T01:35:02.939Z] ---> 7538ac45c9b7 [2023-02-10T01:35:02.939Z] Step 11/23 : WORKDIR /edgex-go [2023-02-10T01:35:02.939Z] ---> Running in 288d563d0e5f [2023-02-10T01:35:03.197Z] Removing intermediate container 288d563d0e5f [2023-02-10T01:35:03.197Z] ---> 7a2a6044dd85 [2023-02-10T01:35:03.197Z] [2023-02-10T01:35:03.197Z] Step 12/23 : FROM alpine:3.15 [2023-02-10T01:35:03.197Z] ---> c4fc93816858 [2023-02-10T01:35:03.197Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-10T01:35:03.197Z] ---> Using cache [2023-02-10T01:35:03.197Z] ---> af51ba05e9c9 [2023-02-10T01:35:03.197Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-10T01:35:03.197Z] ---> Running in 9368731a773c [2023-02-10T01:35:04.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:04.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:04.394Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-10T01:35:04.394Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-10T01:35:04.394Z] OK: 15859 distinct packages available [2023-02-10T01:35:04.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:04.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:04.651Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-10T01:35:04.651Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-10T01:35:04.651Z] (3/5) Installing libucontext (1.1-r0) [2023-02-10T01:35:04.651Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-10T01:35:04.651Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-10T01:35:04.651Z] Executing busybox-1.34.1-r7.trigger [2023-02-10T01:35:04.651Z] OK: 7 MiB in 19 packages [2023-02-10T01:35:05.592Z] Removing intermediate container 9368731a773c [2023-02-10T01:35:05.592Z] ---> 21683b22c15f [2023-02-10T01:35:05.592Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-10T01:35:07.206Z] provisioning config files... [2023-02-10T01:35:07.232Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/403@tmp/config2237148840940562704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-10T01:35:07.589Z] ---> docker-login.sh [2023-02-10T01:35:07.589Z] nexus3.edgexfoundry.org:10001 [2023-02-10T01:35:08.134Z] ---> 18b23fb33d60 [2023-02-10T01:35:08.134Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-10T01:35:08.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:35:08.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:35:08.182Z] Configure a credential helper to remove this warning. See [2023-02-10T01:35:08.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:35:08.182Z] [2023-02-10T01:35:08.182Z] Login Succeeded [2023-02-10T01:35:08.182Z] nexus3.edgexfoundry.org:10002 [2023-02-10T01:35:08.391Z] ---> d03ae8b38d7b [2023-02-10T01:35:08.391Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-10T01:35:08.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:35:08.648Z] ---> 9517a1b13229 [2023-02-10T01:35:08.648Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-10T01:35:08.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:35:08.725Z] Configure a credential helper to remove this warning. See [2023-02-10T01:35:08.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:35:08.725Z] [2023-02-10T01:35:08.725Z] Login Succeeded [2023-02-10T01:35:08.725Z] nexus3.edgexfoundry.org:10003 [2023-02-10T01:35:08.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:35:08.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:35:08.999Z] Configure a credential helper to remove this warning. See [2023-02-10T01:35:08.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:35:08.999Z] [2023-02-10T01:35:08.999Z] Login Succeeded [2023-02-10T01:35:08.999Z] nexus3.edgexfoundry.org:10004 [2023-02-10T01:35:09.212Z] ---> 7cbf51bf475a [2023-02-10T01:35:09.212Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-10T01:35:09.212Z] ---> Running in 0f9ef21f7758 [2023-02-10T01:35:09.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:35:09.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:35:09.278Z] Configure a credential helper to remove this warning. See [2023-02-10T01:35:09.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:35:09.278Z] [2023-02-10T01:35:09.278Z] Login Succeeded [2023-02-10T01:35:09.278Z] docker.io [2023-02-10T01:35:09.470Z] Removing intermediate container 0f9ef21f7758 [2023-02-10T01:35:09.470Z] ---> 7922fc35f3af [2023-02-10T01:35:09.470Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-10T01:35:09.470Z] ---> Running in afc1c70b0d64 [2023-02-10T01:35:09.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:35:09.728Z] Removing intermediate container afc1c70b0d64 [2023-02-10T01:35:09.728Z] ---> 19cfd01ae290 [2023-02-10T01:35:09.728Z] Step 21/23 : LABEL arch=x86_64 [2023-02-10T01:35:09.729Z] ---> Running in fc3992cb5920 [2023-02-10T01:35:09.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:35:09.821Z] Configure a credential helper to remove this warning. See [2023-02-10T01:35:09.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:35:09.821Z] [2023-02-10T01:35:09.821Z] Login Succeeded [2023-02-10T01:35:09.821Z] ---> docker-login.sh ends [Pipeline] } [2023-02-10T01:35:09.837Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-02-10T01:35:09.985Z] Removing intermediate container fc3992cb5920 [2023-02-10T01:35:09.985Z] ---> 2a45c527efa8 [2023-02-10T01:35:09.985Z] Step 22/23 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:35:09.985Z] ---> Running in 1f8d79139904 [Pipeline] sh [2023-02-10T01:35:10.243Z] Removing intermediate container 1f8d79139904 [2023-02-10T01:35:10.244Z] ---> 914086c97b2b [2023-02-10T01:35:10.244Z] Step 23/23 : LABEL version=3.0.0-dev.44 [2023-02-10T01:35:10.244Z] ---> Running in f243168c6dd0 [2023-02-10T01:35:10.462Z] + git config --global --add safe.directory /w/workspace/edgex-go/403 [Pipeline] echo [2023-02-10T01:35:10.481Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-10T01:35:10.490Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-10T01:35:10.497Z] ========================================================= [2023-02-10T01:35:10.497Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-10T01:35:10.497Z] ========================================================= [Pipeline] fileExists [2023-02-10T01:35:10.501Z] Removing intermediate container f243168c6dd0 [2023-02-10T01:35:10.501Z] ---> 8caa42091c75 [2023-02-10T01:35:10.501Z] [2023-02-10T01:35:10.501Z] Successfully built 8caa42091c75 [2023-02-10T01:35:10.501Z] Successfully tagged security-spire-server:latest [2023-02-10T01:35:10.501Z]  Building security-spire-server ... done Building support-notifications [Pipeline] sh [2023-02-10T01:35:10.836Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-10T01:35:11.110Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-10T01:35:11.110Z] 9b18e9b68314: Pulling fs layer [2023-02-10T01:35:11.110Z] 35d82f9e3411: Pulling fs layer [2023-02-10T01:35:11.110Z] e16973657156: Pulling fs layer [2023-02-10T01:35:11.110Z] fc693d55d65f: Pulling fs layer [2023-02-10T01:35:11.110Z] 7e9fc2657dce: Pulling fs layer [2023-02-10T01:35:11.110Z] dda99020689f: Pulling fs layer [2023-02-10T01:35:11.110Z] db1c61fa0a46: Pulling fs layer [2023-02-10T01:35:11.110Z] 891c053d2c06: Pulling fs layer [2023-02-10T01:35:11.110Z] fc693d55d65f: Waiting [2023-02-10T01:35:11.110Z] dda99020689f: Waiting [2023-02-10T01:35:11.110Z] db1c61fa0a46: Waiting [2023-02-10T01:35:11.110Z] 891c053d2c06: Waiting [2023-02-10T01:35:11.110Z] 7e9fc2657dce: Waiting [2023-02-10T01:35:11.110Z] e16973657156: Download complete [2023-02-10T01:35:11.110Z] 35d82f9e3411: Verifying Checksum [2023-02-10T01:35:11.110Z] 35d82f9e3411: Download complete [2023-02-10T01:35:11.110Z] 7e9fc2657dce: Verifying Checksum [2023-02-10T01:35:11.110Z] 7e9fc2657dce: Download complete [2023-02-10T01:35:11.110Z] dda99020689f: Verifying Checksum [2023-02-10T01:35:11.110Z] dda99020689f: Download complete [2023-02-10T01:35:11.110Z] 9b18e9b68314: Verifying Checksum [2023-02-10T01:35:11.110Z] 9b18e9b68314: Download complete [2023-02-10T01:35:12.558Z] 891c053d2c06: Verifying Checksum [2023-02-10T01:35:12.558Z] 891c053d2c06: Download complete [2023-02-10T01:35:12.558Z] 9b18e9b68314: Pull complete [2023-02-10T01:35:12.828Z] 35d82f9e3411: Pull complete [2023-02-10T01:35:13.101Z] e16973657156: Pull complete [2023-02-10T01:35:13.691Z] db1c61fa0a46: Verifying Checksum [2023-02-10T01:35:13.691Z] db1c61fa0a46: Download complete [2023-02-10T01:35:13.777Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:35:13.777Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:35:13.777Z] ---> a70ad83798ba [2023-02-10T01:35:13.777Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-10T01:35:13.777Z] ---> Using cache [2023-02-10T01:35:13.777Z] ---> 95afa98536d8 [2023-02-10T01:35:13.777Z] Step 4/22 : WORKDIR /edgex-go [2023-02-10T01:35:13.777Z] ---> Using cache [2023-02-10T01:35:13.777Z] ---> d83782ee3b67 [2023-02-10T01:35:13.777Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-10T01:35:14.283Z] fc693d55d65f: Verifying Checksum [2023-02-10T01:35:14.283Z] fc693d55d65f: Download complete [2023-02-10T01:35:15.147Z] ---> Running in 44e3a8ffac46 [2023-02-10T01:35:16.080Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:16.080Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:16.337Z] OK: 211 MiB in 51 packages [2023-02-10T01:35:17.706Z] Removing intermediate container 44e3a8ffac46 [2023-02-10T01:35:17.706Z] ---> e262c0e9a975 [2023-02-10T01:35:17.706Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-10T01:35:17.964Z] ---> f0572fedddee [2023-02-10T01:35:17.964Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:35:17.964Z] ---> Running in f5982106d342 [2023-02-10T01:35:24.513Z] Removing intermediate container 1a3f97739e38 [2023-02-10T01:35:24.513Z] ---> 86311385e6b0 [2023-02-10T01:35:24.513Z] [2023-02-10T01:35:24.513Z] Step 10/24 : FROM alpine:3.16 [2023-02-10T01:35:24.513Z] Removing intermediate container 3af673dd843e [2023-02-10T01:35:24.514Z] ---> 5c4407f3a6b1 [2023-02-10T01:35:24.514Z] [2023-02-10T01:35:24.514Z] Step 10/22 : FROM alpine:3.16 [2023-02-10T01:35:25.079Z] 3.16: Pulling from library/alpine [2023-02-10T01:35:25.079Z] 3.16: Pulling from library/alpine [2023-02-10T01:35:26.454Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-10T01:35:26.454Z] Status: Downloaded newer image for alpine:3.16 [2023-02-10T01:35:26.454Z] ---> bfe296a52501 [2023-02-10T01:35:26.454Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-10T01:35:26.454Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-10T01:35:26.454Z] Status: Image is up to date for alpine:3.16 [2023-02-10T01:35:26.454Z] ---> bfe296a52501 [2023-02-10T01:35:26.454Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-10T01:35:26.454Z] ---> Running in 292bcdfd624c [2023-02-10T01:35:26.454Z] ---> Running in fbe849ea9948 [2023-02-10T01:35:26.454Z] Removing intermediate container 0a3f16bc8918 [2023-02-10T01:35:26.454Z] ---> b0a2f63f4400 [2023-02-10T01:35:26.454Z] [2023-02-10T01:35:26.454Z] Step 9/19 : FROM alpine:3.15 [2023-02-10T01:35:26.454Z] ---> c4fc93816858 [2023-02-10T01:35:26.454Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-10T01:35:26.454Z] ---> Using cache [2023-02-10T01:35:26.454Z] ---> af51ba05e9c9 [2023-02-10T01:35:26.454Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-10T01:35:26.454Z] ---> Running in 6c1eca5b4f9f [2023-02-10T01:35:26.454Z] Removing intermediate container fbe849ea9948 [2023-02-10T01:35:26.454Z] ---> ad717090c9e7 [2023-02-10T01:35:26.454Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-10T01:35:26.454Z] ---> Running in 07fbff5c3475 [2023-02-10T01:35:26.650Z] fc693d55d65f: Pull complete [2023-02-10T01:35:26.650Z] 7e9fc2657dce: Pull complete [2023-02-10T01:35:26.650Z] dda99020689f: Pull complete [2023-02-10T01:35:26.711Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:26.711Z] Removing intermediate container 07fbff5c3475 [2023-02-10T01:35:26.711Z] ---> 138942c41515 [2023-02-10T01:35:26.711Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-10T01:35:26.711Z] ---> Running in 1f9d02faf4fa [2023-02-10T01:35:26.711Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:26.711Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:26.711Z] Removing intermediate container 1f9d02faf4fa [2023-02-10T01:35:26.711Z] ---> 6e189d60c829 [2023-02-10T01:35:26.711Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-10T01:35:26.973Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:26.973Z] ---> Running in eae8d5dea4ec [2023-02-10T01:35:26.973Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-10T01:35:26.973Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-10T01:35:26.973Z] OK: 15859 distinct packages available [2023-02-10T01:35:27.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:27.231Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-10T01:35:27.231Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:35:27.231Z] OK: 6 MiB in 15 packages [2023-02-10T01:35:27.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:27.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:27.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:27.489Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-10T01:35:27.489Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-10T01:35:27.489Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-10T01:35:27.489Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-10T01:35:27.489Z] (5/9) Installing curl (7.80.0-r5) [2023-02-10T01:35:27.489Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-10T01:35:27.489Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-10T01:35:27.489Z] (8/9) Installing libucontext (1.1-r0) [2023-02-10T01:35:27.489Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-10T01:35:27.489Z] Executing busybox-1.34.1-r7.trigger [2023-02-10T01:35:27.489Z] Executing ca-certificates-20220614-r0.trigger [2023-02-10T01:35:27.489Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-10T01:35:27.489Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:35:27.489Z] OK: 6 MiB in 15 packages [2023-02-10T01:35:27.489Z] OK: 8 MiB in 23 packages [2023-02-10T01:35:28.055Z] Removing intermediate container 292bcdfd624c [2023-02-10T01:35:28.055Z] ---> f4c248faa309 [2023-02-10T01:35:28.055Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-10T01:35:28.055Z] ---> Running in 5003e5acd597 [2023-02-10T01:35:28.055Z] Removing intermediate container 5003e5acd597 [2023-02-10T01:35:28.055Z] ---> d65ccc335e49 [2023-02-10T01:35:28.055Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-10T01:35:28.055Z] Removing intermediate container eae8d5dea4ec [2023-02-10T01:35:28.055Z] ---> 2138ab8752a1 [2023-02-10T01:35:28.055Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:35:28.312Z] ---> Running in a0d30de8cbf1 [2023-02-10T01:35:28.313Z] Removing intermediate container 6c1eca5b4f9f [2023-02-10T01:35:28.313Z] ---> 0150be6ceb84 [2023-02-10T01:35:28.313Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:35:28.313Z] ---> 6525a6ffc8ac [2023-02-10T01:35:28.313Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-10T01:35:28.313Z] Removing intermediate container a0d30de8cbf1 [2023-02-10T01:35:28.313Z] ---> d768f2f4d2d5 [2023-02-10T01:35:28.313Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-10T01:35:28.313Z] ---> Running in 5d331cf8b621 [2023-02-10T01:35:28.313Z] ---> 47badbaa9b0d [2023-02-10T01:35:28.313Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-10T01:35:28.570Z] Removing intermediate container 9093ebb8b088 [2023-02-10T01:35:28.570Z] ---> 93086c542115 [2023-02-10T01:35:28.570Z] [2023-02-10T01:35:28.570Z] Step 10/22 : FROM alpine:3.16 [2023-02-10T01:35:28.570Z] ---> bfe296a52501 [2023-02-10T01:35:28.570Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-10T01:35:28.570Z] ---> Using cache [2023-02-10T01:35:28.570Z] ---> f4c248faa309 [2023-02-10T01:35:28.570Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-10T01:35:28.570Z] ---> Using cache [2023-02-10T01:35:28.570Z] ---> d65ccc335e49 [2023-02-10T01:35:28.570Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-10T01:35:28.570Z] ---> Running in 671c9d1e0adc [2023-02-10T01:35:28.828Z] Removing intermediate container 5d331cf8b621 [2023-02-10T01:35:28.828Z] ---> f5b1ead1e3a7 [2023-02-10T01:35:28.828Z] Step 15/24 : WORKDIR / [2023-02-10T01:35:29.086Z] ---> Running in 2ba786705ff7 [2023-02-10T01:35:29.086Z] Removing intermediate container 671c9d1e0adc [2023-02-10T01:35:29.086Z] ---> d2f1e941a732 [2023-02-10T01:35:29.086Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-10T01:35:29.086Z] ---> a6b2043e44bf [2023-02-10T01:35:29.086Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-10T01:35:29.086Z] ---> c6bb3ce9a3fe [2023-02-10T01:35:29.086Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-10T01:35:29.086Z] ---> Running in d6c1f382020f [2023-02-10T01:35:29.086Z] Removing intermediate container 2ba786705ff7 [2023-02-10T01:35:29.086Z] ---> cbc0f900f81d [2023-02-10T01:35:29.086Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:35:29.086Z] Removing intermediate container d6c1f382020f [2023-02-10T01:35:29.086Z] ---> da73155e07cc [2023-02-10T01:35:29.086Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:35:29.086Z] ---> e7d1fc2304b8 [2023-02-10T01:35:29.086Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-10T01:35:29.086Z] ---> 7feede36538e [2023-02-10T01:35:29.086Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-10T01:35:29.086Z] ---> Running in a19a542e4e21 [2023-02-10T01:35:29.344Z] ---> Running in b824ca482125 [2023-02-10T01:35:29.344Z] ---> d373d28a6e52 [2023-02-10T01:35:29.344Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-10T01:35:29.344Z] ---> 3d6432d64e60 [2023-02-10T01:35:29.344Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-10T01:35:29.344Z] Removing intermediate container a19a542e4e21 [2023-02-10T01:35:29.344Z] ---> 1edb46e417c9 [2023-02-10T01:35:29.344Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-10T01:35:29.344Z] Removing intermediate container b824ca482125 [2023-02-10T01:35:29.344Z] ---> b18e1c346e2f [2023-02-10T01:35:29.344Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-10T01:35:29.344Z] ---> Running in 9b88c447cdec [2023-02-10T01:35:29.344Z] ---> Running in d947bbe5800f [2023-02-10T01:35:29.344Z] Removing intermediate container 9b88c447cdec [2023-02-10T01:35:29.344Z] ---> ea823c1fb2fd [2023-02-10T01:35:29.344Z] Step 20/22 : LABEL arch=x86_64 [2023-02-10T01:35:29.602Z] ---> Running in af3350c406e9 [2023-02-10T01:35:29.602Z] Removing intermediate container d947bbe5800f [2023-02-10T01:35:29.602Z] ---> f9f20f667f04 [2023-02-10T01:35:29.602Z] Step 17/19 : LABEL arch=x86_64 [2023-02-10T01:35:29.602Z] ---> 723fa11dcc63 [2023-02-10T01:35:29.602Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-10T01:35:29.602Z] ---> Running in cd567c09f8eb [2023-02-10T01:35:29.602Z] Removing intermediate container af3350c406e9 [2023-02-10T01:35:29.602Z] ---> 9fbdc2133d17 [2023-02-10T01:35:29.602Z] Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:35:29.858Z] ---> Running in 78996b1e4125 [2023-02-10T01:35:29.858Z] Removing intermediate container cd567c09f8eb [2023-02-10T01:35:29.858Z] ---> e83449bb7885 [2023-02-10T01:35:29.858Z] Step 18/19 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:35:29.858Z] ---> 86a9aeb7bc20 [2023-02-10T01:35:29.858Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-10T01:35:29.858Z] ---> 8e93e6acd81a [2023-02-10T01:35:29.858Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-10T01:35:29.858Z] ---> Running in 02effc9f8f69 [2023-02-10T01:35:29.858Z] Removing intermediate container 78996b1e4125 [2023-02-10T01:35:29.858Z] ---> 8103b808fd41 [2023-02-10T01:35:29.858Z] Step 22/22 : LABEL version=3.0.0-dev.44 [2023-02-10T01:35:29.858Z] ---> Running in 4945abc178a5 [2023-02-10T01:35:29.858Z] Removing intermediate container 02effc9f8f69 [2023-02-10T01:35:29.858Z] ---> fe2b4feb3c5b [2023-02-10T01:35:29.858Z] Step 19/19 : LABEL version=3.0.0-dev.44 [2023-02-10T01:35:29.858Z] ---> Running in 564cba22a019 [2023-02-10T01:35:29.858Z] ---> 217f171dca92 [2023-02-10T01:35:29.858Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-10T01:35:30.127Z] ---> 4fd61c54b2b9 [2023-02-10T01:35:30.127Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-10T01:35:30.127Z] ---> Running in 7a047fe0764d [2023-02-10T01:35:30.127Z] Removing intermediate container 4945abc178a5 [2023-02-10T01:35:30.127Z] ---> 7f3492f87dcd [2023-02-10T01:35:30.127Z] [2023-02-10T01:35:30.127Z] ---> Running in 37cad92f0a0c [2023-02-10T01:35:30.127Z] Successfully built 7f3492f87dcd [2023-02-10T01:35:30.127Z] Successfully tagged core-data:latest [2023-02-10T01:35:30.127Z] Removing intermediate container 564cba22a019 [2023-02-10T01:35:30.127Z] ---> 006d3f97f955 [2023-02-10T01:35:30.127Z] Building core-common-config-bootstrapper [2023-02-10T01:35:30.127Z] [2023-02-10T01:35:30.127Z]  Building core-data ... done Removing intermediate container 7a047fe0764d [2023-02-10T01:35:30.127Z] ---> aebbdf7e3d80 [2023-02-10T01:35:30.127Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-10T01:35:30.127Z] Successfully built 006d3f97f955 [2023-02-10T01:35:30.127Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-10T01:35:30.127Z] Removing intermediate container 37cad92f0a0c [2023-02-10T01:35:30.127Z]  Building security-spiffe-token-provider ... done  ---> ae5ab3b7d29b [2023-02-10T01:35:30.127Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-10T01:35:30.386Z] Building security-proxy-setup [2023-02-10T01:35:30.386Z] ---> Running in 32771e959606 [2023-02-10T01:35:30.386Z] ---> Running in 6f661f8f5dce [2023-02-10T01:35:31.768Z] Removing intermediate container 32771e959606 [2023-02-10T01:35:31.768Z] ---> edecb4670262 [2023-02-10T01:35:31.768Z] Step 22/24 : LABEL arch=x86_64 [2023-02-10T01:35:32.017Z] db1c61fa0a46: Pull complete [2023-02-10T01:35:33.969Z] 891c053d2c06: Pull complete [2023-02-10T01:35:33.969Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-10T01:35:33.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-10T01:35:33.969Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-10T01:35:34.308Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-10T01:35:34.308Z] WORKDIR /edgex [2023-02-10T01:35:34.308Z] COPY go.mod . [2023-02-10T01:35:34.308Z] RUN go mod download [2023-02-10T01:35:34.308Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-10T01:35:34.894Z] Sending build context to Docker daemon 3.101MB [2023-02-10T01:35:34.894Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-10T01:35:34.894Z] ---> f96f9c87975a [2023-02-10T01:35:34.894Z] Step 2/4 : WORKDIR /edgex [2023-02-10T01:35:35.054Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:35:35.054Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:35:35.054Z] ---> a70ad83798ba [2023-02-10T01:35:35.054Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-10T01:35:35.054Z] ---> Using cache [2023-02-10T01:35:35.054Z] ---> 95afa98536d8 [2023-02-10T01:35:35.054Z] Step 4/22 : WORKDIR /edgex-go [2023-02-10T01:35:35.054Z] ---> Using cache [2023-02-10T01:35:35.054Z] ---> d83782ee3b67 [2023-02-10T01:35:35.054Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-10T01:35:35.054Z] ---> Using cache [2023-02-10T01:35:35.054Z] ---> f0c7dfc77412 [2023-02-10T01:35:35.054Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-10T01:35:35.054Z] ---> Using cache [2023-02-10T01:35:35.054Z] ---> 314b20ca38d3 [2023-02-10T01:35:35.054Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:35:35.054Z] ---> Using cache [2023-02-10T01:35:35.054Z] ---> 72235a4ea2c8 [2023-02-10T01:35:35.054Z] Step 8/22 : COPY . . [2023-02-10T01:35:35.054Z] ---> Using cache [2023-02-10T01:35:35.054Z] ---> b3e782d3c161 [2023-02-10T01:35:35.054Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-10T01:35:35.054Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:35:35.054Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:35:35.054Z] ---> a70ad83798ba [2023-02-10T01:35:35.054Z] Step 3/21 : WORKDIR /edgex-go [2023-02-10T01:35:35.054Z] ---> Using cache [2023-02-10T01:35:35.054Z] ---> f48fc3482d23 [2023-02-10T01:35:35.054Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-10T01:35:36.429Z] Removing intermediate container 6f661f8f5dce [2023-02-10T01:35:36.429Z] ---> 46fda72a3487 [2023-02-10T01:35:36.429Z] Step 20/22 : LABEL arch=x86_64 [2023-02-10T01:35:36.429Z] ---> Running in bdea6815de2d [2023-02-10T01:35:36.429Z] ---> Running in e52998cf0c98 [2023-02-10T01:35:36.429Z] ---> Running in 77ab7b4efbeb [2023-02-10T01:35:36.429Z] ---> Running in 71e8fe4d9dd3 [2023-02-10T01:35:36.429Z] Removing intermediate container bdea6815de2d [2023-02-10T01:35:36.429Z] ---> 48fa3aa2c095 [2023-02-10T01:35:36.429Z] Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:35:36.429Z] ---> Running in 1dea2af4b3fe [2023-02-10T01:35:36.429Z] Removing intermediate container 71e8fe4d9dd3 [2023-02-10T01:35:36.429Z] ---> 7ed48c990c21 [2023-02-10T01:35:36.429Z] Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:35:36.429Z] ---> Running in dbe317b8e713 [2023-02-10T01:35:36.687Z] Removing intermediate container 1dea2af4b3fe [2023-02-10T01:35:36.687Z] ---> b5cf1ad90029 [2023-02-10T01:35:36.687Z] Step 24/24 : LABEL version=3.0.0-dev.44 [2023-02-10T01:35:36.687Z] Removing intermediate container dbe317b8e713 [2023-02-10T01:35:36.687Z] ---> bf67539d018d [2023-02-10T01:35:36.687Z] Step 22/22 : LABEL version=3.0.0-dev.44 [2023-02-10T01:35:36.687Z] ---> Running in 3527944a4afb [2023-02-10T01:35:36.687Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-10T01:35:36.687Z] ---> Running in 4991fab6bae4 [2023-02-10T01:35:36.687Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:36.848Z] ---> Running in ff37e66f206c [2023-02-10T01:35:36.943Z] Removing intermediate container 3527944a4afb [2023-02-10T01:35:36.943Z] ---> 3b71e5596446 [2023-02-10T01:35:36.943Z] [2023-02-10T01:35:36.943Z] Removing intermediate container 4991fab6bae4 [2023-02-10T01:35:36.943Z] ---> 91a897401fa3 [2023-02-10T01:35:36.943Z] [2023-02-10T01:35:36.943Z] Successfully built 3b71e5596446 [2023-02-10T01:35:36.943Z] Successfully tagged core-metadata:latest [2023-02-10T01:35:36.943Z]  Building core-metadata ... done Building security-spire-agent [2023-02-10T01:35:36.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:36.943Z] Successfully built 91a897401fa3 [2023-02-10T01:35:36.943Z] Successfully tagged support-scheduler:latest [2023-02-10T01:35:36.943Z] Building security-secretstore-setup [2023-02-10T01:35:37.114Z] Removing intermediate container ff37e66f206c [2023-02-10T01:35:37.115Z] ---> c736ca3d3d11 [2023-02-10T01:35:37.115Z] Step 3/4 : COPY go.mod . [2023-02-10T01:35:37.200Z]  Building support-scheduler ... done OK: 211 MiB in 51 packages [2023-02-10T01:35:37.701Z] ---> 8057d78ff656 [2023-02-10T01:35:37.701Z] Step 4/4 : RUN go mod download [2023-02-10T01:35:37.701Z] ---> Running in 39f3bf2894ae [2023-02-10T01:35:41.383Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:35:41.383Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:35:41.383Z] ---> a70ad83798ba [2023-02-10T01:35:41.383Z] Step 3/24 : WORKDIR /edgex-go [2023-02-10T01:35:41.383Z] ---> Using cache [2023-02-10T01:35:41.383Z] ---> f48fc3482d23 [2023-02-10T01:35:41.383Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-10T01:35:41.383Z] ---> Using cache [2023-02-10T01:35:41.383Z] ---> 197a0d813ca0 [2023-02-10T01:35:41.383Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-10T01:35:41.383Z] ---> Using cache [2023-02-10T01:35:41.383Z] ---> 21d7f136df4f [2023-02-10T01:35:41.383Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:35:41.383Z] ---> Using cache [2023-02-10T01:35:41.383Z] ---> b870056f3f73 [2023-02-10T01:35:41.383Z] Step 7/24 : COPY . . [2023-02-10T01:35:41.383Z] ---> Using cache [2023-02-10T01:35:41.383Z] ---> b980305fc412 [2023-02-10T01:35:41.383Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-10T01:35:41.383Z] ---> Using cache [2023-02-10T01:35:41.383Z] ---> f20f5e9e896d [2023-02-10T01:35:41.383Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-10T01:35:41.383Z] ---> Using cache [2023-02-10T01:35:41.383Z] ---> 90275784cd2a [2023-02-10T01:35:41.383Z] 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-02-10T01:35:41.383Z] ---> Using cache [2023-02-10T01:35:41.383Z] ---> 2dfff2079ac9 [2023-02-10T01:35:41.383Z] Step 11/24 : WORKDIR /edgex-go [2023-02-10T01:35:41.383Z] ---> Using cache [2023-02-10T01:35:41.383Z] ---> b84c24e3ca65 [2023-02-10T01:35:41.383Z] [2023-02-10T01:35:41.383Z] Step 12/24 : FROM alpine:3.15 [2023-02-10T01:35:41.383Z] ---> c4fc93816858 [2023-02-10T01:35:41.383Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-10T01:35:41.383Z] ---> Using cache [2023-02-10T01:35:41.383Z] ---> af51ba05e9c9 [2023-02-10T01:35:41.383Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-10T01:35:41.383Z] ---> Using cache [2023-02-10T01:35:41.383Z] ---> 21683b22c15f [2023-02-10T01:35:41.383Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-10T01:35:41.383Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:35:41.383Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:35:41.383Z] ---> a70ad83798ba [2023-02-10T01:35:41.383Z] Step 3/24 : WORKDIR /edgex-go [2023-02-10T01:35:41.383Z] ---> Using cache [2023-02-10T01:35:41.383Z] ---> f48fc3482d23 [2023-02-10T01:35:41.383Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-10T01:35:46.649Z] ---> Running in 2d465c09c1ac [2023-02-10T01:35:46.649Z] ---> 7e3d4943b53b [2023-02-10T01:35:46.649Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-10T01:35:46.649Z] Removing intermediate container 77ab7b4efbeb [2023-02-10T01:35:46.649Z] ---> 39437ec166a4 [2023-02-10T01:35:46.649Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-10T01:35:47.215Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:47.215Z] Removing intermediate container f5982106d342 [2023-02-10T01:35:47.215Z] ---> b97b44c87110 [2023-02-10T01:35:47.215Z] Step 8/22 : COPY . . [2023-02-10T01:35:47.215Z] ---> 527f0820bb83 [2023-02-10T01:35:47.215Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:35:47.215Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:47.487Z] ---> Running in db2652ca6c3f [2023-02-10T01:35:47.487Z] OK: 211 MiB in 51 packages [2023-02-10T01:35:49.389Z] ---> 020db745dc8e [2023-02-10T01:35:49.389Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-10T01:35:49.647Z] ---> 60977cd79e1c [2023-02-10T01:35:49.647Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-10T01:35:49.647Z] Removing intermediate container 2d465c09c1ac [2023-02-10T01:35:49.647Z] ---> 0de0df151be9 [2023-02-10T01:35:49.647Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-10T01:35:49.924Z] ---> 75158050990c [2023-02-10T01:35:49.924Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:35:49.924Z] ---> a78c9816702e [2023-02-10T01:35:49.924Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-10T01:35:50.181Z] ---> Running in 2922e4056189 [2023-02-10T01:35:50.750Z] ---> b906edbfdb5c [2023-02-10T01:35:50.750Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-10T01:35:50.750Z] ---> Running in 87292352b371 [2023-02-10T01:35:51.010Z] Removing intermediate container 87292352b371 [2023-02-10T01:35:51.010Z] ---> 22ceed821ee2 [2023-02-10T01:35:51.010Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-10T01:35:51.010Z] ---> Running in 682744c5dde2 [2023-02-10T01:35:51.577Z] Removing intermediate container 682744c5dde2 [2023-02-10T01:35:51.577Z] ---> 9d060e88d9e8 [2023-02-10T01:35:51.577Z] Step 22/24 : LABEL arch=x86_64 [2023-02-10T01:35:51.577Z] ---> Running in d6deec5d49fc [2023-02-10T01:35:51.577Z] ---> 5cb59f271329 [2023-02-10T01:35:51.577Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-10T01:35:51.837Z] ---> Running in 7c0120ceb62c [2023-02-10T01:35:51.837Z] Removing intermediate container d6deec5d49fc [2023-02-10T01:35:51.837Z] ---> e5269c03b6ef [2023-02-10T01:35:51.837Z] Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:35:51.837Z] ---> Running in 6fd6270362a2 [2023-02-10T01:35:52.095Z] Removing intermediate container 6fd6270362a2 [2023-02-10T01:35:52.095Z] ---> b8a5c2742a14 [2023-02-10T01:35:52.095Z] Step 24/24 : LABEL version=3.0.0-dev.44 [2023-02-10T01:35:52.095Z] ---> Running in 8345b95126c7 [2023-02-10T01:35:52.352Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-10T01:35:52.352Z] Removing intermediate container 8345b95126c7 [2023-02-10T01:35:52.352Z] ---> b9d9bcfcfc9c [2023-02-10T01:35:52.352Z] [2023-02-10T01:35:52.352Z] Successfully built b9d9bcfcfc9c [2023-02-10T01:35:52.352Z] Successfully tagged security-spire-agent:latest [2023-02-10T01:35:52.352Z]  Building security-spire-agent ... done Building core-command [2023-02-10T01:35:55.633Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:35:55.633Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:35:55.633Z] ---> a70ad83798ba [2023-02-10T01:35:55.633Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-10T01:35:55.633Z] ---> Using cache [2023-02-10T01:35:55.633Z] ---> 95afa98536d8 [2023-02-10T01:35:55.633Z] Step 4/23 : WORKDIR /edgex-go [2023-02-10T01:35:55.633Z] ---> Using cache [2023-02-10T01:35:55.633Z] ---> d83782ee3b67 [2023-02-10T01:35:55.633Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-10T01:35:55.633Z] ---> Using cache [2023-02-10T01:35:55.633Z] ---> f0c7dfc77412 [2023-02-10T01:35:55.633Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-10T01:35:55.633Z] ---> Using cache [2023-02-10T01:35:55.633Z] ---> 314b20ca38d3 [2023-02-10T01:35:55.633Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:35:55.633Z] ---> Using cache [2023-02-10T01:35:55.633Z] ---> 72235a4ea2c8 [2023-02-10T01:35:55.633Z] Step 8/23 : COPY . . [2023-02-10T01:35:55.633Z] ---> Using cache [2023-02-10T01:35:55.633Z] ---> b3e782d3c161 [2023-02-10T01:35:55.633Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-10T01:35:56.569Z] ---> Running in 7512299cee9c [2023-02-10T01:35:57.139Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-10T01:35:58.077Z] Removing intermediate container e52998cf0c98 [2023-02-10T01:35:58.077Z] ---> c398db71e908 [2023-02-10T01:35:58.077Z] [2023-02-10T01:35:58.077Z] Step 10/22 : FROM alpine:3.16 [2023-02-10T01:35:58.077Z] ---> bfe296a52501 [2023-02-10T01:35:58.077Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-10T01:35:58.342Z] ---> Running in 0e3906653eb2 [2023-02-10T01:35:58.342Z] Removing intermediate container 0e3906653eb2 [2023-02-10T01:35:58.342Z] ---> 6acbbd10364b [2023-02-10T01:35:58.342Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-10T01:35:58.600Z] ---> Running in 18ec0e59cbc9 [2023-02-10T01:35:58.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:59.117Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:35:59.683Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-10T01:35:59.683Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:35:59.683Z] OK: 6 MiB in 15 packages [2023-02-10T01:36:00.252Z] Removing intermediate container 18ec0e59cbc9 [2023-02-10T01:36:00.252Z] ---> 18f2e313c29e [2023-02-10T01:36:00.252Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:36:00.509Z] ---> b58c203aef4e [2023-02-10T01:36:00.509Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-10T01:36:01.075Z] ---> 1a1970df1def [2023-02-10T01:36:01.075Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-10T01:36:01.639Z] ---> 6a7d4badeba3 [2023-02-10T01:36:01.639Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-10T01:36:02.208Z] ---> 315a58eee5a5 [2023-02-10T01:36:02.208Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-10T01:36:02.208Z] ---> Running in 78ec67b1e9ee [2023-02-10T01:36:05.523Z] Removing intermediate container 78ec67b1e9ee [2023-02-10T01:36:05.523Z] ---> 516aa2baf6d6 [2023-02-10T01:36:05.523Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-10T01:36:06.456Z] ---> Running in 6dc2985c6151 [2023-02-10T01:36:08.353Z] Removing intermediate container 6dc2985c6151 [2023-02-10T01:36:08.353Z] ---> d44187ce898b [2023-02-10T01:36:08.353Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-10T01:36:08.921Z] ---> Running in bdae9b415a79 [2023-02-10T01:36:08.921Z] Removing intermediate container bdae9b415a79 [2023-02-10T01:36:08.921Z] ---> 7fb48320910f [2023-02-10T01:36:08.921Z] Step 20/22 : LABEL arch=x86_64 [2023-02-10T01:36:09.189Z] ---> Running in 8a93a6d83764 [2023-02-10T01:36:09.477Z] Removing intermediate container 8a93a6d83764 [2023-02-10T01:36:09.477Z] ---> b9fb80f868e2 [2023-02-10T01:36:09.477Z] Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:36:09.477Z] ---> Running in 602956e88e6c [2023-02-10T01:36:09.738Z] Removing intermediate container 602956e88e6c [2023-02-10T01:36:09.738Z] ---> 2cb5ec037e5d [2023-02-10T01:36:09.738Z] Step 22/22 : LABEL version=3.0.0-dev.44 [2023-02-10T01:36:09.738Z] ---> Running in 849b3720e5e9 [2023-02-10T01:36:10.310Z] Removing intermediate container 849b3720e5e9 [2023-02-10T01:36:10.310Z] ---> 752599047c89 [2023-02-10T01:36:10.310Z] [2023-02-10T01:36:10.310Z] Successfully built 752599047c89 [2023-02-10T01:36:10.310Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-10T01:36:10.310Z]  Building core-common-config-bootstrapper ... done Building security-bootstrapper [2023-02-10T01:36:16.688Z] Removing intermediate container 39f3bf2894ae [2023-02-10T01:36:16.688Z] ---> a13b23948dd3 [2023-02-10T01:36:16.688Z] Successfully built a13b23948dd3 [2023-02-10T01:36:16.688Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:36:16.881Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:36:16.881Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:36:16.881Z] ---> a70ad83798ba [2023-02-10T01:36:16.881Z] Step 3/32 : WORKDIR /edgex-go [2023-02-10T01:36:16.881Z] ---> Using cache [2023-02-10T01:36:16.881Z] ---> f48fc3482d23 [2023-02-10T01:36:16.881Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-10T01:36:16.881Z] ---> Using cache [2023-02-10T01:36:16.881Z] ---> 0de0df151be9 [2023-02-10T01:36:16.881Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-10T01:36:16.881Z] ---> Using cache [2023-02-10T01:36:16.881Z] ---> 75158050990c [2023-02-10T01:36:16.881Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:36:17.027Z] + docker inspect -f . ci-base-image-arm64 [2023-02-10T01:36:17.027Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T01:36:17.236Z] prd-ubuntu20.04-docker-arm64-4c-16g-5289 does not seem to be running inside a container [2023-02-10T01:36:17.311Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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-02-10T01:36:18.592Z] $ docker top 3be3c9abf2109b44a7f197cebf54b77d3d6ee7f8ce92e6c99d28628e1f1bc17b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-10T01:36:19.453Z] + go version [2023-02-10T01:36:19.453Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-10T01:36:19.477Z] $ docker stop --time=1 3be3c9abf2109b44a7f197cebf54b77d3d6ee7f8ce92e6c99d28628e1f1bc17b [2023-02-10T01:36:21.069Z] ---> Running in 24683902a29a [2023-02-10T01:36:21.327Z] Removing intermediate container db2652ca6c3f [2023-02-10T01:36:21.327Z] ---> aed814f3c084 [2023-02-10T01:36:21.327Z] Step 7/21 : COPY . . [2023-02-10T01:36:21.327Z] Removing intermediate container 2922e4056189 [2023-02-10T01:36:21.327Z] ---> 6356fb968aad [2023-02-10T01:36:21.327Z] Step 7/24 : COPY . . [2023-02-10T01:36:21.719Z] $ docker rm -f --volumes 3be3c9abf2109b44a7f197cebf54b77d3d6ee7f8ce92e6c99d28628e1f1bc17b [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-02-10T01:36:22.311Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-10T01:36:22.311Z] [2023-02-10T01:36:22.311Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:36:22.660Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-10T01:36:22.930Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-10T01:36:22.930Z] 29e5d40040c1: Pulling fs layer [2023-02-10T01:36:22.930Z] 1ce36da41761: Pulling fs layer [2023-02-10T01:36:22.930Z] 25b303627fd3: Pulling fs layer [2023-02-10T01:36:22.930Z] 29e5d40040c1: Download complete [2023-02-10T01:36:23.214Z] 1ce36da41761: Verifying Checksum [2023-02-10T01:36:23.214Z] 1ce36da41761: Download complete [2023-02-10T01:36:23.485Z] 29e5d40040c1: Pull complete [2023-02-10T01:36:24.904Z] 25b303627fd3: Verifying Checksum [2023-02-10T01:36:24.904Z] 25b303627fd3: Download complete [2023-02-10T01:36:24.904Z] 1ce36da41761: Pull complete [2023-02-10T01:36:29.533Z] ---> 98f0fa556777 [2023-02-10T01:36:29.533Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-10T01:36:29.533Z] ---> a309703b8c68 [2023-02-10T01:36:29.533Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-10T01:36:29.533Z] Removing intermediate container 7512299cee9c [2023-02-10T01:36:29.533Z] ---> ab89ff824ac3 [2023-02-10T01:36:29.533Z] [2023-02-10T01:36:29.533Z] Step 10/23 : FROM alpine:3.16 [2023-02-10T01:36:29.533Z] ---> bfe296a52501 [2023-02-10T01:36:29.533Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-10T01:36:29.533Z] ---> Using cache [2023-02-10T01:36:29.533Z] ---> f4c248faa309 [2023-02-10T01:36:29.533Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-10T01:36:29.533Z] ---> Using cache [2023-02-10T01:36:29.533Z] ---> d65ccc335e49 [2023-02-10T01:36:29.533Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-10T01:36:29.533Z] ---> Running in 82258696eb85 [2023-02-10T01:36:29.533Z] ---> Running in 77a51e069f70 [2023-02-10T01:36:29.533Z] ---> Running in 1a3585adbad3 [2023-02-10T01:36:29.533Z] Removing intermediate container 7c0120ceb62c [2023-02-10T01:36:29.533Z] ---> a54da1fecd4c [2023-02-10T01:36:29.533Z] [2023-02-10T01:36:29.533Z] Step 10/22 : FROM alpine:3.16 [2023-02-10T01:36:29.533Z] ---> bfe296a52501 [2023-02-10T01:36:29.533Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-10T01:36:29.533Z] ---> Running in c6669ff069f8 [2023-02-10T01:36:29.533Z] Removing intermediate container 77a51e069f70 [2023-02-10T01:36:29.533Z] ---> 7b13cde99b6b [2023-02-10T01:36:29.533Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-10T01:36:29.533Z] ---> Running in 34d7652789ae [2023-02-10T01:36:29.533Z] Removing intermediate container 34d7652789ae [2023-02-10T01:36:29.533Z] ---> 3851571cf467 [2023-02-10T01:36:29.533Z] Step 15/23 : WORKDIR / [2023-02-10T01:36:29.533Z] ---> Running in 0f8de96df786 [2023-02-10T01:36:29.533Z] Removing intermediate container 0f8de96df786 [2023-02-10T01:36:29.533Z] ---> c94225b044d6 [2023-02-10T01:36:29.533Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:36:29.533Z] ---> e4f3a32468fc [2023-02-10T01:36:29.533Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-10T01:36:29.533Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-10T01:36:29.533Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-10T01:36:29.533Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:36:29.790Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:36:29.790Z] ---> 7211b53611dc [2023-02-10T01:36:29.790Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-10T01:36:30.047Z] ---> c3cc96bcc903 [2023-02-10T01:36:30.047Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-10T01:36:30.047Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-10T01:36:30.047Z] ---> Running in 1ab6d974bd63 [2023-02-10T01:36:30.047Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-10T01:36:30.047Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:36:30.047Z] Executing ca-certificates-20220614-r0.trigger [2023-02-10T01:36:30.047Z] OK: 6 MiB in 16 packages [2023-02-10T01:36:30.047Z] Removing intermediate container 1ab6d974bd63 [2023-02-10T01:36:30.047Z] ---> cb3a8302c3fc [2023-02-10T01:36:30.047Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-10T01:36:30.304Z] ---> Running in bfbea83eaf76 [2023-02-10T01:36:30.304Z] Removing intermediate container bfbea83eaf76 [2023-02-10T01:36:30.304Z] ---> f0864f10fef9 [2023-02-10T01:36:30.304Z] Step 21/23 : LABEL arch=x86_64 [2023-02-10T01:36:30.304Z] ---> Running in 72f1ec3aa190 [2023-02-10T01:36:30.304Z] Removing intermediate container 72f1ec3aa190 [2023-02-10T01:36:30.304Z] ---> 0595bfbc8a87 [2023-02-10T01:36:30.304Z] Step 22/23 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:36:30.304Z] ---> Running in f59ae108ac7e [2023-02-10T01:36:30.563Z] Removing intermediate container f59ae108ac7e [2023-02-10T01:36:30.563Z] ---> 815afd795452 [2023-02-10T01:36:30.563Z] Step 23/23 : LABEL version=3.0.0-dev.44 [2023-02-10T01:36:30.563Z] Removing intermediate container c6669ff069f8 [2023-02-10T01:36:30.563Z] ---> 193862a64a24 [2023-02-10T01:36:30.563Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-10T01:36:30.563Z] ---> Running in b00f4a918b98 [2023-02-10T01:36:30.563Z] ---> Running in b9547aad47f4 [2023-02-10T01:36:30.563Z] Removing intermediate container b00f4a918b98 [2023-02-10T01:36:30.563Z] ---> c269221121df [2023-02-10T01:36:30.563Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-10T01:36:30.563Z] Removing intermediate container b9547aad47f4 [2023-02-10T01:36:30.563Z] ---> 529ffae1693f [2023-02-10T01:36:30.563Z] [2023-02-10T01:36:30.563Z] ---> Running in 3540981b663e [2023-02-10T01:36:30.821Z] Successfully built 529ffae1693f [2023-02-10T01:36:30.821Z] Successfully tagged core-command:latest [2023-02-10T01:36:30.821Z]  Building core-command ... done Removing intermediate container 3540981b663e [2023-02-10T01:36:30.821Z] ---> 0061cbe8c21b [2023-02-10T01:36:30.821Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-10T01:36:30.821Z] ---> Running in c2b9cbeeb205 [2023-02-10T01:36:30.821Z] Removing intermediate container c2b9cbeeb205 [2023-02-10T01:36:30.821Z] ---> 761011355665 [2023-02-10T01:36:30.821Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:36:31.079Z] ---> 674f2ccdcb54 [2023-02-10T01:36:31.079Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-10T01:36:31.643Z] ---> 530b0f6aa725 [2023-02-10T01:36:31.643Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-10T01:36:32.209Z] ---> d950643b62ad [2023-02-10T01:36:32.209Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-10T01:36:32.466Z] ---> Running in 2fa1836145b4 [2023-02-10T01:36:32.724Z] Removing intermediate container 2fa1836145b4 [2023-02-10T01:36:32.724Z] ---> f564f7f248d5 [2023-02-10T01:36:32.724Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-10T01:36:32.724Z] ---> Running in 1b2df9899d67 [2023-02-10T01:36:32.981Z] Removing intermediate container 1b2df9899d67 [2023-02-10T01:36:32.981Z] ---> 44130cf3147b [2023-02-10T01:36:32.981Z] Step 20/22 : LABEL arch=x86_64 [2023-02-10T01:36:32.981Z] ---> Running in 03bb1aa9302a [2023-02-10T01:36:33.243Z] Removing intermediate container 03bb1aa9302a [2023-02-10T01:36:33.243Z] ---> 8fb4f6bbeeed [2023-02-10T01:36:33.243Z] Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:36:33.243Z] ---> Running in 50825acf5466 [2023-02-10T01:36:33.243Z] Removing intermediate container 50825acf5466 [2023-02-10T01:36:33.243Z] ---> 5ac49e0495ad [2023-02-10T01:36:33.243Z] Step 22/22 : LABEL version=3.0.0-dev.44 [2023-02-10T01:36:33.501Z] ---> Running in b6e9808af5d5 [2023-02-10T01:36:33.501Z] Removing intermediate container b6e9808af5d5 [2023-02-10T01:36:33.501Z] ---> 3dd622f2724c [2023-02-10T01:36:33.501Z] [2023-02-10T01:36:33.501Z] Successfully built 3dd622f2724c [2023-02-10T01:36:33.501Z] Successfully tagged support-notifications:latest [2023-02-10T01:36:34.986Z] 25b303627fd3: Pull complete [2023-02-10T01:36:34.986Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-10T01:36:34.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-10T01:36:34.986Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T01:36:35.172Z] prd-ubuntu20.04-docker-arm64-4c-16g-5289 does not seem to be running inside a container [2023-02-10T01:36:35.243Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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-02-10T01:36:37.527Z] $ docker top b329fe745ef74a5b247774f7c7dd4b742caedb3b4a040b65094099308c6bfb32 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-10T01:36:38.394Z] + grep parallel [2023-02-10T01:36:38.395Z] + docker-compose build --help [2023-02-10T01:36:45.051Z] --parallel Build images in parallel. [Pipeline] } [2023-02-10T01:36:45.075Z] $ docker stop --time=1 b329fe745ef74a5b247774f7c7dd4b742caedb3b4a040b65094099308c6bfb32 [2023-02-10T01:36:45.690Z]  Building support-notifications ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-10T01:36:45.690Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-10T01:36:47.591Z] Removing intermediate container 24683902a29a [2023-02-10T01:36:47.591Z] ---> 28d0b604ca42 [2023-02-10T01:36:47.591Z] Step 7/32 : COPY . . [2023-02-10T01:36:48.208Z] $ docker rm -f --volumes b329fe745ef74a5b247774f7c7dd4b742caedb3b4a040b65094099308c6bfb32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:36:48.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-10T01:36:48.761Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T01:36:48.966Z] prd-ubuntu20.04-docker-arm64-4c-16g-5289 does not seem to be running inside a container [2023-02-10T01:36:49.042Z] $ 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/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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-02-10T01:36:50.240Z] $ docker top 03f823e47ad682f966dab07f326f96cbc21d0f49b76173332f9023363e9faf0c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-10T01:36:51.110Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-10T01:36:52.860Z] Removing intermediate container 82258696eb85 [2023-02-10T01:36:52.860Z] ---> 74a8aa1cdc31 [2023-02-10T01:36:52.860Z] [2023-02-10T01:36:52.860Z] Step 9/21 : FROM alpine:3.16Removing intermediate container 1a3585adbad3 [2023-02-10T01:36:52.860Z] [2023-02-10T01:36:52.860Z] ---> f87c46339ea2 [2023-02-10T01:36:52.860Z] [2023-02-10T01:36:52.860Z] Step 9/24 : FROM alpine:3.16 [2023-02-10T01:36:52.860Z] ---> bfe296a52501 [2023-02-10T01:36:52.860Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-10T01:36:52.860Z] ---> bfe296a52501 [2023-02-10T01:36:52.860Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-10T01:36:52.860Z] ---> Running in 15c4241c0cd3 [2023-02-10T01:36:52.860Z] ---> Running in a7282a4231b1 [2023-02-10T01:36:52.860Z] ---> 385b7f77ba68 [2023-02-10T01:36:52.860Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-10T01:36:52.860Z] ---> Running in 0b37cb4c6dca [2023-02-10T01:36:53.119Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:36:53.119Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:36:53.119Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-10T01:36:53.119Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:36:53.119Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:36:53.378Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-10T01:36:53.378Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-10T01:36:53.378Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-10T01:36:53.378Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-10T01:36:53.378Z] (3/3) Installing su-exec (0.2-r1) [2023-02-10T01:36:53.378Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-10T01:36:53.378Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:36:53.378Z] Executing ca-certificates-20220614-r0.trigger [2023-02-10T01:36:53.378Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-10T01:36:53.378Z] (5/6) Installing curl (7.83.1-r5) [2023-02-10T01:36:53.378Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-10T01:36:53.378Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:36:53.378Z] Executing ca-certificates-20220614-r0.trigger [2023-02-10T01:36:53.378Z] OK: 6 MiB in 17 packages [2023-02-10T01:36:53.639Z] OK: 8 MiB in 20 packages [2023-02-10T01:36:54.205Z] Removing intermediate container 15c4241c0cd3 [2023-02-10T01:36:54.205Z] ---> 3cca713bb0c7 [2023-02-10T01:36:54.205Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-10T01:36:54.205Z] Removing intermediate container a7282a4231b1 [2023-02-10T01:36:54.205Z] ---> 66821fc510e8 [2023-02-10T01:36:54.205Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-10T01:36:54.205Z] ---> Running in 829d426914af [2023-02-10T01:36:54.205Z] ---> Running in 72c7c6792c5c [2023-02-10T01:36:54.205Z] Removing intermediate container 829d426914af [2023-02-10T01:36:54.205Z] ---> ae7bf1d41df9 [2023-02-10T01:36:54.205Z] Step 12/21 : WORKDIR /edgex [2023-02-10T01:36:54.205Z] Removing intermediate container 72c7c6792c5c [2023-02-10T01:36:54.205Z] ---> d676718d3a54 [2023-02-10T01:36:54.205Z] Step 12/24 : WORKDIR / [2023-02-10T01:36:54.205Z] ---> Running in 9010b1a054a7 [2023-02-10T01:36:54.205Z] ---> Running in 3976c4637f64 [2023-02-10T01:36:54.205Z] Removing intermediate container 9010b1a054a7 [2023-02-10T01:36:54.205Z] ---> 25ba3426d1a3 [2023-02-10T01:36:54.205Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-10T01:36:54.205Z] Removing intermediate container 3976c4637f64 [2023-02-10T01:36:54.205Z] ---> d63a4d31f3c0 [2023-02-10T01:36:54.205Z] 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-02-10T01:36:54.462Z] ---> 128443a304d7 [2023-02-10T01:36:54.462Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-10T01:36:54.462Z] ---> 6a8006e6b912 [2023-02-10T01:36:54.462Z] 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-02-10T01:36:55.031Z] ---> d1af3f8f8bb3 [2023-02-10T01:36:55.031Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-10T01:36:55.031Z] ---> ce4aedec3fea [2023-02-10T01:36:55.031Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-10T01:36:55.031Z] ---> 1681422ae440 [2023-02-10T01:36:55.031Z] 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-02-10T01:36:55.290Z] ---> cfef74f93d57 [2023-02-10T01:36:55.290Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-10T01:36:55.290Z] ---> 60ccc02c16fd [2023-02-10T01:36:55.290Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-10T01:36:55.551Z] ---> f484db9c4491 [2023-02-10T01:36:55.551Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-10T01:36:55.551Z] ---> Running in 746034d77398 [2023-02-10T01:36:55.551Z] ---> 80b1e2e02547 [2023-02-10T01:36:55.551Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-10T01:36:56.487Z] ---> 946a127933d5 [2023-02-10T01:36:56.487Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-10T01:36:56.743Z] Removing intermediate container 746034d77398 [2023-02-10T01:36:56.743Z] ---> ed5cf3c36340 [2023-02-10T01:36:56.743Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-10T01:36:56.743Z] ---> 359cb86266cc [2023-02-10T01:36:56.743Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-10T01:36:56.743Z] ---> Running in acbff8f1c6c8 [2023-02-10T01:36:56.743Z] ---> Running in 48038a691e6f [2023-02-10T01:36:57.001Z] Removing intermediate container 48038a691e6f [2023-02-10T01:36:57.001Z] ---> bc9fab4ff1ab [2023-02-10T01:36:57.001Z] Step 19/21 : LABEL arch=x86_64 [2023-02-10T01:36:57.001Z] ---> Running in 45d5c332ee84 [2023-02-10T01:36:57.258Z] Removing intermediate container 45d5c332ee84 [2023-02-10T01:36:57.258Z] ---> 817b2e402692 [2023-02-10T01:36:57.258Z] Step 20/21 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:36:57.258Z] ---> Running in 3a3d2699a9c8 [2023-02-10T01:36:57.258Z] Removing intermediate container 3a3d2699a9c8 [2023-02-10T01:36:57.258Z] ---> 9edba9e10450 [2023-02-10T01:36:57.258Z] Step 21/21 : LABEL version=3.0.0-dev.44 [2023-02-10T01:36:57.516Z] ---> Running in 7c3abf7dae04 [2023-02-10T01:36:57.516Z] Removing intermediate container 7c3abf7dae04 [2023-02-10T01:36:57.516Z] ---> d74be6a6fde3 [2023-02-10T01:36:57.516Z] [2023-02-10T01:36:57.516Z] Successfully built d74be6a6fde3 [2023-02-10T01:36:57.516Z] Successfully tagged security-proxy-setup:latest [2023-02-10T01:36:57.758Z] Building core-command ... [2023-02-10T01:36:57.758Z] Building core-common-config-bootstrapper ... [2023-02-10T01:36:57.758Z] Building core-data ... [2023-02-10T01:36:57.758Z] Building core-metadata ... [2023-02-10T01:36:57.758Z] Building security-bootstrapper ... [2023-02-10T01:36:57.758Z] Building security-proxy-setup ... [2023-02-10T01:36:57.758Z] Building security-secretstore-setup ... [2023-02-10T01:36:57.758Z] Building security-spiffe-token-provider ... [2023-02-10T01:36:57.758Z] Building security-spire-agent ... [2023-02-10T01:36:57.758Z] Building security-spire-config ... [2023-02-10T01:36:57.758Z] Building security-spire-server ... [2023-02-10T01:36:57.758Z] Building support-notifications ... [2023-02-10T01:36:57.758Z] Building support-scheduler ... [2023-02-10T01:36:57.758Z] Building security-spiffe-token-provider [2023-02-10T01:36:57.759Z] Building security-proxy-setup [2023-02-10T01:36:57.759Z] Building security-secretstore-setup [2023-02-10T01:36:57.759Z] Building security-spire-server [2023-02-10T01:36:57.759Z] Building core-command [2023-02-10T01:36:57.774Z]  Building security-proxy-setup ... done Removing intermediate container acbff8f1c6c8 [2023-02-10T01:36:57.774Z] ---> ba1b927b05e4 [2023-02-10T01:36:57.774Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-10T01:36:57.774Z] ---> Running in 7b8a3ae4d0f0 [2023-02-10T01:36:57.774Z] Removing intermediate container 7b8a3ae4d0f0 [2023-02-10T01:36:57.774Z] ---> a50680118121 [2023-02-10T01:36:57.774Z] Step 22/24 : LABEL arch=x86_64 [2023-02-10T01:36:57.774Z] ---> Running in 24ba2b376476 [2023-02-10T01:36:58.032Z] Removing intermediate container 24ba2b376476 [2023-02-10T01:36:58.032Z] ---> 70d994020bca [2023-02-10T01:36:58.032Z] Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:36:58.032Z] ---> Running in 16e7a5aef99b [2023-02-10T01:36:58.032Z] Removing intermediate container 16e7a5aef99b [2023-02-10T01:36:58.032Z] ---> c3add741ee1e [2023-02-10T01:36:58.032Z] Step 24/24 : LABEL version=3.0.0-dev.44 [2023-02-10T01:36:58.032Z] ---> Running in 8f80fb992380 [2023-02-10T01:36:58.290Z] Removing intermediate container 8f80fb992380 [2023-02-10T01:36:58.290Z] ---> 0f7da5b642a7 [2023-02-10T01:36:58.290Z] [2023-02-10T01:36:58.290Z] Successfully built 0f7da5b642a7 [2023-02-10T01:36:58.290Z] Successfully tagged security-secretstore-setup:latest [2023-02-10T01:37:06.390Z]  Building security-secretstore-setup ... done Removing intermediate container 0b37cb4c6dca [2023-02-10T01:37:06.390Z] ---> 1688c61415bf [2023-02-10T01:37:06.390Z] [2023-02-10T01:37:06.390Z] Step 9/32 : FROM alpine:3.16 [2023-02-10T01:37:06.390Z] ---> bfe296a52501 [2023-02-10T01:37:06.390Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-10T01:37:06.390Z] ---> Running in 947d9e5c69d6 [2023-02-10T01:37:06.648Z] Removing intermediate container 947d9e5c69d6 [2023-02-10T01:37:06.648Z] ---> f9ed3328ea8a [2023-02-10T01:37:06.648Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-10T01:37:06.648Z] ---> Running in d3c0b097c2ec [2023-02-10T01:37:06.907Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-10T01:37:06.907Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-10T01:37:07.164Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-10T01:37:07.164Z] (2/2) Installing su-exec (0.2-r1) [2023-02-10T01:37:07.164Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:37:07.422Z] OK: 6 MiB in 16 packages [2023-02-10T01:37:07.679Z] Removing intermediate container d3c0b097c2ec [2023-02-10T01:37:07.679Z] ---> 3007e84c2890 [2023-02-10T01:37:07.679Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-10T01:37:07.679Z] ---> Running in 91ed401b5068 [2023-02-10T01:37:07.679Z] Removing intermediate container 91ed401b5068 [2023-02-10T01:37:07.679Z] ---> cbd513aec3c8 [2023-02-10T01:37:07.679Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-10T01:37:07.679Z] ---> Running in f1ba5eaf1617 [2023-02-10T01:37:07.679Z] Removing intermediate container f1ba5eaf1617 [2023-02-10T01:37:07.679Z] ---> cfc0c64ef183 [2023-02-10T01:37:07.679Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-10T01:37:07.679Z] ---> Running in feca1e5a380b [2023-02-10T01:37:07.937Z] Removing intermediate container feca1e5a380b [2023-02-10T01:37:07.937Z] ---> 8da22fbfd395 [2023-02-10T01:37:07.937Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-10T01:37:07.937Z] ---> Running in 646e7e3da0b9 [2023-02-10T01:37:07.937Z] Removing intermediate container 646e7e3da0b9 [2023-02-10T01:37:07.937Z] ---> 288cee9c6136 [2023-02-10T01:37:07.937Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-10T01:37:07.937Z] ---> Running in 71e98b3aef8d [2023-02-10T01:37:08.501Z] Removing intermediate container 71e98b3aef8d [2023-02-10T01:37:08.501Z] ---> 6f314b6f4d6a [2023-02-10T01:37:08.501Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-10T01:37:08.501Z] ---> Running in d9cfde21ea5a [2023-02-10T01:37:08.501Z] Removing intermediate container d9cfde21ea5a [2023-02-10T01:37:08.501Z] ---> 5c75facadc11 [2023-02-10T01:37:08.502Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-10T01:37:08.761Z] ---> 1eb160f32116 [2023-02-10T01:37:08.761Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-10T01:37:08.761Z] ---> Running in fa7945d24c92 [2023-02-10T01:37:09.327Z] Removing intermediate container fa7945d24c92 [2023-02-10T01:37:09.327Z] ---> e22ef884fb1e [2023-02-10T01:37:09.327Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:37:09.327Z] ---> ed0e1dd7d9d3 [2023-02-10T01:37:09.327Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-10T01:37:09.896Z] ---> 685338d6c91a [2023-02-10T01:37:09.896Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-10T01:37:09.896Z] ---> b954c506a58b [2023-02-10T01:37:09.896Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-10T01:37:10.079Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:37:10.079Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:37:10.079Z] ---> a13b23948dd3 [2023-02-10T01:37:10.079Z] Step 3/23 : WORKDIR /edgex-go [2023-02-10T01:37:10.079Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:37:10.079Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:37:10.079Z] ---> a13b23948dd3 [2023-02-10T01:37:10.079Z] Step 3/21 : WORKDIR /edgex-go [2023-02-10T01:37:10.079Z] ---> Running in 441dd5bf64d0 [2023-02-10T01:37:10.079Z] ---> Running in 3810c820a716 [2023-02-10T01:37:10.079Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:37:10.079Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:37:10.079Z] ---> a13b23948dd3 [2023-02-10T01:37:10.079Z] Step 3/19 : WORKDIR /edgex-go [2023-02-10T01:37:10.154Z] ---> ff31499a4328 [2023-02-10T01:37:10.154Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-10T01:37:10.154Z] ---> ace6b869a57e [2023-02-10T01:37:10.154Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-10T01:37:10.354Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:37:10.354Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:37:10.354Z] ---> a13b23948dd3 [2023-02-10T01:37:10.354Z] Step 3/24 : WORKDIR /edgex-go [2023-02-10T01:37:10.354Z] ---> Running in b891cf800bf4 [2023-02-10T01:37:10.354Z] ---> Running in 349bc404ad69 [2023-02-10T01:37:10.414Z] ---> 4f27250fac21 [2023-02-10T01:37:10.414Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-10T01:37:10.414Z] ---> c73eb42b2d57 [2023-02-10T01:37:10.414Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-10T01:37:10.414Z] ---> Running in 05f16541ed18 [2023-02-10T01:37:10.626Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:37:10.626Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:37:10.626Z] ---> a13b23948dd3 [2023-02-10T01:37:10.626Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-10T01:37:10.626Z] ---> Running in ab422e36aa47 [2023-02-10T01:37:10.898Z] Removing intermediate container 3810c820a716 [2023-02-10T01:37:10.898Z] ---> 65f29c1c7c19 [2023-02-10T01:37:10.898Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-10T01:37:10.898Z] ---> Running in 66c76cbe35b8 [2023-02-10T01:37:10.898Z] Removing intermediate container 441dd5bf64d0 [2023-02-10T01:37:10.898Z] ---> 212d0d808006 [2023-02-10T01:37:10.898Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-10T01:37:10.983Z] Removing intermediate container 05f16541ed18 [2023-02-10T01:37:10.983Z] ---> 707517f3b772 [2023-02-10T01:37:10.983Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-10T01:37:10.983Z] ---> Running in d6147954b708 [2023-02-10T01:37:10.983Z] Removing intermediate container d6147954b708 [2023-02-10T01:37:10.983Z] ---> 0ef80e040669 [2023-02-10T01:37:10.983Z] Step 29/32 : CMD ["gate"] [2023-02-10T01:37:11.170Z] ---> Running in 1d8c688a51c8 [2023-02-10T01:37:11.241Z] ---> Running in 998f0157d9f8 [2023-02-10T01:37:11.241Z] Removing intermediate container 998f0157d9f8 [2023-02-10T01:37:11.241Z] ---> caaf27e04eb3 [2023-02-10T01:37:11.241Z] Step 30/32 : LABEL arch=x86_64 [2023-02-10T01:37:11.241Z] ---> Running in 117a70d41240 [2023-02-10T01:37:11.241Z] Removing intermediate container 117a70d41240 [2023-02-10T01:37:11.241Z] ---> c4bd1af7f587 [2023-02-10T01:37:11.241Z] Step 31/32 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:11.241Z] ---> Running in 89a9b6e61676 [2023-02-10T01:37:11.452Z] Removing intermediate container 349bc404ad69 [2023-02-10T01:37:11.452Z] ---> 2d2258dd2890 [2023-02-10T01:37:11.452Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-10T01:37:11.452Z] Removing intermediate container ab422e36aa47 [2023-02-10T01:37:11.452Z] ---> 33b13709b8f7 [2023-02-10T01:37:11.452Z] Step 4/23 : WORKDIR /edgex-go [2023-02-10T01:37:11.452Z] Removing intermediate container b891cf800bf4 [2023-02-10T01:37:11.452Z] ---> 21d6298eb9f9 [2023-02-10T01:37:11.452Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-10T01:37:11.452Z] ---> Running in affd353ad2d5 [2023-02-10T01:37:11.452Z] ---> Running in 377718181b7f [2023-02-10T01:37:11.500Z] Removing intermediate container 89a9b6e61676 [2023-02-10T01:37:11.500Z] ---> 61ca74c8a20b [2023-02-10T01:37:11.500Z] Step 32/32 : LABEL version=3.0.0-dev.44 [2023-02-10T01:37:11.500Z] ---> Running in 201cd7e5442b [2023-02-10T01:37:11.500Z] Removing intermediate container 201cd7e5442b [2023-02-10T01:37:11.500Z] ---> 6c1753234159 [2023-02-10T01:37:11.500Z] [2023-02-10T01:37:11.500Z] Successfully built 6c1753234159 [2023-02-10T01:37:11.500Z] Successfully tagged security-bootstrapper:latest [2023-02-10T01:37:11.507Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-02-10T01:37:11.509Z] $ docker stop --time=1 584a76d35c469b6d0b92cd2dd3eb4f382da98311ef86f4b3b485f659b68785df [2023-02-10T01:37:11.723Z] ---> Running in 8b84fcd5a7e2 [2023-02-10T01:37:12.692Z] Removing intermediate container 8b84fcd5a7e2 [2023-02-10T01:37:12.692Z] ---> a09e750ccff6 [2023-02-10T01:37:12.692Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-10T01:37:12.692Z] ---> Running in 569478a89a41 [2023-02-10T01:37:12.802Z] $ docker rm -f --volumes 584a76d35c469b6d0b92cd2dd3eb4f382da98311ef86f4b3b485f659b68785df [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-10T01:37:13.138Z] + docker images [2023-02-10T01:37:13.138Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-10T01:37:13.138Z] security-bootstrapper latest 6c1753234159 1 second ago 20.3MB [2023-02-10T01:37:13.138Z] 1688c61415bf 7 seconds ago 1.67GB [2023-02-10T01:37:13.138Z] security-secretstore-setup latest 0f7da5b642a7 14 seconds ago 30MB [2023-02-10T01:37:13.138Z] security-proxy-setup latest d74be6a6fde3 15 seconds ago 27.8MB [2023-02-10T01:37:13.138Z] f87c46339ea2 22 seconds ago 1.67GB [2023-02-10T01:37:13.138Z] 74a8aa1cdc31 24 seconds ago 1.67GB [2023-02-10T01:37:13.138Z] support-notifications latest 3dd622f2724c 39 seconds ago 30.6MB [2023-02-10T01:37:13.138Z] core-command latest 529ffae1693f 42 seconds ago 17.7MB [2023-02-10T01:37:13.138Z] a54da1fecd4c 48 seconds ago 1.74GB [2023-02-10T01:37:13.138Z] ab89ff824ac3 50 seconds ago 1.68GB [2023-02-10T01:37:13.138Z] core-common-config-bootstrapper latest 752599047c89 About a minute ago 15.5MB [2023-02-10T01:37:13.138Z] c398db71e908 About a minute ago 1.67GB [2023-02-10T01:37:13.138Z] security-spire-agent latest b9d9bcfcfc9c About a minute ago 125MB [2023-02-10T01:37:13.138Z] core-metadata latest 3b71e5596446 About a minute ago 18.5MB [2023-02-10T01:37:13.138Z] support-scheduler latest 91a897401fa3 About a minute ago 30MB [2023-02-10T01:37:13.138Z] security-spiffe-token-provider latest 006d3f97f955 About a minute ago 30MB [2023-02-10T01:37:13.138Z] core-data latest 7f3492f87dcd About a minute ago 17.9MB [2023-02-10T01:37:13.138Z] 93086c542115 About a minute ago 1.74GB [2023-02-10T01:37:13.138Z] b0a2f63f4400 About a minute ago 1.71GB [2023-02-10T01:37:13.138Z] 5c4407f3a6b1 About a minute ago 1.68GB [2023-02-10T01:37:13.138Z] 86311385e6b0 About a minute ago 1.68GB [2023-02-10T01:37:13.138Z] security-spire-server latest 8caa42091c75 2 minutes ago 86.5MB [2023-02-10T01:37:13.138Z] 7a2a6044dd85 2 minutes ago 1.55GB [2023-02-10T01:37:13.138Z] security-spire-config latest ad29f8f69605 2 minutes ago 85.8MB [2023-02-10T01:37:13.138Z] b84c24e3ca65 2 minutes ago 1.55GB [2023-02-10T01:37:13.138Z] ci-base-image-x86_64 latest a70ad83798ba 5 minutes ago 903MB [2023-02-10T01:37:13.138Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-02-10T01:37:13.138Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-10T01:37:13.138Z] alpine 3.15 c4fc93816858 6 months ago 5.59MB [2023-02-10T01:37:13.138Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-10T01:37:13.138Z] 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-02-10T01:37:13.260Z] provisioning config files... [2023-02-10T01:37:13.269Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/403@tmp/config7957863436214454763tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-10T01:37:13.567Z] ---> docker-login.sh [2023-02-10T01:37:13.567Z] nexus3.edgexfoundry.org:10001 [2023-02-10T01:37:13.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:37:13.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:37:13.567Z] Configure a credential helper to remove this warning. See [2023-02-10T01:37:13.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:37:13.567Z] [2023-02-10T01:37:13.567Z] Login Succeeded [2023-02-10T01:37:13.567Z] nexus3.edgexfoundry.org:10002 [2023-02-10T01:37:13.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:37:13.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:37:13.567Z] Configure a credential helper to remove this warning. See [2023-02-10T01:37:13.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:37:13.567Z] [2023-02-10T01:37:13.567Z] Login Succeeded [2023-02-10T01:37:13.567Z] nexus3.edgexfoundry.org:10003 [2023-02-10T01:37:13.661Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:37:13.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:37:13.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:37:13.824Z] Configure a credential helper to remove this warning. See [2023-02-10T01:37:13.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:37:13.824Z] [2023-02-10T01:37:13.824Z] Login Succeeded [2023-02-10T01:37:13.824Z] nexus3.edgexfoundry.org:10004 [2023-02-10T01:37:13.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:37:13.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:37:13.824Z] Configure a credential helper to remove this warning. See [2023-02-10T01:37:13.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:37:13.824Z] [2023-02-10T01:37:13.824Z] Login Succeeded [2023-02-10T01:37:13.824Z] docker.io [2023-02-10T01:37:13.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:37:13.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:37:13.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:37:13.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:37:14.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:37:14.205Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:37:14.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:37:14.341Z] Configure a credential helper to remove this warning. See [2023-02-10T01:37:14.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:37:14.341Z] [2023-02-10T01:37:14.341Z] Login Succeeded [2023-02-10T01:37:14.341Z] ---> docker-login.sh ends [Pipeline] } [2023-02-10T01:37:14.349Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:37:14.372Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-10T01:37:14.390Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-02-10T01:37:14.390Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:14.390Z] latest [2023-02-10T01:37:14.390Z] 3.0.0-dev.44 [2023-02-10T01:37:14.390Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:14.390Z] main [2023-02-10T01:37:14.390Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:14.476Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:37:14.476Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:37:14.699Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:14.743Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:37:15.002Z] + docker push nexus3.edgexfoundry.org:10004/core-command:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:15.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-10T01:37:15.002Z] f4b7b35acddd: Preparing [2023-02-10T01:37:15.002Z] 363d76018964: Preparing [2023-02-10T01:37:15.002Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:15.002Z] 040d5edd2be5: Preparing [2023-02-10T01:37:15.002Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:15.002Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:15.002Z] 6c89bce3d27c: Pushed [2023-02-10T01:37:15.002Z] f4b7b35acddd: Pushed [2023-02-10T01:37:15.002Z] 040d5edd2be5: Pushed [2023-02-10T01:37:15.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:37:15.600Z] OK: 221 MiB in 51 packages [2023-02-10T01:37:15.871Z] OK: 221 MiB in 51 packages [2023-02-10T01:37:15.871Z] v3.16.3-170-gb4524a0c7b8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-10T01:37:15.871Z] v3.16.3-170-gb4524a0c7b8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-10T01:37:15.871Z] OK: 16903 distinct packages available [2023-02-10T01:37:16.139Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:37:16.378Z] 363d76018964: Pushed [2023-02-10T01:37:16.378Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:76f5f90338ff175e0850d4100bc52e38ee57487e13b5414b10a584bd5d5e80e2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [2023-02-10T01:37:16.410Z] OK: 221 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:16.680Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:37:16.694Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:17.000Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-10T01:37:17.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-10T01:37:17.000Z] f4b7b35acddd: Preparing [2023-02-10T01:37:17.000Z] 363d76018964: Preparing [2023-02-10T01:37:17.000Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:17.000Z] 040d5edd2be5: Preparing [2023-02-10T01:37:17.000Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:17.000Z] 040d5edd2be5: Layer already exists [2023-02-10T01:37:17.000Z] f4b7b35acddd: Layer already exists [2023-02-10T01:37:17.000Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:17.000Z] 363d76018964: Layer already exists [2023-02-10T01:37:17.000Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:17.000Z] latest: digest: sha256:76f5f90338ff175e0850d4100bc52e38ee57487e13b5414b10a584bd5d5e80e2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:17.271Z] OK: 221 MiB in 51 packages [2023-02-10T01:37:17.310Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:17.610Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.44 [2023-02-10T01:37:17.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-10T01:37:17.610Z] f4b7b35acddd: Preparing [2023-02-10T01:37:17.610Z] 363d76018964: Preparing [2023-02-10T01:37:17.610Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:17.610Z] 040d5edd2be5: Preparing [2023-02-10T01:37:17.610Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:17.610Z] 040d5edd2be5: Layer already exists [2023-02-10T01:37:17.610Z] 363d76018964: Layer already exists [2023-02-10T01:37:17.610Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:17.610Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:17.610Z] f4b7b35acddd: Layer already exists [2023-02-10T01:37:17.610Z] 3.0.0-dev.44: digest: sha256:76f5f90338ff175e0850d4100bc52e38ee57487e13b5414b10a584bd5d5e80e2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:17.858Z] Removing intermediate container 66c76cbe35b8 [2023-02-10T01:37:17.858Z] ---> 53d13a8b20be [2023-02-10T01:37:17.858Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-10T01:37:17.916Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:18.133Z] OK: 221 MiB in 51 packages [2023-02-10T01:37:18.133Z] Removing intermediate container 377718181b7f [2023-02-10T01:37:18.133Z] ---> bf9fa0d7c749 [2023-02-10T01:37:18.133Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-10T01:37:18.213Z] + docker push nexus3.edgexfoundry.org:10004/core-command:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:18.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-10T01:37:18.213Z] f4b7b35acddd: Preparing [2023-02-10T01:37:18.213Z] 363d76018964: Preparing [2023-02-10T01:37:18.213Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:18.213Z] 040d5edd2be5: Preparing [2023-02-10T01:37:18.213Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:18.213Z] 040d5edd2be5: Layer already exists [2023-02-10T01:37:18.213Z] 363d76018964: Layer already exists [2023-02-10T01:37:18.213Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:18.213Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:18.213Z] f4b7b35acddd: Layer already exists [2023-02-10T01:37:18.213Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:76f5f90338ff175e0850d4100bc52e38ee57487e13b5414b10a584bd5d5e80e2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:18.410Z] Removing intermediate container 1d8c688a51c8 [2023-02-10T01:37:18.410Z] ---> 67ddcf1f4f5f [2023-02-10T01:37:18.410Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-10T01:37:18.537Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:18.838Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-02-10T01:37:18.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-10T01:37:18.838Z] f4b7b35acddd: Preparing [2023-02-10T01:37:18.838Z] 363d76018964: Preparing [2023-02-10T01:37:18.838Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:18.838Z] 040d5edd2be5: Preparing [2023-02-10T01:37:18.838Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:18.838Z] 363d76018964: Layer already exists [2023-02-10T01:37:18.838Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:18.838Z] 040d5edd2be5: Layer already exists [2023-02-10T01:37:18.838Z] f4b7b35acddd: Layer already exists [2023-02-10T01:37:18.838Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:18.838Z] main: digest: sha256:76f5f90338ff175e0850d4100bc52e38ee57487e13b5414b10a584bd5d5e80e2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:37:18.872Z] ===================================================== [Pipeline] echo [2023-02-10T01:37:18.878Z] taggedImages: [2023-02-10T01:37:18.878Z] - nexus3.edgexfoundry.org:10004/core-command:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:18.878Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-10T01:37:18.878Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.44 [2023-02-10T01:37:18.878Z] - nexus3.edgexfoundry.org:10004/core-command:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:18.878Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-02-10T01:37:18.893Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-02-10T01:37:18.893Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:18.893Z] latest [2023-02-10T01:37:18.893Z] 3.0.0-dev.44 [2023-02-10T01:37:18.893Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:18.893Z] main [2023-02-10T01:37:18.893Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:18.996Z] Removing intermediate container 569478a89a41 [2023-02-10T01:37:18.996Z] ---> 0a09579eefc3 [2023-02-10T01:37:18.996Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-10T01:37:18.996Z] ---> ffb8ce472bab [2023-02-10T01:37:18.996Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:37:19.197Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:19.266Z] ---> Running in 302f903d80df [2023-02-10T01:37:19.499Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:19.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-10T01:37:19.499Z] 0203b14e68c9: Preparing [2023-02-10T01:37:19.499Z] 1433be7d1669: Preparing [2023-02-10T01:37:19.499Z] 588c4e70b266: Preparing [2023-02-10T01:37:19.499Z] 7b36a9139853: Preparing [2023-02-10T01:37:19.499Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:19.499Z] fec218d0250d: Preparing [2023-02-10T01:37:19.499Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:19.499Z] fec218d0250d: Waiting [2023-02-10T01:37:19.499Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:19.499Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:19.499Z] 0203b14e68c9: Pushed [2023-02-10T01:37:19.499Z] 1433be7d1669: Pushed [2023-02-10T01:37:19.499Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:19.499Z] fec218d0250d: Pushed [2023-02-10T01:37:19.499Z] 588c4e70b266: Pushed [2023-02-10T01:37:19.535Z] ---> 740437170021 [2023-02-10T01:37:19.535Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:37:19.535Z] Removing intermediate container affd353ad2d5 [2023-02-10T01:37:19.535Z] ---> 8012b284aa4d [2023-02-10T01:37:19.535Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-10T01:37:19.813Z] ---> 017bd89cf0be [2023-02-10T01:37:19.813Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:37:19.813Z] ---> Running in b2ae1c8f2402 [2023-02-10T01:37:19.813Z] ---> Running in 538031779c89 [2023-02-10T01:37:20.434Z] 7b36a9139853: Pushed [2023-02-10T01:37:20.694Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:bbebdc2b164a8b1dba58425446c8290573a88b382b4f4d045af033197a7fffef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:20.819Z] ---> ab87fc76ec97 [2023-02-10T01:37:20.819Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:37:20.819Z] ---> Running in 84531478c029 [2023-02-10T01:37:20.999Z] + 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-02-10T01:37:21.095Z] ---> 4a1c8bdf0316 [2023-02-10T01:37:21.095Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:37:21.302Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-10T01:37:21.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-10T01:37:21.302Z] 0203b14e68c9: Preparing [2023-02-10T01:37:21.302Z] 1433be7d1669: Preparing [2023-02-10T01:37:21.302Z] 588c4e70b266: Preparing [2023-02-10T01:37:21.302Z] 7b36a9139853: Preparing [2023-02-10T01:37:21.302Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:21.302Z] fec218d0250d: Preparing [2023-02-10T01:37:21.302Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:21.302Z] fec218d0250d: Waiting [2023-02-10T01:37:21.302Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:21.302Z] 588c4e70b266: Layer already exists [2023-02-10T01:37:21.302Z] 1433be7d1669: Layer already exists [2023-02-10T01:37:21.303Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:21.303Z] 0203b14e68c9: Layer already exists [2023-02-10T01:37:21.303Z] 7b36a9139853: Layer already exists [2023-02-10T01:37:21.303Z] fec218d0250d: Layer already exists [2023-02-10T01:37:21.303Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:21.303Z] latest: digest: sha256:bbebdc2b164a8b1dba58425446c8290573a88b382b4f4d045af033197a7fffef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:21.364Z] ---> Running in 764e79757a21 [2023-02-10T01:37:21.607Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:21.909Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.44 [2023-02-10T01:37:21.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-10T01:37:21.909Z] 0203b14e68c9: Preparing [2023-02-10T01:37:21.909Z] 1433be7d1669: Preparing [2023-02-10T01:37:21.910Z] 588c4e70b266: Preparing [2023-02-10T01:37:21.910Z] 7b36a9139853: Preparing [2023-02-10T01:37:21.910Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:21.910Z] fec218d0250d: Preparing [2023-02-10T01:37:21.910Z] fec218d0250d: Waiting [2023-02-10T01:37:21.910Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:21.910Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:21.910Z] 588c4e70b266: Layer already exists [2023-02-10T01:37:21.910Z] 1433be7d1669: Layer already exists [2023-02-10T01:37:21.910Z] 7b36a9139853: Layer already exists [2023-02-10T01:37:21.910Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:21.910Z] 0203b14e68c9: Layer already exists [2023-02-10T01:37:21.910Z] fec218d0250d: Layer already exists [2023-02-10T01:37:21.910Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:21.910Z] 3.0.0-dev.44: digest: sha256:bbebdc2b164a8b1dba58425446c8290573a88b382b4f4d045af033197a7fffef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:22.229Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:22.532Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:22.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-10T01:37:22.532Z] 0203b14e68c9: Preparing [2023-02-10T01:37:22.532Z] 1433be7d1669: Preparing [2023-02-10T01:37:22.532Z] 588c4e70b266: Preparing [2023-02-10T01:37:22.532Z] 7b36a9139853: Preparing [2023-02-10T01:37:22.532Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:22.532Z] fec218d0250d: Preparing [2023-02-10T01:37:22.532Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:22.532Z] fec218d0250d: Waiting [2023-02-10T01:37:22.532Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:22.532Z] 7b36a9139853: Layer already exists [2023-02-10T01:37:22.532Z] 588c4e70b266: Layer already exists [2023-02-10T01:37:22.532Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:22.532Z] 0203b14e68c9: Layer already exists [2023-02-10T01:37:22.532Z] 1433be7d1669: Layer already exists [2023-02-10T01:37:22.532Z] fec218d0250d: Layer already exists [2023-02-10T01:37:22.532Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:22.532Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:bbebdc2b164a8b1dba58425446c8290573a88b382b4f4d045af033197a7fffef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:22.838Z] + 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-02-10T01:37:23.139Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-02-10T01:37:23.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-10T01:37:23.139Z] 0203b14e68c9: Preparing [2023-02-10T01:37:23.139Z] 1433be7d1669: Preparing [2023-02-10T01:37:23.139Z] 588c4e70b266: Preparing [2023-02-10T01:37:23.139Z] 7b36a9139853: Preparing [2023-02-10T01:37:23.139Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:23.139Z] fec218d0250d: Preparing [2023-02-10T01:37:23.139Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:23.139Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:23.139Z] fec218d0250d: Waiting [2023-02-10T01:37:23.139Z] 588c4e70b266: Layer already exists [2023-02-10T01:37:23.139Z] 1433be7d1669: Layer already exists [2023-02-10T01:37:23.139Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:23.139Z] 0203b14e68c9: Layer already exists [2023-02-10T01:37:23.139Z] 7b36a9139853: Layer already exists [2023-02-10T01:37:23.139Z] fec218d0250d: Layer already exists [2023-02-10T01:37:23.139Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:23.139Z] main: digest: sha256:bbebdc2b164a8b1dba58425446c8290573a88b382b4f4d045af033197a7fffef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:37:23.172Z] ===================================================== [Pipeline] echo [2023-02-10T01:37:23.178Z] taggedImages: [2023-02-10T01:37:23.178Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:23.178Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-10T01:37:23.178Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.44 [2023-02-10T01:37:23.178Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:23.178Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-02-10T01:37:23.192Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-02-10T01:37:23.192Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:23.192Z] latest [2023-02-10T01:37:23.192Z] 3.0.0-dev.44 [2023-02-10T01:37:23.192Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:23.192Z] main [2023-02-10T01:37:23.192Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:23.491Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:23.789Z] + docker push nexus3.edgexfoundry.org:10004/core-data:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:23.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-10T01:37:23.789Z] 807f29a76a58: Preparing [2023-02-10T01:37:23.789Z] da62e20f0d3a: Preparing [2023-02-10T01:37:23.789Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:23.789Z] c295e9a4d2bf: Preparing [2023-02-10T01:37:23.789Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:23.789Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:23.789Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:23.789Z] c295e9a4d2bf: Pushed [2023-02-10T01:37:23.789Z] 807f29a76a58: Pushed [2023-02-10T01:37:25.163Z] da62e20f0d3a: Pushed [2023-02-10T01:37:25.163Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:3608f52050aacde6b74ced74fe6542430142dca14d781e6458fca16c0052b7f0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:25.543Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:25.969Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-10T01:37:25.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-10T01:37:25.969Z] 807f29a76a58: Preparing [2023-02-10T01:37:25.969Z] da62e20f0d3a: Preparing [2023-02-10T01:37:25.969Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:25.969Z] c295e9a4d2bf: Preparing [2023-02-10T01:37:25.969Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:25.969Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:25.969Z] c295e9a4d2bf: Layer already exists [2023-02-10T01:37:25.969Z] 807f29a76a58: Layer already exists [2023-02-10T01:37:25.969Z] da62e20f0d3a: Layer already exists [2023-02-10T01:37:25.969Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:25.969Z] latest: digest: sha256:3608f52050aacde6b74ced74fe6542430142dca14d781e6458fca16c0052b7f0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:26.328Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:26.651Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.44 [2023-02-10T01:37:26.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-10T01:37:26.651Z] 807f29a76a58: Preparing [2023-02-10T01:37:26.651Z] da62e20f0d3a: Preparing [2023-02-10T01:37:26.651Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:26.651Z] c295e9a4d2bf: Preparing [2023-02-10T01:37:26.651Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:26.651Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:26.651Z] 807f29a76a58: Layer already exists [2023-02-10T01:37:26.651Z] c295e9a4d2bf: Layer already exists [2023-02-10T01:37:26.651Z] da62e20f0d3a: Layer already exists [2023-02-10T01:37:26.651Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:27.218Z] 3.0.0-dev.44: digest: sha256:3608f52050aacde6b74ced74fe6542430142dca14d781e6458fca16c0052b7f0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:27.532Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:27.836Z] + docker push nexus3.edgexfoundry.org:10004/core-data:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:27.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-10T01:37:27.836Z] 807f29a76a58: Preparing [2023-02-10T01:37:27.836Z] da62e20f0d3a: Preparing [2023-02-10T01:37:27.836Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:27.836Z] c295e9a4d2bf: Preparing [2023-02-10T01:37:27.836Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:27.836Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:27.836Z] c295e9a4d2bf: Layer already exists [2023-02-10T01:37:27.836Z] 807f29a76a58: Layer already exists [2023-02-10T01:37:27.836Z] da62e20f0d3a: Layer already exists [2023-02-10T01:37:27.836Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:27.836Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:3608f52050aacde6b74ced74fe6542430142dca14d781e6458fca16c0052b7f0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:28.139Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:28.442Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-02-10T01:37:28.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-10T01:37:28.442Z] 807f29a76a58: Preparing [2023-02-10T01:37:28.442Z] da62e20f0d3a: Preparing [2023-02-10T01:37:28.442Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:28.442Z] c295e9a4d2bf: Preparing [2023-02-10T01:37:28.442Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:28.442Z] 807f29a76a58: Layer already exists [2023-02-10T01:37:28.442Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:28.442Z] c295e9a4d2bf: Layer already exists [2023-02-10T01:37:28.442Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:28.442Z] da62e20f0d3a: Layer already exists [2023-02-10T01:37:28.443Z] main: digest: sha256:3608f52050aacde6b74ced74fe6542430142dca14d781e6458fca16c0052b7f0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:37:28.476Z] ===================================================== [Pipeline] echo [2023-02-10T01:37:28.482Z] taggedImages: [2023-02-10T01:37:28.482Z] - nexus3.edgexfoundry.org:10004/core-data:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:28.482Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-10T01:37:28.482Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.44 [2023-02-10T01:37:28.482Z] - nexus3.edgexfoundry.org:10004/core-data:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:28.482Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-02-10T01:37:28.496Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-02-10T01:37:28.496Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:28.496Z] latest [2023-02-10T01:37:28.496Z] 3.0.0-dev.44 [2023-02-10T01:37:28.496Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:28.496Z] main [2023-02-10T01:37:28.496Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:28.798Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:29.101Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:29.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-10T01:37:29.101Z] eb1ebd84bd2e: Preparing [2023-02-10T01:37:29.101Z] 9a1153912406: Preparing [2023-02-10T01:37:29.101Z] 0be07cd1f9aa: Preparing [2023-02-10T01:37:29.101Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:29.101Z] 040d5edd2be5: Preparing [2023-02-10T01:37:29.101Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:29.101Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:29.101Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:29.101Z] 040d5edd2be5: Layer already exists [2023-02-10T01:37:29.101Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:29.101Z] eb1ebd84bd2e: Pushed [2023-02-10T01:37:29.101Z] 9a1153912406: Pushed [2023-02-10T01:37:30.476Z] 0be07cd1f9aa: Pushed [2023-02-10T01:37:30.476Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:d4e0c06c73464482a620ec80b4332cf53412bb0cac35d313b72f0c7ce2457815 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:31.049Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:31.351Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-10T01:37:31.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-10T01:37:31.351Z] eb1ebd84bd2e: Preparing [2023-02-10T01:37:31.351Z] 9a1153912406: Preparing [2023-02-10T01:37:31.351Z] 0be07cd1f9aa: Preparing [2023-02-10T01:37:31.351Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:31.351Z] 040d5edd2be5: Preparing [2023-02-10T01:37:31.351Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:31.351Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:31.351Z] 040d5edd2be5: Layer already exists [2023-02-10T01:37:31.351Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:31.351Z] 0be07cd1f9aa: Layer already exists [2023-02-10T01:37:31.351Z] eb1ebd84bd2e: Layer already exists [2023-02-10T01:37:31.351Z] 9a1153912406: Layer already exists [2023-02-10T01:37:31.351Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:31.351Z] latest: digest: sha256:d4e0c06c73464482a620ec80b4332cf53412bb0cac35d313b72f0c7ce2457815 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:31.664Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:31.972Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.44 [2023-02-10T01:37:31.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-10T01:37:31.972Z] eb1ebd84bd2e: Preparing [2023-02-10T01:37:31.972Z] 9a1153912406: Preparing [2023-02-10T01:37:31.972Z] 0be07cd1f9aa: Preparing [2023-02-10T01:37:31.972Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:31.972Z] 040d5edd2be5: Preparing [2023-02-10T01:37:31.972Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:31.972Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:31.972Z] eb1ebd84bd2e: Layer already exists [2023-02-10T01:37:31.972Z] 9a1153912406: Layer already exists [2023-02-10T01:37:31.972Z] 040d5edd2be5: Layer already exists [2023-02-10T01:37:31.972Z] 0be07cd1f9aa: Layer already exists [2023-02-10T01:37:31.972Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:31.972Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:31.972Z] 3.0.0-dev.44: digest: sha256:d4e0c06c73464482a620ec80b4332cf53412bb0cac35d313b72f0c7ce2457815 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:32.275Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:32.577Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:32.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-10T01:37:32.578Z] eb1ebd84bd2e: Preparing [2023-02-10T01:37:32.578Z] 9a1153912406: Preparing [2023-02-10T01:37:32.578Z] 0be07cd1f9aa: Preparing [2023-02-10T01:37:32.578Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:32.578Z] 040d5edd2be5: Preparing [2023-02-10T01:37:32.578Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:32.578Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:32.578Z] 040d5edd2be5: Layer already exists [2023-02-10T01:37:32.578Z] eb1ebd84bd2e: Layer already exists [2023-02-10T01:37:32.578Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:32.578Z] 9a1153912406: Layer already exists [2023-02-10T01:37:32.578Z] 0be07cd1f9aa: Layer already exists [2023-02-10T01:37:32.578Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:32.578Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:d4e0c06c73464482a620ec80b4332cf53412bb0cac35d313b72f0c7ce2457815 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:32.879Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:33.180Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-02-10T01:37:33.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-10T01:37:33.180Z] eb1ebd84bd2e: Preparing [2023-02-10T01:37:33.180Z] 9a1153912406: Preparing [2023-02-10T01:37:33.180Z] 0be07cd1f9aa: Preparing [2023-02-10T01:37:33.180Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:33.180Z] 040d5edd2be5: Preparing [2023-02-10T01:37:33.180Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:33.180Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:33.180Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:33.180Z] 0be07cd1f9aa: Layer already exists [2023-02-10T01:37:33.180Z] eb1ebd84bd2e: Layer already exists [2023-02-10T01:37:33.180Z] 9a1153912406: Layer already exists [2023-02-10T01:37:33.180Z] 040d5edd2be5: Layer already exists [2023-02-10T01:37:33.180Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:33.180Z] main: digest: sha256:d4e0c06c73464482a620ec80b4332cf53412bb0cac35d313b72f0c7ce2457815 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:37:33.228Z] ===================================================== [Pipeline] echo [2023-02-10T01:37:33.237Z] taggedImages: [2023-02-10T01:37:33.237Z] - nexus3.edgexfoundry.org:10004/core-metadata:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:33.237Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-10T01:37:33.237Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.44 [2023-02-10T01:37:33.237Z] - nexus3.edgexfoundry.org:10004/core-metadata:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:33.237Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-02-10T01:37:33.260Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-02-10T01:37:33.260Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:33.260Z] latest [2023-02-10T01:37:33.260Z] 3.0.0-dev.44 [2023-02-10T01:37:33.260Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:33.260Z] main [2023-02-10T01:37:33.260Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:33.580Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:33.896Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:33.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-10T01:37:33.897Z] 9dacd45d0746: Preparing [2023-02-10T01:37:33.897Z] 9dacd45d0746: Preparing [2023-02-10T01:37:33.897Z] 277888e45437: Preparing [2023-02-10T01:37:33.897Z] acb9d47432e8: Preparing [2023-02-10T01:37:33.897Z] e81ecd9d2287: Preparing [2023-02-10T01:37:33.897Z] ebddf7263deb: Preparing [2023-02-10T01:37:33.897Z] f58948ac3a6b: Preparing [2023-02-10T01:37:33.897Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:33.897Z] 561946804c8c: Preparing [2023-02-10T01:37:33.897Z] f58948ac3a6b: Waiting [2023-02-10T01:37:33.897Z] 6c89bce3d27c: Waiting [2023-02-10T01:37:33.897Z] fd78dd83a15d: Preparing [2023-02-10T01:37:33.897Z] b0104b5a1839: Preparing [2023-02-10T01:37:33.897Z] 0bd0b8102d77: Preparing [2023-02-10T01:37:33.897Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:33.897Z] fd78dd83a15d: Waiting [2023-02-10T01:37:33.897Z] b0104b5a1839: Waiting [2023-02-10T01:37:33.897Z] 0bd0b8102d77: Waiting [2023-02-10T01:37:33.897Z] ebddf7263deb: Pushed [2023-02-10T01:37:33.897Z] 9dacd45d0746: Pushed [2023-02-10T01:37:33.897Z] e81ecd9d2287: Pushed [2023-02-10T01:37:33.897Z] acb9d47432e8: Pushed [2023-02-10T01:37:33.897Z] 277888e45437: Pushed [2023-02-10T01:37:33.897Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:34.155Z] 561946804c8c: Pushed [2023-02-10T01:37:34.155Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:34.155Z] 0bd0b8102d77: Pushed [2023-02-10T01:37:34.155Z] fd78dd83a15d: Pushed [2023-02-10T01:37:34.155Z] b0104b5a1839: Pushed [2023-02-10T01:37:36.057Z] f58948ac3a6b: Pushed [2023-02-10T01:37:36.057Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:6c760ab21559edcd4018fef7a5d28a1a2bca039a3881ae736d547018db6d519e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:36.359Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:36.671Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-10T01:37:36.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-10T01:37:36.671Z] 9dacd45d0746: Preparing [2023-02-10T01:37:36.671Z] 9dacd45d0746: Preparing [2023-02-10T01:37:36.671Z] 277888e45437: Preparing [2023-02-10T01:37:36.671Z] acb9d47432e8: Preparing [2023-02-10T01:37:36.671Z] e81ecd9d2287: Preparing [2023-02-10T01:37:36.671Z] ebddf7263deb: Preparing [2023-02-10T01:37:36.671Z] f58948ac3a6b: Preparing [2023-02-10T01:37:36.671Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:36.671Z] 561946804c8c: Preparing [2023-02-10T01:37:36.671Z] fd78dd83a15d: Preparing [2023-02-10T01:37:36.671Z] b0104b5a1839: Preparing [2023-02-10T01:37:36.671Z] 0bd0b8102d77: Preparing [2023-02-10T01:37:36.671Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:36.671Z] 561946804c8c: Waiting [2023-02-10T01:37:36.671Z] b0104b5a1839: Waiting [2023-02-10T01:37:36.671Z] fd78dd83a15d: Waiting [2023-02-10T01:37:36.671Z] 0bd0b8102d77: Waiting [2023-02-10T01:37:36.671Z] f58948ac3a6b: Waiting [2023-02-10T01:37:36.671Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:36.671Z] 6c89bce3d27c: Waiting [2023-02-10T01:37:36.671Z] 277888e45437: Layer already exists [2023-02-10T01:37:36.671Z] 9dacd45d0746: Layer already exists [2023-02-10T01:37:36.671Z] acb9d47432e8: Layer already exists [2023-02-10T01:37:36.671Z] e81ecd9d2287: Layer already exists [2023-02-10T01:37:36.671Z] ebddf7263deb: Layer already exists [2023-02-10T01:37:36.671Z] f58948ac3a6b: Layer already exists [2023-02-10T01:37:36.671Z] b0104b5a1839: Layer already exists [2023-02-10T01:37:36.671Z] 561946804c8c: Layer already exists [2023-02-10T01:37:36.671Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:36.671Z] fd78dd83a15d: Layer already exists [2023-02-10T01:37:36.671Z] 0bd0b8102d77: Layer already exists [2023-02-10T01:37:36.671Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:36.671Z] latest: digest: sha256:6c760ab21559edcd4018fef7a5d28a1a2bca039a3881ae736d547018db6d519e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:36.976Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:37.278Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.44 [2023-02-10T01:37:37.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-10T01:37:37.279Z] 9dacd45d0746: Preparing [2023-02-10T01:37:37.279Z] 9dacd45d0746: Preparing [2023-02-10T01:37:37.279Z] 277888e45437: Preparing [2023-02-10T01:37:37.279Z] acb9d47432e8: Preparing [2023-02-10T01:37:37.279Z] e81ecd9d2287: Preparing [2023-02-10T01:37:37.279Z] ebddf7263deb: Preparing [2023-02-10T01:37:37.279Z] f58948ac3a6b: Preparing [2023-02-10T01:37:37.279Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:37.279Z] 561946804c8c: Preparing [2023-02-10T01:37:37.279Z] fd78dd83a15d: Preparing [2023-02-10T01:37:37.279Z] b0104b5a1839: Preparing [2023-02-10T01:37:37.279Z] 0bd0b8102d77: Preparing [2023-02-10T01:37:37.279Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:37.279Z] b0104b5a1839: Waiting [2023-02-10T01:37:37.279Z] f58948ac3a6b: Waiting [2023-02-10T01:37:37.279Z] 0bd0b8102d77: Waiting [2023-02-10T01:37:37.279Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:37.279Z] 6c89bce3d27c: Waiting [2023-02-10T01:37:37.279Z] fd78dd83a15d: Waiting [2023-02-10T01:37:37.279Z] 561946804c8c: Waiting [2023-02-10T01:37:37.279Z] e81ecd9d2287: Layer already exists [2023-02-10T01:37:37.279Z] 9dacd45d0746: Layer already exists [2023-02-10T01:37:37.279Z] acb9d47432e8: Layer already exists [2023-02-10T01:37:37.279Z] ebddf7263deb: Layer already exists [2023-02-10T01:37:37.279Z] 277888e45437: Layer already exists [2023-02-10T01:37:37.279Z] f58948ac3a6b: Layer already exists [2023-02-10T01:37:37.279Z] 561946804c8c: Layer already exists [2023-02-10T01:37:37.279Z] b0104b5a1839: Layer already exists [2023-02-10T01:37:37.279Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:37.279Z] fd78dd83a15d: Layer already exists [2023-02-10T01:37:37.279Z] 0bd0b8102d77: Layer already exists [2023-02-10T01:37:37.279Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:37.279Z] 3.0.0-dev.44: digest: sha256:6c760ab21559edcd4018fef7a5d28a1a2bca039a3881ae736d547018db6d519e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:37.576Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:37.881Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:37.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-10T01:37:37.881Z] 9dacd45d0746: Preparing [2023-02-10T01:37:37.881Z] 9dacd45d0746: Preparing [2023-02-10T01:37:37.881Z] 277888e45437: Preparing [2023-02-10T01:37:37.881Z] acb9d47432e8: Preparing [2023-02-10T01:37:37.881Z] e81ecd9d2287: Preparing [2023-02-10T01:37:37.881Z] ebddf7263deb: Preparing [2023-02-10T01:37:37.881Z] f58948ac3a6b: Preparing [2023-02-10T01:37:37.881Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:37.881Z] 561946804c8c: Preparing [2023-02-10T01:37:37.881Z] fd78dd83a15d: Preparing [2023-02-10T01:37:37.881Z] b0104b5a1839: Preparing [2023-02-10T01:37:37.881Z] 0bd0b8102d77: Preparing [2023-02-10T01:37:37.881Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:37.881Z] 6c89bce3d27c: Waiting [2023-02-10T01:37:37.881Z] 561946804c8c: Waiting [2023-02-10T01:37:37.881Z] fd78dd83a15d: Waiting [2023-02-10T01:37:37.881Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:37.881Z] b0104b5a1839: Waiting [2023-02-10T01:37:37.881Z] 0bd0b8102d77: Waiting [2023-02-10T01:37:37.881Z] e81ecd9d2287: Layer already exists [2023-02-10T01:37:37.881Z] acb9d47432e8: Layer already exists [2023-02-10T01:37:37.881Z] 9dacd45d0746: Layer already exists [2023-02-10T01:37:37.881Z] 277888e45437: Layer already exists [2023-02-10T01:37:37.881Z] ebddf7263deb: Layer already exists [2023-02-10T01:37:37.881Z] f58948ac3a6b: Layer already exists [2023-02-10T01:37:37.881Z] 561946804c8c: Layer already exists [2023-02-10T01:37:37.881Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:37.881Z] b0104b5a1839: Layer already exists [2023-02-10T01:37:37.881Z] fd78dd83a15d: Layer already exists [2023-02-10T01:37:37.881Z] 0bd0b8102d77: Layer already exists [2023-02-10T01:37:37.881Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:37.881Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:6c760ab21559edcd4018fef7a5d28a1a2bca039a3881ae736d547018db6d519e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:38.183Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:38.483Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-02-10T01:37:38.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-10T01:37:38.484Z] 9dacd45d0746: Preparing [2023-02-10T01:37:38.484Z] 9dacd45d0746: Preparing [2023-02-10T01:37:38.484Z] 277888e45437: Preparing [2023-02-10T01:37:38.484Z] acb9d47432e8: Preparing [2023-02-10T01:37:38.484Z] e81ecd9d2287: Preparing [2023-02-10T01:37:38.484Z] ebddf7263deb: Preparing [2023-02-10T01:37:38.484Z] f58948ac3a6b: Preparing [2023-02-10T01:37:38.484Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:38.484Z] 561946804c8c: Preparing [2023-02-10T01:37:38.484Z] fd78dd83a15d: Preparing [2023-02-10T01:37:38.484Z] b0104b5a1839: Preparing [2023-02-10T01:37:38.484Z] 0bd0b8102d77: Preparing [2023-02-10T01:37:38.484Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:38.484Z] f58948ac3a6b: Waiting [2023-02-10T01:37:38.484Z] 6c89bce3d27c: Waiting [2023-02-10T01:37:38.484Z] 561946804c8c: Waiting [2023-02-10T01:37:38.484Z] 0bd0b8102d77: Waiting [2023-02-10T01:37:38.484Z] fd78dd83a15d: Waiting [2023-02-10T01:37:38.484Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:38.484Z] b0104b5a1839: Waiting [2023-02-10T01:37:38.484Z] 277888e45437: Layer already exists [2023-02-10T01:37:38.484Z] acb9d47432e8: Layer already exists [2023-02-10T01:37:38.484Z] e81ecd9d2287: Layer already exists [2023-02-10T01:37:38.484Z] 9dacd45d0746: Layer already exists [2023-02-10T01:37:38.484Z] ebddf7263deb: Layer already exists [2023-02-10T01:37:38.484Z] f58948ac3a6b: Layer already exists [2023-02-10T01:37:38.484Z] 561946804c8c: Layer already exists [2023-02-10T01:37:38.484Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:38.484Z] fd78dd83a15d: Layer already exists [2023-02-10T01:37:38.484Z] b0104b5a1839: Layer already exists [2023-02-10T01:37:38.484Z] 0bd0b8102d77: Layer already exists [2023-02-10T01:37:38.484Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:38.484Z] main: digest: sha256:6c760ab21559edcd4018fef7a5d28a1a2bca039a3881ae736d547018db6d519e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:37:38.517Z] ===================================================== [Pipeline] echo [2023-02-10T01:37:38.522Z] taggedImages: [2023-02-10T01:37:38.522Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:38.522Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-10T01:37:38.522Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.44 [2023-02-10T01:37:38.522Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:38.522Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-02-10T01:37:38.536Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-02-10T01:37:38.536Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:38.536Z] latest [2023-02-10T01:37:38.536Z] 3.0.0-dev.44 [2023-02-10T01:37:38.536Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:38.536Z] main [2023-02-10T01:37:38.536Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:38.837Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:39.136Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:39.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-10T01:37:39.136Z] ad4871d886c7: Preparing [2023-02-10T01:37:39.136Z] 48066eecc388: Preparing [2023-02-10T01:37:39.136Z] 81f738cb1de6: Preparing [2023-02-10T01:37:39.136Z] ef0182902744: Preparing [2023-02-10T01:37:39.136Z] 3cf87d720c46: Preparing [2023-02-10T01:37:39.136Z] 49aea34c33df: Preparing [2023-02-10T01:37:39.136Z] 407d4efc69ff: Preparing [2023-02-10T01:37:39.136Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:39.136Z] 49aea34c33df: Waiting [2023-02-10T01:37:39.136Z] 407d4efc69ff: Waiting [2023-02-10T01:37:39.136Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:39.136Z] 48066eecc388: Pushed [2023-02-10T01:37:39.136Z] ad4871d886c7: Pushed [2023-02-10T01:37:39.136Z] 3cf87d720c46: Pushed [2023-02-10T01:37:39.136Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:39.407Z] 49aea34c33df: Pushed [2023-02-10T01:37:39.667Z] 407d4efc69ff: Pushed [2023-02-10T01:37:40.232Z] ef0182902744: Pushed [2023-02-10T01:37:40.232Z] 81f738cb1de6: Pushed [2023-02-10T01:37:40.495Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:b5d4e1124d90468cc572cc7d2966df8ba748fe4ba6251ae8ac946d0c888b1f2f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:40.798Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:41.099Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-10T01:37:41.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-10T01:37:41.099Z] ad4871d886c7: Preparing [2023-02-10T01:37:41.099Z] 48066eecc388: Preparing [2023-02-10T01:37:41.099Z] 81f738cb1de6: Preparing [2023-02-10T01:37:41.099Z] ef0182902744: Preparing [2023-02-10T01:37:41.099Z] 3cf87d720c46: Preparing [2023-02-10T01:37:41.099Z] 49aea34c33df: Preparing [2023-02-10T01:37:41.099Z] 407d4efc69ff: Preparing [2023-02-10T01:37:41.099Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:41.099Z] 49aea34c33df: Waiting [2023-02-10T01:37:41.099Z] 407d4efc69ff: Waiting [2023-02-10T01:37:41.099Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:41.099Z] 3cf87d720c46: Layer already exists [2023-02-10T01:37:41.099Z] 81f738cb1de6: Layer already exists [2023-02-10T01:37:41.099Z] 48066eecc388: Layer already exists [2023-02-10T01:37:41.099Z] ad4871d886c7: Layer already exists [2023-02-10T01:37:41.099Z] ef0182902744: Layer already exists [2023-02-10T01:37:41.099Z] 49aea34c33df: Layer already exists [2023-02-10T01:37:41.099Z] 407d4efc69ff: Layer already exists [2023-02-10T01:37:41.099Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:41.099Z] latest: digest: sha256:b5d4e1124d90468cc572cc7d2966df8ba748fe4ba6251ae8ac946d0c888b1f2f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:41.398Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:41.694Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.44 [2023-02-10T01:37:41.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-10T01:37:41.695Z] ad4871d886c7: Preparing [2023-02-10T01:37:41.695Z] 48066eecc388: Preparing [2023-02-10T01:37:41.695Z] 81f738cb1de6: Preparing [2023-02-10T01:37:41.695Z] ef0182902744: Preparing [2023-02-10T01:37:41.695Z] 3cf87d720c46: Preparing [2023-02-10T01:37:41.695Z] 49aea34c33df: Preparing [2023-02-10T01:37:41.695Z] 407d4efc69ff: Preparing [2023-02-10T01:37:41.695Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:41.695Z] 49aea34c33df: Waiting [2023-02-10T01:37:41.695Z] 407d4efc69ff: Waiting [2023-02-10T01:37:41.695Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:41.695Z] 3cf87d720c46: Layer already exists [2023-02-10T01:37:41.695Z] ad4871d886c7: Layer already exists [2023-02-10T01:37:41.695Z] ef0182902744: Layer already exists [2023-02-10T01:37:41.695Z] 81f738cb1de6: Layer already exists [2023-02-10T01:37:41.695Z] 48066eecc388: Layer already exists [2023-02-10T01:37:41.695Z] 49aea34c33df: Layer already exists [2023-02-10T01:37:41.695Z] 407d4efc69ff: Layer already exists [2023-02-10T01:37:41.695Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:41.695Z] 3.0.0-dev.44: digest: sha256:b5d4e1124d90468cc572cc7d2966df8ba748fe4ba6251ae8ac946d0c888b1f2f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:41.999Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:42.296Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:42.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-10T01:37:42.296Z] ad4871d886c7: Preparing [2023-02-10T01:37:42.296Z] 48066eecc388: Preparing [2023-02-10T01:37:42.296Z] 81f738cb1de6: Preparing [2023-02-10T01:37:42.296Z] ef0182902744: Preparing [2023-02-10T01:37:42.296Z] 3cf87d720c46: Preparing [2023-02-10T01:37:42.296Z] 49aea34c33df: Preparing [2023-02-10T01:37:42.296Z] 407d4efc69ff: Preparing [2023-02-10T01:37:42.296Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:42.296Z] 49aea34c33df: Waiting [2023-02-10T01:37:42.296Z] 407d4efc69ff: Waiting [2023-02-10T01:37:42.296Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:42.296Z] ef0182902744: Layer already exists [2023-02-10T01:37:42.296Z] 81f738cb1de6: Layer already exists [2023-02-10T01:37:42.296Z] ad4871d886c7: Layer already exists [2023-02-10T01:37:42.296Z] 48066eecc388: Layer already exists [2023-02-10T01:37:42.296Z] 3cf87d720c46: Layer already exists [2023-02-10T01:37:42.296Z] 407d4efc69ff: Layer already exists [2023-02-10T01:37:42.296Z] 49aea34c33df: Layer already exists [2023-02-10T01:37:42.296Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:42.297Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:b5d4e1124d90468cc572cc7d2966df8ba748fe4ba6251ae8ac946d0c888b1f2f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:42.600Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:42.897Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-02-10T01:37:42.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-10T01:37:42.897Z] ad4871d886c7: Preparing [2023-02-10T01:37:42.897Z] 48066eecc388: Preparing [2023-02-10T01:37:42.897Z] 81f738cb1de6: Preparing [2023-02-10T01:37:42.897Z] ef0182902744: Preparing [2023-02-10T01:37:42.897Z] 3cf87d720c46: Preparing [2023-02-10T01:37:42.897Z] 49aea34c33df: Preparing [2023-02-10T01:37:42.897Z] 407d4efc69ff: Preparing [2023-02-10T01:37:42.897Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:42.897Z] 49aea34c33df: Waiting [2023-02-10T01:37:42.897Z] 407d4efc69ff: Waiting [2023-02-10T01:37:42.897Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:42.897Z] ad4871d886c7: Layer already exists [2023-02-10T01:37:42.897Z] 48066eecc388: Layer already exists [2023-02-10T01:37:42.897Z] 81f738cb1de6: Layer already exists [2023-02-10T01:37:42.897Z] 3cf87d720c46: Layer already exists [2023-02-10T01:37:42.897Z] ef0182902744: Layer already exists [2023-02-10T01:37:42.897Z] 49aea34c33df: Layer already exists [2023-02-10T01:37:42.897Z] 407d4efc69ff: Layer already exists [2023-02-10T01:37:42.897Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:42.897Z] main: digest: sha256:b5d4e1124d90468cc572cc7d2966df8ba748fe4ba6251ae8ac946d0c888b1f2f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:37:42.929Z] ===================================================== [Pipeline] echo [2023-02-10T01:37:42.935Z] taggedImages: [2023-02-10T01:37:42.935Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:42.935Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-10T01:37:42.935Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.44 [2023-02-10T01:37:42.935Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:42.935Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-02-10T01:37:42.949Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-02-10T01:37:42.949Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:42.949Z] latest [2023-02-10T01:37:42.949Z] 3.0.0-dev.44 [2023-02-10T01:37:42.949Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:42.949Z] main [2023-02-10T01:37:42.949Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:43.249Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:43.546Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:43.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-10T01:37:43.546Z] f954c92ca9a7: Preparing [2023-02-10T01:37:43.546Z] 755a84d8030c: Preparing [2023-02-10T01:37:43.546Z] 634fef0a2eda: Preparing [2023-02-10T01:37:43.546Z] 5d14a2196111: Preparing [2023-02-10T01:37:43.546Z] fb9110112558: Preparing [2023-02-10T01:37:43.546Z] 7181544dff06: Preparing [2023-02-10T01:37:43.546Z] c0b4e5fadd0b: Preparing [2023-02-10T01:37:43.546Z] 9b6d8376625d: Preparing [2023-02-10T01:37:43.546Z] e8ecc0e60c74: Preparing [2023-02-10T01:37:43.546Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:43.546Z] 7181544dff06: Waiting [2023-02-10T01:37:43.546Z] c0b4e5fadd0b: Waiting [2023-02-10T01:37:43.546Z] 9b6d8376625d: Waiting [2023-02-10T01:37:43.546Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:43.546Z] e8ecc0e60c74: Waiting [2023-02-10T01:37:43.546Z] f954c92ca9a7: Pushed [2023-02-10T01:37:43.546Z] fb9110112558: Pushed [2023-02-10T01:37:43.546Z] 755a84d8030c: Pushed [2023-02-10T01:37:43.805Z] 7181544dff06: Pushed [2023-02-10T01:37:43.805Z] c0b4e5fadd0b: Pushed [2023-02-10T01:37:43.805Z] 9b6d8376625d: Pushed [2023-02-10T01:37:43.805Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:43.805Z] e8ecc0e60c74: Pushed [2023-02-10T01:37:44.739Z] 5d14a2196111: Pushed [2023-02-10T01:37:44.997Z] 634fef0a2eda: Pushed [2023-02-10T01:37:45.255Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:6abd1ff6d51ba67e4b06a45fdc998291763267efc6f65cdd044109fa0949f21b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:45.561Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:45.867Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-10T01:37:45.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-10T01:37:45.867Z] f954c92ca9a7: Preparing [2023-02-10T01:37:45.867Z] 755a84d8030c: Preparing [2023-02-10T01:37:45.867Z] 634fef0a2eda: Preparing [2023-02-10T01:37:45.867Z] 5d14a2196111: Preparing [2023-02-10T01:37:45.867Z] fb9110112558: Preparing [2023-02-10T01:37:45.867Z] 7181544dff06: Preparing [2023-02-10T01:37:45.867Z] c0b4e5fadd0b: Preparing [2023-02-10T01:37:45.867Z] 9b6d8376625d: Preparing [2023-02-10T01:37:45.867Z] e8ecc0e60c74: Preparing [2023-02-10T01:37:45.867Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:45.867Z] 7181544dff06: Waiting [2023-02-10T01:37:45.867Z] c0b4e5fadd0b: Waiting [2023-02-10T01:37:45.867Z] 9b6d8376625d: Waiting [2023-02-10T01:37:45.867Z] e8ecc0e60c74: Waiting [2023-02-10T01:37:45.867Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:45.867Z] 5d14a2196111: Layer already exists [2023-02-10T01:37:45.867Z] 634fef0a2eda: Layer already exists [2023-02-10T01:37:45.867Z] fb9110112558: Layer already exists [2023-02-10T01:37:45.867Z] f954c92ca9a7: Layer already exists [2023-02-10T01:37:45.867Z] 755a84d8030c: Layer already exists [2023-02-10T01:37:45.867Z] 7181544dff06: Layer already exists [2023-02-10T01:37:45.867Z] 9b6d8376625d: Layer already exists [2023-02-10T01:37:45.867Z] e8ecc0e60c74: Layer already exists [2023-02-10T01:37:45.867Z] c0b4e5fadd0b: Layer already exists [2023-02-10T01:37:45.867Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:45.867Z] latest: digest: sha256:6abd1ff6d51ba67e4b06a45fdc998291763267efc6f65cdd044109fa0949f21b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:46.180Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:46.479Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.44 [2023-02-10T01:37:46.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-10T01:37:46.479Z] f954c92ca9a7: Preparing [2023-02-10T01:37:46.479Z] 755a84d8030c: Preparing [2023-02-10T01:37:46.479Z] 634fef0a2eda: Preparing [2023-02-10T01:37:46.479Z] 5d14a2196111: Preparing [2023-02-10T01:37:46.479Z] fb9110112558: Preparing [2023-02-10T01:37:46.479Z] 7181544dff06: Preparing [2023-02-10T01:37:46.479Z] c0b4e5fadd0b: Preparing [2023-02-10T01:37:46.479Z] 9b6d8376625d: Preparing [2023-02-10T01:37:46.479Z] e8ecc0e60c74: Preparing [2023-02-10T01:37:46.479Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:46.479Z] 9b6d8376625d: Waiting [2023-02-10T01:37:46.479Z] 7181544dff06: Waiting [2023-02-10T01:37:46.479Z] c0b4e5fadd0b: Waiting [2023-02-10T01:37:46.479Z] e8ecc0e60c74: Waiting [2023-02-10T01:37:46.479Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:46.479Z] 755a84d8030c: Layer already exists [2023-02-10T01:37:46.479Z] fb9110112558: Layer already exists [2023-02-10T01:37:46.479Z] 634fef0a2eda: Layer already exists [2023-02-10T01:37:46.479Z] 5d14a2196111: Layer already exists [2023-02-10T01:37:46.479Z] f954c92ca9a7: Layer already exists [2023-02-10T01:37:46.479Z] c0b4e5fadd0b: Layer already exists [2023-02-10T01:37:46.479Z] e8ecc0e60c74: Layer already exists [2023-02-10T01:37:46.479Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:46.479Z] 7181544dff06: Layer already exists [2023-02-10T01:37:46.479Z] 9b6d8376625d: Layer already exists [2023-02-10T01:37:46.479Z] 3.0.0-dev.44: digest: sha256:6abd1ff6d51ba67e4b06a45fdc998291763267efc6f65cdd044109fa0949f21b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:46.786Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:47.093Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:47.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-10T01:37:47.093Z] f954c92ca9a7: Preparing [2023-02-10T01:37:47.093Z] 755a84d8030c: Preparing [2023-02-10T01:37:47.093Z] 634fef0a2eda: Preparing [2023-02-10T01:37:47.093Z] 5d14a2196111: Preparing [2023-02-10T01:37:47.093Z] fb9110112558: Preparing [2023-02-10T01:37:47.093Z] 7181544dff06: Preparing [2023-02-10T01:37:47.093Z] c0b4e5fadd0b: Preparing [2023-02-10T01:37:47.093Z] 9b6d8376625d: Preparing [2023-02-10T01:37:47.093Z] e8ecc0e60c74: Preparing [2023-02-10T01:37:47.093Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:47.093Z] 7181544dff06: Waiting [2023-02-10T01:37:47.093Z] c0b4e5fadd0b: Waiting [2023-02-10T01:37:47.093Z] e8ecc0e60c74: Waiting [2023-02-10T01:37:47.093Z] 9b6d8376625d: Waiting [2023-02-10T01:37:47.093Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:47.093Z] 5d14a2196111: Layer already exists [2023-02-10T01:37:47.093Z] 634fef0a2eda: Layer already exists [2023-02-10T01:37:47.094Z] 755a84d8030c: Layer already exists [2023-02-10T01:37:47.094Z] f954c92ca9a7: Layer already exists [2023-02-10T01:37:47.094Z] fb9110112558: Layer already exists [2023-02-10T01:37:47.094Z] 7181544dff06: Layer already exists [2023-02-10T01:37:47.094Z] c0b4e5fadd0b: Layer already exists [2023-02-10T01:37:47.094Z] 9b6d8376625d: Layer already exists [2023-02-10T01:37:47.094Z] e8ecc0e60c74: Layer already exists [2023-02-10T01:37:47.094Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:47.094Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:6abd1ff6d51ba67e4b06a45fdc998291763267efc6f65cdd044109fa0949f21b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:47.405Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:47.712Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-02-10T01:37:47.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-10T01:37:47.712Z] f954c92ca9a7: Preparing [2023-02-10T01:37:47.712Z] 755a84d8030c: Preparing [2023-02-10T01:37:47.712Z] 634fef0a2eda: Preparing [2023-02-10T01:37:47.712Z] 5d14a2196111: Preparing [2023-02-10T01:37:47.712Z] fb9110112558: Preparing [2023-02-10T01:37:47.712Z] 7181544dff06: Preparing [2023-02-10T01:37:47.712Z] c0b4e5fadd0b: Preparing [2023-02-10T01:37:47.712Z] 9b6d8376625d: Preparing [2023-02-10T01:37:47.712Z] e8ecc0e60c74: Preparing [2023-02-10T01:37:47.712Z] e5e13b0c77cb: Preparing [2023-02-10T01:37:47.712Z] 9b6d8376625d: Waiting [2023-02-10T01:37:47.712Z] e8ecc0e60c74: Waiting [2023-02-10T01:37:47.712Z] e5e13b0c77cb: Waiting [2023-02-10T01:37:47.712Z] 7181544dff06: Waiting [2023-02-10T01:37:47.712Z] c0b4e5fadd0b: Waiting [2023-02-10T01:37:47.712Z] fb9110112558: Layer already exists [2023-02-10T01:37:47.712Z] f954c92ca9a7: Layer already exists [2023-02-10T01:37:47.712Z] 634fef0a2eda: Layer already exists [2023-02-10T01:37:47.712Z] 7181544dff06: Layer already exists [2023-02-10T01:37:47.712Z] 755a84d8030c: Layer already exists [2023-02-10T01:37:47.712Z] 5d14a2196111: Layer already exists [2023-02-10T01:37:47.712Z] 9b6d8376625d: Layer already exists [2023-02-10T01:37:47.712Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:37:47.712Z] c0b4e5fadd0b: Layer already exists [2023-02-10T01:37:47.712Z] e8ecc0e60c74: Layer already exists [2023-02-10T01:37:47.712Z] main: digest: sha256:6abd1ff6d51ba67e4b06a45fdc998291763267efc6f65cdd044109fa0949f21b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:37:47.759Z] ===================================================== [Pipeline] echo [2023-02-10T01:37:47.769Z] taggedImages: [2023-02-10T01:37:47.769Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:47.769Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-10T01:37:47.769Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.44 [2023-02-10T01:37:47.769Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:47.769Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-02-10T01:37:47.789Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-02-10T01:37:47.789Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:47.789Z] latest [2023-02-10T01:37:47.789Z] 3.0.0-dev.44 [2023-02-10T01:37:47.789Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:47.789Z] main [2023-02-10T01:37:47.789Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:48.114Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:48.416Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:48.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-10T01:37:48.416Z] 8054e461e123: Preparing [2023-02-10T01:37:48.416Z] 26bfde7bb2cb: Preparing [2023-02-10T01:37:48.416Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:48.416Z] 39cc0d3a6611: Preparing [2023-02-10T01:37:48.416Z] 34d5ebaa5410: Preparing [2023-02-10T01:37:48.416Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:37:48.416Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:48.416Z] 8054e461e123: Pushed [2023-02-10T01:37:49.351Z] 39cc0d3a6611: Pushed [2023-02-10T01:37:50.730Z] 26bfde7bb2cb: Pushed [2023-02-10T01:37:50.730Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:9ea1009afbb36e53545e53c60bd6a60ee46e9a2d73fb6ff4b3108b9d79273594 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:51.049Z] + 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-02-10T01:37:51.351Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-10T01:37:51.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-10T01:37:51.351Z] 8054e461e123: Preparing [2023-02-10T01:37:51.351Z] 26bfde7bb2cb: Preparing [2023-02-10T01:37:51.351Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:51.351Z] 39cc0d3a6611: Preparing [2023-02-10T01:37:51.351Z] 34d5ebaa5410: Preparing [2023-02-10T01:37:51.351Z] 26bfde7bb2cb: Layer already exists [2023-02-10T01:37:51.351Z] 8054e461e123: Layer already exists [2023-02-10T01:37:51.351Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:51.351Z] 39cc0d3a6611: Layer already exists [2023-02-10T01:37:51.351Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:37:51.351Z] latest: digest: sha256:9ea1009afbb36e53545e53c60bd6a60ee46e9a2d73fb6ff4b3108b9d79273594 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:51.656Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:51.964Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.44 [2023-02-10T01:37:51.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-10T01:37:51.964Z] 8054e461e123: Preparing [2023-02-10T01:37:51.964Z] 26bfde7bb2cb: Preparing [2023-02-10T01:37:51.964Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:51.964Z] 39cc0d3a6611: Preparing [2023-02-10T01:37:51.964Z] 34d5ebaa5410: Preparing [2023-02-10T01:37:51.964Z] 8054e461e123: Layer already exists [2023-02-10T01:37:51.964Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:51.964Z] 26bfde7bb2cb: Layer already exists [2023-02-10T01:37:51.964Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:37:51.964Z] 39cc0d3a6611: Layer already exists [2023-02-10T01:37:51.964Z] 3.0.0-dev.44: digest: sha256:9ea1009afbb36e53545e53c60bd6a60ee46e9a2d73fb6ff4b3108b9d79273594 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:52.271Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:52.578Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:52.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-10T01:37:52.578Z] 8054e461e123: Preparing [2023-02-10T01:37:52.578Z] 26bfde7bb2cb: Preparing [2023-02-10T01:37:52.578Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:52.578Z] 39cc0d3a6611: Preparing [2023-02-10T01:37:52.578Z] 34d5ebaa5410: Preparing [2023-02-10T01:37:52.578Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:37:52.578Z] 39cc0d3a6611: Layer already exists [2023-02-10T01:37:52.578Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:52.578Z] 8054e461e123: Layer already exists [2023-02-10T01:37:52.578Z] 26bfde7bb2cb: Layer already exists [2023-02-10T01:37:52.578Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:9ea1009afbb36e53545e53c60bd6a60ee46e9a2d73fb6ff4b3108b9d79273594 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:52.882Z] + 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-02-10T01:37:53.189Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-02-10T01:37:53.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-10T01:37:53.189Z] 8054e461e123: Preparing [2023-02-10T01:37:53.189Z] 26bfde7bb2cb: Preparing [2023-02-10T01:37:53.189Z] 6c89bce3d27c: Preparing [2023-02-10T01:37:53.189Z] 39cc0d3a6611: Preparing [2023-02-10T01:37:53.189Z] 34d5ebaa5410: Preparing [2023-02-10T01:37:53.189Z] 26bfde7bb2cb: Layer already exists [2023-02-10T01:37:53.189Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:37:53.189Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:37:53.189Z] 8054e461e123: Layer already exists [2023-02-10T01:37:53.189Z] 39cc0d3a6611: Layer already exists [2023-02-10T01:37:53.189Z] main: digest: sha256:9ea1009afbb36e53545e53c60bd6a60ee46e9a2d73fb6ff4b3108b9d79273594 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:37:53.227Z] ===================================================== [Pipeline] echo [2023-02-10T01:37:53.233Z] taggedImages: [2023-02-10T01:37:53.233Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:53.233Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-10T01:37:53.233Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.44 [2023-02-10T01:37:53.233Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:53.233Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-02-10T01:37:53.247Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-02-10T01:37:53.247Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:53.247Z] latest [2023-02-10T01:37:53.247Z] 3.0.0-dev.44 [2023-02-10T01:37:53.247Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:37:53.247Z] main [2023-02-10T01:37:53.247Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:53.565Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:37:53.866Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:37:53.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-10T01:37:53.866Z] 01b11f2ac86e: Preparing [2023-02-10T01:37:53.866Z] 6049bb2900b1: Preparing [2023-02-10T01:37:53.866Z] ad81532c5c9b: Preparing [2023-02-10T01:37:53.866Z] 72f3745a8ea6: Preparing [2023-02-10T01:37:53.866Z] a8d059b30942: Preparing [2023-02-10T01:37:53.866Z] d1ee653f8737: Preparing [2023-02-10T01:37:53.866Z] 34d5ebaa5410: Preparing [2023-02-10T01:37:53.866Z] d1ee653f8737: Waiting [2023-02-10T01:37:53.866Z] 01b11f2ac86e: Pushed [2023-02-10T01:37:53.866Z] 6049bb2900b1: Pushed [2023-02-10T01:37:53.866Z] ad81532c5c9b: Pushed [2023-02-10T01:37:53.866Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:37:54.439Z] d1ee653f8737: Pushed [2023-02-10T01:37:57.730Z] a8d059b30942: Pushed [2023-02-10T01:38:00.264Z] 72f3745a8ea6: Pushed [2023-02-10T01:38:00.264Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:e483617449e7e3ff7ea0825708cbeefd1e9fd99374aeb77b2fbf9c914a2abadf size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:00.570Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:00.871Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-10T01:38:00.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-10T01:38:00.871Z] 01b11f2ac86e: Preparing [2023-02-10T01:38:00.871Z] 6049bb2900b1: Preparing [2023-02-10T01:38:00.871Z] ad81532c5c9b: Preparing [2023-02-10T01:38:00.871Z] 72f3745a8ea6: Preparing [2023-02-10T01:38:00.871Z] a8d059b30942: Preparing [2023-02-10T01:38:00.871Z] d1ee653f8737: Preparing [2023-02-10T01:38:00.871Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:00.871Z] d1ee653f8737: Waiting [2023-02-10T01:38:00.871Z] 72f3745a8ea6: Layer already exists [2023-02-10T01:38:00.871Z] 01b11f2ac86e: Layer already exists [2023-02-10T01:38:00.871Z] 6049bb2900b1: Layer already exists [2023-02-10T01:38:00.871Z] a8d059b30942: Layer already exists [2023-02-10T01:38:00.871Z] ad81532c5c9b: Layer already exists [2023-02-10T01:38:00.871Z] d1ee653f8737: Layer already exists [2023-02-10T01:38:00.871Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:00.871Z] latest: digest: sha256:e483617449e7e3ff7ea0825708cbeefd1e9fd99374aeb77b2fbf9c914a2abadf size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:01.176Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:01.476Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.44 [2023-02-10T01:38:01.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-10T01:38:01.477Z] 01b11f2ac86e: Preparing [2023-02-10T01:38:01.477Z] 6049bb2900b1: Preparing [2023-02-10T01:38:01.477Z] ad81532c5c9b: Preparing [2023-02-10T01:38:01.477Z] 72f3745a8ea6: Preparing [2023-02-10T01:38:01.477Z] a8d059b30942: Preparing [2023-02-10T01:38:01.477Z] d1ee653f8737: Preparing [2023-02-10T01:38:01.477Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:01.477Z] d1ee653f8737: Waiting [2023-02-10T01:38:01.477Z] 34d5ebaa5410: Waiting [2023-02-10T01:38:01.477Z] a8d059b30942: Layer already exists [2023-02-10T01:38:01.477Z] 6049bb2900b1: Layer already exists [2023-02-10T01:38:01.477Z] 72f3745a8ea6: Layer already exists [2023-02-10T01:38:01.477Z] 01b11f2ac86e: Layer already exists [2023-02-10T01:38:01.477Z] ad81532c5c9b: Layer already exists [2023-02-10T01:38:01.477Z] d1ee653f8737: Layer already exists [2023-02-10T01:38:01.477Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:01.477Z] 3.0.0-dev.44: digest: sha256:e483617449e7e3ff7ea0825708cbeefd1e9fd99374aeb77b2fbf9c914a2abadf size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:01.791Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:02.095Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:02.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-10T01:38:02.096Z] 01b11f2ac86e: Preparing [2023-02-10T01:38:02.096Z] 6049bb2900b1: Preparing [2023-02-10T01:38:02.096Z] ad81532c5c9b: Preparing [2023-02-10T01:38:02.096Z] 72f3745a8ea6: Preparing [2023-02-10T01:38:02.096Z] a8d059b30942: Preparing [2023-02-10T01:38:02.096Z] d1ee653f8737: Preparing [2023-02-10T01:38:02.096Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:02.096Z] 34d5ebaa5410: Waiting [2023-02-10T01:38:02.096Z] d1ee653f8737: Waiting [2023-02-10T01:38:02.096Z] 01b11f2ac86e: Layer already exists [2023-02-10T01:38:02.096Z] 6049bb2900b1: Layer already exists [2023-02-10T01:38:02.096Z] ad81532c5c9b: Layer already exists [2023-02-10T01:38:02.096Z] a8d059b30942: Layer already exists [2023-02-10T01:38:02.096Z] 72f3745a8ea6: Layer already exists [2023-02-10T01:38:02.096Z] d1ee653f8737: Layer already exists [2023-02-10T01:38:02.096Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:02.096Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:e483617449e7e3ff7ea0825708cbeefd1e9fd99374aeb77b2fbf9c914a2abadf size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:02.403Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:02.715Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-10T01:38:02.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-10T01:38:02.716Z] 01b11f2ac86e: Preparing [2023-02-10T01:38:02.716Z] 6049bb2900b1: Preparing [2023-02-10T01:38:02.716Z] ad81532c5c9b: Preparing [2023-02-10T01:38:02.716Z] 72f3745a8ea6: Preparing [2023-02-10T01:38:02.716Z] a8d059b30942: Preparing [2023-02-10T01:38:02.716Z] d1ee653f8737: Preparing [2023-02-10T01:38:02.716Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:02.716Z] d1ee653f8737: Waiting [2023-02-10T01:38:02.716Z] 34d5ebaa5410: Waiting [2023-02-10T01:38:02.716Z] 72f3745a8ea6: Layer already exists [2023-02-10T01:38:02.716Z] a8d059b30942: Layer already exists [2023-02-10T01:38:02.716Z] 01b11f2ac86e: Layer already exists [2023-02-10T01:38:02.716Z] 6049bb2900b1: Layer already exists [2023-02-10T01:38:02.716Z] ad81532c5c9b: Layer already exists [2023-02-10T01:38:02.716Z] d1ee653f8737: Layer already exists [2023-02-10T01:38:02.716Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:02.716Z] main: digest: sha256:e483617449e7e3ff7ea0825708cbeefd1e9fd99374aeb77b2fbf9c914a2abadf size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:38:02.750Z] ===================================================== [Pipeline] echo [2023-02-10T01:38:02.756Z] taggedImages: [2023-02-10T01:38:02.756Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:38:02.756Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-10T01:38:02.756Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.44 [2023-02-10T01:38:02.756Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:02.756Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-02-10T01:38:02.770Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-02-10T01:38:02.770Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:38:02.770Z] latest [2023-02-10T01:38:02.770Z] 3.0.0-dev.44 [2023-02-10T01:38:02.770Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:02.770Z] main [2023-02-10T01:38:02.770Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:03.078Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:03.381Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:38:03.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-10T01:38:03.381Z] ad84aec6b6ff: Preparing [2023-02-10T01:38:03.381Z] 815662a4a56b: Preparing [2023-02-10T01:38:03.381Z] dd99526f1473: Preparing [2023-02-10T01:38:03.381Z] 6d3e9ee65bce: Preparing [2023-02-10T01:38:03.381Z] c18b101f4e8d: Preparing [2023-02-10T01:38:03.381Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:03.381Z] 34d5ebaa5410: Waiting [2023-02-10T01:38:03.641Z] 815662a4a56b: Pushed [2023-02-10T01:38:03.641Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:04.211Z] dd99526f1473: Pushed [2023-02-10T01:38:04.470Z] ad84aec6b6ff: Pushed [2023-02-10T01:38:05.051Z] c18b101f4e8d: Pushed [2023-02-10T01:38:10.326Z] 6d3e9ee65bce: Pushed [2023-02-10T01:38:10.326Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:b9cd53f15ea17d03a07e1ce535846a74395b167e1fc476ef36b920394b840189 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:10.641Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:10.944Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-10T01:38:10.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-10T01:38:10.944Z] ad84aec6b6ff: Preparing [2023-02-10T01:38:10.944Z] 815662a4a56b: Preparing [2023-02-10T01:38:10.944Z] dd99526f1473: Preparing [2023-02-10T01:38:10.944Z] 6d3e9ee65bce: Preparing [2023-02-10T01:38:10.944Z] c18b101f4e8d: Preparing [2023-02-10T01:38:10.944Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:10.944Z] 34d5ebaa5410: Waiting [2023-02-10T01:38:10.944Z] c18b101f4e8d: Layer already exists [2023-02-10T01:38:10.944Z] 815662a4a56b: Layer already exists [2023-02-10T01:38:10.944Z] 6d3e9ee65bce: Layer already exists [2023-02-10T01:38:10.944Z] ad84aec6b6ff: Layer already exists [2023-02-10T01:38:10.944Z] dd99526f1473: Layer already exists [2023-02-10T01:38:10.944Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:10.944Z] latest: digest: sha256:b9cd53f15ea17d03a07e1ce535846a74395b167e1fc476ef36b920394b840189 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:11.254Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:11.550Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.44 [2023-02-10T01:38:11.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-10T01:38:11.551Z] ad84aec6b6ff: Preparing [2023-02-10T01:38:11.551Z] 815662a4a56b: Preparing [2023-02-10T01:38:11.551Z] dd99526f1473: Preparing [2023-02-10T01:38:11.551Z] 6d3e9ee65bce: Preparing [2023-02-10T01:38:11.551Z] c18b101f4e8d: Preparing [2023-02-10T01:38:11.551Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:11.551Z] 34d5ebaa5410: Waiting [2023-02-10T01:38:11.551Z] c18b101f4e8d: Layer already exists [2023-02-10T01:38:11.551Z] dd99526f1473: Layer already exists [2023-02-10T01:38:11.551Z] 815662a4a56b: Layer already exists [2023-02-10T01:38:11.551Z] ad84aec6b6ff: Layer already exists [2023-02-10T01:38:11.551Z] 6d3e9ee65bce: Layer already exists [2023-02-10T01:38:11.551Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:11.551Z] 3.0.0-dev.44: digest: sha256:b9cd53f15ea17d03a07e1ce535846a74395b167e1fc476ef36b920394b840189 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:11.867Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:12.169Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:12.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-10T01:38:12.169Z] ad84aec6b6ff: Preparing [2023-02-10T01:38:12.169Z] 815662a4a56b: Preparing [2023-02-10T01:38:12.169Z] dd99526f1473: Preparing [2023-02-10T01:38:12.169Z] 6d3e9ee65bce: Preparing [2023-02-10T01:38:12.169Z] c18b101f4e8d: Preparing [2023-02-10T01:38:12.169Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:12.169Z] 34d5ebaa5410: Waiting [2023-02-10T01:38:12.169Z] dd99526f1473: Layer already exists [2023-02-10T01:38:12.169Z] ad84aec6b6ff: Layer already exists [2023-02-10T01:38:12.169Z] 6d3e9ee65bce: Layer already exists [2023-02-10T01:38:12.169Z] 815662a4a56b: Layer already exists [2023-02-10T01:38:12.169Z] c18b101f4e8d: Layer already exists [2023-02-10T01:38:12.169Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:12.169Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:b9cd53f15ea17d03a07e1ce535846a74395b167e1fc476ef36b920394b840189 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:12.475Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:12.779Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-02-10T01:38:12.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-10T01:38:12.779Z] ad84aec6b6ff: Preparing [2023-02-10T01:38:12.779Z] 815662a4a56b: Preparing [2023-02-10T01:38:12.779Z] dd99526f1473: Preparing [2023-02-10T01:38:12.779Z] 6d3e9ee65bce: Preparing [2023-02-10T01:38:12.779Z] c18b101f4e8d: Preparing [2023-02-10T01:38:12.779Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:12.779Z] 34d5ebaa5410: Waiting [2023-02-10T01:38:12.779Z] dd99526f1473: Layer already exists [2023-02-10T01:38:12.779Z] ad84aec6b6ff: Layer already exists [2023-02-10T01:38:12.779Z] 815662a4a56b: Layer already exists [2023-02-10T01:38:12.779Z] 6d3e9ee65bce: Layer already exists [2023-02-10T01:38:12.779Z] c18b101f4e8d: Layer already exists [2023-02-10T01:38:12.779Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:12.779Z] main: digest: sha256:b9cd53f15ea17d03a07e1ce535846a74395b167e1fc476ef36b920394b840189 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:38:12.815Z] ===================================================== [Pipeline] echo [2023-02-10T01:38:12.820Z] taggedImages: [2023-02-10T01:38:12.820Z] - nexus3.edgexfoundry.org:10004/security-spire-config:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:38:12.820Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-10T01:38:12.820Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.44 [2023-02-10T01:38:12.820Z] - nexus3.edgexfoundry.org:10004/security-spire-config:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:12.820Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-02-10T01:38:12.834Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-02-10T01:38:12.834Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:38:12.834Z] latest [2023-02-10T01:38:12.834Z] 3.0.0-dev.44 [2023-02-10T01:38:12.834Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:12.834Z] main [2023-02-10T01:38:12.834Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:13.136Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:13.443Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:38:13.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-10T01:38:13.443Z] e39dff823a2f: Preparing [2023-02-10T01:38:13.443Z] 2df9ea59349f: Preparing [2023-02-10T01:38:13.443Z] f2366b9c09bc: Preparing [2023-02-10T01:38:13.443Z] 4c3615112972: Preparing [2023-02-10T01:38:13.443Z] d1ee653f8737: Preparing [2023-02-10T01:38:13.443Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:13.443Z] 34d5ebaa5410: Waiting [2023-02-10T01:38:13.443Z] d1ee653f8737: Layer already exists [2023-02-10T01:38:13.443Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:13.443Z] 2df9ea59349f: Pushed [2023-02-10T01:38:13.443Z] f2366b9c09bc: Pushed [2023-02-10T01:38:13.443Z] e39dff823a2f: Pushed [2023-02-10T01:38:20.009Z] 4c3615112972: Pushed [2023-02-10T01:38:20.009Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:ffe0c0c47ac4bffb5339e785384b5e0931874b7b91e4581712f6af5920970af4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:20.323Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:20.631Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-10T01:38:20.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-10T01:38:20.632Z] e39dff823a2f: Preparing [2023-02-10T01:38:20.632Z] 2df9ea59349f: Preparing [2023-02-10T01:38:20.632Z] f2366b9c09bc: Preparing [2023-02-10T01:38:20.632Z] 4c3615112972: Preparing [2023-02-10T01:38:20.632Z] d1ee653f8737: Preparing [2023-02-10T01:38:20.632Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:20.632Z] 34d5ebaa5410: Waiting [2023-02-10T01:38:20.632Z] f2366b9c09bc: Layer already exists [2023-02-10T01:38:20.632Z] d1ee653f8737: Layer already exists [2023-02-10T01:38:20.632Z] e39dff823a2f: Layer already exists [2023-02-10T01:38:20.632Z] 2df9ea59349f: Layer already exists [2023-02-10T01:38:20.632Z] 4c3615112972: Layer already exists [2023-02-10T01:38:20.632Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:20.632Z] latest: digest: sha256:ffe0c0c47ac4bffb5339e785384b5e0931874b7b91e4581712f6af5920970af4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:20.937Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:21.242Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.44 [2023-02-10T01:38:21.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-10T01:38:21.242Z] e39dff823a2f: Preparing [2023-02-10T01:38:21.242Z] 2df9ea59349f: Preparing [2023-02-10T01:38:21.242Z] f2366b9c09bc: Preparing [2023-02-10T01:38:21.242Z] 4c3615112972: Preparing [2023-02-10T01:38:21.242Z] d1ee653f8737: Preparing [2023-02-10T01:38:21.242Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:21.242Z] 34d5ebaa5410: Waiting [2023-02-10T01:38:21.242Z] e39dff823a2f: Layer already exists [2023-02-10T01:38:21.242Z] f2366b9c09bc: Layer already exists [2023-02-10T01:38:21.242Z] d1ee653f8737: Layer already exists [2023-02-10T01:38:21.242Z] 4c3615112972: Layer already exists [2023-02-10T01:38:21.242Z] 2df9ea59349f: Layer already exists [2023-02-10T01:38:21.242Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:21.242Z] 3.0.0-dev.44: digest: sha256:ffe0c0c47ac4bffb5339e785384b5e0931874b7b91e4581712f6af5920970af4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:21.546Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:21.847Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:21.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-10T01:38:21.847Z] e39dff823a2f: Preparing [2023-02-10T01:38:21.847Z] 2df9ea59349f: Preparing [2023-02-10T01:38:21.847Z] f2366b9c09bc: Preparing [2023-02-10T01:38:21.847Z] 4c3615112972: Preparing [2023-02-10T01:38:21.847Z] d1ee653f8737: Preparing [2023-02-10T01:38:21.847Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:21.847Z] 34d5ebaa5410: Waiting [2023-02-10T01:38:21.847Z] e39dff823a2f: Layer already exists [2023-02-10T01:38:21.847Z] d1ee653f8737: Layer already exists [2023-02-10T01:38:21.847Z] 2df9ea59349f: Layer already exists [2023-02-10T01:38:21.847Z] f2366b9c09bc: Layer already exists [2023-02-10T01:38:21.848Z] 4c3615112972: Layer already exists [2023-02-10T01:38:21.848Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:21.848Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:ffe0c0c47ac4bffb5339e785384b5e0931874b7b91e4581712f6af5920970af4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:22.164Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:22.473Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-02-10T01:38:22.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-10T01:38:22.473Z] e39dff823a2f: Preparing [2023-02-10T01:38:22.473Z] 2df9ea59349f: Preparing [2023-02-10T01:38:22.473Z] f2366b9c09bc: Preparing [2023-02-10T01:38:22.473Z] 4c3615112972: Preparing [2023-02-10T01:38:22.473Z] d1ee653f8737: Preparing [2023-02-10T01:38:22.473Z] 34d5ebaa5410: Preparing [2023-02-10T01:38:22.473Z] 34d5ebaa5410: Waiting [2023-02-10T01:38:22.473Z] 4c3615112972: Layer already exists [2023-02-10T01:38:22.473Z] e39dff823a2f: Layer already exists [2023-02-10T01:38:22.473Z] d1ee653f8737: Layer already exists [2023-02-10T01:38:22.473Z] f2366b9c09bc: Layer already exists [2023-02-10T01:38:22.473Z] 2df9ea59349f: Layer already exists [2023-02-10T01:38:22.473Z] 34d5ebaa5410: Layer already exists [2023-02-10T01:38:22.473Z] main: digest: sha256:ffe0c0c47ac4bffb5339e785384b5e0931874b7b91e4581712f6af5920970af4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:38:22.526Z] ===================================================== [Pipeline] echo [2023-02-10T01:38:22.534Z] taggedImages: [2023-02-10T01:38:22.534Z] - nexus3.edgexfoundry.org:10004/security-spire-server:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:38:22.534Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-10T01:38:22.534Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.44 [2023-02-10T01:38:22.534Z] - nexus3.edgexfoundry.org:10004/security-spire-server:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:22.534Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-02-10T01:38:22.548Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-02-10T01:38:22.548Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:38:22.548Z] latest [2023-02-10T01:38:22.548Z] 3.0.0-dev.44 [2023-02-10T01:38:22.548Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:22.548Z] main [2023-02-10T01:38:22.548Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:22.848Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:23.149Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:38:23.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-10T01:38:23.149Z] 75eaaab38f08: Preparing [2023-02-10T01:38:23.149Z] 64de8436c64c: Preparing [2023-02-10T01:38:23.149Z] 6c89bce3d27c: Preparing [2023-02-10T01:38:23.149Z] 67367b9f9ad4: Preparing [2023-02-10T01:38:23.149Z] e5e13b0c77cb: Preparing [2023-02-10T01:38:23.149Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:38:23.149Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:38:23.149Z] 75eaaab38f08: Pushed [2023-02-10T01:38:23.149Z] 67367b9f9ad4: Pushed [2023-02-10T01:38:25.682Z] 64de8436c64c: Pushed [2023-02-10T01:38:25.682Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:368785a840467588441bdc5e5668ffc30d6c04a6997243a140634d62db70bec6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:25.997Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:26.308Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-10T01:38:26.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-10T01:38:26.308Z] 75eaaab38f08: Preparing [2023-02-10T01:38:26.308Z] 64de8436c64c: Preparing [2023-02-10T01:38:26.308Z] 6c89bce3d27c: Preparing [2023-02-10T01:38:26.308Z] 67367b9f9ad4: Preparing [2023-02-10T01:38:26.308Z] e5e13b0c77cb: Preparing [2023-02-10T01:38:26.308Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:38:26.308Z] 67367b9f9ad4: Layer already exists [2023-02-10T01:38:26.308Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:38:26.308Z] 64de8436c64c: Layer already exists [2023-02-10T01:38:26.308Z] 75eaaab38f08: Layer already exists [2023-02-10T01:38:26.308Z] latest: digest: sha256:368785a840467588441bdc5e5668ffc30d6c04a6997243a140634d62db70bec6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:26.619Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:26.917Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.44 [2023-02-10T01:38:26.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-10T01:38:26.917Z] 75eaaab38f08: Preparing [2023-02-10T01:38:26.917Z] 64de8436c64c: Preparing [2023-02-10T01:38:26.917Z] 6c89bce3d27c: Preparing [2023-02-10T01:38:26.917Z] 67367b9f9ad4: Preparing [2023-02-10T01:38:26.917Z] e5e13b0c77cb: Preparing [2023-02-10T01:38:26.917Z] 67367b9f9ad4: Layer already exists [2023-02-10T01:38:26.917Z] 64de8436c64c: Layer already exists [2023-02-10T01:38:26.917Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:38:26.918Z] 75eaaab38f08: Layer already exists [2023-02-10T01:38:26.918Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:38:26.918Z] 3.0.0-dev.44: digest: sha256:368785a840467588441bdc5e5668ffc30d6c04a6997243a140634d62db70bec6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:27.271Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:27.631Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:27.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-10T01:38:27.631Z] 75eaaab38f08: Preparing [2023-02-10T01:38:27.631Z] 64de8436c64c: Preparing [2023-02-10T01:38:27.631Z] 6c89bce3d27c: Preparing [2023-02-10T01:38:27.631Z] 67367b9f9ad4: Preparing [2023-02-10T01:38:27.631Z] e5e13b0c77cb: Preparing [2023-02-10T01:38:27.631Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:38:27.631Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:38:27.631Z] 64de8436c64c: Layer already exists [2023-02-10T01:38:27.631Z] 67367b9f9ad4: Layer already exists [2023-02-10T01:38:27.631Z] 75eaaab38f08: Layer already exists [2023-02-10T01:38:27.631Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:368785a840467588441bdc5e5668ffc30d6c04a6997243a140634d62db70bec6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:27.970Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:28.292Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-10T01:38:28.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-10T01:38:28.292Z] 75eaaab38f08: Preparing [2023-02-10T01:38:28.292Z] 64de8436c64c: Preparing [2023-02-10T01:38:28.292Z] 6c89bce3d27c: Preparing [2023-02-10T01:38:28.292Z] 67367b9f9ad4: Preparing [2023-02-10T01:38:28.292Z] e5e13b0c77cb: Preparing [2023-02-10T01:38:28.292Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:38:28.292Z] 67367b9f9ad4: Layer already exists [2023-02-10T01:38:28.292Z] 75eaaab38f08: Layer already exists [2023-02-10T01:38:28.292Z] 64de8436c64c: Layer already exists [2023-02-10T01:38:28.292Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:38:28.292Z] main: digest: sha256:368785a840467588441bdc5e5668ffc30d6c04a6997243a140634d62db70bec6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:38:28.336Z] ===================================================== [Pipeline] echo [2023-02-10T01:38:28.344Z] taggedImages: [2023-02-10T01:38:28.344Z] - nexus3.edgexfoundry.org:10004/support-notifications:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:38:28.344Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-10T01:38:28.344Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.44 [2023-02-10T01:38:28.344Z] - nexus3.edgexfoundry.org:10004/support-notifications:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:28.344Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-02-10T01:38:28.364Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-02-10T01:38:28.364Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:38:28.364Z] latest [2023-02-10T01:38:28.364Z] 3.0.0-dev.44 [2023-02-10T01:38:28.364Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:28.364Z] main [2023-02-10T01:38:28.364Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:28.687Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:28.988Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:38:28.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-10T01:38:28.988Z] 2120d89db086: Preparing [2023-02-10T01:38:28.988Z] a5e097016117: Preparing [2023-02-10T01:38:28.988Z] 6c89bce3d27c: Preparing [2023-02-10T01:38:28.988Z] 040d5edd2be5: Preparing [2023-02-10T01:38:28.988Z] e5e13b0c77cb: Preparing [2023-02-10T01:38:28.988Z] 040d5edd2be5: Layer already exists [2023-02-10T01:38:28.988Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:38:28.988Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:38:28.988Z] 2120d89db086: Pushed [2023-02-10T01:38:31.519Z] a5e097016117: Pushed [2023-02-10T01:38:31.519Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:2d437e870ccb9c9299a0111ec47ae35d23516daab214b19e22a621d135189de3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:31.817Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:32.115Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-10T01:38:32.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-10T01:38:32.116Z] 2120d89db086: Preparing [2023-02-10T01:38:32.116Z] a5e097016117: Preparing [2023-02-10T01:38:32.116Z] 6c89bce3d27c: Preparing [2023-02-10T01:38:32.116Z] 040d5edd2be5: Preparing [2023-02-10T01:38:32.116Z] e5e13b0c77cb: Preparing [2023-02-10T01:38:32.116Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:38:32.116Z] a5e097016117: Layer already exists [2023-02-10T01:38:32.116Z] 2120d89db086: Layer already exists [2023-02-10T01:38:32.116Z] 040d5edd2be5: Layer already exists [2023-02-10T01:38:32.116Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:38:32.116Z] latest: digest: sha256:2d437e870ccb9c9299a0111ec47ae35d23516daab214b19e22a621d135189de3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:32.416Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:32.716Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.44 [2023-02-10T01:38:32.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-10T01:38:32.716Z] 2120d89db086: Preparing [2023-02-10T01:38:32.716Z] a5e097016117: Preparing [2023-02-10T01:38:32.716Z] 6c89bce3d27c: Preparing [2023-02-10T01:38:32.716Z] 040d5edd2be5: Preparing [2023-02-10T01:38:32.716Z] e5e13b0c77cb: Preparing [2023-02-10T01:38:32.716Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:38:32.716Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:38:32.716Z] 2120d89db086: Layer already exists [2023-02-10T01:38:32.716Z] 040d5edd2be5: Layer already exists [2023-02-10T01:38:32.716Z] a5e097016117: Layer already exists [2023-02-10T01:38:32.716Z] 3.0.0-dev.44: digest: sha256:2d437e870ccb9c9299a0111ec47ae35d23516daab214b19e22a621d135189de3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:33.021Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:33.327Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:33.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-10T01:38:33.327Z] 2120d89db086: Preparing [2023-02-10T01:38:33.327Z] a5e097016117: Preparing [2023-02-10T01:38:33.327Z] 6c89bce3d27c: Preparing [2023-02-10T01:38:33.327Z] 040d5edd2be5: Preparing [2023-02-10T01:38:33.327Z] e5e13b0c77cb: Preparing [2023-02-10T01:38:33.327Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:38:33.327Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:38:33.327Z] 2120d89db086: Layer already exists [2023-02-10T01:38:33.327Z] a5e097016117: Layer already exists [2023-02-10T01:38:33.327Z] 040d5edd2be5: Layer already exists [2023-02-10T01:38:33.327Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:2d437e870ccb9c9299a0111ec47ae35d23516daab214b19e22a621d135189de3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:33.628Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:38:33.932Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-02-10T01:38:33.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-10T01:38:33.932Z] 2120d89db086: Preparing [2023-02-10T01:38:33.932Z] a5e097016117: Preparing [2023-02-10T01:38:33.932Z] 6c89bce3d27c: Preparing [2023-02-10T01:38:33.932Z] 040d5edd2be5: Preparing [2023-02-10T01:38:33.932Z] e5e13b0c77cb: Preparing [2023-02-10T01:38:33.932Z] e5e13b0c77cb: Layer already exists [2023-02-10T01:38:33.932Z] 040d5edd2be5: Layer already exists [2023-02-10T01:38:33.932Z] a5e097016117: Layer already exists [2023-02-10T01:38:33.932Z] 6c89bce3d27c: Layer already exists [2023-02-10T01:38:33.932Z] 2120d89db086: Layer already exists [2023-02-10T01:38:33.932Z] main: digest: sha256:2d437e870ccb9c9299a0111ec47ae35d23516daab214b19e22a621d135189de3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:38:33.981Z] ===================================================== [Pipeline] echo [2023-02-10T01:38:33.991Z] taggedImages: [2023-02-10T01:38:33.991Z] - nexus3.edgexfoundry.org:10004/support-scheduler:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:38:33.991Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-10T01:38:33.991Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.44 [2023-02-10T01:38:33.991Z] - nexus3.edgexfoundry.org:10004/support-scheduler:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:38:33.991Z] - 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-02-10T01:39:43.380Z] Removing intermediate container 764e79757a21 [2023-02-10T01:39:43.380Z] ---> 3dbf4620e5f1 [2023-02-10T01:39:43.380Z] Step 7/19 : COPY . . [2023-02-10T01:39:43.380Z] Removing intermediate container 302f903d80df [2023-02-10T01:39:43.380Z] ---> db2c7a4a06c0 [2023-02-10T01:39:43.380Z] Step 7/23 : COPY . . [2023-02-10T01:39:43.380Z] Removing intermediate container b2ae1c8f2402 [2023-02-10T01:39:43.380Z] ---> 9fa4cbb85b2a [2023-02-10T01:39:43.380Z] Step 7/24 : COPY . . [2023-02-10T01:39:43.380Z] Removing intermediate container 84531478c029 [2023-02-10T01:39:43.380Z] ---> 23aa3ec52f97 [2023-02-10T01:39:43.380Z] Step 8/23 : COPY . . [2023-02-10T01:39:43.380Z] Removing intermediate container 538031779c89 [2023-02-10T01:39:43.380Z] ---> 4f7736654a5b [2023-02-10T01:39:43.380Z] Step 7/21 : COPY . . [2023-02-10T01:39:43.380Z] ---> e198f4a2524c [2023-02-10T01:39:43.380Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-10T01:39:43.380Z] ---> Running in 1ecba3ed34b3 [2023-02-10T01:39:43.380Z] ---> 80f02030de6b [2023-02-10T01:39:43.380Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-10T01:39:43.380Z] ---> Running in 57346b720176 [2023-02-10T01:39:43.380Z] ---> d56606ba89b5 [2023-02-10T01:39:43.380Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-10T01:39:43.380Z] ---> 8c91988989e7 [2023-02-10T01:39:43.380Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-10T01:39:43.380Z] ---> Running in 4bb457c5518c [2023-02-10T01:39:43.380Z] Removing intermediate container 57346b720176 [2023-02-10T01:39:43.380Z] ---> 622e0af9f620 [2023-02-10T01:39:43.380Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-10T01:39:43.380Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-10T01:39:43.380Z] ---> 8b1a620dedca [2023-02-10T01:39:43.380Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-10T01:39:43.380Z] ---> Running in a96dd0dd67ec [2023-02-10T01:39:43.380Z] ---> Running in e45aacb0731c [2023-02-10T01:39:43.380Z] ---> Running in f5c9777feb73 [2023-02-10T01:39:43.380Z] Removing intermediate container e45aacb0731c [2023-02-10T01:39:43.380Z] ---> a3d883869a7e [2023-02-10T01:39:43.380Z] 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-02-10T01:39:43.380Z] ---> Running in c9cec7af4eb3 [2023-02-10T01:39:43.380Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-10T01:39:43.380Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-10T01:39:43.380Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-10T01:39:43.380Z] Removing intermediate container c9cec7af4eb3 [2023-02-10T01:39:43.380Z] ---> 9076d283ea86 [2023-02-10T01:39:43.380Z] Step 11/23 : WORKDIR /edgex-go [2023-02-10T01:39:43.380Z] ---> Running in 195e19aed9c1 [2023-02-10T01:39:45.338Z] Removing intermediate container 195e19aed9c1 [2023-02-10T01:39:45.339Z] ---> daca2b053c68 [2023-02-10T01:39:45.339Z] [2023-02-10T01:39:45.339Z] Step 12/23 : FROM alpine:3.15 [2023-02-10T01:39:45.339Z] 3.15: Pulling from library/alpine [2023-02-10T01:39:47.919Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-10T01:39:47.919Z] Status: Downloaded newer image for alpine:3.15 [2023-02-10T01:39:47.919Z] ---> 8aa73fd46299 [2023-02-10T01:39:47.919Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-10T01:39:47.919Z] ---> Running in b8bc2ee8d3d2 [2023-02-10T01:39:48.884Z] Removing intermediate container b8bc2ee8d3d2 [2023-02-10T01:39:48.884Z] ---> 764e31c517a5 [2023-02-10T01:39:48.884Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-10T01:39:51.467Z] ---> Running in 6af49e28c675 [2023-02-10T01:39:53.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:39:54.383Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:39:56.979Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-10T01:39:56.979Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-10T01:39:56.979Z] OK: 15736 distinct packages available [2023-02-10T01:39:56.979Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:39:57.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:40:00.542Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-10T01:40:00.542Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-10T01:40:00.542Z] (3/5) Installing libucontext (1.1-r0) [2023-02-10T01:40:00.542Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-10T01:40:00.542Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-10T01:40:00.542Z] Executing busybox-1.34.1-r7.trigger [2023-02-10T01:40:00.542Z] OK: 6 MiB in 19 packages [2023-02-10T01:40:04.828Z] Removing intermediate container 6af49e28c675 [2023-02-10T01:40:04.828Z] ---> 47a1c00875ec [2023-02-10T01:40:04.828Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-10T01:40:13.054Z] ---> 3aa9135ff833 [2023-02-10T01:40:13.054Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-10T01:40:13.054Z] ---> 9850ce6b16ea [2023-02-10T01:40:13.054Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-10T01:40:13.320Z] ---> 09b614faa418 [2023-02-10T01:40:13.320Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-10T01:40:14.281Z] ---> 31d7daf503b6 [2023-02-10T01:40:14.281Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-10T01:40:14.281Z] ---> Running in a898a647ca03 [2023-02-10T01:40:14.866Z] Removing intermediate container a898a647ca03 [2023-02-10T01:40:14.866Z] ---> 2f0135634886 [2023-02-10T01:40:14.866Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-10T01:40:14.866Z] ---> Running in 15585545bc6d [2023-02-10T01:40:15.457Z] Removing intermediate container 15585545bc6d [2023-02-10T01:40:15.457Z] ---> 66c558fa8c0e [2023-02-10T01:40:15.457Z] Step 21/23 : LABEL arch=arm64 [2023-02-10T01:40:15.457Z] ---> Running in ad12b12a764f [2023-02-10T01:40:16.042Z] Removing intermediate container ad12b12a764f [2023-02-10T01:40:16.042Z] ---> 80d795f6a623 [2023-02-10T01:40:16.042Z] Step 22/23 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:40:16.042Z] ---> Running in 1b88271aa37a [2023-02-10T01:40:16.626Z] Removing intermediate container 1b88271aa37a [2023-02-10T01:40:16.626Z] ---> 697f871c7f73 [2023-02-10T01:40:16.626Z] Step 23/23 : LABEL version=3.0.0-dev.44 [2023-02-10T01:40:16.626Z] ---> Running in 4fc5d24efb2a [2023-02-10T01:40:17.208Z] Removing intermediate container 4fc5d24efb2a [2023-02-10T01:40:17.208Z] ---> b3171b1b342f [2023-02-10T01:40:17.208Z] [2023-02-10T01:40:17.208Z] Successfully built b3171b1b342f [2023-02-10T01:40:17.208Z] Successfully tagged security-spire-server-arm64:latest [2023-02-10T01:40:17.208Z]  Building security-spire-server ... done Building security-spire-agent [2023-02-10T01:40:20.549Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:40:20.549Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:40:20.549Z] ---> a13b23948dd3 [2023-02-10T01:40:20.549Z] Step 3/24 : WORKDIR /edgex-go [2023-02-10T01:40:20.549Z] ---> Using cache [2023-02-10T01:40:20.549Z] ---> 21d6298eb9f9 [2023-02-10T01:40:20.549Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-10T01:40:20.549Z] ---> Running in 730955d44881 [2023-02-10T01:40:22.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:40:23.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:40:25.074Z] OK: 221 MiB in 51 packages [2023-02-10T01:40:26.044Z] Removing intermediate container 730955d44881 [2023-02-10T01:40:26.044Z] ---> 09dcf444aa54 [2023-02-10T01:40:26.044Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-10T01:40:27.007Z] ---> b1960ceebea7 [2023-02-10T01:40:27.007Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:40:27.007Z] ---> Running in cd7aeff793e8 [2023-02-10T01:42:18.666Z] Removing intermediate container cd7aeff793e8 [2023-02-10T01:42:18.666Z] ---> 19c82e0b6515 [2023-02-10T01:42:18.666Z] Step 7/24 : COPY . . [2023-02-10T01:42:18.666Z] ---> ab7ab0f61ff3 [2023-02-10T01:42:18.666Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-10T01:42:18.666Z] ---> Running in 80c1675d01d7 [2023-02-10T01:42:18.666Z] Removing intermediate container 80c1675d01d7 [2023-02-10T01:42:18.666Z] ---> 512908a80948 [2023-02-10T01:42:18.666Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-10T01:42:18.666Z] ---> Running in 7eb69d07b64c [2023-02-10T01:42:18.666Z] Removing intermediate container 7eb69d07b64c [2023-02-10T01:42:18.666Z] ---> 2703e85c265f [2023-02-10T01:42:18.666Z] 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-02-10T01:42:18.666Z] ---> Running in 72133265f17b [2023-02-10T01:42:18.666Z] Removing intermediate container 72133265f17b [2023-02-10T01:42:18.666Z] ---> 83154a67ec33 [2023-02-10T01:42:18.666Z] Step 11/24 : WORKDIR /edgex-go [2023-02-10T01:42:18.666Z] ---> Running in b97766b89f54 [2023-02-10T01:42:18.666Z] Removing intermediate container b97766b89f54 [2023-02-10T01:42:18.666Z] ---> 9e7b34ab871e [2023-02-10T01:42:18.666Z] [2023-02-10T01:42:18.666Z] Step 12/24 : FROM alpine:3.15 [2023-02-10T01:42:18.666Z] ---> 8aa73fd46299 [2023-02-10T01:42:18.666Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-10T01:42:18.666Z] ---> Using cache [2023-02-10T01:42:18.666Z] ---> 764e31c517a5 [2023-02-10T01:42:18.666Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-10T01:42:18.666Z] ---> Using cache [2023-02-10T01:42:18.666Z] ---> 47a1c00875ec [2023-02-10T01:42:18.666Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-10T01:42:18.666Z] ---> b5b2aa2ca8bb [2023-02-10T01:42:18.666Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-10T01:42:22.937Z] ---> b13acc74e601 [2023-02-10T01:42:22.937Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-10T01:42:23.204Z] ---> 9c9a4c333329 [2023-02-10T01:42:23.204Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-10T01:42:25.818Z] ---> c3f32bd4faf8 [2023-02-10T01:42:25.818Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-10T01:42:26.786Z] ---> a692e3e58254 [2023-02-10T01:42:26.786Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-10T01:42:26.786Z] ---> Running in 0633f6ac36ff [2023-02-10T01:42:27.393Z] Removing intermediate container 0633f6ac36ff [2023-02-10T01:42:27.393Z] ---> 060e1fa98b5a [2023-02-10T01:42:27.393Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-10T01:42:27.393Z] ---> Running in 6ff0a88e7dae [2023-02-10T01:42:27.986Z] Removing intermediate container 6ff0a88e7dae [2023-02-10T01:42:27.986Z] ---> 66ca80dceaef [2023-02-10T01:42:27.986Z] Step 22/24 : LABEL arch=arm64 [2023-02-10T01:42:27.986Z] ---> Running in 2253686e839a [2023-02-10T01:42:28.569Z] Removing intermediate container 2253686e839a [2023-02-10T01:42:28.569Z] ---> 6e96d4ca5711 [2023-02-10T01:42:28.569Z] Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:42:28.569Z] ---> Running in 24127e9a3fad [2023-02-10T01:42:29.157Z] Removing intermediate container 24127e9a3fad [2023-02-10T01:42:29.157Z] ---> 4ee3e7a8e898 [2023-02-10T01:42:29.157Z] Step 24/24 : LABEL version=3.0.0-dev.44 [2023-02-10T01:42:29.429Z] ---> Running in 011f7368a5cd [2023-02-10T01:42:30.013Z] Removing intermediate container 011f7368a5cd [2023-02-10T01:42:30.013Z] ---> 04a409c54001 [2023-02-10T01:42:30.013Z] [2023-02-10T01:42:30.013Z] Successfully built 04a409c54001 [2023-02-10T01:42:30.013Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-10T01:42:30.013Z]  Building security-spire-agent ... done Building support-notifications [2023-02-10T01:42:34.260Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:42:34.260Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:42:34.260Z] ---> a13b23948dd3 [2023-02-10T01:42:34.260Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-10T01:42:34.260Z] ---> Using cache [2023-02-10T01:42:34.260Z] ---> 33b13709b8f7 [2023-02-10T01:42:34.260Z] Step 4/22 : WORKDIR /edgex-go [2023-02-10T01:42:34.260Z] ---> Using cache [2023-02-10T01:42:34.260Z] ---> a09e750ccff6 [2023-02-10T01:42:34.260Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-10T01:42:34.260Z] ---> Running in 00cf6c804658 [2023-02-10T01:42:36.209Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:42:36.477Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:42:37.891Z] OK: 221 MiB in 51 packages [2023-02-10T01:42:39.314Z] Removing intermediate container 00cf6c804658 [2023-02-10T01:42:39.314Z] ---> 6d87a0c20503 [2023-02-10T01:42:39.314Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-10T01:42:40.276Z] ---> f95456f71ea6 [2023-02-10T01:42:40.276Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:42:40.276Z] ---> Running in 7dd74d12cb96 [2023-02-10T01:44:16.919Z] Removing intermediate container 7dd74d12cb96 [2023-02-10T01:44:16.919Z] ---> 6683a9bfb44e [2023-02-10T01:44:16.919Z] Step 8/22 : COPY . . [2023-02-10T01:44:16.919Z] ---> 74e4ac66f64f [2023-02-10T01:44:16.919Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-10T01:44:16.919Z] ---> Running in ee51a148862f [2023-02-10T01:44:17.499Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-10T01:46:09.172Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-10T01:46:09.172Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-10T01:46:31.888Z] Removing intermediate container a96dd0dd67ec [2023-02-10T01:46:31.888Z] ---> 50d19781ca36 [2023-02-10T01:46:31.888Z] [2023-02-10T01:46:31.888Z] Step 9/21 : FROM alpine:3.16 [2023-02-10T01:46:31.888Z] 3.16: Pulling from library/alpine [2023-02-10T01:46:31.888Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-10T01:46:31.888Z] Status: Downloaded newer image for alpine:3.16 [2023-02-10T01:46:31.888Z] ---> 2b4661558fb8 [2023-02-10T01:46:31.888Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-10T01:46:32.156Z] ---> Running in bf0084a5268d [2023-02-10T01:46:32.741Z] Removing intermediate container 4bb457c5518c [2023-02-10T01:46:32.741Z] ---> 5f913fb51cd4 [2023-02-10T01:46:32.741Z] [2023-02-10T01:46:32.741Z] Step 9/24 : FROM alpine:3.16 [2023-02-10T01:46:32.741Z] ---> 2b4661558fb8 [2023-02-10T01:46:32.741Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-10T01:46:32.741Z] ---> Running in 6b41dec58d83 [2023-02-10T01:46:35.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:46:35.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:46:35.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:46:35.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:46:36.995Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-10T01:46:36.995Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-10T01:46:36.995Z] (3/3) Installing su-exec (0.2-r1) [2023-02-10T01:46:36.995Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:46:36.995Z] Executing ca-certificates-20220614-r0.trigger [2023-02-10T01:46:36.995Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-10T01:46:37.263Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-10T01:46:37.263Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-10T01:46:37.263Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-10T01:46:37.263Z] (5/6) Installing curl (7.83.1-r5) [2023-02-10T01:46:37.263Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-10T01:46:37.263Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:46:37.532Z] Executing ca-certificates-20220614-r0.trigger [2023-02-10T01:46:37.532Z] OK: 6 MiB in 17 packages [2023-02-10T01:46:37.798Z] OK: 8 MiB in 20 packages [2023-02-10T01:46:40.377Z] Removing intermediate container 6b41dec58d83 [2023-02-10T01:46:40.377Z] ---> f5d8d4803834 [2023-02-10T01:46:40.377Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-10T01:46:40.377Z] ---> Running in 15881b9ab61d [2023-02-10T01:46:40.960Z] Removing intermediate container bf0084a5268d [2023-02-10T01:46:40.960Z] ---> d2e76d74a770 [2023-02-10T01:46:40.960Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-10T01:46:41.229Z] ---> Running in b515d8d35969 [2023-02-10T01:46:41.229Z] Removing intermediate container 15881b9ab61d [2023-02-10T01:46:41.229Z] ---> bb67018edb7e [2023-02-10T01:46:41.229Z] Step 12/24 : WORKDIR / [2023-02-10T01:46:41.497Z] ---> Running in b397902cdad6 [2023-02-10T01:46:41.763Z] Removing intermediate container b515d8d35969 [2023-02-10T01:46:41.763Z] ---> 1a87ab18a4cb [2023-02-10T01:46:41.763Z] Step 12/21 : WORKDIR /edgex [2023-02-10T01:46:42.029Z] ---> Running in d9b779bd0a7d [2023-02-10T01:46:42.029Z] Removing intermediate container b397902cdad6 [2023-02-10T01:46:42.029Z] ---> 0e58005d3803 [2023-02-10T01:46:42.029Z] 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-02-10T01:46:44.616Z] Removing intermediate container d9b779bd0a7d [2023-02-10T01:46:44.616Z] ---> eee78f4aac12 [2023-02-10T01:46:44.616Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-10T01:46:44.616Z] ---> 6f2ab86e06f8 [2023-02-10T01:46:44.616Z] 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-02-10T01:46:45.570Z] ---> 82a15dda6a28 [2023-02-10T01:46:45.570Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-10T01:46:45.570Z] ---> 00918987b50f [2023-02-10T01:46:45.570Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-10T01:46:46.976Z] ---> e1566b524717 [2023-02-10T01:46:46.976Z] 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-02-10T01:46:47.949Z] ---> ec2c3ce6a705 [2023-02-10T01:46:47.949Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-10T01:46:48.215Z] ---> 3d7e3981f7e5 [2023-02-10T01:46:48.215Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-10T01:46:49.623Z] ---> bedc75f364de [2023-02-10T01:46:49.623Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-10T01:46:50.585Z] ---> 2c599e79ff7e [2023-02-10T01:46:50.585Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-10T01:46:51.174Z] ---> e91cad5265d8 [2023-02-10T01:46:51.175Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-10T01:46:51.442Z] ---> Running in f419e197cca7 [2023-02-10T01:46:54.791Z] ---> cf0bf6834ba8 [2023-02-10T01:46:54.791Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-10T01:46:58.139Z] Removing intermediate container f419e197cca7 [2023-02-10T01:46:58.139Z] ---> 1c906ac93951 [2023-02-10T01:46:58.139Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-10T01:46:58.139Z] ---> bf1c68f02f32 [2023-02-10T01:46:58.139Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-10T01:46:58.139Z] ---> Running in f3b68e0d0f65 [2023-02-10T01:46:58.407Z] ---> Running in 2594c90c5864 [2023-02-10T01:46:59.840Z] Removing intermediate container f3b68e0d0f65 [2023-02-10T01:46:59.840Z] ---> a88b23fc6334 [2023-02-10T01:46:59.840Z] Step 19/21 : LABEL arch=arm64 [2023-02-10T01:46:59.840Z] ---> Running in b4c14b393d51 [2023-02-10T01:47:00.821Z] Removing intermediate container b4c14b393d51 [2023-02-10T01:47:00.821Z] ---> c96832b0081d [2023-02-10T01:47:00.821Z] Step 20/21 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:47:01.087Z] ---> Running in 3d5d02eb0af1 [2023-02-10T01:47:02.514Z] Removing intermediate container 3d5d02eb0af1 [2023-02-10T01:47:02.514Z] ---> 127e17c50750 [2023-02-10T01:47:02.514Z] Step 21/21 : LABEL version=3.0.0-dev.44 [2023-02-10T01:47:02.804Z] ---> Running in f31d2b7e4709 [2023-02-10T01:47:02.804Z] Removing intermediate container 2594c90c5864 [2023-02-10T01:47:02.804Z] ---> 5606b83e9a65 [2023-02-10T01:47:02.804Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-10T01:47:03.076Z] ---> Running in 7c5eea3a7245 [2023-02-10T01:47:04.039Z] Removing intermediate container f31d2b7e4709 [2023-02-10T01:47:04.039Z] ---> 92cf2afd007d [2023-02-10T01:47:04.039Z] [2023-02-10T01:47:04.039Z] Removing intermediate container 7c5eea3a7245 [2023-02-10T01:47:04.039Z] ---> 46c959cc7853 [2023-02-10T01:47:04.039Z] Step 22/24 : LABEL arch=arm64 [2023-02-10T01:47:04.314Z] ---> Running in a2f15d821ae9 [2023-02-10T01:47:04.314Z] Successfully built 92cf2afd007d [2023-02-10T01:47:04.314Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-10T01:47:04.314Z]  Building security-proxy-setup ... done Building security-spire-config [2023-02-10T01:47:05.272Z] Removing intermediate container a2f15d821ae9 [2023-02-10T01:47:05.272Z] ---> 956400886c9c [2023-02-10T01:47:05.272Z] Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:47:05.272Z] ---> Running in a27781abf8a6 [2023-02-10T01:47:05.861Z] Removing intermediate container a27781abf8a6 [2023-02-10T01:47:05.861Z] ---> 0104c6720d34 [2023-02-10T01:47:05.861Z] Step 24/24 : LABEL version=3.0.0-dev.44 [2023-02-10T01:47:05.861Z] Removing intermediate container f5c9777feb73 [2023-02-10T01:47:05.861Z] ---> 99dc11e62dd6 [2023-02-10T01:47:05.861Z] [2023-02-10T01:47:05.861Z] Step 10/23 : FROM alpine:3.16 [2023-02-10T01:47:05.861Z] ---> 2b4661558fb8 [2023-02-10T01:47:05.861Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-10T01:47:06.145Z] ---> Running in 70fd22d2dea1 [2023-02-10T01:47:06.145Z] ---> Running in be1b3fd09508 [2023-02-10T01:47:07.103Z] Removing intermediate container 70fd22d2dea1 [2023-02-10T01:47:07.103Z] ---> 3f423eea0975 [2023-02-10T01:47:07.103Z] [2023-02-10T01:47:07.103Z] Successfully built 3f423eea0975 [2023-02-10T01:47:07.103Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-10T01:47:07.103Z] Building core-common-config-bootstrapper [2023-02-10T01:47:08.062Z]  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:47:08.643Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:47:08.643Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:47:08.920Z] ---> a13b23948dd3 [2023-02-10T01:47:08.920Z] Step 3/24 : WORKDIR /edgex-go [2023-02-10T01:47:08.920Z] ---> Using cache [2023-02-10T01:47:08.920Z] ---> 21d6298eb9f9 [2023-02-10T01:47:08.920Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-10T01:47:08.920Z] ---> Using cache [2023-02-10T01:47:08.920Z] ---> 09dcf444aa54 [2023-02-10T01:47:08.920Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-10T01:47:08.920Z] ---> Using cache [2023-02-10T01:47:08.920Z] ---> b1960ceebea7 [2023-02-10T01:47:08.920Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:47:08.920Z] ---> Using cache [2023-02-10T01:47:08.920Z] ---> 19c82e0b6515 [2023-02-10T01:47:08.920Z] Step 7/24 : COPY . . [2023-02-10T01:47:08.920Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:47:09.188Z] ---> Using cache [2023-02-10T01:47:09.188Z] ---> ab7ab0f61ff3 [2023-02-10T01:47:09.188Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-10T01:47:09.188Z] ---> Using cache [2023-02-10T01:47:09.188Z] ---> 512908a80948 [2023-02-10T01:47:09.188Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-10T01:47:09.188Z] ---> Using cache [2023-02-10T01:47:09.188Z] ---> 2703e85c265f [2023-02-10T01:47:09.188Z] 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-02-10T01:47:09.188Z] ---> Using cache [2023-02-10T01:47:09.188Z] ---> 83154a67ec33 [2023-02-10T01:47:09.188Z] Step 11/24 : WORKDIR /edgex-go [2023-02-10T01:47:09.188Z] ---> Using cache [2023-02-10T01:47:09.188Z] ---> 9e7b34ab871e [2023-02-10T01:47:09.188Z] [2023-02-10T01:47:09.188Z] Step 12/24 : FROM alpine:3.15 [2023-02-10T01:47:09.188Z] ---> 8aa73fd46299 [2023-02-10T01:47:09.188Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-10T01:47:09.188Z] ---> Using cache [2023-02-10T01:47:09.188Z] ---> 764e31c517a5 [2023-02-10T01:47:09.188Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-10T01:47:09.188Z] ---> Running in 6029f2be4675 [2023-02-10T01:47:10.602Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-10T01:47:10.602Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:47:10.869Z] OK: 5 MiB in 15 packages [2023-02-10T01:47:11.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:47:11.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:47:12.693Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:47:12.693Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:47:12.693Z] ---> a13b23948dd3 [2023-02-10T01:47:12.693Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-10T01:47:12.693Z] ---> Using cache [2023-02-10T01:47:12.693Z] ---> 33b13709b8f7 [2023-02-10T01:47:12.693Z] Step 4/22 : WORKDIR /edgex-go [2023-02-10T01:47:12.693Z] ---> Using cache [2023-02-10T01:47:12.693Z] ---> a09e750ccff6 [2023-02-10T01:47:12.693Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-10T01:47:12.693Z] ---> Using cache [2023-02-10T01:47:12.693Z] ---> 0a09579eefc3 [2023-02-10T01:47:12.693Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-10T01:47:12.693Z] ---> Using cache [2023-02-10T01:47:12.693Z] ---> ab87fc76ec97 [2023-02-10T01:47:12.693Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:47:12.693Z] ---> Using cache [2023-02-10T01:47:12.693Z] ---> 23aa3ec52f97 [2023-02-10T01:47:12.693Z] Step 8/22 : COPY . . [2023-02-10T01:47:12.960Z] ---> Using cache [2023-02-10T01:47:12.960Z] ---> 8b1a620dedca [2023-02-10T01:47:12.960Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-10T01:47:12.960Z] Removing intermediate container be1b3fd09508 [2023-02-10T01:47:12.960Z] ---> 35c1cf902699 [2023-02-10T01:47:12.960Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-10T01:47:12.960Z] ---> Running in 2ed9db56297f [2023-02-10T01:47:13.227Z] ---> Running in eed73876b1e3 [2023-02-10T01:47:13.227Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-10T01:47:13.227Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-10T01:47:13.227Z] OK: 15736 distinct packages available [2023-02-10T01:47:13.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:47:14.081Z] Removing intermediate container eed73876b1e3 [2023-02-10T01:47:14.081Z] ---> 3214596a75a1 [2023-02-10T01:47:14.081Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-10T01:47:14.081Z] ---> Running in 57f5917d510b [2023-02-10T01:47:14.348Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:47:14.615Z] Removing intermediate container 57f5917d510b [2023-02-10T01:47:14.615Z] ---> 6aa68c4526ba [2023-02-10T01:47:14.615Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-10T01:47:14.883Z] ---> Running in 426b31d861d5 [2023-02-10T01:47:15.466Z] Removing intermediate container 426b31d861d5 [2023-02-10T01:47:15.466Z] ---> 5be849df2a36 [2023-02-10T01:47:15.466Z] Step 15/23 : WORKDIR / [2023-02-10T01:47:15.466Z] ---> Running in 87c0e9e908fb [2023-02-10T01:47:15.747Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-10T01:47:15.747Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-10T01:47:15.747Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-10T01:47:15.747Z] (3/4) Installing libucontext (1.1-r0) [2023-02-10T01:47:15.747Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-10T01:47:15.747Z] Executing busybox-1.34.1-r7.trigger [2023-02-10T01:47:15.747Z] OK: 6 MiB in 18 packages [2023-02-10T01:47:16.335Z] Removing intermediate container 87c0e9e908fb [2023-02-10T01:47:16.335Z] ---> dcfd592e23eb [2023-02-10T01:47:16.335Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:47:17.747Z] Removing intermediate container 6029f2be4675 [2023-02-10T01:47:17.747Z] ---> 64e4977deef5 [2023-02-10T01:47:17.747Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-10T01:47:17.747Z] ---> 34ab4d6db96a [2023-02-10T01:47:17.747Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-10T01:47:20.332Z] ---> 7f51d194a96f [2023-02-10T01:47:20.332Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-10T01:47:22.284Z] ---> 2867a1c0871f [2023-02-10T01:47:22.284Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-10T01:47:22.284Z] ---> Running in a0549a5ef2ba [2023-02-10T01:47:24.860Z] Removing intermediate container a0549a5ef2ba [2023-02-10T01:47:24.860Z] ---> 361f5ef48f11 [2023-02-10T01:47:24.860Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-10T01:47:25.128Z] ---> Running in 3f0590740627 [2023-02-10T01:47:25.128Z] ---> 7de70ae43d1e [2023-02-10T01:47:25.128Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-10T01:47:25.710Z] Removing intermediate container 3f0590740627 [2023-02-10T01:47:25.710Z] ---> 654918f9e9d1 [2023-02-10T01:47:25.710Z] Step 21/23 : LABEL arch=arm64 [2023-02-10T01:47:25.976Z] ---> Running in d3c114ebc087 [2023-02-10T01:47:26.558Z] Removing intermediate container d3c114ebc087 [2023-02-10T01:47:26.558Z] ---> 9eecf38cfa73 [2023-02-10T01:47:26.558Z] Step 22/23 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:47:26.558Z] ---> 1dd648a21ced [2023-02-10T01:47:26.558Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-10T01:47:26.825Z] ---> Running in 3b588621d374 [2023-02-10T01:47:26.825Z] ---> Running in 76f5712edb24 [2023-02-10T01:47:27.785Z] Removing intermediate container 3b588621d374 [2023-02-10T01:47:27.785Z] ---> c2874bab2466 [2023-02-10T01:47:27.785Z] Step 23/23 : LABEL version=3.0.0-dev.44 [2023-02-10T01:47:27.785Z] Removing intermediate container 76f5712edb24 [2023-02-10T01:47:27.785Z] ---> a2ac995a7c3f [2023-02-10T01:47:27.785Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-10T01:47:27.785Z] ---> Running in 0be7b033d2f7 [2023-02-10T01:47:28.763Z] Removing intermediate container 0be7b033d2f7 [2023-02-10T01:47:28.763Z] ---> 0f22cc6e0bae [2023-02-10T01:47:28.763Z] [2023-02-10T01:47:28.763Z] Successfully built 0f22cc6e0bae [2023-02-10T01:47:28.763Z] ---> 39e66531a605 [2023-02-10T01:47:28.763Z] Step 19/24 : WORKDIR /Successfully tagged core-command-arm64:latest [2023-02-10T01:47:28.763Z] [2023-02-10T01:47:28.763Z] Building core-metadata [2023-02-10T01:47:28.763Z]  Building core-command ... done  ---> Running in e074c790f680 [2023-02-10T01:47:29.366Z] Removing intermediate container e074c790f680 [2023-02-10T01:47:29.366Z] ---> 44bafe196372 [2023-02-10T01:47:29.366Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-10T01:47:29.636Z] ---> Running in 30312fcf1e9c [2023-02-10T01:47:30.225Z] Removing intermediate container 30312fcf1e9c [2023-02-10T01:47:30.225Z] ---> b283c2ff374f [2023-02-10T01:47:30.225Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-10T01:47:30.225Z] ---> Running in 2ba172840598 [2023-02-10T01:47:30.817Z] Removing intermediate container 2ba172840598 [2023-02-10T01:47:30.817Z] ---> 1db6c9d7f18e [2023-02-10T01:47:30.817Z] Step 22/24 : LABEL arch=arm64 [2023-02-10T01:47:30.817Z] ---> Running in e506fc875b36 [2023-02-10T01:47:31.098Z] Removing intermediate container e506fc875b36 [2023-02-10T01:47:31.098Z] ---> c7a67a6a3cd8 [2023-02-10T01:47:31.098Z] Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:47:31.367Z] ---> Running in 4bf93eebdd16 [2023-02-10T01:47:31.641Z] Removing intermediate container 4bf93eebdd16 [2023-02-10T01:47:31.641Z] ---> 64ab85e2b45a [2023-02-10T01:47:31.641Z] Step 24/24 : LABEL version=3.0.0-dev.44 [2023-02-10T01:47:31.911Z] ---> Running in f754089453e9 [2023-02-10T01:47:32.367Z] Removing intermediate container f754089453e9 [2023-02-10T01:47:32.367Z] ---> da9a41d1a46e [2023-02-10T01:47:32.367Z] [2023-02-10T01:47:32.674Z] Successfully built da9a41d1a46e [2023-02-10T01:47:32.674Z] Successfully tagged security-spire-config-arm64:latest [2023-02-10T01:47:32.674Z]  Building security-spire-config ... done Building support-scheduler [2023-02-10T01:47:33.718Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:47:33.718Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:47:33.718Z] ---> a13b23948dd3 [2023-02-10T01:47:33.718Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-10T01:47:33.718Z] ---> Using cache [2023-02-10T01:47:33.718Z] ---> 33b13709b8f7 [2023-02-10T01:47:33.718Z] Step 4/24 : WORKDIR /edgex-go [2023-02-10T01:47:33.718Z] ---> Using cache [2023-02-10T01:47:33.718Z] ---> a09e750ccff6 [2023-02-10T01:47:33.718Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-10T01:47:33.718Z] ---> Using cache [2023-02-10T01:47:33.718Z] ---> 0a09579eefc3 [2023-02-10T01:47:33.718Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-10T01:47:33.718Z] ---> Using cache [2023-02-10T01:47:33.718Z] ---> ab87fc76ec97 [2023-02-10T01:47:33.718Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:47:33.718Z] ---> Using cache [2023-02-10T01:47:33.718Z] ---> 23aa3ec52f97 [2023-02-10T01:47:33.718Z] Step 8/24 : COPY . . [2023-02-10T01:47:33.718Z] ---> Using cache [2023-02-10T01:47:33.718Z] ---> 8b1a620dedca [2023-02-10T01:47:33.718Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-10T01:47:33.991Z] ---> Running in a5ac3dfaf478 [2023-02-10T01:47:36.034Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-10T01:47:38.102Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:47:38.102Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:47:38.102Z] ---> a13b23948dd3 [2023-02-10T01:47:38.102Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-10T01:47:38.102Z] ---> Using cache [2023-02-10T01:47:38.102Z] ---> 33b13709b8f7 [2023-02-10T01:47:38.102Z] Step 4/22 : WORKDIR /edgex-go [2023-02-10T01:47:38.102Z] ---> Using cache [2023-02-10T01:47:38.102Z] ---> a09e750ccff6 [2023-02-10T01:47:38.102Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-10T01:47:38.102Z] ---> Using cache [2023-02-10T01:47:38.102Z] ---> 0a09579eefc3 [2023-02-10T01:47:38.102Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-10T01:47:38.102Z] ---> Using cache [2023-02-10T01:47:38.102Z] ---> ab87fc76ec97 [2023-02-10T01:47:38.102Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:47:38.102Z] ---> Using cache [2023-02-10T01:47:38.102Z] ---> 23aa3ec52f97 [2023-02-10T01:47:38.102Z] Step 8/22 : COPY . . [2023-02-10T01:47:38.102Z] ---> Using cache [2023-02-10T01:47:38.102Z] ---> 8b1a620dedca [2023-02-10T01:47:38.102Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-10T01:47:38.372Z] ---> Running in 22c8001e7788 [2023-02-10T01:47:40.333Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-10T01:48:36.754Z] Removing intermediate container 1ecba3ed34b3 [2023-02-10T01:48:36.754Z] ---> d7f809ca54b5 [2023-02-10T01:48:36.754Z] [2023-02-10T01:48:36.754Z] Step 9/19 : FROM alpine:3.15 [2023-02-10T01:48:36.754Z] ---> 8aa73fd46299 [2023-02-10T01:48:36.754Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-10T01:48:36.754Z] ---> Using cache [2023-02-10T01:48:36.754Z] ---> 764e31c517a5 [2023-02-10T01:48:36.754Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-10T01:48:36.754Z] ---> Running in 05244b285ac3 [2023-02-10T01:48:37.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:48:37.914Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:48:39.338Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-10T01:48:39.338Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-10T01:48:39.338Z] OK: 15736 distinct packages available [2023-02-10T01:48:39.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:48:40.566Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:48:41.969Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-10T01:48:41.969Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-10T01:48:41.969Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-10T01:48:41.969Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-10T01:48:41.969Z] (5/9) Installing curl (7.80.0-r5) [2023-02-10T01:48:41.969Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-10T01:48:41.969Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-10T01:48:41.969Z] (8/9) Installing libucontext (1.1-r0) [2023-02-10T01:48:42.237Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-10T01:48:42.237Z] Executing busybox-1.34.1-r7.trigger [2023-02-10T01:48:42.237Z] Executing ca-certificates-20220614-r0.trigger [2023-02-10T01:48:42.506Z] OK: 8 MiB in 23 packages [2023-02-10T01:48:45.095Z] Removing intermediate container 05244b285ac3 [2023-02-10T01:48:45.095Z] ---> 273b325e76ef [2023-02-10T01:48:45.095Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:48:46.053Z] ---> 076a568bf20c [2023-02-10T01:48:46.053Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-10T01:48:48.636Z] ---> e3ea5e514c71 [2023-02-10T01:48:48.636Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-10T01:48:49.596Z] ---> 9e1325668f92 [2023-02-10T01:48:49.596Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-10T01:48:49.596Z] ---> Running in f916202d8afc [2023-02-10T01:48:50.176Z] Removing intermediate container f916202d8afc [2023-02-10T01:48:50.176Z] ---> 09a639a9736d [2023-02-10T01:48:50.176Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-10T01:48:50.176Z] ---> Running in e6d3d5c9cb9b [2023-02-10T01:48:50.762Z] Removing intermediate container e6d3d5c9cb9b [2023-02-10T01:48:50.762Z] ---> f8060ec17462 [2023-02-10T01:48:50.762Z] Step 17/19 : LABEL arch=arm64 [2023-02-10T01:48:51.032Z] ---> Running in 4319cfc27bd6 [2023-02-10T01:48:51.310Z] Removing intermediate container 4319cfc27bd6 [2023-02-10T01:48:51.310Z] ---> f8f59b23c713 [2023-02-10T01:48:51.310Z] Step 18/19 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:48:51.576Z] ---> Running in 386eb569a8d8 [2023-02-10T01:48:52.158Z] Removing intermediate container 386eb569a8d8 [2023-02-10T01:48:52.158Z] ---> 6e1269dec134 [2023-02-10T01:48:52.158Z] Step 19/19 : LABEL version=3.0.0-dev.44 [2023-02-10T01:48:52.158Z] ---> Running in 67442bcb2b3c [2023-02-10T01:48:52.737Z] Removing intermediate container 67442bcb2b3c [2023-02-10T01:48:52.737Z] ---> 76e852d0ada8 [2023-02-10T01:48:52.737Z] [2023-02-10T01:48:52.737Z] Successfully built 76e852d0ada8 [2023-02-10T01:48:52.737Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-10T01:48:52.737Z] Building security-bootstrapper [2023-02-10T01:48:56.336Z]  Building security-spiffe-token-provider ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:48:56.336Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:48:56.336Z] ---> a13b23948dd3 [2023-02-10T01:48:56.336Z] Step 3/32 : WORKDIR /edgex-go [2023-02-10T01:48:56.336Z] ---> Using cache [2023-02-10T01:48:56.336Z] ---> 21d6298eb9f9 [2023-02-10T01:48:56.336Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-10T01:48:56.611Z] ---> Running in 1f94733a137c [2023-02-10T01:48:59.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:48:59.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:49:01.130Z] OK: 221 MiB in 51 packages [2023-02-10T01:49:02.539Z] Removing intermediate container 1f94733a137c [2023-02-10T01:49:02.539Z] ---> 6a99a9111713 [2023-02-10T01:49:02.539Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-10T01:49:03.503Z] ---> f978422156ee [2023-02-10T01:49:03.503Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:49:03.503Z] ---> Running in a5f70fb3b6e9 [2023-02-10T01:50:55.172Z] Removing intermediate container a5f70fb3b6e9 [2023-02-10T01:50:55.172Z] ---> 75510701b10c [2023-02-10T01:50:55.172Z] Step 7/32 : COPY . . [2023-02-10T01:50:55.172Z] ---> 86ba794c24ff [2023-02-10T01:50:55.172Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-10T01:50:55.172Z] ---> Running in 290131afc338 [2023-02-10T01:50:55.172Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-10T01:54:31.933Z] Removing intermediate container 2ed9db56297f [2023-02-10T01:54:31.934Z] ---> f69de609a342 [2023-02-10T01:54:31.934Z] [2023-02-10T01:54:31.934Z] Step 10/22 : FROM alpine:3.16 [2023-02-10T01:54:31.934Z] ---> 2b4661558fb8 [2023-02-10T01:54:31.934Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-10T01:54:31.934Z] ---> Running in 3c21644a956f [2023-02-10T01:54:31.934Z] Removing intermediate container 3c21644a956f [2023-02-10T01:54:31.934Z] ---> 3106f33fa779 [2023-02-10T01:54:31.934Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-10T01:54:31.934Z] ---> Running in a5fcad464b06 [2023-02-10T01:54:31.934Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:54:31.934Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:54:31.934Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-10T01:54:31.934Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:54:31.934Z] OK: 5 MiB in 15 packages [2023-02-10T01:54:32.524Z] Removing intermediate container a5fcad464b06 [2023-02-10T01:54:32.524Z] ---> 0f4692bc79bd [2023-02-10T01:54:32.524Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:54:33.973Z] ---> aeeec2e94018 [2023-02-10T01:54:33.973Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-10T01:54:37.334Z] ---> e50c36d52a06 [2023-02-10T01:54:37.334Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-10T01:54:38.299Z] ---> 96aed63d84cd [2023-02-10T01:54:38.299Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-10T01:54:43.738Z] ---> 1ae1b136a103 [2023-02-10T01:54:43.738Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-10T01:54:43.738Z] ---> Running in 7b6af5155516 [2023-02-10T01:54:44.717Z] Removing intermediate container ee51a148862f [2023-02-10T01:54:44.717Z] ---> 98ffcceb7a87 [2023-02-10T01:54:44.717Z] [2023-02-10T01:54:44.717Z] Step 10/22 : FROM alpine:3.16 [2023-02-10T01:54:44.717Z] ---> 2b4661558fb8 [2023-02-10T01:54:44.717Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-10T01:54:44.717Z] ---> Running in 5143defc8598 [2023-02-10T01:54:47.353Z] Removing intermediate container 7b6af5155516 [2023-02-10T01:54:47.354Z] ---> 209a4ed46843 [2023-02-10T01:54:47.354Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-10T01:54:47.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:54:47.354Z] ---> Running in c13a6cfed29d [2023-02-10T01:54:47.944Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:54:47.944Z] Removing intermediate container c13a6cfed29d [2023-02-10T01:54:47.944Z] ---> 05b8465c5daa [2023-02-10T01:54:47.944Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-10T01:54:48.213Z] ---> Running in 919810e6ec22 [2023-02-10T01:54:48.805Z] Removing intermediate container 919810e6ec22 [2023-02-10T01:54:48.805Z] ---> ccaac143dcaf [2023-02-10T01:54:48.805Z] Step 20/22 : LABEL arch=arm64 [2023-02-10T01:54:48.805Z] ---> Running in 127c21858847 [2023-02-10T01:54:49.399Z] Removing intermediate container 127c21858847 [2023-02-10T01:54:49.399Z] ---> 96cb85f5e3ed [2023-02-10T01:54:49.399Z] Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:54:49.399Z] ---> Running in bf2f22575271 [2023-02-10T01:54:49.674Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-10T01:54:49.944Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-10T01:54:49.944Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:54:49.944Z] Executing ca-certificates-20220614-r0.trigger [2023-02-10T01:54:50.213Z] Removing intermediate container bf2f22575271 [2023-02-10T01:54:50.213Z] ---> 0127daa47cc7 [2023-02-10T01:54:50.213Z] Step 22/22 : LABEL version=3.0.0-dev.44 [2023-02-10T01:54:50.213Z] ---> Running in 717925174f36 [2023-02-10T01:54:50.485Z] OK: 6 MiB in 16 packages [2023-02-10T01:54:51.075Z] Removing intermediate container 717925174f36 [2023-02-10T01:54:51.075Z] ---> fbb90ef9d567 [2023-02-10T01:54:51.075Z] [2023-02-10T01:54:51.075Z] Successfully built fbb90ef9d567 [2023-02-10T01:54:51.075Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-10T01:54:51.075Z] Building core-data [2023-02-10T01:54:53.042Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 5143defc8598 [2023-02-10T01:54:53.042Z] ---> a5ef2d60b18a [2023-02-10T01:54:53.042Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-10T01:54:53.042Z] ---> Running in 990e16db3457 [2023-02-10T01:54:53.314Z] Removing intermediate container 990e16db3457 [2023-02-10T01:54:53.314Z] ---> faa74c1e422e [2023-02-10T01:54:53.314Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-10T01:54:53.585Z] ---> Running in 9b9c6bd45a78 [2023-02-10T01:54:54.173Z] Removing intermediate container 9b9c6bd45a78 [2023-02-10T01:54:54.173Z] ---> bd474137a059 [2023-02-10T01:54:54.173Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-10T01:54:54.173Z] ---> Running in 217981cd5643 [2023-02-10T01:54:54.762Z] Removing intermediate container 217981cd5643 [2023-02-10T01:54:54.762Z] ---> 8dbec90b9f1f [2023-02-10T01:54:54.762Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:54:56.184Z] ---> 6be7da29bc42 [2023-02-10T01:54:56.184Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-10T01:54:56.457Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-10T01:54:56.457Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-10T01:54:56.457Z] ---> a13b23948dd3 [2023-02-10T01:54:56.457Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-10T01:54:56.457Z] ---> Using cache [2023-02-10T01:54:56.457Z] ---> 33b13709b8f7 [2023-02-10T01:54:56.457Z] Step 4/22 : WORKDIR /edgex-go [2023-02-10T01:54:56.457Z] ---> Using cache [2023-02-10T01:54:56.457Z] ---> a09e750ccff6 [2023-02-10T01:54:56.457Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-10T01:54:56.457Z] ---> Using cache [2023-02-10T01:54:56.457Z] ---> 0a09579eefc3 [2023-02-10T01:54:56.457Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-10T01:54:56.457Z] ---> Using cache [2023-02-10T01:54:56.457Z] ---> ab87fc76ec97 [2023-02-10T01:54:56.457Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-10T01:54:56.457Z] ---> Using cache [2023-02-10T01:54:56.457Z] ---> 23aa3ec52f97 [2023-02-10T01:54:56.457Z] Step 8/22 : COPY . . [2023-02-10T01:54:56.733Z] ---> Using cache [2023-02-10T01:54:56.733Z] ---> 8b1a620dedca [2023-02-10T01:54:56.733Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-10T01:54:57.007Z] ---> Running in dc32cac62cd6 [2023-02-10T01:54:59.605Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-10T01:54:59.883Z] ---> c74b95f257f3 [2023-02-10T01:54:59.883Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-10T01:55:00.853Z] ---> a2c1f5d59e4c [2023-02-10T01:55:00.853Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-10T01:55:01.132Z] ---> Running in 08fe74c47a12 [2023-02-10T01:55:01.742Z] Removing intermediate container 08fe74c47a12 [2023-02-10T01:55:01.742Z] ---> 7a41be76c7cc [2023-02-10T01:55:01.742Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-10T01:55:01.742Z] ---> Running in 09d0042ac652 [2023-02-10T01:55:02.348Z] Removing intermediate container 09d0042ac652 [2023-02-10T01:55:02.348Z] ---> 4c2cb74b0a89 [2023-02-10T01:55:02.348Z] Step 20/22 : LABEL arch=arm64 [2023-02-10T01:55:02.348Z] ---> Running in 6f9ac86815d8 [2023-02-10T01:55:02.943Z] Removing intermediate container 6f9ac86815d8 [2023-02-10T01:55:02.943Z] ---> 368799d8ce00 [2023-02-10T01:55:02.943Z] Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:55:03.227Z] ---> Running in 0f55507d4568 [2023-02-10T01:55:03.848Z] Removing intermediate container 0f55507d4568 [2023-02-10T01:55:03.849Z] ---> 10203b64855a [2023-02-10T01:55:03.849Z] Step 22/22 : LABEL version=3.0.0-dev.44 [2023-02-10T01:55:03.849Z] ---> Running in 3fe874c02f59 [2023-02-10T01:55:04.438Z] Removing intermediate container 3fe874c02f59 [2023-02-10T01:55:04.438Z] ---> aa81628341e0 [2023-02-10T01:55:04.438Z] [2023-02-10T01:55:04.438Z] Successfully built aa81628341e0 [2023-02-10T01:55:04.438Z] Successfully tagged support-notifications-arm64:latest [2023-02-10T01:55:22.707Z]  Building support-notifications ... done Removing intermediate container a5ac3dfaf478 [2023-02-10T01:55:22.707Z] ---> 19fcf1dd84a0 [2023-02-10T01:55:22.707Z] [2023-02-10T01:55:22.707Z] Step 10/24 : FROM alpine:3.16 [2023-02-10T01:55:22.707Z] ---> 2b4661558fb8 [2023-02-10T01:55:22.707Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-10T01:55:22.707Z] ---> Using cache [2023-02-10T01:55:22.707Z] ---> 35c1cf902699 [2023-02-10T01:55:22.707Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-10T01:55:22.707Z] ---> Using cache [2023-02-10T01:55:22.707Z] ---> 3214596a75a1 [2023-02-10T01:55:22.707Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-10T01:55:22.707Z] ---> Running in 21aa83912abc [2023-02-10T01:55:22.707Z] Removing intermediate container 21aa83912abc [2023-02-10T01:55:22.707Z] ---> 4f3b2efd3730 [2023-02-10T01:55:22.707Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-10T01:55:22.707Z] ---> Running in 73618ce5d030 [2023-02-10T01:55:23.297Z] Removing intermediate container 73618ce5d030 [2023-02-10T01:55:23.297Z] ---> b49980a9f79c [2023-02-10T01:55:23.297Z] Step 15/24 : WORKDIR / [2023-02-10T01:55:23.297Z] ---> Running in 68e7996dd194 [2023-02-10T01:55:23.891Z] Removing intermediate container 68e7996dd194 [2023-02-10T01:55:23.891Z] ---> 3a1113b7f33a [2023-02-10T01:55:23.891Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:55:24.860Z] ---> 3b4a5de3172e [2023-02-10T01:55:24.860Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-10T01:55:26.818Z] ---> be9b9d82c6a2 [2023-02-10T01:55:26.818Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-10T01:55:27.789Z] ---> 9c478b5b96af [2023-02-10T01:55:27.789Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-10T01:55:28.388Z] ---> 07ec6fd64b1b [2023-02-10T01:55:28.389Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-10T01:55:28.661Z] ---> Running in f2b357c03043 [2023-02-10T01:55:29.249Z] Removing intermediate container f2b357c03043 [2023-02-10T01:55:29.249Z] ---> 87016bf83e56 [2023-02-10T01:55:29.249Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-10T01:55:29.249Z] ---> Running in 6a3a14b216e3 [2023-02-10T01:55:29.837Z] Removing intermediate container 6a3a14b216e3 [2023-02-10T01:55:29.837Z] ---> d4aeeb3ba484 [2023-02-10T01:55:29.837Z] Step 22/24 : LABEL arch=arm64 [2023-02-10T01:55:29.837Z] ---> Running in 6bd366867880 [2023-02-10T01:55:30.426Z] Removing intermediate container 6bd366867880 [2023-02-10T01:55:30.426Z] ---> 87e1636a96fa [2023-02-10T01:55:30.426Z] Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:55:30.426Z] ---> Running in c5d748cd3ccc [2023-02-10T01:55:31.014Z] Removing intermediate container c5d748cd3ccc [2023-02-10T01:55:31.014Z] ---> d35e1f4ab239 [2023-02-10T01:55:31.014Z] Step 24/24 : LABEL version=3.0.0-dev.44 [2023-02-10T01:55:31.014Z] ---> Running in 7be47d411171 [2023-02-10T01:55:31.603Z] Removing intermediate container 7be47d411171 [2023-02-10T01:55:31.603Z] ---> 070f6bfef6df [2023-02-10T01:55:31.603Z] [2023-02-10T01:55:31.603Z] Successfully built 070f6bfef6df [2023-02-10T01:55:31.603Z] Successfully tagged core-metadata-arm64:latest [2023-02-10T01:56:53.679Z]  Building core-metadata ... done Removing intermediate container 290131afc338 [2023-02-10T01:56:53.679Z] ---> 1e30481933db [2023-02-10T01:56:53.679Z] [2023-02-10T01:56:53.679Z] Step 9/32 : FROM alpine:3.16 [2023-02-10T01:56:53.679Z] ---> 2b4661558fb8 [2023-02-10T01:56:53.679Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-10T01:56:53.679Z] ---> Running in cfc266be7885 [2023-02-10T01:56:53.679Z] Removing intermediate container cfc266be7885 [2023-02-10T01:56:53.679Z] ---> 9c8ddb207ee1 [2023-02-10T01:56:53.679Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-10T01:56:53.679Z] ---> Running in b15bc18cf96b [2023-02-10T01:56:54.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:56:55.237Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:56:56.643Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-10T01:56:56.643Z] (2/2) Installing su-exec (0.2-r1) [2023-02-10T01:56:56.643Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:56:56.643Z] OK: 5 MiB in 16 packages [2023-02-10T01:56:58.057Z] Removing intermediate container b15bc18cf96b [2023-02-10T01:56:58.057Z] ---> 6cc5e34c0137 [2023-02-10T01:56:58.057Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-10T01:56:58.325Z] ---> Running in 22702f0bf29d [2023-02-10T01:56:58.909Z] Removing intermediate container 22702f0bf29d [2023-02-10T01:56:58.909Z] ---> 2ff5dc91e98c [2023-02-10T01:56:58.909Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-10T01:56:58.909Z] ---> Running in e9d87b05d3b8 [2023-02-10T01:56:59.497Z] Removing intermediate container e9d87b05d3b8 [2023-02-10T01:56:59.497Z] ---> 924b1421c8ca [2023-02-10T01:56:59.497Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-10T01:56:59.497Z] ---> Running in 8e4896af23d8 [2023-02-10T01:57:00.086Z] Removing intermediate container 8e4896af23d8 [2023-02-10T01:57:00.086Z] ---> 122f8426b499 [2023-02-10T01:57:00.086Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-10T01:57:00.353Z] ---> Running in cd5d29f22311 [2023-02-10T01:57:00.620Z] Removing intermediate container cd5d29f22311 [2023-02-10T01:57:00.620Z] ---> aee51cb3ac80 [2023-02-10T01:57:00.620Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-10T01:57:00.888Z] ---> Running in 29cf47a5c50b [2023-02-10T01:57:06.230Z] Removing intermediate container 29cf47a5c50b [2023-02-10T01:57:06.230Z] ---> 1bfa6d290bcd [2023-02-10T01:57:06.230Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-10T01:57:06.230Z] ---> Running in 9764543cf769 [2023-02-10T01:57:06.230Z] Removing intermediate container 9764543cf769 [2023-02-10T01:57:06.230Z] ---> 135938924607 [2023-02-10T01:57:06.230Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-10T01:57:07.658Z] ---> 9c75038c7889 [2023-02-10T01:57:07.658Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-10T01:57:07.658Z] ---> Running in 90b335e2ddc8 [2023-02-10T01:57:11.914Z] Removing intermediate container 90b335e2ddc8 [2023-02-10T01:57:11.914Z] ---> 53c9f8780da1 [2023-02-10T01:57:11.914Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:57:13.858Z] ---> 5ec394c0709c [2023-02-10T01:57:13.858Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-10T01:57:18.138Z] ---> 517bd4444a21 [2023-02-10T01:57:18.138Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-10T01:57:19.549Z] ---> 6431791ac724 [2023-02-10T01:57:19.549Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-10T01:57:20.956Z] ---> 5bc8d14cf8b9 [2023-02-10T01:57:20.956Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-10T01:57:21.541Z] Removing intermediate container 22c8001e7788 [2023-02-10T01:57:21.541Z] ---> d5e05e5a0b43 [2023-02-10T01:57:21.541Z] [2023-02-10T01:57:21.541Z] Step 10/22 : FROM alpine:3.16 [2023-02-10T01:57:21.541Z] ---> 2b4661558fb8 [2023-02-10T01:57:21.541Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-10T01:57:21.541Z] ---> Using cache [2023-02-10T01:57:21.541Z] ---> 35c1cf902699 [2023-02-10T01:57:21.541Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-10T01:57:21.541Z] ---> Using cache [2023-02-10T01:57:21.541Z] ---> 3214596a75a1 [2023-02-10T01:57:21.541Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-10T01:57:21.806Z] ---> Running in d7b6a8b5e0bd [2023-02-10T01:57:22.072Z] ---> ad11f7daa74c [2023-02-10T01:57:22.073Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-10T01:57:22.344Z] Removing intermediate container d7b6a8b5e0bd [2023-02-10T01:57:22.344Z] ---> 85e42e203729 [2023-02-10T01:57:22.344Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-10T01:57:22.611Z] ---> Running in 7cbbc3e7c6eb [2023-02-10T01:57:23.192Z] Removing intermediate container 7cbbc3e7c6eb [2023-02-10T01:57:23.192Z] ---> 509cd5492455 [2023-02-10T01:57:23.192Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:57:23.460Z] ---> 84d590cc61b1 [2023-02-10T01:57:23.460Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-10T01:57:24.863Z] ---> e6109d9de473 [2023-02-10T01:57:24.863Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-10T01:57:24.863Z] ---> 87fc8d1bfff3 [2023-02-10T01:57:24.863Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-10T01:57:24.863Z] ---> Running in 15a817804598 [2023-02-10T01:57:28.227Z] ---> dc253be4ef69 [2023-02-10T01:57:28.227Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-10T01:57:28.815Z] Removing intermediate container 15a817804598 [2023-02-10T01:57:28.815Z] ---> bbdf86145a16 [2023-02-10T01:57:28.815Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-10T01:57:28.815Z] ---> Running in 3c1312b6e343 [2023-02-10T01:57:30.771Z] Removing intermediate container 3c1312b6e343 [2023-02-10T01:57:30.771Z] ---> ce8701f6955f [2023-02-10T01:57:30.771Z] Step 29/32 : CMD ["gate"] [2023-02-10T01:57:30.772Z] ---> 1b5da310f454 [2023-02-10T01:57:30.772Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-10T01:57:30.772Z] ---> Running in 612331f2ca68 [2023-02-10T01:57:30.772Z] ---> Running in 0d277d58bfac [2023-02-10T01:57:31.364Z] Removing intermediate container 612331f2ca68 [2023-02-10T01:57:31.364Z] ---> 3a1cdbf323fc [2023-02-10T01:57:31.364Z] Step 30/32 : LABEL arch=arm64 [2023-02-10T01:57:31.364Z] Removing intermediate container 0d277d58bfac [2023-02-10T01:57:31.364Z] ---> 22345fc024e0 [2023-02-10T01:57:31.364Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-10T01:57:31.364Z] ---> Running in eeac89d0c2f8 [2023-02-10T01:57:31.639Z] ---> Running in 354d47e6c673 [2023-02-10T01:57:32.231Z] Removing intermediate container eeac89d0c2f8 [2023-02-10T01:57:32.231Z] ---> a35d3c2e41f4 [2023-02-10T01:57:32.231Z] Step 20/22 : LABEL arch=arm64 [2023-02-10T01:57:32.231Z] Removing intermediate container 354d47e6c673 [2023-02-10T01:57:32.231Z] ---> 3b4713ce8c1e [2023-02-10T01:57:32.231Z] Step 31/32 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:57:32.231Z] ---> Running in 1fd5c8861449 [2023-02-10T01:57:32.499Z] ---> Running in 5b702cbfa9db [2023-02-10T01:57:33.092Z] Removing intermediate container 1fd5c8861449 [2023-02-10T01:57:33.092Z] ---> c5d4ffb85400 [2023-02-10T01:57:33.092Z] Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:57:33.092Z] Removing intermediate container 5b702cbfa9db [2023-02-10T01:57:33.092Z] ---> 8796acbd0902 [2023-02-10T01:57:33.092Z] Step 32/32 : LABEL version=3.0.0-dev.44 [2023-02-10T01:57:33.092Z] ---> Running in 8b1299bcb874 [2023-02-10T01:57:33.366Z] ---> Running in 08577a6b65e0 [2023-02-10T01:57:33.957Z] Removing intermediate container 8b1299bcb874 [2023-02-10T01:57:33.957Z] ---> e0e8eefff4d5 [2023-02-10T01:57:33.957Z] Step 22/22 : LABEL version=3.0.0-dev.44 [2023-02-10T01:57:33.957Z] Removing intermediate container 08577a6b65e0 [2023-02-10T01:57:33.957Z] ---> 0390c83684ea [2023-02-10T01:57:33.957Z] [2023-02-10T01:57:34.226Z] ---> Running in 469198002ff8 [2023-02-10T01:57:34.226Z] Successfully built 0390c83684ea [2023-02-10T01:57:34.226Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-10T01:57:34.496Z]  Building security-bootstrapper ... done Removing intermediate container 469198002ff8 [2023-02-10T01:57:34.496Z] ---> 6691fd6f3861 [2023-02-10T01:57:34.496Z] [2023-02-10T01:57:34.767Z] Successfully built 6691fd6f3861 [2023-02-10T01:57:34.767Z] Successfully tagged support-scheduler-arm64:latest [2023-02-10T01:58:13.673Z]  Building support-scheduler ... done Removing intermediate container dc32cac62cd6 [2023-02-10T01:58:13.673Z] ---> 0ed74b4f99c6 [2023-02-10T01:58:13.673Z] [2023-02-10T01:58:13.673Z] Step 10/22 : FROM alpine:3.16 [2023-02-10T01:58:13.673Z] ---> 2b4661558fb8 [2023-02-10T01:58:13.673Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-10T01:58:13.673Z] ---> Running in 2f16564a72b3 [2023-02-10T01:58:13.673Z] Removing intermediate container 2f16564a72b3 [2023-02-10T01:58:13.673Z] ---> 55032e1cff0b [2023-02-10T01:58:13.673Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-10T01:58:13.673Z] ---> Running in 4ea267a24145 [2023-02-10T01:58:13.673Z] Removing intermediate container 4ea267a24145 [2023-02-10T01:58:13.673Z] ---> 47d3df778064 [2023-02-10T01:58:13.673Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-10T01:58:13.673Z] ---> Running in 8047b3a6571a [2023-02-10T01:58:13.673Z] Removing intermediate container 8047b3a6571a [2023-02-10T01:58:13.673Z] ---> 9f16d9e0af46 [2023-02-10T01:58:13.673Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-10T01:58:13.673Z] ---> Running in d917f011d6ce [2023-02-10T01:58:13.673Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-10T01:58:13.673Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-10T01:58:14.263Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-10T01:58:14.263Z] Executing busybox-1.35.0-r17.trigger [2023-02-10T01:58:14.263Z] OK: 5 MiB in 15 packages [2023-02-10T01:58:15.234Z] Removing intermediate container d917f011d6ce [2023-02-10T01:58:15.234Z] ---> c6b0be07fa20 [2023-02-10T01:58:15.234Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-10T01:58:15.825Z] ---> 4ce8b625ec23 [2023-02-10T01:58:15.825Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-10T01:58:16.799Z] ---> fc833e9c5629 [2023-02-10T01:58:16.799Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-10T01:58:17.387Z] ---> 0931d2587a74 [2023-02-10T01:58:17.387Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-10T01:58:17.658Z] ---> Running in 2292e9f71e67 [2023-02-10T01:58:17.928Z] Removing intermediate container 2292e9f71e67 [2023-02-10T01:58:17.928Z] ---> 194e4a746fc9 [2023-02-10T01:58:17.928Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-10T01:58:17.928Z] ---> Running in 1ad980d73309 [2023-02-10T01:58:18.525Z] Removing intermediate container 1ad980d73309 [2023-02-10T01:58:18.525Z] ---> f5cd3b1fa4dd [2023-02-10T01:58:18.525Z] Step 20/22 : LABEL arch=arm64 [2023-02-10T01:58:18.525Z] ---> Running in 05d948f6ba07 [2023-02-10T01:58:18.795Z] Removing intermediate container 05d948f6ba07 [2023-02-10T01:58:18.795Z] ---> e249096ddf87 [2023-02-10T01:58:18.795Z] Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:18.795Z] ---> Running in 828d63309c3a [2023-02-10T01:58:19.064Z] Removing intermediate container 828d63309c3a [2023-02-10T01:58:19.064Z] ---> a1f6510425c9 [2023-02-10T01:58:19.336Z] Step 22/22 : LABEL version=3.0.0-dev.44 [2023-02-10T01:58:19.336Z] ---> Running in 950082c0d5cf [2023-02-10T01:58:19.605Z] Removing intermediate container 950082c0d5cf [2023-02-10T01:58:19.605Z] ---> e0f73234e03d [2023-02-10T01:58:19.605Z] [2023-02-10T01:58:19.605Z] Successfully built e0f73234e03d [2023-02-10T01:58:19.605Z] Successfully tagged core-data-arm64:latest [2023-02-10T01:58:20.212Z]  Building core-data ... done  [Pipeline] } [2023-02-10T01:58:20.226Z] $ docker stop --time=1 03f823e47ad682f966dab07f326f96cbc21d0f49b76173332f9023363e9faf0c [2023-02-10T01:58:21.937Z] $ docker rm -f --volumes 03f823e47ad682f966dab07f326f96cbc21d0f49b76173332f9023363e9faf0c [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-10T01:58:22.430Z] + docker images [2023-02-10T01:58:22.696Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-10T01:58:22.696Z] core-data-arm64 latest e0f73234e03d 3 seconds ago 17.2MB [2023-02-10T01:58:22.696Z] 0ed74b4f99c6 13 seconds ago 1.34GB [2023-02-10T01:58:22.696Z] support-scheduler-arm64 latest 6691fd6f3861 48 seconds ago 29MB [2023-02-10T01:58:22.697Z] security-bootstrapper-arm64 latest 0390c83684ea 49 seconds ago 19.6MB [2023-02-10T01:58:22.697Z] d5e05e5a0b43 About a minute ago 1.4GB [2023-02-10T01:58:22.697Z] 1e30481933db About a minute ago 1.33GB [2023-02-10T01:58:22.697Z] core-metadata-arm64 latest 070f6bfef6df 2 minutes ago 17.7MB [2023-02-10T01:58:22.697Z] 19fcf1dd84a0 3 minutes ago 1.34GB [2023-02-10T01:58:22.697Z] support-notifications-arm64 latest aa81628341e0 3 minutes ago 29.7MB [2023-02-10T01:58:22.697Z] core-common-config-bootstrapper-arm64 latest fbb90ef9d567 3 minutes ago 14.9MB [2023-02-10T01:58:22.697Z] 98ffcceb7a87 3 minutes ago 1.4GB [2023-02-10T01:58:22.697Z] f69de609a342 3 minutes ago 1.33GB [2023-02-10T01:58:22.697Z] security-spiffe-token-provider-arm64 latest 76e852d0ada8 9 minutes ago 29.1MB [2023-02-10T01:58:22.697Z] d7f809ca54b5 9 minutes ago 1.37GB [2023-02-10T01:58:22.697Z] security-spire-config-arm64 latest da9a41d1a46e 10 minutes ago 83.6MB [2023-02-10T01:58:22.697Z] core-command-arm64 latest 0f22cc6e0bae 10 minutes ago 17MB [2023-02-10T01:58:22.697Z] security-secretstore-setup-arm64 latest 3f423eea0975 11 minutes ago 29MB [2023-02-10T01:58:22.697Z] 99dc11e62dd6 11 minutes ago 1.34GB [2023-02-10T01:58:22.697Z] security-proxy-setup-arm64 latest 92cf2afd007d 11 minutes ago 26.9MB [2023-02-10T01:58:22.697Z] 5f913fb51cd4 11 minutes ago 1.33GB [2023-02-10T01:58:22.697Z] 50d19781ca36 11 minutes ago 1.33GB [2023-02-10T01:58:22.697Z] security-spire-agent-arm64 latest 04a409c54001 15 minutes ago 122MB [2023-02-10T01:58:22.697Z] 9e7b34ab871e 16 minutes ago 1.21GB [2023-02-10T01:58:22.697Z] security-spire-server-arm64 latest b3171b1b342f 18 minutes ago 84.3MB [2023-02-10T01:58:22.697Z] daca2b053c68 18 minutes ago 1.21GB [2023-02-10T01:58:22.697Z] ci-base-image-arm64 latest a13b23948dd3 22 minutes ago 905MB [2023-02-10T01:58:22.697Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-02-10T01:58:22.697Z] alpine 3.15 8aa73fd46299 3 months ago 5.33MB [2023-02-10T01:58:22.697Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-10T01:58:22.697Z] 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-02-10T01:58:22.792Z] provisioning config files... [2023-02-10T01:58:22.807Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/403@tmp/config15785420045897271468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-10T01:58:23.158Z] ---> docker-login.sh [2023-02-10T01:58:23.158Z] nexus3.edgexfoundry.org:10001 [2023-02-10T01:58:23.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:58:23.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:58:23.425Z] Configure a credential helper to remove this warning. See [2023-02-10T01:58:23.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:58:23.425Z] [2023-02-10T01:58:23.425Z] Login Succeeded [2023-02-10T01:58:23.425Z] nexus3.edgexfoundry.org:10002 [2023-02-10T01:58:23.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:58:23.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:58:23.958Z] Configure a credential helper to remove this warning. See [2023-02-10T01:58:23.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:58:23.958Z] [2023-02-10T01:58:23.958Z] Login Succeeded [2023-02-10T01:58:23.958Z] nexus3.edgexfoundry.org:10003 [2023-02-10T01:58:24.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:58:24.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:58:24.227Z] Configure a credential helper to remove this warning. See [2023-02-10T01:58:24.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:58:24.227Z] [2023-02-10T01:58:24.227Z] Login Succeeded [2023-02-10T01:58:24.227Z] nexus3.edgexfoundry.org:10004 [2023-02-10T01:58:24.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:58:24.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:58:24.762Z] Configure a credential helper to remove this warning. See [2023-02-10T01:58:24.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:58:24.762Z] [2023-02-10T01:58:24.762Z] Login Succeeded [2023-02-10T01:58:24.762Z] docker.io [2023-02-10T01:58:25.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-10T01:58:25.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-10T01:58:25.297Z] Configure a credential helper to remove this warning. See [2023-02-10T01:58:25.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-10T01:58:25.297Z] [2023-02-10T01:58:25.297Z] Login Succeeded [2023-02-10T01:58:25.297Z] ---> docker-login.sh ends [Pipeline] } [2023-02-10T01:58:25.309Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:58:25.333Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-10T01:58:25.350Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-02-10T01:58:25.350Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:25.350Z] latest [2023-02-10T01:58:25.350Z] 3.0.0-dev.44 [2023-02-10T01:58:25.350Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:58:25.350Z] main [2023-02-10T01:58:25.350Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:25.689Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:26.038Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:26.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-10T01:58:26.038Z] ec14bc6b592f: Preparing [2023-02-10T01:58:26.038Z] bd59162f0f9c: Preparing [2023-02-10T01:58:26.038Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:26.038Z] 692ee2e0c8a6: Preparing [2023-02-10T01:58:26.038Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:26.038Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:26.304Z] 692ee2e0c8a6: Pushed [2023-02-10T01:58:26.304Z] ec14bc6b592f: Pushed [2023-02-10T01:58:26.304Z] 93aced1aaa9a: Pushed [2023-02-10T01:58:28.877Z] bd59162f0f9c: Pushed [2023-02-10T01:58:29.142Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:7f09ae7d8105914117016346c15d11145612cc54b24e9657d7b24a3af60915bc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:29.486Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:29.822Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-10T01:58:29.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-10T01:58:29.823Z] ec14bc6b592f: Preparing [2023-02-10T01:58:29.823Z] bd59162f0f9c: Preparing [2023-02-10T01:58:29.823Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:29.823Z] 692ee2e0c8a6: Preparing [2023-02-10T01:58:29.823Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:29.823Z] ec14bc6b592f: Layer already exists [2023-02-10T01:58:29.823Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:29.823Z] 692ee2e0c8a6: Layer already exists [2023-02-10T01:58:29.823Z] bd59162f0f9c: Layer already exists [2023-02-10T01:58:29.823Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:29.823Z] latest: digest: sha256:7f09ae7d8105914117016346c15d11145612cc54b24e9657d7b24a3af60915bc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:30.444Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:30.786Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.44 [2023-02-10T01:58:30.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-10T01:58:30.786Z] ec14bc6b592f: Preparing [2023-02-10T01:58:30.786Z] bd59162f0f9c: Preparing [2023-02-10T01:58:30.786Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:30.786Z] 692ee2e0c8a6: Preparing [2023-02-10T01:58:30.786Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:30.786Z] bd59162f0f9c: Layer already exists [2023-02-10T01:58:30.786Z] 692ee2e0c8a6: Layer already exists [2023-02-10T01:58:30.786Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:30.786Z] ec14bc6b592f: Layer already exists [2023-02-10T01:58:30.786Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:31.053Z] 3.0.0-dev.44: digest: sha256:7f09ae7d8105914117016346c15d11145612cc54b24e9657d7b24a3af60915bc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:31.422Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:31.765Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:58:31.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-10T01:58:31.765Z] ec14bc6b592f: Preparing [2023-02-10T01:58:31.765Z] bd59162f0f9c: Preparing [2023-02-10T01:58:31.765Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:31.765Z] 692ee2e0c8a6: Preparing [2023-02-10T01:58:31.765Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:31.765Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:31.765Z] 692ee2e0c8a6: Layer already exists [2023-02-10T01:58:31.765Z] ec14bc6b592f: Layer already exists [2023-02-10T01:58:31.765Z] bd59162f0f9c: Layer already exists [2023-02-10T01:58:31.765Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:31.765Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:7f09ae7d8105914117016346c15d11145612cc54b24e9657d7b24a3af60915bc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:32.378Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:32.720Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-02-10T01:58:32.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-10T01:58:32.720Z] ec14bc6b592f: Preparing [2023-02-10T01:58:32.720Z] bd59162f0f9c: Preparing [2023-02-10T01:58:32.720Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:32.720Z] 692ee2e0c8a6: Preparing [2023-02-10T01:58:32.720Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:32.720Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:32.720Z] ec14bc6b592f: Layer already exists [2023-02-10T01:58:32.720Z] bd59162f0f9c: Layer already exists [2023-02-10T01:58:32.720Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:32.720Z] 692ee2e0c8a6: Layer already exists [2023-02-10T01:58:32.987Z] main: digest: sha256:7f09ae7d8105914117016346c15d11145612cc54b24e9657d7b24a3af60915bc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:58:33.026Z] ===================================================== [Pipeline] echo [2023-02-10T01:58:33.032Z] taggedImages: [2023-02-10T01:58:33.032Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:33.032Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-10T01:58:33.032Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.44 [2023-02-10T01:58:33.032Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:58:33.032Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-02-10T01:58:33.046Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-02-10T01:58:33.046Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:33.046Z] latest [2023-02-10T01:58:33.046Z] 3.0.0-dev.44 [2023-02-10T01:58:33.046Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:58:33.046Z] main [2023-02-10T01:58:33.046Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:33.381Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:33.717Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:33.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-10T01:58:33.717Z] 7ea263ebab40: Preparing [2023-02-10T01:58:33.717Z] ded7effe6a84: Preparing [2023-02-10T01:58:33.717Z] bef0a54a1b45: Preparing [2023-02-10T01:58:33.717Z] 557978992d1b: Preparing [2023-02-10T01:58:33.717Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:33.717Z] d4d3c083a1f7: Preparing [2023-02-10T01:58:33.717Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:33.717Z] d4d3c083a1f7: Waiting [2023-02-10T01:58:33.717Z] 17bec77d7fdc: Waiting [2023-02-10T01:58:33.717Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:33.985Z] 7ea263ebab40: Pushed [2023-02-10T01:58:33.985Z] bef0a54a1b45: Pushed [2023-02-10T01:58:33.985Z] ded7effe6a84: Pushed [2023-02-10T01:58:33.985Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:33.985Z] d4d3c083a1f7: Pushed [2023-02-10T01:58:36.565Z] 557978992d1b: Pushed [2023-02-10T01:58:36.566Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:c4c0c63d13c7022540469a7bf503453813bc99e9880dfbb5380d0d809f7dd88e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:36.916Z] + 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-02-10T01:58:37.267Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-10T01:58:37.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-10T01:58:37.267Z] 7ea263ebab40: Preparing [2023-02-10T01:58:37.267Z] ded7effe6a84: Preparing [2023-02-10T01:58:37.267Z] bef0a54a1b45: Preparing [2023-02-10T01:58:37.267Z] 557978992d1b: Preparing [2023-02-10T01:58:37.267Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:37.267Z] d4d3c083a1f7: Preparing [2023-02-10T01:58:37.267Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:37.267Z] d4d3c083a1f7: Waiting [2023-02-10T01:58:37.267Z] 17bec77d7fdc: Waiting [2023-02-10T01:58:37.267Z] bef0a54a1b45: Layer already exists [2023-02-10T01:58:37.267Z] ded7effe6a84: Layer already exists [2023-02-10T01:58:37.267Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:37.267Z] 7ea263ebab40: Layer already exists [2023-02-10T01:58:37.267Z] 557978992d1b: Layer already exists [2023-02-10T01:58:37.267Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:37.267Z] d4d3c083a1f7: Layer already exists [2023-02-10T01:58:37.536Z] latest: digest: sha256:c4c0c63d13c7022540469a7bf503453813bc99e9880dfbb5380d0d809f7dd88e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:37.897Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:38.248Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.44 [2023-02-10T01:58:38.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-10T01:58:38.248Z] 7ea263ebab40: Preparing [2023-02-10T01:58:38.248Z] ded7effe6a84: Preparing [2023-02-10T01:58:38.248Z] bef0a54a1b45: Preparing [2023-02-10T01:58:38.248Z] 557978992d1b: Preparing [2023-02-10T01:58:38.248Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:38.248Z] d4d3c083a1f7: Preparing [2023-02-10T01:58:38.248Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:38.248Z] d4d3c083a1f7: Waiting [2023-02-10T01:58:38.248Z] 17bec77d7fdc: Waiting [2023-02-10T01:58:38.248Z] ded7effe6a84: Layer already exists [2023-02-10T01:58:38.248Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:38.248Z] 7ea263ebab40: Layer already exists [2023-02-10T01:58:38.248Z] 557978992d1b: Layer already exists [2023-02-10T01:58:38.248Z] bef0a54a1b45: Layer already exists [2023-02-10T01:58:38.248Z] d4d3c083a1f7: Layer already exists [2023-02-10T01:58:38.248Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:38.515Z] 3.0.0-dev.44: digest: sha256:c4c0c63d13c7022540469a7bf503453813bc99e9880dfbb5380d0d809f7dd88e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:38.874Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:39.286Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:58:39.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-10T01:58:39.286Z] 7ea263ebab40: Preparing [2023-02-10T01:58:39.286Z] ded7effe6a84: Preparing [2023-02-10T01:58:39.286Z] bef0a54a1b45: Preparing [2023-02-10T01:58:39.286Z] 557978992d1b: Preparing [2023-02-10T01:58:39.286Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:39.286Z] d4d3c083a1f7: Preparing [2023-02-10T01:58:39.286Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:39.286Z] d4d3c083a1f7: Waiting [2023-02-10T01:58:39.286Z] 17bec77d7fdc: Waiting [2023-02-10T01:58:39.286Z] 7ea263ebab40: Layer already exists [2023-02-10T01:58:39.286Z] bef0a54a1b45: Layer already exists [2023-02-10T01:58:39.286Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:39.286Z] 557978992d1b: Layer already exists [2023-02-10T01:58:39.286Z] ded7effe6a84: Layer already exists [2023-02-10T01:58:39.286Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:39.286Z] d4d3c083a1f7: Layer already exists [2023-02-10T01:58:39.558Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:c4c0c63d13c7022540469a7bf503453813bc99e9880dfbb5380d0d809f7dd88e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:39.921Z] + 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-02-10T01:58:40.280Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-02-10T01:58:40.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-10T01:58:40.280Z] 7ea263ebab40: Preparing [2023-02-10T01:58:40.280Z] ded7effe6a84: Preparing [2023-02-10T01:58:40.280Z] bef0a54a1b45: Preparing [2023-02-10T01:58:40.280Z] 557978992d1b: Preparing [2023-02-10T01:58:40.280Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:40.280Z] d4d3c083a1f7: Preparing [2023-02-10T01:58:40.280Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:40.280Z] d4d3c083a1f7: Waiting [2023-02-10T01:58:40.280Z] 17bec77d7fdc: Waiting [2023-02-10T01:58:40.280Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:40.280Z] ded7effe6a84: Layer already exists [2023-02-10T01:58:40.280Z] bef0a54a1b45: Layer already exists [2023-02-10T01:58:40.280Z] 7ea263ebab40: Layer already exists [2023-02-10T01:58:40.280Z] 557978992d1b: Layer already exists [2023-02-10T01:58:40.555Z] d4d3c083a1f7: Layer already exists [2023-02-10T01:58:40.555Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:40.555Z] main: digest: sha256:c4c0c63d13c7022540469a7bf503453813bc99e9880dfbb5380d0d809f7dd88e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:58:40.612Z] ===================================================== [Pipeline] echo [2023-02-10T01:58:40.621Z] taggedImages: [2023-02-10T01:58:40.621Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:40.621Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-10T01:58:40.621Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.44 [2023-02-10T01:58:40.621Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:58:40.621Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-02-10T01:58:40.645Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-02-10T01:58:40.645Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:40.645Z] latest [2023-02-10T01:58:40.645Z] 3.0.0-dev.44 [2023-02-10T01:58:40.645Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:58:40.645Z] main [2023-02-10T01:58:40.645Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:41.021Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:41.378Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:41.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-10T01:58:41.378Z] e0c2b1f47d32: Preparing [2023-02-10T01:58:41.378Z] 7d38ded4a5be: Preparing [2023-02-10T01:58:41.378Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:41.378Z] 35e19389447d: Preparing [2023-02-10T01:58:41.378Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:41.378Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:41.378Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:41.645Z] e0c2b1f47d32: Pushed [2023-02-10T01:58:41.645Z] 35e19389447d: Pushed [2023-02-10T01:58:44.224Z] 7d38ded4a5be: Pushed [2023-02-10T01:58:44.490Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:2555314b04c43c299043c346e8a6570c0287f0d4bc4a5a16b27c164d394e96fe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:45.807Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:46.149Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-10T01:58:46.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-10T01:58:46.149Z] e0c2b1f47d32: Preparing [2023-02-10T01:58:46.149Z] 7d38ded4a5be: Preparing [2023-02-10T01:58:46.149Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:46.149Z] 35e19389447d: Preparing [2023-02-10T01:58:46.149Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:46.149Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:46.149Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:46.149Z] e0c2b1f47d32: Layer already exists [2023-02-10T01:58:46.149Z] 35e19389447d: Layer already exists [2023-02-10T01:58:46.149Z] 7d38ded4a5be: Layer already exists [2023-02-10T01:58:46.415Z] latest: digest: sha256:2555314b04c43c299043c346e8a6570c0287f0d4bc4a5a16b27c164d394e96fe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:46.759Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:47.101Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.44 [2023-02-10T01:58:47.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-10T01:58:47.101Z] e0c2b1f47d32: Preparing [2023-02-10T01:58:47.101Z] 7d38ded4a5be: Preparing [2023-02-10T01:58:47.101Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:47.101Z] 35e19389447d: Preparing [2023-02-10T01:58:47.101Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:47.101Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:47.101Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:47.101Z] 35e19389447d: Layer already exists [2023-02-10T01:58:47.101Z] 7d38ded4a5be: Layer already exists [2023-02-10T01:58:47.102Z] e0c2b1f47d32: Layer already exists [2023-02-10T01:58:47.367Z] 3.0.0-dev.44: digest: sha256:2555314b04c43c299043c346e8a6570c0287f0d4bc4a5a16b27c164d394e96fe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:47.707Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:48.049Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:58:48.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-10T01:58:48.049Z] e0c2b1f47d32: Preparing [2023-02-10T01:58:48.049Z] 7d38ded4a5be: Preparing [2023-02-10T01:58:48.049Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:48.049Z] 35e19389447d: Preparing [2023-02-10T01:58:48.049Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:48.049Z] 7d38ded4a5be: Layer already exists [2023-02-10T01:58:48.049Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:48.049Z] e0c2b1f47d32: Layer already exists [2023-02-10T01:58:48.049Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:48.049Z] 35e19389447d: Layer already exists [2023-02-10T01:58:48.315Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:2555314b04c43c299043c346e8a6570c0287f0d4bc4a5a16b27c164d394e96fe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:48.662Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:49.000Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-02-10T01:58:49.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-10T01:58:49.000Z] e0c2b1f47d32: Preparing [2023-02-10T01:58:49.000Z] 7d38ded4a5be: Preparing [2023-02-10T01:58:49.000Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:49.000Z] 35e19389447d: Preparing [2023-02-10T01:58:49.000Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:49.000Z] e0c2b1f47d32: Layer already exists [2023-02-10T01:58:49.000Z] 7d38ded4a5be: Layer already exists [2023-02-10T01:58:49.000Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:49.000Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:49.000Z] 35e19389447d: Layer already exists [2023-02-10T01:58:49.266Z] main: digest: sha256:2555314b04c43c299043c346e8a6570c0287f0d4bc4a5a16b27c164d394e96fe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:58:49.305Z] ===================================================== [Pipeline] echo [2023-02-10T01:58:49.310Z] taggedImages: [2023-02-10T01:58:49.310Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:49.310Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-10T01:58:49.310Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.44 [2023-02-10T01:58:49.310Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:58:49.310Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-02-10T01:58:49.324Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-02-10T01:58:49.324Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:49.324Z] latest [2023-02-10T01:58:49.324Z] 3.0.0-dev.44 [2023-02-10T01:58:49.324Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:58:49.324Z] main [2023-02-10T01:58:49.324Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:49.661Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:50.008Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:50.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-10T01:58:50.008Z] f3a4a485034a: Preparing [2023-02-10T01:58:50.008Z] 6f9b6742a99e: Preparing [2023-02-10T01:58:50.008Z] 0f00835052c0: Preparing [2023-02-10T01:58:50.008Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:50.008Z] 692ee2e0c8a6: Preparing [2023-02-10T01:58:50.008Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:50.008Z] 17bec77d7fdc: Waiting [2023-02-10T01:58:50.008Z] 692ee2e0c8a6: Layer already exists [2023-02-10T01:58:50.008Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:50.275Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:50.275Z] 6f9b6742a99e: Pushed [2023-02-10T01:58:50.275Z] f3a4a485034a: Pushed [2023-02-10T01:58:53.620Z] 0f00835052c0: Pushed [2023-02-10T01:58:53.620Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:cdab0a6b3ddfe49fc4c8541a9330d25a4e69942e917c0483bdeb82cf3fe23559 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:53.964Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:54.306Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-10T01:58:54.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-10T01:58:54.306Z] f3a4a485034a: Preparing [2023-02-10T01:58:54.306Z] 6f9b6742a99e: Preparing [2023-02-10T01:58:54.306Z] 0f00835052c0: Preparing [2023-02-10T01:58:54.306Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:54.306Z] 692ee2e0c8a6: Preparing [2023-02-10T01:58:54.306Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:54.306Z] 17bec77d7fdc: Waiting [2023-02-10T01:58:54.306Z] 6f9b6742a99e: Layer already exists [2023-02-10T01:58:54.306Z] 0f00835052c0: Layer already exists [2023-02-10T01:58:54.306Z] f3a4a485034a: Layer already exists [2023-02-10T01:58:54.306Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:54.306Z] 692ee2e0c8a6: Layer already exists [2023-02-10T01:58:54.306Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:54.573Z] latest: digest: sha256:cdab0a6b3ddfe49fc4c8541a9330d25a4e69942e917c0483bdeb82cf3fe23559 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:54.917Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:55.257Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.44 [2023-02-10T01:58:55.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-10T01:58:55.257Z] f3a4a485034a: Preparing [2023-02-10T01:58:55.257Z] 6f9b6742a99e: Preparing [2023-02-10T01:58:55.257Z] 0f00835052c0: Preparing [2023-02-10T01:58:55.257Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:55.257Z] 692ee2e0c8a6: Preparing [2023-02-10T01:58:55.257Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:55.257Z] 17bec77d7fdc: Waiting [2023-02-10T01:58:55.257Z] 692ee2e0c8a6: Layer already exists [2023-02-10T01:58:55.257Z] f3a4a485034a: Layer already exists [2023-02-10T01:58:55.257Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:55.257Z] 0f00835052c0: Layer already exists [2023-02-10T01:58:55.257Z] 6f9b6742a99e: Layer already exists [2023-02-10T01:58:55.257Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:55.523Z] 3.0.0-dev.44: digest: sha256:cdab0a6b3ddfe49fc4c8541a9330d25a4e69942e917c0483bdeb82cf3fe23559 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:55.863Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:56.195Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:58:56.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-10T01:58:56.195Z] f3a4a485034a: Preparing [2023-02-10T01:58:56.195Z] 6f9b6742a99e: Preparing [2023-02-10T01:58:56.195Z] 0f00835052c0: Preparing [2023-02-10T01:58:56.195Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:56.195Z] 692ee2e0c8a6: Preparing [2023-02-10T01:58:56.195Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:56.195Z] 17bec77d7fdc: Waiting [2023-02-10T01:58:56.195Z] 0f00835052c0: Layer already exists [2023-02-10T01:58:56.195Z] 692ee2e0c8a6: Layer already exists [2023-02-10T01:58:56.195Z] f3a4a485034a: Layer already exists [2023-02-10T01:58:56.195Z] 6f9b6742a99e: Layer already exists [2023-02-10T01:58:56.195Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:56.195Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:56.460Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:cdab0a6b3ddfe49fc4c8541a9330d25a4e69942e917c0483bdeb82cf3fe23559 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:56.796Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:57.131Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-02-10T01:58:57.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-10T01:58:57.131Z] f3a4a485034a: Preparing [2023-02-10T01:58:57.131Z] 6f9b6742a99e: Preparing [2023-02-10T01:58:57.131Z] 0f00835052c0: Preparing [2023-02-10T01:58:57.131Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:57.131Z] 692ee2e0c8a6: Preparing [2023-02-10T01:58:57.131Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:57.131Z] 0f00835052c0: Layer already exists [2023-02-10T01:58:57.131Z] f3a4a485034a: Layer already exists [2023-02-10T01:58:57.131Z] 6f9b6742a99e: Layer already exists [2023-02-10T01:58:57.131Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:57.131Z] 692ee2e0c8a6: Layer already exists [2023-02-10T01:58:57.131Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:57.397Z] main: digest: sha256:cdab0a6b3ddfe49fc4c8541a9330d25a4e69942e917c0483bdeb82cf3fe23559 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:58:57.436Z] ===================================================== [Pipeline] echo [2023-02-10T01:58:57.442Z] taggedImages: [2023-02-10T01:58:57.442Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:57.442Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-10T01:58:57.442Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.44 [2023-02-10T01:58:57.442Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:58:57.442Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-02-10T01:58:57.457Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-02-10T01:58:57.457Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:57.457Z] latest [2023-02-10T01:58:57.457Z] 3.0.0-dev.44 [2023-02-10T01:58:57.457Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:58:57.457Z] main [2023-02-10T01:58:57.457Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:57.806Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:58:58.141Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:58:58.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-10T01:58:58.141Z] e03461315caf: Preparing [2023-02-10T01:58:58.141Z] e03461315caf: Preparing [2023-02-10T01:58:58.141Z] b301f477516d: Preparing [2023-02-10T01:58:58.141Z] e8efabb3032e: Preparing [2023-02-10T01:58:58.141Z] bc9dfabf85ec: Preparing [2023-02-10T01:58:58.141Z] b7f19047e565: Preparing [2023-02-10T01:58:58.141Z] b30c7188effe: Preparing [2023-02-10T01:58:58.141Z] 93aced1aaa9a: Preparing [2023-02-10T01:58:58.141Z] 6abd03de17dd: Preparing [2023-02-10T01:58:58.141Z] 2c21a5b14fb9: Preparing [2023-02-10T01:58:58.141Z] 7e7f569ceb06: Preparing [2023-02-10T01:58:58.141Z] d5c9cfa081f1: Preparing [2023-02-10T01:58:58.141Z] 17bec77d7fdc: Preparing [2023-02-10T01:58:58.141Z] 93aced1aaa9a: Waiting [2023-02-10T01:58:58.141Z] 7e7f569ceb06: Waiting [2023-02-10T01:58:58.141Z] d5c9cfa081f1: Waiting [2023-02-10T01:58:58.141Z] 17bec77d7fdc: Waiting [2023-02-10T01:58:58.141Z] b30c7188effe: Waiting [2023-02-10T01:58:58.141Z] 6abd03de17dd: Waiting [2023-02-10T01:58:58.141Z] 2c21a5b14fb9: Waiting [2023-02-10T01:58:58.407Z] e03461315caf: Pushed [2023-02-10T01:58:58.407Z] b301f477516d: Pushed [2023-02-10T01:58:58.407Z] b7f19047e565: Pushed [2023-02-10T01:58:58.407Z] bc9dfabf85ec: Pushed [2023-02-10T01:58:58.407Z] e8efabb3032e: Pushed [2023-02-10T01:58:58.407Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:58:58.673Z] 6abd03de17dd: Pushed [2023-02-10T01:58:58.673Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:58:58.673Z] d5c9cfa081f1: Pushed [2023-02-10T01:58:58.673Z] 7e7f569ceb06: Pushed [2023-02-10T01:58:58.673Z] 2c21a5b14fb9: Pushed [2023-02-10T01:59:02.015Z] b30c7188effe: Pushed [2023-02-10T01:59:02.283Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:702cf097bb842887f72491d0ecc8f95570e02929a43b92a7b10954d4c3a0d669 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:02.625Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:02.964Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-10T01:59:02.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-10T01:59:02.964Z] e03461315caf: Preparing [2023-02-10T01:59:02.964Z] e03461315caf: Preparing [2023-02-10T01:59:02.964Z] b301f477516d: Preparing [2023-02-10T01:59:02.964Z] e8efabb3032e: Preparing [2023-02-10T01:59:02.964Z] bc9dfabf85ec: Preparing [2023-02-10T01:59:02.964Z] b7f19047e565: Preparing [2023-02-10T01:59:02.964Z] b30c7188effe: Preparing [2023-02-10T01:59:02.964Z] 93aced1aaa9a: Preparing [2023-02-10T01:59:02.964Z] 6abd03de17dd: Preparing [2023-02-10T01:59:02.964Z] 2c21a5b14fb9: Preparing [2023-02-10T01:59:02.964Z] 7e7f569ceb06: Preparing [2023-02-10T01:59:02.964Z] d5c9cfa081f1: Preparing [2023-02-10T01:59:02.964Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:02.964Z] 2c21a5b14fb9: Waiting [2023-02-10T01:59:02.964Z] 7e7f569ceb06: Waiting [2023-02-10T01:59:02.964Z] d5c9cfa081f1: Waiting [2023-02-10T01:59:02.964Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:02.964Z] b30c7188effe: Waiting [2023-02-10T01:59:02.964Z] 93aced1aaa9a: Waiting [2023-02-10T01:59:02.964Z] 6abd03de17dd: Waiting [2023-02-10T01:59:02.964Z] b7f19047e565: Layer already exists [2023-02-10T01:59:02.964Z] bc9dfabf85ec: Layer already exists [2023-02-10T01:59:02.964Z] e03461315caf: Layer already exists [2023-02-10T01:59:02.964Z] b301f477516d: Layer already exists [2023-02-10T01:59:02.964Z] e8efabb3032e: Layer already exists [2023-02-10T01:59:02.964Z] b30c7188effe: Layer already exists [2023-02-10T01:59:02.964Z] 6abd03de17dd: Layer already exists [2023-02-10T01:59:02.964Z] 7e7f569ceb06: Layer already exists [2023-02-10T01:59:02.964Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:59:02.964Z] 2c21a5b14fb9: Layer already exists [2023-02-10T01:59:03.231Z] d5c9cfa081f1: Layer already exists [2023-02-10T01:59:03.231Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:03.231Z] latest: digest: sha256:702cf097bb842887f72491d0ecc8f95570e02929a43b92a7b10954d4c3a0d669 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:03.584Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:03.935Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.44 [2023-02-10T01:59:03.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-10T01:59:03.935Z] e03461315caf: Preparing [2023-02-10T01:59:03.935Z] e03461315caf: Preparing [2023-02-10T01:59:03.935Z] b301f477516d: Preparing [2023-02-10T01:59:03.935Z] e8efabb3032e: Preparing [2023-02-10T01:59:03.935Z] bc9dfabf85ec: Preparing [2023-02-10T01:59:03.935Z] b7f19047e565: Preparing [2023-02-10T01:59:03.935Z] b30c7188effe: Preparing [2023-02-10T01:59:03.935Z] 93aced1aaa9a: Preparing [2023-02-10T01:59:03.935Z] 6abd03de17dd: Preparing [2023-02-10T01:59:03.935Z] 2c21a5b14fb9: Preparing [2023-02-10T01:59:03.935Z] 7e7f569ceb06: Preparing [2023-02-10T01:59:03.935Z] d5c9cfa081f1: Preparing [2023-02-10T01:59:03.935Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:03.935Z] 6abd03de17dd: Waiting [2023-02-10T01:59:03.935Z] 2c21a5b14fb9: Waiting [2023-02-10T01:59:03.935Z] 7e7f569ceb06: Waiting [2023-02-10T01:59:03.935Z] b30c7188effe: Waiting [2023-02-10T01:59:03.935Z] d5c9cfa081f1: Waiting [2023-02-10T01:59:03.935Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:03.935Z] 93aced1aaa9a: Waiting [2023-02-10T01:59:03.935Z] e8efabb3032e: Layer already exists [2023-02-10T01:59:03.935Z] bc9dfabf85ec: Layer already exists [2023-02-10T01:59:03.935Z] e03461315caf: Layer already exists [2023-02-10T01:59:03.935Z] b7f19047e565: Layer already exists [2023-02-10T01:59:03.935Z] b301f477516d: Layer already exists [2023-02-10T01:59:03.935Z] 2c21a5b14fb9: Layer already exists [2023-02-10T01:59:03.935Z] b30c7188effe: Layer already exists [2023-02-10T01:59:03.935Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:59:03.935Z] 7e7f569ceb06: Layer already exists [2023-02-10T01:59:03.935Z] 6abd03de17dd: Layer already exists [2023-02-10T01:59:03.935Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:03.935Z] d5c9cfa081f1: Layer already exists [2023-02-10T01:59:04.201Z] 3.0.0-dev.44: digest: sha256:702cf097bb842887f72491d0ecc8f95570e02929a43b92a7b10954d4c3a0d669 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:04.543Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:04.872Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:04.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-10T01:59:04.872Z] e03461315caf: Preparing [2023-02-10T01:59:04.872Z] e03461315caf: Preparing [2023-02-10T01:59:04.872Z] b301f477516d: Preparing [2023-02-10T01:59:04.872Z] e8efabb3032e: Preparing [2023-02-10T01:59:04.872Z] bc9dfabf85ec: Preparing [2023-02-10T01:59:04.872Z] b7f19047e565: Preparing [2023-02-10T01:59:04.872Z] b30c7188effe: Preparing [2023-02-10T01:59:04.872Z] 93aced1aaa9a: Preparing [2023-02-10T01:59:04.872Z] 6abd03de17dd: Preparing [2023-02-10T01:59:04.872Z] 2c21a5b14fb9: Preparing [2023-02-10T01:59:04.872Z] 7e7f569ceb06: Preparing [2023-02-10T01:59:04.872Z] b30c7188effe: Waiting [2023-02-10T01:59:04.872Z] 93aced1aaa9a: Waiting [2023-02-10T01:59:04.872Z] d5c9cfa081f1: Preparing [2023-02-10T01:59:04.872Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:04.872Z] 7e7f569ceb06: Waiting [2023-02-10T01:59:04.872Z] d5c9cfa081f1: Waiting [2023-02-10T01:59:04.872Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:04.872Z] 2c21a5b14fb9: Waiting [2023-02-10T01:59:04.872Z] 6abd03de17dd: Waiting [2023-02-10T01:59:04.872Z] bc9dfabf85ec: Layer already exists [2023-02-10T01:59:04.872Z] e8efabb3032e: Layer already exists [2023-02-10T01:59:04.872Z] b301f477516d: Layer already exists [2023-02-10T01:59:04.872Z] e03461315caf: Layer already exists [2023-02-10T01:59:04.872Z] b7f19047e565: Layer already exists [2023-02-10T01:59:04.872Z] 6abd03de17dd: Layer already exists [2023-02-10T01:59:04.872Z] b30c7188effe: Layer already exists [2023-02-10T01:59:04.872Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:59:04.872Z] 2c21a5b14fb9: Layer already exists [2023-02-10T01:59:04.872Z] 7e7f569ceb06: Layer already exists [2023-02-10T01:59:04.873Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:04.873Z] d5c9cfa081f1: Layer already exists [2023-02-10T01:59:05.138Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:702cf097bb842887f72491d0ecc8f95570e02929a43b92a7b10954d4c3a0d669 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:05.490Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:05.828Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-02-10T01:59:05.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-10T01:59:05.828Z] e03461315caf: Preparing [2023-02-10T01:59:05.828Z] e03461315caf: Preparing [2023-02-10T01:59:05.828Z] b301f477516d: Preparing [2023-02-10T01:59:05.828Z] e8efabb3032e: Preparing [2023-02-10T01:59:05.828Z] bc9dfabf85ec: Preparing [2023-02-10T01:59:05.828Z] b7f19047e565: Preparing [2023-02-10T01:59:05.828Z] b30c7188effe: Preparing [2023-02-10T01:59:05.828Z] 93aced1aaa9a: Preparing [2023-02-10T01:59:05.828Z] 6abd03de17dd: Preparing [2023-02-10T01:59:05.828Z] 2c21a5b14fb9: Preparing [2023-02-10T01:59:05.828Z] 7e7f569ceb06: Preparing [2023-02-10T01:59:05.828Z] d5c9cfa081f1: Preparing [2023-02-10T01:59:05.828Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:05.828Z] 6abd03de17dd: Waiting [2023-02-10T01:59:05.828Z] 2c21a5b14fb9: Waiting [2023-02-10T01:59:05.828Z] b30c7188effe: Waiting [2023-02-10T01:59:05.828Z] 93aced1aaa9a: Waiting [2023-02-10T01:59:05.828Z] d5c9cfa081f1: Waiting [2023-02-10T01:59:05.828Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:05.828Z] 7e7f569ceb06: Waiting [2023-02-10T01:59:05.828Z] b7f19047e565: Layer already exists [2023-02-10T01:59:05.828Z] e8efabb3032e: Layer already exists [2023-02-10T01:59:05.828Z] bc9dfabf85ec: Layer already exists [2023-02-10T01:59:05.828Z] b301f477516d: Layer already exists [2023-02-10T01:59:05.828Z] e03461315caf: Layer already exists [2023-02-10T01:59:05.828Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:59:05.828Z] 6abd03de17dd: Layer already exists [2023-02-10T01:59:05.828Z] b30c7188effe: Layer already exists [2023-02-10T01:59:05.828Z] 7e7f569ceb06: Layer already exists [2023-02-10T01:59:05.828Z] 2c21a5b14fb9: Layer already exists [2023-02-10T01:59:05.828Z] d5c9cfa081f1: Layer already exists [2023-02-10T01:59:05.828Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:06.095Z] main: digest: sha256:702cf097bb842887f72491d0ecc8f95570e02929a43b92a7b10954d4c3a0d669 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:59:06.138Z] ===================================================== [Pipeline] echo [2023-02-10T01:59:06.144Z] taggedImages: [2023-02-10T01:59:06.144Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:06.144Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-10T01:59:06.144Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.44 [2023-02-10T01:59:06.144Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:06.144Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-02-10T01:59:06.158Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-02-10T01:59:06.158Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:06.158Z] latest [2023-02-10T01:59:06.158Z] 3.0.0-dev.44 [2023-02-10T01:59:06.158Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:06.158Z] main [2023-02-10T01:59:06.158Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:06.499Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:06.837Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:06.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-10T01:59:06.837Z] 1ea886df63a5: Preparing [2023-02-10T01:59:06.837Z] bfc6729870cd: Preparing [2023-02-10T01:59:06.837Z] 817b12d3d22c: Preparing [2023-02-10T01:59:06.837Z] 8c7e7649abb5: Preparing [2023-02-10T01:59:06.837Z] 14be8f23d330: Preparing [2023-02-10T01:59:06.837Z] f53797b79d6a: Preparing [2023-02-10T01:59:06.837Z] d582dbe43d6b: Preparing [2023-02-10T01:59:06.837Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:06.837Z] d582dbe43d6b: Waiting [2023-02-10T01:59:06.837Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:06.837Z] f53797b79d6a: Waiting [2023-02-10T01:59:07.103Z] bfc6729870cd: Pushed [2023-02-10T01:59:07.103Z] 14be8f23d330: Pushed [2023-02-10T01:59:07.103Z] 1ea886df63a5: Pushed [2023-02-10T01:59:07.369Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:07.369Z] f53797b79d6a: Pushed [2023-02-10T01:59:07.951Z] d582dbe43d6b: Pushed [2023-02-10T01:59:09.901Z] 817b12d3d22c: Pushed [2023-02-10T01:59:09.901Z] 8c7e7649abb5: Pushed [2023-02-10T01:59:10.487Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:519f74c1e89f33a20b4766ee7f4317da4c71423a30fc8a1e7b62e011d0df126a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:10.848Z] + 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-02-10T01:59:11.200Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-10T01:59:11.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-10T01:59:11.200Z] 1ea886df63a5: Preparing [2023-02-10T01:59:11.200Z] bfc6729870cd: Preparing [2023-02-10T01:59:11.200Z] 817b12d3d22c: Preparing [2023-02-10T01:59:11.200Z] 8c7e7649abb5: Preparing [2023-02-10T01:59:11.200Z] 14be8f23d330: Preparing [2023-02-10T01:59:11.200Z] f53797b79d6a: Preparing [2023-02-10T01:59:11.200Z] d582dbe43d6b: Preparing [2023-02-10T01:59:11.200Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:11.200Z] f53797b79d6a: Waiting [2023-02-10T01:59:11.200Z] d582dbe43d6b: Waiting [2023-02-10T01:59:11.200Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:11.200Z] 14be8f23d330: Layer already exists [2023-02-10T01:59:11.200Z] 1ea886df63a5: Layer already exists [2023-02-10T01:59:11.200Z] 8c7e7649abb5: Layer already exists [2023-02-10T01:59:11.200Z] bfc6729870cd: Layer already exists [2023-02-10T01:59:11.200Z] 817b12d3d22c: Layer already exists [2023-02-10T01:59:11.200Z] f53797b79d6a: Layer already exists [2023-02-10T01:59:11.200Z] d582dbe43d6b: Layer already exists [2023-02-10T01:59:11.200Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:11.467Z] latest: digest: sha256:519f74c1e89f33a20b4766ee7f4317da4c71423a30fc8a1e7b62e011d0df126a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:11.814Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:12.163Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.44 [2023-02-10T01:59:12.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-10T01:59:12.163Z] 1ea886df63a5: Preparing [2023-02-10T01:59:12.163Z] bfc6729870cd: Preparing [2023-02-10T01:59:12.163Z] 817b12d3d22c: Preparing [2023-02-10T01:59:12.163Z] 8c7e7649abb5: Preparing [2023-02-10T01:59:12.163Z] 14be8f23d330: Preparing [2023-02-10T01:59:12.163Z] f53797b79d6a: Preparing [2023-02-10T01:59:12.163Z] d582dbe43d6b: Preparing [2023-02-10T01:59:12.163Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:12.163Z] f53797b79d6a: Waiting [2023-02-10T01:59:12.163Z] d582dbe43d6b: Waiting [2023-02-10T01:59:12.163Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:12.163Z] 1ea886df63a5: Layer already exists [2023-02-10T01:59:12.163Z] 8c7e7649abb5: Layer already exists [2023-02-10T01:59:12.163Z] bfc6729870cd: Layer already exists [2023-02-10T01:59:12.163Z] 817b12d3d22c: Layer already exists [2023-02-10T01:59:12.163Z] 14be8f23d330: Layer already exists [2023-02-10T01:59:12.163Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:12.163Z] f53797b79d6a: Layer already exists [2023-02-10T01:59:12.163Z] d582dbe43d6b: Layer already exists [2023-02-10T01:59:12.487Z] 3.0.0-dev.44: digest: sha256:519f74c1e89f33a20b4766ee7f4317da4c71423a30fc8a1e7b62e011d0df126a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:12.837Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:13.187Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:13.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-10T01:59:13.187Z] 1ea886df63a5: Preparing [2023-02-10T01:59:13.187Z] bfc6729870cd: Preparing [2023-02-10T01:59:13.187Z] 817b12d3d22c: Preparing [2023-02-10T01:59:13.187Z] 8c7e7649abb5: Preparing [2023-02-10T01:59:13.187Z] 14be8f23d330: Preparing [2023-02-10T01:59:13.187Z] f53797b79d6a: Preparing [2023-02-10T01:59:13.187Z] d582dbe43d6b: Preparing [2023-02-10T01:59:13.187Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:13.187Z] f53797b79d6a: Waiting [2023-02-10T01:59:13.187Z] d582dbe43d6b: Waiting [2023-02-10T01:59:13.187Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:13.187Z] 1ea886df63a5: Layer already exists [2023-02-10T01:59:13.187Z] bfc6729870cd: Layer already exists [2023-02-10T01:59:13.187Z] 8c7e7649abb5: Layer already exists [2023-02-10T01:59:13.187Z] 14be8f23d330: Layer already exists [2023-02-10T01:59:13.187Z] 817b12d3d22c: Layer already exists [2023-02-10T01:59:13.187Z] f53797b79d6a: Layer already exists [2023-02-10T01:59:13.187Z] d582dbe43d6b: Layer already exists [2023-02-10T01:59:13.455Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:13.455Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:519f74c1e89f33a20b4766ee7f4317da4c71423a30fc8a1e7b62e011d0df126a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:13.807Z] + 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-02-10T01:59:14.157Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-02-10T01:59:14.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-10T01:59:14.157Z] 1ea886df63a5: Preparing [2023-02-10T01:59:14.157Z] bfc6729870cd: Preparing [2023-02-10T01:59:14.157Z] 817b12d3d22c: Preparing [2023-02-10T01:59:14.157Z] 8c7e7649abb5: Preparing [2023-02-10T01:59:14.157Z] 14be8f23d330: Preparing [2023-02-10T01:59:14.157Z] f53797b79d6a: Preparing [2023-02-10T01:59:14.157Z] d582dbe43d6b: Preparing [2023-02-10T01:59:14.157Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:14.157Z] f53797b79d6a: Waiting [2023-02-10T01:59:14.157Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:14.157Z] d582dbe43d6b: Waiting [2023-02-10T01:59:14.157Z] 1ea886df63a5: Layer already exists [2023-02-10T01:59:14.157Z] bfc6729870cd: Layer already exists [2023-02-10T01:59:14.157Z] 8c7e7649abb5: Layer already exists [2023-02-10T01:59:14.157Z] 14be8f23d330: Layer already exists [2023-02-10T01:59:14.157Z] 817b12d3d22c: Layer already exists [2023-02-10T01:59:14.157Z] d582dbe43d6b: Layer already exists [2023-02-10T01:59:14.157Z] f53797b79d6a: Layer already exists [2023-02-10T01:59:14.157Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:14.425Z] main: digest: sha256:519f74c1e89f33a20b4766ee7f4317da4c71423a30fc8a1e7b62e011d0df126a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:59:14.480Z] ===================================================== [Pipeline] echo [2023-02-10T01:59:14.490Z] taggedImages: [2023-02-10T01:59:14.490Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:14.490Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-10T01:59:14.490Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.44 [2023-02-10T01:59:14.490Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:14.490Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-02-10T01:59:14.511Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-02-10T01:59:14.511Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:14.511Z] latest [2023-02-10T01:59:14.511Z] 3.0.0-dev.44 [2023-02-10T01:59:14.511Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:14.511Z] main [2023-02-10T01:59:14.511Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:14.866Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:15.204Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:15.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-10T01:59:15.205Z] f1c3029bf6d0: Preparing [2023-02-10T01:59:15.205Z] fb7ac7248f12: Preparing [2023-02-10T01:59:15.205Z] 6ca970869a5c: Preparing [2023-02-10T01:59:15.205Z] 10da5af580e1: Preparing [2023-02-10T01:59:15.205Z] adf9cfd016be: Preparing [2023-02-10T01:59:15.205Z] d09c45fcf071: Preparing [2023-02-10T01:59:15.205Z] 68e7abb3a56a: Preparing [2023-02-10T01:59:15.205Z] 215cafc61049: Preparing [2023-02-10T01:59:15.205Z] 87ff6e96661c: Preparing [2023-02-10T01:59:15.205Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:15.205Z] 68e7abb3a56a: Waiting [2023-02-10T01:59:15.205Z] 215cafc61049: Waiting [2023-02-10T01:59:15.205Z] 87ff6e96661c: Waiting [2023-02-10T01:59:15.205Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:15.205Z] d09c45fcf071: Waiting [2023-02-10T01:59:15.787Z] fb7ac7248f12: Pushed [2023-02-10T01:59:15.787Z] adf9cfd016be: Pushed [2023-02-10T01:59:15.787Z] f1c3029bf6d0: Pushed [2023-02-10T01:59:16.058Z] 68e7abb3a56a: Pushed [2023-02-10T01:59:16.058Z] 215cafc61049: Pushed [2023-02-10T01:59:16.058Z] d09c45fcf071: Pushed [2023-02-10T01:59:16.058Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:16.323Z] 87ff6e96661c: Pushed [2023-02-10T01:59:18.348Z] 10da5af580e1: Pushed [2023-02-10T01:59:18.942Z] 6ca970869a5c: Pushed [2023-02-10T01:59:19.210Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:55b2d024800ba93cfbb806c7cddccf3c477a4e7947d0f066818685291368200b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:19.556Z] + 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-02-10T01:59:19.888Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-10T01:59:19.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-10T01:59:19.888Z] f1c3029bf6d0: Preparing [2023-02-10T01:59:19.888Z] fb7ac7248f12: Preparing [2023-02-10T01:59:19.888Z] 6ca970869a5c: Preparing [2023-02-10T01:59:19.888Z] 10da5af580e1: Preparing [2023-02-10T01:59:19.888Z] adf9cfd016be: Preparing [2023-02-10T01:59:19.888Z] d09c45fcf071: Preparing [2023-02-10T01:59:19.888Z] 68e7abb3a56a: Preparing [2023-02-10T01:59:19.888Z] 215cafc61049: Preparing [2023-02-10T01:59:19.888Z] 87ff6e96661c: Preparing [2023-02-10T01:59:19.888Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:19.888Z] d09c45fcf071: Waiting [2023-02-10T01:59:19.888Z] 68e7abb3a56a: Waiting [2023-02-10T01:59:19.888Z] 215cafc61049: Waiting [2023-02-10T01:59:19.888Z] 87ff6e96661c: Waiting [2023-02-10T01:59:19.888Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:19.888Z] f1c3029bf6d0: Layer already exists [2023-02-10T01:59:19.888Z] adf9cfd016be: Layer already exists [2023-02-10T01:59:19.888Z] fb7ac7248f12: Layer already exists [2023-02-10T01:59:19.888Z] 6ca970869a5c: Layer already exists [2023-02-10T01:59:19.888Z] 10da5af580e1: Layer already exists [2023-02-10T01:59:19.888Z] d09c45fcf071: Layer already exists [2023-02-10T01:59:19.888Z] 215cafc61049: Layer already exists [2023-02-10T01:59:19.888Z] 68e7abb3a56a: Layer already exists [2023-02-10T01:59:19.888Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:19.888Z] 87ff6e96661c: Layer already exists [2023-02-10T01:59:20.153Z] latest: digest: sha256:55b2d024800ba93cfbb806c7cddccf3c477a4e7947d0f066818685291368200b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:20.486Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:20.828Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.44 [2023-02-10T01:59:20.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-10T01:59:20.828Z] f1c3029bf6d0: Preparing [2023-02-10T01:59:20.828Z] fb7ac7248f12: Preparing [2023-02-10T01:59:20.828Z] 6ca970869a5c: Preparing [2023-02-10T01:59:20.828Z] 10da5af580e1: Preparing [2023-02-10T01:59:20.828Z] adf9cfd016be: Preparing [2023-02-10T01:59:20.828Z] d09c45fcf071: Preparing [2023-02-10T01:59:20.828Z] 68e7abb3a56a: Preparing [2023-02-10T01:59:20.828Z] 215cafc61049: Preparing [2023-02-10T01:59:20.828Z] 87ff6e96661c: Preparing [2023-02-10T01:59:20.828Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:20.828Z] d09c45fcf071: Waiting [2023-02-10T01:59:20.828Z] 68e7abb3a56a: Waiting [2023-02-10T01:59:20.828Z] 87ff6e96661c: Waiting [2023-02-10T01:59:20.828Z] 215cafc61049: Waiting [2023-02-10T01:59:20.828Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:20.828Z] adf9cfd016be: Layer already exists [2023-02-10T01:59:20.828Z] fb7ac7248f12: Layer already exists [2023-02-10T01:59:20.828Z] 6ca970869a5c: Layer already exists [2023-02-10T01:59:20.828Z] 10da5af580e1: Layer already exists [2023-02-10T01:59:20.828Z] f1c3029bf6d0: Layer already exists [2023-02-10T01:59:20.828Z] d09c45fcf071: Layer already exists [2023-02-10T01:59:20.828Z] 68e7abb3a56a: Layer already exists [2023-02-10T01:59:20.828Z] 87ff6e96661c: Layer already exists [2023-02-10T01:59:20.828Z] 215cafc61049: Layer already exists [2023-02-10T01:59:20.828Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:21.096Z] 3.0.0-dev.44: digest: sha256:55b2d024800ba93cfbb806c7cddccf3c477a4e7947d0f066818685291368200b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:21.446Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:21.773Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:21.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-10T01:59:21.773Z] f1c3029bf6d0: Preparing [2023-02-10T01:59:21.773Z] fb7ac7248f12: Preparing [2023-02-10T01:59:21.773Z] 6ca970869a5c: Preparing [2023-02-10T01:59:21.773Z] 10da5af580e1: Preparing [2023-02-10T01:59:21.773Z] adf9cfd016be: Preparing [2023-02-10T01:59:21.773Z] d09c45fcf071: Preparing [2023-02-10T01:59:21.773Z] 68e7abb3a56a: Preparing [2023-02-10T01:59:21.773Z] 215cafc61049: Preparing [2023-02-10T01:59:21.773Z] 87ff6e96661c: Preparing [2023-02-10T01:59:21.773Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:21.773Z] d09c45fcf071: Waiting [2023-02-10T01:59:21.773Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:21.773Z] 10da5af580e1: Layer already exists [2023-02-10T01:59:21.773Z] f1c3029bf6d0: Layer already exists [2023-02-10T01:59:21.773Z] adf9cfd016be: Layer already exists [2023-02-10T01:59:21.773Z] 6ca970869a5c: Layer already exists [2023-02-10T01:59:21.773Z] fb7ac7248f12: Layer already exists [2023-02-10T01:59:21.773Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:21.773Z] d09c45fcf071: Layer already exists [2023-02-10T01:59:21.773Z] 215cafc61049: Layer already exists [2023-02-10T01:59:21.773Z] 68e7abb3a56a: Layer already exists [2023-02-10T01:59:21.773Z] 87ff6e96661c: Layer already exists [2023-02-10T01:59:22.040Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:55b2d024800ba93cfbb806c7cddccf3c477a4e7947d0f066818685291368200b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:22.371Z] + 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-02-10T01:59:22.702Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-02-10T01:59:22.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-10T01:59:22.702Z] f1c3029bf6d0: Preparing [2023-02-10T01:59:22.702Z] fb7ac7248f12: Preparing [2023-02-10T01:59:22.702Z] 6ca970869a5c: Preparing [2023-02-10T01:59:22.702Z] 10da5af580e1: Preparing [2023-02-10T01:59:22.702Z] adf9cfd016be: Preparing [2023-02-10T01:59:22.702Z] d09c45fcf071: Preparing [2023-02-10T01:59:22.702Z] 68e7abb3a56a: Preparing [2023-02-10T01:59:22.702Z] 215cafc61049: Preparing [2023-02-10T01:59:22.702Z] 87ff6e96661c: Preparing [2023-02-10T01:59:22.702Z] 17bec77d7fdc: Preparing [2023-02-10T01:59:22.702Z] 215cafc61049: Waiting [2023-02-10T01:59:22.702Z] 87ff6e96661c: Waiting [2023-02-10T01:59:22.702Z] 17bec77d7fdc: Waiting [2023-02-10T01:59:22.702Z] d09c45fcf071: Waiting [2023-02-10T01:59:22.702Z] 68e7abb3a56a: Waiting [2023-02-10T01:59:22.702Z] 6ca970869a5c: Layer already exists [2023-02-10T01:59:22.702Z] f1c3029bf6d0: Layer already exists [2023-02-10T01:59:22.702Z] 10da5af580e1: Layer already exists [2023-02-10T01:59:22.702Z] fb7ac7248f12: Layer already exists [2023-02-10T01:59:22.702Z] adf9cfd016be: Layer already exists [2023-02-10T01:59:22.702Z] d09c45fcf071: Layer already exists [2023-02-10T01:59:22.702Z] 68e7abb3a56a: Layer already exists [2023-02-10T01:59:22.702Z] 17bec77d7fdc: Layer already exists [2023-02-10T01:59:22.702Z] 87ff6e96661c: Layer already exists [2023-02-10T01:59:22.702Z] 215cafc61049: Layer already exists [2023-02-10T01:59:22.967Z] main: digest: sha256:55b2d024800ba93cfbb806c7cddccf3c477a4e7947d0f066818685291368200b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:59:23.005Z] ===================================================== [Pipeline] echo [2023-02-10T01:59:23.010Z] taggedImages: [2023-02-10T01:59:23.010Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:23.010Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-10T01:59:23.010Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.44 [2023-02-10T01:59:23.010Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:23.010Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-02-10T01:59:23.024Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-02-10T01:59:23.024Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:23.024Z] latest [2023-02-10T01:59:23.024Z] 3.0.0-dev.44 [2023-02-10T01:59:23.024Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:23.024Z] main [2023-02-10T01:59:23.024Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:23.349Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:23.681Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:23.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-10T01:59:23.681Z] 1ed6a6ab7835: Preparing [2023-02-10T01:59:23.681Z] 76836a5d40e9: Preparing [2023-02-10T01:59:23.681Z] 93aced1aaa9a: Preparing [2023-02-10T01:59:23.681Z] 68dfaa02b1a2: Preparing [2023-02-10T01:59:23.681Z] 9833f26c6bda: Preparing [2023-02-10T01:59:23.681Z] 9833f26c6bda: Layer already exists [2023-02-10T01:59:23.681Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:59:23.948Z] 1ed6a6ab7835: Pushed [2023-02-10T01:59:25.352Z] 68dfaa02b1a2: Pushed [2023-02-10T01:59:28.692Z] 76836a5d40e9: Pushed [2023-02-10T01:59:28.692Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:09dc16e19ecf7bffd44b17b69af372fe8f677e2041ec1374cfb0579d843a8be0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:29.028Z] + 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-02-10T01:59:29.357Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-10T01:59:29.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-10T01:59:29.357Z] 1ed6a6ab7835: Preparing [2023-02-10T01:59:29.357Z] 76836a5d40e9: Preparing [2023-02-10T01:59:29.357Z] 93aced1aaa9a: Preparing [2023-02-10T01:59:29.357Z] 68dfaa02b1a2: Preparing [2023-02-10T01:59:29.357Z] 9833f26c6bda: Preparing [2023-02-10T01:59:29.357Z] 9833f26c6bda: Layer already exists [2023-02-10T01:59:29.357Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:59:29.357Z] 68dfaa02b1a2: Layer already exists [2023-02-10T01:59:29.357Z] 76836a5d40e9: Layer already exists [2023-02-10T01:59:29.357Z] 1ed6a6ab7835: Layer already exists [2023-02-10T01:59:29.357Z] latest: digest: sha256:09dc16e19ecf7bffd44b17b69af372fe8f677e2041ec1374cfb0579d843a8be0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:29.685Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:30.012Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.44 [2023-02-10T01:59:30.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-10T01:59:30.013Z] 1ed6a6ab7835: Preparing [2023-02-10T01:59:30.013Z] 76836a5d40e9: Preparing [2023-02-10T01:59:30.013Z] 93aced1aaa9a: Preparing [2023-02-10T01:59:30.013Z] 68dfaa02b1a2: Preparing [2023-02-10T01:59:30.013Z] 9833f26c6bda: Preparing [2023-02-10T01:59:30.013Z] 68dfaa02b1a2: Layer already exists [2023-02-10T01:59:30.013Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:59:30.013Z] 1ed6a6ab7835: Layer already exists [2023-02-10T01:59:30.013Z] 76836a5d40e9: Layer already exists [2023-02-10T01:59:30.013Z] 9833f26c6bda: Layer already exists [2023-02-10T01:59:30.013Z] 3.0.0-dev.44: digest: sha256:09dc16e19ecf7bffd44b17b69af372fe8f677e2041ec1374cfb0579d843a8be0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:30.607Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:30.935Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:30.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-10T01:59:30.935Z] 1ed6a6ab7835: Preparing [2023-02-10T01:59:30.935Z] 76836a5d40e9: Preparing [2023-02-10T01:59:30.935Z] 93aced1aaa9a: Preparing [2023-02-10T01:59:30.935Z] 68dfaa02b1a2: Preparing [2023-02-10T01:59:30.935Z] 9833f26c6bda: Preparing [2023-02-10T01:59:30.935Z] 1ed6a6ab7835: Layer already exists [2023-02-10T01:59:30.935Z] 9833f26c6bda: Layer already exists [2023-02-10T01:59:30.935Z] 76836a5d40e9: Layer already exists [2023-02-10T01:59:30.935Z] 68dfaa02b1a2: Layer already exists [2023-02-10T01:59:30.935Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:59:30.935Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:09dc16e19ecf7bffd44b17b69af372fe8f677e2041ec1374cfb0579d843a8be0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:31.545Z] + 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-02-10T01:59:31.878Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-02-10T01:59:31.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-10T01:59:31.878Z] 1ed6a6ab7835: Preparing [2023-02-10T01:59:31.878Z] 76836a5d40e9: Preparing [2023-02-10T01:59:31.878Z] 93aced1aaa9a: Preparing [2023-02-10T01:59:31.878Z] 68dfaa02b1a2: Preparing [2023-02-10T01:59:31.878Z] 9833f26c6bda: Preparing [2023-02-10T01:59:31.878Z] 1ed6a6ab7835: Layer already exists [2023-02-10T01:59:31.878Z] 68dfaa02b1a2: Layer already exists [2023-02-10T01:59:31.878Z] 9833f26c6bda: Layer already exists [2023-02-10T01:59:31.878Z] 93aced1aaa9a: Layer already exists [2023-02-10T01:59:31.878Z] 76836a5d40e9: Layer already exists [2023-02-10T01:59:31.878Z] main: digest: sha256:09dc16e19ecf7bffd44b17b69af372fe8f677e2041ec1374cfb0579d843a8be0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:59:32.187Z] ===================================================== [Pipeline] echo [2023-02-10T01:59:32.192Z] taggedImages: [2023-02-10T01:59:32.192Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:32.192Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-10T01:59:32.192Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.44 [2023-02-10T01:59:32.192Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:32.192Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-02-10T01:59:32.206Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-02-10T01:59:32.206Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:32.206Z] latest [2023-02-10T01:59:32.206Z] 3.0.0-dev.44 [2023-02-10T01:59:32.206Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:32.206Z] main [2023-02-10T01:59:32.206Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:32.538Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:32.869Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:32.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-10T01:59:32.870Z] f28449552920: Preparing [2023-02-10T01:59:32.870Z] 7503acc21035: Preparing [2023-02-10T01:59:32.870Z] 8ba6569e091e: Preparing [2023-02-10T01:59:32.870Z] cc47b441b7e5: Preparing [2023-02-10T01:59:32.870Z] b66630395426: Preparing [2023-02-10T01:59:32.870Z] 67a7112ad3a9: Preparing [2023-02-10T01:59:32.870Z] 9833f26c6bda: Preparing [2023-02-10T01:59:32.870Z] 9833f26c6bda: Waiting [2023-02-10T01:59:32.870Z] 67a7112ad3a9: Waiting [2023-02-10T01:59:33.138Z] f28449552920: Pushed [2023-02-10T01:59:33.138Z] 8ba6569e091e: Pushed [2023-02-10T01:59:33.138Z] 7503acc21035: Pushed [2023-02-10T01:59:33.138Z] 9833f26c6bda: Layer already exists [2023-02-10T01:59:34.102Z] 67a7112ad3a9: Pushed [2023-02-10T01:59:42.331Z] b66630395426: Pushed [2023-02-10T01:59:48.959Z] cc47b441b7e5: Pushed [2023-02-10T01:59:48.959Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:496b6ef081b44ffb9dc93efb77668c050bb4513d375c5d8ed632b0ec1dd6ad4b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:49.296Z] + 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-02-10T01:59:49.632Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-10T01:59:49.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-10T01:59:49.632Z] f28449552920: Preparing [2023-02-10T01:59:49.632Z] 7503acc21035: Preparing [2023-02-10T01:59:49.632Z] 8ba6569e091e: Preparing [2023-02-10T01:59:49.632Z] cc47b441b7e5: Preparing [2023-02-10T01:59:49.632Z] b66630395426: Preparing [2023-02-10T01:59:49.632Z] 67a7112ad3a9: Preparing [2023-02-10T01:59:49.632Z] 9833f26c6bda: Preparing [2023-02-10T01:59:49.632Z] 67a7112ad3a9: Waiting [2023-02-10T01:59:49.632Z] 9833f26c6bda: Waiting [2023-02-10T01:59:49.632Z] 7503acc21035: Layer already exists [2023-02-10T01:59:49.632Z] b66630395426: Layer already exists [2023-02-10T01:59:49.632Z] cc47b441b7e5: Layer already exists [2023-02-10T01:59:49.632Z] f28449552920: Layer already exists [2023-02-10T01:59:49.632Z] 8ba6569e091e: Layer already exists [2023-02-10T01:59:49.632Z] 67a7112ad3a9: Layer already exists [2023-02-10T01:59:49.632Z] 9833f26c6bda: Layer already exists [2023-02-10T01:59:49.896Z] latest: digest: sha256:496b6ef081b44ffb9dc93efb77668c050bb4513d375c5d8ed632b0ec1dd6ad4b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:50.232Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:50.564Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.44 [2023-02-10T01:59:50.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-10T01:59:50.564Z] f28449552920: Preparing [2023-02-10T01:59:50.564Z] 7503acc21035: Preparing [2023-02-10T01:59:50.564Z] 8ba6569e091e: Preparing [2023-02-10T01:59:50.564Z] cc47b441b7e5: Preparing [2023-02-10T01:59:50.564Z] b66630395426: Preparing [2023-02-10T01:59:50.564Z] 67a7112ad3a9: Preparing [2023-02-10T01:59:50.564Z] 9833f26c6bda: Preparing [2023-02-10T01:59:50.564Z] 67a7112ad3a9: Waiting [2023-02-10T01:59:50.564Z] 9833f26c6bda: Waiting [2023-02-10T01:59:50.564Z] b66630395426: Layer already exists [2023-02-10T01:59:50.564Z] 8ba6569e091e: Layer already exists [2023-02-10T01:59:50.564Z] 7503acc21035: Layer already exists [2023-02-10T01:59:50.564Z] f28449552920: Layer already exists [2023-02-10T01:59:50.564Z] cc47b441b7e5: Layer already exists [2023-02-10T01:59:50.564Z] 9833f26c6bda: Layer already exists [2023-02-10T01:59:50.564Z] 67a7112ad3a9: Layer already exists [2023-02-10T01:59:50.829Z] 3.0.0-dev.44: digest: sha256:496b6ef081b44ffb9dc93efb77668c050bb4513d375c5d8ed632b0ec1dd6ad4b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:51.169Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:51.515Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:51.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-10T01:59:51.515Z] f28449552920: Preparing [2023-02-10T01:59:51.515Z] 7503acc21035: Preparing [2023-02-10T01:59:51.515Z] 8ba6569e091e: Preparing [2023-02-10T01:59:51.515Z] cc47b441b7e5: Preparing [2023-02-10T01:59:51.515Z] b66630395426: Preparing [2023-02-10T01:59:51.515Z] 67a7112ad3a9: Preparing [2023-02-10T01:59:51.515Z] 9833f26c6bda: Preparing [2023-02-10T01:59:51.515Z] 67a7112ad3a9: Waiting [2023-02-10T01:59:51.515Z] 9833f26c6bda: Waiting [2023-02-10T01:59:51.515Z] f28449552920: Layer already exists [2023-02-10T01:59:51.515Z] 8ba6569e091e: Layer already exists [2023-02-10T01:59:51.515Z] b66630395426: Layer already exists [2023-02-10T01:59:51.515Z] 7503acc21035: Layer already exists [2023-02-10T01:59:51.515Z] cc47b441b7e5: Layer already exists [2023-02-10T01:59:51.515Z] 67a7112ad3a9: Layer already exists [2023-02-10T01:59:51.515Z] 9833f26c6bda: Layer already exists [2023-02-10T01:59:51.780Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:496b6ef081b44ffb9dc93efb77668c050bb4513d375c5d8ed632b0ec1dd6ad4b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:52.114Z] + 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-02-10T01:59:52.451Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-02-10T01:59:52.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-10T01:59:52.451Z] f28449552920: Preparing [2023-02-10T01:59:52.451Z] 7503acc21035: Preparing [2023-02-10T01:59:52.451Z] 8ba6569e091e: Preparing [2023-02-10T01:59:52.451Z] cc47b441b7e5: Preparing [2023-02-10T01:59:52.451Z] b66630395426: Preparing [2023-02-10T01:59:52.451Z] 67a7112ad3a9: Preparing [2023-02-10T01:59:52.451Z] 9833f26c6bda: Preparing [2023-02-10T01:59:52.451Z] 67a7112ad3a9: Waiting [2023-02-10T01:59:52.451Z] 9833f26c6bda: Waiting [2023-02-10T01:59:52.451Z] f28449552920: Layer already exists [2023-02-10T01:59:52.451Z] cc47b441b7e5: Layer already exists [2023-02-10T01:59:52.451Z] b66630395426: Layer already exists [2023-02-10T01:59:52.451Z] 8ba6569e091e: Layer already exists [2023-02-10T01:59:52.451Z] 7503acc21035: Layer already exists [2023-02-10T01:59:52.451Z] 9833f26c6bda: Layer already exists [2023-02-10T01:59:52.451Z] 67a7112ad3a9: Layer already exists [2023-02-10T01:59:52.718Z] main: digest: sha256:496b6ef081b44ffb9dc93efb77668c050bb4513d375c5d8ed632b0ec1dd6ad4b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T01:59:52.769Z] ===================================================== [Pipeline] echo [2023-02-10T01:59:52.777Z] taggedImages: [2023-02-10T01:59:52.777Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:52.777Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-10T01:59:52.777Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.44 [2023-02-10T01:59:52.777Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:52.777Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-02-10T01:59:52.796Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-02-10T01:59:52.796Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:52.796Z] latest [2023-02-10T01:59:52.796Z] 3.0.0-dev.44 [2023-02-10T01:59:52.796Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T01:59:52.796Z] main [2023-02-10T01:59:52.796Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:53.126Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T01:59:53.461Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T01:59:53.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-10T01:59:53.461Z] 88ab7a432107: Preparing [2023-02-10T01:59:53.461Z] 413d194c77fa: Preparing [2023-02-10T01:59:53.461Z] b05bc0f84448: Preparing [2023-02-10T01:59:53.461Z] 06fb49a2c80a: Preparing [2023-02-10T01:59:53.461Z] 713af7bae11e: Preparing [2023-02-10T01:59:53.461Z] 9833f26c6bda: Preparing [2023-02-10T01:59:53.461Z] 9833f26c6bda: Waiting [2023-02-10T01:59:53.729Z] 413d194c77fa: Pushed [2023-02-10T01:59:53.729Z] b05bc0f84448: Pushed [2023-02-10T01:59:53.729Z] 88ab7a432107: Pushed [2023-02-10T01:59:53.729Z] 9833f26c6bda: Layer already exists [2023-02-10T01:59:54.316Z] 713af7bae11e: Pushed [2023-02-10T02:00:12.525Z] 06fb49a2c80a: Pushed [2023-02-10T02:00:12.525Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:79eb86e313f35a7f3b9bcaf135f4b9e472fcb02b9a6eb9f04b7a4cc0883f6273 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:12.880Z] + 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-02-10T02:00:13.223Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-10T02:00:13.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-10T02:00:13.223Z] 88ab7a432107: Preparing [2023-02-10T02:00:13.223Z] 413d194c77fa: Preparing [2023-02-10T02:00:13.223Z] b05bc0f84448: Preparing [2023-02-10T02:00:13.223Z] 06fb49a2c80a: Preparing [2023-02-10T02:00:13.223Z] 713af7bae11e: Preparing [2023-02-10T02:00:13.223Z] 9833f26c6bda: Preparing [2023-02-10T02:00:13.223Z] 9833f26c6bda: Waiting [2023-02-10T02:00:13.223Z] b05bc0f84448: Layer already exists [2023-02-10T02:00:13.223Z] 713af7bae11e: Layer already exists [2023-02-10T02:00:13.223Z] 88ab7a432107: Layer already exists [2023-02-10T02:00:13.223Z] 413d194c77fa: Layer already exists [2023-02-10T02:00:13.223Z] 06fb49a2c80a: Layer already exists [2023-02-10T02:00:13.223Z] 9833f26c6bda: Layer already exists [2023-02-10T02:00:13.492Z] latest: digest: sha256:79eb86e313f35a7f3b9bcaf135f4b9e472fcb02b9a6eb9f04b7a4cc0883f6273 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:13.846Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:14.192Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.44 [2023-02-10T02:00:14.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-10T02:00:14.192Z] 88ab7a432107: Preparing [2023-02-10T02:00:14.192Z] 413d194c77fa: Preparing [2023-02-10T02:00:14.192Z] b05bc0f84448: Preparing [2023-02-10T02:00:14.192Z] 06fb49a2c80a: Preparing [2023-02-10T02:00:14.192Z] 713af7bae11e: Preparing [2023-02-10T02:00:14.192Z] 9833f26c6bda: Preparing [2023-02-10T02:00:14.192Z] 9833f26c6bda: Waiting [2023-02-10T02:00:14.192Z] 88ab7a432107: Layer already exists [2023-02-10T02:00:14.192Z] 06fb49a2c80a: Layer already exists [2023-02-10T02:00:14.192Z] 713af7bae11e: Layer already exists [2023-02-10T02:00:14.192Z] 413d194c77fa: Layer already exists [2023-02-10T02:00:14.192Z] b05bc0f84448: Layer already exists [2023-02-10T02:00:14.192Z] 9833f26c6bda: Layer already exists [2023-02-10T02:00:14.466Z] 3.0.0-dev.44: digest: sha256:79eb86e313f35a7f3b9bcaf135f4b9e472fcb02b9a6eb9f04b7a4cc0883f6273 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:14.810Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:15.155Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T02:00:15.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-10T02:00:15.155Z] 88ab7a432107: Preparing [2023-02-10T02:00:15.155Z] 413d194c77fa: Preparing [2023-02-10T02:00:15.155Z] b05bc0f84448: Preparing [2023-02-10T02:00:15.155Z] 06fb49a2c80a: Preparing [2023-02-10T02:00:15.155Z] 713af7bae11e: Preparing [2023-02-10T02:00:15.155Z] 9833f26c6bda: Preparing [2023-02-10T02:00:15.155Z] 9833f26c6bda: Waiting [2023-02-10T02:00:15.155Z] 88ab7a432107: Layer already exists [2023-02-10T02:00:15.155Z] b05bc0f84448: Layer already exists [2023-02-10T02:00:15.155Z] 713af7bae11e: Layer already exists [2023-02-10T02:00:15.155Z] 413d194c77fa: Layer already exists [2023-02-10T02:00:15.155Z] 06fb49a2c80a: Layer already exists [2023-02-10T02:00:15.155Z] 9833f26c6bda: Layer already exists [2023-02-10T02:00:15.422Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:79eb86e313f35a7f3b9bcaf135f4b9e472fcb02b9a6eb9f04b7a4cc0883f6273 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:15.761Z] + 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-02-10T02:00:16.136Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-02-10T02:00:16.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-10T02:00:16.136Z] 88ab7a432107: Preparing [2023-02-10T02:00:16.136Z] 413d194c77fa: Preparing [2023-02-10T02:00:16.136Z] b05bc0f84448: Preparing [2023-02-10T02:00:16.136Z] 06fb49a2c80a: Preparing [2023-02-10T02:00:16.136Z] 713af7bae11e: Preparing [2023-02-10T02:00:16.136Z] 9833f26c6bda: Preparing [2023-02-10T02:00:16.136Z] 9833f26c6bda: Waiting [2023-02-10T02:00:16.136Z] b05bc0f84448: Layer already exists [2023-02-10T02:00:16.136Z] 413d194c77fa: Layer already exists [2023-02-10T02:00:16.136Z] 88ab7a432107: Layer already exists [2023-02-10T02:00:16.136Z] 06fb49a2c80a: Layer already exists [2023-02-10T02:00:16.136Z] 713af7bae11e: Layer already exists [2023-02-10T02:00:16.136Z] 9833f26c6bda: Layer already exists [2023-02-10T02:00:16.403Z] main: digest: sha256:79eb86e313f35a7f3b9bcaf135f4b9e472fcb02b9a6eb9f04b7a4cc0883f6273 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T02:00:16.441Z] ===================================================== [Pipeline] echo [2023-02-10T02:00:16.447Z] taggedImages: [2023-02-10T02:00:16.447Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T02:00:16.447Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-10T02:00:16.447Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.44 [2023-02-10T02:00:16.447Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T02:00:16.447Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-02-10T02:00:16.461Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-02-10T02:00:16.461Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T02:00:16.461Z] latest [2023-02-10T02:00:16.461Z] 3.0.0-dev.44 [2023-02-10T02:00:16.461Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T02:00:16.461Z] main [2023-02-10T02:00:16.461Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:16.851Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:17.218Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T02:00:17.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-10T02:00:17.218Z] ec9c55bfe4ab: Preparing [2023-02-10T02:00:17.218Z] 53d6a6690a4e: Preparing [2023-02-10T02:00:17.218Z] f87e4ae415d5: Preparing [2023-02-10T02:00:17.218Z] 6741d7fd1db4: Preparing [2023-02-10T02:00:17.218Z] 67a7112ad3a9: Preparing [2023-02-10T02:00:17.218Z] 9833f26c6bda: Preparing [2023-02-10T02:00:17.218Z] 9833f26c6bda: Waiting [2023-02-10T02:00:17.489Z] 67a7112ad3a9: Layer already exists [2023-02-10T02:00:17.489Z] 9833f26c6bda: Layer already exists [2023-02-10T02:00:17.489Z] 53d6a6690a4e: Pushed [2023-02-10T02:00:17.489Z] f87e4ae415d5: Pushed [2023-02-10T02:00:17.489Z] ec9c55bfe4ab: Pushed [2023-02-10T02:00:35.932Z] 6741d7fd1db4: Pushed [2023-02-10T02:00:35.932Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:9baf260cda3833a52541e0fdd2f7a0e08eba34fa0c18e252d43584205c2f7ea0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:36.281Z] + 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-02-10T02:00:36.618Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-10T02:00:36.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-10T02:00:36.618Z] ec9c55bfe4ab: Preparing [2023-02-10T02:00:36.618Z] 53d6a6690a4e: Preparing [2023-02-10T02:00:36.618Z] f87e4ae415d5: Preparing [2023-02-10T02:00:36.618Z] 6741d7fd1db4: Preparing [2023-02-10T02:00:36.618Z] 67a7112ad3a9: Preparing [2023-02-10T02:00:36.618Z] 9833f26c6bda: Preparing [2023-02-10T02:00:36.618Z] 9833f26c6bda: Waiting [2023-02-10T02:00:36.618Z] 67a7112ad3a9: Layer already exists [2023-02-10T02:00:36.618Z] f87e4ae415d5: Layer already exists [2023-02-10T02:00:36.618Z] ec9c55bfe4ab: Layer already exists [2023-02-10T02:00:36.618Z] 53d6a6690a4e: Layer already exists [2023-02-10T02:00:36.618Z] 6741d7fd1db4: Layer already exists [2023-02-10T02:00:36.618Z] 9833f26c6bda: Layer already exists [2023-02-10T02:00:36.883Z] latest: digest: sha256:9baf260cda3833a52541e0fdd2f7a0e08eba34fa0c18e252d43584205c2f7ea0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:37.234Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:37.578Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.44 [2023-02-10T02:00:37.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-10T02:00:37.578Z] ec9c55bfe4ab: Preparing [2023-02-10T02:00:37.578Z] 53d6a6690a4e: Preparing [2023-02-10T02:00:37.578Z] f87e4ae415d5: Preparing [2023-02-10T02:00:37.578Z] 6741d7fd1db4: Preparing [2023-02-10T02:00:37.578Z] 67a7112ad3a9: Preparing [2023-02-10T02:00:37.578Z] 9833f26c6bda: Preparing [2023-02-10T02:00:37.578Z] 9833f26c6bda: Waiting [2023-02-10T02:00:37.578Z] f87e4ae415d5: Layer already exists [2023-02-10T02:00:37.578Z] 67a7112ad3a9: Layer already exists [2023-02-10T02:00:37.578Z] ec9c55bfe4ab: Layer already exists [2023-02-10T02:00:37.578Z] 6741d7fd1db4: Layer already exists [2023-02-10T02:00:37.578Z] 53d6a6690a4e: Layer already exists [2023-02-10T02:00:37.578Z] 9833f26c6bda: Layer already exists [2023-02-10T02:00:37.846Z] 3.0.0-dev.44: digest: sha256:9baf260cda3833a52541e0fdd2f7a0e08eba34fa0c18e252d43584205c2f7ea0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:38.198Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:38.532Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T02:00:38.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-10T02:00:38.532Z] ec9c55bfe4ab: Preparing [2023-02-10T02:00:38.532Z] 53d6a6690a4e: Preparing [2023-02-10T02:00:38.532Z] f87e4ae415d5: Preparing [2023-02-10T02:00:38.532Z] 6741d7fd1db4: Preparing [2023-02-10T02:00:38.532Z] 67a7112ad3a9: Preparing [2023-02-10T02:00:38.532Z] 9833f26c6bda: Preparing [2023-02-10T02:00:38.532Z] 9833f26c6bda: Waiting [2023-02-10T02:00:38.532Z] 53d6a6690a4e: Layer already exists [2023-02-10T02:00:38.532Z] ec9c55bfe4ab: Layer already exists [2023-02-10T02:00:38.532Z] f87e4ae415d5: Layer already exists [2023-02-10T02:00:38.532Z] 67a7112ad3a9: Layer already exists [2023-02-10T02:00:38.532Z] 6741d7fd1db4: Layer already exists [2023-02-10T02:00:38.532Z] 9833f26c6bda: Layer already exists [2023-02-10T02:00:38.798Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:9baf260cda3833a52541e0fdd2f7a0e08eba34fa0c18e252d43584205c2f7ea0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:39.148Z] + 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-02-10T02:00:39.477Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-02-10T02:00:39.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-10T02:00:39.477Z] ec9c55bfe4ab: Preparing [2023-02-10T02:00:39.477Z] 53d6a6690a4e: Preparing [2023-02-10T02:00:39.477Z] f87e4ae415d5: Preparing [2023-02-10T02:00:39.477Z] 6741d7fd1db4: Preparing [2023-02-10T02:00:39.477Z] 67a7112ad3a9: Preparing [2023-02-10T02:00:39.477Z] 9833f26c6bda: Preparing [2023-02-10T02:00:39.477Z] 9833f26c6bda: Waiting [2023-02-10T02:00:39.477Z] 6741d7fd1db4: Layer already exists [2023-02-10T02:00:39.477Z] 53d6a6690a4e: Layer already exists [2023-02-10T02:00:39.477Z] f87e4ae415d5: Layer already exists [2023-02-10T02:00:39.477Z] ec9c55bfe4ab: Layer already exists [2023-02-10T02:00:39.477Z] 67a7112ad3a9: Layer already exists [2023-02-10T02:00:39.477Z] 9833f26c6bda: Layer already exists [2023-02-10T02:00:39.742Z] main: digest: sha256:9baf260cda3833a52541e0fdd2f7a0e08eba34fa0c18e252d43584205c2f7ea0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T02:00:39.781Z] ===================================================== [Pipeline] echo [2023-02-10T02:00:39.787Z] taggedImages: [2023-02-10T02:00:39.787Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T02:00:39.787Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-10T02:00:39.787Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.44 [2023-02-10T02:00:39.787Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T02:00:39.787Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-02-10T02:00:39.801Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-02-10T02:00:39.801Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T02:00:39.801Z] latest [2023-02-10T02:00:39.801Z] 3.0.0-dev.44 [2023-02-10T02:00:39.801Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T02:00:39.801Z] main [2023-02-10T02:00:39.801Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:40.132Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:40.472Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T02:00:40.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-10T02:00:40.472Z] 9488e6176838: Preparing [2023-02-10T02:00:40.472Z] 5468ef1dbfb0: Preparing [2023-02-10T02:00:40.472Z] 93aced1aaa9a: Preparing [2023-02-10T02:00:40.472Z] e1d19080bc31: Preparing [2023-02-10T02:00:40.472Z] 17bec77d7fdc: Preparing [2023-02-10T02:00:40.472Z] 17bec77d7fdc: Layer already exists [2023-02-10T02:00:40.472Z] 93aced1aaa9a: Layer already exists [2023-02-10T02:00:40.740Z] 9488e6176838: Pushed [2023-02-10T02:00:41.005Z] e1d19080bc31: Pushed [2023-02-10T02:00:47.647Z] 5468ef1dbfb0: Pushed [2023-02-10T02:00:47.647Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:af93e7f102e339f1d99c2043cb06f4f6b24196ac3c7e99393aa1b3c40f431490 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:47.999Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:48.344Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-10T02:00:48.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-10T02:00:48.344Z] 9488e6176838: Preparing [2023-02-10T02:00:48.344Z] 5468ef1dbfb0: Preparing [2023-02-10T02:00:48.344Z] 93aced1aaa9a: Preparing [2023-02-10T02:00:48.344Z] e1d19080bc31: Preparing [2023-02-10T02:00:48.344Z] 17bec77d7fdc: Preparing [2023-02-10T02:00:48.344Z] 9488e6176838: Layer already exists [2023-02-10T02:00:48.344Z] 5468ef1dbfb0: Layer already exists [2023-02-10T02:00:48.344Z] 17bec77d7fdc: Layer already exists [2023-02-10T02:00:48.344Z] 93aced1aaa9a: Layer already exists [2023-02-10T02:00:48.344Z] e1d19080bc31: Layer already exists [2023-02-10T02:00:48.615Z] latest: digest: sha256:af93e7f102e339f1d99c2043cb06f4f6b24196ac3c7e99393aa1b3c40f431490 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:48.962Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:49.319Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.44 [2023-02-10T02:00:49.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-10T02:00:49.319Z] 9488e6176838: Preparing [2023-02-10T02:00:49.319Z] 5468ef1dbfb0: Preparing [2023-02-10T02:00:49.319Z] 93aced1aaa9a: Preparing [2023-02-10T02:00:49.319Z] e1d19080bc31: Preparing [2023-02-10T02:00:49.319Z] 17bec77d7fdc: Preparing [2023-02-10T02:00:49.319Z] 93aced1aaa9a: Layer already exists [2023-02-10T02:00:49.319Z] 17bec77d7fdc: Layer already exists [2023-02-10T02:00:49.319Z] 5468ef1dbfb0: Layer already exists [2023-02-10T02:00:49.319Z] 9488e6176838: Layer already exists [2023-02-10T02:00:49.319Z] e1d19080bc31: Layer already exists [2023-02-10T02:00:49.588Z] 3.0.0-dev.44: digest: sha256:af93e7f102e339f1d99c2043cb06f4f6b24196ac3c7e99393aa1b3c40f431490 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:49.938Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:50.302Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T02:00:50.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-10T02:00:50.302Z] 9488e6176838: Preparing [2023-02-10T02:00:50.302Z] 5468ef1dbfb0: Preparing [2023-02-10T02:00:50.302Z] 93aced1aaa9a: Preparing [2023-02-10T02:00:50.302Z] e1d19080bc31: Preparing [2023-02-10T02:00:50.302Z] 17bec77d7fdc: Preparing [2023-02-10T02:00:50.302Z] 93aced1aaa9a: Layer already exists [2023-02-10T02:00:50.302Z] 5468ef1dbfb0: Layer already exists [2023-02-10T02:00:50.302Z] 9488e6176838: Layer already exists [2023-02-10T02:00:50.302Z] 17bec77d7fdc: Layer already exists [2023-02-10T02:00:50.302Z] e1d19080bc31: Layer already exists [2023-02-10T02:00:50.569Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:af93e7f102e339f1d99c2043cb06f4f6b24196ac3c7e99393aa1b3c40f431490 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:50.921Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:51.268Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-02-10T02:00:51.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-10T02:00:51.268Z] 9488e6176838: Preparing [2023-02-10T02:00:51.268Z] 5468ef1dbfb0: Preparing [2023-02-10T02:00:51.268Z] 93aced1aaa9a: Preparing [2023-02-10T02:00:51.268Z] e1d19080bc31: Preparing [2023-02-10T02:00:51.268Z] 17bec77d7fdc: Preparing [2023-02-10T02:00:51.268Z] e1d19080bc31: Layer already exists [2023-02-10T02:00:51.268Z] 17bec77d7fdc: Layer already exists [2023-02-10T02:00:51.268Z] 5468ef1dbfb0: Layer already exists [2023-02-10T02:00:51.268Z] 9488e6176838: Layer already exists [2023-02-10T02:00:51.268Z] 93aced1aaa9a: Layer already exists [2023-02-10T02:00:51.543Z] main: digest: sha256:af93e7f102e339f1d99c2043cb06f4f6b24196ac3c7e99393aa1b3c40f431490 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T02:00:51.599Z] ===================================================== [Pipeline] echo [2023-02-10T02:00:51.608Z] taggedImages: [2023-02-10T02:00:51.608Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T02:00:51.608Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-10T02:00:51.608Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.44 [2023-02-10T02:00:51.608Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T02:00:51.608Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-02-10T02:00:51.628Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-02-10T02:00:51.628Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T02:00:51.628Z] latest [2023-02-10T02:00:51.628Z] 3.0.0-dev.44 [2023-02-10T02:00:51.628Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T02:00:51.628Z] main [2023-02-10T02:00:51.628Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:51.970Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:52.297Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T02:00:52.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-10T02:00:52.297Z] ddb4752fc64d: Preparing [2023-02-10T02:00:52.297Z] 2bb77a858386: Preparing [2023-02-10T02:00:52.297Z] 93aced1aaa9a: Preparing [2023-02-10T02:00:52.297Z] 692ee2e0c8a6: Preparing [2023-02-10T02:00:52.297Z] 17bec77d7fdc: Preparing [2023-02-10T02:00:52.297Z] 93aced1aaa9a: Layer already exists [2023-02-10T02:00:52.297Z] 17bec77d7fdc: Layer already exists [2023-02-10T02:00:52.297Z] 692ee2e0c8a6: Layer already exists [2023-02-10T02:00:52.564Z] ddb4752fc64d: Pushed [2023-02-10T02:00:57.894Z] 2bb77a858386: Pushed [2023-02-10T02:00:57.894Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:aaac0216a80c03d4c3bd0845fbf68398ef28e6827ffaeeb69f8a678d9cfda20c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:58.231Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:58.557Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-10T02:00:58.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-10T02:00:58.557Z] ddb4752fc64d: Preparing [2023-02-10T02:00:58.557Z] 2bb77a858386: Preparing [2023-02-10T02:00:58.557Z] 93aced1aaa9a: Preparing [2023-02-10T02:00:58.557Z] 692ee2e0c8a6: Preparing [2023-02-10T02:00:58.557Z] 17bec77d7fdc: Preparing [2023-02-10T02:00:58.557Z] 17bec77d7fdc: Layer already exists [2023-02-10T02:00:58.557Z] 2bb77a858386: Layer already exists [2023-02-10T02:00:58.557Z] 93aced1aaa9a: Layer already exists [2023-02-10T02:00:58.557Z] 692ee2e0c8a6: Layer already exists [2023-02-10T02:00:58.557Z] ddb4752fc64d: Layer already exists [2023-02-10T02:00:58.557Z] latest: digest: sha256:aaac0216a80c03d4c3bd0845fbf68398ef28e6827ffaeeb69f8a678d9cfda20c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:59.155Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:00:59.483Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.44 [2023-02-10T02:00:59.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-10T02:00:59.484Z] ddb4752fc64d: Preparing [2023-02-10T02:00:59.484Z] 2bb77a858386: Preparing [2023-02-10T02:00:59.484Z] 93aced1aaa9a: Preparing [2023-02-10T02:00:59.484Z] 692ee2e0c8a6: Preparing [2023-02-10T02:00:59.484Z] 17bec77d7fdc: Preparing [2023-02-10T02:00:59.484Z] ddb4752fc64d: Layer already exists [2023-02-10T02:00:59.484Z] 17bec77d7fdc: Layer already exists [2023-02-10T02:00:59.484Z] 692ee2e0c8a6: Layer already exists [2023-02-10T02:00:59.484Z] 93aced1aaa9a: Layer already exists [2023-02-10T02:00:59.484Z] 2bb77a858386: Layer already exists [2023-02-10T02:00:59.750Z] 3.0.0-dev.44: digest: sha256:aaac0216a80c03d4c3bd0845fbf68398ef28e6827ffaeeb69f8a678d9cfda20c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:01:00.086Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:01:00.422Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T02:01:00.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-10T02:01:00.422Z] ddb4752fc64d: Preparing [2023-02-10T02:01:00.422Z] 2bb77a858386: Preparing [2023-02-10T02:01:00.422Z] 93aced1aaa9a: Preparing [2023-02-10T02:01:00.422Z] 692ee2e0c8a6: Preparing [2023-02-10T02:01:00.422Z] 17bec77d7fdc: Preparing [2023-02-10T02:01:00.422Z] 17bec77d7fdc: Layer already exists [2023-02-10T02:01:00.422Z] ddb4752fc64d: Layer already exists [2023-02-10T02:01:00.422Z] 2bb77a858386: Layer already exists [2023-02-10T02:01:00.422Z] 93aced1aaa9a: Layer already exists [2023-02-10T02:01:00.422Z] 692ee2e0c8a6: Layer already exists [2023-02-10T02:01:00.688Z] 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:aaac0216a80c03d4c3bd0845fbf68398ef28e6827ffaeeb69f8a678d9cfda20c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:01:01.029Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:01:01.369Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-02-10T02:01:01.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-10T02:01:01.369Z] ddb4752fc64d: Preparing [2023-02-10T02:01:01.369Z] 2bb77a858386: Preparing [2023-02-10T02:01:01.369Z] 93aced1aaa9a: Preparing [2023-02-10T02:01:01.369Z] 692ee2e0c8a6: Preparing [2023-02-10T02:01:01.369Z] 17bec77d7fdc: Preparing [2023-02-10T02:01:01.369Z] 17bec77d7fdc: Layer already exists [2023-02-10T02:01:01.369Z] 2bb77a858386: Layer already exists [2023-02-10T02:01:01.369Z] 93aced1aaa9a: Layer already exists [2023-02-10T02:01:01.369Z] ddb4752fc64d: Layer already exists [2023-02-10T02:01:01.369Z] 692ee2e0c8a6: Layer already exists [2023-02-10T02:01:01.635Z] main: digest: sha256:aaac0216a80c03d4c3bd0845fbf68398ef28e6827ffaeeb69f8a678d9cfda20c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-10T02:01:01.673Z] ===================================================== [Pipeline] echo [2023-02-10T02:01:01.679Z] taggedImages: [2023-02-10T02:01:01.679Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [2023-02-10T02:01:01.679Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-10T02:01:01.679Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.44 [2023-02-10T02:01:01.679Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [2023-02-10T02:01:01.679Z] - 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-02-10T02:01:02.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-10T02:01:02.040Z] [2023-02-10T02:01:02.040Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:01:02.364Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-10T02:01:02.364Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-10T02:01:02.364Z] 8998bd30e6a1: Pulling fs layer [2023-02-10T02:01:02.364Z] 04944245beec: Pulling fs layer [2023-02-10T02:01:02.364Z] 699f458cf7ca: Pulling fs layer [2023-02-10T02:01:02.364Z] 765212b225bb: Pulling fs layer [2023-02-10T02:01:02.364Z] f23df028b6ca: Pulling fs layer [2023-02-10T02:01:02.364Z] d65c8cfc05b1: Pulling fs layer [2023-02-10T02:01:02.364Z] 2437ff75d9bd: Pulling fs layer [2023-02-10T02:01:02.364Z] 765212b225bb: Waiting [2023-02-10T02:01:02.364Z] f23df028b6ca: Waiting [2023-02-10T02:01:02.364Z] d65c8cfc05b1: Waiting [2023-02-10T02:01:02.364Z] 2437ff75d9bd: Waiting [2023-02-10T02:01:02.631Z] 04944245beec: Verifying Checksum [2023-02-10T02:01:02.631Z] 04944245beec: Download complete [2023-02-10T02:01:02.631Z] 765212b225bb: Verifying Checksum [2023-02-10T02:01:02.631Z] 765212b225bb: Download complete [2023-02-10T02:01:02.631Z] f23df028b6ca: Verifying Checksum [2023-02-10T02:01:02.631Z] f23df028b6ca: Download complete [2023-02-10T02:01:02.631Z] d65c8cfc05b1: Verifying Checksum [2023-02-10T02:01:02.631Z] d65c8cfc05b1: Download complete [2023-02-10T02:01:02.897Z] 699f458cf7ca: Verifying Checksum [2023-02-10T02:01:02.897Z] 699f458cf7ca: Download complete [2023-02-10T02:01:03.164Z] 8998bd30e6a1: Verifying Checksum [2023-02-10T02:01:03.164Z] 8998bd30e6a1: Download complete [2023-02-10T02:01:05.747Z] 2437ff75d9bd: Verifying Checksum [2023-02-10T02:01:05.747Z] 2437ff75d9bd: Download complete [2023-02-10T02:01:07.697Z] 8998bd30e6a1: Pull complete [2023-02-10T02:01:07.963Z] 04944245beec: Pull complete [2023-02-10T02:01:09.375Z] 699f458cf7ca: Pull complete [2023-02-10T02:01:09.640Z] 765212b225bb: Pull complete [2023-02-10T02:01:10.224Z] f23df028b6ca: Pull complete [2023-02-10T02:01:10.490Z] d65c8cfc05b1: Pull complete [2023-02-10T02:01:25.476Z] 2437ff75d9bd: Pull complete [2023-02-10T02:01:25.476Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-10T02:01:25.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-10T02:01:25.476Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T02:01:25.683Z] prd-ubuntu20.04-docker-arm64-4c-16g-5289 does not seem to be running inside a container [2023-02-10T02:01:25.757Z] $ 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/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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-02-10T02:01:28.529Z] $ docker top 3d5a0c68bb8562c8d75253cea76572e394daaa8d3ec95db85d1c9e035427199b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-10T02:01:29.410Z] ---> job-cost.sh [2023-02-10T02:01:29.410Z] lf-activate-venv: SKIPPING [2023-02-10T02:01:29.410Z] INFO: No Stack... [2023-02-10T02:01:33.646Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-10T02:01:33.646Z] INFO: Archiving Costs [Pipeline] sh [2023-02-10T02:01:34.276Z] + cat /w/workspace/edgex-go/403/archives/cost.csv [2023-02-10T02:01:34.276Z] + cut -d, -f6 [Pipeline] lock [2023-02-10T02:01:34.320Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-403-stack-cost] [2023-02-10T02:01:34.327Z] Resource [jenkins-edgexfoundry-edgex-go-main-403-stack-cost] did not exist. Created. [2023-02-10T02:01:34.327Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-403-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-10T02:01:34.970Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-10T02:01:35.573Z] Stashed 1 file(s) [Pipeline] } [2023-02-10T02:01:35.580Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-403-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-10T02:01:35.603Z] $ docker stop --time=1 3d5a0c68bb8562c8d75253cea76572e394daaa8d3ec95db85d1c9e035427199b [2023-02-10T02:01:37.187Z] $ docker rm -f --volumes 3d5a0c68bb8562c8d75253cea76572e394daaa8d3ec95db85d1c9e035427199b [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-02-10T02:01:37.700Z] provisioning config files... [2023-02-10T02:01:37.707Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/403@tmp/config10007720671867248295tmp [Pipeline] { [Pipeline] sh [2023-02-10T02:01:37.999Z] + set +x [2023-02-10T02:01:37.999Z] + curl -s https://codecov.io/bash [2023-02-10T02:01:37.999Z] + bash -s -- [2023-02-10T02:01:37.999Z] [2023-02-10T02:01:37.999Z] _____ _ [2023-02-10T02:01:37.999Z] / ____| | | [2023-02-10T02:01:37.999Z] | | ___ __| | ___ ___ _____ __ [2023-02-10T02:01:37.999Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-10T02:01:37.999Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-10T02:01:37.999Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-10T02:01:37.999Z] Bash-1.0.6 [2023-02-10T02:01:37.999Z] [2023-02-10T02:01:37.999Z] [2023-02-10T02:01:37.999Z] ==> git version 2.25.1 found [2023-02-10T02:01:37.999Z] ==> 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-02-10T02:01:37.999Z] Release-Date: 2020-01-08 [2023-02-10T02:01:37.999Z] 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-02-10T02:01:37.999Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-10T02:01:37.999Z] ==> Jenkins CI detected. [2023-02-10T02:01:37.999Z] current dir:  /w/workspace/edgex-go/403 [2023-02-10T02:01:37.999Z] project root: . [2023-02-10T02:01:37.999Z] --> token set from env [2023-02-10T02:01:37.999Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-10T02:01:37.999Z] ==> Running gcov in . (disable via -X gcov) [2023-02-10T02:01:37.999Z] ==> Python coveragepy not found [2023-02-10T02:01:37.999Z] ==> Searching for coverage reports in: [2023-02-10T02:01:37.999Z] + . [2023-02-10T02:01:38.258Z] -> Found 1 reports [2023-02-10T02:01:38.258Z] ==> Detecting git/mercurial file structure [2023-02-10T02:01:38.258Z] ==> Reading reports [2023-02-10T02:01:38.258Z] + ./coverage.out bytes=488091 [2023-02-10T02:01:38.258Z] ==> Appending adjustments [2023-02-10T02:01:38.258Z] https://docs.codecov.io/docs/fixing-reports [2023-02-10T02:01:39.194Z] + Found adjustments [2023-02-10T02:01:39.194Z] ==> Gzipping contents [2023-02-10T02:01:39.452Z] 64K /tmp/codecov.QEW5Fp.gz [2023-02-10T02:01:39.452Z] ==> Uploading reports [2023-02-10T02:01:39.452Z] url: https://codecov.io [2023-02-10T02:01:39.452Z] query: branch=main&commit=81c92a7234808790c4cb0e8fcc6e328e78abdf11&build=403&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F403%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-10T02:01:39.452Z] -> Pinging Codecov [2023-02-10T02:01:39.452Z] 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=81c92a7234808790c4cb0e8fcc6e328e78abdf11&build=403&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F403%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-10T02:01:39.710Z] -> Uploading to [2023-02-10T02:01:39.710Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-10/00271124DB129430A58F1EEE437C3FCB/81c92a7234808790c4cb0e8fcc6e328e78abdf11/492aec08-2428-4bca-bcae-4d66b3d0dc55.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230210%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230210T020139Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d776496ea65b9e538d95328a9f7f3589331df5b53127f93e6cacc8c75175e31e [2023-02-10T02:01:39.710Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-10T02:01:39.710Z] Dload Upload Total Spent Left Speed [2023-02-10T02:01:39.968Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62977 0 0 100 62977 0 185k --:--:-- --:--:-- --:--:-- 185k [2023-02-10T02:01:39.968Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [2023-02-10T02:01:39.974Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-02-10T02:01:40.189Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-10T02:01:40.200Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:01:40.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-10T02:01:40.491Z] [2023-02-10T02:01:40.491Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:01:40.783Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-10T02:01:40.783Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-10T02:01:40.783Z] df9b9388f04a: Pulling fs layer [2023-02-10T02:01:40.783Z] 52dc419b0ee2: Pulling fs layer [2023-02-10T02:01:40.783Z] 25bc292e5bac: Pulling fs layer [2023-02-10T02:01:40.783Z] 114826534d7a: Pulling fs layer [2023-02-10T02:01:40.783Z] 114826534d7a: Waiting [2023-02-10T02:01:40.783Z] 4657fd5d0bcf: Pulling fs layer [2023-02-10T02:01:40.783Z] 6ad1cebc031e: Pulling fs layer [2023-02-10T02:01:40.783Z] 8a3aa393b2d8: Pulling fs layer [2023-02-10T02:01:40.783Z] 4657fd5d0bcf: Waiting [2023-02-10T02:01:40.783Z] 6ad1cebc031e: Waiting [2023-02-10T02:01:40.783Z] 8a3aa393b2d8: Waiting [2023-02-10T02:01:40.783Z] 25bc292e5bac: Download complete [2023-02-10T02:01:40.783Z] 52dc419b0ee2: Verifying Checksum [2023-02-10T02:01:40.783Z] 52dc419b0ee2: Download complete [2023-02-10T02:01:40.783Z] 4657fd5d0bcf: Verifying Checksum [2023-02-10T02:01:40.783Z] 4657fd5d0bcf: Download complete [2023-02-10T02:01:40.783Z] df9b9388f04a: Verifying Checksum [2023-02-10T02:01:40.783Z] df9b9388f04a: Download complete [2023-02-10T02:01:41.049Z] df9b9388f04a: Pull complete [2023-02-10T02:01:41.049Z] 52dc419b0ee2: Pull complete [2023-02-10T02:01:41.049Z] 25bc292e5bac: Pull complete [2023-02-10T02:01:41.323Z] 6ad1cebc031e: Verifying Checksum [2023-02-10T02:01:41.323Z] 6ad1cebc031e: Download complete [2023-02-10T02:01:42.745Z] 114826534d7a: Download complete [2023-02-10T02:01:42.745Z] 8a3aa393b2d8: Verifying Checksum [2023-02-10T02:01:42.745Z] 8a3aa393b2d8: Download complete [2023-02-10T02:01:46.024Z] 114826534d7a: Pull complete [2023-02-10T02:01:46.024Z] 4657fd5d0bcf: Pull complete [2023-02-10T02:01:46.281Z] 6ad1cebc031e: Pull complete [2023-02-10T02:01:49.557Z] 8a3aa393b2d8: Pull complete [2023-02-10T02:01:49.557Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-10T02:01:49.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-10T02:01:49.557Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T02:01:49.638Z] prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container [2023-02-10T02:01:49.663Z] $ 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/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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/edgex-snyk-go:1.410.4 cat [2023-02-10T02:01:51.341Z] $ docker top 401883a5fb3abc8e2d22fbd95ede91ba766352d789bcee455bd7494c687a8f8c -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-10T02:01:51.415Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-02-10T02:01:51.689Z] + set -o pipefail [2023-02-10T02:01:51.689Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-02-10T02:01:58.264Z] [2023-02-10T02:01:58.264Z] Monitoring /w/workspace/edgex-go/403 (github.com/edgexfoundry/edgex-go)... [2023-02-10T02:01:58.264Z] [2023-02-10T02:01:58.264Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/9d2ddce8-2487-42c3-918a-768561546fce [2023-02-10T02:01:58.264Z] [2023-02-10T02:01:58.264Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-10T02:01:58.264Z] [2023-02-10T02:01:58.264Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-10T02:01:58.264Z] [2023-02-10T02:01:58.264Z] [2023-02-10T02:01:58.264Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-10T02:01:58.264Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-10T02:01:58.264Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-10T02:01:58.272Z] $ docker stop --time=1 401883a5fb3abc8e2d22fbd95ede91ba766352d789bcee455bd7494c687a8f8c [2023-02-10T02:02:00.153Z] $ docker rm -f --volumes 401883a5fb3abc8e2d22fbd95ede91ba766352d789bcee455bd7494c687a8f8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-10T02:02:00.508Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-10T02:02:00.518Z] provisioning config files... [2023-02-10T02:02:00.525Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/403@tmp/config10286761262871901469tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-10T02:02:00.818Z] --> edgex-publish-swagger.sh [2023-02-10T02:02:00.818Z] === Publish openapi/v2 API === [2023-02-10T02:02:00.818Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-02-10T02:02:00.818Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/403/openapi/v2/core-command.yaml] [2023-02-10T02:02:00.818Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-10T02:02:00.818Z] Dload Upload Total Spent Left Speed [2023-02-10T02:02:01.385Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 46823 --:--:-- --:--:-- --:--:-- 46823 [2023-02-10T02:02:01.385Z] [2023-02-10T02:02:01.385Z] [2023-02-10T02:02:01.385Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/403/openapi/v2/core-data.yaml] [2023-02-10T02:02:01.385Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-10T02:02:01.385Z] Dload Upload Total Spent Left Speed [2023-02-10T02:02:01.901Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68908 0 0 100 68908 0 331k --:--:-- --:--:-- --:--:-- 329k 100 68908 0 0 100 68908 0 117k --:--:-- --:--:-- --:--:-- 117k [2023-02-10T02:02:01.902Z] [2023-02-10T02:02:01.902Z] [2023-02-10T02:02:01.902Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/403/openapi/v2/core-metadata.yaml] [2023-02-10T02:02:01.902Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-10T02:02:01.902Z] Dload Upload Total Spent Left Speed [2023-02-10T02:02:02.469Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 259k --:--:-- --:--:-- --:--:-- 259k [2023-02-10T02:02:02.469Z] [2023-02-10T02:02:02.469Z] [2023-02-10T02:02:02.469Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/403/openapi/v2/support-notifications.yaml] [2023-02-10T02:02:02.469Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-10T02:02:02.469Z] Dload Upload Total Spent Left Speed [2023-02-10T02:02:03.035Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86536 0 0 100 86536 0 147k --:--:-- --:--:-- --:--:-- 147k [2023-02-10T02:02:03.035Z] [2023-02-10T02:02:03.035Z] [2023-02-10T02:02:03.035Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/403/openapi/v2/support-scheduler.yaml] [2023-02-10T02:02:03.035Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-10T02:02:03.035Z] Dload Upload Total Spent Left Speed [2023-02-10T02:02:03.602Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 75633 --:--:-- --:--:-- --:--:-- 75479 100 36985 0 0 100 36985 0 75633 --:--:-- --:--:-- --:--:-- 75479 [2023-02-10T02:02:03.602Z] [2023-02-10T02:02:03.602Z] [Pipeline] } [2023-02-10T02:02:03.609Z] 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-02-10T02:02:04.002Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-10T02:02:04.002Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:02:04.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-10T02:02:04.294Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T02:02:04.361Z] prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container [2023-02-10T02:02:04.384Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-10T02:02:04.757Z] $ docker top bbce23b3c7d86a8cf75f28d8b19af82fb711d0a587f3e8cd549766614a3ab4af -eo pid,comm [2023-02-10T02:02:04.811Z] 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-02-10T02:02:04.811Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-10T02:02:04.851Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-10T02:02:04.851Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-10T02:02:04.967Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-10T02:02:04.965Z] $ docker exec bbce23b3c7d86a8cf75f28d8b19af82fb711d0a587f3e8cd549766614a3ab4af ssh-agent [2023-02-10T02:02:05.084Z] SSH_AUTH_SOCK=/tmp/ssh-U6WAipe0FI9d/agent.32 [2023-02-10T02:02:05.084Z] SSH_AGENT_PID=37 [2023-02-10T02:02:05.088Z] Running ssh-add (command line suppressed) [2023-02-10T02:02:05.197Z] Identity added: /w/workspace/edgex-go/403@tmp/private_key_3869219131120838773.key (/w/workspace/edgex-go/403@tmp/private_key_3869219131120838773.key) [2023-02-10T02:02:05.217Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-10T02:02:05.499Z] + git semver tag [2023-02-10T02:02:05.757Z] 2023-02-10 02:02:05,684 [run_tag] DEBUG tag force:False [2023-02-10T02:02:05.757Z] 2023-02-10 02:02:05,684 [check_head_tag] DEBUG check head tag [2023-02-10T02:02:05.757Z] 2023-02-10 02:02:05,686 [execute] INFO git cat-file --batch-check [2023-02-10T02:02:05.757Z] 2023-02-10 02:02:05,687 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/403, universal_newlines=False, shell=None, istream=) [2023-02-10T02:02:05.757Z] 2023-02-10 02:02:05,690 [execute] INFO git cat-file --batch [2023-02-10T02:02:05.757Z] 2023-02-10 02:02:05,690 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/403, universal_newlines=False, shell=None, istream=) [2023-02-10T02:02:05.757Z] 2023-02-10 02:02:05,738 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main [2023-02-10T02:02:05.757Z] 2023-02-10 02:02:05,738 [execute] INFO git tag -a v3.0.0-dev.44 -m v3.0.0-dev.44 [2023-02-10T02:02:05.757Z] 2023-02-10 02:02:05,739 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.44', '-m', 'v3.0.0-dev.44'], cwd=/w/workspace/edgex-go/403, universal_newlines=False, shell=None, istream=None) [2023-02-10T02:02:05.757Z] 2023-02-10 02:02:05,744 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main [2023-02-10T02:02:05.757Z] 3.0.0-dev.44 [Pipeline] } [2023-02-10T02:02:06.019Z] $ docker exec --env ******** --env ******** bbce23b3c7d86a8cf75f28d8b19af82fb711d0a587f3e8cd549766614a3ab4af ssh-agent -k [2023-02-10T02:02:06.118Z] unset SSH_AUTH_SOCK; [2023-02-10T02:02:06.118Z] unset SSH_AGENT_PID; [2023-02-10T02:02:06.118Z] echo Agent pid 37 killed; [2023-02-10T02:02:06.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-10T02:02:06.459Z] + git semver [Pipeline] } [2023-02-10T02:02:06.726Z] $ docker stop --time=1 bbce23b3c7d86a8cf75f28d8b19af82fb711d0a587f3e8cd549766614a3ab4af [2023-02-10T02:02:08.038Z] $ docker rm -f --volumes bbce23b3c7d86a8cf75f28d8b19af82fb711d0a587f3e8cd549766614a3ab4af [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:02:08.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-10T02:02:08.431Z] [2023-02-10T02:02:08.431Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:02:08.738Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-10T02:02:08.738Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-10T02:02:08.738Z] ab5ef0e58194: Pulling fs layer [2023-02-10T02:02:08.738Z] 9712f1f96733: Pulling fs layer [2023-02-10T02:02:08.738Z] 63f879dbbcfc: Pulling fs layer [2023-02-10T02:02:08.738Z] 0d9ebad4ef96: Pulling fs layer [2023-02-10T02:02:08.738Z] e9a5061849ea: Pulling fs layer [2023-02-10T02:02:08.738Z] d747dcd14b5f: Pulling fs layer [2023-02-10T02:02:08.738Z] 2de7ff778b66: Pulling fs layer [2023-02-10T02:02:08.738Z] 0d9ebad4ef96: Waiting [2023-02-10T02:02:08.738Z] e9a5061849ea: Waiting [2023-02-10T02:02:08.738Z] d747dcd14b5f: Waiting [2023-02-10T02:02:08.738Z] 2de7ff778b66: Waiting [2023-02-10T02:02:08.738Z] 9712f1f96733: Verifying Checksum [2023-02-10T02:02:08.738Z] 9712f1f96733: Download complete [2023-02-10T02:02:09.327Z] 63f879dbbcfc: Verifying Checksum [2023-02-10T02:02:09.327Z] 63f879dbbcfc: Download complete [2023-02-10T02:02:09.602Z] e9a5061849ea: Verifying Checksum [2023-02-10T02:02:09.602Z] e9a5061849ea: Download complete [2023-02-10T02:02:09.602Z] d747dcd14b5f: Download complete [2023-02-10T02:02:09.863Z] ab5ef0e58194: Verifying Checksum [2023-02-10T02:02:09.863Z] ab5ef0e58194: Download complete [2023-02-10T02:02:09.863Z] 2de7ff778b66: Verifying Checksum [2023-02-10T02:02:09.863Z] 2de7ff778b66: Download complete [2023-02-10T02:02:09.863Z] 0d9ebad4ef96: Verifying Checksum [2023-02-10T02:02:09.863Z] 0d9ebad4ef96: Download complete [2023-02-10T02:02:13.145Z] ab5ef0e58194: Pull complete [2023-02-10T02:02:13.145Z] 9712f1f96733: Pull complete [2023-02-10T02:02:13.403Z] 63f879dbbcfc: Pull complete [2023-02-10T02:02:17.585Z] 0d9ebad4ef96: Pull complete [2023-02-10T02:02:17.585Z] e9a5061849ea: Pull complete [2023-02-10T02:02:17.585Z] d747dcd14b5f: Pull complete [2023-02-10T02:02:18.518Z] 2de7ff778b66: Pull complete [2023-02-10T02:02:18.518Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-10T02:02:18.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-10T02:02:18.518Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T02:02:18.597Z] prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container [2023-02-10T02:02:18.630Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-10T02:02:20.306Z] $ docker top d3fe5c9a6081b188648b038d3f1638ac139ef9a29cbd41ef85352336e6711e3e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-10T02:02:20.387Z] provisioning config files... [2023-02-10T02:02:20.393Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/403@tmp/config9319304586509286309tmp [2023-02-10T02:02:20.402Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/403@tmp/config1002152462552208530tmp [2023-02-10T02:02:20.411Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/403@tmp/config2588043562637451666tmp [Pipeline] { [Pipeline] echo [2023-02-10T02:02:20.425Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-10T02:02:20.707Z] ---> sigul-configuration.sh [2023-02-10T02:02:20.707Z] gpg: directory `/root/.gnupg' created [2023-02-10T02:02:20.707Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-10T02:02:20.708Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-10T02:02:20.708Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-10T02:02:20.708Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-10T02:02:20.708Z] gpg: CAST5 encrypted data [2023-02-10T02:02:20.708Z] gpg: encrypted with 1 passphrase [2023-02-10T02:02:20.708Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-10T02:02:20.990Z] + mkdir /home/jenkins [2023-02-10T02:02:20.990Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-10T02:02:21.272Z] + 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-02-10T02:02:21.281Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-10T02:02:21.565Z] ---> sigul-install.sh [2023-02-10T02:02:21.565Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-10T02:02:21.850Z] + git tag --list [2023-02-10T02:02:21.850Z] 0.6.0 [2023-02-10T02:02:21.850Z] 0.6.1 [2023-02-10T02:02:21.850Z] 0.7.0 [2023-02-10T02:02:21.850Z] 0.7.1 [2023-02-10T02:02:21.850Z] v1.0.0 [2023-02-10T02:02:21.850Z] v1.0.1 [2023-02-10T02:02:21.850Z] v1.1.0 [2023-02-10T02:02:21.850Z] v1.2.0 [2023-02-10T02:02:21.850Z] v1.2.1 [2023-02-10T02:02:21.850Z] v1.3.0 [2023-02-10T02:02:21.850Z] v1.3.1 [2023-02-10T02:02:21.850Z] v2.0.0 [2023-02-10T02:02:21.850Z] v2.1.0 [2023-02-10T02:02:21.850Z] v2.1.1 [2023-02-10T02:02:21.850Z] v2.1.1-dev.1 [2023-02-10T02:02:21.850Z] v2.1.1-dev.2 [2023-02-10T02:02:21.850Z] v2.1.1-dev.3 [2023-02-10T02:02:21.850Z] v2.1.1-dev.4 [2023-02-10T02:02:21.850Z] v2.1.1-dev.5 [2023-02-10T02:02:21.850Z] v2.1.1-dev.6 [2023-02-10T02:02:21.850Z] v2.1.1-dev.7 [2023-02-10T02:02:21.850Z] v2.1.1-dev.8 [2023-02-10T02:02:21.850Z] v2.1.2-dev.1 [2023-02-10T02:02:21.850Z] v2.2.0 [2023-02-10T02:02:21.850Z] v2.2.1-dev.1 [2023-02-10T02:02:21.850Z] v2.2.1-dev.10 [2023-02-10T02:02:21.850Z] v2.2.1-dev.11 [2023-02-10T02:02:21.850Z] v2.2.1-dev.12 [2023-02-10T02:02:21.850Z] v2.2.1-dev.13 [2023-02-10T02:02:21.850Z] v2.2.1-dev.14 [2023-02-10T02:02:21.850Z] v2.2.1-dev.15 [2023-02-10T02:02:21.850Z] v2.2.1-dev.16 [2023-02-10T02:02:21.850Z] v2.2.1-dev.17 [2023-02-10T02:02:21.850Z] v2.2.1-dev.18 [2023-02-10T02:02:21.850Z] v2.2.1-dev.19 [2023-02-10T02:02:21.850Z] v2.2.1-dev.2 [2023-02-10T02:02:21.850Z] v2.2.1-dev.20 [2023-02-10T02:02:21.850Z] v2.2.1-dev.21 [2023-02-10T02:02:21.850Z] v2.2.1-dev.22 [2023-02-10T02:02:21.850Z] v2.2.1-dev.23 [2023-02-10T02:02:21.850Z] v2.2.1-dev.24 [2023-02-10T02:02:21.850Z] v2.2.1-dev.25 [2023-02-10T02:02:21.850Z] v2.2.1-dev.26 [2023-02-10T02:02:21.850Z] v2.2.1-dev.27 [2023-02-10T02:02:21.850Z] v2.2.1-dev.28 [2023-02-10T02:02:21.850Z] v2.2.1-dev.29 [2023-02-10T02:02:21.850Z] v2.2.1-dev.3 [2023-02-10T02:02:21.850Z] v2.2.1-dev.4 [2023-02-10T02:02:21.850Z] v2.2.1-dev.5 [2023-02-10T02:02:21.850Z] v2.2.1-dev.6 [2023-02-10T02:02:21.850Z] v2.2.1-dev.7 [2023-02-10T02:02:21.850Z] v2.2.1-dev.8 [2023-02-10T02:02:21.850Z] v2.2.1-dev.9 [2023-02-10T02:02:21.850Z] v2.3.0 [2023-02-10T02:02:21.850Z] v2.3.0-dev.100 [2023-02-10T02:02:21.850Z] v2.3.0-dev.101 [2023-02-10T02:02:21.850Z] v2.3.0-dev.102 [2023-02-10T02:02:21.850Z] v2.3.0-dev.103 [2023-02-10T02:02:21.850Z] v2.3.0-dev.104 [2023-02-10T02:02:21.850Z] v2.3.0-dev.105 [2023-02-10T02:02:21.850Z] v2.3.0-dev.106 [2023-02-10T02:02:21.850Z] v2.3.0-dev.29 [2023-02-10T02:02:21.850Z] v2.3.0-dev.30 [2023-02-10T02:02:21.850Z] v2.3.0-dev.31 [2023-02-10T02:02:21.850Z] v2.3.0-dev.32 [2023-02-10T02:02:21.850Z] v2.3.0-dev.33 [2023-02-10T02:02:21.850Z] v2.3.0-dev.34 [2023-02-10T02:02:21.850Z] v2.3.0-dev.35 [2023-02-10T02:02:21.850Z] v2.3.0-dev.36 [2023-02-10T02:02:21.850Z] v2.3.0-dev.37 [2023-02-10T02:02:21.850Z] v2.3.0-dev.38 [2023-02-10T02:02:21.850Z] v2.3.0-dev.39 [2023-02-10T02:02:21.850Z] v2.3.0-dev.40 [2023-02-10T02:02:21.850Z] v2.3.0-dev.41 [2023-02-10T02:02:21.850Z] v2.3.0-dev.42 [2023-02-10T02:02:21.850Z] v2.3.0-dev.43 [2023-02-10T02:02:21.850Z] v2.3.0-dev.44 [2023-02-10T02:02:21.850Z] v2.3.0-dev.45 [2023-02-10T02:02:21.850Z] v2.3.0-dev.46 [2023-02-10T02:02:21.850Z] v2.3.0-dev.47 [2023-02-10T02:02:21.850Z] v2.3.0-dev.48 [2023-02-10T02:02:21.850Z] v2.3.0-dev.49 [2023-02-10T02:02:21.850Z] v2.3.0-dev.50 [2023-02-10T02:02:21.850Z] v2.3.0-dev.51 [2023-02-10T02:02:21.850Z] v2.3.0-dev.52 [2023-02-10T02:02:21.850Z] v2.3.0-dev.53 [2023-02-10T02:02:21.850Z] v2.3.0-dev.54 [2023-02-10T02:02:21.850Z] v2.3.0-dev.55 [2023-02-10T02:02:21.850Z] v2.3.0-dev.56 [2023-02-10T02:02:21.850Z] v2.3.0-dev.57 [2023-02-10T02:02:21.850Z] v2.3.0-dev.58 [2023-02-10T02:02:21.850Z] v2.3.0-dev.59 [2023-02-10T02:02:21.850Z] v2.3.0-dev.60 [2023-02-10T02:02:21.850Z] v2.3.0-dev.61 [2023-02-10T02:02:21.850Z] v2.3.0-dev.62 [2023-02-10T02:02:21.850Z] v2.3.0-dev.63 [2023-02-10T02:02:21.850Z] v2.3.0-dev.64 [2023-02-10T02:02:21.850Z] v2.3.0-dev.65 [2023-02-10T02:02:21.850Z] v2.3.0-dev.66 [2023-02-10T02:02:21.850Z] v2.3.0-dev.67 [2023-02-10T02:02:21.850Z] v2.3.0-dev.68 [2023-02-10T02:02:21.850Z] v2.3.0-dev.69 [2023-02-10T02:02:21.850Z] v2.3.0-dev.70 [2023-02-10T02:02:21.850Z] v2.3.0-dev.71 [2023-02-10T02:02:21.850Z] v2.3.0-dev.72 [2023-02-10T02:02:21.850Z] v2.3.0-dev.73 [2023-02-10T02:02:21.850Z] v2.3.0-dev.74 [2023-02-10T02:02:21.850Z] v2.3.0-dev.75 [2023-02-10T02:02:21.850Z] v2.3.0-dev.76 [2023-02-10T02:02:21.850Z] v2.3.0-dev.77 [2023-02-10T02:02:21.850Z] v2.3.0-dev.78 [2023-02-10T02:02:21.850Z] v2.3.0-dev.79 [2023-02-10T02:02:21.850Z] v2.3.0-dev.80 [2023-02-10T02:02:21.850Z] v2.3.0-dev.81 [2023-02-10T02:02:21.850Z] v2.3.0-dev.82 [2023-02-10T02:02:21.850Z] v2.3.0-dev.83 [2023-02-10T02:02:21.850Z] v2.3.0-dev.84 [2023-02-10T02:02:21.850Z] v2.3.0-dev.85 [2023-02-10T02:02:21.850Z] v2.3.0-dev.86 [2023-02-10T02:02:21.850Z] v2.3.0-dev.87 [2023-02-10T02:02:21.850Z] v2.3.0-dev.88 [2023-02-10T02:02:21.850Z] v2.3.0-dev.89 [2023-02-10T02:02:21.850Z] v2.3.0-dev.90 [2023-02-10T02:02:21.850Z] v2.3.0-dev.91 [2023-02-10T02:02:21.850Z] v2.3.0-dev.92 [2023-02-10T02:02:21.850Z] v2.3.0-dev.93 [2023-02-10T02:02:21.850Z] v2.3.0-dev.94 [2023-02-10T02:02:21.850Z] v2.3.0-dev.95 [2023-02-10T02:02:21.850Z] v2.3.0-dev.96 [2023-02-10T02:02:21.850Z] v2.3.0-dev.97 [2023-02-10T02:02:21.850Z] v2.3.0-dev.98 [2023-02-10T02:02:21.850Z] v2.3.0-dev.99 [2023-02-10T02:02:21.850Z] v2.3.1-dev.1 [2023-02-10T02:02:21.850Z] v2.3.1-dev.2 [2023-02-10T02:02:21.850Z] v2.3.1-dev.3 [2023-02-10T02:02:21.850Z] v2.3.1-dev.4 [2023-02-10T02:02:21.850Z] v2.3.1-dev.5 [2023-02-10T02:02:21.850Z] v3.0.0-dev.1 [2023-02-10T02:02:21.850Z] v3.0.0-dev.10 [2023-02-10T02:02:21.850Z] v3.0.0-dev.11 [2023-02-10T02:02:21.850Z] v3.0.0-dev.12 [2023-02-10T02:02:21.850Z] v3.0.0-dev.13 [2023-02-10T02:02:21.850Z] v3.0.0-dev.14 [2023-02-10T02:02:21.850Z] v3.0.0-dev.15 [2023-02-10T02:02:21.850Z] v3.0.0-dev.16 [2023-02-10T02:02:21.850Z] v3.0.0-dev.17 [2023-02-10T02:02:21.850Z] v3.0.0-dev.18 [2023-02-10T02:02:21.850Z] v3.0.0-dev.19 [2023-02-10T02:02:21.850Z] v3.0.0-dev.2 [2023-02-10T02:02:21.850Z] v3.0.0-dev.20 [2023-02-10T02:02:21.850Z] v3.0.0-dev.21 [2023-02-10T02:02:21.850Z] v3.0.0-dev.22 [2023-02-10T02:02:21.850Z] v3.0.0-dev.23 [2023-02-10T02:02:21.850Z] v3.0.0-dev.24 [2023-02-10T02:02:21.850Z] v3.0.0-dev.25 [2023-02-10T02:02:21.850Z] v3.0.0-dev.26 [2023-02-10T02:02:21.850Z] v3.0.0-dev.27 [2023-02-10T02:02:21.850Z] v3.0.0-dev.28 [2023-02-10T02:02:21.850Z] v3.0.0-dev.29 [2023-02-10T02:02:21.850Z] v3.0.0-dev.3 [2023-02-10T02:02:21.850Z] v3.0.0-dev.30 [2023-02-10T02:02:21.850Z] v3.0.0-dev.31 [2023-02-10T02:02:21.850Z] v3.0.0-dev.32 [2023-02-10T02:02:21.850Z] v3.0.0-dev.33 [2023-02-10T02:02:21.850Z] v3.0.0-dev.34 [2023-02-10T02:02:21.850Z] v3.0.0-dev.35 [2023-02-10T02:02:21.850Z] v3.0.0-dev.36 [2023-02-10T02:02:21.850Z] v3.0.0-dev.37 [2023-02-10T02:02:21.850Z] v3.0.0-dev.38 [2023-02-10T02:02:21.850Z] v3.0.0-dev.39 [2023-02-10T02:02:21.850Z] v3.0.0-dev.4 [2023-02-10T02:02:21.850Z] v3.0.0-dev.40 [2023-02-10T02:02:21.850Z] v3.0.0-dev.41 [2023-02-10T02:02:21.850Z] v3.0.0-dev.42 [2023-02-10T02:02:21.850Z] v3.0.0-dev.43 [2023-02-10T02:02:21.850Z] v3.0.0-dev.44 [2023-02-10T02:02:21.850Z] v3.0.0-dev.5 [2023-02-10T02:02:21.850Z] v3.0.0-dev.6 [2023-02-10T02:02:21.850Z] v3.0.0-dev.7 [2023-02-10T02:02:21.850Z] v3.0.0-dev.8 [2023-02-10T02:02:21.850Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-10T02:02:22.138Z] + lftools sign git-tag v3.0.0-dev.44 [2023-02-10T02:02:22.705Z] Signing Git tag with Sigul... [2023-02-10T02:02:22.705Z] Signing v3.0.0-dev.44 [Pipeline] echo [2023-02-10T02:02:23.280Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-10T02:02:23.565Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-10T02:02:23.571Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-10T02:02:23.585Z] $ docker stop --time=1 d3fe5c9a6081b188648b038d3f1638ac139ef9a29cbd41ef85352336e6711e3e [2023-02-10T02:02:24.868Z] $ docker rm -f --volumes d3fe5c9a6081b188648b038d3f1638ac139ef9a29cbd41ef85352336e6711e3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-10T02:02:25.347Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-10T02:02:25.347Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:02:25.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-10T02:02:25.639Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T02:02:25.734Z] prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container [2023-02-10T02:02:25.758Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-10T02:02:26.108Z] $ docker top 1090428eebb600d8f363101aad806ce4533f8d631667406c822e10c5d000ef49 -eo pid,comm [2023-02-10T02:02:26.163Z] 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-02-10T02:02:26.164Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-10T02:02:26.198Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-10T02:02:26.198Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-10T02:02:26.314Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-10T02:02:26.312Z] $ docker exec 1090428eebb600d8f363101aad806ce4533f8d631667406c822e10c5d000ef49 ssh-agent [2023-02-10T02:02:26.432Z] SSH_AUTH_SOCK=/tmp/ssh-rZHztQXL577G/agent.33 [2023-02-10T02:02:26.432Z] SSH_AGENT_PID=39 [2023-02-10T02:02:26.436Z] Running ssh-add (command line suppressed) [2023-02-10T02:02:26.540Z] Identity added: /w/workspace/edgex-go/403@tmp/private_key_3636854939665604342.key (/w/workspace/edgex-go/403@tmp/private_key_3636854939665604342.key) [2023-02-10T02:02:26.558Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-10T02:02:26.838Z] + git semver bump pre [2023-02-10T02:02:27.096Z] 2023-02-10 02:02:27,013 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main [2023-02-10T02:02:27.096Z] 2023-02-10 02:02:27,013 [bump_version] DEBUG bumping version:3.0.0-dev.44 on axis:pre with prefix:dev [2023-02-10T02:02:27.096Z] 2023-02-10 02:02:27,014 [bump_version] DEBUG bumped version:3.0.0-dev.45 [2023-02-10T02:02:27.096Z] 2023-02-10 02:02:27,014 [write_version] DEBUG write version:3.0.0-dev.45 to path:/w/workspace/edgex-go/403/.semver/main with force:True [2023-02-10T02:02:27.096Z] 2023-02-10 02:02:27,014 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main [2023-02-10T02:02:27.096Z] 2023-02-10 02:02:27,014 [write_file] DEBUG write to file:/w/workspace/edgex-go/403/.semver/main [2023-02-10T02:02:27.096Z] 2023-02-10 02:02:27,016 [execute] INFO git cat-file --batch-check [2023-02-10T02:02:27.096Z] 2023-02-10 02:02:27,016 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/403/.semver, universal_newlines=False, shell=None, istream=) [2023-02-10T02:02:27.096Z] 2023-02-10 02:02:27,023 [execute] INFO git cat-file --batch [2023-02-10T02:02:27.096Z] 2023-02-10 02:02:27,023 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/403/.semver, universal_newlines=False, shell=None, istream=) [2023-02-10T02:02:27.096Z] 2023-02-10 02:02:27,028 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main [2023-02-10T02:02:27.096Z] 3.0.0-dev.45 [Pipeline] } [2023-02-10T02:02:27.100Z] $ docker exec --env ******** --env ******** 1090428eebb600d8f363101aad806ce4533f8d631667406c822e10c5d000ef49 ssh-agent -k [2023-02-10T02:02:27.208Z] unset SSH_AUTH_SOCK; [2023-02-10T02:02:27.208Z] unset SSH_AGENT_PID; [2023-02-10T02:02:27.208Z] echo Agent pid 39 killed; [2023-02-10T02:02:27.222Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-10T02:02:27.518Z] + git semver [Pipeline] } [2023-02-10T02:02:27.786Z] $ docker stop --time=1 1090428eebb600d8f363101aad806ce4533f8d631667406c822e10c5d000ef49 [2023-02-10T02:02:29.057Z] $ docker rm -f --volumes 1090428eebb600d8f363101aad806ce4533f8d631667406c822e10c5d000ef49 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-10T02:02:29.393Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-10T02:02:29.393Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:02:29.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-10T02:02:29.693Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T02:02:29.769Z] prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container [2023-02-10T02:02:29.793Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-10T02:02:30.158Z] $ docker top 74b08d1e013b3d781dee5fd8a536ec118701b9f72364469575ac6d365d46dc71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-10T02:02:30.244Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-10T02:02:30.244Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-10T02:02:30.374Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-10T02:02:30.371Z] $ docker exec 74b08d1e013b3d781dee5fd8a536ec118701b9f72364469575ac6d365d46dc71 ssh-agent [2023-02-10T02:02:30.488Z] SSH_AUTH_SOCK=/tmp/ssh-XrdaRnw6lUWm/agent.33 [2023-02-10T02:02:30.488Z] SSH_AGENT_PID=39 [2023-02-10T02:02:30.492Z] Running ssh-add (command line suppressed) [2023-02-10T02:02:30.592Z] Identity added: /w/workspace/edgex-go/403@tmp/private_key_7056688441218481903.key (/w/workspace/edgex-go/403@tmp/private_key_7056688441218481903.key) [2023-02-10T02:02:30.612Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-10T02:02:30.895Z] + git semver push [2023-02-10T02:02:31.153Z] 2023-02-10 02:02:31,093 [run_push] DEBUG push [2023-02-10T02:02:31.153Z] 2023-02-10 02:02:31,094 [execute] INFO git cat-file --batch-check [2023-02-10T02:02:31.153Z] 2023-02-10 02:02:31,094 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/403/.semver, universal_newlines=False, shell=None, istream=) [2023-02-10T02:02:31.153Z] 2023-02-10 02:02:31,098 [execute] INFO git rev-list 4bc341269facf69c151cd437a46f1beebf932673 -- [2023-02-10T02:02:31.153Z] 2023-02-10 02:02:31,099 [execute] DEBUG Popen(['git', 'rev-list', '4bc341269facf69c151cd437a46f1beebf932673', '--'], cwd=/w/workspace/edgex-go/403/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-10T02:02:31.153Z] 2023-02-10 02:02:31,115 [execute] INFO git fetch -v origin [2023-02-10T02:02:31.153Z] 2023-02-10 02:02:31,116 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/403/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-10T02:02:31.719Z] 2023-02-10 02:02:31,657 [run_push] DEBUG no remote changes detected [2023-02-10T02:02:31.719Z] 2023-02-10 02:02:31,657 [execute] INFO git push origin semver [2023-02-10T02:02:31.719Z] 2023-02-10 02:02:31,658 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/403/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-10T02:02:32.653Z] 2023-02-10 02:02:32,605 [run_push] DEBUG push all version tags [2023-02-10T02:02:32.653Z] 2023-02-10 02:02:32,606 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-10T02:02:32.653Z] 2023-02-10 02:02:32,606 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/403, universal_newlines=False, shell=None, istream=None) [2023-02-10T02:02:34.116Z] 2023-02-10 02:02:33,689 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main [2023-02-10T02:02:34.116Z] 3.0.0-dev.45 [Pipeline] } [2023-02-10T02:02:34.131Z] $ docker exec --env ******** --env ******** 74b08d1e013b3d781dee5fd8a536ec118701b9f72364469575ac6d365d46dc71 ssh-agent -k [2023-02-10T02:02:34.232Z] unset SSH_AUTH_SOCK; [2023-02-10T02:02:34.232Z] unset SSH_AGENT_PID; [2023-02-10T02:02:34.232Z] echo Agent pid 39 killed; [2023-02-10T02:02:34.256Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-10T02:02:34.591Z] + git semver [Pipeline] } [2023-02-10T02:02:34.855Z] $ docker stop --time=1 74b08d1e013b3d781dee5fd8a536ec118701b9f72364469575ac6d365d46dc71 [2023-02-10T02:02:36.118Z] $ docker rm -f --volumes 74b08d1e013b3d781dee5fd8a536ec118701b9f72364469575ac6d365d46dc71 [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-02-10T02:02:36.612Z] + [ -d /w/workspace/edgex-go/403/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-10T02:02:36.902Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-10T02:02:37.755Z] ---> package-listing.sh [2023-02-10T02:02:37.755Z] ++ facter osfamily [2023-02-10T02:02:37.755Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-10T02:02:38.014Z] + OS_FAMILY=debian [2023-02-10T02:02:38.014Z] + workspace=/w/workspace/edgex-go/403 [2023-02-10T02:02:38.014Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-10T02:02:38.014Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-10T02:02:38.014Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-10T02:02:38.014Z] + PACKAGES=/tmp/packages_start.txt [2023-02-10T02:02:38.014Z] + '[' /w/workspace/edgex-go/403 ']' [2023-02-10T02:02:38.014Z] + PACKAGES=/tmp/packages_end.txt [2023-02-10T02:02:38.014Z] + case "${OS_FAMILY}" in [2023-02-10T02:02:38.014Z] + dpkg -l [2023-02-10T02:02:38.014Z] + grep '^ii' [2023-02-10T02:02:38.014Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-10T02:02:38.014Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-10T02:02:38.014Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-10T02:02:38.014Z] + '[' /w/workspace/edgex-go/403 ']' [2023-02-10T02:02:38.014Z] + mkdir -p /w/workspace/edgex-go/403/archives/ [2023-02-10T02:02:38.014Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/403/archives/ [Pipeline] echo [2023-02-10T02:02:38.025Z] 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/403/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-10T02:02:38.300Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:02:38.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-10T02:02:38.858Z] [2023-02-10T02:02:38.858Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-10T02:02:39.161Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-10T02:02:39.161Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-10T02:02:39.161Z] 5eb5b503b376: Pulling fs layer [2023-02-10T02:02:39.161Z] 5c69ac0246d0: Pulling fs layer [2023-02-10T02:02:39.161Z] ec43610c2a17: Pulling fs layer [2023-02-10T02:02:39.161Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-10T02:02:39.161Z] 33b1e0a273af: Pulling fs layer [2023-02-10T02:02:39.161Z] 5d3b04190fa2: Pulling fs layer [2023-02-10T02:02:39.161Z] 33b1e0a273af: Waiting [2023-02-10T02:02:39.161Z] 2f39f015ded8: Pulling fs layer [2023-02-10T02:02:39.161Z] 5d3b04190fa2: Waiting [2023-02-10T02:02:39.161Z] 2f39f015ded8: Waiting [2023-02-10T02:02:39.161Z] 5c69ac0246d0: Download complete [2023-02-10T02:02:39.161Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-10T02:02:39.161Z] 3a2ae6a8a46f: Download complete [2023-02-10T02:02:39.424Z] 33b1e0a273af: Verifying Checksum [2023-02-10T02:02:39.424Z] 33b1e0a273af: Download complete [2023-02-10T02:02:39.424Z] 5d3b04190fa2: Verifying Checksum [2023-02-10T02:02:39.424Z] 5d3b04190fa2: Download complete [2023-02-10T02:02:39.424Z] ec43610c2a17: Verifying Checksum [2023-02-10T02:02:39.424Z] ec43610c2a17: Download complete [2023-02-10T02:02:39.684Z] 5eb5b503b376: Verifying Checksum [2023-02-10T02:02:39.684Z] 5eb5b503b376: Download complete [2023-02-10T02:02:40.249Z] 2f39f015ded8: Download complete [2023-02-10T02:02:40.814Z] 5eb5b503b376: Pull complete [2023-02-10T02:02:40.814Z] 5c69ac0246d0: Pull complete [2023-02-10T02:02:41.379Z] ec43610c2a17: Pull complete [2023-02-10T02:02:41.379Z] 3a2ae6a8a46f: Pull complete [2023-02-10T02:02:41.379Z] 33b1e0a273af: Pull complete [2023-02-10T02:02:41.638Z] 5d3b04190fa2: Pull complete [2023-02-10T02:02:45.818Z] 2f39f015ded8: Pull complete [2023-02-10T02:02:45.818Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-10T02:02:45.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-10T02:02:45.818Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-10T02:02:45.887Z] prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container [2023-02-10T02:02:45.907Z] $ 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/403/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/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-10T02:02:47.242Z] $ docker top 44adf2daafa7d0eadd8680290255b7420d1bba27150a17254bd520e7f989fdfe -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-10T02:02:47.582Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-10T02:02:47.865Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-10T02:02:48.152Z] + ls /var/log/sa-host [2023-02-10T02:02:48.152Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-10T02:02:48.287Z] provisioning config files... [2023-02-10T02:02:48.295Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/403@tmp/config10258134510074574364tmp [Pipeline] { [Pipeline] echo [2023-02-10T02:02:48.308Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-10T02:02:48.587Z] ---> create-netrc.sh [Pipeline] } [2023-02-10T02:02:48.593Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-10T02:02:48.922Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-10T02:02:48.929Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-10T02:02:49.207Z] ---> sudo-logs.sh [2023-02-10T02:02:49.208Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-10T02:02:49.236Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-10T02:02:49.521Z] ---> job-cost.sh [2023-02-10T02:02:49.521Z] lf-activate-venv: SKIPPING [2023-02-10T02:02:49.521Z] DEBUG: total: 0.10999999940395355 [2023-02-10T02:02:49.521Z] INFO: Retrieving Stack Cost... [2023-02-10T02:02:49.781Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-10T02:02:50.348Z] INFO: Archiving Costs [Pipeline] echo [2023-02-10T02:02:50.361Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-10T02:02:50.647Z] ---> logs-deploy.sh [2023-02-10T02:02:50.647Z] lf-activate-venv: SKIPPING [2023-02-10T02:02:50.647Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/403 [2023-02-10T02:02:50.647Z] INFO: archiving workspace using pattern(s): [2023-02-10T02:02:51.583Z] Archives upload complete. [2023-02-10T02:02:51.840Z] INFO: archiving logs to Nexus [2023-02-10T02:02:52.407Z] ---> uname -a: [2023-02-10T02:02:52.407Z] Linux prd-ubuntu20-04-docker-8c-8g-5288 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-10T02:02:52.407Z] [2023-02-10T02:02:52.407Z] [2023-02-10T02:02:52.407Z] ---> lscpu: [2023-02-10T02:02:52.407Z] Architecture: x86_64 [2023-02-10T02:02:52.407Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-10T02:02:52.407Z] Byte Order: Little Endian [2023-02-10T02:02:52.407Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-10T02:02:52.407Z] CPU(s): 8 [2023-02-10T02:02:52.407Z] On-line CPU(s) list: 0-7 [2023-02-10T02:02:52.407Z] Thread(s) per core: 1 [2023-02-10T02:02:52.407Z] Core(s) per socket: 1 [2023-02-10T02:02:52.407Z] Socket(s): 8 [2023-02-10T02:02:52.407Z] NUMA node(s): 1 [2023-02-10T02:02:52.407Z] Vendor ID: AuthenticAMD [2023-02-10T02:02:52.407Z] CPU family: 23 [2023-02-10T02:02:52.407Z] Model: 49 [2023-02-10T02:02:52.407Z] Model name: AMD EPYC-Rome Processor [2023-02-10T02:02:52.407Z] Stepping: 0 [2023-02-10T02:02:52.407Z] CPU MHz: 2799.998 [2023-02-10T02:02:52.407Z] BogoMIPS: 5599.99 [2023-02-10T02:02:52.407Z] Virtualization: AMD-V [2023-02-10T02:02:52.407Z] Hypervisor vendor: KVM [2023-02-10T02:02:52.407Z] Virtualization type: full [2023-02-10T02:02:52.407Z] L1d cache: 256 KiB [2023-02-10T02:02:52.407Z] L1i cache: 256 KiB [2023-02-10T02:02:52.407Z] L2 cache: 4 MiB [2023-02-10T02:02:52.407Z] L3 cache: 128 MiB [2023-02-10T02:02:52.407Z] NUMA node0 CPU(s): 0-7 [2023-02-10T02:02:52.407Z] Vulnerability Itlb multihit: Not affected [2023-02-10T02:02:52.407Z] Vulnerability L1tf: Not affected [2023-02-10T02:02:52.407Z] Vulnerability Mds: Not affected [2023-02-10T02:02:52.407Z] Vulnerability Meltdown: Not affected [2023-02-10T02:02:52.407Z] Vulnerability Mmio stale data: Not affected [2023-02-10T02:02:52.407Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-10T02:02:52.407Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-10T02:02:52.407Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-10T02:02:52.407Z] Vulnerability Srbds: Not affected [2023-02-10T02:02:52.407Z] Vulnerability Tsx async abort: Not affected [2023-02-10T02:02:52.407Z] 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-02-10T02:02:52.407Z] [2023-02-10T02:02:52.407Z] [2023-02-10T02:02:52.407Z] ---> nproc: [2023-02-10T02:02:52.407Z] 8 [2023-02-10T02:02:52.407Z] [2023-02-10T02:02:52.407Z] [2023-02-10T02:02:52.407Z] ---> df -h: [2023-02-10T02:02:52.407Z] Filesystem Size Used Avail Use% Mounted on [2023-02-10T02:02:52.407Z] overlay 155G 21G 135G 14% / [2023-02-10T02:02:52.407Z] tmpfs 64M 0 64M 0% /dev [2023-02-10T02:02:52.407Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-10T02:02:52.407Z] shm 64M 0 64M 0% /dev/shm [2023-02-10T02:02:52.407Z] /dev/vda1 155G 21G 135G 14% /facter-os [2023-02-10T02:02:52.407Z] [2023-02-10T02:02:52.407Z] [2023-02-10T02:02:52.407Z] ---> sar -b -r -n DEV: [2023-02-10T02:02:52.407Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5288) 02/10/23 _x86_64_ (8 CPU) [2023-02-10T02:02:52.407Z] [2023-02-10T02:02:52.407Z] 01:30:19 LINUX RESTART (8 CPU) [2023-02-10T02:02:52.407Z] [2023-02-10T02:02:52.407Z] 01:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-10T02:02:52.407Z] 01:32:02 143.49 4.48 139.00 0.00 492.24 66809.33 0.00 [2023-02-10T02:02:52.407Z] 01:33:01 32.96 0.20 32.76 0.00 2.85 13471.63 0.00 [2023-02-10T02:02:52.407Z] 01:34:01 81.60 0.13 81.47 0.00 13.20 51542.61 0.00 [2023-02-10T02:02:52.407Z] 01:35:01 787.02 7.83 779.19 0.00 67.58 331044.32 0.00 [2023-02-10T02:02:52.407Z] 01:36:01 983.27 9.67 973.60 0.00 2909.52 279955.74 0.00 [2023-02-10T02:02:52.407Z] 01:37:01 866.18 2.77 863.41 0.00 2286.57 224810.53 0.00 [2023-02-10T02:02:52.407Z] 01:38:01 184.30 0.10 184.20 0.00 9.07 10930.84 0.00 [2023-02-10T02:02:52.407Z] 01:39:01 15.23 0.02 15.21 0.00 1.33 375.54 0.00 [2023-02-10T02:02:52.407Z] 01:40:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 [2023-02-10T02:02:52.407Z] 01:41:01 1.83 0.00 1.83 0.00 0.00 19.46 0.00 [2023-02-10T02:02:52.407Z] 01:42:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 [2023-02-10T02:02:52.407Z] 01:43:01 1.75 0.00 1.75 0.00 0.00 24.26 0.00 [2023-02-10T02:02:52.407Z] 01:44:01 0.90 0.00 0.90 0.00 0.00 9.60 0.00 [2023-02-10T02:02:52.407Z] 01:45:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 [2023-02-10T02:02:52.407Z] 01:46:01 2.05 0.02 2.03 0.00 0.13 26.00 0.00 [2023-02-10T02:02:52.407Z] 01:47:01 1.65 0.00 1.65 0.00 0.00 19.33 0.00 [2023-02-10T02:02:52.407Z] 01:48:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 [2023-02-10T02:02:52.407Z] 01:49:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 [2023-02-10T02:02:52.407Z] 01:50:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 [2023-02-10T02:02:52.407Z] 01:51:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 [2023-02-10T02:02:52.407Z] 01:52:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 [2023-02-10T02:02:52.407Z] 01:53:01 1.65 0.00 1.65 0.00 0.00 19.20 0.00 [2023-02-10T02:02:52.407Z] 01:54:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 [2023-02-10T02:02:52.407Z] 01:55:01 1.48 0.00 1.48 0.00 0.00 16.66 0.00 [2023-02-10T02:02:52.407Z] 01:56:01 1.22 0.00 1.22 0.00 0.00 14.93 0.00 [2023-02-10T02:02:52.407Z] 01:57:01 1.37 0.00 1.37 0.00 0.00 16.26 0.00 [2023-02-10T02:02:52.407Z] 01:58:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 [2023-02-10T02:02:52.407Z] 01:59:01 1.12 0.00 1.12 0.00 0.00 13.46 0.00 [2023-02-10T02:02:52.407Z] 02:00:01 0.87 0.00 0.87 0.00 0.00 10.26 0.00 [2023-02-10T02:02:52.407Z] 02:01:01 3.25 1.60 1.65 0.00 36.39 20.80 0.00 [2023-02-10T02:02:52.407Z] 02:02:01 70.99 0.23 70.75 0.00 11.33 39076.42 0.00 [2023-02-10T02:02:52.407Z] Average: 103.13 0.87 102.26 0.00 188.18 32862.92 0.00 [2023-02-10T02:02:52.407Z] [2023-02-10T02:02:52.407Z] 01:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-10T02:02:52.407Z] 01:32:02 28003860 31310868 996956 3.03 112696 3411520 2324980 6.85 1556836 2894012 243916 [2023-02-10T02:02:52.407Z] 01:33:01 27935664 31477012 827988 2.52 115408 3608528 2005656 5.91 1319316 3165852 184464 [2023-02-10T02:02:52.407Z] 01:34:01 26114316 31539628 766016 2.33 118092 5446044 1812576 5.34 1542024 4717380 1681960 [2023-02-10T02:02:52.407Z] 01:35:01 21319844 30844424 1429512 4.35 289620 9075884 4133864 12.18 2609820 8104864 2764 [2023-02-10T02:02:52.407Z] 01:36:01 19602656 31091308 1163160 3.54 327440 10916344 3269424 9.64 2563508 9759408 6396 [2023-02-10T02:02:52.407Z] 01:37:01 18160240 31350028 909592 2.77 451232 12356136 2248960 6.63 2678236 10965752 73352 [2023-02-10T02:02:52.407Z] 01:38:01 18713724 31518140 749572 2.28 452812 11993164 1817092 5.36 2467224 10656164 688 [2023-02-10T02:02:52.407Z] 01:39:01 18711868 31516812 750664 2.28 453188 11993336 1832300 5.40 2468612 10656112 24 [2023-02-10T02:02:52.407Z] 01:40:01 18712584 31517560 749836 2.28 453200 11993344 1832300 5.40 2467860 10656120 12 [2023-02-10T02:02:52.407Z] 01:41:01 18714504 31519332 748388 2.28 453244 11993344 1832300 5.40 2465392 10656120 8 [2023-02-10T02:02:52.407Z] 01:42:01 18716472 31521324 746360 2.27 453256 11993348 1832300 5.40 2463688 10656124 12 [2023-02-10T02:02:52.407Z] 01:43:01 18720384 31525368 742644 2.26 453296 11993344 1832300 5.40 2458920 10656216 8 [2023-02-10T02:02:52.407Z] 01:44:01 18720620 31525604 742368 2.26 453300 11993352 1832300 5.40 2458912 10656216 8 [2023-02-10T02:02:52.407Z] 01:45:01 18720596 31525608 742292 2.26 453312 11993356 1832300 5.40 2458940 10656220 24 [2023-02-10T02:02:52.407Z] 01:46:01 18719144 31524108 743496 2.26 453356 11993332 1887044 5.56 2459028 10656188 12 [2023-02-10T02:02:52.407Z] 01:47:01 18719356 31524356 743248 2.26 453368 11993340 1887044 5.56 2459012 10656196 12 [2023-02-10T02:02:52.407Z] 01:48:01 18719560 31524568 742940 2.26 453404 11993344 1887044 5.56 2459044 10656200 8 [2023-02-10T02:02:52.407Z] 01:49:01 18719292 31524356 743124 2.26 453424 11993344 1887044 5.56 2459096 10656200 8 [2023-02-10T02:02:52.407Z] 01:50:01 18719748 31524852 742580 2.26 453444 11993348 1887044 5.56 2458892 10656208 8 [2023-02-10T02:02:52.407Z] 01:51:01 18719512 31524628 742748 2.26 453464 11993340 1887044 5.56 2458952 10656204 12 [2023-02-10T02:02:52.407Z] 01:52:01 18719716 31524856 742448 2.26 453484 11993352 1887044 5.56 2459140 10656208 16 [2023-02-10T02:02:52.407Z] 01:53:01 18719632 31524812 742664 2.26 453500 11993356 1887044 5.56 2459172 10656212 8 [2023-02-10T02:02:52.407Z] 01:54:01 18719932 31525112 742328 2.26 453508 11993356 1887044 5.56 2459176 10656212 8 [2023-02-10T02:02:52.407Z] 01:55:01 18720096 31525288 742160 2.26 453516 11993360 1887044 5.56 2459156 10656216 12 [2023-02-10T02:02:52.407Z] 01:56:01 18719648 31524860 742580 2.26 453524 11993360 1887044 5.56 2458976 10656224 16 [2023-02-10T02:02:52.407Z] 01:57:01 18719848 31525072 742524 2.26 453532 11993372 1887044 5.56 2459396 10656228 28 [2023-02-10T02:02:52.407Z] 01:58:01 18719832 31525064 742488 2.26 453548 11993376 1887044 5.56 2458936 10656232 4 [2023-02-10T02:02:52.407Z] 01:59:01 18719816 31525076 742440 2.26 453552 11993376 1887044 5.56 2459256 10656232 12 [2023-02-10T02:02:52.407Z] 02:00:01 18720240 31525508 741940 2.26 453560 11993380 1887044 5.56 2459264 10656236 28 [2023-02-10T02:02:52.407Z] 02:01:01 18707008 31514352 753168 2.29 453592 11994460 1886820 5.56 2472144 10656560 64 [2023-02-10T02:02:52.407Z] 02:02:01 17911592 31489480 777232 2.36 471656 12698556 1900712 5.60 2554496 11319456 248 [2023-02-10T02:02:52.407Z] Average: 19621978 31472883 797918 2.43 411856 11140464 2017156 5.94 2383627 9892767 70779 [2023-02-10T02:02:52.407Z] [2023-02-10T02:02:52.407Z] 01:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-10T02:02:52.407Z] 01:32:02 docker0 289.35 269.73 22.61 3404.77 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:32:02 vethc973dc9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:32:02 ens3 532.72 494.27 9100.04 66.65 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:32:02 lo 2.67 2.67 0.26 0.26 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:33:01 docker0 1.41 1.41 0.09 0.12 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:33:01 vethc973dc9 1.41 1.46 0.11 0.12 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:33:01 ens3 42.54 43.08 24.08 85.80 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:34:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:34:01 vethdd34b01 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:34:01 ens3 89.97 65.11 1696.42 39.55 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:34:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:35:01 veth0cf641f 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:35:01 veth7d009a2 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:35:01 docker0 758.35 1010.15 54.98 6162.95 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:35:01 veth4bcfc88 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:35:01 vethdd34b01 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:35:01 veth319ef4b 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:35:01 ens3 1038.14 780.54 6229.00 76.94 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:35:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:36:01 docker0 158.91 245.23 12.79 1607.92 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:36:01 vethdd34b01 0.00 0.43 0.00 0.02 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:36:01 ens3 441.68 278.19 3851.10 42.09 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:36:01 lo 1.47 1.47 0.14 0.14 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:36:01 vethd0e2fad 26.71 39.26 2.62 13.07 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:36:01 veth657165c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:36:01 veth2480501 22.33 33.31 2.20 10.73 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:36:01 vethf081aed 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:37:01 vethedc9544 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:37:01 docker0 213.65 348.05 17.76 3613.62 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:37:01 vethdd34b01 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:37:01 ens3 413.86 256.96 4270.32 38.40 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:37:01 lo 0.33 0.33 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:38:01 docker0 1.50 3.32 0.10 41.09 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:38:01 ens3 450.86 449.94 264.71 2059.58 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:38:01 lo 43.86 43.86 4.32 4.32 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:39:01 ens3 241.83 250.99 105.47 1325.42 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:39:01 lo 18.86 18.86 1.85 1.85 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:40:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:41:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:42:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:43:01 ens3 3.60 2.58 10.57 0.17 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:44:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:46:01 ens3 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:47:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:48:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:49:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:50:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:51:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.407Z] 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:52:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:54:01 ens3 0.18 0.10 0.12 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:55:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:56:01 ens3 0.55 0.12 0.12 0.07 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:57:01 ens3 0.48 0.37 0.26 0.21 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:58:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:59:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 02:00:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 02:01:01 ens3 8.40 6.90 5.22 6.37 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 02:01:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 02:02:01 docker0 43.31 54.84 3.64 587.75 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 02:02:01 ens3 228.96 173.84 4572.71 24.59 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] 02:02:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] Average: docker0 47.34 62.39 3.61 497.68 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] Average: ens3 112.81 90.49 972.54 121.50 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] Average: lo 2.33 2.33 0.23 0.23 0.00 0.00 0.00 0.00 [2023-02-10T02:02:52.408Z] [2023-02-10T02:02:52.408Z] [2023-02-10T02:02:52.408Z] ---> sar -P ALL: [2023-02-10T02:02:52.408Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5288) 02/10/23 _x86_64_ (8 CPU) [2023-02-10T02:02:52.408Z] [2023-02-10T02:02:52.408Z] 01:30:19 LINUX RESTART (8 CPU) [2023-02-10T02:02:52.408Z] [2023-02-10T02:02:52.408Z] 01:31:01 CPU %user %nice %system %iowait %steal %idle [2023-02-10T02:02:52.408Z] 01:32:02 all 21.74 0.00 5.79 1.03 0.10 71.35 [2023-02-10T02:02:52.408Z] 01:32:02 0 21.30 0.00 4.73 0.71 0.08 73.17 [2023-02-10T02:02:52.408Z] 01:32:02 1 24.92 0.00 6.73 0.73 0.10 67.52 [2023-02-10T02:02:52.408Z] 01:32:02 2 21.68 0.00 5.92 0.17 0.08 72.15 [2023-02-10T02:02:52.408Z] 01:32:02 3 21.71 0.00 6.68 3.83 0.14 67.63 [2023-02-10T02:02:52.408Z] 01:32:02 4 21.28 0.00 6.07 0.07 0.08 72.50 [2023-02-10T02:02:52.408Z] 01:32:02 5 19.63 0.00 5.57 1.35 0.08 73.37 [2023-02-10T02:02:52.408Z] 01:32:02 6 22.00 0.00 4.30 0.18 0.08 73.44 [2023-02-10T02:02:52.408Z] 01:32:02 7 21.37 0.00 6.36 1.19 0.10 70.97 [2023-02-10T02:02:52.408Z] 01:33:01 all 47.33 0.00 6.94 0.10 0.10 45.51 [2023-02-10T02:02:52.408Z] 01:33:01 0 47.33 0.00 6.58 0.00 0.10 45.98 [2023-02-10T02:02:52.408Z] 01:33:01 1 47.28 0.00 6.56 0.00 0.10 46.05 [2023-02-10T02:02:52.408Z] 01:33:01 2 46.44 0.00 7.45 0.00 0.10 46.01 [2023-02-10T02:02:52.408Z] 01:33:01 3 46.60 0.00 6.77 0.00 0.12 46.51 [2023-02-10T02:02:52.408Z] 01:33:01 4 46.83 0.00 7.22 0.00 0.10 45.85 [2023-02-10T02:02:52.408Z] 01:33:01 5 48.02 0.00 7.84 0.09 0.09 43.97 [2023-02-10T02:02:52.408Z] 01:33:01 6 48.08 0.00 6.19 0.00 0.10 45.63 [2023-02-10T02:02:52.408Z] 01:33:01 7 48.09 0.00 6.95 0.75 0.12 44.08 [2023-02-10T02:02:52.408Z] 01:34:01 all 28.68 0.00 8.90 0.53 0.10 61.79 [2023-02-10T02:02:52.408Z] 01:34:01 0 25.67 0.00 6.85 0.19 0.08 67.21 [2023-02-10T02:02:52.408Z] 01:34:01 1 28.09 0.00 9.36 3.30 0.10 59.15 [2023-02-10T02:02:52.408Z] 01:34:01 2 28.00 0.00 8.18 0.02 0.10 63.71 [2023-02-10T02:02:52.408Z] 01:34:01 3 29.88 0.00 10.38 0.03 0.10 59.60 [2023-02-10T02:02:52.408Z] 01:34:01 4 28.62 0.00 8.15 0.07 0.08 63.08 [2023-02-10T02:02:52.408Z] 01:34:01 5 30.79 0.00 9.76 0.14 0.10 59.21 [2023-02-10T02:02:52.408Z] 01:34:01 6 30.50 0.00 8.93 0.09 0.10 60.38 [2023-02-10T02:02:52.408Z] 01:34:01 7 27.92 0.00 9.58 0.44 0.10 61.96 [2023-02-10T02:02:52.408Z] 01:35:01 all 30.05 0.00 11.73 5.69 0.11 52.41 [2023-02-10T02:02:52.408Z] 01:35:01 0 30.56 0.00 11.21 5.65 0.10 52.48 [2023-02-10T02:02:52.408Z] 01:35:01 1 27.97 0.00 13.17 6.77 0.10 51.98 [2023-02-10T02:02:52.408Z] 01:35:01 2 30.90 0.00 10.54 1.82 0.10 56.64 [2023-02-10T02:02:52.408Z] 01:35:01 3 30.03 0.00 12.12 2.88 0.10 54.87 [2023-02-10T02:02:52.408Z] 01:35:01 4 30.57 0.00 14.30 17.55 0.12 37.46 [2023-02-10T02:02:52.408Z] 01:35:01 5 29.36 0.00 10.49 2.32 0.10 57.73 [2023-02-10T02:02:52.408Z] 01:35:01 6 29.90 0.00 9.98 6.63 0.10 53.38 [2023-02-10T02:02:52.408Z] 01:35:01 7 31.14 0.00 12.08 1.97 0.12 54.69 [2023-02-10T02:02:52.408Z] 01:36:01 all 60.11 0.00 13.47 9.66 0.14 16.61 [2023-02-10T02:02:52.408Z] 01:36:01 0 60.65 0.00 12.55 10.70 0.15 15.95 [2023-02-10T02:02:52.408Z] 01:36:01 1 58.81 0.00 13.64 12.00 0.15 15.40 [2023-02-10T02:02:52.408Z] 01:36:01 2 59.68 0.00 14.45 10.41 0.14 15.33 [2023-02-10T02:02:52.408Z] 01:36:01 3 60.14 0.00 14.63 7.67 0.13 17.43 [2023-02-10T02:02:52.408Z] 01:36:01 4 59.97 0.00 13.90 13.62 0.13 12.37 [2023-02-10T02:02:52.408Z] 01:36:01 5 59.41 0.00 12.29 9.64 0.12 18.54 [2023-02-10T02:02:52.408Z] 01:36:01 6 61.54 0.00 12.79 5.66 0.13 19.88 [2023-02-10T02:02:52.408Z] 01:36:01 7 60.70 0.00 13.53 7.64 0.15 17.98 [2023-02-10T02:02:52.408Z] 01:37:01 all 50.83 0.00 11.53 7.09 0.13 30.42 [2023-02-10T02:02:52.408Z] 01:37:01 0 50.61 0.00 11.76 9.40 0.14 28.09 [2023-02-10T02:02:52.408Z] 01:37:01 1 51.60 0.00 10.11 6.76 0.14 31.39 [2023-02-10T02:02:52.408Z] 01:37:01 2 50.53 0.00 11.81 5.08 0.12 32.47 [2023-02-10T02:02:52.408Z] 01:37:01 3 49.86 0.00 11.78 15.05 0.15 23.16 [2023-02-10T02:02:52.408Z] 01:37:01 4 50.31 0.00 11.46 1.00 0.14 37.10 [2023-02-10T02:02:52.408Z] 01:37:01 5 52.11 0.00 10.63 2.71 0.12 34.43 [2023-02-10T02:02:52.408Z] 01:37:01 6 52.12 0.00 11.64 8.83 0.14 27.28 [2023-02-10T02:02:52.408Z] 01:37:01 7 49.52 0.00 13.01 7.92 0.14 29.42 [2023-02-10T02:02:52.408Z] 01:38:01 all 9.60 0.00 2.07 0.38 0.08 87.87 [2023-02-10T02:02:52.408Z] 01:38:01 0 8.39 0.00 2.36 1.37 0.07 87.82 [2023-02-10T02:02:52.408Z] 01:38:01 1 10.43 0.00 2.36 0.17 0.08 86.96 [2023-02-10T02:02:52.408Z] 01:38:01 2 9.19 0.00 2.03 0.07 0.07 88.65 [2023-02-10T02:02:52.408Z] 01:38:01 3 10.55 0.00 2.15 0.07 0.10 87.14 [2023-02-10T02:02:52.408Z] 01:38:01 4 7.85 0.00 1.59 0.13 0.05 90.37 [2023-02-10T02:02:52.408Z] 01:38:01 5 11.46 0.00 1.78 1.01 0.07 85.69 [2023-02-10T02:02:52.408Z] 01:38:01 6 9.39 0.00 1.69 0.13 0.07 88.72 [2023-02-10T02:02:52.408Z] 01:38:01 7 9.58 0.00 2.57 0.12 0.10 87.63 [2023-02-10T02:02:52.408Z] 01:39:01 all 4.27 0.00 0.54 0.04 0.04 95.11 [2023-02-10T02:02:52.408Z] 01:39:01 0 8.42 0.00 0.65 0.00 0.05 90.88 [2023-02-10T02:02:52.408Z] 01:39:01 1 4.32 0.00 0.45 0.08 0.05 95.09 [2023-02-10T02:02:52.408Z] 01:39:01 2 3.45 0.00 0.43 0.00 0.02 96.10 [2023-02-10T02:02:52.408Z] 01:39:01 3 6.88 0.00 0.65 0.15 0.05 92.27 [2023-02-10T02:02:52.408Z] 01:39:01 4 1.25 0.00 0.38 0.05 0.03 98.28 [2023-02-10T02:02:52.408Z] 01:39:01 5 4.23 0.00 0.72 0.00 0.03 95.02 [2023-02-10T02:02:52.408Z] 01:39:01 6 3.32 0.00 0.52 0.00 0.03 96.13 [2023-02-10T02:02:52.408Z] 01:39:01 7 2.28 0.00 0.54 0.02 0.05 97.12 [2023-02-10T02:02:52.408Z] 01:40:01 all 0.10 0.00 0.01 0.00 0.00 99.88 [2023-02-10T02:02:52.408Z] 01:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-10T02:02:52.408Z] 01:40:01 1 0.71 0.00 0.03 0.00 0.00 99.25 [2023-02-10T02:02:52.408Z] 01:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:40:01 3 0.03 0.00 0.00 0.02 0.02 99.93 [2023-02-10T02:02:52.408Z] 01:40:01 4 0.02 0.00 0.03 0.02 0.00 99.93 [2023-02-10T02:02:52.408Z] 01:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:41:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2023-02-10T02:02:52.408Z] 01:41:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-10T02:02:52.408Z] 01:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-10T02:02:52.408Z] 01:41:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:41:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2023-02-10T02:02:52.408Z] 01:41:01 4 0.05 0.00 0.02 0.02 0.02 99.90 [2023-02-10T02:02:52.408Z] 01:41:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:42:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-10T02:02:52.408Z] 01:42:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-10T02:02:52.408Z] 01:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:42:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:42:01 4 0.05 0.00 0.02 0.02 0.02 99.90 [2023-02-10T02:02:52.408Z] 01:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] [2023-02-10T02:02:52.408Z] 01:42:01 CPU %user %nice %system %iowait %steal %idle [2023-02-10T02:02:52.408Z] 01:43:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-10T02:02:52.408Z] 01:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:43:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-10T02:02:52.408Z] 01:43:01 4 0.03 0.00 0.03 0.07 0.02 99.85 [2023-02-10T02:02:52.408Z] 01:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:43:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:43:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2023-02-10T02:02:52.408Z] 01:44:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:44:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-10T02:02:52.408Z] 01:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-10T02:02:52.408Z] 01:44:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-10T02:02:52.408Z] 01:44:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-10T02:02:52.408Z] 01:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:45:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-10T02:02:52.408Z] 01:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:45:01 3 0.02 0.00 0.00 0.07 0.00 99.92 [2023-02-10T02:02:52.408Z] 01:45:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2023-02-10T02:02:52.408Z] 01:45:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:45:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:46:01 all 0.02 0.00 0.02 0.01 0.01 99.94 [2023-02-10T02:02:52.408Z] 01:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-10T02:02:52.408Z] 01:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-10T02:02:52.408Z] 01:46:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-10T02:02:52.408Z] 01:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:46:01 4 0.03 0.00 0.05 0.03 0.02 99.87 [2023-02-10T02:02:52.408Z] 01:46:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2023-02-10T02:02:52.408Z] 01:46:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:46:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-10T02:02:52.408Z] 01:47:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-10T02:02:52.408Z] 01:47:01 3 0.02 0.00 0.02 0.03 0.02 99.92 [2023-02-10T02:02:52.408Z] 01:47:01 4 0.00 0.00 0.03 0.02 0.02 99.93 [2023-02-10T02:02:52.408Z] 01:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:47:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:48:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:48:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-10T02:02:52.408Z] 01:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:48:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-10T02:02:52.408Z] 01:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:48:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:49:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:49:01 3 0.00 0.00 0.02 0.03 0.02 99.93 [2023-02-10T02:02:52.408Z] 01:49:01 4 0.05 0.00 0.02 0.02 0.02 99.90 [2023-02-10T02:02:52.408Z] 01:49:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:50:01 all 0.23 0.00 0.01 0.00 0.00 99.76 [2023-02-10T02:02:52.408Z] 01:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:50:01 1 1.60 0.00 0.00 0.00 0.02 98.39 [2023-02-10T02:02:52.408Z] 01:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-10T02:02:52.408Z] 01:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:50:01 4 0.08 0.00 0.02 0.02 0.02 99.87 [2023-02-10T02:02:52.408Z] 01:50:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:50:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.408Z] 01:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:51:01 all 0.26 0.00 0.01 0.01 0.00 99.72 [2023-02-10T02:02:52.408Z] 01:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:51:01 1 1.99 0.00 0.00 0.00 0.00 98.01 [2023-02-10T02:02:52.408Z] 01:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:51:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-10T02:02:52.408Z] 01:51:01 4 0.07 0.00 0.05 0.03 0.02 99.83 [2023-02-10T02:02:52.408Z] 01:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.408Z] 01:52:01 all 0.28 0.00 0.01 0.00 0.00 99.70 [2023-02-10T02:02:52.408Z] 01:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:52:01 1 1.99 0.00 0.00 0.00 0.00 98.01 [2023-02-10T02:02:52.408Z] 01:52:01 2 0.12 0.00 0.02 0.00 0.00 99.87 [2023-02-10T02:02:52.408Z] 01:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.408Z] 01:52:01 4 0.03 0.00 0.07 0.02 0.00 99.88 [2023-02-10T02:02:52.409Z] 01:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.409Z] 01:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:53:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-10T02:02:52.409Z] 01:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:53:01 1 0.07 0.00 0.00 0.00 0.00 99.93 [2023-02-10T02:02:52.409Z] 01:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.409Z] 01:53:01 3 0.00 0.00 0.02 0.03 0.02 99.93 [2023-02-10T02:02:52.409Z] 01:53:01 4 0.08 0.00 0.03 0.02 0.02 99.85 [2023-02-10T02:02:52.409Z] 01:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.409Z] 01:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.409Z] [2023-02-10T02:02:52.409Z] 01:53:01 CPU %user %nice %system %iowait %steal %idle [2023-02-10T02:02:52.409Z] 01:54:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-02-10T02:02:52.409Z] 01:54:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-10T02:02:52.409Z] 01:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.409Z] 01:54:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-10T02:02:52.409Z] 01:54:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2023-02-10T02:02:52.409Z] 01:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:54:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-10T02:02:52.409Z] 01:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.409Z] 01:55:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-02-10T02:02:52.409Z] 01:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-10T02:02:52.409Z] 01:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.409Z] 01:55:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2023-02-10T02:02:52.409Z] 01:55:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-10T02:02:52.409Z] 01:55:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-10T02:02:52.409Z] 01:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.409Z] 01:56:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-02-10T02:02:52.409Z] 01:56:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-10T02:02:52.409Z] 01:56:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-10T02:02:52.409Z] 01:56:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-10T02:02:52.409Z] 01:56:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-10T02:02:52.409Z] 01:56:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2023-02-10T02:02:52.409Z] 01:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:56:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.409Z] 01:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:57:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2023-02-10T02:02:52.409Z] 01:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.409Z] 01:57:01 2 0.10 0.00 0.00 0.00 0.02 99.88 [2023-02-10T02:02:52.409Z] 01:57:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-10T02:02:52.409Z] 01:57:01 4 0.03 0.00 0.03 0.03 0.02 99.88 [2023-02-10T02:02:52.409Z] 01:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.409Z] 01:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:58:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-10T02:02:52.409Z] 01:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.409Z] 01:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.409Z] 01:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.409Z] 01:58:01 4 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-10T02:02:52.409Z] 01:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.409Z] 01:58:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-10T02:02:52.409Z] 01:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.409Z] 01:59:01 all 0.09 0.00 0.01 0.01 0.00 99.88 [2023-02-10T02:02:52.409Z] 01:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 01:59:01 1 0.68 0.00 0.02 0.00 0.00 99.30 [2023-02-10T02:02:52.409Z] 01:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.409Z] 01:59:01 3 0.00 0.00 0.02 0.02 0.02 99.95 [2023-02-10T02:02:52.409Z] 01:59:01 4 0.05 0.00 0.03 0.05 0.02 99.85 [2023-02-10T02:02:52.409Z] 01:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.409Z] 01:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.409Z] 01:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-10T02:02:52.409Z] 02:00:01 all 0.27 0.00 0.01 0.00 0.00 99.72 [2023-02-10T02:02:52.409Z] 02:00:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-10T02:02:52.409Z] 02:00:01 1 1.97 0.00 0.00 0.00 0.00 98.03 [2023-02-10T02:02:52.409Z] 02:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 02:00:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-10T02:02:52.409Z] 02:00:01 4 0.03 0.00 0.03 0.02 0.02 99.90 [2023-02-10T02:02:52.409Z] 02:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.409Z] 02:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-10T02:02:52.409Z] 02:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-10T02:02:52.409Z] 02:01:01 all 0.54 0.00 0.03 0.01 0.00 99.41 [2023-02-10T02:02:52.409Z] 02:01:01 0 0.43 0.00 0.08 0.05 0.00 99.43 [2023-02-10T02:02:52.409Z] 02:01:01 1 2.07 0.00 0.02 0.00 0.00 97.92 [2023-02-10T02:02:52.409Z] 02:01:01 2 0.15 0.00 0.02 0.00 0.00 99.83 [2023-02-10T02:02:52.409Z] 02:01:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2023-02-10T02:02:52.409Z] 02:01:01 4 0.40 0.00 0.03 0.02 0.02 99.53 [2023-02-10T02:02:52.409Z] 02:01:01 5 0.33 0.00 0.03 0.00 0.00 99.63 [2023-02-10T02:02:52.409Z] 02:01:01 6 0.10 0.00 0.02 0.00 0.00 99.88 [2023-02-10T02:02:52.409Z] 02:01:01 7 0.82 0.00 0.03 0.00 0.00 99.15 [2023-02-10T02:02:52.409Z] 02:02:01 all 4.90 0.00 1.97 0.41 0.03 92.70 [2023-02-10T02:02:52.409Z] 02:02:01 0 5.06 0.00 2.01 0.03 0.02 92.87 [2023-02-10T02:02:52.409Z] 02:02:01 1 6.41 0.00 1.71 0.03 0.03 91.81 [2023-02-10T02:02:52.409Z] 02:02:01 2 4.36 0.00 1.54 0.02 0.02 94.06 [2023-02-10T02:02:52.409Z] 02:02:01 3 4.52 0.00 2.17 2.82 0.03 90.46 [2023-02-10T02:02:52.409Z] 02:02:01 4 5.55 0.00 1.85 0.24 0.03 92.34 [2023-02-10T02:02:52.409Z] 02:02:01 5 5.10 0.00 1.84 0.10 0.03 92.92 [2023-02-10T02:02:52.409Z] 02:02:01 6 4.05 0.00 2.94 0.02 0.03 92.96 [2023-02-10T02:02:52.409Z] 02:02:01 7 4.11 0.00 1.70 0.00 0.03 94.16 [2023-02-10T02:02:52.409Z] Average: all 8.27 0.00 2.01 0.80 0.03 88.89 [2023-02-10T02:02:52.409Z] Average: 0 8.25 0.00 1.88 0.90 0.03 88.95 [2023-02-10T02:02:52.409Z] Average: 1 8.64 0.00 2.05 0.95 0.03 88.33 [2023-02-10T02:02:52.409Z] Average: 2 8.12 0.00 1.99 0.56 0.02 89.30 [2023-02-10T02:02:52.409Z] Average: 3 8.31 0.00 2.16 1.05 0.03 88.45 [2023-02-10T02:02:52.409Z] Average: 4 8.08 0.00 2.09 1.06 0.03 88.74 [2023-02-10T02:02:52.409Z] Average: 5 8.29 0.00 1.95 0.55 0.02 89.18 [2023-02-10T02:02:52.409Z] Average: 6 8.33 0.00 1.89 0.69 0.03 89.07 [2023-02-10T02:02:52.409Z] Average: 7 8.13 0.00 2.11 0.64 0.03 89.09 [2023-02-10T02:02:52.409Z] [2023-02-10T02:02:52.409Z] [2023-02-10T02:02:52.409Z]