Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 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-ssh16272988081711483524.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-ssh3931252811062058542.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-ssh114605917523266073.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-ssh12870668800629923498.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-ssh9461783235467113062.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6038’ Running on prd-ubuntu20.04-docker-8c-8g-6047 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/409 [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/409 # 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 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 (main) Commit message: "Merge pull request #4358 from marcpfuller/update_swagger" > 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 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 # timeout=10 > git rev-list --no-walk 24167a0eacb631b08fe8df020ccd42208c51fac2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-15T03:34:37.388Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-15T03:34:37.425Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-15T03:34:37.438Z] ========================================================= [2023-02-15T03:34:37.438Z] EdgeX Global Pipelines Version Info [2023-02-15T03:34:37.438Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-15T03:34:38.141Z] ------------------- [2023-02-15T03:34:38.141Z] stable info: [2023-02-15T03:34:38.141Z] ------------------- [2023-02-15T03:34:38.141Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-15T03:34:38.141Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T03:34:38.141Z] Message: update stable to v1.0.244 [2023-02-15T03:34:38.712Z] ------------------- [2023-02-15T03:34:38.712Z] experimental info: [2023-02-15T03:34:38.712Z] ------------------- [2023-02-15T03:34:38.712Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-15T03:34:38.712Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T03:34:38.712Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-15T03:34:38.867Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-15T03:34:38.881Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-15T03:34:38.891Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-15T03:34:38.903Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-15T03:34:38.917Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-15T03:34:38.933Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-15T03:34:38.946Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-15T03:34:38.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-15T03:34:38.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-15T03:34:38.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-15T03:34:38.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-15T03:34:39.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-15T03:34:39.017Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-15T03:34:39.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-15T03:34:39.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-15T03:34:39.053Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T03:34:39.066Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T03:34:39.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-15T03:34:39.095Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-15T03:34:39.112Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-15T03:34:39.122Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-15T03:34:39.133Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-15T03:34:39.144Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-15T03:34:39.158Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-15T03:34:39.169Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-15T03:34:39.180Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-15T03:34:39.195Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] echo [2023-02-15T03:34:39.207Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 788be75 [Pipeline] echo [2023-02-15T03:34:39.219Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T03:34:39.256Z] provisioning config files... [2023-02-15T03:34:39.269Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/409@tmp/config8277569757790823515tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T03:34:39.572Z] ---> docker-login.sh [2023-02-15T03:34:39.572Z] nexus3.edgexfoundry.org:10001 [2023-02-15T03:34:39.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:34:39.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:34:39.832Z] Configure a credential helper to remove this warning. See [2023-02-15T03:34:39.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:34:39.832Z] [2023-02-15T03:34:39.832Z] Login Succeeded [2023-02-15T03:34:40.101Z] nexus3.edgexfoundry.org:10002 [2023-02-15T03:34:40.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:34:40.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:34:40.101Z] Configure a credential helper to remove this warning. See [2023-02-15T03:34:40.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:34:40.101Z] [2023-02-15T03:34:40.101Z] Login Succeeded [2023-02-15T03:34:40.101Z] nexus3.edgexfoundry.org:10003 [2023-02-15T03:34:40.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:34:40.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:34:40.101Z] Configure a credential helper to remove this warning. See [2023-02-15T03:34:40.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:34:40.101Z] [2023-02-15T03:34:40.101Z] Login Succeeded [2023-02-15T03:34:40.101Z] nexus3.edgexfoundry.org:10004 [2023-02-15T03:34:40.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:34:40.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:34:40.362Z] Configure a credential helper to remove this warning. See [2023-02-15T03:34:40.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:34:40.362Z] [2023-02-15T03:34:40.362Z] Login Succeeded [2023-02-15T03:34:40.362Z] docker.io [2023-02-15T03:34:40.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:34:40.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:34:40.623Z] Configure a credential helper to remove this warning. See [2023-02-15T03:34:40.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:34:40.623Z] [2023-02-15T03:34:40.623Z] Login Succeeded [2023-02-15T03:34:40.623Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T03:34:40.631Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T03:34:40.931Z] + 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-15T03:34:40.931Z] + dirname cmd/core-command/Dockerfile [2023-02-15T03:34:40.931Z] + cut -d/ -f2 [2023-02-15T03:34:40.931Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-15T03:34:40.931Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-15T03:34:40.931Z] + cut -d/ -f2 [2023-02-15T03:34:40.931Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-15T03:34:40.931Z] + + cut -d/ -f2dirname [2023-02-15T03:34:40.931Z] cmd/core-data/Dockerfile [2023-02-15T03:34:40.931Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-15T03:34:40.931Z] + dirname cmd/core-metadata/Dockerfile [2023-02-15T03:34:40.931Z] + cut -d/ -f2 [2023-02-15T03:34:40.931Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-15T03:34:40.931Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-15T03:34:40.931Z] + cut -d/ -f2 [2023-02-15T03:34:40.931Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-15T03:34:40.931Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-15T03:34:40.931Z] + cut -d/ -f2 [2023-02-15T03:34:40.931Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-15T03:34:40.931Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-15T03:34:40.931Z] + cut -d/ -f2 [2023-02-15T03:34:40.932Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-15T03:34:40.932Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-15T03:34:40.932Z] + cut -d/ -f2 [2023-02-15T03:34:40.932Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-15T03:34:40.932Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-15T03:34:40.932Z] + cut -d/ -f2 [2023-02-15T03:34:40.932Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-15T03:34:40.932Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-15T03:34:40.932Z] + cut -d/ -f2 [2023-02-15T03:34:40.932Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-15T03:34:40.932Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-15T03:34:40.932Z] + cut -d/ -f2 [2023-02-15T03:34:40.932Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-15T03:34:40.932Z] + dirname cmd/support-notifications/Dockerfile [2023-02-15T03:34:40.932Z] + cut -d/ -f2 [2023-02-15T03:34:40.932Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-15T03:34:40.932Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-15T03:34:40.932Z] + cut -d/ -f2 [2023-02-15T03:34:40.932Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-15T03:34:40.981Z] 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-15T03:34:41.300Z] + git rev-list -1 --merges 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6~1..788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] echo [2023-02-15T03:34:41.353Z] -----------> git rev-list -1 --merges 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6~1..788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:34:41.353Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [false] [Pipeline] sh [2023-02-15T03:34:41.637Z] + git log --format=format:%s -1 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] echo [2023-02-15T03:34:41.652Z] ========================================================= [2023-02-15T03:34:41.652Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-15T03:34:41.652Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-15T03:34:42.002Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T03:34:42.002Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-15T03:34:42.002Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-15T03:34:42.002Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-15T03:34:42.002Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-15T03:34:42.002Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-15T03:34:42.002Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:34:42.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T03:34:42.343Z] [2023-02-15T03:34:42.343Z] 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-15T03:34:42.648Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T03:34:42.648Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-15T03:34:42.648Z] b85a868b505f: Pulling fs layer [2023-02-15T03:34:42.648Z] e2be974225ed: Pulling fs layer [2023-02-15T03:34:42.648Z] 339a4e72a1f5: Pulling fs layer [2023-02-15T03:34:42.648Z] 988bab9f4d93: Pulling fs layer [2023-02-15T03:34:42.648Z] 1469e6f7b9e6: Pulling fs layer [2023-02-15T03:34:42.648Z] eaf3925da568: Pulling fs layer [2023-02-15T03:34:42.648Z] bab4dde63d76: Pulling fs layer [2023-02-15T03:34:42.648Z] bde34c3a00c8: Pulling fs layer [2023-02-15T03:34:42.648Z] b352a97aabf1: Pulling fs layer [2023-02-15T03:34:42.648Z] 4872d77fe225: Pulling fs layer [2023-02-15T03:34:42.648Z] 5851b861e8e6: Pulling fs layer [2023-02-15T03:34:42.648Z] 988bab9f4d93: Waiting [2023-02-15T03:34:42.648Z] 1469e6f7b9e6: Waiting [2023-02-15T03:34:42.648Z] eaf3925da568: Waiting [2023-02-15T03:34:42.648Z] bab4dde63d76: Waiting [2023-02-15T03:34:42.648Z] bde34c3a00c8: Waiting [2023-02-15T03:34:42.648Z] b352a97aabf1: Waiting [2023-02-15T03:34:42.648Z] 4872d77fe225: Waiting [2023-02-15T03:34:42.648Z] 5851b861e8e6: Waiting [2023-02-15T03:34:42.648Z] e2be974225ed: Download complete [2023-02-15T03:34:42.913Z] 988bab9f4d93: Verifying Checksum [2023-02-15T03:34:42.913Z] 988bab9f4d93: Download complete [2023-02-15T03:34:42.913Z] 1469e6f7b9e6: Verifying Checksum [2023-02-15T03:34:42.913Z] 1469e6f7b9e6: Download complete [2023-02-15T03:34:43.174Z] 339a4e72a1f5: Verifying Checksum [2023-02-15T03:34:43.174Z] 339a4e72a1f5: Download complete [2023-02-15T03:34:43.174Z] eaf3925da568: Verifying Checksum [2023-02-15T03:34:43.174Z] eaf3925da568: Download complete [2023-02-15T03:34:43.174Z] bde34c3a00c8: Verifying Checksum [2023-02-15T03:34:43.174Z] bde34c3a00c8: Download complete [2023-02-15T03:34:43.174Z] b352a97aabf1: Verifying Checksum [2023-02-15T03:34:43.174Z] b352a97aabf1: Download complete [2023-02-15T03:34:43.174Z] 4872d77fe225: Verifying Checksum [2023-02-15T03:34:43.174Z] 4872d77fe225: Download complete [2023-02-15T03:34:43.174Z] 5851b861e8e6: Verifying Checksum [2023-02-15T03:34:43.174Z] 5851b861e8e6: Download complete [2023-02-15T03:34:43.174Z] b85a868b505f: Verifying Checksum [2023-02-15T03:34:43.174Z] b85a868b505f: Download complete [2023-02-15T03:34:43.740Z] bab4dde63d76: Verifying Checksum [2023-02-15T03:34:43.740Z] bab4dde63d76: Download complete [2023-02-15T03:34:44.307Z] b85a868b505f: Pull complete [2023-02-15T03:34:44.566Z] e2be974225ed: Pull complete [2023-02-15T03:34:45.134Z] 339a4e72a1f5: Pull complete [2023-02-15T03:34:45.134Z] 988bab9f4d93: Pull complete [2023-02-15T03:34:45.393Z] 1469e6f7b9e6: Pull complete [2023-02-15T03:34:45.393Z] eaf3925da568: Pull complete [2023-02-15T03:34:47.295Z] bab4dde63d76: Pull complete [2023-02-15T03:34:47.295Z] bde34c3a00c8: Pull complete [2023-02-15T03:34:47.295Z] b352a97aabf1: Pull complete [2023-02-15T03:34:47.295Z] 4872d77fe225: Pull complete [2023-02-15T03:34:47.295Z] 5851b861e8e6: Pull complete [2023-02-15T03:34:47.295Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-15T03:34:47.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T03:34:47.295Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T03:34:47.375Z] prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container [2023-02-15T03:34:47.412Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T03:34:50.011Z] $ docker top a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 -eo pid,comm [2023-02-15T03:34:50.067Z] 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-15T03:34:50.067Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T03:34:50.102Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T03:34:50.102Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T03:34:50.224Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T03:34:50.231Z] $ docker exec a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 ssh-agent [2023-02-15T03:34:50.335Z] SSH_AUTH_SOCK=/tmp/ssh-lQaDeUrCrpBG/agent.32 [2023-02-15T03:34:50.335Z] SSH_AGENT_PID=38 [2023-02-15T03:34:50.341Z] Running ssh-add (command line suppressed) [2023-02-15T03:34:50.444Z] Identity added: /w/workspace/edgex-go/409@tmp/private_key_8982836301448141700.key (/w/workspace/edgex-go/409@tmp/private_key_8982836301448141700.key) [2023-02-15T03:34:50.454Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T03:34:50.740Z] + git tag --points-at HEAD [Pipeline] } [2023-02-15T03:34:50.762Z] $ docker exec --env ******** --env ******** a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 ssh-agent -k [2023-02-15T03:34:50.851Z] unset SSH_AUTH_SOCK; [2023-02-15T03:34:50.852Z] unset SSH_AGENT_PID; [2023-02-15T03:34:50.852Z] echo Agent pid 38 killed; [2023-02-15T03:34:50.858Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-15T03:34:50.885Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T03:34:50.885Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T03:34:51.012Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T03:34:51.020Z] $ docker exec a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 ssh-agent [2023-02-15T03:34:51.131Z] SSH_AUTH_SOCK=/tmp/ssh-FSEPiIIaFCS4/agent.69 [2023-02-15T03:34:51.131Z] SSH_AGENT_PID=75 [2023-02-15T03:34:51.137Z] Running ssh-add (command line suppressed) [2023-02-15T03:34:51.239Z] Identity added: /w/workspace/edgex-go/409@tmp/private_key_10181596012482952840.key (/w/workspace/edgex-go/409@tmp/private_key_10181596012482952840.key) [2023-02-15T03:34:51.248Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T03:34:51.533Z] + git semver init [2023-02-15T03:34:51.793Z] 2023-02-15 03:34:51,725 [run_init] DEBUG init version:0.0.0 force:False [2023-02-15T03:34:51.793Z] 2023-02-15 03:34:51,727 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/409/.semver [2023-02-15T03:34:51.793Z] 2023-02-15 03:34:51,728 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/409/.semver [2023-02-15T03:34:51.793Z] 2023-02-15 03:34:51,728 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/409/.semver'], cwd=/w/workspace/edgex-go/409, universal_newlines=False, shell=None, istream=None) [2023-02-15T03:34:57.140Z] 2023-02-15 03:34:57,019 [append_file] DEBUG append to file:/w/workspace/edgex-go/409/.git/info/exclude [2023-02-15T03:34:57.140Z] 2023-02-15 03:34:57,020 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/409/.semver/main with force:False [2023-02-15T03:34:57.140Z] 2023-02-15 03:34:57,020 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main [2023-02-15T03:34:57.140Z] 2023-02-15 03:34:57,020 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main [2023-02-15T03:34:57.140Z] 3.0.0-dev.49 [Pipeline] } [2023-02-15T03:34:57.152Z] $ docker exec --env ******** --env ******** a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 ssh-agent -k [2023-02-15T03:34:57.255Z] unset SSH_AUTH_SOCK; [2023-02-15T03:34:57.256Z] unset SSH_AGENT_PID; [2023-02-15T03:34:57.256Z] echo Agent pid 75 killed; [2023-02-15T03:34:57.271Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T03:34:57.572Z] + git semver [Pipeline] } [2023-02-15T03:34:57.849Z] $ docker stop --time=1 a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 [2023-02-15T03:35:00.181Z] $ docker rm -f --volumes a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T03:35:00.593Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-15T03:35:00.791Z] Stashed 1 file(s) [Pipeline] echo [2023-02-15T03:35:00.795Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.49 [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-15T03:35:01.176Z] + git config --global --add safe.directory /w/workspace/edgex-go/409 [Pipeline] echo [2023-02-15T03:35:01.189Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T03:35:01.206Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T03:35:01.214Z] ========================================================= [2023-02-15T03:35:01.214Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-15T03:35:01.214Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-15T03:35:01.499Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T03:35:01.499Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-15T03:35:01.499Z] 213ec9aee27d: Pulling fs layer [2023-02-15T03:35:01.499Z] 4583459ba037: Pulling fs layer [2023-02-15T03:35:01.499Z] 93c1e223e6f2: Pulling fs layer [2023-02-15T03:35:01.499Z] 53926ce57604: Pulling fs layer [2023-02-15T03:35:01.499Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-15T03:35:01.499Z] 22ff95d597cd: Pulling fs layer [2023-02-15T03:35:01.499Z] 12d6caf4c0d1: Pulling fs layer [2023-02-15T03:35:01.499Z] 96b7cbca73a9: Pulling fs layer [2023-02-15T03:35:01.499Z] a7acece74701: Pulling fs layer [2023-02-15T03:35:01.499Z] 96b7cbca73a9: Waiting [2023-02-15T03:35:01.499Z] a7acece74701: Waiting [2023-02-15T03:35:01.499Z] 22ff95d597cd: Waiting [2023-02-15T03:35:01.499Z] 12d6caf4c0d1: Waiting [2023-02-15T03:35:01.499Z] 53926ce57604: Waiting [2023-02-15T03:35:01.499Z] 21b2b0c7a3f4: Waiting [2023-02-15T03:35:01.499Z] 93c1e223e6f2: Verifying Checksum [2023-02-15T03:35:01.499Z] 93c1e223e6f2: Download complete [2023-02-15T03:35:01.499Z] 4583459ba037: Download complete [2023-02-15T03:35:01.499Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-15T03:35:01.499Z] 21b2b0c7a3f4: Download complete [2023-02-15T03:35:01.499Z] 22ff95d597cd: Download complete [2023-02-15T03:35:01.760Z] 213ec9aee27d: Download complete [2023-02-15T03:35:01.760Z] 12d6caf4c0d1: Download complete [2023-02-15T03:35:01.760Z] 213ec9aee27d: Pull complete [2023-02-15T03:35:02.025Z] 4583459ba037: Pull complete [2023-02-15T03:35:02.025Z] 93c1e223e6f2: Pull complete [2023-02-15T03:35:02.656Z] a7acece74701: Verifying Checksum [2023-02-15T03:35:02.656Z] a7acece74701: Download complete [2023-02-15T03:35:03.232Z] 53926ce57604: Verifying Checksum [2023-02-15T03:35:03.232Z] 53926ce57604: Download complete [2023-02-15T03:35:03.232Z] 96b7cbca73a9: Verifying Checksum [2023-02-15T03:35:06.509Z] 53926ce57604: Pull complete [2023-02-15T03:35:06.509Z] 21b2b0c7a3f4: Pull complete [2023-02-15T03:35:06.509Z] 22ff95d597cd: Pull complete [2023-02-15T03:35:06.765Z] 12d6caf4c0d1: Pull complete [2023-02-15T03:35:08.659Z] 96b7cbca73a9: Pull complete [2023-02-15T03:35:09.224Z] a7acece74701: Pull complete [2023-02-15T03:35:09.224Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-15T03:35:09.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T03:35:09.224Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-15T03:35:09.514Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T03:35:09.514Z] WORKDIR /edgex [2023-02-15T03:35:09.514Z] COPY go.mod . [2023-02-15T03:35:09.514Z] RUN go mod download [2023-02-15T03:35:09.514Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-15T03:35:10.080Z] Sending build context to Docker daemon 170.3MB [2023-02-15T03:35:10.080Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T03:35:10.080Z] ---> db6d94c90886 [2023-02-15T03:35:10.080Z] Step 2/4 : WORKDIR /edgex [2023-02-15T03:35:14.275Z] ---> Running in 15389ea2eaa8 [2023-02-15T03:35:14.534Z] Removing intermediate container 15389ea2eaa8 [2023-02-15T03:35:14.534Z] ---> db8e3fb9a69d [2023-02-15T03:35:14.534Z] Step 3/4 : COPY go.mod . [2023-02-15T03:35:14.534Z] ---> 4b2c86d14281 [2023-02-15T03:35:14.534Z] Step 4/4 : RUN go mod download [2023-02-15T03:35:14.534Z] ---> Running in 86cfb7ef032f [2023-02-15T03:35:15.852Z] Still waiting to schedule task [2023-02-15T03:35:15.852Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-6043’ is offline [2023-02-15T03:35:29.466Z] Removing intermediate container 86cfb7ef032f [2023-02-15T03:35:29.466Z] ---> ffc43572810c [2023-02-15T03:35:29.466Z] Successfully built ffc43572810c [2023-02-15T03:35:29.466Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:35:29.768Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T03:35:29.768Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T03:35:29.836Z] prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container [2023-02-15T03:35:29.869Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T03:35:30.401Z] $ docker top 1f94860c946c510dc9af3ce03c965a8f9b7e51c39a34cfafcae60ae5285a2139 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T03:35:30.741Z] + go version [2023-02-15T03:35:30.741Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-15T03:35:30.752Z] $ docker stop --time=1 1f94860c946c510dc9af3ce03c965a8f9b7e51c39a34cfafcae60ae5285a2139 [2023-02-15T03:35:31.997Z] $ docker rm -f --volumes 1f94860c946c510dc9af3ce03c965a8f9b7e51c39a34cfafcae60ae5285a2139 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:35:32.382Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T03:35:32.382Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T03:35:32.457Z] prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container [2023-02-15T03:35:32.486Z] $ 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/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T03:35:32.814Z] $ docker top 0aa141571b6df57a2c263b4741f3a41bb1c01865e27385ccdeb0237a52e05f2f -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T03:35:32.879Z] ========================================================= [2023-02-15T03:35:32.879Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-15T03:35:32.879Z] ========================================================= [Pipeline] sh [2023-02-15T03:35:33.154Z] + git config --global --add safe.directory /w/workspace/edgex-go/409 [Pipeline] fileExists [Pipeline] sh [2023-02-15T03:35:33.445Z] + make test [2023-02-15T03:35:33.445Z] go test -race -coverprofile=coverage.out ./... [2023-02-15T03:35:40.013Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-15T03:35:52.214Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-15T03:35:52.214Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-15T03:35:52.214Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-15T03:35:52.472Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-15T03:35:52.472Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-15T03:35:52.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-15T03:35:52.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-15T03:35:52.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-15T03:35:52.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-15T03:35:52.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-15T03:35:52.729Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-15T03:35:52.729Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-15T03:35:52.729Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-15T03:35:52.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-15T03:35:53.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.083s coverage: 28.7% of statements [2023-02-15T03:35:53.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-15T03:35:53.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-15T03:35:53.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.136s coverage: 98.5% of statements [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.143s coverage: 73.7% of statements [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.110s coverage: 54.0% of statements [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.098s coverage: 88.5% of statements [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.104s coverage: 3.6% of statements [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.451s coverage: 95.6% of statements [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.068s coverage: 72.2% of statements [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.055s coverage: 65.9% of statements [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.055s coverage: 0.9% of statements [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.060s coverage: 29.6% of statements [2023-02-15T03:35:56.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 82.9% of statements [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements [2023-02-15T03:35:56.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2023-02-15T03:36:06.803Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements [2023-02-15T03:36:06.803Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements [2023-02-15T03:36:19.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.356s coverage: 79.9% of statements [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-15T03:36:19.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-15T03:36:19.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.023s coverage: 64.4% of statements [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-15T03:36:19.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 86.9% of statements [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-15T03:36:19.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2023-02-15T03:36:19.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.052s coverage: 20.0% of statements [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-15T03:36:19.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2023-02-15T03:36:19.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 77.4% of statements [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.0% of statements [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.217s coverage: 91.2% of statements [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.209s coverage: 63.1% of statements [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 89.4% of statements [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.299s coverage: 65.3% of statements [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.145s coverage: 41.0% of statements [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.063s coverage: 84.8% of statements [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 17.7% of statements [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.148s coverage: 92.3% of statements [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-15T03:36:19.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.099s coverage: 97.7% of statements [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-15T03:36:19.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-15T03:36:19.008Z] 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-15T03:36:37.085Z] 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-15T03:36:37.085Z] go vet ./... [2023-02-15T03:36:38.983Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T03:36:39.241Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T03:36:39.241Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-15T03:36:39.253Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-15T03:36:39.535Z] + ls -al . [2023-02-15T03:36:39.536Z] total 744 [2023-02-15T03:36:39.536Z] drwxrwxr-x 11 1001 1001 4096 Feb 15 03:35 . [2023-02-15T03:36:39.536Z] drwxr-xr-x 4 root root 4096 Feb 15 03:35 .. [2023-02-15T03:36:39.536Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 03:34 .blubracket [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 16 Feb 15 03:34 .dockerignore [2023-02-15T03:36:39.536Z] drwxrwxr-x 8 1001 1001 4096 Feb 15 03:36 .git [2023-02-15T03:36:39.536Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 03:34 .github [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 1024 Feb 15 03:34 .gitignore [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 42 Feb 15 03:34 .golangci.yml [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 87 Feb 15 03:34 .hadolint.yml [2023-02-15T03:36:39.536Z] drwxr-xr-x 3 1001 1001 4096 Feb 15 03:34 .semver [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 166 Feb 15 03:34 .sonarcloud.properties [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 1171 Feb 15 03:34 ADOPTERS.md [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 10825 Feb 15 03:34 Attribution.txt [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 73765 Feb 15 03:34 CHANGELOG.md [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 3804 Feb 15 03:34 CONTRIBUTING.md [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 677 Feb 15 03:34 GOVERNANCE.md [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 850 Feb 15 03:34 Jenkinsfile [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 10775 Feb 15 03:34 LICENSE [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 13375 Feb 15 03:34 Makefile [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 582 Feb 15 03:34 OWNERS.md [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 9403 Feb 15 03:34 README.md [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 6912 Feb 15 03:34 SECURITY.md [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 12 Feb 15 03:35 VERSION [2023-02-15T03:36:39.536Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 03:34 bin [2023-02-15T03:36:39.536Z] drwxrwxr-x 17 1001 1001 4096 Feb 15 03:34 cmd [2023-02-15T03:36:39.536Z] -rw-r--r-- 1 root root 487418 Feb 15 03:36 coverage.out [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 3295 Feb 15 03:34 go.mod [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 33318 Feb 15 03:34 go.sum [2023-02-15T03:36:39.536Z] drwxrwxr-x 7 1001 1001 4096 Feb 15 03:34 internal [2023-02-15T03:36:39.536Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 03:34 openapi [2023-02-15T03:36:39.536Z] drwxrwxr-x 4 1001 1001 4096 Feb 15 03:34 snap [2023-02-15T03:36:39.536Z] -rw-rw-r-- 1 1001 1001 204 Feb 15 03:34 version.go [Pipeline] sh [2023-02-15T03:36:39.819Z] + '[' -e coverage.out ] [2023-02-15T03:36:39.819Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-15T03:36:39.924Z] Stashed 1 file(s) [Pipeline] sh [2023-02-15T03:36:40.233Z] + make build [2023-02-15T03:36:40.234Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-15T03:36:52.534Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-15T03:36:52.534Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-15T03:36:53.099Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-15T03:36:54.031Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-15T03:36:57.846Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6049 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-02-15T03:36:57.862Z] Running in /w/workspace/edgex-go/409 [Pipeline] { [Pipeline] checkout [2023-02-15T03:36:57.898Z] The recommended git tool is: git [2023-02-15T03:37:02.163Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-15T03:37:02.163Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T03:37:03.164Z] using credential edgex-jenkins-ssh [2023-02-15T03:37:03.184Z] Cloning the remote Git repository [2023-02-15T03:37:03.537Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T03:37:03.230Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-15T03:37:03.313Z] > git init /w/workspace/edgex-go/409 # timeout=10 [2023-02-15T03:37:03.465Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-15T03:37:03.467Z] > git --version # timeout=10 [2023-02-15T03:37:03.491Z] > git --version # 'git version 2.25.1' [2023-02-15T03:37:03.493Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T03:37:03.545Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T03:37:04.475Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-15T03:37:05.409Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T03:37:05.975Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T03:37:08.502Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-15T03:37:09.448Z] $ docker stop --time=1 0aa141571b6df57a2c263b4741f3a41bb1c01865e27385ccdeb0237a52e05f2f [2023-02-15T03:37:12.786Z] $ docker rm -f --volumes 0aa141571b6df57a2c263b4741f3a41bb1c01865e27385ccdeb0237a52e05f2f [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-15T03:37:13.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T03:37:13.625Z] [2023-02-15T03:37:13.625Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:37:13.927Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T03:37:13.927Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-15T03:37:13.927Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-15T03:37:13.927Z] ca9280d653b3: Pulling fs layer [2023-02-15T03:37:13.927Z] 7e9c9ca2126c: Pulling fs layer [2023-02-15T03:37:14.189Z] cbdbe7a5bc2a: Verifying Checksum [2023-02-15T03:37:14.189Z] cbdbe7a5bc2a: Download complete [2023-02-15T03:37:14.189Z] cbdbe7a5bc2a: Pull complete [2023-02-15T03:37:14.189Z] ca9280d653b3: Verifying Checksum [2023-02-15T03:37:14.189Z] ca9280d653b3: Download complete [2023-02-15T03:37:14.767Z] ca9280d653b3: Pull complete [2023-02-15T03:37:14.767Z] 7e9c9ca2126c: Download complete [2023-02-15T03:37:17.305Z] 7e9c9ca2126c: Pull complete [2023-02-15T03:37:17.305Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-15T03:37:17.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T03:37:17.563Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T03:37:17.639Z] prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container [2023-02-15T03:37:17.670Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T03:37:19.772Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-15T03:37:19.793Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T03:37:20.576Z] Avoid second fetch [2023-02-15T03:37:20.577Z] Checking out Revision 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 (main) [2023-02-15T03:37:20.771Z] $ docker top 8dc99fc8cb94d271cba95ed8f632d7b98fb013be157a199c77c160c69f29c186 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T03:37:21.109Z] + docker-compose build --help [2023-02-15T03:37:21.109Z] + grep parallel [2023-02-15T03:37:21.231Z] Commit message: "Merge pull request #4358 from marcpfuller/update_swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T03:37:21.675Z] --parallel Build images in parallel. [Pipeline] } [2023-02-15T03:37:21.847Z] $ docker stop --time=1 8dc99fc8cb94d271cba95ed8f632d7b98fb013be157a199c77c160c69f29c186 [2023-02-15T03:37:22.166Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-15T03:37:22.166Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T03:37:22.166Z] Dload Upload Total Spent Left Speed [2023-02-15T03:37:22.166Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 79198 0 --:--:-- --:--:-- --:--:-- 78709 [2023-02-15T03:37:20.595Z] > git config core.sparsecheckout # timeout=10 [2023-02-15T03:37:20.611Z] > git checkout -f 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 # timeout=10 [2023-02-15T03:37:23.173Z] $ docker rm -f --volumes 8dc99fc8cb94d271cba95ed8f632d7b98fb013be157a199c77c160c69f29c186 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:37:23.543Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-15T03:37:23.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T03:37:23.610Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T03:37:23.666Z] prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container [2023-02-15T03:37:23.694Z] $ 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/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T03:37:23.874Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-15T03:37:23.874Z] + sudo tee /etc/docker/daemon.new [2023-02-15T03:37:23.874Z] { [2023-02-15T03:37:23.874Z] "registry-mirrors": [ [2023-02-15T03:37:23.874Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-15T03:37:23.874Z] ], [2023-02-15T03:37:23.874Z] "bip": "10.250.0.254/24", [2023-02-15T03:37:23.874Z] "hosts": [ [2023-02-15T03:37:23.874Z] "tcp://0.0.0.0:5555", [2023-02-15T03:37:23.874Z] "unix:///var/run/docker.sock" [2023-02-15T03:37:23.874Z] ], [2023-02-15T03:37:23.874Z] "mtu": 1458, [2023-02-15T03:37:23.874Z] "selinux-enabled": true, [2023-02-15T03:37:23.874Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-15T03:37:23.874Z] } [2023-02-15T03:37:24.024Z] $ docker top f55fa17ad02a041a8869ee78b30e72128a73dba653aee8e7e2860f43ac05c5e2 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-02-15T03:37:24.420Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-15T03:37:24.442Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-15T03:37:24.760Z] + sudo service docker restart [2023-02-15T03:37:25.007Z] Building core-command ... [2023-02-15T03:37:25.007Z] Building core-common-config-bootstrapper ... [2023-02-15T03:37:25.007Z] Building core-data ... [2023-02-15T03:37:25.007Z] Building core-metadata ... [2023-02-15T03:37:25.007Z] Building security-bootstrapper ... [2023-02-15T03:37:25.007Z] Building security-proxy-setup ... [2023-02-15T03:37:25.007Z] Building security-secretstore-setup ... [2023-02-15T03:37:25.008Z] Building security-spiffe-token-provider ... [2023-02-15T03:37:25.008Z] Building security-spire-agent ... [2023-02-15T03:37:25.008Z] Building security-spire-config ... [2023-02-15T03:37:25.008Z] Building security-spire-server ... [2023-02-15T03:37:25.008Z] Building support-notifications ... [2023-02-15T03:37:25.008Z] Building support-scheduler ... [2023-02-15T03:37:25.008Z] Building security-bootstrapper [2023-02-15T03:37:25.008Z] Building core-metadata [2023-02-15T03:37:25.008Z] Building security-spiffe-token-provider [2023-02-15T03:37:25.008Z] Building support-scheduler [2023-02-15T03:37:25.008Z] Building security-proxy-setup [2023-02-15T03:37:34.970Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:37:34.970Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:37:34.970Z] ---> ffc43572810c [2023-02-15T03:37:34.970Z] Step 3/32 : WORKDIR /edgex-go [2023-02-15T03:37:34.970Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:37:34.970Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:37:34.970Z] ---> ffc43572810c [2023-02-15T03:37:34.970Z] Step 3/21 : WORKDIR /edgex-go [2023-02-15T03:37:34.970Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:37:34.970Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:37:34.970Z] ---> ffc43572810c [2023-02-15T03:37:34.970Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-15T03:37:34.970Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:37:34.970Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:37:34.970Z] ---> ffc43572810c [2023-02-15T03:37:34.970Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T03:37:36.868Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:37:36.868Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:37:36.868Z] ---> ffc43572810c [2023-02-15T03:37:36.868Z] Step 3/19 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T03:37:43.023Z] provisioning config files... [2023-02-15T03:37:43.045Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/409@tmp/config12814725943333521014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T03:37:43.388Z] ---> docker-login.sh [2023-02-15T03:37:43.388Z] nexus3.edgexfoundry.org:10001 [2023-02-15T03:37:43.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:37:43.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:37:43.929Z] Configure a credential helper to remove this warning. See [2023-02-15T03:37:43.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:37:43.929Z] [2023-02-15T03:37:43.929Z] Login Succeeded [2023-02-15T03:37:43.929Z] nexus3.edgexfoundry.org:10002 [2023-02-15T03:37:44.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:37:44.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:37:44.468Z] Configure a credential helper to remove this warning. See [2023-02-15T03:37:44.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:37:44.468Z] [2023-02-15T03:37:44.468Z] Login Succeeded [2023-02-15T03:37:44.468Z] nexus3.edgexfoundry.org:10003 [2023-02-15T03:37:44.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:37:44.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:37:44.739Z] Configure a credential helper to remove this warning. See [2023-02-15T03:37:44.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:37:44.739Z] [2023-02-15T03:37:44.739Z] Login Succeeded [2023-02-15T03:37:44.739Z] nexus3.edgexfoundry.org:10004 [2023-02-15T03:37:45.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:37:45.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:37:45.009Z] Configure a credential helper to remove this warning. See [2023-02-15T03:37:45.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:37:45.009Z] [2023-02-15T03:37:45.009Z] Login Succeeded [2023-02-15T03:37:45.009Z] docker.io [2023-02-15T03:37:45.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:37:45.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:37:45.549Z] Configure a credential helper to remove this warning. See [2023-02-15T03:37:45.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:37:45.549Z] [2023-02-15T03:37:45.549Z] Login Succeeded [2023-02-15T03:37:45.549Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T03:37:45.563Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-15T03:37:46.112Z] + git config --global --add safe.directory /w/workspace/edgex-go/409 [Pipeline] echo [2023-02-15T03:37:46.134Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T03:37:46.151Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T03:37:46.164Z] ========================================================= [2023-02-15T03:37:46.164Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-15T03:37:46.164Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-15T03:37:46.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T03:37:46.496Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-15T03:37:46.496Z] 9b18e9b68314: Pulling fs layer [2023-02-15T03:37:46.496Z] 35d82f9e3411: Pulling fs layer [2023-02-15T03:37:46.496Z] e16973657156: Pulling fs layer [2023-02-15T03:37:46.496Z] fc693d55d65f: Pulling fs layer [2023-02-15T03:37:46.496Z] 7e9fc2657dce: Pulling fs layer [2023-02-15T03:37:46.496Z] dda99020689f: Pulling fs layer [2023-02-15T03:37:46.496Z] db1c61fa0a46: Pulling fs layer [2023-02-15T03:37:46.496Z] 891c053d2c06: Pulling fs layer [2023-02-15T03:37:46.496Z] 7e9fc2657dce: Waiting [2023-02-15T03:37:46.496Z] db1c61fa0a46: Waiting [2023-02-15T03:37:46.496Z] dda99020689f: Waiting [2023-02-15T03:37:46.496Z] fc693d55d65f: Waiting [2023-02-15T03:37:46.496Z] 891c053d2c06: Waiting [2023-02-15T03:37:46.776Z] e16973657156: Verifying Checksum [2023-02-15T03:37:46.776Z] e16973657156: Download complete [2023-02-15T03:37:46.776Z] 35d82f9e3411: Download complete [2023-02-15T03:37:46.776Z] 7e9fc2657dce: Verifying Checksum [2023-02-15T03:37:46.776Z] 7e9fc2657dce: Download complete [2023-02-15T03:37:46.776Z] dda99020689f: Verifying Checksum [2023-02-15T03:37:46.776Z] dda99020689f: Download complete [2023-02-15T03:37:46.776Z] 9b18e9b68314: Verifying Checksum [2023-02-15T03:37:46.842Z] ---> Running in 9338f2e1b2c2 [2023-02-15T03:37:46.842Z] ---> Running in e2ab5e545c3b [2023-02-15T03:37:46.842Z] ---> Running in ba6f62809350 [2023-02-15T03:37:46.842Z] ---> Running in b3e8619876b4 [2023-02-15T03:37:46.842Z] ---> Running in e627b75ce59c [2023-02-15T03:37:47.102Z] Removing intermediate container 9338f2e1b2c2 [2023-02-15T03:37:47.102Z] ---> f98970fa65c2 [2023-02-15T03:37:47.102Z] Step 4/24 : WORKDIR /edgex-go [2023-02-15T03:37:47.102Z] Removing intermediate container b3e8619876b4 [2023-02-15T03:37:47.102Z] ---> 8a7d56c37f48 [2023-02-15T03:37:47.102Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T03:37:47.102Z] ---> Running in 3a4dbe1dfad8 [2023-02-15T03:37:47.102Z] Removing intermediate container ba6f62809350 [2023-02-15T03:37:47.102Z] ---> 04f0c37904cf [2023-02-15T03:37:47.102Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-15T03:37:47.102Z] Removing intermediate container e627b75ce59c [2023-02-15T03:37:47.102Z] ---> 08dbbba769bd [2023-02-15T03:37:47.102Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-15T03:37:47.102Z] ---> Running in 1d085b1fa0f2 [2023-02-15T03:37:47.102Z] Removing intermediate container e2ab5e545c3b [2023-02-15T03:37:47.102Z] ---> 058369057256 [2023-02-15T03:37:47.102Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-15T03:37:47.102Z] ---> Running in 8470cbd9aabf [2023-02-15T03:37:47.102Z] ---> Running in 7a63b5e12162 [2023-02-15T03:37:47.102Z] Removing intermediate container 3a4dbe1dfad8 [2023-02-15T03:37:47.102Z] ---> 558c9c024d88 [2023-02-15T03:37:47.102Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-15T03:37:47.102Z] ---> Running in 3ff90a520352 [2023-02-15T03:37:47.102Z] ---> Running in a051b6361161 [2023-02-15T03:37:47.359Z] Removing intermediate container 1d085b1fa0f2 [2023-02-15T03:37:47.359Z] ---> e6804b521aba [2023-02-15T03:37:47.359Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T03:37:47.359Z] ---> Running in dc2c85c7fd66 [2023-02-15T03:37:47.619Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:37:47.619Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:37:47.619Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:37:47.756Z] 9b18e9b68314: Pull complete [2023-02-15T03:37:47.878Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:37:47.879Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:37:47.879Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:37:47.879Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:37:48.035Z] 891c053d2c06: Verifying Checksum [2023-02-15T03:37:48.035Z] 891c053d2c06: Download complete [2023-02-15T03:37:48.142Z] OK: 211 MiB in 51 packages [2023-02-15T03:37:48.142Z] OK: 211 MiB in 51 packages [2023-02-15T03:37:48.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:37:48.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:37:48.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:37:48.142Z] OK: 211 MiB in 51 packages [2023-02-15T03:37:48.309Z] 35d82f9e3411: Pull complete [2023-02-15T03:37:48.402Z] OK: 211 MiB in 51 packages [2023-02-15T03:37:48.402Z] v3.16.4-5-gee65a57148a [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-15T03:37:48.402Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-15T03:37:48.402Z] OK: 17046 distinct packages available [2023-02-15T03:37:48.402Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:37:48.402Z] Removing intermediate container 7a63b5e12162 [2023-02-15T03:37:48.402Z] ---> 2283078794c2 [2023-02-15T03:37:48.402Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-15T03:37:48.402Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:37:48.402Z] Removing intermediate container 8470cbd9aabf [2023-02-15T03:37:48.402Z] ---> 8dd38f9243e7 [2023-02-15T03:37:48.402Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-15T03:37:48.593Z] e16973657156: Pull complete [2023-02-15T03:37:48.666Z] ---> 6c6531b7604c [2023-02-15T03:37:48.667Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:37:48.667Z] ---> Running in 04ea9356982b [2023-02-15T03:37:48.667Z] OK: 211 MiB in 51 packages [2023-02-15T03:37:48.667Z] ---> 0aa855dac9a3 [2023-02-15T03:37:48.667Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:37:48.667Z] Removing intermediate container dc2c85c7fd66 [2023-02-15T03:37:48.667Z] ---> 20b76c1ab63d [2023-02-15T03:37:48.667Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T03:37:48.667Z] ---> Running in bab4661502b0 [2023-02-15T03:37:48.667Z] Removing intermediate container a051b6361161 [2023-02-15T03:37:48.667Z] ---> adbb70cb51d9 [2023-02-15T03:37:48.667Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-15T03:37:48.927Z] ---> e601b7b5dcd5 [2023-02-15T03:37:48.927Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:37:48.927Z] ---> Running in 029340fdce6b [2023-02-15T03:37:48.927Z] ---> e45369d63555 [2023-02-15T03:37:48.927Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:37:48.927Z] ---> Running in ebf6a6244b33 [2023-02-15T03:37:49.184Z] db1c61fa0a46: Verifying Checksum [2023-02-15T03:37:49.184Z] db1c61fa0a46: Download complete [2023-02-15T03:37:49.186Z] Removing intermediate container 3ff90a520352 [2023-02-15T03:37:49.186Z] ---> 89e64a2ca735 [2023-02-15T03:37:49.186Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-15T03:37:49.446Z] ---> 09cade0acf4b [2023-02-15T03:37:49.446Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:37:49.446Z] ---> Running in 768b9e13397e [2023-02-15T03:37:49.772Z] fc693d55d65f: Verifying Checksum [2023-02-15T03:37:49.772Z] fc693d55d65f: Download complete [2023-02-15T03:38:02.127Z] fc693d55d65f: Pull complete [2023-02-15T03:38:02.127Z] 7e9fc2657dce: Pull complete [2023-02-15T03:38:02.127Z] dda99020689f: Pull complete [2023-02-15T03:38:08.799Z] db1c61fa0a46: Pull complete [2023-02-15T03:38:10.772Z] 891c053d2c06: Pull complete [2023-02-15T03:38:10.772Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-15T03:38:10.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T03:38:10.772Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-15T03:38:11.111Z] + + docker build -techo ci-base-image-arm64 FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T03:38:11.111Z] WORKDIR /edgex [2023-02-15T03:38:11.111Z] COPY go.mod . [2023-02-15T03:38:11.111Z] RUN go mod download -f [2023-02-15T03:38:11.111Z] - . [2023-02-15T03:38:11.708Z] Sending build context to Docker daemon 3.098MB [2023-02-15T03:38:11.708Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T03:38:11.708Z] ---> f96f9c87975a [2023-02-15T03:38:11.708Z] Step 2/4 : WORKDIR /edgex [2023-02-15T03:38:13.669Z] ---> Running in 1bc00c38723b [2023-02-15T03:38:13.939Z] Removing intermediate container 1bc00c38723b [2023-02-15T03:38:13.939Z] ---> 19e8ca864446 [2023-02-15T03:38:13.939Z] Step 3/4 : COPY go.mod . [2023-02-15T03:38:14.208Z] ---> 0dbda058aa42 [2023-02-15T03:38:14.208Z] Step 4/4 : RUN go mod download [2023-02-15T03:38:14.482Z] ---> Running in 24ff3b6812b8 [2023-02-15T03:39:01.414Z] Removing intermediate container 24ff3b6812b8 [2023-02-15T03:39:01.414Z] ---> 6d1fc2385b9e [2023-02-15T03:39:01.414Z] Successfully built 6d1fc2385b9e [2023-02-15T03:39:01.414Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:39:01.760Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T03:39:01.760Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T03:39:01.965Z] prd-ubuntu20.04-docker-arm64-4c-16g-6049 does not seem to be running inside a container [2023-02-15T03:39:02.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T03:39:03.254Z] $ docker top 07106096ca3bb505fb5eb1271b2fe73b4c50d480aedd4debd8892e00672c5369 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T03:39:04.083Z] + go version [2023-02-15T03:39:04.083Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-15T03:39:04.105Z] $ docker stop --time=1 07106096ca3bb505fb5eb1271b2fe73b4c50d480aedd4debd8892e00672c5369 [2023-02-15T03:39:05.717Z] $ docker rm -f --volumes 07106096ca3bb505fb5eb1271b2fe73b4c50d480aedd4debd8892e00672c5369 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:39:06.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T03:39:06.316Z] [2023-02-15T03:39:06.316Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:39:06.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T03:39:06.926Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-15T03:39:06.926Z] 29e5d40040c1: Pulling fs layer [2023-02-15T03:39:06.926Z] 1ce36da41761: Pulling fs layer [2023-02-15T03:39:06.926Z] 25b303627fd3: Pulling fs layer [2023-02-15T03:39:06.926Z] 29e5d40040c1: Verifying Checksum [2023-02-15T03:39:06.926Z] 29e5d40040c1: Download complete [2023-02-15T03:39:07.195Z] 1ce36da41761: Verifying Checksum [2023-02-15T03:39:07.195Z] 1ce36da41761: Download complete [2023-02-15T03:39:08.612Z] 25b303627fd3: Verifying Checksum [2023-02-15T03:39:08.612Z] 25b303627fd3: Download complete [2023-02-15T03:39:10.020Z] 29e5d40040c1: Pull complete [2023-02-15T03:39:10.918Z] Removing intermediate container 029340fdce6b [2023-02-15T03:39:10.918Z] ---> 83f8787c9790 [2023-02-15T03:39:10.918Z] Step 8/22 : COPY . . [2023-02-15T03:39:10.918Z] Removing intermediate container 04ea9356982b [2023-02-15T03:39:10.918Z] ---> 8f90d4b355c6 [2023-02-15T03:39:10.918Z] Step 7/32 : COPY . . [2023-02-15T03:39:10.918Z] Removing intermediate container 768b9e13397e [2023-02-15T03:39:10.918Z] ---> d637d15041f8 [2023-02-15T03:39:10.918Z] Step 7/19 : COPY . . [2023-02-15T03:39:10.918Z] Removing intermediate container bab4661502b0 [2023-02-15T03:39:10.918Z] ---> 6be8701aee38 [2023-02-15T03:39:10.918Z] Step 7/21 : COPY . . [2023-02-15T03:39:10.918Z] Removing intermediate container ebf6a6244b33 [2023-02-15T03:39:10.918Z] ---> 3038e8e40c3e [2023-02-15T03:39:10.918Z] Step 8/24 : COPY . . [2023-02-15T03:39:10.983Z] 1ce36da41761: Pull complete [2023-02-15T03:39:23.323Z] 25b303627fd3: Pull complete [2023-02-15T03:39:23.323Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-15T03:39:23.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T03:39:23.323Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T03:39:23.510Z] prd-ubuntu20.04-docker-arm64-4c-16g-6049 does not seem to be running inside a container [2023-02-15T03:39:23.575Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T03:39:25.971Z] $ docker top 308f0fcb9726bf9a0b84999fa7a83ac0a5f605adc1ceae54c47c46870e685b4f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T03:39:26.786Z] + docker-compose build --help [2023-02-15T03:39:26.786Z] + grep parallel [2023-02-15T03:39:31.045Z] --parallel Build images in parallel. [Pipeline] } [2023-02-15T03:39:31.068Z] $ docker stop --time=1 308f0fcb9726bf9a0b84999fa7a83ac0a5f605adc1ceae54c47c46870e685b4f [2023-02-15T03:39:32.778Z] $ docker rm -f --volumes 308f0fcb9726bf9a0b84999fa7a83ac0a5f605adc1ceae54c47c46870e685b4f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:39:33.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T03:39:33.309Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T03:39:33.484Z] prd-ubuntu20.04-docker-arm64-4c-16g-6049 does not seem to be running inside a container [2023-02-15T03:39:33.556Z] $ 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/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T03:39:34.798Z] $ docker top 5936d8950bbcb4cbf6101147a57b524b847b995c3c65add85dbeaf7836794f18 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T03:39:35.628Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-15T03:39:37.456Z] ---> d70284e7b1ae [2023-02-15T03:39:37.456Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-15T03:39:37.456Z] ---> 55768ca6cfa2 [2023-02-15T03:39:37.456Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-15T03:39:37.456Z] ---> 3e71c3cebb4d [2023-02-15T03:39:37.456Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-15T03:39:37.456Z] ---> dc3339465ebc [2023-02-15T03:39:37.456Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-15T03:39:37.456Z] ---> f935e9e9875f [2023-02-15T03:39:37.456Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-15T03:39:37.456Z] ---> Running in 82aaca66d09b [2023-02-15T03:39:37.456Z] ---> Running in fefc191b23e6 [2023-02-15T03:39:37.456Z] ---> Running in 495d42a74d1e [2023-02-15T03:39:37.456Z] ---> Running in c514f01ed894 [2023-02-15T03:39:37.456Z] ---> Running in 6a9702101438 [2023-02-15T03:39:37.456Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-15T03:39:37.457Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T03:39:37.457Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-15T03:39:37.457Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-15T03:39:37.457Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T03:39:39.877Z] Building core-command ... [2023-02-15T03:39:39.877Z] Building core-common-config-bootstrapper ... [2023-02-15T03:39:39.877Z] Building core-data ... [2023-02-15T03:39:39.877Z] Building core-metadata ... [2023-02-15T03:39:39.877Z] Building security-bootstrapper ... [2023-02-15T03:39:39.877Z] Building security-proxy-setup ... [2023-02-15T03:39:39.877Z] Building security-secretstore-setup ... [2023-02-15T03:39:39.877Z] Building security-spiffe-token-provider ... [2023-02-15T03:39:39.877Z] Building security-spire-agent ... [2023-02-15T03:39:39.877Z] Building security-spire-config ... [2023-02-15T03:39:39.877Z] Building security-spire-server ... [2023-02-15T03:39:39.877Z] Building support-notifications ... [2023-02-15T03:39:39.877Z] Building support-scheduler ... [2023-02-15T03:39:39.877Z] Building security-bootstrapper [2023-02-15T03:39:39.877Z] Building core-metadata [2023-02-15T03:39:39.877Z] Building security-proxy-setup [2023-02-15T03:39:39.877Z] Building security-spiffe-token-provider [2023-02-15T03:39:39.877Z] Building support-scheduler [2023-02-15T03:39:49.958Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:39:49.958Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:39:49.958Z] ---> 6d1fc2385b9e [2023-02-15T03:39:49.958Z] Step 3/21 : WORKDIR /edgex-go [2023-02-15T03:39:49.958Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:39:49.958Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:39:49.958Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 ---> 6d1fc2385b9e [2023-02-15T03:39:49.958Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-15T03:39:49.958Z] [2023-02-15T03:39:49.958Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:39:49.958Z] ---> 6d1fc2385b9e [2023-02-15T03:39:49.958Z] Step 3/19 : WORKDIR /edgex-go [2023-02-15T03:39:50.240Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:39:50.240Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:39:50.240Z] ---> 6d1fc2385b9e [2023-02-15T03:39:50.240Z] Step 3/32 : WORKDIR /edgex-go [2023-02-15T03:39:50.240Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:39:50.240Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:39:50.240Z] ---> 6d1fc2385b9e [2023-02-15T03:39:50.240Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T03:39:50.240Z] ---> Running in b938e050627b [2023-02-15T03:39:50.240Z] ---> Running in b29c70ee8f85 [2023-02-15T03:39:50.240Z] ---> Running in d320ca354e64 [2023-02-15T03:39:50.240Z] ---> Running in c40b1fa54d2c [2023-02-15T03:39:50.523Z] ---> Running in 8715b8b5d311 [2023-02-15T03:39:50.800Z] Removing intermediate container b938e050627b [2023-02-15T03:39:50.800Z] ---> b71cfad0a074 [2023-02-15T03:39:50.800Z] Step 4/24 : WORKDIR /edgex-go [2023-02-15T03:39:50.800Z] ---> Running in 5249490f798b [2023-02-15T03:39:50.800Z] Removing intermediate container d320ca354e64 [2023-02-15T03:39:50.800Z] ---> 71103507f4b6 [2023-02-15T03:39:50.800Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-15T03:39:51.071Z] Removing intermediate container 8715b8b5d311 [2023-02-15T03:39:51.071Z] ---> bfeeb723520b [2023-02-15T03:39:51.071Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T03:39:51.071Z] Removing intermediate container b29c70ee8f85 [2023-02-15T03:39:51.071Z] ---> 9ced66052a37 [2023-02-15T03:39:51.071Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-15T03:39:51.071Z] Removing intermediate container c40b1fa54d2c [2023-02-15T03:39:51.071Z] ---> 094fec0c0be4 [2023-02-15T03:39:51.071Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-15T03:39:51.071Z] ---> Running in 29badc9d4022 [2023-02-15T03:39:51.071Z] ---> Running in 3acfb8253d29 [2023-02-15T03:39:51.071Z] ---> Running in 67b4e60b2a54 [2023-02-15T03:39:51.339Z] ---> Running in 574352ae0661 [2023-02-15T03:39:51.608Z] Removing intermediate container 5249490f798b [2023-02-15T03:39:51.608Z] ---> 087ac18deafb [2023-02-15T03:39:51.608Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-15T03:39:51.879Z] Removing intermediate container 29badc9d4022 [2023-02-15T03:39:51.879Z] ---> a40424354b71 [2023-02-15T03:39:51.879Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T03:39:51.879Z] ---> Running in 2368338b9319 [2023-02-15T03:39:52.154Z] ---> Running in 8d4ef2669d9c [2023-02-15T03:39:53.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:39:53.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:39:53.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:39:53.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:39:54.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:39:54.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:39:54.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:39:54.378Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:39:54.647Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:39:54.647Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:39:55.233Z] OK: 221 MiB in 51 packages [2023-02-15T03:39:55.500Z] v3.16.4-5-gee65a57148a [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-15T03:39:55.500Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-15T03:39:55.500Z] OK: 16903 distinct packages available [2023-02-15T03:39:55.500Z] OK: 221 MiB in 51 packages [2023-02-15T03:39:55.768Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:39:56.043Z] OK: 221 MiB in 51 packages [2023-02-15T03:39:56.043Z] OK: 221 MiB in 51 packages [2023-02-15T03:39:56.320Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:39:56.916Z] Removing intermediate container 3acfb8253d29 [2023-02-15T03:39:56.916Z] ---> 6655db2332d7 [2023-02-15T03:39:56.916Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-15T03:39:57.509Z] OK: 221 MiB in 51 packages [2023-02-15T03:39:57.509Z] Removing intermediate container 574352ae0661 [2023-02-15T03:39:57.509Z] ---> f3745fc27305 [2023-02-15T03:39:57.509Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-15T03:39:58.101Z] ---> 888305bbfdbc [2023-02-15T03:39:58.101Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:39:58.101Z] Removing intermediate container 2368338b9319 [2023-02-15T03:39:58.101Z] Removing intermediate container 8d4ef2669d9c [2023-02-15T03:39:58.101Z] ---> c9205ceec3f2 [2023-02-15T03:39:58.101Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T03:39:58.101Z] ---> 65954727958c [2023-02-15T03:39:58.101Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-15T03:39:58.372Z] ---> Running in 9f698eb79c1e [2023-02-15T03:39:58.962Z] ---> 6757912ecc9e [2023-02-15T03:39:58.962Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:39:58.962Z] ---> Running in 60fde62262d3 [2023-02-15T03:39:59.236Z] Removing intermediate container 67b4e60b2a54 [2023-02-15T03:39:59.236Z] ---> 15465a628de3 [2023-02-15T03:39:59.237Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-15T03:39:59.822Z] ---> 3cf34a8787b3 [2023-02-15T03:39:59.823Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:39:59.823Z] ---> 168217a94ce5 [2023-02-15T03:39:59.823Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:39:59.823Z] ---> Running in ea494f50a4e1 [2023-02-15T03:40:00.092Z] ---> Running in a135aba2c678 [2023-02-15T03:40:00.682Z] ---> aeadbf9837a9 [2023-02-15T03:40:00.682Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:40:00.956Z] ---> Running in 5852267287e7 [2023-02-15T03:40:16.418Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T03:40:21.706Z] Removing intermediate container 495d42a74d1e [2023-02-15T03:40:21.706Z] ---> 0e1e1bda0197 [2023-02-15T03:40:21.706Z] [2023-02-15T03:40:21.706Z] Step 9/32 : FROM alpine:3.16 [2023-02-15T03:40:21.706Z] Removing intermediate container fefc191b23e6 [2023-02-15T03:40:21.706Z] ---> 61df658959f1 [2023-02-15T03:40:21.706Z] [2023-02-15T03:40:21.706Z] Step 10/24 : FROM alpine:3.16 [2023-02-15T03:40:21.706Z] Removing intermediate container 6a9702101438 [2023-02-15T03:40:21.706Z] ---> db348090a429 [2023-02-15T03:40:21.706Z] [2023-02-15T03:40:21.706Z] Step 9/21 : FROM alpine:3.16 [2023-02-15T03:40:21.706Z] Removing intermediate container 82aaca66d09b [2023-02-15T03:40:21.706Z] ---> 4098d77d8368 [2023-02-15T03:40:21.706Z] [2023-02-15T03:40:21.706Z] Step 9/19 : FROM alpine:3.15 [2023-02-15T03:40:22.273Z] 3.16: Pulling from library/alpine [2023-02-15T03:40:22.841Z] 3.16: Pulling from library/alpine [2023-02-15T03:40:22.841Z] 3.16: Pulling from library/alpine [2023-02-15T03:40:22.841Z] 3.15: Pulling from library/alpine [2023-02-15T03:40:24.742Z] Removing intermediate container c514f01ed894 [2023-02-15T03:40:24.742Z] ---> 78113ac873db [2023-02-15T03:40:24.742Z] [2023-02-15T03:40:24.742Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T03:40:25.000Z] 3.16: Pulling from library/alpine [2023-02-15T03:40:25.934Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-15T03:40:25.934Z] Status: Downloaded newer image for alpine:3.15 [2023-02-15T03:40:25.934Z] ---> 5ce65d7b0fde [2023-02-15T03:40:25.934Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T03:40:25.934Z] ---> Running in c3e2ddac758b [2023-02-15T03:40:25.934Z] Removing intermediate container c3e2ddac758b [2023-02-15T03:40:25.934Z] ---> 86c754dd171c [2023-02-15T03:40:25.934Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-15T03:40:25.934Z] ---> Running in f5b7747d3020 [2023-02-15T03:40:26.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:26.460Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:26.720Z] v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T03:40:26.720Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T03:40:26.720Z] OK: 15857 distinct packages available [2023-02-15T03:40:26.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:26.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:26.977Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-15T03:40:26.977Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-15T03:40:26.977Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-15T03:40:26.977Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-15T03:40:26.977Z] (5/9) Installing curl (7.80.0-r5) [2023-02-15T03:40:26.977Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-15T03:40:26.977Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-15T03:40:26.977Z] (8/9) Installing libucontext (1.1-r0) [2023-02-15T03:40:26.977Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-15T03:40:26.977Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T03:40:26.977Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T03:40:26.977Z] OK: 8 MiB in 23 packages [2023-02-15T03:40:27.542Z] Removing intermediate container f5b7747d3020 [2023-02-15T03:40:27.542Z] ---> 91e4eef7b97e [2023-02-15T03:40:27.542Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:40:27.801Z] ---> 086d94d2e96f [2023-02-15T03:40:27.801Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-15T03:40:28.368Z] ---> 4af829f0c786 [2023-02-15T03:40:28.368Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-15T03:40:28.625Z] ---> 9ab39db21d10 [2023-02-15T03:40:28.625Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-15T03:40:28.625Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T03:40:28.625Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T03:40:28.625Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T03:40:28.625Z] Status: Image is up to date for alpine:3.16 [2023-02-15T03:40:28.625Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T03:40:28.625Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T03:40:28.625Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T03:40:28.625Z] Status: Image is up to date for alpine:3.16 [2023-02-15T03:40:28.625Z] ---> dfd21b5a31f5 [2023-02-15T03:40:28.625Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T03:40:28.625Z] ---> Running in 9ad757ea9aa5 [2023-02-15T03:40:28.625Z] ---> dfd21b5a31f5 [2023-02-15T03:40:28.625Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-15T03:40:28.625Z] ---> dfd21b5a31f5 [2023-02-15T03:40:28.625Z] ---> dfd21b5a31f5 [2023-02-15T03:40:28.625Z] Step 11/24 : RUN apk add --update --no-cache dumb-initStep 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T03:40:28.625Z] [2023-02-15T03:40:28.625Z] ---> Running in 4bd0e69c2032 [2023-02-15T03:40:28.625Z] ---> Running in 5b1abd4021df [2023-02-15T03:40:28.625Z] ---> Running in 9daef712bb89 [2023-02-15T03:40:28.625Z] ---> Running in ce3d76e0dd32 [2023-02-15T03:40:28.883Z] Removing intermediate container 9ad757ea9aa5 [2023-02-15T03:40:28.883Z] ---> 3f59f60a47ab [2023-02-15T03:40:28.883Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T03:40:28.883Z] ---> Running in 26ca9c54ef38 [2023-02-15T03:40:28.883Z] Removing intermediate container 5b1abd4021df [2023-02-15T03:40:28.883Z] ---> 9768be5c9f46 [2023-02-15T03:40:28.883Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-15T03:40:28.883Z] ---> Running in 466b22a9c4f3 [2023-02-15T03:40:28.883Z] Removing intermediate container 26ca9c54ef38 [2023-02-15T03:40:28.883Z] ---> 2f22a9698aad [2023-02-15T03:40:28.883Z] Step 17/19 : LABEL arch=x86_64 [2023-02-15T03:40:28.883Z] ---> Running in 87d0ccf6e8d5 [2023-02-15T03:40:28.883Z] Removing intermediate container 87d0ccf6e8d5 [2023-02-15T03:40:28.883Z] ---> aeefbb2d90e5 [2023-02-15T03:40:28.883Z] Step 18/19 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:40:28.883Z] ---> Running in edd90210c37c [2023-02-15T03:40:29.143Z] Removing intermediate container edd90210c37c [2023-02-15T03:40:29.143Z] ---> 3f874db945ac [2023-02-15T03:40:29.143Z] Step 19/19 : LABEL version=3.0.0-dev.49 [2023-02-15T03:40:29.143Z] ---> Running in ba965b310a3b [2023-02-15T03:40:29.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:29.143Z] Removing intermediate container ba965b310a3b [2023-02-15T03:40:29.143Z] ---> bdd3b3ace437 [2023-02-15T03:40:29.143Z] [2023-02-15T03:40:29.143Z] Successfully built bdd3b3ace437 [2023-02-15T03:40:29.401Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-15T03:40:29.401Z]  Building security-spiffe-token-provider ... done Building support-notifications [2023-02-15T03:40:29.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:29.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:29.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:29.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:29.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:29.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:29.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:29.662Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T03:40:29.662Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:40:29.662Z] OK: 6 MiB in 15 packages [2023-02-15T03:40:29.662Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-15T03:40:29.662Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-15T03:40:29.662Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-15T03:40:29.662Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T03:40:29.662Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-15T03:40:29.662Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:40:29.662Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-15T03:40:29.662Z] OK: 6 MiB in 15 packages [2023-02-15T03:40:29.662Z] (2/2) Installing su-exec (0.2-r1) [2023-02-15T03:40:29.662Z] (5/6) Installing curl (7.83.1-r5) [2023-02-15T03:40:29.662Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:40:29.662Z] OK: 6 MiB in 16 packages [2023-02-15T03:40:29.662Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-15T03:40:29.662Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:40:29.662Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T03:40:29.919Z] OK: 8 MiB in 20 packages [2023-02-15T03:40:33.202Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:40:33.202Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:40:33.202Z] ---> ffc43572810c [2023-02-15T03:40:33.202Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T03:40:33.202Z] ---> Using cache [2023-02-15T03:40:33.202Z] ---> 8a7d56c37f48 [2023-02-15T03:40:33.202Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T03:40:33.202Z] ---> Using cache [2023-02-15T03:40:33.202Z] ---> e6804b521aba [2023-02-15T03:40:33.202Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-15T03:40:35.099Z] ---> Running in 0eacd9a4c154 [2023-02-15T03:40:35.099Z] Removing intermediate container 466b22a9c4f3 [2023-02-15T03:40:35.099Z] ---> dbf964290b13 [2023-02-15T03:40:35.099Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-15T03:40:35.099Z] Removing intermediate container 9daef712bb89 [2023-02-15T03:40:35.099Z] ---> 80399ffd3696 [2023-02-15T03:40:35.099Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T03:40:35.099Z] Removing intermediate container ce3d76e0dd32 [2023-02-15T03:40:35.099Z] ---> 0077df5be7c4 [2023-02-15T03:40:35.099Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T03:40:35.099Z] ---> Running in 7aee3419d356 [2023-02-15T03:40:35.099Z] ---> Running in 6fa3c711648a [2023-02-15T03:40:35.099Z] Removing intermediate container 4bd0e69c2032 [2023-02-15T03:40:35.099Z] ---> 34a532583155 [2023-02-15T03:40:35.099Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T03:40:35.099Z] ---> Running in 153212776f9c [2023-02-15T03:40:35.099Z] ---> Running in 84bd7365acc4 [2023-02-15T03:40:35.099Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:35.099Z] Removing intermediate container 7aee3419d356 [2023-02-15T03:40:35.099Z] ---> 6c5dcd614bb9 [2023-02-15T03:40:35.099Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-15T03:40:35.099Z] Removing intermediate container 6fa3c711648a [2023-02-15T03:40:35.099Z] ---> 784cdbb7cda9 [2023-02-15T03:40:35.099Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-15T03:40:35.100Z] ---> Running in 51c4fb026ee0 [2023-02-15T03:40:35.100Z] ---> Running in 2c82ede004a1 [2023-02-15T03:40:35.100Z] Removing intermediate container 153212776f9c [2023-02-15T03:40:35.100Z] ---> 9f03c788425f [2023-02-15T03:40:35.100Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-15T03:40:35.100Z] Removing intermediate container 84bd7365acc4 [2023-02-15T03:40:35.100Z] ---> 3451d9bf2b40 [2023-02-15T03:40:35.100Z] Step 12/21 : WORKDIR /edgex [2023-02-15T03:40:35.100Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:35.100Z] ---> Running in 19415011c369 [2023-02-15T03:40:35.100Z] Removing intermediate container 51c4fb026ee0 [2023-02-15T03:40:35.100Z] ---> 7099326fd1d1 [2023-02-15T03:40:35.100Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-15T03:40:35.356Z] ---> Running in 1c71252dd74f [2023-02-15T03:40:35.356Z] Removing intermediate container 2c82ede004a1 [2023-02-15T03:40:35.356Z] ---> f470defcde01 [2023-02-15T03:40:35.356Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-15T03:40:35.356Z] ---> Running in 612e85150fd0 [2023-02-15T03:40:35.356Z] ---> Running in ca6e74eb923a [2023-02-15T03:40:35.356Z] Removing intermediate container 19415011c369 [2023-02-15T03:40:35.356Z] ---> 39144526441b [2023-02-15T03:40:35.356Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-15T03:40:35.356Z] Removing intermediate container 1c71252dd74f [2023-02-15T03:40:35.356Z] ---> f8d9b202c423 [2023-02-15T03:40:35.356Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T03:40:35.356Z] Removing intermediate container 612e85150fd0 [2023-02-15T03:40:35.356Z] ---> 9ccd3a28a28d [2023-02-15T03:40:35.356Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-15T03:40:35.356Z] OK: 211 MiB in 51 packages [2023-02-15T03:40:35.356Z] ---> Running in 58279d3b4461 [2023-02-15T03:40:35.356Z] ---> Running in 643c69853adb [2023-02-15T03:40:35.356Z] Removing intermediate container ca6e74eb923a [2023-02-15T03:40:35.356Z] ---> bb11073a412a [2023-02-15T03:40:35.356Z] Step 15/24 : WORKDIR / [2023-02-15T03:40:35.619Z] ---> Running in 2cc530285a62 [2023-02-15T03:40:35.619Z] ---> a543555bb1d3 [2023-02-15T03:40:35.619Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-15T03:40:35.619Z] Removing intermediate container 58279d3b4461 [2023-02-15T03:40:35.619Z] ---> 79b939ab5c70 [2023-02-15T03:40:35.619Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:40:35.619Z] Removing intermediate container 643c69853adb [2023-02-15T03:40:35.619Z] ---> 4003f18e723a [2023-02-15T03:40:35.619Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-15T03:40:35.619Z] ---> Running in cbdf9d0eb680 [2023-02-15T03:40:35.619Z] Removing intermediate container 2cc530285a62 [2023-02-15T03:40:35.619Z] ---> 5cc8527210f5 [2023-02-15T03:40:35.619Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:40:35.876Z] ---> 646838fc0af5 [2023-02-15T03:40:35.876Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-15T03:40:35.876Z] ---> f17709a57d0e [2023-02-15T03:40:35.876Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-15T03:40:35.876Z] ---> 6bd36dadeda0 [2023-02-15T03:40:35.876Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-15T03:40:35.876Z] Removing intermediate container 0eacd9a4c154 [2023-02-15T03:40:35.876Z] ---> 0ba63a8f8def [2023-02-15T03:40:35.876Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T03:40:37.246Z] ---> 062df59576b7 [2023-02-15T03:40:37.246Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:40:37.246Z] ---> Running in ef662b290ba7 [2023-02-15T03:40:37.246Z] ---> fcac2f8f73d0 [2023-02-15T03:40:37.246Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T03:40:37.246Z] ---> 463e9749e0d3 [2023-02-15T03:40:37.246Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-15T03:40:37.246Z] ---> f2d7e5adb38a [2023-02-15T03:40:37.246Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-15T03:40:37.246Z] ---> ab5866f3cf2c [2023-02-15T03:40:37.246Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T03:40:37.246Z] ---> Running in 0772e875ae57 [2023-02-15T03:40:37.246Z] ---> 4c7068b0e075 [2023-02-15T03:40:37.246Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-15T03:40:37.504Z] ---> Running in d606a93e7dad [2023-02-15T03:40:37.504Z] ---> 15b0963337aa [2023-02-15T03:40:37.504Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-15T03:40:37.504Z] Removing intermediate container d606a93e7dad [2023-02-15T03:40:37.504Z] ---> 43be2c705449 [2023-02-15T03:40:37.504Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T03:40:37.504Z] Removing intermediate container cbdf9d0eb680 [2023-02-15T03:40:37.504Z] ---> 0ff318a13465 [2023-02-15T03:40:37.504Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-15T03:40:37.504Z] ---> Running in c7c718d50b9e [2023-02-15T03:40:37.504Z] ---> Running in 0b10f357043e [2023-02-15T03:40:37.504Z] ---> a3687c9977a2 [2023-02-15T03:40:37.504Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-15T03:40:37.504Z] ---> Running in e4e7fcf45f23 [2023-02-15T03:40:37.762Z] Removing intermediate container c7c718d50b9e [2023-02-15T03:40:37.762Z] ---> 39b80c0d01f8 [2023-02-15T03:40:37.762Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-15T03:40:37.762Z] Removing intermediate container 0b10f357043e [2023-02-15T03:40:37.762Z] ---> ce743df1fdc3 [2023-02-15T03:40:37.762Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T03:40:37.762Z] Removing intermediate container e4e7fcf45f23 [2023-02-15T03:40:37.762Z] ---> f781d312b1a1 [2023-02-15T03:40:37.762Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T03:40:37.762Z] ---> Running in c9ddb001f427 [2023-02-15T03:40:37.762Z] ---> Running in cb7ef10875d6 [2023-02-15T03:40:37.762Z] Removing intermediate container c9ddb001f427 [2023-02-15T03:40:37.762Z] ---> 526b9c590746 [2023-02-15T03:40:37.762Z] Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:40:37.762Z] ---> bad17bd7ed16 [2023-02-15T03:40:37.762Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-15T03:40:38.034Z] ---> Running in 0f27fd2e5f91 [2023-02-15T03:40:38.034Z] ---> Running in 033025157e64 [2023-02-15T03:40:38.034Z] Removing intermediate container cb7ef10875d6 [2023-02-15T03:40:38.034Z] ---> 4ac2fae5ff35 [2023-02-15T03:40:38.034Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T03:40:38.034Z] ---> Running in 32aab3243f1c [2023-02-15T03:40:38.034Z] Removing intermediate container 033025157e64 [2023-02-15T03:40:38.034Z] ---> 275745c5eeb4 [2023-02-15T03:40:38.034Z] Step 22/22 : LABEL version=3.0.0-dev.49 [2023-02-15T03:40:38.034Z] ---> Running in 317e3e13d495 [2023-02-15T03:40:38.034Z] Removing intermediate container 32aab3243f1c [2023-02-15T03:40:38.034Z] ---> d59b06dd9003 [2023-02-15T03:40:38.034Z] Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:40:38.034Z] ---> Running in 4a907694f0fc [2023-02-15T03:40:38.034Z] Removing intermediate container 0772e875ae57 [2023-02-15T03:40:38.034Z] ---> 28c88752653e [2023-02-15T03:40:38.034Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T03:40:38.299Z] Removing intermediate container 317e3e13d495 [2023-02-15T03:40:38.299Z] ---> e5bb5858d184 [2023-02-15T03:40:38.299Z] [2023-02-15T03:40:38.299Z] ---> Running in 1bbd0c5d04b8 [2023-02-15T03:40:38.299Z] Removing intermediate container 4a907694f0fc [2023-02-15T03:40:38.299Z] ---> 37f7dfadeaa1 [2023-02-15T03:40:38.299Z] Step 24/24 : LABEL version=3.0.0-dev.49 [2023-02-15T03:40:38.299Z] Successfully built e5bb5858d184 [2023-02-15T03:40:38.299Z] Successfully tagged support-scheduler:latest [2023-02-15T03:40:38.300Z] Building security-secretstore-setup [2023-02-15T03:40:38.300Z]  Building support-scheduler ... done  ---> Running in 69cecdcd8f2c [2023-02-15T03:40:38.300Z] Removing intermediate container 1bbd0c5d04b8 [2023-02-15T03:40:38.300Z] ---> 1c685e6b703c [2023-02-15T03:40:38.300Z] Step 19/21 : LABEL arch=x86_64 [2023-02-15T03:40:38.300Z] ---> Running in bac2c92f2c2c [2023-02-15T03:40:38.562Z] Removing intermediate container 69cecdcd8f2c [2023-02-15T03:40:38.562Z] ---> ba9166c56942 [2023-02-15T03:40:38.562Z] [2023-02-15T03:40:38.562Z] Successfully built ba9166c56942 [2023-02-15T03:40:38.562Z] Successfully tagged core-metadata:latest [2023-02-15T03:40:38.562Z]  Building core-metadata ... done Building security-spire-server [2023-02-15T03:40:38.562Z] Removing intermediate container bac2c92f2c2c [2023-02-15T03:40:38.562Z] ---> 1a970c509e12 [2023-02-15T03:40:38.562Z] Step 20/21 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:40:42.136Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:40:42.136Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:40:42.136Z] ---> ffc43572810c [2023-02-15T03:40:42.136Z] Step 3/23 : WORKDIR /edgex-go [2023-02-15T03:40:42.136Z] ---> Using cache [2023-02-15T03:40:42.136Z] ---> 058369057256 [2023-02-15T03:40:42.136Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T03:40:42.394Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:40:42.394Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:40:42.394Z] ---> ffc43572810c [2023-02-15T03:40:42.394Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T03:40:42.394Z] ---> Using cache [2023-02-15T03:40:42.394Z] ---> 058369057256 [2023-02-15T03:40:42.394Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-15T03:40:46.589Z] ---> Running in 92efc35cb37d [2023-02-15T03:40:46.589Z] ---> Running in 385a03de84f2 [2023-02-15T03:40:46.589Z] ---> Running in bb93d63142f8 [2023-02-15T03:40:46.589Z] Removing intermediate container 0f27fd2e5f91 [2023-02-15T03:40:46.589Z] ---> 15f1879ccf50 [2023-02-15T03:40:46.589Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:40:46.589Z] Removing intermediate container 92efc35cb37d [2023-02-15T03:40:46.589Z] ---> e2ca754cd2c6 [2023-02-15T03:40:46.589Z] Step 21/21 : LABEL version=3.0.0-dev.49 [2023-02-15T03:40:46.589Z] ---> Running in 78adee555c19 [2023-02-15T03:40:46.589Z] Removing intermediate container 78adee555c19 [2023-02-15T03:40:46.589Z] ---> a7dd563d2a03 [2023-02-15T03:40:46.589Z] [2023-02-15T03:40:46.589Z] ---> 666ad10e123b [2023-02-15T03:40:46.589Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-15T03:40:46.589Z] Successfully built a7dd563d2a03 [2023-02-15T03:40:46.589Z] Successfully tagged security-proxy-setup:latest [2023-02-15T03:40:46.589Z]  Building security-proxy-setup ... done Building core-data [2023-02-15T03:40:46.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:46.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:46.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:46.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:40:46.860Z] OK: 211 MiB in 51 packages [2023-02-15T03:40:47.120Z] OK: 211 MiB in 51 packages [2023-02-15T03:40:48.496Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:40:48.496Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:40:48.496Z] ---> ffc43572810c [2023-02-15T03:40:48.496Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T03:40:48.496Z] ---> Using cache [2023-02-15T03:40:48.496Z] ---> 8a7d56c37f48 [2023-02-15T03:40:48.496Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T03:40:48.496Z] ---> Using cache [2023-02-15T03:40:48.496Z] ---> e6804b521aba [2023-02-15T03:40:48.496Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T03:40:48.496Z] ---> Using cache [2023-02-15T03:40:48.496Z] ---> 20b76c1ab63d [2023-02-15T03:40:48.496Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T03:40:48.496Z] ---> Using cache [2023-02-15T03:40:48.496Z] ---> e601b7b5dcd5 [2023-02-15T03:40:48.496Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:40:48.496Z] ---> Using cache [2023-02-15T03:40:48.496Z] ---> 83f8787c9790 [2023-02-15T03:40:48.496Z] Step 8/22 : COPY . . [2023-02-15T03:40:48.496Z] ---> Using cache [2023-02-15T03:40:48.496Z] ---> 55768ca6cfa2 [2023-02-15T03:40:48.496Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-15T03:40:50.401Z] ---> 5e28b2628592 [2023-02-15T03:40:50.401Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-15T03:40:50.401Z] ---> Running in b0509f17404b [2023-02-15T03:40:50.659Z] ---> 99c0cd3fc648 [2023-02-15T03:40:50.659Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-15T03:40:50.659Z] Removing intermediate container bb93d63142f8 [2023-02-15T03:40:50.659Z] ---> 569346b2693d [2023-02-15T03:40:50.659Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-15T03:40:50.659Z] Removing intermediate container 385a03de84f2 [2023-02-15T03:40:50.659Z] ---> 9b75b18ce0d7 [2023-02-15T03:40:50.659Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T03:40:50.659Z] ---> cf6ddfb807d2 [2023-02-15T03:40:50.659Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-15T03:40:50.659Z] ---> 3b6ca47758cd [2023-02-15T03:40:50.659Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:40:50.916Z] ---> Running in 9ca2817f2710 [2023-02-15T03:40:50.916Z] ---> d2b77b8a4f77 [2023-02-15T03:40:50.916Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:40:50.916Z] ---> Running in 451004a476bc [2023-02-15T03:40:50.916Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-15T03:40:50.916Z] ---> a7b2de5e8829 [2023-02-15T03:40:50.916Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-15T03:40:51.176Z] ---> 3f90ca08d4c0 [2023-02-15T03:40:51.176Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-15T03:40:51.433Z] ---> 8559a49843de [2023-02-15T03:40:51.433Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-15T03:40:51.433Z] ---> Running in 3969836fc097 [2023-02-15T03:40:52.369Z] Removing intermediate container 3969836fc097 [2023-02-15T03:40:52.369Z] ---> 0df0651bd7e5 [2023-02-15T03:40:52.369Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-15T03:40:52.369Z] ---> Running in 781bd34ad91f [2023-02-15T03:40:52.369Z] Removing intermediate container 781bd34ad91f [2023-02-15T03:40:52.369Z] ---> 83d22f783744 [2023-02-15T03:40:52.369Z] Step 29/32 : CMD ["gate"] [2023-02-15T03:40:52.369Z] ---> Running in 50764ddb74dc [2023-02-15T03:40:52.369Z] Removing intermediate container 50764ddb74dc [2023-02-15T03:40:52.369Z] ---> 3b5b8f1682e8 [2023-02-15T03:40:52.369Z] Step 30/32 : LABEL arch=x86_64 [2023-02-15T03:40:52.369Z] ---> Running in 37d7255444a1 [2023-02-15T03:40:52.627Z] Removing intermediate container 37d7255444a1 [2023-02-15T03:40:52.627Z] ---> 3ccbe2f0fa5d [2023-02-15T03:40:52.627Z] Step 31/32 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:40:52.627Z] ---> Running in adc9dcba52d1 [2023-02-15T03:40:52.627Z] Removing intermediate container adc9dcba52d1 [2023-02-15T03:40:52.627Z] ---> 6f13390026f2 [2023-02-15T03:40:52.627Z] Step 32/32 : LABEL version=3.0.0-dev.49 [2023-02-15T03:40:52.627Z] ---> Running in 723bcab9f4af [2023-02-15T03:40:52.884Z] Removing intermediate container 723bcab9f4af [2023-02-15T03:40:52.884Z] ---> 5a97ea1ff822 [2023-02-15T03:40:52.884Z] [2023-02-15T03:40:52.884Z] Successfully built 5a97ea1ff822 [2023-02-15T03:40:52.884Z] Successfully tagged security-bootstrapper:latest [2023-02-15T03:40:52.884Z]  Building security-bootstrapper ... done Building core-common-config-bootstrapper [2023-02-15T03:40:55.404Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:40:55.404Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:40:55.404Z] ---> ffc43572810c [2023-02-15T03:40:55.404Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T03:40:55.404Z] ---> Using cache [2023-02-15T03:40:55.404Z] ---> 8a7d56c37f48 [2023-02-15T03:40:55.404Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T03:40:55.404Z] ---> Using cache [2023-02-15T03:40:55.404Z] ---> e6804b521aba [2023-02-15T03:40:55.404Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T03:40:55.404Z] ---> Using cache [2023-02-15T03:40:55.404Z] ---> 20b76c1ab63d [2023-02-15T03:40:55.404Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T03:40:55.404Z] ---> Using cache [2023-02-15T03:40:55.404Z] ---> e601b7b5dcd5 [2023-02-15T03:40:55.404Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:40:55.405Z] ---> Using cache [2023-02-15T03:40:55.405Z] ---> 83f8787c9790 [2023-02-15T03:40:55.405Z] Step 8/22 : COPY . . [2023-02-15T03:40:55.405Z] ---> Using cache [2023-02-15T03:40:55.405Z] ---> 55768ca6cfa2 [2023-02-15T03:40:55.405Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-15T03:41:00.668Z] ---> Running in 0abc3ed15b4c [2023-02-15T03:41:00.668Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-15T03:41:27.359Z] Removing intermediate container ef662b290ba7 [2023-02-15T03:41:27.359Z] ---> f3434cdc1b28 [2023-02-15T03:41:27.359Z] Step 8/22 : COPY . . [2023-02-15T03:41:35.568Z] Removing intermediate container 0abc3ed15b4c [2023-02-15T03:41:35.568Z] ---> e314ba01fa01 [2023-02-15T03:41:35.568Z] [2023-02-15T03:41:35.568Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T03:41:35.568Z] ---> dfd21b5a31f5 [2023-02-15T03:41:35.568Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-15T03:41:35.568Z] ---> 65125107c742 [2023-02-15T03:41:35.568Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-15T03:41:35.568Z] Removing intermediate container b0509f17404b [2023-02-15T03:41:35.568Z] ---> cd562aef2707 [2023-02-15T03:41:35.568Z] [2023-02-15T03:41:35.568Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T03:41:35.568Z] ---> dfd21b5a31f5 [2023-02-15T03:41:35.569Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-15T03:41:35.569Z] ---> Running in 284c805dbf84 [2023-02-15T03:41:35.569Z] ---> Running in ff18124404fb [2023-02-15T03:41:35.569Z] ---> Running in f49ef49caff9 [2023-02-15T03:41:35.569Z] Removing intermediate container 284c805dbf84 [2023-02-15T03:41:35.569Z] ---> f12d6c8141dc [2023-02-15T03:41:35.569Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T03:41:35.569Z] Removing intermediate container f49ef49caff9 [2023-02-15T03:41:35.569Z] ---> 0fe450161443 [2023-02-15T03:41:35.569Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-15T03:41:35.569Z] ---> Running in b5de9e53780f [2023-02-15T03:41:35.569Z] ---> Running in 96ccf5eb5128 [2023-02-15T03:41:35.569Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-15T03:41:35.569Z] Removing intermediate container 96ccf5eb5128 [2023-02-15T03:41:35.569Z] ---> a02e028379db [2023-02-15T03:41:35.569Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-15T03:41:35.569Z] ---> Running in f1a0be3d1139 [2023-02-15T03:41:35.569Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:41:35.827Z] Removing intermediate container f1a0be3d1139 [2023-02-15T03:41:35.827Z] ---> 7417df3e4e07 [2023-02-15T03:41:35.827Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T03:41:35.827Z] ---> Running in 3c7e84378950 [2023-02-15T03:41:35.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:41:35.827Z] Removing intermediate container 451004a476bc [2023-02-15T03:41:35.827Z] ---> 87fdae5304a6 [2023-02-15T03:41:35.827Z] Step 7/24 : COPY . . [2023-02-15T03:41:35.827Z] Removing intermediate container 9ca2817f2710 [2023-02-15T03:41:35.827Z] ---> f3aaa8837422 [2023-02-15T03:41:35.827Z] Step 7/23 : COPY . . [2023-02-15T03:41:36.085Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T03:41:36.085Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:41:36.085Z] OK: 6 MiB in 15 packages [2023-02-15T03:41:36.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:41:36.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:41:36.599Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T03:41:36.600Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:41:36.600Z] OK: 6 MiB in 15 packages [2023-02-15T03:41:51.626Z] ---> 303440956fd4 [2023-02-15T03:41:51.626Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T03:41:51.626Z] Removing intermediate container b5de9e53780f [2023-02-15T03:41:51.626Z] ---> 4d87bb4f996c [2023-02-15T03:41:51.626Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:41:51.626Z] ---> 5f1f5f484a6d [2023-02-15T03:41:51.626Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-15T03:41:51.626Z] ---> Running in e586d0b40e72 [2023-02-15T03:41:51.626Z] Removing intermediate container 3c7e84378950 [2023-02-15T03:41:51.626Z] ---> 0818dfd0f7d8 [2023-02-15T03:41:51.626Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:41:51.626Z] ---> Running in c81f5b1af52e [2023-02-15T03:41:51.626Z] Removing intermediate container e586d0b40e72 [2023-02-15T03:41:51.626Z] ---> d3f19d57eb76 [2023-02-15T03:41:51.626Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-15T03:41:51.626Z] ---> f912ee219f8c [2023-02-15T03:41:51.626Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-15T03:41:51.626Z] ---> Running in 88703a78cc61 [2023-02-15T03:41:51.626Z] ---> dd3faf5bd2c3 [2023-02-15T03:41:51.626Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-15T03:41:51.626Z] Removing intermediate container 88703a78cc61 [2023-02-15T03:41:51.626Z] ---> 8f7603c7b788 [2023-02-15T03:41:51.626Z] 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-15T03:41:51.626Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-15T03:41:51.626Z] ---> Running in 683e46ff815e [2023-02-15T03:41:51.626Z] ---> 31bec1b256fe [2023-02-15T03:41:51.626Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-15T03:41:51.626Z] ---> f44539325f6e [2023-02-15T03:41:51.626Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-15T03:41:51.626Z] ---> e27e2f6e58f0 [2023-02-15T03:41:51.626Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-15T03:41:51.626Z] ---> 1e87d338a0d4 [2023-02-15T03:41:51.626Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-15T03:41:51.626Z] ---> Running in 337fc0b2391c [2023-02-15T03:41:51.626Z] Removing intermediate container 337fc0b2391c [2023-02-15T03:41:51.626Z] ---> acf4fd2f695b [2023-02-15T03:41:51.626Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T03:41:51.626Z] ---> c8af668080fc [2023-02-15T03:41:51.626Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T03:41:51.626Z] ---> Running in 88061dd77166 [2023-02-15T03:41:51.626Z] ---> Running in d3fa005c75ca [2023-02-15T03:41:51.626Z] Removing intermediate container 683e46ff815e [2023-02-15T03:41:51.626Z] ---> 8e9fd91ba377 [2023-02-15T03:41:51.626Z] Step 11/23 : WORKDIR /edgex-go [2023-02-15T03:41:51.626Z] ---> Running in a32b4fa0b8c2 [2023-02-15T03:41:51.626Z] Removing intermediate container 88061dd77166 [2023-02-15T03:41:51.626Z] ---> b13c0fcffaa3 [2023-02-15T03:41:51.626Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T03:41:51.626Z] ---> Running in 18d58a04a113 [2023-02-15T03:41:51.626Z] Removing intermediate container a32b4fa0b8c2 [2023-02-15T03:41:51.626Z] ---> bf25be80ce93 [2023-02-15T03:41:51.626Z] [2023-02-15T03:41:51.626Z] Step 12/23 : FROM alpine:3.15 [2023-02-15T03:41:51.626Z] ---> 5ce65d7b0fde [2023-02-15T03:41:51.626Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T03:41:51.626Z] ---> Using cache [2023-02-15T03:41:51.626Z] ---> 86c754dd171c [2023-02-15T03:41:51.626Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T03:41:51.626Z] Removing intermediate container 18d58a04a113 [2023-02-15T03:41:51.626Z] ---> 25179f6e406b [2023-02-15T03:41:51.626Z] Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:41:51.626Z] ---> Running in 384bc40896ab [2023-02-15T03:41:51.626Z] ---> Running in 61d5fd34cff8 [2023-02-15T03:41:51.885Z] Removing intermediate container 61d5fd34cff8 [2023-02-15T03:41:51.885Z] ---> 2367458531ae [2023-02-15T03:41:51.885Z] Step 22/22 : LABEL version=3.0.0-dev.49 [2023-02-15T03:41:51.885Z] ---> Running in 0c1ad4631741 [2023-02-15T03:41:51.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:41:52.144Z] Removing intermediate container 0c1ad4631741 [2023-02-15T03:41:52.144Z] ---> 29342799fa82 [2023-02-15T03:41:52.144Z] [2023-02-15T03:41:52.144Z] Removing intermediate container d3fa005c75ca [2023-02-15T03:41:52.144Z] ---> 0f52cd49a577 [2023-02-15T03:41:52.144Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T03:41:52.144Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:41:52.144Z] ---> Running in 4aa92a18fec5 [2023-02-15T03:41:52.144Z] Successfully built 29342799fa82 [2023-02-15T03:41:52.144Z] Successfully tagged core-data:latest [2023-02-15T03:41:52.144Z]  Building core-data ... done Building core-command [2023-02-15T03:41:52.456Z] v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T03:41:52.456Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T03:41:52.456Z] OK: 15857 distinct packages available [2023-02-15T03:41:52.456Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:41:52.656Z] Removing intermediate container 60fde62262d3 [2023-02-15T03:41:52.656Z] ---> bcc72cc82478 [2023-02-15T03:41:52.656Z] Step 7/32 : COPY . . [2023-02-15T03:41:52.656Z] Removing intermediate container a135aba2c678 [2023-02-15T03:41:52.656Z] ---> c0047e909afc [2023-02-15T03:41:52.656Z] Step 8/24 : COPY . . [2023-02-15T03:41:52.656Z] Removing intermediate container 5852267287e7 [2023-02-15T03:41:52.656Z] ---> 28838eb61a64 [2023-02-15T03:41:52.656Z] Step 7/19 : COPY . . [2023-02-15T03:41:52.713Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:41:52.713Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-15T03:41:52.713Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-15T03:41:52.713Z] (3/5) Installing libucontext (1.1-r0) [2023-02-15T03:41:52.713Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-15T03:41:52.713Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-15T03:41:52.971Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T03:41:52.971Z] OK: 7 MiB in 19 packages [2023-02-15T03:41:53.248Z] Removing intermediate container ea494f50a4e1 [2023-02-15T03:41:53.248Z] ---> f2a8bff230c4 [2023-02-15T03:41:53.248Z] Step 8/22 : COPY . . [2023-02-15T03:41:53.513Z] ---> 89c98421b780 [2023-02-15T03:41:53.513Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-15T03:41:53.779Z] Removing intermediate container 9f698eb79c1e [2023-02-15T03:41:53.779Z] ---> b93782411041 [2023-02-15T03:41:53.779Z] Step 7/21 : COPY . . [2023-02-15T03:41:53.779Z] ---> Running in 58d0880ce8b9 [2023-02-15T03:41:56.311Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:41:56.311Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:41:56.311Z] ---> ffc43572810c [2023-02-15T03:41:56.311Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-15T03:41:56.311Z] ---> Using cache [2023-02-15T03:41:56.311Z] ---> 8a7d56c37f48 [2023-02-15T03:41:56.311Z] Step 4/23 : WORKDIR /edgex-go [2023-02-15T03:41:56.311Z] ---> Using cache [2023-02-15T03:41:56.311Z] ---> e6804b521aba [2023-02-15T03:41:56.311Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-15T03:41:56.311Z] ---> Using cache [2023-02-15T03:41:56.311Z] ---> 20b76c1ab63d [2023-02-15T03:41:56.311Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-15T03:41:56.311Z] ---> Using cache [2023-02-15T03:41:56.311Z] ---> e601b7b5dcd5 [2023-02-15T03:41:56.311Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:41:56.311Z] ---> Using cache [2023-02-15T03:41:56.311Z] ---> 83f8787c9790 [2023-02-15T03:41:56.311Z] Step 8/23 : COPY . . [2023-02-15T03:41:56.311Z] ---> Using cache [2023-02-15T03:41:56.311Z] ---> 55768ca6cfa2 [2023-02-15T03:41:56.311Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-15T03:41:56.362Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T03:41:56.945Z] ---> 8a277bb42a21 [2023-02-15T03:41:56.945Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-15T03:41:56.945Z] ---> 50e68c7c936c [2023-02-15T03:41:56.945Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-15T03:41:56.945Z] ---> 080f2d4b5767 [2023-02-15T03:41:56.945Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-15T03:41:56.945Z] ---> b81eb7202e94 [2023-02-15T03:41:56.945Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-15T03:41:57.218Z] ---> Running in e89dc9c92c4a [2023-02-15T03:41:57.218Z] ---> Running in fd2409e733fb [2023-02-15T03:41:57.218Z] ---> Running in e4b27f3fc79a [2023-02-15T03:41:57.495Z] ---> Running in 631cc1109755 [2023-02-15T03:41:58.863Z] Removing intermediate container 4aa92a18fec5 [2023-02-15T03:41:58.864Z] ---> 5450bc06167e [2023-02-15T03:41:58.864Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-15T03:42:00.084Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-15T03:42:00.084Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T03:42:00.084Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-15T03:42:00.351Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-15T03:42:00.843Z] ---> Running in e6ddf2140d57 [2023-02-15T03:42:00.844Z] ---> Running in d109dee74790 [2023-02-15T03:42:01.125Z] Removing intermediate container e6ddf2140d57 [2023-02-15T03:42:01.125Z] ---> 64309de37238 [2023-02-15T03:42:01.125Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T03:42:01.383Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-15T03:42:01.383Z] Removing intermediate container 384bc40896ab [2023-02-15T03:42:01.383Z] ---> 639be41420fe [2023-02-15T03:42:01.383Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T03:42:01.383Z] ---> Running in c0b6b9371ed6 [2023-02-15T03:42:01.645Z] Removing intermediate container c0b6b9371ed6 [2023-02-15T03:42:01.645Z] ---> 03fefb5a2d74 [2023-02-15T03:42:01.645Z] Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:01.917Z] ---> Running in 5bca9148b024 [2023-02-15T03:42:04.518Z] Removing intermediate container 5bca9148b024 [2023-02-15T03:42:04.518Z] ---> e75bbf5b068e [2023-02-15T03:42:04.518Z] Step 22/22 : LABEL version=3.0.0-dev.49 [2023-02-15T03:42:04.518Z] ---> bf21e273ee52 [2023-02-15T03:42:04.518Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T03:42:04.518Z] ---> Running in e2e899432bea [2023-02-15T03:42:04.518Z] Removing intermediate container e2e899432bea [2023-02-15T03:42:04.518Z] ---> 09fc5530104d [2023-02-15T03:42:04.518Z] [2023-02-15T03:42:04.518Z] ---> b34ac369611a [2023-02-15T03:42:04.518Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-15T03:42:04.518Z] Successfully built 09fc5530104d [2023-02-15T03:42:04.519Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-15T03:42:04.519Z]  Building core-common-config-bootstrapper ... done Building security-spire-agent [2023-02-15T03:42:04.779Z] ---> ba744e82bb40 [2023-02-15T03:42:04.779Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-15T03:42:09.006Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:42:09.006Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:42:09.006Z] ---> ffc43572810c [2023-02-15T03:42:09.006Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T03:42:09.006Z] ---> Using cache [2023-02-15T03:42:09.006Z] ---> 058369057256 [2023-02-15T03:42:09.006Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T03:42:09.006Z] ---> Using cache [2023-02-15T03:42:09.006Z] ---> 569346b2693d [2023-02-15T03:42:09.006Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T03:42:09.006Z] ---> Using cache [2023-02-15T03:42:09.006Z] ---> 3b6ca47758cd [2023-02-15T03:42:09.006Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:42:09.006Z] ---> Using cache [2023-02-15T03:42:09.006Z] ---> f3aaa8837422 [2023-02-15T03:42:09.006Z] Step 7/24 : COPY . . [2023-02-15T03:42:09.006Z] ---> Using cache [2023-02-15T03:42:09.006Z] ---> 303440956fd4 [2023-02-15T03:42:09.006Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T03:42:09.006Z] ---> Using cache [2023-02-15T03:42:09.006Z] ---> d3f19d57eb76 [2023-02-15T03:42:09.006Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T03:42:09.006Z] ---> Using cache [2023-02-15T03:42:09.006Z] ---> 8f7603c7b788 [2023-02-15T03:42:09.006Z] 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-15T03:42:13.190Z] ---> dd6f43429571 [2023-02-15T03:42:13.190Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T03:42:13.190Z] Removing intermediate container ff18124404fb [2023-02-15T03:42:13.190Z] ---> ba8a2ae72ee3 [2023-02-15T03:42:13.190Z] [2023-02-15T03:42:13.190Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T03:42:13.190Z] ---> dfd21b5a31f5 [2023-02-15T03:42:13.190Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-15T03:42:13.449Z] ---> Running in fa0673148766 [2023-02-15T03:42:13.449Z] ---> Running in f842fca6be04 [2023-02-15T03:42:13.449Z] ---> Running in 1833c867c243 [2023-02-15T03:42:13.449Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T03:42:13.449Z] Removing intermediate container 1833c867c243 [2023-02-15T03:42:13.449Z] ---> 106042d3a0fa [2023-02-15T03:42:13.449Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T03:42:13.449Z] ---> Running in 3007d3835cd6 [2023-02-15T03:42:13.707Z] Removing intermediate container 3007d3835cd6 [2023-02-15T03:42:13.707Z] ---> f9c56aa86c85 [2023-02-15T03:42:13.707Z] Step 21/23 : LABEL arch=x86_64 [2023-02-15T03:42:13.707Z] ---> Running in 051a14c85aa9 [2023-02-15T03:42:13.707Z] Removing intermediate container 051a14c85aa9 [2023-02-15T03:42:13.707Z] ---> f057eb76c96d [2023-02-15T03:42:13.707Z] Step 22/23 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:13.707Z] ---> Running in 4dd4c8bee2d7 [2023-02-15T03:42:13.707Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:42:13.970Z] Removing intermediate container 4dd4c8bee2d7 [2023-02-15T03:42:13.970Z] ---> 5d7308b44bf3 [2023-02-15T03:42:13.970Z] Step 23/23 : LABEL version=3.0.0-dev.49 [2023-02-15T03:42:13.970Z] ---> Running in 3695e6781873 [2023-02-15T03:42:13.970Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:42:13.970Z] Removing intermediate container 3695e6781873 [2023-02-15T03:42:13.970Z] ---> c2731f011200 [2023-02-15T03:42:13.970Z] [2023-02-15T03:42:13.970Z] Successfully built c2731f011200 [2023-02-15T03:42:13.970Z] Successfully tagged security-spire-server:latest [2023-02-15T03:42:13.970Z] Building security-spire-config [2023-02-15T03:42:13.970Z]  Building security-spire-server ... done Removing intermediate container fa0673148766 [2023-02-15T03:42:13.970Z] ---> 5eb619b3d427 [2023-02-15T03:42:13.970Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T03:42:14.229Z] ---> Running in fb1a46b653f0 [2023-02-15T03:42:14.549Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-15T03:42:14.549Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-15T03:42:14.549Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:42:14.549Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T03:42:14.549Z] OK: 6 MiB in 16 packages [2023-02-15T03:42:17.180Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:42:17.180Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:42:17.180Z] ---> ffc43572810c [2023-02-15T03:42:17.180Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T03:42:17.180Z] ---> Using cache [2023-02-15T03:42:17.180Z] ---> 058369057256 [2023-02-15T03:42:17.180Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T03:42:17.180Z] ---> Using cache [2023-02-15T03:42:17.180Z] ---> 569346b2693d [2023-02-15T03:42:17.180Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T03:42:17.180Z] ---> Using cache [2023-02-15T03:42:17.180Z] ---> 3b6ca47758cd [2023-02-15T03:42:17.180Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:42:17.180Z] ---> Using cache [2023-02-15T03:42:17.180Z] ---> f3aaa8837422 [2023-02-15T03:42:17.180Z] Step 7/24 : COPY . . [2023-02-15T03:42:17.180Z] ---> Using cache [2023-02-15T03:42:17.180Z] ---> 303440956fd4 [2023-02-15T03:42:17.180Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T03:42:17.180Z] ---> Using cache [2023-02-15T03:42:17.180Z] ---> d3f19d57eb76 [2023-02-15T03:42:17.180Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T03:42:17.180Z] ---> Using cache [2023-02-15T03:42:17.180Z] ---> 8f7603c7b788 [2023-02-15T03:42:17.180Z] 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-15T03:42:17.180Z] ---> Using cache [2023-02-15T03:42:17.180Z] ---> 5eb619b3d427 [2023-02-15T03:42:17.180Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T03:42:17.180Z] ---> Using cache [2023-02-15T03:42:17.180Z] ---> a0b5c1a60cbb [2023-02-15T03:42:17.180Z] [2023-02-15T03:42:17.180Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T03:42:17.180Z] ---> 5ce65d7b0fde [2023-02-15T03:42:17.180Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T03:42:17.180Z] ---> Using cache [2023-02-15T03:42:17.180Z] ---> 86c754dd171c [2023-02-15T03:42:17.180Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-15T03:42:20.513Z] Removing intermediate container fb1a46b653f0 [2023-02-15T03:42:20.513Z] ---> a0b5c1a60cbb [2023-02-15T03:42:20.513Z] [2023-02-15T03:42:20.513Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T03:42:20.513Z] ---> 5ce65d7b0fde [2023-02-15T03:42:20.513Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T03:42:20.513Z] ---> Using cache [2023-02-15T03:42:20.513Z] ---> 86c754dd171c [2023-02-15T03:42:20.513Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T03:42:20.513Z] ---> Using cache [2023-02-15T03:42:20.513Z] ---> 639be41420fe [2023-02-15T03:42:20.513Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-15T03:42:21.090Z] ---> Running in 297e0ba8410a [2023-02-15T03:42:22.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:42:22.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:42:22.736Z] ---> c75adda68c7a [2023-02-15T03:42:22.736Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T03:42:23.052Z] v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T03:42:23.053Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T03:42:23.053Z] OK: 15857 distinct packages available [2023-02-15T03:42:23.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:42:23.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:42:23.316Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-15T03:42:23.316Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-15T03:42:23.316Z] (3/4) Installing libucontext (1.1-r0) [2023-02-15T03:42:23.316Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-15T03:42:23.316Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T03:42:23.316Z] OK: 6 MiB in 18 packages [2023-02-15T03:42:23.575Z] Removing intermediate container f842fca6be04 [2023-02-15T03:42:23.575Z] ---> 5212b0371fa8 [2023-02-15T03:42:23.575Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T03:42:25.493Z] ---> Running in e9aee3eb8d0d [2023-02-15T03:42:25.493Z] ---> 5d1e036d7589 [2023-02-15T03:42:25.493Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T03:42:25.493Z] Removing intermediate container c81f5b1af52e [2023-02-15T03:42:25.493Z] ---> cdb8a42fb16f [2023-02-15T03:42:25.493Z] [2023-02-15T03:42:25.493Z] Step 9/24 : FROM alpine:3.16 [2023-02-15T03:42:25.493Z] ---> dfd21b5a31f5 [2023-02-15T03:42:25.493Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-15T03:42:25.493Z] ---> Running in 9c30f0fe94a8 [2023-02-15T03:42:25.493Z] Removing intermediate container e9aee3eb8d0d [2023-02-15T03:42:25.493Z] ---> e3cc3750981a [2023-02-15T03:42:25.493Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-15T03:42:25.942Z] ---> Running in 6afb8ea48dd2 [2023-02-15T03:42:25.942Z] Removing intermediate container 297e0ba8410a [2023-02-15T03:42:25.942Z] ---> ae088ac22b12 [2023-02-15T03:42:25.942Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-15T03:42:25.942Z] ---> 71bdb2840feb [2023-02-15T03:42:25.943Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T03:42:26.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T03:42:26.885Z] Removing intermediate container 6afb8ea48dd2 [2023-02-15T03:42:26.885Z] ---> a0df574c6a21 [2023-02-15T03:42:26.885Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T03:42:26.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T03:42:27.473Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-15T03:42:27.473Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-15T03:42:27.473Z] (3/3) Installing su-exec (0.2-r1) [2023-02-15T03:42:27.473Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:42:27.473Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T03:42:27.473Z] OK: 6 MiB in 17 packages [2023-02-15T03:42:28.417Z] ---> c15cfc7c8ad6 [2023-02-15T03:42:28.417Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T03:42:28.417Z] ---> 315befbfae25 [2023-02-15T03:42:28.417Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-15T03:42:28.417Z] ---> Running in fb019d168be8 [2023-02-15T03:42:28.417Z] Removing intermediate container d109dee74790 [2023-02-15T03:42:28.417Z] ---> 27dddad2541c [2023-02-15T03:42:28.417Z] [2023-02-15T03:42:28.417Z] Step 10/23 : FROM alpine:3.16 [2023-02-15T03:42:28.417Z] ---> dfd21b5a31f5 [2023-02-15T03:42:28.417Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-15T03:42:28.417Z] ---> Using cache [2023-02-15T03:42:28.417Z] ---> 0077df5be7c4 [2023-02-15T03:42:28.417Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T03:42:28.417Z] ---> Using cache [2023-02-15T03:42:28.417Z] ---> 9f03c788425f [2023-02-15T03:42:28.417Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-15T03:42:28.678Z] ---> Running in ef6ece96cafe [2023-02-15T03:42:28.678Z] Removing intermediate container fb019d168be8 [2023-02-15T03:42:28.678Z] ---> 35275cb5b813 [2023-02-15T03:42:28.678Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:42:28.678Z] ---> df03c465ea07 [2023-02-15T03:42:28.678Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T03:42:28.678Z] ---> d5d09681d972 [2023-02-15T03:42:28.678Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-15T03:42:28.678Z] ---> Running in b7ef9e8397fb [2023-02-15T03:42:28.678Z] ---> Running in af242f1295c1 [2023-02-15T03:42:28.678Z] Removing intermediate container 9c30f0fe94a8 [2023-02-15T03:42:28.678Z] ---> be09dd71423c [2023-02-15T03:42:28.678Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T03:42:28.678Z] Removing intermediate container ef6ece96cafe [2023-02-15T03:42:28.678Z] ---> 125775c32ece [2023-02-15T03:42:28.678Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-15T03:42:28.678Z] ---> Running in 762fdaa228f2 [2023-02-15T03:42:29.169Z] ---> Running in 7308192388aa [2023-02-15T03:42:29.169Z] ---> d546d608a3e2 [2023-02-15T03:42:29.169Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-15T03:42:29.169Z] Removing intermediate container b7ef9e8397fb [2023-02-15T03:42:29.169Z] ---> e6e28ceff29d [2023-02-15T03:42:29.169Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T03:42:29.169Z] Removing intermediate container af242f1295c1 [2023-02-15T03:42:29.169Z] ---> 55dc6e63345b [2023-02-15T03:42:29.169Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-15T03:42:29.169Z] Removing intermediate container 762fdaa228f2 [2023-02-15T03:42:29.169Z] ---> 59ecb1fccc0d [2023-02-15T03:42:29.169Z] Step 12/24 : WORKDIR / [2023-02-15T03:42:29.169Z] ---> Running in 4645f88506d6 [2023-02-15T03:42:29.169Z] Removing intermediate container 7308192388aa [2023-02-15T03:42:29.169Z] ---> 0a5ccbcb8d36 [2023-02-15T03:42:29.169Z] Step 15/23 : WORKDIR / [2023-02-15T03:42:29.431Z] ---> Running in acbddc88ba83 [2023-02-15T03:42:29.431Z] Removing intermediate container 4645f88506d6 [2023-02-15T03:42:29.432Z] ---> f1bb46103f00 [2023-02-15T03:42:29.432Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T03:42:29.432Z] ---> Running in b7edde040832 [2023-02-15T03:42:29.691Z] ---> 72e736c299ab [2023-02-15T03:42:29.691Z] Step 19/24 : WORKDIR / [2023-02-15T03:42:29.691Z] ---> Running in a0ae14bfcc52 [2023-02-15T03:42:29.691Z] ---> c6c6b9b4cc2f [2023-02-15T03:42:29.691Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-15T03:42:29.691Z] ---> Running in 59075d9dd1ce [2023-02-15T03:42:29.691Z] Removing intermediate container acbddc88ba83 [2023-02-15T03:42:29.691Z] ---> fbad53123bc6 [2023-02-15T03:42:29.691Z] 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-15T03:42:29.691Z] Removing intermediate container b7edde040832 [2023-02-15T03:42:29.691Z] ---> 20e2c510f699 [2023-02-15T03:42:29.691Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:42:29.691Z] Removing intermediate container a0ae14bfcc52 [2023-02-15T03:42:29.691Z] ---> 3c08ee69d47b [2023-02-15T03:42:29.691Z] Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:29.691Z] ---> 015f2b35c55b [2023-02-15T03:42:29.691Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-15T03:42:29.691Z] ---> Running in 43fb394e8c82 [2023-02-15T03:42:29.691Z] ---> Running in d294c7db6cd2 [2023-02-15T03:42:29.952Z] Removing intermediate container 59075d9dd1ce [2023-02-15T03:42:29.952Z] ---> 387f1177e056 [2023-02-15T03:42:29.952Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T03:42:29.952Z] ---> Running in bf97927899c8 [2023-02-15T03:42:29.952Z] Removing intermediate container d294c7db6cd2 [2023-02-15T03:42:29.952Z] ---> 7ae5483358a7 [2023-02-15T03:42:29.952Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T03:42:29.952Z] Removing intermediate container 43fb394e8c82 [2023-02-15T03:42:29.952Z] ---> 91d9359f64d2 [2023-02-15T03:42:29.952Z] Step 24/24 : LABEL version=3.0.0-dev.49 [2023-02-15T03:42:29.952Z] ---> 463d838ee352 [2023-02-15T03:42:29.952Z] ---> 235d95dfa2f0 [2023-02-15T03:42:29.952Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command /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-15T03:42:29.952Z] [2023-02-15T03:42:29.952Z] ---> Running in ed4af6dbb5d4 [2023-02-15T03:42:29.952Z] ---> Running in 02e91edd7954 [2023-02-15T03:42:29.952Z] Removing intermediate container bf97927899c8 [2023-02-15T03:42:29.952Z] ---> 72bf766ab47f [2023-02-15T03:42:29.952Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T03:42:30.212Z] ---> Running in 39b27051d217 [2023-02-15T03:42:30.212Z] Removing intermediate container ed4af6dbb5d4 [2023-02-15T03:42:30.212Z] ---> 59d89415e6ff [2023-02-15T03:42:30.212Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T03:42:30.212Z] ---> Running in 3db568db1295 [2023-02-15T03:42:30.212Z] Removing intermediate container 02e91edd7954 [2023-02-15T03:42:30.212Z] ---> 05fa70eda1dc [2023-02-15T03:42:30.212Z] [2023-02-15T03:42:30.212Z] ---> cb3a728e28bf [2023-02-15T03:42:30.212Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-15T03:42:30.212Z] Removing intermediate container 39b27051d217 [2023-02-15T03:42:30.212Z] ---> 3bd708160f8c [2023-02-15T03:42:30.212Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T03:42:30.472Z] ---> Running in 051856d37885 [2023-02-15T03:42:30.472Z] Successfully built 05fa70eda1dc [2023-02-15T03:42:30.472Z] Removing intermediate container 3db568db1295 [2023-02-15T03:42:30.472Z] ---> c4e1902dea98 [2023-02-15T03:42:30.472Z] Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:30.472Z] Successfully tagged security-spire-agent:latest [2023-02-15T03:42:30.732Z]  Building security-spire-agent ... done  ---> Running in f85c2d739b8d [2023-02-15T03:42:30.732Z] ---> 62766f189ee8 [2023-02-15T03:42:30.732Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-15T03:42:30.732Z] ---> f0c46c4721df [2023-02-15T03:42:30.732Z] 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-15T03:42:30.732Z] Removing intermediate container 051856d37885 [2023-02-15T03:42:30.732Z] ---> cb7de5bea983 [2023-02-15T03:42:30.732Z] Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:30.732Z] ---> Running in 6e00a08fa164 [2023-02-15T03:42:30.732Z] Removing intermediate container f85c2d739b8d [2023-02-15T03:42:30.732Z] ---> a8552a634fdf [2023-02-15T03:42:30.732Z] Step 22/22 : LABEL version=3.0.0-dev.49 [2023-02-15T03:42:30.732Z] ---> Running in da62b4c4fe6c [2023-02-15T03:42:30.732Z] Removing intermediate container 6e00a08fa164 [2023-02-15T03:42:30.733Z] ---> c85703427bdd [2023-02-15T03:42:30.733Z] Step 24/24 : LABEL version=3.0.0-dev.49 [2023-02-15T03:42:30.733Z] ---> Running in 58a1839ac48c [2023-02-15T03:42:30.733Z] ---> e4a7060b2dbc [2023-02-15T03:42:30.733Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-15T03:42:30.992Z] ---> c0e510c95cc8 [2023-02-15T03:42:30.992Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-15T03:42:30.992Z] ---> Running in 784f417f5afa [2023-02-15T03:42:30.992Z] Removing intermediate container da62b4c4fe6c [2023-02-15T03:42:30.992Z] ---> 755e17ed557e [2023-02-15T03:42:30.992Z] [2023-02-15T03:42:30.992Z] Removing intermediate container 58a1839ac48c [2023-02-15T03:42:30.992Z] ---> ac9b4331067b [2023-02-15T03:42:30.992Z] [2023-02-15T03:42:31.252Z] Successfully built ac9b4331067b [2023-02-15T03:42:31.252Z] Successfully tagged security-spire-config:latest [2023-02-15T03:42:31.252Z]  Building security-spire-config ... done Removing intermediate container 784f417f5afa [2023-02-15T03:42:31.252Z] ---> dc29ea49ef70 [2023-02-15T03:42:31.252Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T03:42:31.252Z] Successfully built 755e17ed557e [2023-02-15T03:42:31.252Z] Successfully tagged support-notifications:latest [2023-02-15T03:42:31.252Z]  Building support-notifications ... done  ---> Running in 00ab611605d7 [2023-02-15T03:42:31.252Z] ---> 04ed41e2414a [2023-02-15T03:42:31.252Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-15T03:42:31.252Z] Removing intermediate container 00ab611605d7 [2023-02-15T03:42:31.252Z] ---> 7ab11eba41b2 [2023-02-15T03:42:31.252Z] Step 21/23 : LABEL arch=x86_64 [2023-02-15T03:42:31.252Z] ---> Running in c6e2b815f0a8 [2023-02-15T03:42:31.511Z] Removing intermediate container c6e2b815f0a8 [2023-02-15T03:42:31.511Z] ---> 005943011073 [2023-02-15T03:42:31.511Z] Step 22/23 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:31.511Z] ---> Running in 711fc9e0fef2 [2023-02-15T03:42:31.771Z] Removing intermediate container 711fc9e0fef2 [2023-02-15T03:42:31.771Z] ---> 8e597a6f5cfe [2023-02-15T03:42:31.771Z] Step 23/23 : LABEL version=3.0.0-dev.49 [2023-02-15T03:42:31.771Z] ---> 861f5de0532f [2023-02-15T03:42:31.771Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T03:42:31.771Z] ---> Running in d1146b60f37d [2023-02-15T03:42:32.034Z] Removing intermediate container d1146b60f37d [2023-02-15T03:42:32.034Z] ---> 33d4b2ae903d [2023-02-15T03:42:32.034Z] [2023-02-15T03:42:32.034Z] ---> 7219c9961552 [2023-02-15T03:42:32.034Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T03:42:32.034Z] ---> Running in a8a73e48cecc [2023-02-15T03:42:32.034Z] Successfully built 33d4b2ae903d [2023-02-15T03:42:32.034Z] Successfully tagged core-command:latest [2023-02-15T03:42:32.605Z]  Building core-command ... done Removing intermediate container a8a73e48cecc [2023-02-15T03:42:32.605Z] ---> 19166f028cff [2023-02-15T03:42:32.605Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T03:42:32.605Z] ---> Running in 894efd854282 [2023-02-15T03:42:32.605Z] Removing intermediate container 894efd854282 [2023-02-15T03:42:32.605Z] ---> 82679117feb5 [2023-02-15T03:42:32.605Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T03:42:32.865Z] ---> Running in 00e2bd809f6f [2023-02-15T03:42:32.865Z] Removing intermediate container 00e2bd809f6f [2023-02-15T03:42:32.865Z] ---> 65bfd28afc38 [2023-02-15T03:42:32.865Z] Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:32.865Z] ---> Running in 521e180783e9 [2023-02-15T03:42:32.865Z] Removing intermediate container 521e180783e9 [2023-02-15T03:42:32.865Z] ---> acf94feec4bf [2023-02-15T03:42:32.865Z] Step 24/24 : LABEL version=3.0.0-dev.49 [2023-02-15T03:42:32.865Z] ---> Running in 66419f2a7044 [2023-02-15T03:42:33.125Z] Removing intermediate container 66419f2a7044 [2023-02-15T03:42:33.125Z] ---> e3267c31c806 [2023-02-15T03:42:33.125Z] [2023-02-15T03:42:33.125Z] Successfully built e3267c31c806 [2023-02-15T03:42:33.125Z] Successfully tagged security-secretstore-setup:latest [2023-02-15T03:42:33.133Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-02-15T03:42:33.142Z] $ docker stop --time=1 f55fa17ad02a041a8869ee78b30e72128a73dba653aee8e7e2860f43ac05c5e2 [2023-02-15T03:42:34.396Z] $ docker rm -f --volumes f55fa17ad02a041a8869ee78b30e72128a73dba653aee8e7e2860f43ac05c5e2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T03:42:34.727Z] + docker images [2023-02-15T03:42:34.727Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-15T03:42:34.727Z] security-secretstore-setup latest e3267c31c806 2 seconds ago 30MB [2023-02-15T03:42:34.727Z] core-command latest 33d4b2ae903d 3 seconds ago 17.7MB [2023-02-15T03:42:34.727Z] security-spire-agent latest 05fa70eda1dc 4 seconds ago 125MB [2023-02-15T03:42:34.727Z] security-spire-config latest ac9b4331067b 4 seconds ago 85.8MB [2023-02-15T03:42:34.727Z] support-notifications latest 755e17ed557e 4 seconds ago 30.7MB [2023-02-15T03:42:34.727Z] 27dddad2541c 6 seconds ago 1.68GB [2023-02-15T03:42:34.727Z] cdb8a42fb16f 11 seconds ago 1.67GB [2023-02-15T03:42:34.727Z] a0b5c1a60cbb 20 seconds ago 1.55GB [2023-02-15T03:42:34.727Z] security-spire-server latest c2731f011200 21 seconds ago 86.5MB [2023-02-15T03:42:34.727Z] ba8a2ae72ee3 23 seconds ago 1.74GB [2023-02-15T03:42:34.727Z] core-common-config-bootstrapper latest 09fc5530104d 30 seconds ago 15.5MB [2023-02-15T03:42:34.727Z] core-data latest 29342799fa82 43 seconds ago 17.9MB [2023-02-15T03:42:34.727Z] bf25be80ce93 43 seconds ago 1.55GB [2023-02-15T03:42:34.727Z] e314ba01fa01 About a minute ago 1.67GB [2023-02-15T03:42:34.727Z] cd562aef2707 About a minute ago 1.68GB [2023-02-15T03:42:34.727Z] security-bootstrapper latest 5a97ea1ff822 About a minute ago 20.4MB [2023-02-15T03:42:34.727Z] security-proxy-setup latest a7dd563d2a03 About a minute ago 27.8MB [2023-02-15T03:42:34.727Z] core-metadata latest ba9166c56942 About a minute ago 18.5MB [2023-02-15T03:42:34.727Z] support-scheduler latest e5bb5858d184 About a minute ago 30MB [2023-02-15T03:42:34.727Z] security-spiffe-token-provider latest bdd3b3ace437 2 minutes ago 30MB [2023-02-15T03:42:34.727Z] 78113ac873db 2 minutes ago 1.74GB [2023-02-15T03:42:34.727Z] 61df658959f1 2 minutes ago 1.68GB [2023-02-15T03:42:34.727Z] 4098d77d8368 2 minutes ago 1.71GB [2023-02-15T03:42:34.727Z] 0e1e1bda0197 2 minutes ago 1.67GB [2023-02-15T03:42:34.727Z] db348090a429 2 minutes ago 1.67GB [2023-02-15T03:42:34.727Z] ci-base-image-x86_64 latest ffc43572810c 7 minutes ago 903MB [2023-02-15T03:42:34.727Z] alpine 3.15 5ce65d7b0fde 3 days ago 5.59MB [2023-02-15T03:42:34.727Z] alpine 3.16 dfd21b5a31f5 3 days ago 5.55MB [2023-02-15T03:42:34.727Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-15T03:42:34.727Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-15T03:42:34.727Z] 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-15T03:42:34.810Z] provisioning config files... [2023-02-15T03:42:34.818Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/409@tmp/config4225895869062696909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T03:42:35.113Z] ---> docker-login.sh [2023-02-15T03:42:35.113Z] nexus3.edgexfoundry.org:10001 [2023-02-15T03:42:35.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:42:35.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:42:35.113Z] Configure a credential helper to remove this warning. See [2023-02-15T03:42:35.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:42:35.113Z] [2023-02-15T03:42:35.113Z] Login Succeeded [2023-02-15T03:42:35.113Z] nexus3.edgexfoundry.org:10002 [2023-02-15T03:42:35.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:42:35.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:42:35.373Z] Configure a credential helper to remove this warning. See [2023-02-15T03:42:35.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:42:35.373Z] [2023-02-15T03:42:35.373Z] Login Succeeded [2023-02-15T03:42:35.373Z] nexus3.edgexfoundry.org:10003 [2023-02-15T03:42:35.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:42:35.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:42:35.373Z] Configure a credential helper to remove this warning. See [2023-02-15T03:42:35.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:42:35.373Z] [2023-02-15T03:42:35.373Z] Login Succeeded [2023-02-15T03:42:35.373Z] nexus3.edgexfoundry.org:10004 [2023-02-15T03:42:35.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:42:35.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:42:35.631Z] Configure a credential helper to remove this warning. See [2023-02-15T03:42:35.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:42:35.631Z] [2023-02-15T03:42:35.631Z] Login Succeeded [2023-02-15T03:42:35.631Z] docker.io [2023-02-15T03:42:35.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:42:35.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:42:35.890Z] Configure a credential helper to remove this warning. See [2023-02-15T03:42:35.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:42:35.890Z] [2023-02-15T03:42:35.890Z] Login Succeeded [2023-02-15T03:42:35.890Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T03:42:35.897Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:42:35.923Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T03:42:35.940Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-02-15T03:42:35.940Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:35.940Z] latest [2023-02-15T03:42:35.940Z] 3.0.0-dev.49 [2023-02-15T03:42:35.940Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:42:35.940Z] main [2023-02-15T03:42:35.940Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:36.252Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:36.559Z] + docker push nexus3.edgexfoundry.org:10004/core-command:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:36.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T03:42:36.559Z] 0e4e4853181c: Preparing [2023-02-15T03:42:36.559Z] 9e99ea59f0a6: Preparing [2023-02-15T03:42:36.559Z] 9241c87f706f: Preparing [2023-02-15T03:42:36.559Z] 49b97f6077d5: Preparing [2023-02-15T03:42:36.559Z] aa5968d388b8: Preparing [2023-02-15T03:42:36.559Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:36.559Z] 9241c87f706f: Pushed [2023-02-15T03:42:36.559Z] 49b97f6077d5: Pushed [2023-02-15T03:42:36.559Z] 0e4e4853181c: Pushed [2023-02-15T03:42:37.949Z] 9e99ea59f0a6: Pushed [2023-02-15T03:42:37.950Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:53503cec62cdb188431ec38fc30435d90add3f0383dfc74d5cda5564e460fa9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:38.270Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:38.589Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-15T03:42:38.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T03:42:38.589Z] 0e4e4853181c: Preparing [2023-02-15T03:42:38.589Z] 9e99ea59f0a6: Preparing [2023-02-15T03:42:38.589Z] 9241c87f706f: Preparing [2023-02-15T03:42:38.589Z] 49b97f6077d5: Preparing [2023-02-15T03:42:38.589Z] aa5968d388b8: Preparing [2023-02-15T03:42:38.589Z] 9e99ea59f0a6: Layer already exists [2023-02-15T03:42:38.589Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:38.589Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:38.589Z] 0e4e4853181c: Layer already exists [2023-02-15T03:42:38.589Z] 49b97f6077d5: Layer already exists [2023-02-15T03:42:38.589Z] latest: digest: sha256:53503cec62cdb188431ec38fc30435d90add3f0383dfc74d5cda5564e460fa9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:38.909Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:39.220Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.49 [2023-02-15T03:42:39.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T03:42:39.220Z] 0e4e4853181c: Preparing [2023-02-15T03:42:39.220Z] 9e99ea59f0a6: Preparing [2023-02-15T03:42:39.220Z] 9241c87f706f: Preparing [2023-02-15T03:42:39.220Z] 49b97f6077d5: Preparing [2023-02-15T03:42:39.220Z] aa5968d388b8: Preparing [2023-02-15T03:42:39.220Z] 0e4e4853181c: Layer already exists [2023-02-15T03:42:39.220Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:39.220Z] 9e99ea59f0a6: Layer already exists [2023-02-15T03:42:39.220Z] 49b97f6077d5: Layer already exists [2023-02-15T03:42:39.220Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:39.220Z] 3.0.0-dev.49: digest: sha256:53503cec62cdb188431ec38fc30435d90add3f0383dfc74d5cda5564e460fa9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:39.525Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:39.828Z] + docker push nexus3.edgexfoundry.org:10004/core-command:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:42:39.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T03:42:39.828Z] 0e4e4853181c: Preparing [2023-02-15T03:42:39.828Z] 9e99ea59f0a6: Preparing [2023-02-15T03:42:39.828Z] 9241c87f706f: Preparing [2023-02-15T03:42:39.828Z] 49b97f6077d5: Preparing [2023-02-15T03:42:39.828Z] aa5968d388b8: Preparing [2023-02-15T03:42:39.828Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:39.828Z] 49b97f6077d5: Layer already exists [2023-02-15T03:42:39.828Z] 0e4e4853181c: Layer already exists [2023-02-15T03:42:39.828Z] 9e99ea59f0a6: Layer already exists [2023-02-15T03:42:39.828Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:39.828Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:53503cec62cdb188431ec38fc30435d90add3f0383dfc74d5cda5564e460fa9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:40.132Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:40.436Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-02-15T03:42:40.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T03:42:40.436Z] 0e4e4853181c: Preparing [2023-02-15T03:42:40.436Z] 9e99ea59f0a6: Preparing [2023-02-15T03:42:40.436Z] 9241c87f706f: Preparing [2023-02-15T03:42:40.436Z] 49b97f6077d5: Preparing [2023-02-15T03:42:40.436Z] aa5968d388b8: Preparing [2023-02-15T03:42:40.436Z] 0e4e4853181c: Layer already exists [2023-02-15T03:42:40.436Z] 49b97f6077d5: Layer already exists [2023-02-15T03:42:40.436Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:40.436Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:40.436Z] 9e99ea59f0a6: Layer already exists [2023-02-15T03:42:40.436Z] main: digest: sha256:53503cec62cdb188431ec38fc30435d90add3f0383dfc74d5cda5564e460fa9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:42:40.483Z] ===================================================== [Pipeline] echo [2023-02-15T03:42:40.493Z] taggedImages: [2023-02-15T03:42:40.493Z] - nexus3.edgexfoundry.org:10004/core-command:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:40.493Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-15T03:42:40.493Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.49 [2023-02-15T03:42:40.493Z] - nexus3.edgexfoundry.org:10004/core-command:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:42:40.493Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-02-15T03:42:40.514Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-02-15T03:42:40.514Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:40.514Z] latest [2023-02-15T03:42:40.514Z] 3.0.0-dev.49 [2023-02-15T03:42:40.514Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:42:40.514Z] main [2023-02-15T03:42:40.514Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:40.833Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:41.140Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:41.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T03:42:41.140Z] cb1185331c2b: Preparing [2023-02-15T03:42:41.140Z] d9a0fe903256: Preparing [2023-02-15T03:42:41.140Z] 24c413b93a35: Preparing [2023-02-15T03:42:41.140Z] a0f1e88ae18a: Preparing [2023-02-15T03:42:41.140Z] 9241c87f706f: Preparing [2023-02-15T03:42:41.140Z] 71a4ec88a1ed: Preparing [2023-02-15T03:42:41.140Z] aa5968d388b8: Preparing [2023-02-15T03:42:41.140Z] 71a4ec88a1ed: Waiting [2023-02-15T03:42:41.140Z] aa5968d388b8: Waiting [2023-02-15T03:42:41.140Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:41.140Z] 24c413b93a35: Pushed [2023-02-15T03:42:41.140Z] cb1185331c2b: Pushed [2023-02-15T03:42:41.140Z] d9a0fe903256: Pushed [2023-02-15T03:42:41.140Z] 71a4ec88a1ed: Pushed [2023-02-15T03:42:41.140Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:42.515Z] a0f1e88ae18a: Pushed [2023-02-15T03:42:42.515Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:c3c3f3e2945fccd22359dc8cda2eb908a9a9b30851d89794897d5bfea462e480 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:42.829Z] + 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-15T03:42:43.136Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-15T03:42:43.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T03:42:43.137Z] cb1185331c2b: Preparing [2023-02-15T03:42:43.137Z] d9a0fe903256: Preparing [2023-02-15T03:42:43.137Z] 24c413b93a35: Preparing [2023-02-15T03:42:43.137Z] a0f1e88ae18a: Preparing [2023-02-15T03:42:43.137Z] 9241c87f706f: Preparing [2023-02-15T03:42:43.137Z] 71a4ec88a1ed: Preparing [2023-02-15T03:42:43.137Z] aa5968d388b8: Preparing [2023-02-15T03:42:43.137Z] 71a4ec88a1ed: Waiting [2023-02-15T03:42:43.137Z] aa5968d388b8: Waiting [2023-02-15T03:42:43.137Z] d9a0fe903256: Layer already exists [2023-02-15T03:42:43.137Z] a0f1e88ae18a: Layer already exists [2023-02-15T03:42:43.137Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:43.137Z] cb1185331c2b: Layer already exists [2023-02-15T03:42:43.137Z] 24c413b93a35: Layer already exists [2023-02-15T03:42:43.137Z] 71a4ec88a1ed: Layer already exists [2023-02-15T03:42:43.137Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:43.395Z] latest: digest: sha256:c3c3f3e2945fccd22359dc8cda2eb908a9a9b30851d89794897d5bfea462e480 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:43.717Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:44.033Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.49 [2023-02-15T03:42:44.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T03:42:44.033Z] cb1185331c2b: Preparing [2023-02-15T03:42:44.033Z] d9a0fe903256: Preparing [2023-02-15T03:42:44.033Z] 24c413b93a35: Preparing [2023-02-15T03:42:44.033Z] a0f1e88ae18a: Preparing [2023-02-15T03:42:44.033Z] 9241c87f706f: Preparing [2023-02-15T03:42:44.033Z] 71a4ec88a1ed: Preparing [2023-02-15T03:42:44.033Z] aa5968d388b8: Preparing [2023-02-15T03:42:44.033Z] 71a4ec88a1ed: Waiting [2023-02-15T03:42:44.033Z] aa5968d388b8: Waiting [2023-02-15T03:42:44.033Z] d9a0fe903256: Layer already exists [2023-02-15T03:42:44.033Z] 24c413b93a35: Layer already exists [2023-02-15T03:42:44.033Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:44.033Z] cb1185331c2b: Layer already exists [2023-02-15T03:42:44.033Z] 71a4ec88a1ed: Layer already exists [2023-02-15T03:42:44.033Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:44.291Z] a0f1e88ae18a: Layer already exists [2023-02-15T03:42:44.291Z] 3.0.0-dev.49: digest: sha256:c3c3f3e2945fccd22359dc8cda2eb908a9a9b30851d89794897d5bfea462e480 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:44.610Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:44.918Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:42:44.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T03:42:44.918Z] cb1185331c2b: Preparing [2023-02-15T03:42:44.918Z] d9a0fe903256: Preparing [2023-02-15T03:42:44.918Z] 24c413b93a35: Preparing [2023-02-15T03:42:44.918Z] a0f1e88ae18a: Preparing [2023-02-15T03:42:44.918Z] 9241c87f706f: Preparing [2023-02-15T03:42:44.918Z] 71a4ec88a1ed: Preparing [2023-02-15T03:42:44.918Z] aa5968d388b8: Preparing [2023-02-15T03:42:44.918Z] 71a4ec88a1ed: Waiting [2023-02-15T03:42:44.918Z] aa5968d388b8: Waiting [2023-02-15T03:42:44.918Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:44.918Z] a0f1e88ae18a: Layer already exists [2023-02-15T03:42:44.918Z] d9a0fe903256: Layer already exists [2023-02-15T03:42:44.918Z] 24c413b93a35: Layer already exists [2023-02-15T03:42:44.918Z] cb1185331c2b: Layer already exists [2023-02-15T03:42:44.918Z] 71a4ec88a1ed: Layer already exists [2023-02-15T03:42:44.918Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:44.918Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:c3c3f3e2945fccd22359dc8cda2eb908a9a9b30851d89794897d5bfea462e480 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:45.231Z] + 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-15T03:42:45.547Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-02-15T03:42:45.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T03:42:45.547Z] cb1185331c2b: Preparing [2023-02-15T03:42:45.547Z] d9a0fe903256: Preparing [2023-02-15T03:42:45.547Z] 24c413b93a35: Preparing [2023-02-15T03:42:45.547Z] a0f1e88ae18a: Preparing [2023-02-15T03:42:45.547Z] 9241c87f706f: Preparing [2023-02-15T03:42:45.547Z] 71a4ec88a1ed: Preparing [2023-02-15T03:42:45.547Z] aa5968d388b8: Preparing [2023-02-15T03:42:45.547Z] 71a4ec88a1ed: Waiting [2023-02-15T03:42:45.547Z] aa5968d388b8: Waiting [2023-02-15T03:42:45.547Z] 24c413b93a35: Layer already exists [2023-02-15T03:42:45.547Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:45.547Z] cb1185331c2b: Layer already exists [2023-02-15T03:42:45.547Z] a0f1e88ae18a: Layer already exists [2023-02-15T03:42:45.547Z] d9a0fe903256: Layer already exists [2023-02-15T03:42:45.547Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:45.547Z] 71a4ec88a1ed: Layer already exists [2023-02-15T03:42:45.547Z] main: digest: sha256:c3c3f3e2945fccd22359dc8cda2eb908a9a9b30851d89794897d5bfea462e480 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:42:45.604Z] ===================================================== [Pipeline] echo [2023-02-15T03:42:45.612Z] taggedImages: [2023-02-15T03:42:45.612Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:45.612Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-15T03:42:45.612Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.49 [2023-02-15T03:42:45.612Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:42:45.612Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-02-15T03:42:45.634Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-02-15T03:42:45.634Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:45.634Z] latest [2023-02-15T03:42:45.634Z] 3.0.0-dev.49 [2023-02-15T03:42:45.634Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:42:45.634Z] main [2023-02-15T03:42:45.634Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:45.958Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:46.259Z] + docker push nexus3.edgexfoundry.org:10004/core-data:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:46.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T03:42:46.260Z] 82cd52237368: Preparing [2023-02-15T03:42:46.260Z] af562a04d29e: Preparing [2023-02-15T03:42:46.260Z] 9241c87f706f: Preparing [2023-02-15T03:42:46.260Z] 71a4ec88a1ed: Preparing [2023-02-15T03:42:46.260Z] aa5968d388b8: Preparing [2023-02-15T03:42:46.260Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:46.260Z] 71a4ec88a1ed: Layer already exists [2023-02-15T03:42:46.260Z] 82cd52237368: Pushed [2023-02-15T03:42:46.260Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:47.794Z] af562a04d29e: Pushed [2023-02-15T03:42:48.073Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:9309531c38e411b1149fa9768ef5b1d5ad4a8f3413b82bd7c96357eb750ecbad size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:48.451Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:48.823Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-15T03:42:48.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T03:42:48.823Z] 82cd52237368: Preparing [2023-02-15T03:42:48.823Z] af562a04d29e: Preparing [2023-02-15T03:42:48.823Z] 9241c87f706f: Preparing [2023-02-15T03:42:48.823Z] 71a4ec88a1ed: Preparing [2023-02-15T03:42:48.823Z] aa5968d388b8: Preparing [2023-02-15T03:42:48.823Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:48.823Z] af562a04d29e: Layer already exists [2023-02-15T03:42:48.823Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:48.823Z] 71a4ec88a1ed: Layer already exists [2023-02-15T03:42:48.823Z] 82cd52237368: Layer already exists [2023-02-15T03:42:48.823Z] latest: digest: sha256:9309531c38e411b1149fa9768ef5b1d5ad4a8f3413b82bd7c96357eb750ecbad size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:49.126Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:49.434Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.49 [2023-02-15T03:42:49.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T03:42:49.434Z] 82cd52237368: Preparing [2023-02-15T03:42:49.434Z] af562a04d29e: Preparing [2023-02-15T03:42:49.434Z] 9241c87f706f: Preparing [2023-02-15T03:42:49.434Z] 71a4ec88a1ed: Preparing [2023-02-15T03:42:49.434Z] aa5968d388b8: Preparing [2023-02-15T03:42:49.434Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:49.434Z] 71a4ec88a1ed: Layer already exists [2023-02-15T03:42:49.434Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:49.434Z] af562a04d29e: Layer already exists [2023-02-15T03:42:49.434Z] 82cd52237368: Layer already exists [2023-02-15T03:42:49.434Z] 3.0.0-dev.49: digest: sha256:9309531c38e411b1149fa9768ef5b1d5ad4a8f3413b82bd7c96357eb750ecbad size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:49.750Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:50.062Z] + docker push nexus3.edgexfoundry.org:10004/core-data:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:42:50.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T03:42:50.062Z] 82cd52237368: Preparing [2023-02-15T03:42:50.062Z] af562a04d29e: Preparing [2023-02-15T03:42:50.062Z] 9241c87f706f: Preparing [2023-02-15T03:42:50.062Z] 71a4ec88a1ed: Preparing [2023-02-15T03:42:50.062Z] aa5968d388b8: Preparing [2023-02-15T03:42:50.062Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:50.062Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:50.062Z] 71a4ec88a1ed: Layer already exists [2023-02-15T03:42:50.062Z] af562a04d29e: Layer already exists [2023-02-15T03:42:50.062Z] 82cd52237368: Layer already exists [2023-02-15T03:42:50.062Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:9309531c38e411b1149fa9768ef5b1d5ad4a8f3413b82bd7c96357eb750ecbad size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:50.365Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:50.669Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-02-15T03:42:50.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T03:42:50.669Z] 82cd52237368: Preparing [2023-02-15T03:42:50.669Z] af562a04d29e: Preparing [2023-02-15T03:42:50.669Z] 9241c87f706f: Preparing [2023-02-15T03:42:50.669Z] 71a4ec88a1ed: Preparing [2023-02-15T03:42:50.669Z] aa5968d388b8: Preparing [2023-02-15T03:42:50.669Z] 82cd52237368: Layer already exists [2023-02-15T03:42:50.669Z] af562a04d29e: Layer already exists [2023-02-15T03:42:50.669Z] 71a4ec88a1ed: Layer already exists [2023-02-15T03:42:50.669Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:50.669Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:50.669Z] main: digest: sha256:9309531c38e411b1149fa9768ef5b1d5ad4a8f3413b82bd7c96357eb750ecbad size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:42:50.703Z] ===================================================== [Pipeline] echo [2023-02-15T03:42:50.708Z] taggedImages: [2023-02-15T03:42:50.708Z] - nexus3.edgexfoundry.org:10004/core-data:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:50.708Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-15T03:42:50.708Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.49 [2023-02-15T03:42:50.708Z] - nexus3.edgexfoundry.org:10004/core-data:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:42:50.708Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-02-15T03:42:50.722Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-02-15T03:42:50.722Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:50.722Z] latest [2023-02-15T03:42:50.722Z] 3.0.0-dev.49 [2023-02-15T03:42:50.722Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:42:50.722Z] main [2023-02-15T03:42:50.722Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:51.038Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:51.340Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:51.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T03:42:51.340Z] c7e402efbdf7: Preparing [2023-02-15T03:42:51.340Z] 407e0acaaa51: Preparing [2023-02-15T03:42:51.340Z] 5d0ed0a93ee7: Preparing [2023-02-15T03:42:51.340Z] 9241c87f706f: Preparing [2023-02-15T03:42:51.340Z] 49b97f6077d5: Preparing [2023-02-15T03:42:51.340Z] aa5968d388b8: Preparing [2023-02-15T03:42:51.340Z] aa5968d388b8: Waiting [2023-02-15T03:42:51.340Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:51.340Z] 49b97f6077d5: Layer already exists [2023-02-15T03:42:51.340Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:51.340Z] c7e402efbdf7: Pushed [2023-02-15T03:42:51.340Z] 407e0acaaa51: Pushed [2023-02-15T03:42:52.720Z] 5d0ed0a93ee7: Pushed [2023-02-15T03:42:52.979Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:7cf32f492283d762b80833f3bd08e157efc4b80f16ece14d96351ca5f80bb264 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:53.286Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:53.598Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-15T03:42:53.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T03:42:53.598Z] c7e402efbdf7: Preparing [2023-02-15T03:42:53.598Z] 407e0acaaa51: Preparing [2023-02-15T03:42:53.598Z] 5d0ed0a93ee7: Preparing [2023-02-15T03:42:53.598Z] 9241c87f706f: Preparing [2023-02-15T03:42:53.598Z] 49b97f6077d5: Preparing [2023-02-15T03:42:53.598Z] aa5968d388b8: Preparing [2023-02-15T03:42:53.598Z] aa5968d388b8: Waiting [2023-02-15T03:42:53.598Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:53.598Z] c7e402efbdf7: Layer already exists [2023-02-15T03:42:53.598Z] 407e0acaaa51: Layer already exists [2023-02-15T03:42:53.598Z] 49b97f6077d5: Layer already exists [2023-02-15T03:42:53.598Z] 5d0ed0a93ee7: Layer already exists [2023-02-15T03:42:53.598Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:53.598Z] latest: digest: sha256:7cf32f492283d762b80833f3bd08e157efc4b80f16ece14d96351ca5f80bb264 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:53.902Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:54.214Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.49 [2023-02-15T03:42:54.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T03:42:54.214Z] c7e402efbdf7: Preparing [2023-02-15T03:42:54.214Z] 407e0acaaa51: Preparing [2023-02-15T03:42:54.214Z] 5d0ed0a93ee7: Preparing [2023-02-15T03:42:54.214Z] 9241c87f706f: Preparing [2023-02-15T03:42:54.214Z] 49b97f6077d5: Preparing [2023-02-15T03:42:54.214Z] aa5968d388b8: Preparing [2023-02-15T03:42:54.214Z] aa5968d388b8: Waiting [2023-02-15T03:42:54.214Z] 49b97f6077d5: Layer already exists [2023-02-15T03:42:54.214Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:54.214Z] c7e402efbdf7: Layer already exists [2023-02-15T03:42:54.214Z] 5d0ed0a93ee7: Layer already exists [2023-02-15T03:42:54.214Z] 407e0acaaa51: Layer already exists [2023-02-15T03:42:54.214Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:54.214Z] 3.0.0-dev.49: digest: sha256:7cf32f492283d762b80833f3bd08e157efc4b80f16ece14d96351ca5f80bb264 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:54.524Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:54.830Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:42:54.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T03:42:54.830Z] c7e402efbdf7: Preparing [2023-02-15T03:42:54.830Z] 407e0acaaa51: Preparing [2023-02-15T03:42:54.830Z] 5d0ed0a93ee7: Preparing [2023-02-15T03:42:54.830Z] 9241c87f706f: Preparing [2023-02-15T03:42:54.830Z] 49b97f6077d5: Preparing [2023-02-15T03:42:54.830Z] aa5968d388b8: Preparing [2023-02-15T03:42:54.830Z] aa5968d388b8: Waiting [2023-02-15T03:42:54.830Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:54.830Z] 407e0acaaa51: Layer already exists [2023-02-15T03:42:54.830Z] 49b97f6077d5: Layer already exists [2023-02-15T03:42:54.830Z] c7e402efbdf7: Layer already exists [2023-02-15T03:42:54.830Z] 5d0ed0a93ee7: Layer already exists [2023-02-15T03:42:54.830Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:54.830Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:7cf32f492283d762b80833f3bd08e157efc4b80f16ece14d96351ca5f80bb264 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:55.137Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:55.443Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-02-15T03:42:55.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T03:42:55.443Z] c7e402efbdf7: Preparing [2023-02-15T03:42:55.443Z] 407e0acaaa51: Preparing [2023-02-15T03:42:55.443Z] 5d0ed0a93ee7: Preparing [2023-02-15T03:42:55.443Z] 9241c87f706f: Preparing [2023-02-15T03:42:55.443Z] 49b97f6077d5: Preparing [2023-02-15T03:42:55.443Z] aa5968d388b8: Preparing [2023-02-15T03:42:55.443Z] aa5968d388b8: Waiting [2023-02-15T03:42:55.443Z] 5d0ed0a93ee7: Layer already exists [2023-02-15T03:42:55.443Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:55.443Z] c7e402efbdf7: Layer already exists [2023-02-15T03:42:55.443Z] 407e0acaaa51: Layer already exists [2023-02-15T03:42:55.443Z] 49b97f6077d5: Layer already exists [2023-02-15T03:42:55.443Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:55.443Z] main: digest: sha256:7cf32f492283d762b80833f3bd08e157efc4b80f16ece14d96351ca5f80bb264 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:42:55.477Z] ===================================================== [Pipeline] echo [2023-02-15T03:42:55.483Z] taggedImages: [2023-02-15T03:42:55.483Z] - nexus3.edgexfoundry.org:10004/core-metadata:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:55.483Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-15T03:42:55.483Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.49 [2023-02-15T03:42:55.483Z] - nexus3.edgexfoundry.org:10004/core-metadata:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:42:55.483Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-02-15T03:42:55.497Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-02-15T03:42:55.497Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:55.497Z] latest [2023-02-15T03:42:55.497Z] 3.0.0-dev.49 [2023-02-15T03:42:55.497Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:42:55.497Z] main [2023-02-15T03:42:55.497Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:55.802Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:56.108Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:42:56.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T03:42:56.108Z] efb8d2ff710f: Preparing [2023-02-15T03:42:56.108Z] efb8d2ff710f: Preparing [2023-02-15T03:42:56.108Z] 78b5be0efe4b: Preparing [2023-02-15T03:42:56.108Z] 87bcc8b4ed62: Preparing [2023-02-15T03:42:56.108Z] 22a2c21d67ea: Preparing [2023-02-15T03:42:56.108Z] d290fbf5590c: Preparing [2023-02-15T03:42:56.108Z] 2891c54e8404: Preparing [2023-02-15T03:42:56.108Z] 9241c87f706f: Preparing [2023-02-15T03:42:56.108Z] f8e6ee2b8805: Preparing [2023-02-15T03:42:56.108Z] 3b6e1adefc24: Preparing [2023-02-15T03:42:56.108Z] 717851230eba: Preparing [2023-02-15T03:42:56.108Z] b4d22f4ab5df: Preparing [2023-02-15T03:42:56.108Z] aa5968d388b8: Preparing [2023-02-15T03:42:56.108Z] 2891c54e8404: Waiting [2023-02-15T03:42:56.108Z] 9241c87f706f: Waiting [2023-02-15T03:42:56.108Z] f8e6ee2b8805: Waiting [2023-02-15T03:42:56.108Z] aa5968d388b8: Waiting [2023-02-15T03:42:56.108Z] 3b6e1adefc24: Waiting [2023-02-15T03:42:56.108Z] 717851230eba: Waiting [2023-02-15T03:42:56.108Z] b4d22f4ab5df: Waiting [2023-02-15T03:42:56.108Z] 22a2c21d67ea: Pushed [2023-02-15T03:42:56.108Z] efb8d2ff710f: Pushed [2023-02-15T03:42:56.108Z] d290fbf5590c: Pushed [2023-02-15T03:42:56.108Z] 87bcc8b4ed62: Pushed [2023-02-15T03:42:56.108Z] 78b5be0efe4b: Pushed [2023-02-15T03:42:56.108Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:56.370Z] 3b6e1adefc24: Pushed [2023-02-15T03:42:56.370Z] f8e6ee2b8805: Pushed [2023-02-15T03:42:56.370Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:56.370Z] 717851230eba: Pushed [2023-02-15T03:42:56.370Z] b4d22f4ab5df: Pushed [2023-02-15T03:42:58.277Z] 2891c54e8404: Pushed [2023-02-15T03:42:58.277Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:2173eae31808a8346611071a08904f6e646b60be09bed1a3029914e79f2a62c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:58.598Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:58.901Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-15T03:42:58.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T03:42:58.901Z] efb8d2ff710f: Preparing [2023-02-15T03:42:58.901Z] efb8d2ff710f: Preparing [2023-02-15T03:42:58.901Z] 78b5be0efe4b: Preparing [2023-02-15T03:42:58.901Z] 87bcc8b4ed62: Preparing [2023-02-15T03:42:58.901Z] 22a2c21d67ea: Preparing [2023-02-15T03:42:58.901Z] d290fbf5590c: Preparing [2023-02-15T03:42:58.901Z] 2891c54e8404: Preparing [2023-02-15T03:42:58.901Z] 9241c87f706f: Preparing [2023-02-15T03:42:58.901Z] f8e6ee2b8805: Preparing [2023-02-15T03:42:58.901Z] 3b6e1adefc24: Preparing [2023-02-15T03:42:58.901Z] 717851230eba: Preparing [2023-02-15T03:42:58.901Z] b4d22f4ab5df: Preparing [2023-02-15T03:42:58.901Z] aa5968d388b8: Preparing [2023-02-15T03:42:58.901Z] 9241c87f706f: Waiting [2023-02-15T03:42:58.901Z] 717851230eba: Waiting [2023-02-15T03:42:58.901Z] b4d22f4ab5df: Waiting [2023-02-15T03:42:58.901Z] f8e6ee2b8805: Waiting [2023-02-15T03:42:58.901Z] 3b6e1adefc24: Waiting [2023-02-15T03:42:58.901Z] aa5968d388b8: Waiting [2023-02-15T03:42:58.901Z] 2891c54e8404: Waiting [2023-02-15T03:42:58.901Z] d290fbf5590c: Layer already exists [2023-02-15T03:42:58.901Z] efb8d2ff710f: Layer already exists [2023-02-15T03:42:58.901Z] 87bcc8b4ed62: Layer already exists [2023-02-15T03:42:58.901Z] 78b5be0efe4b: Layer already exists [2023-02-15T03:42:58.901Z] 22a2c21d67ea: Layer already exists [2023-02-15T03:42:58.901Z] 2891c54e8404: Layer already exists [2023-02-15T03:42:58.901Z] f8e6ee2b8805: Layer already exists [2023-02-15T03:42:58.901Z] 717851230eba: Layer already exists [2023-02-15T03:42:58.902Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:58.902Z] 3b6e1adefc24: Layer already exists [2023-02-15T03:42:58.902Z] b4d22f4ab5df: Layer already exists [2023-02-15T03:42:58.902Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:58.902Z] latest: digest: sha256:2173eae31808a8346611071a08904f6e646b60be09bed1a3029914e79f2a62c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:59.208Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:59.513Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.49 [2023-02-15T03:42:59.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T03:42:59.513Z] efb8d2ff710f: Preparing [2023-02-15T03:42:59.513Z] efb8d2ff710f: Preparing [2023-02-15T03:42:59.513Z] 78b5be0efe4b: Preparing [2023-02-15T03:42:59.513Z] 87bcc8b4ed62: Preparing [2023-02-15T03:42:59.513Z] 22a2c21d67ea: Preparing [2023-02-15T03:42:59.513Z] d290fbf5590c: Preparing [2023-02-15T03:42:59.513Z] 2891c54e8404: Preparing [2023-02-15T03:42:59.513Z] 9241c87f706f: Preparing [2023-02-15T03:42:59.513Z] f8e6ee2b8805: Preparing [2023-02-15T03:42:59.513Z] 3b6e1adefc24: Preparing [2023-02-15T03:42:59.513Z] 717851230eba: Preparing [2023-02-15T03:42:59.513Z] b4d22f4ab5df: Preparing [2023-02-15T03:42:59.513Z] aa5968d388b8: Preparing [2023-02-15T03:42:59.513Z] 9241c87f706f: Waiting [2023-02-15T03:42:59.513Z] 717851230eba: Waiting [2023-02-15T03:42:59.513Z] b4d22f4ab5df: Waiting [2023-02-15T03:42:59.513Z] f8e6ee2b8805: Waiting [2023-02-15T03:42:59.513Z] 3b6e1adefc24: Waiting [2023-02-15T03:42:59.513Z] aa5968d388b8: Waiting [2023-02-15T03:42:59.513Z] 22a2c21d67ea: Layer already exists [2023-02-15T03:42:59.513Z] efb8d2ff710f: Layer already exists [2023-02-15T03:42:59.513Z] 78b5be0efe4b: Layer already exists [2023-02-15T03:42:59.513Z] 87bcc8b4ed62: Layer already exists [2023-02-15T03:42:59.513Z] d290fbf5590c: Layer already exists [2023-02-15T03:42:59.513Z] 2891c54e8404: Layer already exists [2023-02-15T03:42:59.513Z] 9241c87f706f: Layer already exists [2023-02-15T03:42:59.513Z] f8e6ee2b8805: Layer already exists [2023-02-15T03:42:59.513Z] 3b6e1adefc24: Layer already exists [2023-02-15T03:42:59.513Z] 717851230eba: Layer already exists [2023-02-15T03:42:59.513Z] b4d22f4ab5df: Layer already exists [2023-02-15T03:42:59.513Z] aa5968d388b8: Layer already exists [2023-02-15T03:42:59.513Z] 3.0.0-dev.49: digest: sha256:2173eae31808a8346611071a08904f6e646b60be09bed1a3029914e79f2a62c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:42:59.820Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:00.125Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:00.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T03:43:00.125Z] efb8d2ff710f: Preparing [2023-02-15T03:43:00.125Z] efb8d2ff710f: Preparing [2023-02-15T03:43:00.125Z] 78b5be0efe4b: Preparing [2023-02-15T03:43:00.125Z] 87bcc8b4ed62: Preparing [2023-02-15T03:43:00.125Z] 22a2c21d67ea: Preparing [2023-02-15T03:43:00.125Z] d290fbf5590c: Preparing [2023-02-15T03:43:00.125Z] 2891c54e8404: Preparing [2023-02-15T03:43:00.125Z] 9241c87f706f: Preparing [2023-02-15T03:43:00.125Z] f8e6ee2b8805: Preparing [2023-02-15T03:43:00.125Z] 3b6e1adefc24: Preparing [2023-02-15T03:43:00.125Z] 717851230eba: Preparing [2023-02-15T03:43:00.125Z] b4d22f4ab5df: Preparing [2023-02-15T03:43:00.125Z] aa5968d388b8: Preparing [2023-02-15T03:43:00.125Z] 2891c54e8404: Waiting [2023-02-15T03:43:00.125Z] b4d22f4ab5df: Waiting [2023-02-15T03:43:00.125Z] 717851230eba: Waiting [2023-02-15T03:43:00.125Z] 9241c87f706f: Waiting [2023-02-15T03:43:00.125Z] f8e6ee2b8805: Waiting [2023-02-15T03:43:00.125Z] aa5968d388b8: Waiting [2023-02-15T03:43:00.125Z] 3b6e1adefc24: Waiting [2023-02-15T03:43:00.125Z] d290fbf5590c: Layer already exists [2023-02-15T03:43:00.125Z] efb8d2ff710f: Layer already exists [2023-02-15T03:43:00.125Z] 87bcc8b4ed62: Layer already exists [2023-02-15T03:43:00.125Z] 78b5be0efe4b: Layer already exists [2023-02-15T03:43:00.125Z] 22a2c21d67ea: Layer already exists [2023-02-15T03:43:00.125Z] 2891c54e8404: Layer already exists [2023-02-15T03:43:00.125Z] f8e6ee2b8805: Layer already exists [2023-02-15T03:43:00.125Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:00.125Z] 717851230eba: Layer already exists [2023-02-15T03:43:00.125Z] 3b6e1adefc24: Layer already exists [2023-02-15T03:43:00.125Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:00.125Z] b4d22f4ab5df: Layer already exists [2023-02-15T03:43:00.125Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:2173eae31808a8346611071a08904f6e646b60be09bed1a3029914e79f2a62c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:00.429Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:00.735Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-02-15T03:43:00.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T03:43:00.735Z] efb8d2ff710f: Preparing [2023-02-15T03:43:00.735Z] efb8d2ff710f: Preparing [2023-02-15T03:43:00.735Z] 78b5be0efe4b: Preparing [2023-02-15T03:43:00.735Z] 87bcc8b4ed62: Preparing [2023-02-15T03:43:00.735Z] 22a2c21d67ea: Preparing [2023-02-15T03:43:00.735Z] d290fbf5590c: Preparing [2023-02-15T03:43:00.735Z] 2891c54e8404: Preparing [2023-02-15T03:43:00.735Z] 9241c87f706f: Preparing [2023-02-15T03:43:00.735Z] f8e6ee2b8805: Preparing [2023-02-15T03:43:00.735Z] 3b6e1adefc24: Preparing [2023-02-15T03:43:00.735Z] 717851230eba: Preparing [2023-02-15T03:43:00.735Z] b4d22f4ab5df: Preparing [2023-02-15T03:43:00.735Z] aa5968d388b8: Preparing [2023-02-15T03:43:00.735Z] 9241c87f706f: Waiting [2023-02-15T03:43:00.735Z] f8e6ee2b8805: Waiting [2023-02-15T03:43:00.735Z] 3b6e1adefc24: Waiting [2023-02-15T03:43:00.735Z] 717851230eba: Waiting [2023-02-15T03:43:00.735Z] b4d22f4ab5df: Waiting [2023-02-15T03:43:00.735Z] aa5968d388b8: Waiting [2023-02-15T03:43:00.735Z] 78b5be0efe4b: Layer already exists [2023-02-15T03:43:00.735Z] 22a2c21d67ea: Layer already exists [2023-02-15T03:43:00.735Z] efb8d2ff710f: Layer already exists [2023-02-15T03:43:00.735Z] d290fbf5590c: Layer already exists [2023-02-15T03:43:00.735Z] 87bcc8b4ed62: Layer already exists [2023-02-15T03:43:00.735Z] 2891c54e8404: Layer already exists [2023-02-15T03:43:00.735Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:00.735Z] 717851230eba: Layer already exists [2023-02-15T03:43:00.735Z] f8e6ee2b8805: Layer already exists [2023-02-15T03:43:00.735Z] 3b6e1adefc24: Layer already exists [2023-02-15T03:43:00.735Z] b4d22f4ab5df: Layer already exists [2023-02-15T03:43:00.735Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:00.735Z] main: digest: sha256:2173eae31808a8346611071a08904f6e646b60be09bed1a3029914e79f2a62c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:43:00.771Z] ===================================================== [Pipeline] echo [2023-02-15T03:43:00.777Z] taggedImages: [2023-02-15T03:43:00.777Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:00.777Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-15T03:43:00.777Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.49 [2023-02-15T03:43:00.777Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:00.777Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-02-15T03:43:00.805Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-02-15T03:43:00.805Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:00.805Z] latest [2023-02-15T03:43:00.805Z] 3.0.0-dev.49 [2023-02-15T03:43:00.805Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:00.805Z] main [2023-02-15T03:43:00.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:01.136Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:01.462Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:01.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T03:43:01.462Z] a0c64719682f: Preparing [2023-02-15T03:43:01.462Z] 1a5ab1d8a8e3: Preparing [2023-02-15T03:43:01.462Z] 3a45b93897ea: Preparing [2023-02-15T03:43:01.462Z] 6f3c1b819153: Preparing [2023-02-15T03:43:01.462Z] c5af26665b69: Preparing [2023-02-15T03:43:01.462Z] 8961b46f228d: Preparing [2023-02-15T03:43:01.462Z] ef805edc72ff: Preparing [2023-02-15T03:43:01.462Z] aa5968d388b8: Preparing [2023-02-15T03:43:01.462Z] 8961b46f228d: Waiting [2023-02-15T03:43:01.462Z] ef805edc72ff: Waiting [2023-02-15T03:43:01.462Z] aa5968d388b8: Waiting [2023-02-15T03:43:01.462Z] c5af26665b69: Pushed [2023-02-15T03:43:01.462Z] 1a5ab1d8a8e3: Pushed [2023-02-15T03:43:01.462Z] a0c64719682f: Pushed [2023-02-15T03:43:01.795Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:01.795Z] 8961b46f228d: Pushed [2023-02-15T03:43:02.967Z] ef805edc72ff: Pushed [2023-02-15T03:43:02.967Z] 6f3c1b819153: Pushed [2023-02-15T03:43:02.967Z] 3a45b93897ea: Pushed [2023-02-15T03:43:03.227Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:b18f21c8bfa118b21595b32f9deb3c7048e384982d617641e08ec872ccb57e85 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:03.534Z] + 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-15T03:43:03.833Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-15T03:43:03.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T03:43:03.833Z] a0c64719682f: Preparing [2023-02-15T03:43:03.833Z] 1a5ab1d8a8e3: Preparing [2023-02-15T03:43:03.833Z] 3a45b93897ea: Preparing [2023-02-15T03:43:03.833Z] 6f3c1b819153: Preparing [2023-02-15T03:43:03.833Z] c5af26665b69: Preparing [2023-02-15T03:43:03.833Z] 8961b46f228d: Preparing [2023-02-15T03:43:03.833Z] ef805edc72ff: Preparing [2023-02-15T03:43:03.833Z] aa5968d388b8: Preparing [2023-02-15T03:43:03.833Z] ef805edc72ff: Waiting [2023-02-15T03:43:03.833Z] 8961b46f228d: Waiting [2023-02-15T03:43:03.833Z] aa5968d388b8: Waiting [2023-02-15T03:43:03.833Z] 6f3c1b819153: Layer already exists [2023-02-15T03:43:03.833Z] c5af26665b69: Layer already exists [2023-02-15T03:43:03.833Z] a0c64719682f: Layer already exists [2023-02-15T03:43:03.833Z] 1a5ab1d8a8e3: Layer already exists [2023-02-15T03:43:03.833Z] 3a45b93897ea: Layer already exists [2023-02-15T03:43:03.833Z] 8961b46f228d: Layer already exists [2023-02-15T03:43:03.833Z] ef805edc72ff: Layer already exists [2023-02-15T03:43:03.833Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:03.833Z] latest: digest: sha256:b18f21c8bfa118b21595b32f9deb3c7048e384982d617641e08ec872ccb57e85 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:04.136Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:04.437Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.49 [2023-02-15T03:43:04.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T03:43:04.437Z] a0c64719682f: Preparing [2023-02-15T03:43:04.437Z] 1a5ab1d8a8e3: Preparing [2023-02-15T03:43:04.437Z] 3a45b93897ea: Preparing [2023-02-15T03:43:04.437Z] 6f3c1b819153: Preparing [2023-02-15T03:43:04.437Z] c5af26665b69: Preparing [2023-02-15T03:43:04.437Z] 8961b46f228d: Preparing [2023-02-15T03:43:04.437Z] ef805edc72ff: Preparing [2023-02-15T03:43:04.437Z] aa5968d388b8: Preparing [2023-02-15T03:43:04.437Z] 8961b46f228d: Waiting [2023-02-15T03:43:04.437Z] aa5968d388b8: Waiting [2023-02-15T03:43:04.437Z] c5af26665b69: Layer already exists [2023-02-15T03:43:04.437Z] 1a5ab1d8a8e3: Layer already exists [2023-02-15T03:43:04.437Z] a0c64719682f: Layer already exists [2023-02-15T03:43:04.437Z] 6f3c1b819153: Layer already exists [2023-02-15T03:43:04.437Z] 3a45b93897ea: Layer already exists [2023-02-15T03:43:04.437Z] 8961b46f228d: Layer already exists [2023-02-15T03:43:04.437Z] ef805edc72ff: Layer already exists [2023-02-15T03:43:04.437Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:04.437Z] 3.0.0-dev.49: digest: sha256:b18f21c8bfa118b21595b32f9deb3c7048e384982d617641e08ec872ccb57e85 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:04.750Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:05.052Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:05.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T03:43:05.052Z] a0c64719682f: Preparing [2023-02-15T03:43:05.052Z] 1a5ab1d8a8e3: Preparing [2023-02-15T03:43:05.052Z] 3a45b93897ea: Preparing [2023-02-15T03:43:05.052Z] 6f3c1b819153: Preparing [2023-02-15T03:43:05.052Z] c5af26665b69: Preparing [2023-02-15T03:43:05.052Z] 8961b46f228d: Preparing [2023-02-15T03:43:05.052Z] ef805edc72ff: Preparing [2023-02-15T03:43:05.052Z] aa5968d388b8: Preparing [2023-02-15T03:43:05.052Z] 8961b46f228d: Waiting [2023-02-15T03:43:05.052Z] ef805edc72ff: Waiting [2023-02-15T03:43:05.052Z] a0c64719682f: Layer already exists [2023-02-15T03:43:05.052Z] 6f3c1b819153: Layer already exists [2023-02-15T03:43:05.052Z] 3a45b93897ea: Layer already exists [2023-02-15T03:43:05.052Z] c5af26665b69: Layer already exists [2023-02-15T03:43:05.052Z] 1a5ab1d8a8e3: Layer already exists [2023-02-15T03:43:05.052Z] 8961b46f228d: Layer already exists [2023-02-15T03:43:05.052Z] ef805edc72ff: Layer already exists [2023-02-15T03:43:05.052Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:05.052Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:b18f21c8bfa118b21595b32f9deb3c7048e384982d617641e08ec872ccb57e85 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:05.355Z] + 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-15T03:43:05.661Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-02-15T03:43:05.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T03:43:05.661Z] a0c64719682f: Preparing [2023-02-15T03:43:05.661Z] 1a5ab1d8a8e3: Preparing [2023-02-15T03:43:05.661Z] 3a45b93897ea: Preparing [2023-02-15T03:43:05.661Z] 6f3c1b819153: Preparing [2023-02-15T03:43:05.661Z] c5af26665b69: Preparing [2023-02-15T03:43:05.661Z] 8961b46f228d: Preparing [2023-02-15T03:43:05.662Z] ef805edc72ff: Preparing [2023-02-15T03:43:05.662Z] aa5968d388b8: Preparing [2023-02-15T03:43:05.662Z] 8961b46f228d: Waiting [2023-02-15T03:43:05.662Z] ef805edc72ff: Waiting [2023-02-15T03:43:05.662Z] aa5968d388b8: Waiting [2023-02-15T03:43:05.662Z] 6f3c1b819153: Layer already exists [2023-02-15T03:43:05.662Z] 3a45b93897ea: Layer already exists [2023-02-15T03:43:05.662Z] 1a5ab1d8a8e3: Layer already exists [2023-02-15T03:43:05.662Z] c5af26665b69: Layer already exists [2023-02-15T03:43:05.662Z] a0c64719682f: Layer already exists [2023-02-15T03:43:05.662Z] 8961b46f228d: Layer already exists [2023-02-15T03:43:05.662Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:05.662Z] ef805edc72ff: Layer already exists [2023-02-15T03:43:05.662Z] main: digest: sha256:b18f21c8bfa118b21595b32f9deb3c7048e384982d617641e08ec872ccb57e85 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:43:05.696Z] ===================================================== [Pipeline] echo [2023-02-15T03:43:05.711Z] taggedImages: [2023-02-15T03:43:05.711Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:05.711Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-15T03:43:05.711Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.49 [2023-02-15T03:43:05.711Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:05.711Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-02-15T03:43:05.726Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-02-15T03:43:05.726Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:05.726Z] latest [2023-02-15T03:43:05.726Z] 3.0.0-dev.49 [2023-02-15T03:43:05.726Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:05.726Z] main [2023-02-15T03:43:05.726Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:06.029Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:06.336Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:06.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T03:43:06.336Z] efb21d2af17c: Preparing [2023-02-15T03:43:06.336Z] 47804a0f1c08: Preparing [2023-02-15T03:43:06.336Z] a60492676200: Preparing [2023-02-15T03:43:06.336Z] 672bf00bf378: Preparing [2023-02-15T03:43:06.336Z] 4e853edc4d9e: Preparing [2023-02-15T03:43:06.336Z] b97c84f9cdd0: Preparing [2023-02-15T03:43:06.336Z] b07ddbebd801: Preparing [2023-02-15T03:43:06.336Z] 036dbf720ef9: Preparing [2023-02-15T03:43:06.336Z] a820578dd65e: Preparing [2023-02-15T03:43:06.336Z] aa5968d388b8: Preparing [2023-02-15T03:43:06.336Z] 036dbf720ef9: Waiting [2023-02-15T03:43:06.336Z] b07ddbebd801: Waiting [2023-02-15T03:43:06.336Z] b97c84f9cdd0: Waiting [2023-02-15T03:43:06.336Z] a820578dd65e: Waiting [2023-02-15T03:43:06.336Z] aa5968d388b8: Waiting [2023-02-15T03:43:06.336Z] 47804a0f1c08: Pushed [2023-02-15T03:43:06.336Z] efb21d2af17c: Pushed [2023-02-15T03:43:06.336Z] 4e853edc4d9e: Pushed [2023-02-15T03:43:06.595Z] b97c84f9cdd0: Pushed [2023-02-15T03:43:06.595Z] 036dbf720ef9: Pushed [2023-02-15T03:43:06.595Z] b07ddbebd801: Pushed [2023-02-15T03:43:06.595Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:06.595Z] a820578dd65e: Pushed [2023-02-15T03:43:07.561Z] 672bf00bf378: Pushed [2023-02-15T03:43:07.820Z] a60492676200: Pushed [2023-02-15T03:43:07.820Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:2e8584376dfd737d9eebe9682f2930a1c27ac636ed88e7af99530f3aa7affc7e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:08.123Z] + 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-15T03:43:08.425Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-15T03:43:08.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T03:43:08.425Z] efb21d2af17c: Preparing [2023-02-15T03:43:08.425Z] 47804a0f1c08: Preparing [2023-02-15T03:43:08.425Z] a60492676200: Preparing [2023-02-15T03:43:08.425Z] 672bf00bf378: Preparing [2023-02-15T03:43:08.425Z] 4e853edc4d9e: Preparing [2023-02-15T03:43:08.425Z] b97c84f9cdd0: Preparing [2023-02-15T03:43:08.425Z] b07ddbebd801: Preparing [2023-02-15T03:43:08.425Z] 036dbf720ef9: Preparing [2023-02-15T03:43:08.425Z] a820578dd65e: Preparing [2023-02-15T03:43:08.425Z] aa5968d388b8: Preparing [2023-02-15T03:43:08.425Z] b97c84f9cdd0: Waiting [2023-02-15T03:43:08.425Z] 036dbf720ef9: Waiting [2023-02-15T03:43:08.425Z] aa5968d388b8: Waiting [2023-02-15T03:43:08.425Z] a820578dd65e: Waiting [2023-02-15T03:43:08.425Z] b07ddbebd801: Waiting [2023-02-15T03:43:08.425Z] efb21d2af17c: Layer already exists [2023-02-15T03:43:08.425Z] 4e853edc4d9e: Layer already exists [2023-02-15T03:43:08.425Z] 47804a0f1c08: Layer already exists [2023-02-15T03:43:08.425Z] 672bf00bf378: Layer already exists [2023-02-15T03:43:08.425Z] a60492676200: Layer already exists [2023-02-15T03:43:08.425Z] a820578dd65e: Layer already exists [2023-02-15T03:43:08.425Z] 036dbf720ef9: Layer already exists [2023-02-15T03:43:08.425Z] b07ddbebd801: Layer already exists [2023-02-15T03:43:08.425Z] b97c84f9cdd0: Layer already exists [2023-02-15T03:43:08.425Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:08.425Z] latest: digest: sha256:2e8584376dfd737d9eebe9682f2930a1c27ac636ed88e7af99530f3aa7affc7e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:08.728Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:09.031Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.49 [2023-02-15T03:43:09.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T03:43:09.031Z] efb21d2af17c: Preparing [2023-02-15T03:43:09.031Z] 47804a0f1c08: Preparing [2023-02-15T03:43:09.031Z] a60492676200: Preparing [2023-02-15T03:43:09.031Z] 672bf00bf378: Preparing [2023-02-15T03:43:09.031Z] 4e853edc4d9e: Preparing [2023-02-15T03:43:09.031Z] b97c84f9cdd0: Preparing [2023-02-15T03:43:09.031Z] b07ddbebd801: Preparing [2023-02-15T03:43:09.031Z] 036dbf720ef9: Preparing [2023-02-15T03:43:09.031Z] a820578dd65e: Preparing [2023-02-15T03:43:09.031Z] aa5968d388b8: Preparing [2023-02-15T03:43:09.031Z] b07ddbebd801: Waiting [2023-02-15T03:43:09.031Z] 036dbf720ef9: Waiting [2023-02-15T03:43:09.031Z] a820578dd65e: Waiting [2023-02-15T03:43:09.031Z] aa5968d388b8: Waiting [2023-02-15T03:43:09.031Z] b97c84f9cdd0: Waiting [2023-02-15T03:43:09.031Z] 47804a0f1c08: Layer already exists [2023-02-15T03:43:09.031Z] 4e853edc4d9e: Layer already exists [2023-02-15T03:43:09.031Z] 672bf00bf378: Layer already exists [2023-02-15T03:43:09.031Z] a60492676200: Layer already exists [2023-02-15T03:43:09.031Z] efb21d2af17c: Layer already exists [2023-02-15T03:43:09.031Z] 036dbf720ef9: Layer already exists [2023-02-15T03:43:09.031Z] b07ddbebd801: Layer already exists [2023-02-15T03:43:09.031Z] b97c84f9cdd0: Layer already exists [2023-02-15T03:43:09.031Z] a820578dd65e: Layer already exists [2023-02-15T03:43:09.031Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:09.031Z] 3.0.0-dev.49: digest: sha256:2e8584376dfd737d9eebe9682f2930a1c27ac636ed88e7af99530f3aa7affc7e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:09.332Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:09.634Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:09.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T03:43:09.634Z] efb21d2af17c: Preparing [2023-02-15T03:43:09.634Z] 47804a0f1c08: Preparing [2023-02-15T03:43:09.634Z] a60492676200: Preparing [2023-02-15T03:43:09.634Z] 672bf00bf378: Preparing [2023-02-15T03:43:09.634Z] 4e853edc4d9e: Preparing [2023-02-15T03:43:09.634Z] b97c84f9cdd0: Preparing [2023-02-15T03:43:09.634Z] b07ddbebd801: Preparing [2023-02-15T03:43:09.634Z] 036dbf720ef9: Preparing [2023-02-15T03:43:09.634Z] a820578dd65e: Preparing [2023-02-15T03:43:09.634Z] aa5968d388b8: Preparing [2023-02-15T03:43:09.634Z] a820578dd65e: Waiting [2023-02-15T03:43:09.634Z] b07ddbebd801: Waiting [2023-02-15T03:43:09.634Z] 036dbf720ef9: Waiting [2023-02-15T03:43:09.634Z] 4e853edc4d9e: Layer already exists [2023-02-15T03:43:09.634Z] efb21d2af17c: Layer already exists [2023-02-15T03:43:09.634Z] 47804a0f1c08: Layer already exists [2023-02-15T03:43:09.634Z] a60492676200: Layer already exists [2023-02-15T03:43:09.634Z] 672bf00bf378: Layer already exists [2023-02-15T03:43:09.634Z] b97c84f9cdd0: Layer already exists [2023-02-15T03:43:09.634Z] b07ddbebd801: Layer already exists [2023-02-15T03:43:09.634Z] 036dbf720ef9: Layer already exists [2023-02-15T03:43:09.634Z] a820578dd65e: Layer already exists [2023-02-15T03:43:09.634Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:09.634Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:2e8584376dfd737d9eebe9682f2930a1c27ac636ed88e7af99530f3aa7affc7e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:09.949Z] + 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-15T03:43:10.252Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-02-15T03:43:10.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T03:43:10.253Z] efb21d2af17c: Preparing [2023-02-15T03:43:10.253Z] 47804a0f1c08: Preparing [2023-02-15T03:43:10.253Z] a60492676200: Preparing [2023-02-15T03:43:10.253Z] 672bf00bf378: Preparing [2023-02-15T03:43:10.253Z] 4e853edc4d9e: Preparing [2023-02-15T03:43:10.253Z] b97c84f9cdd0: Preparing [2023-02-15T03:43:10.253Z] b07ddbebd801: Preparing [2023-02-15T03:43:10.253Z] 036dbf720ef9: Preparing [2023-02-15T03:43:10.253Z] a820578dd65e: Preparing [2023-02-15T03:43:10.253Z] aa5968d388b8: Preparing [2023-02-15T03:43:10.253Z] b97c84f9cdd0: Waiting [2023-02-15T03:43:10.253Z] b07ddbebd801: Waiting [2023-02-15T03:43:10.253Z] 036dbf720ef9: Waiting [2023-02-15T03:43:10.253Z] a820578dd65e: Waiting [2023-02-15T03:43:10.253Z] aa5968d388b8: Waiting [2023-02-15T03:43:10.253Z] 4e853edc4d9e: Layer already exists [2023-02-15T03:43:10.253Z] a60492676200: Layer already exists [2023-02-15T03:43:10.253Z] 672bf00bf378: Layer already exists [2023-02-15T03:43:10.253Z] efb21d2af17c: Layer already exists [2023-02-15T03:43:10.253Z] 47804a0f1c08: Layer already exists [2023-02-15T03:43:10.253Z] b07ddbebd801: Layer already exists [2023-02-15T03:43:10.253Z] b97c84f9cdd0: Layer already exists [2023-02-15T03:43:10.253Z] 036dbf720ef9: Layer already exists [2023-02-15T03:43:10.253Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:10.253Z] a820578dd65e: Layer already exists [2023-02-15T03:43:10.253Z] main: digest: sha256:2e8584376dfd737d9eebe9682f2930a1c27ac636ed88e7af99530f3aa7affc7e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:43:10.288Z] ===================================================== [Pipeline] echo [2023-02-15T03:43:10.293Z] taggedImages: [2023-02-15T03:43:10.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:10.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-15T03:43:10.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.49 [2023-02-15T03:43:10.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:10.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-02-15T03:43:10.308Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-02-15T03:43:10.308Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:10.308Z] latest [2023-02-15T03:43:10.308Z] 3.0.0-dev.49 [2023-02-15T03:43:10.308Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:10.308Z] main [2023-02-15T03:43:10.308Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:10.621Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:10.927Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:10.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T03:43:10.927Z] ab10ee5cc7ce: Preparing [2023-02-15T03:43:10.927Z] 44ece9386200: Preparing [2023-02-15T03:43:10.927Z] 9241c87f706f: Preparing [2023-02-15T03:43:10.927Z] 7d40110f9f64: Preparing [2023-02-15T03:43:10.927Z] 4e6476652798: Preparing [2023-02-15T03:43:10.927Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:10.927Z] ab10ee5cc7ce: Pushed [2023-02-15T03:43:10.927Z] 4e6476652798: Layer already exists [2023-02-15T03:43:11.501Z] 7d40110f9f64: Pushed [2023-02-15T03:43:12.882Z] 44ece9386200: Pushed [2023-02-15T03:43:13.141Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:2f766165e7f867cfcb21742c6e243e35bd7c9e20a1e91db1482c26c91ec0dcad size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:13.458Z] + 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-15T03:43:13.773Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-15T03:43:13.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T03:43:13.773Z] ab10ee5cc7ce: Preparing [2023-02-15T03:43:13.773Z] 44ece9386200: Preparing [2023-02-15T03:43:13.773Z] 9241c87f706f: Preparing [2023-02-15T03:43:13.773Z] 7d40110f9f64: Preparing [2023-02-15T03:43:13.773Z] 4e6476652798: Preparing [2023-02-15T03:43:13.773Z] 7d40110f9f64: Layer already exists [2023-02-15T03:43:13.773Z] ab10ee5cc7ce: Layer already exists [2023-02-15T03:43:13.773Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:13.773Z] 44ece9386200: Layer already exists [2023-02-15T03:43:13.773Z] 4e6476652798: Layer already exists [2023-02-15T03:43:13.773Z] latest: digest: sha256:2f766165e7f867cfcb21742c6e243e35bd7c9e20a1e91db1482c26c91ec0dcad size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:14.089Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:14.403Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.49 [2023-02-15T03:43:14.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T03:43:14.403Z] ab10ee5cc7ce: Preparing [2023-02-15T03:43:14.403Z] 44ece9386200: Preparing [2023-02-15T03:43:14.403Z] 9241c87f706f: Preparing [2023-02-15T03:43:14.403Z] 7d40110f9f64: Preparing [2023-02-15T03:43:14.403Z] 4e6476652798: Preparing [2023-02-15T03:43:14.403Z] 4e6476652798: Layer already exists [2023-02-15T03:43:14.403Z] 44ece9386200: Layer already exists [2023-02-15T03:43:14.403Z] 7d40110f9f64: Layer already exists [2023-02-15T03:43:14.403Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:14.403Z] ab10ee5cc7ce: Layer already exists [2023-02-15T03:43:14.403Z] 3.0.0-dev.49: digest: sha256:2f766165e7f867cfcb21742c6e243e35bd7c9e20a1e91db1482c26c91ec0dcad size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:14.731Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:15.047Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:15.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T03:43:15.047Z] ab10ee5cc7ce: Preparing [2023-02-15T03:43:15.047Z] 44ece9386200: Preparing [2023-02-15T03:43:15.047Z] 9241c87f706f: Preparing [2023-02-15T03:43:15.047Z] 7d40110f9f64: Preparing [2023-02-15T03:43:15.047Z] 4e6476652798: Preparing [2023-02-15T03:43:15.047Z] ab10ee5cc7ce: Layer already exists [2023-02-15T03:43:15.048Z] 44ece9386200: Layer already exists [2023-02-15T03:43:15.048Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:15.048Z] 7d40110f9f64: Layer already exists [2023-02-15T03:43:15.048Z] 4e6476652798: Layer already exists [2023-02-15T03:43:15.048Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:2f766165e7f867cfcb21742c6e243e35bd7c9e20a1e91db1482c26c91ec0dcad size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:15.369Z] + 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-15T03:43:15.687Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-02-15T03:43:15.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T03:43:15.687Z] ab10ee5cc7ce: Preparing [2023-02-15T03:43:15.687Z] 44ece9386200: Preparing [2023-02-15T03:43:15.687Z] 9241c87f706f: Preparing [2023-02-15T03:43:15.687Z] 7d40110f9f64: Preparing [2023-02-15T03:43:15.687Z] 4e6476652798: Preparing [2023-02-15T03:43:15.687Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:15.687Z] ab10ee5cc7ce: Layer already exists [2023-02-15T03:43:15.687Z] 44ece9386200: Layer already exists [2023-02-15T03:43:15.687Z] 7d40110f9f64: Layer already exists [2023-02-15T03:43:15.687Z] 4e6476652798: Layer already exists [2023-02-15T03:43:15.687Z] main: digest: sha256:2f766165e7f867cfcb21742c6e243e35bd7c9e20a1e91db1482c26c91ec0dcad size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:43:15.737Z] ===================================================== [Pipeline] echo [2023-02-15T03:43:15.746Z] taggedImages: [2023-02-15T03:43:15.746Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:15.746Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-15T03:43:15.746Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.49 [2023-02-15T03:43:15.746Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:15.746Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-02-15T03:43:15.768Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-02-15T03:43:15.768Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:15.768Z] latest [2023-02-15T03:43:15.768Z] 3.0.0-dev.49 [2023-02-15T03:43:15.768Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:15.768Z] main [2023-02-15T03:43:15.768Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:16.081Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:16.391Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:16.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T03:43:16.391Z] 6072de615f5e: Preparing [2023-02-15T03:43:16.391Z] fe75c56cb6b5: Preparing [2023-02-15T03:43:16.391Z] ce868d20b415: Preparing [2023-02-15T03:43:16.391Z] 2b0309dd1dd6: Preparing [2023-02-15T03:43:16.391Z] bf69c5e38930: Preparing [2023-02-15T03:43:16.391Z] 6f26460e0a96: Preparing [2023-02-15T03:43:16.391Z] 4e6476652798: Preparing [2023-02-15T03:43:16.391Z] 6f26460e0a96: Waiting [2023-02-15T03:43:16.391Z] ce868d20b415: Pushed [2023-02-15T03:43:16.391Z] fe75c56cb6b5: Pushed [2023-02-15T03:43:16.391Z] 6072de615f5e: Pushed [2023-02-15T03:43:16.391Z] 4e6476652798: Layer already exists [2023-02-15T03:43:16.978Z] 6f26460e0a96: Pushed [2023-02-15T03:43:20.265Z] bf69c5e38930: Pushed [2023-02-15T03:43:23.548Z] 2b0309dd1dd6: Pushed [2023-02-15T03:43:23.548Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:9920a34d61f0918a73dfa5bc39f976e92f5af33f7dbf9839604eb847123af996 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:23.850Z] + 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-15T03:43:24.150Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-15T03:43:24.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T03:43:24.150Z] 6072de615f5e: Preparing [2023-02-15T03:43:24.150Z] fe75c56cb6b5: Preparing [2023-02-15T03:43:24.150Z] ce868d20b415: Preparing [2023-02-15T03:43:24.150Z] 2b0309dd1dd6: Preparing [2023-02-15T03:43:24.150Z] bf69c5e38930: Preparing [2023-02-15T03:43:24.150Z] 6f26460e0a96: Preparing [2023-02-15T03:43:24.150Z] 4e6476652798: Preparing [2023-02-15T03:43:24.150Z] 6f26460e0a96: Waiting [2023-02-15T03:43:24.150Z] 4e6476652798: Waiting [2023-02-15T03:43:24.150Z] fe75c56cb6b5: Layer already exists [2023-02-15T03:43:24.150Z] 6072de615f5e: Layer already exists [2023-02-15T03:43:24.150Z] ce868d20b415: Layer already exists [2023-02-15T03:43:24.150Z] bf69c5e38930: Layer already exists [2023-02-15T03:43:24.150Z] 2b0309dd1dd6: Layer already exists [2023-02-15T03:43:24.150Z] 4e6476652798: Layer already exists [2023-02-15T03:43:24.150Z] 6f26460e0a96: Layer already exists [2023-02-15T03:43:24.150Z] latest: digest: sha256:9920a34d61f0918a73dfa5bc39f976e92f5af33f7dbf9839604eb847123af996 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:24.459Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:24.764Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.49 [2023-02-15T03:43:24.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T03:43:24.764Z] 6072de615f5e: Preparing [2023-02-15T03:43:24.764Z] fe75c56cb6b5: Preparing [2023-02-15T03:43:24.764Z] ce868d20b415: Preparing [2023-02-15T03:43:24.764Z] 2b0309dd1dd6: Preparing [2023-02-15T03:43:24.764Z] bf69c5e38930: Preparing [2023-02-15T03:43:24.764Z] 6f26460e0a96: Preparing [2023-02-15T03:43:24.764Z] 4e6476652798: Preparing [2023-02-15T03:43:24.764Z] 6f26460e0a96: Waiting [2023-02-15T03:43:24.764Z] 4e6476652798: Waiting [2023-02-15T03:43:24.764Z] fe75c56cb6b5: Layer already exists [2023-02-15T03:43:24.764Z] 2b0309dd1dd6: Layer already exists [2023-02-15T03:43:24.764Z] 6072de615f5e: Layer already exists [2023-02-15T03:43:24.764Z] ce868d20b415: Layer already exists [2023-02-15T03:43:24.764Z] bf69c5e38930: Layer already exists [2023-02-15T03:43:24.764Z] 6f26460e0a96: Layer already exists [2023-02-15T03:43:24.764Z] 4e6476652798: Layer already exists [2023-02-15T03:43:24.764Z] 3.0.0-dev.49: digest: sha256:9920a34d61f0918a73dfa5bc39f976e92f5af33f7dbf9839604eb847123af996 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:25.079Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:25.384Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:25.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T03:43:25.384Z] 6072de615f5e: Preparing [2023-02-15T03:43:25.384Z] fe75c56cb6b5: Preparing [2023-02-15T03:43:25.384Z] ce868d20b415: Preparing [2023-02-15T03:43:25.384Z] 2b0309dd1dd6: Preparing [2023-02-15T03:43:25.384Z] bf69c5e38930: Preparing [2023-02-15T03:43:25.384Z] 6f26460e0a96: Preparing [2023-02-15T03:43:25.384Z] 4e6476652798: Preparing [2023-02-15T03:43:25.384Z] 6f26460e0a96: Waiting [2023-02-15T03:43:25.384Z] 6072de615f5e: Layer already exists [2023-02-15T03:43:25.384Z] bf69c5e38930: Layer already exists [2023-02-15T03:43:25.384Z] 2b0309dd1dd6: Layer already exists [2023-02-15T03:43:25.384Z] fe75c56cb6b5: Layer already exists [2023-02-15T03:43:25.384Z] ce868d20b415: Layer already exists [2023-02-15T03:43:25.384Z] 6f26460e0a96: Layer already exists [2023-02-15T03:43:25.384Z] 4e6476652798: Layer already exists [2023-02-15T03:43:25.384Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:9920a34d61f0918a73dfa5bc39f976e92f5af33f7dbf9839604eb847123af996 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:25.697Z] + 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-15T03:43:26.001Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-15T03:43:26.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T03:43:26.001Z] 6072de615f5e: Preparing [2023-02-15T03:43:26.001Z] fe75c56cb6b5: Preparing [2023-02-15T03:43:26.001Z] ce868d20b415: Preparing [2023-02-15T03:43:26.001Z] 2b0309dd1dd6: Preparing [2023-02-15T03:43:26.001Z] bf69c5e38930: Preparing [2023-02-15T03:43:26.001Z] 6f26460e0a96: Preparing [2023-02-15T03:43:26.001Z] 4e6476652798: Preparing [2023-02-15T03:43:26.001Z] 6f26460e0a96: Waiting [2023-02-15T03:43:26.001Z] 4e6476652798: Waiting [2023-02-15T03:43:26.001Z] 2b0309dd1dd6: Layer already exists [2023-02-15T03:43:26.001Z] 6072de615f5e: Layer already exists [2023-02-15T03:43:26.001Z] fe75c56cb6b5: Layer already exists [2023-02-15T03:43:26.001Z] ce868d20b415: Layer already exists [2023-02-15T03:43:26.001Z] bf69c5e38930: Layer already exists [2023-02-15T03:43:26.001Z] 6f26460e0a96: Layer already exists [2023-02-15T03:43:26.001Z] 4e6476652798: Layer already exists [2023-02-15T03:43:26.001Z] main: digest: sha256:9920a34d61f0918a73dfa5bc39f976e92f5af33f7dbf9839604eb847123af996 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:43:26.046Z] ===================================================== [Pipeline] echo [2023-02-15T03:43:26.066Z] taggedImages: [2023-02-15T03:43:26.066Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:26.066Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-15T03:43:26.066Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.49 [2023-02-15T03:43:26.066Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:26.066Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-02-15T03:43:26.089Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-02-15T03:43:26.089Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:26.089Z] latest [2023-02-15T03:43:26.089Z] 3.0.0-dev.49 [2023-02-15T03:43:26.089Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:26.089Z] main [2023-02-15T03:43:26.089Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:26.414Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:26.730Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:26.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T03:43:26.730Z] 1c09255cfd35: Preparing [2023-02-15T03:43:26.730Z] 8dc50b1fcad6: Preparing [2023-02-15T03:43:26.730Z] 5e3beb29be07: Preparing [2023-02-15T03:43:26.730Z] 4e94b097e5ae: Preparing [2023-02-15T03:43:26.730Z] 3d28e9449b80: Preparing [2023-02-15T03:43:26.730Z] 4e6476652798: Preparing [2023-02-15T03:43:26.730Z] 4e6476652798: Waiting [2023-02-15T03:43:26.730Z] 8dc50b1fcad6: Pushed [2023-02-15T03:43:26.730Z] 5e3beb29be07: Pushed [2023-02-15T03:43:26.730Z] 1c09255cfd35: Pushed [2023-02-15T03:43:26.730Z] 4e6476652798: Layer already exists [2023-02-15T03:43:26.990Z] 3d28e9449b80: Pushed [2023-02-15T03:43:33.551Z] 4e94b097e5ae: Pushed [2023-02-15T03:43:33.551Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:1f5791c7cb934476beae893870c54ac12dd94d153cdc97b069723726d4bba9b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:33.864Z] + 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-15T03:43:34.173Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-15T03:43:34.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T03:43:34.173Z] 1c09255cfd35: Preparing [2023-02-15T03:43:34.173Z] 8dc50b1fcad6: Preparing [2023-02-15T03:43:34.173Z] 5e3beb29be07: Preparing [2023-02-15T03:43:34.174Z] 4e94b097e5ae: Preparing [2023-02-15T03:43:34.174Z] 3d28e9449b80: Preparing [2023-02-15T03:43:34.174Z] 4e6476652798: Preparing [2023-02-15T03:43:34.174Z] 4e6476652798: Waiting [2023-02-15T03:43:34.174Z] 3d28e9449b80: Layer already exists [2023-02-15T03:43:34.174Z] 4e94b097e5ae: Layer already exists [2023-02-15T03:43:34.174Z] 8dc50b1fcad6: Layer already exists [2023-02-15T03:43:34.174Z] 5e3beb29be07: Layer already exists [2023-02-15T03:43:34.174Z] 1c09255cfd35: Layer already exists [2023-02-15T03:43:34.174Z] 4e6476652798: Layer already exists [2023-02-15T03:43:34.174Z] latest: digest: sha256:1f5791c7cb934476beae893870c54ac12dd94d153cdc97b069723726d4bba9b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:34.479Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:34.788Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.49 [2023-02-15T03:43:34.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T03:43:34.788Z] 1c09255cfd35: Preparing [2023-02-15T03:43:34.788Z] 8dc50b1fcad6: Preparing [2023-02-15T03:43:34.788Z] 5e3beb29be07: Preparing [2023-02-15T03:43:34.788Z] 4e94b097e5ae: Preparing [2023-02-15T03:43:34.788Z] 3d28e9449b80: Preparing [2023-02-15T03:43:34.788Z] 4e6476652798: Preparing [2023-02-15T03:43:34.788Z] 4e6476652798: Waiting [2023-02-15T03:43:34.788Z] 3d28e9449b80: Layer already exists [2023-02-15T03:43:34.788Z] 8dc50b1fcad6: Layer already exists [2023-02-15T03:43:34.788Z] 5e3beb29be07: Layer already exists [2023-02-15T03:43:34.788Z] 1c09255cfd35: Layer already exists [2023-02-15T03:43:34.788Z] 4e94b097e5ae: Layer already exists [2023-02-15T03:43:34.788Z] 4e6476652798: Layer already exists [2023-02-15T03:43:34.788Z] 3.0.0-dev.49: digest: sha256:1f5791c7cb934476beae893870c54ac12dd94d153cdc97b069723726d4bba9b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:35.096Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:35.406Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:35.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T03:43:35.406Z] 1c09255cfd35: Preparing [2023-02-15T03:43:35.406Z] 8dc50b1fcad6: Preparing [2023-02-15T03:43:35.406Z] 5e3beb29be07: Preparing [2023-02-15T03:43:35.406Z] 4e94b097e5ae: Preparing [2023-02-15T03:43:35.406Z] 3d28e9449b80: Preparing [2023-02-15T03:43:35.406Z] 4e6476652798: Preparing [2023-02-15T03:43:35.406Z] 4e6476652798: Waiting [2023-02-15T03:43:35.406Z] 5e3beb29be07: Layer already exists [2023-02-15T03:43:35.406Z] 4e94b097e5ae: Layer already exists [2023-02-15T03:43:35.406Z] 3d28e9449b80: Layer already exists [2023-02-15T03:43:35.406Z] 1c09255cfd35: Layer already exists [2023-02-15T03:43:35.406Z] 8dc50b1fcad6: Layer already exists [2023-02-15T03:43:35.406Z] 4e6476652798: Layer already exists [2023-02-15T03:43:35.406Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:1f5791c7cb934476beae893870c54ac12dd94d153cdc97b069723726d4bba9b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:35.711Z] + 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-15T03:43:36.018Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-02-15T03:43:36.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T03:43:36.018Z] 1c09255cfd35: Preparing [2023-02-15T03:43:36.018Z] 8dc50b1fcad6: Preparing [2023-02-15T03:43:36.018Z] 5e3beb29be07: Preparing [2023-02-15T03:43:36.018Z] 4e94b097e5ae: Preparing [2023-02-15T03:43:36.018Z] 3d28e9449b80: Preparing [2023-02-15T03:43:36.018Z] 4e6476652798: Preparing [2023-02-15T03:43:36.018Z] 4e6476652798: Waiting [2023-02-15T03:43:36.018Z] 5e3beb29be07: Layer already exists [2023-02-15T03:43:36.018Z] 3d28e9449b80: Layer already exists [2023-02-15T03:43:36.018Z] 8dc50b1fcad6: Layer already exists [2023-02-15T03:43:36.018Z] 4e94b097e5ae: Layer already exists [2023-02-15T03:43:36.018Z] 1c09255cfd35: Layer already exists [2023-02-15T03:43:36.018Z] 4e6476652798: Layer already exists [2023-02-15T03:43:36.018Z] main: digest: sha256:1f5791c7cb934476beae893870c54ac12dd94d153cdc97b069723726d4bba9b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:43:36.067Z] ===================================================== [Pipeline] echo [2023-02-15T03:43:36.076Z] taggedImages: [2023-02-15T03:43:36.076Z] - nexus3.edgexfoundry.org:10004/security-spire-config:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:36.076Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-15T03:43:36.076Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.49 [2023-02-15T03:43:36.076Z] - nexus3.edgexfoundry.org:10004/security-spire-config:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:36.076Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-02-15T03:43:36.097Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-02-15T03:43:36.097Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:36.097Z] latest [2023-02-15T03:43:36.097Z] 3.0.0-dev.49 [2023-02-15T03:43:36.097Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:36.097Z] main [2023-02-15T03:43:36.097Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:36.421Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:36.992Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:36.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T03:43:36.993Z] cc242f8a0a35: Preparing [2023-02-15T03:43:36.993Z] 657e0f251caf: Preparing [2023-02-15T03:43:36.993Z] 4986bbb8579e: Preparing [2023-02-15T03:43:36.993Z] b9d60a13724f: Preparing [2023-02-15T03:43:36.993Z] 6f26460e0a96: Preparing [2023-02-15T03:43:36.993Z] 4e6476652798: Preparing [2023-02-15T03:43:36.993Z] 6f26460e0a96: Layer already exists [2023-02-15T03:43:36.993Z] 4e6476652798: Layer already exists [2023-02-15T03:43:36.993Z] 4986bbb8579e: Pushed [2023-02-15T03:43:36.993Z] cc242f8a0a35: Pushed [2023-02-15T03:43:36.993Z] 657e0f251caf: Pushed [2023-02-15T03:43:43.566Z] b9d60a13724f: Pushed [2023-02-15T03:43:43.826Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:3fa73140a8470b5bdcdc86d2d5048881687c04ecffeb5959b07365f35ae47c6f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:44.141Z] + 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-15T03:43:44.448Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-15T03:43:44.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T03:43:44.448Z] cc242f8a0a35: Preparing [2023-02-15T03:43:44.448Z] 657e0f251caf: Preparing [2023-02-15T03:43:44.448Z] 4986bbb8579e: Preparing [2023-02-15T03:43:44.448Z] b9d60a13724f: Preparing [2023-02-15T03:43:44.448Z] 6f26460e0a96: Preparing [2023-02-15T03:43:44.448Z] 4e6476652798: Preparing [2023-02-15T03:43:44.448Z] 4e6476652798: Waiting [2023-02-15T03:43:44.448Z] b9d60a13724f: Layer already exists [2023-02-15T03:43:44.448Z] 6f26460e0a96: Layer already exists [2023-02-15T03:43:44.448Z] cc242f8a0a35: Layer already exists [2023-02-15T03:43:44.448Z] 4986bbb8579e: Layer already exists [2023-02-15T03:43:44.448Z] 657e0f251caf: Layer already exists [2023-02-15T03:43:44.448Z] 4e6476652798: Layer already exists [2023-02-15T03:43:44.448Z] latest: digest: sha256:3fa73140a8470b5bdcdc86d2d5048881687c04ecffeb5959b07365f35ae47c6f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:44.760Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:45.069Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.49 [2023-02-15T03:43:45.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T03:43:45.069Z] cc242f8a0a35: Preparing [2023-02-15T03:43:45.069Z] 657e0f251caf: Preparing [2023-02-15T03:43:45.069Z] 4986bbb8579e: Preparing [2023-02-15T03:43:45.069Z] b9d60a13724f: Preparing [2023-02-15T03:43:45.069Z] 6f26460e0a96: Preparing [2023-02-15T03:43:45.069Z] 4e6476652798: Preparing [2023-02-15T03:43:45.069Z] 4e6476652798: Waiting [2023-02-15T03:43:45.069Z] 6f26460e0a96: Layer already exists [2023-02-15T03:43:45.069Z] 657e0f251caf: Layer already exists [2023-02-15T03:43:45.069Z] b9d60a13724f: Layer already exists [2023-02-15T03:43:45.069Z] 4986bbb8579e: Layer already exists [2023-02-15T03:43:45.069Z] cc242f8a0a35: Layer already exists [2023-02-15T03:43:45.069Z] 4e6476652798: Layer already exists [2023-02-15T03:43:45.069Z] 3.0.0-dev.49: digest: sha256:3fa73140a8470b5bdcdc86d2d5048881687c04ecffeb5959b07365f35ae47c6f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:45.384Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:45.699Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:45.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T03:43:45.699Z] cc242f8a0a35: Preparing [2023-02-15T03:43:45.699Z] 657e0f251caf: Preparing [2023-02-15T03:43:45.699Z] 4986bbb8579e: Preparing [2023-02-15T03:43:45.699Z] b9d60a13724f: Preparing [2023-02-15T03:43:45.699Z] 6f26460e0a96: Preparing [2023-02-15T03:43:45.699Z] 4e6476652798: Preparing [2023-02-15T03:43:45.699Z] 4e6476652798: Waiting [2023-02-15T03:43:45.699Z] b9d60a13724f: Layer already exists [2023-02-15T03:43:45.699Z] 6f26460e0a96: Layer already exists [2023-02-15T03:43:45.699Z] 657e0f251caf: Layer already exists [2023-02-15T03:43:45.699Z] 4986bbb8579e: Layer already exists [2023-02-15T03:43:45.699Z] cc242f8a0a35: Layer already exists [2023-02-15T03:43:45.699Z] 4e6476652798: Layer already exists [2023-02-15T03:43:45.699Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:3fa73140a8470b5bdcdc86d2d5048881687c04ecffeb5959b07365f35ae47c6f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:46.011Z] + 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-15T03:43:46.311Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-02-15T03:43:46.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T03:43:46.311Z] cc242f8a0a35: Preparing [2023-02-15T03:43:46.311Z] 657e0f251caf: Preparing [2023-02-15T03:43:46.311Z] 4986bbb8579e: Preparing [2023-02-15T03:43:46.311Z] b9d60a13724f: Preparing [2023-02-15T03:43:46.311Z] 6f26460e0a96: Preparing [2023-02-15T03:43:46.311Z] 4e6476652798: Preparing [2023-02-15T03:43:46.311Z] 4e6476652798: Waiting [2023-02-15T03:43:46.311Z] 6f26460e0a96: Layer already exists [2023-02-15T03:43:46.311Z] b9d60a13724f: Layer already exists [2023-02-15T03:43:46.311Z] cc242f8a0a35: Layer already exists [2023-02-15T03:43:46.311Z] 4986bbb8579e: Layer already exists [2023-02-15T03:43:46.311Z] 657e0f251caf: Layer already exists [2023-02-15T03:43:46.311Z] 4e6476652798: Layer already exists [2023-02-15T03:43:46.311Z] main: digest: sha256:3fa73140a8470b5bdcdc86d2d5048881687c04ecffeb5959b07365f35ae47c6f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:43:46.349Z] ===================================================== [Pipeline] echo [2023-02-15T03:43:46.355Z] taggedImages: [2023-02-15T03:43:46.355Z] - nexus3.edgexfoundry.org:10004/security-spire-server:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:46.355Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-15T03:43:46.355Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.49 [2023-02-15T03:43:46.355Z] - nexus3.edgexfoundry.org:10004/security-spire-server:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:46.355Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-02-15T03:43:46.370Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-02-15T03:43:46.370Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:46.370Z] latest [2023-02-15T03:43:46.370Z] 3.0.0-dev.49 [2023-02-15T03:43:46.370Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:46.370Z] main [2023-02-15T03:43:46.370Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:46.673Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:46.977Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:46.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T03:43:46.977Z] ed05e64868f7: Preparing [2023-02-15T03:43:46.977Z] 162ba26625ad: Preparing [2023-02-15T03:43:46.977Z] 9241c87f706f: Preparing [2023-02-15T03:43:46.977Z] db4c58661e4e: Preparing [2023-02-15T03:43:46.977Z] aa5968d388b8: Preparing [2023-02-15T03:43:46.977Z] ed05e64868f7: Pushed [2023-02-15T03:43:46.977Z] db4c58661e4e: Pushed [2023-02-15T03:43:47.237Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:47.237Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:49.772Z] 162ba26625ad: Pushed [2023-02-15T03:43:50.032Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:95b69097262717559cb09133d35db7d6d8e526a5a9203481187909f4e8844432 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:50.365Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:50.672Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-15T03:43:50.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T03:43:50.672Z] ed05e64868f7: Preparing [2023-02-15T03:43:50.672Z] 162ba26625ad: Preparing [2023-02-15T03:43:50.672Z] 9241c87f706f: Preparing [2023-02-15T03:43:50.672Z] db4c58661e4e: Preparing [2023-02-15T03:43:50.672Z] aa5968d388b8: Preparing [2023-02-15T03:43:50.672Z] 162ba26625ad: Layer already exists [2023-02-15T03:43:50.672Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:50.672Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:50.672Z] db4c58661e4e: Layer already exists [2023-02-15T03:43:50.672Z] ed05e64868f7: Layer already exists [2023-02-15T03:43:50.672Z] latest: digest: sha256:95b69097262717559cb09133d35db7d6d8e526a5a9203481187909f4e8844432 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:50.980Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:51.304Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.49 [2023-02-15T03:43:51.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T03:43:51.304Z] ed05e64868f7: Preparing [2023-02-15T03:43:51.304Z] 162ba26625ad: Preparing [2023-02-15T03:43:51.304Z] 9241c87f706f: Preparing [2023-02-15T03:43:51.304Z] db4c58661e4e: Preparing [2023-02-15T03:43:51.304Z] aa5968d388b8: Preparing [2023-02-15T03:43:51.304Z] db4c58661e4e: Layer already exists [2023-02-15T03:43:51.304Z] ed05e64868f7: Layer already exists [2023-02-15T03:43:51.304Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:51.304Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:51.304Z] 162ba26625ad: Layer already exists [2023-02-15T03:43:51.304Z] 3.0.0-dev.49: digest: sha256:95b69097262717559cb09133d35db7d6d8e526a5a9203481187909f4e8844432 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:51.637Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:52.549Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:52.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T03:43:52.549Z] ed05e64868f7: Preparing [2023-02-15T03:43:52.549Z] 162ba26625ad: Preparing [2023-02-15T03:43:52.549Z] 9241c87f706f: Preparing [2023-02-15T03:43:52.549Z] db4c58661e4e: Preparing [2023-02-15T03:43:52.549Z] aa5968d388b8: Preparing [2023-02-15T03:43:52.549Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:52.549Z] 162ba26625ad: Layer already exists [2023-02-15T03:43:52.549Z] ed05e64868f7: Layer already exists [2023-02-15T03:43:52.549Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:52.550Z] db4c58661e4e: Layer already exists [2023-02-15T03:43:52.550Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:95b69097262717559cb09133d35db7d6d8e526a5a9203481187909f4e8844432 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:52.913Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:53.495Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-15T03:43:53.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T03:43:53.495Z] ed05e64868f7: Preparing [2023-02-15T03:43:53.495Z] 162ba26625ad: Preparing [2023-02-15T03:43:53.495Z] 9241c87f706f: Preparing [2023-02-15T03:43:53.495Z] db4c58661e4e: Preparing [2023-02-15T03:43:53.495Z] aa5968d388b8: Preparing [2023-02-15T03:43:53.495Z] 162ba26625ad: Layer already exists [2023-02-15T03:43:53.495Z] ed05e64868f7: Layer already exists [2023-02-15T03:43:53.495Z] db4c58661e4e: Layer already exists [2023-02-15T03:43:53.495Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:53.495Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:53.495Z] main: digest: sha256:95b69097262717559cb09133d35db7d6d8e526a5a9203481187909f4e8844432 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:43:53.543Z] ===================================================== [Pipeline] echo [2023-02-15T03:43:53.553Z] taggedImages: [2023-02-15T03:43:53.553Z] - nexus3.edgexfoundry.org:10004/support-notifications:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:53.553Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-15T03:43:53.553Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.49 [2023-02-15T03:43:53.553Z] - nexus3.edgexfoundry.org:10004/support-notifications:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:53.553Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-02-15T03:43:53.574Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-02-15T03:43:53.574Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:53.574Z] latest [2023-02-15T03:43:53.574Z] 3.0.0-dev.49 [2023-02-15T03:43:53.574Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:53.574Z] main [2023-02-15T03:43:53.574Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:53.896Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:54.205Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:43:54.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T03:43:54.205Z] ceb04dd8c24d: Preparing [2023-02-15T03:43:54.205Z] a64e020c6a1f: Preparing [2023-02-15T03:43:54.205Z] 9241c87f706f: Preparing [2023-02-15T03:43:54.205Z] 49b97f6077d5: Preparing [2023-02-15T03:43:54.205Z] aa5968d388b8: Preparing [2023-02-15T03:43:54.205Z] ceb04dd8c24d: Pushed [2023-02-15T03:43:54.205Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:54.775Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:55.033Z] 49b97f6077d5: Layer already exists [2023-02-15T03:43:56.412Z] a64e020c6a1f: Pushed [2023-02-15T03:43:56.671Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:c09c18a9ebb0da25816baad1d3dcf2ab7c3f118282cc4db8a202eeaa17fc377e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:57.252Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:57.561Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-15T03:43:57.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T03:43:57.561Z] ceb04dd8c24d: Preparing [2023-02-15T03:43:57.561Z] a64e020c6a1f: Preparing [2023-02-15T03:43:57.561Z] 9241c87f706f: Preparing [2023-02-15T03:43:57.561Z] 49b97f6077d5: Preparing [2023-02-15T03:43:57.561Z] aa5968d388b8: Preparing [2023-02-15T03:43:57.561Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:57.561Z] ceb04dd8c24d: Layer already exists [2023-02-15T03:43:57.561Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:57.561Z] a64e020c6a1f: Layer already exists [2023-02-15T03:43:57.819Z] 49b97f6077d5: Layer already exists [2023-02-15T03:43:57.819Z] latest: digest: sha256:c09c18a9ebb0da25816baad1d3dcf2ab7c3f118282cc4db8a202eeaa17fc377e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:58.132Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:58.769Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.49 [2023-02-15T03:43:58.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T03:43:58.769Z] ceb04dd8c24d: Preparing [2023-02-15T03:43:58.769Z] a64e020c6a1f: Preparing [2023-02-15T03:43:58.769Z] 9241c87f706f: Preparing [2023-02-15T03:43:58.769Z] 49b97f6077d5: Preparing [2023-02-15T03:43:58.769Z] aa5968d388b8: Preparing [2023-02-15T03:43:58.769Z] 49b97f6077d5: Layer already exists [2023-02-15T03:43:58.769Z] ceb04dd8c24d: Layer already exists [2023-02-15T03:43:58.769Z] a64e020c6a1f: Layer already exists [2023-02-15T03:43:58.769Z] aa5968d388b8: Layer already exists [2023-02-15T03:43:58.769Z] 9241c87f706f: Layer already exists [2023-02-15T03:43:58.769Z] 3.0.0-dev.49: digest: sha256:c09c18a9ebb0da25816baad1d3dcf2ab7c3f118282cc4db8a202eeaa17fc377e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:59.171Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:43:59.797Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:43:59.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T03:43:59.797Z] ceb04dd8c24d: Preparing [2023-02-15T03:43:59.797Z] a64e020c6a1f: Preparing [2023-02-15T03:43:59.797Z] 9241c87f706f: Preparing [2023-02-15T03:43:59.797Z] 49b97f6077d5: Preparing [2023-02-15T03:43:59.797Z] aa5968d388b8: Preparing [2023-02-15T03:44:00.058Z] 49b97f6077d5: Layer already exists [2023-02-15T03:44:00.058Z] a64e020c6a1f: Layer already exists [2023-02-15T03:44:00.058Z] ceb04dd8c24d: Layer already exists [2023-02-15T03:44:00.058Z] 9241c87f706f: Layer already exists [2023-02-15T03:44:00.058Z] aa5968d388b8: Layer already exists [2023-02-15T03:44:00.058Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:c09c18a9ebb0da25816baad1d3dcf2ab7c3f118282cc4db8a202eeaa17fc377e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:44:00.358Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:44:00.661Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-02-15T03:44:00.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T03:44:00.661Z] ceb04dd8c24d: Preparing [2023-02-15T03:44:00.661Z] a64e020c6a1f: Preparing [2023-02-15T03:44:00.661Z] 9241c87f706f: Preparing [2023-02-15T03:44:00.661Z] 49b97f6077d5: Preparing [2023-02-15T03:44:00.661Z] aa5968d388b8: Preparing [2023-02-15T03:44:00.661Z] ceb04dd8c24d: Layer already exists [2023-02-15T03:44:00.661Z] aa5968d388b8: Layer already exists [2023-02-15T03:44:00.661Z] 9241c87f706f: Layer already exists [2023-02-15T03:44:00.661Z] a64e020c6a1f: Layer already exists [2023-02-15T03:44:00.661Z] 49b97f6077d5: Layer already exists [2023-02-15T03:44:00.661Z] main: digest: sha256:c09c18a9ebb0da25816baad1d3dcf2ab7c3f118282cc4db8a202eeaa17fc377e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:44:00.730Z] ===================================================== [Pipeline] echo [2023-02-15T03:44:00.736Z] taggedImages: [2023-02-15T03:44:00.736Z] - nexus3.edgexfoundry.org:10004/support-scheduler:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:44:00.736Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-15T03:44:00.736Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.49 [2023-02-15T03:44:00.736Z] - nexus3.edgexfoundry.org:10004/support-scheduler:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:44:00.736Z] - 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-15T03:47:37.297Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T03:47:49.616Z] Removing intermediate container e4b27f3fc79a [2023-02-15T03:47:49.616Z] ---> 0684b0facdf3 [2023-02-15T03:47:49.616Z] [2023-02-15T03:47:49.616Z] Step 9/21 : FROM alpine:3.16 [2023-02-15T03:47:49.616Z] 3.16: Pulling from library/alpine [2023-02-15T03:47:50.581Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T03:47:50.581Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T03:47:50.581Z] ---> 4c81e5bf8899 [2023-02-15T03:47:50.581Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-15T03:47:50.857Z] ---> Running in b79d6ef0fd3e [2023-02-15T03:47:52.810Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:47:53.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:47:55.277Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-15T03:47:55.277Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-15T03:47:55.553Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-15T03:47:55.553Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-15T03:47:55.553Z] (5/6) Installing curl (7.83.1-r5) [2023-02-15T03:47:55.553Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-15T03:47:55.553Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:47:55.553Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T03:47:56.164Z] OK: 8 MiB in 20 packages [2023-02-15T03:47:59.531Z] Removing intermediate container b79d6ef0fd3e [2023-02-15T03:47:59.531Z] ---> 462103722c19 [2023-02-15T03:47:59.532Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T03:47:59.802Z] ---> Running in 12cf79587685 [2023-02-15T03:48:00.390Z] Removing intermediate container 12cf79587685 [2023-02-15T03:48:00.390Z] ---> 41a7c62ef863 [2023-02-15T03:48:00.390Z] Step 12/21 : WORKDIR /edgex [2023-02-15T03:48:00.657Z] ---> Running in c7e3552ae8a1 [2023-02-15T03:48:01.618Z] Removing intermediate container c7e3552ae8a1 [2023-02-15T03:48:01.618Z] ---> 8e446f0aa5f7 [2023-02-15T03:48:01.618Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-15T03:48:02.578Z] Removing intermediate container 58d0880ce8b9 [2023-02-15T03:48:02.578Z] ---> fb9f9941cef8 [2023-02-15T03:48:02.578Z] [2023-02-15T03:48:02.578Z] Step 9/32 : FROM alpine:3.16 [2023-02-15T03:48:02.578Z] ---> 4c81e5bf8899 [2023-02-15T03:48:02.578Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T03:48:02.578Z] ---> Running in 4de54e5bb347 [2023-02-15T03:48:02.578Z] ---> 5891496519fd [2023-02-15T03:48:02.578Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-15T03:48:03.165Z] Removing intermediate container 4de54e5bb347 [2023-02-15T03:48:03.165Z] ---> a4402a327450 [2023-02-15T03:48:03.165Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-15T03:48:03.435Z] ---> Running in 7b95b34e82d4 [2023-02-15T03:48:04.842Z] ---> 6932adac813f [2023-02-15T03:48:04.842Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-15T03:48:05.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:48:06.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:48:07.033Z] ---> 47fa27682ee0 [2023-02-15T03:48:07.033Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T03:48:07.616Z] ---> fd29b904d430 [2023-02-15T03:48:07.616Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T03:48:07.886Z] ---> Running in e7ed77b0ec73 [2023-02-15T03:48:07.886Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-15T03:48:07.886Z] (2/2) Installing su-exec (0.2-r1) [2023-02-15T03:48:07.886Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:48:08.162Z] OK: 5 MiB in 16 packages [2023-02-15T03:48:10.125Z] Removing intermediate container 7b95b34e82d4 [2023-02-15T03:48:10.125Z] ---> 9907a06075e2 [2023-02-15T03:48:10.125Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-15T03:48:10.391Z] ---> Running in 6f6efe04c550 [2023-02-15T03:48:11.348Z] Removing intermediate container 6f6efe04c550 [2023-02-15T03:48:11.348Z] ---> 7afa4c1a5ea9 [2023-02-15T03:48:11.348Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-15T03:48:11.348Z] ---> Running in 2eaeb194572d [2023-02-15T03:48:11.348Z] Removing intermediate container e7ed77b0ec73 [2023-02-15T03:48:11.348Z] ---> 68a3b851ae0e [2023-02-15T03:48:11.348Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T03:48:11.616Z] ---> Running in cb399f2492b4 [2023-02-15T03:48:12.205Z] Removing intermediate container 2eaeb194572d [2023-02-15T03:48:12.205Z] ---> 5cd72d9c6fa9 [2023-02-15T03:48:12.205Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-15T03:48:12.205Z] ---> Running in 0f925b360322 [2023-02-15T03:48:12.472Z] Removing intermediate container cb399f2492b4 [2023-02-15T03:48:12.472Z] ---> afd8f3a73a82 [2023-02-15T03:48:12.472Z] Step 19/21 : LABEL arch=arm64 [2023-02-15T03:48:12.472Z] ---> Running in 3a38a433739b [2023-02-15T03:48:13.057Z] Removing intermediate container 0f925b360322 [2023-02-15T03:48:13.057Z] ---> 6a1b391c50f8 [2023-02-15T03:48:13.057Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-15T03:48:13.057Z] ---> Running in 7d12a28ea352 [2023-02-15T03:48:13.326Z] Removing intermediate container 3a38a433739b [2023-02-15T03:48:13.326Z] ---> 34323ff66b93 [2023-02-15T03:48:13.326Z] Step 20/21 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:48:13.326Z] ---> Running in 663f9cdb00c4 [2023-02-15T03:48:13.916Z] Removing intermediate container 7d12a28ea352 [2023-02-15T03:48:13.916Z] ---> 995c06065691 [2023-02-15T03:48:13.916Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-15T03:48:13.916Z] ---> Running in d4b2a281112e [2023-02-15T03:48:14.183Z] Removing intermediate container 663f9cdb00c4 [2023-02-15T03:48:14.183Z] ---> 161b6c78ed5f [2023-02-15T03:48:14.183Z] Step 21/21 : LABEL version=3.0.0-dev.49 [2023-02-15T03:48:14.183Z] ---> Running in 8e7c087920b4 [2023-02-15T03:48:15.145Z] Removing intermediate container 8e7c087920b4 [2023-02-15T03:48:15.145Z] ---> ec53918f4259 [2023-02-15T03:48:15.145Z] [2023-02-15T03:48:15.145Z] Successfully built ec53918f4259 [2023-02-15T03:48:15.145Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-15T03:48:15.145Z] Building support-notifications [2023-02-15T03:48:16.837Z]  Building security-proxy-setup ... done Removing intermediate container d4b2a281112e [2023-02-15T03:48:16.837Z] ---> deca4c6181af [2023-02-15T03:48:16.837Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-15T03:48:17.103Z] ---> Running in c172c64520c1 [2023-02-15T03:48:17.698Z] Removing intermediate container c172c64520c1 [2023-02-15T03:48:17.698Z] ---> 9ec0417194b5 [2023-02-15T03:48:17.698Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-15T03:48:18.658Z] ---> 7ed5bc3dcd12 [2023-02-15T03:48:18.658Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-15T03:48:18.926Z] ---> Running in 29a0198568c3 [2023-02-15T03:48:19.513Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:48:19.513Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:48:19.513Z] ---> 6d1fc2385b9e [2023-02-15T03:48:19.513Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T03:48:19.793Z] ---> Using cache [2023-02-15T03:48:19.793Z] ---> bfeeb723520b [2023-02-15T03:48:19.793Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T03:48:19.793Z] ---> Using cache [2023-02-15T03:48:19.793Z] ---> a40424354b71 [2023-02-15T03:48:19.793Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-15T03:48:19.793Z] ---> Running in aa79ffdf809d [2023-02-15T03:48:22.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:48:22.692Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:48:22.692Z] Removing intermediate container 29a0198568c3 [2023-02-15T03:48:22.692Z] ---> e2dbd0a9c9b6 [2023-02-15T03:48:22.692Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:48:23.673Z] ---> bf8ad877d4b9 [2023-02-15T03:48:23.673Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-15T03:48:24.256Z] OK: 221 MiB in 51 packages [2023-02-15T03:48:26.200Z] ---> 0525790b3b16 [2023-02-15T03:48:26.200Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-15T03:48:26.200Z] Removing intermediate container aa79ffdf809d [2023-02-15T03:48:26.200Z] ---> c57faa44f6d9 [2023-02-15T03:48:26.200Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T03:48:27.160Z] ---> df8e7932bc73 [2023-02-15T03:48:27.160Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-15T03:48:27.437Z] ---> 6c72ef4f68b5 [2023-02-15T03:48:27.437Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:48:27.437Z] ---> Running in 70c6a92dd54b [2023-02-15T03:48:28.842Z] ---> 4aa5bec33818 [2023-02-15T03:48:28.842Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-15T03:48:29.799Z] ---> 0300342418b4 [2023-02-15T03:48:29.799Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-15T03:48:30.756Z] ---> 9830a4b60ed3 [2023-02-15T03:48:30.756Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-15T03:48:31.715Z] ---> b87b8273639c [2023-02-15T03:48:31.715Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-15T03:48:31.715Z] ---> Running in 170fc92ad84a [2023-02-15T03:48:35.968Z] Removing intermediate container 170fc92ad84a [2023-02-15T03:48:35.968Z] ---> 013fd689c447 [2023-02-15T03:48:35.968Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-15T03:48:36.237Z] ---> Running in 790149663e62 [2023-02-15T03:48:36.505Z] Removing intermediate container 790149663e62 [2023-02-15T03:48:36.505Z] ---> b5c82272e060 [2023-02-15T03:48:36.505Z] Step 29/32 : CMD ["gate"] [2023-02-15T03:48:36.773Z] ---> Running in db88579e51f5 [2023-02-15T03:48:37.356Z] Removing intermediate container db88579e51f5 [2023-02-15T03:48:37.356Z] ---> c7c632c8c15e [2023-02-15T03:48:37.356Z] Step 30/32 : LABEL arch=arm64 [2023-02-15T03:48:37.356Z] ---> Running in 05a20eb49bd1 [2023-02-15T03:48:37.939Z] Removing intermediate container 05a20eb49bd1 [2023-02-15T03:48:37.940Z] ---> 1ff0650b16b1 [2023-02-15T03:48:37.940Z] Step 31/32 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:48:38.206Z] ---> Running in 0dce46362329 [2023-02-15T03:48:39.174Z] Removing intermediate container 0dce46362329 [2023-02-15T03:48:39.174Z] ---> 96f8e92ade42 [2023-02-15T03:48:39.174Z] Step 32/32 : LABEL version=3.0.0-dev.49 [2023-02-15T03:48:39.174Z] ---> Running in c4c159f70d87 [2023-02-15T03:48:39.761Z] Removing intermediate container c4c159f70d87 [2023-02-15T03:48:39.761Z] ---> ad5d2039431c [2023-02-15T03:48:40.028Z] [2023-02-15T03:48:40.028Z] Successfully built ad5d2039431c [2023-02-15T03:48:40.028Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-15T03:48:40.028Z]  Building security-bootstrapper ... done Building security-secretstore-setup [2023-02-15T03:48:44.284Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:48:44.284Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:48:44.284Z] ---> 6d1fc2385b9e [2023-02-15T03:48:44.284Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T03:48:44.284Z] ---> Using cache [2023-02-15T03:48:44.284Z] ---> 094fec0c0be4 [2023-02-15T03:48:44.284Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-15T03:48:44.284Z] ---> Using cache [2023-02-15T03:48:44.284Z] ---> f3745fc27305 [2023-02-15T03:48:44.284Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T03:48:44.284Z] ---> Using cache [2023-02-15T03:48:44.284Z] ---> 6757912ecc9e [2023-02-15T03:48:44.284Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:48:44.284Z] ---> Using cache [2023-02-15T03:48:44.284Z] ---> bcc72cc82478 [2023-02-15T03:48:44.284Z] Step 7/24 : COPY . . [2023-02-15T03:48:44.552Z] ---> Using cache [2023-02-15T03:48:44.552Z] ---> 89c98421b780 [2023-02-15T03:48:44.552Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-15T03:48:45.136Z] ---> Running in 9a6786ecba44 [2023-02-15T03:48:47.721Z] Removing intermediate container e89dc9c92c4a [2023-02-15T03:48:47.721Z] ---> 7d086b128734 [2023-02-15T03:48:47.721Z] [2023-02-15T03:48:47.721Z] Step 10/24 : FROM alpine:3.16 [2023-02-15T03:48:47.721Z] ---> 4c81e5bf8899 [2023-02-15T03:48:47.721Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-15T03:48:47.721Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-15T03:48:47.721Z] ---> Running in d256df9f195d [2023-02-15T03:48:49.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:48:49.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:48:51.343Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T03:48:51.343Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:48:51.343Z] OK: 5 MiB in 15 packages [2023-02-15T03:48:53.309Z] Removing intermediate container d256df9f195d [2023-02-15T03:48:53.309Z] ---> c5e1c9eca0fc [2023-02-15T03:48:53.309Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T03:48:53.309Z] ---> Running in f428f13a356b [2023-02-15T03:48:53.586Z] Removing intermediate container f428f13a356b [2023-02-15T03:48:53.586Z] ---> c5bc10426a08 [2023-02-15T03:48:53.586Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-15T03:48:53.863Z] ---> Running in 89fdd373f296 [2023-02-15T03:48:54.448Z] Removing intermediate container 89fdd373f296 [2023-02-15T03:48:54.448Z] ---> 5fa68fb8d071 [2023-02-15T03:48:54.448Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-15T03:48:54.448Z] ---> Running in 79704cd24c48 [2023-02-15T03:48:54.725Z] Removing intermediate container 79704cd24c48 [2023-02-15T03:48:54.726Z] ---> f1eb53879756 [2023-02-15T03:48:54.726Z] Step 15/24 : WORKDIR / [2023-02-15T03:48:54.993Z] ---> Running in 3e88545c2ad3 [2023-02-15T03:48:55.578Z] Removing intermediate container 3e88545c2ad3 [2023-02-15T03:48:55.578Z] ---> 6c9eb9482ff6 [2023-02-15T03:48:55.578Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:48:56.539Z] ---> e15c925cf253 [2023-02-15T03:48:56.539Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-15T03:48:58.493Z] ---> c2829b5ad5eb [2023-02-15T03:48:58.493Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-15T03:48:59.458Z] ---> 9462b5199cdc [2023-02-15T03:48:59.458Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-15T03:49:00.866Z] ---> 142c874254ee [2023-02-15T03:49:00.866Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-15T03:49:00.866Z] ---> Running in 36268425fcb5 [2023-02-15T03:49:01.136Z] Removing intermediate container 36268425fcb5 [2023-02-15T03:49:01.136Z] ---> 9bcb4524b77f [2023-02-15T03:49:01.136Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T03:49:01.403Z] ---> Running in a7576b139962 [2023-02-15T03:49:02.003Z] Removing intermediate container a7576b139962 [2023-02-15T03:49:02.003Z] ---> 36ed09b84426 [2023-02-15T03:49:02.003Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T03:49:02.003Z] ---> Running in 61cd4bc8c898 [2023-02-15T03:49:02.589Z] Removing intermediate container 61cd4bc8c898 [2023-02-15T03:49:02.589Z] ---> a899c908a1bf [2023-02-15T03:49:02.589Z] Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:49:02.589Z] ---> Running in 2cf2e83940b7 [2023-02-15T03:49:03.174Z] Removing intermediate container 2cf2e83940b7 [2023-02-15T03:49:03.174Z] ---> 12b07349baa4 [2023-02-15T03:49:03.174Z] Step 24/24 : LABEL version=3.0.0-dev.49 [2023-02-15T03:49:03.174Z] ---> Running in 6e7cb31c2d02 [2023-02-15T03:49:03.759Z] Removing intermediate container 6e7cb31c2d02 [2023-02-15T03:49:03.759Z] ---> 633d96ba4ac5 [2023-02-15T03:49:03.759Z] [2023-02-15T03:49:03.759Z] Successfully built 633d96ba4ac5 [2023-02-15T03:49:04.025Z] Successfully tagged core-metadata-arm64:latest [2023-02-15T03:49:04.025Z]  Building core-metadata ... done Building security-spire-server [2023-02-15T03:49:07.378Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:49:07.378Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:49:07.378Z] ---> 6d1fc2385b9e [2023-02-15T03:49:07.378Z] Step 3/23 : WORKDIR /edgex-go [2023-02-15T03:49:07.378Z] ---> Using cache [2023-02-15T03:49:07.378Z] ---> 094fec0c0be4 [2023-02-15T03:49:07.378Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T03:49:07.659Z] ---> Running in 2630c5c31a55 [2023-02-15T03:49:10.238Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:49:10.238Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:49:11.641Z] OK: 221 MiB in 51 packages [2023-02-15T03:49:13.597Z] Removing intermediate container 2630c5c31a55 [2023-02-15T03:49:13.597Z] ---> a66174f143d6 [2023-02-15T03:49:13.597Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-15T03:49:14.556Z] ---> 838e66c8aafc [2023-02-15T03:49:14.556Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:49:14.556Z] ---> Running in 04f0d6409ba8 [2023-02-15T03:50:22.429Z] Removing intermediate container 631cc1109755 [2023-02-15T03:50:22.429Z] ---> 07236930fc38 [2023-02-15T03:50:22.429Z] [2023-02-15T03:50:22.429Z] Step 9/19 : FROM alpine:3.15 [2023-02-15T03:50:22.429Z] 3.15: Pulling from library/alpine [2023-02-15T03:50:22.429Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-15T03:50:22.429Z] Status: Downloaded newer image for alpine:3.15 [2023-02-15T03:50:22.429Z] ---> 354640af7b1b [2023-02-15T03:50:22.429Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T03:50:22.429Z] ---> Running in 13c81585f4c7 [2023-02-15T03:50:22.429Z] Removing intermediate container 13c81585f4c7 [2023-02-15T03:50:22.429Z] ---> 8e4e30892918 [2023-02-15T03:50:22.429Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-15T03:50:22.429Z] ---> Running in 6ed836024197 [2023-02-15T03:50:22.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:50:22.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:50:22.429Z] v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T03:50:22.429Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T03:50:22.429Z] OK: 15734 distinct packages available [2023-02-15T03:50:22.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:50:22.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:50:23.385Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-15T03:50:23.385Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-15T03:50:23.385Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-15T03:50:23.385Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-15T03:50:23.385Z] (5/9) Installing curl (7.80.0-r5) [2023-02-15T03:50:23.385Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-15T03:50:23.385Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-15T03:50:23.385Z] (8/9) Installing libucontext (1.1-r0) [2023-02-15T03:50:23.385Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-15T03:50:23.385Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T03:50:23.385Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T03:50:23.969Z] OK: 8 MiB in 23 packages [2023-02-15T03:50:28.245Z] Removing intermediate container 6ed836024197 [2023-02-15T03:50:28.245Z] ---> 156d41785bef [2023-02-15T03:50:28.245Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:50:31.604Z] ---> a2683120f4fe [2023-02-15T03:50:31.604Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-15T03:50:35.856Z] ---> b16a2475b257 [2023-02-15T03:50:35.856Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-15T03:50:37.259Z] ---> 03877d72c8d1 [2023-02-15T03:50:37.259Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-15T03:50:37.524Z] ---> Running in 02d460a5eb44 [2023-02-15T03:50:38.481Z] Removing intermediate container 02d460a5eb44 [2023-02-15T03:50:38.481Z] ---> a78f3b6aa3de [2023-02-15T03:50:38.481Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T03:50:38.747Z] ---> Running in 92b126b25a36 [2023-02-15T03:50:39.705Z] Removing intermediate container 92b126b25a36 [2023-02-15T03:50:39.705Z] ---> 85e7db9e2cd8 [2023-02-15T03:50:39.705Z] Step 17/19 : LABEL arch=arm64 [2023-02-15T03:50:39.971Z] ---> Running in 621e0e118132 [2023-02-15T03:50:40.924Z] Removing intermediate container 621e0e118132 [2023-02-15T03:50:40.924Z] ---> 5e03377c47f8 [2023-02-15T03:50:40.924Z] Step 18/19 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:50:40.924Z] ---> Running in 649fed1ec4d4 [2023-02-15T03:50:42.343Z] Removing intermediate container 649fed1ec4d4 [2023-02-15T03:50:42.343Z] ---> feab31220a39 [2023-02-15T03:50:42.343Z] Step 19/19 : LABEL version=3.0.0-dev.49 [2023-02-15T03:50:42.343Z] ---> Running in 16590ededc1f [2023-02-15T03:50:42.923Z] Removing intermediate container 70c6a92dd54b [2023-02-15T03:50:42.924Z] ---> ff2350fa39a5 [2023-02-15T03:50:42.924Z] Step 8/22 : COPY . . [2023-02-15T03:50:44.864Z] Removing intermediate container 16590ededc1f [2023-02-15T03:50:44.864Z] ---> ed953ff658ad [2023-02-15T03:50:44.864Z] [2023-02-15T03:50:44.864Z] Successfully built ed953ff658ad [2023-02-15T03:50:44.864Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-15T03:50:44.864Z]  Building security-spiffe-token-provider ... done Building core-data [2023-02-15T03:50:48.203Z] ---> 50e9923cc258 [2023-02-15T03:50:48.203Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-15T03:50:48.804Z] ---> Running in f4596bc58709 [2023-02-15T03:50:50.742Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:50:50.742Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:50:50.742Z] ---> 6d1fc2385b9e [2023-02-15T03:50:50.742Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T03:50:50.742Z] ---> Using cache [2023-02-15T03:50:50.742Z] ---> bfeeb723520b [2023-02-15T03:50:50.742Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T03:50:50.742Z] ---> Using cache [2023-02-15T03:50:50.742Z] ---> a40424354b71 [2023-02-15T03:50:50.742Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T03:50:50.742Z] ---> Using cache [2023-02-15T03:50:50.742Z] ---> c9205ceec3f2 [2023-02-15T03:50:50.742Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T03:50:51.008Z] ---> Using cache [2023-02-15T03:50:51.008Z] ---> 3cf34a8787b3 [2023-02-15T03:50:51.008Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:50:51.008Z] ---> Using cache [2023-02-15T03:50:51.008Z] ---> f2a8bff230c4 [2023-02-15T03:50:51.008Z] Step 8/22 : COPY . . [2023-02-15T03:50:51.274Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-15T03:50:51.541Z] ---> Using cache [2023-02-15T03:50:51.541Z] ---> 8a277bb42a21 [2023-02-15T03:50:51.541Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-15T03:50:51.808Z] ---> Running in 26c62ee808c2 [2023-02-15T03:50:55.143Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-15T03:51:07.674Z] Removing intermediate container fd2409e733fb [2023-02-15T03:51:07.674Z] ---> d56fa8d0c645 [2023-02-15T03:51:07.674Z] [2023-02-15T03:51:07.674Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T03:51:07.674Z] ---> 4c81e5bf8899 [2023-02-15T03:51:07.674Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T03:51:07.674Z] ---> Using cache [2023-02-15T03:51:07.674Z] ---> c5e1c9eca0fc [2023-02-15T03:51:07.674Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T03:51:07.674Z] ---> Using cache [2023-02-15T03:51:07.674Z] ---> c5bc10426a08 [2023-02-15T03:51:07.674Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-15T03:51:07.955Z] ---> Running in 556464df3044 [2023-02-15T03:51:08.598Z] Removing intermediate container 556464df3044 [2023-02-15T03:51:08.598Z] ---> f9b22e8f617f [2023-02-15T03:51:08.598Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T03:51:08.908Z] ---> Running in 31f5d557188d [2023-02-15T03:51:09.545Z] Removing intermediate container 31f5d557188d [2023-02-15T03:51:09.545Z] ---> 3e87d37f8786 [2023-02-15T03:51:09.545Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:51:10.555Z] ---> 5bb3e1878ba3 [2023-02-15T03:51:10.555Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-15T03:51:11.536Z] Removing intermediate container 04f0d6409ba8 [2023-02-15T03:51:11.536Z] ---> c514bde968f3 [2023-02-15T03:51:11.536Z] Step 7/23 : COPY . . [2023-02-15T03:51:14.111Z] ---> 337cece80846 [2023-02-15T03:51:14.111Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-15T03:51:15.516Z] ---> c0ca2eaa9304 [2023-02-15T03:51:15.516Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-15T03:51:15.516Z] ---> Running in bb54a7b39e7c [2023-02-15T03:51:15.784Z] ---> 56de75f21ad8 [2023-02-15T03:51:15.784Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T03:51:16.061Z] ---> Running in 4dfa5ad4aeec [2023-02-15T03:51:16.062Z] Removing intermediate container bb54a7b39e7c [2023-02-15T03:51:16.062Z] ---> d8fcf0fcb788 [2023-02-15T03:51:16.062Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T03:51:16.326Z] ---> Running in 37b02db0e5c6 [2023-02-15T03:51:16.596Z] Removing intermediate container 4dfa5ad4aeec [2023-02-15T03:51:16.596Z] ---> b8b991f909bf [2023-02-15T03:51:16.596Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-15T03:51:16.860Z] ---> Running in 70866b7a53ba [2023-02-15T03:51:17.125Z] Removing intermediate container 37b02db0e5c6 [2023-02-15T03:51:17.125Z] ---> d9582605d9a2 [2023-02-15T03:51:17.125Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T03:51:17.125Z] ---> Running in e2823f9dc644 [2023-02-15T03:51:17.706Z] Removing intermediate container 70866b7a53ba [2023-02-15T03:51:17.706Z] ---> 98dc97cb95b5 [2023-02-15T03:51:17.706Z] 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-15T03:51:17.706Z] ---> Running in 1311c4d299d8 [2023-02-15T03:51:17.974Z] Removing intermediate container e2823f9dc644 [2023-02-15T03:51:17.974Z] ---> d328329b22ae [2023-02-15T03:51:17.974Z] Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:51:17.974Z] ---> Running in 67e6a77e9136 [2023-02-15T03:51:18.942Z] Removing intermediate container 67e6a77e9136 [2023-02-15T03:51:18.942Z] ---> 8905039aa7c4 [2023-02-15T03:51:18.942Z] Step 22/22 : LABEL version=3.0.0-dev.49 [2023-02-15T03:51:18.942Z] ---> Running in 713d09bbf49c [2023-02-15T03:51:19.523Z] Removing intermediate container 713d09bbf49c [2023-02-15T03:51:19.523Z] ---> 9050470b8ea7 [2023-02-15T03:51:19.523Z] [2023-02-15T03:51:19.523Z] Successfully built 9050470b8ea7 [2023-02-15T03:51:19.523Z] Successfully tagged support-scheduler-arm64:latest [2023-02-15T03:51:19.523Z] Building core-common-config-bootstrapper [2023-02-15T03:51:21.463Z]  Building support-scheduler ... done Removing intermediate container 1311c4d299d8 [2023-02-15T03:51:21.463Z] ---> eacf3ee7d7c8 [2023-02-15T03:51:21.463Z] Step 11/23 : WORKDIR /edgex-go [2023-02-15T03:51:21.463Z] ---> Running in 2285c4c64392 [2023-02-15T03:51:22.064Z] Removing intermediate container 2285c4c64392 [2023-02-15T03:51:22.064Z] ---> a2075e2d6c9e [2023-02-15T03:51:22.064Z] [2023-02-15T03:51:22.064Z] Step 12/23 : FROM alpine:3.15 [2023-02-15T03:51:22.064Z] ---> 354640af7b1b [2023-02-15T03:51:22.064Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T03:51:22.064Z] ---> Using cache [2023-02-15T03:51:22.064Z] ---> 8e4e30892918 [2023-02-15T03:51:22.064Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T03:51:22.064Z] ---> Running in 25939ed1b634 [2023-02-15T03:51:24.642Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:51:24.642Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:51:24.642Z] ---> 6d1fc2385b9e [2023-02-15T03:51:24.642Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T03:51:24.642Z] ---> Using cache [2023-02-15T03:51:24.642Z] ---> bfeeb723520b [2023-02-15T03:51:24.642Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T03:51:24.642Z] ---> Using cache [2023-02-15T03:51:24.642Z] ---> a40424354b71 [2023-02-15T03:51:24.642Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T03:51:24.642Z] ---> Using cache [2023-02-15T03:51:24.642Z] ---> c9205ceec3f2 [2023-02-15T03:51:24.642Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T03:51:24.642Z] ---> Using cache [2023-02-15T03:51:24.642Z] ---> 3cf34a8787b3 [2023-02-15T03:51:24.642Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:51:24.642Z] ---> Using cache [2023-02-15T03:51:24.642Z] ---> f2a8bff230c4 [2023-02-15T03:51:24.642Z] Step 8/22 : COPY . . [2023-02-15T03:51:24.642Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:51:24.642Z] ---> Using cache [2023-02-15T03:51:24.642Z] ---> 8a277bb42a21 [2023-02-15T03:51:24.642Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-15T03:51:24.642Z] ---> Running in 9e0f6a950f7d [2023-02-15T03:51:24.909Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:51:26.320Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-15T03:51:26.320Z] v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T03:51:26.320Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T03:51:26.320Z] OK: 15734 distinct packages available [2023-02-15T03:51:26.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:51:27.167Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:51:28.126Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-15T03:51:28.126Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-15T03:51:28.126Z] (3/5) Installing libucontext (1.1-r0) [2023-02-15T03:51:28.126Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-15T03:51:28.126Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-15T03:51:28.126Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T03:51:28.126Z] OK: 6 MiB in 19 packages [2023-02-15T03:51:30.065Z] Removing intermediate container 25939ed1b634 [2023-02-15T03:51:30.065Z] ---> 04a97d3c8606 [2023-02-15T03:51:30.065Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T03:51:36.701Z] ---> d23f27c632a4 [2023-02-15T03:51:36.701Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T03:51:36.701Z] ---> c11dba707f1d [2023-02-15T03:51:36.701Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-15T03:51:37.281Z] ---> 7b398474a97b [2023-02-15T03:51:37.281Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-15T03:51:38.250Z] ---> bb01f56fee8b [2023-02-15T03:51:38.250Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T03:51:38.517Z] ---> Running in f859ae531849 [2023-02-15T03:51:38.785Z] Removing intermediate container f859ae531849 [2023-02-15T03:51:38.785Z] ---> b12decdd9b7c [2023-02-15T03:51:38.785Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T03:51:39.053Z] ---> Running in 8ee7cef163dd [2023-02-15T03:51:39.634Z] Removing intermediate container 8ee7cef163dd [2023-02-15T03:51:39.634Z] ---> 0a5a368bc59a [2023-02-15T03:51:39.634Z] Step 21/23 : LABEL arch=arm64 [2023-02-15T03:51:39.635Z] ---> Running in 3a9b1841cda8 [2023-02-15T03:51:40.221Z] Removing intermediate container 3a9b1841cda8 [2023-02-15T03:51:40.221Z] ---> 67ef701f7fda [2023-02-15T03:51:40.221Z] Step 22/23 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:51:40.221Z] ---> Running in 028e3b0cd706 [2023-02-15T03:51:40.804Z] Removing intermediate container 028e3b0cd706 [2023-02-15T03:51:40.804Z] ---> 7f7f106d1383 [2023-02-15T03:51:40.804Z] Step 23/23 : LABEL version=3.0.0-dev.49 [2023-02-15T03:51:40.805Z] ---> Running in 406346b1c8f8 [2023-02-15T03:51:41.389Z] Removing intermediate container 406346b1c8f8 [2023-02-15T03:51:41.389Z] ---> 087e3ca272d4 [2023-02-15T03:51:41.389Z] [2023-02-15T03:51:41.389Z] Successfully built 087e3ca272d4 [2023-02-15T03:51:41.389Z] Successfully tagged security-spire-server-arm64:latest [2023-02-15T03:51:41.389Z] Building core-command [2023-02-15T03:51:44.730Z]  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:51:44.730Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:51:44.730Z] ---> 6d1fc2385b9e [2023-02-15T03:51:44.730Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-15T03:51:44.730Z] ---> Using cache [2023-02-15T03:51:44.730Z] ---> bfeeb723520b [2023-02-15T03:51:44.730Z] Step 4/23 : WORKDIR /edgex-go [2023-02-15T03:51:44.730Z] ---> Using cache [2023-02-15T03:51:44.730Z] ---> a40424354b71 [2023-02-15T03:51:44.730Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-15T03:51:44.730Z] ---> Using cache [2023-02-15T03:51:44.730Z] ---> c9205ceec3f2 [2023-02-15T03:51:44.730Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-15T03:51:45.004Z] ---> Using cache [2023-02-15T03:51:45.004Z] ---> 3cf34a8787b3 [2023-02-15T03:51:45.004Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:51:45.004Z] ---> Using cache [2023-02-15T03:51:45.004Z] ---> f2a8bff230c4 [2023-02-15T03:51:45.004Z] Step 8/23 : COPY . . [2023-02-15T03:51:45.004Z] ---> Using cache [2023-02-15T03:51:45.004Z] ---> 8a277bb42a21 [2023-02-15T03:51:45.004Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-15T03:51:45.310Z] ---> Running in 0493a0cac81c [2023-02-15T03:51:47.250Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-15T03:53:54.580Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T03:54:12.782Z] Removing intermediate container 9a6786ecba44 [2023-02-15T03:54:12.782Z] ---> c95350217bae [2023-02-15T03:54:12.782Z] [2023-02-15T03:54:12.782Z] Step 9/24 : FROM alpine:3.16 [2023-02-15T03:54:12.782Z] ---> 4c81e5bf8899 [2023-02-15T03:54:12.782Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-15T03:54:12.782Z] ---> Running in a9aa0d486d45 [2023-02-15T03:54:14.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:54:14.452Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:54:15.858Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-15T03:54:15.858Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-15T03:54:15.858Z] (3/3) Installing su-exec (0.2-r1) [2023-02-15T03:54:15.858Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:54:15.858Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T03:54:16.439Z] OK: 6 MiB in 17 packages [2023-02-15T03:54:18.381Z] Removing intermediate container a9aa0d486d45 [2023-02-15T03:54:18.381Z] ---> bd0ae5348848 [2023-02-15T03:54:18.381Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T03:54:18.381Z] ---> Running in 1c5b824c8705 [2023-02-15T03:54:18.648Z] Removing intermediate container 1c5b824c8705 [2023-02-15T03:54:18.648Z] ---> aa0f4d7cf999 [2023-02-15T03:54:18.648Z] Step 12/24 : WORKDIR / [2023-02-15T03:54:18.916Z] ---> Running in 301c21602612 [2023-02-15T03:54:19.496Z] Removing intermediate container 301c21602612 [2023-02-15T03:54:19.496Z] ---> 5fefb6aa5232 [2023-02-15T03:54:19.496Z] 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-15T03:54:20.083Z] ---> 7b05c3cd9af8 [2023-02-15T03:54:20.083Z] 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-15T03:54:21.043Z] ---> 45c93932ee2f [2023-02-15T03:54:21.043Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-15T03:54:22.000Z] ---> 4d4a8a1490c7 [2023-02-15T03:54:22.000Z] 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-15T03:54:24.576Z] ---> ca8d729329a3 [2023-02-15T03:54:24.576Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-15T03:54:25.980Z] ---> d61f2a1b0c02 [2023-02-15T03:54:25.980Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-15T03:54:27.385Z] ---> 57e5a790ca20 [2023-02-15T03:54:27.385Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T03:54:28.342Z] ---> f55fc9973055 [2023-02-15T03:54:28.342Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T03:54:28.342Z] ---> Running in 743ec081358c [2023-02-15T03:54:31.757Z] Removing intermediate container 743ec081358c [2023-02-15T03:54:31.757Z] ---> 1109151c430b [2023-02-15T03:54:31.757Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T03:54:31.757Z] ---> Running in 39665dda8d74 [2023-02-15T03:54:32.023Z] Removing intermediate container 39665dda8d74 [2023-02-15T03:54:32.023Z] ---> 343008a18dc9 [2023-02-15T03:54:32.023Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T03:54:32.023Z] ---> Running in 5a103ca5daeb [2023-02-15T03:54:32.607Z] Removing intermediate container 5a103ca5daeb [2023-02-15T03:54:32.607Z] ---> cc964158f61b [2023-02-15T03:54:32.607Z] Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:54:32.607Z] ---> Running in c537eed5bea6 [2023-02-15T03:54:33.193Z] Removing intermediate container c537eed5bea6 [2023-02-15T03:54:33.193Z] ---> 68e4003b9de0 [2023-02-15T03:54:33.193Z] Step 24/24 : LABEL version=3.0.0-dev.49 [2023-02-15T03:54:33.193Z] ---> Running in 755e3c30c243 [2023-02-15T03:54:33.772Z] Removing intermediate container 755e3c30c243 [2023-02-15T03:54:33.772Z] ---> 4f4d747e4797 [2023-02-15T03:54:33.772Z] [2023-02-15T03:54:33.772Z] Successfully built 4f4d747e4797 [2023-02-15T03:54:33.772Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-15T03:54:33.772Z] Building security-spire-agent [2023-02-15T03:54:37.114Z]  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:54:37.114Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:54:37.114Z] ---> 6d1fc2385b9e [2023-02-15T03:54:37.114Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T03:54:37.114Z] ---> Using cache [2023-02-15T03:54:37.114Z] ---> 094fec0c0be4 [2023-02-15T03:54:37.114Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T03:54:37.114Z] ---> Using cache [2023-02-15T03:54:37.114Z] ---> a66174f143d6 [2023-02-15T03:54:37.114Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T03:54:37.114Z] ---> Using cache [2023-02-15T03:54:37.114Z] ---> 838e66c8aafc [2023-02-15T03:54:37.114Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:54:37.114Z] ---> Using cache [2023-02-15T03:54:37.114Z] ---> c514bde968f3 [2023-02-15T03:54:37.114Z] Step 7/24 : COPY . . [2023-02-15T03:54:37.114Z] ---> Using cache [2023-02-15T03:54:37.114Z] ---> 56de75f21ad8 [2023-02-15T03:54:37.114Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T03:54:37.114Z] ---> Using cache [2023-02-15T03:54:37.114Z] ---> b8b991f909bf [2023-02-15T03:54:37.114Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T03:54:37.114Z] ---> Using cache [2023-02-15T03:54:37.114Z] ---> 98dc97cb95b5 [2023-02-15T03:54:37.114Z] 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-15T03:54:37.380Z] ---> Running in c0847b2ceb4d [2023-02-15T03:54:39.970Z] Removing intermediate container c0847b2ceb4d [2023-02-15T03:54:39.970Z] ---> bdbeef203fcb [2023-02-15T03:54:39.970Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T03:54:40.236Z] ---> Running in 403570dd6b7a [2023-02-15T03:54:40.819Z] Removing intermediate container 403570dd6b7a [2023-02-15T03:54:40.819Z] ---> 7131b0f2311c [2023-02-15T03:54:40.819Z] [2023-02-15T03:54:40.819Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T03:54:40.819Z] ---> 354640af7b1b [2023-02-15T03:54:40.819Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T03:54:40.819Z] ---> Using cache [2023-02-15T03:54:40.819Z] ---> 8e4e30892918 [2023-02-15T03:54:40.819Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T03:54:40.819Z] ---> Using cache [2023-02-15T03:54:40.819Z] ---> 04a97d3c8606 [2023-02-15T03:54:40.819Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-15T03:54:44.153Z] ---> 881391317b1f [2023-02-15T03:54:44.153Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T03:54:49.490Z] ---> 09124363c073 [2023-02-15T03:54:49.490Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T03:54:49.490Z] ---> 8465cbe1b393 [2023-02-15T03:54:49.490Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-15T03:54:50.449Z] ---> e806fe11a16c [2023-02-15T03:54:50.449Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-15T03:54:51.407Z] ---> 45d41a246ec9 [2023-02-15T03:54:51.407Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T03:54:51.407Z] ---> Running in e64a11368556 [2023-02-15T03:54:51.994Z] Removing intermediate container e64a11368556 [2023-02-15T03:54:51.994Z] ---> 1a5adebdb3d2 [2023-02-15T03:54:51.994Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T03:54:52.259Z] ---> Running in 7cc6d8331a5f [2023-02-15T03:54:52.840Z] Removing intermediate container 7cc6d8331a5f [2023-02-15T03:54:52.840Z] ---> 0f8f5bdfc0d1 [2023-02-15T03:54:52.840Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T03:54:52.840Z] ---> Running in 05bbaac29601 [2023-02-15T03:54:53.435Z] Removing intermediate container 05bbaac29601 [2023-02-15T03:54:53.435Z] ---> 6b750cca06e8 [2023-02-15T03:54:53.435Z] Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:54:53.698Z] ---> Running in 2bc1aab81a38 [2023-02-15T03:54:54.276Z] Removing intermediate container 2bc1aab81a38 [2023-02-15T03:54:54.276Z] ---> ac9b9eb7853d [2023-02-15T03:54:54.276Z] Step 24/24 : LABEL version=3.0.0-dev.49 [2023-02-15T03:54:54.276Z] ---> Running in ecbef2b30c00 [2023-02-15T03:54:54.857Z] Removing intermediate container ecbef2b30c00 [2023-02-15T03:54:54.857Z] ---> 6fe22f508ba6 [2023-02-15T03:54:54.857Z] [2023-02-15T03:54:54.857Z] Successfully built 6fe22f508ba6 [2023-02-15T03:54:54.857Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-15T03:54:54.857Z] Building security-spire-config [2023-02-15T03:54:58.188Z]  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T03:54:58.188Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T03:54:58.188Z] ---> 6d1fc2385b9e [2023-02-15T03:54:58.188Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T03:54:58.188Z] ---> Using cache [2023-02-15T03:54:58.188Z] ---> 094fec0c0be4 [2023-02-15T03:54:58.188Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T03:54:58.188Z] ---> Using cache [2023-02-15T03:54:58.188Z] ---> a66174f143d6 [2023-02-15T03:54:58.188Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T03:54:58.188Z] ---> Using cache [2023-02-15T03:54:58.188Z] ---> 838e66c8aafc [2023-02-15T03:54:58.188Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T03:54:58.188Z] ---> Using cache [2023-02-15T03:54:58.188Z] ---> c514bde968f3 [2023-02-15T03:54:58.188Z] Step 7/24 : COPY . . [2023-02-15T03:54:58.188Z] ---> Using cache [2023-02-15T03:54:58.188Z] ---> 56de75f21ad8 [2023-02-15T03:54:58.188Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T03:54:58.188Z] ---> Using cache [2023-02-15T03:54:58.188Z] ---> b8b991f909bf [2023-02-15T03:54:58.188Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T03:54:58.188Z] ---> Using cache [2023-02-15T03:54:58.188Z] ---> 98dc97cb95b5 [2023-02-15T03:54:58.188Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-15T03:54:58.188Z] ---> Using cache [2023-02-15T03:54:58.188Z] ---> bdbeef203fcb [2023-02-15T03:54:58.188Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T03:54:58.188Z] ---> Using cache [2023-02-15T03:54:58.188Z] ---> 7131b0f2311c [2023-02-15T03:54:58.188Z] [2023-02-15T03:54:58.188Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T03:54:58.188Z] ---> 354640af7b1b [2023-02-15T03:54:58.188Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T03:54:58.188Z] ---> Using cache [2023-02-15T03:54:58.188Z] ---> 8e4e30892918 [2023-02-15T03:54:58.454Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-15T03:54:58.454Z] ---> Running in c76c13e6f86a [2023-02-15T03:55:00.389Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:55:00.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:55:02.373Z] v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T03:55:02.374Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T03:55:02.374Z] OK: 15734 distinct packages available [2023-02-15T03:55:02.374Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:55:02.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:55:04.042Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-15T03:55:04.042Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-15T03:55:04.042Z] (3/4) Installing libucontext (1.1-r0) [2023-02-15T03:55:04.042Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-15T03:55:04.042Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T03:55:04.042Z] OK: 6 MiB in 18 packages [2023-02-15T03:55:05.452Z] Removing intermediate container c76c13e6f86a [2023-02-15T03:55:05.452Z] ---> c598c1118594 [2023-02-15T03:55:05.452Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T03:55:10.784Z] ---> 801a7b6aa25e [2023-02-15T03:55:10.784Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T03:55:11.740Z] ---> 2eb337091749 [2023-02-15T03:55:11.740Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-15T03:55:11.740Z] ---> Running in 216ecc45211b [2023-02-15T03:55:12.321Z] Removing intermediate container 216ecc45211b [2023-02-15T03:55:12.321Z] ---> 5452e7e61947 [2023-02-15T03:55:12.321Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-15T03:55:14.260Z] ---> 65590d54dd62 [2023-02-15T03:55:14.260Z] Step 19/24 : WORKDIR / [2023-02-15T03:55:14.529Z] ---> Running in 745b8cf4c1bc [2023-02-15T03:55:14.957Z] Removing intermediate container 745b8cf4c1bc [2023-02-15T03:55:14.957Z] ---> ff3bd6f034e5 [2023-02-15T03:55:14.957Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T03:55:15.240Z] ---> Running in 3a2833255afb [2023-02-15T03:55:15.861Z] Removing intermediate container 3a2833255afb [2023-02-15T03:55:15.861Z] ---> 65809f08769e [2023-02-15T03:55:15.861Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T03:55:15.861Z] ---> Running in 20cd1f86ffe5 [2023-02-15T03:55:16.469Z] Removing intermediate container 20cd1f86ffe5 [2023-02-15T03:55:16.469Z] ---> 0a223b5fa9a8 [2023-02-15T03:55:16.469Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T03:55:16.469Z] ---> Running in 8f7b3b2b82be [2023-02-15T03:55:17.090Z] Removing intermediate container 8f7b3b2b82be [2023-02-15T03:55:17.090Z] ---> 3154d70c594f [2023-02-15T03:55:17.090Z] Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:55:17.090Z] ---> Running in 12bfa77fad38 [2023-02-15T03:55:17.737Z] Removing intermediate container 12bfa77fad38 [2023-02-15T03:55:17.737Z] ---> 78a618b08fac [2023-02-15T03:55:17.737Z] Step 24/24 : LABEL version=3.0.0-dev.49 [2023-02-15T03:55:18.041Z] ---> Running in 038a612f3acb [2023-02-15T03:55:18.310Z] Removing intermediate container 038a612f3acb [2023-02-15T03:55:18.310Z] ---> fae2bc1fc65f [2023-02-15T03:55:18.310Z] [2023-02-15T03:55:18.590Z] Successfully built fae2bc1fc65f [2023-02-15T03:55:18.590Z] Successfully tagged security-spire-config-arm64:latest [2023-02-15T03:57:25.242Z]  Building security-spire-config ... done Removing intermediate container 9e0f6a950f7d [2023-02-15T03:57:25.242Z] ---> a5cffa82d3ad [2023-02-15T03:57:25.242Z] [2023-02-15T03:57:25.242Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T03:57:25.242Z] ---> 4c81e5bf8899 [2023-02-15T03:57:25.242Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-15T03:57:25.242Z] ---> Running in 69ede18b65ad [2023-02-15T03:57:25.242Z] Removing intermediate container 26c62ee808c2 [2023-02-15T03:57:25.242Z] ---> 1740421a651a [2023-02-15T03:57:25.242Z] [2023-02-15T03:57:25.242Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T03:57:25.242Z] ---> 4c81e5bf8899 [2023-02-15T03:57:25.242Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-15T03:57:25.242Z] ---> Running in af76b03184cd [2023-02-15T03:57:25.242Z] Removing intermediate container 69ede18b65ad [2023-02-15T03:57:25.242Z] ---> 63906d229fcf [2023-02-15T03:57:25.242Z] Step 12/22 : RUN apk add --update --no-cache dumb-initRemoving intermediate container af76b03184cd [2023-02-15T03:57:25.242Z] [2023-02-15T03:57:25.242Z] ---> c4394b69dd71 [2023-02-15T03:57:25.242Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-15T03:57:25.242Z] ---> Running in f5a13ae3fd0b [2023-02-15T03:57:25.242Z] ---> Running in 978343d61c20 [2023-02-15T03:57:25.508Z] Removing intermediate container f5a13ae3fd0b [2023-02-15T03:57:25.508Z] ---> b93356be960c [2023-02-15T03:57:25.508Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-15T03:57:25.776Z] ---> Running in fd29b724902f [2023-02-15T03:57:26.356Z] Removing intermediate container fd29b724902f [2023-02-15T03:57:26.356Z] ---> 2512b182ac95 [2023-02-15T03:57:26.356Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T03:57:26.621Z] ---> Running in c53d36c4276a [2023-02-15T03:57:26.888Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:57:27.154Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:57:28.561Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T03:57:28.561Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:57:28.561Z] OK: 5 MiB in 15 packages [2023-02-15T03:57:28.829Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:57:29.095Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:57:30.500Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T03:57:30.500Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:57:30.500Z] OK: 5 MiB in 15 packages [2023-02-15T03:57:30.500Z] Removing intermediate container 978343d61c20 [2023-02-15T03:57:30.500Z] ---> 06db2c817f07 [2023-02-15T03:57:30.500Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:57:32.440Z] Removing intermediate container c53d36c4276a [2023-02-15T03:57:32.440Z] ---> 35841fc879cb [2023-02-15T03:57:32.440Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:57:32.440Z] ---> 11e07e4a40fe [2023-02-15T03:57:32.440Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-15T03:57:35.017Z] ---> 8f7636317bc5 [2023-02-15T03:57:35.017Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-15T03:57:35.017Z] ---> b18b3e7712f9 [2023-02-15T03:57:35.017Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-15T03:57:36.954Z] ---> 147c93b95173 [2023-02-15T03:57:36.954Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-15T03:57:38.357Z] ---> 4f86a3e69ac8 [2023-02-15T03:57:38.357Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-15T03:57:38.622Z] ---> 90787cc6cd96 [2023-02-15T03:57:38.622Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T03:57:38.887Z] ---> Running in 8015f39ad346 [2023-02-15T03:57:39.468Z] Removing intermediate container 0493a0cac81c [2023-02-15T03:57:39.468Z] ---> 8deb5a1f7a3a [2023-02-15T03:57:39.468Z] [2023-02-15T03:57:39.468Z] Step 10/23 : FROM alpine:3.16 [2023-02-15T03:57:39.468Z] ---> 4c81e5bf8899 [2023-02-15T03:57:39.468Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-15T03:57:39.468Z] ---> Using cache [2023-02-15T03:57:39.468Z] ---> c5e1c9eca0fc [2023-02-15T03:57:39.468Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T03:57:39.468Z] ---> Using cache [2023-02-15T03:57:39.468Z] ---> c5bc10426a08 [2023-02-15T03:57:39.468Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-15T03:57:40.050Z] ---> Running in 065c027074cb [2023-02-15T03:57:40.050Z] ---> ce5bc54a114e [2023-02-15T03:57:40.050Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-15T03:57:40.315Z] ---> Running in 1a2e4b6901c0 [2023-02-15T03:57:40.908Z] Removing intermediate container 065c027074cb [2023-02-15T03:57:40.908Z] ---> 4230d8881b79 [2023-02-15T03:57:40.908Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-15T03:57:40.908Z] ---> Running in a75ab2e5958b [2023-02-15T03:57:41.178Z] Removing intermediate container 1a2e4b6901c0 [2023-02-15T03:57:41.178Z] ---> a765029574d6 [2023-02-15T03:57:41.178Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T03:57:41.452Z] ---> Running in a970bc5d38f1 [2023-02-15T03:57:41.719Z] Removing intermediate container a75ab2e5958b [2023-02-15T03:57:41.719Z] ---> 468c18f660f5 [2023-02-15T03:57:41.719Z] Step 15/23 : WORKDIR / [2023-02-15T03:57:41.719Z] ---> Running in 1ec5d89bd4ab [2023-02-15T03:57:42.300Z] Removing intermediate container a970bc5d38f1 [2023-02-15T03:57:42.300Z] ---> 82fa8e395726 [2023-02-15T03:57:42.300Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T03:57:42.300Z] Removing intermediate container 8015f39ad346 [2023-02-15T03:57:42.300Z] ---> d9b3053c59ed [2023-02-15T03:57:42.300Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T03:57:42.300Z] ---> Running in 0df57e92794d [2023-02-15T03:57:42.300Z] ---> Running in 978abef10dbf [2023-02-15T03:57:42.566Z] Removing intermediate container 1ec5d89bd4ab [2023-02-15T03:57:42.567Z] ---> a65330facd88 [2023-02-15T03:57:42.567Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:57:43.148Z] Removing intermediate container 0df57e92794d [2023-02-15T03:57:43.148Z] ---> e6635de0fe9c [2023-02-15T03:57:43.148Z] Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:57:43.148Z] Removing intermediate container 978abef10dbf [2023-02-15T03:57:43.148Z] ---> e7b617f5d763 [2023-02-15T03:57:43.148Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-15T03:57:43.415Z] ---> Running in 5263d622ea71 [2023-02-15T03:57:43.415Z] ---> Running in 48db66f03afa [2023-02-15T03:57:43.996Z] ---> c68f7cf4fc15 [2023-02-15T03:57:43.996Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-15T03:57:43.996Z] Removing intermediate container 5263d622ea71 [2023-02-15T03:57:43.996Z] ---> 536004dd5bcd [2023-02-15T03:57:43.996Z] Step 22/22 : LABEL version=3.0.0-dev.49 [2023-02-15T03:57:44.262Z] Removing intermediate container 48db66f03afa [2023-02-15T03:57:44.262Z] ---> 3d2842a837fa [2023-02-15T03:57:44.262Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T03:57:44.262Z] ---> Running in e09a17862149 [2023-02-15T03:57:44.262Z] ---> Running in 347dc252bea8 [2023-02-15T03:57:44.874Z] Removing intermediate container e09a17862149 [2023-02-15T03:57:44.874Z] ---> ef8316f41453 [2023-02-15T03:57:44.874Z] [2023-02-15T03:57:44.874Z] Successfully built ef8316f41453 [2023-02-15T03:57:44.874Z] Successfully tagged core-data-arm64:latest [2023-02-15T03:57:45.141Z]  Building core-data ... done Removing intermediate container 347dc252bea8 [2023-02-15T03:57:45.141Z] ---> a87fcb0ff0dc [2023-02-15T03:57:45.141Z] Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:57:45.141Z] ---> Running in 3572d511132b [2023-02-15T03:57:45.406Z] ---> b9124c3d3a37 [2023-02-15T03:57:45.406Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-15T03:57:45.674Z] Removing intermediate container 3572d511132b [2023-02-15T03:57:45.674Z] ---> 38a444a4f9db [2023-02-15T03:57:45.674Z] Step 22/22 : LABEL version=3.0.0-dev.49 [2023-02-15T03:57:45.941Z] ---> Running in b8d42d6266a6 [2023-02-15T03:57:46.208Z] Removing intermediate container b8d42d6266a6 [2023-02-15T03:57:46.208Z] ---> f16cf7db3697 [2023-02-15T03:57:46.208Z] [2023-02-15T03:57:46.476Z] Successfully built f16cf7db3697 [2023-02-15T03:57:46.476Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-15T03:57:46.476Z]  Building core-common-config-bootstrapper ... done  ---> 102eeb53e116 [2023-02-15T03:57:46.476Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-15T03:57:46.476Z] ---> Running in 55c08866b2a9 [2023-02-15T03:57:46.761Z] Removing intermediate container 55c08866b2a9 [2023-02-15T03:57:46.761Z] ---> c0e35e2a1f71 [2023-02-15T03:57:46.761Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T03:57:47.048Z] ---> Running in ec84e27a6fe7 [2023-02-15T03:57:47.313Z] Removing intermediate container ec84e27a6fe7 [2023-02-15T03:57:47.313Z] ---> 155acc227415 [2023-02-15T03:57:47.313Z] Step 21/23 : LABEL arch=arm64 [2023-02-15T03:57:47.313Z] ---> Running in 7d79fdcf0be6 [2023-02-15T03:57:47.897Z] Removing intermediate container 7d79fdcf0be6 [2023-02-15T03:57:47.897Z] ---> e2cac8a747d1 [2023-02-15T03:57:47.897Z] Step 22/23 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:57:47.897Z] ---> Running in ebe39db98179 [2023-02-15T03:57:48.165Z] Removing intermediate container ebe39db98179 [2023-02-15T03:57:48.165Z] ---> aee3b8a75548 [2023-02-15T03:57:48.165Z] Step 23/23 : LABEL version=3.0.0-dev.49 [2023-02-15T03:57:48.432Z] ---> Running in 3a77080663fa [2023-02-15T03:57:48.698Z] Removing intermediate container 3a77080663fa [2023-02-15T03:57:48.698Z] ---> 3979d1cd10bb [2023-02-15T03:57:48.698Z] [2023-02-15T03:57:48.969Z] Successfully built 3979d1cd10bb [2023-02-15T03:57:48.969Z] Successfully tagged core-command-arm64:latest [2023-02-15T03:58:15.624Z]  Building core-command ... done Removing intermediate container f4596bc58709 [2023-02-15T03:58:15.624Z] ---> 1a6a3eb2282d [2023-02-15T03:58:15.624Z] [2023-02-15T03:58:15.624Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T03:58:15.624Z] ---> 4c81e5bf8899 [2023-02-15T03:58:15.624Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-15T03:58:15.624Z] ---> Running in 1700c02b53fe [2023-02-15T03:58:15.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T03:58:15.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T03:58:15.624Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-15T03:58:15.624Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-15T03:58:15.624Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T03:58:15.624Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T03:58:15.624Z] OK: 6 MiB in 16 packages [2023-02-15T03:58:17.030Z] Removing intermediate container 1700c02b53fe [2023-02-15T03:58:17.030Z] ---> 1e74dbbc8c15 [2023-02-15T03:58:17.030Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T03:58:17.030Z] ---> Running in 9a349df3c02e [2023-02-15T03:58:17.295Z] Removing intermediate container 9a349df3c02e [2023-02-15T03:58:17.295Z] ---> ac4b82d65f78 [2023-02-15T03:58:17.295Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-15T03:58:17.295Z] ---> Running in 382597cdc77c [2023-02-15T03:58:17.562Z] Removing intermediate container 382597cdc77c [2023-02-15T03:58:17.562Z] ---> e6683678d125 [2023-02-15T03:58:17.562Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T03:58:17.562Z] ---> Running in 663c100a4094 [2023-02-15T03:58:17.829Z] Removing intermediate container 663c100a4094 [2023-02-15T03:58:17.829Z] ---> 32d6a3d59954 [2023-02-15T03:58:17.829Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T03:58:18.413Z] ---> 99eaf33b2a52 [2023-02-15T03:58:18.413Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-15T03:58:19.821Z] ---> 9b498046390d [2023-02-15T03:58:19.821Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-15T03:58:20.087Z] ---> 7ab7c854d4cf [2023-02-15T03:58:20.087Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-15T03:58:20.353Z] ---> Running in f0524b2e0662 [2023-02-15T03:58:20.618Z] Removing intermediate container f0524b2e0662 [2023-02-15T03:58:20.618Z] ---> e8c88dcb9a5c [2023-02-15T03:58:20.618Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T03:58:20.618Z] ---> Running in ef3bb6855969 [2023-02-15T03:58:20.884Z] Removing intermediate container ef3bb6855969 [2023-02-15T03:58:20.884Z] ---> 8534171269ed [2023-02-15T03:58:20.884Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T03:58:20.884Z] ---> Running in aa401fb390cf [2023-02-15T03:58:21.152Z] Removing intermediate container aa401fb390cf [2023-02-15T03:58:21.152Z] ---> 603ff5840920 [2023-02-15T03:58:21.152Z] Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:21.420Z] ---> Running in bdef9e874588 [2023-02-15T03:58:21.685Z] Removing intermediate container bdef9e874588 [2023-02-15T03:58:21.685Z] ---> e0e35fca9224 [2023-02-15T03:58:21.685Z] Step 22/22 : LABEL version=3.0.0-dev.49 [2023-02-15T03:58:21.685Z] ---> Running in c3a65ab16857 [2023-02-15T03:58:21.950Z] Removing intermediate container c3a65ab16857 [2023-02-15T03:58:21.950Z] ---> 4d5e5a5401e0 [2023-02-15T03:58:21.950Z] [2023-02-15T03:58:21.950Z] Successfully built 4d5e5a5401e0 [2023-02-15T03:58:21.950Z] Successfully tagged support-notifications-arm64:latest [2023-02-15T03:58:22.224Z]  Building support-notifications ... done  [Pipeline] } [2023-02-15T03:58:22.228Z] $ docker stop --time=1 5936d8950bbcb4cbf6101147a57b524b847b995c3c65add85dbeaf7836794f18 [2023-02-15T03:58:24.229Z] $ docker rm -f --volumes 5936d8950bbcb4cbf6101147a57b524b847b995c3c65add85dbeaf7836794f18 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T03:58:24.690Z] + docker images [2023-02-15T03:58:24.956Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-15T03:58:24.956Z] support-notifications-arm64 latest 4d5e5a5401e0 3 seconds ago 29.7MB [2023-02-15T03:58:24.956Z] 1a6a3eb2282d 13 seconds ago 1.4GB [2023-02-15T03:58:24.956Z] core-command-arm64 latest 3979d1cd10bb 36 seconds ago 17MB [2023-02-15T03:58:24.956Z] core-common-config-bootstrapper-arm64 latest f16cf7db3697 38 seconds ago 14.9MB [2023-02-15T03:58:24.956Z] core-data-arm64 latest ef8316f41453 40 seconds ago 17.2MB [2023-02-15T03:58:24.956Z] 8deb5a1f7a3a 46 seconds ago 1.34GB [2023-02-15T03:58:24.956Z] 1740421a651a About a minute ago 1.34GB [2023-02-15T03:58:24.956Z] a5cffa82d3ad About a minute ago 1.33GB [2023-02-15T03:58:24.956Z] security-spire-config-arm64 latest fae2bc1fc65f 3 minutes ago 83.6MB [2023-02-15T03:58:24.956Z] security-spire-agent-arm64 latest 6fe22f508ba6 3 minutes ago 122MB [2023-02-15T03:58:24.956Z] 7131b0f2311c 3 minutes ago 1.21GB [2023-02-15T03:58:24.956Z] security-secretstore-setup-arm64 latest 4f4d747e4797 3 minutes ago 29MB [2023-02-15T03:58:24.956Z] c95350217bae 4 minutes ago 1.33GB [2023-02-15T03:58:24.956Z] security-spire-server-arm64 latest 087e3ca272d4 6 minutes ago 84.3MB [2023-02-15T03:58:24.956Z] a2075e2d6c9e 7 minutes ago 1.21GB [2023-02-15T03:58:24.956Z] support-scheduler-arm64 latest 9050470b8ea7 7 minutes ago 29MB [2023-02-15T03:58:24.956Z] d56fa8d0c645 7 minutes ago 1.4GB [2023-02-15T03:58:24.956Z] security-spiffe-token-provider-arm64 latest ed953ff658ad 7 minutes ago 29.1MB [2023-02-15T03:58:24.956Z] 07236930fc38 8 minutes ago 1.37GB [2023-02-15T03:58:24.956Z] core-metadata-arm64 latest 633d96ba4ac5 9 minutes ago 17.7MB [2023-02-15T03:58:24.956Z] 7d086b128734 9 minutes ago 1.34GB [2023-02-15T03:58:24.956Z] security-bootstrapper-arm64 latest ad5d2039431c 9 minutes ago 19.6MB [2023-02-15T03:58:24.956Z] security-proxy-setup-arm64 latest ec53918f4259 10 minutes ago 26.9MB [2023-02-15T03:58:24.956Z] fb9f9941cef8 10 minutes ago 1.33GB [2023-02-15T03:58:24.956Z] 0684b0facdf3 10 minutes ago 1.33GB [2023-02-15T03:58:24.956Z] ci-base-image-arm64 latest 6d1fc2385b9e 19 minutes ago 905MB [2023-02-15T03:58:24.956Z] alpine 3.15 354640af7b1b 4 days ago 5.34MB [2023-02-15T03:58:24.956Z] alpine 3.16 4c81e5bf8899 4 days ago 5.3MB [2023-02-15T03:58:24.956Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-15T03:58:24.956Z] 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-15T03:58:25.069Z] provisioning config files... [2023-02-15T03:58:25.083Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/409@tmp/config13212343470570862283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T03:58:25.413Z] ---> docker-login.sh [2023-02-15T03:58:25.413Z] nexus3.edgexfoundry.org:10001 [2023-02-15T03:58:25.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:58:25.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:58:25.680Z] Configure a credential helper to remove this warning. See [2023-02-15T03:58:25.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:58:25.680Z] [2023-02-15T03:58:25.680Z] Login Succeeded [2023-02-15T03:58:25.680Z] nexus3.edgexfoundry.org:10002 [2023-02-15T03:58:25.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:58:25.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:58:25.945Z] Configure a credential helper to remove this warning. See [2023-02-15T03:58:25.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:58:25.945Z] [2023-02-15T03:58:25.945Z] Login Succeeded [2023-02-15T03:58:25.945Z] nexus3.edgexfoundry.org:10003 [2023-02-15T03:58:26.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:58:26.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:58:26.474Z] Configure a credential helper to remove this warning. See [2023-02-15T03:58:26.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:58:26.474Z] [2023-02-15T03:58:26.474Z] Login Succeeded [2023-02-15T03:58:26.474Z] nexus3.edgexfoundry.org:10004 [2023-02-15T03:58:26.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:58:26.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:58:26.739Z] Configure a credential helper to remove this warning. See [2023-02-15T03:58:26.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:58:26.739Z] [2023-02-15T03:58:26.739Z] Login Succeeded [2023-02-15T03:58:26.739Z] docker.io [2023-02-15T03:58:27.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T03:58:27.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T03:58:27.267Z] Configure a credential helper to remove this warning. See [2023-02-15T03:58:27.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T03:58:27.267Z] [2023-02-15T03:58:27.267Z] Login Succeeded [2023-02-15T03:58:27.267Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T03:58:27.279Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:58:27.302Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T03:58:27.318Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-02-15T03:58:27.318Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:27.318Z] latest [2023-02-15T03:58:27.318Z] 3.0.0-dev.49 [2023-02-15T03:58:27.318Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:58:27.318Z] main [2023-02-15T03:58:27.318Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:27.646Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:27.979Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:27.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T03:58:27.979Z] 79370fbc52c1: Preparing [2023-02-15T03:58:27.979Z] cc93b9df7076: Preparing [2023-02-15T03:58:27.979Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:27.979Z] 89e54088b867: Preparing [2023-02-15T03:58:27.979Z] f70ee36035b9: Preparing [2023-02-15T03:58:27.979Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:28.245Z] 89e54088b867: Pushed [2023-02-15T03:58:28.245Z] 541f2e8eef3e: Pushed [2023-02-15T03:58:28.245Z] 79370fbc52c1: Pushed [2023-02-15T03:58:30.808Z] cc93b9df7076: Pushed [2023-02-15T03:58:30.808Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:1a2834090739da46a6bdc69c25091b859db3a81c98432836d0d6e2e5f0f0ed69 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:31.139Z] + 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-15T03:58:31.467Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-15T03:58:31.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T03:58:31.467Z] 79370fbc52c1: Preparing [2023-02-15T03:58:31.467Z] cc93b9df7076: Preparing [2023-02-15T03:58:31.467Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:31.467Z] 89e54088b867: Preparing [2023-02-15T03:58:31.467Z] f70ee36035b9: Preparing [2023-02-15T03:58:31.467Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:31.467Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:31.467Z] 89e54088b867: Layer already exists [2023-02-15T03:58:31.467Z] cc93b9df7076: Layer already exists [2023-02-15T03:58:31.467Z] 79370fbc52c1: Layer already exists [2023-02-15T03:58:31.467Z] latest: digest: sha256:1a2834090739da46a6bdc69c25091b859db3a81c98432836d0d6e2e5f0f0ed69 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:31.797Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:32.125Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.49 [2023-02-15T03:58:32.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T03:58:32.125Z] 79370fbc52c1: Preparing [2023-02-15T03:58:32.125Z] cc93b9df7076: Preparing [2023-02-15T03:58:32.125Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:32.125Z] 89e54088b867: Preparing [2023-02-15T03:58:32.125Z] f70ee36035b9: Preparing [2023-02-15T03:58:32.125Z] cc93b9df7076: Layer already exists [2023-02-15T03:58:32.125Z] 79370fbc52c1: Layer already exists [2023-02-15T03:58:32.125Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:32.125Z] 89e54088b867: Layer already exists [2023-02-15T03:58:32.125Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:32.125Z] 3.0.0-dev.49: digest: sha256:1a2834090739da46a6bdc69c25091b859db3a81c98432836d0d6e2e5f0f0ed69 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:32.461Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:32.788Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:58:32.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T03:58:32.788Z] 79370fbc52c1: Preparing [2023-02-15T03:58:32.788Z] cc93b9df7076: Preparing [2023-02-15T03:58:32.788Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:32.788Z] 89e54088b867: Preparing [2023-02-15T03:58:32.788Z] f70ee36035b9: Preparing [2023-02-15T03:58:32.788Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:32.788Z] 89e54088b867: Layer already exists [2023-02-15T03:58:32.788Z] cc93b9df7076: Layer already exists [2023-02-15T03:58:32.788Z] 79370fbc52c1: Layer already exists [2023-02-15T03:58:32.788Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:32.789Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:1a2834090739da46a6bdc69c25091b859db3a81c98432836d0d6e2e5f0f0ed69 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:33.126Z] + 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-15T03:58:33.450Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-02-15T03:58:33.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T03:58:33.450Z] 79370fbc52c1: Preparing [2023-02-15T03:58:33.450Z] cc93b9df7076: Preparing [2023-02-15T03:58:33.450Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:33.450Z] 89e54088b867: Preparing [2023-02-15T03:58:33.450Z] f70ee36035b9: Preparing [2023-02-15T03:58:33.450Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:33.450Z] 79370fbc52c1: Layer already exists [2023-02-15T03:58:33.450Z] cc93b9df7076: Layer already exists [2023-02-15T03:58:33.450Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:33.450Z] 89e54088b867: Layer already exists [2023-02-15T03:58:33.450Z] main: digest: sha256:1a2834090739da46a6bdc69c25091b859db3a81c98432836d0d6e2e5f0f0ed69 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:58:33.503Z] ===================================================== [Pipeline] echo [2023-02-15T03:58:33.513Z] taggedImages: [2023-02-15T03:58:33.513Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:33.513Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-15T03:58:33.513Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.49 [2023-02-15T03:58:33.513Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:58:33.513Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-02-15T03:58:33.534Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-02-15T03:58:33.534Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:33.534Z] latest [2023-02-15T03:58:33.534Z] 3.0.0-dev.49 [2023-02-15T03:58:33.534Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:58:33.534Z] main [2023-02-15T03:58:33.534Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:33.889Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:34.223Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:34.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T03:58:34.223Z] 55e44959ab6e: Preparing [2023-02-15T03:58:34.223Z] 0126dfeffb1b: Preparing [2023-02-15T03:58:34.223Z] ef19bcc5f069: Preparing [2023-02-15T03:58:34.223Z] 99fc59fbd7ed: Preparing [2023-02-15T03:58:34.223Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:34.223Z] 9d316c175614: Preparing [2023-02-15T03:58:34.223Z] f70ee36035b9: Preparing [2023-02-15T03:58:34.223Z] 9d316c175614: Waiting [2023-02-15T03:58:34.223Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:34.486Z] 0126dfeffb1b: Pushed [2023-02-15T03:58:34.486Z] ef19bcc5f069: Pushed [2023-02-15T03:58:34.486Z] 55e44959ab6e: Pushed [2023-02-15T03:58:34.486Z] 9d316c175614: Pushed [2023-02-15T03:58:34.486Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:36.421Z] 99fc59fbd7ed: Pushed [2023-02-15T03:58:36.686Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:721c0960c74b653885fbb929bff094d3bb54b08a62a39798a76af3951628d943 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:37.033Z] + 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-15T03:58:37.368Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-15T03:58:37.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T03:58:37.368Z] 55e44959ab6e: Preparing [2023-02-15T03:58:37.368Z] 0126dfeffb1b: Preparing [2023-02-15T03:58:37.368Z] ef19bcc5f069: Preparing [2023-02-15T03:58:37.368Z] 99fc59fbd7ed: Preparing [2023-02-15T03:58:37.368Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:37.368Z] 9d316c175614: Preparing [2023-02-15T03:58:37.368Z] f70ee36035b9: Preparing [2023-02-15T03:58:37.368Z] 9d316c175614: Waiting [2023-02-15T03:58:37.368Z] f70ee36035b9: Waiting [2023-02-15T03:58:37.368Z] 0126dfeffb1b: Layer already exists [2023-02-15T03:58:37.368Z] ef19bcc5f069: Layer already exists [2023-02-15T03:58:37.368Z] 55e44959ab6e: Layer already exists [2023-02-15T03:58:37.368Z] 99fc59fbd7ed: Layer already exists [2023-02-15T03:58:37.368Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:37.368Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:37.368Z] 9d316c175614: Layer already exists [2023-02-15T03:58:37.368Z] latest: digest: sha256:721c0960c74b653885fbb929bff094d3bb54b08a62a39798a76af3951628d943 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:37.968Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:38.301Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.49 [2023-02-15T03:58:38.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T03:58:38.301Z] 55e44959ab6e: Preparing [2023-02-15T03:58:38.301Z] 0126dfeffb1b: Preparing [2023-02-15T03:58:38.301Z] ef19bcc5f069: Preparing [2023-02-15T03:58:38.301Z] 99fc59fbd7ed: Preparing [2023-02-15T03:58:38.301Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:38.301Z] 9d316c175614: Preparing [2023-02-15T03:58:38.301Z] f70ee36035b9: Preparing [2023-02-15T03:58:38.301Z] f70ee36035b9: Waiting [2023-02-15T03:58:38.301Z] 9d316c175614: Waiting [2023-02-15T03:58:38.301Z] ef19bcc5f069: Layer already exists [2023-02-15T03:58:38.301Z] 55e44959ab6e: Layer already exists [2023-02-15T03:58:38.301Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:38.301Z] 0126dfeffb1b: Layer already exists [2023-02-15T03:58:38.301Z] 99fc59fbd7ed: Layer already exists [2023-02-15T03:58:38.301Z] 9d316c175614: Layer already exists [2023-02-15T03:58:38.301Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:38.301Z] 3.0.0-dev.49: digest: sha256:721c0960c74b653885fbb929bff094d3bb54b08a62a39798a76af3951628d943 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:38.636Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:38.968Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:58:38.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T03:58:38.968Z] 55e44959ab6e: Preparing [2023-02-15T03:58:38.968Z] 0126dfeffb1b: Preparing [2023-02-15T03:58:38.968Z] ef19bcc5f069: Preparing [2023-02-15T03:58:38.968Z] 99fc59fbd7ed: Preparing [2023-02-15T03:58:38.968Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:38.968Z] 9d316c175614: Preparing [2023-02-15T03:58:38.968Z] f70ee36035b9: Preparing [2023-02-15T03:58:38.968Z] 9d316c175614: Waiting [2023-02-15T03:58:38.968Z] f70ee36035b9: Waiting [2023-02-15T03:58:38.968Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:38.968Z] 99fc59fbd7ed: Layer already exists [2023-02-15T03:58:38.968Z] 0126dfeffb1b: Layer already exists [2023-02-15T03:58:38.968Z] ef19bcc5f069: Layer already exists [2023-02-15T03:58:38.968Z] 55e44959ab6e: Layer already exists [2023-02-15T03:58:38.968Z] 9d316c175614: Layer already exists [2023-02-15T03:58:38.968Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:38.968Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:721c0960c74b653885fbb929bff094d3bb54b08a62a39798a76af3951628d943 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:39.575Z] + 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-15T03:58:39.913Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-02-15T03:58:39.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T03:58:39.914Z] 55e44959ab6e: Preparing [2023-02-15T03:58:39.914Z] 0126dfeffb1b: Preparing [2023-02-15T03:58:39.914Z] ef19bcc5f069: Preparing [2023-02-15T03:58:39.914Z] 99fc59fbd7ed: Preparing [2023-02-15T03:58:39.914Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:39.914Z] 9d316c175614: Preparing [2023-02-15T03:58:39.914Z] f70ee36035b9: Preparing [2023-02-15T03:58:39.914Z] 9d316c175614: Waiting [2023-02-15T03:58:39.914Z] f70ee36035b9: Waiting [2023-02-15T03:58:39.914Z] 99fc59fbd7ed: Layer already exists [2023-02-15T03:58:39.914Z] 55e44959ab6e: Layer already exists [2023-02-15T03:58:39.914Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:39.914Z] ef19bcc5f069: Layer already exists [2023-02-15T03:58:39.914Z] 0126dfeffb1b: Layer already exists [2023-02-15T03:58:39.914Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:39.914Z] 9d316c175614: Layer already exists [2023-02-15T03:58:40.179Z] main: digest: sha256:721c0960c74b653885fbb929bff094d3bb54b08a62a39798a76af3951628d943 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:58:40.218Z] ===================================================== [Pipeline] echo [2023-02-15T03:58:40.224Z] taggedImages: [2023-02-15T03:58:40.224Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:40.224Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-15T03:58:40.224Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.49 [2023-02-15T03:58:40.224Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:58:40.224Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-02-15T03:58:40.239Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-02-15T03:58:40.239Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:40.239Z] latest [2023-02-15T03:58:40.239Z] 3.0.0-dev.49 [2023-02-15T03:58:40.239Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:58:40.239Z] main [2023-02-15T03:58:40.239Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:40.572Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:40.979Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:40.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T03:58:40.980Z] 35d3aa929dfb: Preparing [2023-02-15T03:58:40.980Z] de59e6d38170: Preparing [2023-02-15T03:58:40.980Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:40.980Z] 7e4b59de9733: Preparing [2023-02-15T03:58:40.980Z] f70ee36035b9: Preparing [2023-02-15T03:58:40.980Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:40.980Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:41.248Z] 35d3aa929dfb: Pushed [2023-02-15T03:58:41.248Z] 7e4b59de9733: Pushed [2023-02-15T03:58:43.855Z] de59e6d38170: Pushed [2023-02-15T03:58:44.126Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:06c90f347c1975e2d6b8973337f7f894d3616fd01994f585cdc022891cf5a706 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:44.474Z] + 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-15T03:58:44.803Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-15T03:58:44.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T03:58:44.803Z] 35d3aa929dfb: Preparing [2023-02-15T03:58:44.803Z] de59e6d38170: Preparing [2023-02-15T03:58:44.803Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:44.803Z] 7e4b59de9733: Preparing [2023-02-15T03:58:44.803Z] f70ee36035b9: Preparing [2023-02-15T03:58:44.803Z] de59e6d38170: Layer already exists [2023-02-15T03:58:44.803Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:44.803Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:44.803Z] 35d3aa929dfb: Layer already exists [2023-02-15T03:58:44.803Z] 7e4b59de9733: Layer already exists [2023-02-15T03:58:44.803Z] latest: digest: sha256:06c90f347c1975e2d6b8973337f7f894d3616fd01994f585cdc022891cf5a706 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:45.416Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:45.753Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.49 [2023-02-15T03:58:45.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T03:58:45.753Z] 35d3aa929dfb: Preparing [2023-02-15T03:58:45.753Z] de59e6d38170: Preparing [2023-02-15T03:58:45.753Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:45.753Z] 7e4b59de9733: Preparing [2023-02-15T03:58:45.753Z] f70ee36035b9: Preparing [2023-02-15T03:58:45.753Z] 35d3aa929dfb: Layer already exists [2023-02-15T03:58:45.753Z] 7e4b59de9733: Layer already exists [2023-02-15T03:58:45.753Z] de59e6d38170: Layer already exists [2023-02-15T03:58:45.753Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:45.753Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:45.753Z] 3.0.0-dev.49: digest: sha256:06c90f347c1975e2d6b8973337f7f894d3616fd01994f585cdc022891cf5a706 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:46.091Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:46.425Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:58:46.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T03:58:46.425Z] 35d3aa929dfb: Preparing [2023-02-15T03:58:46.425Z] de59e6d38170: Preparing [2023-02-15T03:58:46.425Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:46.425Z] 7e4b59de9733: Preparing [2023-02-15T03:58:46.425Z] f70ee36035b9: Preparing [2023-02-15T03:58:46.425Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:46.425Z] 35d3aa929dfb: Layer already exists [2023-02-15T03:58:46.425Z] 7e4b59de9733: Layer already exists [2023-02-15T03:58:46.425Z] de59e6d38170: Layer already exists [2023-02-15T03:58:46.425Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:46.425Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:06c90f347c1975e2d6b8973337f7f894d3616fd01994f585cdc022891cf5a706 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:46.766Z] + 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-15T03:58:47.107Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-02-15T03:58:47.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T03:58:47.107Z] 35d3aa929dfb: Preparing [2023-02-15T03:58:47.107Z] de59e6d38170: Preparing [2023-02-15T03:58:47.107Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:47.107Z] 7e4b59de9733: Preparing [2023-02-15T03:58:47.107Z] f70ee36035b9: Preparing [2023-02-15T03:58:47.107Z] de59e6d38170: Layer already exists [2023-02-15T03:58:47.107Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:47.107Z] 35d3aa929dfb: Layer already exists [2023-02-15T03:58:47.107Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:47.107Z] 7e4b59de9733: Layer already exists [2023-02-15T03:58:47.372Z] main: digest: sha256:06c90f347c1975e2d6b8973337f7f894d3616fd01994f585cdc022891cf5a706 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:58:47.411Z] ===================================================== [Pipeline] echo [2023-02-15T03:58:47.416Z] taggedImages: [2023-02-15T03:58:47.416Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:47.416Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-15T03:58:47.416Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.49 [2023-02-15T03:58:47.416Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:58:47.416Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-02-15T03:58:47.430Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-02-15T03:58:47.430Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:47.430Z] latest [2023-02-15T03:58:47.430Z] 3.0.0-dev.49 [2023-02-15T03:58:47.430Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:58:47.430Z] main [2023-02-15T03:58:47.430Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:47.761Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:49.498Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:49.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T03:58:49.498Z] e8939c0e779f: Preparing [2023-02-15T03:58:49.498Z] 6816ee0a1021: Preparing [2023-02-15T03:58:49.498Z] c1814392878f: Preparing [2023-02-15T03:58:49.498Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:49.498Z] 89e54088b867: Preparing [2023-02-15T03:58:49.498Z] f70ee36035b9: Preparing [2023-02-15T03:58:49.498Z] f70ee36035b9: Waiting [2023-02-15T03:58:49.498Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:49.498Z] 89e54088b867: Layer already exists [2023-02-15T03:58:49.498Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:49.763Z] e8939c0e779f: Pushed [2023-02-15T03:58:49.763Z] 6816ee0a1021: Pushed [2023-02-15T03:58:53.100Z] c1814392878f: Pushed [2023-02-15T03:58:53.100Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:b96a5312a6d2f8921fc4c42bec4ec2a24623411a0146396e115ea69a1417c937 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:53.431Z] + 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-15T03:58:53.764Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-15T03:58:53.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T03:58:53.764Z] e8939c0e779f: Preparing [2023-02-15T03:58:53.764Z] 6816ee0a1021: Preparing [2023-02-15T03:58:53.764Z] c1814392878f: Preparing [2023-02-15T03:58:53.764Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:53.764Z] 89e54088b867: Preparing [2023-02-15T03:58:53.764Z] f70ee36035b9: Preparing [2023-02-15T03:58:53.764Z] f70ee36035b9: Waiting [2023-02-15T03:58:53.764Z] c1814392878f: Layer already exists [2023-02-15T03:58:53.764Z] 89e54088b867: Layer already exists [2023-02-15T03:58:53.764Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:53.764Z] 6816ee0a1021: Layer already exists [2023-02-15T03:58:53.764Z] e8939c0e779f: Layer already exists [2023-02-15T03:58:53.764Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:53.764Z] latest: digest: sha256:b96a5312a6d2f8921fc4c42bec4ec2a24623411a0146396e115ea69a1417c937 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:54.365Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:54.709Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.49 [2023-02-15T03:58:54.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T03:58:54.710Z] e8939c0e779f: Preparing [2023-02-15T03:58:54.710Z] 6816ee0a1021: Preparing [2023-02-15T03:58:54.710Z] c1814392878f: Preparing [2023-02-15T03:58:54.710Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:54.710Z] 89e54088b867: Preparing [2023-02-15T03:58:54.710Z] f70ee36035b9: Preparing [2023-02-15T03:58:54.710Z] f70ee36035b9: Waiting [2023-02-15T03:58:54.710Z] e8939c0e779f: Layer already exists [2023-02-15T03:58:54.710Z] 6816ee0a1021: Layer already exists [2023-02-15T03:58:54.710Z] 89e54088b867: Layer already exists [2023-02-15T03:58:54.710Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:54.710Z] c1814392878f: Layer already exists [2023-02-15T03:58:54.710Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:54.710Z] 3.0.0-dev.49: digest: sha256:b96a5312a6d2f8921fc4c42bec4ec2a24623411a0146396e115ea69a1417c937 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:55.051Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:55.376Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:58:55.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T03:58:55.376Z] e8939c0e779f: Preparing [2023-02-15T03:58:55.376Z] 6816ee0a1021: Preparing [2023-02-15T03:58:55.376Z] c1814392878f: Preparing [2023-02-15T03:58:55.376Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:55.376Z] 89e54088b867: Preparing [2023-02-15T03:58:55.376Z] f70ee36035b9: Preparing [2023-02-15T03:58:55.376Z] f70ee36035b9: Waiting [2023-02-15T03:58:55.376Z] e8939c0e779f: Layer already exists [2023-02-15T03:58:55.376Z] c1814392878f: Layer already exists [2023-02-15T03:58:55.376Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:55.376Z] 6816ee0a1021: Layer already exists [2023-02-15T03:58:55.376Z] 89e54088b867: Layer already exists [2023-02-15T03:58:55.376Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:55.376Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:b96a5312a6d2f8921fc4c42bec4ec2a24623411a0146396e115ea69a1417c937 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:55.970Z] + 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-15T03:58:56.300Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-02-15T03:58:56.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T03:58:56.300Z] e8939c0e779f: Preparing [2023-02-15T03:58:56.300Z] 6816ee0a1021: Preparing [2023-02-15T03:58:56.300Z] c1814392878f: Preparing [2023-02-15T03:58:56.301Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:56.301Z] 89e54088b867: Preparing [2023-02-15T03:58:56.301Z] f70ee36035b9: Preparing [2023-02-15T03:58:56.301Z] e8939c0e779f: Layer already exists [2023-02-15T03:58:56.301Z] 6816ee0a1021: Layer already exists [2023-02-15T03:58:56.301Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:56.301Z] c1814392878f: Layer already exists [2023-02-15T03:58:56.301Z] 89e54088b867: Layer already exists [2023-02-15T03:58:56.301Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:56.301Z] main: digest: sha256:b96a5312a6d2f8921fc4c42bec4ec2a24623411a0146396e115ea69a1417c937 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:58:56.602Z] ===================================================== [Pipeline] echo [2023-02-15T03:58:56.608Z] taggedImages: [2023-02-15T03:58:56.608Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:56.608Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-15T03:58:56.608Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.49 [2023-02-15T03:58:56.608Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:58:56.608Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-02-15T03:58:56.621Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-02-15T03:58:56.622Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:56.622Z] latest [2023-02-15T03:58:56.622Z] 3.0.0-dev.49 [2023-02-15T03:58:56.622Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:58:56.622Z] main [2023-02-15T03:58:56.622Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:56.941Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:58:57.268Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:58:57.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T03:58:57.268Z] a38bc4b288ed: Preparing [2023-02-15T03:58:57.268Z] a38bc4b288ed: Preparing [2023-02-15T03:58:57.268Z] af41674df913: Preparing [2023-02-15T03:58:57.268Z] 8298c48f6b89: Preparing [2023-02-15T03:58:57.268Z] 6796144d3122: Preparing [2023-02-15T03:58:57.268Z] e8921ec90fef: Preparing [2023-02-15T03:58:57.268Z] b08492b5e4f5: Preparing [2023-02-15T03:58:57.268Z] 541f2e8eef3e: Preparing [2023-02-15T03:58:57.268Z] 12bf17fb6cbf: Preparing [2023-02-15T03:58:57.268Z] e8b967c7b177: Preparing [2023-02-15T03:58:57.268Z] b8061d35a578: Preparing [2023-02-15T03:58:57.268Z] 3e70d87ba161: Preparing [2023-02-15T03:58:57.268Z] f70ee36035b9: Preparing [2023-02-15T03:58:57.268Z] b08492b5e4f5: Waiting [2023-02-15T03:58:57.268Z] 541f2e8eef3e: Waiting [2023-02-15T03:58:57.268Z] b8061d35a578: Waiting [2023-02-15T03:58:57.268Z] 3e70d87ba161: Waiting [2023-02-15T03:58:57.268Z] 12bf17fb6cbf: Waiting [2023-02-15T03:58:57.268Z] e8b967c7b177: Waiting [2023-02-15T03:58:57.268Z] f70ee36035b9: Waiting [2023-02-15T03:58:57.540Z] a38bc4b288ed: Pushed [2023-02-15T03:58:57.540Z] af41674df913: Pushed [2023-02-15T03:58:57.540Z] 6796144d3122: Pushed [2023-02-15T03:58:57.540Z] e8921ec90fef: Pushed [2023-02-15T03:58:57.540Z] 8298c48f6b89: Pushed [2023-02-15T03:58:57.540Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:58:57.805Z] 12bf17fb6cbf: Pushed [2023-02-15T03:58:57.806Z] f70ee36035b9: Layer already exists [2023-02-15T03:58:57.806Z] e8b967c7b177: Pushed [2023-02-15T03:58:57.806Z] b8061d35a578: Pushed [2023-02-15T03:58:57.806Z] 3e70d87ba161: Pushed [2023-02-15T03:59:01.135Z] b08492b5e4f5: Pushed [2023-02-15T03:59:01.135Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:2d1d455110d2dc6f07b4bdec0f1ce61da01cd6335488c7bb2f84d26ccfffcb1b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:01.466Z] + 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-15T03:59:01.796Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-15T03:59:01.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T03:59:01.797Z] a38bc4b288ed: Preparing [2023-02-15T03:59:01.797Z] a38bc4b288ed: Preparing [2023-02-15T03:59:01.797Z] af41674df913: Preparing [2023-02-15T03:59:01.797Z] 8298c48f6b89: Preparing [2023-02-15T03:59:01.797Z] 6796144d3122: Preparing [2023-02-15T03:59:01.797Z] e8921ec90fef: Preparing [2023-02-15T03:59:01.797Z] b08492b5e4f5: Preparing [2023-02-15T03:59:01.797Z] 541f2e8eef3e: Preparing [2023-02-15T03:59:01.797Z] 12bf17fb6cbf: Preparing [2023-02-15T03:59:01.797Z] e8b967c7b177: Preparing [2023-02-15T03:59:01.797Z] b8061d35a578: Preparing [2023-02-15T03:59:01.797Z] 3e70d87ba161: Preparing [2023-02-15T03:59:01.797Z] f70ee36035b9: Preparing [2023-02-15T03:59:01.797Z] b08492b5e4f5: Waiting [2023-02-15T03:59:01.797Z] 541f2e8eef3e: Waiting [2023-02-15T03:59:01.797Z] 12bf17fb6cbf: Waiting [2023-02-15T03:59:01.797Z] e8b967c7b177: Waiting [2023-02-15T03:59:01.797Z] 3e70d87ba161: Waiting [2023-02-15T03:59:01.797Z] b8061d35a578: Waiting [2023-02-15T03:59:01.797Z] f70ee36035b9: Waiting [2023-02-15T03:59:01.797Z] af41674df913: Layer already exists [2023-02-15T03:59:01.797Z] e8921ec90fef: Layer already exists [2023-02-15T03:59:01.797Z] a38bc4b288ed: Layer already exists [2023-02-15T03:59:01.797Z] 6796144d3122: Layer already exists [2023-02-15T03:59:01.797Z] 8298c48f6b89: Layer already exists [2023-02-15T03:59:01.797Z] b8061d35a578: Layer already exists [2023-02-15T03:59:01.797Z] b08492b5e4f5: Layer already exists [2023-02-15T03:59:01.797Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:59:01.797Z] e8b967c7b177: Layer already exists [2023-02-15T03:59:01.797Z] 12bf17fb6cbf: Layer already exists [2023-02-15T03:59:02.062Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:02.062Z] 3e70d87ba161: Layer already exists [2023-02-15T03:59:02.062Z] latest: digest: sha256:2d1d455110d2dc6f07b4bdec0f1ce61da01cd6335488c7bb2f84d26ccfffcb1b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:02.395Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:02.726Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.49 [2023-02-15T03:59:02.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T03:59:02.726Z] a38bc4b288ed: Preparing [2023-02-15T03:59:02.726Z] a38bc4b288ed: Preparing [2023-02-15T03:59:02.726Z] af41674df913: Preparing [2023-02-15T03:59:02.726Z] 8298c48f6b89: Preparing [2023-02-15T03:59:02.726Z] 6796144d3122: Preparing [2023-02-15T03:59:02.726Z] e8921ec90fef: Preparing [2023-02-15T03:59:02.726Z] b08492b5e4f5: Preparing [2023-02-15T03:59:02.726Z] 541f2e8eef3e: Preparing [2023-02-15T03:59:02.726Z] 12bf17fb6cbf: Preparing [2023-02-15T03:59:02.726Z] e8b967c7b177: Preparing [2023-02-15T03:59:02.726Z] b8061d35a578: Preparing [2023-02-15T03:59:02.726Z] 3e70d87ba161: Preparing [2023-02-15T03:59:02.726Z] b08492b5e4f5: Waiting [2023-02-15T03:59:02.726Z] 541f2e8eef3e: Waiting [2023-02-15T03:59:02.726Z] e8b967c7b177: Waiting [2023-02-15T03:59:02.726Z] 12bf17fb6cbf: Waiting [2023-02-15T03:59:02.726Z] b8061d35a578: Waiting [2023-02-15T03:59:02.726Z] 3e70d87ba161: Waiting [2023-02-15T03:59:02.726Z] f70ee36035b9: Preparing [2023-02-15T03:59:02.726Z] f70ee36035b9: Waiting [2023-02-15T03:59:02.726Z] 8298c48f6b89: Layer already exists [2023-02-15T03:59:02.726Z] af41674df913: Layer already exists [2023-02-15T03:59:02.726Z] 6796144d3122: Layer already exists [2023-02-15T03:59:02.726Z] e8921ec90fef: Layer already exists [2023-02-15T03:59:02.726Z] a38bc4b288ed: Layer already exists [2023-02-15T03:59:02.726Z] 12bf17fb6cbf: Layer already exists [2023-02-15T03:59:02.726Z] b08492b5e4f5: Layer already exists [2023-02-15T03:59:02.726Z] e8b967c7b177: Layer already exists [2023-02-15T03:59:02.726Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:59:02.726Z] b8061d35a578: Layer already exists [2023-02-15T03:59:02.726Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:02.726Z] 3e70d87ba161: Layer already exists [2023-02-15T03:59:02.992Z] 3.0.0-dev.49: digest: sha256:2d1d455110d2dc6f07b4bdec0f1ce61da01cd6335488c7bb2f84d26ccfffcb1b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:03.331Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:03.666Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:03.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T03:59:03.666Z] a38bc4b288ed: Preparing [2023-02-15T03:59:03.666Z] a38bc4b288ed: Preparing [2023-02-15T03:59:03.666Z] af41674df913: Preparing [2023-02-15T03:59:03.666Z] 8298c48f6b89: Preparing [2023-02-15T03:59:03.666Z] 6796144d3122: Preparing [2023-02-15T03:59:03.666Z] e8921ec90fef: Preparing [2023-02-15T03:59:03.666Z] b08492b5e4f5: Preparing [2023-02-15T03:59:03.666Z] 541f2e8eef3e: Preparing [2023-02-15T03:59:03.666Z] 12bf17fb6cbf: Preparing [2023-02-15T03:59:03.666Z] e8b967c7b177: Preparing [2023-02-15T03:59:03.666Z] b8061d35a578: Preparing [2023-02-15T03:59:03.666Z] 3e70d87ba161: Preparing [2023-02-15T03:59:03.666Z] f70ee36035b9: Preparing [2023-02-15T03:59:03.666Z] b08492b5e4f5: Waiting [2023-02-15T03:59:03.666Z] 541f2e8eef3e: Waiting [2023-02-15T03:59:03.666Z] e8b967c7b177: Waiting [2023-02-15T03:59:03.666Z] b8061d35a578: Waiting [2023-02-15T03:59:03.666Z] 3e70d87ba161: Waiting [2023-02-15T03:59:03.666Z] f70ee36035b9: Waiting [2023-02-15T03:59:03.666Z] 12bf17fb6cbf: Waiting [2023-02-15T03:59:03.666Z] 8298c48f6b89: Layer already exists [2023-02-15T03:59:03.666Z] 6796144d3122: Layer already exists [2023-02-15T03:59:03.666Z] af41674df913: Layer already exists [2023-02-15T03:59:03.666Z] e8921ec90fef: Layer already exists [2023-02-15T03:59:03.666Z] a38bc4b288ed: Layer already exists [2023-02-15T03:59:03.666Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:59:03.666Z] b08492b5e4f5: Layer already exists [2023-02-15T03:59:03.666Z] 12bf17fb6cbf: Layer already exists [2023-02-15T03:59:03.666Z] e8b967c7b177: Layer already exists [2023-02-15T03:59:03.666Z] b8061d35a578: Layer already exists [2023-02-15T03:59:03.666Z] 3e70d87ba161: Layer already exists [2023-02-15T03:59:03.666Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:03.931Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:2d1d455110d2dc6f07b4bdec0f1ce61da01cd6335488c7bb2f84d26ccfffcb1b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:04.263Z] + 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-15T03:59:04.602Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-02-15T03:59:04.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T03:59:04.602Z] a38bc4b288ed: Preparing [2023-02-15T03:59:04.602Z] a38bc4b288ed: Preparing [2023-02-15T03:59:04.602Z] af41674df913: Preparing [2023-02-15T03:59:04.602Z] 8298c48f6b89: Preparing [2023-02-15T03:59:04.602Z] 6796144d3122: Preparing [2023-02-15T03:59:04.602Z] e8921ec90fef: Preparing [2023-02-15T03:59:04.602Z] b08492b5e4f5: Preparing [2023-02-15T03:59:04.602Z] 541f2e8eef3e: Preparing [2023-02-15T03:59:04.602Z] 12bf17fb6cbf: Preparing [2023-02-15T03:59:04.602Z] e8b967c7b177: Preparing [2023-02-15T03:59:04.602Z] b8061d35a578: Preparing [2023-02-15T03:59:04.602Z] 3e70d87ba161: Preparing [2023-02-15T03:59:04.602Z] f70ee36035b9: Preparing [2023-02-15T03:59:04.602Z] e8b967c7b177: Waiting [2023-02-15T03:59:04.602Z] b8061d35a578: Waiting [2023-02-15T03:59:04.602Z] 3e70d87ba161: Waiting [2023-02-15T03:59:04.602Z] 541f2e8eef3e: Waiting [2023-02-15T03:59:04.602Z] b08492b5e4f5: Waiting [2023-02-15T03:59:04.602Z] 12bf17fb6cbf: Waiting [2023-02-15T03:59:04.602Z] f70ee36035b9: Waiting [2023-02-15T03:59:04.602Z] af41674df913: Layer already exists [2023-02-15T03:59:04.602Z] a38bc4b288ed: Layer already exists [2023-02-15T03:59:04.602Z] e8921ec90fef: Layer already exists [2023-02-15T03:59:04.602Z] 6796144d3122: Layer already exists [2023-02-15T03:59:04.602Z] 8298c48f6b89: Layer already exists [2023-02-15T03:59:04.602Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:59:04.602Z] b08492b5e4f5: Layer already exists [2023-02-15T03:59:04.602Z] e8b967c7b177: Layer already exists [2023-02-15T03:59:04.602Z] 12bf17fb6cbf: Layer already exists [2023-02-15T03:59:04.602Z] b8061d35a578: Layer already exists [2023-02-15T03:59:04.602Z] 3e70d87ba161: Layer already exists [2023-02-15T03:59:04.602Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:04.869Z] main: digest: sha256:2d1d455110d2dc6f07b4bdec0f1ce61da01cd6335488c7bb2f84d26ccfffcb1b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:59:04.911Z] ===================================================== [Pipeline] echo [2023-02-15T03:59:04.917Z] taggedImages: [2023-02-15T03:59:04.917Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:04.917Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-15T03:59:04.917Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.49 [2023-02-15T03:59:04.917Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:04.917Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-02-15T03:59:04.935Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-02-15T03:59:04.935Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:04.935Z] latest [2023-02-15T03:59:04.935Z] 3.0.0-dev.49 [2023-02-15T03:59:04.935Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:04.935Z] main [2023-02-15T03:59:04.935Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:05.292Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:05.626Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:05.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T03:59:05.626Z] c5add3a7ac6a: Preparing [2023-02-15T03:59:05.626Z] cc573c8b5710: Preparing [2023-02-15T03:59:05.626Z] dc376ef5d9fd: Preparing [2023-02-15T03:59:05.626Z] 7382bde0f029: Preparing [2023-02-15T03:59:05.626Z] 72a6c328cadc: Preparing [2023-02-15T03:59:05.626Z] 86437739bc3a: Preparing [2023-02-15T03:59:05.626Z] dd2b396c8bf3: Preparing [2023-02-15T03:59:05.626Z] f70ee36035b9: Preparing [2023-02-15T03:59:05.626Z] 86437739bc3a: Waiting [2023-02-15T03:59:05.626Z] dd2b396c8bf3: Waiting [2023-02-15T03:59:05.626Z] f70ee36035b9: Waiting [2023-02-15T03:59:05.891Z] 72a6c328cadc: Pushed [2023-02-15T03:59:05.891Z] c5add3a7ac6a: Pushed [2023-02-15T03:59:05.891Z] cc573c8b5710: Pushed [2023-02-15T03:59:06.157Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:06.157Z] 86437739bc3a: Pushed [2023-02-15T03:59:06.737Z] dd2b396c8bf3: Pushed [2023-02-15T03:59:08.142Z] dc376ef5d9fd: Pushed [2023-02-15T03:59:08.142Z] 7382bde0f029: Pushed [2023-02-15T03:59:08.406Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:112e90944b0e87b9a633920723a3c679b4c805c6f1998539b0713a5dd82bc39e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:08.742Z] + 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-15T03:59:09.076Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-15T03:59:09.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T03:59:09.076Z] c5add3a7ac6a: Preparing [2023-02-15T03:59:09.076Z] cc573c8b5710: Preparing [2023-02-15T03:59:09.076Z] dc376ef5d9fd: Preparing [2023-02-15T03:59:09.076Z] 7382bde0f029: Preparing [2023-02-15T03:59:09.076Z] 72a6c328cadc: Preparing [2023-02-15T03:59:09.076Z] 86437739bc3a: Preparing [2023-02-15T03:59:09.076Z] dd2b396c8bf3: Preparing [2023-02-15T03:59:09.076Z] f70ee36035b9: Preparing [2023-02-15T03:59:09.076Z] 86437739bc3a: Waiting [2023-02-15T03:59:09.076Z] dd2b396c8bf3: Waiting [2023-02-15T03:59:09.076Z] f70ee36035b9: Waiting [2023-02-15T03:59:09.076Z] cc573c8b5710: Layer already exists [2023-02-15T03:59:09.076Z] 72a6c328cadc: Layer already exists [2023-02-15T03:59:09.076Z] c5add3a7ac6a: Layer already exists [2023-02-15T03:59:09.076Z] dc376ef5d9fd: Layer already exists [2023-02-15T03:59:09.076Z] 7382bde0f029: Layer already exists [2023-02-15T03:59:09.076Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:09.076Z] dd2b396c8bf3: Layer already exists [2023-02-15T03:59:09.076Z] 86437739bc3a: Layer already exists [2023-02-15T03:59:09.342Z] latest: digest: sha256:112e90944b0e87b9a633920723a3c679b4c805c6f1998539b0713a5dd82bc39e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:09.687Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:10.035Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.49 [2023-02-15T03:59:10.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T03:59:10.035Z] c5add3a7ac6a: Preparing [2023-02-15T03:59:10.035Z] cc573c8b5710: Preparing [2023-02-15T03:59:10.035Z] dc376ef5d9fd: Preparing [2023-02-15T03:59:10.035Z] 7382bde0f029: Preparing [2023-02-15T03:59:10.035Z] 72a6c328cadc: Preparing [2023-02-15T03:59:10.035Z] 86437739bc3a: Preparing [2023-02-15T03:59:10.035Z] dd2b396c8bf3: Preparing [2023-02-15T03:59:10.035Z] f70ee36035b9: Preparing [2023-02-15T03:59:10.035Z] 86437739bc3a: Waiting [2023-02-15T03:59:10.035Z] dd2b396c8bf3: Waiting [2023-02-15T03:59:10.035Z] f70ee36035b9: Waiting [2023-02-15T03:59:10.035Z] dc376ef5d9fd: Layer already exists [2023-02-15T03:59:10.035Z] 72a6c328cadc: Layer already exists [2023-02-15T03:59:10.035Z] c5add3a7ac6a: Layer already exists [2023-02-15T03:59:10.035Z] cc573c8b5710: Layer already exists [2023-02-15T03:59:10.035Z] 7382bde0f029: Layer already exists [2023-02-15T03:59:10.035Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:10.035Z] 86437739bc3a: Layer already exists [2023-02-15T03:59:10.035Z] dd2b396c8bf3: Layer already exists [2023-02-15T03:59:10.301Z] 3.0.0-dev.49: digest: sha256:112e90944b0e87b9a633920723a3c679b4c805c6f1998539b0713a5dd82bc39e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:10.640Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:10.978Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:10.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T03:59:10.978Z] c5add3a7ac6a: Preparing [2023-02-15T03:59:10.978Z] cc573c8b5710: Preparing [2023-02-15T03:59:10.978Z] dc376ef5d9fd: Preparing [2023-02-15T03:59:10.978Z] 7382bde0f029: Preparing [2023-02-15T03:59:10.978Z] 72a6c328cadc: Preparing [2023-02-15T03:59:10.978Z] 86437739bc3a: Preparing [2023-02-15T03:59:10.978Z] dd2b396c8bf3: Preparing [2023-02-15T03:59:10.978Z] f70ee36035b9: Preparing [2023-02-15T03:59:10.978Z] 86437739bc3a: Waiting [2023-02-15T03:59:10.978Z] dd2b396c8bf3: Waiting [2023-02-15T03:59:10.978Z] f70ee36035b9: Waiting [2023-02-15T03:59:10.978Z] 72a6c328cadc: Layer already exists [2023-02-15T03:59:10.978Z] dc376ef5d9fd: Layer already exists [2023-02-15T03:59:10.978Z] 7382bde0f029: Layer already exists [2023-02-15T03:59:10.978Z] cc573c8b5710: Layer already exists [2023-02-15T03:59:10.978Z] c5add3a7ac6a: Layer already exists [2023-02-15T03:59:10.978Z] dd2b396c8bf3: Layer already exists [2023-02-15T03:59:10.978Z] 86437739bc3a: Layer already exists [2023-02-15T03:59:10.978Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:11.244Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:112e90944b0e87b9a633920723a3c679b4c805c6f1998539b0713a5dd82bc39e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:11.584Z] + 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-15T03:59:11.922Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-02-15T03:59:11.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T03:59:11.922Z] c5add3a7ac6a: Preparing [2023-02-15T03:59:11.922Z] cc573c8b5710: Preparing [2023-02-15T03:59:11.922Z] dc376ef5d9fd: Preparing [2023-02-15T03:59:11.922Z] 7382bde0f029: Preparing [2023-02-15T03:59:11.922Z] 72a6c328cadc: Preparing [2023-02-15T03:59:11.922Z] 86437739bc3a: Preparing [2023-02-15T03:59:11.922Z] dd2b396c8bf3: Preparing [2023-02-15T03:59:11.922Z] f70ee36035b9: Preparing [2023-02-15T03:59:11.922Z] dd2b396c8bf3: Waiting [2023-02-15T03:59:11.922Z] f70ee36035b9: Waiting [2023-02-15T03:59:11.922Z] 86437739bc3a: Waiting [2023-02-15T03:59:11.922Z] 72a6c328cadc: Layer already exists [2023-02-15T03:59:11.922Z] cc573c8b5710: Layer already exists [2023-02-15T03:59:11.922Z] dc376ef5d9fd: Layer already exists [2023-02-15T03:59:11.922Z] c5add3a7ac6a: Layer already exists [2023-02-15T03:59:11.922Z] 7382bde0f029: Layer already exists [2023-02-15T03:59:11.922Z] 86437739bc3a: Layer already exists [2023-02-15T03:59:11.922Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:11.922Z] dd2b396c8bf3: Layer already exists [2023-02-15T03:59:12.189Z] main: digest: sha256:112e90944b0e87b9a633920723a3c679b4c805c6f1998539b0713a5dd82bc39e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:59:12.235Z] ===================================================== [Pipeline] echo [2023-02-15T03:59:12.241Z] taggedImages: [2023-02-15T03:59:12.241Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:12.241Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-15T03:59:12.241Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.49 [2023-02-15T03:59:12.241Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:12.241Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-02-15T03:59:12.257Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-02-15T03:59:12.257Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:12.257Z] latest [2023-02-15T03:59:12.257Z] 3.0.0-dev.49 [2023-02-15T03:59:12.257Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:12.257Z] main [2023-02-15T03:59:12.257Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:12.587Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:12.923Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:12.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T03:59:12.923Z] 0683d8aba829: Preparing [2023-02-15T03:59:12.923Z] 6ee3375ce4f4: Preparing [2023-02-15T03:59:12.923Z] 8e742439a431: Preparing [2023-02-15T03:59:12.923Z] 4088c6bce37f: Preparing [2023-02-15T03:59:12.923Z] 4aad4c79cbc2: Preparing [2023-02-15T03:59:12.923Z] 5114e64c3b98: Preparing [2023-02-15T03:59:12.923Z] ff6271f171c2: Preparing [2023-02-15T03:59:12.923Z] 90a7c001cb81: Preparing [2023-02-15T03:59:12.924Z] 88bc7b7e6e3a: Preparing [2023-02-15T03:59:12.924Z] f70ee36035b9: Preparing [2023-02-15T03:59:12.924Z] 5114e64c3b98: Waiting [2023-02-15T03:59:12.924Z] ff6271f171c2: Waiting [2023-02-15T03:59:12.924Z] f70ee36035b9: Waiting [2023-02-15T03:59:12.924Z] 90a7c001cb81: Waiting [2023-02-15T03:59:12.924Z] 88bc7b7e6e3a: Waiting [2023-02-15T03:59:13.189Z] 6ee3375ce4f4: Pushed [2023-02-15T03:59:13.189Z] 4aad4c79cbc2: Pushed [2023-02-15T03:59:13.189Z] 0683d8aba829: Pushed [2023-02-15T03:59:13.455Z] 5114e64c3b98: Pushed [2023-02-15T03:59:13.455Z] ff6271f171c2: Pushed [2023-02-15T03:59:13.455Z] 90a7c001cb81: Pushed [2023-02-15T03:59:13.455Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:13.721Z] 88bc7b7e6e3a: Pushed [2023-02-15T03:59:15.662Z] 4088c6bce37f: Pushed [2023-02-15T03:59:16.240Z] 8e742439a431: Pushed [2023-02-15T03:59:16.504Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:2bd81038fd4a6922f04d2afa814caa268418892618cb8dc27de4d110fd0c5c6b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:16.836Z] + 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-15T03:59:17.169Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-15T03:59:17.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T03:59:17.170Z] 0683d8aba829: Preparing [2023-02-15T03:59:17.170Z] 6ee3375ce4f4: Preparing [2023-02-15T03:59:17.170Z] 8e742439a431: Preparing [2023-02-15T03:59:17.170Z] 4088c6bce37f: Preparing [2023-02-15T03:59:17.170Z] 4aad4c79cbc2: Preparing [2023-02-15T03:59:17.170Z] 5114e64c3b98: Preparing [2023-02-15T03:59:17.170Z] ff6271f171c2: Preparing [2023-02-15T03:59:17.170Z] 90a7c001cb81: Preparing [2023-02-15T03:59:17.170Z] 88bc7b7e6e3a: Preparing [2023-02-15T03:59:17.170Z] f70ee36035b9: Preparing [2023-02-15T03:59:17.170Z] 90a7c001cb81: Waiting [2023-02-15T03:59:17.170Z] 88bc7b7e6e3a: Waiting [2023-02-15T03:59:17.170Z] 5114e64c3b98: Waiting [2023-02-15T03:59:17.170Z] f70ee36035b9: Waiting [2023-02-15T03:59:17.170Z] ff6271f171c2: Waiting [2023-02-15T03:59:17.170Z] 6ee3375ce4f4: Layer already exists [2023-02-15T03:59:17.170Z] 8e742439a431: Layer already exists [2023-02-15T03:59:17.170Z] 4aad4c79cbc2: Layer already exists [2023-02-15T03:59:17.170Z] 0683d8aba829: Layer already exists [2023-02-15T03:59:17.170Z] 4088c6bce37f: Layer already exists [2023-02-15T03:59:17.170Z] ff6271f171c2: Layer already exists [2023-02-15T03:59:17.170Z] 5114e64c3b98: Layer already exists [2023-02-15T03:59:17.170Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:17.170Z] 90a7c001cb81: Layer already exists [2023-02-15T03:59:17.170Z] 88bc7b7e6e3a: Layer already exists [2023-02-15T03:59:17.432Z] latest: digest: sha256:2bd81038fd4a6922f04d2afa814caa268418892618cb8dc27de4d110fd0c5c6b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:17.768Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:18.096Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.49 [2023-02-15T03:59:18.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T03:59:18.096Z] 0683d8aba829: Preparing [2023-02-15T03:59:18.096Z] 6ee3375ce4f4: Preparing [2023-02-15T03:59:18.096Z] 8e742439a431: Preparing [2023-02-15T03:59:18.096Z] 4088c6bce37f: Preparing [2023-02-15T03:59:18.096Z] 4aad4c79cbc2: Preparing [2023-02-15T03:59:18.096Z] 5114e64c3b98: Preparing [2023-02-15T03:59:18.096Z] ff6271f171c2: Preparing [2023-02-15T03:59:18.096Z] 90a7c001cb81: Preparing [2023-02-15T03:59:18.096Z] 88bc7b7e6e3a: Preparing [2023-02-15T03:59:18.096Z] f70ee36035b9: Preparing [2023-02-15T03:59:18.096Z] 5114e64c3b98: Waiting [2023-02-15T03:59:18.096Z] ff6271f171c2: Waiting [2023-02-15T03:59:18.096Z] 90a7c001cb81: Waiting [2023-02-15T03:59:18.096Z] 88bc7b7e6e3a: Waiting [2023-02-15T03:59:18.096Z] f70ee36035b9: Waiting [2023-02-15T03:59:18.096Z] 4aad4c79cbc2: Layer already exists [2023-02-15T03:59:18.096Z] 4088c6bce37f: Layer already exists [2023-02-15T03:59:18.096Z] 6ee3375ce4f4: Layer already exists [2023-02-15T03:59:18.096Z] 8e742439a431: Layer already exists [2023-02-15T03:59:18.096Z] 0683d8aba829: Layer already exists [2023-02-15T03:59:18.096Z] 90a7c001cb81: Layer already exists [2023-02-15T03:59:18.096Z] 5114e64c3b98: Layer already exists [2023-02-15T03:59:18.096Z] ff6271f171c2: Layer already exists [2023-02-15T03:59:18.096Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:18.096Z] 88bc7b7e6e3a: Layer already exists [2023-02-15T03:59:18.096Z] 3.0.0-dev.49: digest: sha256:2bd81038fd4a6922f04d2afa814caa268418892618cb8dc27de4d110fd0c5c6b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:18.693Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:19.023Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:19.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T03:59:19.023Z] 0683d8aba829: Preparing [2023-02-15T03:59:19.023Z] 6ee3375ce4f4: Preparing [2023-02-15T03:59:19.023Z] 8e742439a431: Preparing [2023-02-15T03:59:19.023Z] 4088c6bce37f: Preparing [2023-02-15T03:59:19.023Z] 4aad4c79cbc2: Preparing [2023-02-15T03:59:19.023Z] 5114e64c3b98: Preparing [2023-02-15T03:59:19.023Z] ff6271f171c2: Preparing [2023-02-15T03:59:19.023Z] 90a7c001cb81: Preparing [2023-02-15T03:59:19.023Z] 88bc7b7e6e3a: Preparing [2023-02-15T03:59:19.023Z] f70ee36035b9: Preparing [2023-02-15T03:59:19.023Z] 90a7c001cb81: Waiting [2023-02-15T03:59:19.023Z] 88bc7b7e6e3a: Waiting [2023-02-15T03:59:19.023Z] f70ee36035b9: Waiting [2023-02-15T03:59:19.023Z] 5114e64c3b98: Waiting [2023-02-15T03:59:19.023Z] ff6271f171c2: Waiting [2023-02-15T03:59:19.023Z] 4aad4c79cbc2: Layer already exists [2023-02-15T03:59:19.023Z] 4088c6bce37f: Layer already exists [2023-02-15T03:59:19.023Z] 6ee3375ce4f4: Layer already exists [2023-02-15T03:59:19.024Z] 8e742439a431: Layer already exists [2023-02-15T03:59:19.024Z] 0683d8aba829: Layer already exists [2023-02-15T03:59:19.024Z] 5114e64c3b98: Layer already exists [2023-02-15T03:59:19.024Z] 88bc7b7e6e3a: Layer already exists [2023-02-15T03:59:19.024Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:19.024Z] ff6271f171c2: Layer already exists [2023-02-15T03:59:19.024Z] 90a7c001cb81: Layer already exists [2023-02-15T03:59:19.287Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:2bd81038fd4a6922f04d2afa814caa268418892618cb8dc27de4d110fd0c5c6b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:19.628Z] + 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-15T03:59:20.003Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-02-15T03:59:20.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T03:59:20.003Z] 0683d8aba829: Preparing [2023-02-15T03:59:20.003Z] 6ee3375ce4f4: Preparing [2023-02-15T03:59:20.003Z] 8e742439a431: Preparing [2023-02-15T03:59:20.003Z] 4088c6bce37f: Preparing [2023-02-15T03:59:20.003Z] 4aad4c79cbc2: Preparing [2023-02-15T03:59:20.003Z] 5114e64c3b98: Preparing [2023-02-15T03:59:20.003Z] ff6271f171c2: Preparing [2023-02-15T03:59:20.003Z] 90a7c001cb81: Preparing [2023-02-15T03:59:20.003Z] 88bc7b7e6e3a: Preparing [2023-02-15T03:59:20.003Z] f70ee36035b9: Preparing [2023-02-15T03:59:20.003Z] 5114e64c3b98: Waiting [2023-02-15T03:59:20.003Z] ff6271f171c2: Waiting [2023-02-15T03:59:20.003Z] 90a7c001cb81: Waiting [2023-02-15T03:59:20.003Z] 88bc7b7e6e3a: Waiting [2023-02-15T03:59:20.003Z] f70ee36035b9: Waiting [2023-02-15T03:59:20.003Z] 4aad4c79cbc2: Layer already exists [2023-02-15T03:59:20.003Z] 0683d8aba829: Layer already exists [2023-02-15T03:59:20.003Z] 6ee3375ce4f4: Layer already exists [2023-02-15T03:59:20.003Z] 4088c6bce37f: Layer already exists [2023-02-15T03:59:20.003Z] 8e742439a431: Layer already exists [2023-02-15T03:59:20.003Z] 90a7c001cb81: Layer already exists [2023-02-15T03:59:20.003Z] 5114e64c3b98: Layer already exists [2023-02-15T03:59:20.003Z] ff6271f171c2: Layer already exists [2023-02-15T03:59:20.003Z] 88bc7b7e6e3a: Layer already exists [2023-02-15T03:59:20.003Z] f70ee36035b9: Layer already exists [2023-02-15T03:59:20.003Z] main: digest: sha256:2bd81038fd4a6922f04d2afa814caa268418892618cb8dc27de4d110fd0c5c6b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:59:20.313Z] ===================================================== [Pipeline] echo [2023-02-15T03:59:20.318Z] taggedImages: [2023-02-15T03:59:20.318Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:20.318Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-15T03:59:20.318Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.49 [2023-02-15T03:59:20.318Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:20.318Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-02-15T03:59:20.332Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-02-15T03:59:20.332Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:20.332Z] latest [2023-02-15T03:59:20.332Z] 3.0.0-dev.49 [2023-02-15T03:59:20.332Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:20.332Z] main [2023-02-15T03:59:20.332Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:20.659Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:20.988Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:20.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T03:59:20.988Z] 9ff3f91c2824: Preparing [2023-02-15T03:59:20.988Z] 01cd0bba42ef: Preparing [2023-02-15T03:59:20.988Z] 541f2e8eef3e: Preparing [2023-02-15T03:59:20.988Z] 2195863e65e5: Preparing [2023-02-15T03:59:20.988Z] a8cfdf0cc8ec: Preparing [2023-02-15T03:59:20.988Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T03:59:20.988Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:59:21.254Z] 9ff3f91c2824: Pushed [2023-02-15T03:59:22.221Z] 2195863e65e5: Pushed [2023-02-15T03:59:25.546Z] 01cd0bba42ef: Pushed [2023-02-15T03:59:25.546Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:53447d7924c05604a1a11901a10c0bd95ac58536cfe6db5a56f9785d052e4c6a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:25.880Z] + 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-15T03:59:26.214Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-15T03:59:26.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T03:59:26.214Z] 9ff3f91c2824: Preparing [2023-02-15T03:59:26.214Z] 01cd0bba42ef: Preparing [2023-02-15T03:59:26.214Z] 541f2e8eef3e: Preparing [2023-02-15T03:59:26.214Z] 2195863e65e5: Preparing [2023-02-15T03:59:26.214Z] a8cfdf0cc8ec: Preparing [2023-02-15T03:59:26.214Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T03:59:26.214Z] 2195863e65e5: Layer already exists [2023-02-15T03:59:26.214Z] 01cd0bba42ef: Layer already exists [2023-02-15T03:59:26.214Z] 9ff3f91c2824: Layer already exists [2023-02-15T03:59:26.214Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:59:26.214Z] latest: digest: sha256:53447d7924c05604a1a11901a10c0bd95ac58536cfe6db5a56f9785d052e4c6a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:26.826Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:27.162Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.49 [2023-02-15T03:59:27.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T03:59:27.162Z] 9ff3f91c2824: Preparing [2023-02-15T03:59:27.162Z] 01cd0bba42ef: Preparing [2023-02-15T03:59:27.162Z] 541f2e8eef3e: Preparing [2023-02-15T03:59:27.162Z] 2195863e65e5: Preparing [2023-02-15T03:59:27.162Z] a8cfdf0cc8ec: Preparing [2023-02-15T03:59:27.162Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:59:27.162Z] 9ff3f91c2824: Layer already exists [2023-02-15T03:59:27.162Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T03:59:27.162Z] 01cd0bba42ef: Layer already exists [2023-02-15T03:59:27.162Z] 2195863e65e5: Layer already exists [2023-02-15T03:59:27.162Z] 3.0.0-dev.49: digest: sha256:53447d7924c05604a1a11901a10c0bd95ac58536cfe6db5a56f9785d052e4c6a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:27.493Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:27.822Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:27.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T03:59:27.822Z] 9ff3f91c2824: Preparing [2023-02-15T03:59:27.822Z] 01cd0bba42ef: Preparing [2023-02-15T03:59:27.822Z] 541f2e8eef3e: Preparing [2023-02-15T03:59:27.822Z] 2195863e65e5: Preparing [2023-02-15T03:59:27.822Z] a8cfdf0cc8ec: Preparing [2023-02-15T03:59:27.822Z] 2195863e65e5: Layer already exists [2023-02-15T03:59:27.822Z] 01cd0bba42ef: Layer already exists [2023-02-15T03:59:27.822Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T03:59:27.822Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:59:27.822Z] 9ff3f91c2824: Layer already exists [2023-02-15T03:59:27.822Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:53447d7924c05604a1a11901a10c0bd95ac58536cfe6db5a56f9785d052e4c6a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:28.424Z] + 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-15T03:59:28.751Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-02-15T03:59:28.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T03:59:28.751Z] 9ff3f91c2824: Preparing [2023-02-15T03:59:28.751Z] 01cd0bba42ef: Preparing [2023-02-15T03:59:28.751Z] 541f2e8eef3e: Preparing [2023-02-15T03:59:28.751Z] 2195863e65e5: Preparing [2023-02-15T03:59:28.751Z] a8cfdf0cc8ec: Preparing [2023-02-15T03:59:28.751Z] 01cd0bba42ef: Layer already exists [2023-02-15T03:59:28.751Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T03:59:28.751Z] 9ff3f91c2824: Layer already exists [2023-02-15T03:59:28.751Z] 2195863e65e5: Layer already exists [2023-02-15T03:59:28.751Z] 541f2e8eef3e: Layer already exists [2023-02-15T03:59:28.751Z] main: digest: sha256:53447d7924c05604a1a11901a10c0bd95ac58536cfe6db5a56f9785d052e4c6a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:59:29.071Z] ===================================================== [Pipeline] echo [2023-02-15T03:59:29.079Z] taggedImages: [2023-02-15T03:59:29.079Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:29.079Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-15T03:59:29.079Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.49 [2023-02-15T03:59:29.079Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:29.079Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-02-15T03:59:29.101Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-02-15T03:59:29.101Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:29.101Z] latest [2023-02-15T03:59:29.101Z] 3.0.0-dev.49 [2023-02-15T03:59:29.101Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:29.101Z] main [2023-02-15T03:59:29.101Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:29.443Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:29.783Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:29.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T03:59:29.783Z] 075c719ea383: Preparing [2023-02-15T03:59:29.783Z] 17f08f058747: Preparing [2023-02-15T03:59:29.783Z] b4eacb7d5355: Preparing [2023-02-15T03:59:29.783Z] dbcee8b58ba6: Preparing [2023-02-15T03:59:29.783Z] c23156b320c0: Preparing [2023-02-15T03:59:29.783Z] a51348b36889: Preparing [2023-02-15T03:59:29.783Z] a8cfdf0cc8ec: Preparing [2023-02-15T03:59:29.783Z] a51348b36889: Waiting [2023-02-15T03:59:29.783Z] a8cfdf0cc8ec: Waiting [2023-02-15T03:59:30.050Z] 17f08f058747: Pushed [2023-02-15T03:59:30.050Z] 075c719ea383: Pushed [2023-02-15T03:59:30.050Z] b4eacb7d5355: Pushed [2023-02-15T03:59:30.051Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T03:59:31.008Z] a51348b36889: Pushed [2023-02-15T03:59:37.632Z] c23156b320c0: Pushed [2023-02-15T03:59:44.255Z] dbcee8b58ba6: Pushed [2023-02-15T03:59:44.255Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:0751bab679c2c21c33afe8dfa858019cc60f833ecf3927e590ece0de905b7e55 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:44.596Z] + 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-15T03:59:44.931Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-15T03:59:44.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T03:59:44.931Z] 075c719ea383: Preparing [2023-02-15T03:59:44.931Z] 17f08f058747: Preparing [2023-02-15T03:59:44.931Z] b4eacb7d5355: Preparing [2023-02-15T03:59:44.931Z] dbcee8b58ba6: Preparing [2023-02-15T03:59:44.931Z] c23156b320c0: Preparing [2023-02-15T03:59:44.931Z] a51348b36889: Preparing [2023-02-15T03:59:44.931Z] a8cfdf0cc8ec: Preparing [2023-02-15T03:59:44.931Z] a8cfdf0cc8ec: Waiting [2023-02-15T03:59:44.931Z] 17f08f058747: Layer already exists [2023-02-15T03:59:44.931Z] b4eacb7d5355: Layer already exists [2023-02-15T03:59:44.931Z] 075c719ea383: Layer already exists [2023-02-15T03:59:44.931Z] dbcee8b58ba6: Layer already exists [2023-02-15T03:59:44.931Z] c23156b320c0: Layer already exists [2023-02-15T03:59:44.931Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T03:59:44.931Z] a51348b36889: Layer already exists [2023-02-15T03:59:45.205Z] latest: digest: sha256:0751bab679c2c21c33afe8dfa858019cc60f833ecf3927e590ece0de905b7e55 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:45.545Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:45.874Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.49 [2023-02-15T03:59:45.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T03:59:45.874Z] 075c719ea383: Preparing [2023-02-15T03:59:45.874Z] 17f08f058747: Preparing [2023-02-15T03:59:45.874Z] b4eacb7d5355: Preparing [2023-02-15T03:59:45.874Z] dbcee8b58ba6: Preparing [2023-02-15T03:59:45.874Z] c23156b320c0: Preparing [2023-02-15T03:59:45.874Z] a51348b36889: Preparing [2023-02-15T03:59:45.874Z] a8cfdf0cc8ec: Preparing [2023-02-15T03:59:45.874Z] a51348b36889: Waiting [2023-02-15T03:59:45.874Z] a8cfdf0cc8ec: Waiting [2023-02-15T03:59:45.874Z] c23156b320c0: Layer already exists [2023-02-15T03:59:45.874Z] 17f08f058747: Layer already exists [2023-02-15T03:59:45.874Z] b4eacb7d5355: Layer already exists [2023-02-15T03:59:45.874Z] dbcee8b58ba6: Layer already exists [2023-02-15T03:59:45.874Z] 075c719ea383: Layer already exists [2023-02-15T03:59:45.874Z] a51348b36889: Layer already exists [2023-02-15T03:59:45.874Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T03:59:46.139Z] 3.0.0-dev.49: digest: sha256:0751bab679c2c21c33afe8dfa858019cc60f833ecf3927e590ece0de905b7e55 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:46.467Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:46.794Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:46.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T03:59:46.794Z] 075c719ea383: Preparing [2023-02-15T03:59:46.794Z] 17f08f058747: Preparing [2023-02-15T03:59:46.794Z] b4eacb7d5355: Preparing [2023-02-15T03:59:46.794Z] dbcee8b58ba6: Preparing [2023-02-15T03:59:46.794Z] c23156b320c0: Preparing [2023-02-15T03:59:46.794Z] a51348b36889: Preparing [2023-02-15T03:59:46.794Z] a8cfdf0cc8ec: Preparing [2023-02-15T03:59:46.794Z] a51348b36889: Waiting [2023-02-15T03:59:46.794Z] a8cfdf0cc8ec: Waiting [2023-02-15T03:59:46.794Z] dbcee8b58ba6: Layer already exists [2023-02-15T03:59:46.794Z] b4eacb7d5355: Layer already exists [2023-02-15T03:59:46.794Z] 075c719ea383: Layer already exists [2023-02-15T03:59:46.794Z] 17f08f058747: Layer already exists [2023-02-15T03:59:46.794Z] c23156b320c0: Layer already exists [2023-02-15T03:59:46.794Z] a51348b36889: Layer already exists [2023-02-15T03:59:46.794Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T03:59:47.059Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:0751bab679c2c21c33afe8dfa858019cc60f833ecf3927e590ece0de905b7e55 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:47.394Z] + 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-15T03:59:47.731Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-02-15T03:59:47.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T03:59:47.731Z] 075c719ea383: Preparing [2023-02-15T03:59:47.731Z] 17f08f058747: Preparing [2023-02-15T03:59:47.731Z] b4eacb7d5355: Preparing [2023-02-15T03:59:47.731Z] dbcee8b58ba6: Preparing [2023-02-15T03:59:47.731Z] c23156b320c0: Preparing [2023-02-15T03:59:47.731Z] a51348b36889: Preparing [2023-02-15T03:59:47.731Z] a8cfdf0cc8ec: Preparing [2023-02-15T03:59:47.731Z] a51348b36889: Waiting [2023-02-15T03:59:47.731Z] a8cfdf0cc8ec: Waiting [2023-02-15T03:59:47.731Z] c23156b320c0: Layer already exists [2023-02-15T03:59:47.731Z] dbcee8b58ba6: Layer already exists [2023-02-15T03:59:47.731Z] 075c719ea383: Layer already exists [2023-02-15T03:59:47.731Z] 17f08f058747: Layer already exists [2023-02-15T03:59:47.731Z] b4eacb7d5355: Layer already exists [2023-02-15T03:59:47.731Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T03:59:47.731Z] a51348b36889: Layer already exists [2023-02-15T03:59:47.996Z] main: digest: sha256:0751bab679c2c21c33afe8dfa858019cc60f833ecf3927e590ece0de905b7e55 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T03:59:48.042Z] ===================================================== [Pipeline] echo [2023-02-15T03:59:48.052Z] taggedImages: [2023-02-15T03:59:48.052Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:48.052Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-15T03:59:48.052Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.49 [2023-02-15T03:59:48.052Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:48.052Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-02-15T03:59:48.078Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-02-15T03:59:48.078Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:48.078Z] latest [2023-02-15T03:59:48.078Z] 3.0.0-dev.49 [2023-02-15T03:59:48.078Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T03:59:48.078Z] main [2023-02-15T03:59:48.078Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:48.408Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T03:59:48.740Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T03:59:48.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T03:59:48.740Z] 4b7dc57c28e0: Preparing [2023-02-15T03:59:48.740Z] b3c4dc170344: Preparing [2023-02-15T03:59:48.740Z] bd8ee0c72e43: Preparing [2023-02-15T03:59:48.740Z] d098b6450b21: Preparing [2023-02-15T03:59:48.740Z] 1aad6f451f54: Preparing [2023-02-15T03:59:48.740Z] a8cfdf0cc8ec: Preparing [2023-02-15T03:59:48.740Z] a8cfdf0cc8ec: Waiting [2023-02-15T03:59:49.007Z] 4b7dc57c28e0: Pushed [2023-02-15T03:59:49.007Z] bd8ee0c72e43: Pushed [2023-02-15T03:59:49.007Z] b3c4dc170344: Pushed [2023-02-15T03:59:49.007Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T03:59:49.586Z] 1aad6f451f54: Pushed [2023-02-15T04:00:04.562Z] d098b6450b21: Pushed [2023-02-15T04:00:04.562Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:16b0e65e631b2bbc085b94366184fb47310590083cfe445f3e0b76be7686c46d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:04.893Z] + 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-15T04:00:05.217Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-15T04:00:05.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T04:00:05.217Z] 4b7dc57c28e0: Preparing [2023-02-15T04:00:05.217Z] b3c4dc170344: Preparing [2023-02-15T04:00:05.217Z] bd8ee0c72e43: Preparing [2023-02-15T04:00:05.217Z] d098b6450b21: Preparing [2023-02-15T04:00:05.217Z] 1aad6f451f54: Preparing [2023-02-15T04:00:05.217Z] a8cfdf0cc8ec: Preparing [2023-02-15T04:00:05.217Z] a8cfdf0cc8ec: Waiting [2023-02-15T04:00:05.217Z] 4b7dc57c28e0: Layer already exists [2023-02-15T04:00:05.217Z] b3c4dc170344: Layer already exists [2023-02-15T04:00:05.217Z] d098b6450b21: Layer already exists [2023-02-15T04:00:05.217Z] bd8ee0c72e43: Layer already exists [2023-02-15T04:00:05.217Z] 1aad6f451f54: Layer already exists [2023-02-15T04:00:05.217Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T04:00:05.481Z] latest: digest: sha256:16b0e65e631b2bbc085b94366184fb47310590083cfe445f3e0b76be7686c46d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:05.809Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:06.137Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.49 [2023-02-15T04:00:06.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T04:00:06.137Z] 4b7dc57c28e0: Preparing [2023-02-15T04:00:06.137Z] b3c4dc170344: Preparing [2023-02-15T04:00:06.137Z] bd8ee0c72e43: Preparing [2023-02-15T04:00:06.137Z] d098b6450b21: Preparing [2023-02-15T04:00:06.137Z] 1aad6f451f54: Preparing [2023-02-15T04:00:06.137Z] a8cfdf0cc8ec: Preparing [2023-02-15T04:00:06.137Z] a8cfdf0cc8ec: Waiting [2023-02-15T04:00:06.137Z] b3c4dc170344: Layer already exists [2023-02-15T04:00:06.137Z] bd8ee0c72e43: Layer already exists [2023-02-15T04:00:06.137Z] 1aad6f451f54: Layer already exists [2023-02-15T04:00:06.137Z] 4b7dc57c28e0: Layer already exists [2023-02-15T04:00:06.137Z] d098b6450b21: Layer already exists [2023-02-15T04:00:06.137Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T04:00:06.137Z] 3.0.0-dev.49: digest: sha256:16b0e65e631b2bbc085b94366184fb47310590083cfe445f3e0b76be7686c46d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:06.735Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:07.068Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T04:00:07.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T04:00:07.068Z] 4b7dc57c28e0: Preparing [2023-02-15T04:00:07.068Z] b3c4dc170344: Preparing [2023-02-15T04:00:07.068Z] bd8ee0c72e43: Preparing [2023-02-15T04:00:07.068Z] d098b6450b21: Preparing [2023-02-15T04:00:07.068Z] 1aad6f451f54: Preparing [2023-02-15T04:00:07.068Z] a8cfdf0cc8ec: Preparing [2023-02-15T04:00:07.068Z] a8cfdf0cc8ec: Waiting [2023-02-15T04:00:07.068Z] 4b7dc57c28e0: Layer already exists [2023-02-15T04:00:07.068Z] b3c4dc170344: Layer already exists [2023-02-15T04:00:07.068Z] 1aad6f451f54: Layer already exists [2023-02-15T04:00:07.068Z] bd8ee0c72e43: Layer already exists [2023-02-15T04:00:07.068Z] d098b6450b21: Layer already exists [2023-02-15T04:00:07.068Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T04:00:07.068Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:16b0e65e631b2bbc085b94366184fb47310590083cfe445f3e0b76be7686c46d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:07.405Z] + 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-15T04:00:07.751Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-02-15T04:00:07.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T04:00:07.752Z] 4b7dc57c28e0: Preparing [2023-02-15T04:00:07.752Z] b3c4dc170344: Preparing [2023-02-15T04:00:07.752Z] bd8ee0c72e43: Preparing [2023-02-15T04:00:07.752Z] d098b6450b21: Preparing [2023-02-15T04:00:07.752Z] 1aad6f451f54: Preparing [2023-02-15T04:00:07.752Z] a8cfdf0cc8ec: Preparing [2023-02-15T04:00:07.752Z] a8cfdf0cc8ec: Waiting [2023-02-15T04:00:07.752Z] bd8ee0c72e43: Layer already exists [2023-02-15T04:00:07.752Z] d098b6450b21: Layer already exists [2023-02-15T04:00:07.752Z] 1aad6f451f54: Layer already exists [2023-02-15T04:00:07.752Z] 4b7dc57c28e0: Layer already exists [2023-02-15T04:00:07.752Z] b3c4dc170344: Layer already exists [2023-02-15T04:00:07.752Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T04:00:08.018Z] main: digest: sha256:16b0e65e631b2bbc085b94366184fb47310590083cfe445f3e0b76be7686c46d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T04:00:08.061Z] ===================================================== [Pipeline] echo [2023-02-15T04:00:08.066Z] taggedImages: [2023-02-15T04:00:08.067Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T04:00:08.067Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-15T04:00:08.067Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.49 [2023-02-15T04:00:08.067Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T04:00:08.067Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-02-15T04:00:08.081Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-02-15T04:00:08.081Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T04:00:08.081Z] latest [2023-02-15T04:00:08.081Z] 3.0.0-dev.49 [2023-02-15T04:00:08.081Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T04:00:08.081Z] main [2023-02-15T04:00:08.081Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:08.414Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:08.744Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T04:00:08.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T04:00:08.745Z] a029a0663748: Preparing [2023-02-15T04:00:08.745Z] 8a44ca9fe154: Preparing [2023-02-15T04:00:08.745Z] 3fc9c54c1aba: Preparing [2023-02-15T04:00:08.745Z] b83a112b48a3: Preparing [2023-02-15T04:00:08.745Z] a51348b36889: Preparing [2023-02-15T04:00:08.745Z] a8cfdf0cc8ec: Preparing [2023-02-15T04:00:08.745Z] a8cfdf0cc8ec: Waiting [2023-02-15T04:00:08.745Z] a51348b36889: Layer already exists [2023-02-15T04:00:09.010Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T04:00:09.010Z] a029a0663748: Pushed [2023-02-15T04:00:09.010Z] 3fc9c54c1aba: Pushed [2023-02-15T04:00:09.010Z] 8a44ca9fe154: Pushed [2023-02-15T04:00:27.194Z] b83a112b48a3: Pushed [2023-02-15T04:00:27.194Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:66528680d3ba8def8243e92379091c1664d320cddcc0ea5e89fd337869879b49 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:27.540Z] + 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-15T04:00:27.875Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-15T04:00:27.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T04:00:27.875Z] a029a0663748: Preparing [2023-02-15T04:00:27.875Z] 8a44ca9fe154: Preparing [2023-02-15T04:00:27.875Z] 3fc9c54c1aba: Preparing [2023-02-15T04:00:27.875Z] b83a112b48a3: Preparing [2023-02-15T04:00:27.875Z] a51348b36889: Preparing [2023-02-15T04:00:27.875Z] a8cfdf0cc8ec: Preparing [2023-02-15T04:00:27.875Z] a8cfdf0cc8ec: Waiting [2023-02-15T04:00:27.875Z] 8a44ca9fe154: Layer already exists [2023-02-15T04:00:27.875Z] a029a0663748: Layer already exists [2023-02-15T04:00:27.875Z] 3fc9c54c1aba: Layer already exists [2023-02-15T04:00:27.875Z] a51348b36889: Layer already exists [2023-02-15T04:00:27.875Z] b83a112b48a3: Layer already exists [2023-02-15T04:00:27.875Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T04:00:28.139Z] latest: digest: sha256:66528680d3ba8def8243e92379091c1664d320cddcc0ea5e89fd337869879b49 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:28.475Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:28.804Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.49 [2023-02-15T04:00:28.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T04:00:28.804Z] a029a0663748: Preparing [2023-02-15T04:00:28.804Z] 8a44ca9fe154: Preparing [2023-02-15T04:00:28.804Z] 3fc9c54c1aba: Preparing [2023-02-15T04:00:28.804Z] b83a112b48a3: Preparing [2023-02-15T04:00:28.804Z] a51348b36889: Preparing [2023-02-15T04:00:28.804Z] a8cfdf0cc8ec: Preparing [2023-02-15T04:00:28.804Z] a8cfdf0cc8ec: Waiting [2023-02-15T04:00:28.804Z] b83a112b48a3: Layer already exists [2023-02-15T04:00:28.804Z] a029a0663748: Layer already exists [2023-02-15T04:00:28.804Z] 8a44ca9fe154: Layer already exists [2023-02-15T04:00:28.804Z] a51348b36889: Layer already exists [2023-02-15T04:00:28.804Z] 3fc9c54c1aba: Layer already exists [2023-02-15T04:00:28.804Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T04:00:28.804Z] 3.0.0-dev.49: digest: sha256:66528680d3ba8def8243e92379091c1664d320cddcc0ea5e89fd337869879b49 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:29.402Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:29.726Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T04:00:29.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T04:00:29.726Z] a029a0663748: Preparing [2023-02-15T04:00:29.726Z] 8a44ca9fe154: Preparing [2023-02-15T04:00:29.726Z] 3fc9c54c1aba: Preparing [2023-02-15T04:00:29.726Z] b83a112b48a3: Preparing [2023-02-15T04:00:29.727Z] a51348b36889: Preparing [2023-02-15T04:00:29.727Z] a8cfdf0cc8ec: Preparing [2023-02-15T04:00:29.727Z] a8cfdf0cc8ec: Waiting [2023-02-15T04:00:29.727Z] 8a44ca9fe154: Layer already exists [2023-02-15T04:00:29.727Z] b83a112b48a3: Layer already exists [2023-02-15T04:00:29.727Z] 3fc9c54c1aba: Layer already exists [2023-02-15T04:00:29.727Z] a51348b36889: Layer already exists [2023-02-15T04:00:29.727Z] a029a0663748: Layer already exists [2023-02-15T04:00:29.727Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T04:00:29.727Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:66528680d3ba8def8243e92379091c1664d320cddcc0ea5e89fd337869879b49 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:30.320Z] + 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-15T04:00:30.646Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-02-15T04:00:30.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T04:00:30.646Z] a029a0663748: Preparing [2023-02-15T04:00:30.646Z] 8a44ca9fe154: Preparing [2023-02-15T04:00:30.646Z] 3fc9c54c1aba: Preparing [2023-02-15T04:00:30.646Z] b83a112b48a3: Preparing [2023-02-15T04:00:30.646Z] a51348b36889: Preparing [2023-02-15T04:00:30.646Z] a8cfdf0cc8ec: Preparing [2023-02-15T04:00:30.646Z] a8cfdf0cc8ec: Waiting [2023-02-15T04:00:30.646Z] 8a44ca9fe154: Layer already exists [2023-02-15T04:00:30.646Z] 3fc9c54c1aba: Layer already exists [2023-02-15T04:00:30.646Z] a029a0663748: Layer already exists [2023-02-15T04:00:30.646Z] a51348b36889: Layer already exists [2023-02-15T04:00:30.646Z] b83a112b48a3: Layer already exists [2023-02-15T04:00:30.646Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T04:00:30.913Z] main: digest: sha256:66528680d3ba8def8243e92379091c1664d320cddcc0ea5e89fd337869879b49 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T04:00:30.954Z] ===================================================== [Pipeline] echo [2023-02-15T04:00:30.960Z] taggedImages: [2023-02-15T04:00:30.960Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T04:00:30.960Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-15T04:00:30.960Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.49 [2023-02-15T04:00:30.960Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T04:00:30.960Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-02-15T04:00:30.974Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-02-15T04:00:30.974Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T04:00:30.974Z] latest [2023-02-15T04:00:30.974Z] 3.0.0-dev.49 [2023-02-15T04:00:30.974Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T04:00:30.974Z] main [2023-02-15T04:00:30.974Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:31.300Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:31.622Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T04:00:31.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T04:00:31.622Z] 4452fa63d993: Preparing [2023-02-15T04:00:31.622Z] 29ebfd518724: Preparing [2023-02-15T04:00:31.622Z] 541f2e8eef3e: Preparing [2023-02-15T04:00:31.622Z] a847ebfdedc9: Preparing [2023-02-15T04:00:31.622Z] f70ee36035b9: Preparing [2023-02-15T04:00:31.622Z] f70ee36035b9: Layer already exists [2023-02-15T04:00:31.622Z] 541f2e8eef3e: Layer already exists [2023-02-15T04:00:31.888Z] 4452fa63d993: Pushed [2023-02-15T04:00:32.153Z] a847ebfdedc9: Pushed [2023-02-15T04:00:37.477Z] 29ebfd518724: Pushed [2023-02-15T04:00:37.477Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:a6c19693abd3dd4a9c59a97f89c5732abe45e318bd72b0bbbf429d3b23233883 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:37.815Z] + 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-15T04:00:38.192Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-15T04:00:38.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T04:00:38.192Z] 4452fa63d993: Preparing [2023-02-15T04:00:38.192Z] 29ebfd518724: Preparing [2023-02-15T04:00:38.192Z] 541f2e8eef3e: Preparing [2023-02-15T04:00:38.192Z] a847ebfdedc9: Preparing [2023-02-15T04:00:38.192Z] f70ee36035b9: Preparing [2023-02-15T04:00:38.192Z] 541f2e8eef3e: Layer already exists [2023-02-15T04:00:38.192Z] 4452fa63d993: Layer already exists [2023-02-15T04:00:38.192Z] a847ebfdedc9: Layer already exists [2023-02-15T04:00:38.192Z] 29ebfd518724: Layer already exists [2023-02-15T04:00:38.192Z] f70ee36035b9: Layer already exists [2023-02-15T04:00:38.467Z] latest: digest: sha256:a6c19693abd3dd4a9c59a97f89c5732abe45e318bd72b0bbbf429d3b23233883 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:38.818Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:39.156Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.49 [2023-02-15T04:00:39.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T04:00:39.156Z] 4452fa63d993: Preparing [2023-02-15T04:00:39.156Z] 29ebfd518724: Preparing [2023-02-15T04:00:39.156Z] 541f2e8eef3e: Preparing [2023-02-15T04:00:39.156Z] a847ebfdedc9: Preparing [2023-02-15T04:00:39.156Z] f70ee36035b9: Preparing [2023-02-15T04:00:39.156Z] f70ee36035b9: Layer already exists [2023-02-15T04:00:39.156Z] 4452fa63d993: Layer already exists [2023-02-15T04:00:39.156Z] a847ebfdedc9: Layer already exists [2023-02-15T04:00:39.156Z] 29ebfd518724: Layer already exists [2023-02-15T04:00:39.156Z] 541f2e8eef3e: Layer already exists [2023-02-15T04:00:39.427Z] 3.0.0-dev.49: digest: sha256:a6c19693abd3dd4a9c59a97f89c5732abe45e318bd72b0bbbf429d3b23233883 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:39.771Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:40.103Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T04:00:40.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T04:00:40.103Z] 4452fa63d993: Preparing [2023-02-15T04:00:40.103Z] 29ebfd518724: Preparing [2023-02-15T04:00:40.103Z] 541f2e8eef3e: Preparing [2023-02-15T04:00:40.103Z] a847ebfdedc9: Preparing [2023-02-15T04:00:40.103Z] f70ee36035b9: Preparing [2023-02-15T04:00:40.103Z] f70ee36035b9: Layer already exists [2023-02-15T04:00:40.103Z] 29ebfd518724: Layer already exists [2023-02-15T04:00:40.103Z] a847ebfdedc9: Layer already exists [2023-02-15T04:00:40.103Z] 541f2e8eef3e: Layer already exists [2023-02-15T04:00:40.103Z] 4452fa63d993: Layer already exists [2023-02-15T04:00:40.103Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:a6c19693abd3dd4a9c59a97f89c5732abe45e318bd72b0bbbf429d3b23233883 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:40.439Z] + 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-15T04:00:40.768Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-02-15T04:00:40.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T04:00:40.768Z] 4452fa63d993: Preparing [2023-02-15T04:00:40.768Z] 29ebfd518724: Preparing [2023-02-15T04:00:40.768Z] 541f2e8eef3e: Preparing [2023-02-15T04:00:40.768Z] a847ebfdedc9: Preparing [2023-02-15T04:00:40.768Z] f70ee36035b9: Preparing [2023-02-15T04:00:40.768Z] f70ee36035b9: Layer already exists [2023-02-15T04:00:40.768Z] a847ebfdedc9: Layer already exists [2023-02-15T04:00:40.768Z] 4452fa63d993: Layer already exists [2023-02-15T04:00:40.768Z] 29ebfd518724: Layer already exists [2023-02-15T04:00:40.768Z] 541f2e8eef3e: Layer already exists [2023-02-15T04:00:40.768Z] main: digest: sha256:a6c19693abd3dd4a9c59a97f89c5732abe45e318bd72b0bbbf429d3b23233883 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T04:00:41.081Z] ===================================================== [Pipeline] echo [2023-02-15T04:00:41.088Z] taggedImages: [2023-02-15T04:00:41.088Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T04:00:41.088Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-15T04:00:41.088Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.49 [2023-02-15T04:00:41.088Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T04:00:41.088Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-02-15T04:00:41.104Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-02-15T04:00:41.104Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T04:00:41.104Z] latest [2023-02-15T04:00:41.104Z] 3.0.0-dev.49 [2023-02-15T04:00:41.104Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T04:00:41.104Z] main [2023-02-15T04:00:41.104Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:41.457Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:41.801Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T04:00:41.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T04:00:41.801Z] d411704d768d: Preparing [2023-02-15T04:00:41.801Z] d69bb47d34e6: Preparing [2023-02-15T04:00:41.801Z] 541f2e8eef3e: Preparing [2023-02-15T04:00:41.801Z] 89e54088b867: Preparing [2023-02-15T04:00:41.801Z] f70ee36035b9: Preparing [2023-02-15T04:00:41.801Z] f70ee36035b9: Layer already exists [2023-02-15T04:00:41.801Z] 89e54088b867: Layer already exists [2023-02-15T04:00:41.801Z] 541f2e8eef3e: Layer already exists [2023-02-15T04:00:42.066Z] d411704d768d: Pushed [2023-02-15T04:00:47.397Z] d69bb47d34e6: Pushed [2023-02-15T04:00:47.397Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:c4dc6586f583a30622d1d93c86476d0cb58224aa6426e44211c74f803194e3ac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:47.738Z] + 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-15T04:00:48.066Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-15T04:00:48.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T04:00:48.066Z] d411704d768d: Preparing [2023-02-15T04:00:48.066Z] d69bb47d34e6: Preparing [2023-02-15T04:00:48.066Z] 541f2e8eef3e: Preparing [2023-02-15T04:00:48.066Z] 89e54088b867: Preparing [2023-02-15T04:00:48.066Z] f70ee36035b9: Preparing [2023-02-15T04:00:48.066Z] 89e54088b867: Layer already exists [2023-02-15T04:00:48.066Z] d411704d768d: Layer already exists [2023-02-15T04:00:48.066Z] 541f2e8eef3e: Layer already exists [2023-02-15T04:00:48.066Z] d69bb47d34e6: Layer already exists [2023-02-15T04:00:48.066Z] f70ee36035b9: Layer already exists [2023-02-15T04:00:48.066Z] latest: digest: sha256:c4dc6586f583a30622d1d93c86476d0cb58224aa6426e44211c74f803194e3ac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:48.400Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:48.730Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.49 [2023-02-15T04:00:48.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T04:00:48.731Z] d411704d768d: Preparing [2023-02-15T04:00:48.731Z] d69bb47d34e6: Preparing [2023-02-15T04:00:48.731Z] 541f2e8eef3e: Preparing [2023-02-15T04:00:48.731Z] 89e54088b867: Preparing [2023-02-15T04:00:48.731Z] f70ee36035b9: Preparing [2023-02-15T04:00:48.731Z] d69bb47d34e6: Layer already exists [2023-02-15T04:00:48.731Z] 89e54088b867: Layer already exists [2023-02-15T04:00:48.731Z] f70ee36035b9: Layer already exists [2023-02-15T04:00:48.731Z] 541f2e8eef3e: Layer already exists [2023-02-15T04:00:48.731Z] d411704d768d: Layer already exists [2023-02-15T04:00:48.731Z] 3.0.0-dev.49: digest: sha256:c4dc6586f583a30622d1d93c86476d0cb58224aa6426e44211c74f803194e3ac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:49.061Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:49.394Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T04:00:49.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T04:00:49.394Z] d411704d768d: Preparing [2023-02-15T04:00:49.394Z] d69bb47d34e6: Preparing [2023-02-15T04:00:49.394Z] 541f2e8eef3e: Preparing [2023-02-15T04:00:49.394Z] 89e54088b867: Preparing [2023-02-15T04:00:49.394Z] f70ee36035b9: Preparing [2023-02-15T04:00:49.394Z] d69bb47d34e6: Layer already exists [2023-02-15T04:00:49.394Z] d411704d768d: Layer already exists [2023-02-15T04:00:49.394Z] f70ee36035b9: Layer already exists [2023-02-15T04:00:49.394Z] 541f2e8eef3e: Layer already exists [2023-02-15T04:00:49.394Z] 89e54088b867: Layer already exists [2023-02-15T04:00:49.394Z] 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:c4dc6586f583a30622d1d93c86476d0cb58224aa6426e44211c74f803194e3ac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:50.003Z] + 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-15T04:00:50.336Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-02-15T04:00:50.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T04:00:50.336Z] d411704d768d: Preparing [2023-02-15T04:00:50.336Z] d69bb47d34e6: Preparing [2023-02-15T04:00:50.336Z] 541f2e8eef3e: Preparing [2023-02-15T04:00:50.336Z] 89e54088b867: Preparing [2023-02-15T04:00:50.336Z] f70ee36035b9: Preparing [2023-02-15T04:00:50.336Z] d69bb47d34e6: Layer already exists [2023-02-15T04:00:50.336Z] f70ee36035b9: Layer already exists [2023-02-15T04:00:50.336Z] d411704d768d: Layer already exists [2023-02-15T04:00:50.336Z] 541f2e8eef3e: Layer already exists [2023-02-15T04:00:50.336Z] 89e54088b867: Layer already exists [2023-02-15T04:00:50.336Z] main: digest: sha256:c4dc6586f583a30622d1d93c86476d0cb58224aa6426e44211c74f803194e3ac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T04:00:50.648Z] ===================================================== [Pipeline] echo [2023-02-15T04:00:50.654Z] taggedImages: [2023-02-15T04:00:50.654Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [2023-02-15T04:00:50.654Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-15T04:00:50.654Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.49 [2023-02-15T04:00:50.654Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [2023-02-15T04:00:50.654Z] - 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-15T04:00:50.996Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T04:00:50.996Z] [2023-02-15T04:00:50.996Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:00:51.317Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T04:00:51.318Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-15T04:00:51.318Z] 8998bd30e6a1: Pulling fs layer [2023-02-15T04:00:51.318Z] 04944245beec: Pulling fs layer [2023-02-15T04:00:51.318Z] 699f458cf7ca: Pulling fs layer [2023-02-15T04:00:51.318Z] 765212b225bb: Pulling fs layer [2023-02-15T04:00:51.318Z] f23df028b6ca: Pulling fs layer [2023-02-15T04:00:51.318Z] d65c8cfc05b1: Pulling fs layer [2023-02-15T04:00:51.318Z] 2437ff75d9bd: Pulling fs layer [2023-02-15T04:00:51.318Z] f23df028b6ca: Waiting [2023-02-15T04:00:51.318Z] d65c8cfc05b1: Waiting [2023-02-15T04:00:51.318Z] 2437ff75d9bd: Waiting [2023-02-15T04:00:51.318Z] 765212b225bb: Waiting [2023-02-15T04:00:51.583Z] 04944245beec: Verifying Checksum [2023-02-15T04:00:51.583Z] 04944245beec: Download complete [2023-02-15T04:00:51.583Z] 765212b225bb: Verifying Checksum [2023-02-15T04:00:51.583Z] 765212b225bb: Download complete [2023-02-15T04:00:51.583Z] f23df028b6ca: Verifying Checksum [2023-02-15T04:00:51.583Z] f23df028b6ca: Download complete [2023-02-15T04:00:51.583Z] d65c8cfc05b1: Verifying Checksum [2023-02-15T04:00:51.583Z] d65c8cfc05b1: Download complete [2023-02-15T04:00:51.849Z] 699f458cf7ca: Verifying Checksum [2023-02-15T04:00:51.850Z] 699f458cf7ca: Download complete [2023-02-15T04:00:52.116Z] 8998bd30e6a1: Verifying Checksum [2023-02-15T04:00:52.116Z] 8998bd30e6a1: Download complete [2023-02-15T04:00:54.690Z] 2437ff75d9bd: Verifying Checksum [2023-02-15T04:00:54.690Z] 2437ff75d9bd: Download complete [2023-02-15T04:00:56.091Z] 8998bd30e6a1: Pull complete [2023-02-15T04:00:56.671Z] 04944245beec: Pull complete [2023-02-15T04:00:58.083Z] 699f458cf7ca: Pull complete [2023-02-15T04:00:58.083Z] 765212b225bb: Pull complete [2023-02-15T04:00:58.662Z] f23df028b6ca: Pull complete [2023-02-15T04:00:58.935Z] d65c8cfc05b1: Pull complete [2023-02-15T04:01:13.930Z] 2437ff75d9bd: Pull complete [2023-02-15T04:01:13.930Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-15T04:01:13.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T04:01:13.930Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T04:01:14.116Z] prd-ubuntu20.04-docker-arm64-4c-16g-6049 does not seem to be running inside a container [2023-02-15T04:01:14.173Z] $ 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/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T04:01:15.465Z] $ docker top fae10a3b196a81567a0bb05601d195629819b2a4963f8a90671c926dbe0c1cc3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T04:01:16.325Z] ---> job-cost.sh [2023-02-15T04:01:16.325Z] lf-activate-venv: SKIPPING [2023-02-15T04:01:16.325Z] INFO: No Stack... [2023-02-15T04:01:16.909Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-15T04:01:17.490Z] INFO: Archiving Costs [Pipeline] sh [2023-02-15T04:01:17.812Z] + cat /w/workspace/edgex-go/409/archives/cost.csv [2023-02-15T04:01:17.812Z] + cut -d, -f6 [Pipeline] lock [2023-02-15T04:01:17.879Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-409-stack-cost] [2023-02-15T04:01:17.888Z] Resource [jenkins-edgexfoundry-edgex-go-main-409-stack-cost] did not exist. Created. [2023-02-15T04:01:17.888Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-409-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T04:01:18.525Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-15T04:01:19.095Z] Stashed 1 file(s) [Pipeline] } [2023-02-15T04:01:19.102Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-409-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-15T04:01:19.113Z] $ docker stop --time=1 fae10a3b196a81567a0bb05601d195629819b2a4963f8a90671c926dbe0c1cc3 [2023-02-15T04:01:20.629Z] $ docker rm -f --volumes fae10a3b196a81567a0bb05601d195629819b2a4963f8a90671c926dbe0c1cc3 [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-15T04:01:21.338Z] provisioning config files... [2023-02-15T04:01:21.346Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/409@tmp/config12797985051924742947tmp [Pipeline] { [Pipeline] sh [2023-02-15T04:01:21.636Z] + set +x [2023-02-15T04:01:21.636Z] + curl -s https://codecov.io/bash [2023-02-15T04:01:21.636Z] + bash -s -- [2023-02-15T04:01:21.636Z] [2023-02-15T04:01:21.636Z] _____ _ [2023-02-15T04:01:21.636Z] / ____| | | [2023-02-15T04:01:21.636Z] | | ___ __| | ___ ___ _____ __ [2023-02-15T04:01:21.636Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-15T04:01:21.636Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-15T04:01:21.636Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-15T04:01:21.636Z] Bash-1.0.6 [2023-02-15T04:01:21.636Z] [2023-02-15T04:01:21.636Z] [2023-02-15T04:01:21.636Z] ==> git version 2.25.1 found [2023-02-15T04:01:21.636Z] ==> 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-15T04:01:21.636Z] Release-Date: 2020-01-08 [2023-02-15T04:01:21.636Z] 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-15T04:01:21.636Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-15T04:01:21.636Z] ==> Jenkins CI detected. [2023-02-15T04:01:21.636Z] current dir:  /w/workspace/edgex-go/409 [2023-02-15T04:01:21.636Z] project root: . [2023-02-15T04:01:21.636Z] --> token set from env [2023-02-15T04:01:21.636Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-15T04:01:21.636Z] ==> Running gcov in . (disable via -X gcov) [2023-02-15T04:01:21.636Z] ==> Python coveragepy not found [2023-02-15T04:01:21.636Z] ==> Searching for coverage reports in: [2023-02-15T04:01:21.636Z] + . [2023-02-15T04:01:21.636Z] -> Found 1 reports [2023-02-15T04:01:21.894Z] ==> Detecting git/mercurial file structure [2023-02-15T04:01:21.894Z] ==> Reading reports [2023-02-15T04:01:21.894Z] + ./coverage.out bytes=487418 [2023-02-15T04:01:21.894Z] ==> Appending adjustments [2023-02-15T04:01:21.894Z] https://docs.codecov.io/docs/fixing-reports [2023-02-15T04:01:22.830Z] + Found adjustments [2023-02-15T04:01:22.830Z] ==> Gzipping contents [2023-02-15T04:01:23.089Z] 64K /tmp/codecov.R14A8m.gz [2023-02-15T04:01:23.089Z] ==> Uploading reports [2023-02-15T04:01:23.089Z] url: https://codecov.io [2023-02-15T04:01:23.089Z] query: branch=main&commit=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6&build=409&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F409%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-15T04:01:23.089Z] -> Pinging Codecov [2023-02-15T04:01:23.089Z] 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=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6&build=409&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F409%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-15T04:01:23.089Z] -> Uploading to [2023-02-15T04:01:23.089Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-15/00271124DB129430A58F1EEE437C3FCB/788be756f331ff1c1ac8640fcafd3eeb74e9f5c6/28e58181-3f16-41c8-becf-beddd55bff30.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T040122Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3b803bf1210268b11af456b39816805db898019febe7a4627fa23db955f4706e [2023-02-15T04:01:23.089Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T04:01:23.089Z] Dload Upload Total Spent Left Speed [2023-02-15T04:01:23.658Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62884 0 0 100 62884 0 161k --:--:-- --:--:-- --:--:-- 161k [2023-02-15T04:01:23.658Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [2023-02-15T04:01:23.666Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-02-15T04:01:23.852Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-15T04:01:23.863Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:01:24.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T04:01:24.158Z] [2023-02-15T04:01:24.158Z] 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-15T04:01:24.457Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T04:01:24.457Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-15T04:01:24.457Z] df9b9388f04a: Pulling fs layer [2023-02-15T04:01:24.457Z] 52dc419b0ee2: Pulling fs layer [2023-02-15T04:01:24.457Z] 25bc292e5bac: Pulling fs layer [2023-02-15T04:01:24.457Z] 114826534d7a: Pulling fs layer [2023-02-15T04:01:24.457Z] 4657fd5d0bcf: Pulling fs layer [2023-02-15T04:01:24.457Z] 6ad1cebc031e: Pulling fs layer [2023-02-15T04:01:24.457Z] 8a3aa393b2d8: Pulling fs layer [2023-02-15T04:01:24.457Z] 6ad1cebc031e: Waiting [2023-02-15T04:01:24.457Z] 114826534d7a: Waiting [2023-02-15T04:01:24.457Z] 4657fd5d0bcf: Waiting [2023-02-15T04:01:24.457Z] 8a3aa393b2d8: Waiting [2023-02-15T04:01:24.457Z] 25bc292e5bac: Verifying Checksum [2023-02-15T04:01:24.457Z] 25bc292e5bac: Download complete [2023-02-15T04:01:24.457Z] 52dc419b0ee2: Verifying Checksum [2023-02-15T04:01:24.457Z] 52dc419b0ee2: Download complete [2023-02-15T04:01:24.457Z] 4657fd5d0bcf: Verifying Checksum [2023-02-15T04:01:24.457Z] 4657fd5d0bcf: Download complete [2023-02-15T04:01:24.725Z] df9b9388f04a: Verifying Checksum [2023-02-15T04:01:24.725Z] df9b9388f04a: Download complete [2023-02-15T04:01:24.725Z] df9b9388f04a: Pull complete [2023-02-15T04:01:24.725Z] 52dc419b0ee2: Pull complete [2023-02-15T04:01:24.991Z] 25bc292e5bac: Pull complete [2023-02-15T04:01:24.991Z] 6ad1cebc031e: Verifying Checksum [2023-02-15T04:01:24.991Z] 6ad1cebc031e: Download complete [2023-02-15T04:01:25.989Z] 114826534d7a: Verifying Checksum [2023-02-15T04:01:25.990Z] 114826534d7a: Download complete [2023-02-15T04:01:26.254Z] 8a3aa393b2d8: Verifying Checksum [2023-02-15T04:01:26.254Z] 8a3aa393b2d8: Download complete [2023-02-15T04:01:29.537Z] 114826534d7a: Pull complete [2023-02-15T04:01:29.537Z] 4657fd5d0bcf: Pull complete [2023-02-15T04:01:30.104Z] 6ad1cebc031e: Pull complete [2023-02-15T04:01:33.388Z] 8a3aa393b2d8: Pull complete [2023-02-15T04:01:33.388Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-15T04:01:33.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T04:01:33.388Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T04:01:33.464Z] prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container [2023-02-15T04:01:33.500Z] $ 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/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T04:01:37.143Z] $ docker top fd1ad1f9e0563c7fff2f169d568cae44cfb6e6112d225a0b92ce391ccaf6883a -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T04:01:37.209Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-02-15T04:01:37.485Z] + set -o pipefail [2023-02-15T04:01:37.485Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-02-15T04:01:45.606Z] [2023-02-15T04:01:45.606Z] Monitoring /w/workspace/edgex-go/409 (github.com/edgexfoundry/edgex-go)... [2023-02-15T04:01:45.606Z] [2023-02-15T04:01:45.606Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/77d26125-ab26-4637-b7e8-a2cfcb58df03 [2023-02-15T04:01:45.606Z] [2023-02-15T04:01:45.606Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-15T04:01:45.606Z] [2023-02-15T04:01:45.606Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-15T04:01:45.606Z] [2023-02-15T04:01:45.606Z] [2023-02-15T04:01:45.606Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-15T04:01:45.606Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-15T04:01:45.606Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-15T04:01:45.621Z] $ docker stop --time=1 fd1ad1f9e0563c7fff2f169d568cae44cfb6e6112d225a0b92ce391ccaf6883a [2023-02-15T04:01:48.357Z] $ docker rm -f --volumes fd1ad1f9e0563c7fff2f169d568cae44cfb6e6112d225a0b92ce391ccaf6883a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-15T04:01:48.697Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T04:01:48.710Z] provisioning config files... [2023-02-15T04:01:48.715Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/409@tmp/config13701758338972779388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T04:01:49.000Z] --> edgex-publish-swagger.sh [2023-02-15T04:01:49.000Z] === Publish openapi/v2 API === [2023-02-15T04:01:49.000Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-02-15T04:01:49.000Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/409/openapi/v2/core-command.yaml] [2023-02-15T04:01:49.000Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T04:01:49.000Z] Dload Upload Total Spent Left Speed [2023-02-15T04:01:49.567Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 53790 --:--:-- --:--:-- --:--:-- 53697 100 31091 0 0 100 31091 0 53790 --:--:-- --:--:-- --:--:-- 53697 [2023-02-15T04:01:49.567Z] [2023-02-15T04:01:49.567Z] [2023-02-15T04:01:49.567Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/409/openapi/v2/core-data.yaml] [2023-02-15T04:01:49.567Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T04:01:49.567Z] Dload Upload Total Spent Left Speed [2023-02-15T04:01:50.132Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68908 0 0 100 68908 0 123k --:--:-- --:--:-- --:--:-- 123k [2023-02-15T04:01:50.132Z] [2023-02-15T04:01:50.132Z] [2023-02-15T04:01:50.132Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/409/openapi/v2/core-metadata.yaml] [2023-02-15T04:01:50.132Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T04:01:50.132Z] Dload Upload Total Spent Left Speed [2023-02-15T04:01:50.697Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 1281k --:--:-- --:--:-- --:--:-- 1270k 100 142k 0 0 100 142k 0 259k --:--:-- --:--:-- --:--:-- 259k [2023-02-15T04:01:50.697Z] [2023-02-15T04:01:50.697Z] [2023-02-15T04:01:50.697Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/409/openapi/v2/support-notifications.yaml] [2023-02-15T04:01:50.697Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T04:01:50.697Z] Dload Upload Total Spent Left Speed [2023-02-15T04:01:51.270Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86527 0 0 100 86527 0 171k --:--:-- --:--:-- --:--:-- 172k [2023-02-15T04:01:51.270Z] [2023-02-15T04:01:51.270Z] [2023-02-15T04:01:51.270Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/409/openapi/v2/support-scheduler.yaml] [2023-02-15T04:01:51.270Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T04:01:51.270Z] Dload Upload Total Spent Left Speed [2023-02-15T04:01:51.787Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 68112 --:--:-- --:--:-- --:--:-- 68112 [2023-02-15T04:01:51.787Z] [2023-02-15T04:01:51.787Z] [Pipeline] } [2023-02-15T04:01:51.793Z] 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-15T04:01:52.194Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T04:01:52.194Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:01:52.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T04:01:52.490Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T04:01:52.554Z] prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container [2023-02-15T04:01:52.580Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T04:01:53.035Z] $ docker top eab3aa1589de28fe279a15b3f4fbd65c35b6036d5cc733d57d7696e31ae69920 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T04:01:53.106Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T04:01:53.106Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T04:01:53.223Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T04:01:53.228Z] $ docker exec eab3aa1589de28fe279a15b3f4fbd65c35b6036d5cc733d57d7696e31ae69920 ssh-agent [2023-02-15T04:01:53.339Z] SSH_AUTH_SOCK=/tmp/ssh-vGnR4eTBibWb/agent.31 [2023-02-15T04:01:53.339Z] SSH_AGENT_PID=37 [2023-02-15T04:01:53.344Z] Running ssh-add (command line suppressed) [2023-02-15T04:01:53.448Z] Identity added: /w/workspace/edgex-go/409@tmp/private_key_8844996575438958967.key (/w/workspace/edgex-go/409@tmp/private_key_8844996575438958967.key) [2023-02-15T04:01:53.458Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T04:01:53.741Z] + git semver tag [2023-02-15T04:01:53.999Z] 2023-02-15 04:01:53,933 [run_tag] DEBUG tag force:False [2023-02-15T04:01:53.999Z] 2023-02-15 04:01:53,933 [check_head_tag] DEBUG check head tag [2023-02-15T04:01:53.999Z] 2023-02-15 04:01:53,937 [execute] INFO git cat-file --batch-check [2023-02-15T04:01:53.999Z] 2023-02-15 04:01:53,937 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/409, universal_newlines=False, shell=None, istream=) [2023-02-15T04:01:53.999Z] 2023-02-15 04:01:53,940 [execute] INFO git cat-file --batch [2023-02-15T04:01:53.999Z] 2023-02-15 04:01:53,941 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/409, universal_newlines=False, shell=None, istream=) [2023-02-15T04:01:53.999Z] 2023-02-15 04:01:53,985 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main [2023-02-15T04:01:53.999Z] 2023-02-15 04:01:53,986 [execute] INFO git tag -a v3.0.0-dev.49 -m v3.0.0-dev.49 [2023-02-15T04:01:53.999Z] 2023-02-15 04:01:53,986 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.49', '-m', 'v3.0.0-dev.49'], cwd=/w/workspace/edgex-go/409, universal_newlines=False, shell=None, istream=None) [2023-02-15T04:01:53.999Z] 2023-02-15 04:01:53,993 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main [2023-02-15T04:01:53.999Z] 3.0.0-dev.49 [Pipeline] } [2023-02-15T04:01:54.268Z] $ docker exec --env ******** --env ******** eab3aa1589de28fe279a15b3f4fbd65c35b6036d5cc733d57d7696e31ae69920 ssh-agent -k [2023-02-15T04:01:54.373Z] unset SSH_AUTH_SOCK; [2023-02-15T04:01:54.373Z] unset SSH_AGENT_PID; [2023-02-15T04:01:54.373Z] echo Agent pid 37 killed; [2023-02-15T04:01:54.381Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T04:01:54.678Z] + git semver [Pipeline] } [2023-02-15T04:01:54.950Z] $ docker stop --time=1 eab3aa1589de28fe279a15b3f4fbd65c35b6036d5cc733d57d7696e31ae69920 [2023-02-15T04:01:56.215Z] $ docker rm -f --volumes eab3aa1589de28fe279a15b3f4fbd65c35b6036d5cc733d57d7696e31ae69920 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:01:56.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T04:01:56.589Z] [2023-02-15T04:01:56.589Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:01:56.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T04:01:56.886Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-15T04:01:56.886Z] ab5ef0e58194: Pulling fs layer [2023-02-15T04:01:56.886Z] 9712f1f96733: Pulling fs layer [2023-02-15T04:01:56.886Z] 63f879dbbcfc: Pulling fs layer [2023-02-15T04:01:56.886Z] 0d9ebad4ef96: Pulling fs layer [2023-02-15T04:01:56.886Z] e9a5061849ea: Pulling fs layer [2023-02-15T04:01:56.886Z] 0d9ebad4ef96: Waiting [2023-02-15T04:01:56.886Z] d747dcd14b5f: Pulling fs layer [2023-02-15T04:01:56.886Z] 2de7ff778b66: Pulling fs layer [2023-02-15T04:01:56.886Z] e9a5061849ea: Waiting [2023-02-15T04:01:56.886Z] 2de7ff778b66: Waiting [2023-02-15T04:01:56.886Z] 9712f1f96733: Verifying Checksum [2023-02-15T04:01:56.886Z] 9712f1f96733: Download complete [2023-02-15T04:01:57.886Z] 63f879dbbcfc: Verifying Checksum [2023-02-15T04:01:57.886Z] 63f879dbbcfc: Download complete [2023-02-15T04:01:58.153Z] ab5ef0e58194: Verifying Checksum [2023-02-15T04:01:58.153Z] ab5ef0e58194: Download complete [2023-02-15T04:01:58.153Z] 0d9ebad4ef96: Verifying Checksum [2023-02-15T04:01:58.153Z] 0d9ebad4ef96: Download complete [2023-02-15T04:01:58.153Z] d747dcd14b5f: Verifying Checksum [2023-02-15T04:01:58.153Z] d747dcd14b5f: Download complete [2023-02-15T04:01:58.153Z] e9a5061849ea: Verifying Checksum [2023-02-15T04:01:58.153Z] e9a5061849ea: Download complete [2023-02-15T04:01:59.087Z] 2de7ff778b66: Verifying Checksum [2023-02-15T04:01:59.087Z] 2de7ff778b66: Download complete [2023-02-15T04:02:00.983Z] ab5ef0e58194: Pull complete [2023-02-15T04:02:00.983Z] 9712f1f96733: Pull complete [2023-02-15T04:02:01.915Z] 63f879dbbcfc: Pull complete [2023-02-15T04:02:06.093Z] 0d9ebad4ef96: Pull complete [2023-02-15T04:02:06.093Z] e9a5061849ea: Pull complete [2023-02-15T04:02:06.093Z] d747dcd14b5f: Pull complete [2023-02-15T04:02:06.660Z] 2de7ff778b66: Pull complete [2023-02-15T04:02:06.660Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-15T04:02:06.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T04:02:06.660Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T04:02:06.743Z] prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container [2023-02-15T04:02:06.776Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T04:02:10.357Z] $ docker top d4360a48fce4416c86f91f0b5c210edc565cccd5fd821ef031e2a27894b3ef6f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-15T04:02:10.422Z] provisioning config files... [2023-02-15T04:02:10.428Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/409@tmp/config5088476289888723841tmp [2023-02-15T04:02:10.436Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/409@tmp/config937119884348246038tmp [2023-02-15T04:02:10.444Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/409@tmp/config10247452392539251255tmp [Pipeline] { [Pipeline] echo [2023-02-15T04:02:10.459Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T04:02:10.738Z] ---> sigul-configuration.sh [2023-02-15T04:02:10.738Z] gpg: directory `/root/.gnupg' created [2023-02-15T04:02:10.738Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-15T04:02:10.738Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-15T04:02:10.738Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-15T04:02:10.738Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-15T04:02:10.738Z] gpg: CAST5 encrypted data [2023-02-15T04:02:10.738Z] gpg: encrypted with 1 passphrase [2023-02-15T04:02:10.738Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-15T04:02:11.021Z] + mkdir /home/jenkins [2023-02-15T04:02:11.021Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-15T04:02:11.305Z] + 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-15T04:02:11.314Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T04:02:11.593Z] ---> sigul-install.sh [2023-02-15T04:02:11.593Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-15T04:02:11.877Z] + git tag --list [2023-02-15T04:02:11.877Z] 0.6.0 [2023-02-15T04:02:11.877Z] 0.6.1 [2023-02-15T04:02:11.877Z] 0.7.0 [2023-02-15T04:02:11.877Z] 0.7.1 [2023-02-15T04:02:11.877Z] v1.0.0 [2023-02-15T04:02:11.877Z] v1.0.1 [2023-02-15T04:02:11.877Z] v1.1.0 [2023-02-15T04:02:11.877Z] v1.2.0 [2023-02-15T04:02:11.877Z] v1.2.1 [2023-02-15T04:02:11.877Z] v1.3.0 [2023-02-15T04:02:11.877Z] v1.3.1 [2023-02-15T04:02:11.877Z] v2.0.0 [2023-02-15T04:02:11.877Z] v2.1.0 [2023-02-15T04:02:11.877Z] v2.1.1 [2023-02-15T04:02:11.877Z] v2.1.1-dev.1 [2023-02-15T04:02:11.877Z] v2.1.1-dev.2 [2023-02-15T04:02:11.877Z] v2.1.1-dev.3 [2023-02-15T04:02:11.877Z] v2.1.1-dev.4 [2023-02-15T04:02:11.877Z] v2.1.1-dev.5 [2023-02-15T04:02:11.877Z] v2.1.1-dev.6 [2023-02-15T04:02:11.877Z] v2.1.1-dev.7 [2023-02-15T04:02:11.877Z] v2.1.1-dev.8 [2023-02-15T04:02:11.877Z] v2.1.2-dev.1 [2023-02-15T04:02:11.877Z] v2.2.0 [2023-02-15T04:02:11.877Z] v2.2.1-dev.1 [2023-02-15T04:02:11.877Z] v2.2.1-dev.10 [2023-02-15T04:02:11.877Z] v2.2.1-dev.11 [2023-02-15T04:02:11.877Z] v2.2.1-dev.12 [2023-02-15T04:02:11.877Z] v2.2.1-dev.13 [2023-02-15T04:02:11.877Z] v2.2.1-dev.14 [2023-02-15T04:02:11.877Z] v2.2.1-dev.15 [2023-02-15T04:02:11.877Z] v2.2.1-dev.16 [2023-02-15T04:02:11.877Z] v2.2.1-dev.17 [2023-02-15T04:02:11.877Z] v2.2.1-dev.18 [2023-02-15T04:02:11.877Z] v2.2.1-dev.19 [2023-02-15T04:02:11.877Z] v2.2.1-dev.2 [2023-02-15T04:02:11.877Z] v2.2.1-dev.20 [2023-02-15T04:02:11.877Z] v2.2.1-dev.21 [2023-02-15T04:02:11.877Z] v2.2.1-dev.22 [2023-02-15T04:02:11.877Z] v2.2.1-dev.23 [2023-02-15T04:02:11.877Z] v2.2.1-dev.24 [2023-02-15T04:02:11.877Z] v2.2.1-dev.25 [2023-02-15T04:02:11.877Z] v2.2.1-dev.26 [2023-02-15T04:02:11.877Z] v2.2.1-dev.27 [2023-02-15T04:02:11.877Z] v2.2.1-dev.28 [2023-02-15T04:02:11.877Z] v2.2.1-dev.29 [2023-02-15T04:02:11.877Z] v2.2.1-dev.3 [2023-02-15T04:02:11.877Z] v2.2.1-dev.4 [2023-02-15T04:02:11.877Z] v2.2.1-dev.5 [2023-02-15T04:02:11.877Z] v2.2.1-dev.6 [2023-02-15T04:02:11.877Z] v2.2.1-dev.7 [2023-02-15T04:02:11.877Z] v2.2.1-dev.8 [2023-02-15T04:02:11.877Z] v2.2.1-dev.9 [2023-02-15T04:02:11.877Z] v2.3.0 [2023-02-15T04:02:11.877Z] v2.3.0-dev.100 [2023-02-15T04:02:11.877Z] v2.3.0-dev.101 [2023-02-15T04:02:11.877Z] v2.3.0-dev.102 [2023-02-15T04:02:11.877Z] v2.3.0-dev.103 [2023-02-15T04:02:11.877Z] v2.3.0-dev.104 [2023-02-15T04:02:11.877Z] v2.3.0-dev.105 [2023-02-15T04:02:11.877Z] v2.3.0-dev.106 [2023-02-15T04:02:11.877Z] v2.3.0-dev.29 [2023-02-15T04:02:11.877Z] v2.3.0-dev.30 [2023-02-15T04:02:11.877Z] v2.3.0-dev.31 [2023-02-15T04:02:11.877Z] v2.3.0-dev.32 [2023-02-15T04:02:11.877Z] v2.3.0-dev.33 [2023-02-15T04:02:11.877Z] v2.3.0-dev.34 [2023-02-15T04:02:11.877Z] v2.3.0-dev.35 [2023-02-15T04:02:11.877Z] v2.3.0-dev.36 [2023-02-15T04:02:11.877Z] v2.3.0-dev.37 [2023-02-15T04:02:11.877Z] v2.3.0-dev.38 [2023-02-15T04:02:11.877Z] v2.3.0-dev.39 [2023-02-15T04:02:11.877Z] v2.3.0-dev.40 [2023-02-15T04:02:11.877Z] v2.3.0-dev.41 [2023-02-15T04:02:11.877Z] v2.3.0-dev.42 [2023-02-15T04:02:11.877Z] v2.3.0-dev.43 [2023-02-15T04:02:11.877Z] v2.3.0-dev.44 [2023-02-15T04:02:11.877Z] v2.3.0-dev.45 [2023-02-15T04:02:11.877Z] v2.3.0-dev.46 [2023-02-15T04:02:11.877Z] v2.3.0-dev.47 [2023-02-15T04:02:11.877Z] v2.3.0-dev.48 [2023-02-15T04:02:11.877Z] v2.3.0-dev.49 [2023-02-15T04:02:11.877Z] v2.3.0-dev.50 [2023-02-15T04:02:11.877Z] v2.3.0-dev.51 [2023-02-15T04:02:11.877Z] v2.3.0-dev.52 [2023-02-15T04:02:11.877Z] v2.3.0-dev.53 [2023-02-15T04:02:11.877Z] v2.3.0-dev.54 [2023-02-15T04:02:11.877Z] v2.3.0-dev.55 [2023-02-15T04:02:11.877Z] v2.3.0-dev.56 [2023-02-15T04:02:11.877Z] v2.3.0-dev.57 [2023-02-15T04:02:11.877Z] v2.3.0-dev.58 [2023-02-15T04:02:11.877Z] v2.3.0-dev.59 [2023-02-15T04:02:11.877Z] v2.3.0-dev.60 [2023-02-15T04:02:11.877Z] v2.3.0-dev.61 [2023-02-15T04:02:11.877Z] v2.3.0-dev.62 [2023-02-15T04:02:11.877Z] v2.3.0-dev.63 [2023-02-15T04:02:11.877Z] v2.3.0-dev.64 [2023-02-15T04:02:11.877Z] v2.3.0-dev.65 [2023-02-15T04:02:11.877Z] v2.3.0-dev.66 [2023-02-15T04:02:11.877Z] v2.3.0-dev.67 [2023-02-15T04:02:11.877Z] v2.3.0-dev.68 [2023-02-15T04:02:11.877Z] v2.3.0-dev.69 [2023-02-15T04:02:11.877Z] v2.3.0-dev.70 [2023-02-15T04:02:11.877Z] v2.3.0-dev.71 [2023-02-15T04:02:11.877Z] v2.3.0-dev.72 [2023-02-15T04:02:11.877Z] v2.3.0-dev.73 [2023-02-15T04:02:11.877Z] v2.3.0-dev.74 [2023-02-15T04:02:11.877Z] v2.3.0-dev.75 [2023-02-15T04:02:11.877Z] v2.3.0-dev.76 [2023-02-15T04:02:11.877Z] v2.3.0-dev.77 [2023-02-15T04:02:11.877Z] v2.3.0-dev.78 [2023-02-15T04:02:11.877Z] v2.3.0-dev.79 [2023-02-15T04:02:11.877Z] v2.3.0-dev.80 [2023-02-15T04:02:11.877Z] v2.3.0-dev.81 [2023-02-15T04:02:11.877Z] v2.3.0-dev.82 [2023-02-15T04:02:11.877Z] v2.3.0-dev.83 [2023-02-15T04:02:11.877Z] v2.3.0-dev.84 [2023-02-15T04:02:11.877Z] v2.3.0-dev.85 [2023-02-15T04:02:11.877Z] v2.3.0-dev.86 [2023-02-15T04:02:11.877Z] v2.3.0-dev.87 [2023-02-15T04:02:11.877Z] v2.3.0-dev.88 [2023-02-15T04:02:11.877Z] v2.3.0-dev.89 [2023-02-15T04:02:11.877Z] v2.3.0-dev.90 [2023-02-15T04:02:11.877Z] v2.3.0-dev.91 [2023-02-15T04:02:11.877Z] v2.3.0-dev.92 [2023-02-15T04:02:11.877Z] v2.3.0-dev.93 [2023-02-15T04:02:11.877Z] v2.3.0-dev.94 [2023-02-15T04:02:11.877Z] v2.3.0-dev.95 [2023-02-15T04:02:11.877Z] v2.3.0-dev.96 [2023-02-15T04:02:11.877Z] v2.3.0-dev.97 [2023-02-15T04:02:11.877Z] v2.3.0-dev.98 [2023-02-15T04:02:11.877Z] v2.3.0-dev.99 [2023-02-15T04:02:11.877Z] v2.3.1-dev.1 [2023-02-15T04:02:11.877Z] v2.3.1-dev.2 [2023-02-15T04:02:11.877Z] v2.3.1-dev.3 [2023-02-15T04:02:11.877Z] v2.3.1-dev.4 [2023-02-15T04:02:11.877Z] v2.3.1-dev.5 [2023-02-15T04:02:11.877Z] v3.0.0-dev.1 [2023-02-15T04:02:11.877Z] v3.0.0-dev.10 [2023-02-15T04:02:11.877Z] v3.0.0-dev.11 [2023-02-15T04:02:11.877Z] v3.0.0-dev.12 [2023-02-15T04:02:11.877Z] v3.0.0-dev.13 [2023-02-15T04:02:11.877Z] v3.0.0-dev.14 [2023-02-15T04:02:11.877Z] v3.0.0-dev.15 [2023-02-15T04:02:11.877Z] v3.0.0-dev.16 [2023-02-15T04:02:11.877Z] v3.0.0-dev.17 [2023-02-15T04:02:11.877Z] v3.0.0-dev.18 [2023-02-15T04:02:11.877Z] v3.0.0-dev.19 [2023-02-15T04:02:11.877Z] v3.0.0-dev.2 [2023-02-15T04:02:11.877Z] v3.0.0-dev.20 [2023-02-15T04:02:11.877Z] v3.0.0-dev.21 [2023-02-15T04:02:11.877Z] v3.0.0-dev.22 [2023-02-15T04:02:11.877Z] v3.0.0-dev.23 [2023-02-15T04:02:11.877Z] v3.0.0-dev.24 [2023-02-15T04:02:11.877Z] v3.0.0-dev.25 [2023-02-15T04:02:11.877Z] v3.0.0-dev.26 [2023-02-15T04:02:11.877Z] v3.0.0-dev.27 [2023-02-15T04:02:11.877Z] v3.0.0-dev.28 [2023-02-15T04:02:11.877Z] v3.0.0-dev.29 [2023-02-15T04:02:11.877Z] v3.0.0-dev.3 [2023-02-15T04:02:11.877Z] v3.0.0-dev.30 [2023-02-15T04:02:11.877Z] v3.0.0-dev.31 [2023-02-15T04:02:11.877Z] v3.0.0-dev.32 [2023-02-15T04:02:11.877Z] v3.0.0-dev.33 [2023-02-15T04:02:11.877Z] v3.0.0-dev.34 [2023-02-15T04:02:11.877Z] v3.0.0-dev.35 [2023-02-15T04:02:11.877Z] v3.0.0-dev.36 [2023-02-15T04:02:11.877Z] v3.0.0-dev.37 [2023-02-15T04:02:11.877Z] v3.0.0-dev.38 [2023-02-15T04:02:11.877Z] v3.0.0-dev.39 [2023-02-15T04:02:11.877Z] v3.0.0-dev.4 [2023-02-15T04:02:11.877Z] v3.0.0-dev.40 [2023-02-15T04:02:11.877Z] v3.0.0-dev.41 [2023-02-15T04:02:11.877Z] v3.0.0-dev.42 [2023-02-15T04:02:11.877Z] v3.0.0-dev.43 [2023-02-15T04:02:11.877Z] v3.0.0-dev.44 [2023-02-15T04:02:11.877Z] v3.0.0-dev.45 [2023-02-15T04:02:11.877Z] v3.0.0-dev.46 [2023-02-15T04:02:11.877Z] v3.0.0-dev.47 [2023-02-15T04:02:11.877Z] v3.0.0-dev.48 [2023-02-15T04:02:11.877Z] v3.0.0-dev.49 [2023-02-15T04:02:11.877Z] v3.0.0-dev.5 [2023-02-15T04:02:11.877Z] v3.0.0-dev.6 [2023-02-15T04:02:11.877Z] v3.0.0-dev.7 [2023-02-15T04:02:11.877Z] v3.0.0-dev.8 [2023-02-15T04:02:11.877Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-15T04:02:12.160Z] + lftools sign git-tag v3.0.0-dev.49 [2023-02-15T04:02:12.726Z] Signing Git tag with Sigul... [2023-02-15T04:02:12.726Z] Signing v3.0.0-dev.49 [Pipeline] echo [2023-02-15T04:02:12.993Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T04:02:13.274Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-15T04:02:13.279Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-15T04:02:13.297Z] $ docker stop --time=1 d4360a48fce4416c86f91f0b5c210edc565cccd5fd821ef031e2a27894b3ef6f [2023-02-15T04:02:14.611Z] $ docker rm -f --volumes d4360a48fce4416c86f91f0b5c210edc565cccd5fd821ef031e2a27894b3ef6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-15T04:02:15.026Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T04:02:15.026Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:02:15.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T04:02:15.326Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T04:02:15.401Z] prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container [2023-02-15T04:02:15.437Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T04:02:15.791Z] $ docker top 2584bff693538711430f8adee465fbe533fb1ef57106f5453042c9886cbee0af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T04:02:15.874Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T04:02:15.874Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T04:02:15.986Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T04:02:15.991Z] $ docker exec 2584bff693538711430f8adee465fbe533fb1ef57106f5453042c9886cbee0af ssh-agent [2023-02-15T04:02:16.095Z] SSH_AUTH_SOCK=/tmp/ssh-eY9uVIKQOHvM/agent.32 [2023-02-15T04:02:16.095Z] SSH_AGENT_PID=38 [2023-02-15T04:02:16.099Z] Running ssh-add (command line suppressed) [2023-02-15T04:02:16.209Z] Identity added: /w/workspace/edgex-go/409@tmp/private_key_8203418598151764792.key (/w/workspace/edgex-go/409@tmp/private_key_8203418598151764792.key) [2023-02-15T04:02:16.219Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T04:02:16.508Z] + git semver bump pre [2023-02-15T04:02:16.767Z] 2023-02-15 04:02:16,674 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main [2023-02-15T04:02:16.767Z] 2023-02-15 04:02:16,674 [bump_version] DEBUG bumping version:3.0.0-dev.49 on axis:pre with prefix:dev [2023-02-15T04:02:16.767Z] 2023-02-15 04:02:16,674 [bump_version] DEBUG bumped version:3.0.0-dev.50 [2023-02-15T04:02:16.767Z] 2023-02-15 04:02:16,674 [write_version] DEBUG write version:3.0.0-dev.50 to path:/w/workspace/edgex-go/409/.semver/main with force:True [2023-02-15T04:02:16.767Z] 2023-02-15 04:02:16,674 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main [2023-02-15T04:02:16.767Z] 2023-02-15 04:02:16,675 [write_file] DEBUG write to file:/w/workspace/edgex-go/409/.semver/main [2023-02-15T04:02:16.767Z] 2023-02-15 04:02:16,677 [execute] INFO git cat-file --batch-check [2023-02-15T04:02:16.767Z] 2023-02-15 04:02:16,677 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/409/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T04:02:16.767Z] 2023-02-15 04:02:16,683 [execute] INFO git cat-file --batch [2023-02-15T04:02:16.767Z] 2023-02-15 04:02:16,683 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/409/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T04:02:16.767Z] 2023-02-15 04:02:16,689 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main [2023-02-15T04:02:16.767Z] 3.0.0-dev.50 [Pipeline] } [2023-02-15T04:02:16.779Z] $ docker exec --env ******** --env ******** 2584bff693538711430f8adee465fbe533fb1ef57106f5453042c9886cbee0af ssh-agent -k [2023-02-15T04:02:16.877Z] unset SSH_AUTH_SOCK; [2023-02-15T04:02:16.877Z] unset SSH_AGENT_PID; [2023-02-15T04:02:16.877Z] echo Agent pid 38 killed; [2023-02-15T04:02:16.886Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T04:02:17.188Z] + git semver [Pipeline] } [2023-02-15T04:02:17.460Z] $ docker stop --time=1 2584bff693538711430f8adee465fbe533fb1ef57106f5453042c9886cbee0af [2023-02-15T04:02:18.819Z] $ docker rm -f --volumes 2584bff693538711430f8adee465fbe533fb1ef57106f5453042c9886cbee0af [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T04:02:19.160Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T04:02:19.160Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:02:19.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T04:02:19.455Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T04:02:19.577Z] prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container [2023-02-15T04:02:19.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T04:02:19.952Z] $ docker top a9ef5db9ac0b9e85bc014cfd3124b80048e0ceea6d5cd8be906ebd02ab6b0d2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T04:02:20.034Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T04:02:20.034Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T04:02:20.145Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T04:02:20.150Z] $ docker exec a9ef5db9ac0b9e85bc014cfd3124b80048e0ceea6d5cd8be906ebd02ab6b0d2f ssh-agent [2023-02-15T04:02:20.257Z] SSH_AUTH_SOCK=/tmp/ssh-XAPFdAn8SUzO/agent.32 [2023-02-15T04:02:20.257Z] SSH_AGENT_PID=38 [2023-02-15T04:02:20.262Z] Running ssh-add (command line suppressed) [2023-02-15T04:02:20.358Z] Identity added: /w/workspace/edgex-go/409@tmp/private_key_17108366012528324660.key (/w/workspace/edgex-go/409@tmp/private_key_17108366012528324660.key) [2023-02-15T04:02:20.368Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T04:02:20.653Z] + git semver push [2023-02-15T04:02:20.911Z] 2023-02-15 04:02:20,838 [run_push] DEBUG push [2023-02-15T04:02:20.911Z] 2023-02-15 04:02:20,839 [execute] INFO git cat-file --batch-check [2023-02-15T04:02:20.911Z] 2023-02-15 04:02:20,839 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/409/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T04:02:20.911Z] 2023-02-15 04:02:20,843 [execute] INFO git rev-list e4a0c723416f3c92a59cd605caf5aa60641a14c9 -- [2023-02-15T04:02:20.911Z] 2023-02-15 04:02:20,843 [execute] DEBUG Popen(['git', 'rev-list', 'e4a0c723416f3c92a59cd605caf5aa60641a14c9', '--'], cwd=/w/workspace/edgex-go/409/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-15T04:02:20.911Z] 2023-02-15 04:02:20,859 [execute] INFO git fetch -v origin [2023-02-15T04:02:20.911Z] 2023-02-15 04:02:20,859 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/409/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-15T04:02:21.478Z] 2023-02-15 04:02:21,391 [run_push] DEBUG no remote changes detected [2023-02-15T04:02:21.478Z] 2023-02-15 04:02:21,392 [execute] INFO git push origin semver [2023-02-15T04:02:21.478Z] 2023-02-15 04:02:21,392 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/409/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-15T04:02:22.412Z] 2023-02-15 04:02:22,358 [run_push] DEBUG push all version tags [2023-02-15T04:02:22.412Z] 2023-02-15 04:02:22,359 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-15T04:02:22.412Z] 2023-02-15 04:02:22,359 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/409, universal_newlines=False, shell=None, istream=None) [2023-02-15T04:02:23.349Z] 2023-02-15 04:02:23,246 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main [2023-02-15T04:02:23.349Z] 3.0.0-dev.50 [Pipeline] } [2023-02-15T04:02:23.360Z] $ docker exec --env ******** --env ******** a9ef5db9ac0b9e85bc014cfd3124b80048e0ceea6d5cd8be906ebd02ab6b0d2f ssh-agent -k [2023-02-15T04:02:23.465Z] unset SSH_AUTH_SOCK; [2023-02-15T04:02:23.465Z] unset SSH_AGENT_PID; [2023-02-15T04:02:23.465Z] echo Agent pid 38 killed; [2023-02-15T04:02:23.470Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T04:02:23.764Z] + git semver [Pipeline] } [2023-02-15T04:02:24.047Z] $ docker stop --time=1 a9ef5db9ac0b9e85bc014cfd3124b80048e0ceea6d5cd8be906ebd02ab6b0d2f [2023-02-15T04:02:25.341Z] $ docker rm -f --volumes a9ef5db9ac0b9e85bc014cfd3124b80048e0ceea6d5cd8be906ebd02ab6b0d2f [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-15T04:02:25.855Z] + [ -d /w/workspace/edgex-go/409/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-15T04:02:26.144Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T04:02:26.997Z] ---> package-listing.sh [2023-02-15T04:02:26.997Z] ++ facter osfamily [2023-02-15T04:02:26.997Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-15T04:02:27.256Z] + OS_FAMILY=debian [2023-02-15T04:02:27.256Z] + workspace=/w/workspace/edgex-go/409 [2023-02-15T04:02:27.256Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-15T04:02:27.256Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-15T04:02:27.256Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-15T04:02:27.256Z] + PACKAGES=/tmp/packages_start.txt [2023-02-15T04:02:27.256Z] + '[' /w/workspace/edgex-go/409 ']' [2023-02-15T04:02:27.256Z] + PACKAGES=/tmp/packages_end.txt [2023-02-15T04:02:27.256Z] + case "${OS_FAMILY}" in [2023-02-15T04:02:27.256Z] + dpkg -l [2023-02-15T04:02:27.256Z] + grep '^ii' [2023-02-15T04:02:27.256Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-15T04:02:27.256Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-15T04:02:27.256Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-15T04:02:27.256Z] + '[' /w/workspace/edgex-go/409 ']' [2023-02-15T04:02:27.256Z] + mkdir -p /w/workspace/edgex-go/409/archives/ [2023-02-15T04:02:27.256Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/409/archives/ [Pipeline] echo [2023-02-15T04:02:27.267Z] 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/409/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-15T04:02:27.540Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:02:28.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T04:02:28.095Z] [2023-02-15T04:02:28.095Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T04:02:28.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T04:02:28.400Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-15T04:02:28.400Z] 5eb5b503b376: Pulling fs layer [2023-02-15T04:02:28.400Z] 5c69ac0246d0: Pulling fs layer [2023-02-15T04:02:28.400Z] ec43610c2a17: Pulling fs layer [2023-02-15T04:02:28.400Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-15T04:02:28.400Z] 33b1e0a273af: Pulling fs layer [2023-02-15T04:02:28.400Z] 3a2ae6a8a46f: Waiting [2023-02-15T04:02:28.400Z] 5d3b04190fa2: Pulling fs layer [2023-02-15T04:02:28.400Z] 2f39f015ded8: Pulling fs layer [2023-02-15T04:02:28.400Z] 33b1e0a273af: Waiting [2023-02-15T04:02:28.400Z] 5d3b04190fa2: Waiting [2023-02-15T04:02:28.400Z] 2f39f015ded8: Waiting [2023-02-15T04:02:28.400Z] 5c69ac0246d0: Verifying Checksum [2023-02-15T04:02:28.400Z] 5c69ac0246d0: Download complete [2023-02-15T04:02:28.400Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-15T04:02:28.400Z] 3a2ae6a8a46f: Download complete [2023-02-15T04:02:28.663Z] 33b1e0a273af: Verifying Checksum [2023-02-15T04:02:28.663Z] 33b1e0a273af: Download complete [2023-02-15T04:02:28.663Z] 5d3b04190fa2: Download complete [2023-02-15T04:02:28.663Z] ec43610c2a17: Verifying Checksum [2023-02-15T04:02:28.663Z] ec43610c2a17: Download complete [2023-02-15T04:02:28.923Z] 5eb5b503b376: Verifying Checksum [2023-02-15T04:02:28.923Z] 5eb5b503b376: Download complete [2023-02-15T04:02:29.501Z] 2f39f015ded8: Download complete [2023-02-15T04:02:30.065Z] 5eb5b503b376: Pull complete [2023-02-15T04:02:30.065Z] 5c69ac0246d0: Pull complete [2023-02-15T04:02:30.630Z] ec43610c2a17: Pull complete [2023-02-15T04:02:30.630Z] 3a2ae6a8a46f: Pull complete [2023-02-15T04:02:30.887Z] 33b1e0a273af: Pull complete [2023-02-15T04:02:30.887Z] 5d3b04190fa2: Pull complete [2023-02-15T04:02:35.067Z] 2f39f015ded8: Pull complete [2023-02-15T04:02:35.067Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-15T04:02:35.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T04:02:35.067Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T04:02:35.280Z] prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container [2023-02-15T04:02:35.327Z] $ 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/409/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/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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-15T04:02:38.315Z] $ docker top 13bfcf57288a5df0483723465d5d9eb9f5146b24c69d61f7e25e22a699f650a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T04:02:38.650Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-15T04:02:38.933Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-15T04:02:39.216Z] + ls /var/log/sa-host [2023-02-15T04:02:39.216Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T04:02:39.358Z] provisioning config files... [2023-02-15T04:02:39.366Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/409@tmp/config6453701046719503914tmp [Pipeline] { [Pipeline] echo [2023-02-15T04:02:39.380Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T04:02:39.661Z] ---> create-netrc.sh [Pipeline] } [2023-02-15T04:02:39.668Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-15T04:02:39.996Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-15T04:02:40.004Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T04:02:40.286Z] ---> sudo-logs.sh [2023-02-15T04:02:40.286Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-15T04:02:40.307Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T04:02:40.591Z] ---> job-cost.sh [2023-02-15T04:02:40.591Z] lf-activate-venv: SKIPPING [2023-02-15T04:02:40.591Z] DEBUG: total: 0.10999999940395355 [2023-02-15T04:02:40.591Z] INFO: Retrieving Stack Cost... [2023-02-15T04:02:40.849Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-15T04:02:41.418Z] INFO: Archiving Costs [Pipeline] echo [2023-02-15T04:02:41.432Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T04:02:41.714Z] ---> logs-deploy.sh [2023-02-15T04:02:41.714Z] lf-activate-venv: SKIPPING [2023-02-15T04:02:41.714Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/409 [2023-02-15T04:02:41.714Z] INFO: archiving workspace using pattern(s): [2023-02-15T04:02:42.652Z] Archives upload complete. [2023-02-15T04:02:42.913Z] INFO: archiving logs to Nexus [2023-02-15T04:02:43.483Z] ---> uname -a: [2023-02-15T04:02:43.483Z] Linux prd-ubuntu20-04-docker-8c-8g-6047 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-15T04:02:43.483Z] [2023-02-15T04:02:43.483Z] [2023-02-15T04:02:43.483Z] ---> lscpu: [2023-02-15T04:02:43.483Z] Architecture: x86_64 [2023-02-15T04:02:43.483Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-15T04:02:43.483Z] Byte Order: Little Endian [2023-02-15T04:02:43.483Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-15T04:02:43.483Z] CPU(s): 8 [2023-02-15T04:02:43.483Z] On-line CPU(s) list: 0-7 [2023-02-15T04:02:43.483Z] Thread(s) per core: 1 [2023-02-15T04:02:43.483Z] Core(s) per socket: 1 [2023-02-15T04:02:43.483Z] Socket(s): 8 [2023-02-15T04:02:43.483Z] NUMA node(s): 1 [2023-02-15T04:02:43.483Z] Vendor ID: AuthenticAMD [2023-02-15T04:02:43.483Z] CPU family: 23 [2023-02-15T04:02:43.483Z] Model: 49 [2023-02-15T04:02:43.483Z] Model name: AMD EPYC-Rome Processor [2023-02-15T04:02:43.483Z] Stepping: 0 [2023-02-15T04:02:43.483Z] CPU MHz: 2799.956 [2023-02-15T04:02:43.483Z] BogoMIPS: 5599.91 [2023-02-15T04:02:43.483Z] Virtualization: AMD-V [2023-02-15T04:02:43.483Z] Hypervisor vendor: KVM [2023-02-15T04:02:43.483Z] Virtualization type: full [2023-02-15T04:02:43.483Z] L1d cache: 256 KiB [2023-02-15T04:02:43.483Z] L1i cache: 256 KiB [2023-02-15T04:02:43.483Z] L2 cache: 4 MiB [2023-02-15T04:02:43.483Z] L3 cache: 128 MiB [2023-02-15T04:02:43.483Z] NUMA node0 CPU(s): 0-7 [2023-02-15T04:02:43.483Z] Vulnerability Itlb multihit: Not affected [2023-02-15T04:02:43.483Z] Vulnerability L1tf: Not affected [2023-02-15T04:02:43.483Z] Vulnerability Mds: Not affected [2023-02-15T04:02:43.484Z] Vulnerability Meltdown: Not affected [2023-02-15T04:02:43.484Z] Vulnerability Mmio stale data: Not affected [2023-02-15T04:02:43.484Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-15T04:02:43.484Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-15T04:02:43.484Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-15T04:02:43.484Z] Vulnerability Srbds: Not affected [2023-02-15T04:02:43.484Z] Vulnerability Tsx async abort: Not affected [2023-02-15T04:02:43.484Z] 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-15T04:02:43.484Z] [2023-02-15T04:02:43.484Z] [2023-02-15T04:02:43.484Z] ---> nproc: [2023-02-15T04:02:43.484Z] 8 [2023-02-15T04:02:43.484Z] [2023-02-15T04:02:43.484Z] [2023-02-15T04:02:43.484Z] ---> df -h: [2023-02-15T04:02:43.484Z] Filesystem Size Used Avail Use% Mounted on [2023-02-15T04:02:43.484Z] overlay 155G 20G 135G 13% / [2023-02-15T04:02:43.484Z] tmpfs 64M 0 64M 0% /dev [2023-02-15T04:02:43.484Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-15T04:02:43.484Z] shm 64M 0 64M 0% /dev/shm [2023-02-15T04:02:43.484Z] /dev/vda1 155G 20G 135G 13% /facter-os [2023-02-15T04:02:43.484Z] [2023-02-15T04:02:43.484Z] [2023-02-15T04:02:43.484Z] ---> sar -b -r -n DEV: [2023-02-15T04:02:43.484Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6047) 02/15/23 _x86_64_ (8 CPU) [2023-02-15T04:02:43.484Z] [2023-02-15T04:02:43.484Z] 03:33:54 LINUX RESTART (8 CPU) [2023-02-15T04:02:43.484Z] [2023-02-15T04:02:43.484Z] 03:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-15T04:02:43.484Z] 03:35:01 139.81 47.58 92.23 0.00 5392.97 182109.25 0.00 [2023-02-15T04:02:43.484Z] 03:36:01 99.37 0.77 98.60 0.00 43.46 50653.16 0.00 [2023-02-15T04:02:43.484Z] 03:37:01 49.33 0.28 49.04 0.00 7.60 18946.73 0.00 [2023-02-15T04:02:43.484Z] 03:38:01 202.55 0.12 202.43 0.00 10.00 96941.04 0.00 [2023-02-15T04:02:43.484Z] 03:39:01 302.05 7.51 294.54 0.00 63.85 98199.00 0.00 [2023-02-15T04:02:43.484Z] 03:40:01 222.99 13.06 209.93 0.00 5195.40 175324.20 0.00 [2023-02-15T04:02:43.484Z] 03:41:01 707.80 1.73 706.07 0.00 280.75 168453.12 0.00 [2023-02-15T04:02:43.484Z] 03:42:01 574.19 1.18 573.00 0.00 12.93 202734.88 0.00 [2023-02-15T04:02:43.484Z] 03:43:01 527.79 0.17 527.62 0.00 17.46 100031.99 0.00 [2023-02-15T04:02:43.484Z] 03:44:01 27.43 0.02 27.41 0.00 1.07 696.82 0.00 [2023-02-15T04:02:43.484Z] 03:45:02 1.27 0.00 1.27 0.00 0.00 15.33 0.00 [2023-02-15T04:02:43.484Z] 03:46:01 1.59 0.00 1.59 0.00 0.00 16.27 0.00 [2023-02-15T04:02:43.484Z] 03:47:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 [2023-02-15T04:02:43.484Z] 03:48:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 [2023-02-15T04:02:43.484Z] 03:49:01 2.13 0.02 2.12 0.00 0.13 25.06 0.00 [2023-02-15T04:02:43.484Z] 03:50:01 2.07 0.00 2.07 0.00 0.00 21.60 0.00 [2023-02-15T04:02:43.484Z] 03:51:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 [2023-02-15T04:02:43.484Z] 03:52:01 0.90 0.00 0.90 0.00 0.00 10.00 0.00 [2023-02-15T04:02:43.484Z] 03:53:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 [2023-02-15T04:02:43.484Z] 03:54:01 2.15 0.00 2.15 0.00 0.00 23.73 0.00 [2023-02-15T04:02:43.484Z] 03:55:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 [2023-02-15T04:02:43.484Z] 03:56:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 [2023-02-15T04:02:43.484Z] 03:57:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 [2023-02-15T04:02:43.484Z] 03:58:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 [2023-02-15T04:02:43.484Z] 03:59:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 [2023-02-15T04:02:43.484Z] 04:00:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 [2023-02-15T04:02:43.484Z] 04:01:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 [2023-02-15T04:02:43.484Z] 04:02:01 85.64 0.38 85.25 0.00 12.53 38989.10 0.00 [2023-02-15T04:02:43.484Z] Average: 105.83 2.60 103.23 0.00 394.50 40502.05 0.00 [2023-02-15T04:02:43.484Z] [2023-02-15T04:02:43.484Z] 03:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-15T04:02:43.484Z] 03:35:01 29601416 31641072 700300 2.13 61420 2271864 1859664 5.48 971580 1994244 54340 [2023-02-15T04:02:43.484Z] 03:36:01 27770492 31425688 874648 2.66 113572 3738856 2216136 6.53 1632040 3023196 570064 [2023-02-15T04:02:43.484Z] 03:37:01 27670352 31465184 833764 2.54 115860 3854528 1977056 5.83 1447048 3290640 275168 [2023-02-15T04:02:43.484Z] 03:38:01 26083920 31450144 834624 2.54 122516 5369624 2406488 7.09 1623280 4630240 5980 [2023-02-15T04:02:43.484Z] 03:39:01 22390512 31485048 797684 2.43 285048 8601960 1965620 5.79 2104596 7507404 868880 [2023-02-15T04:02:43.484Z] 03:40:01 20649716 30966780 1283228 3.90 294932 9821824 3435044 10.12 2840408 8478460 132212 [2023-02-15T04:02:43.484Z] 03:41:01 20312336 31181868 1071408 3.26 312816 10325064 2732852 8.05 2511192 9121028 198672 [2023-02-15T04:02:43.484Z] 03:42:01 17850696 31226252 1025504 3.12 382904 12628744 3471744 10.23 2696776 11255912 77884 [2023-02-15T04:02:43.484Z] 03:43:01 19602208 31518412 749556 2.28 395928 11215796 1984320 5.85 2342676 9943684 1976 [2023-02-15T04:02:43.484Z] 03:44:01 19607440 31524728 742916 2.26 396848 11216112 1847640 5.45 2340572 9943580 8 [2023-02-15T04:02:43.484Z] 03:45:02 19609276 31526580 741028 2.25 396876 11216112 1847640 5.45 2338144 9943580 12 [2023-02-15T04:02:43.484Z] 03:46:01 19609568 31526876 740776 2.25 396880 11216116 1847640 5.45 2338040 9943584 4 [2023-02-15T04:02:43.484Z] 03:47:01 19613880 31531224 736824 2.24 396908 11216116 1847640 5.45 2333824 9943584 164 [2023-02-15T04:02:43.484Z] 03:48:01 19613912 31531292 736804 2.24 396928 11216120 1847640 5.45 2333980 9943588 224 [2023-02-15T04:02:43.484Z] 03:49:01 19616348 31534376 734484 2.23 396952 11216124 1868320 5.51 2330164 9944136 208 [2023-02-15T04:02:43.484Z] 03:50:01 19616592 31534628 734200 2.23 397000 11216120 1868320 5.51 2329892 9944136 0 [2023-02-15T04:02:43.484Z] 03:51:01 19616756 31534840 733916 2.23 397024 11216132 1868320 5.51 2329840 9944140 164 [2023-02-15T04:02:43.484Z] 03:52:01 19616812 31534900 733840 2.23 397036 11216132 1868320 5.51 2329644 9944144 236 [2023-02-15T04:02:43.484Z] 03:53:01 19617016 31535168 733548 2.23 397060 11216136 1868320 5.51 2329516 9944148 12 [2023-02-15T04:02:43.484Z] 03:54:01 19616708 31534872 733756 2.23 397104 11216132 1868320 5.51 2329844 9944152 0 [2023-02-15T04:02:43.484Z] 03:55:01 19616220 31534436 734320 2.23 397124 11216144 1868320 5.51 2330216 9944160 156 [2023-02-15T04:02:43.484Z] 03:56:01 19615896 31534156 734532 2.23 397152 11216148 1868320 5.51 2330096 9944160 236 [2023-02-15T04:02:43.484Z] 03:57:01 19616076 31534348 734252 2.23 397160 11216148 1868320 5.51 2329984 9944160 172 [2023-02-15T04:02:43.484Z] 03:58:01 19616036 31534332 734172 2.23 397176 11216152 1868320 5.51 2329940 9944164 228 [2023-02-15T04:02:43.484Z] 03:59:01 19615980 31534276 734252 2.23 397192 11216152 1868320 5.51 2330064 9944164 40 [2023-02-15T04:02:43.484Z] 04:00:01 19615616 31533948 734536 2.23 397212 11216160 1868320 5.51 2330100 9944176 228 [2023-02-15T04:02:43.484Z] 04:01:01 19616148 31534492 734124 2.23 397228 11216164 1884372 5.55 2330332 9944180 184 [2023-02-15T04:02:43.484Z] 04:02:01 18395980 31491084 776908 2.36 426928 12293628 2191600 6.46 2447164 10976484 379144 [2023-02-15T04:02:43.484Z] Average: 20835497 31480036 792497 2.41 344957 10071868 2063676 6.08 2235391 8900472 91664 [2023-02-15T04:02:43.484Z] [2023-02-15T04:02:43.484Z] 03:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-15T04:02:43.484Z] 03:35:01 ens3 960.26 814.71 8690.93 121.49 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:35:01 docker0 299.93 316.50 23.04 2727.96 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:35:01 lo 5.27 5.27 0.51 0.51 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:36:01 ens3 217.53 168.21 3869.49 29.42 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:36:01 veth8cd01e8 0.17 0.33 0.01 0.04 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:36:01 docker0 69.19 90.05 5.84 690.65 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:37:01 ens3 39.54 38.59 31.00 101.62 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:37:01 veth8cd01e8 1.20 1.23 0.09 0.10 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:37:01 docker0 1.20 1.20 0.08 0.09 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:38:01 ens3 204.43 134.23 1970.12 26.67 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:38:01 veth2a47e7b 11.53 17.31 1.11 5.80 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:38:01 docker0 68.04 105.95 5.40 272.03 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:38:01 veth181c28a 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:38:01 vethcfd4f4c 11.41 16.98 1.11 5.76 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:38:01 veth064641c 11.65 17.31 1.12 5.78 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:38:01 veth076b218 11.61 17.41 1.12 5.79 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:38:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:38:01 vethdf9620d 11.63 17.35 1.12 5.79 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:39:01 ens3 968.23 670.53 5822.57 58.41 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:39:01 docker0 668.98 965.04 48.15 5820.50 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:39:01 veth181c28a 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:40:01 ens3 133.65 78.69 1939.32 9.38 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:40:01 veth665fc54 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:40:01 veth1dfe9cb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:40:01 veth5fe4265 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:40:01 veth20fac6c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:40:01 vethc8e247a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:40:01 veth181c28a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:40:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:41:01 ens3 295.48 184.54 1704.34 30.73 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:41:01 vethd77c295 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:41:01 vethe806608 25.36 36.43 2.48 11.69 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:41:01 docker0 154.24 251.96 12.53 1581.56 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:41:01 veth181c28a 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:41:01 veth6f930a6 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:41:01 lo 2.00 2.00 0.20 0.20 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.484Z] 03:41:01 vetha59376c 23.86 35.09 2.34 11.37 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:42:01 vethd274b2d 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:42:01 ens3 241.98 134.93 2488.01 21.11 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:42:01 vethd3fb855 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:42:01 docker0 120.30 221.71 10.34 2469.75 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:42:01 veth181c28a 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:42:01 veth62b2496 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:43:01 ens3 278.76 285.17 311.09 862.57 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:43:01 docker0 8.05 14.76 0.50 164.05 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:43:01 lo 26.99 26.99 2.66 2.66 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:44:01 ens3 446.59 441.78 192.45 2529.47 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:44:01 lo 35.06 35.06 3.45 3.45 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:45:02 ens3 0.22 0.12 0.08 0.08 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:46:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:47:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:48:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:49:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:50:01 ens3 0.25 0.22 0.09 0.07 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:51:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:52:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:53:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:54:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:55:01 ens3 2.20 2.15 13.44 0.25 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:56:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:57:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:58:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:59:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 04:00:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 04:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 04:01:01 ens3 0.98 0.40 0.36 0.21 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 04:02:01 ens3 344.76 281.42 7762.93 44.31 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 04:02:01 docker0 34.11 49.09 3.01 587.37 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] 04:02:01 lo 2.53 2.53 0.25 0.25 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] Average: ens3 147.80 115.66 1243.48 137.08 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] Average: docker0 50.89 72.06 3.89 511.53 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] Average: lo 2.69 2.69 0.26 0.26 0.00 0.00 0.00 0.00 [2023-02-15T04:02:43.485Z] [2023-02-15T04:02:43.485Z] [2023-02-15T04:02:43.485Z] ---> sar -P ALL: [2023-02-15T04:02:43.485Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6047) 02/15/23 _x86_64_ (8 CPU) [2023-02-15T04:02:43.485Z] [2023-02-15T04:02:43.485Z] 03:33:54 LINUX RESTART (8 CPU) [2023-02-15T04:02:43.485Z] [2023-02-15T04:02:43.485Z] 03:34:01 CPU %user %nice %system %iowait %steal %idle [2023-02-15T04:02:43.485Z] 03:35:01 all 7.86 0.00 2.48 3.19 0.06 86.42 [2023-02-15T04:02:43.485Z] 03:35:01 0 6.62 0.00 2.22 3.98 0.03 87.14 [2023-02-15T04:02:43.485Z] 03:35:01 1 5.85 0.00 1.84 3.63 0.03 88.65 [2023-02-15T04:02:43.485Z] 03:35:01 2 6.59 0.00 3.41 0.45 0.08 89.46 [2023-02-15T04:02:43.485Z] 03:35:01 3 6.81 0.00 2.12 3.35 0.07 87.66 [2023-02-15T04:02:43.485Z] 03:35:01 4 9.52 0.00 3.17 2.47 0.05 84.79 [2023-02-15T04:02:43.485Z] 03:35:01 5 9.39 0.00 2.39 8.82 0.05 79.35 [2023-02-15T04:02:43.485Z] 03:35:01 6 8.33 0.00 1.69 0.12 0.05 89.81 [2023-02-15T04:02:43.485Z] 03:35:01 7 9.79 0.00 2.97 2.66 0.08 84.50 [2023-02-15T04:02:43.485Z] 03:36:01 all 31.18 0.00 6.34 2.29 0.10 60.09 [2023-02-15T04:02:43.485Z] 03:36:01 0 30.14 0.00 5.52 0.05 0.08 64.20 [2023-02-15T04:02:43.485Z] 03:36:01 1 32.67 0.00 6.39 5.36 0.08 55.49 [2023-02-15T04:02:43.485Z] 03:36:01 2 28.97 0.00 8.20 1.13 0.07 61.63 [2023-02-15T04:02:43.485Z] 03:36:01 3 33.11 0.00 5.68 3.11 0.07 58.02 [2023-02-15T04:02:43.485Z] 03:36:01 4 31.98 0.00 5.33 0.85 0.07 61.77 [2023-02-15T04:02:43.485Z] 03:36:01 5 30.81 0.00 5.91 0.12 0.07 63.10 [2023-02-15T04:02:43.485Z] 03:36:01 6 31.54 0.00 6.10 7.26 0.22 54.88 [2023-02-15T04:02:43.485Z] 03:36:01 7 30.27 0.00 7.57 0.42 0.10 61.64 [2023-02-15T04:02:43.485Z] 03:37:01 all 39.13 0.00 5.37 0.99 0.08 54.43 [2023-02-15T04:02:43.485Z] 03:37:01 0 35.72 0.00 5.20 0.44 0.07 58.58 [2023-02-15T04:02:43.485Z] 03:37:01 1 41.62 0.00 5.53 0.02 0.07 52.76 [2023-02-15T04:02:43.485Z] 03:37:01 2 36.72 0.00 4.74 0.20 0.08 58.25 [2023-02-15T04:02:43.485Z] 03:37:01 3 42.02 0.00 5.75 0.72 0.08 51.42 [2023-02-15T04:02:43.485Z] 03:37:01 4 40.57 0.00 5.60 0.12 0.08 53.63 [2023-02-15T04:02:43.485Z] 03:37:01 5 39.90 0.00 5.67 0.10 0.08 54.25 [2023-02-15T04:02:43.485Z] 03:37:01 6 41.11 0.00 5.27 0.19 0.08 53.35 [2023-02-15T04:02:43.485Z] 03:37:01 7 35.33 0.00 5.18 6.17 0.09 53.23 [2023-02-15T04:02:43.485Z] 03:38:01 all 9.60 0.00 5.54 4.69 0.07 80.10 [2023-02-15T04:02:43.485Z] 03:38:01 0 7.90 0.00 6.10 7.39 0.07 78.55 [2023-02-15T04:02:43.485Z] 03:38:01 1 10.31 0.00 5.79 20.52 0.07 63.31 [2023-02-15T04:02:43.485Z] 03:38:01 2 10.06 0.00 3.97 0.47 0.05 85.45 [2023-02-15T04:02:43.485Z] 03:38:01 3 9.59 0.00 6.33 1.51 0.05 82.52 [2023-02-15T04:02:43.485Z] 03:38:01 4 11.23 0.00 5.90 6.62 0.05 76.20 [2023-02-15T04:02:43.485Z] 03:38:01 5 7.71 0.00 4.77 0.20 0.07 87.25 [2023-02-15T04:02:43.485Z] 03:38:01 6 11.65 0.00 6.67 0.68 0.07 80.94 [2023-02-15T04:02:43.485Z] 03:38:01 7 8.37 0.00 4.82 0.19 0.12 86.50 [2023-02-15T04:02:43.485Z] 03:39:01 all 8.29 0.00 4.02 11.60 0.12 75.97 [2023-02-15T04:02:43.485Z] 03:39:01 0 9.63 0.00 4.99 21.53 0.27 63.58 [2023-02-15T04:02:43.485Z] 03:39:01 1 8.61 0.00 3.60 14.03 0.08 73.68 [2023-02-15T04:02:43.485Z] 03:39:01 2 9.97 0.00 4.83 10.23 0.08 74.89 [2023-02-15T04:02:43.485Z] 03:39:01 3 8.03 0.00 3.45 4.19 0.07 84.25 [2023-02-15T04:02:43.485Z] 03:39:01 4 7.46 0.00 3.85 11.74 0.07 76.89 [2023-02-15T04:02:43.485Z] 03:39:01 5 7.09 0.00 3.05 9.47 0.07 80.33 [2023-02-15T04:02:43.485Z] 03:39:01 6 7.91 0.00 3.50 4.98 0.13 83.47 [2023-02-15T04:02:43.485Z] 03:39:01 7 7.63 0.00 4.87 16.71 0.17 70.62 [2023-02-15T04:02:43.485Z] 03:40:01 all 38.65 0.00 8.65 12.14 0.12 40.44 [2023-02-15T04:02:43.485Z] 03:40:01 0 40.49 0.00 10.74 45.79 0.12 2.87 [2023-02-15T04:02:43.485Z] 03:40:01 1 38.18 0.00 7.56 3.10 0.07 51.09 [2023-02-15T04:02:43.485Z] 03:40:01 2 39.79 0.00 8.62 4.09 0.19 47.31 [2023-02-15T04:02:43.485Z] 03:40:01 3 39.70 0.00 7.17 2.11 0.14 50.88 [2023-02-15T04:02:43.485Z] 03:40:01 4 36.10 0.00 9.99 31.60 0.09 22.21 [2023-02-15T04:02:43.485Z] 03:40:01 5 38.04 0.00 8.33 5.19 0.08 48.36 [2023-02-15T04:02:43.485Z] 03:40:01 6 39.31 0.00 7.56 2.49 0.09 50.56 [2023-02-15T04:02:43.485Z] 03:40:01 7 37.52 0.00 9.22 2.82 0.20 50.24 [2023-02-15T04:02:43.485Z] 03:41:01 all 32.39 0.00 9.12 15.29 0.12 43.09 [2023-02-15T04:02:43.485Z] 03:41:01 0 31.69 0.00 8.71 24.96 0.10 34.54 [2023-02-15T04:02:43.485Z] 03:41:01 1 31.98 0.00 8.00 4.82 0.09 55.12 [2023-02-15T04:02:43.485Z] 03:41:01 2 35.94 0.00 11.80 27.12 0.14 25.00 [2023-02-15T04:02:43.485Z] 03:41:01 3 31.16 0.00 8.83 7.57 0.10 52.34 [2023-02-15T04:02:43.485Z] 03:41:01 4 32.30 0.00 8.95 14.46 0.10 44.19 [2023-02-15T04:02:43.485Z] 03:41:01 5 31.69 0.00 8.81 18.52 0.07 40.92 [2023-02-15T04:02:43.485Z] 03:41:01 6 30.72 0.00 8.99 9.76 0.12 50.41 [2023-02-15T04:02:43.485Z] 03:41:01 7 33.66 0.00 8.87 15.06 0.20 42.22 [2023-02-15T04:02:43.485Z] 03:42:01 all 44.06 0.00 11.99 13.28 0.24 30.43 [2023-02-15T04:02:43.485Z] 03:42:01 0 42.27 0.00 10.53 6.78 0.23 40.18 [2023-02-15T04:02:43.485Z] 03:42:01 1 43.68 0.00 12.46 14.82 0.33 28.70 [2023-02-15T04:02:43.486Z] 03:42:01 2 48.35 0.00 13.59 11.99 0.24 25.82 [2023-02-15T04:02:43.486Z] 03:42:01 3 44.57 0.00 12.13 7.81 0.24 35.25 [2023-02-15T04:02:43.486Z] 03:42:01 4 44.84 0.00 11.33 11.47 0.19 32.17 [2023-02-15T04:02:43.486Z] 03:42:01 5 44.68 0.00 12.77 12.89 0.29 29.36 [2023-02-15T04:02:43.486Z] 03:42:01 6 40.84 0.00 11.78 34.25 0.28 12.86 [2023-02-15T04:02:43.486Z] 03:42:01 7 43.11 0.00 11.30 6.40 0.16 39.03 [2023-02-15T04:02:43.486Z] 03:43:01 all 24.07 0.00 6.93 6.11 0.12 62.78 [2023-02-15T04:02:43.486Z] 03:43:01 0 22.16 0.00 6.37 5.06 0.17 66.23 [2023-02-15T04:02:43.486Z] 03:43:01 1 24.52 0.00 5.78 3.31 0.10 66.28 [2023-02-15T04:02:43.486Z] 03:43:01 2 26.47 0.00 9.37 8.79 0.10 55.27 [2023-02-15T04:02:43.486Z] 03:43:01 3 25.16 0.00 6.30 7.39 0.14 61.02 [2023-02-15T04:02:43.486Z] 03:43:01 4 25.55 0.00 7.36 7.92 0.10 59.07 [2023-02-15T04:02:43.486Z] 03:43:01 5 24.02 0.00 6.67 9.95 0.10 59.26 [2023-02-15T04:02:43.486Z] 03:43:01 6 21.20 0.00 5.91 2.59 0.10 70.20 [2023-02-15T04:02:43.486Z] 03:43:01 7 23.45 0.00 7.68 3.87 0.14 64.86 [2023-02-15T04:02:43.486Z] 03:44:01 all 8.08 0.00 0.89 1.47 0.13 89.43 [2023-02-15T04:02:43.486Z] 03:44:01 0 8.48 0.00 0.90 0.27 0.17 90.18 [2023-02-15T04:02:43.486Z] 03:44:01 1 5.08 0.00 0.75 1.25 0.12 92.80 [2023-02-15T04:02:43.486Z] 03:44:01 2 11.65 0.00 0.85 0.17 0.12 87.21 [2023-02-15T04:02:43.486Z] 03:44:01 3 6.95 0.00 0.67 0.69 0.17 91.53 [2023-02-15T04:02:43.486Z] 03:44:01 4 7.50 0.00 0.92 0.35 0.12 91.12 [2023-02-15T04:02:43.486Z] 03:44:01 5 10.87 0.00 0.77 8.74 0.10 79.52 [2023-02-15T04:02:43.486Z] 03:44:01 6 6.50 0.00 0.94 0.17 0.10 92.30 [2023-02-15T04:02:43.486Z] 03:44:01 7 7.56 0.00 1.29 0.15 0.17 90.83 [2023-02-15T04:02:43.486Z] 03:45:02 all 0.02 0.00 0.02 0.08 0.01 99.87 [2023-02-15T04:02:43.486Z] 03:45:02 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T04:02:43.486Z] 03:45:02 1 0.00 0.00 0.00 0.17 0.02 99.82 [2023-02-15T04:02:43.486Z] 03:45:02 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:45:02 3 0.07 0.00 0.08 0.00 0.02 99.83 [2023-02-15T04:02:43.486Z] 03:45:02 4 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-15T04:02:43.486Z] 03:45:02 5 0.03 0.00 0.03 0.47 0.00 99.47 [2023-02-15T04:02:43.486Z] 03:45:02 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] 03:45:02 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] [2023-02-15T04:02:43.486Z] 03:45:02 CPU %user %nice %system %iowait %steal %idle [2023-02-15T04:02:43.486Z] 03:46:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2023-02-15T04:02:43.486Z] 03:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:46:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:46:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2023-02-15T04:02:43.486Z] 03:46:01 3 0.02 0.00 0.05 0.00 0.02 99.92 [2023-02-15T04:02:43.486Z] 03:46:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:46:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-15T04:02:43.486Z] 03:46:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T04:02:43.486Z] 03:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] 03:47:01 all 0.11 0.00 0.01 0.00 0.01 99.86 [2023-02-15T04:02:43.486Z] 03:47:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-15T04:02:43.486Z] 03:47:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:47:01 2 0.60 0.00 0.03 0.00 0.02 99.35 [2023-02-15T04:02:43.486Z] 03:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:47:01 4 0.13 0.00 0.00 0.00 0.00 99.87 [2023-02-15T04:02:43.486Z] 03:47:01 5 0.03 0.00 0.02 0.02 0.05 99.88 [2023-02-15T04:02:43.486Z] 03:47:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:47:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-15T04:02:43.486Z] 03:48:01 all 0.19 0.00 0.01 0.01 0.01 99.79 [2023-02-15T04:02:43.486Z] 03:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:48:01 2 1.37 0.00 0.03 0.03 0.00 98.56 [2023-02-15T04:02:43.486Z] 03:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T04:02:43.486Z] 03:48:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-15T04:02:43.486Z] 03:48:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2023-02-15T04:02:43.486Z] 03:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] 03:48:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-15T04:02:43.486Z] 03:49:01 all 0.27 0.00 0.02 0.01 0.01 99.69 [2023-02-15T04:02:43.486Z] 03:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T04:02:43.486Z] 03:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:49:01 2 0.86 0.00 0.03 0.00 0.03 99.07 [2023-02-15T04:02:43.486Z] 03:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:49:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-15T04:02:43.486Z] 03:49:01 5 1.19 0.00 0.05 0.03 0.02 98.71 [2023-02-15T04:02:43.486Z] 03:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:49:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2023-02-15T04:02:43.486Z] 03:50:01 0 0.03 0.00 0.07 0.00 0.02 99.88 [2023-02-15T04:02:43.486Z] 03:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T04:02:43.486Z] 03:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:50:01 5 1.03 0.00 0.08 0.03 0.00 98.86 [2023-02-15T04:02:43.486Z] 03:50:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:51:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2023-02-15T04:02:43.486Z] 03:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T04:02:43.486Z] 03:51:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:51:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2023-02-15T04:02:43.486Z] 03:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] 03:51:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-15T04:02:43.486Z] 03:51:01 5 0.03 0.00 0.00 0.02 0.02 99.93 [2023-02-15T04:02:43.486Z] 03:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:51:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T04:02:43.486Z] 03:52:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T04:02:43.486Z] 03:52:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:52:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2023-02-15T04:02:43.486Z] 03:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] 03:52:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:52:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] 03:53:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2023-02-15T04:02:43.486Z] 03:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] 03:53:01 1 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-15T04:02:43.486Z] 03:53:01 2 0.05 0.00 0.05 0.00 0.03 99.87 [2023-02-15T04:02:43.486Z] 03:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T04:02:43.486Z] 03:53:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:53:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-15T04:02:43.486Z] 03:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] 03:53:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T04:02:43.486Z] 03:54:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2023-02-15T04:02:43.486Z] 03:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:54:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-15T04:02:43.486Z] 03:54:01 2 0.02 0.00 0.05 0.02 0.02 99.90 [2023-02-15T04:02:43.486Z] 03:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:54:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:54:01 5 0.00 0.00 0.02 0.03 0.02 99.93 [2023-02-15T04:02:43.486Z] 03:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] 03:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] 03:55:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2023-02-15T04:02:43.486Z] 03:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T04:02:43.486Z] 03:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] 03:55:01 2 0.07 0.00 0.03 0.00 0.03 99.87 [2023-02-15T04:02:43.486Z] 03:55:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T04:02:43.486Z] 03:55:01 4 0.10 0.00 0.00 0.00 0.02 99.88 [2023-02-15T04:02:43.486Z] 03:55:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:55:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2023-02-15T04:02:43.486Z] 03:56:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:56:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:56:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-15T04:02:43.486Z] 03:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] 03:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:56:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-15T04:02:43.486Z] 03:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] [2023-02-15T04:02:43.486Z] 03:56:01 CPU %user %nice %system %iowait %steal %idle [2023-02-15T04:02:43.486Z] 03:57:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2023-02-15T04:02:43.486Z] 03:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:57:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:57:01 2 0.10 0.00 0.05 0.00 0.03 99.82 [2023-02-15T04:02:43.486Z] 03:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:57:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:57:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:58:01 all 0.01 0.00 0.02 0.03 0.00 99.94 [2023-02-15T04:02:43.486Z] 03:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T04:02:43.486Z] 03:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.486Z] 03:58:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2023-02-15T04:02:43.486Z] 03:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:58:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T04:02:43.486Z] 03:58:01 5 0.00 0.00 0.00 0.22 0.00 99.78 [2023-02-15T04:02:43.486Z] 03:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T04:02:43.486Z] 03:58:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T04:02:43.487Z] 03:59:01 all 0.17 0.00 0.01 0.01 0.01 99.81 [2023-02-15T04:02:43.487Z] 03:59:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-15T04:02:43.487Z] 03:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.487Z] 03:59:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2023-02-15T04:02:43.487Z] 03:59:01 3 0.02 0.00 0.03 0.00 0.03 99.92 [2023-02-15T04:02:43.487Z] 03:59:01 4 0.02 0.00 0.00 0.07 0.02 99.90 [2023-02-15T04:02:43.487Z] 03:59:01 5 1.14 0.00 0.00 0.00 0.02 98.84 [2023-02-15T04:02:43.487Z] 03:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T04:02:43.487Z] 03:59:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T04:02:43.487Z] 04:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-02-15T04:02:43.487Z] 04:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-15T04:02:43.487Z] 04:00:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-15T04:02:43.487Z] 04:00:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T04:02:43.487Z] 04:00:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-15T04:02:43.487Z] 04:00:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T04:02:43.487Z] 04:00:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T04:02:43.487Z] 04:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.487Z] 04:00:01 7 0.02 0.00 0.00 0.00 0.05 99.93 [2023-02-15T04:02:43.487Z] 04:01:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2023-02-15T04:02:43.487Z] 04:01:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-15T04:02:43.487Z] 04:01:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-15T04:02:43.487Z] 04:01:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T04:02:43.487Z] 04:01:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-15T04:02:43.487Z] 04:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T04:02:43.487Z] 04:01:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2023-02-15T04:02:43.487Z] 04:01:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T04:02:43.487Z] 04:01:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-15T04:02:43.487Z] 04:02:01 all 6.44 0.00 2.78 1.19 0.07 89.53 [2023-02-15T04:02:43.487Z] 04:02:01 0 6.47 0.00 2.18 3.22 0.12 88.02 [2023-02-15T04:02:43.487Z] 04:02:01 1 4.78 0.00 3.84 0.03 0.02 91.34 [2023-02-15T04:02:43.487Z] 04:02:01 2 6.63 0.00 2.33 0.37 0.03 90.64 [2023-02-15T04:02:43.487Z] 04:02:01 3 6.94 0.00 2.29 0.02 0.05 90.70 [2023-02-15T04:02:43.487Z] 04:02:01 4 6.93 0.00 2.98 5.37 0.12 84.61 [2023-02-15T04:02:43.487Z] 04:02:01 5 5.71 0.00 1.94 0.40 0.12 91.84 [2023-02-15T04:02:43.487Z] 04:02:01 6 7.00 0.00 3.06 0.08 0.03 89.83 [2023-02-15T04:02:43.487Z] 04:02:01 7 7.04 0.00 3.63 0.02 0.05 89.26 [2023-02-15T04:02:43.487Z] Average: all 8.84 0.00 2.26 2.55 0.05 86.30 [2023-02-15T04:02:43.487Z] Average: 0 8.53 0.00 2.25 4.23 0.05 84.93 [2023-02-15T04:02:43.487Z] Average: 1 8.71 0.00 2.17 2.51 0.04 86.58 [2023-02-15T04:02:43.487Z] Average: 2 9.34 0.00 2.55 2.29 0.05 85.78 [2023-02-15T04:02:43.487Z] Average: 3 8.98 0.00 2.15 1.36 0.05 87.47 [2023-02-15T04:02:43.487Z] Average: 4 8.96 0.00 2.30 3.26 0.04 85.44 [2023-02-15T04:02:43.487Z] Average: 5 8.95 0.00 2.16 2.66 0.05 86.18 [2023-02-15T04:02:43.487Z] Average: 6 8.68 0.00 2.17 2.18 0.05 86.94 [2023-02-15T04:02:43.487Z] Average: 7 8.59 0.00 2.38 1.92 0.06 87.06 [2023-02-15T04:02:43.487Z] [2023-02-15T04:02:43.487Z] [2023-02-15T04:02:43.487Z]