Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 88ad77027d783d3ac8e9165f21296ab9ea2526ae 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-ssh6936461142302070778.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-ssh17500941079709367272.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-ssh13238749922081984507.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-ssh4886143229134982408.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-ssh3000050036854266744.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2910 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/377 [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/377 # 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 88ad77027d783d3ac8e9165f21296ab9ea2526ae (main) > 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 88ad77027d783d3ac8e9165f21296ab9ea2526ae # timeout=10 Commit message: "refactor!: Replace SecretStore service config with default values and overrides (#4291)" > git rev-list --no-walk 88ad77027d783d3ac8e9165f21296ab9ea2526ae # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-18T10:17:09.660Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-18T10:17:09.725Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-18T10:17:09.740Z] ========================================================= [2023-01-18T10:17:09.740Z] EdgeX Global Pipelines Version Info [2023-01-18T10:17:09.740Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-18T10:17:10.462Z] ------------------- [2023-01-18T10:17:10.462Z] stable info: [2023-01-18T10:17:10.462Z] ------------------- [2023-01-18T10:17:10.462Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-18T10:17:10.462Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-18T10:17:10.462Z] Message: update stable to v1.0.244 [2023-01-18T10:17:11.033Z] ------------------- [2023-01-18T10:17:11.033Z] experimental info: [2023-01-18T10:17:11.033Z] ------------------- [2023-01-18T10:17:11.033Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-18T10:17:11.033Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-18T10:17:11.033Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-18T10:17:11.199Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-18T10:17:11.214Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-18T10:17:11.224Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-18T10:17:11.235Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-18T10:17:11.248Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-18T10:17:11.259Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-18T10:17:11.271Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-18T10:17:11.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-18T10:17:11.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-18T10:17:11.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-18T10:17:11.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-18T10:17:11.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-18T10:17:11.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-18T10:17:11.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-18T10:17:11.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-18T10:17:11.378Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-18T10:17:11.389Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-18T10:17:11.407Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-18T10:17:11.423Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-18T10:17:11.435Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-18T10:17:11.447Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-18T10:17:11.461Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-18T10:17:11.478Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-18T10:17:11.492Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-18T10:17:11.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-18T10:17:11.516Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-18T10:17:11.526Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] echo [2023-01-18T10:17:11.538Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88ad770 [Pipeline] echo [2023-01-18T10:17:11.548Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-18T10:17:11.587Z] provisioning config files... [2023-01-18T10:17:11.602Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/377@tmp/config12159412321327933467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T10:17:11.913Z] ---> docker-login.sh [2023-01-18T10:17:11.913Z] nexus3.edgexfoundry.org:10001 [2023-01-18T10:17:12.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:17:12.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:17:12.173Z] Configure a credential helper to remove this warning. See [2023-01-18T10:17:12.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:17:12.173Z] [2023-01-18T10:17:12.173Z] Login Succeeded [2023-01-18T10:17:12.173Z] nexus3.edgexfoundry.org:10002 [2023-01-18T10:17:12.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:17:12.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:17:12.433Z] Configure a credential helper to remove this warning. See [2023-01-18T10:17:12.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:17:12.433Z] [2023-01-18T10:17:12.433Z] Login Succeeded [2023-01-18T10:17:12.433Z] nexus3.edgexfoundry.org:10003 [2023-01-18T10:17:12.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:17:12.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:17:12.433Z] Configure a credential helper to remove this warning. See [2023-01-18T10:17:12.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:17:12.433Z] [2023-01-18T10:17:12.433Z] Login Succeeded [2023-01-18T10:17:12.433Z] nexus3.edgexfoundry.org:10004 [2023-01-18T10:17:12.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:17:12.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:17:12.693Z] Configure a credential helper to remove this warning. See [2023-01-18T10:17:12.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:17:12.693Z] [2023-01-18T10:17:12.693Z] Login Succeeded [2023-01-18T10:17:12.693Z] docker.io [2023-01-18T10:17:12.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:17:12.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:17:12.953Z] Configure a credential helper to remove this warning. See [2023-01-18T10:17:12.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:17:12.953Z] [2023-01-18T10:17:12.953Z] Login Succeeded [2023-01-18T10:17:12.953Z] ---> docker-login.sh ends [Pipeline] } [2023-01-18T10:17:12.961Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-18T10:17:13.267Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-01-18T10:17:13.267Z] + + cut -d/ -f2 [2023-01-18T10:17:13.267Z] dirname cmd/core-command/Dockerfile [2023-01-18T10:17:13.267Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-18T10:17:13.267Z] + + dirnamecut cmd/core-data/Dockerfile -d/ [2023-01-18T10:17:13.267Z] -f2 [2023-01-18T10:17:13.267Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-18T10:17:13.267Z] + + cut -d/ -f2 [2023-01-18T10:17:13.267Z] dirname cmd/core-metadata/Dockerfile [2023-01-18T10:17:13.267Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-18T10:17:13.267Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-01-18T10:17:13.267Z] + cut -d/ -f2 [2023-01-18T10:17:13.267Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-18T10:17:13.267Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-18T10:17:13.267Z] + cut -d/ -f2 [2023-01-18T10:17:13.267Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-18T10:17:13.267Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-18T10:17:13.267Z] + cut -d/ -f2 [2023-01-18T10:17:13.267Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-18T10:17:13.267Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-18T10:17:13.267Z] + cut -d/ -f2 [2023-01-18T10:17:13.267Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-18T10:17:13.267Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-18T10:17:13.267Z] + cut -d/ -f2 [2023-01-18T10:17:13.267Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-18T10:17:13.267Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-18T10:17:13.267Z] + cut -d/ -f2 [2023-01-18T10:17:13.267Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-18T10:17:13.267Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-18T10:17:13.267Z] + cut -d/ -f2 [2023-01-18T10:17:13.267Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-18T10:17:13.267Z] + dirname cmd/support-notifications/Dockerfile [2023-01-18T10:17:13.267Z] + cut -d/ -f2 [2023-01-18T10:17:13.267Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-18T10:17:13.267Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-18T10:17:13.267Z] + cut -d/ -f2 [2023-01-18T10:17:13.267Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-18T10:17:13.322Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-18T10:17:13.668Z] + git rev-list -1 --merges 88ad77027d783d3ac8e9165f21296ab9ea2526ae~1..88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] echo [2023-01-18T10:17:13.688Z] -----------> git rev-list -1 --merges 88ad77027d783d3ac8e9165f21296ab9ea2526ae~1..88ad77027d783d3ac8e9165f21296ab9ea2526ae 88ad77027d783d3ac8e9165f21296ab9ea2526ae [false] [Pipeline] sh [2023-01-18T10:17:13.975Z] + git log --format=format:%s -1 88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] echo [2023-01-18T10:17:13.990Z] ========================================================= [2023-01-18T10:17:13.990Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-18T10:17:13.990Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-18T10:17:14.399Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-18T10:17:14.400Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-18T10:17:14.400Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-18T10:17:14.400Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-18T10:17:14.400Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-18T10:17:14.400Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-18T10:17:14.400Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:17:14.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T10:17:14.808Z] [2023-01-18T10:17:14.808Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:17:15.109Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T10:17:15.109Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-18T10:17:15.109Z] b85a868b505f: Pulling fs layer [2023-01-18T10:17:15.109Z] e2be974225ed: Pulling fs layer [2023-01-18T10:17:15.109Z] 339a4e72a1f5: Pulling fs layer [2023-01-18T10:17:15.109Z] 988bab9f4d93: Pulling fs layer [2023-01-18T10:17:15.109Z] 1469e6f7b9e6: Pulling fs layer [2023-01-18T10:17:15.109Z] eaf3925da568: Pulling fs layer [2023-01-18T10:17:15.109Z] bab4dde63d76: Pulling fs layer [2023-01-18T10:17:15.109Z] bde34c3a00c8: Pulling fs layer [2023-01-18T10:17:15.109Z] b352a97aabf1: Pulling fs layer [2023-01-18T10:17:15.109Z] 4872d77fe225: Pulling fs layer [2023-01-18T10:17:15.109Z] 5851b861e8e6: Pulling fs layer [2023-01-18T10:17:15.109Z] bab4dde63d76: Waiting [2023-01-18T10:17:15.109Z] bde34c3a00c8: Waiting [2023-01-18T10:17:15.109Z] b352a97aabf1: Waiting [2023-01-18T10:17:15.109Z] 4872d77fe225: Waiting [2023-01-18T10:17:15.109Z] 5851b861e8e6: Waiting [2023-01-18T10:17:15.109Z] 988bab9f4d93: Waiting [2023-01-18T10:17:15.109Z] 1469e6f7b9e6: Waiting [2023-01-18T10:17:15.109Z] eaf3925da568: Waiting [2023-01-18T10:17:15.109Z] e2be974225ed: Verifying Checksum [2023-01-18T10:17:15.377Z] 988bab9f4d93: Verifying Checksum [2023-01-18T10:17:15.377Z] 988bab9f4d93: Download complete [2023-01-18T10:17:15.377Z] 1469e6f7b9e6: Verifying Checksum [2023-01-18T10:17:15.377Z] 1469e6f7b9e6: Download complete [2023-01-18T10:17:15.377Z] eaf3925da568: Verifying Checksum [2023-01-18T10:17:15.377Z] eaf3925da568: Download complete [2023-01-18T10:17:15.377Z] 339a4e72a1f5: Download complete [2023-01-18T10:17:15.637Z] bde34c3a00c8: Verifying Checksum [2023-01-18T10:17:15.637Z] bde34c3a00c8: Download complete [2023-01-18T10:17:15.637Z] b352a97aabf1: Verifying Checksum [2023-01-18T10:17:15.637Z] b352a97aabf1: Download complete [2023-01-18T10:17:15.637Z] 4872d77fe225: Download complete [2023-01-18T10:17:15.637Z] 5851b861e8e6: Download complete [2023-01-18T10:17:15.637Z] b85a868b505f: Verifying Checksum [2023-01-18T10:17:15.637Z] b85a868b505f: Download complete [2023-01-18T10:17:15.896Z] bab4dde63d76: Verifying Checksum [2023-01-18T10:17:15.896Z] bab4dde63d76: Download complete [2023-01-18T10:17:16.834Z] b85a868b505f: Pull complete [2023-01-18T10:17:17.093Z] e2be974225ed: Pull complete [2023-01-18T10:17:17.353Z] 339a4e72a1f5: Pull complete [2023-01-18T10:17:17.612Z] 988bab9f4d93: Pull complete [2023-01-18T10:17:17.872Z] 1469e6f7b9e6: Pull complete [2023-01-18T10:17:17.872Z] eaf3925da568: Pull complete [2023-01-18T10:17:19.783Z] bab4dde63d76: Pull complete [2023-01-18T10:17:19.783Z] bde34c3a00c8: Pull complete [2023-01-18T10:17:20.043Z] b352a97aabf1: Pull complete [2023-01-18T10:17:20.043Z] 4872d77fe225: Pull complete [2023-01-18T10:17:20.043Z] 5851b861e8e6: Pull complete [2023-01-18T10:17:20.043Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-18T10:17:20.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-18T10:17:20.043Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T10:17:20.123Z] prd-ubuntu20.04-docker-8c-8g-2910 does not seem to be running inside a container [2023-01-18T10:17:20.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-18T10:17:22.020Z] $ docker top 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 -eo pid,comm [2023-01-18T10:17:22.073Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-18T10:17:22.073Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-18T10:17:22.110Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-18T10:17:22.110Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-18T10:17:22.225Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-18T10:17:22.230Z] $ docker exec 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 ssh-agent [2023-01-18T10:17:22.340Z] SSH_AUTH_SOCK=/tmp/ssh-fXxGonltSlOb/agent.33 [2023-01-18T10:17:22.340Z] SSH_AGENT_PID=39 [2023-01-18T10:17:22.346Z] Running ssh-add (command line suppressed) [2023-01-18T10:17:22.440Z] Identity added: /w/workspace/edgex-go/377@tmp/private_key_14571236408626530849.key (/w/workspace/edgex-go/377@tmp/private_key_14571236408626530849.key) [2023-01-18T10:17:22.452Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-18T10:17:22.739Z] + git tag --points-at HEAD [Pipeline] } [2023-01-18T10:17:22.752Z] $ docker exec --env ******** --env ******** 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 ssh-agent -k [2023-01-18T10:17:22.842Z] unset SSH_AUTH_SOCK; [2023-01-18T10:17:22.842Z] unset SSH_AGENT_PID; [2023-01-18T10:17:22.842Z] echo Agent pid 39 killed; [2023-01-18T10:17:22.849Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-18T10:17:22.872Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-18T10:17:22.872Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-18T10:17:23.003Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-18T10:17:23.007Z] $ docker exec 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 ssh-agent [2023-01-18T10:17:23.111Z] SSH_AUTH_SOCK=/tmp/ssh-MWDDBNYykmzu/agent.72 [2023-01-18T10:17:23.111Z] SSH_AGENT_PID=77 [2023-01-18T10:17:23.115Z] Running ssh-add (command line suppressed) [2023-01-18T10:17:23.232Z] Identity added: /w/workspace/edgex-go/377@tmp/private_key_10805390935701301634.key (/w/workspace/edgex-go/377@tmp/private_key_10805390935701301634.key) [2023-01-18T10:17:23.244Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-18T10:17:23.526Z] + git semver init [2023-01-18T10:17:23.785Z] 2023-01-18 10:17:23,711 [run_init] DEBUG init version:0.0.0 force:False [2023-01-18T10:17:23.785Z] 2023-01-18 10:17:23,712 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/377/.semver [2023-01-18T10:17:23.785Z] 2023-01-18 10:17:23,712 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/377/.semver [2023-01-18T10:17:23.785Z] 2023-01-18 10:17:23,713 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/377/.semver'], cwd=/w/workspace/edgex-go/377, universal_newlines=False, shell=None, istream=None) [2023-01-18T10:17:29.072Z] 2023-01-18 10:17:28,214 [append_file] DEBUG append to file:/w/workspace/edgex-go/377/.git/info/exclude [2023-01-18T10:17:29.072Z] 2023-01-18 10:17:28,215 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/377/.semver/main with force:False [2023-01-18T10:17:29.072Z] 2023-01-18 10:17:28,215 [read_version] DEBUG read version from /w/workspace/edgex-go/377/.semver/main [2023-01-18T10:17:29.072Z] 2023-01-18 10:17:28,215 [read_version] DEBUG read version from /w/workspace/edgex-go/377/.semver/main [2023-01-18T10:17:29.072Z] 3.0.0-dev.22 [Pipeline] } [2023-01-18T10:17:29.085Z] $ docker exec --env ******** --env ******** 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 ssh-agent -k [2023-01-18T10:17:29.186Z] unset SSH_AUTH_SOCK; [2023-01-18T10:17:29.188Z] unset SSH_AGENT_PID; [2023-01-18T10:17:29.188Z] echo Agent pid 77 killed; [2023-01-18T10:17:29.196Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-18T10:17:29.491Z] + git semver [Pipeline] } [2023-01-18T10:17:29.765Z] $ docker stop --time=1 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 [2023-01-18T10:17:31.099Z] $ docker rm -f --volumes 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-18T10:17:31.425Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-18T10:17:31.627Z] Stashed 1 file(s) [Pipeline] echo [2023-01-18T10:17:31.630Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.22 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-18T10:17:32.002Z] + git config --global --add safe.directory /w/workspace/edgex-go/377 [Pipeline] echo [2023-01-18T10:17:32.015Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T10:17:32.026Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T10:17:32.033Z] ========================================================= [2023-01-18T10:17:32.033Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-18T10:17:32.033Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-18T10:17:32.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-18T10:17:32.318Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-18T10:17:32.318Z] 213ec9aee27d: Pulling fs layer [2023-01-18T10:17:32.318Z] 4583459ba037: Pulling fs layer [2023-01-18T10:17:32.318Z] 93c1e223e6f2: Pulling fs layer [2023-01-18T10:17:32.318Z] 53926ce57604: Pulling fs layer [2023-01-18T10:17:32.318Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-18T10:17:32.318Z] 22ff95d597cd: Pulling fs layer [2023-01-18T10:17:32.318Z] 12d6caf4c0d1: Pulling fs layer [2023-01-18T10:17:32.318Z] 96b7cbca73a9: Pulling fs layer [2023-01-18T10:17:32.318Z] a7acece74701: Pulling fs layer [2023-01-18T10:17:32.318Z] 96b7cbca73a9: Waiting [2023-01-18T10:17:32.318Z] 21b2b0c7a3f4: Waiting [2023-01-18T10:17:32.318Z] a7acece74701: Waiting [2023-01-18T10:17:32.318Z] 22ff95d597cd: Waiting [2023-01-18T10:17:32.318Z] 12d6caf4c0d1: Waiting [2023-01-18T10:17:32.318Z] 53926ce57604: Waiting [2023-01-18T10:17:32.318Z] 93c1e223e6f2: Download complete [2023-01-18T10:17:32.318Z] 4583459ba037: Download complete [2023-01-18T10:17:32.318Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-18T10:17:32.318Z] 21b2b0c7a3f4: Download complete [2023-01-18T10:17:32.318Z] 22ff95d597cd: Verifying Checksum [2023-01-18T10:17:32.318Z] 22ff95d597cd: Download complete [2023-01-18T10:17:32.318Z] 213ec9aee27d: Download complete [2023-01-18T10:17:32.583Z] 12d6caf4c0d1: Verifying Checksum [2023-01-18T10:17:32.583Z] 12d6caf4c0d1: Download complete [2023-01-18T10:17:32.583Z] 213ec9aee27d: Pull complete [2023-01-18T10:17:32.862Z] 4583459ba037: Pull complete [2023-01-18T10:17:32.862Z] 93c1e223e6f2: Pull complete [2023-01-18T10:17:33.975Z] a7acece74701: Verifying Checksum [2023-01-18T10:17:33.975Z] a7acece74701: Download complete [2023-01-18T10:17:33.975Z] 53926ce57604: Verifying Checksum [2023-01-18T10:17:33.975Z] 53926ce57604: Download complete [2023-01-18T10:17:34.234Z] 96b7cbca73a9: Verifying Checksum [2023-01-18T10:17:34.234Z] 96b7cbca73a9: Download complete [2023-01-18T10:17:37.518Z] 53926ce57604: Pull complete [2023-01-18T10:17:37.518Z] 21b2b0c7a3f4: Pull complete [2023-01-18T10:17:37.518Z] 22ff95d597cd: Pull complete [2023-01-18T10:17:37.518Z] 12d6caf4c0d1: Pull complete [2023-01-18T10:17:40.051Z] 96b7cbca73a9: Pull complete [2023-01-18T10:17:40.310Z] a7acece74701: Pull complete [2023-01-18T10:17:40.310Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-18T10:17:40.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-18T10:17:40.310Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-18T10:17:40.606Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-18T10:17:40.606Z] WORKDIR /edgex [2023-01-18T10:17:40.606Z] COPY go.mod . [2023-01-18T10:17:40.606Z] RUN go mod download [2023-01-18T10:17:40.606Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-18T10:17:41.381Z] Sending build context to Docker daemon 170.1MB [2023-01-18T10:17:41.381Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-18T10:17:41.381Z] ---> db6d94c90886 [2023-01-18T10:17:41.381Z] Step 2/4 : WORKDIR /edgex [2023-01-18T10:17:43.927Z] ---> Running in b81b0c41137f [2023-01-18T10:17:43.927Z] Removing intermediate container b81b0c41137f [2023-01-18T10:17:43.927Z] ---> dcb0f5e91837 [2023-01-18T10:17:43.927Z] Step 3/4 : COPY go.mod . [2023-01-18T10:17:43.927Z] ---> 27a97cf85be6 [2023-01-18T10:17:43.927Z] Step 4/4 : RUN go mod download [2023-01-18T10:17:43.927Z] ---> Running in bae5a2a3227c [2023-01-18T10:17:46.692Z] Still waiting to schedule task [2023-01-18T10:17:46.692Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-18T10:17:58.806Z] Removing intermediate container bae5a2a3227c [2023-01-18T10:17:58.806Z] ---> 7523e319af4e [2023-01-18T10:17:58.806Z] Successfully built 7523e319af4e [2023-01-18T10:17:58.806Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:17:59.108Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-18T10:17:59.108Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T10:17:59.179Z] prd-ubuntu20.04-docker-8c-8g-2910 does not seem to be running inside a container [2023-01-18T10:17:59.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-18T10:17:59.601Z] $ docker top 1f2a7445bd4996bdc45b47e2a0ef1cdf57d08af18943326123b623cefb5164fb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T10:17:59.950Z] + go version [2023-01-18T10:17:59.950Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-18T10:17:59.962Z] $ docker stop --time=1 1f2a7445bd4996bdc45b47e2a0ef1cdf57d08af18943326123b623cefb5164fb [2023-01-18T10:18:01.258Z] $ docker rm -f --volumes 1f2a7445bd4996bdc45b47e2a0ef1cdf57d08af18943326123b623cefb5164fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:18:01.669Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-18T10:18:01.669Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T10:18:01.741Z] prd-ubuntu20.04-docker-8c-8g-2910 does not seem to be running inside a container [2023-01-18T10:18:01.776Z] $ 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/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-18T10:18:02.123Z] $ docker top e777b9d92daf8fe9f373d27a07344f67015b480c277c26cf4f212ee0b3267d4c -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-18T10:18:02.186Z] ========================================================= [2023-01-18T10:18:02.186Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-18T10:18:02.186Z] ========================================================= [Pipeline] sh [2023-01-18T10:18:02.465Z] + git config --global --add safe.directory /w/workspace/edgex-go/377 [Pipeline] fileExists [Pipeline] sh [2023-01-18T10:18:02.766Z] + make test [2023-01-18T10:18:02.766Z] go test -race -coverprofile=coverage.out ./... [2023-01-18T10:18:09.336Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-18T10:18:21.540Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-18T10:18:21.540Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-18T10:18:21.540Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-18T10:18:21.540Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-18T10:18:21.540Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-18T10:18:21.540Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-18T10:18:21.540Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-18T10:18:21.540Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-18T10:18:21.540Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-18T10:18:21.797Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-18T10:18:21.797Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-18T10:18:21.797Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-18T10:18:21.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-18T10:18:22.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements [2023-01-18T10:18:22.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-18T10:18:22.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-18T10:18:22.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.128s coverage: 98.5% of statements [2023-01-18T10:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.088s coverage: 43.0% of statements [2023-01-18T10:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-18T10:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-18T10:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.114s coverage: 54.0% of statements [2023-01-18T10:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-18T10:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-18T10:18:26.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.401s coverage: 89.2% of statements [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-18T10:18:26.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.101s coverage: 2.4% of statements [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-18T10:18:26.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.507s coverage: 95.6% of statements [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-18T10:18:26.801Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.065s coverage: 72.2% of statements [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-18T10:18:26.801Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.063s coverage: 60.0% of statements [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-18T10:18:26.801Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.061s coverage: 0.9% of statements [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-18T10:18:26.801Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2023-01-18T10:18:26.801Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.079s coverage: 29.6% of statements [2023-01-18T10:18:26.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-18T10:18:26.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements [2023-01-18T10:18:26.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.063s coverage: 79.5% of statements [2023-01-18T10:18:26.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2023-01-18T10:18:26.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements [2023-01-18T10:18:26.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2023-01-18T10:18:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements [2023-01-18T10:18:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements [2023-01-18T10:18:37.551Z] flag provided but not defined: -invalid [2023-01-18T10:18:37.551Z] Usage of setupRegistryACL: [2023-01-18T10:18:37.551Z] -configDir string [2023-01-18T10:18:37.551Z] [2023-01-18T10:18:37.551Z] --- FAIL: TestMultipleExecuteCalls (0.00s) [2023-01-18T10:18:37.551Z] --- FAIL: TestMultipleExecuteCalls/Good:setupRegistryACL_with_calling_Execute()_3_times (1.05s) [2023-01-18T10:18:37.551Z] command_test.go:278: [2023-01-18T10:18:37.551Z] Error Trace: /w/workspace/edgex-go/377/internal/security/bootstrapper/command/setupacl/command_test.go:278 [2023-01-18T10:18:37.551Z] Error: Received unexpected error: [2023-01-18T10:18:37.551Z] failed to re-setup registry ACL: on 2nd time or later, failed to re-set up roles: failed to create EdgeX roles: failed to create edgex role: Post "http://127.0.0.1:39937/v1/consul/roles/role2": dial tcp 127.0.0.1:39937: connect: connection refused [2023-01-18T10:18:37.551Z] Test: TestMultipleExecuteCalls/Good:setupRegistryACL_with_calling_Execute()_3_times [2023-01-18T10:18:37.551Z] FAIL [2023-01-18T10:18:37.551Z] coverage: 80.6% of statements [2023-01-18T10:18:37.551Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.223s [2023-01-18T10:18:37.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-18T10:18:45.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 65.1% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.085s coverage: 86.9% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 77.4% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.0% of statements [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.239s coverage: 91.2% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.163s coverage: 64.7% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.305s coverage: 65.3% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.167s coverage: 41.8% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.149s coverage: 92.3% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 63.2% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-18T10:18:45.669Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.112s coverage: 97.7% of statements [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-18T10:18:45.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-18T10:18:45.669Z] FAIL [2023-01-18T10:18:45.669Z] make: *** [Makefile:137: unittest] Error 1 [Pipeline] } [2023-01-18T10:18:45.684Z] $ docker stop --time=1 e777b9d92daf8fe9f373d27a07344f67015b480c277c26cf4f212ee0b3267d4c [2023-01-18T10:18:47.790Z] $ docker rm -f --volumes e777b9d92daf8fe9f373d27a07344f67015b480c277c26cf4f212ee0b3267d4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-18T10:18:48.100Z] Failed in branch amd64 [2023-01-18T10:19:22.118Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2911 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-01-18T10:19:22.133Z] Running in /w/workspace/edgex-go/377 [Pipeline] { [Pipeline] checkout [2023-01-18T10:19:22.178Z] The recommended git tool is: git [2023-01-18T10:19:27.355Z] using credential edgex-jenkins-ssh [2023-01-18T10:19:27.376Z] Cloning the remote Git repository [2023-01-18T10:19:27.425Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-18T10:19:27.503Z] > git init /w/workspace/edgex-go/377 # timeout=10 [2023-01-18T10:19:27.663Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-18T10:19:27.664Z] > git --version # timeout=10 [2023-01-18T10:19:27.683Z] > git --version # 'git version 2.25.1' [2023-01-18T10:19:27.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-18T10:19:27.746Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-18T10:19:45.718Z] Avoid second fetch [2023-01-18T10:19:45.718Z] Checking out Revision 88ad77027d783d3ac8e9165f21296ab9ea2526ae (main) [2023-01-18T10:19:44.817Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-18T10:19:44.840Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-18T10:19:45.738Z] > git config core.sparsecheckout # timeout=10 [2023-01-18T10:19:45.758Z] > git checkout -f 88ad77027d783d3ac8e9165f21296ab9ea2526ae # timeout=10 [2023-01-18T10:19:46.409Z] Commit message: "refactor!: Replace SecretStore service config with default values and overrides (#4291)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-18T10:19:47.357Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-18T10:19:47.357Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-18T10:19:47.357Z] Dload Upload Total Spent Left Speed [2023-01-18T10:19:47.357Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 82798 0 --:--:-- --:--:-- --:--:-- 82798 [Pipeline] sh [2023-01-18T10:19:47.971Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-18T10:19:48.307Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-18T10:19:48.307Z] + sudo tee /etc/docker/daemon.new [2023-01-18T10:19:48.307Z] { [2023-01-18T10:19:48.307Z] "registry-mirrors": [ [2023-01-18T10:19:48.307Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-18T10:19:48.307Z] ], [2023-01-18T10:19:48.307Z] "bip": "10.250.0.254/24", [2023-01-18T10:19:48.307Z] "hosts": [ [2023-01-18T10:19:48.307Z] "tcp://0.0.0.0:5555", [2023-01-18T10:19:48.307Z] "unix:///var/run/docker.sock" [2023-01-18T10:19:48.307Z] ], [2023-01-18T10:19:48.307Z] "mtu": 1458, [2023-01-18T10:19:48.307Z] "selinux-enabled": true, [2023-01-18T10:19:48.307Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-18T10:19:48.307Z] } [Pipeline] sh [2023-01-18T10:19:48.654Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-18T10:19:49.004Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-18T10:20:07.278Z] provisioning config files... [2023-01-18T10:20:07.301Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/377@tmp/config15428923682673526107tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T10:20:07.645Z] ---> docker-login.sh [2023-01-18T10:20:07.645Z] nexus3.edgexfoundry.org:10001 [2023-01-18T10:20:07.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:20:08.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:20:08.182Z] Configure a credential helper to remove this warning. See [2023-01-18T10:20:08.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:20:08.182Z] [2023-01-18T10:20:08.182Z] Login Succeeded [2023-01-18T10:20:08.182Z] nexus3.edgexfoundry.org:10002 [2023-01-18T10:20:08.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:20:08.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:20:08.719Z] Configure a credential helper to remove this warning. See [2023-01-18T10:20:08.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:20:08.719Z] [2023-01-18T10:20:08.719Z] Login Succeeded [2023-01-18T10:20:08.719Z] nexus3.edgexfoundry.org:10003 [2023-01-18T10:20:08.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:20:08.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:20:08.987Z] Configure a credential helper to remove this warning. See [2023-01-18T10:20:08.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:20:08.987Z] [2023-01-18T10:20:08.987Z] Login Succeeded [2023-01-18T10:20:08.987Z] nexus3.edgexfoundry.org:10004 [2023-01-18T10:20:09.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:20:09.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:20:09.255Z] Configure a credential helper to remove this warning. See [2023-01-18T10:20:09.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:20:09.255Z] [2023-01-18T10:20:09.255Z] Login Succeeded [2023-01-18T10:20:09.255Z] docker.io [2023-01-18T10:20:09.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:20:09.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:20:09.791Z] Configure a credential helper to remove this warning. See [2023-01-18T10:20:09.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:20:09.791Z] [2023-01-18T10:20:09.791Z] Login Succeeded [2023-01-18T10:20:09.791Z] ---> docker-login.sh ends [Pipeline] } [2023-01-18T10:20:09.804Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-18T10:20:10.361Z] + git config --global --add safe.directory /w/workspace/edgex-go/377 [Pipeline] echo [2023-01-18T10:20:10.381Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T10:20:10.396Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T10:20:10.412Z] ========================================================= [2023-01-18T10:20:10.412Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-18T10:20:10.412Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-18T10:20:10.738Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-18T10:20:12.703Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-18T10:20:12.703Z] 9b18e9b68314: Pulling fs layer [2023-01-18T10:20:12.703Z] 35d82f9e3411: Pulling fs layer [2023-01-18T10:20:12.703Z] e16973657156: Pulling fs layer [2023-01-18T10:20:12.703Z] fc693d55d65f: Pulling fs layer [2023-01-18T10:20:12.703Z] 7e9fc2657dce: Pulling fs layer [2023-01-18T10:20:12.703Z] dda99020689f: Pulling fs layer [2023-01-18T10:20:12.703Z] db1c61fa0a46: Pulling fs layer [2023-01-18T10:20:12.703Z] 891c053d2c06: Pulling fs layer [2023-01-18T10:20:12.703Z] 7e9fc2657dce: Waiting [2023-01-18T10:20:12.703Z] dda99020689f: Waiting [2023-01-18T10:20:12.703Z] db1c61fa0a46: Waiting [2023-01-18T10:20:12.703Z] 891c053d2c06: Waiting [2023-01-18T10:20:12.703Z] fc693d55d65f: Waiting [2023-01-18T10:20:12.703Z] e16973657156: Download complete [2023-01-18T10:20:12.703Z] 35d82f9e3411: Verifying Checksum [2023-01-18T10:20:12.703Z] 35d82f9e3411: Download complete [2023-01-18T10:20:12.703Z] 7e9fc2657dce: Download complete [2023-01-18T10:20:12.703Z] dda99020689f: Download complete [2023-01-18T10:20:12.703Z] 9b18e9b68314: Verifying Checksum [2023-01-18T10:20:12.703Z] 9b18e9b68314: Download complete [2023-01-18T10:20:13.303Z] 9b18e9b68314: Pull complete [2023-01-18T10:20:13.577Z] 891c053d2c06: Verifying Checksum [2023-01-18T10:20:13.577Z] 891c053d2c06: Download complete [2023-01-18T10:20:13.850Z] 35d82f9e3411: Pull complete [2023-01-18T10:20:14.124Z] e16973657156: Pull complete [2023-01-18T10:20:14.712Z] db1c61fa0a46: Verifying Checksum [2023-01-18T10:20:14.712Z] db1c61fa0a46: Download complete [2023-01-18T10:20:15.298Z] fc693d55d65f: Verifying Checksum [2023-01-18T10:20:15.298Z] fc693d55d65f: Download complete [2023-01-18T10:20:27.633Z] fc693d55d65f: Pull complete [2023-01-18T10:20:27.633Z] 7e9fc2657dce: Pull complete [2023-01-18T10:20:27.633Z] dda99020689f: Pull complete [2023-01-18T10:20:34.312Z] db1c61fa0a46: Pull complete [2023-01-18T10:20:35.736Z] 891c053d2c06: Pull complete [2023-01-18T10:20:35.736Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-18T10:20:35.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-18T10:20:35.736Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-18T10:20:36.070Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-18T10:20:36.070Z] WORKDIR /edgex [2023-01-18T10:20:36.070Z] COPY go.mod . [2023-01-18T10:20:36.070Z] RUN go mod download [2023-01-18T10:20:36.070Z] + docker build -t ci-base-image-arm64 -f - . [2023-01-18T10:20:36.667Z] Sending build context to Docker daemon 3.109MB [2023-01-18T10:20:36.667Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-18T10:20:36.667Z] ---> f96f9c87975a [2023-01-18T10:20:36.667Z] Step 2/4 : WORKDIR /edgex [2023-01-18T10:20:39.254Z] ---> Running in fd47f5c26f53 [2023-01-18T10:20:39.523Z] Removing intermediate container fd47f5c26f53 [2023-01-18T10:20:39.523Z] ---> 2e86a9f37bdd [2023-01-18T10:20:39.523Z] Step 3/4 : COPY go.mod . [2023-01-18T10:20:40.116Z] ---> 6652848afa2f [2023-01-18T10:20:40.116Z] Step 4/4 : RUN go mod download [2023-01-18T10:20:40.116Z] ---> Running in fa0ff82feea9 [2023-01-18T10:21:12.471Z] Removing intermediate container fa0ff82feea9 [2023-01-18T10:21:12.471Z] ---> 9edb0feb92ca [2023-01-18T10:21:12.471Z] Successfully built 9edb0feb92ca [2023-01-18T10:21:12.471Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:21:12.817Z] + docker inspect -f . ci-base-image-arm64 [2023-01-18T10:21:12.817Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T10:21:13.008Z] prd-ubuntu20.04-docker-arm64-4c-16g-2911 does not seem to be running inside a container [2023-01-18T10:21:13.078Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-18T10:21:14.263Z] $ docker top 7d0b749699a6e75fac18d8a41698326255b72aaf17e5423d59c09180255a88bc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T10:21:15.097Z] + go version [2023-01-18T10:21:15.097Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-18T10:21:15.117Z] $ docker stop --time=1 7d0b749699a6e75fac18d8a41698326255b72aaf17e5423d59c09180255a88bc [2023-01-18T10:21:16.713Z] $ docker rm -f --volumes 7d0b749699a6e75fac18d8a41698326255b72aaf17e5423d59c09180255a88bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:21:17.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-18T10:21:17.497Z] [2023-01-18T10:21:17.497Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:21:17.825Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-18T10:21:17.825Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-18T10:21:17.825Z] 29e5d40040c1: Pulling fs layer [2023-01-18T10:21:17.825Z] 1ce36da41761: Pulling fs layer [2023-01-18T10:21:17.825Z] 25b303627fd3: Pulling fs layer [2023-01-18T10:21:18.091Z] 29e5d40040c1: Verifying Checksum [2023-01-18T10:21:18.091Z] 29e5d40040c1: Download complete [2023-01-18T10:21:18.359Z] 1ce36da41761: Verifying Checksum [2023-01-18T10:21:18.359Z] 1ce36da41761: Download complete [2023-01-18T10:21:18.628Z] 29e5d40040c1: Pull complete [2023-01-18T10:21:20.040Z] 1ce36da41761: Pull complete [2023-01-18T10:21:20.040Z] 25b303627fd3: Verifying Checksum [2023-01-18T10:21:20.040Z] 25b303627fd3: Download complete [2023-01-18T10:21:30.134Z] 25b303627fd3: Pull complete [2023-01-18T10:21:30.134Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-18T10:21:30.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-18T10:21:30.134Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T10:21:30.319Z] prd-ubuntu20.04-docker-arm64-4c-16g-2911 does not seem to be running inside a container [2023-01-18T10:21:30.383Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-18T10:21:32.540Z] $ docker top 36a2c0092ab048908a4994aed7ff9ae4c86143d96ccb745e4e92cfcbb6cb5401 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T10:21:33.369Z] + docker-compose build --help [2023-01-18T10:21:33.369Z] + grep parallel [2023-01-18T10:21:37.630Z] --parallel Build images in parallel. [Pipeline] } [2023-01-18T10:21:37.648Z] $ docker stop --time=1 36a2c0092ab048908a4994aed7ff9ae4c86143d96ccb745e4e92cfcbb6cb5401 [2023-01-18T10:21:39.341Z] $ docker rm -f --volumes 36a2c0092ab048908a4994aed7ff9ae4c86143d96ccb745e4e92cfcbb6cb5401 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:21:39.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-18T10:21:39.870Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T10:21:40.048Z] prd-ubuntu20.04-docker-arm64-4c-16g-2911 does not seem to be running inside a container [2023-01-18T10:21:40.111Z] $ 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/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-18T10:21:41.287Z] $ docker top 01b672a7d206283d7e9eda9a130b4682ba534bbb6a88f41df42c2c42a7218843 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T10:21:41.803Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-18T10:21:46.058Z] Building core-command ... [2023-01-18T10:21:46.058Z] Building core-data ... [2023-01-18T10:21:46.058Z] Building core-metadata ... [2023-01-18T10:21:46.058Z] Building security-bootstrapper ... [2023-01-18T10:21:46.058Z] Building security-proxy-setup ... [2023-01-18T10:21:46.058Z] Building security-secretstore-setup ... [2023-01-18T10:21:46.058Z] Building security-spiffe-token-provider ... [2023-01-18T10:21:46.058Z] Building security-spire-agent ... [2023-01-18T10:21:46.058Z] Building security-spire-config ... [2023-01-18T10:21:46.058Z] Building security-spire-server ... [2023-01-18T10:21:46.058Z] Building support-notifications ... [2023-01-18T10:21:46.058Z] Building support-scheduler ... [2023-01-18T10:21:46.058Z] Building security-proxy-setup [2023-01-18T10:21:46.058Z] Building core-data [2023-01-18T10:21:46.058Z] Building security-spire-config [2023-01-18T10:21:46.058Z] Building support-scheduler [2023-01-18T10:21:46.058Z] Building core-metadata [2023-01-18T10:21:58.383Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T10:21:58.383Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-18T10:21:58.383Z] ---> 9edb0feb92ca [2023-01-18T10:21:58.383Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-18T10:21:58.383Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T10:21:58.383Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-18T10:21:58.383Z] ---> 9edb0feb92ca [2023-01-18T10:21:58.383Z] Step 3/24 : WORKDIR /edgex-go [2023-01-18T10:21:58.383Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T10:21:58.383Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-18T10:21:58.383Z] ---> 9edb0feb92ca [2023-01-18T10:21:58.384Z] Step 3/21 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T10:21:58.384Z] [2023-01-18T10:21:58.384Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-18T10:21:58.384Z] ---> 9edb0feb92ca [2023-01-18T10:21:58.384Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-18T10:21:58.384Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T10:21:58.384Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-18T10:21:58.384Z] ---> 9edb0feb92ca [2023-01-18T10:21:58.384Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-18T10:21:58.384Z] ---> Running in b5648d6eca18 [2023-01-18T10:21:58.384Z] ---> Running in 6b32c7dcf9f1 [2023-01-18T10:21:58.384Z] ---> Running in 46511ef96746 [2023-01-18T10:21:58.384Z] ---> Running in 08a1579adcc6 [2023-01-18T10:21:58.384Z] ---> Running in d18e973261ce [2023-01-18T10:21:58.384Z] Removing intermediate container b5648d6eca18 [2023-01-18T10:21:58.384Z] ---> 6deb2bae2833 [2023-01-18T10:21:58.384Z] Step 4/22 : WORKDIR /edgex-go [2023-01-18T10:21:58.384Z] ---> Running in 9409f99c5519 [2023-01-18T10:21:58.384Z] Removing intermediate container 08a1579adcc6 [2023-01-18T10:21:58.384Z] ---> 620e94407818 [2023-01-18T10:21:58.384Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-18T10:21:58.384Z] Removing intermediate container d18e973261ce [2023-01-18T10:21:58.384Z] ---> 3c17922f9656 [2023-01-18T10:21:58.384Z] Step 4/22 : WORKDIR /edgex-go [2023-01-18T10:21:58.384Z] ---> Running in fc40d32d5a98 [2023-01-18T10:21:58.384Z] Removing intermediate container 46511ef96746 [2023-01-18T10:21:58.384Z] ---> 9ba66f07989b [2023-01-18T10:21:58.384Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-18T10:21:58.384Z] Removing intermediate container 6b32c7dcf9f1 [2023-01-18T10:21:58.384Z] ---> d1d22947585c [2023-01-18T10:21:58.384Z] Step 4/24 : WORKDIR /edgex-go [2023-01-18T10:21:58.384Z] ---> Running in b5aff0fc432f [2023-01-18T10:21:58.384Z] ---> Running in 264d5affd077 [2023-01-18T10:21:58.384Z] ---> Running in 4007915cd978 [2023-01-18T10:21:58.384Z] Removing intermediate container 9409f99c5519 [2023-01-18T10:21:58.384Z] ---> 437c945df0b8 [2023-01-18T10:21:58.384Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-18T10:21:58.652Z] ---> Running in aaaeb625b9f9 [2023-01-18T10:21:58.652Z] Removing intermediate container b5aff0fc432f [2023-01-18T10:21:58.652Z] ---> 45272cafa08a [2023-01-18T10:21:58.652Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-18T10:21:58.921Z] ---> Running in 3dfce3deb3a6 [2023-01-18T10:21:58.921Z] Removing intermediate container 4007915cd978 [2023-01-18T10:21:58.921Z] ---> a3e26bd3f177 [2023-01-18T10:21:58.921Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-18T10:21:59.194Z] ---> Running in 873827d36355 [2023-01-18T10:22:00.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:22:00.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:22:00.442Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:22:00.442Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:22:00.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:22:00.979Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:22:01.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:22:01.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:22:01.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:22:01.517Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:22:01.785Z] OK: 221 MiB in 51 packages [2023-01-18T10:22:01.785Z] OK: 221 MiB in 51 packages [2023-01-18T10:22:02.392Z] OK: 221 MiB in 51 packages [2023-01-18T10:22:03.778Z] OK: 221 MiB in 51 packages [2023-01-18T10:22:03.778Z] OK: 221 MiB in 51 packages [2023-01-18T10:22:04.742Z] Removing intermediate container 264d5affd077 [2023-01-18T10:22:04.742Z] ---> 6175959b0ffb [2023-01-18T10:22:04.742Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-18T10:22:04.742Z] Removing intermediate container fc40d32d5a98 [2023-01-18T10:22:04.742Z] ---> 96dd851f33b8 [2023-01-18T10:22:04.742Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-18T10:22:04.742Z] Removing intermediate container aaaeb625b9f9 [2023-01-18T10:22:04.742Z] ---> 773e55a79309 [2023-01-18T10:22:04.742Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-18T10:22:05.007Z] Removing intermediate container 3dfce3deb3a6 [2023-01-18T10:22:05.007Z] ---> e4f7effa4db6 [2023-01-18T10:22:05.007Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-18T10:22:05.007Z] Removing intermediate container 873827d36355 [2023-01-18T10:22:05.007Z] ---> 998c9e3d63dc [2023-01-18T10:22:05.007Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-18T10:22:05.589Z] ---> 0d832faece32 [2023-01-18T10:22:05.589Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T10:22:05.589Z] ---> Running in ff0bb3d0d26d [2023-01-18T10:22:05.857Z] ---> 56da7d777ea2 [2023-01-18T10:22:05.857Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T10:22:05.857Z] ---> be042c389866 [2023-01-18T10:22:05.857Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T10:22:05.857Z] ---> Running in b72693659c98 [2023-01-18T10:22:05.857Z] ---> 19e0f8b9891b [2023-01-18T10:22:05.857Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T10:22:06.127Z] ---> Running in 40e178c69016 [2023-01-18T10:22:06.127Z] ---> Running in dfdf3ca66dde [2023-01-18T10:22:06.392Z] ---> dba78efff6a3 [2023-01-18T10:22:06.393Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T10:22:06.661Z] ---> Running in 9adb7718ebf2 [2023-01-18T10:24:13.328Z] Removing intermediate container 40e178c69016 [2023-01-18T10:24:13.328Z] ---> 7c4b01cd32a4 [2023-01-18T10:24:13.328Z] Step 8/22 : COPY . . [2023-01-18T10:24:13.328Z] Removing intermediate container dfdf3ca66dde [2023-01-18T10:24:13.328Z] ---> ce602b52da8b [2023-01-18T10:24:13.328Z] Step 8/22 : COPY . . [2023-01-18T10:24:13.328Z] Removing intermediate container ff0bb3d0d26d [2023-01-18T10:24:13.328Z] ---> b62944a1e5c3 [2023-01-18T10:24:13.328Z] Step 7/21 : COPY . . [2023-01-18T10:24:13.328Z] Removing intermediate container 9adb7718ebf2 [2023-01-18T10:24:13.328Z] ---> c47d612e819c [2023-01-18T10:24:13.328Z] Step 8/24 : COPY . . [2023-01-18T10:24:13.328Z] Removing intermediate container b72693659c98 [2023-01-18T10:24:13.328Z] ---> 444b813f5f56 [2023-01-18T10:24:13.328Z] Step 7/24 : COPY . . [2023-01-18T10:24:13.328Z] ---> f4a405514e12 [2023-01-18T10:24:13.328Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-18T10:24:13.328Z] ---> 02262c744920 [2023-01-18T10:24:13.328Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-18T10:24:13.328Z] ---> Running in 31df27d29005 [2023-01-18T10:24:13.328Z] ---> Running in a290c67b8b14 [2023-01-18T10:24:13.328Z] ---> 58f08c45d71b [2023-01-18T10:24:13.328Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-18T10:24:13.328Z] ---> Running in b9e43b8a11be [2023-01-18T10:24:13.328Z] ---> fb6bb2519080 [2023-01-18T10:24:13.328Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-18T10:24:13.328Z] ---> Running in 69ea7676aa04 [2023-01-18T10:24:13.328Z] ---> b7d1baa59c0c [2023-01-18T10:24:13.328Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-18T10:24:13.328Z] ---> Running in 3d92b50f5436 [2023-01-18T10:24:13.328Z] Removing intermediate container 3d92b50f5436 [2023-01-18T10:24:13.328Z] ---> 407b55ae5655 [2023-01-18T10:24:13.328Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-18T10:24:13.596Z] ---> Running in 4d43fddcfabb [2023-01-18T10:24:13.596Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-18T10:24:14.558Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-18T10:24:14.826Z] Removing intermediate container 4d43fddcfabb [2023-01-18T10:24:14.826Z] ---> 264b30ada714 [2023-01-18T10:24:14.826Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-18T10:24:14.826Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-18T10:24:14.826Z] ---> Running in da21d8878f45 [2023-01-18T10:24:15.417Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-18T10:24:18.757Z] Removing intermediate container da21d8878f45 [2023-01-18T10:24:18.757Z] ---> 9b5131bc0d46 [2023-01-18T10:24:18.757Z] Step 11/24 : WORKDIR /edgex-go [2023-01-18T10:24:19.024Z] ---> Running in ccc4c9ac739e [2023-01-18T10:24:19.612Z] Removing intermediate container ccc4c9ac739e [2023-01-18T10:24:19.612Z] ---> 587cccd3a376 [2023-01-18T10:24:19.612Z] [2023-01-18T10:24:19.612Z] Step 12/24 : FROM alpine:3.15 [2023-01-18T10:24:19.612Z] 3.15: Pulling from library/alpine [2023-01-18T10:24:21.023Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-18T10:24:21.023Z] Status: Downloaded newer image for alpine:3.15 [2023-01-18T10:24:21.023Z] ---> 8aa73fd46299 [2023-01-18T10:24:21.023Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T10:24:21.297Z] ---> Running in aa8deafef5f8 [2023-01-18T10:24:21.884Z] Removing intermediate container aa8deafef5f8 [2023-01-18T10:24:21.884Z] ---> 6bba3a1ea011 [2023-01-18T10:24:21.884Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-18T10:24:21.884Z] ---> Running in db35e0a8f1b9 [2023-01-18T10:24:24.474Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:24:24.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:24:26.689Z] v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-18T10:24:26.689Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-18T10:24:26.689Z] OK: 15736 distinct packages available [2023-01-18T10:24:26.956Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:24:27.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:24:28.957Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-18T10:24:28.957Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-18T10:24:28.957Z] (3/4) Installing libucontext (1.1-r0) [2023-01-18T10:24:28.957Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-18T10:24:28.957Z] Executing busybox-1.34.1-r7.trigger [2023-01-18T10:24:28.957Z] OK: 6 MiB in 18 packages [2023-01-18T10:24:31.535Z] Removing intermediate container db35e0a8f1b9 [2023-01-18T10:24:31.535Z] ---> 70ed7a97c7a7 [2023-01-18T10:24:31.535Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-18T10:24:39.732Z] ---> 286420ae15c0 [2023-01-18T10:24:39.732Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-18T10:24:40.692Z] ---> bbb131725203 [2023-01-18T10:24:40.692Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-18T10:24:40.957Z] ---> Running in 849f18888956 [2023-01-18T10:24:41.911Z] Removing intermediate container 849f18888956 [2023-01-18T10:24:41.911Z] ---> 856fac854b1e [2023-01-18T10:24:41.911Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-18T10:24:42.866Z] ---> e264c22a303d [2023-01-18T10:24:42.866Z] Step 19/24 : WORKDIR / [2023-01-18T10:24:43.131Z] ---> Running in 1eefbd544eca [2023-01-18T10:24:43.713Z] Removing intermediate container 1eefbd544eca [2023-01-18T10:24:43.713Z] ---> ad718c628de3 [2023-01-18T10:24:43.713Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-18T10:24:43.713Z] ---> Running in 0224bca8a4bf [2023-01-18T10:24:44.677Z] Removing intermediate container 0224bca8a4bf [2023-01-18T10:24:44.677Z] ---> 5c1d8279208c [2023-01-18T10:24:44.677Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-18T10:24:44.677Z] ---> Running in d4b5cf0f6798 [2023-01-18T10:24:45.260Z] Removing intermediate container d4b5cf0f6798 [2023-01-18T10:24:45.260Z] ---> 39e617e6ef0e [2023-01-18T10:24:45.260Z] Step 22/24 : LABEL arch=arm64 [2023-01-18T10:24:45.260Z] ---> Running in 5b26726099d6 [2023-01-18T10:24:45.841Z] Removing intermediate container 5b26726099d6 [2023-01-18T10:24:45.841Z] ---> 3d855e300a04 [2023-01-18T10:24:45.841Z] Step 23/24 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:24:46.107Z] ---> Running in 0d3fb1a7e6db [2023-01-18T10:24:48.043Z] Removing intermediate container 0d3fb1a7e6db [2023-01-18T10:24:48.043Z] ---> 77da15d69a9d [2023-01-18T10:24:48.043Z] Step 24/24 : LABEL version=3.0.0-dev.22 [2023-01-18T10:24:48.043Z] ---> Running in 6cbdc5649c2d [2023-01-18T10:24:48.629Z] Removing intermediate container 6cbdc5649c2d [2023-01-18T10:24:48.629Z] ---> 1ba221b58f95 [2023-01-18T10:24:48.629Z] [2023-01-18T10:24:48.629Z] Successfully built 1ba221b58f95 [2023-01-18T10:24:48.629Z] Successfully tagged security-spire-config-arm64:latest [2023-01-18T10:24:48.629Z]  Building security-spire-config ... done Building security-spire-server [2023-01-18T10:24:53.982Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T10:24:53.982Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-18T10:24:53.982Z] ---> 9edb0feb92ca [2023-01-18T10:24:53.982Z] Step 3/23 : WORKDIR /edgex-go [2023-01-18T10:24:53.982Z] ---> Using cache [2023-01-18T10:24:53.982Z] ---> 9ba66f07989b [2023-01-18T10:24:53.982Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-18T10:24:53.982Z] ---> Using cache [2023-01-18T10:24:53.982Z] ---> 6175959b0ffb [2023-01-18T10:24:53.982Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-18T10:24:53.982Z] ---> Using cache [2023-01-18T10:24:53.982Z] ---> 56da7d777ea2 [2023-01-18T10:24:53.982Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T10:24:53.982Z] ---> Using cache [2023-01-18T10:24:53.982Z] ---> 444b813f5f56 [2023-01-18T10:24:53.982Z] Step 7/23 : COPY . . [2023-01-18T10:24:53.982Z] ---> Using cache [2023-01-18T10:24:53.982Z] ---> b7d1baa59c0c [2023-01-18T10:24:53.982Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-18T10:24:53.982Z] ---> Using cache [2023-01-18T10:24:53.982Z] ---> 407b55ae5655 [2023-01-18T10:24:53.982Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-18T10:24:53.982Z] ---> Using cache [2023-01-18T10:24:53.982Z] ---> 264b30ada714 [2023-01-18T10:24:53.982Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-18T10:24:53.982Z] ---> Running in c0184446e598 [2023-01-18T10:24:57.308Z] Removing intermediate container c0184446e598 [2023-01-18T10:24:57.308Z] ---> 5f19e58b6e7d [2023-01-18T10:24:57.308Z] Step 11/23 : WORKDIR /edgex-go [2023-01-18T10:24:57.308Z] ---> Running in dac0d8278249 [2023-01-18T10:24:57.308Z] Removing intermediate container dac0d8278249 [2023-01-18T10:24:57.308Z] ---> b16977b99e58 [2023-01-18T10:24:57.308Z] [2023-01-18T10:24:57.308Z] Step 12/23 : FROM alpine:3.15 [2023-01-18T10:24:57.308Z] ---> 8aa73fd46299 [2023-01-18T10:24:57.309Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T10:24:57.309Z] ---> Using cache [2023-01-18T10:24:57.309Z] ---> 6bba3a1ea011 [2023-01-18T10:24:57.309Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-18T10:24:57.573Z] ---> Running in 5c2f662f3f9e [2023-01-18T10:24:59.534Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:25:00.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:25:02.431Z] v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-18T10:25:02.431Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-18T10:25:02.431Z] OK: 15736 distinct packages available [2023-01-18T10:25:02.698Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:25:03.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:25:04.685Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-18T10:25:04.685Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-18T10:25:04.685Z] (3/5) Installing libucontext (1.1-r0) [2023-01-18T10:25:04.685Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-18T10:25:04.685Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-18T10:25:04.685Z] Executing busybox-1.34.1-r7.trigger [2023-01-18T10:25:04.685Z] OK: 6 MiB in 19 packages [2023-01-18T10:25:06.627Z] Removing intermediate container 5c2f662f3f9e [2023-01-18T10:25:06.627Z] ---> 7c2a8aae9f07 [2023-01-18T10:25:06.627Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-18T10:25:16.955Z] ---> c5752da7b9d8 [2023-01-18T10:25:16.955Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-18T10:25:16.955Z] ---> 06dc9ca5793a [2023-01-18T10:25:16.955Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-18T10:25:18.902Z] ---> 6ab158487eb4 [2023-01-18T10:25:18.902Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-18T10:25:22.235Z] ---> 12ce3b9602b3 [2023-01-18T10:25:22.235Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-18T10:25:22.235Z] ---> Running in 6ed40cb3b5ff [2023-01-18T10:25:22.816Z] Removing intermediate container 6ed40cb3b5ff [2023-01-18T10:25:22.816Z] ---> 0207adbec1a9 [2023-01-18T10:25:22.816Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-18T10:25:22.816Z] ---> Running in 69d1ec744f32 [2023-01-18T10:25:23.398Z] Removing intermediate container 69d1ec744f32 [2023-01-18T10:25:23.398Z] ---> a58299e322a4 [2023-01-18T10:25:23.398Z] Step 21/23 : LABEL arch=arm64 [2023-01-18T10:25:23.663Z] ---> Running in 7075b72cbbbc [2023-01-18T10:25:24.621Z] Removing intermediate container 7075b72cbbbc [2023-01-18T10:25:24.621Z] ---> 84beb4fa339d [2023-01-18T10:25:24.621Z] Step 22/23 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:25:24.886Z] ---> Running in d1e316a9aedf [2023-01-18T10:25:25.467Z] Removing intermediate container d1e316a9aedf [2023-01-18T10:25:25.467Z] ---> 38ee2f8fb2ec [2023-01-18T10:25:25.467Z] Step 23/23 : LABEL version=3.0.0-dev.22 [2023-01-18T10:25:25.734Z] ---> Running in b028c8aa38a6 [2023-01-18T10:25:26.318Z] Removing intermediate container b028c8aa38a6 [2023-01-18T10:25:26.318Z] ---> 1d0721f4545a [2023-01-18T10:25:26.318Z] [2023-01-18T10:25:26.318Z] Successfully built 1d0721f4545a [2023-01-18T10:25:26.599Z] Successfully tagged security-spire-server-arm64:latest [2023-01-18T10:25:26.599Z]  Building security-spire-server ... done Building core-command [2023-01-18T10:25:30.854Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T10:25:30.854Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-18T10:25:30.854Z] ---> 9edb0feb92ca [2023-01-18T10:25:30.854Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-18T10:25:30.854Z] ---> Using cache [2023-01-18T10:25:30.854Z] ---> d1d22947585c [2023-01-18T10:25:30.854Z] Step 4/23 : WORKDIR /edgex-go [2023-01-18T10:25:30.854Z] ---> Using cache [2023-01-18T10:25:30.854Z] ---> a3e26bd3f177 [2023-01-18T10:25:30.854Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-18T10:25:30.854Z] ---> Using cache [2023-01-18T10:25:30.854Z] ---> 998c9e3d63dc [2023-01-18T10:25:30.854Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-18T10:25:30.854Z] ---> Using cache [2023-01-18T10:25:30.854Z] ---> dba78efff6a3 [2023-01-18T10:25:30.854Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T10:25:30.854Z] ---> Using cache [2023-01-18T10:25:30.854Z] ---> c47d612e819c [2023-01-18T10:25:30.854Z] Step 8/23 : COPY . . [2023-01-18T10:25:30.854Z] ---> Using cache [2023-01-18T10:25:30.854Z] ---> fb6bb2519080 [2023-01-18T10:25:30.854Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-18T10:25:30.854Z] ---> Running in b5d493265c92 [2023-01-18T10:25:32.261Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-18T10:30:09.101Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-18T10:30:24.070Z] Removing intermediate container b9e43b8a11be [2023-01-18T10:30:24.070Z] ---> d404c955c588 [2023-01-18T10:30:24.070Z] [2023-01-18T10:30:24.070Z] Step 9/21 : FROM alpine:3.16 [2023-01-18T10:30:24.070Z] 3.16: Pulling from library/alpine [2023-01-18T10:30:25.473Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-18T10:30:25.473Z] Status: Downloaded newer image for alpine:3.16 [2023-01-18T10:30:25.473Z] ---> 2b4661558fb8 [2023-01-18T10:30:25.473Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-18T10:30:25.739Z] ---> Running in 9a64b123489c [2023-01-18T10:30:27.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:30:27.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:30:29.372Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-18T10:30:29.372Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-18T10:30:29.372Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-18T10:30:29.372Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-18T10:30:29.638Z] (5/6) Installing curl (7.83.1-r5) [2023-01-18T10:30:29.638Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-18T10:30:29.638Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T10:30:29.638Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T10:30:29.903Z] OK: 8 MiB in 20 packages [2023-01-18T10:30:32.476Z] Removing intermediate container 9a64b123489c [2023-01-18T10:30:32.476Z] ---> 39fdc11d33d0 [2023-01-18T10:30:32.476Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-18T10:30:32.476Z] ---> Running in 586a369fa3b0 [2023-01-18T10:30:33.057Z] Removing intermediate container 586a369fa3b0 [2023-01-18T10:30:33.057Z] ---> 375099d988a0 [2023-01-18T10:30:33.057Z] Step 12/21 : WORKDIR /edgex [2023-01-18T10:30:33.057Z] ---> Running in 4b6746a59838 [2023-01-18T10:30:33.638Z] Removing intermediate container 4b6746a59838 [2023-01-18T10:30:33.638Z] ---> 8e4ce9396028 [2023-01-18T10:30:33.638Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-18T10:30:34.600Z] ---> 51bf0c13eded [2023-01-18T10:30:34.600Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-18T10:30:36.027Z] ---> b9042d8e6d93 [2023-01-18T10:30:36.027Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-18T10:30:37.971Z] ---> 12fb7caa60b0 [2023-01-18T10:30:37.971Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-18T10:30:38.553Z] ---> dd646ce37959 [2023-01-18T10:30:38.553Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-18T10:30:38.553Z] ---> Running in 43271dc6f7e4 [2023-01-18T10:30:41.918Z] Removing intermediate container 43271dc6f7e4 [2023-01-18T10:30:41.918Z] ---> ed6af3102de1 [2023-01-18T10:30:41.918Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-18T10:30:41.918Z] ---> Running in 0f6553e117ea [2023-01-18T10:30:42.192Z] Removing intermediate container 0f6553e117ea [2023-01-18T10:30:42.192Z] ---> 9f69668220d4 [2023-01-18T10:30:42.192Z] Step 19/21 : LABEL arch=arm64 [2023-01-18T10:30:42.462Z] ---> Running in cca0f956f2da [2023-01-18T10:30:43.044Z] Removing intermediate container cca0f956f2da [2023-01-18T10:30:43.044Z] ---> 9552d2c571e9 [2023-01-18T10:30:43.044Z] Step 20/21 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:30:43.044Z] ---> Running in 212f33562c49 [2023-01-18T10:30:43.626Z] Removing intermediate container 212f33562c49 [2023-01-18T10:30:43.626Z] ---> cdf79b71b7be [2023-01-18T10:30:43.626Z] Step 21/21 : LABEL version=3.0.0-dev.22 [2023-01-18T10:30:43.626Z] ---> Running in cbdeebe4dbda [2023-01-18T10:30:44.205Z] Removing intermediate container cbdeebe4dbda [2023-01-18T10:30:44.205Z] ---> 08695942f907 [2023-01-18T10:30:44.205Z] [2023-01-18T10:30:44.205Z] Successfully built 08695942f907 [2023-01-18T10:30:44.205Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-18T10:30:44.205Z]  Building security-proxy-setup ... done Building security-bootstrapper [2023-01-18T10:30:47.533Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T10:30:47.533Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-18T10:30:47.533Z] ---> 9edb0feb92ca [2023-01-18T10:30:47.533Z] Step 3/32 : WORKDIR /edgex-go [2023-01-18T10:30:47.533Z] ---> Using cache [2023-01-18T10:30:47.533Z] ---> 9ba66f07989b [2023-01-18T10:30:47.533Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-18T10:30:47.533Z] ---> Running in e53eedf81464 [2023-01-18T10:30:49.468Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:30:50.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:30:51.461Z] OK: 221 MiB in 51 packages [2023-01-18T10:30:52.883Z] Removing intermediate container e53eedf81464 [2023-01-18T10:30:52.883Z] ---> 42ac9395cfdb [2023-01-18T10:30:52.883Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-18T10:30:53.847Z] ---> f8da994e6882 [2023-01-18T10:30:53.847Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T10:30:53.847Z] ---> Running in 24cf940c1835 [2023-01-18T10:31:26.064Z] Removing intermediate container 69ea7676aa04 [2023-01-18T10:31:26.065Z] ---> 388823a1aea1 [2023-01-18T10:31:26.065Z] [2023-01-18T10:31:26.065Z] Step 10/24 : FROM alpine:3.16 [2023-01-18T10:31:26.065Z] ---> 2b4661558fb8 [2023-01-18T10:31:26.065Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-18T10:31:26.332Z] Removing intermediate container a290c67b8b14 [2023-01-18T10:31:26.332Z] ---> 8dae0555bf7e [2023-01-18T10:31:26.332Z] [2023-01-18T10:31:26.332Z] Step 10/22 : FROM alpine:3.16 [2023-01-18T10:31:26.332Z] ---> 2b4661558fb8 [2023-01-18T10:31:26.332Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-18T10:31:26.332Z] ---> Running in 0e5478e23c6c [2023-01-18T10:31:26.332Z] ---> Running in 2c4db2d791b5 [2023-01-18T10:31:27.296Z] Removing intermediate container 2c4db2d791b5 [2023-01-18T10:31:27.296Z] ---> 292d1dd6009f [2023-01-18T10:31:27.296Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-18T10:31:27.563Z] ---> Running in 5f9706d56697 [2023-01-18T10:31:28.153Z] Removing intermediate container 5f9706d56697 [2023-01-18T10:31:28.153Z] ---> 4c3264d24e6c [2023-01-18T10:31:28.153Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-18T10:31:28.422Z] ---> Running in 27830d5cf820 [2023-01-18T10:31:28.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:31:29.010Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:31:29.010Z] Removing intermediate container 27830d5cf820 [2023-01-18T10:31:29.010Z] ---> b71be7f698aa [2023-01-18T10:31:29.010Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-18T10:31:29.276Z] ---> Running in 7c339d812ad1 [2023-01-18T10:31:31.224Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-18T10:31:31.224Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T10:31:31.224Z] OK: 5 MiB in 15 packages [2023-01-18T10:31:31.224Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:31:31.493Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:31:32.905Z] Removing intermediate container 0e5478e23c6c [2023-01-18T10:31:32.905Z] ---> 8007858fcb1c [2023-01-18T10:31:32.905Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-18T10:31:32.905Z] ---> Running in 64475663c9dd [2023-01-18T10:31:33.181Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-18T10:31:33.181Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T10:31:33.181Z] OK: 5 MiB in 15 packages [2023-01-18T10:31:33.181Z] Removing intermediate container 64475663c9dd [2023-01-18T10:31:33.181Z] ---> ab1b816b65f2 [2023-01-18T10:31:33.181Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-18T10:31:33.181Z] ---> Running in 9d3f987eeb65 [2023-01-18T10:31:34.157Z] Removing intermediate container 9d3f987eeb65 [2023-01-18T10:31:34.157Z] ---> a95cceae29f8 [2023-01-18T10:31:34.157Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-18T10:31:34.157Z] ---> Running in bf9ddbd63c2c [2023-01-18T10:31:35.117Z] Removing intermediate container bf9ddbd63c2c [2023-01-18T10:31:35.117Z] ---> d3b9aacfe6d0 [2023-01-18T10:31:35.117Z] Step 15/24 : WORKDIR / [2023-01-18T10:31:35.117Z] Removing intermediate container 7c339d812ad1 [2023-01-18T10:31:35.117Z] ---> 8cf521687416 [2023-01-18T10:31:35.117Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T10:31:35.117Z] ---> Running in 3d95ecd69111 [2023-01-18T10:31:36.080Z] Removing intermediate container 3d95ecd69111 [2023-01-18T10:31:36.080Z] ---> 76c90e2c5759 [2023-01-18T10:31:36.080Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T10:31:36.359Z] ---> ab2e24deabdc [2023-01-18T10:31:36.359Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-18T10:31:37.330Z] ---> 28cdc56f4849 [2023-01-18T10:31:37.330Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-18T10:31:38.740Z] ---> b81e70287cc7 [2023-01-18T10:31:38.740Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-18T10:31:39.698Z] ---> 0e9306607064 [2023-01-18T10:31:39.698Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-18T10:31:40.284Z] ---> 1333413211b8 [2023-01-18T10:31:40.284Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-18T10:31:40.554Z] ---> Running in 63368eb1d3c7 [2023-01-18T10:31:40.825Z] ---> bfc8099e2c30 [2023-01-18T10:31:40.825Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-18T10:31:41.091Z] Removing intermediate container 63368eb1d3c7 [2023-01-18T10:31:41.091Z] ---> 6baeb9718be8 [2023-01-18T10:31:41.091Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T10:31:41.678Z] ---> Running in 966d07cb2360 [2023-01-18T10:31:43.085Z] Removing intermediate container 966d07cb2360 [2023-01-18T10:31:43.085Z] ---> 3f36b70cf71d [2023-01-18T10:31:43.085Z] Step 20/22 : LABEL arch=arm64 [2023-01-18T10:31:43.354Z] ---> 9dd1fa920729 [2023-01-18T10:31:43.354Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-18T10:31:43.354Z] ---> Running in 581b7ca69f74 [2023-01-18T10:31:43.624Z] ---> Running in d68d8443b203 [2023-01-18T10:31:44.247Z] Removing intermediate container 581b7ca69f74 [2023-01-18T10:31:44.247Z] ---> fd69dec3b8de [2023-01-18T10:31:44.247Z] Step 21/22 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:31:44.247Z] Removing intermediate container d68d8443b203 [2023-01-18T10:31:44.247Z] ---> 5c730dadafc8 [2023-01-18T10:31:44.247Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T10:31:44.516Z] ---> Running in a4db73ee99e3 [2023-01-18T10:31:44.516Z] ---> Running in 3b5711572712 [2023-01-18T10:31:45.475Z] Removing intermediate container a4db73ee99e3 [2023-01-18T10:31:45.475Z] ---> 85838aa1fcd5 [2023-01-18T10:31:45.475Z] Step 22/22 : LABEL version=3.0.0-dev.22 [2023-01-18T10:31:45.475Z] Removing intermediate container 3b5711572712 [2023-01-18T10:31:45.475Z] ---> c1b99ee76e80 [2023-01-18T10:31:45.475Z] Step 22/24 : LABEL arch=arm64 [2023-01-18T10:31:45.741Z] ---> Running in 7def70ef0ca1 [2023-01-18T10:31:45.741Z] ---> Running in 14ba78bbf832 [2023-01-18T10:31:46.323Z] Removing intermediate container 7def70ef0ca1 [2023-01-18T10:31:46.324Z] ---> b8b8101c8b76 [2023-01-18T10:31:46.324Z] [2023-01-18T10:31:46.595Z] Successfully built b8b8101c8b76 [2023-01-18T10:31:46.595Z] Successfully tagged core-data-arm64:latest [2023-01-18T10:31:46.595Z]  Building core-data ... done Building support-notifications [2023-01-18T10:31:46.595Z] Removing intermediate container 14ba78bbf832 [2023-01-18T10:31:46.595Z] ---> f12231d39051 [2023-01-18T10:31:46.595Z] Step 23/24 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:31:46.866Z] ---> Running in 50388429c142 [2023-01-18T10:31:47.826Z] Removing intermediate container 50388429c142 [2023-01-18T10:31:47.826Z] ---> ea0eeeb5e469 [2023-01-18T10:31:47.826Z] Step 24/24 : LABEL version=3.0.0-dev.22 [2023-01-18T10:31:47.826Z] ---> Running in 7fcde9ad00ff [2023-01-18T10:31:48.787Z] Removing intermediate container 7fcde9ad00ff [2023-01-18T10:31:48.787Z] ---> 83ca37a0e57e [2023-01-18T10:31:48.787Z] [2023-01-18T10:31:48.787Z] Successfully built 83ca37a0e57e [2023-01-18T10:31:49.058Z] Successfully tagged core-metadata-arm64:latest [2023-01-18T10:31:49.059Z] Building security-spiffe-token-provider [2023-01-18T10:31:51.641Z]  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T10:31:51.641Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-18T10:31:51.641Z] ---> 9edb0feb92ca [2023-01-18T10:31:51.641Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-18T10:31:51.641Z] ---> Using cache [2023-01-18T10:31:51.641Z] ---> d1d22947585c [2023-01-18T10:31:51.641Z] Step 4/22 : WORKDIR /edgex-go [2023-01-18T10:31:51.641Z] ---> Using cache [2023-01-18T10:31:51.641Z] ---> a3e26bd3f177 [2023-01-18T10:31:51.641Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-18T10:31:51.642Z] ---> Running in fe32c26e23f0 [2023-01-18T10:31:54.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:31:54.492Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:31:54.492Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T10:31:54.492Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-18T10:31:54.492Z] ---> 9edb0feb92ca [2023-01-18T10:31:54.492Z] Step 3/19 : WORKDIR /edgex-go [2023-01-18T10:31:54.492Z] ---> Using cache [2023-01-18T10:31:54.492Z] ---> 9ba66f07989b [2023-01-18T10:31:54.492Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-18T10:31:55.902Z] OK: 221 MiB in 51 packages [2023-01-18T10:31:56.484Z] ---> Running in 2d11f1c3784c [2023-01-18T10:31:58.425Z] Removing intermediate container fe32c26e23f0 [2023-01-18T10:31:58.425Z] ---> 28d0e9f68b57 [2023-01-18T10:31:58.425Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-18T10:31:59.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:31:59.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:32:00.554Z] ---> 93384eedce8f [2023-01-18T10:32:00.554Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T10:32:00.554Z] v3.16.3-125-gdeedb1d818 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-18T10:32:00.554Z] v3.16.3-126-g19213cd943 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-18T10:32:00.554Z] OK: 16900 distinct packages available [2023-01-18T10:32:00.554Z] ---> Running in 10ab8f51beb3 [2023-01-18T10:32:00.823Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:32:01.091Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:32:02.498Z] OK: 221 MiB in 51 packages [2023-01-18T10:32:04.571Z] Removing intermediate container 2d11f1c3784c [2023-01-18T10:32:04.848Z] ---> 208517187327 [2023-01-18T10:32:04.848Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-18T10:32:06.339Z] ---> ae7453ac1b3b [2023-01-18T10:32:06.339Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T10:32:06.642Z] ---> Running in 0b94ba108b48 [2023-01-18T10:32:07.670Z] Removing intermediate container b5d493265c92 [2023-01-18T10:32:07.670Z] ---> c3804a00e3e3 [2023-01-18T10:32:07.670Z] [2023-01-18T10:32:07.670Z] Step 10/23 : FROM alpine:3.16 [2023-01-18T10:32:07.670Z] ---> 2b4661558fb8 [2023-01-18T10:32:07.670Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-18T10:32:07.670Z] ---> Using cache [2023-01-18T10:32:07.670Z] ---> 8007858fcb1c [2023-01-18T10:32:07.670Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-18T10:32:07.670Z] ---> Using cache [2023-01-18T10:32:07.670Z] ---> ab1b816b65f2 [2023-01-18T10:32:07.670Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-18T10:32:07.951Z] ---> Running in 7f6d29195f72 [2023-01-18T10:32:08.954Z] Removing intermediate container 7f6d29195f72 [2023-01-18T10:32:08.954Z] ---> d2be5801484c [2023-01-18T10:32:08.954Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-18T10:32:09.555Z] ---> Running in 5e9e5739ad6d [2023-01-18T10:32:10.136Z] Removing intermediate container 5e9e5739ad6d [2023-01-18T10:32:10.136Z] ---> fe97c7f0eea8 [2023-01-18T10:32:10.136Z] Step 15/23 : WORKDIR / [2023-01-18T10:32:10.408Z] ---> Running in 917fd541f3df [2023-01-18T10:32:11.366Z] Removing intermediate container 917fd541f3df [2023-01-18T10:32:11.366Z] ---> 6b03672da580 [2023-01-18T10:32:11.366Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T10:32:13.318Z] ---> 16cefaadf49c [2023-01-18T10:32:13.318Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-18T10:32:16.662Z] ---> 8ae1d580067b [2023-01-18T10:32:16.662Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-18T10:32:17.245Z] ---> b38aad7b8cfd [2023-01-18T10:32:17.245Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-18T10:32:17.510Z] ---> Running in e29c8755ec97 [2023-01-18T10:32:18.466Z] Removing intermediate container e29c8755ec97 [2023-01-18T10:32:18.466Z] ---> a91f388dd8e9 [2023-01-18T10:32:18.466Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T10:32:18.737Z] ---> Running in 160017b07096 [2023-01-18T10:32:20.154Z] Removing intermediate container 160017b07096 [2023-01-18T10:32:20.154Z] ---> 9ff0ec4ccba9 [2023-01-18T10:32:20.154Z] Step 21/23 : LABEL arch=arm64 [2023-01-18T10:32:20.420Z] ---> Running in 90fe5e5ce64d [2023-01-18T10:32:21.376Z] Removing intermediate container 90fe5e5ce64d [2023-01-18T10:32:21.376Z] ---> fc45493001b5 [2023-01-18T10:32:21.376Z] Step 22/23 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:32:21.376Z] ---> Running in 020df7cac317 [2023-01-18T10:32:22.338Z] Removing intermediate container 020df7cac317 [2023-01-18T10:32:22.338Z] ---> 0ca8d470771e [2023-01-18T10:32:22.338Z] Step 23/23 : LABEL version=3.0.0-dev.22 [2023-01-18T10:32:22.603Z] ---> Running in c02e1294ff7f [2023-01-18T10:32:23.561Z] Removing intermediate container c02e1294ff7f [2023-01-18T10:32:23.561Z] ---> 95e789114d39 [2023-01-18T10:32:23.561Z] [2023-01-18T10:32:23.833Z] Successfully built 95e789114d39 [2023-01-18T10:32:24.100Z] Successfully tagged core-command-arm64:latest [2023-01-18T10:32:24.100Z] Building security-spire-agent [2023-01-18T10:32:29.443Z]  Building core-command ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T10:32:29.443Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-18T10:32:29.443Z] ---> 9edb0feb92ca [2023-01-18T10:32:29.443Z] Step 3/24 : WORKDIR /edgex-go [2023-01-18T10:32:29.443Z] ---> Using cache [2023-01-18T10:32:29.443Z] ---> 9ba66f07989b [2023-01-18T10:32:29.443Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-18T10:32:29.443Z] ---> Using cache [2023-01-18T10:32:29.443Z] ---> 6175959b0ffb [2023-01-18T10:32:29.443Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-18T10:32:29.443Z] ---> Using cache [2023-01-18T10:32:29.443Z] ---> 56da7d777ea2 [2023-01-18T10:32:29.443Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T10:32:29.443Z] ---> Using cache [2023-01-18T10:32:29.443Z] ---> 444b813f5f56 [2023-01-18T10:32:29.443Z] Step 7/24 : COPY . . [2023-01-18T10:32:29.443Z] ---> Using cache [2023-01-18T10:32:29.443Z] ---> b7d1baa59c0c [2023-01-18T10:32:29.443Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-18T10:32:29.443Z] ---> Using cache [2023-01-18T10:32:29.443Z] ---> 407b55ae5655 [2023-01-18T10:32:29.443Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-18T10:32:29.443Z] ---> Using cache [2023-01-18T10:32:29.443Z] ---> 264b30ada714 [2023-01-18T10:32:29.443Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-18T10:32:29.443Z] ---> Using cache [2023-01-18T10:32:29.443Z] ---> 9b5131bc0d46 [2023-01-18T10:32:29.443Z] Step 11/24 : WORKDIR /edgex-go [2023-01-18T10:32:29.443Z] ---> Using cache [2023-01-18T10:32:29.443Z] ---> 587cccd3a376 [2023-01-18T10:32:29.443Z] [2023-01-18T10:32:29.443Z] Step 12/24 : FROM alpine:3.15 [2023-01-18T10:32:29.443Z] ---> 8aa73fd46299 [2023-01-18T10:32:29.443Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T10:32:29.443Z] ---> Using cache [2023-01-18T10:32:29.443Z] ---> 6bba3a1ea011 [2023-01-18T10:32:29.443Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-18T10:32:29.443Z] ---> Using cache [2023-01-18T10:32:29.443Z] ---> 7c2a8aae9f07 [2023-01-18T10:32:29.443Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-18T10:32:36.122Z] ---> c8b4e92a2a2f [2023-01-18T10:32:36.122Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-18T10:32:40.377Z] Removing intermediate container 24cf940c1835 [2023-01-18T10:32:40.377Z] ---> 71b537589bee [2023-01-18T10:32:40.377Z] Step 7/32 : COPY . . [2023-01-18T10:32:42.313Z] ---> 9d1d83ca352a [2023-01-18T10:32:42.313Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-18T10:32:43.718Z] ---> d3e30f1cb871 [2023-01-18T10:32:43.718Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-18T10:32:43.986Z] ---> 1fafd9895448 [2023-01-18T10:32:43.986Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-18T10:32:43.986Z] ---> Running in 5438132d72dd [2023-01-18T10:32:48.230Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-18T10:32:48.230Z] ---> 13863a6e6f06 [2023-01-18T10:32:48.230Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-18T10:32:49.185Z] ---> 880cbace75a5 [2023-01-18T10:32:49.185Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-18T10:32:49.185Z] ---> Running in 894c09d19b38 [2023-01-18T10:32:50.139Z] Removing intermediate container 894c09d19b38 [2023-01-18T10:32:50.139Z] ---> 7ee7c8182a97 [2023-01-18T10:32:50.139Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-18T10:32:50.139Z] ---> Running in 9acfa30a048d [2023-01-18T10:32:51.095Z] Removing intermediate container 9acfa30a048d [2023-01-18T10:32:51.095Z] ---> c0af6beb4009 [2023-01-18T10:32:51.095Z] Step 22/24 : LABEL arch=arm64 [2023-01-18T10:32:51.095Z] ---> Running in 5f857d9a5f1b [2023-01-18T10:32:52.049Z] Removing intermediate container 5f857d9a5f1b [2023-01-18T10:32:52.049Z] ---> 25cc6e69fb82 [2023-01-18T10:32:52.049Z] Step 23/24 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:32:52.049Z] ---> Running in f02b12ce8bbb [2023-01-18T10:32:52.629Z] Removing intermediate container f02b12ce8bbb [2023-01-18T10:32:52.629Z] ---> 946f0c8a919d [2023-01-18T10:32:52.629Z] Step 24/24 : LABEL version=3.0.0-dev.22 [2023-01-18T10:32:52.893Z] ---> Running in edacc7b9a767 [2023-01-18T10:32:54.302Z] Removing intermediate container edacc7b9a767 [2023-01-18T10:32:54.302Z] ---> df77a10c33b2 [2023-01-18T10:32:54.302Z] [2023-01-18T10:32:54.566Z] Successfully built df77a10c33b2 [2023-01-18T10:32:54.566Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-18T10:32:54.566Z]  Building security-spire-agent ... done Building security-secretstore-setup [2023-01-18T10:32:59.896Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-18T10:32:59.896Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-18T10:32:59.896Z] ---> 9edb0feb92ca [2023-01-18T10:32:59.896Z] Step 3/24 : WORKDIR /edgex-go [2023-01-18T10:32:59.896Z] ---> Using cache [2023-01-18T10:32:59.896Z] ---> 9ba66f07989b [2023-01-18T10:32:59.896Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-18T10:32:59.896Z] ---> Using cache [2023-01-18T10:32:59.896Z] ---> 42ac9395cfdb [2023-01-18T10:32:59.896Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-18T10:32:59.896Z] ---> Using cache [2023-01-18T10:32:59.896Z] ---> f8da994e6882 [2023-01-18T10:32:59.896Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-18T10:32:59.896Z] ---> Using cache [2023-01-18T10:32:59.896Z] ---> 71b537589bee [2023-01-18T10:32:59.896Z] Step 7/24 : COPY . . [2023-01-18T10:32:59.896Z] ---> Using cache [2023-01-18T10:32:59.896Z] ---> 1fafd9895448 [2023-01-18T10:32:59.896Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-18T10:33:00.862Z] ---> Running in 82ee51721d69 [2023-01-18T10:33:02.797Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-18T10:33:34.979Z] Removing intermediate container 31df27d29005 [2023-01-18T10:33:34.979Z] ---> 081d3451b738 [2023-01-18T10:33:34.979Z] [2023-01-18T10:33:34.979Z] Step 10/22 : FROM alpine:3.16 [2023-01-18T10:33:34.979Z] ---> 2b4661558fb8 [2023-01-18T10:33:34.979Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-18T10:33:34.979Z] ---> Using cache [2023-01-18T10:33:34.979Z] ---> 8007858fcb1c [2023-01-18T10:33:34.979Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-18T10:33:34.979Z] ---> Using cache [2023-01-18T10:33:34.979Z] ---> ab1b816b65f2 [2023-01-18T10:33:34.979Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-18T10:33:34.979Z] ---> Running in cc2703957dc0 [2023-01-18T10:33:34.979Z] Removing intermediate container cc2703957dc0 [2023-01-18T10:33:34.979Z] ---> 4f7afc306aef [2023-01-18T10:33:34.979Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-18T10:33:34.979Z] ---> Running in 23252ce752f1 [2023-01-18T10:33:35.938Z] Removing intermediate container 23252ce752f1 [2023-01-18T10:33:35.938Z] ---> f205838c9baa [2023-01-18T10:33:35.938Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T10:33:38.524Z] ---> d2ef694ac51e [2023-01-18T10:33:38.524Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-18T10:33:43.866Z] ---> eb7336e40a0c [2023-01-18T10:33:43.866Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-18T10:33:45.809Z] ---> 0b57890398d6 [2023-01-18T10:33:45.809Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-18T10:33:45.809Z] ---> Running in 80aaf8c1d2a4 [2023-01-18T10:33:46.765Z] Removing intermediate container 80aaf8c1d2a4 [2023-01-18T10:33:46.765Z] ---> fded2d83823f [2023-01-18T10:33:46.765Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T10:33:47.031Z] ---> Running in 1ef67e2d7e01 [2023-01-18T10:33:47.986Z] Removing intermediate container 1ef67e2d7e01 [2023-01-18T10:33:47.986Z] ---> c64a5752d6b7 [2023-01-18T10:33:47.986Z] Step 20/22 : LABEL arch=arm64 [2023-01-18T10:33:47.986Z] ---> Running in ad7a31fdc242 [2023-01-18T10:33:49.920Z] Removing intermediate container 10ab8f51beb3 [2023-01-18T10:33:49.920Z] ---> 163e4e420464 [2023-01-18T10:33:49.920Z] Step 8/22 : COPY . . [2023-01-18T10:33:50.499Z] Removing intermediate container ad7a31fdc242 [2023-01-18T10:33:50.499Z] ---> b51f17493b12 [2023-01-18T10:33:50.499Z] Step 21/22 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:33:50.766Z] ---> Running in 610ea00a6f3f [2023-01-18T10:33:51.720Z] Removing intermediate container 610ea00a6f3f [2023-01-18T10:33:51.720Z] ---> c6ea63413c2d [2023-01-18T10:33:51.720Z] Step 22/22 : LABEL version=3.0.0-dev.22 [2023-01-18T10:33:51.720Z] ---> Running in 6cee2d7ea95e [2023-01-18T10:33:52.682Z] Removing intermediate container 6cee2d7ea95e [2023-01-18T10:33:52.682Z] ---> 7dfbd5ba64b8 [2023-01-18T10:33:52.682Z] [2023-01-18T10:33:52.955Z] Successfully built 7dfbd5ba64b8 [2023-01-18T10:33:52.955Z] Successfully tagged support-scheduler-arm64:latest [2023-01-18T10:33:53.941Z]  Building support-scheduler ... done  ---> 657ec373ea1e [2023-01-18T10:33:53.941Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-18T10:33:54.211Z] ---> Running in 509666635ba0 [2023-01-18T10:33:56.174Z] Removing intermediate container 0b94ba108b48 [2023-01-18T10:33:56.174Z] ---> cf7adfea964b [2023-01-18T10:33:56.174Z] Step 7/19 : COPY . . [2023-01-18T10:33:56.174Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-18T10:33:58.775Z] ---> c28f75be2c59 [2023-01-18T10:33:58.775Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-18T10:33:58.775Z] ---> Running in 07afce1695cf [2023-01-18T10:34:00.716Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-18T10:37:22.437Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-18T10:37:22.437Z] Removing intermediate container 5438132d72dd [2023-01-18T10:37:22.437Z] ---> 5d5db7b43c9c [2023-01-18T10:37:22.437Z] [2023-01-18T10:37:22.437Z] Step 9/32 : FROM alpine:3.16 [2023-01-18T10:37:22.437Z] ---> 2b4661558fb8 [2023-01-18T10:37:22.437Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T10:37:22.438Z] ---> Running in 1ea89c88469a [2023-01-18T10:37:22.438Z] Removing intermediate container 1ea89c88469a [2023-01-18T10:37:22.438Z] ---> bcbfd7f7742c [2023-01-18T10:37:22.438Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-18T10:37:22.438Z] ---> Running in 922fbc0ad4ad [2023-01-18T10:37:23.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:37:23.600Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:37:25.019Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-18T10:37:25.019Z] (2/2) Installing su-exec (0.2-r1) [2023-01-18T10:37:25.019Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T10:37:25.019Z] OK: 5 MiB in 16 packages [2023-01-18T10:37:26.961Z] Removing intermediate container 922fbc0ad4ad [2023-01-18T10:37:26.961Z] ---> 004b8dcd3894 [2023-01-18T10:37:26.961Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-18T10:37:26.961Z] ---> Running in a86107203749 [2023-01-18T10:37:27.549Z] Removing intermediate container a86107203749 [2023-01-18T10:37:27.549Z] ---> e48c07f1f1c1 [2023-01-18T10:37:27.549Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-18T10:37:27.822Z] ---> Running in d44830d2ee00 [2023-01-18T10:37:30.393Z] Removing intermediate container d44830d2ee00 [2023-01-18T10:37:30.393Z] ---> e069a41a4a44 [2023-01-18T10:37:30.393Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-18T10:37:30.658Z] ---> Running in fc4f727fd14b [2023-01-18T10:37:31.238Z] Removing intermediate container fc4f727fd14b [2023-01-18T10:37:31.238Z] ---> ffe1ff62e749 [2023-01-18T10:37:31.238Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-18T10:37:31.502Z] ---> Running in 84ddaf214891 [2023-01-18T10:37:32.457Z] Removing intermediate container 84ddaf214891 [2023-01-18T10:37:32.457Z] ---> f36dccc5e6ca [2023-01-18T10:37:32.457Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-18T10:37:32.457Z] ---> Running in d349fac3ee83 [2023-01-18T10:37:34.397Z] Removing intermediate container 82ee51721d69 [2023-01-18T10:37:34.397Z] ---> 6d869f55f713 [2023-01-18T10:37:34.397Z] [2023-01-18T10:37:34.397Z] Step 9/24 : FROM alpine:3.16 [2023-01-18T10:37:34.397Z] ---> 2b4661558fb8 [2023-01-18T10:37:34.397Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-18T10:37:34.397Z] ---> Running in 8691f61724d9 [2023-01-18T10:37:35.805Z] Removing intermediate container d349fac3ee83 [2023-01-18T10:37:35.805Z] ---> 7858d45ecd26 [2023-01-18T10:37:35.805Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-18T10:37:36.071Z] ---> Running in 786252f0fcd1 [2023-01-18T10:37:36.654Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:37:36.654Z] Removing intermediate container 786252f0fcd1 [2023-01-18T10:37:36.654Z] ---> a5f3fc7334c1 [2023-01-18T10:37:36.654Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-18T10:37:36.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:37:37.509Z] ---> 699410833f1c [2023-01-18T10:37:37.509Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-18T10:37:37.780Z] ---> Running in 97a851e98b5f [2023-01-18T10:37:38.741Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-18T10:37:38.741Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-18T10:37:38.741Z] (3/3) Installing su-exec (0.2-r1) [2023-01-18T10:37:38.741Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T10:37:38.741Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T10:37:39.007Z] OK: 6 MiB in 17 packages [2023-01-18T10:37:43.249Z] Removing intermediate container 97a851e98b5f [2023-01-18T10:37:43.249Z] ---> 918ba0200176 [2023-01-18T10:37:43.249Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T10:37:43.829Z] Removing intermediate container 8691f61724d9 [2023-01-18T10:37:43.829Z] ---> e712f694a912 [2023-01-18T10:37:43.829Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-18T10:37:44.095Z] ---> Running in 79e55da76e60 [2023-01-18T10:37:44.361Z] ---> 991d4e42101e [2023-01-18T10:37:44.361Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-18T10:37:44.942Z] Removing intermediate container 79e55da76e60 [2023-01-18T10:37:44.942Z] ---> f51125bcc390 [2023-01-18T10:37:44.942Z] Step 12/24 : WORKDIR / [2023-01-18T10:37:44.942Z] ---> Running in 730ece522fd8 [2023-01-18T10:37:45.519Z] Removing intermediate container 730ece522fd8 [2023-01-18T10:37:45.519Z] ---> 9bef8848cd54 [2023-01-18T10:37:45.519Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-18T10:37:47.023Z] ---> ffe6054772dc [2023-01-18T10:37:47.023Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-18T10:37:47.320Z] ---> 16433c336acf [2023-01-18T10:37:47.320Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-18T10:37:48.337Z] ---> cc66d99daa29 [2023-01-18T10:37:48.337Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-18T10:37:48.648Z] ---> 5e13af6643e4 [2023-01-18T10:37:48.648Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-18T10:37:49.258Z] ---> 73794e278bdf [2023-01-18T10:37:49.258Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-18T10:37:49.860Z] ---> 066ce383ed75 [2023-01-18T10:37:49.861Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-18T10:37:50.460Z] ---> 018f586295a0 [2023-01-18T10:37:50.460Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-18T10:37:50.727Z] ---> 95b907cf544a [2023-01-18T10:37:50.727Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-18T10:37:52.138Z] ---> 01d077c091d8 [2023-01-18T10:37:52.138Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-18T10:37:52.404Z] ---> fbe99d37aebc [2023-01-18T10:37:52.404Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-18T10:37:53.365Z] ---> 4eb017ea37f5 [2023-01-18T10:37:53.366Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-18T10:37:53.637Z] ---> Running in d6ab3e660493 [2023-01-18T10:37:56.214Z] ---> 9d9a897463ea [2023-01-18T10:37:56.214Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-18T10:37:57.629Z] ---> 6c061170caa6 [2023-01-18T10:37:57.629Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-18T10:37:57.898Z] ---> Running in 2423f54ea12f [2023-01-18T10:37:58.168Z] Removing intermediate container d6ab3e660493 [2023-01-18T10:37:58.168Z] ---> c0299a4867fe [2023-01-18T10:37:58.168Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-18T10:37:58.168Z] ---> Running in e7dc54e5146d [2023-01-18T10:37:59.123Z] Removing intermediate container e7dc54e5146d [2023-01-18T10:37:59.123Z] ---> 2008e2aa65a1 [2023-01-18T10:37:59.123Z] Step 29/32 : CMD ["gate"] [2023-01-18T10:37:59.123Z] ---> Running in 5215bc068b6e [2023-01-18T10:37:59.707Z] Removing intermediate container 5215bc068b6e [2023-01-18T10:37:59.707Z] ---> 8fedd43d8fbf [2023-01-18T10:37:59.707Z] Step 30/32 : LABEL arch=arm64 [2023-01-18T10:37:59.979Z] ---> Running in 860c86d07f4f [2023-01-18T10:38:00.572Z] Removing intermediate container 860c86d07f4f [2023-01-18T10:38:00.572Z] ---> 7d3e57881a4b [2023-01-18T10:38:00.572Z] Step 31/32 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:38:00.842Z] ---> Running in 7826b769cda9 [2023-01-18T10:38:01.434Z] Removing intermediate container 7826b769cda9 [2023-01-18T10:38:01.434Z] ---> 18c95c3ee73b [2023-01-18T10:38:01.434Z] Step 32/32 : LABEL version=3.0.0-dev.22 [2023-01-18T10:38:01.701Z] Removing intermediate container 2423f54ea12f [2023-01-18T10:38:01.701Z] ---> ef9db655bcac [2023-01-18T10:38:01.701Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-18T10:38:01.701Z] ---> Running in 4fa0320b298b [2023-01-18T10:38:01.701Z] ---> Running in 8c1c109b81d3 [2023-01-18T10:38:02.282Z] Removing intermediate container 8c1c109b81d3 [2023-01-18T10:38:02.282Z] ---> 010d158587ea [2023-01-18T10:38:02.282Z] Step 22/24 : LABEL arch=arm64 [2023-01-18T10:38:02.282Z] Removing intermediate container 4fa0320b298b [2023-01-18T10:38:02.282Z] ---> b69c5ce29659 [2023-01-18T10:38:02.282Z] [2023-01-18T10:38:02.553Z] ---> Running in 1062c5192895 [2023-01-18T10:38:02.553Z] Successfully built b69c5ce29659 [2023-01-18T10:38:02.553Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-18T10:38:02.819Z]  Building security-bootstrapper ... done Removing intermediate container 1062c5192895 [2023-01-18T10:38:02.819Z] ---> b5d715818b47 [2023-01-18T10:38:02.819Z] Step 23/24 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:38:03.085Z] ---> Running in a86f4c3520ba [2023-01-18T10:38:03.664Z] Removing intermediate container a86f4c3520ba [2023-01-18T10:38:03.664Z] ---> 902121db2883 [2023-01-18T10:38:03.664Z] Step 24/24 : LABEL version=3.0.0-dev.22 [2023-01-18T10:38:03.664Z] ---> Running in 502d839b2902 [2023-01-18T10:38:04.245Z] Removing intermediate container 502d839b2902 [2023-01-18T10:38:04.245Z] ---> 6ba145876c3a [2023-01-18T10:38:04.245Z] [2023-01-18T10:38:04.245Z] Successfully built 6ba145876c3a [2023-01-18T10:38:04.245Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-18T10:39:12.064Z]  Building security-secretstore-setup ... done Removing intermediate container 07afce1695cf [2023-01-18T10:39:12.064Z] ---> 3c1fb0131384 [2023-01-18T10:39:12.064Z] [2023-01-18T10:39:12.064Z] Step 9/19 : FROM alpine:3.15 [2023-01-18T10:39:12.064Z] ---> 8aa73fd46299 [2023-01-18T10:39:12.064Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-18T10:39:12.064Z] ---> Using cache [2023-01-18T10:39:12.064Z] ---> 6bba3a1ea011 [2023-01-18T10:39:12.064Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-18T10:39:12.064Z] ---> Running in 01fe91ca578b [2023-01-18T10:39:13.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:39:13.739Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:39:14.697Z] v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-18T10:39:14.697Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-18T10:39:14.697Z] OK: 15736 distinct packages available [2023-01-18T10:39:14.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:39:14.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:39:15.924Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-18T10:39:15.924Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-18T10:39:15.924Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-18T10:39:15.924Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-18T10:39:15.924Z] (5/9) Installing curl (7.80.0-r5) [2023-01-18T10:39:15.924Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-18T10:39:15.924Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-18T10:39:15.924Z] (8/9) Installing libucontext (1.1-r0) [2023-01-18T10:39:15.924Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-18T10:39:15.924Z] Executing busybox-1.34.1-r7.trigger [2023-01-18T10:39:16.194Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T10:39:16.194Z] OK: 8 MiB in 23 packages [2023-01-18T10:39:18.132Z] Removing intermediate container 01fe91ca578b [2023-01-18T10:39:18.132Z] ---> 9c3c1bdb0228 [2023-01-18T10:39:18.132Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T10:39:18.398Z] ---> 9f7fc4276e5d [2023-01-18T10:39:18.398Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-18T10:39:19.812Z] ---> a926608545f9 [2023-01-18T10:39:19.812Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-18T10:39:20.773Z] ---> 4d668fbb5766 [2023-01-18T10:39:20.773Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-18T10:39:20.773Z] ---> Running in 3d1b5e57b7c2 [2023-01-18T10:39:21.040Z] Removing intermediate container 3d1b5e57b7c2 [2023-01-18T10:39:21.040Z] ---> eb646894f5b0 [2023-01-18T10:39:21.040Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T10:39:21.040Z] ---> Running in fc08c5bac3a5 [2023-01-18T10:39:21.620Z] Removing intermediate container fc08c5bac3a5 [2023-01-18T10:39:21.620Z] ---> 6816a45d358e [2023-01-18T10:39:21.620Z] Step 17/19 : LABEL arch=arm64 [2023-01-18T10:39:21.620Z] ---> Running in 7ce0f4e771cd [2023-01-18T10:39:25.872Z] Removing intermediate container 7ce0f4e771cd [2023-01-18T10:39:25.872Z] ---> beb037a4f19c [2023-01-18T10:39:25.872Z] Step 18/19 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:39:25.873Z] ---> Running in 4be8a898d470 [2023-01-18T10:39:26.138Z] Removing intermediate container 4be8a898d470 [2023-01-18T10:39:26.138Z] ---> b20d96e40f2b [2023-01-18T10:39:26.138Z] Step 19/19 : LABEL version=3.0.0-dev.22 [2023-01-18T10:39:26.138Z] ---> Running in 0275a0f4deb9 [2023-01-18T10:39:26.403Z] Removing intermediate container 0275a0f4deb9 [2023-01-18T10:39:26.403Z] ---> ce2481e946e2 [2023-01-18T10:39:26.403Z] [2023-01-18T10:39:26.697Z] Successfully built ce2481e946e2 [2023-01-18T10:39:26.697Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-18T10:39:26.697Z]  Building security-spiffe-token-provider ... done Removing intermediate container 509666635ba0 [2023-01-18T10:39:26.697Z] ---> bf23bbcc53cd [2023-01-18T10:39:26.697Z] [2023-01-18T10:39:26.697Z] Step 10/22 : FROM alpine:3.16 [2023-01-18T10:39:26.697Z] ---> 2b4661558fb8 [2023-01-18T10:39:26.697Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-18T10:39:26.965Z] ---> Running in 31d465c24899 [2023-01-18T10:39:27.930Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-18T10:39:28.198Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-18T10:39:29.161Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-18T10:39:29.161Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-18T10:39:29.161Z] Executing busybox-1.35.0-r17.trigger [2023-01-18T10:39:29.161Z] Executing ca-certificates-20220614-r0.trigger [2023-01-18T10:39:29.430Z] OK: 6 MiB in 16 packages [2023-01-18T10:39:30.853Z] Removing intermediate container 31d465c24899 [2023-01-18T10:39:30.853Z] ---> 4ca31a4b11e0 [2023-01-18T10:39:30.853Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-18T10:39:30.853Z] ---> Running in 095713b4305e [2023-01-18T10:39:31.124Z] Removing intermediate container 095713b4305e [2023-01-18T10:39:31.124Z] ---> b30f146f7d0d [2023-01-18T10:39:31.124Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-18T10:39:31.124Z] ---> Running in e7325c8c5bac [2023-01-18T10:39:31.395Z] Removing intermediate container e7325c8c5bac [2023-01-18T10:39:31.395Z] ---> f2be842d85c0 [2023-01-18T10:39:31.395Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-18T10:39:31.395Z] ---> Running in d0e3c9af11c1 [2023-01-18T10:39:31.664Z] Removing intermediate container d0e3c9af11c1 [2023-01-18T10:39:31.664Z] ---> 46d1fab8f5c9 [2023-01-18T10:39:31.664Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-18T10:39:32.249Z] ---> e100a90e150c [2023-01-18T10:39:32.249Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-18T10:39:33.660Z] ---> 090d1e0ade5b [2023-01-18T10:39:33.660Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-18T10:39:33.927Z] ---> 78df80ab00c0 [2023-01-18T10:39:33.927Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-18T10:39:33.927Z] ---> Running in 35c8b7dabf34 [2023-01-18T10:39:34.202Z] Removing intermediate container 35c8b7dabf34 [2023-01-18T10:39:34.202Z] ---> 1879dd0eb887 [2023-01-18T10:39:34.202Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-18T10:39:34.467Z] ---> Running in da34154b2f53 [2023-01-18T10:39:34.735Z] Removing intermediate container da34154b2f53 [2023-01-18T10:39:34.735Z] ---> c3e6f9d1cac1 [2023-01-18T10:39:34.735Z] Step 20/22 : LABEL arch=arm64 [2023-01-18T10:39:34.735Z] ---> Running in 889c549448d4 [2023-01-18T10:39:35.002Z] Removing intermediate container 889c549448d4 [2023-01-18T10:39:35.002Z] ---> add3cd512413 [2023-01-18T10:39:35.002Z] Step 21/22 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:39:35.002Z] ---> Running in 90d7ff9d0b40 [2023-01-18T10:39:35.269Z] Removing intermediate container 90d7ff9d0b40 [2023-01-18T10:39:35.269Z] ---> 92f6f0590f3e [2023-01-18T10:39:35.269Z] Step 22/22 : LABEL version=3.0.0-dev.22 [2023-01-18T10:39:35.269Z] ---> Running in f8c75e34a199 [2023-01-18T10:39:35.536Z] Removing intermediate container f8c75e34a199 [2023-01-18T10:39:35.536Z] ---> e5674384997c [2023-01-18T10:39:35.536Z] [2023-01-18T10:39:35.804Z] Successfully built e5674384997c [2023-01-18T10:39:35.804Z] Successfully tagged support-notifications-arm64:latest [2023-01-18T10:39:36.085Z]  Building support-notifications ... done  [Pipeline] } [2023-01-18T10:39:36.089Z] $ docker stop --time=1 01b672a7d206283d7e9eda9a130b4682ba534bbb6a88f41df42c2c42a7218843 [2023-01-18T10:39:37.718Z] $ docker rm -f --volumes 01b672a7d206283d7e9eda9a130b4682ba534bbb6a88f41df42c2c42a7218843 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-18T10:39:38.194Z] + docker images [2023-01-18T10:39:38.460Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-18T10:39:38.460Z] support-notifications-arm64 latest e5674384997c 3 seconds ago 29.6MB [2023-01-18T10:39:38.460Z] bf23bbcc53cd 12 seconds ago 1.41GB [2023-01-18T10:39:38.460Z] security-spiffe-token-provider-arm64 latest ce2481e946e2 12 seconds ago 28.9MB [2023-01-18T10:39:38.460Z] 3c1fb0131384 29 seconds ago 1.37GB [2023-01-18T10:39:38.460Z] security-secretstore-setup-arm64 latest 6ba145876c3a About a minute ago 28.7MB [2023-01-18T10:39:38.460Z] security-bootstrapper-arm64 latest b69c5ce29659 About a minute ago 19.5MB [2023-01-18T10:39:38.460Z] 6d869f55f713 2 minutes ago 1.33GB [2023-01-18T10:39:38.460Z] 5d5db7b43c9c 2 minutes ago 1.33GB [2023-01-18T10:39:38.460Z] support-scheduler-arm64 latest 7dfbd5ba64b8 5 minutes ago 29MB [2023-01-18T10:39:38.460Z] 081d3451b738 6 minutes ago 1.4GB [2023-01-18T10:39:38.460Z] security-spire-agent-arm64 latest df77a10c33b2 6 minutes ago 122MB [2023-01-18T10:39:38.460Z] core-command-arm64 latest 95e789114d39 7 minutes ago 17MB [2023-01-18T10:39:38.460Z] c3804a00e3e3 7 minutes ago 1.34GB [2023-01-18T10:39:38.460Z] core-metadata-arm64 latest 83ca37a0e57e 7 minutes ago 17.8MB [2023-01-18T10:39:38.460Z] core-data-arm64 latest b8b8101c8b76 7 minutes ago 17.2MB [2023-01-18T10:39:38.460Z] 8dae0555bf7e 8 minutes ago 1.35GB [2023-01-18T10:39:38.460Z] 388823a1aea1 8 minutes ago 1.35GB [2023-01-18T10:39:38.460Z] security-proxy-setup-arm64 latest 08695942f907 8 minutes ago 26.8MB [2023-01-18T10:39:38.460Z] d404c955c588 9 minutes ago 1.33GB [2023-01-18T10:39:38.460Z] security-spire-server-arm64 latest 1d0721f4545a 14 minutes ago 84.3MB [2023-01-18T10:39:38.460Z] b16977b99e58 14 minutes ago 1.21GB [2023-01-18T10:39:38.460Z] security-spire-config-arm64 latest 1ba221b58f95 14 minutes ago 83.6MB [2023-01-18T10:39:38.460Z] 587cccd3a376 15 minutes ago 1.21GB [2023-01-18T10:39:38.460Z] ci-base-image-arm64 latest 9edb0feb92ca 18 minutes ago 905MB [2023-01-18T10:39:38.460Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-18T10:39:38.460Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-18T10:39:38.460Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-18T10:39:38.460Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-18T10:39:38.565Z] provisioning config files... [2023-01-18T10:39:38.578Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/377@tmp/config15836570188227124610tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T10:39:38.918Z] ---> docker-login.sh [2023-01-18T10:39:38.918Z] nexus3.edgexfoundry.org:10001 [2023-01-18T10:39:38.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:39:39.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:39:39.185Z] Configure a credential helper to remove this warning. See [2023-01-18T10:39:39.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:39:39.185Z] [2023-01-18T10:39:39.185Z] Login Succeeded [2023-01-18T10:39:39.185Z] nexus3.edgexfoundry.org:10002 [2023-01-18T10:39:39.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:39:39.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:39:39.716Z] Configure a credential helper to remove this warning. See [2023-01-18T10:39:39.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:39:39.716Z] [2023-01-18T10:39:39.716Z] Login Succeeded [2023-01-18T10:39:39.716Z] nexus3.edgexfoundry.org:10003 [2023-01-18T10:39:39.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:39:39.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:39:39.981Z] Configure a credential helper to remove this warning. See [2023-01-18T10:39:39.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:39:39.981Z] [2023-01-18T10:39:39.981Z] Login Succeeded [2023-01-18T10:39:39.981Z] nexus3.edgexfoundry.org:10004 [2023-01-18T10:39:40.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:39:40.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:39:40.247Z] Configure a credential helper to remove this warning. See [2023-01-18T10:39:40.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:39:40.247Z] [2023-01-18T10:39:40.247Z] Login Succeeded [2023-01-18T10:39:40.247Z] docker.io [2023-01-18T10:39:40.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-18T10:39:40.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-18T10:39:40.775Z] Configure a credential helper to remove this warning. See [2023-01-18T10:39:40.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-18T10:39:40.775Z] [2023-01-18T10:39:40.775Z] Login Succeeded [2023-01-18T10:39:40.775Z] ---> docker-login.sh ends [Pipeline] } [2023-01-18T10:39:40.786Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T10:39:40.810Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-18T10:39:40.826Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-01-18T10:39:40.826Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:39:40.826Z] latest [2023-01-18T10:39:40.826Z] 3.0.0-dev.22 [2023-01-18T10:39:40.826Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:39:40.826Z] main [2023-01-18T10:39:40.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:41.150Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:41.476Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:39:41.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-18T10:39:41.476Z] 3fb7e533ee71: Preparing [2023-01-18T10:39:41.476Z] aafb002b483f: Preparing [2023-01-18T10:39:41.476Z] dd3922e1db3f: Preparing [2023-01-18T10:39:41.476Z] 4b848a7a793e: Preparing [2023-01-18T10:39:41.476Z] 17bec77d7fdc: Preparing [2023-01-18T10:39:41.476Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:39:41.739Z] 4b848a7a793e: Pushed [2023-01-18T10:39:41.739Z] dd3922e1db3f: Pushed [2023-01-18T10:39:41.739Z] 3fb7e533ee71: Pushed [2023-01-18T10:39:44.304Z] aafb002b483f: Pushed [2023-01-18T10:39:44.304Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:5de68c48a56a23364f1551850ad2645aac10b524985b6f00fbcddc64e76c1077 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:44.631Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:44.953Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-18T10:39:44.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-18T10:39:44.953Z] 3fb7e533ee71: Preparing [2023-01-18T10:39:44.953Z] aafb002b483f: Preparing [2023-01-18T10:39:44.953Z] dd3922e1db3f: Preparing [2023-01-18T10:39:44.953Z] 4b848a7a793e: Preparing [2023-01-18T10:39:44.953Z] 17bec77d7fdc: Preparing [2023-01-18T10:39:44.953Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:39:44.953Z] 3fb7e533ee71: Layer already exists [2023-01-18T10:39:44.953Z] dd3922e1db3f: Layer already exists [2023-01-18T10:39:44.953Z] 4b848a7a793e: Layer already exists [2023-01-18T10:39:44.953Z] aafb002b483f: Layer already exists [2023-01-18T10:39:44.953Z] latest: digest: sha256:5de68c48a56a23364f1551850ad2645aac10b524985b6f00fbcddc64e76c1077 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:45.552Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:45.880Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.22 [2023-01-18T10:39:45.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-18T10:39:45.880Z] 3fb7e533ee71: Preparing [2023-01-18T10:39:45.880Z] aafb002b483f: Preparing [2023-01-18T10:39:45.880Z] dd3922e1db3f: Preparing [2023-01-18T10:39:45.880Z] 4b848a7a793e: Preparing [2023-01-18T10:39:45.880Z] 17bec77d7fdc: Preparing [2023-01-18T10:39:45.880Z] aafb002b483f: Layer already exists [2023-01-18T10:39:45.880Z] 3fb7e533ee71: Layer already exists [2023-01-18T10:39:45.880Z] 4b848a7a793e: Layer already exists [2023-01-18T10:39:45.880Z] dd3922e1db3f: Layer already exists [2023-01-18T10:39:45.880Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:39:45.880Z] 3.0.0-dev.22: digest: sha256:5de68c48a56a23364f1551850ad2645aac10b524985b6f00fbcddc64e76c1077 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:46.219Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:46.546Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:39:46.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-18T10:39:46.546Z] 3fb7e533ee71: Preparing [2023-01-18T10:39:46.546Z] aafb002b483f: Preparing [2023-01-18T10:39:46.546Z] dd3922e1db3f: Preparing [2023-01-18T10:39:46.546Z] 4b848a7a793e: Preparing [2023-01-18T10:39:46.546Z] 17bec77d7fdc: Preparing [2023-01-18T10:39:46.546Z] dd3922e1db3f: Layer already exists [2023-01-18T10:39:46.546Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:39:46.546Z] aafb002b483f: Layer already exists [2023-01-18T10:39:46.546Z] 4b848a7a793e: Layer already exists [2023-01-18T10:39:46.546Z] 3fb7e533ee71: Layer already exists [2023-01-18T10:39:46.546Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:5de68c48a56a23364f1551850ad2645aac10b524985b6f00fbcddc64e76c1077 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:46.878Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:47.214Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-01-18T10:39:47.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-18T10:39:47.214Z] 3fb7e533ee71: Preparing [2023-01-18T10:39:47.214Z] aafb002b483f: Preparing [2023-01-18T10:39:47.214Z] dd3922e1db3f: Preparing [2023-01-18T10:39:47.214Z] 4b848a7a793e: Preparing [2023-01-18T10:39:47.214Z] 17bec77d7fdc: Preparing [2023-01-18T10:39:47.214Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:39:47.214Z] 4b848a7a793e: Layer already exists [2023-01-18T10:39:47.214Z] 3fb7e533ee71: Layer already exists [2023-01-18T10:39:47.214Z] aafb002b483f: Layer already exists [2023-01-18T10:39:47.214Z] dd3922e1db3f: Layer already exists [2023-01-18T10:39:47.214Z] main: digest: sha256:5de68c48a56a23364f1551850ad2645aac10b524985b6f00fbcddc64e76c1077 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T10:39:47.258Z] ===================================================== [Pipeline] echo [2023-01-18T10:39:47.264Z] taggedImages: [2023-01-18T10:39:47.264Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:39:47.264Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-18T10:39:47.264Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.22 [2023-01-18T10:39:47.264Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:39:47.264Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-01-18T10:39:47.285Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-01-18T10:39:47.285Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:39:47.285Z] latest [2023-01-18T10:39:47.285Z] 3.0.0-dev.22 [2023-01-18T10:39:47.285Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:39:47.285Z] main [2023-01-18T10:39:47.285Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:47.628Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:48.123Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:39:48.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-18T10:39:48.123Z] f6e52ebea2ee: Preparing [2023-01-18T10:39:48.123Z] 42823d1497b4: Preparing [2023-01-18T10:39:48.123Z] dd3922e1db3f: Preparing [2023-01-18T10:39:48.123Z] 83d5cb15e1d8: Preparing [2023-01-18T10:39:48.123Z] 17bec77d7fdc: Preparing [2023-01-18T10:39:48.124Z] dd3922e1db3f: Layer already exists [2023-01-18T10:39:48.124Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:39:48.390Z] 83d5cb15e1d8: Pushed [2023-01-18T10:39:48.391Z] f6e52ebea2ee: Pushed [2023-01-18T10:39:50.968Z] 42823d1497b4: Pushed [2023-01-18T10:39:51.233Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:a3c94b62b47821dd1af57a61ec4d9bdd9c39b836069c1f23db8b64984a6d95f7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:51.582Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:51.920Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-18T10:39:51.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-18T10:39:51.920Z] f6e52ebea2ee: Preparing [2023-01-18T10:39:51.920Z] 42823d1497b4: Preparing [2023-01-18T10:39:51.920Z] dd3922e1db3f: Preparing [2023-01-18T10:39:51.920Z] 83d5cb15e1d8: Preparing [2023-01-18T10:39:51.920Z] 17bec77d7fdc: Preparing [2023-01-18T10:39:51.920Z] f6e52ebea2ee: Layer already exists [2023-01-18T10:39:51.920Z] dd3922e1db3f: Layer already exists [2023-01-18T10:39:51.920Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:39:51.920Z] 42823d1497b4: Layer already exists [2023-01-18T10:39:51.920Z] 83d5cb15e1d8: Layer already exists [2023-01-18T10:39:51.920Z] latest: digest: sha256:a3c94b62b47821dd1af57a61ec4d9bdd9c39b836069c1f23db8b64984a6d95f7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:52.298Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:52.654Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.22 [2023-01-18T10:39:52.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-18T10:39:52.654Z] f6e52ebea2ee: Preparing [2023-01-18T10:39:52.654Z] 42823d1497b4: Preparing [2023-01-18T10:39:52.654Z] dd3922e1db3f: Preparing [2023-01-18T10:39:52.654Z] 83d5cb15e1d8: Preparing [2023-01-18T10:39:52.654Z] 17bec77d7fdc: Preparing [2023-01-18T10:39:52.654Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:39:52.654Z] dd3922e1db3f: Layer already exists [2023-01-18T10:39:52.654Z] 83d5cb15e1d8: Layer already exists [2023-01-18T10:39:52.654Z] f6e52ebea2ee: Layer already exists [2023-01-18T10:39:52.654Z] 42823d1497b4: Layer already exists [2023-01-18T10:39:52.654Z] 3.0.0-dev.22: digest: sha256:a3c94b62b47821dd1af57a61ec4d9bdd9c39b836069c1f23db8b64984a6d95f7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:53.283Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:53.621Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:39:53.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-18T10:39:53.621Z] f6e52ebea2ee: Preparing [2023-01-18T10:39:53.621Z] 42823d1497b4: Preparing [2023-01-18T10:39:53.621Z] dd3922e1db3f: Preparing [2023-01-18T10:39:53.621Z] 83d5cb15e1d8: Preparing [2023-01-18T10:39:53.621Z] 17bec77d7fdc: Preparing [2023-01-18T10:39:53.621Z] f6e52ebea2ee: Layer already exists [2023-01-18T10:39:53.621Z] 42823d1497b4: Layer already exists [2023-01-18T10:39:53.621Z] dd3922e1db3f: Layer already exists [2023-01-18T10:39:53.621Z] 83d5cb15e1d8: Layer already exists [2023-01-18T10:39:53.621Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:39:53.621Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:a3c94b62b47821dd1af57a61ec4d9bdd9c39b836069c1f23db8b64984a6d95f7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:53.957Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:54.280Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-01-18T10:39:54.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-18T10:39:54.280Z] f6e52ebea2ee: Preparing [2023-01-18T10:39:54.280Z] 42823d1497b4: Preparing [2023-01-18T10:39:54.280Z] dd3922e1db3f: Preparing [2023-01-18T10:39:54.280Z] 83d5cb15e1d8: Preparing [2023-01-18T10:39:54.280Z] 17bec77d7fdc: Preparing [2023-01-18T10:39:54.280Z] f6e52ebea2ee: Layer already exists [2023-01-18T10:39:54.280Z] 42823d1497b4: Layer already exists [2023-01-18T10:39:54.280Z] dd3922e1db3f: Layer already exists [2023-01-18T10:39:54.280Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:39:54.280Z] 83d5cb15e1d8: Layer already exists [2023-01-18T10:39:54.280Z] main: digest: sha256:a3c94b62b47821dd1af57a61ec4d9bdd9c39b836069c1f23db8b64984a6d95f7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T10:39:54.327Z] ===================================================== [Pipeline] echo [2023-01-18T10:39:54.336Z] taggedImages: [2023-01-18T10:39:54.336Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:39:54.336Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-18T10:39:54.336Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.22 [2023-01-18T10:39:54.336Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:39:54.336Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-01-18T10:39:54.357Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-01-18T10:39:54.357Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:39:54.357Z] latest [2023-01-18T10:39:54.357Z] 3.0.0-dev.22 [2023-01-18T10:39:54.357Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:39:54.357Z] main [2023-01-18T10:39:54.357Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:54.701Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:55.027Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:39:55.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-18T10:39:55.027Z] 55777cb40107: Preparing [2023-01-18T10:39:55.027Z] acf4b97a70b8: Preparing [2023-01-18T10:39:55.027Z] debb9ff3d847: Preparing [2023-01-18T10:39:55.027Z] dd3922e1db3f: Preparing [2023-01-18T10:39:55.027Z] 4b848a7a793e: Preparing [2023-01-18T10:39:55.027Z] 17bec77d7fdc: Preparing [2023-01-18T10:39:55.027Z] 17bec77d7fdc: Waiting [2023-01-18T10:39:55.027Z] dd3922e1db3f: Layer already exists [2023-01-18T10:39:55.027Z] 4b848a7a793e: Layer already exists [2023-01-18T10:39:55.291Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:39:55.291Z] acf4b97a70b8: Pushed [2023-01-18T10:39:55.291Z] 55777cb40107: Pushed [2023-01-18T10:39:57.855Z] debb9ff3d847: Pushed [2023-01-18T10:39:58.119Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:8258996f7f10d05c84241a15009a99492309116895d0ea5232c13300374e72da size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:58.447Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:58.777Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-18T10:39:58.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-18T10:39:58.778Z] 55777cb40107: Preparing [2023-01-18T10:39:58.778Z] acf4b97a70b8: Preparing [2023-01-18T10:39:58.778Z] debb9ff3d847: Preparing [2023-01-18T10:39:58.778Z] dd3922e1db3f: Preparing [2023-01-18T10:39:58.778Z] 4b848a7a793e: Preparing [2023-01-18T10:39:58.778Z] 17bec77d7fdc: Preparing [2023-01-18T10:39:58.778Z] 17bec77d7fdc: Waiting [2023-01-18T10:39:58.778Z] dd3922e1db3f: Layer already exists [2023-01-18T10:39:58.778Z] debb9ff3d847: Layer already exists [2023-01-18T10:39:58.778Z] 4b848a7a793e: Layer already exists [2023-01-18T10:39:58.778Z] 55777cb40107: Layer already exists [2023-01-18T10:39:58.778Z] acf4b97a70b8: Layer already exists [2023-01-18T10:39:58.778Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:39:58.778Z] latest: digest: sha256:8258996f7f10d05c84241a15009a99492309116895d0ea5232c13300374e72da size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:59.371Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:39:59.699Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.22 [2023-01-18T10:39:59.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-18T10:39:59.699Z] 55777cb40107: Preparing [2023-01-18T10:39:59.699Z] acf4b97a70b8: Preparing [2023-01-18T10:39:59.699Z] debb9ff3d847: Preparing [2023-01-18T10:39:59.699Z] dd3922e1db3f: Preparing [2023-01-18T10:39:59.699Z] 4b848a7a793e: Preparing [2023-01-18T10:39:59.699Z] 17bec77d7fdc: Preparing [2023-01-18T10:39:59.699Z] 17bec77d7fdc: Waiting [2023-01-18T10:39:59.699Z] debb9ff3d847: Layer already exists [2023-01-18T10:39:59.699Z] 4b848a7a793e: Layer already exists [2023-01-18T10:39:59.699Z] dd3922e1db3f: Layer already exists [2023-01-18T10:39:59.699Z] 55777cb40107: Layer already exists [2023-01-18T10:39:59.699Z] acf4b97a70b8: Layer already exists [2023-01-18T10:39:59.699Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:39:59.699Z] 3.0.0-dev.22: digest: sha256:8258996f7f10d05c84241a15009a99492309116895d0ea5232c13300374e72da size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:00.291Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:00.614Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:00.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-18T10:40:00.615Z] 55777cb40107: Preparing [2023-01-18T10:40:00.615Z] acf4b97a70b8: Preparing [2023-01-18T10:40:00.615Z] debb9ff3d847: Preparing [2023-01-18T10:40:00.615Z] dd3922e1db3f: Preparing [2023-01-18T10:40:00.615Z] 4b848a7a793e: Preparing [2023-01-18T10:40:00.615Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:00.615Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:00.615Z] acf4b97a70b8: Layer already exists [2023-01-18T10:40:00.615Z] dd3922e1db3f: Layer already exists [2023-01-18T10:40:00.615Z] debb9ff3d847: Layer already exists [2023-01-18T10:40:00.615Z] 55777cb40107: Layer already exists [2023-01-18T10:40:00.615Z] 4b848a7a793e: Layer already exists [2023-01-18T10:40:00.615Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:00.878Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:8258996f7f10d05c84241a15009a99492309116895d0ea5232c13300374e72da size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:01.219Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:01.568Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-01-18T10:40:01.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-18T10:40:01.568Z] 55777cb40107: Preparing [2023-01-18T10:40:01.568Z] acf4b97a70b8: Preparing [2023-01-18T10:40:01.568Z] debb9ff3d847: Preparing [2023-01-18T10:40:01.568Z] dd3922e1db3f: Preparing [2023-01-18T10:40:01.568Z] 4b848a7a793e: Preparing [2023-01-18T10:40:01.568Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:01.568Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:01.568Z] dd3922e1db3f: Layer already exists [2023-01-18T10:40:01.568Z] acf4b97a70b8: Layer already exists [2023-01-18T10:40:01.568Z] 55777cb40107: Layer already exists [2023-01-18T10:40:01.568Z] 4b848a7a793e: Layer already exists [2023-01-18T10:40:01.568Z] debb9ff3d847: Layer already exists [2023-01-18T10:40:01.568Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:01.568Z] main: digest: sha256:8258996f7f10d05c84241a15009a99492309116895d0ea5232c13300374e72da size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T10:40:01.869Z] ===================================================== [Pipeline] echo [2023-01-18T10:40:01.874Z] taggedImages: [2023-01-18T10:40:01.874Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:01.874Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-18T10:40:01.874Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.22 [2023-01-18T10:40:01.874Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:01.874Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-01-18T10:40:01.891Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-01-18T10:40:01.891Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:01.891Z] latest [2023-01-18T10:40:01.891Z] 3.0.0-dev.22 [2023-01-18T10:40:01.891Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:01.891Z] main [2023-01-18T10:40:01.891Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:02.223Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:02.548Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:02.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-18T10:40:02.548Z] 871a11a7aa3d: Preparing [2023-01-18T10:40:02.548Z] 871a11a7aa3d: Preparing [2023-01-18T10:40:02.548Z] 8b7e4dde3d91: Preparing [2023-01-18T10:40:02.548Z] 7d46b2be4065: Preparing [2023-01-18T10:40:02.548Z] 44cbca14d870: Preparing [2023-01-18T10:40:02.548Z] a44f502dc847: Preparing [2023-01-18T10:40:02.548Z] 2ec2ddd32ac2: Preparing [2023-01-18T10:40:02.548Z] dd3922e1db3f: Preparing [2023-01-18T10:40:02.548Z] 3bb41d49a7e0: Preparing [2023-01-18T10:40:02.548Z] 97869c360254: Preparing [2023-01-18T10:40:02.548Z] b14973f92083: Preparing [2023-01-18T10:40:02.548Z] c5ba2572a298: Preparing [2023-01-18T10:40:02.548Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:02.548Z] b14973f92083: Waiting [2023-01-18T10:40:02.548Z] 2ec2ddd32ac2: Waiting [2023-01-18T10:40:02.548Z] dd3922e1db3f: Waiting [2023-01-18T10:40:02.548Z] 3bb41d49a7e0: Waiting [2023-01-18T10:40:02.548Z] c5ba2572a298: Waiting [2023-01-18T10:40:02.548Z] 97869c360254: Waiting [2023-01-18T10:40:02.548Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:02.815Z] 7d46b2be4065: Pushed [2023-01-18T10:40:02.815Z] 8b7e4dde3d91: Pushed [2023-01-18T10:40:02.815Z] 871a11a7aa3d: Pushed [2023-01-18T10:40:02.815Z] 44cbca14d870: Pushed [2023-01-18T10:40:02.815Z] a44f502dc847: Pushed [2023-01-18T10:40:02.815Z] dd3922e1db3f: Layer already exists [2023-01-18T10:40:03.079Z] 3bb41d49a7e0: Pushed [2023-01-18T10:40:03.079Z] 97869c360254: Pushed [2023-01-18T10:40:03.079Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:03.079Z] b14973f92083: Pushed [2023-01-18T10:40:03.079Z] c5ba2572a298: Pushed [2023-01-18T10:40:06.407Z] 2ec2ddd32ac2: Pushed [2023-01-18T10:40:06.407Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:67c9f5bb6730423ef886e8938d62b4cc917f0a091a44f87895b90b8cd6830674 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:06.747Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:07.071Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-18T10:40:07.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-18T10:40:07.071Z] 871a11a7aa3d: Preparing [2023-01-18T10:40:07.071Z] 871a11a7aa3d: Preparing [2023-01-18T10:40:07.071Z] 8b7e4dde3d91: Preparing [2023-01-18T10:40:07.071Z] 7d46b2be4065: Preparing [2023-01-18T10:40:07.071Z] 44cbca14d870: Preparing [2023-01-18T10:40:07.071Z] a44f502dc847: Preparing [2023-01-18T10:40:07.071Z] 2ec2ddd32ac2: Preparing [2023-01-18T10:40:07.071Z] dd3922e1db3f: Preparing [2023-01-18T10:40:07.071Z] 3bb41d49a7e0: Preparing [2023-01-18T10:40:07.071Z] 97869c360254: Preparing [2023-01-18T10:40:07.071Z] b14973f92083: Preparing [2023-01-18T10:40:07.071Z] c5ba2572a298: Preparing [2023-01-18T10:40:07.071Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:07.071Z] 3bb41d49a7e0: Waiting [2023-01-18T10:40:07.071Z] 97869c360254: Waiting [2023-01-18T10:40:07.071Z] b14973f92083: Waiting [2023-01-18T10:40:07.071Z] c5ba2572a298: Waiting [2023-01-18T10:40:07.071Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:07.071Z] 2ec2ddd32ac2: Waiting [2023-01-18T10:40:07.071Z] dd3922e1db3f: Waiting [2023-01-18T10:40:07.071Z] 7d46b2be4065: Layer already exists [2023-01-18T10:40:07.071Z] 44cbca14d870: Layer already exists [2023-01-18T10:40:07.071Z] 871a11a7aa3d: Layer already exists [2023-01-18T10:40:07.071Z] a44f502dc847: Layer already exists [2023-01-18T10:40:07.071Z] 8b7e4dde3d91: Layer already exists [2023-01-18T10:40:07.071Z] 2ec2ddd32ac2: Layer already exists [2023-01-18T10:40:07.071Z] 3bb41d49a7e0: Layer already exists [2023-01-18T10:40:07.071Z] 97869c360254: Layer already exists [2023-01-18T10:40:07.071Z] b14973f92083: Layer already exists [2023-01-18T10:40:07.071Z] dd3922e1db3f: Layer already exists [2023-01-18T10:40:07.071Z] c5ba2572a298: Layer already exists [2023-01-18T10:40:07.071Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:07.334Z] latest: digest: sha256:67c9f5bb6730423ef886e8938d62b4cc917f0a091a44f87895b90b8cd6830674 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:07.668Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:07.992Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.22 [2023-01-18T10:40:07.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-18T10:40:07.992Z] 871a11a7aa3d: Preparing [2023-01-18T10:40:07.992Z] 871a11a7aa3d: Preparing [2023-01-18T10:40:07.992Z] 8b7e4dde3d91: Preparing [2023-01-18T10:40:07.992Z] 7d46b2be4065: Preparing [2023-01-18T10:40:07.992Z] 44cbca14d870: Preparing [2023-01-18T10:40:07.992Z] a44f502dc847: Preparing [2023-01-18T10:40:07.992Z] 2ec2ddd32ac2: Preparing [2023-01-18T10:40:07.992Z] dd3922e1db3f: Preparing [2023-01-18T10:40:07.992Z] 3bb41d49a7e0: Preparing [2023-01-18T10:40:07.992Z] 97869c360254: Preparing [2023-01-18T10:40:07.992Z] b14973f92083: Preparing [2023-01-18T10:40:07.992Z] c5ba2572a298: Preparing [2023-01-18T10:40:07.992Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:07.992Z] 3bb41d49a7e0: Waiting [2023-01-18T10:40:07.992Z] 97869c360254: Waiting [2023-01-18T10:40:07.992Z] c5ba2572a298: Waiting [2023-01-18T10:40:07.992Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:07.992Z] 2ec2ddd32ac2: Waiting [2023-01-18T10:40:07.992Z] dd3922e1db3f: Waiting [2023-01-18T10:40:07.992Z] b14973f92083: Waiting [2023-01-18T10:40:07.992Z] 8b7e4dde3d91: Layer already exists [2023-01-18T10:40:07.992Z] 871a11a7aa3d: Layer already exists [2023-01-18T10:40:07.992Z] a44f502dc847: Layer already exists [2023-01-18T10:40:07.992Z] 44cbca14d870: Layer already exists [2023-01-18T10:40:07.992Z] 7d46b2be4065: Layer already exists [2023-01-18T10:40:07.992Z] dd3922e1db3f: Layer already exists [2023-01-18T10:40:07.992Z] 2ec2ddd32ac2: Layer already exists [2023-01-18T10:40:07.992Z] 3bb41d49a7e0: Layer already exists [2023-01-18T10:40:07.992Z] 97869c360254: Layer already exists [2023-01-18T10:40:07.992Z] b14973f92083: Layer already exists [2023-01-18T10:40:07.992Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:07.992Z] c5ba2572a298: Layer already exists [2023-01-18T10:40:08.255Z] 3.0.0-dev.22: digest: sha256:67c9f5bb6730423ef886e8938d62b4cc917f0a091a44f87895b90b8cd6830674 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:08.590Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:08.910Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:08.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-18T10:40:08.910Z] 871a11a7aa3d: Preparing [2023-01-18T10:40:08.910Z] 871a11a7aa3d: Preparing [2023-01-18T10:40:08.910Z] 8b7e4dde3d91: Preparing [2023-01-18T10:40:08.910Z] 7d46b2be4065: Preparing [2023-01-18T10:40:08.910Z] 44cbca14d870: Preparing [2023-01-18T10:40:08.910Z] a44f502dc847: Preparing [2023-01-18T10:40:08.910Z] 2ec2ddd32ac2: Preparing [2023-01-18T10:40:08.910Z] dd3922e1db3f: Preparing [2023-01-18T10:40:08.910Z] 3bb41d49a7e0: Preparing [2023-01-18T10:40:08.910Z] 97869c360254: Preparing [2023-01-18T10:40:08.910Z] b14973f92083: Preparing [2023-01-18T10:40:08.910Z] c5ba2572a298: Preparing [2023-01-18T10:40:08.910Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:08.910Z] 2ec2ddd32ac2: Waiting [2023-01-18T10:40:08.910Z] dd3922e1db3f: Waiting [2023-01-18T10:40:08.910Z] 3bb41d49a7e0: Waiting [2023-01-18T10:40:08.910Z] 97869c360254: Waiting [2023-01-18T10:40:08.910Z] b14973f92083: Waiting [2023-01-18T10:40:08.910Z] c5ba2572a298: Waiting [2023-01-18T10:40:08.910Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:08.910Z] 7d46b2be4065: Layer already exists [2023-01-18T10:40:08.910Z] 871a11a7aa3d: Layer already exists [2023-01-18T10:40:08.910Z] a44f502dc847: Layer already exists [2023-01-18T10:40:08.910Z] 44cbca14d870: Layer already exists [2023-01-18T10:40:08.910Z] 8b7e4dde3d91: Layer already exists [2023-01-18T10:40:08.910Z] 2ec2ddd32ac2: Layer already exists [2023-01-18T10:40:08.910Z] 3bb41d49a7e0: Layer already exists [2023-01-18T10:40:08.910Z] dd3922e1db3f: Layer already exists [2023-01-18T10:40:08.910Z] 97869c360254: Layer already exists [2023-01-18T10:40:08.910Z] b14973f92083: Layer already exists [2023-01-18T10:40:08.910Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:08.910Z] c5ba2572a298: Layer already exists [2023-01-18T10:40:09.174Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:67c9f5bb6730423ef886e8938d62b4cc917f0a091a44f87895b90b8cd6830674 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:09.496Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:09.831Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-01-18T10:40:09.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-18T10:40:09.831Z] 871a11a7aa3d: Preparing [2023-01-18T10:40:09.831Z] 871a11a7aa3d: Preparing [2023-01-18T10:40:09.831Z] 8b7e4dde3d91: Preparing [2023-01-18T10:40:09.831Z] 7d46b2be4065: Preparing [2023-01-18T10:40:09.831Z] 44cbca14d870: Preparing [2023-01-18T10:40:09.831Z] a44f502dc847: Preparing [2023-01-18T10:40:09.831Z] 2ec2ddd32ac2: Preparing [2023-01-18T10:40:09.831Z] dd3922e1db3f: Preparing [2023-01-18T10:40:09.831Z] 3bb41d49a7e0: Preparing [2023-01-18T10:40:09.831Z] 97869c360254: Preparing [2023-01-18T10:40:09.831Z] b14973f92083: Preparing [2023-01-18T10:40:09.831Z] c5ba2572a298: Preparing [2023-01-18T10:40:09.831Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:09.831Z] 3bb41d49a7e0: Waiting [2023-01-18T10:40:09.831Z] 2ec2ddd32ac2: Waiting [2023-01-18T10:40:09.831Z] 97869c360254: Waiting [2023-01-18T10:40:09.831Z] b14973f92083: Waiting [2023-01-18T10:40:09.831Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:09.831Z] c5ba2572a298: Waiting [2023-01-18T10:40:09.831Z] dd3922e1db3f: Waiting [2023-01-18T10:40:09.831Z] 871a11a7aa3d: Layer already exists [2023-01-18T10:40:09.831Z] a44f502dc847: Layer already exists [2023-01-18T10:40:09.831Z] 8b7e4dde3d91: Layer already exists [2023-01-18T10:40:09.831Z] 44cbca14d870: Layer already exists [2023-01-18T10:40:09.831Z] 7d46b2be4065: Layer already exists [2023-01-18T10:40:09.831Z] dd3922e1db3f: Layer already exists [2023-01-18T10:40:09.831Z] 2ec2ddd32ac2: Layer already exists [2023-01-18T10:40:09.831Z] 97869c360254: Layer already exists [2023-01-18T10:40:09.831Z] b14973f92083: Layer already exists [2023-01-18T10:40:09.831Z] 3bb41d49a7e0: Layer already exists [2023-01-18T10:40:09.831Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:09.831Z] c5ba2572a298: Layer already exists [2023-01-18T10:40:10.096Z] main: digest: sha256:67c9f5bb6730423ef886e8938d62b4cc917f0a091a44f87895b90b8cd6830674 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T10:40:10.149Z] ===================================================== [Pipeline] echo [2023-01-18T10:40:10.157Z] taggedImages: [2023-01-18T10:40:10.157Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:10.157Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-18T10:40:10.157Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.22 [2023-01-18T10:40:10.157Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:10.157Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-01-18T10:40:10.181Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-01-18T10:40:10.181Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:10.181Z] latest [2023-01-18T10:40:10.181Z] 3.0.0-dev.22 [2023-01-18T10:40:10.181Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:10.181Z] main [2023-01-18T10:40:10.181Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:10.523Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:10.867Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:10.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-18T10:40:10.867Z] 6f4221f169a3: Preparing [2023-01-18T10:40:10.867Z] 7b58fc465ec0: Preparing [2023-01-18T10:40:10.867Z] ec214341ae3a: Preparing [2023-01-18T10:40:10.867Z] 78223b264cbd: Preparing [2023-01-18T10:40:10.867Z] b46c37053ee0: Preparing [2023-01-18T10:40:10.867Z] 8a89b2633c7e: Preparing [2023-01-18T10:40:10.867Z] b7cc5ec3a6b4: Preparing [2023-01-18T10:40:10.867Z] 8a89b2633c7e: Waiting [2023-01-18T10:40:10.867Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:10.867Z] b7cc5ec3a6b4: Waiting [2023-01-18T10:40:10.867Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:11.131Z] 7b58fc465ec0: Pushed [2023-01-18T10:40:11.131Z] 6f4221f169a3: Pushed [2023-01-18T10:40:11.131Z] b46c37053ee0: Pushed [2023-01-18T10:40:11.131Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:11.398Z] 8a89b2633c7e: Pushed [2023-01-18T10:40:11.978Z] b7cc5ec3a6b4: Pushed [2023-01-18T10:40:13.387Z] 78223b264cbd: Pushed [2023-01-18T10:40:13.387Z] ec214341ae3a: Pushed [2023-01-18T10:40:13.653Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:ce831e71d3fa788a3e58ca39a0f45c239ee40c849c335479c292bfc567b9a553 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:13.997Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:14.328Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-18T10:40:14.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-18T10:40:14.328Z] 6f4221f169a3: Preparing [2023-01-18T10:40:14.328Z] 7b58fc465ec0: Preparing [2023-01-18T10:40:14.328Z] ec214341ae3a: Preparing [2023-01-18T10:40:14.328Z] 78223b264cbd: Preparing [2023-01-18T10:40:14.328Z] b46c37053ee0: Preparing [2023-01-18T10:40:14.328Z] 8a89b2633c7e: Preparing [2023-01-18T10:40:14.328Z] b7cc5ec3a6b4: Preparing [2023-01-18T10:40:14.328Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:14.328Z] b7cc5ec3a6b4: Waiting [2023-01-18T10:40:14.328Z] 8a89b2633c7e: Waiting [2023-01-18T10:40:14.328Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:14.328Z] 6f4221f169a3: Layer already exists [2023-01-18T10:40:14.328Z] ec214341ae3a: Layer already exists [2023-01-18T10:40:14.328Z] 78223b264cbd: Layer already exists [2023-01-18T10:40:14.328Z] b46c37053ee0: Layer already exists [2023-01-18T10:40:14.328Z] 7b58fc465ec0: Layer already exists [2023-01-18T10:40:14.328Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:14.328Z] b7cc5ec3a6b4: Layer already exists [2023-01-18T10:40:14.328Z] 8a89b2633c7e: Layer already exists [2023-01-18T10:40:14.591Z] latest: digest: sha256:ce831e71d3fa788a3e58ca39a0f45c239ee40c849c335479c292bfc567b9a553 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:14.942Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:15.265Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.22 [2023-01-18T10:40:15.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-18T10:40:15.265Z] 6f4221f169a3: Preparing [2023-01-18T10:40:15.265Z] 7b58fc465ec0: Preparing [2023-01-18T10:40:15.265Z] ec214341ae3a: Preparing [2023-01-18T10:40:15.265Z] 78223b264cbd: Preparing [2023-01-18T10:40:15.265Z] b46c37053ee0: Preparing [2023-01-18T10:40:15.265Z] 8a89b2633c7e: Preparing [2023-01-18T10:40:15.265Z] b7cc5ec3a6b4: Preparing [2023-01-18T10:40:15.265Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:15.265Z] b7cc5ec3a6b4: Waiting [2023-01-18T10:40:15.265Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:15.265Z] 8a89b2633c7e: Waiting [2023-01-18T10:40:15.265Z] ec214341ae3a: Layer already exists [2023-01-18T10:40:15.265Z] 6f4221f169a3: Layer already exists [2023-01-18T10:40:15.265Z] 7b58fc465ec0: Layer already exists [2023-01-18T10:40:15.265Z] 78223b264cbd: Layer already exists [2023-01-18T10:40:15.265Z] b46c37053ee0: Layer already exists [2023-01-18T10:40:15.265Z] b7cc5ec3a6b4: Layer already exists [2023-01-18T10:40:15.265Z] 8a89b2633c7e: Layer already exists [2023-01-18T10:40:15.265Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:15.529Z] 3.0.0-dev.22: digest: sha256:ce831e71d3fa788a3e58ca39a0f45c239ee40c849c335479c292bfc567b9a553 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:15.855Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:16.190Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:16.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-18T10:40:16.190Z] 6f4221f169a3: Preparing [2023-01-18T10:40:16.190Z] 7b58fc465ec0: Preparing [2023-01-18T10:40:16.190Z] ec214341ae3a: Preparing [2023-01-18T10:40:16.190Z] 78223b264cbd: Preparing [2023-01-18T10:40:16.190Z] b46c37053ee0: Preparing [2023-01-18T10:40:16.190Z] 8a89b2633c7e: Preparing [2023-01-18T10:40:16.190Z] b7cc5ec3a6b4: Preparing [2023-01-18T10:40:16.190Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:16.190Z] 8a89b2633c7e: Waiting [2023-01-18T10:40:16.190Z] b7cc5ec3a6b4: Waiting [2023-01-18T10:40:16.190Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:16.190Z] 78223b264cbd: Layer already exists [2023-01-18T10:40:16.190Z] 7b58fc465ec0: Layer already exists [2023-01-18T10:40:16.190Z] ec214341ae3a: Layer already exists [2023-01-18T10:40:16.190Z] 6f4221f169a3: Layer already exists [2023-01-18T10:40:16.190Z] b46c37053ee0: Layer already exists [2023-01-18T10:40:16.190Z] 8a89b2633c7e: Layer already exists [2023-01-18T10:40:16.190Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:16.190Z] b7cc5ec3a6b4: Layer already exists [2023-01-18T10:40:16.455Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:ce831e71d3fa788a3e58ca39a0f45c239ee40c849c335479c292bfc567b9a553 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:16.791Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:17.119Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-01-18T10:40:17.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-18T10:40:17.119Z] 6f4221f169a3: Preparing [2023-01-18T10:40:17.119Z] 7b58fc465ec0: Preparing [2023-01-18T10:40:17.119Z] ec214341ae3a: Preparing [2023-01-18T10:40:17.119Z] 78223b264cbd: Preparing [2023-01-18T10:40:17.119Z] b46c37053ee0: Preparing [2023-01-18T10:40:17.119Z] 8a89b2633c7e: Preparing [2023-01-18T10:40:17.119Z] b7cc5ec3a6b4: Preparing [2023-01-18T10:40:17.119Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:17.119Z] 8a89b2633c7e: Waiting [2023-01-18T10:40:17.119Z] b7cc5ec3a6b4: Waiting [2023-01-18T10:40:17.120Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:17.120Z] 6f4221f169a3: Layer already exists [2023-01-18T10:40:17.120Z] ec214341ae3a: Layer already exists [2023-01-18T10:40:17.120Z] 7b58fc465ec0: Layer already exists [2023-01-18T10:40:17.120Z] b46c37053ee0: Layer already exists [2023-01-18T10:40:17.120Z] 78223b264cbd: Layer already exists [2023-01-18T10:40:17.120Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:17.120Z] b7cc5ec3a6b4: Layer already exists [2023-01-18T10:40:17.120Z] 8a89b2633c7e: Layer already exists [2023-01-18T10:40:17.120Z] main: digest: sha256:ce831e71d3fa788a3e58ca39a0f45c239ee40c849c335479c292bfc567b9a553 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T10:40:17.425Z] ===================================================== [Pipeline] echo [2023-01-18T10:40:17.431Z] taggedImages: [2023-01-18T10:40:17.432Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:17.432Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-18T10:40:17.432Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.22 [2023-01-18T10:40:17.432Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:17.432Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-01-18T10:40:17.447Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-01-18T10:40:17.447Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:17.447Z] latest [2023-01-18T10:40:17.447Z] 3.0.0-dev.22 [2023-01-18T10:40:17.447Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:17.447Z] main [2023-01-18T10:40:17.447Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:17.771Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:18.108Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:18.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-18T10:40:18.109Z] 66cb7f68a9ed: Preparing [2023-01-18T10:40:18.109Z] be755d33e3bb: Preparing [2023-01-18T10:40:18.109Z] e3e16c357c74: Preparing [2023-01-18T10:40:18.109Z] 7a9545b25fd7: Preparing [2023-01-18T10:40:18.109Z] 6cdb66df75e6: Preparing [2023-01-18T10:40:18.109Z] b6a08067b613: Preparing [2023-01-18T10:40:18.109Z] 3ba7e5fd4edd: Preparing [2023-01-18T10:40:18.109Z] 25b82204e78a: Preparing [2023-01-18T10:40:18.109Z] b3545f868b2f: Preparing [2023-01-18T10:40:18.109Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:18.109Z] b6a08067b613: Waiting [2023-01-18T10:40:18.109Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:18.109Z] b3545f868b2f: Waiting [2023-01-18T10:40:18.109Z] 3ba7e5fd4edd: Waiting [2023-01-18T10:40:18.375Z] be755d33e3bb: Pushed [2023-01-18T10:40:18.375Z] 6cdb66df75e6: Pushed [2023-01-18T10:40:18.375Z] 66cb7f68a9ed: Pushed [2023-01-18T10:40:18.640Z] b6a08067b613: Pushed [2023-01-18T10:40:18.640Z] 3ba7e5fd4edd: Pushed [2023-01-18T10:40:18.640Z] 25b82204e78a: Pushed [2023-01-18T10:40:18.640Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:18.908Z] b3545f868b2f: Pushed [2023-01-18T10:40:20.849Z] 7a9545b25fd7: Pushed [2023-01-18T10:40:21.799Z] e3e16c357c74: Pushed [2023-01-18T10:40:21.799Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:c34500bb55727f084bc06b065be4a8951b7d1a6fba55b86375675e9b5f4f4907 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:22.127Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:22.467Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-18T10:40:22.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-18T10:40:22.467Z] 66cb7f68a9ed: Preparing [2023-01-18T10:40:22.467Z] be755d33e3bb: Preparing [2023-01-18T10:40:22.467Z] e3e16c357c74: Preparing [2023-01-18T10:40:22.467Z] 7a9545b25fd7: Preparing [2023-01-18T10:40:22.467Z] 6cdb66df75e6: Preparing [2023-01-18T10:40:22.467Z] b6a08067b613: Preparing [2023-01-18T10:40:22.467Z] 3ba7e5fd4edd: Preparing [2023-01-18T10:40:22.467Z] 25b82204e78a: Preparing [2023-01-18T10:40:22.467Z] b3545f868b2f: Preparing [2023-01-18T10:40:22.467Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:22.467Z] b6a08067b613: Waiting [2023-01-18T10:40:22.467Z] 3ba7e5fd4edd: Waiting [2023-01-18T10:40:22.467Z] 25b82204e78a: Waiting [2023-01-18T10:40:22.467Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:22.467Z] b3545f868b2f: Waiting [2023-01-18T10:40:22.467Z] 66cb7f68a9ed: Layer already exists [2023-01-18T10:40:22.467Z] be755d33e3bb: Layer already exists [2023-01-18T10:40:22.467Z] 6cdb66df75e6: Layer already exists [2023-01-18T10:40:22.467Z] 7a9545b25fd7: Layer already exists [2023-01-18T10:40:22.467Z] e3e16c357c74: Layer already exists [2023-01-18T10:40:22.467Z] b6a08067b613: Layer already exists [2023-01-18T10:40:22.467Z] 25b82204e78a: Layer already exists [2023-01-18T10:40:22.467Z] 3ba7e5fd4edd: Layer already exists [2023-01-18T10:40:22.467Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:22.467Z] b3545f868b2f: Layer already exists [2023-01-18T10:40:22.731Z] latest: digest: sha256:c34500bb55727f084bc06b065be4a8951b7d1a6fba55b86375675e9b5f4f4907 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:23.064Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:23.401Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.22 [2023-01-18T10:40:23.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-18T10:40:23.401Z] 66cb7f68a9ed: Preparing [2023-01-18T10:40:23.401Z] be755d33e3bb: Preparing [2023-01-18T10:40:23.401Z] e3e16c357c74: Preparing [2023-01-18T10:40:23.401Z] 7a9545b25fd7: Preparing [2023-01-18T10:40:23.401Z] 6cdb66df75e6: Preparing [2023-01-18T10:40:23.401Z] b6a08067b613: Preparing [2023-01-18T10:40:23.401Z] 3ba7e5fd4edd: Preparing [2023-01-18T10:40:23.401Z] 25b82204e78a: Preparing [2023-01-18T10:40:23.401Z] b3545f868b2f: Preparing [2023-01-18T10:40:23.401Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:23.401Z] 25b82204e78a: Waiting [2023-01-18T10:40:23.401Z] b3545f868b2f: Waiting [2023-01-18T10:40:23.401Z] b6a08067b613: Waiting [2023-01-18T10:40:23.401Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:23.401Z] 3ba7e5fd4edd: Waiting [2023-01-18T10:40:23.401Z] 66cb7f68a9ed: Layer already exists [2023-01-18T10:40:23.401Z] 7a9545b25fd7: Layer already exists [2023-01-18T10:40:23.401Z] be755d33e3bb: Layer already exists [2023-01-18T10:40:23.401Z] e3e16c357c74: Layer already exists [2023-01-18T10:40:23.401Z] 6cdb66df75e6: Layer already exists [2023-01-18T10:40:23.401Z] 25b82204e78a: Layer already exists [2023-01-18T10:40:23.401Z] b6a08067b613: Layer already exists [2023-01-18T10:40:23.401Z] 3ba7e5fd4edd: Layer already exists [2023-01-18T10:40:23.401Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:23.401Z] b3545f868b2f: Layer already exists [2023-01-18T10:40:23.665Z] 3.0.0-dev.22: digest: sha256:c34500bb55727f084bc06b065be4a8951b7d1a6fba55b86375675e9b5f4f4907 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:23.991Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:24.319Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:24.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-18T10:40:24.319Z] 66cb7f68a9ed: Preparing [2023-01-18T10:40:24.319Z] be755d33e3bb: Preparing [2023-01-18T10:40:24.319Z] e3e16c357c74: Preparing [2023-01-18T10:40:24.319Z] 7a9545b25fd7: Preparing [2023-01-18T10:40:24.319Z] 6cdb66df75e6: Preparing [2023-01-18T10:40:24.319Z] b6a08067b613: Preparing [2023-01-18T10:40:24.319Z] 3ba7e5fd4edd: Preparing [2023-01-18T10:40:24.319Z] 25b82204e78a: Preparing [2023-01-18T10:40:24.319Z] b3545f868b2f: Preparing [2023-01-18T10:40:24.319Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:24.319Z] b6a08067b613: Waiting [2023-01-18T10:40:24.319Z] 3ba7e5fd4edd: Waiting [2023-01-18T10:40:24.319Z] 25b82204e78a: Waiting [2023-01-18T10:40:24.319Z] b3545f868b2f: Waiting [2023-01-18T10:40:24.319Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:24.319Z] 6cdb66df75e6: Layer already exists [2023-01-18T10:40:24.319Z] 66cb7f68a9ed: Layer already exists [2023-01-18T10:40:24.319Z] e3e16c357c74: Layer already exists [2023-01-18T10:40:24.319Z] be755d33e3bb: Layer already exists [2023-01-18T10:40:24.319Z] 7a9545b25fd7: Layer already exists [2023-01-18T10:40:24.319Z] b6a08067b613: Layer already exists [2023-01-18T10:40:24.319Z] b3545f868b2f: Layer already exists [2023-01-18T10:40:24.319Z] 25b82204e78a: Layer already exists [2023-01-18T10:40:24.319Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:24.319Z] 3ba7e5fd4edd: Layer already exists [2023-01-18T10:40:24.584Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:c34500bb55727f084bc06b065be4a8951b7d1a6fba55b86375675e9b5f4f4907 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:24.920Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:25.252Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-01-18T10:40:25.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-18T10:40:25.252Z] 66cb7f68a9ed: Preparing [2023-01-18T10:40:25.252Z] be755d33e3bb: Preparing [2023-01-18T10:40:25.252Z] e3e16c357c74: Preparing [2023-01-18T10:40:25.252Z] 7a9545b25fd7: Preparing [2023-01-18T10:40:25.252Z] 6cdb66df75e6: Preparing [2023-01-18T10:40:25.252Z] b6a08067b613: Preparing [2023-01-18T10:40:25.252Z] 3ba7e5fd4edd: Preparing [2023-01-18T10:40:25.252Z] 25b82204e78a: Preparing [2023-01-18T10:40:25.252Z] b3545f868b2f: Preparing [2023-01-18T10:40:25.252Z] 17bec77d7fdc: Preparing [2023-01-18T10:40:25.252Z] 25b82204e78a: Waiting [2023-01-18T10:40:25.252Z] b3545f868b2f: Waiting [2023-01-18T10:40:25.252Z] b6a08067b613: Waiting [2023-01-18T10:40:25.252Z] 17bec77d7fdc: Waiting [2023-01-18T10:40:25.252Z] 3ba7e5fd4edd: Waiting [2023-01-18T10:40:25.252Z] be755d33e3bb: Layer already exists [2023-01-18T10:40:25.252Z] 66cb7f68a9ed: Layer already exists [2023-01-18T10:40:25.252Z] e3e16c357c74: Layer already exists [2023-01-18T10:40:25.252Z] 7a9545b25fd7: Layer already exists [2023-01-18T10:40:25.252Z] 6cdb66df75e6: Layer already exists [2023-01-18T10:40:25.252Z] 25b82204e78a: Layer already exists [2023-01-18T10:40:25.252Z] b6a08067b613: Layer already exists [2023-01-18T10:40:25.252Z] 3ba7e5fd4edd: Layer already exists [2023-01-18T10:40:25.252Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:40:25.252Z] b3545f868b2f: Layer already exists [2023-01-18T10:40:25.517Z] main: digest: sha256:c34500bb55727f084bc06b065be4a8951b7d1a6fba55b86375675e9b5f4f4907 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T10:40:25.572Z] ===================================================== [Pipeline] echo [2023-01-18T10:40:25.582Z] taggedImages: [2023-01-18T10:40:25.582Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:25.582Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-18T10:40:25.582Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.22 [2023-01-18T10:40:25.582Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:25.582Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-01-18T10:40:25.601Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-01-18T10:40:25.601Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:25.601Z] latest [2023-01-18T10:40:25.601Z] 3.0.0-dev.22 [2023-01-18T10:40:25.601Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:25.601Z] main [2023-01-18T10:40:25.601Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:25.926Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:26.250Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:26.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-18T10:40:26.250Z] 93fa15ce5736: Preparing [2023-01-18T10:40:26.250Z] 8b1db08e60e7: Preparing [2023-01-18T10:40:26.250Z] dd3922e1db3f: Preparing [2023-01-18T10:40:26.250Z] 7f4c0b80779a: Preparing [2023-01-18T10:40:26.250Z] 9833f26c6bda: Preparing [2023-01-18T10:40:26.250Z] 9833f26c6bda: Layer already exists [2023-01-18T10:40:26.517Z] dd3922e1db3f: Layer already exists [2023-01-18T10:40:26.517Z] 93fa15ce5736: Pushed [2023-01-18T10:40:27.917Z] 7f4c0b80779a: Pushed [2023-01-18T10:40:31.258Z] 8b1db08e60e7: Pushed [2023-01-18T10:40:31.258Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:b7bed6d6dde71120ba3edca411a4343a5724b3a301dfd5530cff6dd06b5fc0ef size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:31.608Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:31.936Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-18T10:40:31.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-18T10:40:31.937Z] 93fa15ce5736: Preparing [2023-01-18T10:40:31.937Z] 8b1db08e60e7: Preparing [2023-01-18T10:40:31.937Z] dd3922e1db3f: Preparing [2023-01-18T10:40:31.937Z] 7f4c0b80779a: Preparing [2023-01-18T10:40:31.937Z] 9833f26c6bda: Preparing [2023-01-18T10:40:31.937Z] 8b1db08e60e7: Layer already exists [2023-01-18T10:40:31.937Z] dd3922e1db3f: Layer already exists [2023-01-18T10:40:31.937Z] 93fa15ce5736: Layer already exists [2023-01-18T10:40:31.937Z] 9833f26c6bda: Layer already exists [2023-01-18T10:40:31.937Z] 7f4c0b80779a: Layer already exists [2023-01-18T10:40:31.937Z] latest: digest: sha256:b7bed6d6dde71120ba3edca411a4343a5724b3a301dfd5530cff6dd06b5fc0ef size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:32.528Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:32.848Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.22 [2023-01-18T10:40:32.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-18T10:40:32.848Z] 93fa15ce5736: Preparing [2023-01-18T10:40:32.848Z] 8b1db08e60e7: Preparing [2023-01-18T10:40:32.848Z] dd3922e1db3f: Preparing [2023-01-18T10:40:32.848Z] 7f4c0b80779a: Preparing [2023-01-18T10:40:32.848Z] 9833f26c6bda: Preparing [2023-01-18T10:40:32.848Z] 7f4c0b80779a: Layer already exists [2023-01-18T10:40:32.848Z] dd3922e1db3f: Layer already exists [2023-01-18T10:40:32.848Z] 8b1db08e60e7: Layer already exists [2023-01-18T10:40:32.848Z] 9833f26c6bda: Layer already exists [2023-01-18T10:40:32.848Z] 93fa15ce5736: Layer already exists [2023-01-18T10:40:32.848Z] 3.0.0-dev.22: digest: sha256:b7bed6d6dde71120ba3edca411a4343a5724b3a301dfd5530cff6dd06b5fc0ef size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:33.176Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:33.554Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:33.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-18T10:40:33.554Z] 93fa15ce5736: Preparing [2023-01-18T10:40:33.554Z] 8b1db08e60e7: Preparing [2023-01-18T10:40:33.554Z] dd3922e1db3f: Preparing [2023-01-18T10:40:33.554Z] 7f4c0b80779a: Preparing [2023-01-18T10:40:33.554Z] 9833f26c6bda: Preparing [2023-01-18T10:40:33.554Z] 9833f26c6bda: Layer already exists [2023-01-18T10:40:33.554Z] 8b1db08e60e7: Layer already exists [2023-01-18T10:40:33.554Z] dd3922e1db3f: Layer already exists [2023-01-18T10:40:33.554Z] 93fa15ce5736: Layer already exists [2023-01-18T10:40:33.554Z] 7f4c0b80779a: Layer already exists [2023-01-18T10:40:33.554Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:b7bed6d6dde71120ba3edca411a4343a5724b3a301dfd5530cff6dd06b5fc0ef size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:33.898Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:34.232Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-01-18T10:40:34.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-18T10:40:34.232Z] 93fa15ce5736: Preparing [2023-01-18T10:40:34.232Z] 8b1db08e60e7: Preparing [2023-01-18T10:40:34.232Z] dd3922e1db3f: Preparing [2023-01-18T10:40:34.232Z] 7f4c0b80779a: Preparing [2023-01-18T10:40:34.232Z] 9833f26c6bda: Preparing [2023-01-18T10:40:34.232Z] 9833f26c6bda: Layer already exists [2023-01-18T10:40:34.232Z] 7f4c0b80779a: Layer already exists [2023-01-18T10:40:34.232Z] 8b1db08e60e7: Layer already exists [2023-01-18T10:40:34.232Z] 93fa15ce5736: Layer already exists [2023-01-18T10:40:34.232Z] dd3922e1db3f: Layer already exists [2023-01-18T10:40:34.232Z] main: digest: sha256:b7bed6d6dde71120ba3edca411a4343a5724b3a301dfd5530cff6dd06b5fc0ef size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T10:40:34.370Z] ===================================================== [Pipeline] echo [2023-01-18T10:40:34.379Z] taggedImages: [2023-01-18T10:40:34.379Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:34.379Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-18T10:40:34.379Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.22 [2023-01-18T10:40:34.379Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:34.379Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-01-18T10:40:34.395Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-01-18T10:40:34.395Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:34.395Z] latest [2023-01-18T10:40:34.396Z] 3.0.0-dev.22 [2023-01-18T10:40:34.396Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:34.396Z] main [2023-01-18T10:40:34.396Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:34.746Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:35.099Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:35.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-18T10:40:35.099Z] 9401b92a35fa: Preparing [2023-01-18T10:40:35.099Z] 943065bb4878: Preparing [2023-01-18T10:40:35.099Z] fa08c8c30384: Preparing [2023-01-18T10:40:35.100Z] 8eec92022241: Preparing [2023-01-18T10:40:35.100Z] 818ec71b7a3a: Preparing [2023-01-18T10:40:35.100Z] 1abdd3113bc2: Preparing [2023-01-18T10:40:35.100Z] 9833f26c6bda: Preparing [2023-01-18T10:40:35.100Z] 1abdd3113bc2: Waiting [2023-01-18T10:40:35.100Z] 9833f26c6bda: Waiting [2023-01-18T10:40:35.374Z] 943065bb4878: Pushed [2023-01-18T10:40:35.374Z] 9401b92a35fa: Pushed [2023-01-18T10:40:35.374Z] fa08c8c30384: Pushed [2023-01-18T10:40:35.374Z] 9833f26c6bda: Layer already exists [2023-01-18T10:40:36.345Z] 1abdd3113bc2: Pushed [2023-01-18T10:40:44.544Z] 818ec71b7a3a: Pushed [2023-01-18T10:40:51.179Z] 8eec92022241: Pushed [2023-01-18T10:40:51.180Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:5d972e555f6bfa42f4b3208a91da2995e846fe2b2b7acf6716c4218eb8218965 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:51.515Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:51.844Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-18T10:40:51.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-18T10:40:51.844Z] 9401b92a35fa: Preparing [2023-01-18T10:40:51.844Z] 943065bb4878: Preparing [2023-01-18T10:40:51.844Z] fa08c8c30384: Preparing [2023-01-18T10:40:51.844Z] 8eec92022241: Preparing [2023-01-18T10:40:51.844Z] 818ec71b7a3a: Preparing [2023-01-18T10:40:51.844Z] 1abdd3113bc2: Preparing [2023-01-18T10:40:51.844Z] 9833f26c6bda: Preparing [2023-01-18T10:40:51.844Z] 1abdd3113bc2: Waiting [2023-01-18T10:40:51.844Z] 9833f26c6bda: Waiting [2023-01-18T10:40:51.844Z] 818ec71b7a3a: Layer already exists [2023-01-18T10:40:51.844Z] 943065bb4878: Layer already exists [2023-01-18T10:40:51.844Z] 8eec92022241: Layer already exists [2023-01-18T10:40:51.844Z] 9401b92a35fa: Layer already exists [2023-01-18T10:40:51.844Z] fa08c8c30384: Layer already exists [2023-01-18T10:40:51.844Z] 1abdd3113bc2: Layer already exists [2023-01-18T10:40:51.844Z] 9833f26c6bda: Layer already exists [2023-01-18T10:40:52.109Z] latest: digest: sha256:5d972e555f6bfa42f4b3208a91da2995e846fe2b2b7acf6716c4218eb8218965 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:52.441Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:52.767Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.22 [2023-01-18T10:40:52.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-18T10:40:52.768Z] 9401b92a35fa: Preparing [2023-01-18T10:40:52.768Z] 943065bb4878: Preparing [2023-01-18T10:40:52.768Z] fa08c8c30384: Preparing [2023-01-18T10:40:52.768Z] 8eec92022241: Preparing [2023-01-18T10:40:52.768Z] 818ec71b7a3a: Preparing [2023-01-18T10:40:52.768Z] 1abdd3113bc2: Preparing [2023-01-18T10:40:52.768Z] 9833f26c6bda: Preparing [2023-01-18T10:40:52.768Z] 1abdd3113bc2: Waiting [2023-01-18T10:40:52.768Z] 9833f26c6bda: Waiting [2023-01-18T10:40:52.768Z] 9401b92a35fa: Layer already exists [2023-01-18T10:40:52.768Z] 8eec92022241: Layer already exists [2023-01-18T10:40:52.768Z] 818ec71b7a3a: Layer already exists [2023-01-18T10:40:52.768Z] 943065bb4878: Layer already exists [2023-01-18T10:40:52.768Z] fa08c8c30384: Layer already exists [2023-01-18T10:40:52.768Z] 9833f26c6bda: Layer already exists [2023-01-18T10:40:52.768Z] 1abdd3113bc2: Layer already exists [2023-01-18T10:40:53.033Z] 3.0.0-dev.22: digest: sha256:5d972e555f6bfa42f4b3208a91da2995e846fe2b2b7acf6716c4218eb8218965 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:53.365Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:53.698Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:53.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-18T10:40:53.698Z] 9401b92a35fa: Preparing [2023-01-18T10:40:53.698Z] 943065bb4878: Preparing [2023-01-18T10:40:53.698Z] fa08c8c30384: Preparing [2023-01-18T10:40:53.698Z] 8eec92022241: Preparing [2023-01-18T10:40:53.698Z] 818ec71b7a3a: Preparing [2023-01-18T10:40:53.698Z] 1abdd3113bc2: Preparing [2023-01-18T10:40:53.698Z] 9833f26c6bda: Preparing [2023-01-18T10:40:53.698Z] 1abdd3113bc2: Waiting [2023-01-18T10:40:53.698Z] 9833f26c6bda: Waiting [2023-01-18T10:40:53.698Z] 8eec92022241: Layer already exists [2023-01-18T10:40:53.698Z] 9401b92a35fa: Layer already exists [2023-01-18T10:40:53.698Z] 818ec71b7a3a: Layer already exists [2023-01-18T10:40:53.698Z] fa08c8c30384: Layer already exists [2023-01-18T10:40:53.698Z] 943065bb4878: Layer already exists [2023-01-18T10:40:53.698Z] 9833f26c6bda: Layer already exists [2023-01-18T10:40:53.698Z] 1abdd3113bc2: Layer already exists [2023-01-18T10:40:53.962Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:5d972e555f6bfa42f4b3208a91da2995e846fe2b2b7acf6716c4218eb8218965 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:54.288Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:54.620Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-01-18T10:40:54.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-18T10:40:54.621Z] 9401b92a35fa: Preparing [2023-01-18T10:40:54.621Z] 943065bb4878: Preparing [2023-01-18T10:40:54.621Z] fa08c8c30384: Preparing [2023-01-18T10:40:54.621Z] 8eec92022241: Preparing [2023-01-18T10:40:54.621Z] 818ec71b7a3a: Preparing [2023-01-18T10:40:54.621Z] 1abdd3113bc2: Preparing [2023-01-18T10:40:54.621Z] 9833f26c6bda: Preparing [2023-01-18T10:40:54.621Z] 1abdd3113bc2: Waiting [2023-01-18T10:40:54.621Z] 818ec71b7a3a: Layer already exists [2023-01-18T10:40:54.621Z] 8eec92022241: Layer already exists [2023-01-18T10:40:54.621Z] 9401b92a35fa: Layer already exists [2023-01-18T10:40:54.621Z] fa08c8c30384: Layer already exists [2023-01-18T10:40:54.621Z] 943065bb4878: Layer already exists [2023-01-18T10:40:54.621Z] 9833f26c6bda: Layer already exists [2023-01-18T10:40:54.621Z] 1abdd3113bc2: Layer already exists [2023-01-18T10:40:54.886Z] main: digest: sha256:5d972e555f6bfa42f4b3208a91da2995e846fe2b2b7acf6716c4218eb8218965 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T10:40:54.926Z] ===================================================== [Pipeline] echo [2023-01-18T10:40:54.932Z] taggedImages: [2023-01-18T10:40:54.932Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:54.932Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-18T10:40:54.932Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.22 [2023-01-18T10:40:54.932Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:54.932Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-01-18T10:40:54.952Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-01-18T10:40:54.952Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:54.952Z] latest [2023-01-18T10:40:54.952Z] 3.0.0-dev.22 [2023-01-18T10:40:54.952Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:40:54.952Z] main [2023-01-18T10:40:54.952Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:55.283Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:40:55.617Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:40:55.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-18T10:40:55.617Z] ce33df409dbe: Preparing [2023-01-18T10:40:55.617Z] 9a2547d4ce83: Preparing [2023-01-18T10:40:55.617Z] d40b34792354: Preparing [2023-01-18T10:40:55.617Z] fbcae56534d1: Preparing [2023-01-18T10:40:55.617Z] 10a16a0c1589: Preparing [2023-01-18T10:40:55.617Z] 9833f26c6bda: Preparing [2023-01-18T10:40:55.617Z] 9833f26c6bda: Waiting [2023-01-18T10:40:55.884Z] 9a2547d4ce83: Pushed [2023-01-18T10:40:55.884Z] d40b34792354: Pushed [2023-01-18T10:40:55.884Z] ce33df409dbe: Pushed [2023-01-18T10:40:55.884Z] 9833f26c6bda: Layer already exists [2023-01-18T10:40:56.464Z] 10a16a0c1589: Pushed [2023-01-18T10:41:11.437Z] fbcae56534d1: Pushed [2023-01-18T10:41:11.437Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:d5cb095d46e0e1e9193c77fe1a9ca2f2f960c9cf554431bbb40f5e3fe2f4939b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:11.787Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:12.132Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-18T10:41:12.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-18T10:41:12.132Z] ce33df409dbe: Preparing [2023-01-18T10:41:12.132Z] 9a2547d4ce83: Preparing [2023-01-18T10:41:12.132Z] d40b34792354: Preparing [2023-01-18T10:41:12.132Z] fbcae56534d1: Preparing [2023-01-18T10:41:12.132Z] 10a16a0c1589: Preparing [2023-01-18T10:41:12.132Z] 9833f26c6bda: Preparing [2023-01-18T10:41:12.132Z] 9833f26c6bda: Waiting [2023-01-18T10:41:12.132Z] 10a16a0c1589: Layer already exists [2023-01-18T10:41:12.132Z] d40b34792354: Layer already exists [2023-01-18T10:41:12.132Z] fbcae56534d1: Layer already exists [2023-01-18T10:41:12.132Z] ce33df409dbe: Layer already exists [2023-01-18T10:41:12.132Z] 9a2547d4ce83: Layer already exists [2023-01-18T10:41:13.096Z] 9833f26c6bda: Layer already exists [2023-01-18T10:41:13.362Z] latest: digest: sha256:d5cb095d46e0e1e9193c77fe1a9ca2f2f960c9cf554431bbb40f5e3fe2f4939b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:13.695Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:14.024Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.22 [2023-01-18T10:41:14.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-18T10:41:14.024Z] ce33df409dbe: Preparing [2023-01-18T10:41:14.024Z] 9a2547d4ce83: Preparing [2023-01-18T10:41:14.024Z] d40b34792354: Preparing [2023-01-18T10:41:14.024Z] fbcae56534d1: Preparing [2023-01-18T10:41:14.024Z] 10a16a0c1589: Preparing [2023-01-18T10:41:14.024Z] 9833f26c6bda: Preparing [2023-01-18T10:41:14.024Z] 9833f26c6bda: Waiting [2023-01-18T10:41:14.024Z] 10a16a0c1589: Layer already exists [2023-01-18T10:41:14.024Z] ce33df409dbe: Layer already exists [2023-01-18T10:41:14.024Z] d40b34792354: Layer already exists [2023-01-18T10:41:14.024Z] 9a2547d4ce83: Layer already exists [2023-01-18T10:41:14.024Z] fbcae56534d1: Layer already exists [2023-01-18T10:41:14.024Z] 9833f26c6bda: Layer already exists [2023-01-18T10:41:14.290Z] 3.0.0-dev.22: digest: sha256:d5cb095d46e0e1e9193c77fe1a9ca2f2f960c9cf554431bbb40f5e3fe2f4939b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:14.627Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:14.951Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:41:14.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-18T10:41:14.951Z] ce33df409dbe: Preparing [2023-01-18T10:41:14.951Z] 9a2547d4ce83: Preparing [2023-01-18T10:41:14.951Z] d40b34792354: Preparing [2023-01-18T10:41:14.951Z] fbcae56534d1: Preparing [2023-01-18T10:41:14.951Z] 10a16a0c1589: Preparing [2023-01-18T10:41:14.951Z] 9833f26c6bda: Preparing [2023-01-18T10:41:14.951Z] 9833f26c6bda: Waiting [2023-01-18T10:41:14.951Z] ce33df409dbe: Layer already exists [2023-01-18T10:41:14.951Z] 9a2547d4ce83: Layer already exists [2023-01-18T10:41:14.952Z] d40b34792354: Layer already exists [2023-01-18T10:41:14.952Z] fbcae56534d1: Layer already exists [2023-01-18T10:41:14.952Z] 10a16a0c1589: Layer already exists [2023-01-18T10:41:14.952Z] 9833f26c6bda: Layer already exists [2023-01-18T10:41:15.218Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:d5cb095d46e0e1e9193c77fe1a9ca2f2f960c9cf554431bbb40f5e3fe2f4939b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:15.548Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:15.870Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-01-18T10:41:15.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-18T10:41:15.870Z] ce33df409dbe: Preparing [2023-01-18T10:41:15.870Z] 9a2547d4ce83: Preparing [2023-01-18T10:41:15.870Z] d40b34792354: Preparing [2023-01-18T10:41:15.870Z] fbcae56534d1: Preparing [2023-01-18T10:41:15.870Z] 10a16a0c1589: Preparing [2023-01-18T10:41:15.870Z] 9833f26c6bda: Preparing [2023-01-18T10:41:15.870Z] 9833f26c6bda: Waiting [2023-01-18T10:41:15.870Z] 10a16a0c1589: Layer already exists [2023-01-18T10:41:15.870Z] 9a2547d4ce83: Layer already exists [2023-01-18T10:41:15.870Z] fbcae56534d1: Layer already exists [2023-01-18T10:41:15.870Z] ce33df409dbe: Layer already exists [2023-01-18T10:41:15.870Z] 9833f26c6bda: Layer already exists [2023-01-18T10:41:16.447Z] d40b34792354: Layer already exists [2023-01-18T10:41:16.447Z] main: digest: sha256:d5cb095d46e0e1e9193c77fe1a9ca2f2f960c9cf554431bbb40f5e3fe2f4939b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T10:41:16.485Z] ===================================================== [Pipeline] echo [2023-01-18T10:41:16.491Z] taggedImages: [2023-01-18T10:41:16.491Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:41:16.491Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-18T10:41:16.491Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.22 [2023-01-18T10:41:16.491Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:41:16.491Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-01-18T10:41:16.508Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-01-18T10:41:16.508Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:41:16.508Z] latest [2023-01-18T10:41:16.508Z] 3.0.0-dev.22 [2023-01-18T10:41:16.508Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:41:16.508Z] main [2023-01-18T10:41:16.508Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:16.833Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:17.158Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:41:17.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-18T10:41:17.158Z] 3222e36214f5: Preparing [2023-01-18T10:41:17.158Z] 17a0736e29e9: Preparing [2023-01-18T10:41:17.158Z] 1d7591aed568: Preparing [2023-01-18T10:41:17.158Z] 062b456af239: Preparing [2023-01-18T10:41:17.158Z] 1abdd3113bc2: Preparing [2023-01-18T10:41:17.158Z] 9833f26c6bda: Preparing [2023-01-18T10:41:17.158Z] 9833f26c6bda: Waiting [2023-01-18T10:41:17.158Z] 1abdd3113bc2: Layer already exists [2023-01-18T10:41:17.158Z] 9833f26c6bda: Layer already exists [2023-01-18T10:41:17.424Z] 1d7591aed568: Pushed [2023-01-18T10:41:17.424Z] 3222e36214f5: Pushed [2023-01-18T10:41:17.424Z] 17a0736e29e9: Pushed [2023-01-18T10:41:32.380Z] 062b456af239: Pushed [2023-01-18T10:41:32.380Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:052cb0659e7bad8230c2cb83158f7146140cdc2a82daab329bc2cef97e8ba9aa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:32.709Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:33.035Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-18T10:41:33.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-18T10:41:33.036Z] 3222e36214f5: Preparing [2023-01-18T10:41:33.036Z] 17a0736e29e9: Preparing [2023-01-18T10:41:33.036Z] 1d7591aed568: Preparing [2023-01-18T10:41:33.036Z] 062b456af239: Preparing [2023-01-18T10:41:33.036Z] 1abdd3113bc2: Preparing [2023-01-18T10:41:33.036Z] 9833f26c6bda: Preparing [2023-01-18T10:41:33.036Z] 9833f26c6bda: Waiting [2023-01-18T10:41:33.036Z] 062b456af239: Layer already exists [2023-01-18T10:41:33.036Z] 1abdd3113bc2: Layer already exists [2023-01-18T10:41:33.036Z] 3222e36214f5: Layer already exists [2023-01-18T10:41:33.036Z] 17a0736e29e9: Layer already exists [2023-01-18T10:41:33.036Z] 1d7591aed568: Layer already exists [2023-01-18T10:41:33.036Z] 9833f26c6bda: Layer already exists [2023-01-18T10:41:33.300Z] latest: digest: sha256:052cb0659e7bad8230c2cb83158f7146140cdc2a82daab329bc2cef97e8ba9aa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:33.631Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:33.966Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.22 [2023-01-18T10:41:33.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-18T10:41:33.966Z] 3222e36214f5: Preparing [2023-01-18T10:41:33.966Z] 17a0736e29e9: Preparing [2023-01-18T10:41:33.966Z] 1d7591aed568: Preparing [2023-01-18T10:41:33.966Z] 062b456af239: Preparing [2023-01-18T10:41:33.966Z] 1abdd3113bc2: Preparing [2023-01-18T10:41:33.966Z] 9833f26c6bda: Preparing [2023-01-18T10:41:33.966Z] 9833f26c6bda: Waiting [2023-01-18T10:41:33.966Z] 17a0736e29e9: Layer already exists [2023-01-18T10:41:33.966Z] 3222e36214f5: Layer already exists [2023-01-18T10:41:33.966Z] 1d7591aed568: Layer already exists [2023-01-18T10:41:33.966Z] 062b456af239: Layer already exists [2023-01-18T10:41:33.966Z] 1abdd3113bc2: Layer already exists [2023-01-18T10:41:33.966Z] 9833f26c6bda: Layer already exists [2023-01-18T10:41:33.966Z] 3.0.0-dev.22: digest: sha256:052cb0659e7bad8230c2cb83158f7146140cdc2a82daab329bc2cef97e8ba9aa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:34.574Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:34.906Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:41:34.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-18T10:41:34.906Z] 3222e36214f5: Preparing [2023-01-18T10:41:34.906Z] 17a0736e29e9: Preparing [2023-01-18T10:41:34.906Z] 1d7591aed568: Preparing [2023-01-18T10:41:34.906Z] 062b456af239: Preparing [2023-01-18T10:41:34.906Z] 1abdd3113bc2: Preparing [2023-01-18T10:41:34.906Z] 9833f26c6bda: Preparing [2023-01-18T10:41:34.906Z] 9833f26c6bda: Waiting [2023-01-18T10:41:35.170Z] 1abdd3113bc2: Layer already exists [2023-01-18T10:41:35.170Z] 1d7591aed568: Layer already exists [2023-01-18T10:41:35.170Z] 3222e36214f5: Layer already exists [2023-01-18T10:41:35.170Z] 17a0736e29e9: Layer already exists [2023-01-18T10:41:35.170Z] 062b456af239: Layer already exists [2023-01-18T10:41:35.170Z] 9833f26c6bda: Layer already exists [2023-01-18T10:41:35.170Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:052cb0659e7bad8230c2cb83158f7146140cdc2a82daab329bc2cef97e8ba9aa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:35.497Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:35.830Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-01-18T10:41:35.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-18T10:41:35.830Z] 3222e36214f5: Preparing [2023-01-18T10:41:35.830Z] 17a0736e29e9: Preparing [2023-01-18T10:41:35.830Z] 1d7591aed568: Preparing [2023-01-18T10:41:35.830Z] 062b456af239: Preparing [2023-01-18T10:41:35.830Z] 1abdd3113bc2: Preparing [2023-01-18T10:41:35.830Z] 9833f26c6bda: Preparing [2023-01-18T10:41:35.830Z] 9833f26c6bda: Waiting [2023-01-18T10:41:35.830Z] 062b456af239: Layer already exists [2023-01-18T10:41:35.830Z] 1abdd3113bc2: Layer already exists [2023-01-18T10:41:35.830Z] 3222e36214f5: Layer already exists [2023-01-18T10:41:35.830Z] 17a0736e29e9: Layer already exists [2023-01-18T10:41:35.830Z] 1d7591aed568: Layer already exists [2023-01-18T10:41:35.830Z] 9833f26c6bda: Layer already exists [2023-01-18T10:41:36.094Z] main: digest: sha256:052cb0659e7bad8230c2cb83158f7146140cdc2a82daab329bc2cef97e8ba9aa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T10:41:36.148Z] ===================================================== [Pipeline] echo [2023-01-18T10:41:36.156Z] taggedImages: [2023-01-18T10:41:36.156Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:41:36.156Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-18T10:41:36.156Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.22 [2023-01-18T10:41:36.156Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:41:36.156Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-01-18T10:41:36.177Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-01-18T10:41:36.177Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:41:36.177Z] latest [2023-01-18T10:41:36.177Z] 3.0.0-dev.22 [2023-01-18T10:41:36.177Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:41:36.177Z] main [2023-01-18T10:41:36.177Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:36.517Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:36.848Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:41:36.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-18T10:41:36.848Z] 6cf07ef36a39: Preparing [2023-01-18T10:41:36.848Z] fc238b8c1dac: Preparing [2023-01-18T10:41:36.848Z] dd3922e1db3f: Preparing [2023-01-18T10:41:36.848Z] 6ebd0f5fa578: Preparing [2023-01-18T10:41:36.848Z] 17bec77d7fdc: Preparing [2023-01-18T10:41:36.848Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:41:36.848Z] dd3922e1db3f: Layer already exists [2023-01-18T10:41:37.114Z] 6cf07ef36a39: Pushed [2023-01-18T10:41:37.114Z] 6ebd0f5fa578: Pushed [2023-01-18T10:41:42.435Z] fc238b8c1dac: Pushed [2023-01-18T10:41:42.436Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:ca524b36587cce72f9a997985897ba3496518bae6bd122aa5737a4677b343fee size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:42.773Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:43.103Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-18T10:41:43.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-18T10:41:43.103Z] 6cf07ef36a39: Preparing [2023-01-18T10:41:43.103Z] fc238b8c1dac: Preparing [2023-01-18T10:41:43.103Z] dd3922e1db3f: Preparing [2023-01-18T10:41:43.103Z] 6ebd0f5fa578: Preparing [2023-01-18T10:41:43.103Z] 17bec77d7fdc: Preparing [2023-01-18T10:41:43.103Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:41:43.103Z] fc238b8c1dac: Layer already exists [2023-01-18T10:41:43.103Z] 6ebd0f5fa578: Layer already exists [2023-01-18T10:41:43.103Z] 6cf07ef36a39: Layer already exists [2023-01-18T10:41:43.103Z] dd3922e1db3f: Layer already exists [2023-01-18T10:41:43.103Z] latest: digest: sha256:ca524b36587cce72f9a997985897ba3496518bae6bd122aa5737a4677b343fee size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:43.442Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:43.775Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.22 [2023-01-18T10:41:43.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-18T10:41:43.775Z] 6cf07ef36a39: Preparing [2023-01-18T10:41:43.775Z] fc238b8c1dac: Preparing [2023-01-18T10:41:43.775Z] dd3922e1db3f: Preparing [2023-01-18T10:41:43.775Z] 6ebd0f5fa578: Preparing [2023-01-18T10:41:43.775Z] 17bec77d7fdc: Preparing [2023-01-18T10:41:43.775Z] 6ebd0f5fa578: Layer already exists [2023-01-18T10:41:43.775Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:41:43.775Z] dd3922e1db3f: Layer already exists [2023-01-18T10:41:43.775Z] 6cf07ef36a39: Layer already exists [2023-01-18T10:41:43.775Z] fc238b8c1dac: Layer already exists [2023-01-18T10:41:43.775Z] 3.0.0-dev.22: digest: sha256:ca524b36587cce72f9a997985897ba3496518bae6bd122aa5737a4677b343fee size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:44.099Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:44.423Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:41:44.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-18T10:41:44.690Z] 6cf07ef36a39: Preparing [2023-01-18T10:41:44.690Z] fc238b8c1dac: Preparing [2023-01-18T10:41:44.690Z] dd3922e1db3f: Preparing [2023-01-18T10:41:44.690Z] 6ebd0f5fa578: Preparing [2023-01-18T10:41:44.690Z] 17bec77d7fdc: Preparing [2023-01-18T10:41:44.690Z] dd3922e1db3f: Layer already exists [2023-01-18T10:41:44.690Z] fc238b8c1dac: Layer already exists [2023-01-18T10:41:44.690Z] 6cf07ef36a39: Layer already exists [2023-01-18T10:41:44.690Z] 6ebd0f5fa578: Layer already exists [2023-01-18T10:41:44.690Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:41:44.690Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:ca524b36587cce72f9a997985897ba3496518bae6bd122aa5737a4677b343fee size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:45.011Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:45.368Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-01-18T10:41:45.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-18T10:41:45.369Z] 6cf07ef36a39: Preparing [2023-01-18T10:41:45.369Z] fc238b8c1dac: Preparing [2023-01-18T10:41:45.369Z] dd3922e1db3f: Preparing [2023-01-18T10:41:45.369Z] 6ebd0f5fa578: Preparing [2023-01-18T10:41:45.369Z] 17bec77d7fdc: Preparing [2023-01-18T10:41:45.369Z] dd3922e1db3f: Layer already exists [2023-01-18T10:41:45.369Z] 6cf07ef36a39: Layer already exists [2023-01-18T10:41:45.369Z] fc238b8c1dac: Layer already exists [2023-01-18T10:41:45.369Z] 6ebd0f5fa578: Layer already exists [2023-01-18T10:41:45.369Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:41:45.369Z] main: digest: sha256:ca524b36587cce72f9a997985897ba3496518bae6bd122aa5737a4677b343fee size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T10:41:45.688Z] ===================================================== [Pipeline] echo [2023-01-18T10:41:45.695Z] taggedImages: [2023-01-18T10:41:45.695Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:41:45.695Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-18T10:41:45.695Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.22 [2023-01-18T10:41:45.695Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:41:45.695Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-01-18T10:41:45.714Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-01-18T10:41:45.714Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:41:45.714Z] latest [2023-01-18T10:41:45.714Z] 3.0.0-dev.22 [2023-01-18T10:41:45.714Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:41:45.714Z] main [2023-01-18T10:41:45.714Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:46.067Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:46.412Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:41:46.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-18T10:41:46.412Z] acb3f266920a: Preparing [2023-01-18T10:41:46.412Z] 687d37ea64b5: Preparing [2023-01-18T10:41:46.412Z] dd3922e1db3f: Preparing [2023-01-18T10:41:46.412Z] 4b848a7a793e: Preparing [2023-01-18T10:41:46.412Z] 17bec77d7fdc: Preparing [2023-01-18T10:41:46.412Z] 4b848a7a793e: Layer already exists [2023-01-18T10:41:46.412Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:41:46.412Z] dd3922e1db3f: Layer already exists [2023-01-18T10:41:46.679Z] acb3f266920a: Pushed [2023-01-18T10:41:52.017Z] 687d37ea64b5: Pushed [2023-01-18T10:41:53.415Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:5760fad6bb5e148a30cf77e461575072fe129a6b117eb413975c04592a2c04b7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:53.757Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:54.088Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-18T10:41:54.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-18T10:41:54.088Z] acb3f266920a: Preparing [2023-01-18T10:41:54.088Z] 687d37ea64b5: Preparing [2023-01-18T10:41:54.088Z] dd3922e1db3f: Preparing [2023-01-18T10:41:54.088Z] 4b848a7a793e: Preparing [2023-01-18T10:41:54.088Z] 17bec77d7fdc: Preparing [2023-01-18T10:41:54.088Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:41:54.088Z] 4b848a7a793e: Layer already exists [2023-01-18T10:41:54.088Z] acb3f266920a: Layer already exists [2023-01-18T10:41:54.088Z] 687d37ea64b5: Layer already exists [2023-01-18T10:41:54.088Z] dd3922e1db3f: Layer already exists [2023-01-18T10:41:54.088Z] latest: digest: sha256:5760fad6bb5e148a30cf77e461575072fe129a6b117eb413975c04592a2c04b7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:54.426Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:54.759Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.22 [2023-01-18T10:41:54.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-18T10:41:54.759Z] acb3f266920a: Preparing [2023-01-18T10:41:54.759Z] 687d37ea64b5: Preparing [2023-01-18T10:41:54.759Z] dd3922e1db3f: Preparing [2023-01-18T10:41:54.759Z] 4b848a7a793e: Preparing [2023-01-18T10:41:54.759Z] 17bec77d7fdc: Preparing [2023-01-18T10:41:54.759Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:41:54.759Z] acb3f266920a: Layer already exists [2023-01-18T10:41:54.759Z] 4b848a7a793e: Layer already exists [2023-01-18T10:41:54.759Z] 687d37ea64b5: Layer already exists [2023-01-18T10:41:54.759Z] dd3922e1db3f: Layer already exists [2023-01-18T10:41:54.759Z] 3.0.0-dev.22: digest: sha256:5760fad6bb5e148a30cf77e461575072fe129a6b117eb413975c04592a2c04b7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:55.363Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:55.704Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:41:55.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-18T10:41:55.704Z] acb3f266920a: Preparing [2023-01-18T10:41:55.704Z] 687d37ea64b5: Preparing [2023-01-18T10:41:55.704Z] dd3922e1db3f: Preparing [2023-01-18T10:41:55.704Z] 4b848a7a793e: Preparing [2023-01-18T10:41:55.704Z] 17bec77d7fdc: Preparing [2023-01-18T10:41:55.704Z] dd3922e1db3f: Layer already exists [2023-01-18T10:41:55.704Z] 687d37ea64b5: Layer already exists [2023-01-18T10:41:55.704Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:41:55.704Z] 4b848a7a793e: Layer already exists [2023-01-18T10:41:55.704Z] acb3f266920a: Layer already exists [2023-01-18T10:41:55.971Z] 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:5760fad6bb5e148a30cf77e461575072fe129a6b117eb413975c04592a2c04b7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:56.329Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:56.663Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-01-18T10:41:56.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-18T10:41:56.663Z] acb3f266920a: Preparing [2023-01-18T10:41:56.663Z] 687d37ea64b5: Preparing [2023-01-18T10:41:56.663Z] dd3922e1db3f: Preparing [2023-01-18T10:41:56.663Z] 4b848a7a793e: Preparing [2023-01-18T10:41:56.663Z] 17bec77d7fdc: Preparing [2023-01-18T10:41:56.663Z] 17bec77d7fdc: Layer already exists [2023-01-18T10:41:56.663Z] 687d37ea64b5: Layer already exists [2023-01-18T10:41:56.663Z] acb3f266920a: Layer already exists [2023-01-18T10:41:56.663Z] dd3922e1db3f: Layer already exists [2023-01-18T10:41:56.663Z] 4b848a7a793e: Layer already exists [2023-01-18T10:41:56.928Z] main: digest: sha256:5760fad6bb5e148a30cf77e461575072fe129a6b117eb413975c04592a2c04b7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-18T10:41:56.967Z] ===================================================== [Pipeline] echo [2023-01-18T10:41:56.978Z] taggedImages: [2023-01-18T10:41:56.978Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [2023-01-18T10:41:56.978Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-18T10:41:56.978Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.22 [2023-01-18T10:41:56.978Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [2023-01-18T10:41:56.978Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:57.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-18T10:41:57.334Z] [2023-01-18T10:41:57.334Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:41:57.659Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-18T10:41:57.659Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-18T10:41:57.659Z] 8998bd30e6a1: Pulling fs layer [2023-01-18T10:41:57.659Z] 04944245beec: Pulling fs layer [2023-01-18T10:41:57.659Z] 699f458cf7ca: Pulling fs layer [2023-01-18T10:41:57.659Z] 765212b225bb: Pulling fs layer [2023-01-18T10:41:57.659Z] f23df028b6ca: Pulling fs layer [2023-01-18T10:41:57.659Z] d65c8cfc05b1: Pulling fs layer [2023-01-18T10:41:57.659Z] 2437ff75d9bd: Pulling fs layer [2023-01-18T10:41:57.659Z] f23df028b6ca: Waiting [2023-01-18T10:41:57.659Z] d65c8cfc05b1: Waiting [2023-01-18T10:41:57.659Z] 2437ff75d9bd: Waiting [2023-01-18T10:41:57.659Z] 765212b225bb: Waiting [2023-01-18T10:41:57.925Z] 04944245beec: Verifying Checksum [2023-01-18T10:41:57.926Z] 04944245beec: Download complete [2023-01-18T10:41:57.926Z] 765212b225bb: Verifying Checksum [2023-01-18T10:41:57.926Z] 765212b225bb: Download complete [2023-01-18T10:41:57.926Z] f23df028b6ca: Verifying Checksum [2023-01-18T10:41:57.926Z] f23df028b6ca: Download complete [2023-01-18T10:41:57.926Z] d65c8cfc05b1: Verifying Checksum [2023-01-18T10:41:57.926Z] d65c8cfc05b1: Download complete [2023-01-18T10:41:58.194Z] 699f458cf7ca: Verifying Checksum [2023-01-18T10:41:58.194Z] 699f458cf7ca: Download complete [2023-01-18T10:41:58.459Z] 8998bd30e6a1: Verifying Checksum [2023-01-18T10:41:58.459Z] 8998bd30e6a1: Download complete [2023-01-18T10:42:00.400Z] 2437ff75d9bd: Verifying Checksum [2023-01-18T10:42:00.400Z] 2437ff75d9bd: Download complete [2023-01-18T10:42:02.342Z] 8998bd30e6a1: Pull complete [2023-01-18T10:42:02.608Z] 04944245beec: Pull complete [2023-01-18T10:42:04.010Z] 699f458cf7ca: Pull complete [2023-01-18T10:42:04.276Z] 765212b225bb: Pull complete [2023-01-18T10:42:05.237Z] f23df028b6ca: Pull complete [2023-01-18T10:42:05.503Z] d65c8cfc05b1: Pull complete [2023-01-18T10:42:20.481Z] 2437ff75d9bd: Pull complete [2023-01-18T10:42:20.481Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-18T10:42:20.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-18T10:42:20.481Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T10:42:20.658Z] prd-ubuntu20.04-docker-arm64-4c-16g-2911 does not seem to be running inside a container [2023-01-18T10:42:20.704Z] $ 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/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-18T10:42:23.564Z] $ docker top 57aaf78e791dad1b15554fc4f8568fb75fac37088f078764d20f9d1cca8bd33e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-18T10:42:24.138Z] ---> job-cost.sh [2023-01-18T10:42:24.407Z] lf-activate-venv: SKIPPING [2023-01-18T10:42:24.408Z] INFO: No Stack... [2023-01-18T10:42:24.988Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-18T10:42:25.567Z] INFO: Archiving Costs [Pipeline] sh [2023-01-18T10:42:25.882Z] + cat /w/workspace/edgex-go/377/archives/cost.csv [2023-01-18T10:42:25.882Z] + cut -d, -f6 [Pipeline] lock [2023-01-18T10:42:26.222Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-377-stack-cost] [2023-01-18T10:42:26.231Z] Resource [jenkins-edgexfoundry-edgex-go-main-377-stack-cost] did not exist. Created. [2023-01-18T10:42:26.231Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-377-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-18T10:42:26.553Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-18T10:42:27.141Z] Stashed 1 file(s) [Pipeline] } [2023-01-18T10:42:27.149Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-377-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-18T10:42:27.160Z] $ docker stop --time=1 57aaf78e791dad1b15554fc4f8568fb75fac37088f078764d20f9d1cca8bd33e [2023-01-18T10:42:28.666Z] $ docker rm -f --volumes 57aaf78e791dad1b15554fc4f8568fb75fac37088f078764d20f9d1cca8bd33e [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-18T10:42:29.502Z] + [ -d /w/workspace/edgex-go/377/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-18T10:42:29.832Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T10:42:30.705Z] ---> package-listing.sh [2023-01-18T10:42:30.705Z] ++ facter osfamily [2023-01-18T10:42:30.705Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-18T10:42:30.964Z] + OS_FAMILY=debian [2023-01-18T10:42:30.964Z] + workspace=/w/workspace/edgex-go/377 [2023-01-18T10:42:30.964Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-18T10:42:30.964Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-18T10:42:30.964Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-18T10:42:30.964Z] + PACKAGES=/tmp/packages_start.txt [2023-01-18T10:42:30.964Z] + '[' /w/workspace/edgex-go/377 ']' [2023-01-18T10:42:30.964Z] + PACKAGES=/tmp/packages_end.txt [2023-01-18T10:42:30.964Z] + case "${OS_FAMILY}" in [2023-01-18T10:42:30.964Z] + dpkg -l [2023-01-18T10:42:30.964Z] + grep '^ii' [2023-01-18T10:42:30.964Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-18T10:42:30.964Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-18T10:42:30.964Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-18T10:42:30.964Z] + '[' /w/workspace/edgex-go/377 ']' [2023-01-18T10:42:30.964Z] + mkdir -p /w/workspace/edgex-go/377/archives/ [2023-01-18T10:42:30.964Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/377/archives/ [Pipeline] echo [2023-01-18T10:42:30.974Z] 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/377/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-18T10:42:31.250Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:42:31.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-18T10:42:31.805Z] [2023-01-18T10:42:31.805Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-18T10:42:32.100Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-18T10:42:32.100Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-18T10:42:32.100Z] 5eb5b503b376: Pulling fs layer [2023-01-18T10:42:32.100Z] 5c69ac0246d0: Pulling fs layer [2023-01-18T10:42:32.100Z] ec43610c2a17: Pulling fs layer [2023-01-18T10:42:32.100Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-18T10:42:32.100Z] 33b1e0a273af: Pulling fs layer [2023-01-18T10:42:32.100Z] 5d3b04190fa2: Pulling fs layer [2023-01-18T10:42:32.100Z] 2f39f015ded8: Pulling fs layer [2023-01-18T10:42:32.100Z] 3a2ae6a8a46f: Waiting [2023-01-18T10:42:32.100Z] 33b1e0a273af: Waiting [2023-01-18T10:42:32.100Z] 5d3b04190fa2: Waiting [2023-01-18T10:42:32.100Z] 2f39f015ded8: Waiting [2023-01-18T10:42:32.100Z] 5c69ac0246d0: Verifying Checksum [2023-01-18T10:42:32.100Z] 5c69ac0246d0: Download complete [2023-01-18T10:42:32.363Z] 33b1e0a273af: Verifying Checksum [2023-01-18T10:42:32.363Z] 33b1e0a273af: Download complete [2023-01-18T10:42:32.363Z] 5d3b04190fa2: Download complete [2023-01-18T10:42:32.363Z] ec43610c2a17: Verifying Checksum [2023-01-18T10:42:32.363Z] ec43610c2a17: Download complete [2023-01-18T10:42:32.622Z] 5eb5b503b376: Verifying Checksum [2023-01-18T10:42:32.622Z] 5eb5b503b376: Download complete [2023-01-18T10:42:33.189Z] 2f39f015ded8: Download complete [2023-01-18T10:42:33.756Z] 5eb5b503b376: Pull complete [2023-01-18T10:42:33.756Z] 5c69ac0246d0: Pull complete [2023-01-18T10:42:34.014Z] ec43610c2a17: Pull complete [2023-01-18T10:42:34.273Z] 3a2ae6a8a46f: Pull complete [2023-01-18T10:42:34.273Z] 33b1e0a273af: Pull complete [2023-01-18T10:42:34.531Z] 5d3b04190fa2: Pull complete [2023-01-18T10:42:38.716Z] 2f39f015ded8: Pull complete [2023-01-18T10:42:38.716Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-18T10:42:38.716Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-18T10:42:38.716Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-18T10:42:38.789Z] prd-ubuntu20.04-docker-8c-8g-2910 does not seem to be running inside a container [2023-01-18T10:42:38.815Z] $ 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/377/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/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-18T10:42:41.436Z] $ docker top c1e0e0457d9a8b5af8b6080105ab22de898a0e5a198cba217a13baf6597625fa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-18T10:42:41.793Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-18T10:42:42.076Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-18T10:42:42.360Z] + ls /var/log/sa-host [2023-01-18T10:42:42.361Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-18T10:42:42.510Z] provisioning config files... [2023-01-18T10:42:42.518Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/377@tmp/config4694614806276473320tmp [Pipeline] { [Pipeline] echo [2023-01-18T10:42:42.529Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T10:42:42.808Z] ---> create-netrc.sh [Pipeline] } [2023-01-18T10:42:42.815Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-18T10:42:43.147Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-18T10:42:43.156Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T10:42:43.440Z] ---> sudo-logs.sh [2023-01-18T10:42:43.440Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-18T10:42:43.483Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T10:42:43.771Z] ---> job-cost.sh [2023-01-18T10:42:43.771Z] lf-activate-venv: SKIPPING [2023-01-18T10:42:43.771Z] DEBUG: total: 0.10999999940395355 [2023-01-18T10:42:43.771Z] INFO: Retrieving Stack Cost... [2023-01-18T10:42:44.030Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-18T10:42:44.597Z] INFO: Archiving Costs [Pipeline] echo [2023-01-18T10:42:44.608Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-18T10:42:44.958Z] ---> logs-deploy.sh [2023-01-18T10:42:44.958Z] lf-activate-venv: SKIPPING [2023-01-18T10:42:44.958Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/377 [2023-01-18T10:42:44.958Z] INFO: archiving workspace using pattern(s): [2023-01-18T10:42:45.892Z] Archives upload complete. [2023-01-18T10:42:46.151Z] INFO: archiving logs to Nexus [2023-01-18T10:42:46.719Z] ---> uname -a: [2023-01-18T10:42:46.719Z] Linux prd-ubuntu20-04-docker-8c-8g-2910 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-18T10:42:46.719Z] [2023-01-18T10:42:46.719Z] [2023-01-18T10:42:46.719Z] ---> lscpu: [2023-01-18T10:42:46.719Z] Architecture: x86_64 [2023-01-18T10:42:46.719Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-18T10:42:46.719Z] Byte Order: Little Endian [2023-01-18T10:42:46.719Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-18T10:42:46.719Z] CPU(s): 8 [2023-01-18T10:42:46.719Z] On-line CPU(s) list: 0-7 [2023-01-18T10:42:46.719Z] Thread(s) per core: 1 [2023-01-18T10:42:46.719Z] Core(s) per socket: 1 [2023-01-18T10:42:46.719Z] Socket(s): 8 [2023-01-18T10:42:46.719Z] NUMA node(s): 1 [2023-01-18T10:42:46.719Z] Vendor ID: AuthenticAMD [2023-01-18T10:42:46.719Z] CPU family: 23 [2023-01-18T10:42:46.719Z] Model: 49 [2023-01-18T10:42:46.719Z] Model name: AMD EPYC-Rome Processor [2023-01-18T10:42:46.719Z] Stepping: 0 [2023-01-18T10:42:46.719Z] CPU MHz: 2799.996 [2023-01-18T10:42:46.719Z] BogoMIPS: 5599.99 [2023-01-18T10:42:46.719Z] Virtualization: AMD-V [2023-01-18T10:42:46.719Z] Hypervisor vendor: KVM [2023-01-18T10:42:46.719Z] Virtualization type: full [2023-01-18T10:42:46.719Z] L1d cache: 256 KiB [2023-01-18T10:42:46.719Z] L1i cache: 256 KiB [2023-01-18T10:42:46.719Z] L2 cache: 4 MiB [2023-01-18T10:42:46.719Z] L3 cache: 128 MiB [2023-01-18T10:42:46.719Z] NUMA node0 CPU(s): 0-7 [2023-01-18T10:42:46.719Z] Vulnerability Itlb multihit: Not affected [2023-01-18T10:42:46.719Z] Vulnerability L1tf: Not affected [2023-01-18T10:42:46.719Z] Vulnerability Mds: Not affected [2023-01-18T10:42:46.719Z] Vulnerability Meltdown: Not affected [2023-01-18T10:42:46.719Z] Vulnerability Mmio stale data: Not affected [2023-01-18T10:42:46.719Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-18T10:42:46.719Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-18T10:42:46.719Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-18T10:42:46.719Z] Vulnerability Srbds: Not affected [2023-01-18T10:42:46.719Z] Vulnerability Tsx async abort: Not affected [2023-01-18T10:42:46.719Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-01-18T10:42:46.719Z] [2023-01-18T10:42:46.719Z] [2023-01-18T10:42:46.719Z] ---> nproc: [2023-01-18T10:42:46.719Z] 8 [2023-01-18T10:42:46.719Z] [2023-01-18T10:42:46.719Z] [2023-01-18T10:42:46.719Z] ---> df -h: [2023-01-18T10:42:46.719Z] Filesystem Size Used Avail Use% Mounted on [2023-01-18T10:42:46.719Z] overlay 155G 12G 144G 8% / [2023-01-18T10:42:46.719Z] tmpfs 64M 0 64M 0% /dev [2023-01-18T10:42:46.719Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-18T10:42:46.719Z] shm 64M 0 64M 0% /dev/shm [2023-01-18T10:42:46.719Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-01-18T10:42:46.719Z] [2023-01-18T10:42:46.719Z] [2023-01-18T10:42:46.719Z] ---> sar -b -r -n DEV: [2023-01-18T10:42:46.719Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2910) 01/18/23 _x86_64_ (8 CPU) [2023-01-18T10:42:46.719Z] [2023-01-18T10:42:46.719Z] 10:16:30 LINUX RESTART (8 CPU) [2023-01-18T10:42:46.719Z] [2023-01-18T10:42:46.719Z] 10:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-01-18T10:42:46.719Z] 10:18:01 159.44 12.14 147.29 0.00 1825.89 131555.96 0.00 [2023-01-18T10:42:46.719Z] 10:19:01 36.74 0.05 36.69 0.00 0.40 13313.70 0.00 [2023-01-18T10:42:46.719Z] 10:20:01 1.47 0.00 1.47 0.00 0.00 74.13 0.00 [2023-01-18T10:42:46.719Z] 10:21:01 1.32 0.00 1.32 0.00 0.00 15.60 0.00 [2023-01-18T10:42:46.719Z] 10:22:01 51.59 10.58 41.01 0.00 5154.87 8686.15 0.00 [2023-01-18T10:42:46.719Z] 10:23:01 6.15 0.02 6.13 0.00 0.13 125.42 0.00 [2023-01-18T10:42:46.719Z] 10:24:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 [2023-01-18T10:42:46.719Z] 10:25:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 [2023-01-18T10:42:46.719Z] 10:26:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 [2023-01-18T10:42:46.719Z] 10:27:01 2.00 0.00 2.00 0.00 0.00 22.26 0.00 [2023-01-18T10:42:46.719Z] 10:28:01 0.88 0.00 0.88 0.00 0.00 10.26 0.00 [2023-01-18T10:42:46.719Z] 10:29:01 1.50 0.00 1.50 0.00 0.00 18.40 0.00 [2023-01-18T10:42:46.719Z] 10:30:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 [2023-01-18T10:42:46.719Z] 10:31:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 [2023-01-18T10:42:46.719Z] 10:32:01 1.83 0.02 1.82 0.00 0.13 25.20 0.00 [2023-01-18T10:42:46.719Z] 10:33:02 1.43 0.00 1.43 0.00 0.00 17.06 0.00 [2023-01-18T10:42:46.719Z] 10:34:01 1.05 0.00 1.05 0.00 0.00 12.61 0.00 [2023-01-18T10:42:46.719Z] 10:35:01 1.37 0.00 1.37 0.00 0.00 16.93 0.00 [2023-01-18T10:42:46.719Z] 10:36:01 2.25 0.18 2.07 0.00 18.53 24.66 0.00 [2023-01-18T10:42:46.719Z] 10:37:01 1.52 0.00 1.52 0.00 0.00 18.53 0.00 [2023-01-18T10:42:46.719Z] 10:38:01 0.92 0.00 0.92 0.00 0.00 10.93 0.00 [2023-01-18T10:42:46.719Z] 10:39:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 [2023-01-18T10:42:46.719Z] 10:40:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 [2023-01-18T10:42:46.719Z] 10:41:01 0.95 0.00 0.95 0.00 0.00 12.66 0.00 [2023-01-18T10:42:46.719Z] 10:42:01 1.13 0.00 1.13 0.00 0.00 14.66 0.00 [2023-01-18T10:42:46.719Z] Average: 11.29 0.92 10.37 0.00 280.19 6168.54 0.00 [2023-01-18T10:42:46.719Z] [2023-01-18T10:42:46.719Z] 10:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-01-18T10:42:46.719Z] 10:18:01 28555248 31586220 715560 2.18 111756 3165836 1888820 5.57 1095864 2830924 276 [2023-01-18T10:42:46.719Z] 10:19:01 28568344 31604800 695072 2.11 113780 3166348 1740976 5.13 1162208 2741560 2004 [2023-01-18T10:42:46.719Z] 10:20:01 28567956 31604536 695112 2.11 113820 3166348 1740976 5.13 1162956 2741556 12 [2023-01-18T10:42:46.719Z] 10:21:01 28573324 31610016 689388 2.10 113852 3166352 1740976 5.13 1157304 2741560 40 [2023-01-18T10:42:46.719Z] 10:22:01 28038492 31584228 703060 2.14 147444 3621000 1804584 5.32 1483380 2913772 948 [2023-01-18T10:42:46.719Z] 10:23:01 28052020 31592852 694260 2.11 146020 3617740 1790728 5.28 1473528 2910504 4 [2023-01-18T10:42:46.719Z] 10:24:01 28052508 31593464 693664 2.11 146092 3617748 1790728 5.28 1473620 2910520 8 [2023-01-18T10:42:46.719Z] 10:25:01 28052708 31593672 693572 2.11 146144 3617748 1790728 5.28 1473656 2910512 40 [2023-01-18T10:42:46.719Z] 10:26:01 28052644 31593696 693508 2.11 146172 3617752 1790728 5.28 1473724 2910524 8 [2023-01-18T10:42:46.719Z] 10:27:01 28052500 31593620 693536 2.11 146232 3617752 1790728 5.28 1474152 2910532 12 [2023-01-18T10:42:46.719Z] 10:28:01 28052000 31593988 693684 2.11 146264 3617756 1790728 5.28 1473280 2911276 184 [2023-01-18T10:42:46.719Z] 10:29:01 28052000 31594184 693500 2.11 146304 3617888 1790728 5.28 1473368 2911412 40 [2023-01-18T10:42:46.719Z] 10:30:01 28051984 31594232 693428 2.11 146328 3617892 1790728 5.28 1473408 2911420 12 [2023-01-18T10:42:46.719Z] 10:31:01 28052392 31594648 692888 2.11 146344 3617896 1790728 5.28 1473436 2911428 48 [2023-01-18T10:42:46.719Z] 10:32:01 28050776 31593156 694552 2.11 146388 3617876 1817928 5.36 1473364 2911392 28 [2023-01-18T10:42:46.719Z] 10:33:02 28051808 31594188 693436 2.11 146412 3617876 1817928 5.36 1473308 2911392 20 [2023-01-18T10:42:46.719Z] 10:34:01 28051168 31593612 694000 2.11 146452 3617880 1817928 5.36 1473404 2911400 16 [2023-01-18T10:42:46.719Z] 10:35:01 28050924 31593376 694168 2.11 146476 3617884 1817928 5.36 1473464 2911404 44 [2023-01-18T10:42:46.719Z] 10:36:01 28049928 31593132 694468 2.11 146504 3618440 1788488 5.27 1473568 2911960 12 [2023-01-18T10:42:46.719Z] 10:37:01 28050100 31593340 694196 2.11 146544 3618440 1788488 5.27 1473644 2911964 16 [2023-01-18T10:42:46.719Z] 10:38:01 28049800 31593048 694412 2.11 146556 3618452 1788488 5.27 1473644 2911972 12 [2023-01-18T10:42:46.719Z] 10:39:01 28050000 31593308 694336 2.11 146588 3618452 1788488 5.27 1473740 2911976 40 [2023-01-18T10:42:46.719Z] 10:40:01 28050508 31593828 693992 2.11 146612 3618460 1788488 5.27 1473836 2911984 184 [2023-01-18T10:42:46.719Z] 10:41:01 28050336 31593656 694112 2.11 146628 3618460 1788488 5.27 1474780 2911984 52 [2023-01-18T10:42:46.719Z] 10:42:01 28042584 31586000 701780 2.13 146676 3618464 1788488 5.27 1485216 2911988 44 [2023-01-18T10:42:46.719Z] Average: 28132882 31594192 695347 2.11 141136 3545870 1792960 5.28 1421834 2887877 164 [2023-01-18T10:42:46.719Z] [2023-01-18T10:42:46.719Z] 10:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-01-18T10:42:46.719Z] 10:18:01 docker0 401.85 370.10 31.87 3413.33 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:18:01 lo 4.80 4.80 0.46 0.46 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:18:01 ens3 894.55 833.62 11920.64 111.56 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:19:01 docker0 1.38 1.42 0.09 0.12 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:19:01 ens3 23.86 16.96 19.98 10.33 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:20:01 ens3 4.22 2.77 10.72 0.43 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:21:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:22:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:22:01 ens3 121.23 65.61 2751.20 5.02 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:23:01 ens3 0.33 0.25 0.02 0.02 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.719Z] 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:26:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:27:01 ens3 0.67 0.50 0.34 0.28 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:28:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:32:01 ens3 0.13 0.10 0.07 0.07 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:33:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:33:02 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:34:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:35:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:36:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:36:01 ens3 0.20 0.27 0.10 0.03 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:37:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:38:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:40:01 ens3 0.22 0.12 0.22 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:41:01 ens3 0.98 0.40 0.31 0.22 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] 10:42:01 ens3 2.20 2.30 0.21 12.92 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] Average: docker0 16.14 14.87 1.28 136.67 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] Average: lo 0.31 0.31 0.03 0.03 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] Average: ens3 42.03 36.99 588.68 5.65 0.00 0.00 0.00 0.00 [2023-01-18T10:42:46.720Z] [2023-01-18T10:42:46.720Z] [2023-01-18T10:42:46.720Z] ---> sar -P ALL: [2023-01-18T10:42:46.720Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2910) 01/18/23 _x86_64_ (8 CPU) [2023-01-18T10:42:46.720Z] [2023-01-18T10:42:46.720Z] 10:16:30 LINUX RESTART (8 CPU) [2023-01-18T10:42:46.720Z] [2023-01-18T10:42:46.720Z] 10:17:01 CPU %user %nice %system %iowait %steal %idle [2023-01-18T10:42:46.720Z] 10:18:01 all 10.39 0.00 4.46 1.77 0.07 83.32 [2023-01-18T10:42:46.720Z] 10:18:01 0 10.51 0.00 4.62 5.87 0.05 78.95 [2023-01-18T10:42:46.720Z] 10:18:01 1 8.76 0.00 4.74 0.52 0.05 85.93 [2023-01-18T10:42:46.720Z] 10:18:01 2 9.61 0.00 4.09 3.32 0.07 82.91 [2023-01-18T10:42:46.720Z] 10:18:01 3 8.66 0.00 4.57 0.14 0.08 86.55 [2023-01-18T10:42:46.720Z] 10:18:01 4 12.99 0.00 4.46 1.71 0.07 80.78 [2023-01-18T10:42:46.720Z] 10:18:01 5 7.62 0.00 3.68 0.47 0.05 88.17 [2023-01-18T10:42:46.720Z] 10:18:01 6 12.85 0.00 4.07 1.40 0.05 81.62 [2023-01-18T10:42:46.720Z] 10:18:01 7 12.09 0.00 5.43 0.71 0.10 81.66 [2023-01-18T10:42:46.720Z] 10:19:01 all 26.14 0.00 4.39 0.35 0.06 69.05 [2023-01-18T10:42:46.720Z] 10:19:01 0 26.09 0.00 4.80 0.05 0.07 69.00 [2023-01-18T10:42:46.720Z] 10:19:01 1 25.70 0.00 3.96 0.05 0.07 70.22 [2023-01-18T10:42:46.720Z] 10:19:01 2 25.30 0.00 4.45 1.53 0.05 68.67 [2023-01-18T10:42:46.720Z] 10:19:01 3 26.18 0.00 3.97 0.00 0.05 69.81 [2023-01-18T10:42:46.720Z] 10:19:01 4 26.92 0.00 4.34 0.02 0.07 68.66 [2023-01-18T10:42:46.720Z] 10:19:01 5 26.98 0.00 4.05 0.03 0.05 68.88 [2023-01-18T10:42:46.720Z] 10:19:01 6 26.24 0.00 5.00 0.02 0.07 68.68 [2023-01-18T10:42:46.720Z] 10:19:01 7 25.75 0.00 4.55 1.13 0.05 68.53 [2023-01-18T10:42:46.720Z] 10:20:01 all 0.03 0.00 0.02 0.01 0.01 99.94 [2023-01-18T10:42:46.720Z] 10:20:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-18T10:42:46.720Z] 10:20:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-18T10:42:46.720Z] 10:20:01 2 0.02 0.00 0.02 0.03 0.02 99.92 [2023-01-18T10:42:46.720Z] 10:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-18T10:42:46.720Z] 10:20:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-18T10:42:46.720Z] 10:20:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2023-01-18T10:42:46.720Z] 10:20:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-01-18T10:42:46.720Z] 10:20:01 7 0.05 0.00 0.03 0.07 0.02 99.83 [2023-01-18T10:42:46.720Z] 10:21:01 all 0.04 0.00 0.01 0.00 0.00 99.95 [2023-01-18T10:42:46.720Z] 10:21:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-18T10:42:46.720Z] 10:21:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-18T10:42:46.720Z] 10:21:01 2 0.05 0.00 0.00 0.02 0.00 99.93 [2023-01-18T10:42:46.720Z] 10:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-18T10:42:46.720Z] 10:21:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-18T10:42:46.720Z] 10:21:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-01-18T10:42:46.720Z] 10:21:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-18T10:42:46.720Z] 10:21:01 7 0.08 0.00 0.02 0.00 0.00 99.90 [2023-01-18T10:42:46.720Z] 10:22:01 all 2.16 0.00 1.39 0.42 0.03 96.00 [2023-01-18T10:42:46.720Z] 10:22:01 0 4.10 0.00 1.23 0.45 0.08 94.13 [2023-01-18T10:42:46.720Z] 10:22:01 1 1.69 0.00 0.72 0.03 0.02 97.54 [2023-01-18T10:42:46.720Z] 10:22:01 2 1.71 0.00 1.40 0.64 0.02 96.24 [2023-01-18T10:42:46.720Z] 10:22:01 3 2.45 0.00 2.47 0.25 0.03 94.79 [2023-01-18T10:42:46.720Z] 10:22:01 4 1.69 0.00 0.80 0.25 0.02 97.24 [2023-01-18T10:42:46.720Z] 10:22:01 5 2.32 0.00 1.05 0.03 0.02 96.58 [2023-01-18T10:42:46.720Z] 10:22:01 6 1.12 0.00 0.87 1.09 0.02 96.91 [2023-01-18T10:42:46.720Z] 10:22:01 7 2.18 0.00 2.56 0.64 0.03 94.59 [2023-01-18T10:42:46.720Z] 10:23:01 all 0.14 0.00 0.06 0.03 0.01 99.76 [2023-01-18T10:42:46.720Z] 10:23:01 0 0.07 0.00 0.05 0.05 0.02 99.82 [2023-01-18T10:42:46.720Z] 10:23:01 1 0.48 0.00 0.10 0.02 0.02 99.38 [2023-01-18T10:42:46.720Z] 10:23:01 2 0.10 0.00 0.05 0.00 0.02 99.83 [2023-01-18T10:42:46.720Z] 10:23:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2023-01-18T10:42:46.720Z] 10:23:01 4 0.03 0.00 0.07 0.00 0.00 99.90 [2023-01-18T10:42:46.720Z] 10:23:01 5 0.23 0.00 0.07 0.00 0.00 99.70 [2023-01-18T10:42:46.720Z] 10:23:01 6 0.05 0.00 0.08 0.12 0.02 99.73 [2023-01-18T10:42:46.720Z] 10:23:01 7 0.12 0.00 0.03 0.03 0.00 99.82 [2023-01-18T10:42:46.720Z] 10:24:01 all 0.10 0.00 0.02 0.00 0.00 99.87 [2023-01-18T10:42:46.720Z] 10:24:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2023-01-18T10:42:46.720Z] 10:24:01 1 0.65 0.00 0.02 0.00 0.00 99.33 [2023-01-18T10:42:46.720Z] 10:24:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2023-01-18T10:42:46.720Z] 10:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.720Z] 10:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.720Z] 10:24:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-18T10:42:46.720Z] 10:24:01 6 0.03 0.00 0.03 0.02 0.00 99.92 [2023-01-18T10:42:46.720Z] 10:24:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2023-01-18T10:42:46.720Z] 10:25:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2023-01-18T10:42:46.720Z] 10:25:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2023-01-18T10:42:46.720Z] 10:25:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2023-01-18T10:42:46.720Z] 10:25:01 2 0.07 0.00 0.00 0.00 0.02 99.92 [2023-01-18T10:42:46.720Z] 10:25:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2023-01-18T10:42:46.720Z] 10:25:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-18T10:42:46.720Z] 10:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-18T10:42:46.720Z] 10:25:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-01-18T10:42:46.720Z] 10:25:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2023-01-18T10:42:46.720Z] 10:26:01 all 0.09 0.00 0.02 0.01 0.01 99.88 [2023-01-18T10:42:46.720Z] 10:26:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-18T10:42:46.720Z] 10:26:01 1 0.57 0.00 0.02 0.00 0.02 99.40 [2023-01-18T10:42:46.720Z] 10:26:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2023-01-18T10:42:46.720Z] 10:26:01 3 0.03 0.00 0.00 0.08 0.00 99.88 [2023-01-18T10:42:46.720Z] 10:26:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:26:01 6 0.03 0.00 0.03 0.02 0.02 99.90 [2023-01-18T10:42:46.721Z] 10:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:27:01 all 0.04 0.00 0.01 0.01 0.00 99.94 [2023-01-18T10:42:46.721Z] 10:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2023-01-18T10:42:46.721Z] 10:27:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2023-01-18T10:42:46.721Z] 10:27:01 2 0.08 0.00 0.05 0.00 0.02 99.85 [2023-01-18T10:42:46.721Z] 10:27:01 3 0.02 0.00 0.00 0.03 0.00 99.95 [2023-01-18T10:42:46.721Z] 10:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-18T10:42:46.721Z] 10:27:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-01-18T10:42:46.721Z] 10:27:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2023-01-18T10:42:46.721Z] 10:28:01 all 0.11 0.00 0.04 0.01 0.00 99.84 [2023-01-18T10:42:46.721Z] 10:28:01 0 0.03 0.00 0.08 0.00 0.02 99.87 [2023-01-18T10:42:46.721Z] 10:28:01 1 0.65 0.00 0.05 0.00 0.00 99.30 [2023-01-18T10:42:46.721Z] 10:28:01 2 0.08 0.00 0.08 0.00 0.00 99.83 [2023-01-18T10:42:46.721Z] 10:28:01 3 0.05 0.00 0.08 0.03 0.00 99.83 [2023-01-18T10:42:46.721Z] 10:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-18T10:42:46.721Z] 10:28:01 6 0.00 0.00 0.00 0.07 0.00 99.93 [2023-01-18T10:42:46.721Z] 10:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-18T10:42:46.721Z] [2023-01-18T10:42:46.721Z] 10:28:01 CPU %user %nice %system %iowait %steal %idle [2023-01-18T10:42:46.721Z] 10:29:01 all 0.11 0.00 0.02 0.03 0.01 99.83 [2023-01-18T10:42:46.721Z] 10:29:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2023-01-18T10:42:46.721Z] 10:29:01 1 0.70 0.00 0.07 0.00 0.02 99.22 [2023-01-18T10:42:46.721Z] 10:29:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-18T10:42:46.721Z] 10:29:01 3 0.00 0.00 0.02 0.23 0.00 99.75 [2023-01-18T10:42:46.721Z] 10:29:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-18T10:42:46.721Z] 10:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:29:01 6 0.03 0.00 0.05 0.03 0.00 99.88 [2023-01-18T10:42:46.721Z] 10:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-18T10:42:46.721Z] 10:30:01 all 0.09 0.00 0.01 0.00 0.00 99.89 [2023-01-18T10:42:46.721Z] 10:30:01 0 0.00 0.00 0.05 0.00 0.02 99.93 [2023-01-18T10:42:46.721Z] 10:30:01 1 0.60 0.00 0.00 0.00 0.00 99.40 [2023-01-18T10:42:46.721Z] 10:30:01 2 0.07 0.00 0.00 0.00 0.00 99.93 [2023-01-18T10:42:46.721Z] 10:30:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:30:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-18T10:42:46.721Z] 10:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:30:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2023-01-18T10:42:46.721Z] 10:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:31:01 all 0.07 0.00 0.02 0.00 0.00 99.91 [2023-01-18T10:42:46.721Z] 10:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:31:01 1 0.13 0.00 0.03 0.00 0.00 99.83 [2023-01-18T10:42:46.721Z] 10:31:01 2 0.32 0.00 0.02 0.00 0.00 99.67 [2023-01-18T10:42:46.721Z] 10:31:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2023-01-18T10:42:46.721Z] 10:31:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-18T10:42:46.721Z] 10:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:31:01 6 0.05 0.00 0.03 0.02 0.00 99.90 [2023-01-18T10:42:46.721Z] 10:31:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-18T10:42:46.721Z] 10:32:01 all 0.09 0.00 0.03 0.01 0.01 99.87 [2023-01-18T10:42:46.721Z] 10:32:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2023-01-18T10:42:46.721Z] 10:32:01 1 0.57 0.00 0.03 0.00 0.02 99.38 [2023-01-18T10:42:46.721Z] 10:32:01 2 0.05 0.00 0.03 0.02 0.00 99.90 [2023-01-18T10:42:46.721Z] 10:32:01 3 0.00 0.00 0.03 0.02 0.00 99.95 [2023-01-18T10:42:46.721Z] 10:32:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-18T10:42:46.721Z] 10:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:32:01 6 0.03 0.00 0.03 0.02 0.02 99.90 [2023-01-18T10:42:46.721Z] 10:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-18T10:42:46.721Z] 10:33:02 all 0.09 0.00 0.01 0.00 0.01 99.89 [2023-01-18T10:42:46.721Z] 10:33:02 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:33:02 1 0.58 0.00 0.02 0.00 0.00 99.40 [2023-01-18T10:42:46.721Z] 10:33:02 2 0.05 0.00 0.02 0.00 0.02 99.92 [2023-01-18T10:42:46.721Z] 10:33:02 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:33:02 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:33:02 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:33:02 6 0.03 0.00 0.07 0.02 0.03 99.85 [2023-01-18T10:42:46.721Z] 10:33:02 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-18T10:42:46.721Z] 10:34:01 all 0.09 0.00 0.01 0.00 0.01 99.89 [2023-01-18T10:42:46.721Z] 10:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:34:01 1 0.59 0.00 0.02 0.00 0.02 99.37 [2023-01-18T10:42:46.721Z] 10:34:01 2 0.10 0.00 0.02 0.00 0.00 99.88 [2023-01-18T10:42:46.721Z] 10:34:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2023-01-18T10:42:46.721Z] 10:34:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:34:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2023-01-18T10:42:46.721Z] 10:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:35:01 all 0.08 0.00 0.01 0.00 0.01 99.89 [2023-01-18T10:42:46.721Z] 10:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:35:01 1 0.57 0.00 0.02 0.00 0.00 99.42 [2023-01-18T10:42:46.721Z] 10:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:35:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-01-18T10:42:46.721Z] 10:35:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-18T10:42:46.721Z] 10:35:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2023-01-18T10:42:46.721Z] 10:35:01 6 0.07 0.00 0.07 0.02 0.03 99.82 [2023-01-18T10:42:46.721Z] 10:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:36:01 all 0.14 0.00 0.05 0.00 0.01 99.80 [2023-01-18T10:42:46.721Z] 10:36:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2023-01-18T10:42:46.721Z] 10:36:01 1 0.37 0.00 0.10 0.00 0.00 99.53 [2023-01-18T10:42:46.721Z] 10:36:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2023-01-18T10:42:46.721Z] 10:36:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-01-18T10:42:46.721Z] 10:36:01 4 0.50 0.00 0.07 0.00 0.00 99.43 [2023-01-18T10:42:46.721Z] 10:36:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:36:01 6 0.13 0.00 0.07 0.02 0.02 99.77 [2023-01-18T10:42:46.721Z] 10:36:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-01-18T10:42:46.721Z] 10:37:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2023-01-18T10:42:46.721Z] 10:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:37:01 1 0.10 0.00 0.00 0.00 0.02 99.88 [2023-01-18T10:42:46.721Z] 10:37:01 2 0.03 0.00 0.00 0.02 0.02 99.93 [2023-01-18T10:42:46.721Z] 10:37:01 3 0.00 0.00 0.03 0.02 0.02 99.93 [2023-01-18T10:42:46.721Z] 10:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-18T10:42:46.721Z] 10:37:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-18T10:42:46.721Z] 10:37:01 6 0.03 0.00 0.03 0.02 0.02 99.90 [2023-01-18T10:42:46.721Z] 10:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:38:01 all 0.09 0.00 0.01 0.00 0.00 99.89 [2023-01-18T10:42:46.721Z] 10:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-18T10:42:46.721Z] 10:38:01 1 0.57 0.00 0.02 0.00 0.00 99.42 [2023-01-18T10:42:46.721Z] 10:38:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2023-01-18T10:42:46.721Z] 10:38:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-18T10:42:46.721Z] 10:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:38:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-01-18T10:42:46.721Z] 10:38:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2023-01-18T10:42:46.721Z] 10:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:39:01 all 0.09 0.00 0.01 0.01 0.00 99.89 [2023-01-18T10:42:46.721Z] 10:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:39:01 1 0.60 0.00 0.03 0.00 0.00 99.37 [2023-01-18T10:42:46.721Z] 10:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-18T10:42:46.721Z] 10:39:01 3 0.02 0.00 0.02 0.03 0.00 99.93 [2023-01-18T10:42:46.721Z] 10:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:39:01 6 0.05 0.00 0.02 0.02 0.00 99.92 [2023-01-18T10:42:46.721Z] 10:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-18T10:42:46.721Z] [2023-01-18T10:42:46.721Z] 10:39:01 CPU %user %nice %system %iowait %steal %idle [2023-01-18T10:42:46.721Z] 10:40:01 all 0.10 0.00 0.01 0.01 0.01 99.87 [2023-01-18T10:42:46.721Z] 10:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:40:01 1 0.67 0.00 0.02 0.00 0.02 99.30 [2023-01-18T10:42:46.721Z] 10:40:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2023-01-18T10:42:46.721Z] 10:40:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2023-01-18T10:42:46.721Z] 10:40:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-18T10:42:46.721Z] 10:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:40:01 6 0.02 0.00 0.03 0.05 0.02 99.88 [2023-01-18T10:42:46.721Z] 10:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-18T10:42:46.721Z] 10:41:01 all 0.06 0.00 0.01 0.00 0.01 99.92 [2023-01-18T10:42:46.721Z] 10:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:41:01 1 0.33 0.00 0.00 0.00 0.02 99.65 [2023-01-18T10:42:46.721Z] 10:41:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2023-01-18T10:42:46.721Z] 10:41:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2023-01-18T10:42:46.721Z] 10:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:41:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2023-01-18T10:42:46.721Z] 10:41:01 6 0.03 0.00 0.03 0.02 0.02 99.90 [2023-01-18T10:42:46.721Z] 10:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-18T10:42:46.721Z] 10:42:01 all 0.31 0.00 0.01 0.00 0.01 99.67 [2023-01-18T10:42:46.721Z] 10:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-18T10:42:46.721Z] 10:42:01 1 2.00 0.00 0.00 0.00 0.00 98.00 [2023-01-18T10:42:46.721Z] 10:42:01 2 0.17 0.00 0.03 0.00 0.00 99.80 [2023-01-18T10:42:46.721Z] 10:42:01 3 0.05 0.00 0.02 0.02 0.02 99.90 [2023-01-18T10:42:46.721Z] 10:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-18T10:42:46.721Z] 10:42:01 5 0.07 0.00 0.00 0.00 0.00 99.93 [2023-01-18T10:42:46.721Z] 10:42:01 6 0.05 0.00 0.02 0.02 0.00 99.92 [2023-01-18T10:42:46.721Z] 10:42:01 7 0.07 0.00 0.00 0.00 0.02 99.92 [2023-01-18T10:42:46.721Z] Average: all 1.62 0.00 0.42 0.11 0.01 97.84 [2023-01-18T10:42:46.721Z] Average: 0 1.64 0.00 0.44 0.25 0.01 97.65 [2023-01-18T10:42:46.721Z] Average: 1 1.87 0.00 0.40 0.02 0.01 97.70 [2023-01-18T10:42:46.721Z] Average: 2 1.51 0.00 0.42 0.22 0.01 97.84 [2023-01-18T10:42:46.722Z] Average: 3 1.50 0.00 0.45 0.04 0.01 98.00 [2023-01-18T10:42:46.722Z] Average: 4 1.68 0.00 0.39 0.08 0.01 97.84 [2023-01-18T10:42:46.722Z] Average: 5 1.49 0.00 0.36 0.02 0.01 98.12 [2023-01-18T10:42:46.722Z] Average: 6 1.63 0.00 0.42 0.12 0.01 97.81 [2023-01-18T10:42:46.722Z] Average: 7 1.61 0.00 0.51 0.10 0.01 97.77 [2023-01-18T10:42:46.722Z] [2023-01-18T10:42:46.722Z] [2023-01-18T10:42:46.722Z]