Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from affa4ba333889d31d83cf76b7d2a18a0230584e6 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-ssh9437229894024798611.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-ssh10114008398964517490.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-ssh10826092704418832940.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-ssh1962944948869400068.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-ssh15729280513318522286.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], 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/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6743 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/420 [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/420 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision affa4ba333889d31d83cf76b7d2a18a0230584e6 (main) Commit message: "Merge pull request #4340 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.6.0" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f affa4ba333889d31d83cf76b7d2a18a0230584e6 # timeout=10 > git rev-list --no-walk 69b2f2fc042d3f207e021d84ed91ae79e073eaae # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-20T15:47:57.806Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-20T15:47:57.865Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-20T15:47:57.882Z] ========================================================= [2023-02-20T15:47:57.882Z] EdgeX Global Pipelines Version Info [2023-02-20T15:47:57.882Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-20T15:47:58.590Z] ------------------- [2023-02-20T15:47:58.590Z] stable info: [2023-02-20T15:47:58.590Z] ------------------- [2023-02-20T15:47:58.590Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-20T15:47:58.590Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-20T15:47:58.590Z] Message: update stable to v1.0.244 [2023-02-20T15:47:59.161Z] ------------------- [2023-02-20T15:47:59.161Z] experimental info: [2023-02-20T15:47:59.161Z] ------------------- [2023-02-20T15:47:59.161Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-20T15:47:59.161Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-20T15:47:59.161Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-20T15:47:59.341Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-20T15:47:59.353Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-20T15:47:59.363Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-20T15:47:59.376Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-20T15:47:59.387Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-20T15:47:59.398Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-20T15:47:59.409Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-20T15:47:59.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-20T15:47:59.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-20T15:47:59.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-20T15:47:59.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-20T15:47:59.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-20T15:47:59.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-20T15:47:59.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-20T15:47:59.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-20T15:47:59.511Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-20T15:47:59.522Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-20T15:47:59.534Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-20T15:47:59.545Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-20T15:47:59.556Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-20T15:47:59.567Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-20T15:47:59.579Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-20T15:47:59.590Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-20T15:47:59.600Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-20T15:47:59.611Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-20T15:47:59.624Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-20T15:47:59.635Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] echo [2023-02-20T15:47:59.646Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = affa4ba [Pipeline] echo [2023-02-20T15:47:59.658Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-20T15:47:59.700Z] provisioning config files... [2023-02-20T15:47:59.715Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/420@tmp/config17297583012222433619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-20T15:48:00.026Z] ---> docker-login.sh [2023-02-20T15:48:00.026Z] nexus3.edgexfoundry.org:10001 [2023-02-20T15:48:00.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:48:00.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:48:00.285Z] Configure a credential helper to remove this warning. See [2023-02-20T15:48:00.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:48:00.285Z] [2023-02-20T15:48:00.285Z] Login Succeeded [2023-02-20T15:48:00.285Z] nexus3.edgexfoundry.org:10002 [2023-02-20T15:48:00.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:48:00.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:48:00.547Z] Configure a credential helper to remove this warning. See [2023-02-20T15:48:00.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:48:00.547Z] [2023-02-20T15:48:00.547Z] Login Succeeded [2023-02-20T15:48:00.547Z] nexus3.edgexfoundry.org:10003 [2023-02-20T15:48:00.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:48:00.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:48:00.547Z] Configure a credential helper to remove this warning. See [2023-02-20T15:48:00.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:48:00.547Z] [2023-02-20T15:48:00.547Z] Login Succeeded [2023-02-20T15:48:00.547Z] nexus3.edgexfoundry.org:10004 [2023-02-20T15:48:00.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:48:00.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:48:00.808Z] Configure a credential helper to remove this warning. See [2023-02-20T15:48:00.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:48:00.808Z] [2023-02-20T15:48:00.808Z] Login Succeeded [2023-02-20T15:48:00.808Z] docker.io [2023-02-20T15:48:00.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:48:01.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:48:01.068Z] Configure a credential helper to remove this warning. See [2023-02-20T15:48:01.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:48:01.068Z] [2023-02-20T15:48:01.068Z] Login Succeeded [2023-02-20T15:48:01.068Z] ---> docker-login.sh ends [Pipeline] } [2023-02-20T15:48:01.076Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-20T15:48:01.389Z] + 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-20T15:48:01.389Z] + dirname cmd/core-command/Dockerfile [2023-02-20T15:48:01.389Z] + cut -d/ -f2 [2023-02-20T15:48:01.389Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-20T15:48:01.389Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-20T15:48:01.389Z] + cut -d/ -f2 [2023-02-20T15:48:01.389Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-20T15:48:01.389Z] + dirname cmd/core-data/Dockerfile [2023-02-20T15:48:01.389Z] + cut -d/ -f2 [2023-02-20T15:48:01.389Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-20T15:48:01.389Z] + + cut -d/ -f2 [2023-02-20T15:48:01.389Z] dirname cmd/core-metadata/Dockerfile [2023-02-20T15:48:01.389Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-20T15:48:01.389Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-20T15:48:01.389Z] + cut -d/ -f2 [2023-02-20T15:48:01.389Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-20T15:48:01.389Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-20T15:48:01.389Z] + cut -d/ -f2 [2023-02-20T15:48:01.389Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-20T15:48:01.389Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-20T15:48:01.389Z] + cut -d/ -f2 [2023-02-20T15:48:01.389Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-20T15:48:01.389Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-20T15:48:01.389Z] + cut -d/ -f2 [2023-02-20T15:48:01.389Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-20T15:48:01.389Z] + cut -d/ -f2 [2023-02-20T15:48:01.389Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-20T15:48:01.389Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-20T15:48:01.389Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-20T15:48:01.389Z] + cut -d/ -f2 [2023-02-20T15:48:01.389Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-20T15:48:01.389Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-20T15:48:01.389Z] + cut -d/ -f2 [2023-02-20T15:48:01.389Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-20T15:48:01.389Z] + dirname cmd/support-notifications/Dockerfile [2023-02-20T15:48:01.389Z] + cut -d/ -f2 [2023-02-20T15:48:01.389Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-20T15:48:01.389Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-20T15:48:01.389Z] + cut -d/ -f2 [2023-02-20T15:48:01.389Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-20T15:48:01.443Z] 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-20T15:48:01.797Z] + git rev-list -1 --merges affa4ba333889d31d83cf76b7d2a18a0230584e6~1..affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] echo [2023-02-20T15:48:01.809Z] -----------> git rev-list -1 --merges affa4ba333889d31d83cf76b7d2a18a0230584e6~1..affa4ba333889d31d83cf76b7d2a18a0230584e6 affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:48:01.809Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [false] [Pipeline] sh [2023-02-20T15:48:02.093Z] + git log --format=format:%s -1 affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] echo [2023-02-20T15:48:02.110Z] ========================================================= [2023-02-20T15:48:02.110Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-20T15:48:02.110Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-20T15:48:02.517Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-20T15:48:02.517Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-20T15:48:02.517Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-20T15:48:02.517Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-20T15:48:02.517Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2023-02-20T15:48:02.517Z] -a /etc/ssh/ssh_known_hosts [2023-02-20T15:48:02.517Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:48:02.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-20T15:48:02.943Z] [2023-02-20T15:48:02.943Z] 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-20T15:48:03.244Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-20T15:48:03.244Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-20T15:48:03.244Z] b85a868b505f: Pulling fs layer [2023-02-20T15:48:03.244Z] e2be974225ed: Pulling fs layer [2023-02-20T15:48:03.244Z] 339a4e72a1f5: Pulling fs layer [2023-02-20T15:48:03.244Z] 988bab9f4d93: Pulling fs layer [2023-02-20T15:48:03.244Z] 1469e6f7b9e6: Pulling fs layer [2023-02-20T15:48:03.244Z] 988bab9f4d93: Waiting [2023-02-20T15:48:03.244Z] eaf3925da568: Pulling fs layer [2023-02-20T15:48:03.244Z] 1469e6f7b9e6: Waiting [2023-02-20T15:48:03.244Z] bab4dde63d76: Pulling fs layer [2023-02-20T15:48:03.244Z] bde34c3a00c8: Pulling fs layer [2023-02-20T15:48:03.244Z] b352a97aabf1: Pulling fs layer [2023-02-20T15:48:03.244Z] 4872d77fe225: Pulling fs layer [2023-02-20T15:48:03.244Z] 5851b861e8e6: Pulling fs layer [2023-02-20T15:48:03.244Z] eaf3925da568: Waiting [2023-02-20T15:48:03.244Z] bab4dde63d76: Waiting [2023-02-20T15:48:03.244Z] bde34c3a00c8: Waiting [2023-02-20T15:48:03.244Z] b352a97aabf1: Waiting [2023-02-20T15:48:03.244Z] 4872d77fe225: Waiting [2023-02-20T15:48:03.244Z] 5851b861e8e6: Waiting [2023-02-20T15:48:03.244Z] e2be974225ed: Verifying Checksum [2023-02-20T15:48:03.244Z] e2be974225ed: Download complete [2023-02-20T15:48:03.244Z] 988bab9f4d93: Verifying Checksum [2023-02-20T15:48:03.244Z] 988bab9f4d93: Download complete [2023-02-20T15:48:03.504Z] 1469e6f7b9e6: Verifying Checksum [2023-02-20T15:48:03.504Z] 1469e6f7b9e6: Download complete [2023-02-20T15:48:03.504Z] eaf3925da568: Verifying Checksum [2023-02-20T15:48:03.504Z] eaf3925da568: Download complete [2023-02-20T15:48:03.504Z] 339a4e72a1f5: Verifying Checksum [2023-02-20T15:48:03.504Z] 339a4e72a1f5: Download complete [2023-02-20T15:48:03.504Z] bde34c3a00c8: Download complete [2023-02-20T15:48:03.504Z] b352a97aabf1: Verifying Checksum [2023-02-20T15:48:03.504Z] b352a97aabf1: Download complete [2023-02-20T15:48:03.504Z] 4872d77fe225: Download complete [2023-02-20T15:48:03.504Z] 5851b861e8e6: Download complete [2023-02-20T15:48:03.504Z] b85a868b505f: Verifying Checksum [2023-02-20T15:48:03.504Z] b85a868b505f: Download complete [2023-02-20T15:48:03.764Z] bab4dde63d76: Verifying Checksum [2023-02-20T15:48:03.764Z] bab4dde63d76: Download complete [2023-02-20T15:48:04.703Z] b85a868b505f: Pull complete [2023-02-20T15:48:04.961Z] e2be974225ed: Pull complete [2023-02-20T15:48:05.531Z] 339a4e72a1f5: Pull complete [2023-02-20T15:48:05.531Z] 988bab9f4d93: Pull complete [2023-02-20T15:48:05.791Z] 1469e6f7b9e6: Pull complete [2023-02-20T15:48:05.791Z] eaf3925da568: Pull complete [2023-02-20T15:48:07.703Z] bab4dde63d76: Pull complete [2023-02-20T15:48:07.703Z] bde34c3a00c8: Pull complete [2023-02-20T15:48:07.965Z] b352a97aabf1: Pull complete [2023-02-20T15:48:07.965Z] 4872d77fe225: Pull complete [2023-02-20T15:48:07.965Z] 5851b861e8e6: Pull complete [2023-02-20T15:48:07.965Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-20T15:48:07.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-20T15:48:08.227Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T15:48:08.331Z] prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container [2023-02-20T15:48:08.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-20T15:48:09.827Z] $ docker top 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 -eo pid,comm [2023-02-20T15:48:09.901Z] 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-20T15:48:09.901Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-20T15:48:09.940Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-20T15:48:09.940Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-20T15:48:10.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-20T15:48:10.060Z] $ docker exec 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 ssh-agent [2023-02-20T15:48:10.186Z] SSH_AUTH_SOCK=/tmp/ssh-kyNOcPOVQNJ3/agent.32 [2023-02-20T15:48:10.186Z] SSH_AGENT_PID=38 [2023-02-20T15:48:10.192Z] Running ssh-add (command line suppressed) [2023-02-20T15:48:10.276Z] Identity added: /w/workspace/edgex-go/420@tmp/private_key_17730679721659344226.key (/w/workspace/edgex-go/420@tmp/private_key_17730679721659344226.key) [2023-02-20T15:48:10.311Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-20T15:48:10.605Z] + git tag --points-at HEAD [Pipeline] } [2023-02-20T15:48:10.611Z] $ docker exec --env ******** --env ******** 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 ssh-agent -k [2023-02-20T15:48:10.721Z] unset SSH_AUTH_SOCK; [2023-02-20T15:48:10.721Z] unset SSH_AGENT_PID; [2023-02-20T15:48:10.721Z] echo Agent pid 38 killed; [2023-02-20T15:48:10.747Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-20T15:48:10.773Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-20T15:48:10.773Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-20T15:48:10.885Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-20T15:48:10.872Z] $ docker exec 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 ssh-agent [2023-02-20T15:48:11.011Z] SSH_AUTH_SOCK=/tmp/ssh-f3mMdB9qsyVt/agent.70 [2023-02-20T15:48:11.011Z] SSH_AGENT_PID=76 [2023-02-20T15:48:11.016Z] Running ssh-add (command line suppressed) [2023-02-20T15:48:11.103Z] Identity added: /w/workspace/edgex-go/420@tmp/private_key_15676234263753703825.key (/w/workspace/edgex-go/420@tmp/private_key_15676234263753703825.key) [2023-02-20T15:48:11.134Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-20T15:48:11.426Z] + git semver init [2023-02-20T15:48:11.687Z] 2023-02-20 15:48:11,628 [run_init] DEBUG init version:0.0.0 force:False [2023-02-20T15:48:11.687Z] 2023-02-20 15:48:11,629 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/420/.semver [2023-02-20T15:48:11.687Z] 2023-02-20 15:48:11,629 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/420/.semver [2023-02-20T15:48:11.687Z] 2023-02-20 15:48:11,630 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/420/.semver'], cwd=/w/workspace/edgex-go/420, universal_newlines=False, shell=None, istream=None) [2023-02-20T15:48:16.971Z] 2023-02-20 15:48:15,909 [append_file] DEBUG append to file:/w/workspace/edgex-go/420/.git/info/exclude [2023-02-20T15:48:16.971Z] 2023-02-20 15:48:15,910 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/420/.semver/main with force:False [2023-02-20T15:48:16.971Z] 2023-02-20 15:48:15,910 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main [2023-02-20T15:48:16.971Z] 2023-02-20 15:48:15,910 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main [2023-02-20T15:48:16.971Z] 3.0.0-dev.59 [Pipeline] } [2023-02-20T15:48:16.974Z] $ docker exec --env ******** --env ******** 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 ssh-agent -k [2023-02-20T15:48:17.080Z] unset SSH_AUTH_SOCK; [2023-02-20T15:48:17.081Z] unset SSH_AGENT_PID; [2023-02-20T15:48:17.081Z] echo Agent pid 76 killed; [2023-02-20T15:48:17.101Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-20T15:48:17.416Z] + git semver [Pipeline] } [2023-02-20T15:48:17.681Z] $ docker stop --time=1 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 [2023-02-20T15:48:18.994Z] $ docker rm -f --volumes 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-20T15:48:19.343Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-20T15:48:19.554Z] Stashed 1 file(s) [Pipeline] echo [2023-02-20T15:48:19.557Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.59 [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-20T15:48:19.960Z] + git config --global --add safe.directory /w/workspace/edgex-go/420 [Pipeline] echo [2023-02-20T15:48:19.971Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-20T15:48:19.982Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-20T15:48:19.988Z] ========================================================= [2023-02-20T15:48:19.988Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-20T15:48:19.988Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-20T15:48:20.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-20T15:48:20.270Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-20T15:48:20.270Z] 213ec9aee27d: Pulling fs layer [2023-02-20T15:48:20.270Z] 4583459ba037: Pulling fs layer [2023-02-20T15:48:20.270Z] 93c1e223e6f2: Pulling fs layer [2023-02-20T15:48:20.270Z] 53926ce57604: Pulling fs layer [2023-02-20T15:48:20.270Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-20T15:48:20.270Z] 22ff95d597cd: Pulling fs layer [2023-02-20T15:48:20.270Z] 12d6caf4c0d1: Pulling fs layer [2023-02-20T15:48:20.270Z] 96b7cbca73a9: Pulling fs layer [2023-02-20T15:48:20.270Z] a7acece74701: Pulling fs layer [2023-02-20T15:48:20.270Z] 21b2b0c7a3f4: Waiting [2023-02-20T15:48:20.270Z] 22ff95d597cd: Waiting [2023-02-20T15:48:20.270Z] 12d6caf4c0d1: Waiting [2023-02-20T15:48:20.270Z] 96b7cbca73a9: Waiting [2023-02-20T15:48:20.270Z] 53926ce57604: Waiting [2023-02-20T15:48:20.270Z] a7acece74701: Waiting [2023-02-20T15:48:20.531Z] 93c1e223e6f2: Verifying Checksum [2023-02-20T15:48:20.531Z] 93c1e223e6f2: Download complete [2023-02-20T15:48:20.531Z] 4583459ba037: Verifying Checksum [2023-02-20T15:48:20.531Z] 4583459ba037: Download complete [2023-02-20T15:48:20.531Z] 21b2b0c7a3f4: Download complete [2023-02-20T15:48:20.531Z] 22ff95d597cd: Download complete [2023-02-20T15:48:20.531Z] 213ec9aee27d: Verifying Checksum [2023-02-20T15:48:20.531Z] 213ec9aee27d: Download complete [2023-02-20T15:48:20.531Z] 12d6caf4c0d1: Verifying Checksum [2023-02-20T15:48:20.531Z] 12d6caf4c0d1: Download complete [2023-02-20T15:48:20.797Z] 213ec9aee27d: Pull complete [2023-02-20T15:48:21.060Z] a7acece74701: Verifying Checksum [2023-02-20T15:48:21.060Z] a7acece74701: Download complete [2023-02-20T15:48:21.060Z] 4583459ba037: Pull complete [2023-02-20T15:48:21.322Z] 96b7cbca73a9: Verifying Checksum [2023-02-20T15:48:21.322Z] 96b7cbca73a9: Download complete [2023-02-20T15:48:21.322Z] 93c1e223e6f2: Pull complete [2023-02-20T15:48:21.581Z] 53926ce57604: Verifying Checksum [2023-02-20T15:48:21.581Z] 53926ce57604: Download complete [2023-02-20T15:48:25.780Z] 53926ce57604: Pull complete [2023-02-20T15:48:25.780Z] 21b2b0c7a3f4: Pull complete [2023-02-20T15:48:25.780Z] 22ff95d597cd: Pull complete [2023-02-20T15:48:25.780Z] 12d6caf4c0d1: Pull complete [2023-02-20T15:48:28.318Z] 96b7cbca73a9: Pull complete [2023-02-20T15:48:28.885Z] a7acece74701: Pull complete [2023-02-20T15:48:28.885Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-20T15:48:28.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-20T15:48:28.885Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-20T15:48:29.187Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-20T15:48:29.187Z] WORKDIR /edgex [2023-02-20T15:48:29.187Z] COPY go.mod . [2023-02-20T15:48:29.187Z] RUN go mod download [2023-02-20T15:48:29.187Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-20T15:48:29.755Z] Sending build context to Docker daemon 170.3MB [2023-02-20T15:48:29.755Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-20T15:48:29.755Z] ---> db6d94c90886 [2023-02-20T15:48:29.755Z] Step 2/4 : WORKDIR /edgex [2023-02-20T15:48:32.294Z] ---> Running in f75df79994a0 [2023-02-20T15:48:32.294Z] Removing intermediate container f75df79994a0 [2023-02-20T15:48:32.294Z] ---> 56f47e788c6e [2023-02-20T15:48:32.294Z] Step 3/4 : COPY go.mod . [2023-02-20T15:48:32.294Z] ---> 6338b4c154f7 [2023-02-20T15:48:32.294Z] Step 4/4 : RUN go mod download [2023-02-20T15:48:32.294Z] ---> Running in 965d332650db [2023-02-20T15:48:34.636Z] Still waiting to schedule task [2023-02-20T15:48:34.636Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-20T15:48:47.191Z] Removing intermediate container 965d332650db [2023-02-20T15:48:47.191Z] ---> 27286dbf341a [2023-02-20T15:48:47.191Z] Successfully built 27286dbf341a [2023-02-20T15:48:47.191Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:48:47.496Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-20T15:48:47.496Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T15:48:47.582Z] prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container [2023-02-20T15:48:47.622Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-20T15:48:48.099Z] $ docker top c9462359e26a94fb5ff6aba219ab7a538865918ef11eb5d0076969ee6e24cdfa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-20T15:48:48.435Z] + go version [2023-02-20T15:48:48.435Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-20T15:48:48.452Z] $ docker stop --time=1 c9462359e26a94fb5ff6aba219ab7a538865918ef11eb5d0076969ee6e24cdfa [2023-02-20T15:48:49.792Z] $ docker rm -f --volumes c9462359e26a94fb5ff6aba219ab7a538865918ef11eb5d0076969ee6e24cdfa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:48:50.198Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-20T15:48:50.198Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T15:48:50.271Z] prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container [2023-02-20T15:48:50.303Z] $ 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/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-20T15:48:50.674Z] $ docker top 27b11cf26ee98d09bfa458fcc77e3dd7979e843382ca86d1a38b16e5888edd74 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-20T15:48:50.741Z] ========================================================= [2023-02-20T15:48:50.741Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-20T15:48:50.741Z] ========================================================= [Pipeline] sh [2023-02-20T15:48:51.018Z] + git config --global --add safe.directory /w/workspace/edgex-go/420 [Pipeline] fileExists [Pipeline] sh [2023-02-20T15:48:51.313Z] + make test [2023-02-20T15:48:51.313Z] go test -race -coverprofile=coverage.out ./... [2023-02-20T15:48:57.876Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-20T15:49:12.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.081s coverage: 28.7% of statements [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-20T15:49:12.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-20T15:49:12.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.113s coverage: 98.5% of statements [2023-02-20T15:49:14.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.110s coverage: 73.7% of statements [2023-02-20T15:49:14.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-20T15:49:14.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-20T15:49:14.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-20T15:49:14.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.118s coverage: 54.0% of statements [2023-02-20T15:49:14.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-20T15:49:14.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-20T15:49:17.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.508s coverage: 88.5% of statements [2023-02-20T15:49:17.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-20T15:49:17.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-20T15:49:17.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.092s coverage: 3.9% of statements [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-20T15:49:17.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.493s coverage: 95.6% of statements [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-20T15:49:17.187Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.067s coverage: 72.2% of statements [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-20T15:49:17.187Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.076s coverage: 65.9% of statements [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-20T15:49:17.187Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.078s coverage: 0.9% of statements [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-20T15:49:17.187Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 29.6% of statements [2023-02-20T15:49:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-20T15:49:17.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 47.1% of statements [2023-02-20T15:49:17.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.089s coverage: 82.9% of statements [2023-02-20T15:49:17.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2023-02-20T15:49:17.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2023-02-20T15:49:17.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2023-02-20T15:49:22.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.100s coverage: 94.4% of statements [2023-02-20T15:49:22.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.376s coverage: 79.9% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 64.4% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.068s coverage: 86.9% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.052s coverage: 20.0% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.073s coverage: 77.4% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.0% of statements [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.218s coverage: 91.2% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 63.1% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.023s coverage: 73.7% of statements [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.402s coverage: 65.3% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.176s coverage: 41.0% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.063s coverage: 84.8% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.170s coverage: 92.3% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-20T15:49:37.344Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-20T15:49:37.344Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-20T15:49:37.344Z] 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-20T15:49:55.424Z] 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-20T15:49:55.682Z] go vet ./... [2023-02-20T15:49:59.865Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-20T15:50:00.123Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-20T15:50:00.123Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-20T15:50:00.394Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-20T15:50:00.682Z] + ls -al . [2023-02-20T15:50:00.682Z] total 744 [2023-02-20T15:50:00.682Z] drwxrwxr-x 11 1001 1001 4096 Feb 20 15:48 . [2023-02-20T15:50:00.682Z] drwxr-xr-x 4 root root 4096 Feb 20 15:48 .. [2023-02-20T15:50:00.682Z] drwxrwxr-x 2 1001 1001 4096 Feb 20 15:47 .blubracket [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 16 Feb 20 15:47 .dockerignore [2023-02-20T15:50:00.682Z] drwxrwxr-x 8 1001 1001 4096 Feb 20 15:49 .git [2023-02-20T15:50:00.682Z] drwxrwxr-x 3 1001 1001 4096 Feb 20 15:47 .github [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 1024 Feb 20 15:47 .gitignore [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 42 Feb 20 15:47 .golangci.yml [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 87 Feb 20 15:47 .hadolint.yml [2023-02-20T15:50:00.682Z] drwxr-xr-x 3 1001 1001 4096 Feb 20 15:48 .semver [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 166 Feb 20 15:47 .sonarcloud.properties [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 1171 Feb 20 15:47 ADOPTERS.md [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 10825 Feb 20 15:47 Attribution.txt [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 73765 Feb 20 15:47 CHANGELOG.md [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 3804 Feb 20 15:47 CONTRIBUTING.md [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 677 Feb 20 15:47 GOVERNANCE.md [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 883 Feb 20 15:47 Jenkinsfile [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 10775 Feb 20 15:47 LICENSE [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 13375 Feb 20 15:47 Makefile [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 582 Feb 20 15:47 OWNERS.md [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 9403 Feb 20 15:47 README.md [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 6912 Feb 20 15:47 SECURITY.md [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 12 Feb 20 15:48 VERSION [2023-02-20T15:50:00.682Z] drwxrwxr-x 2 1001 1001 4096 Feb 20 15:47 bin [2023-02-20T15:50:00.682Z] drwxrwxr-x 17 1001 1001 4096 Feb 20 15:47 cmd [2023-02-20T15:50:00.682Z] -rw-r--r-- 1 root root 487323 Feb 20 15:49 coverage.out [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 3295 Feb 20 15:47 go.mod [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 33318 Feb 20 15:47 go.sum [2023-02-20T15:50:00.682Z] drwxrwxr-x 7 1001 1001 4096 Feb 20 15:47 internal [2023-02-20T15:50:00.682Z] drwxrwxr-x 3 1001 1001 4096 Feb 20 15:47 openapi [2023-02-20T15:50:00.682Z] drwxrwxr-x 4 1001 1001 4096 Feb 20 15:47 snap [2023-02-20T15:50:00.682Z] -rw-rw-r-- 1 1001 1001 204 Feb 20 15:47 version.go [Pipeline] sh [2023-02-20T15:50:00.971Z] + '[' -e coverage.out ] [2023-02-20T15:50:00.971Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-20T15:50:01.125Z] Stashed 1 file(s) [Pipeline] sh [2023-02-20T15:50:01.417Z] + make build [2023-02-20T15:50:01.417Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-20T15:50:10.793Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6745 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-02-20T15:50:10.804Z] Running in /w/workspace/edgex-go/420 [Pipeline] { [Pipeline] checkout [2023-02-20T15:50:10.845Z] The recommended git tool is: git [2023-02-20T15:50:13.693Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-20T15:50:15.070Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-20T15:50:16.398Z] using credential edgex-jenkins-ssh [2023-02-20T15:50:16.415Z] Cloning the remote Git repository [2023-02-20T15:50:16.449Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-20T15:50:17.017Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-20T15:50:16.460Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-20T15:50:16.533Z] > git init /w/workspace/edgex-go/420 # timeout=10 [2023-02-20T15:50:16.682Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-20T15:50:16.683Z] > git --version # timeout=10 [2023-02-20T15:50:16.727Z] > git --version # 'git version 2.25.1' [2023-02-20T15:50:16.729Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-20T15:50:16.789Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-20T15:50:25.130Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-20T15:50:25.130Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-20T15:50:26.507Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-20T15:50:27.442Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-20T15:50:28.375Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-20T15:50:29.311Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-20T15:50:31.838Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-20T15:50:32.793Z] $ docker stop --time=1 27b11cf26ee98d09bfa458fcc77e3dd7979e843382ca86d1a38b16e5888edd74 [2023-02-20T15:50:35.144Z] $ docker rm -f --volumes 27b11cf26ee98d09bfa458fcc77e3dd7979e843382ca86d1a38b16e5888edd74 [2023-02-20T15:50:34.860Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-20T15:50:34.881Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [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-20T15:50:35.888Z] Avoid second fetch [2023-02-20T15:50:35.889Z] Checking out Revision affa4ba333889d31d83cf76b7d2a18a0230584e6 (main) [2023-02-20T15:50:35.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-20T15:50:35.961Z] [2023-02-20T15:50:35.961Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:50:36.261Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-20T15:50:36.261Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-20T15:50:36.261Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-20T15:50:36.261Z] ca9280d653b3: Pulling fs layer [2023-02-20T15:50:36.261Z] 7e9c9ca2126c: Pulling fs layer [2023-02-20T15:50:36.261Z] cbdbe7a5bc2a: Download complete [2023-02-20T15:50:36.519Z] cbdbe7a5bc2a: Pull complete [2023-02-20T15:50:36.519Z] ca9280d653b3: Verifying Checksum [2023-02-20T15:50:36.519Z] ca9280d653b3: Download complete [2023-02-20T15:50:36.666Z] Commit message: "Merge pull request #4340 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.6.0" [2023-02-20T15:50:36.777Z] 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2023-02-20T15:50:37.035Z] ca9280d653b3: Pull complete [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-20T15:50:35.912Z] > git config core.sparsecheckout # timeout=10 [2023-02-20T15:50:35.931Z] > git checkout -f affa4ba333889d31d83cf76b7d2a18a0230584e6 # timeout=10 [2023-02-20T15:50:37.559Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-20T15:50:37.559Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-20T15:50:37.559Z] Dload Upload Total Spent Left Speed [2023-02-20T15:50:37.559Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 90432 [Pipeline] sh [2023-02-20T15:50:38.179Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-20T15:50:38.519Z] + sudo tee /etc/docker/daemon.new [2023-02-20T15:50:38.519Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-20T15:50:38.519Z] { [2023-02-20T15:50:38.519Z] "registry-mirrors": [ [2023-02-20T15:50:38.519Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-20T15:50:38.519Z] ], [2023-02-20T15:50:38.519Z] "bip": "10.250.0.254/24", [2023-02-20T15:50:38.519Z] "hosts": [ [2023-02-20T15:50:38.519Z] "tcp://0.0.0.0:5555", [2023-02-20T15:50:38.519Z] "unix:///var/run/docker.sock" [2023-02-20T15:50:38.519Z] ], [2023-02-20T15:50:38.519Z] "mtu": 1458, [2023-02-20T15:50:38.519Z] "selinux-enabled": true, [2023-02-20T15:50:38.519Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-20T15:50:38.519Z] } [Pipeline] sh [2023-02-20T15:50:38.881Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-20T15:50:39.245Z] + sudo service docker restart [2023-02-20T15:50:40.324Z] 7e9c9ca2126c: Pull complete [2023-02-20T15:50:40.324Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-20T15:50:40.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-20T15:50:40.324Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T15:50:40.406Z] prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container [2023-02-20T15:50:40.448Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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-20T15:50:41.801Z] $ docker top 2f8765977b34f29a281e8972df5dfca17911c00ef7ce65bd92ad7a81a940ca5f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-20T15:50:42.123Z] + docker-compose build --help [2023-02-20T15:50:42.123Z] + grep parallel [2023-02-20T15:50:42.691Z] --parallel Build images in parallel. [Pipeline] } [2023-02-20T15:50:42.711Z] $ docker stop --time=1 2f8765977b34f29a281e8972df5dfca17911c00ef7ce65bd92ad7a81a940ca5f [2023-02-20T15:50:44.023Z] $ docker rm -f --volumes 2f8765977b34f29a281e8972df5dfca17911c00ef7ce65bd92ad7a81a940ca5f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:50:44.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-20T15:50:44.380Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T15:50:44.445Z] prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container [2023-02-20T15:50:44.491Z] $ 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/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-20T15:50:44.880Z] $ docker top ea9b8baa920580dedfb9bf939ed81c598fffa7eb7e9109a4f15d341f84a67539 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-20T15:50:45.213Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-20T15:50:45.780Z] Building core-command ... [2023-02-20T15:50:45.780Z] Building core-common-config-bootstrapper ... [2023-02-20T15:50:45.780Z] Building core-data ... [2023-02-20T15:50:45.780Z] Building core-metadata ... [2023-02-20T15:50:45.780Z] Building security-bootstrapper ... [2023-02-20T15:50:45.780Z] Building security-proxy-setup ... [2023-02-20T15:50:45.780Z] Building security-secretstore-setup ... [2023-02-20T15:50:45.780Z] Building security-spiffe-token-provider ... [2023-02-20T15:50:45.780Z] Building security-spire-agent ... [2023-02-20T15:50:45.780Z] Building security-spire-config ... [2023-02-20T15:50:45.780Z] Building security-spire-server ... [2023-02-20T15:50:45.780Z] Building support-notifications ... [2023-02-20T15:50:45.780Z] Building support-scheduler ... [2023-02-20T15:50:45.780Z] Building support-scheduler [2023-02-20T15:50:45.780Z] Building security-spire-config [2023-02-20T15:50:45.780Z] Building security-spire-server [2023-02-20T15:50:45.780Z] Building core-metadata [2023-02-20T15:50:45.780Z] Building support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-20T15:50:57.550Z] provisioning config files... [2023-02-20T15:50:57.579Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/420@tmp/config11093546321671875317tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-20T15:50:57.941Z] ---> docker-login.sh [2023-02-20T15:50:57.941Z] nexus3.edgexfoundry.org:10001 [2023-02-20T15:50:57.985Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:50:57.985Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:50:57.985Z] ---> 27286dbf341a [2023-02-20T15:50:57.985Z] Step 3/23 : WORKDIR /edgex-go [2023-02-20T15:50:57.985Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:50:57.985Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:50:57.985Z] ---> 27286dbf341a [2023-02-20T15:50:57.985Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-20T15:50:57.985Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:50:57.985Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:50:57.985Z] ---> 27286dbf341a [2023-02-20T15:50:57.985Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-20T15:50:57.985Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:50:57.985Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:50:57.985Z] ---> 27286dbf341a [2023-02-20T15:50:57.985Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-20T15:50:57.985Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:50:57.985Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:50:57.985Z] ---> 27286dbf341a [2023-02-20T15:50:57.985Z] Step 3/24 : WORKDIR /edgex-go [2023-02-20T15:50:58.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:50:58.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:50:58.800Z] Configure a credential helper to remove this warning. See [2023-02-20T15:50:58.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:50:58.800Z] [2023-02-20T15:50:58.800Z] Login Succeeded [2023-02-20T15:50:58.800Z] nexus3.edgexfoundry.org:10002 [2023-02-20T15:50:59.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:50:59.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:50:59.069Z] Configure a credential helper to remove this warning. See [2023-02-20T15:50:59.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:50:59.069Z] [2023-02-20T15:50:59.069Z] Login Succeeded [2023-02-20T15:50:59.069Z] nexus3.edgexfoundry.org:10003 [2023-02-20T15:50:59.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:50:59.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:50:59.340Z] Configure a credential helper to remove this warning. See [2023-02-20T15:50:59.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:50:59.340Z] [2023-02-20T15:50:59.340Z] Login Succeeded [2023-02-20T15:50:59.340Z] nexus3.edgexfoundry.org:10004 [2023-02-20T15:50:59.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:50:59.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:50:59.884Z] Configure a credential helper to remove this warning. See [2023-02-20T15:50:59.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:50:59.884Z] [2023-02-20T15:50:59.884Z] Login Succeeded [2023-02-20T15:50:59.884Z] docker.io [2023-02-20T15:51:00.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:51:00.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:51:00.422Z] Configure a credential helper to remove this warning. See [2023-02-20T15:51:00.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:51:00.422Z] [2023-02-20T15:51:00.422Z] Login Succeeded [2023-02-20T15:51:00.422Z] ---> docker-login.sh ends [Pipeline] } [2023-02-20T15:51:00.438Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-02-20T15:51:00.516Z] ---> Running in 4c77e449ed78 [2023-02-20T15:51:00.516Z] ---> Running in 14ead59758eb [2023-02-20T15:51:00.516Z] ---> Running in 6077a1bb4344 [2023-02-20T15:51:00.516Z] ---> Running in 1da856dc97fb [2023-02-20T15:51:00.516Z] ---> Running in 688b817c428f [2023-02-20T15:51:00.516Z] Removing intermediate container 6077a1bb4344 [2023-02-20T15:51:00.516Z] ---> 69cc7f4e8e5f [2023-02-20T15:51:00.516Z] Step 4/24 : WORKDIR /edgex-go [2023-02-20T15:51:00.516Z] Removing intermediate container 688b817c428f [2023-02-20T15:51:00.516Z] ---> f0eb270bec05 [2023-02-20T15:51:00.516Z] Step 4/22 : WORKDIR /edgex-go [2023-02-20T15:51:00.516Z] Removing intermediate container 1da856dc97fb [2023-02-20T15:51:00.516Z] ---> 97c93be58c3d [2023-02-20T15:51:00.516Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-20T15:51:00.516Z] Removing intermediate container 14ead59758eb [2023-02-20T15:51:00.516Z] ---> b82ff7c60df0 [2023-02-20T15:51:00.516Z] Step 4/22 : WORKDIR /edgex-go [2023-02-20T15:51:00.516Z] ---> Running in 72214c26a0eb [2023-02-20T15:51:00.516Z] Removing intermediate container 4c77e449ed78 [2023-02-20T15:51:00.516Z] ---> fc878d514080 [2023-02-20T15:51:00.516Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-20T15:51:00.516Z] ---> Running in 1f89cba68afd [2023-02-20T15:51:00.516Z] ---> Running in b4c46e635df5 [2023-02-20T15:51:00.516Z] ---> Running in 90b86a0617d9 [2023-02-20T15:51:00.516Z] ---> Running in 6198b72a864d [2023-02-20T15:51:00.516Z] Removing intermediate container 72214c26a0eb [2023-02-20T15:51:00.516Z] ---> 6a7f42febcfd [2023-02-20T15:51:00.516Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-20T15:51:00.516Z] Removing intermediate container b4c46e635df5 [2023-02-20T15:51:00.516Z] ---> 0b6c9ccdf0ad [2023-02-20T15:51:00.516Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-20T15:51:00.516Z] ---> Running in 153f37059141 [2023-02-20T15:51:00.516Z] Removing intermediate container 90b86a0617d9 [2023-02-20T15:51:00.516Z] ---> e9e9a382e940 [2023-02-20T15:51:00.516Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-20T15:51:00.516Z] ---> Running in dcfde83b7103 [2023-02-20T15:51:00.516Z] ---> Running in 319a08e9787d [Pipeline] sh [2023-02-20T15:51:00.772Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:51:00.772Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:51:00.772Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:51:00.772Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:51:00.772Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:51:01.020Z] + git config --global --add safe.directory /w/workspace/edgex-go/420 [2023-02-20T15:51:01.028Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:51:01.028Z] OK: 211 MiB in 51 packages [2023-02-20T15:51:01.028Z] OK: 211 MiB in 51 packages [2023-02-20T15:51:01.028Z] OK: 211 MiB in 51 packages [2023-02-20T15:51:01.028Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [Pipeline] echo [2023-02-20T15:51:01.039Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-20T15:51:01.050Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-20T15:51:01.056Z] ========================================================= [2023-02-20T15:51:01.056Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-20T15:51:01.056Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-20T15:51:01.289Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:51:01.379Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-20T15:51:01.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:51:01.548Z] Removing intermediate container 1f89cba68afd [2023-02-20T15:51:01.548Z] ---> 60a325d1ef78 [2023-02-20T15:51:01.548Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-20T15:51:01.548Z] Removing intermediate container 6198b72a864d [2023-02-20T15:51:01.548Z] ---> 4a53b6bde432 [2023-02-20T15:51:01.548Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-20T15:51:01.548Z] Removing intermediate container 153f37059141 [2023-02-20T15:51:01.548Z] ---> a08a6acefdac [2023-02-20T15:51:01.548Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-20T15:51:01.548Z] OK: 211 MiB in 51 packages [2023-02-20T15:51:01.652Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-20T15:51:01.652Z] 9b18e9b68314: Pulling fs layer [2023-02-20T15:51:01.653Z] 35d82f9e3411: Pulling fs layer [2023-02-20T15:51:01.653Z] e16973657156: Pulling fs layer [2023-02-20T15:51:01.653Z] fc693d55d65f: Pulling fs layer [2023-02-20T15:51:01.653Z] 7e9fc2657dce: Pulling fs layer [2023-02-20T15:51:01.653Z] dda99020689f: Pulling fs layer [2023-02-20T15:51:01.653Z] db1c61fa0a46: Pulling fs layer [2023-02-20T15:51:01.653Z] 891c053d2c06: Pulling fs layer [2023-02-20T15:51:01.653Z] fc693d55d65f: Waiting [2023-02-20T15:51:01.653Z] 7e9fc2657dce: Waiting [2023-02-20T15:51:01.653Z] dda99020689f: Waiting [2023-02-20T15:51:01.653Z] db1c61fa0a46: Waiting [2023-02-20T15:51:01.653Z] 891c053d2c06: Waiting [2023-02-20T15:51:01.653Z] e16973657156: Download complete [2023-02-20T15:51:01.653Z] 35d82f9e3411: Download complete [2023-02-20T15:51:01.653Z] 7e9fc2657dce: Verifying Checksum [2023-02-20T15:51:01.653Z] 7e9fc2657dce: Download complete [2023-02-20T15:51:01.653Z] dda99020689f: Verifying Checksum [2023-02-20T15:51:01.653Z] dda99020689f: Download complete [2023-02-20T15:51:01.653Z] 9b18e9b68314: Verifying Checksum [2023-02-20T15:51:01.653Z] 9b18e9b68314: Download complete [2023-02-20T15:51:01.807Z] ---> e3540bb058e8 [2023-02-20T15:51:01.807Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:51:01.807Z] ---> e60ed2dbe50e [2023-02-20T15:51:01.807Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:51:01.807Z] ---> a8b3f50cb62b [2023-02-20T15:51:01.807Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:51:01.807Z] ---> Running in 7622e805a320 [2023-02-20T15:51:01.807Z] ---> Running in 822beb2d91cb [2023-02-20T15:51:01.807Z] ---> Running in 0360a702a5f9 [2023-02-20T15:51:02.064Z] Removing intermediate container 319a08e9787d [2023-02-20T15:51:02.064Z] ---> 71ea6c4c07d9 [2023-02-20T15:51:02.064Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-20T15:51:02.322Z] ---> f2d720ae54c7 [2023-02-20T15:51:02.322Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:51:02.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:51:02.322Z] ---> Running in 5ba4503c2c5b [2023-02-20T15:51:02.581Z] OK: 211 MiB in 51 packages [2023-02-20T15:51:02.643Z] 9b18e9b68314: Pull complete [2023-02-20T15:51:02.643Z] 891c053d2c06: Verifying Checksum [2023-02-20T15:51:02.643Z] 891c053d2c06: Download complete [2023-02-20T15:51:02.839Z] Removing intermediate container dcfde83b7103 [2023-02-20T15:51:02.839Z] ---> e4d9b0d4f835 [2023-02-20T15:51:02.839Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-20T15:51:03.098Z] ---> a8fe64386fc7 [2023-02-20T15:51:03.098Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:51:03.098Z] ---> Running in 01094b280f84 [2023-02-20T15:51:03.243Z] 35d82f9e3411: Pull complete [2023-02-20T15:51:03.515Z] e16973657156: Pull complete [2023-02-20T15:51:03.788Z] db1c61fa0a46: Verifying Checksum [2023-02-20T15:51:03.788Z] db1c61fa0a46: Download complete [2023-02-20T15:51:04.376Z] fc693d55d65f: Verifying Checksum [2023-02-20T15:51:04.376Z] fc693d55d65f: Download complete [2023-02-20T15:51:16.707Z] fc693d55d65f: Pull complete [2023-02-20T15:51:16.707Z] 7e9fc2657dce: Pull complete [2023-02-20T15:51:16.707Z] dda99020689f: Pull complete [2023-02-20T15:51:24.982Z] db1c61fa0a46: Pull complete [2023-02-20T15:51:25.952Z] 891c053d2c06: Pull complete [2023-02-20T15:51:25.952Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-20T15:51:25.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-20T15:51:25.952Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-20T15:51:26.288Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-20T15:51:26.289Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-20T15:51:26.289Z] WORKDIR /edgex [2023-02-20T15:51:26.289Z] COPY go.mod . [2023-02-20T15:51:26.289Z] RUN go mod download [2023-02-20T15:51:26.873Z] Sending build context to Docker daemon 3.091MB [2023-02-20T15:51:26.873Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-20T15:51:26.873Z] ---> f96f9c87975a [2023-02-20T15:51:26.873Z] Step 2/4 : WORKDIR /edgex [2023-02-20T15:51:28.824Z] ---> Running in d016370647a5 [2023-02-20T15:51:29.092Z] Removing intermediate container d016370647a5 [2023-02-20T15:51:29.092Z] ---> 370420b957d9 [2023-02-20T15:51:29.092Z] Step 3/4 : COPY go.mod . [2023-02-20T15:51:29.685Z] ---> 29751f9fdbc2 [2023-02-20T15:51:29.685Z] Step 4/4 : RUN go mod download [2023-02-20T15:51:29.685Z] ---> Running in 9f882f8c3556 [2023-02-20T15:51:49.779Z] Removing intermediate container 822beb2d91cb [2023-02-20T15:51:49.779Z] ---> 0f76791df4a3 [2023-02-20T15:51:49.779Z] Step 7/23 : COPY . . [2023-02-20T15:51:49.779Z] Removing intermediate container 7622e805a320 [2023-02-20T15:51:49.779Z] ---> 549873e75be6 [2023-02-20T15:51:49.779Z] Step 7/24 : COPY . . [2023-02-20T15:51:49.779Z] Removing intermediate container 5ba4503c2c5b [2023-02-20T15:51:49.779Z] ---> 1e4b6c62995f [2023-02-20T15:51:49.779Z] Step 8/22 : COPY . . [2023-02-20T15:51:49.779Z] Removing intermediate container 0360a702a5f9 [2023-02-20T15:51:49.779Z] ---> 37e8fd288320 [2023-02-20T15:51:49.779Z] Step 8/24 : COPY . . [2023-02-20T15:51:49.779Z] Removing intermediate container 01094b280f84 [2023-02-20T15:51:49.779Z] ---> 8a65ed612907 [2023-02-20T15:51:49.779Z] Step 8/22 : COPY . . [2023-02-20T15:52:01.972Z] ---> 7fcd3ded083a [2023-02-20T15:52:01.972Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-20T15:52:01.972Z] ---> 0508130da0d5 [2023-02-20T15:52:01.972Z] ---> f2b9b4959591 [2023-02-20T15:52:01.972Z] Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-20T15:52:01.972Z] [2023-02-20T15:52:01.972Z] ---> 666ef99631ae [2023-02-20T15:52:01.972Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-20T15:52:01.972Z] ---> 1acd5ed3e641 [2023-02-20T15:52:01.972Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-20T15:52:01.972Z] ---> Running in 182e198fc5e3 [2023-02-20T15:52:01.973Z] ---> Running in 1d8cfa630056 [2023-02-20T15:52:01.973Z] ---> Running in ccc0904cff1f [2023-02-20T15:52:01.973Z] ---> Running in 55a30406c05c [2023-02-20T15:52:01.973Z] ---> Running in 04f9ea730fcb [2023-02-20T15:52:01.973Z] Removing intermediate container 1d8cfa630056 [2023-02-20T15:52:01.973Z] ---> 69faf7daa038 [2023-02-20T15:52:01.973Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-20T15:52:01.973Z] Removing intermediate container 04f9ea730fcb [2023-02-20T15:52:01.973Z] ---> cd7bb4332898 [2023-02-20T15:52:01.973Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-20T15:52:01.973Z] ---> Running in 8c4862a7ed85 [2023-02-20T15:52:01.973Z] ---> Running in d56fe125987c [2023-02-20T15:52:01.973Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-20T15:52:01.973Z] Removing intermediate container 8c4862a7ed85 [2023-02-20T15:52:01.973Z] ---> 19697c51c2a0 [2023-02-20T15:52:01.973Z] 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-20T15:52:01.973Z] Removing intermediate container d56fe125987c [2023-02-20T15:52:01.973Z] ---> e9024df44f47 [2023-02-20T15:52:01.973Z] 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-20T15:52:01.973Z] ---> Running in efa1b8867836 [2023-02-20T15:52:01.973Z] ---> Running in 8deefd06ecd5 [2023-02-20T15:52:01.973Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-20T15:52:01.973Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-20T15:52:03.146Z] Removing intermediate container 9f882f8c3556 [2023-02-20T15:52:03.146Z] ---> c9290be95c5c [2023-02-20T15:52:03.146Z] Successfully built c9290be95c5c [2023-02-20T15:52:03.146Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:52:03.522Z] + docker inspect -f . ci-base-image-arm64 [2023-02-20T15:52:03.522Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T15:52:03.731Z] prd-ubuntu20.04-docker-arm64-4c-16g-6745 does not seem to be running inside a container [2023-02-20T15:52:03.823Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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-20T15:52:03.869Z] Removing intermediate container efa1b8867836 [2023-02-20T15:52:03.869Z] ---> 1bb21470bd10 [2023-02-20T15:52:03.869Z] Step 11/23 : WORKDIR /edgex-go [2023-02-20T15:52:04.126Z] Removing intermediate container 8deefd06ecd5 [2023-02-20T15:52:04.126Z] ---> 83e9e9afa117 [2023-02-20T15:52:04.126Z] Step 11/24 : WORKDIR /edgex-go [2023-02-20T15:52:04.126Z] ---> Running in 16d002886a49 [2023-02-20T15:52:04.384Z] ---> Running in 85fc2cee78f0 [2023-02-20T15:52:04.642Z] Removing intermediate container 16d002886a49 [2023-02-20T15:52:04.642Z] ---> 2a060df00573 [2023-02-20T15:52:04.642Z] [2023-02-20T15:52:04.642Z] Step 12/23 : FROM alpine:3.15 [2023-02-20T15:52:04.900Z] Removing intermediate container 85fc2cee78f0 [2023-02-20T15:52:04.900Z] ---> d3904f8678e1 [2023-02-20T15:52:04.900Z] [2023-02-20T15:52:04.900Z] Step 12/24 : FROM alpine:3.15 [2023-02-20T15:52:04.900Z] 3.15: Pulling from library/alpine [2023-02-20T15:52:04.900Z] 3.15: Pulling from library/alpine [2023-02-20T15:52:05.227Z] $ docker top 4c4cd7724b7565097d4d24d9d6bbe7a1ed0a2e3a9b762cf5d5d159cf1ec3927f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-20T15:52:05.833Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-20T15:52:05.833Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-20T15:52:05.833Z] Status: Downloaded newer image for alpine:3.15 [2023-02-20T15:52:05.833Z] Status: Image is up to date for alpine:3.15 [2023-02-20T15:52:05.833Z] ---> 5ce65d7b0fde [2023-02-20T15:52:05.833Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-20T15:52:05.833Z] ---> 5ce65d7b0fde [2023-02-20T15:52:05.833Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-20T15:52:06.091Z] ---> Running in 3207b8d43310 [2023-02-20T15:52:06.091Z] ---> Running in eb3f2edaa41a [2023-02-20T15:52:06.130Z] + go version [2023-02-20T15:52:06.130Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-20T15:52:06.154Z] $ docker stop --time=1 4c4cd7724b7565097d4d24d9d6bbe7a1ed0a2e3a9b762cf5d5d159cf1ec3927f [2023-02-20T15:52:06.658Z] Removing intermediate container eb3f2edaa41a [2023-02-20T15:52:06.658Z] ---> b093ecb59633 [2023-02-20T15:52:06.658Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-20T15:52:06.658Z] Removing intermediate container 3207b8d43310 [2023-02-20T15:52:06.658Z] ---> 985a8b41be07 [2023-02-20T15:52:06.658Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-20T15:52:06.658Z] ---> Running in f05ce4ef1449 [2023-02-20T15:52:06.658Z] ---> Running in 89ec3530088c [2023-02-20T15:52:07.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:07.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:07.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:07.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:07.841Z] $ docker rm -f --volumes 4c4cd7724b7565097d4d24d9d6bbe7a1ed0a2e3a9b762cf5d5d159cf1ec3927f [2023-02-20T15:52:07.847Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-20T15:52:07.847Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-20T15:52:07.847Z] OK: 15857 distinct packages available [2023-02-20T15:52:07.847Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-20T15:52:07.847Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-20T15:52:07.847Z] OK: 15857 distinct packages available [2023-02-20T15:52:07.847Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [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) [2023-02-20T15:52:08.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:08.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:08.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:52:08.367Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-20T15:52:08.368Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-20T15:52:08.368Z] (3/4) Installing libucontext (1.1-r0) [2023-02-20T15:52:08.368Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-20T15:52:08.368Z] Executing busybox-1.34.1-r7.trigger [2023-02-20T15:52:08.368Z] OK: 6 MiB in 18 packages [2023-02-20T15:52:08.368Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-20T15:52:08.368Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-20T15:52:08.368Z] (3/5) Installing libucontext (1.1-r0) [2023-02-20T15:52:08.368Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-20T15:52:08.368Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-20T15:52:08.368Z] Executing busybox-1.34.1-r7.trigger [2023-02-20T15:52:08.368Z] OK: 7 MiB in 19 packages [2023-02-20T15:52:08.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-20T15:52:08.478Z] [2023-02-20T15:52:08.478Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:52:08.823Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-20T15:52:08.823Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-20T15:52:08.823Z] 29e5d40040c1: Pulling fs layer [2023-02-20T15:52:08.823Z] 1ce36da41761: Pulling fs layer [2023-02-20T15:52:08.823Z] 25b303627fd3: Pulling fs layer [2023-02-20T15:52:09.092Z] 29e5d40040c1: Verifying Checksum [2023-02-20T15:52:09.092Z] 29e5d40040c1: Download complete [2023-02-20T15:52:09.300Z] Removing intermediate container f05ce4ef1449 [2023-02-20T15:52:09.300Z] ---> 970cce9e3766 [2023-02-20T15:52:09.300Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-20T15:52:09.300Z] Removing intermediate container 89ec3530088c [2023-02-20T15:52:09.300Z] ---> ab24dcd8279c [2023-02-20T15:52:09.300Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-20T15:52:09.373Z] 1ce36da41761: Verifying Checksum [2023-02-20T15:52:09.373Z] 1ce36da41761: Download complete [2023-02-20T15:52:09.644Z] 29e5d40040c1: Pull complete [2023-02-20T15:52:11.068Z] 25b303627fd3: Verifying Checksum [2023-02-20T15:52:11.068Z] 25b303627fd3: Download complete [2023-02-20T15:52:11.068Z] 1ce36da41761: Pull complete [2023-02-20T15:52:14.562Z] ---> edcd9957059a [2023-02-20T15:52:14.562Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-20T15:52:14.562Z] ---> 694bdd415386 [2023-02-20T15:52:14.562Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-20T15:52:14.819Z] ---> fe877756e933 [2023-02-20T15:52:14.819Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-20T15:52:15.078Z] ---> b4c804938d3a [2023-02-20T15:52:15.078Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-20T15:52:15.078Z] ---> Running in 0a3d1004299b [2023-02-20T15:52:15.336Z] Removing intermediate container 0a3d1004299b [2023-02-20T15:52:15.336Z] ---> 03c8d4ff4db8 [2023-02-20T15:52:15.336Z] ---> 7ddf39c7b501 [2023-02-20T15:52:15.336Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-20T15:52:15.336Z] [2023-02-20T15:52:15.596Z] ---> 7bc1b13f03c6 [2023-02-20T15:52:15.596Z] Step 19/24 : WORKDIR / [2023-02-20T15:52:15.854Z] ---> 4d44920ea3ed [2023-02-20T15:52:15.854Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-20T15:52:15.854Z] ---> Running in 0763e875fdce [2023-02-20T15:52:15.854Z] ---> Running in 9be52500aa8f [2023-02-20T15:52:16.112Z] Removing intermediate container 0763e875fdce [2023-02-20T15:52:16.112Z] ---> c971a8497626 [2023-02-20T15:52:16.112Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-20T15:52:16.112Z] Removing intermediate container 9be52500aa8f [2023-02-20T15:52:16.112Z] ---> bd22553de7e0 [2023-02-20T15:52:16.112Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-20T15:52:16.112Z] ---> Running in 02b52658fa54 [2023-02-20T15:52:16.112Z] ---> Running in ffbfec8dc9ad [2023-02-20T15:52:16.370Z] Removing intermediate container 02b52658fa54 [2023-02-20T15:52:16.370Z] ---> 93fd75cedf7d [2023-02-20T15:52:16.370Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-20T15:52:16.370Z] Removing intermediate container ffbfec8dc9ad [2023-02-20T15:52:16.370Z] ---> 88d269ab30e2 [2023-02-20T15:52:16.370Z] Step 21/23 : LABEL arch=x86_64 [2023-02-20T15:52:16.370Z] ---> Running in 60eb48f7c85d [2023-02-20T15:52:16.627Z] ---> Running in dcd0731f667b [2023-02-20T15:52:16.884Z] Removing intermediate container dcd0731f667b [2023-02-20T15:52:16.884Z] ---> c1e4fd3aa42a [2023-02-20T15:52:16.884Z] Step 22/23 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:52:16.884Z] Removing intermediate container 60eb48f7c85d [2023-02-20T15:52:16.884Z] ---> 711a522d74d0 [2023-02-20T15:52:16.884Z] Step 22/24 : LABEL arch=x86_64 [2023-02-20T15:52:16.884Z] ---> Running in 29cbaea0b92e [2023-02-20T15:52:16.884Z] ---> Running in da7b750c777b [2023-02-20T15:52:17.157Z] Removing intermediate container 29cbaea0b92e [2023-02-20T15:52:17.157Z] ---> ca74a609180d [2023-02-20T15:52:17.157Z] Step 23/23 : LABEL version=3.0.0-dev.59 [2023-02-20T15:52:17.157Z] Removing intermediate container da7b750c777b [2023-02-20T15:52:17.157Z] ---> a259afcf2971 [2023-02-20T15:52:17.157Z] Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:52:17.157Z] ---> Running in ec4f97a468bb [2023-02-20T15:52:17.414Z] ---> Running in 31b14449124f [2023-02-20T15:52:17.414Z] Removing intermediate container 31b14449124f [2023-02-20T15:52:17.414Z] ---> f4289907078d [2023-02-20T15:52:17.414Z] Step 24/24 : LABEL version=3.0.0-dev.59 [2023-02-20T15:52:17.672Z] Removing intermediate container ec4f97a468bb [2023-02-20T15:52:17.672Z] ---> 0e9cac0cbf4a [2023-02-20T15:52:17.672Z] [2023-02-20T15:52:17.672Z] ---> Running in c1febe9836d5 [2023-02-20T15:52:17.672Z] Successfully built 0e9cac0cbf4a [2023-02-20T15:52:17.672Z] Successfully tagged security-spire-server:latest [2023-02-20T15:52:17.672Z]  Building security-spire-server ... done Building core-data [2023-02-20T15:52:17.930Z] Removing intermediate container c1febe9836d5 [2023-02-20T15:52:17.930Z] ---> cc69d3f2e3bd [2023-02-20T15:52:17.930Z] [2023-02-20T15:52:17.930Z] Successfully built cc69d3f2e3bd [2023-02-20T15:52:18.189Z] Successfully tagged security-spire-config:latest [2023-02-20T15:52:18.189Z] Building security-proxy-setup [2023-02-20T15:52:21.168Z] 25b303627fd3: Pull complete [2023-02-20T15:52:21.168Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-20T15:52:21.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-20T15:52:21.168Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T15:52:21.385Z] prd-ubuntu20.04-docker-arm64-4c-16g-6745 does not seem to be running inside a container [2023-02-20T15:52:21.465Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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-20T15:52:23.449Z]  Building security-spire-config ... done Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:52:23.449Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:52:23.449Z] ---> 27286dbf341a [2023-02-20T15:52:23.449Z] Step 3/21 : WORKDIR /edgex-go [2023-02-20T15:52:23.449Z] ---> Using cache [2023-02-20T15:52:23.449Z] ---> fc878d514080 [2023-02-20T15:52:23.449Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-20T15:52:23.449Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:52:23.449Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:52:23.449Z] ---> 27286dbf341a [2023-02-20T15:52:23.449Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-20T15:52:23.449Z] ---> Using cache [2023-02-20T15:52:23.449Z] ---> b82ff7c60df0 [2023-02-20T15:52:23.449Z] Step 4/22 : WORKDIR /edgex-go [2023-02-20T15:52:23.449Z] ---> Using cache [2023-02-20T15:52:23.449Z] ---> e9e9a382e940 [2023-02-20T15:52:23.449Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-20T15:52:23.449Z] ---> Using cache [2023-02-20T15:52:23.449Z] ---> 71ea6c4c07d9 [2023-02-20T15:52:23.449Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-20T15:52:23.449Z] ---> Using cache [2023-02-20T15:52:23.449Z] ---> f2d720ae54c7 [2023-02-20T15:52:23.449Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:52:23.449Z] ---> Using cache [2023-02-20T15:52:23.449Z] ---> 1e4b6c62995f [2023-02-20T15:52:23.449Z] Step 8/22 : COPY . . [2023-02-20T15:52:23.449Z] ---> Using cache [2023-02-20T15:52:23.449Z] ---> 7fcd3ded083a [2023-02-20T15:52:23.449Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-20T15:52:23.645Z] $ docker top 902b7db4c138e223e62b0090fdaf6858cc3b4d6857d179a064d544ed61943a30 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-20T15:52:24.469Z] + docker-compose build --help [2023-02-20T15:52:24.469Z] + grep parallel [2023-02-20T15:52:24.820Z] ---> Running in d20e224ff10c [2023-02-20T15:52:24.820Z] ---> Running in 2ab1f556bb3f [2023-02-20T15:52:25.809Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-20T15:52:25.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:26.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:26.328Z] OK: 211 MiB in 51 packages [2023-02-20T15:52:27.699Z] Removing intermediate container d20e224ff10c [2023-02-20T15:52:27.699Z] ---> fbc15b6166ac [2023-02-20T15:52:27.699Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-20T15:52:27.956Z] ---> 52615b4a945a [2023-02-20T15:52:27.956Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:52:28.215Z] ---> Running in 7e4ff15e328d [2023-02-20T15:52:29.852Z] --parallel Build images in parallel. [Pipeline] } [2023-02-20T15:52:30.142Z] $ docker stop --time=1 902b7db4c138e223e62b0090fdaf6858cc3b4d6857d179a064d544ed61943a30 [2023-02-20T15:52:31.495Z] Removing intermediate container 55a30406c05c [2023-02-20T15:52:31.495Z] ---> 1b025ebb9aaf [2023-02-20T15:52:31.495Z] [2023-02-20T15:52:31.495Z] Step 10/24 : FROM alpine:3.16 [2023-02-20T15:52:31.752Z] 3.16: Pulling from library/alpine [2023-02-20T15:52:31.972Z] $ docker rm -f --volumes 902b7db4c138e223e62b0090fdaf6858cc3b4d6857d179a064d544ed61943a30 [2023-02-20T15:52:32.009Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-20T15:52:32.009Z] Status: Downloaded newer image for alpine:3.16 [2023-02-20T15:52:32.009Z] ---> dfd21b5a31f5 [2023-02-20T15:52:32.009Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2023-02-20T15:52:32.266Z] ---> Running in c4c5c4035993 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:52:32.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-20T15:52:32.606Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T15:52:32.815Z] prd-ubuntu20.04-docker-arm64-4c-16g-6745 does not seem to be running inside a container [2023-02-20T15:52:32.831Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:32.831Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:32.897Z] $ 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/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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-20T15:52:33.088Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-20T15:52:33.088Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T15:52:33.088Z] OK: 6 MiB in 15 packages [2023-02-20T15:52:33.656Z] Removing intermediate container c4c5c4035993 [2023-02-20T15:52:33.656Z] ---> 5f9ed5c71639 [2023-02-20T15:52:33.656Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-20T15:52:33.915Z] ---> Running in e1bb4b1fa727 [2023-02-20T15:52:34.172Z] Removing intermediate container e1bb4b1fa727 [2023-02-20T15:52:34.172Z] ---> 9218f16c8bea [2023-02-20T15:52:34.172Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-20T15:52:34.172Z] ---> Running in f880833f3abc [2023-02-20T15:52:34.429Z] Removing intermediate container f880833f3abc [2023-02-20T15:52:34.429Z] ---> 339225901719 [2023-02-20T15:52:34.429Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-20T15:52:34.429Z] ---> Running in c90c68ae2c9b [2023-02-20T15:52:34.469Z] $ docker top 262a9e6d6e8d44858252b46fd7ad11a69623311198034211ec5ed8ebb5e23237 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-20T15:52:34.995Z] Removing intermediate container c90c68ae2c9b [2023-02-20T15:52:34.995Z] ---> cc07c548ad95 [2023-02-20T15:52:34.995Z] Step 15/24 : WORKDIR / [2023-02-20T15:52:34.995Z] ---> Running in 2559aa0eacee [2023-02-20T15:52:35.373Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-20T15:52:35.591Z] Removing intermediate container 2559aa0eacee [2023-02-20T15:52:35.591Z] ---> a23760ba348a [2023-02-20T15:52:35.591Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T15:52:36.158Z] ---> f45749ecd8cd [2023-02-20T15:52:36.158Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-20T15:52:38.058Z] ---> b9e289ce8f2f [2023-02-20T15:52:38.058Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-20T15:52:38.058Z] Removing intermediate container 182e198fc5e3 [2023-02-20T15:52:38.058Z] ---> d61e14c6684b [2023-02-20T15:52:38.058Z] [2023-02-20T15:52:38.058Z] Step 10/22 : FROM alpine:3.16 [2023-02-20T15:52:38.058Z] ---> dfd21b5a31f5 [2023-02-20T15:52:38.058Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-20T15:52:38.058Z] ---> Using cache [2023-02-20T15:52:38.058Z] ---> 5f9ed5c71639 [2023-02-20T15:52:38.058Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-20T15:52:38.058Z] ---> Using cache [2023-02-20T15:52:38.058Z] ---> 9218f16c8bea [2023-02-20T15:52:38.058Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-20T15:52:38.315Z] Removing intermediate container ccc0904cff1f [2023-02-20T15:52:38.315Z] ---> cfa63a8b49de [2023-02-20T15:52:38.315Z] [2023-02-20T15:52:38.315Z] Step 10/22 : FROM alpine:3.16 [2023-02-20T15:52:38.315Z] ---> dfd21b5a31f5 [2023-02-20T15:52:38.315Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-20T15:52:38.315Z] ---> Running in cebe84778b33 [2023-02-20T15:52:38.315Z] ---> 12f2b1f9ea37 [2023-02-20T15:52:38.315Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-20T15:52:38.573Z] ---> Running in 39936fa9e55b [2023-02-20T15:52:38.573Z] Removing intermediate container cebe84778b33 [2023-02-20T15:52:38.573Z] ---> 083b3cf170f0 [2023-02-20T15:52:38.573Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-20T15:52:38.833Z] ---> 06968317c375 [2023-02-20T15:52:38.834Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-20T15:52:38.834Z] ---> Running in 58761f163a90 [2023-02-20T15:52:38.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:39.131Z] ---> Running in 05f0d2ddddd6 [2023-02-20T15:52:39.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:39.131Z] Removing intermediate container 58761f163a90 [2023-02-20T15:52:39.131Z] ---> 50a64a2d2c92 [2023-02-20T15:52:39.131Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T15:52:39.390Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-20T15:52:39.390Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-20T15:52:39.390Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T15:52:39.390Z] Executing ca-certificates-20220614-r0.trigger [2023-02-20T15:52:39.390Z] Removing intermediate container 05f0d2ddddd6 [2023-02-20T15:52:39.390Z] ---> f48df8bada7a [2023-02-20T15:52:39.390Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-20T15:52:39.390Z] OK: 6 MiB in 16 packages [2023-02-20T15:52:39.390Z] ---> Running in 14176ae17bf9 [2023-02-20T15:52:39.665Z] Removing intermediate container 14176ae17bf9 [2023-02-20T15:52:39.665Z] ---> 446088bc8ce3 [2023-02-20T15:52:39.665Z] Step 22/24 : LABEL arch=x86_64 [2023-02-20T15:52:39.665Z] ---> e65635fb2348 [2023-02-20T15:52:39.665Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-20T15:52:39.665Z] ---> Running in b11547774808 [2023-02-20T15:52:39.665Z] Removing intermediate container b11547774808 [2023-02-20T15:52:39.665Z] ---> 7818d3faa023 [2023-02-20T15:52:39.665Z] Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:52:39.924Z] ---> Running in a22f7c389b30 [2023-02-20T15:52:40.187Z] Removing intermediate container 39936fa9e55b [2023-02-20T15:52:40.187Z] ---> d4f4577ab4c1 [2023-02-20T15:52:40.187Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-20T15:52:40.187Z] ---> Running in 6e0d6754a4a2 [2023-02-20T15:52:40.187Z] Removing intermediate container a22f7c389b30 [2023-02-20T15:52:40.187Z] ---> 28ff339ecf27 [2023-02-20T15:52:40.187Z] Step 24/24 : LABEL version=3.0.0-dev.59 [2023-02-20T15:52:40.445Z] ---> Running in 2a4ea0cb3a50 [2023-02-20T15:52:40.445Z] Removing intermediate container 6e0d6754a4a2 [2023-02-20T15:52:40.445Z] ---> efca1271bfa2 [2023-02-20T15:52:40.445Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-20T15:52:40.445Z] ---> Running in b9d98e840752 [2023-02-20T15:52:40.706Z] ---> b51d9207bc3e [2023-02-20T15:52:40.706Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-20T15:52:40.706Z] Removing intermediate container 2a4ea0cb3a50 [2023-02-20T15:52:40.706Z] ---> 4620c8a994b5 [2023-02-20T15:52:40.706Z] [2023-02-20T15:52:40.706Z] Removing intermediate container b9d98e840752 [2023-02-20T15:52:40.706Z] ---> c55ddbfe31e6 [2023-02-20T15:52:40.706Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-20T15:52:40.999Z] ---> Running in 185cbb79c6ee [2023-02-20T15:52:40.999Z] Successfully built 4620c8a994b5 [2023-02-20T15:52:40.999Z] Successfully tagged core-metadata:latest [2023-02-20T15:52:40.999Z]  Building core-metadata ... done Building security-spire-agent [2023-02-20T15:52:40.999Z] ---> d1b70f3d05f8 [2023-02-20T15:52:40.999Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-20T15:52:41.938Z] Removing intermediate container 185cbb79c6ee [2023-02-20T15:52:41.938Z] ---> e3388b08c5ea [2023-02-20T15:52:41.938Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T15:52:41.938Z] ---> Running in 665531c401d4 [2023-02-20T15:52:42.033Z] Building core-command ... [2023-02-20T15:52:42.033Z] Building core-common-config-bootstrapper ... [2023-02-20T15:52:42.033Z] Building core-data ... [2023-02-20T15:52:42.033Z] Building core-metadata ... [2023-02-20T15:52:42.033Z] Building security-bootstrapper ... [2023-02-20T15:52:42.033Z] Building security-proxy-setup ... [2023-02-20T15:52:42.033Z] Building security-secretstore-setup ... [2023-02-20T15:52:42.034Z] Building security-spiffe-token-provider ... [2023-02-20T15:52:42.034Z] Building security-spire-agent ... [2023-02-20T15:52:42.034Z] Building security-spire-config ... [2023-02-20T15:52:42.034Z] Building security-spire-server ... [2023-02-20T15:52:42.034Z] Building support-notifications ... [2023-02-20T15:52:42.034Z] Building support-scheduler ... [2023-02-20T15:52:42.034Z] Building security-spire-agent [2023-02-20T15:52:42.034Z] Building core-command [2023-02-20T15:52:42.034Z] Building security-spire-config [2023-02-20T15:52:42.034Z] Building security-proxy-setup [2023-02-20T15:52:42.034Z] Building security-spire-server [2023-02-20T15:52:42.199Z] Removing intermediate container 665531c401d4 [2023-02-20T15:52:42.199Z] ---> 58bf9eb6f713 [2023-02-20T15:52:42.199Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-20T15:52:42.457Z] ---> 2d0906769a7e [2023-02-20T15:52:42.457Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-20T15:52:42.457Z] ---> Running in 87e8af4ffee0 [2023-02-20T15:52:43.027Z] Removing intermediate container 87e8af4ffee0 [2023-02-20T15:52:43.027Z] ---> b5536b197bac [2023-02-20T15:52:43.027Z] Step 20/22 : LABEL arch=x86_64 [2023-02-20T15:52:43.285Z] ---> Running in 1939b3caf8a9 [2023-02-20T15:52:43.550Z] ---> f331618a9a21 [2023-02-20T15:52:43.550Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-20T15:52:43.550Z] Removing intermediate container 1939b3caf8a9 [2023-02-20T15:52:43.550Z] ---> 65bf4d097a48 [2023-02-20T15:52:43.550Z] Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:52:43.808Z] ---> Running in 4340d2143d3b [2023-02-20T15:52:43.808Z] ---> 88627005bafc [2023-02-20T15:52:43.808Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-20T15:52:43.808Z] ---> Running in 284828b0722b [2023-02-20T15:52:43.808Z] Removing intermediate container 4340d2143d3b [2023-02-20T15:52:43.808Z] ---> 0dc44363bf3f [2023-02-20T15:52:43.808Z] Step 22/22 : LABEL version=3.0.0-dev.59 [2023-02-20T15:52:44.068Z] ---> Running in bff70e647ead [2023-02-20T15:52:44.068Z] Removing intermediate container 284828b0722b [2023-02-20T15:52:44.068Z] ---> d232402d35ef [2023-02-20T15:52:44.068Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-20T15:52:44.068Z] ---> Running in 495ee9f67317 [2023-02-20T15:52:44.068Z] Removing intermediate container bff70e647ead [2023-02-20T15:52:44.068Z] ---> ea47afde8e48 [2023-02-20T15:52:44.068Z] [2023-02-20T15:52:44.325Z] Successfully built ea47afde8e48 [2023-02-20T15:52:44.325Z] Successfully tagged support-scheduler:latest [2023-02-20T15:52:44.325Z]  Building support-scheduler ... done Building security-bootstrapper [2023-02-20T15:52:44.325Z] Removing intermediate container 495ee9f67317 [2023-02-20T15:52:44.325Z] ---> 2531c540aed4 [2023-02-20T15:52:44.325Z] Step 20/22 : LABEL arch=x86_64 [2023-02-20T15:52:44.325Z] ---> Running in 887f63478d4c [2023-02-20T15:52:45.261Z] Removing intermediate container 887f63478d4c [2023-02-20T15:52:45.261Z] ---> 46a9f43a5552 [2023-02-20T15:52:45.261Z] Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:52:45.261Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:52:45.261Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:52:45.261Z] ---> 27286dbf341a [2023-02-20T15:52:45.261Z] Step 3/24 : WORKDIR /edgex-go [2023-02-20T15:52:45.261Z] ---> Using cache [2023-02-20T15:52:45.261Z] ---> fc878d514080 [2023-02-20T15:52:45.261Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-20T15:52:45.261Z] ---> Using cache [2023-02-20T15:52:45.261Z] ---> 4a53b6bde432 [2023-02-20T15:52:45.261Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-20T15:52:45.261Z] ---> Using cache [2023-02-20T15:52:45.261Z] ---> e60ed2dbe50e [2023-02-20T15:52:45.261Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:52:45.261Z] ---> Using cache [2023-02-20T15:52:45.261Z] ---> 0f76791df4a3 [2023-02-20T15:52:45.261Z] Step 7/24 : COPY . . [2023-02-20T15:52:45.261Z] ---> Using cache [2023-02-20T15:52:45.261Z] ---> f2b9b4959591 [2023-02-20T15:52:45.261Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-20T15:52:45.261Z] ---> Using cache [2023-02-20T15:52:45.261Z] ---> 69faf7daa038 [2023-02-20T15:52:45.261Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-20T15:52:45.261Z] ---> Using cache [2023-02-20T15:52:45.261Z] ---> 19697c51c2a0 [2023-02-20T15:52:45.261Z] 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-20T15:52:45.829Z] ---> Running in cf104ef9783c [2023-02-20T15:52:45.829Z] ---> Running in 5c87d5519b76 [2023-02-20T15:52:46.396Z] Removing intermediate container cf104ef9783c [2023-02-20T15:52:46.396Z] ---> 74c0fd059958 [2023-02-20T15:52:46.396Z] Step 22/22 : LABEL version=3.0.0-dev.59 [2023-02-20T15:52:46.396Z] Removing intermediate container 2ab1f556bb3f [2023-02-20T15:52:46.396Z] ---> f952f11072ad [2023-02-20T15:52:46.396Z] [2023-02-20T15:52:46.396Z] Step 10/22 : FROM alpine:3.16 [2023-02-20T15:52:46.396Z] ---> dfd21b5a31f5 [2023-02-20T15:52:46.396Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-20T15:52:46.396Z] ---> Running in 43bdac4e6fc7 [2023-02-20T15:52:46.654Z] ---> Running in aaa11e313ab7 [2023-02-20T15:52:46.914Z] Removing intermediate container aaa11e313ab7 [2023-02-20T15:52:46.914Z] ---> 7e1caaf9acbe [2023-02-20T15:52:46.914Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-20T15:52:46.914Z] Removing intermediate container 43bdac4e6fc7 [2023-02-20T15:52:46.914Z] ---> 900076f9896e [2023-02-20T15:52:46.914Z] [2023-02-20T15:52:46.914Z] Removing intermediate container 5c87d5519b76 [2023-02-20T15:52:46.914Z] ---> 29f9f46541d3 [2023-02-20T15:52:46.914Z] Step 11/24 : WORKDIR /edgex-go [2023-02-20T15:52:46.914Z] Successfully built 900076f9896e [2023-02-20T15:52:47.174Z] Successfully tagged support-notifications:latest [2023-02-20T15:52:47.174Z]  Building support-notifications ... done Building core-command [2023-02-20T15:52:47.174Z] ---> Running in 291e16604dc3 [2023-02-20T15:52:47.174Z] ---> Running in 63e4f7214b52 [2023-02-20T15:52:47.174Z] Removing intermediate container 291e16604dc3 [2023-02-20T15:52:47.174Z] ---> f2b71590bf72 [2023-02-20T15:52:47.174Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-20T15:52:47.759Z] Removing intermediate container 63e4f7214b52 [2023-02-20T15:52:47.759Z] ---> 0ed149af8726 [2023-02-20T15:52:47.759Z] [2023-02-20T15:52:47.759Z] Step 12/24 : FROM alpine:3.15 [2023-02-20T15:52:47.759Z] ---> 5ce65d7b0fde [2023-02-20T15:52:47.759Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-20T15:52:47.759Z] ---> Using cache [2023-02-20T15:52:47.759Z] ---> b093ecb59633 [2023-02-20T15:52:47.759Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-20T15:52:47.759Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:52:47.759Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:52:47.759Z] ---> 27286dbf341a [2023-02-20T15:52:47.759Z] Step 3/32 : WORKDIR /edgex-go [2023-02-20T15:52:47.759Z] ---> Using cache [2023-02-20T15:52:47.759Z] ---> fc878d514080 [2023-02-20T15:52:47.759Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-20T15:52:47.759Z] ---> Using cache [2023-02-20T15:52:47.759Z] ---> fbc15b6166ac [2023-02-20T15:52:47.759Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-20T15:52:47.759Z] ---> Using cache [2023-02-20T15:52:47.759Z] ---> 52615b4a945a [2023-02-20T15:52:47.759Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:52:48.034Z] ---> Running in b0a4d3790429 [2023-02-20T15:52:48.034Z] ---> Running in f0aeef17469a [2023-02-20T15:52:48.034Z] ---> Running in 6874ce99412b [2023-02-20T15:52:48.034Z] Removing intermediate container b0a4d3790429 [2023-02-20T15:52:48.034Z] ---> b711e22941c9 [2023-02-20T15:52:48.034Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-20T15:52:48.292Z] ---> Running in bf610fc32fd7 [2023-02-20T15:52:48.549Z] Removing intermediate container 7e4ff15e328d [2023-02-20T15:52:48.549Z] ---> 8a1f687fac54 [2023-02-20T15:52:48.549Z] Step 7/21 : COPY . . [2023-02-20T15:52:48.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:48.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:48.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:48.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:49.740Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-20T15:52:49.740Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T15:52:49.740Z] OK: 6 MiB in 15 packages [2023-02-20T15:52:49.740Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-20T15:52:49.740Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-20T15:52:49.740Z] OK: 15857 distinct packages available [2023-02-20T15:52:49.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:49.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:49.997Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-20T15:52:49.997Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-20T15:52:49.997Z] (3/5) Installing libucontext (1.1-r0) [2023-02-20T15:52:49.997Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-20T15:52:49.997Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-20T15:52:49.997Z] Executing busybox-1.34.1-r7.trigger [2023-02-20T15:52:49.997Z] OK: 7 MiB in 19 packages [2023-02-20T15:52:50.562Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:52:50.562Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:52:50.562Z] ---> 27286dbf341a [2023-02-20T15:52:50.562Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-20T15:52:50.562Z] ---> Using cache [2023-02-20T15:52:50.562Z] ---> b82ff7c60df0 [2023-02-20T15:52:50.562Z] Step 4/23 : WORKDIR /edgex-go [2023-02-20T15:52:50.562Z] ---> Using cache [2023-02-20T15:52:50.562Z] ---> e9e9a382e940 [2023-02-20T15:52:50.562Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-20T15:52:50.562Z] ---> Using cache [2023-02-20T15:52:50.562Z] ---> 71ea6c4c07d9 [2023-02-20T15:52:50.562Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-20T15:52:50.562Z] ---> Using cache [2023-02-20T15:52:50.562Z] ---> f2d720ae54c7 [2023-02-20T15:52:50.562Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:52:50.562Z] ---> Using cache [2023-02-20T15:52:50.562Z] ---> 1e4b6c62995f [2023-02-20T15:52:50.562Z] Step 8/23 : COPY . . [2023-02-20T15:52:50.562Z] ---> Using cache [2023-02-20T15:52:50.562Z] ---> 7fcd3ded083a [2023-02-20T15:52:50.562Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-20T15:52:51.502Z] ---> Running in 8396a69d8e91 [2023-02-20T15:52:51.502Z] Removing intermediate container bf610fc32fd7 [2023-02-20T15:52:51.502Z] ---> 6487a3bed3ff [2023-02-20T15:52:51.502Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T15:52:51.502Z] Removing intermediate container f0aeef17469a [2023-02-20T15:52:51.502Z] ---> 5c0ada2e31cf [2023-02-20T15:52:51.502Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-20T15:52:51.502Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-20T15:52:51.761Z] ---> 542040e2a2c9 [2023-02-20T15:52:51.761Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-20T15:52:52.696Z] ---> 11d4d63b300d [2023-02-20T15:52:52.696Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-20T15:52:52.696Z] ---> b6f30d75654a [2023-02-20T15:52:52.696Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-20T15:52:52.696Z] ---> 80e187bb6e08 [2023-02-20T15:52:52.696Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-20T15:52:52.696Z] ---> Running in 217999406dd4 [2023-02-20T15:52:52.954Z] Removing intermediate container 217999406dd4 [2023-02-20T15:52:52.954Z] ---> 12b6f746ec45 [2023-02-20T15:52:52.954Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-20T15:52:52.954Z] ---> 27e136f2225f [2023-02-20T15:52:52.954Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-20T15:52:52.954Z] ---> Running in a81bb36246c0 [2023-02-20T15:52:52.954Z] ---> Running in b44fecb26f97 [2023-02-20T15:52:53.213Z] Removing intermediate container a81bb36246c0 [2023-02-20T15:52:53.213Z] ---> 50bf17af31ac [2023-02-20T15:52:53.213Z] Step 20/22 : LABEL arch=x86_64 [2023-02-20T15:52:53.213Z] ---> Running in a2f7c58dccba [2023-02-20T15:52:53.470Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-20T15:52:53.470Z] Removing intermediate container a2f7c58dccba [2023-02-20T15:52:53.470Z] ---> dfd3b47f5140 [2023-02-20T15:52:53.470Z] Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:52:53.470Z] ---> Running in e4cd2ce1bb47 [2023-02-20T15:52:53.727Z] Removing intermediate container e4cd2ce1bb47 [2023-02-20T15:52:53.727Z] ---> e740fa7645ab [2023-02-20T15:52:53.727Z] Step 22/22 : LABEL version=3.0.0-dev.59 [2023-02-20T15:52:53.727Z] ---> Running in e7adb8c51a4f [2023-02-20T15:52:53.727Z] Removing intermediate container e7adb8c51a4f [2023-02-20T15:52:53.727Z] ---> 8a459a0d762b [2023-02-20T15:52:53.727Z] [2023-02-20T15:52:53.985Z] ---> 26c4bcaaecce [2023-02-20T15:52:53.985Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-20T15:52:53.985Z] Successfully built 8a459a0d762b [2023-02-20T15:52:53.985Z] Successfully tagged core-data:latest [2023-02-20T15:52:53.985Z]  Building core-data ... done Building security-spiffe-token-provider [2023-02-20T15:52:54.356Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:52:54.356Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:52:54.356Z] ---> c9290be95c5c [2023-02-20T15:52:54.356Z] Step 3/23 : WORKDIR /edgex-go [2023-02-20T15:52:54.356Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:52:54.356Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:52:54.356Z] ---> c9290be95c5c [2023-02-20T15:52:54.356Z] Step 3/21 : WORKDIR /edgex-go [2023-02-20T15:52:54.625Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:52:54.625Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:52:54.625Z] ---> c9290be95c5c [2023-02-20T15:52:54.625Z] Step 3/24 : WORKDIR /edgex-go [2023-02-20T15:52:54.625Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:52:54.625Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:52:54.625Z] ---> c9290be95c5c [2023-02-20T15:52:54.625Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-20T15:52:54.625Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:52:54.625Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:52:54.625Z] ---> c9290be95c5c [2023-02-20T15:52:54.625Z] Step 3/24 : WORKDIR /edgex-go [2023-02-20T15:52:54.899Z] ---> Running in 2f0fee68d7b4 [2023-02-20T15:52:54.899Z] ---> Running in 48348dc5ecca [2023-02-20T15:52:54.899Z] ---> Running in 06619aaf9721 [2023-02-20T15:52:54.899Z] ---> Running in 603022dc0f45 [2023-02-20T15:52:54.899Z] ---> Running in 60ac86127dde [2023-02-20T15:52:54.920Z] ---> 44549a7aa97b [2023-02-20T15:52:54.920Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-20T15:52:55.176Z] ---> 9815334c3a22 [2023-02-20T15:52:55.176Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-20T15:52:55.490Z] Removing intermediate container 2f0fee68d7b4 [2023-02-20T15:52:55.490Z] ---> 4d32a96b68b6 [2023-02-20T15:52:55.490Z] Step 4/23 : WORKDIR /edgex-go [2023-02-20T15:52:55.490Z] Removing intermediate container 60ac86127dde [2023-02-20T15:52:55.490Z] ---> a36722ca3a53 [2023-02-20T15:52:55.490Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-20T15:52:55.490Z] Removing intermediate container 603022dc0f45 [2023-02-20T15:52:55.490Z] ---> db5fc2b6a1ca [2023-02-20T15:52:55.490Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-20T15:52:55.742Z] ---> 30f9f2530ec9 [2023-02-20T15:52:55.742Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-20T15:52:55.763Z] Removing intermediate container 06619aaf9721 [2023-02-20T15:52:55.763Z] ---> 42fcd3269a55 [2023-02-20T15:52:55.763Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-20T15:52:55.763Z] ---> Running in ede49dcb751a [2023-02-20T15:52:55.763Z] Removing intermediate container 48348dc5ecca [2023-02-20T15:52:55.763Z] ---> 6d7e012c34df [2023-02-20T15:52:55.763Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-20T15:52:55.763Z] ---> Running in f5b2f8525bc5 [2023-02-20T15:52:56.012Z] ---> Running in 35bf80ca87f2 [2023-02-20T15:52:56.012Z] Removing intermediate container 35bf80ca87f2 [2023-02-20T15:52:56.012Z] ---> 73c69901f71b [2023-02-20T15:52:56.012Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-20T15:52:56.035Z] ---> Running in de4fd7ee2fbb [2023-02-20T15:52:56.035Z] ---> Running in ebf51e0e5b86 [2023-02-20T15:52:56.035Z] ---> Running in 3d2318220046 [2023-02-20T15:52:56.271Z] ---> Running in 4984075761e9 [2023-02-20T15:52:56.305Z] Removing intermediate container ede49dcb751a [2023-02-20T15:52:56.305Z] ---> 2532427c6693 [2023-02-20T15:52:56.305Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-20T15:52:56.531Z] Removing intermediate container 4984075761e9 [2023-02-20T15:52:56.531Z] ---> e9ea32fda288 [2023-02-20T15:52:56.531Z] Step 22/24 : LABEL arch=x86_64 [2023-02-20T15:52:56.531Z] ---> Running in 56deecf41970 [2023-02-20T15:52:56.576Z] ---> Running in 479d70d4cc26 [2023-02-20T15:52:56.788Z] Removing intermediate container 56deecf41970 [2023-02-20T15:52:56.788Z] ---> 9413900589b0 [2023-02-20T15:52:56.788Z] Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:52:56.788Z] ---> Running in 19beceb4eecb [2023-02-20T15:52:57.047Z] Removing intermediate container 19beceb4eecb [2023-02-20T15:52:57.047Z] ---> 20c0ee310d27 [2023-02-20T15:52:57.047Z] Step 24/24 : LABEL version=3.0.0-dev.59 [2023-02-20T15:52:57.047Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:52:57.047Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:52:57.047Z] ---> 27286dbf341a [2023-02-20T15:52:57.047Z] Step 3/19 : WORKDIR /edgex-go [2023-02-20T15:52:57.047Z] ---> Using cache [2023-02-20T15:52:57.047Z] ---> fc878d514080 [2023-02-20T15:52:57.047Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-20T15:52:57.047Z] ---> Running in 8949baf7ce7a [2023-02-20T15:52:57.047Z] ---> Running in 00e99cc74077 [2023-02-20T15:52:57.308Z] Removing intermediate container 00e99cc74077 [2023-02-20T15:52:57.308Z] ---> 6e7344b1bd91 [2023-02-20T15:52:57.308Z] [2023-02-20T15:52:57.564Z] Successfully built 6e7344b1bd91 [2023-02-20T15:52:57.564Z] Successfully tagged security-spire-agent:latest [2023-02-20T15:52:57.564Z]  Building security-spire-agent ... done Building security-secretstore-setup [2023-02-20T15:52:57.564Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:57.564Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:57.820Z] v3.16.4-16-g3c16caa8e9c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-20T15:52:57.820Z] v3.16.4-18-g119e22a0985 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-20T15:52:57.820Z] OK: 17046 distinct packages available [2023-02-20T15:52:57.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:58.007Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:52:58.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:52:58.079Z] OK: 211 MiB in 51 packages [2023-02-20T15:52:58.594Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:52:58.594Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:52:58.594Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:52:58.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:52:58.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:52:58.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:52:59.147Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:52:59.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:52:59.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:53:00.388Z] OK: 221 MiB in 51 packages [2023-02-20T15:53:00.388Z] OK: 221 MiB in 51 packages [2023-02-20T15:53:00.618Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:53:00.618Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:53:00.618Z] ---> 27286dbf341a [2023-02-20T15:53:00.618Z] Step 3/24 : WORKDIR /edgex-go [2023-02-20T15:53:00.618Z] ---> Using cache [2023-02-20T15:53:00.618Z] ---> fc878d514080 [2023-02-20T15:53:00.618Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-20T15:53:00.618Z] ---> Using cache [2023-02-20T15:53:00.618Z] ---> fbc15b6166ac [2023-02-20T15:53:00.618Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-20T15:53:00.618Z] ---> Using cache [2023-02-20T15:53:00.618Z] ---> 52615b4a945a [2023-02-20T15:53:00.618Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:53:00.618Z] ---> Using cache [2023-02-20T15:53:00.618Z] ---> 8a1f687fac54 [2023-02-20T15:53:00.618Z] Step 7/24 : COPY . . [2023-02-20T15:53:00.618Z] ---> Using cache [2023-02-20T15:53:00.618Z] ---> 27e136f2225f [2023-02-20T15:53:00.618Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-20T15:53:00.656Z] OK: 221 MiB in 51 packages [2023-02-20T15:53:00.876Z] ---> Running in d0b245907768 [2023-02-20T15:53:00.930Z] OK: 221 MiB in 51 packages [2023-02-20T15:53:01.135Z] Removing intermediate container 8949baf7ce7a [2023-02-20T15:53:01.135Z] ---> 3970cb8dd02d [2023-02-20T15:53:01.135Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-20T15:53:01.201Z] OK: 221 MiB in 51 packages [2023-02-20T15:53:01.701Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-20T15:53:01.701Z] ---> e67ad2bad169 [2023-02-20T15:53:01.701Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:53:01.701Z] ---> Running in 417ecbbd6d8c [2023-02-20T15:53:02.186Z] Removing intermediate container f5b2f8525bc5 [2023-02-20T15:53:02.186Z] ---> fb81111beebb [2023-02-20T15:53:02.186Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-20T15:53:02.774Z] Removing intermediate container 3d2318220046 [2023-02-20T15:53:02.775Z] ---> e2a622e5de62 [2023-02-20T15:53:02.775Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-20T15:53:02.775Z] Removing intermediate container de4fd7ee2fbb [2023-02-20T15:53:02.775Z] ---> 5a662f047925 [2023-02-20T15:53:03.044Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-20T15:53:03.044Z] Removing intermediate container 479d70d4cc26 [2023-02-20T15:53:03.044Z] ---> 743568f98da0 [2023-02-20T15:53:03.044Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-20T15:53:03.044Z] Removing intermediate container ebf51e0e5b86 [2023-02-20T15:53:03.044Z] ---> dc14390696fb [2023-02-20T15:53:03.044Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-20T15:53:03.314Z] ---> e33eddb183ed [2023-02-20T15:53:03.314Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:53:03.585Z] ---> Running in c9960b44090c [2023-02-20T15:53:04.184Z] ---> ccd625c1b1a9 [2023-02-20T15:53:04.184Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:53:04.184Z] ---> 5be648c96b97 [2023-02-20T15:53:04.184Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:53:04.184Z] ---> 88e562213aad [2023-02-20T15:53:04.184Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:53:04.454Z] ---> f9d04e556493 [2023-02-20T15:53:04.454Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:53:04.454Z] ---> Running in 59ead61f3c7d [2023-02-20T15:53:04.454Z] ---> Running in 53bf5bf36bc7 [2023-02-20T15:53:04.454Z] ---> Running in 72beee438e5f [2023-02-20T15:53:04.454Z] ---> Running in 751c1b76b3eb [2023-02-20T15:53:09.812Z] Removing intermediate container 6874ce99412b [2023-02-20T15:53:09.812Z] ---> b53e8209a2ea [2023-02-20T15:53:09.812Z] Step 7/32 : COPY . . [2023-02-20T15:53:15.076Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-20T15:53:15.076Z] ---> ee0eea6160c5 [2023-02-20T15:53:15.076Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-20T15:53:15.076Z] ---> Running in 06592c29767c [2023-02-20T15:53:15.335Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-20T15:53:17.863Z] Removing intermediate container 8396a69d8e91 [2023-02-20T15:53:17.863Z] ---> 56582d9ca8d3 [2023-02-20T15:53:17.863Z] [2023-02-20T15:53:17.863Z] Step 10/23 : FROM alpine:3.16 [2023-02-20T15:53:17.863Z] ---> dfd21b5a31f5 [2023-02-20T15:53:17.863Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-20T15:53:17.863Z] ---> Using cache [2023-02-20T15:53:17.863Z] ---> 5f9ed5c71639 [2023-02-20T15:53:17.863Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-20T15:53:17.863Z] ---> Using cache [2023-02-20T15:53:17.863Z] ---> 9218f16c8bea [2023-02-20T15:53:17.863Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-20T15:53:17.863Z] ---> Running in 09b0aa185219 [2023-02-20T15:53:18.122Z] Removing intermediate container 09b0aa185219 [2023-02-20T15:53:18.122Z] ---> 2b26a3b24d74 [2023-02-20T15:53:18.122Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-20T15:53:18.379Z] ---> Running in cfcc222bbf11 [2023-02-20T15:53:18.637Z] Removing intermediate container cfcc222bbf11 [2023-02-20T15:53:18.637Z] ---> 2722988c724c [2023-02-20T15:53:18.637Z] Step 15/23 : WORKDIR / [2023-02-20T15:53:18.637Z] ---> Running in b437d92c9bd9 [2023-02-20T15:53:19.207Z] Removing intermediate container b437d92c9bd9 [2023-02-20T15:53:19.207Z] ---> adbcc3c91bd0 [2023-02-20T15:53:19.207Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T15:53:20.142Z] ---> 80786f127490 [2023-02-20T15:53:20.142Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-20T15:53:20.142Z] Removing intermediate container b44fecb26f97 [2023-02-20T15:53:20.142Z] ---> 25cffbe54200 [2023-02-20T15:53:20.142Z] [2023-02-20T15:53:20.142Z] Step 9/21 : FROM alpine:3.16 [2023-02-20T15:53:20.142Z] ---> dfd21b5a31f5 [2023-02-20T15:53:20.142Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-20T15:53:20.142Z] ---> Running in 5f33e434b2bb [2023-02-20T15:53:20.710Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:53:20.968Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:53:20.968Z] ---> f246b9a5fc5c [2023-02-20T15:53:20.968Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-20T15:53:21.225Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-20T15:53:21.225Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-20T15:53:21.225Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-20T15:53:21.225Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-20T15:53:21.225Z] (5/6) Installing curl (7.83.1-r6) [2023-02-20T15:53:21.225Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-20T15:53:21.225Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T15:53:21.225Z] Executing ca-certificates-20220614-r0.trigger [2023-02-20T15:53:21.225Z] OK: 8 MiB in 20 packages [2023-02-20T15:53:21.483Z] ---> 9e060f3250e7 [2023-02-20T15:53:21.483Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-20T15:53:21.741Z] ---> Running in 5adc65059985 [2023-02-20T15:53:21.998Z] Removing intermediate container 5adc65059985 [2023-02-20T15:53:21.998Z] ---> c01f0ff7994a [2023-02-20T15:53:21.998Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-20T15:53:21.998Z] ---> Running in 2aa6bd109725 [2023-02-20T15:53:21.998Z] Removing intermediate container 5f33e434b2bb [2023-02-20T15:53:21.998Z] ---> 5b7910812661 [2023-02-20T15:53:21.998Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-20T15:53:22.256Z] ---> Running in 75e3a40dea5c [2023-02-20T15:53:22.256Z] Removing intermediate container 2aa6bd109725 [2023-02-20T15:53:22.256Z] ---> fb264be97a91 [2023-02-20T15:53:22.256Z] Step 21/23 : LABEL arch=x86_64 [2023-02-20T15:53:22.525Z] ---> Running in 87d2dfbe28dc [2023-02-20T15:53:22.525Z] Removing intermediate container 75e3a40dea5c [2023-02-20T15:53:22.525Z] ---> f25246e2f5e6 [2023-02-20T15:53:22.525Z] Step 12/21 : WORKDIR /edgex [2023-02-20T15:53:22.525Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-20T15:53:22.525Z] Removing intermediate container 417ecbbd6d8c [2023-02-20T15:53:22.525Z] ---> 7a1d30438518 [2023-02-20T15:53:22.525Z] Step 7/19 : COPY . . [2023-02-20T15:53:22.525Z] ---> Running in 858af2cd72f6 [2023-02-20T15:53:22.525Z] Removing intermediate container 87d2dfbe28dc [2023-02-20T15:53:22.525Z] ---> e005b90e2024 [2023-02-20T15:53:22.525Z] Step 22/23 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:53:22.784Z] ---> Running in 6e5884bccc44 [2023-02-20T15:53:22.784Z] Removing intermediate container 6e5884bccc44 [2023-02-20T15:53:22.784Z] ---> ca860c2e2af1 [2023-02-20T15:53:22.784Z] Step 23/23 : LABEL version=3.0.0-dev.59 [2023-02-20T15:53:23.041Z] Removing intermediate container 858af2cd72f6 [2023-02-20T15:53:23.041Z] ---> b5a8d20adbea [2023-02-20T15:53:23.041Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-20T15:53:23.041Z] ---> Running in 44e01e9adf7c [2023-02-20T15:53:23.605Z] Removing intermediate container 44e01e9adf7c [2023-02-20T15:53:23.605Z] ---> 85f654fcfe50 [2023-02-20T15:53:23.605Z] [2023-02-20T15:53:23.605Z] Successfully built 85f654fcfe50 [2023-02-20T15:53:23.861Z] Successfully tagged core-command:latest [2023-02-20T15:53:23.861Z]  Building core-command ... done Building core-common-config-bootstrapper [2023-02-20T15:53:23.861Z] ---> 3499f01b9732 [2023-02-20T15:53:23.861Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-20T15:53:25.233Z] ---> 48acd31abff3 [2023-02-20T15:53:25.233Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-20T15:53:26.167Z] ---> 41943c10e802 [2023-02-20T15:53:26.168Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-20T15:53:26.733Z] ---> 194d5a5f13aa [2023-02-20T15:53:26.733Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-20T15:53:26.733Z] ---> Running in a9c110f1fc41 [2023-02-20T15:53:26.733Z] Removing intermediate container d0b245907768 [2023-02-20T15:53:26.733Z] ---> 92404f3dcd9c [2023-02-20T15:53:26.733Z] [2023-02-20T15:53:26.733Z] Step 9/24 : FROM alpine:3.16 [2023-02-20T15:53:26.733Z] ---> dfd21b5a31f5 [2023-02-20T15:53:26.733Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-20T15:53:26.992Z] ---> Running in 5c1abf76091a [2023-02-20T15:53:27.251Z] ---> f0f4e00d4449 [2023-02-20T15:53:27.251Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-20T15:53:27.509Z] ---> Running in b5c74a806c9d [2023-02-20T15:53:27.509Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:53:27.509Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:53:27.770Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-20T15:53:27.770Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-20T15:53:27.770Z] (3/3) Installing su-exec (0.2-r1) [2023-02-20T15:53:27.770Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T15:53:27.770Z] Executing ca-certificates-20220614-r0.trigger [2023-02-20T15:53:27.770Z] OK: 6 MiB in 17 packages [2023-02-20T15:53:27.770Z] Removing intermediate container a9c110f1fc41 [2023-02-20T15:53:27.770Z] ---> 305d938ee9a5 [2023-02-20T15:53:27.770Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-20T15:53:28.030Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-20T15:53:28.030Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:53:28.030Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:53:28.030Z] ---> 27286dbf341a [2023-02-20T15:53:28.030Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-20T15:53:28.030Z] ---> Using cache [2023-02-20T15:53:28.030Z] ---> b82ff7c60df0 [2023-02-20T15:53:28.030Z] Step 4/22 : WORKDIR /edgex-go [2023-02-20T15:53:28.030Z] ---> Using cache [2023-02-20T15:53:28.030Z] ---> e9e9a382e940 [2023-02-20T15:53:28.030Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-20T15:53:28.030Z] ---> Using cache [2023-02-20T15:53:28.030Z] ---> 71ea6c4c07d9 [2023-02-20T15:53:28.030Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-20T15:53:28.030Z] ---> Using cache [2023-02-20T15:53:28.030Z] ---> f2d720ae54c7 [2023-02-20T15:53:28.030Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:53:28.030Z] ---> Using cache [2023-02-20T15:53:28.030Z] ---> 1e4b6c62995f [2023-02-20T15:53:28.030Z] Step 8/22 : COPY . . [2023-02-20T15:53:28.030Z] ---> Using cache [2023-02-20T15:53:28.030Z] ---> 7fcd3ded083a [2023-02-20T15:53:28.030Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-20T15:53:28.030Z] ---> Running in 073f0c7f0047 [2023-02-20T15:53:28.030Z] ---> Running in 60900b437759 [2023-02-20T15:53:28.030Z] Removing intermediate container 073f0c7f0047 [2023-02-20T15:53:28.030Z] ---> cefe0a91a03b [2023-02-20T15:53:28.030Z] Step 19/21 : LABEL arch=x86_64 [2023-02-20T15:53:28.293Z] ---> Running in 081d88f9cfad [2023-02-20T15:53:28.293Z] Removing intermediate container 5c1abf76091a [2023-02-20T15:53:28.293Z] ---> 7f74c188aae9 [2023-02-20T15:53:28.293Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-20T15:53:28.293Z] ---> Running in 07e9477fa9f5 [2023-02-20T15:53:28.551Z] Removing intermediate container 081d88f9cfad [2023-02-20T15:53:28.551Z] ---> 02dc3eb3da5f [2023-02-20T15:53:28.551Z] Step 20/21 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:53:28.551Z] ---> Running in d117db52297a [2023-02-20T15:53:28.551Z] Removing intermediate container 07e9477fa9f5 [2023-02-20T15:53:28.551Z] ---> a7882a38221b [2023-02-20T15:53:28.551Z] Step 12/24 : WORKDIR / [2023-02-20T15:53:28.551Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-20T15:53:28.551Z] ---> Running in f8d170e80fb9 [2023-02-20T15:53:28.810Z] Removing intermediate container d117db52297a [2023-02-20T15:53:28.810Z] ---> 340991470629 [2023-02-20T15:53:28.810Z] Step 21/21 : LABEL version=3.0.0-dev.59 [2023-02-20T15:53:28.810Z] ---> Running in 099f4a4d4219 [2023-02-20T15:53:28.810Z] Removing intermediate container f8d170e80fb9 [2023-02-20T15:53:28.810Z] ---> 681929212b7a [2023-02-20T15:53:28.810Z] 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-20T15:53:28.810Z] Removing intermediate container 099f4a4d4219 [2023-02-20T15:53:28.810Z] ---> 094d57318c5b [2023-02-20T15:53:28.810Z] [2023-02-20T15:53:29.069Z] Successfully built 094d57318c5b [2023-02-20T15:53:29.069Z] Successfully tagged security-proxy-setup:latest [2023-02-20T15:53:29.069Z]  Building security-proxy-setup ... done  ---> 284d72419112 [2023-02-20T15:53:29.069Z] 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-20T15:53:29.328Z] ---> 1d364e44d287 [2023-02-20T15:53:29.329Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-20T15:53:29.590Z] ---> 69f0a5ecec61 [2023-02-20T15:53:29.590Z] 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-20T15:53:29.848Z] ---> 651ea91248f7 [2023-02-20T15:53:29.848Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-20T15:53:30.105Z] ---> 9587eaa57c09 [2023-02-20T15:53:30.105Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-20T15:53:30.672Z] ---> 2a2a7cc738cd [2023-02-20T15:53:30.672Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-20T15:53:30.672Z] ---> fcde3caa9fc8 [2023-02-20T15:53:30.672Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-20T15:53:30.932Z] ---> Running in e98b1028d306 [2023-02-20T15:53:31.867Z] Removing intermediate container e98b1028d306 [2023-02-20T15:53:31.867Z] ---> f2796ffd1ec1 [2023-02-20T15:53:31.867Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-20T15:53:31.867Z] ---> Running in 582364320bdf [2023-02-20T15:53:31.867Z] Removing intermediate container 582364320bdf [2023-02-20T15:53:31.867Z] ---> fc262c71f207 [2023-02-20T15:53:31.867Z] Step 22/24 : LABEL arch=x86_64 [2023-02-20T15:53:32.126Z] ---> Running in 578732de817f [2023-02-20T15:53:32.384Z] Removing intermediate container 578732de817f [2023-02-20T15:53:32.384Z] ---> abd28b9d69ac [2023-02-20T15:53:32.384Z] Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:53:32.384Z] ---> Running in 9400bb799702 [2023-02-20T15:53:32.642Z] Removing intermediate container 9400bb799702 [2023-02-20T15:53:32.642Z] ---> ca39b1dffb81 [2023-02-20T15:53:32.642Z] Step 24/24 : LABEL version=3.0.0-dev.59 [2023-02-20T15:53:32.914Z] ---> Running in 23fe1065c0e6 [2023-02-20T15:53:33.173Z] Removing intermediate container 23fe1065c0e6 [2023-02-20T15:53:33.173Z] ---> 396be348c2c9 [2023-02-20T15:53:33.173Z] [2023-02-20T15:53:33.173Z] Successfully built 396be348c2c9 [2023-02-20T15:53:33.173Z] Successfully tagged security-secretstore-setup:latest [2023-02-20T15:53:34.105Z]  Building security-secretstore-setup ... done Removing intermediate container 06592c29767c [2023-02-20T15:53:34.105Z] ---> 16529a854ce6 [2023-02-20T15:53:34.105Z] [2023-02-20T15:53:34.105Z] Step 9/32 : FROM alpine:3.16 [2023-02-20T15:53:34.105Z] ---> dfd21b5a31f5 [2023-02-20T15:53:34.105Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-20T15:53:34.105Z] ---> Running in 35a0cc412387 [2023-02-20T15:53:34.362Z] Removing intermediate container 35a0cc412387 [2023-02-20T15:53:34.362Z] ---> 09fdafaa55c6 [2023-02-20T15:53:34.362Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-20T15:53:34.362Z] ---> Running in 529a2a7de092 [2023-02-20T15:53:34.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:53:34.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:53:35.490Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-20T15:53:35.490Z] (2/2) Installing su-exec (0.2-r1) [2023-02-20T15:53:35.490Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T15:53:35.490Z] OK: 6 MiB in 16 packages [2023-02-20T15:53:36.056Z] Removing intermediate container 529a2a7de092 [2023-02-20T15:53:36.056Z] ---> 777e64463643 [2023-02-20T15:53:36.056Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-20T15:53:36.056Z] ---> Running in 9511da3487e1 [2023-02-20T15:53:36.626Z] Removing intermediate container 9511da3487e1 [2023-02-20T15:53:36.626Z] ---> 03f81ff8393f [2023-02-20T15:53:36.626Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-20T15:53:36.626Z] ---> Running in c20bface0161 [2023-02-20T15:53:36.908Z] Removing intermediate container c20bface0161 [2023-02-20T15:53:36.908Z] ---> 3d4049d06ed8 [2023-02-20T15:53:36.908Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-20T15:53:36.908Z] ---> Running in f6647a26625b [2023-02-20T15:53:37.174Z] Removing intermediate container f6647a26625b [2023-02-20T15:53:37.174Z] ---> 1c33fe916150 [2023-02-20T15:53:37.174Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-20T15:53:37.174Z] ---> Running in c12ff1366ba4 [2023-02-20T15:53:37.432Z] Removing intermediate container c12ff1366ba4 [2023-02-20T15:53:37.432Z] ---> 2e5c7880b322 [2023-02-20T15:53:37.432Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-20T15:53:37.432Z] ---> Running in ad676509ed90 [2023-02-20T15:53:38.819Z] Removing intermediate container ad676509ed90 [2023-02-20T15:53:38.819Z] ---> b96d391b8472 [2023-02-20T15:53:38.819Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-20T15:53:38.819Z] ---> Running in 7ae30c74c4d0 [2023-02-20T15:53:38.819Z] Removing intermediate container 7ae30c74c4d0 [2023-02-20T15:53:38.819Z] ---> b93a88d438e1 [2023-02-20T15:53:38.819Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-20T15:53:39.078Z] ---> a0cdcd5bd81d [2023-02-20T15:53:39.078Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-20T15:53:39.078Z] ---> Running in b579bf133431 [2023-02-20T15:53:40.452Z] Removing intermediate container b579bf133431 [2023-02-20T15:53:40.452Z] ---> 02907aab4695 [2023-02-20T15:53:40.452Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T15:53:40.710Z] ---> a9b86e0b36a3 [2023-02-20T15:53:40.710Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-20T15:53:41.276Z] ---> 02ebe3311956 [2023-02-20T15:53:41.276Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-20T15:53:41.534Z] ---> e250038af60f [2023-02-20T15:53:41.534Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-20T15:53:41.534Z] ---> 29e43750df9c [2023-02-20T15:53:41.534Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-20T15:53:41.790Z] ---> 2e2445a582a3 [2023-02-20T15:53:41.790Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-20T15:53:42.047Z] ---> 156267287c9b [2023-02-20T15:53:42.047Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-20T15:53:42.616Z] ---> 20c7924f9d7d [2023-02-20T15:53:42.616Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-20T15:53:42.616Z] ---> Running in 51f68754f49d [2023-02-20T15:53:43.550Z] Removing intermediate container 51f68754f49d [2023-02-20T15:53:43.550Z] ---> af54d79b8444 [2023-02-20T15:53:43.550Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-20T15:53:43.550Z] ---> Running in 2604788fe919 [2023-02-20T15:53:43.809Z] Removing intermediate container 2604788fe919 [2023-02-20T15:53:43.809Z] ---> c46e8e42661b [2023-02-20T15:53:43.809Z] Step 29/32 : CMD ["gate"] [2023-02-20T15:53:43.809Z] ---> Running in 6dd7f52a3d5d [2023-02-20T15:53:44.067Z] Removing intermediate container 6dd7f52a3d5d [2023-02-20T15:53:44.067Z] ---> 1fa31fdc2da0 [2023-02-20T15:53:44.067Z] Step 30/32 : LABEL arch=x86_64 [2023-02-20T15:53:44.067Z] ---> Running in faeacf76d7ba [2023-02-20T15:53:44.329Z] Removing intermediate container faeacf76d7ba [2023-02-20T15:53:44.329Z] ---> 97a50d24db8c [2023-02-20T15:53:44.329Z] Step 31/32 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:53:44.329Z] ---> Running in bb297987ce79 [2023-02-20T15:53:44.587Z] Removing intermediate container bb297987ce79 [2023-02-20T15:53:44.587Z] ---> 70aa121b2b36 [2023-02-20T15:53:44.587Z] Step 32/32 : LABEL version=3.0.0-dev.59 [2023-02-20T15:53:44.587Z] ---> Running in b12f0ce284b8 [2023-02-20T15:53:44.844Z] Removing intermediate container b12f0ce284b8 [2023-02-20T15:53:44.844Z] ---> 1b02724fd059 [2023-02-20T15:53:44.844Z] [2023-02-20T15:53:44.844Z] Successfully built 1b02724fd059 [2023-02-20T15:53:44.844Z] Successfully tagged security-bootstrapper:latest [2023-02-20T15:53:48.128Z]  Building security-bootstrapper ... done Removing intermediate container 60900b437759 [2023-02-20T15:53:48.128Z] ---> 32095190de5c [2023-02-20T15:53:48.128Z] [2023-02-20T15:53:48.128Z] Step 10/22 : FROM alpine:3.16 [2023-02-20T15:53:48.128Z] ---> dfd21b5a31f5 [2023-02-20T15:53:48.128Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-20T15:53:48.128Z] ---> Running in bac49ee2aae5 [2023-02-20T15:53:48.128Z] Removing intermediate container bac49ee2aae5 [2023-02-20T15:53:48.128Z] ---> 37e1ee4c9aef [2023-02-20T15:53:48.128Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-20T15:53:48.128Z] ---> Running in 8324938ab989 [2023-02-20T15:53:48.386Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:53:48.386Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:53:48.645Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-20T15:53:48.645Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T15:53:48.645Z] OK: 6 MiB in 15 packages [2023-02-20T15:53:49.217Z] Removing intermediate container 8324938ab989 [2023-02-20T15:53:49.217Z] ---> 9ab16d38d08a [2023-02-20T15:53:49.217Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T15:53:49.475Z] ---> 1824c6159d51 [2023-02-20T15:53:49.475Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-20T15:53:49.733Z] ---> 18e8186ffc09 [2023-02-20T15:53:49.733Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-20T15:53:50.003Z] Removing intermediate container b5c74a806c9d [2023-02-20T15:53:50.003Z] ---> ffba48442b91 [2023-02-20T15:53:50.003Z] [2023-02-20T15:53:50.003Z] Step 9/19 : FROM alpine:3.15 [2023-02-20T15:53:50.003Z] ---> 5ce65d7b0fde [2023-02-20T15:53:50.003Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-20T15:53:50.003Z] ---> Using cache [2023-02-20T15:53:50.003Z] ---> b093ecb59633 [2023-02-20T15:53:50.003Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-20T15:53:50.003Z] ---> Running in a821fa479cf2 [2023-02-20T15:53:50.003Z] ---> 9cf6e31da51a [2023-02-20T15:53:50.003Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-20T15:53:50.261Z] ---> ee9e22ec7f94 [2023-02-20T15:53:50.261Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-20T15:53:50.261Z] ---> Running in d300642f43cd [2023-02-20T15:53:50.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:53:50.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:53:50.519Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-20T15:53:50.519Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-20T15:53:50.519Z] OK: 15857 distinct packages available [2023-02-20T15:53:50.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-20T15:53:50.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-20T15:53:50.777Z] Removing intermediate container d300642f43cd [2023-02-20T15:53:50.777Z] ---> 70906d9ca80b [2023-02-20T15:53:50.777Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-20T15:53:50.777Z] ---> Running in 6b6e24376f4d [2023-02-20T15:53:51.043Z] Removing intermediate container 6b6e24376f4d [2023-02-20T15:53:51.043Z] ---> f4213b593779 [2023-02-20T15:53:51.043Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-20T15:53:51.043Z] ---> Running in 0e5a3eee20b3 [2023-02-20T15:53:51.043Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-20T15:53:51.043Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-20T15:53:51.043Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-20T15:53:51.043Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-20T15:53:51.043Z] (5/9) Installing curl (7.80.0-r6) [2023-02-20T15:53:51.043Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-20T15:53:51.043Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-20T15:53:51.043Z] (8/9) Installing libucontext (1.1-r0) [2023-02-20T15:53:51.043Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-20T15:53:51.043Z] Removing intermediate container 0e5a3eee20b3 [2023-02-20T15:53:51.043Z] ---> 417d233d3eb0 [2023-02-20T15:53:51.043Z] Step 20/22 : LABEL arch=x86_64 [2023-02-20T15:53:51.043Z] Executing busybox-1.34.1-r7.trigger [2023-02-20T15:53:51.043Z] Executing ca-certificates-20220614-r0.trigger [2023-02-20T15:53:51.043Z] ---> Running in c6fdad7b038d [2023-02-20T15:53:51.043Z] OK: 8 MiB in 23 packages [2023-02-20T15:53:51.300Z] Removing intermediate container c6fdad7b038d [2023-02-20T15:53:51.300Z] ---> f79036dc2985 [2023-02-20T15:53:51.300Z] Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:53:51.300Z] ---> Running in b2d20e8c2994 [2023-02-20T15:53:51.300Z] Removing intermediate container b2d20e8c2994 [2023-02-20T15:53:51.300Z] ---> a747a0cb5d8f [2023-02-20T15:53:51.300Z] Step 22/22 : LABEL version=3.0.0-dev.59 [2023-02-20T15:53:51.558Z] ---> Running in 0e7ec011e5c2 [2023-02-20T15:53:51.558Z] Removing intermediate container 0e7ec011e5c2 [2023-02-20T15:53:51.558Z] ---> 9a0afcf7f3cc [2023-02-20T15:53:51.558Z] [2023-02-20T15:53:51.558Z] Removing intermediate container a821fa479cf2 [2023-02-20T15:53:51.558Z] ---> 62e13b01421a [2023-02-20T15:53:51.558Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T15:53:51.558Z] Successfully built 9a0afcf7f3cc [2023-02-20T15:53:51.558Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-20T15:53:51.815Z]  Building core-common-config-bootstrapper ... done  ---> 2bd2e173a8ed [2023-02-20T15:53:51.815Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-20T15:53:52.382Z] ---> 0f8d4fe23e2b [2023-02-20T15:53:52.382Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-20T15:53:52.382Z] ---> 8916215561c0 [2023-02-20T15:53:52.382Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-20T15:53:52.382Z] ---> Running in 27689db696a7 [2023-02-20T15:53:52.641Z] Removing intermediate container 27689db696a7 [2023-02-20T15:53:52.641Z] ---> ce5ad855196f [2023-02-20T15:53:52.641Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-20T15:53:52.641Z] ---> Running in f35da8eab9bc [2023-02-20T15:53:52.641Z] Removing intermediate container f35da8eab9bc [2023-02-20T15:53:52.641Z] ---> 526412f7a4fa [2023-02-20T15:53:52.641Z] Step 17/19 : LABEL arch=x86_64 [2023-02-20T15:53:52.641Z] ---> Running in 9fc0ae18c4ce [2023-02-20T15:53:52.898Z] Removing intermediate container 9fc0ae18c4ce [2023-02-20T15:53:52.899Z] ---> a99647017e4f [2023-02-20T15:53:52.899Z] Step 18/19 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:53:52.899Z] ---> Running in 4c70db33d2c4 [2023-02-20T15:53:52.899Z] Removing intermediate container 4c70db33d2c4 [2023-02-20T15:53:52.899Z] ---> ec1f2f7c54d5 [2023-02-20T15:53:52.899Z] Step 19/19 : LABEL version=3.0.0-dev.59 [2023-02-20T15:53:52.899Z] ---> Running in 1528f1d89c78 [2023-02-20T15:53:53.156Z] Removing intermediate container 1528f1d89c78 [2023-02-20T15:53:53.156Z] ---> 44a92201dad9 [2023-02-20T15:53:53.156Z] [2023-02-20T15:53:53.156Z] Successfully built 44a92201dad9 [2023-02-20T15:53:53.156Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-20T15:53:53.161Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-02-20T15:53:53.178Z] $ docker stop --time=1 ea9b8baa920580dedfb9bf939ed81c598fffa7eb7e9109a4f15d341f84a67539 [2023-02-20T15:53:54.472Z] $ docker rm -f --volumes ea9b8baa920580dedfb9bf939ed81c598fffa7eb7e9109a4f15d341f84a67539 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-20T15:53:54.786Z] + docker images [2023-02-20T15:53:54.786Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-20T15:53:54.786Z] security-spiffe-token-provider latest 44a92201dad9 2 seconds ago 30MB [2023-02-20T15:53:54.786Z] core-common-config-bootstrapper latest 9a0afcf7f3cc 3 seconds ago 15.5MB [2023-02-20T15:53:54.786Z] ffba48442b91 5 seconds ago 1.72GB [2023-02-20T15:53:54.786Z] 32095190de5c 7 seconds ago 1.67GB [2023-02-20T15:53:54.786Z] security-bootstrapper latest 1b02724fd059 10 seconds ago 20.4MB [2023-02-20T15:53:54.786Z] 16529a854ce6 21 seconds ago 1.67GB [2023-02-20T15:53:54.786Z] security-secretstore-setup latest 396be348c2c9 22 seconds ago 30MB [2023-02-20T15:53:54.786Z] security-proxy-setup latest 094d57318c5b 26 seconds ago 27.8MB [2023-02-20T15:53:54.786Z] 92404f3dcd9c 28 seconds ago 1.67GB [2023-02-20T15:53:54.786Z] core-command latest 85f654fcfe50 31 seconds ago 17.7MB [2023-02-20T15:53:54.786Z] 25cffbe54200 35 seconds ago 1.67GB [2023-02-20T15:53:54.786Z] 56582d9ca8d3 37 seconds ago 1.68GB [2023-02-20T15:53:54.786Z] security-spire-agent latest 6e7344b1bd91 57 seconds ago 125MB [2023-02-20T15:53:54.786Z] core-data latest 8a459a0d762b About a minute ago 17.9MB [2023-02-20T15:53:54.786Z] 0ed149af8726 About a minute ago 1.55GB [2023-02-20T15:53:54.786Z] f952f11072ad About a minute ago 1.68GB [2023-02-20T15:53:54.786Z] support-notifications latest 900076f9896e About a minute ago 30.7MB [2023-02-20T15:53:54.786Z] support-scheduler latest ea47afde8e48 About a minute ago 30MB [2023-02-20T15:53:54.786Z] core-metadata latest 4620c8a994b5 About a minute ago 18.5MB [2023-02-20T15:53:54.786Z] d61e14c6684b About a minute ago 1.74GB [2023-02-20T15:53:54.786Z] cfa63a8b49de About a minute ago 1.74GB [2023-02-20T15:53:54.786Z] 1b025ebb9aaf About a minute ago 1.69GB [2023-02-20T15:53:54.786Z] security-spire-config latest cc69d3f2e3bd About a minute ago 85.8MB [2023-02-20T15:53:54.786Z] security-spire-server latest 0e9cac0cbf4a About a minute ago 86.5MB [2023-02-20T15:53:54.786Z] 2a060df00573 About a minute ago 1.55GB [2023-02-20T15:53:54.786Z] d3904f8678e1 About a minute ago 1.55GB [2023-02-20T15:53:54.786Z] ci-base-image-x86_64 latest 27286dbf341a 5 minutes ago 904MB [2023-02-20T15:53:54.786Z] alpine 3.15 5ce65d7b0fde 9 days ago 5.59MB [2023-02-20T15:53:54.786Z] alpine 3.16 dfd21b5a31f5 9 days ago 5.55MB [2023-02-20T15:53:54.786Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-20T15:53:54.786Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-20T15:53:54.786Z] 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-20T15:53:54.885Z] provisioning config files... [2023-02-20T15:53:54.894Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/420@tmp/config1035873261752209613tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-20T15:53:55.189Z] ---> docker-login.sh [2023-02-20T15:53:55.189Z] nexus3.edgexfoundry.org:10001 [2023-02-20T15:53:55.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:53:55.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:53:55.189Z] Configure a credential helper to remove this warning. See [2023-02-20T15:53:55.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:53:55.189Z] [2023-02-20T15:53:55.189Z] Login Succeeded [2023-02-20T15:53:55.189Z] nexus3.edgexfoundry.org:10002 [2023-02-20T15:53:55.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:53:55.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:53:55.189Z] Configure a credential helper to remove this warning. See [2023-02-20T15:53:55.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:53:55.189Z] [2023-02-20T15:53:55.189Z] Login Succeeded [2023-02-20T15:53:55.189Z] nexus3.edgexfoundry.org:10003 [2023-02-20T15:53:55.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:53:55.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:53:55.448Z] Configure a credential helper to remove this warning. See [2023-02-20T15:53:55.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:53:55.448Z] [2023-02-20T15:53:55.448Z] Login Succeeded [2023-02-20T15:53:55.448Z] nexus3.edgexfoundry.org:10004 [2023-02-20T15:53:55.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:53:55.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:53:55.448Z] Configure a credential helper to remove this warning. See [2023-02-20T15:53:55.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:53:55.448Z] [2023-02-20T15:53:55.448Z] Login Succeeded [2023-02-20T15:53:55.448Z] docker.io [2023-02-20T15:53:55.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T15:53:55.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T15:53:55.706Z] Configure a credential helper to remove this warning. See [2023-02-20T15:53:55.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T15:53:55.706Z] [2023-02-20T15:53:55.706Z] Login Succeeded [2023-02-20T15:53:55.706Z] ---> docker-login.sh ends [Pipeline] } [2023-02-20T15:53:55.712Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:53:55.745Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-20T15:53:55.767Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-02-20T15:53:55.767Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:53:55.767Z] latest [2023-02-20T15:53:55.767Z] 3.0.0-dev.59 [2023-02-20T15:53:55.767Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:53:55.767Z] main [2023-02-20T15:53:55.767Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:53:56.076Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:53:56.375Z] + docker push nexus3.edgexfoundry.org:10004/core-command:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:53:56.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-20T15:53:56.376Z] bae3ff722591: Preparing [2023-02-20T15:53:56.376Z] 7248909e79d5: Preparing [2023-02-20T15:53:56.376Z] f33d187ed3c2: Preparing [2023-02-20T15:53:56.376Z] 4f5d1748fcff: Preparing [2023-02-20T15:53:56.376Z] aa5968d388b8: Preparing [2023-02-20T15:53:56.376Z] aa5968d388b8: Layer already exists [2023-02-20T15:53:56.376Z] 4f5d1748fcff: Pushed [2023-02-20T15:53:56.376Z] f33d187ed3c2: Pushed [2023-02-20T15:53:56.376Z] bae3ff722591: Pushed [2023-02-20T15:53:57.754Z] 7248909e79d5: Pushed [2023-02-20T15:53:57.754Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:7804625f619195770ff725d624efc263e595bb84163fb4d1584052256ccb9f5a size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:53:58.056Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:53:58.355Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-20T15:53:58.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-20T15:53:58.355Z] bae3ff722591: Preparing [2023-02-20T15:53:58.355Z] 7248909e79d5: Preparing [2023-02-20T15:53:58.355Z] f33d187ed3c2: Preparing [2023-02-20T15:53:58.355Z] 4f5d1748fcff: Preparing [2023-02-20T15:53:58.355Z] aa5968d388b8: Preparing [2023-02-20T15:53:58.355Z] aa5968d388b8: Layer already exists [2023-02-20T15:53:58.355Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:53:58.355Z] bae3ff722591: Layer already exists [2023-02-20T15:53:58.355Z] f33d187ed3c2: Layer already exists [2023-02-20T15:53:58.355Z] 7248909e79d5: Layer already exists [2023-02-20T15:53:58.355Z] latest: digest: sha256:7804625f619195770ff725d624efc263e595bb84163fb4d1584052256ccb9f5a size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:53:58.661Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:53:58.974Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.59 [2023-02-20T15:53:58.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-20T15:53:58.974Z] bae3ff722591: Preparing [2023-02-20T15:53:58.974Z] 7248909e79d5: Preparing [2023-02-20T15:53:58.974Z] f33d187ed3c2: Preparing [2023-02-20T15:53:58.974Z] 4f5d1748fcff: Preparing [2023-02-20T15:53:58.974Z] aa5968d388b8: Preparing [2023-02-20T15:53:58.974Z] 7248909e79d5: Layer already exists [2023-02-20T15:53:58.974Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:53:58.974Z] f33d187ed3c2: Layer already exists [2023-02-20T15:53:58.974Z] bae3ff722591: Layer already exists [2023-02-20T15:53:58.974Z] aa5968d388b8: Layer already exists [2023-02-20T15:53:58.974Z] 3.0.0-dev.59: digest: sha256:7804625f619195770ff725d624efc263e595bb84163fb4d1584052256ccb9f5a size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:53:59.289Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:53:59.589Z] + docker push nexus3.edgexfoundry.org:10004/core-command:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:53:59.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-20T15:53:59.589Z] bae3ff722591: Preparing [2023-02-20T15:53:59.589Z] 7248909e79d5: Preparing [2023-02-20T15:53:59.589Z] f33d187ed3c2: Preparing [2023-02-20T15:53:59.589Z] 4f5d1748fcff: Preparing [2023-02-20T15:53:59.589Z] aa5968d388b8: Preparing [2023-02-20T15:53:59.589Z] bae3ff722591: Layer already exists [2023-02-20T15:53:59.589Z] 7248909e79d5: Layer already exists [2023-02-20T15:53:59.589Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:53:59.589Z] f33d187ed3c2: Layer already exists [2023-02-20T15:53:59.589Z] aa5968d388b8: Layer already exists [2023-02-20T15:53:59.589Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:7804625f619195770ff725d624efc263e595bb84163fb4d1584052256ccb9f5a size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:53:59.895Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:00.198Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-02-20T15:54:00.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-20T15:54:00.198Z] bae3ff722591: Preparing [2023-02-20T15:54:00.198Z] 7248909e79d5: Preparing [2023-02-20T15:54:00.198Z] f33d187ed3c2: Preparing [2023-02-20T15:54:00.198Z] 4f5d1748fcff: Preparing [2023-02-20T15:54:00.198Z] aa5968d388b8: Preparing [2023-02-20T15:54:00.198Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:00.198Z] 7248909e79d5: Layer already exists [2023-02-20T15:54:00.198Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:54:00.198Z] bae3ff722591: Layer already exists [2023-02-20T15:54:00.198Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:00.198Z] main: digest: sha256:7804625f619195770ff725d624efc263e595bb84163fb4d1584052256ccb9f5a size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:54:00.232Z] ===================================================== [Pipeline] echo [2023-02-20T15:54:00.237Z] taggedImages: [2023-02-20T15:54:00.237Z] - nexus3.edgexfoundry.org:10004/core-command:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:00.237Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-20T15:54:00.237Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.59 [2023-02-20T15:54:00.238Z] - nexus3.edgexfoundry.org:10004/core-command:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:00.238Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-02-20T15:54:00.261Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-02-20T15:54:00.261Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:00.261Z] latest [2023-02-20T15:54:00.261Z] 3.0.0-dev.59 [2023-02-20T15:54:00.261Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:00.261Z] main [2023-02-20T15:54:00.261Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:00.574Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:00.875Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:00.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-20T15:54:00.875Z] 098e4053c6f5: Preparing [2023-02-20T15:54:00.875Z] 3dd9b4dac8a0: Preparing [2023-02-20T15:54:00.875Z] bded5ec4e6e4: Preparing [2023-02-20T15:54:00.875Z] f14e867ae018: Preparing [2023-02-20T15:54:00.875Z] f33d187ed3c2: Preparing [2023-02-20T15:54:00.875Z] a0e2ec6b6c19: Preparing [2023-02-20T15:54:00.875Z] aa5968d388b8: Preparing [2023-02-20T15:54:00.875Z] a0e2ec6b6c19: Waiting [2023-02-20T15:54:00.875Z] aa5968d388b8: Waiting [2023-02-20T15:54:00.875Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:00.875Z] bded5ec4e6e4: Pushed [2023-02-20T15:54:00.875Z] 3dd9b4dac8a0: Pushed [2023-02-20T15:54:00.875Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:00.875Z] 098e4053c6f5: Pushed [2023-02-20T15:54:00.875Z] a0e2ec6b6c19: Pushed [2023-02-20T15:54:01.814Z] f14e867ae018: Pushed [2023-02-20T15:54:02.074Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:60101638bc02057b383b6c41647fc5cd35e6f3c6ad7907d12a9d1c2c2009040f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:02.390Z] + 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-20T15:54:02.698Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-20T15:54:02.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-20T15:54:02.698Z] 098e4053c6f5: Preparing [2023-02-20T15:54:02.698Z] 3dd9b4dac8a0: Preparing [2023-02-20T15:54:02.698Z] bded5ec4e6e4: Preparing [2023-02-20T15:54:02.698Z] f14e867ae018: Preparing [2023-02-20T15:54:02.698Z] f33d187ed3c2: Preparing [2023-02-20T15:54:02.698Z] a0e2ec6b6c19: Preparing [2023-02-20T15:54:02.698Z] aa5968d388b8: Preparing [2023-02-20T15:54:02.698Z] a0e2ec6b6c19: Waiting [2023-02-20T15:54:02.698Z] aa5968d388b8: Waiting [2023-02-20T15:54:02.698Z] 3dd9b4dac8a0: Layer already exists [2023-02-20T15:54:02.698Z] f14e867ae018: Layer already exists [2023-02-20T15:54:02.698Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:02.698Z] 098e4053c6f5: Layer already exists [2023-02-20T15:54:02.698Z] bded5ec4e6e4: Layer already exists [2023-02-20T15:54:02.698Z] a0e2ec6b6c19: Layer already exists [2023-02-20T15:54:02.698Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:02.698Z] latest: digest: sha256:60101638bc02057b383b6c41647fc5cd35e6f3c6ad7907d12a9d1c2c2009040f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:03.003Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:03.308Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.59 [2023-02-20T15:54:03.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-20T15:54:03.308Z] 098e4053c6f5: Preparing [2023-02-20T15:54:03.308Z] 3dd9b4dac8a0: Preparing [2023-02-20T15:54:03.308Z] bded5ec4e6e4: Preparing [2023-02-20T15:54:03.308Z] f14e867ae018: Preparing [2023-02-20T15:54:03.308Z] f33d187ed3c2: Preparing [2023-02-20T15:54:03.308Z] a0e2ec6b6c19: Preparing [2023-02-20T15:54:03.308Z] aa5968d388b8: Preparing [2023-02-20T15:54:03.308Z] a0e2ec6b6c19: Waiting [2023-02-20T15:54:03.308Z] aa5968d388b8: Waiting [2023-02-20T15:54:03.308Z] 098e4053c6f5: Layer already exists [2023-02-20T15:54:03.308Z] f14e867ae018: Layer already exists [2023-02-20T15:54:03.308Z] 3dd9b4dac8a0: Layer already exists [2023-02-20T15:54:03.308Z] bded5ec4e6e4: Layer already exists [2023-02-20T15:54:03.308Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:03.308Z] a0e2ec6b6c19: Layer already exists [2023-02-20T15:54:03.308Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:03.308Z] 3.0.0-dev.59: digest: sha256:60101638bc02057b383b6c41647fc5cd35e6f3c6ad7907d12a9d1c2c2009040f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:03.621Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:03.920Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:03.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-20T15:54:03.920Z] 098e4053c6f5: Preparing [2023-02-20T15:54:03.920Z] 3dd9b4dac8a0: Preparing [2023-02-20T15:54:03.920Z] bded5ec4e6e4: Preparing [2023-02-20T15:54:03.920Z] f14e867ae018: Preparing [2023-02-20T15:54:03.920Z] f33d187ed3c2: Preparing [2023-02-20T15:54:03.920Z] a0e2ec6b6c19: Preparing [2023-02-20T15:54:03.920Z] aa5968d388b8: Preparing [2023-02-20T15:54:03.920Z] a0e2ec6b6c19: Waiting [2023-02-20T15:54:03.920Z] aa5968d388b8: Waiting [2023-02-20T15:54:03.920Z] 098e4053c6f5: Layer already exists [2023-02-20T15:54:03.920Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:03.920Z] 3dd9b4dac8a0: Layer already exists [2023-02-20T15:54:03.920Z] bded5ec4e6e4: Layer already exists [2023-02-20T15:54:03.920Z] f14e867ae018: Layer already exists [2023-02-20T15:54:03.920Z] a0e2ec6b6c19: Layer already exists [2023-02-20T15:54:03.920Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:03.920Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:60101638bc02057b383b6c41647fc5cd35e6f3c6ad7907d12a9d1c2c2009040f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:04.225Z] + 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-20T15:54:04.528Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-02-20T15:54:04.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-20T15:54:04.528Z] 098e4053c6f5: Preparing [2023-02-20T15:54:04.528Z] 3dd9b4dac8a0: Preparing [2023-02-20T15:54:04.528Z] bded5ec4e6e4: Preparing [2023-02-20T15:54:04.528Z] f14e867ae018: Preparing [2023-02-20T15:54:04.528Z] f33d187ed3c2: Preparing [2023-02-20T15:54:04.528Z] a0e2ec6b6c19: Preparing [2023-02-20T15:54:04.528Z] aa5968d388b8: Preparing [2023-02-20T15:54:04.528Z] a0e2ec6b6c19: Waiting [2023-02-20T15:54:04.528Z] aa5968d388b8: Waiting [2023-02-20T15:54:04.528Z] bded5ec4e6e4: Layer already exists [2023-02-20T15:54:04.528Z] f14e867ae018: Layer already exists [2023-02-20T15:54:04.528Z] 098e4053c6f5: Layer already exists [2023-02-20T15:54:04.528Z] 3dd9b4dac8a0: Layer already exists [2023-02-20T15:54:04.528Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:04.528Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:04.528Z] a0e2ec6b6c19: Layer already exists [2023-02-20T15:54:04.528Z] main: digest: sha256:60101638bc02057b383b6c41647fc5cd35e6f3c6ad7907d12a9d1c2c2009040f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:54:04.571Z] ===================================================== [Pipeline] echo [2023-02-20T15:54:04.581Z] taggedImages: [2023-02-20T15:54:04.581Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:04.581Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-20T15:54:04.581Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.59 [2023-02-20T15:54:04.581Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:04.581Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-02-20T15:54:04.602Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-02-20T15:54:04.602Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:04.602Z] latest [2023-02-20T15:54:04.602Z] 3.0.0-dev.59 [2023-02-20T15:54:04.602Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:04.602Z] main [2023-02-20T15:54:04.602Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:04.929Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:05.230Z] + docker push nexus3.edgexfoundry.org:10004/core-data:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:05.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-20T15:54:05.230Z] 9a898315d0f0: Preparing [2023-02-20T15:54:05.230Z] ca151ebd2a4c: Preparing [2023-02-20T15:54:05.230Z] f33d187ed3c2: Preparing [2023-02-20T15:54:05.230Z] 37775650fef4: Preparing [2023-02-20T15:54:05.230Z] aa5968d388b8: Preparing [2023-02-20T15:54:05.230Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:05.230Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:05.230Z] 9a898315d0f0: Pushed [2023-02-20T15:54:05.230Z] 37775650fef4: Pushed [2023-02-20T15:54:06.610Z] ca151ebd2a4c: Pushed [2023-02-20T15:54:06.610Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:de2bb4bac3d3e5e9ba4645ca39cb304a3783df129638a550db5619fdc89dee1e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:06.970Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:07.335Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-20T15:54:07.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-20T15:54:07.335Z] 9a898315d0f0: Preparing [2023-02-20T15:54:07.335Z] ca151ebd2a4c: Preparing [2023-02-20T15:54:07.335Z] f33d187ed3c2: Preparing [2023-02-20T15:54:07.335Z] 37775650fef4: Preparing [2023-02-20T15:54:07.335Z] aa5968d388b8: Preparing [2023-02-20T15:54:07.335Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:07.335Z] 9a898315d0f0: Layer already exists [2023-02-20T15:54:07.335Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:07.335Z] 37775650fef4: Layer already exists [2023-02-20T15:54:07.335Z] ca151ebd2a4c: Layer already exists [2023-02-20T15:54:07.335Z] latest: digest: sha256:de2bb4bac3d3e5e9ba4645ca39cb304a3783df129638a550db5619fdc89dee1e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:07.693Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:08.031Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.59 [2023-02-20T15:54:08.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-20T15:54:08.031Z] 9a898315d0f0: Preparing [2023-02-20T15:54:08.031Z] ca151ebd2a4c: Preparing [2023-02-20T15:54:08.031Z] f33d187ed3c2: Preparing [2023-02-20T15:54:08.031Z] 37775650fef4: Preparing [2023-02-20T15:54:08.031Z] aa5968d388b8: Preparing [2023-02-20T15:54:08.031Z] 9a898315d0f0: Layer already exists [2023-02-20T15:54:08.031Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:08.031Z] ca151ebd2a4c: Layer already exists [2023-02-20T15:54:08.031Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:08.031Z] 37775650fef4: Layer already exists [2023-02-20T15:54:08.031Z] 3.0.0-dev.59: digest: sha256:de2bb4bac3d3e5e9ba4645ca39cb304a3783df129638a550db5619fdc89dee1e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:08.354Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:08.655Z] + docker push nexus3.edgexfoundry.org:10004/core-data:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:08.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-20T15:54:08.655Z] 9a898315d0f0: Preparing [2023-02-20T15:54:08.655Z] ca151ebd2a4c: Preparing [2023-02-20T15:54:08.655Z] f33d187ed3c2: Preparing [2023-02-20T15:54:08.655Z] 37775650fef4: Preparing [2023-02-20T15:54:08.655Z] aa5968d388b8: Preparing [2023-02-20T15:54:08.655Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:08.655Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:08.655Z] 9a898315d0f0: Layer already exists [2023-02-20T15:54:08.655Z] ca151ebd2a4c: Layer already exists [2023-02-20T15:54:08.655Z] 37775650fef4: Layer already exists [2023-02-20T15:54:08.655Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:de2bb4bac3d3e5e9ba4645ca39cb304a3783df129638a550db5619fdc89dee1e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:08.958Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:09.259Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-02-20T15:54:09.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-20T15:54:09.259Z] 9a898315d0f0: Preparing [2023-02-20T15:54:09.259Z] ca151ebd2a4c: Preparing [2023-02-20T15:54:09.259Z] f33d187ed3c2: Preparing [2023-02-20T15:54:09.259Z] 37775650fef4: Preparing [2023-02-20T15:54:09.259Z] aa5968d388b8: Preparing [2023-02-20T15:54:09.259Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:09.259Z] 37775650fef4: Layer already exists [2023-02-20T15:54:09.259Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:09.259Z] ca151ebd2a4c: Layer already exists [2023-02-20T15:54:09.259Z] 9a898315d0f0: Layer already exists [2023-02-20T15:54:09.259Z] main: digest: sha256:de2bb4bac3d3e5e9ba4645ca39cb304a3783df129638a550db5619fdc89dee1e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:54:09.295Z] ===================================================== [Pipeline] echo [2023-02-20T15:54:09.301Z] taggedImages: [2023-02-20T15:54:09.301Z] - nexus3.edgexfoundry.org:10004/core-data:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:09.301Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-20T15:54:09.301Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.59 [2023-02-20T15:54:09.301Z] - nexus3.edgexfoundry.org:10004/core-data:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:09.301Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-02-20T15:54:09.322Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-02-20T15:54:09.322Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:09.322Z] latest [2023-02-20T15:54:09.322Z] 3.0.0-dev.59 [2023-02-20T15:54:09.322Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:09.322Z] main [2023-02-20T15:54:09.322Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:09.636Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:09.944Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:09.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-20T15:54:09.944Z] 3edfd3809a0c: Preparing [2023-02-20T15:54:09.944Z] 10b413f77971: Preparing [2023-02-20T15:54:09.944Z] aebdeb1597c2: Preparing [2023-02-20T15:54:09.944Z] f33d187ed3c2: Preparing [2023-02-20T15:54:09.944Z] 4f5d1748fcff: Preparing [2023-02-20T15:54:09.944Z] aa5968d388b8: Preparing [2023-02-20T15:54:09.944Z] aa5968d388b8: Waiting [2023-02-20T15:54:09.944Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:09.944Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:54:09.944Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:09.944Z] 10b413f77971: Pushed [2023-02-20T15:54:09.944Z] 3edfd3809a0c: Pushed [2023-02-20T15:54:11.324Z] aebdeb1597c2: Pushed [2023-02-20T15:54:11.324Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:c831b1df80486c4367176fc6ee807ad82c77287c83f0a31d9de7544945b24f25 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:11.639Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:11.946Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-20T15:54:11.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-20T15:54:11.946Z] 3edfd3809a0c: Preparing [2023-02-20T15:54:11.946Z] 10b413f77971: Preparing [2023-02-20T15:54:11.946Z] aebdeb1597c2: Preparing [2023-02-20T15:54:11.946Z] f33d187ed3c2: Preparing [2023-02-20T15:54:11.946Z] 4f5d1748fcff: Preparing [2023-02-20T15:54:11.946Z] aa5968d388b8: Preparing [2023-02-20T15:54:11.946Z] aa5968d388b8: Waiting [2023-02-20T15:54:11.946Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:11.946Z] 10b413f77971: Layer already exists [2023-02-20T15:54:11.946Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:54:11.946Z] 3edfd3809a0c: Layer already exists [2023-02-20T15:54:11.946Z] aebdeb1597c2: Layer already exists [2023-02-20T15:54:11.946Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:11.946Z] latest: digest: sha256:c831b1df80486c4367176fc6ee807ad82c77287c83f0a31d9de7544945b24f25 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:12.262Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:12.573Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.59 [2023-02-20T15:54:12.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-20T15:54:12.573Z] 3edfd3809a0c: Preparing [2023-02-20T15:54:12.573Z] 10b413f77971: Preparing [2023-02-20T15:54:12.573Z] aebdeb1597c2: Preparing [2023-02-20T15:54:12.573Z] f33d187ed3c2: Preparing [2023-02-20T15:54:12.573Z] 4f5d1748fcff: Preparing [2023-02-20T15:54:12.573Z] aa5968d388b8: Preparing [2023-02-20T15:54:12.573Z] aa5968d388b8: Waiting [2023-02-20T15:54:12.573Z] 10b413f77971: Layer already exists [2023-02-20T15:54:12.573Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:12.573Z] aebdeb1597c2: Layer already exists [2023-02-20T15:54:12.573Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:54:12.573Z] 3edfd3809a0c: Layer already exists [2023-02-20T15:54:12.573Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:12.573Z] 3.0.0-dev.59: digest: sha256:c831b1df80486c4367176fc6ee807ad82c77287c83f0a31d9de7544945b24f25 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:12.880Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:13.184Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:13.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-20T15:54:13.184Z] 3edfd3809a0c: Preparing [2023-02-20T15:54:13.184Z] 10b413f77971: Preparing [2023-02-20T15:54:13.184Z] aebdeb1597c2: Preparing [2023-02-20T15:54:13.184Z] f33d187ed3c2: Preparing [2023-02-20T15:54:13.184Z] 4f5d1748fcff: Preparing [2023-02-20T15:54:13.184Z] aa5968d388b8: Preparing [2023-02-20T15:54:13.184Z] aa5968d388b8: Waiting [2023-02-20T15:54:13.184Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:13.184Z] 10b413f77971: Layer already exists [2023-02-20T15:54:13.184Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:54:13.184Z] 3edfd3809a0c: Layer already exists [2023-02-20T15:54:13.184Z] aebdeb1597c2: Layer already exists [2023-02-20T15:54:13.184Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:13.184Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:c831b1df80486c4367176fc6ee807ad82c77287c83f0a31d9de7544945b24f25 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:13.494Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:13.808Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-02-20T15:54:13.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-20T15:54:13.808Z] 3edfd3809a0c: Preparing [2023-02-20T15:54:13.808Z] 10b413f77971: Preparing [2023-02-20T15:54:13.808Z] aebdeb1597c2: Preparing [2023-02-20T15:54:13.808Z] f33d187ed3c2: Preparing [2023-02-20T15:54:13.808Z] 4f5d1748fcff: Preparing [2023-02-20T15:54:13.808Z] aa5968d388b8: Preparing [2023-02-20T15:54:13.808Z] aa5968d388b8: Waiting [2023-02-20T15:54:13.808Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:13.808Z] 3edfd3809a0c: Layer already exists [2023-02-20T15:54:13.808Z] aebdeb1597c2: Layer already exists [2023-02-20T15:54:13.808Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:54:13.808Z] 10b413f77971: Layer already exists [2023-02-20T15:54:13.808Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:13.808Z] main: digest: sha256:c831b1df80486c4367176fc6ee807ad82c77287c83f0a31d9de7544945b24f25 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:54:13.859Z] ===================================================== [Pipeline] echo [2023-02-20T15:54:13.866Z] taggedImages: [2023-02-20T15:54:13.866Z] - nexus3.edgexfoundry.org:10004/core-metadata:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:13.866Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-20T15:54:13.866Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.59 [2023-02-20T15:54:13.866Z] - nexus3.edgexfoundry.org:10004/core-metadata:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:13.866Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-02-20T15:54:13.893Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-02-20T15:54:13.893Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:13.893Z] latest [2023-02-20T15:54:13.893Z] 3.0.0-dev.59 [2023-02-20T15:54:13.893Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:13.893Z] main [2023-02-20T15:54:13.893Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:14.205Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:14.506Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:14.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-20T15:54:14.506Z] 17ba31b5c1aa: Preparing [2023-02-20T15:54:14.506Z] 17ba31b5c1aa: Preparing [2023-02-20T15:54:14.506Z] c309ce4ce9d6: Preparing [2023-02-20T15:54:14.506Z] 527d5595f868: Preparing [2023-02-20T15:54:14.506Z] 6b643910e1f7: Preparing [2023-02-20T15:54:14.506Z] 1b08a366fd48: Preparing [2023-02-20T15:54:14.506Z] 4c9c536516ce: Preparing [2023-02-20T15:54:14.506Z] f33d187ed3c2: Preparing [2023-02-20T15:54:14.506Z] aa8d6b7a352c: Preparing [2023-02-20T15:54:14.506Z] eee2ac584cc8: Preparing [2023-02-20T15:54:14.506Z] a251711dc258: Preparing [2023-02-20T15:54:14.506Z] 946f167c13ef: Preparing [2023-02-20T15:54:14.506Z] aa5968d388b8: Preparing [2023-02-20T15:54:14.506Z] aa8d6b7a352c: Waiting [2023-02-20T15:54:14.506Z] eee2ac584cc8: Waiting [2023-02-20T15:54:14.506Z] 4c9c536516ce: Waiting [2023-02-20T15:54:14.506Z] f33d187ed3c2: Waiting [2023-02-20T15:54:14.506Z] 946f167c13ef: Waiting [2023-02-20T15:54:14.506Z] aa5968d388b8: Waiting [2023-02-20T15:54:14.506Z] a251711dc258: Waiting [2023-02-20T15:54:14.506Z] 6b643910e1f7: Pushed [2023-02-20T15:54:14.506Z] c309ce4ce9d6: Pushed [2023-02-20T15:54:14.506Z] 1b08a366fd48: Pushed [2023-02-20T15:54:14.506Z] 527d5595f868: Pushed [2023-02-20T15:54:14.506Z] 17ba31b5c1aa: Pushed [2023-02-20T15:54:14.506Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:14.766Z] aa8d6b7a352c: Pushed [2023-02-20T15:54:14.766Z] a251711dc258: Pushed [2023-02-20T15:54:14.766Z] eee2ac584cc8: Pushed [2023-02-20T15:54:14.766Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:14.766Z] 946f167c13ef: Pushed [2023-02-20T15:54:16.147Z] 4c9c536516ce: Pushed [2023-02-20T15:54:16.407Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:3e3553dac4c1e2a47f43f49015357d5fdc02d38526f29c4eb434f33466f63c24 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:16.720Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:17.027Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-20T15:54:17.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-20T15:54:17.027Z] 17ba31b5c1aa: Preparing [2023-02-20T15:54:17.027Z] 17ba31b5c1aa: Preparing [2023-02-20T15:54:17.027Z] c309ce4ce9d6: Preparing [2023-02-20T15:54:17.027Z] 527d5595f868: Preparing [2023-02-20T15:54:17.027Z] 6b643910e1f7: Preparing [2023-02-20T15:54:17.027Z] 1b08a366fd48: Preparing [2023-02-20T15:54:17.027Z] 4c9c536516ce: Preparing [2023-02-20T15:54:17.027Z] f33d187ed3c2: Preparing [2023-02-20T15:54:17.027Z] aa8d6b7a352c: Preparing [2023-02-20T15:54:17.027Z] eee2ac584cc8: Preparing [2023-02-20T15:54:17.027Z] a251711dc258: Preparing [2023-02-20T15:54:17.027Z] 946f167c13ef: Preparing [2023-02-20T15:54:17.027Z] aa5968d388b8: Preparing [2023-02-20T15:54:17.027Z] 4c9c536516ce: Waiting [2023-02-20T15:54:17.027Z] f33d187ed3c2: Waiting [2023-02-20T15:54:17.027Z] eee2ac584cc8: Waiting [2023-02-20T15:54:17.027Z] a251711dc258: Waiting [2023-02-20T15:54:17.027Z] aa8d6b7a352c: Waiting [2023-02-20T15:54:17.027Z] 946f167c13ef: Waiting [2023-02-20T15:54:17.027Z] aa5968d388b8: Waiting [2023-02-20T15:54:17.027Z] 1b08a366fd48: Layer already exists [2023-02-20T15:54:17.027Z] 6b643910e1f7: Layer already exists [2023-02-20T15:54:17.027Z] 17ba31b5c1aa: Layer already exists [2023-02-20T15:54:17.027Z] 527d5595f868: Layer already exists [2023-02-20T15:54:17.027Z] c309ce4ce9d6: Layer already exists [2023-02-20T15:54:17.027Z] 4c9c536516ce: Layer already exists [2023-02-20T15:54:17.027Z] aa8d6b7a352c: Layer already exists [2023-02-20T15:54:17.027Z] a251711dc258: Layer already exists [2023-02-20T15:54:17.028Z] eee2ac584cc8: Layer already exists [2023-02-20T15:54:17.028Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:17.028Z] 946f167c13ef: Layer already exists [2023-02-20T15:54:17.028Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:17.028Z] latest: digest: sha256:3e3553dac4c1e2a47f43f49015357d5fdc02d38526f29c4eb434f33466f63c24 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:17.340Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:17.642Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.59 [2023-02-20T15:54:17.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-20T15:54:17.642Z] 17ba31b5c1aa: Preparing [2023-02-20T15:54:17.642Z] 17ba31b5c1aa: Preparing [2023-02-20T15:54:17.642Z] c309ce4ce9d6: Preparing [2023-02-20T15:54:17.642Z] 527d5595f868: Preparing [2023-02-20T15:54:17.642Z] 6b643910e1f7: Preparing [2023-02-20T15:54:17.642Z] 1b08a366fd48: Preparing [2023-02-20T15:54:17.642Z] 4c9c536516ce: Preparing [2023-02-20T15:54:17.642Z] f33d187ed3c2: Preparing [2023-02-20T15:54:17.642Z] aa8d6b7a352c: Preparing [2023-02-20T15:54:17.642Z] eee2ac584cc8: Preparing [2023-02-20T15:54:17.642Z] a251711dc258: Preparing [2023-02-20T15:54:17.642Z] 946f167c13ef: Preparing [2023-02-20T15:54:17.642Z] aa5968d388b8: Preparing [2023-02-20T15:54:17.642Z] 4c9c536516ce: Waiting [2023-02-20T15:54:17.642Z] f33d187ed3c2: Waiting [2023-02-20T15:54:17.642Z] aa8d6b7a352c: Waiting [2023-02-20T15:54:17.642Z] eee2ac584cc8: Waiting [2023-02-20T15:54:17.642Z] a251711dc258: Waiting [2023-02-20T15:54:17.642Z] 946f167c13ef: Waiting [2023-02-20T15:54:17.642Z] aa5968d388b8: Waiting [2023-02-20T15:54:17.642Z] c309ce4ce9d6: Layer already exists [2023-02-20T15:54:17.642Z] 17ba31b5c1aa: Layer already exists [2023-02-20T15:54:17.642Z] 527d5595f868: Layer already exists [2023-02-20T15:54:17.642Z] 6b643910e1f7: Layer already exists [2023-02-20T15:54:17.642Z] 1b08a366fd48: Layer already exists [2023-02-20T15:54:17.642Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:17.642Z] aa8d6b7a352c: Layer already exists [2023-02-20T15:54:17.642Z] eee2ac584cc8: Layer already exists [2023-02-20T15:54:17.642Z] 4c9c536516ce: Layer already exists [2023-02-20T15:54:17.642Z] a251711dc258: Layer already exists [2023-02-20T15:54:17.642Z] 946f167c13ef: Layer already exists [2023-02-20T15:54:17.642Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:17.642Z] 3.0.0-dev.59: digest: sha256:3e3553dac4c1e2a47f43f49015357d5fdc02d38526f29c4eb434f33466f63c24 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:17.954Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:18.259Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:18.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-20T15:54:18.259Z] 17ba31b5c1aa: Preparing [2023-02-20T15:54:18.259Z] 17ba31b5c1aa: Preparing [2023-02-20T15:54:18.259Z] c309ce4ce9d6: Preparing [2023-02-20T15:54:18.259Z] 527d5595f868: Preparing [2023-02-20T15:54:18.259Z] 6b643910e1f7: Preparing [2023-02-20T15:54:18.259Z] 1b08a366fd48: Preparing [2023-02-20T15:54:18.259Z] 4c9c536516ce: Preparing [2023-02-20T15:54:18.259Z] f33d187ed3c2: Preparing [2023-02-20T15:54:18.259Z] aa8d6b7a352c: Preparing [2023-02-20T15:54:18.259Z] eee2ac584cc8: Preparing [2023-02-20T15:54:18.259Z] a251711dc258: Preparing [2023-02-20T15:54:18.259Z] 946f167c13ef: Preparing [2023-02-20T15:54:18.259Z] aa5968d388b8: Preparing [2023-02-20T15:54:18.259Z] a251711dc258: Waiting [2023-02-20T15:54:18.259Z] 946f167c13ef: Waiting [2023-02-20T15:54:18.259Z] aa5968d388b8: Waiting [2023-02-20T15:54:18.259Z] f33d187ed3c2: Waiting [2023-02-20T15:54:18.259Z] aa8d6b7a352c: Waiting [2023-02-20T15:54:18.259Z] eee2ac584cc8: Waiting [2023-02-20T15:54:18.259Z] 6b643910e1f7: Layer already exists [2023-02-20T15:54:18.259Z] 1b08a366fd48: Layer already exists [2023-02-20T15:54:18.259Z] 527d5595f868: Layer already exists [2023-02-20T15:54:18.259Z] c309ce4ce9d6: Layer already exists [2023-02-20T15:54:18.259Z] 17ba31b5c1aa: Layer already exists [2023-02-20T15:54:18.259Z] 4c9c536516ce: Layer already exists [2023-02-20T15:54:18.259Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:18.259Z] a251711dc258: Layer already exists [2023-02-20T15:54:18.259Z] eee2ac584cc8: Layer already exists [2023-02-20T15:54:18.259Z] aa8d6b7a352c: Layer already exists [2023-02-20T15:54:18.259Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:18.259Z] 946f167c13ef: Layer already exists [2023-02-20T15:54:18.259Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:3e3553dac4c1e2a47f43f49015357d5fdc02d38526f29c4eb434f33466f63c24 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:18.569Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:18.874Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-02-20T15:54:18.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-20T15:54:18.874Z] 17ba31b5c1aa: Preparing [2023-02-20T15:54:18.874Z] 17ba31b5c1aa: Preparing [2023-02-20T15:54:18.874Z] c309ce4ce9d6: Preparing [2023-02-20T15:54:18.874Z] 527d5595f868: Preparing [2023-02-20T15:54:18.874Z] 6b643910e1f7: Preparing [2023-02-20T15:54:18.874Z] 1b08a366fd48: Preparing [2023-02-20T15:54:18.874Z] 4c9c536516ce: Preparing [2023-02-20T15:54:18.874Z] f33d187ed3c2: Preparing [2023-02-20T15:54:18.874Z] aa8d6b7a352c: Preparing [2023-02-20T15:54:18.874Z] eee2ac584cc8: Preparing [2023-02-20T15:54:18.874Z] a251711dc258: Preparing [2023-02-20T15:54:18.874Z] 946f167c13ef: Preparing [2023-02-20T15:54:18.874Z] aa5968d388b8: Preparing [2023-02-20T15:54:18.874Z] 946f167c13ef: Waiting [2023-02-20T15:54:18.874Z] f33d187ed3c2: Waiting [2023-02-20T15:54:18.874Z] aa8d6b7a352c: Waiting [2023-02-20T15:54:18.874Z] a251711dc258: Waiting [2023-02-20T15:54:18.874Z] 4c9c536516ce: Waiting [2023-02-20T15:54:18.874Z] eee2ac584cc8: Waiting [2023-02-20T15:54:18.874Z] aa5968d388b8: Waiting [2023-02-20T15:54:18.874Z] c309ce4ce9d6: Layer already exists [2023-02-20T15:54:18.874Z] 6b643910e1f7: Layer already exists [2023-02-20T15:54:18.874Z] 527d5595f868: Layer already exists [2023-02-20T15:54:18.874Z] 17ba31b5c1aa: Layer already exists [2023-02-20T15:54:18.874Z] 1b08a366fd48: Layer already exists [2023-02-20T15:54:18.874Z] 4c9c536516ce: Layer already exists [2023-02-20T15:54:18.874Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:18.874Z] a251711dc258: Layer already exists [2023-02-20T15:54:18.874Z] aa8d6b7a352c: Layer already exists [2023-02-20T15:54:18.874Z] eee2ac584cc8: Layer already exists [2023-02-20T15:54:18.875Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:18.875Z] 946f167c13ef: Layer already exists [2023-02-20T15:54:18.875Z] main: digest: sha256:3e3553dac4c1e2a47f43f49015357d5fdc02d38526f29c4eb434f33466f63c24 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:54:18.918Z] ===================================================== [Pipeline] echo [2023-02-20T15:54:18.926Z] taggedImages: [2023-02-20T15:54:18.926Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:18.926Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-20T15:54:18.926Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.59 [2023-02-20T15:54:18.926Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:18.926Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-02-20T15:54:18.940Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-02-20T15:54:18.940Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:18.940Z] latest [2023-02-20T15:54:18.940Z] 3.0.0-dev.59 [2023-02-20T15:54:18.940Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:18.940Z] main [2023-02-20T15:54:18.940Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:19.243Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:19.542Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:19.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-20T15:54:19.542Z] c8786770d4fa: Preparing [2023-02-20T15:54:19.542Z] 4cccbac031df: Preparing [2023-02-20T15:54:19.542Z] aba4c227d238: Preparing [2023-02-20T15:54:19.542Z] 989e8413cc04: Preparing [2023-02-20T15:54:19.542Z] 705a9789b4fb: Preparing [2023-02-20T15:54:19.542Z] a193d50df53e: Preparing [2023-02-20T15:54:19.542Z] 22457669f936: Preparing [2023-02-20T15:54:19.542Z] aa5968d388b8: Preparing [2023-02-20T15:54:19.542Z] a193d50df53e: Waiting [2023-02-20T15:54:19.542Z] 22457669f936: Waiting [2023-02-20T15:54:19.542Z] aa5968d388b8: Waiting [2023-02-20T15:54:19.542Z] c8786770d4fa: Pushed [2023-02-20T15:54:19.542Z] 705a9789b4fb: Pushed [2023-02-20T15:54:19.542Z] 4cccbac031df: Pushed [2023-02-20T15:54:19.542Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:19.802Z] a193d50df53e: Pushed [2023-02-20T15:54:20.062Z] 22457669f936: Pushed [2023-02-20T15:54:20.628Z] 989e8413cc04: Pushed [2023-02-20T15:54:20.629Z] aba4c227d238: Pushed [2023-02-20T15:54:20.888Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:6366ed388a5fd7f669dbdc314feed8d2de784c6684dd0048ca3d24eccf075165 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:21.198Z] + 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-20T15:54:21.505Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-20T15:54:21.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-20T15:54:21.505Z] c8786770d4fa: Preparing [2023-02-20T15:54:21.505Z] 4cccbac031df: Preparing [2023-02-20T15:54:21.505Z] aba4c227d238: Preparing [2023-02-20T15:54:21.505Z] 989e8413cc04: Preparing [2023-02-20T15:54:21.505Z] 705a9789b4fb: Preparing [2023-02-20T15:54:21.505Z] a193d50df53e: Preparing [2023-02-20T15:54:21.505Z] 22457669f936: Preparing [2023-02-20T15:54:21.505Z] aa5968d388b8: Preparing [2023-02-20T15:54:21.505Z] 22457669f936: Waiting [2023-02-20T15:54:21.505Z] aa5968d388b8: Waiting [2023-02-20T15:54:21.505Z] 4cccbac031df: Layer already exists [2023-02-20T15:54:21.505Z] 705a9789b4fb: Layer already exists [2023-02-20T15:54:21.505Z] c8786770d4fa: Layer already exists [2023-02-20T15:54:21.505Z] aba4c227d238: Layer already exists [2023-02-20T15:54:21.505Z] 989e8413cc04: Layer already exists [2023-02-20T15:54:21.505Z] a193d50df53e: Layer already exists [2023-02-20T15:54:21.505Z] 22457669f936: Layer already exists [2023-02-20T15:54:21.505Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:21.505Z] latest: digest: sha256:6366ed388a5fd7f669dbdc314feed8d2de784c6684dd0048ca3d24eccf075165 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:21.818Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:22.128Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.59 [2023-02-20T15:54:22.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-20T15:54:22.129Z] c8786770d4fa: Preparing [2023-02-20T15:54:22.129Z] 4cccbac031df: Preparing [2023-02-20T15:54:22.129Z] aba4c227d238: Preparing [2023-02-20T15:54:22.129Z] 989e8413cc04: Preparing [2023-02-20T15:54:22.129Z] 705a9789b4fb: Preparing [2023-02-20T15:54:22.129Z] a193d50df53e: Preparing [2023-02-20T15:54:22.129Z] 22457669f936: Preparing [2023-02-20T15:54:22.129Z] aa5968d388b8: Preparing [2023-02-20T15:54:22.129Z] 22457669f936: Waiting [2023-02-20T15:54:22.129Z] a193d50df53e: Waiting [2023-02-20T15:54:22.129Z] aa5968d388b8: Waiting [2023-02-20T15:54:22.129Z] aba4c227d238: Layer already exists [2023-02-20T15:54:22.129Z] 705a9789b4fb: Layer already exists [2023-02-20T15:54:22.129Z] 989e8413cc04: Layer already exists [2023-02-20T15:54:22.129Z] c8786770d4fa: Layer already exists [2023-02-20T15:54:22.129Z] 4cccbac031df: Layer already exists [2023-02-20T15:54:22.129Z] a193d50df53e: Layer already exists [2023-02-20T15:54:22.129Z] 22457669f936: Layer already exists [2023-02-20T15:54:22.129Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:22.129Z] 3.0.0-dev.59: digest: sha256:6366ed388a5fd7f669dbdc314feed8d2de784c6684dd0048ca3d24eccf075165 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:22.440Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:22.743Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:22.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-20T15:54:22.743Z] c8786770d4fa: Preparing [2023-02-20T15:54:22.743Z] 4cccbac031df: Preparing [2023-02-20T15:54:22.743Z] aba4c227d238: Preparing [2023-02-20T15:54:22.743Z] 989e8413cc04: Preparing [2023-02-20T15:54:22.743Z] 705a9789b4fb: Preparing [2023-02-20T15:54:22.743Z] a193d50df53e: Preparing [2023-02-20T15:54:22.743Z] 22457669f936: Preparing [2023-02-20T15:54:22.743Z] aa5968d388b8: Preparing [2023-02-20T15:54:22.743Z] a193d50df53e: Waiting [2023-02-20T15:54:22.743Z] aa5968d388b8: Waiting [2023-02-20T15:54:22.743Z] 22457669f936: Waiting [2023-02-20T15:54:22.743Z] 705a9789b4fb: Layer already exists [2023-02-20T15:54:22.743Z] aba4c227d238: Layer already exists [2023-02-20T15:54:22.743Z] 989e8413cc04: Layer already exists [2023-02-20T15:54:22.743Z] c8786770d4fa: Layer already exists [2023-02-20T15:54:22.743Z] 4cccbac031df: Layer already exists [2023-02-20T15:54:22.743Z] a193d50df53e: Layer already exists [2023-02-20T15:54:22.743Z] 22457669f936: Layer already exists [2023-02-20T15:54:22.743Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:22.743Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:6366ed388a5fd7f669dbdc314feed8d2de784c6684dd0048ca3d24eccf075165 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:23.048Z] + 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-20T15:54:23.350Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-02-20T15:54:23.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-20T15:54:23.350Z] c8786770d4fa: Preparing [2023-02-20T15:54:23.350Z] 4cccbac031df: Preparing [2023-02-20T15:54:23.350Z] aba4c227d238: Preparing [2023-02-20T15:54:23.350Z] 989e8413cc04: Preparing [2023-02-20T15:54:23.350Z] 705a9789b4fb: Preparing [2023-02-20T15:54:23.350Z] a193d50df53e: Preparing [2023-02-20T15:54:23.350Z] 22457669f936: Preparing [2023-02-20T15:54:23.350Z] aa5968d388b8: Preparing [2023-02-20T15:54:23.350Z] a193d50df53e: Waiting [2023-02-20T15:54:23.350Z] 22457669f936: Waiting [2023-02-20T15:54:23.350Z] aa5968d388b8: Waiting [2023-02-20T15:54:23.350Z] 705a9789b4fb: Layer already exists [2023-02-20T15:54:23.350Z] 989e8413cc04: Layer already exists [2023-02-20T15:54:23.350Z] aba4c227d238: Layer already exists [2023-02-20T15:54:23.350Z] c8786770d4fa: Layer already exists [2023-02-20T15:54:23.350Z] 4cccbac031df: Layer already exists [2023-02-20T15:54:23.350Z] a193d50df53e: Layer already exists [2023-02-20T15:54:23.350Z] 22457669f936: Layer already exists [2023-02-20T15:54:23.351Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:23.351Z] main: digest: sha256:6366ed388a5fd7f669dbdc314feed8d2de784c6684dd0048ca3d24eccf075165 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:54:23.384Z] ===================================================== [Pipeline] echo [2023-02-20T15:54:23.390Z] taggedImages: [2023-02-20T15:54:23.390Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:23.390Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-20T15:54:23.390Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.59 [2023-02-20T15:54:23.390Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:23.390Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-02-20T15:54:23.403Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-02-20T15:54:23.403Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:23.403Z] latest [2023-02-20T15:54:23.403Z] 3.0.0-dev.59 [2023-02-20T15:54:23.403Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:23.403Z] main [2023-02-20T15:54:23.403Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:23.707Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:24.006Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:24.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-20T15:54:24.006Z] 8e40b8fd7969: Preparing [2023-02-20T15:54:24.006Z] a6ce47a86b39: Preparing [2023-02-20T15:54:24.006Z] 94a7f7f34abf: Preparing [2023-02-20T15:54:24.006Z] d55aaf7d7c52: Preparing [2023-02-20T15:54:24.006Z] 76e94a4cc6b4: Preparing [2023-02-20T15:54:24.006Z] 5ea6b8a3c7d3: Preparing [2023-02-20T15:54:24.006Z] d36ad07011a6: Preparing [2023-02-20T15:54:24.006Z] ab90a69a91f6: Preparing [2023-02-20T15:54:24.006Z] c4946e370836: Preparing [2023-02-20T15:54:24.006Z] 5ea6b8a3c7d3: Waiting [2023-02-20T15:54:24.006Z] ab90a69a91f6: Waiting [2023-02-20T15:54:24.006Z] aa5968d388b8: Preparing [2023-02-20T15:54:24.006Z] aa5968d388b8: Waiting [2023-02-20T15:54:24.006Z] a6ce47a86b39: Pushed [2023-02-20T15:54:24.006Z] 76e94a4cc6b4: Pushed [2023-02-20T15:54:24.006Z] 8e40b8fd7969: Pushed [2023-02-20T15:54:24.264Z] 5ea6b8a3c7d3: Pushed [2023-02-20T15:54:24.264Z] ab90a69a91f6: Pushed [2023-02-20T15:54:24.264Z] d36ad07011a6: Pushed [2023-02-20T15:54:24.264Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:24.264Z] c4946e370836: Pushed [2023-02-20T15:54:25.202Z] d55aaf7d7c52: Pushed [2023-02-20T15:54:25.461Z] 94a7f7f34abf: Pushed [2023-02-20T15:54:25.461Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:b3503713fce58858e654d8cdd4000444148f344ae89d5d7839cdb65062621ad7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:25.774Z] + 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-20T15:54:26.076Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-20T15:54:26.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-20T15:54:26.076Z] 8e40b8fd7969: Preparing [2023-02-20T15:54:26.076Z] a6ce47a86b39: Preparing [2023-02-20T15:54:26.076Z] 94a7f7f34abf: Preparing [2023-02-20T15:54:26.076Z] d55aaf7d7c52: Preparing [2023-02-20T15:54:26.076Z] 76e94a4cc6b4: Preparing [2023-02-20T15:54:26.076Z] 5ea6b8a3c7d3: Preparing [2023-02-20T15:54:26.076Z] d36ad07011a6: Preparing [2023-02-20T15:54:26.076Z] ab90a69a91f6: Preparing [2023-02-20T15:54:26.076Z] c4946e370836: Preparing [2023-02-20T15:54:26.076Z] aa5968d388b8: Preparing [2023-02-20T15:54:26.076Z] 5ea6b8a3c7d3: Waiting [2023-02-20T15:54:26.076Z] d36ad07011a6: Waiting [2023-02-20T15:54:26.076Z] c4946e370836: Waiting [2023-02-20T15:54:26.076Z] aa5968d388b8: Waiting [2023-02-20T15:54:26.076Z] ab90a69a91f6: Waiting [2023-02-20T15:54:26.076Z] d55aaf7d7c52: Layer already exists [2023-02-20T15:54:26.076Z] a6ce47a86b39: Layer already exists [2023-02-20T15:54:26.076Z] 76e94a4cc6b4: Layer already exists [2023-02-20T15:54:26.076Z] 8e40b8fd7969: Layer already exists [2023-02-20T15:54:26.076Z] 94a7f7f34abf: Layer already exists [2023-02-20T15:54:26.076Z] ab90a69a91f6: Layer already exists [2023-02-20T15:54:26.076Z] 5ea6b8a3c7d3: Layer already exists [2023-02-20T15:54:26.076Z] d36ad07011a6: Layer already exists [2023-02-20T15:54:26.076Z] c4946e370836: Layer already exists [2023-02-20T15:54:26.076Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:26.076Z] latest: digest: sha256:b3503713fce58858e654d8cdd4000444148f344ae89d5d7839cdb65062621ad7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:26.388Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:26.692Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.59 [2023-02-20T15:54:26.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-20T15:54:26.692Z] 8e40b8fd7969: Preparing [2023-02-20T15:54:26.692Z] a6ce47a86b39: Preparing [2023-02-20T15:54:26.692Z] 94a7f7f34abf: Preparing [2023-02-20T15:54:26.692Z] d55aaf7d7c52: Preparing [2023-02-20T15:54:26.692Z] 76e94a4cc6b4: Preparing [2023-02-20T15:54:26.692Z] 5ea6b8a3c7d3: Preparing [2023-02-20T15:54:26.692Z] d36ad07011a6: Preparing [2023-02-20T15:54:26.692Z] ab90a69a91f6: Preparing [2023-02-20T15:54:26.692Z] c4946e370836: Preparing [2023-02-20T15:54:26.692Z] aa5968d388b8: Preparing [2023-02-20T15:54:26.692Z] 5ea6b8a3c7d3: Waiting [2023-02-20T15:54:26.692Z] d36ad07011a6: Waiting [2023-02-20T15:54:26.692Z] c4946e370836: Waiting [2023-02-20T15:54:26.692Z] ab90a69a91f6: Waiting [2023-02-20T15:54:26.692Z] aa5968d388b8: Waiting [2023-02-20T15:54:26.692Z] 76e94a4cc6b4: Layer already exists [2023-02-20T15:54:26.692Z] 8e40b8fd7969: Layer already exists [2023-02-20T15:54:26.692Z] d55aaf7d7c52: Layer already exists [2023-02-20T15:54:26.692Z] a6ce47a86b39: Layer already exists [2023-02-20T15:54:26.692Z] 94a7f7f34abf: Layer already exists [2023-02-20T15:54:26.692Z] 5ea6b8a3c7d3: Layer already exists [2023-02-20T15:54:26.692Z] d36ad07011a6: Layer already exists [2023-02-20T15:54:26.692Z] c4946e370836: Layer already exists [2023-02-20T15:54:26.692Z] ab90a69a91f6: Layer already exists [2023-02-20T15:54:26.692Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:26.692Z] 3.0.0-dev.59: digest: sha256:b3503713fce58858e654d8cdd4000444148f344ae89d5d7839cdb65062621ad7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:26.998Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:27.308Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:27.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-20T15:54:27.308Z] 8e40b8fd7969: Preparing [2023-02-20T15:54:27.308Z] a6ce47a86b39: Preparing [2023-02-20T15:54:27.308Z] 94a7f7f34abf: Preparing [2023-02-20T15:54:27.308Z] d55aaf7d7c52: Preparing [2023-02-20T15:54:27.308Z] 76e94a4cc6b4: Preparing [2023-02-20T15:54:27.308Z] 5ea6b8a3c7d3: Preparing [2023-02-20T15:54:27.308Z] d36ad07011a6: Preparing [2023-02-20T15:54:27.308Z] ab90a69a91f6: Preparing [2023-02-20T15:54:27.308Z] c4946e370836: Preparing [2023-02-20T15:54:27.308Z] aa5968d388b8: Preparing [2023-02-20T15:54:27.308Z] d36ad07011a6: Waiting [2023-02-20T15:54:27.308Z] ab90a69a91f6: Waiting [2023-02-20T15:54:27.308Z] c4946e370836: Waiting [2023-02-20T15:54:27.308Z] 5ea6b8a3c7d3: Waiting [2023-02-20T15:54:27.308Z] aa5968d388b8: Waiting [2023-02-20T15:54:27.308Z] d55aaf7d7c52: Layer already exists [2023-02-20T15:54:27.308Z] 8e40b8fd7969: Layer already exists [2023-02-20T15:54:27.308Z] 76e94a4cc6b4: Layer already exists [2023-02-20T15:54:27.308Z] a6ce47a86b39: Layer already exists [2023-02-20T15:54:27.308Z] 94a7f7f34abf: Layer already exists [2023-02-20T15:54:27.308Z] d36ad07011a6: Layer already exists [2023-02-20T15:54:27.308Z] ab90a69a91f6: Layer already exists [2023-02-20T15:54:27.308Z] 5ea6b8a3c7d3: Layer already exists [2023-02-20T15:54:27.308Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:27.308Z] c4946e370836: Layer already exists [2023-02-20T15:54:27.308Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:b3503713fce58858e654d8cdd4000444148f344ae89d5d7839cdb65062621ad7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:27.618Z] + 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-20T15:54:27.923Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-02-20T15:54:27.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-20T15:54:27.923Z] 8e40b8fd7969: Preparing [2023-02-20T15:54:27.923Z] a6ce47a86b39: Preparing [2023-02-20T15:54:27.923Z] 94a7f7f34abf: Preparing [2023-02-20T15:54:27.923Z] d55aaf7d7c52: Preparing [2023-02-20T15:54:27.923Z] 76e94a4cc6b4: Preparing [2023-02-20T15:54:27.923Z] 5ea6b8a3c7d3: Preparing [2023-02-20T15:54:27.923Z] d36ad07011a6: Preparing [2023-02-20T15:54:27.923Z] ab90a69a91f6: Preparing [2023-02-20T15:54:27.923Z] c4946e370836: Preparing [2023-02-20T15:54:27.923Z] aa5968d388b8: Preparing [2023-02-20T15:54:27.923Z] 5ea6b8a3c7d3: Waiting [2023-02-20T15:54:27.923Z] d36ad07011a6: Waiting [2023-02-20T15:54:27.923Z] ab90a69a91f6: Waiting [2023-02-20T15:54:27.923Z] c4946e370836: Waiting [2023-02-20T15:54:27.923Z] aa5968d388b8: Waiting [2023-02-20T15:54:27.923Z] a6ce47a86b39: Layer already exists [2023-02-20T15:54:27.923Z] 76e94a4cc6b4: Layer already exists [2023-02-20T15:54:27.923Z] 94a7f7f34abf: Layer already exists [2023-02-20T15:54:27.923Z] 8e40b8fd7969: Layer already exists [2023-02-20T15:54:27.923Z] d55aaf7d7c52: Layer already exists [2023-02-20T15:54:27.923Z] 5ea6b8a3c7d3: Layer already exists [2023-02-20T15:54:27.923Z] d36ad07011a6: Layer already exists [2023-02-20T15:54:27.923Z] ab90a69a91f6: Layer already exists [2023-02-20T15:54:27.923Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:27.923Z] c4946e370836: Layer already exists [2023-02-20T15:54:27.923Z] main: digest: sha256:b3503713fce58858e654d8cdd4000444148f344ae89d5d7839cdb65062621ad7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:54:27.960Z] ===================================================== [Pipeline] echo [2023-02-20T15:54:27.967Z] taggedImages: [2023-02-20T15:54:27.967Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:27.967Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-20T15:54:27.967Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.59 [2023-02-20T15:54:27.967Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:27.967Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-02-20T15:54:27.983Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-02-20T15:54:27.983Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:27.983Z] latest [2023-02-20T15:54:27.983Z] 3.0.0-dev.59 [2023-02-20T15:54:27.983Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:27.983Z] main [2023-02-20T15:54:27.983Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:28.288Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:28.596Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:28.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-20T15:54:28.596Z] cd99a450a41b: Preparing [2023-02-20T15:54:28.596Z] 0f5519bf409b: Preparing [2023-02-20T15:54:28.596Z] f33d187ed3c2: Preparing [2023-02-20T15:54:28.596Z] c88d54f81c3e: Preparing [2023-02-20T15:54:28.596Z] 4e6476652798: Preparing [2023-02-20T15:54:28.596Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:28.596Z] 4e6476652798: Layer already exists [2023-02-20T15:54:28.596Z] cd99a450a41b: Pushed [2023-02-20T15:54:29.164Z] c88d54f81c3e: Pushed [2023-02-20T15:54:32.455Z] 0f5519bf409b: Pushed [2023-02-20T15:54:32.455Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:736a2e1f7b90fb422644a9a3f295e999d5cb9578c8d09c80d3a3146ebee75870 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:32.778Z] + 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-20T15:54:33.090Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-20T15:54:33.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-20T15:54:33.090Z] cd99a450a41b: Preparing [2023-02-20T15:54:33.090Z] 0f5519bf409b: Preparing [2023-02-20T15:54:33.090Z] f33d187ed3c2: Preparing [2023-02-20T15:54:33.090Z] c88d54f81c3e: Preparing [2023-02-20T15:54:33.090Z] 4e6476652798: Preparing [2023-02-20T15:54:33.090Z] 4e6476652798: Layer already exists [2023-02-20T15:54:33.090Z] 0f5519bf409b: Layer already exists [2023-02-20T15:54:33.090Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:33.090Z] cd99a450a41b: Layer already exists [2023-02-20T15:54:33.090Z] c88d54f81c3e: Layer already exists [2023-02-20T15:54:33.090Z] latest: digest: sha256:736a2e1f7b90fb422644a9a3f295e999d5cb9578c8d09c80d3a3146ebee75870 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:33.402Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:33.712Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.59 [2023-02-20T15:54:33.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-20T15:54:33.713Z] cd99a450a41b: Preparing [2023-02-20T15:54:33.713Z] 0f5519bf409b: Preparing [2023-02-20T15:54:33.713Z] f33d187ed3c2: Preparing [2023-02-20T15:54:33.713Z] c88d54f81c3e: Preparing [2023-02-20T15:54:33.713Z] 4e6476652798: Preparing [2023-02-20T15:54:33.713Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:33.713Z] 0f5519bf409b: Layer already exists [2023-02-20T15:54:33.713Z] c88d54f81c3e: Layer already exists [2023-02-20T15:54:33.713Z] 4e6476652798: Layer already exists [2023-02-20T15:54:33.713Z] cd99a450a41b: Layer already exists [2023-02-20T15:54:33.713Z] 3.0.0-dev.59: digest: sha256:736a2e1f7b90fb422644a9a3f295e999d5cb9578c8d09c80d3a3146ebee75870 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:34.026Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:34.325Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:34.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-20T15:54:34.325Z] cd99a450a41b: Preparing [2023-02-20T15:54:34.325Z] 0f5519bf409b: Preparing [2023-02-20T15:54:34.325Z] f33d187ed3c2: Preparing [2023-02-20T15:54:34.325Z] c88d54f81c3e: Preparing [2023-02-20T15:54:34.325Z] 4e6476652798: Preparing [2023-02-20T15:54:34.325Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:34.325Z] cd99a450a41b: Layer already exists [2023-02-20T15:54:34.325Z] 4e6476652798: Layer already exists [2023-02-20T15:54:34.325Z] 0f5519bf409b: Layer already exists [2023-02-20T15:54:34.325Z] c88d54f81c3e: Layer already exists [2023-02-20T15:54:34.325Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:736a2e1f7b90fb422644a9a3f295e999d5cb9578c8d09c80d3a3146ebee75870 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:34.630Z] + 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-20T15:54:34.932Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-02-20T15:54:34.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-20T15:54:34.932Z] cd99a450a41b: Preparing [2023-02-20T15:54:34.932Z] 0f5519bf409b: Preparing [2023-02-20T15:54:34.932Z] f33d187ed3c2: Preparing [2023-02-20T15:54:34.932Z] c88d54f81c3e: Preparing [2023-02-20T15:54:34.932Z] 4e6476652798: Preparing [2023-02-20T15:54:34.932Z] 0f5519bf409b: Layer already exists [2023-02-20T15:54:34.932Z] cd99a450a41b: Layer already exists [2023-02-20T15:54:34.932Z] c88d54f81c3e: Layer already exists [2023-02-20T15:54:34.932Z] 4e6476652798: Layer already exists [2023-02-20T15:54:34.932Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:34.932Z] main: digest: sha256:736a2e1f7b90fb422644a9a3f295e999d5cb9578c8d09c80d3a3146ebee75870 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:54:34.970Z] ===================================================== [Pipeline] echo [2023-02-20T15:54:34.978Z] taggedImages: [2023-02-20T15:54:34.978Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:34.978Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-20T15:54:34.978Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.59 [2023-02-20T15:54:34.978Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:34.978Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-02-20T15:54:34.999Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-02-20T15:54:34.999Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:34.999Z] latest [2023-02-20T15:54:34.999Z] 3.0.0-dev.59 [2023-02-20T15:54:34.999Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:34.999Z] main [2023-02-20T15:54:34.999Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:35.314Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:35.617Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:35.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-20T15:54:35.618Z] 129deea77f02: Preparing [2023-02-20T15:54:35.618Z] 052bf9c99d63: Preparing [2023-02-20T15:54:35.618Z] 4f5c8d8cab6a: Preparing [2023-02-20T15:54:35.618Z] 414073bd21cd: Preparing [2023-02-20T15:54:35.618Z] edd67b31f058: Preparing [2023-02-20T15:54:35.618Z] 0aa02c1d38b4: Preparing [2023-02-20T15:54:35.618Z] 4e6476652798: Preparing [2023-02-20T15:54:35.618Z] 4e6476652798: Waiting [2023-02-20T15:54:35.618Z] 0aa02c1d38b4: Waiting [2023-02-20T15:54:35.618Z] 4f5c8d8cab6a: Pushed [2023-02-20T15:54:35.618Z] 052bf9c99d63: Pushed [2023-02-20T15:54:35.618Z] 129deea77f02: Pushed [2023-02-20T15:54:35.618Z] 4e6476652798: Layer already exists [2023-02-20T15:54:36.186Z] 0aa02c1d38b4: Pushed [2023-02-20T15:54:39.478Z] edd67b31f058: Pushed [2023-02-20T15:54:42.013Z] 414073bd21cd: Pushed [2023-02-20T15:54:42.013Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:b11ce950be03ed4335ab85d87f06a4091dfea109dd5c6d04c768af6863c51d03 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:42.318Z] + 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-20T15:54:42.619Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-20T15:54:42.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-20T15:54:42.619Z] 129deea77f02: Preparing [2023-02-20T15:54:42.619Z] 052bf9c99d63: Preparing [2023-02-20T15:54:42.619Z] 4f5c8d8cab6a: Preparing [2023-02-20T15:54:42.619Z] 414073bd21cd: Preparing [2023-02-20T15:54:42.619Z] edd67b31f058: Preparing [2023-02-20T15:54:42.619Z] 0aa02c1d38b4: Preparing [2023-02-20T15:54:42.619Z] 4e6476652798: Preparing [2023-02-20T15:54:42.619Z] 4e6476652798: Waiting [2023-02-20T15:54:42.619Z] 0aa02c1d38b4: Waiting [2023-02-20T15:54:42.619Z] 414073bd21cd: Layer already exists [2023-02-20T15:54:42.619Z] edd67b31f058: Layer already exists [2023-02-20T15:54:42.619Z] 129deea77f02: Layer already exists [2023-02-20T15:54:42.619Z] 052bf9c99d63: Layer already exists [2023-02-20T15:54:42.619Z] 4f5c8d8cab6a: Layer already exists [2023-02-20T15:54:42.619Z] 0aa02c1d38b4: Layer already exists [2023-02-20T15:54:42.620Z] 4e6476652798: Layer already exists [2023-02-20T15:54:42.620Z] latest: digest: sha256:b11ce950be03ed4335ab85d87f06a4091dfea109dd5c6d04c768af6863c51d03 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:42.927Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:43.231Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.59 [2023-02-20T15:54:43.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-20T15:54:43.231Z] 129deea77f02: Preparing [2023-02-20T15:54:43.231Z] 052bf9c99d63: Preparing [2023-02-20T15:54:43.231Z] 4f5c8d8cab6a: Preparing [2023-02-20T15:54:43.231Z] 414073bd21cd: Preparing [2023-02-20T15:54:43.231Z] edd67b31f058: Preparing [2023-02-20T15:54:43.231Z] 0aa02c1d38b4: Preparing [2023-02-20T15:54:43.231Z] 4e6476652798: Preparing [2023-02-20T15:54:43.231Z] 0aa02c1d38b4: Waiting [2023-02-20T15:54:43.231Z] 129deea77f02: Layer already exists [2023-02-20T15:54:43.231Z] 414073bd21cd: Layer already exists [2023-02-20T15:54:43.231Z] edd67b31f058: Layer already exists [2023-02-20T15:54:43.231Z] 4f5c8d8cab6a: Layer already exists [2023-02-20T15:54:43.231Z] 052bf9c99d63: Layer already exists [2023-02-20T15:54:43.231Z] 0aa02c1d38b4: Layer already exists [2023-02-20T15:54:43.231Z] 4e6476652798: Layer already exists [2023-02-20T15:54:43.231Z] 3.0.0-dev.59: digest: sha256:b11ce950be03ed4335ab85d87f06a4091dfea109dd5c6d04c768af6863c51d03 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:43.544Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:43.859Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:43.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-20T15:54:43.859Z] 129deea77f02: Preparing [2023-02-20T15:54:43.859Z] 052bf9c99d63: Preparing [2023-02-20T15:54:43.859Z] 4f5c8d8cab6a: Preparing [2023-02-20T15:54:43.859Z] 414073bd21cd: Preparing [2023-02-20T15:54:43.859Z] edd67b31f058: Preparing [2023-02-20T15:54:43.859Z] 0aa02c1d38b4: Preparing [2023-02-20T15:54:43.859Z] 4e6476652798: Preparing [2023-02-20T15:54:43.859Z] 4e6476652798: Waiting [2023-02-20T15:54:43.859Z] 0aa02c1d38b4: Waiting [2023-02-20T15:54:43.859Z] 4f5c8d8cab6a: Layer already exists [2023-02-20T15:54:43.859Z] edd67b31f058: Layer already exists [2023-02-20T15:54:43.859Z] 129deea77f02: Layer already exists [2023-02-20T15:54:43.859Z] 052bf9c99d63: Layer already exists [2023-02-20T15:54:43.859Z] 414073bd21cd: Layer already exists [2023-02-20T15:54:43.859Z] 0aa02c1d38b4: Layer already exists [2023-02-20T15:54:43.859Z] 4e6476652798: Layer already exists [2023-02-20T15:54:43.859Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:b11ce950be03ed4335ab85d87f06a4091dfea109dd5c6d04c768af6863c51d03 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:44.180Z] + 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-20T15:54:44.500Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-20T15:54:44.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-20T15:54:44.500Z] 129deea77f02: Preparing [2023-02-20T15:54:44.500Z] 052bf9c99d63: Preparing [2023-02-20T15:54:44.500Z] 4f5c8d8cab6a: Preparing [2023-02-20T15:54:44.500Z] 414073bd21cd: Preparing [2023-02-20T15:54:44.500Z] edd67b31f058: Preparing [2023-02-20T15:54:44.500Z] 0aa02c1d38b4: Preparing [2023-02-20T15:54:44.500Z] 4e6476652798: Preparing [2023-02-20T15:54:44.500Z] 0aa02c1d38b4: Waiting [2023-02-20T15:54:44.500Z] 4e6476652798: Waiting [2023-02-20T15:54:44.500Z] 4f5c8d8cab6a: Layer already exists [2023-02-20T15:54:44.500Z] 129deea77f02: Layer already exists [2023-02-20T15:54:44.500Z] 414073bd21cd: Layer already exists [2023-02-20T15:54:44.500Z] 052bf9c99d63: Layer already exists [2023-02-20T15:54:44.500Z] edd67b31f058: Layer already exists [2023-02-20T15:54:44.500Z] 0aa02c1d38b4: Layer already exists [2023-02-20T15:54:44.500Z] 4e6476652798: Layer already exists [2023-02-20T15:54:44.500Z] main: digest: sha256:b11ce950be03ed4335ab85d87f06a4091dfea109dd5c6d04c768af6863c51d03 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:54:44.551Z] ===================================================== [Pipeline] echo [2023-02-20T15:54:44.560Z] taggedImages: [2023-02-20T15:54:44.560Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:44.560Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-20T15:54:44.560Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.59 [2023-02-20T15:54:44.560Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:44.560Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-02-20T15:54:44.586Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-02-20T15:54:44.586Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:44.586Z] latest [2023-02-20T15:54:44.586Z] 3.0.0-dev.59 [2023-02-20T15:54:44.586Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:44.586Z] main [2023-02-20T15:54:44.586Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:44.918Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:45.225Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:45.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-20T15:54:45.225Z] 2d98044d0322: Preparing [2023-02-20T15:54:45.225Z] 4d6dd81b9b3d: Preparing [2023-02-20T15:54:45.225Z] eedd5d388c55: Preparing [2023-02-20T15:54:45.225Z] 4b65fe0467c6: Preparing [2023-02-20T15:54:45.225Z] 68e36794520f: Preparing [2023-02-20T15:54:45.225Z] 4e6476652798: Preparing [2023-02-20T15:54:45.225Z] 4e6476652798: Waiting [2023-02-20T15:54:45.225Z] 2d98044d0322: Pushed [2023-02-20T15:54:45.225Z] eedd5d388c55: Pushed [2023-02-20T15:54:45.225Z] 4d6dd81b9b3d: Pushed [2023-02-20T15:54:45.225Z] 4e6476652798: Layer already exists [2023-02-20T15:54:45.484Z] 68e36794520f: Pushed [2023-02-20T15:54:52.054Z] 4b65fe0467c6: Pushed [2023-02-20T15:54:52.054Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:8a65c41e4586148e1d229def12dd842204bc1f88ed99387320a7b4c3c6cc1698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:52.370Z] + 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-20T15:54:52.668Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-20T15:54:52.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-20T15:54:52.668Z] 2d98044d0322: Preparing [2023-02-20T15:54:52.668Z] 4d6dd81b9b3d: Preparing [2023-02-20T15:54:52.668Z] eedd5d388c55: Preparing [2023-02-20T15:54:52.668Z] 4b65fe0467c6: Preparing [2023-02-20T15:54:52.668Z] 68e36794520f: Preparing [2023-02-20T15:54:52.668Z] 4e6476652798: Preparing [2023-02-20T15:54:52.668Z] 4e6476652798: Waiting [2023-02-20T15:54:52.668Z] 4d6dd81b9b3d: Layer already exists [2023-02-20T15:54:52.668Z] 2d98044d0322: Layer already exists [2023-02-20T15:54:52.668Z] 4b65fe0467c6: Layer already exists [2023-02-20T15:54:52.668Z] 68e36794520f: Layer already exists [2023-02-20T15:54:52.668Z] eedd5d388c55: Layer already exists [2023-02-20T15:54:52.668Z] 4e6476652798: Layer already exists [2023-02-20T15:54:52.668Z] latest: digest: sha256:8a65c41e4586148e1d229def12dd842204bc1f88ed99387320a7b4c3c6cc1698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:52.969Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:53.271Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.59 [2023-02-20T15:54:53.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-20T15:54:53.271Z] 2d98044d0322: Preparing [2023-02-20T15:54:53.271Z] 4d6dd81b9b3d: Preparing [2023-02-20T15:54:53.271Z] eedd5d388c55: Preparing [2023-02-20T15:54:53.271Z] 4b65fe0467c6: Preparing [2023-02-20T15:54:53.271Z] 68e36794520f: Preparing [2023-02-20T15:54:53.271Z] 4e6476652798: Preparing [2023-02-20T15:54:53.271Z] 4e6476652798: Waiting [2023-02-20T15:54:53.271Z] eedd5d388c55: Layer already exists [2023-02-20T15:54:53.271Z] 4d6dd81b9b3d: Layer already exists [2023-02-20T15:54:53.271Z] 4b65fe0467c6: Layer already exists [2023-02-20T15:54:53.271Z] 68e36794520f: Layer already exists [2023-02-20T15:54:53.271Z] 2d98044d0322: Layer already exists [2023-02-20T15:54:53.271Z] 4e6476652798: Layer already exists [2023-02-20T15:54:53.271Z] 3.0.0-dev.59: digest: sha256:8a65c41e4586148e1d229def12dd842204bc1f88ed99387320a7b4c3c6cc1698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:53.588Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:53.900Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:53.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-20T15:54:53.900Z] 2d98044d0322: Preparing [2023-02-20T15:54:53.900Z] 4d6dd81b9b3d: Preparing [2023-02-20T15:54:53.900Z] eedd5d388c55: Preparing [2023-02-20T15:54:53.900Z] 4b65fe0467c6: Preparing [2023-02-20T15:54:53.900Z] 68e36794520f: Preparing [2023-02-20T15:54:53.900Z] 4e6476652798: Preparing [2023-02-20T15:54:53.900Z] 4e6476652798: Waiting [2023-02-20T15:54:53.900Z] 4d6dd81b9b3d: Layer already exists [2023-02-20T15:54:53.900Z] 4b65fe0467c6: Layer already exists [2023-02-20T15:54:53.900Z] 2d98044d0322: Layer already exists [2023-02-20T15:54:53.900Z] eedd5d388c55: Layer already exists [2023-02-20T15:54:53.900Z] 68e36794520f: Layer already exists [2023-02-20T15:54:53.900Z] 4e6476652798: Layer already exists [2023-02-20T15:54:53.900Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:8a65c41e4586148e1d229def12dd842204bc1f88ed99387320a7b4c3c6cc1698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:54.213Z] + 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-20T15:54:54.514Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-02-20T15:54:54.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-20T15:54:54.514Z] 2d98044d0322: Preparing [2023-02-20T15:54:54.514Z] 4d6dd81b9b3d: Preparing [2023-02-20T15:54:54.514Z] eedd5d388c55: Preparing [2023-02-20T15:54:54.514Z] 4b65fe0467c6: Preparing [2023-02-20T15:54:54.514Z] 68e36794520f: Preparing [2023-02-20T15:54:54.514Z] 4e6476652798: Preparing [2023-02-20T15:54:54.514Z] 4d6dd81b9b3d: Layer already exists [2023-02-20T15:54:54.514Z] 2d98044d0322: Layer already exists [2023-02-20T15:54:54.514Z] 4b65fe0467c6: Layer already exists [2023-02-20T15:54:54.514Z] eedd5d388c55: Layer already exists [2023-02-20T15:54:54.514Z] 68e36794520f: Layer already exists [2023-02-20T15:54:54.514Z] 4e6476652798: Layer already exists [2023-02-20T15:54:54.514Z] main: digest: sha256:8a65c41e4586148e1d229def12dd842204bc1f88ed99387320a7b4c3c6cc1698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:54:54.550Z] ===================================================== [Pipeline] echo [2023-02-20T15:54:54.556Z] taggedImages: [2023-02-20T15:54:54.556Z] - nexus3.edgexfoundry.org:10004/security-spire-config:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:54.556Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-20T15:54:54.556Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.59 [2023-02-20T15:54:54.556Z] - nexus3.edgexfoundry.org:10004/security-spire-config:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:54.556Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-02-20T15:54:54.571Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-02-20T15:54:54.571Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:54.571Z] latest [2023-02-20T15:54:54.571Z] 3.0.0-dev.59 [2023-02-20T15:54:54.571Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:54.571Z] main [2023-02-20T15:54:54.571Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:54.890Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:55.205Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:55.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-20T15:54:55.205Z] 61b9696212dc: Preparing [2023-02-20T15:54:55.205Z] 340476c1d7d5: Preparing [2023-02-20T15:54:55.205Z] aa28c14b2e81: Preparing [2023-02-20T15:54:55.205Z] 4b65fe0467c6: Preparing [2023-02-20T15:54:55.205Z] 2dbc35d2593e: Preparing [2023-02-20T15:54:55.205Z] 4e6476652798: Preparing [2023-02-20T15:54:55.205Z] 4e6476652798: Waiting [2023-02-20T15:54:55.205Z] 4b65fe0467c6: Layer already exists [2023-02-20T15:54:55.205Z] 4e6476652798: Layer already exists [2023-02-20T15:54:55.205Z] 340476c1d7d5: Pushed [2023-02-20T15:54:55.205Z] 61b9696212dc: Pushed [2023-02-20T15:54:55.205Z] aa28c14b2e81: Pushed [2023-02-20T15:54:55.463Z] 2dbc35d2593e: Pushed [2023-02-20T15:54:55.722Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:b9390991d21a14922ba91fa8ae2153fd343841edef7e17c3f575f081e04c2f60 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:56.028Z] + 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-20T15:54:56.338Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-20T15:54:56.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-20T15:54:56.338Z] 61b9696212dc: Preparing [2023-02-20T15:54:56.338Z] 340476c1d7d5: Preparing [2023-02-20T15:54:56.338Z] aa28c14b2e81: Preparing [2023-02-20T15:54:56.338Z] 4b65fe0467c6: Preparing [2023-02-20T15:54:56.338Z] 2dbc35d2593e: Preparing [2023-02-20T15:54:56.338Z] 4e6476652798: Preparing [2023-02-20T15:54:56.338Z] 4e6476652798: Waiting [2023-02-20T15:54:56.338Z] aa28c14b2e81: Layer already exists [2023-02-20T15:54:56.338Z] 340476c1d7d5: Layer already exists [2023-02-20T15:54:56.338Z] 2dbc35d2593e: Layer already exists [2023-02-20T15:54:56.338Z] 61b9696212dc: Layer already exists [2023-02-20T15:54:56.338Z] 4b65fe0467c6: Layer already exists [2023-02-20T15:54:56.338Z] 4e6476652798: Layer already exists [2023-02-20T15:54:56.338Z] latest: digest: sha256:b9390991d21a14922ba91fa8ae2153fd343841edef7e17c3f575f081e04c2f60 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:56.647Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:56.954Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.59 [2023-02-20T15:54:56.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-20T15:54:56.954Z] 61b9696212dc: Preparing [2023-02-20T15:54:56.954Z] 340476c1d7d5: Preparing [2023-02-20T15:54:56.954Z] aa28c14b2e81: Preparing [2023-02-20T15:54:56.954Z] 4b65fe0467c6: Preparing [2023-02-20T15:54:56.954Z] 2dbc35d2593e: Preparing [2023-02-20T15:54:56.954Z] 4e6476652798: Preparing [2023-02-20T15:54:56.954Z] 4e6476652798: Waiting [2023-02-20T15:54:56.954Z] 61b9696212dc: Layer already exists [2023-02-20T15:54:56.954Z] aa28c14b2e81: Layer already exists [2023-02-20T15:54:56.954Z] 340476c1d7d5: Layer already exists [2023-02-20T15:54:56.954Z] 2dbc35d2593e: Layer already exists [2023-02-20T15:54:56.954Z] 4b65fe0467c6: Layer already exists [2023-02-20T15:54:56.954Z] 4e6476652798: Layer already exists [2023-02-20T15:54:56.954Z] 3.0.0-dev.59: digest: sha256:b9390991d21a14922ba91fa8ae2153fd343841edef7e17c3f575f081e04c2f60 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:57.261Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:57.561Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:57.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-20T15:54:57.561Z] 61b9696212dc: Preparing [2023-02-20T15:54:57.561Z] 340476c1d7d5: Preparing [2023-02-20T15:54:57.561Z] aa28c14b2e81: Preparing [2023-02-20T15:54:57.561Z] 4b65fe0467c6: Preparing [2023-02-20T15:54:57.561Z] 2dbc35d2593e: Preparing [2023-02-20T15:54:57.561Z] 4e6476652798: Preparing [2023-02-20T15:54:57.561Z] 4e6476652798: Waiting [2023-02-20T15:54:57.561Z] 4b65fe0467c6: Layer already exists [2023-02-20T15:54:57.561Z] aa28c14b2e81: Layer already exists [2023-02-20T15:54:57.561Z] 2dbc35d2593e: Layer already exists [2023-02-20T15:54:57.561Z] 340476c1d7d5: Layer already exists [2023-02-20T15:54:57.561Z] 61b9696212dc: Layer already exists [2023-02-20T15:54:57.561Z] 4e6476652798: Layer already exists [2023-02-20T15:54:57.561Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:b9390991d21a14922ba91fa8ae2153fd343841edef7e17c3f575f081e04c2f60 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:57.866Z] + 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-20T15:54:58.165Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-02-20T15:54:58.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-20T15:54:58.165Z] 61b9696212dc: Preparing [2023-02-20T15:54:58.165Z] 340476c1d7d5: Preparing [2023-02-20T15:54:58.165Z] aa28c14b2e81: Preparing [2023-02-20T15:54:58.165Z] 4b65fe0467c6: Preparing [2023-02-20T15:54:58.165Z] 2dbc35d2593e: Preparing [2023-02-20T15:54:58.165Z] 4e6476652798: Preparing [2023-02-20T15:54:58.165Z] 61b9696212dc: Layer already exists [2023-02-20T15:54:58.165Z] 2dbc35d2593e: Layer already exists [2023-02-20T15:54:58.165Z] aa28c14b2e81: Layer already exists [2023-02-20T15:54:58.165Z] 340476c1d7d5: Layer already exists [2023-02-20T15:54:58.165Z] 4b65fe0467c6: Layer already exists [2023-02-20T15:54:58.165Z] 4e6476652798: Layer already exists [2023-02-20T15:54:58.165Z] main: digest: sha256:b9390991d21a14922ba91fa8ae2153fd343841edef7e17c3f575f081e04c2f60 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:54:58.201Z] ===================================================== [Pipeline] echo [2023-02-20T15:54:58.209Z] taggedImages: [2023-02-20T15:54:58.209Z] - nexus3.edgexfoundry.org:10004/security-spire-server:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:58.209Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-20T15:54:58.209Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.59 [2023-02-20T15:54:58.209Z] - nexus3.edgexfoundry.org:10004/security-spire-server:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:58.209Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-02-20T15:54:58.229Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-02-20T15:54:58.229Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:58.229Z] latest [2023-02-20T15:54:58.229Z] 3.0.0-dev.59 [2023-02-20T15:54:58.229Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:54:58.229Z] main [2023-02-20T15:54:58.229Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:58.557Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:54:58.872Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:54:58.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-20T15:54:58.872Z] 2106633c1953: Preparing [2023-02-20T15:54:58.872Z] b3f956ee4e0e: Preparing [2023-02-20T15:54:58.872Z] f33d187ed3c2: Preparing [2023-02-20T15:54:58.872Z] 2e947a60b820: Preparing [2023-02-20T15:54:58.872Z] aa5968d388b8: Preparing [2023-02-20T15:54:58.872Z] aa5968d388b8: Layer already exists [2023-02-20T15:54:58.872Z] f33d187ed3c2: Layer already exists [2023-02-20T15:54:58.872Z] 2106633c1953: Pushed [2023-02-20T15:54:58.872Z] 2e947a60b820: Pushed [2023-02-20T15:55:01.410Z] b3f956ee4e0e: Pushed [2023-02-20T15:55:01.410Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:85155e5edaf47ecee93a90efd50077dfc1e0e8f7844c3bf265ed5a924add2050 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:01.716Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:02.017Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-20T15:55:02.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-20T15:55:02.017Z] 2106633c1953: Preparing [2023-02-20T15:55:02.017Z] b3f956ee4e0e: Preparing [2023-02-20T15:55:02.017Z] f33d187ed3c2: Preparing [2023-02-20T15:55:02.017Z] 2e947a60b820: Preparing [2023-02-20T15:55:02.017Z] aa5968d388b8: Preparing [2023-02-20T15:55:02.017Z] b3f956ee4e0e: Layer already exists [2023-02-20T15:55:02.017Z] 2e947a60b820: Layer already exists [2023-02-20T15:55:02.017Z] aa5968d388b8: Layer already exists [2023-02-20T15:55:02.017Z] f33d187ed3c2: Layer already exists [2023-02-20T15:55:02.017Z] 2106633c1953: Layer already exists [2023-02-20T15:55:02.017Z] latest: digest: sha256:85155e5edaf47ecee93a90efd50077dfc1e0e8f7844c3bf265ed5a924add2050 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:02.324Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:02.625Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.59 [2023-02-20T15:55:02.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-20T15:55:02.625Z] 2106633c1953: Preparing [2023-02-20T15:55:02.625Z] b3f956ee4e0e: Preparing [2023-02-20T15:55:02.625Z] f33d187ed3c2: Preparing [2023-02-20T15:55:02.625Z] 2e947a60b820: Preparing [2023-02-20T15:55:02.625Z] aa5968d388b8: Preparing [2023-02-20T15:55:02.625Z] aa5968d388b8: Layer already exists [2023-02-20T15:55:02.625Z] f33d187ed3c2: Layer already exists [2023-02-20T15:55:02.625Z] 2106633c1953: Layer already exists [2023-02-20T15:55:02.625Z] b3f956ee4e0e: Layer already exists [2023-02-20T15:55:02.625Z] 2e947a60b820: Layer already exists [2023-02-20T15:55:02.625Z] 3.0.0-dev.59: digest: sha256:85155e5edaf47ecee93a90efd50077dfc1e0e8f7844c3bf265ed5a924add2050 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:02.929Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:03.233Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:55:03.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-20T15:55:03.233Z] 2106633c1953: Preparing [2023-02-20T15:55:03.233Z] b3f956ee4e0e: Preparing [2023-02-20T15:55:03.233Z] f33d187ed3c2: Preparing [2023-02-20T15:55:03.233Z] 2e947a60b820: Preparing [2023-02-20T15:55:03.233Z] aa5968d388b8: Preparing [2023-02-20T15:55:03.233Z] 2106633c1953: Layer already exists [2023-02-20T15:55:03.233Z] 2e947a60b820: Layer already exists [2023-02-20T15:55:03.233Z] aa5968d388b8: Layer already exists [2023-02-20T15:55:03.233Z] b3f956ee4e0e: Layer already exists [2023-02-20T15:55:03.233Z] f33d187ed3c2: Layer already exists [2023-02-20T15:55:03.234Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:85155e5edaf47ecee93a90efd50077dfc1e0e8f7844c3bf265ed5a924add2050 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:03.542Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:03.844Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-20T15:55:03.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-20T15:55:03.844Z] 2106633c1953: Preparing [2023-02-20T15:55:03.844Z] b3f956ee4e0e: Preparing [2023-02-20T15:55:03.844Z] f33d187ed3c2: Preparing [2023-02-20T15:55:03.844Z] 2e947a60b820: Preparing [2023-02-20T15:55:03.844Z] aa5968d388b8: Preparing [2023-02-20T15:55:03.844Z] f33d187ed3c2: Layer already exists [2023-02-20T15:55:03.844Z] 2e947a60b820: Layer already exists [2023-02-20T15:55:03.844Z] b3f956ee4e0e: Layer already exists [2023-02-20T15:55:03.844Z] 2106633c1953: Layer already exists [2023-02-20T15:55:03.844Z] aa5968d388b8: Layer already exists [2023-02-20T15:55:03.844Z] main: digest: sha256:85155e5edaf47ecee93a90efd50077dfc1e0e8f7844c3bf265ed5a924add2050 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:55:03.890Z] ===================================================== [Pipeline] echo [2023-02-20T15:55:03.896Z] taggedImages: [2023-02-20T15:55:03.896Z] - nexus3.edgexfoundry.org:10004/support-notifications:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:55:03.896Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-20T15:55:03.896Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.59 [2023-02-20T15:55:03.896Z] - nexus3.edgexfoundry.org:10004/support-notifications:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:55:03.896Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-02-20T15:55:03.911Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-02-20T15:55:03.911Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:55:03.911Z] latest [2023-02-20T15:55:03.911Z] 3.0.0-dev.59 [2023-02-20T15:55:03.911Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:55:03.911Z] main [2023-02-20T15:55:03.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:04.216Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:04.521Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:55:04.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-20T15:55:04.521Z] f0aa08d59f86: Preparing [2023-02-20T15:55:04.521Z] afdfde04f1e5: Preparing [2023-02-20T15:55:04.521Z] f33d187ed3c2: Preparing [2023-02-20T15:55:04.521Z] 4f5d1748fcff: Preparing [2023-02-20T15:55:04.521Z] aa5968d388b8: Preparing [2023-02-20T15:55:04.521Z] f33d187ed3c2: Layer already exists [2023-02-20T15:55:04.521Z] aa5968d388b8: Layer already exists [2023-02-20T15:55:04.521Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:55:04.521Z] f0aa08d59f86: Pushed [2023-02-20T15:55:06.549Z] afdfde04f1e5: Pushed [2023-02-20T15:55:06.829Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:322a824b0150df2137fa4b549d47eeac80bc45ec13f3941582e9e2bd6f090106 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:07.157Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:07.461Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-20T15:55:07.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-20T15:55:07.461Z] f0aa08d59f86: Preparing [2023-02-20T15:55:07.461Z] afdfde04f1e5: Preparing [2023-02-20T15:55:07.461Z] f33d187ed3c2: Preparing [2023-02-20T15:55:07.461Z] 4f5d1748fcff: Preparing [2023-02-20T15:55:07.461Z] aa5968d388b8: Preparing [2023-02-20T15:55:07.461Z] aa5968d388b8: Layer already exists [2023-02-20T15:55:07.461Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:55:07.461Z] afdfde04f1e5: Layer already exists [2023-02-20T15:55:07.461Z] f0aa08d59f86: Layer already exists [2023-02-20T15:55:07.461Z] f33d187ed3c2: Layer already exists [2023-02-20T15:55:07.461Z] latest: digest: sha256:322a824b0150df2137fa4b549d47eeac80bc45ec13f3941582e9e2bd6f090106 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:07.771Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:08.070Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.59 [2023-02-20T15:55:08.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-20T15:55:08.070Z] f0aa08d59f86: Preparing [2023-02-20T15:55:08.070Z] afdfde04f1e5: Preparing [2023-02-20T15:55:08.070Z] f33d187ed3c2: Preparing [2023-02-20T15:55:08.070Z] 4f5d1748fcff: Preparing [2023-02-20T15:55:08.070Z] aa5968d388b8: Preparing [2023-02-20T15:55:08.070Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:55:08.070Z] f33d187ed3c2: Layer already exists [2023-02-20T15:55:08.070Z] f0aa08d59f86: Layer already exists [2023-02-20T15:55:08.070Z] aa5968d388b8: Layer already exists [2023-02-20T15:55:08.070Z] afdfde04f1e5: Layer already exists [2023-02-20T15:55:08.070Z] 3.0.0-dev.59: digest: sha256:322a824b0150df2137fa4b549d47eeac80bc45ec13f3941582e9e2bd6f090106 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:08.374Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:08.680Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:55:08.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-20T15:55:08.680Z] f0aa08d59f86: Preparing [2023-02-20T15:55:08.680Z] afdfde04f1e5: Preparing [2023-02-20T15:55:08.680Z] f33d187ed3c2: Preparing [2023-02-20T15:55:08.680Z] 4f5d1748fcff: Preparing [2023-02-20T15:55:08.680Z] aa5968d388b8: Preparing [2023-02-20T15:55:08.680Z] afdfde04f1e5: Layer already exists [2023-02-20T15:55:08.680Z] f0aa08d59f86: Layer already exists [2023-02-20T15:55:08.680Z] f33d187ed3c2: Layer already exists [2023-02-20T15:55:08.680Z] aa5968d388b8: Layer already exists [2023-02-20T15:55:08.680Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:55:08.680Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:322a824b0150df2137fa4b549d47eeac80bc45ec13f3941582e9e2bd6f090106 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:08.995Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T15:55:09.309Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-02-20T15:55:09.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-20T15:55:09.309Z] f0aa08d59f86: Preparing [2023-02-20T15:55:09.309Z] afdfde04f1e5: Preparing [2023-02-20T15:55:09.309Z] f33d187ed3c2: Preparing [2023-02-20T15:55:09.309Z] 4f5d1748fcff: Preparing [2023-02-20T15:55:09.309Z] aa5968d388b8: Preparing [2023-02-20T15:55:09.309Z] f0aa08d59f86: Layer already exists [2023-02-20T15:55:09.309Z] afdfde04f1e5: Layer already exists [2023-02-20T15:55:09.309Z] aa5968d388b8: Layer already exists [2023-02-20T15:55:09.309Z] 4f5d1748fcff: Layer already exists [2023-02-20T15:55:09.309Z] f33d187ed3c2: Layer already exists [2023-02-20T15:55:09.309Z] main: digest: sha256:322a824b0150df2137fa4b549d47eeac80bc45ec13f3941582e9e2bd6f090106 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T15:55:09.365Z] ===================================================== [Pipeline] echo [2023-02-20T15:55:09.372Z] taggedImages: [2023-02-20T15:55:09.372Z] - nexus3.edgexfoundry.org:10004/support-scheduler:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:55:09.372Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-20T15:55:09.372Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.59 [2023-02-20T15:55:09.372Z] - nexus3.edgexfoundry.org:10004/support-scheduler:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T15:55:09.372Z] - 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-20T15:55:11.223Z] Removing intermediate container 59ead61f3c7d [2023-02-20T15:55:11.223Z] ---> aaf309ce1ab3 [2023-02-20T15:55:11.223Z] Step 8/23 : COPY . . [2023-02-20T15:55:11.223Z] Removing intermediate container c9960b44090c [2023-02-20T15:55:11.223Z] ---> 45d3ec7ead17 [2023-02-20T15:55:11.223Z] Step 7/24 : COPY . . [2023-02-20T15:55:11.223Z] Removing intermediate container 751c1b76b3eb [2023-02-20T15:55:11.223Z] ---> c05dc0753e24 [2023-02-20T15:55:11.223Z] Step 7/21 : COPY . . [2023-02-20T15:55:11.223Z] Removing intermediate container 53bf5bf36bc7 [2023-02-20T15:55:11.223Z] ---> 9f2e12afbf0b [2023-02-20T15:55:11.223Z] Step 7/23 : COPY . . [2023-02-20T15:55:11.223Z] Removing intermediate container 72beee438e5f [2023-02-20T15:55:11.223Z] ---> 54b39a243b33 [2023-02-20T15:55:11.223Z] Step 7/24 : COPY . . [2023-02-20T15:55:17.729Z] ---> 19b592e0f3a6 [2023-02-20T15:55:17.729Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-20T15:55:17.729Z] ---> Running in ba356c019878 [2023-02-20T15:55:17.729Z] ---> feb5af8d73e0 [2023-02-20T15:55:17.729Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-20T15:55:17.729Z] ---> 109f0dea1033 [2023-02-20T15:55:17.729Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-20T15:55:17.729Z] ---> Running in 6225b0107f03 [2023-02-20T15:55:17.729Z] ---> Running in 1fdd07c5568e [2023-02-20T15:55:18.329Z] ---> b0f0d044136e [2023-02-20T15:55:18.329Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-20T15:55:18.624Z] ---> Running in 9f9dbc77b096 [2023-02-20T15:55:18.624Z] ---> f55e64fb2f42 [2023-02-20T15:55:18.624Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-20T15:55:18.898Z] ---> Running in fcf55a86c21f [2023-02-20T15:55:18.898Z] Removing intermediate container 6225b0107f03 [2023-02-20T15:55:18.898Z] ---> 65669f06769c [2023-02-20T15:55:18.898Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-20T15:55:19.171Z] ---> Running in 7048efcfa4fa [2023-02-20T15:55:19.757Z] Removing intermediate container 9f9dbc77b096 [2023-02-20T15:55:19.757Z] ---> bf5b93533b8e [2023-02-20T15:55:19.757Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-20T15:55:19.757Z] Removing intermediate container fcf55a86c21f [2023-02-20T15:55:19.757Z] ---> 7a29c7bc3d71 [2023-02-20T15:55:19.757Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-20T15:55:19.757Z] ---> Running in 03ebeead1fae [2023-02-20T15:55:20.031Z] ---> Running in 1d0368a8e5a3 [2023-02-20T15:55:20.031Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-20T15:55:20.031Z] Removing intermediate container 7048efcfa4fa [2023-02-20T15:55:20.031Z] ---> 9ecd4d165f9b [2023-02-20T15:55:20.031Z] 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-20T15:55:20.300Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-20T15:55:20.300Z] ---> Running in 1ef3e947cd8f [2023-02-20T15:55:21.305Z] Removing intermediate container 03ebeead1fae [2023-02-20T15:55:21.305Z] ---> d6b661486b44 [2023-02-20T15:55:21.305Z] 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-20T15:55:21.578Z] Removing intermediate container 1d0368a8e5a3 [2023-02-20T15:55:21.578Z] ---> 25925cdf6bfd [2023-02-20T15:55:21.578Z] 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-20T15:55:21.578Z] ---> Running in eea015a68d75 [2023-02-20T15:55:21.849Z] ---> Running in 3efc1f823d6e [2023-02-20T15:55:27.214Z] Removing intermediate container 1ef3e947cd8f [2023-02-20T15:55:27.214Z] ---> 45a9dd4aaaea [2023-02-20T15:55:27.214Z] Step 11/24 : WORKDIR /edgex-go [2023-02-20T15:55:27.214Z] ---> Running in c8385f359d87 [2023-02-20T15:55:27.485Z] Removing intermediate container eea015a68d75 [2023-02-20T15:55:27.485Z] ---> 7f70b34a2055 [2023-02-20T15:55:27.485Z] Step 11/24 : WORKDIR /edgex-go [2023-02-20T15:55:28.071Z] ---> Running in 65a5bcd50656 [2023-02-20T15:55:28.359Z] Removing intermediate container 3efc1f823d6e [2023-02-20T15:55:28.359Z] ---> a51511bbc309 [2023-02-20T15:55:28.359Z] Step 11/23 : WORKDIR /edgex-go [2023-02-20T15:55:28.640Z] ---> Running in 218b187acdf2 [2023-02-20T15:55:28.640Z] Removing intermediate container c8385f359d87 [2023-02-20T15:55:28.640Z] ---> 3fe9910da251 [2023-02-20T15:55:28.640Z] [2023-02-20T15:55:28.640Z] Step 12/24 : FROM alpine:3.15 [2023-02-20T15:55:28.912Z] 3.15: Pulling from library/alpine [2023-02-20T15:55:29.502Z] Removing intermediate container 65a5bcd50656 [2023-02-20T15:55:29.502Z] ---> 4affb6376836 [2023-02-20T15:55:29.502Z] [2023-02-20T15:55:29.502Z] Step 12/24 : FROM alpine:3.15 [2023-02-20T15:55:29.789Z] 3.15: Pulling from library/alpine [2023-02-20T15:55:30.060Z] Removing intermediate container 218b187acdf2 [2023-02-20T15:55:30.060Z] ---> f63b73b6c9ca [2023-02-20T15:55:30.060Z] [2023-02-20T15:55:30.060Z] Step 12/23 : FROM alpine:3.15 [2023-02-20T15:55:30.332Z] 3.15: Pulling from library/alpine [2023-02-20T15:55:31.758Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-20T15:55:31.758Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-20T15:55:31.758Z] Status: Downloaded newer image for alpine:3.15 [2023-02-20T15:55:31.758Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-20T15:55:31.758Z] Status: Image is up to date for alpine:3.15 [2023-02-20T15:55:32.029Z] Status: Downloaded newer image for alpine:3.15 [2023-02-20T15:55:32.029Z] ---> 354640af7b1b [2023-02-20T15:55:32.029Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-20T15:55:32.029Z] ---> 354640af7b1b [2023-02-20T15:55:32.029Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-20T15:55:32.029Z] ---> 354640af7b1b [2023-02-20T15:55:32.029Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-20T15:55:32.298Z] ---> Running in 39fefcd554cc [2023-02-20T15:55:32.298Z] ---> Running in dbd52d5814bc [2023-02-20T15:55:32.298Z] ---> Running in cf6b70a25df5 [2023-02-20T15:55:33.728Z] Removing intermediate container 39fefcd554cc [2023-02-20T15:55:33.728Z] ---> 68db169d5cfa [2023-02-20T15:55:33.728Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-20T15:55:33.728Z] Removing intermediate container cf6b70a25df5 [2023-02-20T15:55:33.728Z] ---> 7a21ed8de7b0 [2023-02-20T15:55:33.728Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-20T15:55:33.728Z] Removing intermediate container dbd52d5814bc [2023-02-20T15:55:33.728Z] ---> acf345cb8fd5 [2023-02-20T15:55:33.728Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-20T15:55:33.728Z] ---> Running in c6477b367f5d [2023-02-20T15:55:34.000Z] ---> Running in 3b951bec61a4 [2023-02-20T15:55:34.000Z] ---> Running in 93d340766507 [2023-02-20T15:55:37.372Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:55:37.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:55:37.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:55:38.247Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:55:38.247Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:55:38.247Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:55:39.664Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-20T15:55:39.664Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-20T15:55:39.664Z] OK: 15734 distinct packages available [2023-02-20T15:55:39.664Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-20T15:55:39.664Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-20T15:55:39.664Z] OK: 15734 distinct packages available [2023-02-20T15:55:39.933Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:55:39.933Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-20T15:55:39.933Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-20T15:55:39.933Z] OK: 15734 distinct packages available [2023-02-20T15:55:40.203Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:55:40.203Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:55:40.471Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:55:40.742Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:55:40.742Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:55:42.201Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-20T15:55:42.201Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-20T15:55:42.201Z] (3/5) Installing libucontext (1.1-r0) [2023-02-20T15:55:42.201Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-20T15:55:42.201Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-20T15:55:42.201Z] Executing busybox-1.34.1-r7.trigger [2023-02-20T15:55:42.201Z] OK: 6 MiB in 19 packages [2023-02-20T15:55:42.471Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-20T15:55:42.471Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-20T15:55:42.471Z] (3/4) Installing libucontext (1.1-r0) [2023-02-20T15:55:42.471Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-20T15:55:42.471Z] Executing busybox-1.34.1-r7.trigger [2023-02-20T15:55:42.471Z] OK: 6 MiB in 18 packages [2023-02-20T15:55:42.471Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-20T15:55:42.743Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-20T15:55:42.743Z] (3/5) Installing libucontext (1.1-r0) [2023-02-20T15:55:42.743Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-20T15:55:42.743Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-20T15:55:42.743Z] Executing busybox-1.34.1-r7.trigger [2023-02-20T15:55:42.743Z] OK: 6 MiB in 19 packages [2023-02-20T15:55:45.360Z] Removing intermediate container 3b951bec61a4 [2023-02-20T15:55:45.360Z] ---> 703b9222c1db [2023-02-20T15:55:45.360Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-20T15:55:45.634Z] Removing intermediate container 93d340766507 [2023-02-20T15:55:45.634Z] ---> 4afe9c7ac2a2 [2023-02-20T15:55:45.634Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-20T15:55:45.903Z] Removing intermediate container c6477b367f5d [2023-02-20T15:55:45.903Z] ---> 9949088c217e [2023-02-20T15:55:45.903Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-20T15:55:56.319Z] ---> cb66cc5f43ea [2023-02-20T15:55:56.319Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-20T15:56:00.610Z] ---> cb2f632d6d30 [2023-02-20T15:56:00.610Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-20T15:56:00.610Z] ---> 03a6ea0b1536 [2023-02-20T15:56:00.610Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-20T15:56:02.029Z] ---> 08d34fc3db52 [2023-02-20T15:56:02.029Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-20T15:56:02.297Z] ---> Running in d11204fef011 [2023-02-20T15:56:02.568Z] ---> 9316b7d78806 [2023-02-20T15:56:02.568Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-20T15:56:03.539Z] Removing intermediate container d11204fef011 [2023-02-20T15:56:03.539Z] ---> 57b12a82de9a [2023-02-20T15:56:03.539Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-20T15:56:04.507Z] ---> 4b89ee137387 [2023-02-20T15:56:04.507Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-20T15:56:05.944Z] ---> 498642955c9b [2023-02-20T15:56:05.944Z] Step 19/24 : WORKDIR / [2023-02-20T15:56:05.944Z] ---> Running in 7b6925ca20e4 [2023-02-20T15:56:06.928Z] ---> 43ddaadd63d7 [2023-02-20T15:56:06.928Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-20T15:56:07.204Z] ---> Running in 86c76ffd8d49 [2023-02-20T15:56:07.488Z] Removing intermediate container 7b6925ca20e4 [2023-02-20T15:56:07.488Z] ---> 335084b83543 [2023-02-20T15:56:07.488Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-20T15:56:07.763Z] ---> Running in 9b39700cd8da [2023-02-20T15:56:08.355Z] Removing intermediate container 86c76ffd8d49 [2023-02-20T15:56:08.355Z] ---> b095680c1eb0 [2023-02-20T15:56:08.355Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-20T15:56:08.626Z] ---> Running in 1960e0b0d134 [2023-02-20T15:56:08.897Z] Removing intermediate container 9b39700cd8da [2023-02-20T15:56:08.897Z] ---> f429498280d0 [2023-02-20T15:56:08.897Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-20T15:56:09.175Z] ---> Running in 6e96611bfdaf [2023-02-20T15:56:10.150Z] ---> 9a128f8c7021 [2023-02-20T15:56:10.150Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-20T15:56:10.150Z] Removing intermediate container 1960e0b0d134 [2023-02-20T15:56:10.150Z] ---> 9f308aec6f0e [2023-02-20T15:56:10.150Z] Step 21/23 : LABEL arch=arm64 [2023-02-20T15:56:10.150Z] ---> Running in 693873e8b877 [2023-02-20T15:56:10.423Z] Removing intermediate container 6e96611bfdaf [2023-02-20T15:56:10.423Z] ---> 543ef6a83a01 [2023-02-20T15:56:10.423Z] Step 22/24 : LABEL arch=arm64 [2023-02-20T15:56:10.706Z] ---> Running in 6a955ed2c41b [2023-02-20T15:56:11.693Z] Removing intermediate container 693873e8b877 [2023-02-20T15:56:11.693Z] ---> a05fd55ac69a [2023-02-20T15:56:11.693Z] Step 22/23 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:56:11.693Z] ---> Running in 398d6fe704d2 [2023-02-20T15:56:12.296Z] Removing intermediate container 6a955ed2c41b [2023-02-20T15:56:12.296Z] ---> ba22434e09e7 [2023-02-20T15:56:12.296Z] Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:56:12.568Z] ---> Running in ad3eb3134b55 [2023-02-20T15:56:13.173Z] ---> 296592afaf21 [2023-02-20T15:56:13.173Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-20T15:56:13.173Z] Removing intermediate container 398d6fe704d2 [2023-02-20T15:56:13.173Z] ---> 3c3b212a36fa [2023-02-20T15:56:13.173Z] Step 23/23 : LABEL version=3.0.0-dev.59 [2023-02-20T15:56:13.762Z] ---> Running in 937cf2afd9da [2023-02-20T15:56:14.046Z] Removing intermediate container ad3eb3134b55 [2023-02-20T15:56:14.046Z] ---> 074552c42770 [2023-02-20T15:56:14.046Z] Step 24/24 : LABEL version=3.0.0-dev.59 [2023-02-20T15:56:14.324Z] ---> Running in efc2fff82ae6 [2023-02-20T15:56:14.924Z] Removing intermediate container 937cf2afd9da [2023-02-20T15:56:14.924Z] ---> c5eae48ec478 [2023-02-20T15:56:14.924Z] [2023-02-20T15:56:15.897Z] Removing intermediate container efc2fff82ae6 [2023-02-20T15:56:15.897Z] ---> 60db406663b9 [2023-02-20T15:56:15.897Z] [2023-02-20T15:56:15.897Z] ---> 7fcd43e8c605 [2023-02-20T15:56:15.897Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-20T15:56:15.897Z] Successfully built c5eae48ec478 [2023-02-20T15:56:15.897Z] Successfully tagged security-spire-server-arm64:latest [2023-02-20T15:56:15.897Z] Building security-secretstore-setup [2023-02-20T15:56:16.168Z]  Building security-spire-server ... done Successfully built 60db406663b9 [2023-02-20T15:56:16.168Z] Successfully tagged security-spire-config-arm64:latest [2023-02-20T15:56:16.168Z]  Building security-spire-config ... done Building core-metadata [2023-02-20T15:56:17.128Z] ---> 485d87478d51 [2023-02-20T15:56:17.128Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-20T15:56:17.395Z] ---> Running in e3e47b653b50 [2023-02-20T15:56:18.356Z] Removing intermediate container e3e47b653b50 [2023-02-20T15:56:18.356Z] ---> e63015c9d025 [2023-02-20T15:56:18.356Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-20T15:56:18.356Z] ---> Running in 6a100adbb8cf [2023-02-20T15:56:18.966Z] Removing intermediate container 6a100adbb8cf [2023-02-20T15:56:18.966Z] ---> 67e6a9384659 [2023-02-20T15:56:18.966Z] Step 22/24 : LABEL arch=arm64 [2023-02-20T15:56:19.235Z] ---> Running in 192ec777d2b5 [2023-02-20T15:56:19.820Z] Removing intermediate container 192ec777d2b5 [2023-02-20T15:56:19.820Z] ---> efc538f9f8f8 [2023-02-20T15:56:19.820Z] Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T15:56:21.228Z] ---> Running in 91fe655a0a37 [2023-02-20T15:56:21.824Z] Removing intermediate container 91fe655a0a37 [2023-02-20T15:56:21.824Z] ---> fdb93d33ab13 [2023-02-20T15:56:21.824Z] Step 24/24 : LABEL version=3.0.0-dev.59 [2023-02-20T15:56:21.824Z] ---> Running in 66ec0c782a30 [2023-02-20T15:56:22.422Z] Removing intermediate container 66ec0c782a30 [2023-02-20T15:56:22.422Z] ---> 69454c442aa9 [2023-02-20T15:56:22.422Z] [2023-02-20T15:56:22.691Z] Successfully built 69454c442aa9 [2023-02-20T15:56:22.691Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-20T15:56:22.691Z]  Building security-spire-agent ... done Building security-spiffe-token-provider [2023-02-20T15:56:25.311Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:56:25.311Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:56:25.311Z] ---> c9290be95c5c [2023-02-20T15:56:25.311Z] Step 3/24 : WORKDIR /edgex-go [2023-02-20T15:56:25.311Z] ---> Using cache [2023-02-20T15:56:25.311Z] ---> 6d7e012c34df [2023-02-20T15:56:25.311Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-20T15:56:25.581Z] ---> Running in 18ab340be05d [2023-02-20T15:56:27.003Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:56:27.003Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:56:27.003Z] ---> c9290be95c5c [2023-02-20T15:56:27.003Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-20T15:56:27.003Z] ---> Using cache [2023-02-20T15:56:27.003Z] ---> 4d32a96b68b6 [2023-02-20T15:56:27.003Z] Step 4/24 : WORKDIR /edgex-go [2023-02-20T15:56:27.003Z] ---> Using cache [2023-02-20T15:56:27.003Z] ---> 2532427c6693 [2023-02-20T15:56:27.003Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-20T15:56:27.003Z] ---> Using cache [2023-02-20T15:56:27.003Z] ---> 743568f98da0 [2023-02-20T15:56:27.003Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-20T15:56:27.003Z] ---> Using cache [2023-02-20T15:56:27.003Z] ---> 5be648c96b97 [2023-02-20T15:56:27.003Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:56:27.003Z] ---> Using cache [2023-02-20T15:56:27.003Z] ---> aaf309ce1ab3 [2023-02-20T15:56:27.003Z] Step 8/24 : COPY . . [2023-02-20T15:56:27.003Z] ---> Using cache [2023-02-20T15:56:27.003Z] ---> 19b592e0f3a6 [2023-02-20T15:56:27.003Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-20T15:56:27.278Z] ---> Running in 85687f89d603 [2023-02-20T15:56:29.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:56:30.466Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:56:30.466Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T15:56:30.466Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-20T15:56:30.466Z] ---> c9290be95c5c [2023-02-20T15:56:30.466Z] Step 3/19 : WORKDIR /edgex-go [2023-02-20T15:56:30.466Z] ---> Using cache [2023-02-20T15:56:30.466Z] ---> 6d7e012c34df [2023-02-20T15:56:30.466Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-20T15:56:30.735Z] ---> Running in 7d541410261a [2023-02-20T15:56:32.145Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-20T15:56:32.412Z] OK: 221 MiB in 51 packages [2023-02-20T15:56:33.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:56:34.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:56:34.355Z] Removing intermediate container 18ab340be05d [2023-02-20T15:56:34.355Z] ---> 0a032e209808 [2023-02-20T15:56:34.355Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-20T15:56:35.317Z] ---> 0d4bc14b34b9 [2023-02-20T15:56:35.317Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:56:35.588Z] ---> Running in c93f5cb7625c [2023-02-20T15:56:36.551Z] v3.16.4-16-g3c16caa8e9c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-20T15:56:36.551Z] v3.16.4-18-g119e22a0985 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-20T15:56:36.551Z] OK: 16903 distinct packages available [2023-02-20T15:56:36.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T15:56:37.403Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T15:56:40.000Z] OK: 221 MiB in 51 packages [2023-02-20T15:56:41.952Z] Removing intermediate container 7d541410261a [2023-02-20T15:56:41.952Z] ---> 2321d85cff8c [2023-02-20T15:56:41.952Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-20T15:56:44.571Z] ---> 93ef2f6e9219 [2023-02-20T15:56:44.571Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T15:56:44.842Z] ---> Running in 257448f7c47d [2023-02-20T15:58:51.612Z] Removing intermediate container c93f5cb7625c [2023-02-20T15:58:51.612Z] ---> 73f6c26a4336 [2023-02-20T15:58:51.612Z] Step 7/24 : COPY . . [2023-02-20T15:58:51.612Z] ---> f4644bcc7200 [2023-02-20T15:58:51.612Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-20T15:58:51.612Z] ---> Running in 1d00b50cf5bd [2023-02-20T15:58:51.612Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-20T15:58:51.612Z] Removing intermediate container 257448f7c47d [2023-02-20T15:58:51.612Z] ---> fba898819a8b [2023-02-20T15:58:51.612Z] Step 7/19 : COPY . . [2023-02-20T15:58:51.612Z] ---> 465cb481d2ec [2023-02-20T15:58:51.612Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-20T15:58:51.612Z] ---> Running in 4fbac8276da8 [2023-02-20T15:58:51.612Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-20T16:01:58.402Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-20T16:02:22.925Z] Removing intermediate container 1fdd07c5568e [2023-02-20T16:02:22.925Z] ---> e0106a5af009 [2023-02-20T16:02:22.925Z] [2023-02-20T16:02:22.925Z] Step 9/21 : FROM alpine:3.16 [2023-02-20T16:02:22.925Z] 3.16: Pulling from library/alpine [2023-02-20T16:02:22.925Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-20T16:02:22.925Z] Status: Downloaded newer image for alpine:3.16 [2023-02-20T16:02:22.925Z] ---> 4c81e5bf8899 [2023-02-20T16:02:22.925Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-20T16:02:22.925Z] ---> Running in 9eec71a77abd [2023-02-20T16:02:24.903Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T16:02:25.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T16:02:27.120Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-20T16:02:27.120Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-20T16:02:27.120Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-20T16:02:27.120Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-20T16:02:27.120Z] (5/6) Installing curl (7.83.1-r6) [2023-02-20T16:02:27.120Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-20T16:02:27.120Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T16:02:27.120Z] Executing ca-certificates-20220614-r0.trigger [2023-02-20T16:02:27.389Z] OK: 8 MiB in 20 packages [2023-02-20T16:02:29.976Z] Removing intermediate container 9eec71a77abd [2023-02-20T16:02:29.976Z] ---> 5fd92b4dd4d2 [2023-02-20T16:02:29.976Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-20T16:02:29.976Z] ---> Running in e6de77f14af0 [2023-02-20T16:02:30.243Z] Removing intermediate container e6de77f14af0 [2023-02-20T16:02:30.243Z] ---> 91954e52e8bd [2023-02-20T16:02:30.243Z] Step 12/21 : WORKDIR /edgex [2023-02-20T16:02:30.243Z] ---> Running in 87163dadc012 [2023-02-20T16:02:31.211Z] Removing intermediate container 87163dadc012 [2023-02-20T16:02:31.211Z] ---> 2286a644a001 [2023-02-20T16:02:31.211Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-20T16:02:31.809Z] ---> 0b7bd1d99eff [2023-02-20T16:02:31.809Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-20T16:02:33.754Z] ---> 8af16983923e [2023-02-20T16:02:33.754Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-20T16:02:35.175Z] ---> 9c4e79b9a258 [2023-02-20T16:02:35.175Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-20T16:02:36.137Z] ---> 71c7871f66ed [2023-02-20T16:02:36.137Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-20T16:02:36.137Z] ---> Running in bd3a53c3cbe7 [2023-02-20T16:02:39.493Z] Removing intermediate container bd3a53c3cbe7 [2023-02-20T16:02:39.493Z] ---> 5f8984eea975 [2023-02-20T16:02:39.493Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-20T16:02:39.493Z] ---> Running in ad7e1539b1b2 [2023-02-20T16:02:39.773Z] Removing intermediate container ad7e1539b1b2 [2023-02-20T16:02:39.773Z] ---> 0203ea1f2475 [2023-02-20T16:02:39.773Z] Step 19/21 : LABEL arch=arm64 [2023-02-20T16:02:39.773Z] ---> Running in a3d6438dabc5 [2023-02-20T16:02:40.374Z] Removing intermediate container a3d6438dabc5 [2023-02-20T16:02:40.374Z] ---> 525213d18746 [2023-02-20T16:02:40.374Z] Step 20/21 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:02:40.374Z] ---> Running in 34d418d15a31 [2023-02-20T16:02:40.970Z] Removing intermediate container 34d418d15a31 [2023-02-20T16:02:40.970Z] ---> a5775b4b47cd [2023-02-20T16:02:40.970Z] Step 21/21 : LABEL version=3.0.0-dev.59 [2023-02-20T16:02:41.246Z] ---> Running in e07055842e0b [2023-02-20T16:02:41.845Z] Removing intermediate container e07055842e0b [2023-02-20T16:02:41.845Z] ---> c78e70f93a4e [2023-02-20T16:02:41.845Z] [2023-02-20T16:02:41.845Z] Successfully built c78e70f93a4e [2023-02-20T16:02:41.845Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-20T16:02:41.845Z] Building support-scheduler [2023-02-20T16:02:46.113Z]  Building security-proxy-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T16:02:46.113Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-20T16:02:46.113Z] ---> c9290be95c5c [2023-02-20T16:02:46.113Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-20T16:02:46.113Z] ---> Using cache [2023-02-20T16:02:46.113Z] ---> 4d32a96b68b6 [2023-02-20T16:02:46.113Z] Step 4/22 : WORKDIR /edgex-go [2023-02-20T16:02:46.113Z] ---> Using cache [2023-02-20T16:02:46.113Z] ---> 2532427c6693 [2023-02-20T16:02:46.113Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-20T16:02:46.113Z] ---> Using cache [2023-02-20T16:02:46.113Z] ---> 743568f98da0 [2023-02-20T16:02:46.113Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-20T16:02:46.113Z] ---> Using cache [2023-02-20T16:02:46.113Z] ---> 5be648c96b97 [2023-02-20T16:02:46.113Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T16:02:46.113Z] ---> Using cache [2023-02-20T16:02:46.113Z] ---> aaf309ce1ab3 [2023-02-20T16:02:46.113Z] Step 8/22 : COPY . . [2023-02-20T16:02:46.113Z] ---> Using cache [2023-02-20T16:02:46.113Z] ---> 19b592e0f3a6 [2023-02-20T16:02:46.113Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-20T16:02:46.113Z] ---> Running in 4742832cb8c8 [2023-02-20T16:02:48.093Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-20T16:02:56.318Z] Removing intermediate container ba356c019878 [2023-02-20T16:02:56.318Z] ---> 94fb8c13b10d [2023-02-20T16:02:56.318Z] [2023-02-20T16:02:56.318Z] Step 10/23 : FROM alpine:3.16 [2023-02-20T16:02:56.318Z] ---> 4c81e5bf8899 [2023-02-20T16:02:56.318Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-20T16:02:56.318Z] ---> Running in d9d665d31b8c [2023-02-20T16:02:58.286Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T16:02:58.871Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T16:03:00.828Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-20T16:03:00.828Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T16:03:00.828Z] OK: 5 MiB in 15 packages [2023-02-20T16:03:02.783Z] Removing intermediate container d9d665d31b8c [2023-02-20T16:03:02.783Z] ---> 3a16ad21403c [2023-02-20T16:03:02.783Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-20T16:03:03.055Z] ---> Running in 691db80dc9de [2023-02-20T16:03:03.643Z] Removing intermediate container 691db80dc9de [2023-02-20T16:03:03.643Z] ---> 6b3630ecc712 [2023-02-20T16:03:03.643Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-20T16:03:05.060Z] ---> Running in 36e2103fd6f3 [2023-02-20T16:03:05.652Z] Removing intermediate container 36e2103fd6f3 [2023-02-20T16:03:05.652Z] ---> a606adbaad80 [2023-02-20T16:03:05.652Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-20T16:03:05.652Z] ---> Running in 3146458018f3 [2023-02-20T16:03:06.241Z] Removing intermediate container 3146458018f3 [2023-02-20T16:03:06.241Z] ---> 2ace4987aa66 [2023-02-20T16:03:06.241Z] Step 15/23 : WORKDIR / [2023-02-20T16:03:06.512Z] ---> Running in 8ebe13557516 [2023-02-20T16:03:07.101Z] Removing intermediate container 8ebe13557516 [2023-02-20T16:03:07.101Z] ---> a2b0750fe585 [2023-02-20T16:03:07.101Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T16:03:08.068Z] ---> 7e104d168e2f [2023-02-20T16:03:08.068Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-20T16:03:10.022Z] ---> e0baa9dd4569 [2023-02-20T16:03:10.022Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-20T16:03:11.189Z] ---> 7460b2dc6737 [2023-02-20T16:03:11.189Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-20T16:03:11.190Z] ---> Running in 9261c0036692 [2023-02-20T16:03:11.492Z] Removing intermediate container 9261c0036692 [2023-02-20T16:03:11.492Z] ---> 9937df4afe86 [2023-02-20T16:03:11.492Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-20T16:03:11.772Z] ---> Running in 60e3959adec6 [2023-02-20T16:03:12.441Z] Removing intermediate container 60e3959adec6 [2023-02-20T16:03:12.441Z] ---> a1656976cf7c [2023-02-20T16:03:12.441Z] Step 21/23 : LABEL arch=arm64 [2023-02-20T16:03:12.441Z] ---> Running in 1524782a9853 [2023-02-20T16:03:12.728Z] Removing intermediate container 1524782a9853 [2023-02-20T16:03:12.728Z] ---> e1abe1e4fbca [2023-02-20T16:03:12.728Z] Step 22/23 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:03:13.000Z] ---> Running in bc1ea7cd37b7 [2023-02-20T16:03:13.312Z] Removing intermediate container bc1ea7cd37b7 [2023-02-20T16:03:13.312Z] ---> 7b2a2b7663bc [2023-02-20T16:03:13.312Z] Step 23/23 : LABEL version=3.0.0-dev.59 [2023-02-20T16:03:13.628Z] ---> Running in b0bcbe1c247b [2023-02-20T16:03:14.256Z] Removing intermediate container b0bcbe1c247b [2023-02-20T16:03:14.256Z] ---> cda31c92f79b [2023-02-20T16:03:14.256Z] [2023-02-20T16:03:14.256Z] Successfully built cda31c92f79b [2023-02-20T16:03:14.256Z] Successfully tagged core-command-arm64:latest [2023-02-20T16:03:14.256Z]  Building core-command ... done Building security-bootstrapper [2023-02-20T16:03:18.577Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T16:03:18.577Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-20T16:03:18.577Z] ---> c9290be95c5c [2023-02-20T16:03:18.577Z] Step 3/32 : WORKDIR /edgex-go [2023-02-20T16:03:18.577Z] ---> Using cache [2023-02-20T16:03:18.577Z] ---> 6d7e012c34df [2023-02-20T16:03:18.577Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-20T16:03:18.577Z] ---> Using cache [2023-02-20T16:03:18.577Z] ---> 0a032e209808 [2023-02-20T16:03:18.577Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-20T16:03:18.577Z] ---> Using cache [2023-02-20T16:03:18.577Z] ---> 0d4bc14b34b9 [2023-02-20T16:03:18.577Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T16:03:18.577Z] ---> Using cache [2023-02-20T16:03:18.577Z] ---> 73f6c26a4336 [2023-02-20T16:03:18.577Z] Step 7/32 : COPY . . [2023-02-20T16:03:18.577Z] ---> Using cache [2023-02-20T16:03:18.577Z] ---> f4644bcc7200 [2023-02-20T16:03:18.577Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-20T16:03:18.846Z] ---> Running in 4808f310ee1e [2023-02-20T16:03:20.791Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-20T16:04:58.594Z] Removing intermediate container 85687f89d603 [2023-02-20T16:04:58.594Z] ---> 542f3c882123 [2023-02-20T16:04:58.594Z] [2023-02-20T16:04:58.594Z] Step 10/24 : FROM alpine:3.16 [2023-02-20T16:04:58.594Z] ---> 4c81e5bf8899 [2023-02-20T16:04:58.594Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-20T16:04:58.594Z] ---> Using cache [2023-02-20T16:04:58.594Z] ---> 3a16ad21403c [2023-02-20T16:04:58.594Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-20T16:04:58.594Z] ---> Using cache [2023-02-20T16:04:58.594Z] ---> 6b3630ecc712 [2023-02-20T16:04:58.594Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-20T16:04:58.594Z] ---> Running in 15186a89905d [2023-02-20T16:04:58.594Z] Removing intermediate container 15186a89905d [2023-02-20T16:04:58.594Z] ---> 43c52ddfc634 [2023-02-20T16:04:58.594Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-20T16:04:58.594Z] ---> Running in fb85145f4b8c [2023-02-20T16:04:58.594Z] Removing intermediate container fb85145f4b8c [2023-02-20T16:04:58.594Z] ---> c48a26a15993 [2023-02-20T16:04:58.594Z] Step 15/24 : WORKDIR / [2023-02-20T16:04:58.594Z] ---> Running in d6b37626471c [2023-02-20T16:04:58.594Z] Removing intermediate container d6b37626471c [2023-02-20T16:04:58.594Z] ---> 906865e671d6 [2023-02-20T16:04:58.594Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T16:04:58.594Z] ---> dd6a3dad605e [2023-02-20T16:04:58.594Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-20T16:04:58.594Z] ---> c8874d67fac0 [2023-02-20T16:04:58.594Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-20T16:04:58.594Z] ---> 3b511219d265 [2023-02-20T16:04:58.594Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-20T16:04:58.594Z] ---> 0e116c825e22 [2023-02-20T16:04:58.594Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-20T16:04:58.594Z] ---> Running in 393b04aa56e4 [2023-02-20T16:04:58.595Z] Removing intermediate container 393b04aa56e4 [2023-02-20T16:04:58.595Z] ---> 6c8d34512c8e [2023-02-20T16:04:58.595Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-20T16:04:58.595Z] ---> Running in 625f8ad565d2 [2023-02-20T16:04:58.595Z] Removing intermediate container 625f8ad565d2 [2023-02-20T16:04:58.595Z] ---> 1a7039a361af [2023-02-20T16:04:58.595Z] Step 22/24 : LABEL arch=arm64 [2023-02-20T16:04:58.595Z] ---> Running in 6863b899b36e [2023-02-20T16:04:58.595Z] Removing intermediate container 6863b899b36e [2023-02-20T16:04:58.595Z] ---> 84997eb105eb [2023-02-20T16:04:58.595Z] Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:04:58.595Z] ---> Running in 55efac756ab8 [2023-02-20T16:04:59.190Z] Removing intermediate container 55efac756ab8 [2023-02-20T16:04:59.190Z] ---> b9edc720545b [2023-02-20T16:04:59.190Z] Step 24/24 : LABEL version=3.0.0-dev.59 [2023-02-20T16:04:59.190Z] ---> Running in 7192c3c8cf6d [2023-02-20T16:04:59.778Z] Removing intermediate container 7192c3c8cf6d [2023-02-20T16:04:59.778Z] ---> 8a91f5a8b10f [2023-02-20T16:04:59.778Z] [2023-02-20T16:05:00.047Z] Successfully built 8a91f5a8b10f [2023-02-20T16:05:00.047Z] Successfully tagged core-metadata-arm64:latest [2023-02-20T16:05:00.047Z]  Building core-metadata ... done Building core-common-config-bootstrapper [2023-02-20T16:05:04.316Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T16:05:04.316Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-20T16:05:04.316Z] ---> c9290be95c5c [2023-02-20T16:05:04.316Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-20T16:05:04.316Z] ---> Using cache [2023-02-20T16:05:04.316Z] ---> 4d32a96b68b6 [2023-02-20T16:05:04.316Z] Step 4/22 : WORKDIR /edgex-go [2023-02-20T16:05:04.316Z] ---> Using cache [2023-02-20T16:05:04.316Z] ---> 2532427c6693 [2023-02-20T16:05:04.316Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-20T16:05:04.316Z] ---> Using cache [2023-02-20T16:05:04.316Z] ---> 743568f98da0 [2023-02-20T16:05:04.316Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-20T16:05:04.316Z] ---> Using cache [2023-02-20T16:05:04.316Z] ---> 5be648c96b97 [2023-02-20T16:05:04.316Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T16:05:04.316Z] ---> Using cache [2023-02-20T16:05:04.316Z] ---> aaf309ce1ab3 [2023-02-20T16:05:04.316Z] Step 8/22 : COPY . . [2023-02-20T16:05:04.316Z] ---> Using cache [2023-02-20T16:05:04.316Z] ---> 19b592e0f3a6 [2023-02-20T16:05:04.316Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-20T16:05:04.316Z] ---> Running in fa84053da960 [2023-02-20T16:05:06.280Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-20T16:05:32.940Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-20T16:05:54.998Z] Removing intermediate container 1d00b50cf5bd [2023-02-20T16:05:54.998Z] ---> 2e37d88176df [2023-02-20T16:05:54.998Z] [2023-02-20T16:05:54.998Z] Step 9/24 : FROM alpine:3.16 [2023-02-20T16:05:54.998Z] ---> 4c81e5bf8899 [2023-02-20T16:05:54.998Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-20T16:05:54.998Z] ---> Running in 0bb5835e77cc [2023-02-20T16:05:55.266Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T16:05:55.853Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T16:05:57.266Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-20T16:05:57.532Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-20T16:05:57.532Z] (3/3) Installing su-exec (0.2-r1) [2023-02-20T16:05:57.532Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T16:05:57.532Z] Executing ca-certificates-20220614-r0.trigger [2023-02-20T16:05:58.116Z] OK: 6 MiB in 17 packages [2023-02-20T16:06:00.070Z] Removing intermediate container 0bb5835e77cc [2023-02-20T16:06:00.070Z] ---> df62bf520708 [2023-02-20T16:06:00.070Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-20T16:06:00.336Z] ---> Running in 8bd616989076 [2023-02-20T16:06:00.604Z] Removing intermediate container 8bd616989076 [2023-02-20T16:06:00.604Z] ---> 42c8cf5c69cc [2023-02-20T16:06:00.604Z] Step 12/24 : WORKDIR / [2023-02-20T16:06:00.870Z] ---> Running in 37ca54f360be [2023-02-20T16:06:01.453Z] Removing intermediate container 37ca54f360be [2023-02-20T16:06:01.453Z] ---> 8338d7e7a923 [2023-02-20T16:06:01.453Z] 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-20T16:06:02.412Z] ---> 708c129a1d89 [2023-02-20T16:06:02.412Z] 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-20T16:06:03.372Z] ---> 575c468042d0 [2023-02-20T16:06:03.372Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-20T16:06:07.622Z] ---> 7875f06530c3 [2023-02-20T16:06:07.622Z] 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-20T16:06:08.218Z] ---> 9311f6fbe44b [2023-02-20T16:06:08.218Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-20T16:06:09.638Z] ---> 2d33c396feda [2023-02-20T16:06:09.638Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-20T16:06:11.590Z] ---> b02a0932ce82 [2023-02-20T16:06:11.590Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-20T16:06:12.566Z] ---> 9dbab21efdd4 [2023-02-20T16:06:12.566Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-20T16:06:12.566Z] ---> Running in 0f04f72988a9 [2023-02-20T16:06:15.919Z] Removing intermediate container 0f04f72988a9 [2023-02-20T16:06:15.919Z] ---> 9d9870c6d786 [2023-02-20T16:06:15.919Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-20T16:06:15.919Z] ---> Running in 6ace3d39505c [2023-02-20T16:06:16.187Z] Removing intermediate container 6ace3d39505c [2023-02-20T16:06:16.187Z] ---> 6ab074c502dd [2023-02-20T16:06:16.187Z] Step 22/24 : LABEL arch=arm64 [2023-02-20T16:06:16.464Z] ---> Running in 97b869f1b3f6 [2023-02-20T16:06:16.754Z] Removing intermediate container 97b869f1b3f6 [2023-02-20T16:06:16.754Z] ---> 763a44922d9c [2023-02-20T16:06:16.754Z] Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:06:17.022Z] ---> Running in ba403f0df10c [2023-02-20T16:06:20.366Z] Removing intermediate container ba403f0df10c [2023-02-20T16:06:20.366Z] ---> 685d96b15076 [2023-02-20T16:06:20.366Z] Step 24/24 : LABEL version=3.0.0-dev.59 [2023-02-20T16:06:20.366Z] ---> Running in 445dd5266772 [2023-02-20T16:06:20.366Z] Removing intermediate container 445dd5266772 [2023-02-20T16:06:20.366Z] ---> eb83a6158a54 [2023-02-20T16:06:20.366Z] [2023-02-20T16:06:20.366Z] Successfully built eb83a6158a54 [2023-02-20T16:06:20.366Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-20T16:06:20.366Z] Building core-data [2023-02-20T16:06:22.323Z]  Building security-secretstore-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T16:06:22.323Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-20T16:06:22.323Z] ---> c9290be95c5c [2023-02-20T16:06:22.323Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-20T16:06:22.323Z] ---> Using cache [2023-02-20T16:06:22.323Z] ---> 4d32a96b68b6 [2023-02-20T16:06:22.323Z] Step 4/22 : WORKDIR /edgex-go [2023-02-20T16:06:22.323Z] ---> Using cache [2023-02-20T16:06:22.323Z] ---> 2532427c6693 [2023-02-20T16:06:22.323Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-20T16:06:22.323Z] ---> Using cache [2023-02-20T16:06:22.323Z] ---> 743568f98da0 [2023-02-20T16:06:22.323Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-20T16:06:22.323Z] ---> Using cache [2023-02-20T16:06:22.323Z] ---> 5be648c96b97 [2023-02-20T16:06:22.323Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T16:06:22.323Z] ---> Using cache [2023-02-20T16:06:22.323Z] ---> aaf309ce1ab3 [2023-02-20T16:06:22.323Z] Step 8/22 : COPY . . [2023-02-20T16:06:22.323Z] ---> Using cache [2023-02-20T16:06:22.323Z] ---> 19b592e0f3a6 [2023-02-20T16:06:22.323Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-20T16:06:22.589Z] ---> Running in ce031e386c8d [2023-02-20T16:06:24.541Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-20T16:08:46.441Z] Removing intermediate container 4fbac8276da8 [2023-02-20T16:08:46.441Z] ---> 66e1948b9311 [2023-02-20T16:08:46.441Z] [2023-02-20T16:08:46.441Z] Step 9/19 : FROM alpine:3.15 [2023-02-20T16:08:46.441Z] ---> 354640af7b1b [2023-02-20T16:08:46.441Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-20T16:08:46.441Z] ---> Using cache [2023-02-20T16:08:46.441Z] ---> acf345cb8fd5 [2023-02-20T16:08:46.441Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-20T16:08:46.441Z] ---> Running in b0dada7391fb [2023-02-20T16:08:46.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-20T16:08:46.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-20T16:08:46.441Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-20T16:08:46.441Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-20T16:08:46.441Z] OK: 15734 distinct packages available [2023-02-20T16:08:46.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-20T16:08:46.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-20T16:08:46.441Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-20T16:08:46.441Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-20T16:08:46.441Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-20T16:08:46.441Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-20T16:08:46.441Z] (5/9) Installing curl (7.80.0-r6) [2023-02-20T16:08:46.441Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-20T16:08:46.441Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-20T16:08:46.441Z] (8/9) Installing libucontext (1.1-r0) [2023-02-20T16:08:46.441Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-20T16:08:46.441Z] Executing busybox-1.34.1-r7.trigger [2023-02-20T16:08:46.441Z] Executing ca-certificates-20220614-r0.trigger [2023-02-20T16:08:46.441Z] OK: 8 MiB in 23 packages [2023-02-20T16:08:46.441Z] Removing intermediate container b0dada7391fb [2023-02-20T16:08:46.441Z] ---> dfce4b1fff70 [2023-02-20T16:08:46.441Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T16:08:46.441Z] ---> 93b3b98a0af9 [2023-02-20T16:08:46.441Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-20T16:08:47.403Z] ---> 5c0770a2cd73 [2023-02-20T16:08:47.403Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-20T16:08:48.372Z] ---> 942165b94e3d [2023-02-20T16:08:48.372Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-20T16:08:48.651Z] ---> Running in 1778b0ee50c2 [2023-02-20T16:08:49.252Z] Removing intermediate container 1778b0ee50c2 [2023-02-20T16:08:49.252Z] ---> 2e7130a1e29d [2023-02-20T16:08:49.252Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-20T16:08:49.527Z] ---> Running in b89554da37eb [2023-02-20T16:08:52.119Z] Removing intermediate container b89554da37eb [2023-02-20T16:08:52.119Z] ---> e02219fad95f [2023-02-20T16:08:52.119Z] Step 17/19 : LABEL arch=arm64 [2023-02-20T16:08:52.119Z] ---> Running in d1fa1782333a [2023-02-20T16:08:52.389Z] Removing intermediate container d1fa1782333a [2023-02-20T16:08:52.389Z] ---> 238e46c18a11 [2023-02-20T16:08:52.389Z] Step 18/19 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:08:52.389Z] ---> Running in f48bc0b0eff0 [2023-02-20T16:08:52.990Z] Removing intermediate container f48bc0b0eff0 [2023-02-20T16:08:52.990Z] ---> 34be758af19b [2023-02-20T16:08:52.990Z] Step 19/19 : LABEL version=3.0.0-dev.59 [2023-02-20T16:08:53.259Z] ---> Running in 6be241e0a26a [2023-02-20T16:08:53.528Z] Removing intermediate container 6be241e0a26a [2023-02-20T16:08:53.528Z] ---> e3874202bb96 [2023-02-20T16:08:53.528Z] [2023-02-20T16:08:53.796Z] Successfully built e3874202bb96 [2023-02-20T16:08:53.796Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-20T16:08:53.796Z]  Building security-spiffe-token-provider ... done Building support-notifications [2023-02-20T16:08:58.056Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-20T16:08:58.056Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-20T16:08:58.056Z] ---> c9290be95c5c [2023-02-20T16:08:58.056Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-20T16:08:58.056Z] ---> Using cache [2023-02-20T16:08:58.056Z] ---> 4d32a96b68b6 [2023-02-20T16:08:58.056Z] Step 4/22 : WORKDIR /edgex-go [2023-02-20T16:08:58.056Z] ---> Using cache [2023-02-20T16:08:58.056Z] ---> 2532427c6693 [2023-02-20T16:08:58.056Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-20T16:08:58.056Z] ---> Running in 6b24621a9313 [2023-02-20T16:09:00.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T16:09:00.837Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T16:09:02.835Z] OK: 221 MiB in 51 packages [2023-02-20T16:09:04.277Z] Removing intermediate container 6b24621a9313 [2023-02-20T16:09:04.277Z] ---> f544e693e410 [2023-02-20T16:09:04.277Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-20T16:09:05.687Z] ---> 72c784d1aeeb [2023-02-20T16:09:05.687Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-20T16:09:05.687Z] ---> Running in 2367f337b549 [2023-02-20T16:10:57.364Z] Removing intermediate container 4808f310ee1e [2023-02-20T16:10:57.364Z] ---> 2acda318f575 [2023-02-20T16:10:57.364Z] [2023-02-20T16:10:57.364Z] Step 9/32 : FROM alpine:3.16 [2023-02-20T16:10:57.364Z] ---> 4c81e5bf8899 [2023-02-20T16:10:57.364Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-20T16:10:57.364Z] ---> Running in 767947c0f3c7 [2023-02-20T16:10:57.364Z] Removing intermediate container 767947c0f3c7 [2023-02-20T16:10:57.364Z] ---> 0f2fc2c01075 [2023-02-20T16:10:57.364Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-20T16:10:57.364Z] ---> Running in 66c2a21f17fd [2023-02-20T16:10:57.364Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T16:10:57.364Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T16:10:57.364Z] Removing intermediate container 2367f337b549 [2023-02-20T16:10:57.364Z] ---> 3d179113cd8f [2023-02-20T16:10:57.364Z] Step 8/22 : COPY . . [2023-02-20T16:10:57.364Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-20T16:10:57.364Z] (2/2) Installing su-exec (0.2-r1) [2023-02-20T16:10:57.364Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T16:10:57.364Z] OK: 5 MiB in 16 packages [2023-02-20T16:10:57.364Z] Removing intermediate container 66c2a21f17fd [2023-02-20T16:10:57.364Z] ---> 9ceb4f244a9b [2023-02-20T16:10:57.364Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-20T16:10:57.364Z] ---> Running in e3cc7f2051e0 [2023-02-20T16:10:57.364Z] Removing intermediate container e3cc7f2051e0 [2023-02-20T16:10:57.364Z] ---> 669ff551ef6e [2023-02-20T16:10:57.364Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-20T16:10:57.364Z] ---> Running in c8f1cb47f0b7 [2023-02-20T16:10:57.364Z] ---> 91118432a8ba [2023-02-20T16:10:57.364Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-20T16:10:57.364Z] ---> Running in c9c8c8b88b1d [2023-02-20T16:10:57.364Z] Removing intermediate container c8f1cb47f0b7 [2023-02-20T16:10:57.364Z] ---> 5e844fdb5f6a [2023-02-20T16:10:57.364Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-20T16:10:57.364Z] ---> Running in 03f624cc45b3 [2023-02-20T16:10:57.364Z] Removing intermediate container 03f624cc45b3 [2023-02-20T16:10:57.364Z] ---> e4f298bd78bf [2023-02-20T16:10:57.364Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-20T16:10:57.364Z] ---> Running in dd660dfebca6 [2023-02-20T16:10:57.364Z] Removing intermediate container dd660dfebca6 [2023-02-20T16:10:57.364Z] ---> e7a3d1aae698 [2023-02-20T16:10:57.364Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-20T16:10:57.364Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-20T16:10:57.364Z] ---> Running in dc4d33f9dbb1 [2023-02-20T16:10:58.774Z] Removing intermediate container dc4d33f9dbb1 [2023-02-20T16:10:59.041Z] ---> afcec5df4b0e [2023-02-20T16:10:59.041Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-20T16:10:59.041Z] ---> Running in ac45c47723c1 [2023-02-20T16:10:59.627Z] Removing intermediate container ac45c47723c1 [2023-02-20T16:10:59.627Z] ---> c1a6de2a0987 [2023-02-20T16:10:59.627Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-20T16:11:00.586Z] ---> a26bb7d547b4 [2023-02-20T16:11:00.586Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-20T16:11:00.852Z] ---> Running in 2216cfc520c4 [2023-02-20T16:11:04.192Z] Removing intermediate container 2216cfc520c4 [2023-02-20T16:11:04.192Z] ---> 8e1ca39c9c93 [2023-02-20T16:11:04.192Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T16:11:05.150Z] ---> 3226943bc9be [2023-02-20T16:11:05.150Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-20T16:11:07.087Z] ---> 122b0d7d2c7a [2023-02-20T16:11:07.088Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-20T16:11:08.047Z] ---> 0350de1f535b [2023-02-20T16:11:08.047Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-20T16:11:09.020Z] ---> 34051197736b [2023-02-20T16:11:09.020Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-20T16:11:09.993Z] ---> 2dc5dc4b7ad0 [2023-02-20T16:11:09.993Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-20T16:11:11.005Z] ---> daa988af00c2 [2023-02-20T16:11:11.005Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-20T16:11:11.981Z] ---> ef8be9c9b1b6 [2023-02-20T16:11:11.981Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-20T16:11:11.981Z] ---> Running in 3c0f7a44831d [2023-02-20T16:11:15.361Z] Removing intermediate container 3c0f7a44831d [2023-02-20T16:11:15.361Z] ---> 973a3b3fc31d [2023-02-20T16:11:15.361Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-20T16:11:15.361Z] ---> Running in fda6e7f01763 [2023-02-20T16:11:15.644Z] Removing intermediate container fda6e7f01763 [2023-02-20T16:11:15.644Z] ---> c5ca91570afc [2023-02-20T16:11:15.644Z] Step 29/32 : CMD ["gate"] [2023-02-20T16:11:15.920Z] ---> Running in 38eff7ce015f [2023-02-20T16:11:16.192Z] Removing intermediate container 38eff7ce015f [2023-02-20T16:11:16.192Z] ---> b776ef6bb6f8 [2023-02-20T16:11:16.192Z] Step 30/32 : LABEL arch=arm64 [2023-02-20T16:11:16.474Z] ---> Running in cd1aefd2e4ef [2023-02-20T16:11:16.745Z] Removing intermediate container cd1aefd2e4ef [2023-02-20T16:11:16.745Z] ---> 4bb3a9e15851 [2023-02-20T16:11:16.745Z] Step 31/32 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:11:17.018Z] ---> Running in 9d40571e4a40 [2023-02-20T16:11:17.611Z] Removing intermediate container 9d40571e4a40 [2023-02-20T16:11:17.611Z] ---> 0d8b72cb9e20 [2023-02-20T16:11:17.611Z] Step 32/32 : LABEL version=3.0.0-dev.59 [2023-02-20T16:11:17.611Z] ---> Running in 694db4dbefed [2023-02-20T16:11:17.880Z] Removing intermediate container 694db4dbefed [2023-02-20T16:11:17.880Z] ---> 4415ce16aa09 [2023-02-20T16:11:17.880Z] [2023-02-20T16:11:18.154Z] Successfully built 4415ce16aa09 [2023-02-20T16:11:18.155Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-20T16:12:26.031Z]  Building security-bootstrapper ... done Removing intermediate container fa84053da960 [2023-02-20T16:12:26.031Z] ---> 3509f9c83398 [2023-02-20T16:12:26.031Z] [2023-02-20T16:12:26.031Z] Step 10/22 : FROM alpine:3.16 [2023-02-20T16:12:26.031Z] ---> 4c81e5bf8899 [2023-02-20T16:12:26.031Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-20T16:12:26.031Z] ---> Running in 3ae32957fa67 [2023-02-20T16:12:26.031Z] Removing intermediate container 3ae32957fa67 [2023-02-20T16:12:26.031Z] ---> 1811ba721bda [2023-02-20T16:12:26.031Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-20T16:12:26.031Z] ---> Running in 1a3854d8fc52 [2023-02-20T16:12:26.031Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T16:12:26.031Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T16:12:26.031Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-20T16:12:26.031Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T16:12:26.031Z] OK: 5 MiB in 15 packages [2023-02-20T16:12:26.616Z] Removing intermediate container 1a3854d8fc52 [2023-02-20T16:12:26.616Z] ---> 2c241913fc7b [2023-02-20T16:12:26.616Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T16:12:28.027Z] ---> 417e52fe2d8f [2023-02-20T16:12:28.027Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-20T16:12:29.975Z] ---> 34efd06b54e1 [2023-02-20T16:12:29.975Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-20T16:12:30.938Z] ---> 174edf8e37fb [2023-02-20T16:12:30.938Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-20T16:12:31.897Z] ---> 7dd41c689344 [2023-02-20T16:12:31.897Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-20T16:12:31.897Z] ---> Running in b1e0acc7dca7 [2023-02-20T16:12:35.238Z] Removing intermediate container b1e0acc7dca7 [2023-02-20T16:12:35.238Z] ---> b328e44112fe [2023-02-20T16:12:35.238Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-20T16:12:35.238Z] ---> Running in 13c420e8acdc [2023-02-20T16:12:35.823Z] Removing intermediate container 13c420e8acdc [2023-02-20T16:12:35.823Z] ---> 4deb8af7fe85 [2023-02-20T16:12:35.823Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-20T16:12:36.089Z] ---> Running in ba36e1089899 [2023-02-20T16:12:36.671Z] Removing intermediate container ba36e1089899 [2023-02-20T16:12:36.671Z] ---> c3ece4aa5431 [2023-02-20T16:12:36.671Z] Step 20/22 : LABEL arch=arm64 [2023-02-20T16:12:36.671Z] ---> Running in 76179ac9dd75 [2023-02-20T16:12:37.252Z] Removing intermediate container 76179ac9dd75 [2023-02-20T16:12:37.252Z] ---> 8c9baacef356 [2023-02-20T16:12:37.252Z] Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:12:37.252Z] ---> Running in 8d9e0122aaad [2023-02-20T16:12:37.832Z] Removing intermediate container 8d9e0122aaad [2023-02-20T16:12:37.832Z] ---> 8770f6f7777e [2023-02-20T16:12:37.832Z] Step 22/22 : LABEL version=3.0.0-dev.59 [2023-02-20T16:12:37.832Z] ---> Running in 81325c545073 [2023-02-20T16:12:38.413Z] Removing intermediate container 81325c545073 [2023-02-20T16:12:38.413Z] ---> 7f31bc7d38c3 [2023-02-20T16:12:38.413Z] [2023-02-20T16:12:38.413Z] Successfully built 7f31bc7d38c3 [2023-02-20T16:12:38.413Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-20T16:13:17.304Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 4742832cb8c8 [2023-02-20T16:13:17.304Z] ---> 05b544027919 [2023-02-20T16:13:17.304Z] [2023-02-20T16:13:17.304Z] Step 10/22 : FROM alpine:3.16 [2023-02-20T16:13:17.304Z] ---> 4c81e5bf8899 [2023-02-20T16:13:17.304Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-20T16:13:17.304Z] ---> Using cache [2023-02-20T16:13:17.304Z] ---> 3a16ad21403c [2023-02-20T16:13:17.304Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-20T16:13:17.304Z] ---> Using cache [2023-02-20T16:13:17.304Z] ---> 6b3630ecc712 [2023-02-20T16:13:17.304Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-20T16:13:17.304Z] ---> Running in e4994be39cab [2023-02-20T16:13:19.251Z] Removing intermediate container e4994be39cab [2023-02-20T16:13:19.251Z] ---> b7b8c6233b4b [2023-02-20T16:13:19.251Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-20T16:13:19.518Z] ---> Running in 8362115248da [2023-02-20T16:13:20.099Z] Removing intermediate container 8362115248da [2023-02-20T16:13:20.099Z] ---> b8a8678fc803 [2023-02-20T16:13:20.099Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T16:13:21.060Z] ---> 93a50fdc5598 [2023-02-20T16:13:21.060Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-20T16:13:26.405Z] ---> e1081060064d [2023-02-20T16:13:26.405Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-20T16:13:26.987Z] ---> 0b14a3689191 [2023-02-20T16:13:26.987Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-20T16:13:27.254Z] ---> Running in f76a4d6bbcfd [2023-02-20T16:13:27.839Z] Removing intermediate container f76a4d6bbcfd [2023-02-20T16:13:27.839Z] ---> e53e7bfaf911 [2023-02-20T16:13:27.839Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-20T16:13:28.106Z] ---> Running in ae375e0344c3 [2023-02-20T16:13:29.069Z] Removing intermediate container ae375e0344c3 [2023-02-20T16:13:29.069Z] ---> 8011358e5098 [2023-02-20T16:13:29.069Z] Step 20/22 : LABEL arch=arm64 [2023-02-20T16:13:29.338Z] ---> Running in 5ab367d297f6 [2023-02-20T16:13:30.302Z] Removing intermediate container 5ab367d297f6 [2023-02-20T16:13:30.302Z] ---> 2f1aff3e8d01 [2023-02-20T16:13:30.302Z] Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:13:30.302Z] ---> Running in bdc73b7c1fd9 [2023-02-20T16:13:30.887Z] Removing intermediate container bdc73b7c1fd9 [2023-02-20T16:13:30.887Z] ---> c914b236ecb7 [2023-02-20T16:13:30.887Z] Step 22/22 : LABEL version=3.0.0-dev.59 [2023-02-20T16:13:31.155Z] ---> Running in 2995d00f9297 [2023-02-20T16:13:31.434Z] Removing intermediate container ce031e386c8d [2023-02-20T16:13:31.434Z] ---> ca499df02c8a [2023-02-20T16:13:31.434Z] [2023-02-20T16:13:31.434Z] Step 10/22 : FROM alpine:3.16 [2023-02-20T16:13:31.434Z] ---> 4c81e5bf8899 [2023-02-20T16:13:31.434Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-20T16:13:31.798Z] ---> Running in e935eb2e6e63 [2023-02-20T16:13:32.078Z] Removing intermediate container 2995d00f9297 [2023-02-20T16:13:32.079Z] ---> 1d0f324541d0 [2023-02-20T16:13:32.079Z] [2023-02-20T16:13:32.079Z] Successfully built 1d0f324541d0 [2023-02-20T16:13:32.079Z] Successfully tagged support-scheduler-arm64:latest [2023-02-20T16:13:32.348Z]  Building support-scheduler ... done Removing intermediate container e935eb2e6e63 [2023-02-20T16:13:32.348Z] ---> c2f36923bc0d [2023-02-20T16:13:32.348Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-20T16:13:32.348Z] ---> Running in 53ee7b76aaa1 [2023-02-20T16:13:32.940Z] Removing intermediate container 53ee7b76aaa1 [2023-02-20T16:13:32.940Z] ---> 6708f42f43e9 [2023-02-20T16:13:32.940Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-20T16:13:32.940Z] ---> Running in 5a23529e7195 [2023-02-20T16:13:33.531Z] Removing intermediate container 5a23529e7195 [2023-02-20T16:13:33.531Z] ---> b55d6717fcde [2023-02-20T16:13:33.531Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-20T16:13:33.803Z] ---> Running in f47a72d96510 [2023-02-20T16:13:35.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T16:13:36.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T16:13:37.428Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-20T16:13:37.428Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T16:13:37.428Z] OK: 5 MiB in 15 packages [2023-02-20T16:13:38.841Z] Removing intermediate container f47a72d96510 [2023-02-20T16:13:38.841Z] ---> 4f1c0585ce68 [2023-02-20T16:13:38.841Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T16:13:39.428Z] ---> 9ced8cb8d979 [2023-02-20T16:13:39.428Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-20T16:13:41.375Z] ---> b772ba978b6a [2023-02-20T16:13:41.375Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-20T16:13:41.965Z] ---> 8d213220e20e [2023-02-20T16:13:41.965Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-20T16:13:42.232Z] ---> Running in 4dfd0e287a42 [2023-02-20T16:13:44.806Z] Removing intermediate container 4dfd0e287a42 [2023-02-20T16:13:44.806Z] ---> e156993c9f17 [2023-02-20T16:13:44.806Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-20T16:13:44.806Z] ---> Running in 56285783b264 [2023-02-20T16:13:45.082Z] Removing intermediate container 56285783b264 [2023-02-20T16:13:45.082Z] ---> 3c01e75f2d52 [2023-02-20T16:13:45.082Z] Step 20/22 : LABEL arch=arm64 [2023-02-20T16:13:45.349Z] ---> Running in d3654665d9ca [2023-02-20T16:13:45.932Z] Removing intermediate container d3654665d9ca [2023-02-20T16:13:45.932Z] ---> 87664e76916c [2023-02-20T16:13:45.932Z] Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:13:45.932Z] ---> Running in 2d69a38dacb1 [2023-02-20T16:13:46.515Z] Removing intermediate container 2d69a38dacb1 [2023-02-20T16:13:46.515Z] ---> 690b63988b62 [2023-02-20T16:13:46.515Z] Step 22/22 : LABEL version=3.0.0-dev.59 [2023-02-20T16:13:46.515Z] ---> Running in 4e48ac2e3b3b [2023-02-20T16:13:47.097Z] Removing intermediate container 4e48ac2e3b3b [2023-02-20T16:13:47.097Z] ---> 610fe1ec8221 [2023-02-20T16:13:47.097Z] [2023-02-20T16:13:47.097Z] Successfully built 610fe1ec8221 [2023-02-20T16:13:47.097Z] Successfully tagged core-data-arm64:latest [2023-02-20T16:15:08.698Z]  Building core-data ... done Removing intermediate container c9c8c8b88b1d [2023-02-20T16:15:08.698Z] ---> 55dade8d646b [2023-02-20T16:15:08.698Z] [2023-02-20T16:15:08.698Z] Step 10/22 : FROM alpine:3.16 [2023-02-20T16:15:08.698Z] ---> 4c81e5bf8899 [2023-02-20T16:15:08.698Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-20T16:15:08.698Z] ---> Running in c4c0f1e8630c [2023-02-20T16:15:08.698Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-20T16:15:08.698Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-20T16:15:08.698Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-20T16:15:08.698Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-20T16:15:08.698Z] Executing busybox-1.35.0-r17.trigger [2023-02-20T16:15:08.698Z] Executing ca-certificates-20220614-r0.trigger [2023-02-20T16:15:08.698Z] OK: 6 MiB in 16 packages [2023-02-20T16:15:08.698Z] Removing intermediate container c4c0f1e8630c [2023-02-20T16:15:08.698Z] ---> 773252eb5f53 [2023-02-20T16:15:08.698Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-20T16:15:08.698Z] ---> Running in a5557fa73171 [2023-02-20T16:15:08.698Z] Removing intermediate container a5557fa73171 [2023-02-20T16:15:08.698Z] ---> f881ab24a4a8 [2023-02-20T16:15:08.698Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-20T16:15:08.698Z] ---> Running in 71c39534e9bd [2023-02-20T16:15:08.698Z] Removing intermediate container 71c39534e9bd [2023-02-20T16:15:08.698Z] ---> 5ffe3d59d2ae [2023-02-20T16:15:08.698Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-20T16:15:08.698Z] ---> Running in bdb6415a6d56 [2023-02-20T16:15:08.698Z] Removing intermediate container bdb6415a6d56 [2023-02-20T16:15:08.698Z] ---> 1abe616244a7 [2023-02-20T16:15:08.698Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-20T16:15:08.698Z] ---> c240025a6836 [2023-02-20T16:15:08.698Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-20T16:15:08.698Z] ---> a99f4c48f7e0 [2023-02-20T16:15:08.698Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-20T16:15:08.698Z] ---> 152601e88bed [2023-02-20T16:15:08.698Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-20T16:15:08.698Z] ---> Running in c154705e54c1 [2023-02-20T16:15:08.698Z] Removing intermediate container c154705e54c1 [2023-02-20T16:15:08.698Z] ---> c9433f250b6f [2023-02-20T16:15:08.698Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-20T16:15:08.698Z] ---> Running in f76070f7e27f [2023-02-20T16:15:08.964Z] Removing intermediate container f76070f7e27f [2023-02-20T16:15:08.964Z] ---> 53c71da7032e [2023-02-20T16:15:08.964Z] Step 20/22 : LABEL arch=arm64 [2023-02-20T16:15:08.964Z] ---> Running in 24d75b33c423 [2023-02-20T16:15:09.229Z] Removing intermediate container 24d75b33c423 [2023-02-20T16:15:09.229Z] ---> 0f34a61fbff3 [2023-02-20T16:15:09.229Z] Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:09.229Z] ---> Running in 801526eb55f4 [2023-02-20T16:15:09.497Z] Removing intermediate container 801526eb55f4 [2023-02-20T16:15:09.497Z] ---> df06507d1163 [2023-02-20T16:15:09.497Z] Step 22/22 : LABEL version=3.0.0-dev.59 [2023-02-20T16:15:09.762Z] ---> Running in 55f83fc22ecf [2023-02-20T16:15:10.030Z] Removing intermediate container 55f83fc22ecf [2023-02-20T16:15:10.030Z] ---> 80849f4455ef [2023-02-20T16:15:10.030Z] [2023-02-20T16:15:10.030Z] Successfully built 80849f4455ef [2023-02-20T16:15:10.030Z] Successfully tagged support-notifications-arm64:latest [2023-02-20T16:15:10.307Z]  Building support-notifications ... done  [Pipeline] } [2023-02-20T16:15:10.306Z] $ docker stop --time=1 262a9e6d6e8d44858252b46fd7ad11a69623311198034211ec5ed8ebb5e23237 [2023-02-20T16:15:13.743Z] $ docker rm -f --volumes 262a9e6d6e8d44858252b46fd7ad11a69623311198034211ec5ed8ebb5e23237 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-20T16:15:14.246Z] + docker images [2023-02-20T16:15:14.514Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-20T16:15:14.514Z] support-notifications-arm64 latest 80849f4455ef 5 seconds ago 29.7MB [2023-02-20T16:15:14.514Z] 55dade8d646b 15 seconds ago 1.4GB [2023-02-20T16:15:14.514Z] core-data-arm64 latest 610fe1ec8221 About a minute ago 17.2MB [2023-02-20T16:15:14.514Z] support-scheduler-arm64 latest 1d0f324541d0 About a minute ago 29MB [2023-02-20T16:15:14.514Z] ca499df02c8a About a minute ago 1.34GB [2023-02-20T16:15:14.514Z] 05b544027919 About a minute ago 1.4GB [2023-02-20T16:15:14.514Z] core-common-config-bootstrapper-arm64 latest 7f31bc7d38c3 2 minutes ago 14.9MB [2023-02-20T16:15:14.514Z] 3509f9c83398 2 minutes ago 1.33GB [2023-02-20T16:15:14.514Z] security-bootstrapper-arm64 latest 4415ce16aa09 3 minutes ago 19.6MB [2023-02-20T16:15:14.514Z] 2acda318f575 4 minutes ago 1.33GB [2023-02-20T16:15:14.514Z] security-spiffe-token-provider-arm64 latest e3874202bb96 6 minutes ago 29.1MB [2023-02-20T16:15:14.514Z] 66e1948b9311 6 minutes ago 1.37GB [2023-02-20T16:15:14.514Z] security-secretstore-setup-arm64 latest eb83a6158a54 8 minutes ago 29MB [2023-02-20T16:15:14.514Z] 2e37d88176df 9 minutes ago 1.33GB [2023-02-20T16:15:14.514Z] core-metadata-arm64 latest 8a91f5a8b10f 10 minutes ago 17.7MB [2023-02-20T16:15:14.514Z] 542f3c882123 10 minutes ago 1.34GB [2023-02-20T16:15:14.514Z] core-command-arm64 latest cda31c92f79b 12 minutes ago 17MB [2023-02-20T16:15:14.514Z] 94fb8c13b10d 12 minutes ago 1.34GB [2023-02-20T16:15:14.514Z] security-proxy-setup-arm64 latest c78e70f93a4e 12 minutes ago 26.9MB [2023-02-20T16:15:14.514Z] e0106a5af009 12 minutes ago 1.33GB [2023-02-20T16:15:14.514Z] security-spire-agent-arm64 latest 69454c442aa9 18 minutes ago 122MB [2023-02-20T16:15:14.514Z] security-spire-config-arm64 latest 60db406663b9 18 minutes ago 83.6MB [2023-02-20T16:15:14.515Z] security-spire-server-arm64 latest c5eae48ec478 19 minutes ago 84.3MB [2023-02-20T16:15:14.515Z] 4affb6376836 19 minutes ago 1.21GB [2023-02-20T16:15:14.515Z] f63b73b6c9ca 19 minutes ago 1.21GB [2023-02-20T16:15:14.515Z] 3fe9910da251 19 minutes ago 1.21GB [2023-02-20T16:15:14.515Z] ci-base-image-arm64 latest c9290be95c5c 23 minutes ago 905MB [2023-02-20T16:15:14.515Z] alpine 3.15 354640af7b1b 9 days ago 5.34MB [2023-02-20T16:15:14.515Z] alpine 3.16 4c81e5bf8899 9 days ago 5.3MB [2023-02-20T16:15:14.515Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-20T16:15:14.515Z] 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-20T16:15:14.634Z] provisioning config files... [2023-02-20T16:15:14.649Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/420@tmp/config13785319905271925615tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-20T16:15:14.985Z] ---> docker-login.sh [2023-02-20T16:15:14.985Z] nexus3.edgexfoundry.org:10001 [2023-02-20T16:15:14.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T16:15:15.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T16:15:15.251Z] Configure a credential helper to remove this warning. See [2023-02-20T16:15:15.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T16:15:15.251Z] [2023-02-20T16:15:15.251Z] Login Succeeded [2023-02-20T16:15:15.251Z] nexus3.edgexfoundry.org:10002 [2023-02-20T16:15:15.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T16:15:15.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T16:15:15.784Z] Configure a credential helper to remove this warning. See [2023-02-20T16:15:15.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T16:15:15.784Z] [2023-02-20T16:15:15.784Z] Login Succeeded [2023-02-20T16:15:15.784Z] nexus3.edgexfoundry.org:10003 [2023-02-20T16:15:16.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T16:15:16.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T16:15:16.051Z] Configure a credential helper to remove this warning. See [2023-02-20T16:15:16.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T16:15:16.051Z] [2023-02-20T16:15:16.051Z] Login Succeeded [2023-02-20T16:15:16.051Z] nexus3.edgexfoundry.org:10004 [2023-02-20T16:15:16.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T16:15:16.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T16:15:16.318Z] Configure a credential helper to remove this warning. See [2023-02-20T16:15:16.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T16:15:16.318Z] [2023-02-20T16:15:16.318Z] Login Succeeded [2023-02-20T16:15:16.318Z] docker.io [2023-02-20T16:15:16.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-20T16:15:17.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-20T16:15:17.167Z] Configure a credential helper to remove this warning. See [2023-02-20T16:15:17.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-20T16:15:17.167Z] [2023-02-20T16:15:17.167Z] Login Succeeded [2023-02-20T16:15:17.167Z] ---> docker-login.sh ends [Pipeline] } [2023-02-20T16:15:17.179Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:15:17.201Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-20T16:15:17.217Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-02-20T16:15:17.217Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:17.217Z] latest [2023-02-20T16:15:17.217Z] 3.0.0-dev.59 [2023-02-20T16:15:17.217Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:17.217Z] main [2023-02-20T16:15:17.217Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:17.566Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:17.906Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:17.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-20T16:15:17.906Z] 18774e5ad246: Preparing [2023-02-20T16:15:17.906Z] 35118731e3f4: Preparing [2023-02-20T16:15:17.906Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:17.906Z] 4dfec9ab70b7: Preparing [2023-02-20T16:15:17.906Z] f70ee36035b9: Preparing [2023-02-20T16:15:17.906Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:18.172Z] 18774e5ad246: Pushed [2023-02-20T16:15:18.172Z] 4dfec9ab70b7: Pushed [2023-02-20T16:15:18.172Z] 682c30e4f6c7: Pushed [2023-02-20T16:15:21.505Z] 35118731e3f4: Pushed [2023-02-20T16:15:21.505Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:67eaf8154cb9585fd1b087136a00ff8474dc0b1c2bd27ac01fae25873e11b652 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:21.888Z] + 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-20T16:15:22.239Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-20T16:15:22.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-20T16:15:22.239Z] 18774e5ad246: Preparing [2023-02-20T16:15:22.239Z] 35118731e3f4: Preparing [2023-02-20T16:15:22.239Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:22.239Z] 4dfec9ab70b7: Preparing [2023-02-20T16:15:22.239Z] f70ee36035b9: Preparing [2023-02-20T16:15:22.239Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:22.239Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:22.239Z] 35118731e3f4: Layer already exists [2023-02-20T16:15:22.239Z] 18774e5ad246: Layer already exists [2023-02-20T16:15:22.239Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:15:22.509Z] latest: digest: sha256:67eaf8154cb9585fd1b087136a00ff8474dc0b1c2bd27ac01fae25873e11b652 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:22.868Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:23.208Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.59 [2023-02-20T16:15:23.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-20T16:15:23.208Z] 18774e5ad246: Preparing [2023-02-20T16:15:23.208Z] 35118731e3f4: Preparing [2023-02-20T16:15:23.208Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:23.208Z] 4dfec9ab70b7: Preparing [2023-02-20T16:15:23.208Z] f70ee36035b9: Preparing [2023-02-20T16:15:23.208Z] 18774e5ad246: Layer already exists [2023-02-20T16:15:23.208Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:15:23.208Z] 35118731e3f4: Layer already exists [2023-02-20T16:15:23.208Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:23.208Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:23.208Z] 3.0.0-dev.59: digest: sha256:67eaf8154cb9585fd1b087136a00ff8474dc0b1c2bd27ac01fae25873e11b652 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:23.554Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:23.911Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:23.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-20T16:15:23.911Z] 18774e5ad246: Preparing [2023-02-20T16:15:23.911Z] 35118731e3f4: Preparing [2023-02-20T16:15:23.911Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:23.911Z] 4dfec9ab70b7: Preparing [2023-02-20T16:15:23.911Z] f70ee36035b9: Preparing [2023-02-20T16:15:23.911Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:15:23.911Z] 18774e5ad246: Layer already exists [2023-02-20T16:15:23.911Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:23.911Z] 35118731e3f4: Layer already exists [2023-02-20T16:15:23.911Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:23.911Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:67eaf8154cb9585fd1b087136a00ff8474dc0b1c2bd27ac01fae25873e11b652 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:24.264Z] + 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-20T16:15:24.601Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-02-20T16:15:24.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-20T16:15:24.601Z] 18774e5ad246: Preparing [2023-02-20T16:15:24.601Z] 35118731e3f4: Preparing [2023-02-20T16:15:24.601Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:24.601Z] 4dfec9ab70b7: Preparing [2023-02-20T16:15:24.601Z] f70ee36035b9: Preparing [2023-02-20T16:15:24.601Z] 18774e5ad246: Layer already exists [2023-02-20T16:15:24.601Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:24.601Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:24.601Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:15:24.601Z] 35118731e3f4: Layer already exists [2023-02-20T16:15:24.601Z] main: digest: sha256:67eaf8154cb9585fd1b087136a00ff8474dc0b1c2bd27ac01fae25873e11b652 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:15:24.641Z] ===================================================== [Pipeline] echo [2023-02-20T16:15:24.647Z] taggedImages: [2023-02-20T16:15:24.647Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:24.647Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-20T16:15:24.647Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.59 [2023-02-20T16:15:24.647Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:24.647Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-02-20T16:15:24.662Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-02-20T16:15:24.662Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:24.662Z] latest [2023-02-20T16:15:24.662Z] 3.0.0-dev.59 [2023-02-20T16:15:24.662Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:24.662Z] main [2023-02-20T16:15:24.662Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:24.993Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:25.333Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:25.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-20T16:15:25.333Z] e161e33baa1d: Preparing [2023-02-20T16:15:25.333Z] 4d25e5d26357: Preparing [2023-02-20T16:15:25.333Z] 1713aa217a52: Preparing [2023-02-20T16:15:25.333Z] 96735ccbe6c7: Preparing [2023-02-20T16:15:25.333Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:25.333Z] 1ac3cec85fd7: Preparing [2023-02-20T16:15:25.333Z] f70ee36035b9: Preparing [2023-02-20T16:15:25.333Z] 1ac3cec85fd7: Waiting [2023-02-20T16:15:25.333Z] f70ee36035b9: Waiting [2023-02-20T16:15:25.333Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:25.599Z] 4d25e5d26357: Pushed [2023-02-20T16:15:25.599Z] e161e33baa1d: Pushed [2023-02-20T16:15:25.599Z] 1713aa217a52: Pushed [2023-02-20T16:15:25.599Z] 1ac3cec85fd7: Pushed [2023-02-20T16:15:25.599Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:28.177Z] 96735ccbe6c7: Pushed [2023-02-20T16:15:28.177Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:c43b5981b12f08cb61a311759678519563d927b1532639647c00f3890ef243b8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:28.525Z] + 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-20T16:15:28.871Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-20T16:15:28.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-20T16:15:28.871Z] e161e33baa1d: Preparing [2023-02-20T16:15:28.872Z] 4d25e5d26357: Preparing [2023-02-20T16:15:28.872Z] 1713aa217a52: Preparing [2023-02-20T16:15:28.872Z] 96735ccbe6c7: Preparing [2023-02-20T16:15:28.872Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:28.872Z] 1ac3cec85fd7: Preparing [2023-02-20T16:15:28.872Z] f70ee36035b9: Preparing [2023-02-20T16:15:28.872Z] 1ac3cec85fd7: Waiting [2023-02-20T16:15:28.872Z] f70ee36035b9: Waiting [2023-02-20T16:15:28.872Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:28.872Z] e161e33baa1d: Layer already exists [2023-02-20T16:15:28.872Z] 4d25e5d26357: Layer already exists [2023-02-20T16:15:28.872Z] 1713aa217a52: Layer already exists [2023-02-20T16:15:28.872Z] 96735ccbe6c7: Layer already exists [2023-02-20T16:15:28.872Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:28.872Z] 1ac3cec85fd7: Layer already exists [2023-02-20T16:15:29.139Z] latest: digest: sha256:c43b5981b12f08cb61a311759678519563d927b1532639647c00f3890ef243b8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:29.480Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:29.821Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.59 [2023-02-20T16:15:29.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-20T16:15:29.821Z] e161e33baa1d: Preparing [2023-02-20T16:15:29.821Z] 4d25e5d26357: Preparing [2023-02-20T16:15:29.821Z] 1713aa217a52: Preparing [2023-02-20T16:15:29.821Z] 96735ccbe6c7: Preparing [2023-02-20T16:15:29.821Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:29.821Z] 1ac3cec85fd7: Preparing [2023-02-20T16:15:29.821Z] f70ee36035b9: Preparing [2023-02-20T16:15:29.821Z] 1ac3cec85fd7: Waiting [2023-02-20T16:15:29.821Z] f70ee36035b9: Waiting [2023-02-20T16:15:29.821Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:29.821Z] 96735ccbe6c7: Layer already exists [2023-02-20T16:15:29.821Z] 4d25e5d26357: Layer already exists [2023-02-20T16:15:29.821Z] 1713aa217a52: Layer already exists [2023-02-20T16:15:29.821Z] e161e33baa1d: Layer already exists [2023-02-20T16:15:29.821Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:29.821Z] 1ac3cec85fd7: Layer already exists [2023-02-20T16:15:29.821Z] 3.0.0-dev.59: digest: sha256:c43b5981b12f08cb61a311759678519563d927b1532639647c00f3890ef243b8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:30.424Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:30.761Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:30.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-20T16:15:30.761Z] e161e33baa1d: Preparing [2023-02-20T16:15:30.761Z] 4d25e5d26357: Preparing [2023-02-20T16:15:30.761Z] 1713aa217a52: Preparing [2023-02-20T16:15:30.761Z] 96735ccbe6c7: Preparing [2023-02-20T16:15:30.761Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:30.761Z] 1ac3cec85fd7: Preparing [2023-02-20T16:15:30.761Z] f70ee36035b9: Preparing [2023-02-20T16:15:30.761Z] 1ac3cec85fd7: Waiting [2023-02-20T16:15:30.761Z] f70ee36035b9: Waiting [2023-02-20T16:15:30.761Z] 4d25e5d26357: Layer already exists [2023-02-20T16:15:30.761Z] 1713aa217a52: Layer already exists [2023-02-20T16:15:30.761Z] 96735ccbe6c7: Layer already exists [2023-02-20T16:15:30.761Z] e161e33baa1d: Layer already exists [2023-02-20T16:15:30.761Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:30.761Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:30.761Z] 1ac3cec85fd7: Layer already exists [2023-02-20T16:15:31.027Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:c43b5981b12f08cb61a311759678519563d927b1532639647c00f3890ef243b8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:31.372Z] + 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-20T16:15:31.708Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-02-20T16:15:31.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-20T16:15:32.288Z] e161e33baa1d: Preparing [2023-02-20T16:15:32.288Z] 4d25e5d26357: Preparing [2023-02-20T16:15:32.288Z] 1713aa217a52: Preparing [2023-02-20T16:15:32.288Z] 96735ccbe6c7: Preparing [2023-02-20T16:15:32.288Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:32.288Z] 1ac3cec85fd7: Preparing [2023-02-20T16:15:32.288Z] f70ee36035b9: Preparing [2023-02-20T16:15:32.288Z] 1ac3cec85fd7: Waiting [2023-02-20T16:15:32.288Z] f70ee36035b9: Waiting [2023-02-20T16:15:32.288Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:32.288Z] 96735ccbe6c7: Layer already exists [2023-02-20T16:15:32.288Z] e161e33baa1d: Layer already exists [2023-02-20T16:15:32.288Z] 1713aa217a52: Layer already exists [2023-02-20T16:15:32.288Z] 4d25e5d26357: Layer already exists [2023-02-20T16:15:32.288Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:32.288Z] 1ac3cec85fd7: Layer already exists [2023-02-20T16:15:32.288Z] main: digest: sha256:c43b5981b12f08cb61a311759678519563d927b1532639647c00f3890ef243b8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:15:32.334Z] ===================================================== [Pipeline] echo [2023-02-20T16:15:32.340Z] taggedImages: [2023-02-20T16:15:32.340Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:32.340Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-20T16:15:32.340Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.59 [2023-02-20T16:15:32.340Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:32.340Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-02-20T16:15:32.356Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-02-20T16:15:32.356Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:32.356Z] latest [2023-02-20T16:15:32.356Z] 3.0.0-dev.59 [2023-02-20T16:15:32.356Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:32.356Z] main [2023-02-20T16:15:32.356Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:32.686Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:33.024Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:33.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-20T16:15:33.024Z] 0322ddcacb0d: Preparing [2023-02-20T16:15:33.024Z] af79e0d22e76: Preparing [2023-02-20T16:15:33.024Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:33.024Z] 5b6bc995f842: Preparing [2023-02-20T16:15:33.024Z] f70ee36035b9: Preparing [2023-02-20T16:15:33.024Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:33.024Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:33.290Z] 0322ddcacb0d: Pushed [2023-02-20T16:15:33.290Z] 5b6bc995f842: Pushed [2023-02-20T16:15:36.627Z] af79e0d22e76: Pushed [2023-02-20T16:15:36.627Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:2aa17fd1a27348031f41f8b4a28b5fbf13a257d4c42e4a778fb8f20c1c21c671 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:36.968Z] + 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-20T16:15:37.307Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-20T16:15:37.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-20T16:15:37.307Z] 0322ddcacb0d: Preparing [2023-02-20T16:15:37.307Z] af79e0d22e76: Preparing [2023-02-20T16:15:37.307Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:37.307Z] 5b6bc995f842: Preparing [2023-02-20T16:15:37.307Z] f70ee36035b9: Preparing [2023-02-20T16:15:37.307Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:37.307Z] 5b6bc995f842: Layer already exists [2023-02-20T16:15:37.307Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:37.307Z] 0322ddcacb0d: Layer already exists [2023-02-20T16:15:37.307Z] af79e0d22e76: Layer already exists [2023-02-20T16:15:37.573Z] latest: digest: sha256:2aa17fd1a27348031f41f8b4a28b5fbf13a257d4c42e4a778fb8f20c1c21c671 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:37.910Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:38.247Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.59 [2023-02-20T16:15:38.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-20T16:15:38.247Z] 0322ddcacb0d: Preparing [2023-02-20T16:15:38.247Z] af79e0d22e76: Preparing [2023-02-20T16:15:38.247Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:38.247Z] 5b6bc995f842: Preparing [2023-02-20T16:15:38.247Z] f70ee36035b9: Preparing [2023-02-20T16:15:38.247Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:38.247Z] 5b6bc995f842: Layer already exists [2023-02-20T16:15:38.247Z] af79e0d22e76: Layer already exists [2023-02-20T16:15:38.247Z] 0322ddcacb0d: Layer already exists [2023-02-20T16:15:38.247Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:38.515Z] 3.0.0-dev.59: digest: sha256:2aa17fd1a27348031f41f8b4a28b5fbf13a257d4c42e4a778fb8f20c1c21c671 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:38.858Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:39.194Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:39.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-20T16:15:39.194Z] 0322ddcacb0d: Preparing [2023-02-20T16:15:39.194Z] af79e0d22e76: Preparing [2023-02-20T16:15:39.194Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:39.194Z] 5b6bc995f842: Preparing [2023-02-20T16:15:39.195Z] f70ee36035b9: Preparing [2023-02-20T16:15:39.195Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:39.195Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:39.195Z] 5b6bc995f842: Layer already exists [2023-02-20T16:15:39.195Z] 0322ddcacb0d: Layer already exists [2023-02-20T16:15:39.195Z] af79e0d22e76: Layer already exists [2023-02-20T16:15:39.195Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:2aa17fd1a27348031f41f8b4a28b5fbf13a257d4c42e4a778fb8f20c1c21c671 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:39.535Z] + 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-20T16:15:39.876Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-02-20T16:15:39.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-20T16:15:39.876Z] 0322ddcacb0d: Preparing [2023-02-20T16:15:39.876Z] af79e0d22e76: Preparing [2023-02-20T16:15:39.876Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:39.876Z] 5b6bc995f842: Preparing [2023-02-20T16:15:39.876Z] f70ee36035b9: Preparing [2023-02-20T16:15:39.876Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:39.876Z] af79e0d22e76: Layer already exists [2023-02-20T16:15:39.876Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:39.876Z] 0322ddcacb0d: Layer already exists [2023-02-20T16:15:39.876Z] 5b6bc995f842: Layer already exists [2023-02-20T16:15:40.142Z] main: digest: sha256:2aa17fd1a27348031f41f8b4a28b5fbf13a257d4c42e4a778fb8f20c1c21c671 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:15:40.200Z] ===================================================== [Pipeline] echo [2023-02-20T16:15:40.207Z] taggedImages: [2023-02-20T16:15:40.207Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:40.207Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-20T16:15:40.207Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.59 [2023-02-20T16:15:40.207Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:40.207Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-02-20T16:15:40.228Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-02-20T16:15:40.228Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:40.228Z] latest [2023-02-20T16:15:40.228Z] 3.0.0-dev.59 [2023-02-20T16:15:40.228Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:40.228Z] main [2023-02-20T16:15:40.228Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:40.585Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:40.931Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:40.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-20T16:15:40.931Z] 8d00fdb3abfc: Preparing [2023-02-20T16:15:40.931Z] cd32c2fde662: Preparing [2023-02-20T16:15:40.931Z] 2ce9e160b9fe: Preparing [2023-02-20T16:15:40.931Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:40.931Z] 4dfec9ab70b7: Preparing [2023-02-20T16:15:40.931Z] f70ee36035b9: Preparing [2023-02-20T16:15:40.931Z] f70ee36035b9: Waiting [2023-02-20T16:15:40.931Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:15:41.197Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:41.197Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:41.197Z] cd32c2fde662: Pushed [2023-02-20T16:15:41.197Z] 8d00fdb3abfc: Pushed [2023-02-20T16:15:44.542Z] 2ce9e160b9fe: Pushed [2023-02-20T16:15:44.542Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:457de6ef14e70fb150d87dcb61bf6e3792f67e6d9222795090f368f22d406823 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:44.902Z] + 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-20T16:15:45.246Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-20T16:15:45.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-20T16:15:45.246Z] 8d00fdb3abfc: Preparing [2023-02-20T16:15:45.246Z] cd32c2fde662: Preparing [2023-02-20T16:15:45.246Z] 2ce9e160b9fe: Preparing [2023-02-20T16:15:45.246Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:45.246Z] 4dfec9ab70b7: Preparing [2023-02-20T16:15:45.246Z] f70ee36035b9: Preparing [2023-02-20T16:15:45.246Z] f70ee36035b9: Waiting [2023-02-20T16:15:45.246Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:45.246Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:15:45.246Z] cd32c2fde662: Layer already exists [2023-02-20T16:15:45.246Z] 8d00fdb3abfc: Layer already exists [2023-02-20T16:15:45.246Z] 2ce9e160b9fe: Layer already exists [2023-02-20T16:15:45.246Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:45.512Z] latest: digest: sha256:457de6ef14e70fb150d87dcb61bf6e3792f67e6d9222795090f368f22d406823 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:45.861Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:46.208Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.59 [2023-02-20T16:15:46.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-20T16:15:46.208Z] 8d00fdb3abfc: Preparing [2023-02-20T16:15:46.208Z] cd32c2fde662: Preparing [2023-02-20T16:15:46.208Z] 2ce9e160b9fe: Preparing [2023-02-20T16:15:46.208Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:46.208Z] 4dfec9ab70b7: Preparing [2023-02-20T16:15:46.208Z] f70ee36035b9: Preparing [2023-02-20T16:15:46.208Z] f70ee36035b9: Waiting [2023-02-20T16:15:46.208Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:46.208Z] 8d00fdb3abfc: Layer already exists [2023-02-20T16:15:46.208Z] cd32c2fde662: Layer already exists [2023-02-20T16:15:46.208Z] 2ce9e160b9fe: Layer already exists [2023-02-20T16:15:46.208Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:15:46.208Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:46.475Z] 3.0.0-dev.59: digest: sha256:457de6ef14e70fb150d87dcb61bf6e3792f67e6d9222795090f368f22d406823 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:46.838Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:47.183Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:47.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-20T16:15:47.183Z] 8d00fdb3abfc: Preparing [2023-02-20T16:15:47.183Z] cd32c2fde662: Preparing [2023-02-20T16:15:47.183Z] 2ce9e160b9fe: Preparing [2023-02-20T16:15:47.183Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:47.183Z] 4dfec9ab70b7: Preparing [2023-02-20T16:15:47.183Z] f70ee36035b9: Preparing [2023-02-20T16:15:47.183Z] f70ee36035b9: Waiting [2023-02-20T16:15:47.183Z] 8d00fdb3abfc: Layer already exists [2023-02-20T16:15:47.183Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:47.183Z] cd32c2fde662: Layer already exists [2023-02-20T16:15:47.183Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:15:47.183Z] 2ce9e160b9fe: Layer already exists [2023-02-20T16:15:47.183Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:47.449Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:457de6ef14e70fb150d87dcb61bf6e3792f67e6d9222795090f368f22d406823 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:47.801Z] + 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-20T16:15:48.150Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-02-20T16:15:48.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-20T16:15:48.150Z] 8d00fdb3abfc: Preparing [2023-02-20T16:15:48.150Z] cd32c2fde662: Preparing [2023-02-20T16:15:48.150Z] 2ce9e160b9fe: Preparing [2023-02-20T16:15:48.150Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:48.150Z] 4dfec9ab70b7: Preparing [2023-02-20T16:15:48.150Z] f70ee36035b9: Preparing [2023-02-20T16:15:48.150Z] f70ee36035b9: Waiting [2023-02-20T16:15:48.150Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:15:48.150Z] 8d00fdb3abfc: Layer already exists [2023-02-20T16:15:48.150Z] 2ce9e160b9fe: Layer already exists [2023-02-20T16:15:48.150Z] cd32c2fde662: Layer already exists [2023-02-20T16:15:48.150Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:48.150Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:48.416Z] main: digest: sha256:457de6ef14e70fb150d87dcb61bf6e3792f67e6d9222795090f368f22d406823 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:15:48.459Z] ===================================================== [Pipeline] echo [2023-02-20T16:15:48.464Z] taggedImages: [2023-02-20T16:15:48.464Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:48.464Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-20T16:15:48.464Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.59 [2023-02-20T16:15:48.464Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:48.464Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-02-20T16:15:48.478Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-02-20T16:15:48.478Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:48.478Z] latest [2023-02-20T16:15:48.478Z] 3.0.0-dev.59 [2023-02-20T16:15:48.478Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:48.478Z] main [2023-02-20T16:15:48.478Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:48.809Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:49.167Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:49.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-20T16:15:49.167Z] f32021ba8dd9: Preparing [2023-02-20T16:15:49.167Z] f32021ba8dd9: Preparing [2023-02-20T16:15:49.167Z] 34b591f46ac2: Preparing [2023-02-20T16:15:49.167Z] 46beb846e882: Preparing [2023-02-20T16:15:49.167Z] 9e24987a11f2: Preparing [2023-02-20T16:15:49.167Z] 1ef2d408564e: Preparing [2023-02-20T16:15:49.167Z] 75f92151ba5c: Preparing [2023-02-20T16:15:49.167Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:49.167Z] 5318e90e1f1b: Preparing [2023-02-20T16:15:49.167Z] 0ed8df05194a: Preparing [2023-02-20T16:15:49.167Z] 404b55e91df2: Preparing [2023-02-20T16:15:49.167Z] 867755010d1d: Preparing [2023-02-20T16:15:49.168Z] f70ee36035b9: Preparing [2023-02-20T16:15:49.168Z] 75f92151ba5c: Waiting [2023-02-20T16:15:49.168Z] 682c30e4f6c7: Waiting [2023-02-20T16:15:49.168Z] 5318e90e1f1b: Waiting [2023-02-20T16:15:49.168Z] 0ed8df05194a: Waiting [2023-02-20T16:15:49.168Z] 404b55e91df2: Waiting [2023-02-20T16:15:49.168Z] 867755010d1d: Waiting [2023-02-20T16:15:49.168Z] f70ee36035b9: Waiting [2023-02-20T16:15:49.436Z] 34b591f46ac2: Pushed [2023-02-20T16:15:49.436Z] 9e24987a11f2: Pushed [2023-02-20T16:15:49.436Z] 46beb846e882: Pushed [2023-02-20T16:15:49.436Z] f32021ba8dd9: Pushed [2023-02-20T16:15:49.436Z] 1ef2d408564e: Pushed [2023-02-20T16:15:49.436Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:49.704Z] 5318e90e1f1b: Pushed [2023-02-20T16:15:49.704Z] 0ed8df05194a: Pushed [2023-02-20T16:15:49.704Z] 867755010d1d: Pushed [2023-02-20T16:15:49.704Z] 404b55e91df2: Pushed [2023-02-20T16:15:49.705Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:53.053Z] 75f92151ba5c: Pushed [2023-02-20T16:15:53.053Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:034731680076e24792294af9971858a9a73caa5dca5594c1e020a62cf5c6eef8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:53.400Z] + 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-20T16:15:53.748Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-20T16:15:53.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-20T16:15:53.748Z] f32021ba8dd9: Preparing [2023-02-20T16:15:53.748Z] f32021ba8dd9: Preparing [2023-02-20T16:15:53.748Z] 34b591f46ac2: Preparing [2023-02-20T16:15:53.748Z] 46beb846e882: Preparing [2023-02-20T16:15:53.748Z] 9e24987a11f2: Preparing [2023-02-20T16:15:53.748Z] 1ef2d408564e: Preparing [2023-02-20T16:15:53.748Z] 75f92151ba5c: Preparing [2023-02-20T16:15:53.748Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:53.748Z] 5318e90e1f1b: Preparing [2023-02-20T16:15:53.748Z] 75f92151ba5c: Waiting [2023-02-20T16:15:53.748Z] 682c30e4f6c7: Waiting [2023-02-20T16:15:53.748Z] 0ed8df05194a: Preparing [2023-02-20T16:15:53.748Z] 404b55e91df2: Preparing [2023-02-20T16:15:53.748Z] 5318e90e1f1b: Waiting [2023-02-20T16:15:53.748Z] 867755010d1d: Preparing [2023-02-20T16:15:53.748Z] f70ee36035b9: Preparing [2023-02-20T16:15:53.748Z] 0ed8df05194a: Waiting [2023-02-20T16:15:53.748Z] 404b55e91df2: Waiting [2023-02-20T16:15:53.748Z] 867755010d1d: Waiting [2023-02-20T16:15:53.748Z] f70ee36035b9: Waiting [2023-02-20T16:15:53.749Z] 1ef2d408564e: Layer already exists [2023-02-20T16:15:53.749Z] f32021ba8dd9: Layer already exists [2023-02-20T16:15:53.749Z] 9e24987a11f2: Layer already exists [2023-02-20T16:15:53.749Z] 46beb846e882: Layer already exists [2023-02-20T16:15:53.749Z] 34b591f46ac2: Layer already exists [2023-02-20T16:15:53.749Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:53.749Z] 75f92151ba5c: Layer already exists [2023-02-20T16:15:53.749Z] 5318e90e1f1b: Layer already exists [2023-02-20T16:15:53.749Z] 0ed8df05194a: Layer already exists [2023-02-20T16:15:53.749Z] 404b55e91df2: Layer already exists [2023-02-20T16:15:53.749Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:53.749Z] 867755010d1d: Layer already exists [2023-02-20T16:15:54.017Z] latest: digest: sha256:034731680076e24792294af9971858a9a73caa5dca5594c1e020a62cf5c6eef8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:54.367Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:54.713Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.59 [2023-02-20T16:15:54.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-20T16:15:54.713Z] f32021ba8dd9: Preparing [2023-02-20T16:15:54.713Z] f32021ba8dd9: Preparing [2023-02-20T16:15:54.713Z] 34b591f46ac2: Preparing [2023-02-20T16:15:54.713Z] 46beb846e882: Preparing [2023-02-20T16:15:54.713Z] 9e24987a11f2: Preparing [2023-02-20T16:15:54.713Z] 1ef2d408564e: Preparing [2023-02-20T16:15:54.713Z] 75f92151ba5c: Preparing [2023-02-20T16:15:54.713Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:54.713Z] 5318e90e1f1b: Preparing [2023-02-20T16:15:54.713Z] 0ed8df05194a: Preparing [2023-02-20T16:15:54.713Z] 404b55e91df2: Preparing [2023-02-20T16:15:54.713Z] 867755010d1d: Preparing [2023-02-20T16:15:54.713Z] f70ee36035b9: Preparing [2023-02-20T16:15:54.713Z] 75f92151ba5c: Waiting [2023-02-20T16:15:54.713Z] 682c30e4f6c7: Waiting [2023-02-20T16:15:54.713Z] 5318e90e1f1b: Waiting [2023-02-20T16:15:54.713Z] 0ed8df05194a: Waiting [2023-02-20T16:15:54.713Z] 404b55e91df2: Waiting [2023-02-20T16:15:54.713Z] 867755010d1d: Waiting [2023-02-20T16:15:54.713Z] f70ee36035b9: Waiting [2023-02-20T16:15:54.713Z] 34b591f46ac2: Layer already exists [2023-02-20T16:15:54.713Z] 46beb846e882: Layer already exists [2023-02-20T16:15:54.713Z] 1ef2d408564e: Layer already exists [2023-02-20T16:15:54.713Z] f32021ba8dd9: Layer already exists [2023-02-20T16:15:54.713Z] 9e24987a11f2: Layer already exists [2023-02-20T16:15:54.713Z] 75f92151ba5c: Layer already exists [2023-02-20T16:15:54.713Z] 0ed8df05194a: Layer already exists [2023-02-20T16:15:54.713Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:54.713Z] 5318e90e1f1b: Layer already exists [2023-02-20T16:15:54.713Z] 404b55e91df2: Layer already exists [2023-02-20T16:15:54.713Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:54.713Z] 867755010d1d: Layer already exists [2023-02-20T16:15:54.984Z] 3.0.0-dev.59: digest: sha256:034731680076e24792294af9971858a9a73caa5dca5594c1e020a62cf5c6eef8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:55.337Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:55.690Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:55.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-20T16:15:55.690Z] f32021ba8dd9: Preparing [2023-02-20T16:15:55.690Z] f32021ba8dd9: Preparing [2023-02-20T16:15:55.690Z] 34b591f46ac2: Preparing [2023-02-20T16:15:55.690Z] 46beb846e882: Preparing [2023-02-20T16:15:55.690Z] 9e24987a11f2: Preparing [2023-02-20T16:15:55.690Z] 1ef2d408564e: Preparing [2023-02-20T16:15:55.690Z] 75f92151ba5c: Preparing [2023-02-20T16:15:55.690Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:55.690Z] 5318e90e1f1b: Preparing [2023-02-20T16:15:55.690Z] 0ed8df05194a: Preparing [2023-02-20T16:15:55.690Z] 404b55e91df2: Preparing [2023-02-20T16:15:55.690Z] 867755010d1d: Preparing [2023-02-20T16:15:55.690Z] f70ee36035b9: Preparing [2023-02-20T16:15:55.690Z] 75f92151ba5c: Waiting [2023-02-20T16:15:55.690Z] 682c30e4f6c7: Waiting [2023-02-20T16:15:55.690Z] 5318e90e1f1b: Waiting [2023-02-20T16:15:55.690Z] 0ed8df05194a: Waiting [2023-02-20T16:15:55.690Z] 404b55e91df2: Waiting [2023-02-20T16:15:55.690Z] 867755010d1d: Waiting [2023-02-20T16:15:55.690Z] f70ee36035b9: Waiting [2023-02-20T16:15:55.690Z] 34b591f46ac2: Layer already exists [2023-02-20T16:15:55.690Z] 9e24987a11f2: Layer already exists [2023-02-20T16:15:55.690Z] 1ef2d408564e: Layer already exists [2023-02-20T16:15:55.690Z] 46beb846e882: Layer already exists [2023-02-20T16:15:55.690Z] f32021ba8dd9: Layer already exists [2023-02-20T16:15:55.690Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:55.690Z] 5318e90e1f1b: Layer already exists [2023-02-20T16:15:55.690Z] 0ed8df05194a: Layer already exists [2023-02-20T16:15:55.690Z] 404b55e91df2: Layer already exists [2023-02-20T16:15:55.690Z] 75f92151ba5c: Layer already exists [2023-02-20T16:15:55.690Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:55.690Z] 867755010d1d: Layer already exists [2023-02-20T16:15:55.957Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:034731680076e24792294af9971858a9a73caa5dca5594c1e020a62cf5c6eef8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:56.369Z] + 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-20T16:15:56.749Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-02-20T16:15:56.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-20T16:15:56.749Z] f32021ba8dd9: Preparing [2023-02-20T16:15:56.749Z] f32021ba8dd9: Preparing [2023-02-20T16:15:56.749Z] 34b591f46ac2: Preparing [2023-02-20T16:15:56.749Z] 46beb846e882: Preparing [2023-02-20T16:15:56.749Z] 9e24987a11f2: Preparing [2023-02-20T16:15:56.749Z] 1ef2d408564e: Preparing [2023-02-20T16:15:56.749Z] 75f92151ba5c: Preparing [2023-02-20T16:15:56.749Z] 682c30e4f6c7: Preparing [2023-02-20T16:15:56.749Z] 5318e90e1f1b: Preparing [2023-02-20T16:15:56.749Z] 0ed8df05194a: Preparing [2023-02-20T16:15:56.749Z] 404b55e91df2: Preparing [2023-02-20T16:15:56.749Z] 867755010d1d: Preparing [2023-02-20T16:15:56.749Z] f70ee36035b9: Preparing [2023-02-20T16:15:56.749Z] 75f92151ba5c: Waiting [2023-02-20T16:15:56.749Z] 682c30e4f6c7: Waiting [2023-02-20T16:15:56.749Z] 0ed8df05194a: Waiting [2023-02-20T16:15:56.749Z] 404b55e91df2: Waiting [2023-02-20T16:15:56.749Z] 867755010d1d: Waiting [2023-02-20T16:15:56.749Z] f70ee36035b9: Waiting [2023-02-20T16:15:56.749Z] 5318e90e1f1b: Waiting [2023-02-20T16:15:56.749Z] 1ef2d408564e: Layer already exists [2023-02-20T16:15:56.749Z] 34b591f46ac2: Layer already exists [2023-02-20T16:15:56.749Z] 9e24987a11f2: Layer already exists [2023-02-20T16:15:56.749Z] f32021ba8dd9: Layer already exists [2023-02-20T16:15:56.749Z] 46beb846e882: Layer already exists [2023-02-20T16:15:56.749Z] 5318e90e1f1b: Layer already exists [2023-02-20T16:15:56.749Z] 75f92151ba5c: Layer already exists [2023-02-20T16:15:56.749Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:15:56.749Z] 404b55e91df2: Layer already exists [2023-02-20T16:15:56.749Z] 0ed8df05194a: Layer already exists [2023-02-20T16:15:56.749Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:57.023Z] 867755010d1d: Layer already exists [2023-02-20T16:15:57.023Z] main: digest: sha256:034731680076e24792294af9971858a9a73caa5dca5594c1e020a62cf5c6eef8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:15:57.071Z] ===================================================== [Pipeline] echo [2023-02-20T16:15:57.077Z] taggedImages: [2023-02-20T16:15:57.078Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:57.078Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-20T16:15:57.078Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.59 [2023-02-20T16:15:57.078Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:57.078Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-02-20T16:15:57.092Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-02-20T16:15:57.092Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:57.092Z] latest [2023-02-20T16:15:57.092Z] 3.0.0-dev.59 [2023-02-20T16:15:57.092Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:15:57.092Z] main [2023-02-20T16:15:57.092Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:57.437Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:15:57.789Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:15:57.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-20T16:15:57.789Z] 13a816dc0471: Preparing [2023-02-20T16:15:57.789Z] 85ac77747bce: Preparing [2023-02-20T16:15:57.789Z] 8ed73868cd21: Preparing [2023-02-20T16:15:57.789Z] 9e6865d08d82: Preparing [2023-02-20T16:15:57.789Z] 6601f6ea1cbf: Preparing [2023-02-20T16:15:57.789Z] 5b5036cc4133: Preparing [2023-02-20T16:15:57.789Z] b7f02b5f1c01: Preparing [2023-02-20T16:15:57.789Z] f70ee36035b9: Preparing [2023-02-20T16:15:57.789Z] 5b5036cc4133: Waiting [2023-02-20T16:15:57.789Z] b7f02b5f1c01: Waiting [2023-02-20T16:15:57.789Z] f70ee36035b9: Waiting [2023-02-20T16:15:58.080Z] 6601f6ea1cbf: Pushed [2023-02-20T16:15:58.080Z] 85ac77747bce: Pushed [2023-02-20T16:15:58.080Z] 13a816dc0471: Pushed [2023-02-20T16:15:58.080Z] f70ee36035b9: Layer already exists [2023-02-20T16:15:58.080Z] 5b5036cc4133: Pushed [2023-02-20T16:15:59.042Z] b7f02b5f1c01: Pushed [2023-02-20T16:16:00.997Z] 8ed73868cd21: Pushed [2023-02-20T16:16:00.997Z] 9e6865d08d82: Pushed [2023-02-20T16:16:00.997Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:8e3d859bfb65424626dbbaf00f3a7d1d41f6aea51cea23fee5dd0ff70988f8a7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:01.343Z] + 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-20T16:16:01.693Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-20T16:16:01.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-20T16:16:01.693Z] 13a816dc0471: Preparing [2023-02-20T16:16:01.693Z] 85ac77747bce: Preparing [2023-02-20T16:16:01.693Z] 8ed73868cd21: Preparing [2023-02-20T16:16:01.693Z] 9e6865d08d82: Preparing [2023-02-20T16:16:01.693Z] 6601f6ea1cbf: Preparing [2023-02-20T16:16:01.693Z] 5b5036cc4133: Preparing [2023-02-20T16:16:01.693Z] b7f02b5f1c01: Preparing [2023-02-20T16:16:01.693Z] f70ee36035b9: Preparing [2023-02-20T16:16:01.693Z] b7f02b5f1c01: Waiting [2023-02-20T16:16:01.693Z] 5b5036cc4133: Waiting [2023-02-20T16:16:01.693Z] f70ee36035b9: Waiting [2023-02-20T16:16:01.693Z] 85ac77747bce: Layer already exists [2023-02-20T16:16:01.693Z] 6601f6ea1cbf: Layer already exists [2023-02-20T16:16:01.693Z] 13a816dc0471: Layer already exists [2023-02-20T16:16:01.693Z] 9e6865d08d82: Layer already exists [2023-02-20T16:16:01.693Z] 8ed73868cd21: Layer already exists [2023-02-20T16:16:01.693Z] b7f02b5f1c01: Layer already exists [2023-02-20T16:16:01.693Z] f70ee36035b9: Layer already exists [2023-02-20T16:16:01.693Z] 5b5036cc4133: Layer already exists [2023-02-20T16:16:01.962Z] latest: digest: sha256:8e3d859bfb65424626dbbaf00f3a7d1d41f6aea51cea23fee5dd0ff70988f8a7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:02.310Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:02.645Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.59 [2023-02-20T16:16:02.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-20T16:16:02.645Z] 13a816dc0471: Preparing [2023-02-20T16:16:02.645Z] 85ac77747bce: Preparing [2023-02-20T16:16:02.645Z] 8ed73868cd21: Preparing [2023-02-20T16:16:02.645Z] 9e6865d08d82: Preparing [2023-02-20T16:16:02.645Z] 6601f6ea1cbf: Preparing [2023-02-20T16:16:02.645Z] 5b5036cc4133: Preparing [2023-02-20T16:16:02.645Z] b7f02b5f1c01: Preparing [2023-02-20T16:16:02.645Z] f70ee36035b9: Preparing [2023-02-20T16:16:02.645Z] b7f02b5f1c01: Waiting [2023-02-20T16:16:02.645Z] f70ee36035b9: Waiting [2023-02-20T16:16:02.645Z] 5b5036cc4133: Waiting [2023-02-20T16:16:02.645Z] 9e6865d08d82: Layer already exists [2023-02-20T16:16:02.645Z] 13a816dc0471: Layer already exists [2023-02-20T16:16:02.645Z] 85ac77747bce: Layer already exists [2023-02-20T16:16:02.645Z] 8ed73868cd21: Layer already exists [2023-02-20T16:16:02.645Z] 6601f6ea1cbf: Layer already exists [2023-02-20T16:16:02.645Z] b7f02b5f1c01: Layer already exists [2023-02-20T16:16:02.645Z] 5b5036cc4133: Layer already exists [2023-02-20T16:16:02.645Z] f70ee36035b9: Layer already exists [2023-02-20T16:16:02.913Z] 3.0.0-dev.59: digest: sha256:8e3d859bfb65424626dbbaf00f3a7d1d41f6aea51cea23fee5dd0ff70988f8a7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:03.266Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:03.615Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:16:03.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-20T16:16:03.615Z] 13a816dc0471: Preparing [2023-02-20T16:16:03.615Z] 85ac77747bce: Preparing [2023-02-20T16:16:03.615Z] 8ed73868cd21: Preparing [2023-02-20T16:16:03.615Z] 9e6865d08d82: Preparing [2023-02-20T16:16:03.615Z] 6601f6ea1cbf: Preparing [2023-02-20T16:16:03.615Z] 5b5036cc4133: Preparing [2023-02-20T16:16:03.615Z] b7f02b5f1c01: Preparing [2023-02-20T16:16:03.615Z] f70ee36035b9: Preparing [2023-02-20T16:16:03.615Z] 5b5036cc4133: Waiting [2023-02-20T16:16:03.615Z] b7f02b5f1c01: Waiting [2023-02-20T16:16:03.615Z] f70ee36035b9: Waiting [2023-02-20T16:16:03.615Z] 8ed73868cd21: Layer already exists [2023-02-20T16:16:03.615Z] 9e6865d08d82: Layer already exists [2023-02-20T16:16:03.615Z] 13a816dc0471: Layer already exists [2023-02-20T16:16:03.615Z] 85ac77747bce: Layer already exists [2023-02-20T16:16:03.615Z] 6601f6ea1cbf: Layer already exists [2023-02-20T16:16:03.615Z] 5b5036cc4133: Layer already exists [2023-02-20T16:16:03.615Z] f70ee36035b9: Layer already exists [2023-02-20T16:16:03.615Z] b7f02b5f1c01: Layer already exists [2023-02-20T16:16:03.880Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:8e3d859bfb65424626dbbaf00f3a7d1d41f6aea51cea23fee5dd0ff70988f8a7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:04.227Z] + 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-20T16:16:04.564Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-02-20T16:16:04.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-20T16:16:04.564Z] 13a816dc0471: Preparing [2023-02-20T16:16:04.564Z] 85ac77747bce: Preparing [2023-02-20T16:16:04.564Z] 8ed73868cd21: Preparing [2023-02-20T16:16:04.564Z] 9e6865d08d82: Preparing [2023-02-20T16:16:04.564Z] 6601f6ea1cbf: Preparing [2023-02-20T16:16:04.564Z] 5b5036cc4133: Preparing [2023-02-20T16:16:04.564Z] b7f02b5f1c01: Preparing [2023-02-20T16:16:04.564Z] f70ee36035b9: Preparing [2023-02-20T16:16:04.564Z] 5b5036cc4133: Waiting [2023-02-20T16:16:04.564Z] f70ee36035b9: Waiting [2023-02-20T16:16:04.564Z] b7f02b5f1c01: Waiting [2023-02-20T16:16:04.564Z] 85ac77747bce: Layer already exists [2023-02-20T16:16:04.564Z] 6601f6ea1cbf: Layer already exists [2023-02-20T16:16:04.564Z] 8ed73868cd21: Layer already exists [2023-02-20T16:16:04.564Z] 13a816dc0471: Layer already exists [2023-02-20T16:16:04.564Z] 9e6865d08d82: Layer already exists [2023-02-20T16:16:04.564Z] f70ee36035b9: Layer already exists [2023-02-20T16:16:04.564Z] 5b5036cc4133: Layer already exists [2023-02-20T16:16:04.564Z] b7f02b5f1c01: Layer already exists [2023-02-20T16:16:04.829Z] main: digest: sha256:8e3d859bfb65424626dbbaf00f3a7d1d41f6aea51cea23fee5dd0ff70988f8a7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:16:04.887Z] ===================================================== [Pipeline] echo [2023-02-20T16:16:04.897Z] taggedImages: [2023-02-20T16:16:04.897Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:16:04.897Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-20T16:16:04.897Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.59 [2023-02-20T16:16:04.897Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:16:04.897Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-02-20T16:16:04.918Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-02-20T16:16:04.918Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:16:04.918Z] latest [2023-02-20T16:16:04.918Z] 3.0.0-dev.59 [2023-02-20T16:16:04.918Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:16:04.918Z] main [2023-02-20T16:16:04.918Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:05.253Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:05.593Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:16:05.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-20T16:16:05.593Z] 2acb3342d083: Preparing [2023-02-20T16:16:05.593Z] fde0831cb487: Preparing [2023-02-20T16:16:05.593Z] 2e25546115c6: Preparing [2023-02-20T16:16:05.593Z] 0648ed7fbc7a: Preparing [2023-02-20T16:16:05.593Z] 9a045b6b79b7: Preparing [2023-02-20T16:16:05.593Z] dbfe95c9d292: Preparing [2023-02-20T16:16:05.593Z] 1261e2c4e1a2: Preparing [2023-02-20T16:16:05.593Z] af0028cc1f8c: Preparing [2023-02-20T16:16:05.593Z] 52f7c7dc3cd7: Preparing [2023-02-20T16:16:05.593Z] f70ee36035b9: Preparing [2023-02-20T16:16:05.593Z] 52f7c7dc3cd7: Waiting [2023-02-20T16:16:05.593Z] af0028cc1f8c: Waiting [2023-02-20T16:16:05.593Z] dbfe95c9d292: Waiting [2023-02-20T16:16:05.593Z] 1261e2c4e1a2: Waiting [2023-02-20T16:16:05.593Z] f70ee36035b9: Waiting [2023-02-20T16:16:05.861Z] 2acb3342d083: Pushed [2023-02-20T16:16:05.861Z] fde0831cb487: Pushed [2023-02-20T16:16:05.861Z] 9a045b6b79b7: Pushed [2023-02-20T16:16:06.128Z] dbfe95c9d292: Pushed [2023-02-20T16:16:06.128Z] 1261e2c4e1a2: Pushed [2023-02-20T16:16:06.128Z] af0028cc1f8c: Pushed [2023-02-20T16:16:06.128Z] f70ee36035b9: Layer already exists [2023-02-20T16:16:06.395Z] 52f7c7dc3cd7: Pushed [2023-02-20T16:16:08.336Z] 0648ed7fbc7a: Pushed [2023-02-20T16:16:09.295Z] 2e25546115c6: Pushed [2023-02-20T16:16:09.295Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:e9f62d720512e0abf530688c29955913c41b74e7af3bac3a1d635e1857891121 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:09.896Z] + 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-20T16:16:10.228Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-20T16:16:10.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-20T16:16:10.229Z] 2acb3342d083: Preparing [2023-02-20T16:16:10.229Z] fde0831cb487: Preparing [2023-02-20T16:16:10.229Z] 2e25546115c6: Preparing [2023-02-20T16:16:10.229Z] 0648ed7fbc7a: Preparing [2023-02-20T16:16:10.229Z] 9a045b6b79b7: Preparing [2023-02-20T16:16:10.229Z] dbfe95c9d292: Preparing [2023-02-20T16:16:10.229Z] 1261e2c4e1a2: Preparing [2023-02-20T16:16:10.229Z] af0028cc1f8c: Preparing [2023-02-20T16:16:10.229Z] 52f7c7dc3cd7: Preparing [2023-02-20T16:16:10.229Z] f70ee36035b9: Preparing [2023-02-20T16:16:10.229Z] dbfe95c9d292: Waiting [2023-02-20T16:16:10.229Z] 1261e2c4e1a2: Waiting [2023-02-20T16:16:10.229Z] af0028cc1f8c: Waiting [2023-02-20T16:16:10.229Z] 52f7c7dc3cd7: Waiting [2023-02-20T16:16:10.229Z] f70ee36035b9: Waiting [2023-02-20T16:16:10.229Z] 2e25546115c6: Layer already exists [2023-02-20T16:16:10.229Z] 0648ed7fbc7a: Layer already exists [2023-02-20T16:16:10.229Z] 2acb3342d083: Layer already exists [2023-02-20T16:16:10.229Z] 9a045b6b79b7: Layer already exists [2023-02-20T16:16:10.229Z] fde0831cb487: Layer already exists [2023-02-20T16:16:10.229Z] 1261e2c4e1a2: Layer already exists [2023-02-20T16:16:10.229Z] af0028cc1f8c: Layer already exists [2023-02-20T16:16:10.229Z] dbfe95c9d292: Layer already exists [2023-02-20T16:16:10.229Z] f70ee36035b9: Layer already exists [2023-02-20T16:16:10.229Z] 52f7c7dc3cd7: Layer already exists [2023-02-20T16:16:10.494Z] latest: digest: sha256:e9f62d720512e0abf530688c29955913c41b74e7af3bac3a1d635e1857891121 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:10.836Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:11.171Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.59 [2023-02-20T16:16:11.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-20T16:16:11.171Z] 2acb3342d083: Preparing [2023-02-20T16:16:11.171Z] fde0831cb487: Preparing [2023-02-20T16:16:11.171Z] 2e25546115c6: Preparing [2023-02-20T16:16:11.171Z] 0648ed7fbc7a: Preparing [2023-02-20T16:16:11.171Z] 9a045b6b79b7: Preparing [2023-02-20T16:16:11.171Z] dbfe95c9d292: Preparing [2023-02-20T16:16:11.171Z] 1261e2c4e1a2: Preparing [2023-02-20T16:16:11.171Z] af0028cc1f8c: Preparing [2023-02-20T16:16:11.171Z] 52f7c7dc3cd7: Preparing [2023-02-20T16:16:11.171Z] f70ee36035b9: Preparing [2023-02-20T16:16:11.171Z] dbfe95c9d292: Waiting [2023-02-20T16:16:11.171Z] 1261e2c4e1a2: Waiting [2023-02-20T16:16:11.171Z] af0028cc1f8c: Waiting [2023-02-20T16:16:11.171Z] 52f7c7dc3cd7: Waiting [2023-02-20T16:16:11.171Z] f70ee36035b9: Waiting [2023-02-20T16:16:11.171Z] fde0831cb487: Layer already exists [2023-02-20T16:16:11.171Z] 9a045b6b79b7: Layer already exists [2023-02-20T16:16:11.171Z] 0648ed7fbc7a: Layer already exists [2023-02-20T16:16:11.171Z] 2e25546115c6: Layer already exists [2023-02-20T16:16:11.171Z] 2acb3342d083: Layer already exists [2023-02-20T16:16:11.171Z] af0028cc1f8c: Layer already exists [2023-02-20T16:16:11.171Z] 1261e2c4e1a2: Layer already exists [2023-02-20T16:16:11.171Z] 52f7c7dc3cd7: Layer already exists [2023-02-20T16:16:11.171Z] f70ee36035b9: Layer already exists [2023-02-20T16:16:11.171Z] dbfe95c9d292: Layer already exists [2023-02-20T16:16:11.437Z] 3.0.0-dev.59: digest: sha256:e9f62d720512e0abf530688c29955913c41b74e7af3bac3a1d635e1857891121 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:11.778Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:12.108Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:16:12.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-20T16:16:12.108Z] 2acb3342d083: Preparing [2023-02-20T16:16:12.108Z] fde0831cb487: Preparing [2023-02-20T16:16:12.108Z] 2e25546115c6: Preparing [2023-02-20T16:16:12.108Z] 0648ed7fbc7a: Preparing [2023-02-20T16:16:12.108Z] 9a045b6b79b7: Preparing [2023-02-20T16:16:12.108Z] dbfe95c9d292: Preparing [2023-02-20T16:16:12.108Z] 1261e2c4e1a2: Preparing [2023-02-20T16:16:12.108Z] af0028cc1f8c: Preparing [2023-02-20T16:16:12.108Z] 52f7c7dc3cd7: Preparing [2023-02-20T16:16:12.108Z] f70ee36035b9: Preparing [2023-02-20T16:16:12.108Z] 1261e2c4e1a2: Waiting [2023-02-20T16:16:12.108Z] af0028cc1f8c: Waiting [2023-02-20T16:16:12.108Z] 52f7c7dc3cd7: Waiting [2023-02-20T16:16:12.108Z] f70ee36035b9: Waiting [2023-02-20T16:16:12.108Z] dbfe95c9d292: Waiting [2023-02-20T16:16:12.374Z] 2acb3342d083: Layer already exists [2023-02-20T16:16:12.374Z] 0648ed7fbc7a: Layer already exists [2023-02-20T16:16:12.374Z] 2e25546115c6: Layer already exists [2023-02-20T16:16:12.374Z] fde0831cb487: Layer already exists [2023-02-20T16:16:12.374Z] 9a045b6b79b7: Layer already exists [2023-02-20T16:16:12.374Z] 1261e2c4e1a2: Layer already exists [2023-02-20T16:16:12.374Z] dbfe95c9d292: Layer already exists [2023-02-20T16:16:12.374Z] f70ee36035b9: Layer already exists [2023-02-20T16:16:12.374Z] 52f7c7dc3cd7: Layer already exists [2023-02-20T16:16:12.374Z] af0028cc1f8c: Layer already exists [2023-02-20T16:16:12.374Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:e9f62d720512e0abf530688c29955913c41b74e7af3bac3a1d635e1857891121 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:12.712Z] + 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-20T16:16:13.050Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-02-20T16:16:13.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-20T16:16:13.050Z] 2acb3342d083: Preparing [2023-02-20T16:16:13.050Z] fde0831cb487: Preparing [2023-02-20T16:16:13.050Z] 2e25546115c6: Preparing [2023-02-20T16:16:13.050Z] 0648ed7fbc7a: Preparing [2023-02-20T16:16:13.050Z] 9a045b6b79b7: Preparing [2023-02-20T16:16:13.050Z] dbfe95c9d292: Preparing [2023-02-20T16:16:13.050Z] 1261e2c4e1a2: Preparing [2023-02-20T16:16:13.050Z] af0028cc1f8c: Preparing [2023-02-20T16:16:13.050Z] 52f7c7dc3cd7: Preparing [2023-02-20T16:16:13.050Z] f70ee36035b9: Preparing [2023-02-20T16:16:13.050Z] dbfe95c9d292: Waiting [2023-02-20T16:16:13.050Z] 1261e2c4e1a2: Waiting [2023-02-20T16:16:13.050Z] af0028cc1f8c: Waiting [2023-02-20T16:16:13.050Z] 52f7c7dc3cd7: Waiting [2023-02-20T16:16:13.050Z] f70ee36035b9: Waiting [2023-02-20T16:16:13.050Z] 0648ed7fbc7a: Layer already exists [2023-02-20T16:16:13.050Z] 9a045b6b79b7: Layer already exists [2023-02-20T16:16:13.050Z] fde0831cb487: Layer already exists [2023-02-20T16:16:13.050Z] 2e25546115c6: Layer already exists [2023-02-20T16:16:13.050Z] 2acb3342d083: Layer already exists [2023-02-20T16:16:13.050Z] dbfe95c9d292: Layer already exists [2023-02-20T16:16:13.050Z] af0028cc1f8c: Layer already exists [2023-02-20T16:16:13.317Z] 1261e2c4e1a2: Layer already exists [2023-02-20T16:16:13.317Z] f70ee36035b9: Layer already exists [2023-02-20T16:16:13.317Z] 52f7c7dc3cd7: Layer already exists [2023-02-20T16:16:13.317Z] main: digest: sha256:e9f62d720512e0abf530688c29955913c41b74e7af3bac3a1d635e1857891121 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:16:13.361Z] ===================================================== [Pipeline] echo [2023-02-20T16:16:13.367Z] taggedImages: [2023-02-20T16:16:13.367Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:16:13.367Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-20T16:16:13.367Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.59 [2023-02-20T16:16:13.367Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:16:13.367Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-02-20T16:16:13.382Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-02-20T16:16:13.382Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:16:13.382Z] latest [2023-02-20T16:16:13.382Z] 3.0.0-dev.59 [2023-02-20T16:16:13.382Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:16:13.382Z] main [2023-02-20T16:16:13.382Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:13.722Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:14.060Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:16:14.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-20T16:16:14.326Z] c1bfc9b68738: Preparing [2023-02-20T16:16:14.326Z] af18bb310d41: Preparing [2023-02-20T16:16:14.326Z] 682c30e4f6c7: Preparing [2023-02-20T16:16:14.326Z] 1220bcb6cbf5: Preparing [2023-02-20T16:16:14.326Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:16:14.326Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:16:14.326Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:16:14.592Z] c1bfc9b68738: Pushed [2023-02-20T16:16:16.021Z] 1220bcb6cbf5: Pushed [2023-02-20T16:16:19.372Z] af18bb310d41: Pushed [2023-02-20T16:16:19.640Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:80e7b0920b260093c9315c138c38c9ae0e3c0e6a9eef8ea66464a47dfdde0d31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:19.996Z] + 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-20T16:16:20.339Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-20T16:16:20.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-20T16:16:20.339Z] c1bfc9b68738: Preparing [2023-02-20T16:16:20.339Z] af18bb310d41: Preparing [2023-02-20T16:16:20.339Z] 682c30e4f6c7: Preparing [2023-02-20T16:16:20.339Z] 1220bcb6cbf5: Preparing [2023-02-20T16:16:20.339Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:16:20.339Z] af18bb310d41: Layer already exists [2023-02-20T16:16:20.339Z] c1bfc9b68738: Layer already exists [2023-02-20T16:16:20.339Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:16:20.339Z] 1220bcb6cbf5: Layer already exists [2023-02-20T16:16:20.339Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:16:20.605Z] latest: digest: sha256:80e7b0920b260093c9315c138c38c9ae0e3c0e6a9eef8ea66464a47dfdde0d31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:20.946Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:21.281Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.59 [2023-02-20T16:16:21.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-20T16:16:21.281Z] c1bfc9b68738: Preparing [2023-02-20T16:16:21.281Z] af18bb310d41: Preparing [2023-02-20T16:16:21.281Z] 682c30e4f6c7: Preparing [2023-02-20T16:16:21.281Z] 1220bcb6cbf5: Preparing [2023-02-20T16:16:21.281Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:16:21.281Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:16:21.281Z] af18bb310d41: Layer already exists [2023-02-20T16:16:21.281Z] c1bfc9b68738: Layer already exists [2023-02-20T16:16:21.281Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:16:21.281Z] 1220bcb6cbf5: Layer already exists [2023-02-20T16:16:21.281Z] 3.0.0-dev.59: digest: sha256:80e7b0920b260093c9315c138c38c9ae0e3c0e6a9eef8ea66464a47dfdde0d31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:21.886Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:22.214Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:16:22.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-20T16:16:22.214Z] c1bfc9b68738: Preparing [2023-02-20T16:16:22.214Z] af18bb310d41: Preparing [2023-02-20T16:16:22.214Z] 682c30e4f6c7: Preparing [2023-02-20T16:16:22.214Z] 1220bcb6cbf5: Preparing [2023-02-20T16:16:22.214Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:16:22.214Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:16:22.214Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:16:22.214Z] c1bfc9b68738: Layer already exists [2023-02-20T16:16:22.214Z] 1220bcb6cbf5: Layer already exists [2023-02-20T16:16:22.214Z] af18bb310d41: Layer already exists [2023-02-20T16:16:22.214Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:80e7b0920b260093c9315c138c38c9ae0e3c0e6a9eef8ea66464a47dfdde0d31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:22.544Z] + 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-20T16:16:22.874Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-02-20T16:16:22.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-20T16:16:22.874Z] c1bfc9b68738: Preparing [2023-02-20T16:16:22.874Z] af18bb310d41: Preparing [2023-02-20T16:16:22.874Z] 682c30e4f6c7: Preparing [2023-02-20T16:16:22.874Z] 1220bcb6cbf5: Preparing [2023-02-20T16:16:22.874Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:16:22.874Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:16:22.874Z] af18bb310d41: Layer already exists [2023-02-20T16:16:22.874Z] c1bfc9b68738: Layer already exists [2023-02-20T16:16:22.874Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:16:22.874Z] 1220bcb6cbf5: Layer already exists [2023-02-20T16:16:22.874Z] main: digest: sha256:80e7b0920b260093c9315c138c38c9ae0e3c0e6a9eef8ea66464a47dfdde0d31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:16:23.190Z] ===================================================== [Pipeline] echo [2023-02-20T16:16:23.200Z] taggedImages: [2023-02-20T16:16:23.200Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:16:23.200Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-20T16:16:23.200Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.59 [2023-02-20T16:16:23.200Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:16:23.200Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-02-20T16:16:23.222Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-02-20T16:16:23.222Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:16:23.222Z] latest [2023-02-20T16:16:23.222Z] 3.0.0-dev.59 [2023-02-20T16:16:23.222Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:16:23.222Z] main [2023-02-20T16:16:23.222Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:23.683Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:24.016Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:16:24.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-20T16:16:24.016Z] eeea2b1185e7: Preparing [2023-02-20T16:16:24.016Z] d44985d11fe3: Preparing [2023-02-20T16:16:24.016Z] 692cc386f5fa: Preparing [2023-02-20T16:16:24.016Z] 1cb76f97c5b0: Preparing [2023-02-20T16:16:24.016Z] e8e154a41ce2: Preparing [2023-02-20T16:16:24.016Z] 4e6858cb24a0: Preparing [2023-02-20T16:16:24.016Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:16:24.016Z] 4e6858cb24a0: Waiting [2023-02-20T16:16:24.016Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:16:24.284Z] 692cc386f5fa: Pushed [2023-02-20T16:16:24.284Z] eeea2b1185e7: Pushed [2023-02-20T16:16:24.284Z] d44985d11fe3: Pushed [2023-02-20T16:16:24.553Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:16:25.133Z] 4e6858cb24a0: Pushed [2023-02-20T16:16:31.762Z] e8e154a41ce2: Pushed [2023-02-20T16:16:39.966Z] 1cb76f97c5b0: Pushed [2023-02-20T16:16:39.966Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:6d2a9a721068e47c89260fd41cdd3d3c2ba658b7d637edd9e2cc01d30e5104ec size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:40.318Z] + 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-20T16:16:40.655Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-20T16:16:40.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-20T16:16:40.655Z] eeea2b1185e7: Preparing [2023-02-20T16:16:40.655Z] d44985d11fe3: Preparing [2023-02-20T16:16:40.655Z] 692cc386f5fa: Preparing [2023-02-20T16:16:40.655Z] 1cb76f97c5b0: Preparing [2023-02-20T16:16:40.655Z] e8e154a41ce2: Preparing [2023-02-20T16:16:40.655Z] 4e6858cb24a0: Preparing [2023-02-20T16:16:40.655Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:16:40.655Z] 4e6858cb24a0: Waiting [2023-02-20T16:16:40.655Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:16:40.655Z] 1cb76f97c5b0: Layer already exists [2023-02-20T16:16:40.655Z] eeea2b1185e7: Layer already exists [2023-02-20T16:16:40.655Z] d44985d11fe3: Layer already exists [2023-02-20T16:16:40.655Z] 692cc386f5fa: Layer already exists [2023-02-20T16:16:40.655Z] e8e154a41ce2: Layer already exists [2023-02-20T16:16:40.655Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:16:40.655Z] 4e6858cb24a0: Layer already exists [2023-02-20T16:16:40.921Z] latest: digest: sha256:6d2a9a721068e47c89260fd41cdd3d3c2ba658b7d637edd9e2cc01d30e5104ec size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:41.258Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:41.599Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.59 [2023-02-20T16:16:41.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-20T16:16:41.599Z] eeea2b1185e7: Preparing [2023-02-20T16:16:41.599Z] d44985d11fe3: Preparing [2023-02-20T16:16:41.599Z] 692cc386f5fa: Preparing [2023-02-20T16:16:41.599Z] 1cb76f97c5b0: Preparing [2023-02-20T16:16:41.599Z] e8e154a41ce2: Preparing [2023-02-20T16:16:41.599Z] 4e6858cb24a0: Preparing [2023-02-20T16:16:41.599Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:16:41.599Z] 4e6858cb24a0: Waiting [2023-02-20T16:16:41.599Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:16:41.599Z] eeea2b1185e7: Layer already exists [2023-02-20T16:16:41.599Z] e8e154a41ce2: Layer already exists [2023-02-20T16:16:41.599Z] 692cc386f5fa: Layer already exists [2023-02-20T16:16:41.599Z] 1cb76f97c5b0: Layer already exists [2023-02-20T16:16:41.599Z] d44985d11fe3: Layer already exists [2023-02-20T16:16:41.599Z] 4e6858cb24a0: Layer already exists [2023-02-20T16:16:41.599Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:16:41.865Z] 3.0.0-dev.59: digest: sha256:6d2a9a721068e47c89260fd41cdd3d3c2ba658b7d637edd9e2cc01d30e5104ec size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:42.211Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:42.554Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:16:42.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-20T16:16:42.554Z] eeea2b1185e7: Preparing [2023-02-20T16:16:42.554Z] d44985d11fe3: Preparing [2023-02-20T16:16:42.554Z] 692cc386f5fa: Preparing [2023-02-20T16:16:42.554Z] 1cb76f97c5b0: Preparing [2023-02-20T16:16:42.554Z] e8e154a41ce2: Preparing [2023-02-20T16:16:42.554Z] 4e6858cb24a0: Preparing [2023-02-20T16:16:42.554Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:16:42.554Z] 4e6858cb24a0: Waiting [2023-02-20T16:16:42.554Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:16:42.554Z] e8e154a41ce2: Layer already exists [2023-02-20T16:16:42.554Z] 692cc386f5fa: Layer already exists [2023-02-20T16:16:42.554Z] eeea2b1185e7: Layer already exists [2023-02-20T16:16:42.554Z] d44985d11fe3: Layer already exists [2023-02-20T16:16:42.554Z] 1cb76f97c5b0: Layer already exists [2023-02-20T16:16:42.554Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:16:42.554Z] 4e6858cb24a0: Layer already exists [2023-02-20T16:16:42.818Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:6d2a9a721068e47c89260fd41cdd3d3c2ba658b7d637edd9e2cc01d30e5104ec size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:43.165Z] + 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-20T16:16:43.501Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-02-20T16:16:43.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-20T16:16:43.502Z] eeea2b1185e7: Preparing [2023-02-20T16:16:43.502Z] d44985d11fe3: Preparing [2023-02-20T16:16:43.502Z] 692cc386f5fa: Preparing [2023-02-20T16:16:43.502Z] 1cb76f97c5b0: Preparing [2023-02-20T16:16:43.502Z] e8e154a41ce2: Preparing [2023-02-20T16:16:43.502Z] 4e6858cb24a0: Preparing [2023-02-20T16:16:43.502Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:16:43.502Z] 4e6858cb24a0: Waiting [2023-02-20T16:16:43.502Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:16:43.502Z] 1cb76f97c5b0: Layer already exists [2023-02-20T16:16:43.502Z] eeea2b1185e7: Layer already exists [2023-02-20T16:16:43.502Z] d44985d11fe3: Layer already exists [2023-02-20T16:16:43.502Z] 692cc386f5fa: Layer already exists [2023-02-20T16:16:43.502Z] e8e154a41ce2: Layer already exists [2023-02-20T16:16:43.502Z] 4e6858cb24a0: Layer already exists [2023-02-20T16:16:43.502Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:16:43.768Z] main: digest: sha256:6d2a9a721068e47c89260fd41cdd3d3c2ba658b7d637edd9e2cc01d30e5104ec size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:16:43.822Z] ===================================================== [Pipeline] echo [2023-02-20T16:16:43.832Z] taggedImages: [2023-02-20T16:16:43.832Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:16:43.832Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-20T16:16:43.832Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.59 [2023-02-20T16:16:43.832Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:16:43.832Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-02-20T16:16:43.854Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-02-20T16:16:43.854Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:16:43.854Z] latest [2023-02-20T16:16:43.854Z] 3.0.0-dev.59 [2023-02-20T16:16:43.854Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:16:43.854Z] main [2023-02-20T16:16:43.854Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:44.200Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:16:44.538Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:16:44.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-20T16:16:44.538Z] 2dbaf40e1fc7: Preparing [2023-02-20T16:16:44.538Z] 01f37f8d1915: Preparing [2023-02-20T16:16:44.538Z] 4f8ac0a7d828: Preparing [2023-02-20T16:16:44.538Z] 1a1251b557a9: Preparing [2023-02-20T16:16:44.538Z] 62c9ab04fc5f: Preparing [2023-02-20T16:16:44.538Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:16:44.538Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:16:44.805Z] 4f8ac0a7d828: Pushed [2023-02-20T16:16:44.805Z] 2dbaf40e1fc7: Pushed [2023-02-20T16:16:44.805Z] 01f37f8d1915: Pushed [2023-02-20T16:16:44.805Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:16:45.444Z] 62c9ab04fc5f: Pushed [2023-02-20T16:17:00.467Z] 1a1251b557a9: Pushed [2023-02-20T16:17:00.467Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:7ae51560044274052971c64f03a9153c412a41e3609c70d803f8d506f4f86c4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:00.813Z] + 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-20T16:17:01.153Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-20T16:17:01.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-20T16:17:01.153Z] 2dbaf40e1fc7: Preparing [2023-02-20T16:17:01.153Z] 01f37f8d1915: Preparing [2023-02-20T16:17:01.153Z] 4f8ac0a7d828: Preparing [2023-02-20T16:17:01.153Z] 1a1251b557a9: Preparing [2023-02-20T16:17:01.153Z] 62c9ab04fc5f: Preparing [2023-02-20T16:17:01.153Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:17:01.153Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:17:01.153Z] 01f37f8d1915: Layer already exists [2023-02-20T16:17:01.153Z] 1a1251b557a9: Layer already exists [2023-02-20T16:17:01.153Z] 62c9ab04fc5f: Layer already exists [2023-02-20T16:17:01.153Z] 2dbaf40e1fc7: Layer already exists [2023-02-20T16:17:01.153Z] 4f8ac0a7d828: Layer already exists [2023-02-20T16:17:01.153Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:17:01.419Z] latest: digest: sha256:7ae51560044274052971c64f03a9153c412a41e3609c70d803f8d506f4f86c4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:01.767Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:02.109Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.59 [2023-02-20T16:17:02.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-20T16:17:02.109Z] 2dbaf40e1fc7: Preparing [2023-02-20T16:17:02.109Z] 01f37f8d1915: Preparing [2023-02-20T16:17:02.109Z] 4f8ac0a7d828: Preparing [2023-02-20T16:17:02.109Z] 1a1251b557a9: Preparing [2023-02-20T16:17:02.109Z] 62c9ab04fc5f: Preparing [2023-02-20T16:17:02.109Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:17:02.109Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:17:02.109Z] 1a1251b557a9: Layer already exists [2023-02-20T16:17:02.109Z] 62c9ab04fc5f: Layer already exists [2023-02-20T16:17:02.109Z] 2dbaf40e1fc7: Layer already exists [2023-02-20T16:17:02.109Z] 4f8ac0a7d828: Layer already exists [2023-02-20T16:17:02.109Z] 01f37f8d1915: Layer already exists [2023-02-20T16:17:02.109Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:17:02.376Z] 3.0.0-dev.59: digest: sha256:7ae51560044274052971c64f03a9153c412a41e3609c70d803f8d506f4f86c4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:02.724Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:03.064Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:17:03.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-20T16:17:03.064Z] 2dbaf40e1fc7: Preparing [2023-02-20T16:17:03.064Z] 01f37f8d1915: Preparing [2023-02-20T16:17:03.064Z] 4f8ac0a7d828: Preparing [2023-02-20T16:17:03.064Z] 1a1251b557a9: Preparing [2023-02-20T16:17:03.064Z] 62c9ab04fc5f: Preparing [2023-02-20T16:17:03.064Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:17:03.064Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:17:03.064Z] 1a1251b557a9: Layer already exists [2023-02-20T16:17:03.064Z] 4f8ac0a7d828: Layer already exists [2023-02-20T16:17:03.064Z] 62c9ab04fc5f: Layer already exists [2023-02-20T16:17:03.064Z] 01f37f8d1915: Layer already exists [2023-02-20T16:17:03.064Z] 2dbaf40e1fc7: Layer already exists [2023-02-20T16:17:03.064Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:17:03.332Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:7ae51560044274052971c64f03a9153c412a41e3609c70d803f8d506f4f86c4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:03.678Z] + 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-20T16:17:04.019Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-02-20T16:17:04.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-20T16:17:04.019Z] 2dbaf40e1fc7: Preparing [2023-02-20T16:17:04.019Z] 01f37f8d1915: Preparing [2023-02-20T16:17:04.019Z] 4f8ac0a7d828: Preparing [2023-02-20T16:17:04.019Z] 1a1251b557a9: Preparing [2023-02-20T16:17:04.019Z] 62c9ab04fc5f: Preparing [2023-02-20T16:17:04.019Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:17:04.019Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:17:04.020Z] 62c9ab04fc5f: Layer already exists [2023-02-20T16:17:04.020Z] 4f8ac0a7d828: Layer already exists [2023-02-20T16:17:04.020Z] 01f37f8d1915: Layer already exists [2023-02-20T16:17:04.020Z] 2dbaf40e1fc7: Layer already exists [2023-02-20T16:17:04.020Z] 1a1251b557a9: Layer already exists [2023-02-20T16:17:04.020Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:17:04.287Z] main: digest: sha256:7ae51560044274052971c64f03a9153c412a41e3609c70d803f8d506f4f86c4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:17:04.349Z] ===================================================== [Pipeline] echo [2023-02-20T16:17:04.357Z] taggedImages: [2023-02-20T16:17:04.357Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:17:04.357Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-20T16:17:04.357Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.59 [2023-02-20T16:17:04.357Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:17:04.357Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-02-20T16:17:04.386Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-02-20T16:17:04.386Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:17:04.386Z] latest [2023-02-20T16:17:04.386Z] 3.0.0-dev.59 [2023-02-20T16:17:04.386Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:17:04.386Z] main [2023-02-20T16:17:04.386Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:04.744Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:05.095Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:17:05.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-20T16:17:05.095Z] bc8fea4c8071: Preparing [2023-02-20T16:17:05.095Z] 3751d7c4d7d8: Preparing [2023-02-20T16:17:05.095Z] 45d6f5a8864d: Preparing [2023-02-20T16:17:05.095Z] 1a1251b557a9: Preparing [2023-02-20T16:17:05.095Z] 9cfd23f2214c: Preparing [2023-02-20T16:17:05.095Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:17:05.095Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:17:05.095Z] 1a1251b557a9: Layer already exists [2023-02-20T16:17:05.362Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:17:05.362Z] 3751d7c4d7d8: Pushed [2023-02-20T16:17:05.362Z] bc8fea4c8071: Pushed [2023-02-20T16:17:05.362Z] 45d6f5a8864d: Pushed [2023-02-20T16:17:06.327Z] 9cfd23f2214c: Pushed [2023-02-20T16:17:06.327Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:71896c9fb1d322d28636af34dfe4ddcf73a2d1e4d556994aed509995ec1d0c97 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:06.666Z] + 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-20T16:17:07.005Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-20T16:17:07.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-20T16:17:07.005Z] bc8fea4c8071: Preparing [2023-02-20T16:17:07.005Z] 3751d7c4d7d8: Preparing [2023-02-20T16:17:07.005Z] 45d6f5a8864d: Preparing [2023-02-20T16:17:07.005Z] 1a1251b557a9: Preparing [2023-02-20T16:17:07.005Z] 9cfd23f2214c: Preparing [2023-02-20T16:17:07.005Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:17:07.005Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:17:07.005Z] 3751d7c4d7d8: Layer already exists [2023-02-20T16:17:07.005Z] 1a1251b557a9: Layer already exists [2023-02-20T16:17:07.005Z] 9cfd23f2214c: Layer already exists [2023-02-20T16:17:07.005Z] bc8fea4c8071: Layer already exists [2023-02-20T16:17:07.005Z] 45d6f5a8864d: Layer already exists [2023-02-20T16:17:07.005Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:17:07.271Z] latest: digest: sha256:71896c9fb1d322d28636af34dfe4ddcf73a2d1e4d556994aed509995ec1d0c97 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:07.615Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:07.968Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.59 [2023-02-20T16:17:07.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-20T16:17:07.969Z] bc8fea4c8071: Preparing [2023-02-20T16:17:07.969Z] 3751d7c4d7d8: Preparing [2023-02-20T16:17:07.969Z] 45d6f5a8864d: Preparing [2023-02-20T16:17:07.969Z] 1a1251b557a9: Preparing [2023-02-20T16:17:07.969Z] 9cfd23f2214c: Preparing [2023-02-20T16:17:07.969Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:17:07.969Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:17:07.969Z] 1a1251b557a9: Layer already exists [2023-02-20T16:17:07.969Z] bc8fea4c8071: Layer already exists [2023-02-20T16:17:07.969Z] 9cfd23f2214c: Layer already exists [2023-02-20T16:17:07.969Z] 45d6f5a8864d: Layer already exists [2023-02-20T16:17:07.969Z] 3751d7c4d7d8: Layer already exists [2023-02-20T16:17:07.969Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:17:08.236Z] 3.0.0-dev.59: digest: sha256:71896c9fb1d322d28636af34dfe4ddcf73a2d1e4d556994aed509995ec1d0c97 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:08.577Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:08.910Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:17:08.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-20T16:17:08.911Z] bc8fea4c8071: Preparing [2023-02-20T16:17:08.911Z] 3751d7c4d7d8: Preparing [2023-02-20T16:17:08.911Z] 45d6f5a8864d: Preparing [2023-02-20T16:17:08.911Z] 1a1251b557a9: Preparing [2023-02-20T16:17:08.911Z] 9cfd23f2214c: Preparing [2023-02-20T16:17:08.911Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:17:08.911Z] a8cfdf0cc8ec: Waiting [2023-02-20T16:17:08.911Z] 3751d7c4d7d8: Layer already exists [2023-02-20T16:17:08.911Z] bc8fea4c8071: Layer already exists [2023-02-20T16:17:08.911Z] 9cfd23f2214c: Layer already exists [2023-02-20T16:17:08.911Z] 45d6f5a8864d: Layer already exists [2023-02-20T16:17:08.911Z] 1a1251b557a9: Layer already exists [2023-02-20T16:17:08.911Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:17:09.178Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:71896c9fb1d322d28636af34dfe4ddcf73a2d1e4d556994aed509995ec1d0c97 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:09.511Z] + 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-20T16:17:09.854Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-02-20T16:17:09.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-20T16:17:09.855Z] bc8fea4c8071: Preparing [2023-02-20T16:17:09.855Z] 3751d7c4d7d8: Preparing [2023-02-20T16:17:09.855Z] 45d6f5a8864d: Preparing [2023-02-20T16:17:09.855Z] 1a1251b557a9: Preparing [2023-02-20T16:17:09.855Z] 9cfd23f2214c: Preparing [2023-02-20T16:17:09.855Z] a8cfdf0cc8ec: Preparing [2023-02-20T16:17:09.855Z] 3751d7c4d7d8: Layer already exists [2023-02-20T16:17:09.855Z] bc8fea4c8071: Layer already exists [2023-02-20T16:17:09.855Z] 9cfd23f2214c: Layer already exists [2023-02-20T16:17:09.855Z] 1a1251b557a9: Layer already exists [2023-02-20T16:17:09.855Z] 45d6f5a8864d: Layer already exists [2023-02-20T16:17:09.855Z] a8cfdf0cc8ec: Layer already exists [2023-02-20T16:17:10.122Z] main: digest: sha256:71896c9fb1d322d28636af34dfe4ddcf73a2d1e4d556994aed509995ec1d0c97 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:17:10.179Z] ===================================================== [Pipeline] echo [2023-02-20T16:17:10.189Z] taggedImages: [2023-02-20T16:17:10.189Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:17:10.189Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-20T16:17:10.189Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.59 [2023-02-20T16:17:10.189Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:17:10.189Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-02-20T16:17:10.215Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-02-20T16:17:10.215Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:17:10.215Z] latest [2023-02-20T16:17:10.215Z] 3.0.0-dev.59 [2023-02-20T16:17:10.215Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:17:10.215Z] main [2023-02-20T16:17:10.215Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:10.572Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:10.925Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:17:10.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-20T16:17:10.925Z] 055fed710c54: Preparing [2023-02-20T16:17:10.925Z] adf6340e7bd2: Preparing [2023-02-20T16:17:10.925Z] 682c30e4f6c7: Preparing [2023-02-20T16:17:10.925Z] ca5c1ae7201c: Preparing [2023-02-20T16:17:10.925Z] f70ee36035b9: Preparing [2023-02-20T16:17:11.193Z] f70ee36035b9: Layer already exists [2023-02-20T16:17:11.193Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:17:11.193Z] 055fed710c54: Pushed [2023-02-20T16:17:11.460Z] ca5c1ae7201c: Pushed [2023-02-20T16:17:16.803Z] adf6340e7bd2: Pushed [2023-02-20T16:17:17.069Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:590d4fad5568b35b875e2d892b10a6e5dbe1e44ac1db9f4e9d36ee9ef4a0db8b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:17.422Z] + 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-20T16:17:17.763Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-20T16:17:17.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-20T16:17:17.763Z] 055fed710c54: Preparing [2023-02-20T16:17:17.763Z] adf6340e7bd2: Preparing [2023-02-20T16:17:17.763Z] 682c30e4f6c7: Preparing [2023-02-20T16:17:17.763Z] ca5c1ae7201c: Preparing [2023-02-20T16:17:17.763Z] f70ee36035b9: Preparing [2023-02-20T16:17:17.763Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:17:17.763Z] ca5c1ae7201c: Layer already exists [2023-02-20T16:17:17.763Z] f70ee36035b9: Layer already exists [2023-02-20T16:17:17.763Z] 055fed710c54: Layer already exists [2023-02-20T16:17:17.763Z] adf6340e7bd2: Layer already exists [2023-02-20T16:17:18.030Z] latest: digest: sha256:590d4fad5568b35b875e2d892b10a6e5dbe1e44ac1db9f4e9d36ee9ef4a0db8b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:18.395Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:18.733Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.59 [2023-02-20T16:17:18.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-20T16:17:18.733Z] 055fed710c54: Preparing [2023-02-20T16:17:18.733Z] adf6340e7bd2: Preparing [2023-02-20T16:17:18.733Z] 682c30e4f6c7: Preparing [2023-02-20T16:17:18.733Z] ca5c1ae7201c: Preparing [2023-02-20T16:17:18.733Z] f70ee36035b9: Preparing [2023-02-20T16:17:18.733Z] f70ee36035b9: Layer already exists [2023-02-20T16:17:18.733Z] 055fed710c54: Layer already exists [2023-02-20T16:17:18.733Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:17:18.733Z] ca5c1ae7201c: Layer already exists [2023-02-20T16:17:18.733Z] adf6340e7bd2: Layer already exists [2023-02-20T16:17:19.001Z] 3.0.0-dev.59: digest: sha256:590d4fad5568b35b875e2d892b10a6e5dbe1e44ac1db9f4e9d36ee9ef4a0db8b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:19.342Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:19.680Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:17:19.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-20T16:17:19.680Z] 055fed710c54: Preparing [2023-02-20T16:17:19.680Z] adf6340e7bd2: Preparing [2023-02-20T16:17:19.680Z] 682c30e4f6c7: Preparing [2023-02-20T16:17:19.680Z] ca5c1ae7201c: Preparing [2023-02-20T16:17:19.680Z] f70ee36035b9: Preparing [2023-02-20T16:17:19.680Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:17:19.680Z] f70ee36035b9: Layer already exists [2023-02-20T16:17:19.680Z] 055fed710c54: Layer already exists [2023-02-20T16:17:19.680Z] adf6340e7bd2: Layer already exists [2023-02-20T16:17:19.680Z] ca5c1ae7201c: Layer already exists [2023-02-20T16:17:19.949Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:590d4fad5568b35b875e2d892b10a6e5dbe1e44ac1db9f4e9d36ee9ef4a0db8b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:20.295Z] + 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-20T16:17:20.633Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-02-20T16:17:20.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-20T16:17:20.634Z] 055fed710c54: Preparing [2023-02-20T16:17:20.634Z] adf6340e7bd2: Preparing [2023-02-20T16:17:20.634Z] 682c30e4f6c7: Preparing [2023-02-20T16:17:20.634Z] ca5c1ae7201c: Preparing [2023-02-20T16:17:20.634Z] f70ee36035b9: Preparing [2023-02-20T16:17:20.634Z] ca5c1ae7201c: Layer already exists [2023-02-20T16:17:20.634Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:17:20.634Z] 055fed710c54: Layer already exists [2023-02-20T16:17:20.634Z] f70ee36035b9: Layer already exists [2023-02-20T16:17:20.634Z] adf6340e7bd2: Layer already exists [2023-02-20T16:17:20.901Z] main: digest: sha256:590d4fad5568b35b875e2d892b10a6e5dbe1e44ac1db9f4e9d36ee9ef4a0db8b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:17:20.947Z] ===================================================== [Pipeline] echo [2023-02-20T16:17:20.953Z] taggedImages: [2023-02-20T16:17:20.953Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:17:20.953Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-20T16:17:20.953Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.59 [2023-02-20T16:17:20.953Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:17:20.953Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-02-20T16:17:20.970Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-02-20T16:17:20.970Z] affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:17:20.970Z] latest [2023-02-20T16:17:20.970Z] 3.0.0-dev.59 [2023-02-20T16:17:20.970Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:17:20.970Z] main [2023-02-20T16:17:20.970Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:21.305Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:21.653Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:17:21.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-20T16:17:21.654Z] 961fdc5b6d83: Preparing [2023-02-20T16:17:21.654Z] 5a3d86e7418d: Preparing [2023-02-20T16:17:21.654Z] 682c30e4f6c7: Preparing [2023-02-20T16:17:21.654Z] 4dfec9ab70b7: Preparing [2023-02-20T16:17:21.654Z] f70ee36035b9: Preparing [2023-02-20T16:17:21.654Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:17:21.919Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:17:21.919Z] f70ee36035b9: Layer already exists [2023-02-20T16:17:21.919Z] 961fdc5b6d83: Pushed [2023-02-20T16:17:28.566Z] 5a3d86e7418d: Pushed [2023-02-20T16:17:28.566Z] affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:cc61346c60509a49366957024cacc6689839ceeaab2c33c6afcfcbe7a40c7859 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:28.911Z] + 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-20T16:17:29.244Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-20T16:17:29.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-20T16:17:29.244Z] 961fdc5b6d83: Preparing [2023-02-20T16:17:29.244Z] 5a3d86e7418d: Preparing [2023-02-20T16:17:29.244Z] 682c30e4f6c7: Preparing [2023-02-20T16:17:29.244Z] 4dfec9ab70b7: Preparing [2023-02-20T16:17:29.244Z] f70ee36035b9: Preparing [2023-02-20T16:17:29.244Z] 5a3d86e7418d: Layer already exists [2023-02-20T16:17:29.244Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:17:29.244Z] f70ee36035b9: Layer already exists [2023-02-20T16:17:29.244Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:17:29.244Z] 961fdc5b6d83: Layer already exists [2023-02-20T16:17:29.512Z] latest: digest: sha256:cc61346c60509a49366957024cacc6689839ceeaab2c33c6afcfcbe7a40c7859 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:29.859Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:30.196Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.59 [2023-02-20T16:17:30.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-20T16:17:30.197Z] 961fdc5b6d83: Preparing [2023-02-20T16:17:30.197Z] 5a3d86e7418d: Preparing [2023-02-20T16:17:30.197Z] 682c30e4f6c7: Preparing [2023-02-20T16:17:30.197Z] 4dfec9ab70b7: Preparing [2023-02-20T16:17:30.197Z] f70ee36035b9: Preparing [2023-02-20T16:17:30.197Z] 5a3d86e7418d: Layer already exists [2023-02-20T16:17:30.197Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:17:30.197Z] 961fdc5b6d83: Layer already exists [2023-02-20T16:17:30.197Z] f70ee36035b9: Layer already exists [2023-02-20T16:17:30.197Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:17:30.197Z] 3.0.0-dev.59: digest: sha256:cc61346c60509a49366957024cacc6689839ceeaab2c33c6afcfcbe7a40c7859 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:30.812Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:31.152Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:17:31.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-20T16:17:31.152Z] 961fdc5b6d83: Preparing [2023-02-20T16:17:31.152Z] 5a3d86e7418d: Preparing [2023-02-20T16:17:31.152Z] 682c30e4f6c7: Preparing [2023-02-20T16:17:31.152Z] 4dfec9ab70b7: Preparing [2023-02-20T16:17:31.152Z] f70ee36035b9: Preparing [2023-02-20T16:17:31.152Z] 5a3d86e7418d: Layer already exists [2023-02-20T16:17:31.152Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:17:31.152Z] f70ee36035b9: Layer already exists [2023-02-20T16:17:31.152Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:17:31.152Z] 961fdc5b6d83: Layer already exists [2023-02-20T16:17:31.418Z] affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:cc61346c60509a49366957024cacc6689839ceeaab2c33c6afcfcbe7a40c7859 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:31.762Z] + 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-20T16:17:32.118Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-02-20T16:17:32.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-20T16:17:32.118Z] 961fdc5b6d83: Preparing [2023-02-20T16:17:32.118Z] 5a3d86e7418d: Preparing [2023-02-20T16:17:32.118Z] 682c30e4f6c7: Preparing [2023-02-20T16:17:32.118Z] 4dfec9ab70b7: Preparing [2023-02-20T16:17:32.118Z] f70ee36035b9: Preparing [2023-02-20T16:17:32.118Z] f70ee36035b9: Layer already exists [2023-02-20T16:17:32.118Z] 4dfec9ab70b7: Layer already exists [2023-02-20T16:17:32.118Z] 961fdc5b6d83: Layer already exists [2023-02-20T16:17:32.118Z] 682c30e4f6c7: Layer already exists [2023-02-20T16:17:32.118Z] 5a3d86e7418d: Layer already exists [2023-02-20T16:17:32.386Z] main: digest: sha256:cc61346c60509a49366957024cacc6689839ceeaab2c33c6afcfcbe7a40c7859 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-20T16:17:32.433Z] ===================================================== [Pipeline] echo [2023-02-20T16:17:32.439Z] taggedImages: [2023-02-20T16:17:32.439Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [2023-02-20T16:17:32.439Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-20T16:17:32.439Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.59 [2023-02-20T16:17:32.439Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [2023-02-20T16:17:32.439Z] - 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-20T16:17:32.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-20T16:17:32.825Z] [2023-02-20T16:17:32.825Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:17:33.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-20T16:17:33.431Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-20T16:17:33.431Z] 8998bd30e6a1: Pulling fs layer [2023-02-20T16:17:33.431Z] 04944245beec: Pulling fs layer [2023-02-20T16:17:33.431Z] 699f458cf7ca: Pulling fs layer [2023-02-20T16:17:33.431Z] 765212b225bb: Pulling fs layer [2023-02-20T16:17:33.431Z] f23df028b6ca: Pulling fs layer [2023-02-20T16:17:33.431Z] d65c8cfc05b1: Pulling fs layer [2023-02-20T16:17:33.431Z] 2437ff75d9bd: Pulling fs layer [2023-02-20T16:17:33.431Z] f23df028b6ca: Waiting [2023-02-20T16:17:33.431Z] d65c8cfc05b1: Waiting [2023-02-20T16:17:33.431Z] 2437ff75d9bd: Waiting [2023-02-20T16:17:33.431Z] 765212b225bb: Waiting [2023-02-20T16:17:33.431Z] 04944245beec: Verifying Checksum [2023-02-20T16:17:33.431Z] 04944245beec: Download complete [2023-02-20T16:17:33.431Z] 765212b225bb: Verifying Checksum [2023-02-20T16:17:33.431Z] 765212b225bb: Download complete [2023-02-20T16:17:33.701Z] f23df028b6ca: Verifying Checksum [2023-02-20T16:17:33.701Z] f23df028b6ca: Download complete [2023-02-20T16:17:33.701Z] d65c8cfc05b1: Verifying Checksum [2023-02-20T16:17:33.701Z] d65c8cfc05b1: Download complete [2023-02-20T16:17:33.701Z] 699f458cf7ca: Verifying Checksum [2023-02-20T16:17:33.701Z] 699f458cf7ca: Download complete [2023-02-20T16:17:34.285Z] 8998bd30e6a1: Verifying Checksum [2023-02-20T16:17:34.285Z] 8998bd30e6a1: Download complete [2023-02-20T16:17:36.867Z] 2437ff75d9bd: Verifying Checksum [2023-02-20T16:17:36.867Z] 2437ff75d9bd: Download complete [2023-02-20T16:17:38.277Z] 8998bd30e6a1: Pull complete [2023-02-20T16:17:38.860Z] 04944245beec: Pull complete [2023-02-20T16:17:40.271Z] 699f458cf7ca: Pull complete [2023-02-20T16:17:40.537Z] 765212b225bb: Pull complete [2023-02-20T16:17:41.499Z] f23df028b6ca: Pull complete [2023-02-20T16:17:41.499Z] d65c8cfc05b1: Pull complete [2023-02-20T16:17:56.499Z] 2437ff75d9bd: Pull complete [2023-02-20T16:17:56.499Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-20T16:17:56.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-20T16:17:56.499Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T16:17:56.711Z] prd-ubuntu20.04-docker-arm64-4c-16g-6745 does not seem to be running inside a container [2023-02-20T16:17:56.767Z] $ 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/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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-20T16:17:59.822Z] $ docker top d84bb7cd8972db4adba69e0aa4df97bd7f36dd118a64757e75c4d6e9ff2f8b48 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-20T16:18:00.806Z] ---> job-cost.sh [2023-02-20T16:18:00.806Z] lf-activate-venv: SKIPPING [2023-02-20T16:18:00.806Z] INFO: No Stack... [2023-02-20T16:18:01.386Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-20T16:18:01.968Z] INFO: Archiving Costs [Pipeline] sh [2023-02-20T16:18:02.611Z] + cut -d, -f6 [2023-02-20T16:18:02.612Z] + cat /w/workspace/edgex-go/420/archives/cost.csv [Pipeline] lock [2023-02-20T16:18:02.650Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-420-stack-cost] [2023-02-20T16:18:02.659Z] Resource [jenkins-edgexfoundry-edgex-go-main-420-stack-cost] did not exist. Created. [2023-02-20T16:18:02.659Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-420-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-20T16:18:03.346Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-20T16:18:04.139Z] Stashed 1 file(s) [Pipeline] } [2023-02-20T16:18:04.151Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-420-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-20T16:18:04.160Z] $ docker stop --time=1 d84bb7cd8972db4adba69e0aa4df97bd7f36dd118a64757e75c4d6e9ff2f8b48 [2023-02-20T16:18:05.772Z] $ docker rm -f --volumes d84bb7cd8972db4adba69e0aa4df97bd7f36dd118a64757e75c4d6e9ff2f8b48 [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-20T16:18:06.250Z] provisioning config files... [2023-02-20T16:18:06.281Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/420@tmp/config9988878932616479325tmp [Pipeline] { [Pipeline] sh [2023-02-20T16:18:06.575Z] + set +x [2023-02-20T16:18:06.575Z] + curl -s https://codecov.io/bash [2023-02-20T16:18:06.575Z] + bash -s -- [2023-02-20T16:18:06.575Z] [2023-02-20T16:18:06.575Z] _____ _ [2023-02-20T16:18:06.575Z] / ____| | | [2023-02-20T16:18:06.575Z] | | ___ __| | ___ ___ _____ __ [2023-02-20T16:18:06.575Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-20T16:18:06.576Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-20T16:18:06.576Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-20T16:18:06.576Z] Bash-1.0.6 [2023-02-20T16:18:06.576Z] [2023-02-20T16:18:06.576Z] [2023-02-20T16:18:06.576Z] ==> git version 2.25.1 found [2023-02-20T16:18:06.576Z] ==> 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-20T16:18:06.576Z] Release-Date: 2020-01-08 [2023-02-20T16:18:06.576Z] 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-20T16:18:06.576Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-20T16:18:06.576Z] ==> Jenkins CI detected. [2023-02-20T16:18:06.576Z] current dir:  /w/workspace/edgex-go/420 [2023-02-20T16:18:06.576Z] project root: . [2023-02-20T16:18:06.576Z] --> token set from env [2023-02-20T16:18:06.576Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-20T16:18:06.835Z] ==> Running gcov in . (disable via -X gcov) [2023-02-20T16:18:06.835Z] ==> Python coveragepy not found [2023-02-20T16:18:06.835Z] ==> Searching for coverage reports in: [2023-02-20T16:18:06.835Z] + . [2023-02-20T16:18:06.835Z] -> Found 1 reports [2023-02-20T16:18:06.835Z] ==> Detecting git/mercurial file structure [2023-02-20T16:18:06.835Z] ==> Reading reports [2023-02-20T16:18:06.835Z] + ./coverage.out bytes=487323 [2023-02-20T16:18:06.835Z] ==> Appending adjustments [2023-02-20T16:18:06.835Z] https://docs.codecov.io/docs/fixing-reports [2023-02-20T16:18:08.215Z] + Found adjustments [2023-02-20T16:18:08.215Z] ==> Gzipping contents [2023-02-20T16:18:08.215Z] 64K /tmp/codecov.XzQ1Y6.gz [2023-02-20T16:18:08.215Z] ==> Uploading reports [2023-02-20T16:18:08.215Z] url: https://codecov.io [2023-02-20T16:18:08.215Z] query: branch=main&commit=affa4ba333889d31d83cf76b7d2a18a0230584e6&build=420&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F420%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-20T16:18:08.215Z] -> Pinging Codecov [2023-02-20T16:18:08.215Z] 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=affa4ba333889d31d83cf76b7d2a18a0230584e6&build=420&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F420%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-20T16:18:08.215Z] -> Uploading to [2023-02-20T16:18:08.215Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-20/00271124DB129430A58F1EEE437C3FCB/affa4ba333889d31d83cf76b7d2a18a0230584e6/3cc1b19c-d1f4-43c9-ba75-44987cd64f2a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230220%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230220T161808Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=55b5fdfd9e95524c3ade00a6b6c22aae59f85211ebe522a2f8b3dafb1fe9b013 [2023-02-20T16:18:08.215Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-20T16:18:08.215Z] Dload Upload Total Spent Left Speed [2023-02-20T16:18:08.474Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62939 0 0 100 62939 0 189k --:--:-- --:--:-- --:--:-- 189k [2023-02-20T16:18:08.474Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [2023-02-20T16:18:08.481Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-02-20T16:18:08.660Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-20T16:18:08.675Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:18:08.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-20T16:18:08.969Z] [2023-02-20T16:18:08.969Z] 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-20T16:18:09.267Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-20T16:18:09.268Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-20T16:18:09.268Z] df9b9388f04a: Pulling fs layer [2023-02-20T16:18:09.268Z] 52dc419b0ee2: Pulling fs layer [2023-02-20T16:18:09.268Z] 25bc292e5bac: Pulling fs layer [2023-02-20T16:18:09.268Z] 114826534d7a: Pulling fs layer [2023-02-20T16:18:09.268Z] 4657fd5d0bcf: Pulling fs layer [2023-02-20T16:18:09.268Z] 6ad1cebc031e: Pulling fs layer [2023-02-20T16:18:09.268Z] 8a3aa393b2d8: Pulling fs layer [2023-02-20T16:18:09.268Z] 114826534d7a: Waiting [2023-02-20T16:18:09.268Z] 4657fd5d0bcf: Waiting [2023-02-20T16:18:09.268Z] 6ad1cebc031e: Waiting [2023-02-20T16:18:09.268Z] 8a3aa393b2d8: Waiting [2023-02-20T16:18:09.268Z] 25bc292e5bac: Verifying Checksum [2023-02-20T16:18:09.268Z] 25bc292e5bac: Download complete [2023-02-20T16:18:09.268Z] 52dc419b0ee2: Download complete [2023-02-20T16:18:09.268Z] 4657fd5d0bcf: Verifying Checksum [2023-02-20T16:18:09.268Z] 4657fd5d0bcf: Download complete [2023-02-20T16:18:09.268Z] df9b9388f04a: Verifying Checksum [2023-02-20T16:18:09.268Z] df9b9388f04a: Download complete [2023-02-20T16:18:09.529Z] df9b9388f04a: Pull complete [2023-02-20T16:18:09.529Z] 6ad1cebc031e: Verifying Checksum [2023-02-20T16:18:09.529Z] 6ad1cebc031e: Download complete [2023-02-20T16:18:09.529Z] 52dc419b0ee2: Pull complete [2023-02-20T16:18:09.788Z] 25bc292e5bac: Pull complete [2023-02-20T16:18:10.047Z] 114826534d7a: Verifying Checksum [2023-02-20T16:18:10.047Z] 114826534d7a: Download complete [2023-02-20T16:18:10.306Z] 8a3aa393b2d8: Verifying Checksum [2023-02-20T16:18:10.306Z] 8a3aa393b2d8: Download complete [2023-02-20T16:18:13.589Z] 114826534d7a: Pull complete [2023-02-20T16:18:13.589Z] 4657fd5d0bcf: Pull complete [2023-02-20T16:18:13.846Z] 6ad1cebc031e: Pull complete [2023-02-20T16:18:17.130Z] 8a3aa393b2d8: Pull complete [2023-02-20T16:18:17.130Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-20T16:18:17.130Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-20T16:18:17.130Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T16:18:17.203Z] prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container [2023-02-20T16:18:17.267Z] $ 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/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-20T16:18:20.283Z] $ docker top 5566215e727761baf54c1005e86976e4318593794e2343742c6c11f7e5b2261b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-20T16:18:20.322Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-02-20T16:18:20.605Z] + set -o pipefail [2023-02-20T16:18:20.605Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-02-20T16:18:27.175Z] [2023-02-20T16:18:27.175Z] Monitoring /w/workspace/edgex-go/420 (github.com/edgexfoundry/edgex-go)... [2023-02-20T16:18:27.175Z] [2023-02-20T16:18:27.175Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/cdf9ea1c-4996-415e-a4d6-f121c42754aa [2023-02-20T16:18:27.175Z] [2023-02-20T16:18:27.175Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-20T16:18:27.175Z] [2023-02-20T16:18:27.175Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-20T16:18:27.175Z] [2023-02-20T16:18:27.175Z] [2023-02-20T16:18:27.175Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-20T16:18:27.175Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-20T16:18:27.175Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-20T16:18:27.215Z] $ docker stop --time=1 5566215e727761baf54c1005e86976e4318593794e2343742c6c11f7e5b2261b [2023-02-20T16:18:29.595Z] $ docker rm -f --volumes 5566215e727761baf54c1005e86976e4318593794e2343742c6c11f7e5b2261b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-20T16:18:29.930Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-20T16:18:29.939Z] provisioning config files... [2023-02-20T16:18:29.947Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/420@tmp/config3073851244149937819tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-20T16:18:30.242Z] --> edgex-publish-swagger.sh [2023-02-20T16:18:30.242Z] === Publish openapi/v3 API === [2023-02-20T16:18:30.242Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-20T16:18:30.242Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/420/openapi/v3/core-command.yaml] [2023-02-20T16:18:30.242Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-20T16:18:30.242Z] Dload Upload Total Spent Left Speed [2023-02-20T16:18:30.810Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 43393 --:--:-- --:--:-- --:--:-- 43328 100 29030 0 0 100 29030 0 43393 --:--:-- --:--:-- --:--:-- 43328 [2023-02-20T16:18:30.810Z] [2023-02-20T16:18:30.810Z] [2023-02-20T16:18:30.810Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/420/openapi/v3/core-data.yaml] [2023-02-20T16:18:30.810Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-20T16:18:30.810Z] Dload Upload Total Spent Left Speed [2023-02-20T16:18:31.379Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 105k --:--:-- --:--:-- --:--:-- 105k [2023-02-20T16:18:31.379Z] [2023-02-20T16:18:31.379Z] [2023-02-20T16:18:31.379Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/420/openapi/v3/core-metadata.yaml] [2023-02-20T16:18:31.379Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-20T16:18:31.379Z] Dload Upload Total Spent Left Speed [2023-02-20T16:18:31.896Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 680k --:--:-- --:--:-- --:--:-- 677k 100 138k 0 0 100 138k 0 262k --:--:-- --:--:-- --:--:-- 262k [2023-02-20T16:18:31.896Z] [2023-02-20T16:18:31.896Z] [2023-02-20T16:18:31.896Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/420/openapi/v3/support-notifications.yaml] [2023-02-20T16:18:31.896Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-20T16:18:31.896Z] Dload Upload Total Spent Left Speed [2023-02-20T16:18:32.465Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 144k --:--:-- --:--:-- --:--:-- 144k [2023-02-20T16:18:32.724Z] [2023-02-20T16:18:32.724Z] [2023-02-20T16:18:32.724Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/420/openapi/v3/support-scheduler.yaml] [2023-02-20T16:18:32.724Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-20T16:18:32.724Z] Dload Upload Total Spent Left Speed [2023-02-20T16:18:32.983Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 71430 --:--:-- --:--:-- --:--:-- 71280 [2023-02-20T16:18:32.983Z] [2023-02-20T16:18:32.983Z] [Pipeline] } [2023-02-20T16:18:32.990Z] 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-20T16:18:33.382Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-20T16:18:33.382Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:18:33.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-20T16:18:33.676Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T16:18:33.740Z] prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container [2023-02-20T16:18:33.800Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-20T16:18:34.199Z] $ docker top ac24c228cf9540754b689a86b67c584f5816b0ee6c61a53f84bb7aadb7b01fcf -eo pid,comm [2023-02-20T16:18:34.212Z] 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-20T16:18:34.212Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-20T16:18:34.239Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-20T16:18:34.239Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-20T16:18:34.352Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-20T16:18:34.386Z] $ docker exec ac24c228cf9540754b689a86b67c584f5816b0ee6c61a53f84bb7aadb7b01fcf ssh-agent [2023-02-20T16:18:34.460Z] SSH_AUTH_SOCK=/tmp/ssh-aGlzUk0anM57/agent.32 [2023-02-20T16:18:34.460Z] SSH_AGENT_PID=38 [2023-02-20T16:18:34.465Z] Running ssh-add (command line suppressed) [2023-02-20T16:18:34.604Z] Identity added: /w/workspace/edgex-go/420@tmp/private_key_3533264846694948357.key (/w/workspace/edgex-go/420@tmp/private_key_3533264846694948357.key) [2023-02-20T16:18:34.589Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-20T16:18:34.873Z] + git semver tag [2023-02-20T16:18:35.132Z] 2023-02-20 16:18:35,086 [run_tag] DEBUG tag force:False [2023-02-20T16:18:35.132Z] 2023-02-20 16:18:35,086 [check_head_tag] DEBUG check head tag [2023-02-20T16:18:35.132Z] 2023-02-20 16:18:35,089 [execute] INFO git cat-file --batch-check [2023-02-20T16:18:35.132Z] 2023-02-20 16:18:35,089 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/420, universal_newlines=False, shell=None, istream=) [2023-02-20T16:18:35.132Z] 2023-02-20 16:18:35,092 [execute] INFO git cat-file --batch [2023-02-20T16:18:35.132Z] 2023-02-20 16:18:35,093 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/420, universal_newlines=False, shell=None, istream=) [2023-02-20T16:18:35.132Z] 2023-02-20 16:18:35,152 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main [2023-02-20T16:18:35.132Z] 2023-02-20 16:18:35,152 [execute] INFO git tag -a v3.0.0-dev.59 -m v3.0.0-dev.59 [2023-02-20T16:18:35.132Z] 2023-02-20 16:18:35,152 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.59', '-m', 'v3.0.0-dev.59'], cwd=/w/workspace/edgex-go/420, universal_newlines=False, shell=None, istream=None) [2023-02-20T16:18:35.132Z] 2023-02-20 16:18:35,157 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main [2023-02-20T16:18:35.132Z] 3.0.0-dev.59 [Pipeline] } [2023-02-20T16:18:35.431Z] $ docker exec --env ******** --env ******** ac24c228cf9540754b689a86b67c584f5816b0ee6c61a53f84bb7aadb7b01fcf ssh-agent -k [2023-02-20T16:18:35.531Z] unset SSH_AUTH_SOCK; [2023-02-20T16:18:35.531Z] unset SSH_AGENT_PID; [2023-02-20T16:18:35.531Z] echo Agent pid 38 killed; [2023-02-20T16:18:35.513Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-20T16:18:35.808Z] + git semver [Pipeline] } [2023-02-20T16:18:36.115Z] $ docker stop --time=1 ac24c228cf9540754b689a86b67c584f5816b0ee6c61a53f84bb7aadb7b01fcf [2023-02-20T16:18:37.432Z] $ docker rm -f --volumes ac24c228cf9540754b689a86b67c584f5816b0ee6c61a53f84bb7aadb7b01fcf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:18:37.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-20T16:18:37.791Z] [2023-02-20T16:18:37.791Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:18:38.090Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-20T16:18:38.091Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-20T16:18:38.091Z] ab5ef0e58194: Pulling fs layer [2023-02-20T16:18:38.091Z] 9712f1f96733: Pulling fs layer [2023-02-20T16:18:38.091Z] 63f879dbbcfc: Pulling fs layer [2023-02-20T16:18:38.091Z] 0d9ebad4ef96: Pulling fs layer [2023-02-20T16:18:38.091Z] e9a5061849ea: Pulling fs layer [2023-02-20T16:18:38.091Z] d747dcd14b5f: Pulling fs layer [2023-02-20T16:18:38.091Z] 2de7ff778b66: Pulling fs layer [2023-02-20T16:18:38.091Z] d747dcd14b5f: Waiting [2023-02-20T16:18:38.091Z] e9a5061849ea: Waiting [2023-02-20T16:18:38.091Z] 2de7ff778b66: Waiting [2023-02-20T16:18:38.091Z] 0d9ebad4ef96: Waiting [2023-02-20T16:18:38.091Z] 9712f1f96733: Verifying Checksum [2023-02-20T16:18:38.091Z] 9712f1f96733: Download complete [2023-02-20T16:18:38.668Z] 63f879dbbcfc: Verifying Checksum [2023-02-20T16:18:38.668Z] 63f879dbbcfc: Download complete [2023-02-20T16:18:38.668Z] 0d9ebad4ef96: Verifying Checksum [2023-02-20T16:18:38.668Z] 0d9ebad4ef96: Download complete [2023-02-20T16:18:38.668Z] ab5ef0e58194: Verifying Checksum [2023-02-20T16:18:38.668Z] e9a5061849ea: Verifying Checksum [2023-02-20T16:18:38.668Z] ab5ef0e58194: Download complete [2023-02-20T16:18:38.668Z] e9a5061849ea: Download complete [2023-02-20T16:18:38.668Z] d747dcd14b5f: Verifying Checksum [2023-02-20T16:18:38.668Z] d747dcd14b5f: Download complete [2023-02-20T16:18:38.926Z] 2de7ff778b66: Verifying Checksum [2023-02-20T16:18:38.926Z] 2de7ff778b66: Download complete [2023-02-20T16:18:41.452Z] ab5ef0e58194: Pull complete [2023-02-20T16:18:41.452Z] 9712f1f96733: Pull complete [2023-02-20T16:18:42.386Z] 63f879dbbcfc: Pull complete [2023-02-20T16:18:45.669Z] 0d9ebad4ef96: Pull complete [2023-02-20T16:18:45.929Z] e9a5061849ea: Pull complete [2023-02-20T16:18:46.188Z] d747dcd14b5f: Pull complete [2023-02-20T16:18:47.124Z] 2de7ff778b66: Pull complete [2023-02-20T16:18:47.124Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-20T16:18:47.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-20T16:18:47.124Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T16:18:47.200Z] prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container [2023-02-20T16:18:47.262Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-20T16:18:49.583Z] $ docker top ba31ff4eed26a9e4c2c5b5c1660c21f418a62cf5594f2ed5fd19327e2869a60e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-20T16:18:49.619Z] provisioning config files... [2023-02-20T16:18:49.626Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/420@tmp/config1127638646120641054tmp [2023-02-20T16:18:49.636Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/420@tmp/config14437666118077189886tmp [2023-02-20T16:18:49.646Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/420@tmp/config5144297403134875396tmp [Pipeline] { [Pipeline] echo [2023-02-20T16:18:49.656Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T16:18:49.936Z] ---> sigul-configuration.sh [2023-02-20T16:18:49.936Z] gpg: directory `/root/.gnupg' created [2023-02-20T16:18:49.936Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-20T16:18:49.936Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-20T16:18:49.936Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-20T16:18:49.936Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-20T16:18:49.936Z] gpg: CAST5 encrypted data [2023-02-20T16:18:49.936Z] gpg: encrypted with 1 passphrase [2023-02-20T16:18:49.936Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-20T16:18:50.219Z] + mkdir /home/jenkins [2023-02-20T16:18:50.219Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-20T16:18:50.504Z] + 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-20T16:18:50.513Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T16:18:50.797Z] ---> sigul-install.sh [2023-02-20T16:18:50.797Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-20T16:18:51.085Z] + git tag --list [2023-02-20T16:18:51.085Z] 0.6.0 [2023-02-20T16:18:51.085Z] 0.6.1 [2023-02-20T16:18:51.085Z] 0.7.0 [2023-02-20T16:18:51.085Z] 0.7.1 [2023-02-20T16:18:51.085Z] v1.0.0 [2023-02-20T16:18:51.085Z] v1.0.1 [2023-02-20T16:18:51.085Z] v1.1.0 [2023-02-20T16:18:51.085Z] v1.2.0 [2023-02-20T16:18:51.085Z] v1.2.1 [2023-02-20T16:18:51.085Z] v1.3.0 [2023-02-20T16:18:51.085Z] v1.3.1 [2023-02-20T16:18:51.085Z] v2.0.0 [2023-02-20T16:18:51.085Z] v2.1.0 [2023-02-20T16:18:51.085Z] v2.1.1 [2023-02-20T16:18:51.085Z] v2.1.1-dev.1 [2023-02-20T16:18:51.085Z] v2.1.1-dev.2 [2023-02-20T16:18:51.085Z] v2.1.1-dev.3 [2023-02-20T16:18:51.085Z] v2.1.1-dev.4 [2023-02-20T16:18:51.085Z] v2.1.1-dev.5 [2023-02-20T16:18:51.085Z] v2.1.1-dev.6 [2023-02-20T16:18:51.085Z] v2.1.1-dev.7 [2023-02-20T16:18:51.085Z] v2.1.1-dev.8 [2023-02-20T16:18:51.085Z] v2.1.2-dev.1 [2023-02-20T16:18:51.085Z] v2.2.0 [2023-02-20T16:18:51.085Z] v2.2.1-dev.1 [2023-02-20T16:18:51.085Z] v2.2.1-dev.10 [2023-02-20T16:18:51.085Z] v2.2.1-dev.11 [2023-02-20T16:18:51.085Z] v2.2.1-dev.12 [2023-02-20T16:18:51.085Z] v2.2.1-dev.13 [2023-02-20T16:18:51.085Z] v2.2.1-dev.14 [2023-02-20T16:18:51.085Z] v2.2.1-dev.15 [2023-02-20T16:18:51.085Z] v2.2.1-dev.16 [2023-02-20T16:18:51.085Z] v2.2.1-dev.17 [2023-02-20T16:18:51.085Z] v2.2.1-dev.18 [2023-02-20T16:18:51.085Z] v2.2.1-dev.19 [2023-02-20T16:18:51.085Z] v2.2.1-dev.2 [2023-02-20T16:18:51.085Z] v2.2.1-dev.20 [2023-02-20T16:18:51.085Z] v2.2.1-dev.21 [2023-02-20T16:18:51.085Z] v2.2.1-dev.22 [2023-02-20T16:18:51.085Z] v2.2.1-dev.23 [2023-02-20T16:18:51.085Z] v2.2.1-dev.24 [2023-02-20T16:18:51.085Z] v2.2.1-dev.25 [2023-02-20T16:18:51.085Z] v2.2.1-dev.26 [2023-02-20T16:18:51.085Z] v2.2.1-dev.27 [2023-02-20T16:18:51.085Z] v2.2.1-dev.28 [2023-02-20T16:18:51.085Z] v2.2.1-dev.29 [2023-02-20T16:18:51.085Z] v2.2.1-dev.3 [2023-02-20T16:18:51.085Z] v2.2.1-dev.4 [2023-02-20T16:18:51.085Z] v2.2.1-dev.5 [2023-02-20T16:18:51.085Z] v2.2.1-dev.6 [2023-02-20T16:18:51.085Z] v2.2.1-dev.7 [2023-02-20T16:18:51.085Z] v2.2.1-dev.8 [2023-02-20T16:18:51.085Z] v2.2.1-dev.9 [2023-02-20T16:18:51.085Z] v2.3.0 [2023-02-20T16:18:51.085Z] v2.3.0-dev.100 [2023-02-20T16:18:51.085Z] v2.3.0-dev.101 [2023-02-20T16:18:51.085Z] v2.3.0-dev.102 [2023-02-20T16:18:51.085Z] v2.3.0-dev.103 [2023-02-20T16:18:51.085Z] v2.3.0-dev.104 [2023-02-20T16:18:51.085Z] v2.3.0-dev.105 [2023-02-20T16:18:51.085Z] v2.3.0-dev.106 [2023-02-20T16:18:51.085Z] v2.3.0-dev.29 [2023-02-20T16:18:51.085Z] v2.3.0-dev.30 [2023-02-20T16:18:51.085Z] v2.3.0-dev.31 [2023-02-20T16:18:51.085Z] v2.3.0-dev.32 [2023-02-20T16:18:51.085Z] v2.3.0-dev.33 [2023-02-20T16:18:51.085Z] v2.3.0-dev.34 [2023-02-20T16:18:51.085Z] v2.3.0-dev.35 [2023-02-20T16:18:51.085Z] v2.3.0-dev.36 [2023-02-20T16:18:51.085Z] v2.3.0-dev.37 [2023-02-20T16:18:51.085Z] v2.3.0-dev.38 [2023-02-20T16:18:51.085Z] v2.3.0-dev.39 [2023-02-20T16:18:51.085Z] v2.3.0-dev.40 [2023-02-20T16:18:51.085Z] v2.3.0-dev.41 [2023-02-20T16:18:51.085Z] v2.3.0-dev.42 [2023-02-20T16:18:51.085Z] v2.3.0-dev.43 [2023-02-20T16:18:51.085Z] v2.3.0-dev.44 [2023-02-20T16:18:51.085Z] v2.3.0-dev.45 [2023-02-20T16:18:51.085Z] v2.3.0-dev.46 [2023-02-20T16:18:51.085Z] v2.3.0-dev.47 [2023-02-20T16:18:51.085Z] v2.3.0-dev.48 [2023-02-20T16:18:51.085Z] v2.3.0-dev.49 [2023-02-20T16:18:51.085Z] v2.3.0-dev.50 [2023-02-20T16:18:51.085Z] v2.3.0-dev.51 [2023-02-20T16:18:51.085Z] v2.3.0-dev.52 [2023-02-20T16:18:51.085Z] v2.3.0-dev.53 [2023-02-20T16:18:51.085Z] v2.3.0-dev.54 [2023-02-20T16:18:51.085Z] v2.3.0-dev.55 [2023-02-20T16:18:51.085Z] v2.3.0-dev.56 [2023-02-20T16:18:51.085Z] v2.3.0-dev.57 [2023-02-20T16:18:51.085Z] v2.3.0-dev.58 [2023-02-20T16:18:51.085Z] v2.3.0-dev.59 [2023-02-20T16:18:51.085Z] v2.3.0-dev.60 [2023-02-20T16:18:51.085Z] v2.3.0-dev.61 [2023-02-20T16:18:51.085Z] v2.3.0-dev.62 [2023-02-20T16:18:51.085Z] v2.3.0-dev.63 [2023-02-20T16:18:51.085Z] v2.3.0-dev.64 [2023-02-20T16:18:51.085Z] v2.3.0-dev.65 [2023-02-20T16:18:51.085Z] v2.3.0-dev.66 [2023-02-20T16:18:51.085Z] v2.3.0-dev.67 [2023-02-20T16:18:51.085Z] v2.3.0-dev.68 [2023-02-20T16:18:51.085Z] v2.3.0-dev.69 [2023-02-20T16:18:51.085Z] v2.3.0-dev.70 [2023-02-20T16:18:51.085Z] v2.3.0-dev.71 [2023-02-20T16:18:51.085Z] v2.3.0-dev.72 [2023-02-20T16:18:51.085Z] v2.3.0-dev.73 [2023-02-20T16:18:51.085Z] v2.3.0-dev.74 [2023-02-20T16:18:51.085Z] v2.3.0-dev.75 [2023-02-20T16:18:51.085Z] v2.3.0-dev.76 [2023-02-20T16:18:51.085Z] v2.3.0-dev.77 [2023-02-20T16:18:51.085Z] v2.3.0-dev.78 [2023-02-20T16:18:51.085Z] v2.3.0-dev.79 [2023-02-20T16:18:51.085Z] v2.3.0-dev.80 [2023-02-20T16:18:51.085Z] v2.3.0-dev.81 [2023-02-20T16:18:51.085Z] v2.3.0-dev.82 [2023-02-20T16:18:51.085Z] v2.3.0-dev.83 [2023-02-20T16:18:51.085Z] v2.3.0-dev.84 [2023-02-20T16:18:51.085Z] v2.3.0-dev.85 [2023-02-20T16:18:51.085Z] v2.3.0-dev.86 [2023-02-20T16:18:51.085Z] v2.3.0-dev.87 [2023-02-20T16:18:51.085Z] v2.3.0-dev.88 [2023-02-20T16:18:51.085Z] v2.3.0-dev.89 [2023-02-20T16:18:51.085Z] v2.3.0-dev.90 [2023-02-20T16:18:51.085Z] v2.3.0-dev.91 [2023-02-20T16:18:51.085Z] v2.3.0-dev.92 [2023-02-20T16:18:51.085Z] v2.3.0-dev.93 [2023-02-20T16:18:51.085Z] v2.3.0-dev.94 [2023-02-20T16:18:51.085Z] v2.3.0-dev.95 [2023-02-20T16:18:51.085Z] v2.3.0-dev.96 [2023-02-20T16:18:51.085Z] v2.3.0-dev.97 [2023-02-20T16:18:51.085Z] v2.3.0-dev.98 [2023-02-20T16:18:51.085Z] v2.3.0-dev.99 [2023-02-20T16:18:51.085Z] v2.3.1-dev.1 [2023-02-20T16:18:51.085Z] v2.3.1-dev.2 [2023-02-20T16:18:51.085Z] v2.3.1-dev.3 [2023-02-20T16:18:51.085Z] v2.3.1-dev.4 [2023-02-20T16:18:51.085Z] v2.3.1-dev.5 [2023-02-20T16:18:51.085Z] v3.0.0-dev.1 [2023-02-20T16:18:51.085Z] v3.0.0-dev.10 [2023-02-20T16:18:51.085Z] v3.0.0-dev.11 [2023-02-20T16:18:51.085Z] v3.0.0-dev.12 [2023-02-20T16:18:51.085Z] v3.0.0-dev.13 [2023-02-20T16:18:51.085Z] v3.0.0-dev.14 [2023-02-20T16:18:51.085Z] v3.0.0-dev.15 [2023-02-20T16:18:51.085Z] v3.0.0-dev.16 [2023-02-20T16:18:51.085Z] v3.0.0-dev.17 [2023-02-20T16:18:51.085Z] v3.0.0-dev.18 [2023-02-20T16:18:51.085Z] v3.0.0-dev.19 [2023-02-20T16:18:51.085Z] v3.0.0-dev.2 [2023-02-20T16:18:51.085Z] v3.0.0-dev.20 [2023-02-20T16:18:51.085Z] v3.0.0-dev.21 [2023-02-20T16:18:51.085Z] v3.0.0-dev.22 [2023-02-20T16:18:51.085Z] v3.0.0-dev.23 [2023-02-20T16:18:51.085Z] v3.0.0-dev.24 [2023-02-20T16:18:51.085Z] v3.0.0-dev.25 [2023-02-20T16:18:51.085Z] v3.0.0-dev.26 [2023-02-20T16:18:51.085Z] v3.0.0-dev.27 [2023-02-20T16:18:51.085Z] v3.0.0-dev.28 [2023-02-20T16:18:51.085Z] v3.0.0-dev.29 [2023-02-20T16:18:51.085Z] v3.0.0-dev.3 [2023-02-20T16:18:51.085Z] v3.0.0-dev.30 [2023-02-20T16:18:51.085Z] v3.0.0-dev.31 [2023-02-20T16:18:51.085Z] v3.0.0-dev.32 [2023-02-20T16:18:51.085Z] v3.0.0-dev.33 [2023-02-20T16:18:51.085Z] v3.0.0-dev.34 [2023-02-20T16:18:51.085Z] v3.0.0-dev.35 [2023-02-20T16:18:51.085Z] v3.0.0-dev.36 [2023-02-20T16:18:51.085Z] v3.0.0-dev.37 [2023-02-20T16:18:51.085Z] v3.0.0-dev.38 [2023-02-20T16:18:51.085Z] v3.0.0-dev.39 [2023-02-20T16:18:51.085Z] v3.0.0-dev.4 [2023-02-20T16:18:51.085Z] v3.0.0-dev.40 [2023-02-20T16:18:51.085Z] v3.0.0-dev.41 [2023-02-20T16:18:51.085Z] v3.0.0-dev.42 [2023-02-20T16:18:51.085Z] v3.0.0-dev.43 [2023-02-20T16:18:51.085Z] v3.0.0-dev.44 [2023-02-20T16:18:51.085Z] v3.0.0-dev.45 [2023-02-20T16:18:51.085Z] v3.0.0-dev.46 [2023-02-20T16:18:51.085Z] v3.0.0-dev.47 [2023-02-20T16:18:51.085Z] v3.0.0-dev.48 [2023-02-20T16:18:51.085Z] v3.0.0-dev.49 [2023-02-20T16:18:51.085Z] v3.0.0-dev.5 [2023-02-20T16:18:51.085Z] v3.0.0-dev.50 [2023-02-20T16:18:51.085Z] v3.0.0-dev.51 [2023-02-20T16:18:51.085Z] v3.0.0-dev.52 [2023-02-20T16:18:51.085Z] v3.0.0-dev.53 [2023-02-20T16:18:51.085Z] v3.0.0-dev.54 [2023-02-20T16:18:51.085Z] v3.0.0-dev.55 [2023-02-20T16:18:51.085Z] v3.0.0-dev.56 [2023-02-20T16:18:51.085Z] v3.0.0-dev.57 [2023-02-20T16:18:51.085Z] v3.0.0-dev.58 [2023-02-20T16:18:51.085Z] v3.0.0-dev.59 [2023-02-20T16:18:51.085Z] v3.0.0-dev.6 [2023-02-20T16:18:51.085Z] v3.0.0-dev.7 [2023-02-20T16:18:51.085Z] v3.0.0-dev.8 [2023-02-20T16:18:51.085Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-20T16:18:51.379Z] + lftools sign git-tag v3.0.0-dev.59 [2023-02-20T16:18:51.948Z] Signing Git tag with Sigul... [2023-02-20T16:18:51.948Z] Signing v3.0.0-dev.59 [Pipeline] echo [2023-02-20T16:18:52.220Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T16:18:52.506Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-20T16:18:52.514Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-20T16:18:52.563Z] $ docker stop --time=1 ba31ff4eed26a9e4c2c5b5c1660c21f418a62cf5594f2ed5fd19327e2869a60e [2023-02-20T16:18:53.872Z] $ docker rm -f --volumes ba31ff4eed26a9e4c2c5b5c1660c21f418a62cf5594f2ed5fd19327e2869a60e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-20T16:18:54.259Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-20T16:18:54.259Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:18:54.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-20T16:18:54.561Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T16:18:54.631Z] prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container [2023-02-20T16:18:54.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-20T16:18:55.037Z] $ docker top bcfb4df0cfcbc35cfc56ca49a88c6e5002bdd85817e6639f36a18fc35e556151 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-20T16:18:55.092Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-20T16:18:55.092Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-20T16:18:55.185Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-20T16:18:55.220Z] $ docker exec bcfb4df0cfcbc35cfc56ca49a88c6e5002bdd85817e6639f36a18fc35e556151 ssh-agent [2023-02-20T16:18:55.291Z] SSH_AUTH_SOCK=/tmp/ssh-WBLfJl3SXBTs/agent.32 [2023-02-20T16:18:55.291Z] SSH_AGENT_PID=38 [2023-02-20T16:18:55.296Z] Running ssh-add (command line suppressed) [2023-02-20T16:18:55.422Z] Identity added: /w/workspace/edgex-go/420@tmp/private_key_6279385326282047600.key (/w/workspace/edgex-go/420@tmp/private_key_6279385326282047600.key) [2023-02-20T16:18:55.404Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-20T16:18:55.690Z] + git semver bump pre [2023-02-20T16:18:55.948Z] 2023-02-20 16:18:55,887 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main [2023-02-20T16:18:55.948Z] 2023-02-20 16:18:55,887 [bump_version] DEBUG bumping version:3.0.0-dev.59 on axis:pre with prefix:dev [2023-02-20T16:18:55.948Z] 2023-02-20 16:18:55,887 [bump_version] DEBUG bumped version:3.0.0-dev.60 [2023-02-20T16:18:55.948Z] 2023-02-20 16:18:55,887 [write_version] DEBUG write version:3.0.0-dev.60 to path:/w/workspace/edgex-go/420/.semver/main with force:True [2023-02-20T16:18:55.948Z] 2023-02-20 16:18:55,887 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main [2023-02-20T16:18:55.948Z] 2023-02-20 16:18:55,887 [write_file] DEBUG write to file:/w/workspace/edgex-go/420/.semver/main [2023-02-20T16:18:55.948Z] 2023-02-20 16:18:55,889 [execute] INFO git cat-file --batch-check [2023-02-20T16:18:55.948Z] 2023-02-20 16:18:55,889 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/420/.semver, universal_newlines=False, shell=None, istream=) [2023-02-20T16:18:55.948Z] 2023-02-20 16:18:55,893 [execute] INFO git cat-file --batch [2023-02-20T16:18:55.948Z] 2023-02-20 16:18:55,893 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/420/.semver, universal_newlines=False, shell=None, istream=) [2023-02-20T16:18:55.948Z] 2023-02-20 16:18:55,897 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main [2023-02-20T16:18:55.948Z] 3.0.0-dev.60 [Pipeline] } [2023-02-20T16:18:55.989Z] $ docker exec --env ******** --env ******** bcfb4df0cfcbc35cfc56ca49a88c6e5002bdd85817e6639f36a18fc35e556151 ssh-agent -k [2023-02-20T16:18:56.086Z] unset SSH_AUTH_SOCK; [2023-02-20T16:18:56.086Z] unset SSH_AGENT_PID; [2023-02-20T16:18:56.086Z] echo Agent pid 38 killed; [2023-02-20T16:18:56.064Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-20T16:18:56.369Z] + git semver [Pipeline] } [2023-02-20T16:18:56.672Z] $ docker stop --time=1 bcfb4df0cfcbc35cfc56ca49a88c6e5002bdd85817e6639f36a18fc35e556151 [2023-02-20T16:18:57.957Z] $ docker rm -f --volumes bcfb4df0cfcbc35cfc56ca49a88c6e5002bdd85817e6639f36a18fc35e556151 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-20T16:18:58.260Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-20T16:18:58.260Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:18:58.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-20T16:18:58.557Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T16:18:58.625Z] prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container [2023-02-20T16:18:58.688Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-20T16:18:59.039Z] $ docker top acb2d44960d8e5c06ac58bc102da18d2f8513a7b4345be14a729ba50fa1d4292 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-20T16:18:59.101Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-20T16:18:59.101Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-20T16:18:59.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-20T16:18:59.252Z] $ docker exec acb2d44960d8e5c06ac58bc102da18d2f8513a7b4345be14a729ba50fa1d4292 ssh-agent [2023-02-20T16:18:59.318Z] SSH_AUTH_SOCK=/tmp/ssh-LJAQNDGmeZdL/agent.33 [2023-02-20T16:18:59.318Z] SSH_AGENT_PID=39 [2023-02-20T16:18:59.322Z] Running ssh-add (command line suppressed) [2023-02-20T16:18:59.467Z] Identity added: /w/workspace/edgex-go/420@tmp/private_key_5120091382136583145.key (/w/workspace/edgex-go/420@tmp/private_key_5120091382136583145.key) [2023-02-20T16:18:59.448Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-20T16:18:59.731Z] + git semver push [2023-02-20T16:18:59.990Z] 2023-02-20 16:18:59,968 [run_push] DEBUG push [2023-02-20T16:18:59.990Z] 2023-02-20 16:18:59,969 [execute] INFO git cat-file --batch-check [2023-02-20T16:18:59.990Z] 2023-02-20 16:18:59,970 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/420/.semver, universal_newlines=False, shell=None, istream=) [2023-02-20T16:18:59.990Z] 2023-02-20 16:18:59,974 [execute] INFO git rev-list cf220f2fa3ccb7080e147f50aa9c1fafb807d802 -- [2023-02-20T16:18:59.990Z] 2023-02-20 16:18:59,975 [execute] DEBUG Popen(['git', 'rev-list', 'cf220f2fa3ccb7080e147f50aa9c1fafb807d802', '--'], cwd=/w/workspace/edgex-go/420/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-20T16:18:59.990Z] 2023-02-20 16:18:59,987 [execute] INFO git fetch -v origin [2023-02-20T16:18:59.990Z] 2023-02-20 16:18:59,987 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/420/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-20T16:19:00.558Z] 2023-02-20 16:19:00,575 [run_push] DEBUG no remote changes detected [2023-02-20T16:19:00.558Z] 2023-02-20 16:19:00,575 [execute] INFO git push origin semver [2023-02-20T16:19:00.558Z] 2023-02-20 16:19:00,575 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/420/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-20T16:19:01.937Z] 2023-02-20 16:19:01,568 [run_push] DEBUG push all version tags [2023-02-20T16:19:01.937Z] 2023-02-20 16:19:01,568 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-20T16:19:01.937Z] 2023-02-20 16:19:01,569 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/420, universal_newlines=False, shell=None, istream=None) [2023-02-20T16:19:02.505Z] 2023-02-20 16:19:02,486 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main [2023-02-20T16:19:02.505Z] 3.0.0-dev.60 [Pipeline] } [2023-02-20T16:19:02.547Z] $ docker exec --env ******** --env ******** acb2d44960d8e5c06ac58bc102da18d2f8513a7b4345be14a729ba50fa1d4292 ssh-agent -k [2023-02-20T16:19:02.655Z] unset SSH_AUTH_SOCK; [2023-02-20T16:19:02.655Z] unset SSH_AGENT_PID; [2023-02-20T16:19:02.655Z] echo Agent pid 39 killed; [2023-02-20T16:19:02.634Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-20T16:19:02.934Z] + git semver [Pipeline] } [2023-02-20T16:19:03.235Z] $ docker stop --time=1 acb2d44960d8e5c06ac58bc102da18d2f8513a7b4345be14a729ba50fa1d4292 [2023-02-20T16:19:05.172Z] $ docker rm -f --volumes acb2d44960d8e5c06ac58bc102da18d2f8513a7b4345be14a729ba50fa1d4292 [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-20T16:19:05.705Z] + [ -d /w/workspace/edgex-go/420/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-20T16:19:05.995Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T16:19:06.850Z] ---> package-listing.sh [2023-02-20T16:19:06.850Z] ++ facter osfamily [2023-02-20T16:19:06.850Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-20T16:19:07.110Z] + OS_FAMILY=debian [2023-02-20T16:19:07.110Z] + workspace=/w/workspace/edgex-go/420 [2023-02-20T16:19:07.110Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-20T16:19:07.110Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-20T16:19:07.110Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-20T16:19:07.110Z] + PACKAGES=/tmp/packages_start.txt [2023-02-20T16:19:07.110Z] + '[' /w/workspace/edgex-go/420 ']' [2023-02-20T16:19:07.110Z] + PACKAGES=/tmp/packages_end.txt [2023-02-20T16:19:07.110Z] + case "${OS_FAMILY}" in [2023-02-20T16:19:07.110Z] + dpkg -l [2023-02-20T16:19:07.110Z] + grep '^ii' [2023-02-20T16:19:07.110Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-20T16:19:07.110Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-20T16:19:07.110Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-20T16:19:07.110Z] + '[' /w/workspace/edgex-go/420 ']' [2023-02-20T16:19:07.110Z] + mkdir -p /w/workspace/edgex-go/420/archives/ [2023-02-20T16:19:07.110Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/420/archives/ [Pipeline] echo [2023-02-20T16:19:07.121Z] 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/420/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-20T16:19:07.397Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:19:07.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-20T16:19:07.959Z] [2023-02-20T16:19:07.959Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-20T16:19:08.263Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-20T16:19:08.263Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-20T16:19:08.263Z] 5eb5b503b376: Pulling fs layer [2023-02-20T16:19:08.263Z] 5c69ac0246d0: Pulling fs layer [2023-02-20T16:19:08.263Z] ec43610c2a17: Pulling fs layer [2023-02-20T16:19:08.263Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-20T16:19:08.263Z] 33b1e0a273af: Pulling fs layer [2023-02-20T16:19:08.263Z] 5d3b04190fa2: Pulling fs layer [2023-02-20T16:19:08.263Z] 2f39f015ded8: Pulling fs layer [2023-02-20T16:19:08.263Z] 33b1e0a273af: Waiting [2023-02-20T16:19:08.263Z] 5d3b04190fa2: Waiting [2023-02-20T16:19:08.263Z] 2f39f015ded8: Waiting [2023-02-20T16:19:08.263Z] 3a2ae6a8a46f: Waiting [2023-02-20T16:19:08.263Z] 5c69ac0246d0: Verifying Checksum [2023-02-20T16:19:08.263Z] 5c69ac0246d0: Download complete [2023-02-20T16:19:08.263Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-20T16:19:08.263Z] 3a2ae6a8a46f: Download complete [2023-02-20T16:19:08.522Z] 33b1e0a273af: Verifying Checksum [2023-02-20T16:19:08.522Z] 33b1e0a273af: Download complete [2023-02-20T16:19:08.522Z] 5d3b04190fa2: Verifying Checksum [2023-02-20T16:19:08.522Z] 5d3b04190fa2: Download complete [2023-02-20T16:19:08.522Z] ec43610c2a17: Verifying Checksum [2023-02-20T16:19:08.522Z] ec43610c2a17: Download complete [2023-02-20T16:19:08.522Z] 5eb5b503b376: Verifying Checksum [2023-02-20T16:19:08.522Z] 5eb5b503b376: Download complete [2023-02-20T16:19:09.089Z] 2f39f015ded8: Download complete [2023-02-20T16:19:09.655Z] 5eb5b503b376: Pull complete [2023-02-20T16:19:09.655Z] 5c69ac0246d0: Pull complete [2023-02-20T16:19:10.222Z] ec43610c2a17: Pull complete [2023-02-20T16:19:10.222Z] 3a2ae6a8a46f: Pull complete [2023-02-20T16:19:10.482Z] 33b1e0a273af: Pull complete [2023-02-20T16:19:10.482Z] 5d3b04190fa2: Pull complete [2023-02-20T16:19:14.670Z] 2f39f015ded8: Pull complete [2023-02-20T16:19:14.671Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-20T16:19:14.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-20T16:19:14.671Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-20T16:19:14.744Z] prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container [2023-02-20T16:19:14.799Z] $ 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/420/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/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-20T16:19:16.103Z] $ docker top fe2b66eb77b59f4415346069210e5b559ece6b518600c55d30e83d00ad1ca6b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-20T16:19:16.404Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-20T16:19:16.698Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-20T16:19:17.044Z] + ls /var/log/sa-host [2023-02-20T16:19:17.044Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-20T16:19:17.231Z] provisioning config files... [2023-02-20T16:19:17.263Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/420@tmp/config13652212347477884248tmp [Pipeline] { [Pipeline] echo [2023-02-20T16:19:17.295Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T16:19:17.618Z] ---> create-netrc.sh [Pipeline] } [2023-02-20T16:19:17.624Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-20T16:19:17.955Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-20T16:19:17.964Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T16:19:18.246Z] ---> sudo-logs.sh [2023-02-20T16:19:18.247Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-20T16:19:18.270Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T16:19:18.552Z] ---> job-cost.sh [2023-02-20T16:19:18.552Z] lf-activate-venv: SKIPPING [2023-02-20T16:19:18.552Z] DEBUG: total: 0.10999999940395355 [2023-02-20T16:19:18.552Z] INFO: Retrieving Stack Cost... [2023-02-20T16:19:18.810Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-20T16:19:19.378Z] INFO: Archiving Costs [Pipeline] echo [2023-02-20T16:19:19.391Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-20T16:19:19.676Z] ---> logs-deploy.sh [2023-02-20T16:19:19.676Z] lf-activate-venv: SKIPPING [2023-02-20T16:19:19.676Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/420 [2023-02-20T16:19:19.676Z] INFO: archiving workspace using pattern(s): [2023-02-20T16:19:20.613Z] Archives upload complete. [2023-02-20T16:19:20.870Z] INFO: archiving logs to Nexus [2023-02-20T16:19:21.441Z] ---> uname -a: [2023-02-20T16:19:21.441Z] Linux prd-ubuntu20-04-docker-8c-8g-6743 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-20T16:19:21.441Z] [2023-02-20T16:19:21.441Z] [2023-02-20T16:19:21.441Z] ---> lscpu: [2023-02-20T16:19:21.441Z] Architecture: x86_64 [2023-02-20T16:19:21.441Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-20T16:19:21.441Z] Byte Order: Little Endian [2023-02-20T16:19:21.441Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-20T16:19:21.441Z] CPU(s): 8 [2023-02-20T16:19:21.441Z] On-line CPU(s) list: 0-7 [2023-02-20T16:19:21.441Z] Thread(s) per core: 1 [2023-02-20T16:19:21.441Z] Core(s) per socket: 1 [2023-02-20T16:19:21.441Z] Socket(s): 8 [2023-02-20T16:19:21.441Z] NUMA node(s): 1 [2023-02-20T16:19:21.441Z] Vendor ID: AuthenticAMD [2023-02-20T16:19:21.441Z] CPU family: 23 [2023-02-20T16:19:21.441Z] Model: 49 [2023-02-20T16:19:21.441Z] Model name: AMD EPYC-Rome Processor [2023-02-20T16:19:21.441Z] Stepping: 0 [2023-02-20T16:19:21.441Z] CPU MHz: 2799.998 [2023-02-20T16:19:21.441Z] BogoMIPS: 5599.99 [2023-02-20T16:19:21.441Z] Virtualization: AMD-V [2023-02-20T16:19:21.441Z] Hypervisor vendor: KVM [2023-02-20T16:19:21.441Z] Virtualization type: full [2023-02-20T16:19:21.441Z] L1d cache: 256 KiB [2023-02-20T16:19:21.441Z] L1i cache: 256 KiB [2023-02-20T16:19:21.441Z] L2 cache: 4 MiB [2023-02-20T16:19:21.441Z] L3 cache: 128 MiB [2023-02-20T16:19:21.441Z] NUMA node0 CPU(s): 0-7 [2023-02-20T16:19:21.441Z] Vulnerability Itlb multihit: Not affected [2023-02-20T16:19:21.441Z] Vulnerability L1tf: Not affected [2023-02-20T16:19:21.441Z] Vulnerability Mds: Not affected [2023-02-20T16:19:21.441Z] Vulnerability Meltdown: Not affected [2023-02-20T16:19:21.441Z] Vulnerability Mmio stale data: Not affected [2023-02-20T16:19:21.441Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-20T16:19:21.441Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-20T16:19:21.441Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-20T16:19:21.441Z] Vulnerability Srbds: Not affected [2023-02-20T16:19:21.441Z] Vulnerability Tsx async abort: Not affected [2023-02-20T16:19:21.441Z] 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-20T16:19:21.441Z] [2023-02-20T16:19:21.441Z] [2023-02-20T16:19:21.441Z] ---> nproc: [2023-02-20T16:19:21.441Z] 8 [2023-02-20T16:19:21.441Z] [2023-02-20T16:19:21.441Z] [2023-02-20T16:19:21.441Z] ---> df -h: [2023-02-20T16:19:21.441Z] Filesystem Size Used Avail Use% Mounted on [2023-02-20T16:19:21.441Z] overlay 155G 20G 135G 13% / [2023-02-20T16:19:21.441Z] tmpfs 64M 0 64M 0% /dev [2023-02-20T16:19:21.441Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-20T16:19:21.441Z] shm 64M 0 64M 0% /dev/shm [2023-02-20T16:19:21.441Z] /dev/vda1 155G 20G 135G 13% /facter-os [2023-02-20T16:19:21.441Z] [2023-02-20T16:19:21.441Z] [2023-02-20T16:19:21.441Z] ---> sar -b -r -n DEV: [2023-02-20T16:19:21.441Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6743) 02/20/23 _x86_64_ (8 CPU) [2023-02-20T16:19:21.441Z] [2023-02-20T16:19:21.441Z] 15:47:21 LINUX RESTART (8 CPU) [2023-02-20T16:19:21.441Z] [2023-02-20T16:19:21.441Z] 15:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-20T16:19:21.441Z] 15:49:01 141.05 4.03 137.02 0.00 471.84 66847.45 0.00 [2023-02-20T16:19:21.441Z] 15:50:01 29.83 0.27 29.56 0.00 7.47 13429.25 0.00 [2023-02-20T16:19:21.441Z] 15:51:01 162.90 0.13 162.76 0.00 13.86 106591.94 0.00 [2023-02-20T16:19:21.441Z] 15:52:01 556.26 9.97 546.29 0.00 91.18 242435.46 0.00 [2023-02-20T16:19:21.441Z] 15:53:01 1219.72 11.15 1208.57 0.00 5169.37 331164.71 0.00 [2023-02-20T16:19:21.441Z] 15:54:01 1075.60 0.82 1074.79 0.00 25.73 198364.81 0.00 [2023-02-20T16:19:21.441Z] 15:55:01 28.56 0.05 28.51 0.00 12.80 831.99 0.00 [2023-02-20T16:19:21.441Z] 15:56:01 4.55 0.00 4.55 0.00 0.00 120.09 0.00 [2023-02-20T16:19:21.441Z] 15:57:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 [2023-02-20T16:19:21.441Z] 15:58:01 1.83 0.00 1.83 0.00 0.00 19.60 0.00 [2023-02-20T16:19:21.441Z] 15:59:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 [2023-02-20T16:19:21.441Z] 16:00:01 1.53 0.00 1.53 0.00 0.00 15.99 0.00 [2023-02-20T16:19:21.441Z] 16:01:01 1.00 0.00 1.00 0.00 0.00 10.13 0.00 [2023-02-20T16:19:21.441Z] 16:02:01 1.67 0.00 1.67 0.00 0.00 18.66 0.00 [2023-02-20T16:19:21.441Z] 16:03:01 2.07 0.02 2.05 0.00 0.13 26.40 0.00 [2023-02-20T16:19:21.441Z] 16:04:01 3.05 1.60 1.45 0.00 36.39 17.86 0.00 [2023-02-20T16:19:21.441Z] 16:05:01 1.45 0.00 1.45 0.00 0.00 16.00 0.00 [2023-02-20T16:19:21.441Z] 16:06:01 1.47 0.00 1.47 0.00 0.00 16.00 0.00 [2023-02-20T16:19:21.441Z] 16:07:01 1.45 0.00 1.45 0.00 0.00 15.86 0.00 [2023-02-20T16:19:21.441Z] 16:08:01 1.65 0.00 1.65 0.00 0.00 18.66 0.00 [2023-02-20T16:19:21.441Z] 16:09:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 [2023-02-20T16:19:21.441Z] 16:10:01 1.55 0.00 1.55 0.00 0.00 17.06 0.00 [2023-02-20T16:19:21.441Z] 16:11:01 0.92 0.00 0.92 0.00 0.00 9.73 0.00 [2023-02-20T16:19:21.441Z] 16:12:01 1.85 0.00 1.85 0.00 0.00 20.13 0.00 [2023-02-20T16:19:21.442Z] 16:13:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 [2023-02-20T16:19:21.442Z] 16:14:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 [2023-02-20T16:19:21.442Z] 16:15:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 [2023-02-20T16:19:21.442Z] 16:16:01 1.47 0.00 1.47 0.00 0.00 16.40 0.00 [2023-02-20T16:19:21.442Z] 16:17:01 1.13 0.02 1.12 0.00 0.13 12.40 0.00 [2023-02-20T16:19:21.442Z] 16:18:01 1.85 0.00 1.85 0.00 0.00 20.66 0.00 [2023-02-20T16:19:21.442Z] 16:19:01 129.28 0.27 129.01 0.00 13.60 56858.66 0.00 [2023-02-20T16:19:21.442Z] Average: 109.07 0.91 108.16 0.00 188.65 32816.74 0.00 [2023-02-20T16:19:21.442Z] [2023-02-20T16:19:21.442Z] 15:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-20T16:19:21.442Z] 15:49:01 28227436 31479140 820448 2.50 112024 3366932 2080720 6.13 1365324 2862192 203504 [2023-02-20T16:19:21.442Z] 15:50:01 28060636 31589292 706832 2.15 116656 3602720 1797080 5.30 1207368 3151116 176600 [2023-02-20T16:19:21.442Z] 15:51:01 26181812 31511492 779848 2.37 120976 5356220 2012740 5.93 1570772 4613884 0 [2023-02-20T16:19:21.442Z] 15:52:01 22379872 31440928 840200 2.56 286032 8668192 2893620 8.53 1799084 7919240 180 [2023-02-20T16:19:21.442Z] 15:53:01 19164396 31105944 1150032 3.50 349532 11316492 3467756 10.22 2802612 9931244 120 [2023-02-20T16:19:21.442Z] 15:54:01 19473052 31537292 732332 2.23 412552 11334504 1946592 5.74 2409628 9996800 1196 [2023-02-20T16:19:21.442Z] 15:55:01 19477576 31543708 725156 2.21 413888 11335484 1821504 5.37 2404960 9997000 264 [2023-02-20T16:19:21.442Z] 15:56:01 19480032 31546352 722356 2.20 414024 11335512 1813320 5.34 2400692 9996904 4 [2023-02-20T16:19:21.442Z] 15:57:01 19480172 31546520 722060 2.20 414040 11335516 1813320 5.34 2400484 9996908 24 [2023-02-20T16:19:21.442Z] 15:58:01 19482272 31548664 720284 2.19 414076 11335516 1813320 5.34 2399056 9996908 12 [2023-02-20T16:19:21.442Z] 15:59:01 19482588 31549264 720036 2.19 414096 11335520 1813320 5.34 2398736 9997180 188 [2023-02-20T16:19:21.442Z] 16:00:01 19487628 31554328 714968 2.17 414104 11335524 1813320 5.34 2393640 9997200 40 [2023-02-20T16:19:21.442Z] 16:01:01 19487840 31554552 714680 2.17 414116 11335524 1813320 5.34 2393616 9997208 20 [2023-02-20T16:19:21.442Z] 16:02:01 19488000 31554748 714648 2.17 414136 11335520 1813320 5.34 2393656 9997216 4 [2023-02-20T16:19:21.442Z] 16:03:01 19487060 31553956 715804 2.18 414172 11335508 1851372 5.46 2393776 9997192 16 [2023-02-20T16:19:21.442Z] 16:04:01 19481092 31550084 719556 2.19 414208 11336600 1867508 5.50 2401184 9997484 80 [2023-02-20T16:19:21.442Z] 16:05:01 19481304 31550348 719236 2.19 414252 11336604 1867508 5.50 2400632 9997484 12 [2023-02-20T16:19:21.442Z] 16:06:01 19480964 31550016 719488 2.19 414272 11336604 1867508 5.50 2400588 9997484 52 [2023-02-20T16:19:21.442Z] 16:07:01 19480892 31550052 719360 2.19 414332 11336608 1867508 5.50 2400660 9997492 8 [2023-02-20T16:19:21.442Z] 16:08:01 19480804 31549984 719388 2.19 414360 11336604 1867508 5.50 2400756 9997492 12 [2023-02-20T16:19:21.442Z] 16:09:01 19480756 31549956 719360 2.19 414368 11336612 1867508 5.50 2400716 9997492 12 [2023-02-20T16:19:21.442Z] 16:10:01 19480488 31549700 719536 2.19 414388 11336616 1867508 5.50 2400716 9997496 12 [2023-02-20T16:19:21.442Z] 16:11:01 19480860 31550112 719280 2.19 414400 11336616 1867508 5.50 2401276 9997496 180 [2023-02-20T16:19:21.442Z] 16:12:01 19480768 31550060 719488 2.19 414432 11336628 1867508 5.50 2401160 9997504 188 [2023-02-20T16:19:21.442Z] 16:13:01 19480800 31550104 719448 2.19 414448 11336628 1867508 5.50 2400836 9997508 16 [2023-02-20T16:19:21.442Z] 16:14:01 19480256 31549588 719928 2.19 414460 11336632 1867508 5.50 2400848 9997512 44 [2023-02-20T16:19:21.442Z] 16:15:01 19480208 31549544 719908 2.19 414464 11336636 1867508 5.50 2400836 9997516 8 [2023-02-20T16:19:21.442Z] 16:16:01 19480184 31549520 719844 2.19 414484 11336636 1867508 5.50 2400864 9997516 48 [2023-02-20T16:19:21.442Z] 16:17:01 19479944 31549360 719884 2.19 414512 11336640 1867508 5.50 2401560 9997520 224 [2023-02-20T16:19:21.442Z] 16:18:01 19480024 31549464 719780 2.19 414532 11336640 1867508 5.50 2401008 9997524 16 [2023-02-20T16:19:21.442Z] 16:19:01 17938556 31484564 777060 2.36 462768 12644872 1989864 5.86 2568476 11241728 964 [2023-02-20T16:19:21.442Z] Average: 20289944 31527375 744201 2.26 380745 10592221 1953778 5.76 2300501 9343627 12389 [2023-02-20T16:19:21.442Z] [2023-02-20T16:19:21.442Z] 15:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-20T16:19:21.442Z] 15:49:01 lo 2.60 2.60 0.26 0.26 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:49:01 veth3f128d4 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:49:01 ens3 802.72 729.06 9114.03 86.56 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:49:01 docker0 573.38 548.18 42.38 3428.82 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:50:01 veth3f128d4 1.30 1.35 0.10 0.11 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:50:01 ens3 35.74 24.05 28.80 37.21 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:50:01 docker0 1.30 1.30 0.08 0.10 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:51:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:51:01 ens3 122.83 82.66 1826.98 86.34 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:51:01 vethdcde804 0.95 0.95 0.07 5.55 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:51:01 docker0 5.88 11.86 0.35 127.15 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:51:01 veth5ea34f9 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:51:01 vethe16cbf4 0.00 0.23 0.00 0.02 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:52:01 veth781718c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:52:01 ens3 881.07 551.26 5925.27 55.96 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:52:01 veth8a2bb89 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:52:01 vethf80cc78 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:52:01 veth4b91fb2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:52:01 docker0 543.29 867.91 43.25 5915.95 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:52:01 vethf867c7c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:52:01 vethec2bdac 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:52:01 vethe16cbf4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:53:01 lo 2.00 2.00 0.19 0.19 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:53:01 ens3 617.96 311.92 5743.96 47.88 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:53:01 vethe23522c 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:53:01 docker0 203.23 400.03 16.02 2822.18 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:53:01 vethd5a2e46 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:53:01 veth0644117 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:53:01 vethe16cbf4 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:54:01 lo 7.20 7.20 0.70 0.70 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:54:01 ens3 279.10 159.17 1508.08 208.68 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:54:01 docker0 86.90 183.10 7.21 1440.42 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:55:01 lo 48.39 48.39 4.77 4.77 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:55:01 ens3 530.04 505.82 253.15 2546.62 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:56:01 lo 6.26 6.26 0.61 0.61 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:56:01 ens3 75.69 79.42 37.31 322.02 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:57:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:58:01 ens3 0.25 0.23 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:59:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:00:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:01:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:02:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:03:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:04:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:04:01 ens3 8.53 5.91 5.61 6.47 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:05:01 ens3 0.70 0.50 3.21 0.03 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:07:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:08:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:09:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.442Z] 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:11:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:12:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:13:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:14:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:15:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:17:01 ens3 0.23 0.18 0.12 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:18:01 ens3 0.33 0.23 0.09 0.07 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:19:01 lo 2.27 2.27 0.23 0.23 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:19:01 ens3 363.76 217.26 7808.09 55.26 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:19:01 vethb224d1b 1.47 1.40 0.24 0.99 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] 16:19:01 docker0 35.43 58.36 3.20 589.00 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] Average: lo 2.32 2.32 0.23 0.23 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] Average: ens3 120.05 86.11 1040.68 111.40 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] Average: vethb224d1b 0.05 0.05 0.01 0.03 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] Average: docker0 46.76 66.81 3.63 462.14 0.00 0.00 0.00 0.00 [2023-02-20T16:19:21.443Z] [2023-02-20T16:19:21.443Z] [2023-02-20T16:19:21.443Z] ---> sar -P ALL: [2023-02-20T16:19:21.443Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6743) 02/20/23 _x86_64_ (8 CPU) [2023-02-20T16:19:21.443Z] [2023-02-20T16:19:21.443Z] 15:47:21 LINUX RESTART (8 CPU) [2023-02-20T16:19:21.443Z] [2023-02-20T16:19:21.443Z] 15:48:01 CPU %user %nice %system %iowait %steal %idle [2023-02-20T16:19:21.443Z] 15:49:01 all 18.04 0.00 5.59 1.41 0.10 74.87 [2023-02-20T16:19:21.443Z] 15:49:01 0 18.11 0.00 6.31 1.65 0.08 73.85 [2023-02-20T16:19:21.443Z] 15:49:01 1 17.95 0.00 5.28 0.29 0.10 76.37 [2023-02-20T16:19:21.443Z] 15:49:01 2 18.40 0.00 5.85 1.95 0.10 73.70 [2023-02-20T16:19:21.443Z] 15:49:01 3 18.98 0.00 6.34 5.41 0.12 69.14 [2023-02-20T16:19:21.443Z] 15:49:01 4 16.93 0.00 5.24 0.15 0.10 77.58 [2023-02-20T16:19:21.443Z] 15:49:01 5 19.24 0.00 4.78 0.10 0.10 75.78 [2023-02-20T16:19:21.443Z] 15:49:01 6 17.12 0.00 5.53 1.40 0.08 75.86 [2023-02-20T16:19:21.443Z] 15:49:01 7 17.58 0.00 5.37 0.31 0.10 76.64 [2023-02-20T16:19:21.443Z] 15:50:01 all 44.69 0.00 6.96 0.19 0.12 48.05 [2023-02-20T16:19:21.443Z] 15:50:01 0 44.56 0.00 6.39 0.03 0.12 48.90 [2023-02-20T16:19:21.443Z] 15:50:01 1 44.90 0.00 7.29 0.02 0.13 47.66 [2023-02-20T16:19:21.443Z] 15:50:01 2 44.74 0.00 5.89 0.00 0.12 49.25 [2023-02-20T16:19:21.443Z] 15:50:01 3 43.55 0.00 6.22 1.31 0.10 48.82 [2023-02-20T16:19:21.443Z] 15:50:01 4 44.19 0.00 7.38 0.08 0.12 48.23 [2023-02-20T16:19:21.443Z] 15:50:01 5 45.91 0.00 6.36 0.00 0.12 47.61 [2023-02-20T16:19:21.443Z] 15:50:01 6 45.67 0.00 6.64 0.02 0.12 47.55 [2023-02-20T16:19:21.443Z] 15:50:01 7 43.98 0.00 9.54 0.03 0.12 46.34 [2023-02-20T16:19:21.443Z] 15:51:01 all 27.70 0.00 8.29 1.34 0.12 62.55 [2023-02-20T16:19:21.443Z] 15:51:01 0 27.17 0.00 9.16 0.19 0.14 63.35 [2023-02-20T16:19:21.443Z] 15:51:01 1 26.63 0.00 8.12 0.32 0.10 64.83 [2023-02-20T16:19:21.443Z] 15:51:01 2 29.07 0.00 8.10 0.82 0.10 61.91 [2023-02-20T16:19:21.443Z] 15:51:01 3 27.02 0.00 7.63 0.58 0.14 64.64 [2023-02-20T16:19:21.443Z] 15:51:01 4 31.41 0.00 7.86 0.39 0.14 60.21 [2023-02-20T16:19:21.443Z] 15:51:01 5 27.67 0.00 9.06 0.22 0.10 62.94 [2023-02-20T16:19:21.443Z] 15:51:01 6 25.16 0.00 8.57 7.96 0.12 58.19 [2023-02-20T16:19:21.443Z] 15:51:01 7 27.49 0.00 7.83 0.24 0.12 64.32 [2023-02-20T16:19:21.443Z] 15:52:01 all 11.94 0.00 7.70 12.27 0.11 67.98 [2023-02-20T16:19:21.443Z] 15:52:01 0 11.49 0.00 7.38 6.69 0.12 74.33 [2023-02-20T16:19:21.443Z] 15:52:01 1 11.71 0.00 8.39 13.24 0.10 66.57 [2023-02-20T16:19:21.443Z] 15:52:01 2 12.60 0.00 7.62 21.44 0.10 58.24 [2023-02-20T16:19:21.443Z] 15:52:01 3 12.18 0.00 8.66 10.06 0.10 68.99 [2023-02-20T16:19:21.443Z] 15:52:01 4 12.07 0.00 7.34 11.50 0.10 68.99 [2023-02-20T16:19:21.443Z] 15:52:01 5 11.78 0.00 6.72 5.34 0.12 76.04 [2023-02-20T16:19:21.443Z] 15:52:01 6 12.02 0.00 8.35 20.62 0.12 58.90 [2023-02-20T16:19:21.443Z] 15:52:01 7 11.69 0.00 7.14 9.20 0.15 71.82 [2023-02-20T16:19:21.443Z] 15:53:01 all 70.30 0.00 16.46 3.82 0.19 9.24 [2023-02-20T16:19:21.443Z] 15:53:01 0 67.36 0.00 17.82 4.31 0.19 10.32 [2023-02-20T16:19:21.443Z] 15:53:01 1 70.95 0.00 15.48 3.70 0.19 9.69 [2023-02-20T16:19:21.443Z] 15:53:01 2 71.23 0.00 16.91 5.64 0.17 6.06 [2023-02-20T16:19:21.443Z] 15:53:01 3 70.18 0.00 16.60 2.74 0.19 10.30 [2023-02-20T16:19:21.443Z] 15:53:01 4 71.93 0.00 15.37 2.48 0.19 10.04 [2023-02-20T16:19:21.443Z] 15:53:01 5 70.83 0.00 15.67 4.20 0.20 9.10 [2023-02-20T16:19:21.443Z] 15:53:01 6 68.97 0.00 17.40 3.64 0.19 9.80 [2023-02-20T16:19:21.443Z] 15:53:01 7 70.92 0.00 16.41 3.83 0.20 8.63 [2023-02-20T16:19:21.443Z] 15:54:01 all 59.56 0.00 12.52 1.83 0.18 25.92 [2023-02-20T16:19:21.443Z] 15:54:01 0 60.11 0.00 12.00 0.74 0.17 26.98 [2023-02-20T16:19:21.443Z] 15:54:01 1 58.12 0.00 13.30 2.51 0.19 25.88 [2023-02-20T16:19:21.443Z] 15:54:01 2 60.07 0.00 12.75 2.03 0.17 24.98 [2023-02-20T16:19:21.443Z] 15:54:01 3 58.81 0.00 12.90 1.97 0.19 26.13 [2023-02-20T16:19:21.443Z] 15:54:01 4 60.20 0.00 12.64 1.65 0.19 25.32 [2023-02-20T16:19:21.443Z] 15:54:01 5 59.96 0.00 12.01 1.49 0.15 26.39 [2023-02-20T16:19:21.443Z] 15:54:01 6 58.51 0.00 12.43 2.15 0.17 26.75 [2023-02-20T16:19:21.443Z] 15:54:01 7 60.66 0.00 12.13 2.07 0.19 24.95 [2023-02-20T16:19:21.443Z] 15:55:01 all 7.45 0.00 1.11 0.10 0.06 91.27 [2023-02-20T16:19:21.443Z] 15:55:01 0 7.54 0.00 1.19 0.08 0.07 91.12 [2023-02-20T16:19:21.443Z] 15:55:01 1 6.93 0.00 1.12 0.17 0.07 91.71 [2023-02-20T16:19:21.443Z] 15:55:01 2 7.61 0.00 1.19 0.30 0.05 90.85 [2023-02-20T16:19:21.443Z] 15:55:01 3 7.18 0.00 0.92 0.00 0.08 91.82 [2023-02-20T16:19:21.443Z] 15:55:01 4 9.51 0.00 1.10 0.02 0.07 89.30 [2023-02-20T16:19:21.443Z] 15:55:01 5 5.45 0.00 0.95 0.02 0.05 93.53 [2023-02-20T16:19:21.443Z] 15:55:01 6 7.05 0.00 0.85 0.02 0.05 92.03 [2023-02-20T16:19:21.443Z] 15:55:01 7 8.36 0.00 1.58 0.20 0.08 89.77 [2023-02-20T16:19:21.443Z] 15:56:01 all 0.75 0.00 0.19 0.02 0.01 99.03 [2023-02-20T16:19:21.443Z] 15:56:01 0 0.98 0.00 0.22 0.08 0.00 98.72 [2023-02-20T16:19:21.443Z] 15:56:01 1 0.68 0.00 0.15 0.08 0.00 99.08 [2023-02-20T16:19:21.443Z] 15:56:01 2 0.67 0.00 0.13 0.00 0.02 99.18 [2023-02-20T16:19:21.443Z] 15:56:01 3 0.87 0.00 0.12 0.00 0.02 99.00 [2023-02-20T16:19:21.443Z] 15:56:01 4 0.73 0.00 0.15 0.02 0.00 99.10 [2023-02-20T16:19:21.443Z] 15:56:01 5 0.25 0.00 0.12 0.00 0.00 99.63 [2023-02-20T16:19:21.443Z] 15:56:01 6 1.37 0.00 0.23 0.00 0.00 98.40 [2023-02-20T16:19:21.443Z] 15:56:01 7 0.48 0.00 0.38 0.00 0.02 99.12 [2023-02-20T16:19:21.443Z] 15:57:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-02-20T16:19:21.443Z] 15:57:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-20T16:19:21.443Z] 15:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.443Z] 15:57:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2023-02-20T16:19:21.443Z] 15:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.443Z] 15:57:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-20T16:19:21.443Z] 15:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.443Z] 15:57:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-20T16:19:21.443Z] 15:57:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-20T16:19:21.443Z] 15:58:01 all 0.11 0.00 0.02 0.01 0.00 99.86 [2023-02-20T16:19:21.443Z] 15:58:01 0 0.02 0.00 0.02 0.03 0.00 99.93 [2023-02-20T16:19:21.443Z] 15:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.443Z] 15:58:01 2 0.72 0.00 0.07 0.03 0.02 99.17 [2023-02-20T16:19:21.443Z] 15:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.443Z] 15:58:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-20T16:19:21.443Z] 15:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.443Z] 15:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.443Z] 15:58:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-20T16:19:21.443Z] 15:59:01 all 0.21 0.00 0.01 0.00 0.01 99.77 [2023-02-20T16:19:21.443Z] 15:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.443Z] 15:59:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-20T16:19:21.443Z] 15:59:01 2 1.60 0.00 0.07 0.00 0.00 98.33 [2023-02-20T16:19:21.443Z] 15:59:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.443Z] 15:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.443Z] 15:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-20T16:19:21.443Z] 15:59:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-20T16:19:21.443Z] 15:59:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-20T16:19:21.443Z] [2023-02-20T16:19:21.443Z] 15:59:01 CPU %user %nice %system %iowait %steal %idle [2023-02-20T16:19:21.443Z] 16:00:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-20T16:19:21.443Z] 16:00:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-20T16:19:21.443Z] 16:00:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-20T16:19:21.443Z] 16:00:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2023-02-20T16:19:21.443Z] 16:00:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-20T16:19:21.443Z] 16:00:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-20T16:19:21.443Z] 16:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.443Z] 16:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.443Z] 16:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-20T16:19:21.443Z] 16:01:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-20T16:19:21.443Z] 16:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-20T16:19:21.443Z] 16:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.443Z] 16:01:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-20T16:19:21.443Z] 16:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:01:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:01:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:01:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:02:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-02-20T16:19:21.444Z] 16:02:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:02:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:02:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-20T16:19:21.444Z] 16:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:02:01 7 0.02 0.00 0.03 0.02 0.02 99.92 [2023-02-20T16:19:21.444Z] 16:03:01 all 0.12 0.00 0.03 0.01 0.00 99.84 [2023-02-20T16:19:21.444Z] 16:03:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:03:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:03:01 2 0.05 0.00 0.02 0.02 0.00 99.92 [2023-02-20T16:19:21.444Z] 16:03:01 3 0.00 0.00 0.03 0.02 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:03:01 4 0.02 0.00 0.05 0.00 0.00 99.93 [2023-02-20T16:19:21.444Z] 16:03:01 5 0.05 0.00 0.05 0.00 0.02 99.88 [2023-02-20T16:19:21.444Z] 16:03:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:03:01 7 0.85 0.00 0.03 0.00 0.00 99.12 [2023-02-20T16:19:21.444Z] 16:04:01 all 0.31 0.00 0.03 0.01 0.00 99.65 [2023-02-20T16:19:21.444Z] 16:04:01 0 0.45 0.00 0.05 0.07 0.00 99.43 [2023-02-20T16:19:21.444Z] 16:04:01 1 0.23 0.00 0.00 0.00 0.00 99.77 [2023-02-20T16:19:21.444Z] 16:04:01 2 0.23 0.00 0.03 0.03 0.02 99.68 [2023-02-20T16:19:21.444Z] 16:04:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-20T16:19:21.444Z] 16:04:01 4 1.35 0.00 0.03 0.00 0.00 98.62 [2023-02-20T16:19:21.444Z] 16:04:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:04:01 6 0.03 0.00 0.03 0.02 0.00 99.92 [2023-02-20T16:19:21.444Z] 16:04:01 7 0.08 0.00 0.03 0.00 0.00 99.88 [2023-02-20T16:19:21.444Z] 16:05:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:05:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:05:01 2 0.02 0.00 0.02 0.03 0.00 99.93 [2023-02-20T16:19:21.444Z] 16:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:05:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-20T16:19:21.444Z] 16:05:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2023-02-20T16:19:21.444Z] 16:06:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:06:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:06:01 2 0.03 0.00 0.02 0.03 0.00 99.92 [2023-02-20T16:19:21.444Z] 16:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:06:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2023-02-20T16:19:21.444Z] 16:06:01 5 0.07 0.00 0.03 0.00 0.00 99.90 [2023-02-20T16:19:21.444Z] 16:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:06:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:07:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:07:01 0 0.02 0.00 0.02 0.03 0.00 99.93 [2023-02-20T16:19:21.444Z] 16:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:07:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:07:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-20T16:19:21.444Z] 16:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:07:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:08:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2023-02-20T16:19:21.444Z] 16:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-20T16:19:21.444Z] 16:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-20T16:19:21.444Z] 16:08:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2023-02-20T16:19:21.444Z] 16:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:08:01 4 0.03 0.00 0.03 0.02 0.00 99.92 [2023-02-20T16:19:21.444Z] 16:08:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-20T16:19:21.444Z] 16:08:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:08:01 7 1.99 0.00 0.00 0.00 0.00 98.01 [2023-02-20T16:19:21.444Z] 16:09:01 all 0.22 0.00 0.01 0.00 0.00 99.77 [2023-02-20T16:19:21.444Z] 16:09:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:09:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:09:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:09:01 7 1.66 0.00 0.05 0.00 0.00 98.29 [2023-02-20T16:19:21.444Z] 16:10:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:10:01 2 0.02 0.00 0.03 0.03 0.00 99.92 [2023-02-20T16:19:21.444Z] 16:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:10:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-20T16:19:21.444Z] 16:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-20T16:19:21.444Z] [2023-02-20T16:19:21.444Z] 16:10:01 CPU %user %nice %system %iowait %steal %idle [2023-02-20T16:19:21.444Z] 16:11:01 all 0.02 0.00 0.01 0.01 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:11:01 0 0.03 0.00 0.00 0.02 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:11:01 2 0.03 0.00 0.00 0.03 0.00 99.93 [2023-02-20T16:19:21.444Z] 16:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:11:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:11:01 5 0.03 0.00 0.05 0.00 0.00 99.92 [2023-02-20T16:19:21.444Z] 16:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:12:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-20T16:19:21.444Z] 16:12:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2023-02-20T16:19:21.444Z] 16:12:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:12:01 2 0.03 0.00 0.03 0.02 0.00 99.92 [2023-02-20T16:19:21.444Z] 16:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:12:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-20T16:19:21.444Z] 16:12:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-20T16:19:21.444Z] 16:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:13:01 all 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:13:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:13:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:14:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:14:01 0 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:14:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:14:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-20T16:19:21.444Z] 16:14:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-20T16:19:21.444Z] 16:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:15:01 all 0.20 0.00 0.01 0.00 0.00 99.79 [2023-02-20T16:19:21.444Z] 16:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:15:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:15:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:15:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:15:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:15:01 7 1.44 0.00 0.02 0.00 0.00 98.55 [2023-02-20T16:19:21.444Z] 16:16:01 all 0.07 0.00 0.01 0.01 0.01 99.91 [2023-02-20T16:19:21.444Z] 16:16:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:16:01 1 0.00 0.00 0.00 0.07 0.00 99.93 [2023-02-20T16:19:21.444Z] 16:16:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-20T16:19:21.444Z] 16:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-20T16:19:21.444Z] 16:16:01 4 0.12 0.00 0.02 0.00 0.00 99.87 [2023-02-20T16:19:21.444Z] 16:16:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-20T16:19:21.444Z] 16:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:16:01 7 0.35 0.00 0.00 0.00 0.02 99.63 [2023-02-20T16:19:21.444Z] 16:17:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-02-20T16:19:21.444Z] 16:17:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:17:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:17:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-20T16:19:21.444Z] 16:17:01 5 0.03 0.00 0.05 0.00 0.00 99.92 [2023-02-20T16:19:21.444Z] 16:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.444Z] 16:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-20T16:19:21.444Z] 16:18:01 all 0.16 0.00 0.01 0.01 0.01 99.80 [2023-02-20T16:19:21.444Z] 16:18:01 0 0.02 0.00 0.00 0.03 0.02 99.93 [2023-02-20T16:19:21.444Z] 16:18:01 1 0.00 0.00 0.00 0.03 0.02 99.95 [2023-02-20T16:19:21.445Z] 16:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-20T16:19:21.445Z] 16:18:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-20T16:19:21.445Z] 16:18:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-20T16:19:21.445Z] 16:18:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-20T16:19:21.445Z] 16:18:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-20T16:19:21.445Z] 16:18:01 7 1.22 0.00 0.02 0.00 0.00 98.76 [2023-02-20T16:19:21.445Z] 16:19:01 all 9.24 0.00 4.20 1.34 0.08 85.15 [2023-02-20T16:19:21.445Z] 16:19:01 0 9.37 0.00 4.48 5.17 0.07 80.90 [2023-02-20T16:19:21.445Z] 16:19:01 1 9.22 0.00 3.96 2.93 0.07 83.82 [2023-02-20T16:19:21.445Z] 16:19:01 2 8.23 0.00 4.08 0.47 0.07 87.15 [2023-02-20T16:19:21.445Z] 16:19:01 3 8.92 0.00 4.29 0.02 0.07 86.71 [2023-02-20T16:19:21.445Z] 16:19:01 4 8.62 0.00 4.46 0.07 0.07 86.78 [2023-02-20T16:19:21.445Z] 16:19:01 5 10.11 0.00 4.14 1.65 0.08 84.01 [2023-02-20T16:19:21.445Z] 16:19:01 6 8.71 0.00 3.86 0.20 0.08 87.15 [2023-02-20T16:19:21.445Z] 16:19:01 7 10.71 0.00 4.32 0.20 0.12 84.64 [2023-02-20T16:19:21.445Z] Average: all 8.04 0.00 2.02 0.72 0.03 89.19 [2023-02-20T16:19:21.445Z] Average: 0 7.91 0.00 2.08 0.62 0.03 89.36 [2023-02-20T16:19:21.445Z] Average: 1 7.91 0.00 2.02 0.75 0.03 89.28 [2023-02-20T16:19:21.445Z] Average: 2 8.18 0.00 2.01 1.05 0.03 88.72 [2023-02-20T16:19:21.445Z] Average: 3 7.92 0.00 2.04 0.71 0.03 89.30 [2023-02-20T16:19:21.445Z] Average: 4 8.24 0.00 1.98 0.52 0.03 89.23 [2023-02-20T16:19:21.445Z] Average: 5 8.05 0.00 1.93 0.42 0.03 89.57 [2023-02-20T16:19:21.445Z] Average: 6 7.83 0.00 2.05 1.15 0.03 88.94 [2023-02-20T16:19:21.445Z] Average: 7 8.30 0.00 2.07 0.51 0.04 89.08 [2023-02-20T16:19:21.445Z] [2023-02-20T16:19:21.445Z] [2023-02-20T16:19:21.445Z]