Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fb67e34980dfa056f4ddb70a50fca33d4f71295e 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-ssh8431973109834330850.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7e4371ac6d730b8e642184b898413c6ef59a5643 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-ssh6176646674616265204.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 7e4371ac6d730b8e642184b898413c6ef59a5643 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-ssh11900355955366749977.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7e4371ac6d730b8e642184b898413c6ef59a5643 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7e4371ac6d730b8e642184b898413c6ef59a5643 # timeout=10 Commit message: "Merge pull request #404 from bill-mahoney/go-1.18" > 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-ssh3115264074201753877.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-ssh16933453867348518841.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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-19312 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/257 [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/257 # 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 fb67e34980dfa056f4ddb70a50fca33d4f71295e (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 fb67e34980dfa056f4ddb70a50fca33d4f71295e # timeout=10 Commit message: "build: Upgrade to go 1.18 and latest golangci-lint (#4068)" > git rev-list --no-walk fb67e34980dfa056f4ddb70a50fca33d4f71295e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-11T17:51:50.265Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-11T17:51:50.323Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-11T17:51:50.340Z] ========================================================= [2022-07-11T17:51:50.340Z] EdgeX Global Pipelines Version Info [2022-07-11T17:51:50.340Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-11T17:51:51.119Z] ------------------- [2022-07-11T17:51:51.119Z] stable info: [2022-07-11T17:51:51.119Z] ------------------- [2022-07-11T17:51:51.119Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-11T17:51:51.119Z] Commit SHA: 7e4371ac6d730b8e642184b898413c6ef59a5643 [2022-07-11T17:51:51.119Z] Message: update stable to v1.0.236 [2022-07-11T17:51:51.692Z] ------------------- [2022-07-11T17:51:51.692Z] experimental info: [2022-07-11T17:51:51.692Z] ------------------- [2022-07-11T17:51:51.692Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-11T17:51:51.692Z] Commit SHA: 7e4371ac6d730b8e642184b898413c6ef59a5643 [2022-07-11T17:51:51.692Z] Message: update experimental to v1.0.236 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-11T17:51:51.864Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-07-11T17:51:51.873Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-07-11T17:51:51.880Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-11T17:51:51.892Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-11T17:51:51.905Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-11T17:51:51.920Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-07-11T17:51:51.928Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-11T17:51:51.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-07-11T17:51:51.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-07-11T17:51:51.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-07-11T17:51:51.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-11T17:51:51.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-11T17:51:51.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-11T17:51:52.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-11T17:51:52.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-11T17:51:52.026Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-11T17:51:52.036Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-11T17:51:52.047Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-11T17:51:52.057Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-07-11T17:51:52.070Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-07-11T17:51:52.085Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-11T17:51:52.099Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-11T17:51:52.109Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-11T17:51:52.122Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-07-11T17:51:52.136Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-07-11T17:51:52.149Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-07-11T17:51:52.164Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] echo [2022-07-11T17:51:52.175Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fb67e34 [Pipeline] echo [2022-07-11T17:51:52.185Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T17:51:52.217Z] provisioning config files... [2022-07-11T17:51:52.232Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/257@tmp/config729672066568189744tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T17:51:52.540Z] ---> docker-login.sh [2022-07-11T17:51:52.540Z] nexus3.edgexfoundry.org:10001 [2022-07-11T17:51:52.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T17:51:53.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T17:51:53.066Z] Configure a credential helper to remove this warning. See [2022-07-11T17:51:53.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T17:51:53.066Z] [2022-07-11T17:51:53.066Z] Login Succeeded [2022-07-11T17:51:53.066Z] nexus3.edgexfoundry.org:10002 [2022-07-11T17:51:53.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T17:51:53.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T17:51:53.330Z] Configure a credential helper to remove this warning. See [2022-07-11T17:51:53.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T17:51:53.330Z] [2022-07-11T17:51:53.330Z] Login Succeeded [2022-07-11T17:51:53.330Z] nexus3.edgexfoundry.org:10003 [2022-07-11T17:51:53.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T17:51:53.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T17:51:53.330Z] Configure a credential helper to remove this warning. See [2022-07-11T17:51:53.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T17:51:53.330Z] [2022-07-11T17:51:53.330Z] Login Succeeded [2022-07-11T17:51:53.591Z] nexus3.edgexfoundry.org:10004 [2022-07-11T17:51:53.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T17:51:53.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T17:51:53.591Z] Configure a credential helper to remove this warning. See [2022-07-11T17:51:53.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T17:51:53.591Z] [2022-07-11T17:51:53.591Z] Login Succeeded [2022-07-11T17:51:53.591Z] docker.io [2022-07-11T17:51:53.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T17:51:54.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T17:51:54.164Z] Configure a credential helper to remove this warning. See [2022-07-11T17:51:54.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T17:51:54.164Z] [2022-07-11T17:51:54.164Z] Login Succeeded [2022-07-11T17:51:54.164Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T17:51:54.174Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-11T17:51:54.487Z] + 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 cmd/sys-mgmt-agent/Dockerfile [2022-07-11T17:51:54.488Z] + cut -d/ -f2 [2022-07-11T17:51:54.488Z] + dirname cmd/core-command/Dockerfile [2022-07-11T17:51:54.488Z] + echo core-command,cmd/core-command/Dockerfile [2022-07-11T17:51:54.488Z] + + dirname cmd/core-data/Dockerfile [2022-07-11T17:51:54.488Z] cut -d/ -f2 [2022-07-11T17:51:54.488Z] + echo core-data,cmd/core-data/Dockerfile [2022-07-11T17:51:54.488Z] + + dirname cmd/core-metadata/Dockerfile [2022-07-11T17:51:54.488Z] cut -d/ -f2 [2022-07-11T17:51:54.488Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-07-11T17:51:54.488Z] + cut+ -d/ -f2 [2022-07-11T17:51:54.488Z] dirname cmd/security-bootstrapper/Dockerfile [2022-07-11T17:51:54.488Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-07-11T17:51:54.488Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-07-11T17:51:54.488Z] + cut -d/ -f2 [2022-07-11T17:51:54.488Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-07-11T17:51:54.488Z] + + dirname cmd/security-secretstore-setup/Dockerfile [2022-07-11T17:51:54.488Z] cut -d/ -f2 [2022-07-11T17:51:54.488Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-07-11T17:51:54.488Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-07-11T17:51:54.488Z] + cut -d/ -f2 [2022-07-11T17:51:54.488Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-07-11T17:51:54.488Z] + dirname cmd/security-spire-agent/Dockerfile [2022-07-11T17:51:54.488Z] + cut -d/ -f2 [2022-07-11T17:51:54.488Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-07-11T17:51:54.488Z] + dirname cmd/security-spire-config/Dockerfile [2022-07-11T17:51:54.488Z] + cut -d/ -f2 [2022-07-11T17:51:54.488Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-07-11T17:51:54.488Z] + dirname cmd/security-spire-server/Dockerfile [2022-07-11T17:51:54.488Z] + cut -d/ -f2 [2022-07-11T17:51:54.488Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-07-11T17:51:54.488Z] + + cutdirname -d/ cmd/support-notifications/Dockerfile -f2 [2022-07-11T17:51:54.488Z] [2022-07-11T17:51:54.488Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-07-11T17:51:54.488Z] + cut -d/ -f2 [2022-07-11T17:51:54.488Z] + dirname cmd/support-scheduler/Dockerfile [2022-07-11T17:51:54.488Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-07-11T17:51:54.488Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-07-11T17:51:54.488Z] + cut -d/ -f2 [2022-07-11T17:51:54.488Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-07-11T17:51:54.530Z] 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], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-07-11T17:51:54.883Z] + git rev-list -1 --merges fb67e34980dfa056f4ddb70a50fca33d4f71295e~1..fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] echo [2022-07-11T17:51:54.903Z] -----------> git rev-list -1 --merges fb67e34980dfa056f4ddb70a50fca33d4f71295e~1..fb67e34980dfa056f4ddb70a50fca33d4f71295e fb67e34980dfa056f4ddb70a50fca33d4f71295e [false] [Pipeline] sh [2022-07-11T17:51:55.198Z] + git log --format=format:%s -1 fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] echo [2022-07-11T17:51:55.214Z] ========================================================= [2022-07-11T17:51:55.214Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-11T17:51:55.214Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-07-11T17:51:55.615Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-11T17:51:55.615Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-11T17:51:55.615Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-11T17:51:55.615Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-11T17:51:55.615Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-11T17:51:55.615Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-11T17:51:55.615Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T17:51:56.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T17:51:56.024Z] [2022-07-11T17:51:56.024Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T17:51:56.327Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T17:51:56.327Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-11T17:51:56.327Z] b85a868b505f: Pulling fs layer [2022-07-11T17:51:56.327Z] e2be974225ed: Pulling fs layer [2022-07-11T17:51:56.327Z] 339a4e72a1f5: Pulling fs layer [2022-07-11T17:51:56.327Z] 988bab9f4d93: Pulling fs layer [2022-07-11T17:51:56.327Z] 1469e6f7b9e6: Pulling fs layer [2022-07-11T17:51:56.327Z] eaf3925da568: Pulling fs layer [2022-07-11T17:51:56.327Z] 988bab9f4d93: Waiting [2022-07-11T17:51:56.327Z] bab4dde63d76: Pulling fs layer [2022-07-11T17:51:56.327Z] bde34c3a00c8: Pulling fs layer [2022-07-11T17:51:56.327Z] b352a97aabf1: Pulling fs layer [2022-07-11T17:51:56.327Z] 4872d77fe225: Pulling fs layer [2022-07-11T17:51:56.327Z] 5851b861e8e6: Pulling fs layer [2022-07-11T17:51:56.327Z] 5851b861e8e6: Waiting [2022-07-11T17:51:56.327Z] 4872d77fe225: Waiting [2022-07-11T17:51:56.327Z] b352a97aabf1: Waiting [2022-07-11T17:51:56.327Z] 1469e6f7b9e6: Waiting [2022-07-11T17:51:56.327Z] bde34c3a00c8: Waiting [2022-07-11T17:51:56.327Z] eaf3925da568: Waiting [2022-07-11T17:51:56.327Z] e2be974225ed: Download complete [2022-07-11T17:51:56.327Z] 988bab9f4d93: Verifying Checksum [2022-07-11T17:51:56.327Z] 988bab9f4d93: Download complete [2022-07-11T17:51:56.587Z] 1469e6f7b9e6: Verifying Checksum [2022-07-11T17:51:56.587Z] 1469e6f7b9e6: Download complete [2022-07-11T17:51:56.587Z] 339a4e72a1f5: Verifying Checksum [2022-07-11T17:51:56.587Z] 339a4e72a1f5: Download complete [2022-07-11T17:51:56.587Z] eaf3925da568: Download complete [2022-07-11T17:51:56.587Z] bde34c3a00c8: Verifying Checksum [2022-07-11T17:51:56.587Z] bde34c3a00c8: Download complete [2022-07-11T17:51:56.587Z] b352a97aabf1: Verifying Checksum [2022-07-11T17:51:56.587Z] b352a97aabf1: Download complete [2022-07-11T17:51:56.587Z] 4872d77fe225: Verifying Checksum [2022-07-11T17:51:56.587Z] 4872d77fe225: Download complete [2022-07-11T17:51:56.587Z] 5851b861e8e6: Download complete [2022-07-11T17:51:56.587Z] b85a868b505f: Verifying Checksum [2022-07-11T17:51:56.587Z] b85a868b505f: Download complete [2022-07-11T17:51:56.847Z] bab4dde63d76: Verifying Checksum [2022-07-11T17:51:56.847Z] bab4dde63d76: Download complete [2022-07-11T17:51:58.239Z] b85a868b505f: Pull complete [2022-07-11T17:51:58.239Z] e2be974225ed: Pull complete [2022-07-11T17:51:58.810Z] 339a4e72a1f5: Pull complete [2022-07-11T17:51:58.810Z] 988bab9f4d93: Pull complete [2022-07-11T17:51:59.384Z] 1469e6f7b9e6: Pull complete [2022-07-11T17:51:59.384Z] eaf3925da568: Pull complete [2022-07-11T17:52:01.297Z] bab4dde63d76: Pull complete [2022-07-11T17:52:01.297Z] bde34c3a00c8: Pull complete [2022-07-11T17:52:01.559Z] b352a97aabf1: Pull complete [2022-07-11T17:52:01.559Z] 4872d77fe225: Pull complete [2022-07-11T17:52:01.559Z] 5851b861e8e6: Pull complete [2022-07-11T17:52:01.822Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-07-11T17:52:01.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T17:52:01.822Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T17:52:01.936Z] prd-ubuntu20.04-docker-8c-8g-19312 does not seem to be running inside a container [2022-07-11T17:52:01.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@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 [2022-07-11T17:52:03.469Z] $ docker top d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 -eo pid,comm [2022-07-11T17:52:03.544Z] 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). [2022-07-11T17:52:03.545Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-11T17:52:03.586Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-11T17:52:03.586Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-11T17:52:03.733Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-11T17:52:03.737Z] $ docker exec d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 ssh-agent [2022-07-11T17:52:03.866Z] SSH_AUTH_SOCK=/tmp/ssh-oT0eVSNlHvBR/agent.34 [2022-07-11T17:52:03.866Z] SSH_AGENT_PID=40 [2022-07-11T17:52:03.872Z] Running ssh-add (command line suppressed) [2022-07-11T17:52:04.006Z] Identity added: /w/workspace/edgex-go/257@tmp/private_key_3840842464369116559.key (/w/workspace/edgex-go/257@tmp/private_key_3840842464369116559.key) [2022-07-11T17:52:04.021Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-11T17:52:04.312Z] + git tag --points-at HEAD [Pipeline] } [2022-07-11T17:52:04.325Z] $ docker exec --env ******** --env ******** d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 ssh-agent -k [2022-07-11T17:52:04.435Z] unset SSH_AUTH_SOCK; [2022-07-11T17:52:04.436Z] unset SSH_AGENT_PID; [2022-07-11T17:52:04.436Z] echo Agent pid 40 killed; [2022-07-11T17:52:04.448Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2022-07-11T17:52:04.474Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v2.2.1-dev.25' [Pipeline] sshagent [2022-07-11T17:52:04.489Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-11T17:52:04.489Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-11T17:52:04.613Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-11T17:52:04.617Z] $ docker exec d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 ssh-agent [2022-07-11T17:52:04.772Z] SSH_AUTH_SOCK=/tmp/ssh-07K4cRHlTR3l/agent.73 [2022-07-11T17:52:04.772Z] SSH_AGENT_PID=79 [2022-07-11T17:52:04.778Z] Running ssh-add (command line suppressed) [2022-07-11T17:52:04.890Z] Identity added: /w/workspace/edgex-go/257@tmp/private_key_4829820373982316242.key (/w/workspace/edgex-go/257@tmp/private_key_4829820373982316242.key) [2022-07-11T17:52:04.906Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-11T17:52:05.196Z] + git semver init [2022-07-11T17:52:05.457Z] 2022-07-11 17:52:05,413 [run_init] DEBUG init version:0.0.0 force:False [2022-07-11T17:52:05.457Z] 2022-07-11 17:52:05,414 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/257/.semver [2022-07-11T17:52:05.457Z] 2022-07-11 17:52:05,415 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/257/.semver [2022-07-11T17:52:05.457Z] 2022-07-11 17:52:05,415 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/257/.semver'], cwd=/w/workspace/edgex-go/257, universal_newlines=False, shell=None, istream=None) [2022-07-11T17:52:09.675Z] 2022-07-11 17:52:09,296 [append_file] DEBUG append to file:/w/workspace/edgex-go/257/.git/info/exclude [2022-07-11T17:52:09.675Z] 2022-07-11 17:52:09,297 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/257/.semver/main with force:False [2022-07-11T17:52:09.675Z] 2022-07-11 17:52:09,297 [read_version] DEBUG read version from /w/workspace/edgex-go/257/.semver/main [2022-07-11T17:52:09.675Z] 2022-07-11 17:52:09,297 [read_version] DEBUG read version from /w/workspace/edgex-go/257/.semver/main [2022-07-11T17:52:09.675Z] 2.2.1-dev.26 [Pipeline] } [2022-07-11T17:52:09.689Z] $ docker exec --env ******** --env ******** d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 ssh-agent -k [2022-07-11T17:52:09.823Z] unset SSH_AUTH_SOCK; [2022-07-11T17:52:09.824Z] unset SSH_AGENT_PID; [2022-07-11T17:52:09.824Z] echo Agent pid 79 killed; [2022-07-11T17:52:09.836Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-11T17:52:10.148Z] + git semver [Pipeline] } [2022-07-11T17:52:10.428Z] $ docker stop --time=1 d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 [2022-07-11T17:52:11.780Z] $ docker rm -f d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T17:52:12.136Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-11T17:52:12.393Z] Stashed 1 file(s) [Pipeline] echo [2022-07-11T17:52:12.396Z] [edgeXSemver]: initialized semver on version 2.2.1-dev.26 [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] echo [2022-07-11T17:52:12.488Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T17:52:12.495Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T17:52:12.501Z] ========================================================= [2022-07-11T17:52:12.501Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-07-11T17:52:12.501Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-11T17:52:12.789Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-11T17:52:12.789Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-11T17:52:12.789Z] 2408cc74d12b: Pulling fs layer [2022-07-11T17:52:12.789Z] ea60b727a1ce: Pulling fs layer [2022-07-11T17:52:12.789Z] 30c4a7721957: Pulling fs layer [2022-07-11T17:52:12.789Z] 370296b7ddb6: Pulling fs layer [2022-07-11T17:52:12.789Z] 7c6cee850709: Pulling fs layer [2022-07-11T17:52:12.789Z] 39a5fcdaea64: Pulling fs layer [2022-07-11T17:52:12.789Z] d94ebbe4e438: Pulling fs layer [2022-07-11T17:52:12.789Z] bcfd1f05c69d: Pulling fs layer [2022-07-11T17:52:12.789Z] 59ccb84bbe0f: Pulling fs layer [2022-07-11T17:52:12.789Z] d94ebbe4e438: Waiting [2022-07-11T17:52:12.789Z] 370296b7ddb6: Waiting [2022-07-11T17:52:12.789Z] 7c6cee850709: Waiting [2022-07-11T17:52:12.789Z] bcfd1f05c69d: Waiting [2022-07-11T17:52:12.789Z] 59ccb84bbe0f: Waiting [2022-07-11T17:52:12.789Z] 39a5fcdaea64: Waiting [2022-07-11T17:52:12.789Z] 30c4a7721957: Verifying Checksum [2022-07-11T17:52:12.789Z] 30c4a7721957: Download complete [2022-07-11T17:52:12.789Z] ea60b727a1ce: Verifying Checksum [2022-07-11T17:52:12.789Z] ea60b727a1ce: Download complete [2022-07-11T17:52:12.789Z] 7c6cee850709: Download complete [2022-07-11T17:52:12.789Z] 39a5fcdaea64: Download complete [2022-07-11T17:52:12.789Z] 2408cc74d12b: Verifying Checksum [2022-07-11T17:52:13.055Z] d94ebbe4e438: Verifying Checksum [2022-07-11T17:52:13.055Z] d94ebbe4e438: Download complete [2022-07-11T17:52:13.055Z] 2408cc74d12b: Pull complete [2022-07-11T17:52:13.315Z] ea60b727a1ce: Pull complete [2022-07-11T17:52:13.315Z] 30c4a7721957: Pull complete [2022-07-11T17:52:13.885Z] 370296b7ddb6: Verifying Checksum [2022-07-11T17:52:13.885Z] 370296b7ddb6: Download complete [2022-07-11T17:52:13.885Z] 59ccb84bbe0f: Verifying Checksum [2022-07-11T17:52:13.885Z] 59ccb84bbe0f: Download complete [2022-07-11T17:52:14.148Z] bcfd1f05c69d: Verifying Checksum [2022-07-11T17:52:14.148Z] bcfd1f05c69d: Download complete [2022-07-11T17:52:18.359Z] 370296b7ddb6: Pull complete [2022-07-11T17:52:18.359Z] 7c6cee850709: Pull complete [2022-07-11T17:52:18.359Z] 39a5fcdaea64: Pull complete [2022-07-11T17:52:18.359Z] d94ebbe4e438: Pull complete [2022-07-11T17:52:20.270Z] bcfd1f05c69d: Pull complete [2022-07-11T17:52:21.209Z] 59ccb84bbe0f: Pull complete [2022-07-11T17:52:21.209Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-07-11T17:52:21.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-11T17:52:21.209Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-11T17:52:21.513Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-11T17:52:21.513Z] WORKDIR /edgex [2022-07-11T17:52:21.513Z] COPY go.mod . [2022-07-11T17:52:21.513Z] RUN go mod download [2022-07-11T17:52:21.513Z] + docker build -t ci-base-image-x86_64 -f - . [2022-07-11T17:52:22.897Z] Sending build context to Docker daemon 335.2MB [2022-07-11T17:52:22.897Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-11T17:52:22.897Z] ---> a4fb48ad2a94 [2022-07-11T17:52:22.897Z] Step 2/4 : WORKDIR /edgex [2022-07-11T17:52:25.449Z] ---> Running in 01484824b8e0 [2022-07-11T17:52:25.449Z] Removing intermediate container 01484824b8e0 [2022-07-11T17:52:25.449Z] ---> b4179cbaf094 [2022-07-11T17:52:25.449Z] Step 3/4 : COPY go.mod . [2022-07-11T17:52:25.449Z] ---> efcf84b83bcb [2022-07-11T17:52:25.449Z] Step 4/4 : RUN go mod download [2022-07-11T17:52:25.449Z] ---> Running in 2aa1df460c8e [2022-07-11T17:52:27.455Z] Still waiting to schedule task [2022-07-11T17:52:27.456Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-07-11T17:52:35.482Z] Removing intermediate container 2aa1df460c8e [2022-07-11T17:52:35.482Z] ---> d84bf1438d1c [2022-07-11T17:52:35.482Z] Successfully built d84bf1438d1c [2022-07-11T17:52:35.482Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T17:52:35.794Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-11T17:52:35.794Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T17:52:35.887Z] prd-ubuntu20.04-docker-8c-8g-19312 does not seem to be running inside a container [2022-07-11T17:52:35.927Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@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 ******** ci-base-image-x86_64 cat [2022-07-11T17:52:36.352Z] $ docker top 8287999e04cca1016758a65e9cb32003feeb24d557b56f363a11415a2f8e1a3b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T17:52:36.712Z] + go version [2022-07-11T17:52:36.712Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-07-11T17:52:36.725Z] $ docker stop --time=1 8287999e04cca1016758a65e9cb32003feeb24d557b56f363a11415a2f8e1a3b [2022-07-11T17:52:38.042Z] $ docker rm -f 8287999e04cca1016758a65e9cb32003feeb24d557b56f363a11415a2f8e1a3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T17:52:38.460Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-11T17:52:38.460Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T17:52:38.546Z] prd-ubuntu20.04-docker-8c-8g-19312 does not seem to be running inside a container [2022-07-11T17:52:38.585Z] $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@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 ******** ci-base-image-x86_64 cat [2022-07-11T17:52:38.980Z] $ docker top ed82066fc05c583e79467790ed4f230645a284cae83e775a7ed851680e0e18e7 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-11T17:52:39.074Z] ========================================================= [2022-07-11T17:52:39.074Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-07-11T17:52:39.074Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-11T17:52:39.380Z] + make test [2022-07-11T17:52:39.380Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-07-11T17:52:46.003Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-07-11T17:53:00.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.038s coverage: 28.7% of statements [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-07-11T17:53:00.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.145s coverage: 98.5% of statements [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-07-11T17:53:00.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.097s coverage: 54.2% of statements [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-07-11T17:53:00.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-07-11T17:53:05.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.082s coverage: 89.2% of statements [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-07-11T17:53:05.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.092s coverage: 83.8% of statements [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-07-11T17:53:05.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.460s coverage: 95.6% of statements [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-07-11T17:53:05.096Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.061s coverage: 72.2% of statements [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-07-11T17:53:05.096Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 60.0% of statements [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-07-11T17:53:05.096Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.050s coverage: 0.9% of statements [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-07-11T17:53:05.096Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2022-07-11T17:53:05.096Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.087s coverage: 29.6% of statements [2022-07-11T17:53:05.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-07-11T17:53:05.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements [2022-07-11T17:53:05.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2022-07-11T17:53:05.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements [2022-07-11T17:53:05.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements [2022-07-11T17:53:05.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2022-07-11T17:53:13.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements [2022-07-11T17:53:13.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2022-07-11T17:53:14.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.217s coverage: 82.5% of statements [2022-07-11T17:53:14.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.073s coverage: 58.8% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.0% of statements [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 85.4% of statements [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.2% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 64.4% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.322s coverage: 65.4% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.151s coverage: 43.8% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.068s coverage: 84.8% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.187s coverage: 92.3% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.122s coverage: 97.7% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.065s coverage: 28.9% of statements [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-07-11T17:53:24.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2022-07-11T17:53:24.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-07-11T17:53:24.176Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-07-11T17:53:42.280Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-07-11T17:53:42.541Z] cmd/core-command/main.go:1: : error obtaining VCS status: exit status 128 [2022-07-11T17:53:42.541Z] Use -buildvcs=false to disable VCS stamping. (typecheck) [2022-07-11T17:53:42.541Z] /******************************************************************************* [2022-07-11T17:53:42.541Z] cmd/core-data/main.go:1: : error obtaining VCS status: exit status 128 [2022-07-11T17:53:42.541Z] Use -buildvcs=false to disable VCS stamping. (typecheck) [2022-07-11T17:53:42.541Z] /******************************************************************************* [2022-07-11T17:53:42.541Z] cmd/core-metadata/main.go:1: : error obtaining VCS status: exit status 128 [2022-07-11T17:53:42.541Z] Use -buildvcs=false to disable VCS stamping. (typecheck) [2022-07-11T17:53:42.541Z] /******************************************************************************* [2022-07-11T17:53:42.541Z] make: *** [Makefile:138: lint] Error 1 [Pipeline] } [2022-07-11T17:53:42.554Z] $ docker stop --time=1 ed82066fc05c583e79467790ed4f230645a284cae83e775a7ed851680e0e18e7 [2022-07-11T17:53:44.701Z] $ docker rm -f ed82066fc05c583e79467790ed4f230645a284cae83e775a7ed851680e0e18e7 [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] } [2022-07-11T17:53:45.114Z] Failed in branch amd64 [2022-07-11T17:54:11.157Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-19313 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-07-11T17:54:11.171Z] Running in /w/workspace/edgex-go/257 [Pipeline] { [Pipeline] checkout [2022-07-11T17:54:11.200Z] The recommended git tool is: git [2022-07-11T17:54:16.649Z] using credential edgex-jenkins-ssh [2022-07-11T17:54:16.666Z] Cloning the remote Git repository [2022-07-11T17:54:16.730Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-07-11T17:54:16.808Z] > git init /w/workspace/edgex-go/257 # timeout=10 [2022-07-11T17:54:16.961Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-07-11T17:54:16.962Z] > git --version # timeout=10 [2022-07-11T17:54:17.004Z] > git --version # 'git version 2.25.1' [2022-07-11T17:54:17.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-11T17:54:17.096Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-11T17:54:32.703Z] Avoid second fetch [2022-07-11T17:54:32.704Z] Checking out Revision fb67e34980dfa056f4ddb70a50fca33d4f71295e (main) [2022-07-11T17:54:32.671Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-07-11T17:54:32.692Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-11T17:54:32.729Z] > git config core.sparsecheckout # timeout=10 [2022-07-11T17:54:32.744Z] > git checkout -f fb67e34980dfa056f4ddb70a50fca33d4f71295e # timeout=10 [2022-07-11T17:54:37.066Z] Commit message: "build: Upgrade to go 1.18 and latest golangci-lint (#4068)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-11T17:54:37.911Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-11T17:54:37.911Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T17:54:37.911Z] Dload Upload Total Spent Left Speed [2022-07-11T17:54:37.911Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 75777 0 --:--:-- --:--:-- --:--:-- 76248 [Pipeline] sh [2022-07-11T17:54:38.755Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-11T17:54:39.099Z] + sudo tee /etc/docker/daemon.new [2022-07-11T17:54:39.099Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-11T17:54:39.099Z] { [2022-07-11T17:54:39.099Z] "registry-mirrors": [ [2022-07-11T17:54:39.099Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-11T17:54:39.099Z] ], [2022-07-11T17:54:39.099Z] "bip": "10.250.0.254/24", [2022-07-11T17:54:39.099Z] "hosts": [ [2022-07-11T17:54:39.099Z] "tcp://0.0.0.0:5555", [2022-07-11T17:54:39.099Z] "unix:///var/run/docker.sock" [2022-07-11T17:54:39.099Z] ], [2022-07-11T17:54:39.099Z] "mtu": 1458, [2022-07-11T17:54:39.099Z] "selinux-enabled": true, [2022-07-11T17:54:39.099Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-11T17:54:39.099Z] } [Pipeline] sh [2022-07-11T17:54:39.439Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-11T17:54:39.783Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T17:54:58.115Z] provisioning config files... [2022-07-11T17:54:58.139Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/257@tmp/config581691343156145749tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T17:54:58.691Z] ---> docker-login.sh [2022-07-11T17:54:58.691Z] nexus3.edgexfoundry.org:10001 [2022-07-11T17:54:59.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T17:54:59.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T17:54:59.568Z] Configure a credential helper to remove this warning. See [2022-07-11T17:54:59.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T17:54:59.568Z] [2022-07-11T17:54:59.568Z] Login Succeeded [2022-07-11T17:54:59.568Z] nexus3.edgexfoundry.org:10002 [2022-07-11T17:54:59.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T17:55:00.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T17:55:00.126Z] Configure a credential helper to remove this warning. See [2022-07-11T17:55:00.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T17:55:00.126Z] [2022-07-11T17:55:00.126Z] Login Succeeded [2022-07-11T17:55:00.126Z] nexus3.edgexfoundry.org:10003 [2022-07-11T17:55:00.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T17:55:00.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T17:55:00.409Z] Configure a credential helper to remove this warning. See [2022-07-11T17:55:00.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T17:55:00.409Z] [2022-07-11T17:55:00.409Z] Login Succeeded [2022-07-11T17:55:00.409Z] nexus3.edgexfoundry.org:10004 [2022-07-11T17:55:01.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T17:55:01.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T17:55:01.013Z] Configure a credential helper to remove this warning. See [2022-07-11T17:55:01.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T17:55:01.013Z] [2022-07-11T17:55:01.013Z] Login Succeeded [2022-07-11T17:55:01.013Z] docker.io [2022-07-11T17:55:01.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T17:55:01.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T17:55:01.560Z] Configure a credential helper to remove this warning. See [2022-07-11T17:55:01.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T17:55:01.560Z] [2022-07-11T17:55:01.560Z] Login Succeeded [2022-07-11T17:55:01.560Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T17:55:01.578Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-11T17:55:01.862Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T17:55:01.876Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T17:55:01.884Z] ========================================================= [2022-07-11T17:55:01.885Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-07-11T17:55:01.885Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-11T17:55:02.219Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-11T17:55:02.497Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-11T17:55:02.497Z] b3c136eddcbf: Pulling fs layer [2022-07-11T17:55:02.497Z] c0a3192eca97: Pulling fs layer [2022-07-11T17:55:02.497Z] a050256f5b6f: Pulling fs layer [2022-07-11T17:55:02.497Z] 656be50a0ddc: Pulling fs layer [2022-07-11T17:55:02.497Z] 2bbca73fdf42: Pulling fs layer [2022-07-11T17:55:02.497Z] 46d945488cbd: Pulling fs layer [2022-07-11T17:55:02.497Z] 8a5474983e97: Pulling fs layer [2022-07-11T17:55:02.497Z] 329c88fbcd65: Pulling fs layer [2022-07-11T17:55:02.497Z] 2bbca73fdf42: Waiting [2022-07-11T17:55:02.497Z] 46d945488cbd: Waiting [2022-07-11T17:55:02.497Z] 8a5474983e97: Waiting [2022-07-11T17:55:02.497Z] 329c88fbcd65: Waiting [2022-07-11T17:55:02.497Z] 656be50a0ddc: Waiting [2022-07-11T17:55:02.497Z] a050256f5b6f: Verifying Checksum [2022-07-11T17:55:02.497Z] a050256f5b6f: Download complete [2022-07-11T17:55:02.497Z] c0a3192eca97: Verifying Checksum [2022-07-11T17:55:02.497Z] c0a3192eca97: Download complete [2022-07-11T17:55:02.497Z] 2bbca73fdf42: Verifying Checksum [2022-07-11T17:55:02.497Z] 2bbca73fdf42: Download complete [2022-07-11T17:55:02.497Z] b3c136eddcbf: Download complete [2022-07-11T17:55:02.497Z] 46d945488cbd: Verifying Checksum [2022-07-11T17:55:02.497Z] 46d945488cbd: Download complete [2022-07-11T17:55:03.500Z] b3c136eddcbf: Pull complete [2022-07-11T17:55:03.500Z] 329c88fbcd65: Verifying Checksum [2022-07-11T17:55:03.500Z] 329c88fbcd65: Download complete [2022-07-11T17:55:04.109Z] c0a3192eca97: Pull complete [2022-07-11T17:55:04.385Z] a050256f5b6f: Pull complete [2022-07-11T17:55:04.669Z] 8a5474983e97: Verifying Checksum [2022-07-11T17:55:04.669Z] 8a5474983e97: Download complete [2022-07-11T17:55:05.648Z] 656be50a0ddc: Download complete [2022-07-11T17:55:20.748Z] 656be50a0ddc: Pull complete [2022-07-11T17:55:20.748Z] 2bbca73fdf42: Pull complete [2022-07-11T17:55:20.748Z] 46d945488cbd: Pull complete [2022-07-11T17:55:25.079Z] 8a5474983e97: Pull complete [2022-07-11T17:55:27.722Z] 329c88fbcd65: Pull complete [2022-07-11T17:55:27.722Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-07-11T17:55:27.722Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-11T17:55:27.722Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-11T17:55:28.085Z] + docker build -t ci-base-image-arm64 -f - . [2022-07-11T17:55:28.085Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-11T17:55:28.085Z] WORKDIR /edgex [2022-07-11T17:55:28.085Z] COPY go.mod . [2022-07-11T17:55:28.085Z] RUN go mod download [2022-07-11T17:55:30.737Z] Sending build context to Docker daemon 169.2MB [2022-07-11T17:55:30.737Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-11T17:55:30.737Z] ---> ff4287adb874 [2022-07-11T17:55:30.737Z] Step 2/4 : WORKDIR /edgex [2022-07-11T17:55:32.718Z] ---> Running in 6a0f5b880fb9 [2022-07-11T17:55:32.718Z] Removing intermediate container 6a0f5b880fb9 [2022-07-11T17:55:32.718Z] ---> 26b824f21da2 [2022-07-11T17:55:32.718Z] Step 3/4 : COPY go.mod . [2022-07-11T17:55:33.315Z] ---> 259ecaac77f4 [2022-07-11T17:55:33.315Z] Step 4/4 : RUN go mod download [2022-07-11T17:55:33.315Z] ---> Running in 275222f4f93b [2022-07-11T17:56:05.672Z] Removing intermediate container 275222f4f93b [2022-07-11T17:56:05.672Z] ---> 3dcc545dd4bd [2022-07-11T17:56:05.672Z] Successfully built 3dcc545dd4bd [2022-07-11T17:56:05.672Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T17:56:06.028Z] + docker inspect -f . ci-base-image-arm64 [2022-07-11T17:56:06.028Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T17:56:06.292Z] prd-ubuntu20.04-docker-arm64-4c-16g-19313 does not seem to be running inside a container [2022-07-11T17:56:06.381Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@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 ******** ci-base-image-arm64 cat [2022-07-11T17:56:07.649Z] $ docker top d3f24a0e50df6bc35bf2210a560a7b1a4d4dac2f7e2cf3e75e5dcc53b05e915f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T17:56:08.535Z] + go version [2022-07-11T17:56:08.535Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-07-11T17:56:08.563Z] $ docker stop --time=1 d3f24a0e50df6bc35bf2210a560a7b1a4d4dac2f7e2cf3e75e5dcc53b05e915f [2022-07-11T17:56:10.182Z] $ docker rm -f d3f24a0e50df6bc35bf2210a560a7b1a4d4dac2f7e2cf3e75e5dcc53b05e915f [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 [2022-07-11T17:56:10.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-11T17:56:10.985Z] [2022-07-11T17:56:10.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T17:56:11.337Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-11T17:56:11.614Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-07-11T17:56:11.614Z] 29e5d40040c1: Pulling fs layer [2022-07-11T17:56:11.614Z] 1ce36da41761: Pulling fs layer [2022-07-11T17:56:11.614Z] 25b303627fd3: Pulling fs layer [2022-07-11T17:56:11.614Z] 29e5d40040c1: Download complete [2022-07-11T17:56:11.888Z] 1ce36da41761: Verifying Checksum [2022-07-11T17:56:11.888Z] 1ce36da41761: Download complete [2022-07-11T17:56:12.163Z] 29e5d40040c1: Pull complete [2022-07-11T17:56:13.615Z] 25b303627fd3: Verifying Checksum [2022-07-11T17:56:13.615Z] 25b303627fd3: Download complete [2022-07-11T17:56:13.615Z] 1ce36da41761: Pull complete [2022-07-11T17:56:26.024Z] 25b303627fd3: Pull complete [2022-07-11T17:56:26.024Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-07-11T17:56:26.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-11T17:56:26.024Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T17:56:26.277Z] prd-ubuntu20.04-docker-arm64-4c-16g-19313 does not seem to be running inside a container [2022-07-11T17:56:26.367Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@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 [2022-07-11T17:56:28.634Z] $ docker top af4abb1818fa42b7a657054e3dbff5e20ad9c7dd3b42127618293f0f731da300 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T17:56:29.529Z] + docker-compose build --help [2022-07-11T17:56:29.529Z] + grep parallel [2022-07-11T17:56:32.914Z] --parallel Build images in parallel. [Pipeline] } [2022-07-11T17:56:33.215Z] $ docker stop --time=1 af4abb1818fa42b7a657054e3dbff5e20ad9c7dd3b42127618293f0f731da300 [2022-07-11T17:56:34.874Z] $ docker rm -f af4abb1818fa42b7a657054e3dbff5e20ad9c7dd3b42127618293f0f731da300 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T17:56:35.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-11T17:56:35.477Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T17:56:35.722Z] prd-ubuntu20.04-docker-arm64-4c-16g-19313 does not seem to be running inside a container [2022-07-11T17:56:35.815Z] $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-07-11T17:56:37.078Z] $ docker top d011a5ddba90ac069c85e532044402aa364e683381ebc3892c499f76bf58779f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T17:56:37.980Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-11T17:56:42.283Z] Building core-command ... [2022-07-11T17:56:42.283Z] Building core-data ... [2022-07-11T17:56:42.283Z] Building core-metadata ... [2022-07-11T17:56:42.283Z] Building security-bootstrapper ... [2022-07-11T17:56:42.283Z] Building security-proxy-setup ... [2022-07-11T17:56:42.283Z] Building security-secretstore-setup ... [2022-07-11T17:56:42.283Z] Building security-spiffe-token-provider ... [2022-07-11T17:56:42.283Z] Building security-spire-agent ... [2022-07-11T17:56:42.283Z] Building security-spire-config ... [2022-07-11T17:56:42.283Z] Building security-spire-server ... [2022-07-11T17:56:42.283Z] Building support-notifications ... [2022-07-11T17:56:42.283Z] Building support-scheduler ... [2022-07-11T17:56:42.283Z] Building sys-mgmt-agent ... [2022-07-11T17:56:42.283Z] Building security-bootstrapper [2022-07-11T17:56:42.283Z] Building core-data [2022-07-11T17:56:42.283Z] Building security-spiffe-token-provider [2022-07-11T17:56:42.283Z] Building support-scheduler [2022-07-11T17:56:42.283Z] Building security-secretstore-setup [2022-07-11T17:57:29.276Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T17:57:29.276Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-11T17:57:29.276Z] ---> 3dcc545dd4bd [2022-07-11T17:57:29.276Z] Step 3/31 : WORKDIR /edgex-go [2022-07-11T17:57:29.276Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T17:57:29.276Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-11T17:57:29.276Z] ---> 3dcc545dd4bd [2022-07-11T17:57:29.276Z] Step 3/20 : WORKDIR /edgex-go [2022-07-11T17:57:29.276Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T17:57:29.276Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-11T17:57:29.276Z] ---> 3dcc545dd4bd [2022-07-11T17:57:29.276Z] Step 3/22 : WORKDIR /edgex-go [2022-07-11T17:57:29.276Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T17:57:29.276Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-11T17:57:29.276Z] ---> 3dcc545dd4bd [2022-07-11T17:57:29.276Z] Step 3/25 : WORKDIR /edgex-go [2022-07-11T17:57:29.276Z] ---> Running in da0668c5ca94 [2022-07-11T17:57:29.276Z] ---> Running in e91e0c4d0393 [2022-07-11T17:57:29.276Z] ---> Running in 1bb75d47b104 [2022-07-11T17:57:29.276Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T17:57:29.276Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-11T17:57:29.276Z] ---> 3dcc545dd4bd [2022-07-11T17:57:29.276Z] Step 3/23 : WORKDIR /edgex-go [2022-07-11T17:57:29.276Z] ---> Running in 6c4eedfc0e2e [2022-07-11T17:57:29.276Z] ---> Running in 0718748adfc8 [2022-07-11T17:57:29.276Z] Removing intermediate container da0668c5ca94 [2022-07-11T17:57:29.276Z] ---> 67eda3fee99b [2022-07-11T17:57:29.276Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T17:57:29.276Z] Removing intermediate container 1bb75d47b104 [2022-07-11T17:57:29.276Z] ---> 6fee7958a233 [2022-07-11T17:57:29.276Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-11T17:57:29.276Z] ---> Running in a1bdbacbaca6 [2022-07-11T17:57:29.276Z] Removing intermediate container 6c4eedfc0e2e [2022-07-11T17:57:29.276Z] ---> a3fb7f3bf0d2 [2022-07-11T17:57:29.276Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T17:57:29.276Z] Removing intermediate container e91e0c4d0393 [2022-07-11T17:57:29.276Z] ---> e8d086c78966 [2022-07-11T17:57:29.276Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T17:57:29.276Z] Removing intermediate container 0718748adfc8 [2022-07-11T17:57:29.276Z] ---> 6999666ed646 [2022-07-11T17:57:29.276Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T17:57:29.277Z] ---> Running in 320acef0283a [2022-07-11T17:57:29.277Z] ---> Running in 463cb2ac6398 [2022-07-11T17:57:29.277Z] ---> Running in 70019b37bb71 [2022-07-11T17:57:29.277Z] ---> Running in f5f2aafe4cd0 [2022-07-11T17:57:31.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T17:57:31.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T17:57:32.556Z] Removing intermediate container a1bdbacbaca6 [2022-07-11T17:57:32.556Z] ---> 7742e26426cf [2022-07-11T17:57:32.556Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-11T17:57:32.556Z] ---> Running in ceba6928b217 [2022-07-11T17:57:33.529Z] Removing intermediate container 463cb2ac6398 [2022-07-11T17:57:33.529Z] ---> 9cf042c18143 [2022-07-11T17:57:33.529Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-11T17:57:33.529Z] v3.16.0-302-g62bf0b8f5a [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-07-11T17:57:33.529Z] v3.16.0-301-g2a8d15a0b3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-07-11T17:57:33.529Z] OK: 16885 distinct packages available [2022-07-11T17:57:33.529Z] Removing intermediate container f5f2aafe4cd0 [2022-07-11T17:57:33.529Z] ---> 85ef1c45e4ca [2022-07-11T17:57:33.529Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-11T17:57:33.529Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T17:57:33.529Z] ---> Running in f5764e60f43e [2022-07-11T17:57:33.886Z] ---> Running in b58f07cf98b1 [2022-07-11T17:57:33.886Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T17:57:33.886Z] Removing intermediate container 70019b37bb71 [2022-07-11T17:57:33.886Z] ---> c06ce2d17a0e [2022-07-11T17:57:33.886Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-11T17:57:34.427Z] ---> Running in 38f94c736f7b [2022-07-11T17:57:35.101Z] OK: 221 MiB in 51 packages [2022-07-11T17:57:36.132Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T17:57:36.770Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T17:57:36.770Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T17:57:37.048Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T17:57:37.048Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T17:57:37.048Z] Removing intermediate container 320acef0283a [2022-07-11T17:57:37.048Z] ---> 63c505dd2080 [2022-07-11T17:57:37.048Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-11T17:57:37.662Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T17:57:37.662Z] ---> 88c94ce38fc9 [2022-07-11T17:57:37.662Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T17:57:37.941Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T17:57:37.941Z] ---> Running in 69f5c1498e50 [2022-07-11T17:57:37.941Z] OK: 221 MiB in 51 packages [2022-07-11T17:57:38.216Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T17:57:39.209Z] OK: 221 MiB in 51 packages [2022-07-11T17:57:39.209Z] OK: 221 MiB in 51 packages [2022-07-11T17:57:39.497Z] OK: 221 MiB in 51 packages [2022-07-11T17:57:39.775Z] Removing intermediate container ceba6928b217 [2022-07-11T17:57:39.775Z] ---> 5707de1e00bf [2022-07-11T17:57:39.775Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-11T17:57:40.771Z] Removing intermediate container b58f07cf98b1 [2022-07-11T17:57:40.771Z] ---> 5fac5532f94c [2022-07-11T17:57:40.771Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-11T17:57:40.771Z] Removing intermediate container f5764e60f43e [2022-07-11T17:57:40.771Z] ---> de2b365dbaa6 [2022-07-11T17:57:40.771Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-11T17:57:41.381Z] Removing intermediate container 38f94c736f7b [2022-07-11T17:57:41.381Z] ---> c6c2a8538244 [2022-07-11T17:57:41.381Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-11T17:57:41.656Z] ---> 036c852f6eb6 [2022-07-11T17:57:41.656Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T17:57:41.656Z] ---> Running in e8f522f0e5e5 [2022-07-11T17:57:41.935Z] ---> aced45b9b1e8 [2022-07-11T17:57:41.935Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T17:57:42.250Z] ---> Running in ec22a64d14c0 [2022-07-11T17:57:42.250Z] ---> 34e13ed38627 [2022-07-11T17:57:42.250Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T17:57:42.524Z] ---> Running in 4f8c90a8fe58 [2022-07-11T17:57:43.132Z] ---> b0481caf0e01 [2022-07-11T17:57:43.132Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T17:57:43.410Z] ---> Running in 0973b9d5f7cd [2022-07-11T17:58:30.460Z] Removing intermediate container 69f5c1498e50 [2022-07-11T17:58:30.460Z] ---> 479521640c65 [2022-07-11T17:58:30.460Z] Step 7/20 : COPY . . [2022-07-11T17:58:38.762Z] Removing intermediate container ec22a64d14c0 [2022-07-11T17:58:38.762Z] ---> 108b55dc64e6 [2022-07-11T17:58:38.762Z] Step 8/23 : COPY . . [2022-07-11T17:58:38.762Z] Removing intermediate container e8f522f0e5e5 [2022-07-11T17:58:38.762Z] ---> aec8bdf5d241 [2022-07-11T17:58:38.762Z] Step 8/31 : COPY . . [2022-07-11T17:58:38.762Z] Removing intermediate container 4f8c90a8fe58 [2022-07-11T17:58:38.762Z] ---> 9548f0f13317 [2022-07-11T17:58:38.762Z] Step 8/22 : COPY . . [2022-07-11T17:58:38.762Z] Removing intermediate container 0973b9d5f7cd [2022-07-11T17:58:38.762Z] ---> e9d6fa88786f [2022-07-11T17:58:38.762Z] Step 8/25 : COPY . . [2022-07-11T17:58:45.513Z] ---> 2ee531a1798f [2022-07-11T17:58:45.514Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-11T17:58:45.514Z] ---> Running in 6305e6b3673a [2022-07-11T17:58:46.971Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-07-11T17:58:57.174Z] ---> 2ea24046df4d [2022-07-11T17:58:57.174Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-11T17:58:57.174Z] ---> Running in 7ceda46b31fb [2022-07-11T17:58:57.789Z] ---> d990078fb00c [2022-07-11T17:58:57.789Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-11T17:58:58.062Z] ---> beaa56be41d3 [2022-07-11T17:58:58.062Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-11T17:58:58.062Z] ---> Running in ae749ccd527e [2022-07-11T17:58:58.335Z] ---> Running in 26aa3ab7b250 [2022-07-11T17:58:59.333Z] ---> 1e6408e7e1e1 [2022-07-11T17:58:59.333Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-11T17:58:59.333Z] ---> Running in efac2adaeb6d [2022-07-11T17:58:59.609Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-11T17:59:01.055Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-11T17:59:01.332Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-11T17:59:01.622Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-11T18:04:24.200Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-11T18:04:36.666Z] Removing intermediate container 26aa3ab7b250 [2022-07-11T18:04:36.666Z] ---> 93df1e1bcaca [2022-07-11T18:04:36.666Z] [2022-07-11T18:04:36.666Z] Step 10/31 : FROM alpine:3.16 [2022-07-11T18:04:36.666Z] Removing intermediate container efac2adaeb6d [2022-07-11T18:04:36.666Z] ---> fffc621c8ccb [2022-07-11T18:04:36.666Z] [2022-07-11T18:04:36.666Z] Step 10/25 : FROM alpine:3.16 [2022-07-11T18:04:37.657Z] 3.16: Pulling from library/alpine [2022-07-11T18:04:37.657Z] 3.16: Pulling from library/alpine [2022-07-11T18:04:37.940Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-07-11T18:04:37.940Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-07-11T18:04:37.940Z] Status: Downloaded newer image for alpine:3.16 [2022-07-11T18:04:37.940Z] Status: Downloaded newer image for alpine:3.16 [2022-07-11T18:04:37.940Z] ---> 6e30ab57aeee [2022-07-11T18:04:37.940Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec ---> 6e30ab57aeee [2022-07-11T18:04:37.940Z] [2022-07-11T18:04:37.940Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-07-11T18:04:38.228Z] ---> Running in 4205a8af0520 [2022-07-11T18:04:38.228Z] ---> Running in 4e20a2714b17 [2022-07-11T18:04:38.841Z] Removing intermediate container 4e20a2714b17 [2022-07-11T18:04:38.841Z] ---> 15ae612bed6e [2022-07-11T18:04:38.841Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-11T18:04:39.117Z] ---> Running in 3c7248cd6201 [2022-07-11T18:04:41.135Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:04:41.135Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:04:41.135Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:04:41.741Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:04:42.730Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-11T18:04:42.730Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-11T18:04:42.730Z] (3/3) Installing su-exec (0.2-r1) [2022-07-11T18:04:42.730Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T18:04:42.730Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T18:04:43.007Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-11T18:04:43.007Z] (2/2) Installing su-exec (0.2-r1) [2022-07-11T18:04:43.007Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T18:04:43.007Z] OK: 5 MiB in 16 packages [2022-07-11T18:04:43.287Z] OK: 6 MiB in 17 packages [2022-07-11T18:04:45.312Z] Removing intermediate container 3c7248cd6201 [2022-07-11T18:04:45.312Z] ---> 4c8cf6d8962e [2022-07-11T18:04:45.312Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-11T18:04:45.312Z] ---> Running in ee5554219da1 [2022-07-11T18:04:46.311Z] Removing intermediate container 4205a8af0520 [2022-07-11T18:04:46.311Z] ---> 36bf93fdb250 [2022-07-11T18:04:46.311Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-11T18:04:46.311Z] Removing intermediate container ee5554219da1 [2022-07-11T18:04:46.311Z] ---> 251fcf369e4a [2022-07-11T18:04:46.311Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-07-11T18:04:46.311Z] ---> Running in 26bfbe34a335 [2022-07-11T18:04:46.582Z] ---> Running in 82265c037d86 [2022-07-11T18:04:47.185Z] Removing intermediate container 82265c037d86 [2022-07-11T18:04:47.185Z] ---> 8dd6aa3a537f [2022-07-11T18:04:47.185Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-11T18:04:47.185Z] Removing intermediate container 26bfbe34a335 [2022-07-11T18:04:47.185Z] ---> b822cc9d1214 [2022-07-11T18:04:47.185Z] Step 13/25 : WORKDIR / [2022-07-11T18:04:47.185Z] ---> Running in bfa49e78157f [2022-07-11T18:04:47.185Z] ---> Running in d908d6172c30 [2022-07-11T18:04:48.190Z] Removing intermediate container d908d6172c30 [2022-07-11T18:04:48.190Z] ---> e097e38a3557 [2022-07-11T18:04:48.190Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-07-11T18:04:49.657Z] ---> 91c68c928700 [2022-07-11T18:04:49.657Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-07-11T18:04:50.674Z] Removing intermediate container bfa49e78157f [2022-07-11T18:04:50.674Z] ---> 9f7afbdd4947 [2022-07-11T18:04:50.674Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-07-11T18:04:50.949Z] ---> e8301831a295 [2022-07-11T18:04:50.949Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-11T18:04:50.949Z] ---> Running in c1dc6faa51d0 [2022-07-11T18:04:51.947Z] Removing intermediate container c1dc6faa51d0 [2022-07-11T18:04:51.947Z] ---> 1cc789753600 [2022-07-11T18:04:51.947Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-07-11T18:04:51.947Z] ---> 738f2f47b933 [2022-07-11T18:04:51.947Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-07-11T18:04:53.396Z] ---> 917266c7a994 [2022-07-11T18:04:53.396Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-11T18:04:53.396Z] ---> ba6d6b61d959 [2022-07-11T18:04:53.396Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-07-11T18:04:53.396Z] ---> Running in 0faa8587dfc3 [2022-07-11T18:04:55.397Z] ---> 6c9d25f3af8e [2022-07-11T18:04:55.397Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-11T18:04:57.394Z] Removing intermediate container 0faa8587dfc3 [2022-07-11T18:04:57.394Z] ---> 045025de4189 [2022-07-11T18:04:57.394Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T18:04:58.391Z] ---> 35a1291c6d22 [2022-07-11T18:04:58.391Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-11T18:04:58.391Z] ---> e0dfeb1b6d3a [2022-07-11T18:04:58.391Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-11T18:04:59.851Z] ---> 513e74fb7baf [2022-07-11T18:04:59.851Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-07-11T18:04:59.851Z] ---> Running in cd4f62791a41 [2022-07-11T18:05:01.298Z] ---> 52ee73ab0298 [2022-07-11T18:05:01.298Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-11T18:05:02.287Z] ---> 28e6cf4605f9 [2022-07-11T18:05:02.287Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-11T18:05:03.742Z] Removing intermediate container cd4f62791a41 [2022-07-11T18:05:03.742Z] ---> 6f489d1ef02d [2022-07-11T18:05:03.742Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-11T18:05:03.742Z] ---> Running in 120cdc48c59d [2022-07-11T18:05:03.742Z] ---> ca0ab8290691 [2022-07-11T18:05:03.742Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-07-11T18:05:04.347Z] Removing intermediate container 120cdc48c59d [2022-07-11T18:05:04.347Z] ---> ed70e6ee67f7 [2022-07-11T18:05:04.347Z] Step 23/25 : LABEL arch=arm64 [2022-07-11T18:05:04.622Z] ---> Running in b070f1c0ea79 [2022-07-11T18:05:05.224Z] ---> ae98b749f8dc [2022-07-11T18:05:05.224Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-07-11T18:05:05.530Z] Removing intermediate container b070f1c0ea79 [2022-07-11T18:05:05.530Z] ---> 1ff05084e82d [2022-07-11T18:05:05.530Z] Step 24/25 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:05:05.530Z] ---> Running in 4e44b8fc48e5 [2022-07-11T18:05:05.811Z] ---> Running in c1b278b28cb9 [2022-07-11T18:05:06.414Z] Removing intermediate container 4e44b8fc48e5 [2022-07-11T18:05:06.414Z] ---> c1287d6c9ac7 [2022-07-11T18:05:06.414Z] Step 25/25 : LABEL version=2.2.1-dev.26 [2022-07-11T18:05:06.414Z] ---> Running in a6589af92daf [2022-07-11T18:05:06.414Z] Removing intermediate container c1b278b28cb9 [2022-07-11T18:05:06.414Z] ---> 6d5040f8dcf7 [2022-07-11T18:05:06.414Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-11T18:05:07.402Z] Removing intermediate container a6589af92daf [2022-07-11T18:05:07.402Z] ---> 6eee039780f0 [2022-07-11T18:05:07.402Z] [2022-07-11T18:05:07.679Z] Successfully built 6eee039780f0 [2022-07-11T18:05:07.679Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-07-11T18:05:07.679Z] ---> 9ec61bd48192 [2022-07-11T18:05:07.679Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-11T18:05:07.679Z]  Building security-secretstore-setup ... done Building security-spire-agent [2022-07-11T18:05:07.958Z] ---> Running in 0569c407f814 [2022-07-11T18:05:12.305Z] Removing intermediate container 0569c407f814 [2022-07-11T18:05:12.305Z] ---> 9c0398ef9908 [2022-07-11T18:05:12.305Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-11T18:05:12.305Z] ---> Running in 8aa44db05203 [2022-07-11T18:05:12.305Z] Removing intermediate container 8aa44db05203 [2022-07-11T18:05:12.305Z] ---> 844182dbd717 [2022-07-11T18:05:12.305Z] Step 28/31 : CMD ["gate"] [2022-07-11T18:05:12.903Z] ---> Running in a568b9b41ceb [2022-07-11T18:05:13.191Z] Removing intermediate container a568b9b41ceb [2022-07-11T18:05:13.191Z] ---> 1a91816653ac [2022-07-11T18:05:13.191Z] Step 29/31 : LABEL arch=arm64 [2022-07-11T18:05:13.791Z] ---> Running in e32d69422bea [2022-07-11T18:05:14.066Z] Removing intermediate container e32d69422bea [2022-07-11T18:05:14.066Z] ---> 5ff2f6a37eae [2022-07-11T18:05:14.066Z] Step 30/31 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:05:14.342Z] ---> Running in 63b2062dc270 [2022-07-11T18:05:14.967Z] Removing intermediate container 63b2062dc270 [2022-07-11T18:05:14.967Z] ---> 211a475e7560 [2022-07-11T18:05:14.967Z] Step 31/31 : LABEL version=2.2.1-dev.26 [2022-07-11T18:05:15.244Z] ---> Running in bd12c5d4d9b5 [2022-07-11T18:05:15.852Z] Removing intermediate container bd12c5d4d9b5 [2022-07-11T18:05:15.852Z] ---> cf650e01f3c5 [2022-07-11T18:05:15.852Z] [2022-07-11T18:05:16.462Z] Successfully built cf650e01f3c5 [2022-07-11T18:05:16.463Z] Successfully tagged security-bootstrapper-arm64:latest [2022-07-11T18:05:16.463Z]  Building security-bootstrapper ... done Building sys-mgmt-agent [2022-07-11T18:05:31.593Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T18:05:31.593Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-11T18:05:31.593Z] ---> 3dcc545dd4bd [2022-07-11T18:05:31.593Z] Step 3/26 : WORKDIR /edgex-go [2022-07-11T18:05:31.593Z] ---> Using cache [2022-07-11T18:05:31.593Z] ---> 6999666ed646 [2022-07-11T18:05:31.593Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:05:31.593Z] ---> Using cache [2022-07-11T18:05:31.593Z] ---> 85ef1c45e4ca [2022-07-11T18:05:31.593Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-11T18:05:31.593Z] ---> Running in bb3fb621dce4 [2022-07-11T18:05:32.202Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:05:33.194Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:05:35.827Z] OK: 221 MiB in 51 packages [2022-07-11T18:05:37.270Z] Removing intermediate container bb3fb621dce4 [2022-07-11T18:05:37.270Z] ---> 8cafa7490869 [2022-07-11T18:05:37.270Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-11T18:05:38.721Z] ---> 202530f52ec9 [2022-07-11T18:05:38.721Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T18:05:38.721Z] ---> Running in 56cc40d4b792 [2022-07-11T18:05:41.359Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T18:05:41.359Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-11T18:05:41.359Z] ---> 3dcc545dd4bd [2022-07-11T18:05:41.359Z] Step 3/23 : WORKDIR /edgex-go [2022-07-11T18:05:41.359Z] ---> Using cache [2022-07-11T18:05:41.359Z] ---> 6999666ed646 [2022-07-11T18:05:41.359Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:05:41.359Z] ---> Using cache [2022-07-11T18:05:41.359Z] ---> 85ef1c45e4ca [2022-07-11T18:05:41.359Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-11T18:05:41.359Z] ---> Running in 8992c843b4de [2022-07-11T18:05:42.812Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:05:43.797Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:05:45.246Z] OK: 221 MiB in 51 packages [2022-07-11T18:05:46.710Z] Removing intermediate container 8992c843b4de [2022-07-11T18:05:46.710Z] ---> 4b9474d10b59 [2022-07-11T18:05:46.710Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-11T18:05:47.702Z] ---> faa24d16ba39 [2022-07-11T18:05:47.703Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T18:05:47.703Z] ---> Running in eac453a9a859 [2022-07-11T18:06:27.012Z] Removing intermediate container 7ceda46b31fb [2022-07-11T18:06:27.012Z] ---> 319798f033a8 [2022-07-11T18:06:27.012Z] [2022-07-11T18:06:27.012Z] Step 10/23 : FROM alpine:3.16 [2022-07-11T18:06:27.012Z] ---> 6e30ab57aeee [2022-07-11T18:06:27.012Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-11T18:06:27.012Z] ---> Running in 7a1c63827aca [2022-07-11T18:06:27.012Z] Removing intermediate container 7a1c63827aca [2022-07-11T18:06:27.012Z] ---> 264054d2051b [2022-07-11T18:06:27.012Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-11T18:06:27.012Z] ---> Running in 9af867b89619 [2022-07-11T18:06:27.012Z] Removing intermediate container 9af867b89619 [2022-07-11T18:06:27.012Z] ---> 8d9d0287a5e1 [2022-07-11T18:06:27.012Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-11T18:06:27.012Z] ---> Running in 86c61bcb7276 [2022-07-11T18:06:27.307Z] Removing intermediate container 86c61bcb7276 [2022-07-11T18:06:27.307Z] ---> 940ec4cc62e8 [2022-07-11T18:06:27.307Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:06:27.583Z] ---> Running in 6505d6c4a25e [2022-07-11T18:06:27.871Z] Removing intermediate container 6305e6b3673a [2022-07-11T18:06:27.871Z] ---> 1baff115a485 [2022-07-11T18:06:27.871Z] [2022-07-11T18:06:27.871Z] Step 9/20 : FROM alpine:3.15 [2022-07-11T18:06:28.482Z] 3.15: Pulling from library/alpine [2022-07-11T18:06:31.144Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-11T18:06:31.144Z] Status: Downloaded newer image for alpine:3.15 [2022-07-11T18:06:31.144Z] ---> 3fb3c9af89a9 [2022-07-11T18:06:31.144Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-11T18:06:31.144Z] ---> Running in 79c8199eacf7 [2022-07-11T18:06:31.144Z] Removing intermediate container 6505d6c4a25e [2022-07-11T18:06:31.144Z] ---> 0883d4269b53 [2022-07-11T18:06:31.144Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-11T18:06:31.144Z] ---> Running in d019e71e8b24 [2022-07-11T18:06:32.143Z] Removing intermediate container 79c8199eacf7 [2022-07-11T18:06:32.143Z] ---> bb06ed5107a0 [2022-07-11T18:06:32.143Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:06:32.143Z] ---> Running in 120ac9540b36 [2022-07-11T18:06:33.591Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:06:34.606Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:06:35.595Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-11T18:06:35.868Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-07-11T18:06:35.868Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-11T18:06:35.868Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-07-11T18:06:36.151Z] Removing intermediate container 120ac9540b36 [2022-07-11T18:06:36.151Z] ---> 19e798572f68 [2022-07-11T18:06:36.151Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-11T18:06:36.151Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-11T18:06:36.426Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-11T18:06:36.426Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T18:06:36.426Z] ---> Running in 0ea15103eea9 [2022-07-11T18:06:36.426Z] OK: 8 MiB in 20 packages [2022-07-11T18:06:38.438Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:06:38.438Z] Removing intermediate container d019e71e8b24 [2022-07-11T18:06:38.438Z] ---> 5d4d5971c4d1 [2022-07-11T18:06:38.438Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T18:06:39.435Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:06:39.711Z] ---> 6f004e9faa11 [2022-07-11T18:06:39.711Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-11T18:06:40.699Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-11T18:06:40.699Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-11T18:06:40.699Z] OK: 15738 distinct packages available [2022-07-11T18:06:40.699Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:06:41.680Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:06:41.680Z] ---> b03325e764bd [2022-07-11T18:06:41.680Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-11T18:06:42.667Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-11T18:06:42.667Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-11T18:06:42.942Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-11T18:06:42.942Z] (4/9) Installing libcurl (7.80.0-r2) [2022-07-11T18:06:42.942Z] (5/9) Installing curl (7.80.0-r2) [2022-07-11T18:06:43.216Z] ---> 4cec55d4dcec [2022-07-11T18:06:43.216Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-11T18:06:43.216Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-11T18:06:43.216Z] Removing intermediate container 56cc40d4b792 [2022-07-11T18:06:43.216Z] ---> e9b0f76e1120 [2022-07-11T18:06:43.216Z] Step 8/26 : COPY . . [2022-07-11T18:06:43.216Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-11T18:06:43.216Z] ---> Running in 988a0017d7c6 [2022-07-11T18:06:43.216Z] (8/9) Installing libucontext (1.1-r0) [2022-07-11T18:06:43.492Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-11T18:06:43.492Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T18:06:43.492Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T18:06:43.769Z] OK: 8 MiB in 23 packages [2022-07-11T18:06:44.040Z] Removing intermediate container 988a0017d7c6 [2022-07-11T18:06:44.040Z] ---> 8b7fe79bf5b1 [2022-07-11T18:06:44.040Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T18:06:44.315Z] ---> Running in 81f4fe82ad22 [2022-07-11T18:06:44.925Z] Removing intermediate container 81f4fe82ad22 [2022-07-11T18:06:44.925Z] ---> 9a1cbe872893 [2022-07-11T18:06:44.925Z] Step 21/23 : LABEL arch=arm64 [2022-07-11T18:06:45.200Z] ---> Running in 2f89a8355dbc [2022-07-11T18:06:45.475Z] Removing intermediate container eac453a9a859 [2022-07-11T18:06:45.475Z] ---> 9973406d904a [2022-07-11T18:06:45.475Z] Step 8/23 : COPY . . [2022-07-11T18:06:46.077Z] Removing intermediate container 2f89a8355dbc [2022-07-11T18:06:46.077Z] ---> 0b3b26895db4 [2022-07-11T18:06:46.077Z] Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:06:46.077Z] Removing intermediate container 0ea15103eea9 [2022-07-11T18:06:46.077Z] ---> 0a70c92a3114 [2022-07-11T18:06:46.077Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T18:06:46.077Z] ---> Running in 31ef83168134 [2022-07-11T18:06:46.677Z] Removing intermediate container 31ef83168134 [2022-07-11T18:06:46.677Z] ---> 9670e02e90c1 [2022-07-11T18:06:46.677Z] Step 23/23 : LABEL version=2.2.1-dev.26 [2022-07-11T18:06:46.953Z] ---> Running in 54a886cee955 [2022-07-11T18:06:47.228Z] ---> 9dae2c12002c [2022-07-11T18:06:47.228Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-07-11T18:06:47.509Z] Removing intermediate container 54a886cee955 [2022-07-11T18:06:47.509Z] ---> 336826b7a0a0 [2022-07-11T18:06:47.509Z] [2022-07-11T18:06:48.103Z] Successfully built 336826b7a0a0 [2022-07-11T18:06:48.103Z] Successfully tagged core-data-arm64:latest [2022-07-11T18:06:48.103Z]  Building core-data ... done Building security-spire-config [2022-07-11T18:06:48.394Z] Removing intermediate container ae749ccd527e [2022-07-11T18:06:48.394Z] ---> 567b35049367 [2022-07-11T18:06:48.394Z] [2022-07-11T18:06:48.394Z] Step 10/22 : FROM alpine:3.16 [2022-07-11T18:06:48.394Z] ---> 6e30ab57aeee [2022-07-11T18:06:48.394Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-11T18:06:48.990Z] ---> Running in 01c073f6a537 [2022-07-11T18:06:50.452Z] ---> e5db51bfae70 [2022-07-11T18:06:50.452Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-07-11T18:06:50.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:06:51.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:06:52.000Z] ---> 800d998512fd [2022-07-11T18:06:52.000Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-07-11T18:06:52.000Z] ---> Running in 2112954b0444 [2022-07-11T18:06:52.000Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-11T18:06:52.000Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T18:06:52.280Z] OK: 5 MiB in 15 packages [2022-07-11T18:06:53.282Z] Removing intermediate container 2112954b0444 [2022-07-11T18:06:53.282Z] ---> ebd794c1733e [2022-07-11T18:06:53.282Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T18:06:53.282Z] ---> Running in 28e7494f4b9c [2022-07-11T18:06:53.891Z] Removing intermediate container 01c073f6a537 [2022-07-11T18:06:53.891Z] ---> 35cb08c9d174 [2022-07-11T18:06:53.891Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-11T18:06:53.891Z] ---> Running in b3c147af4f5c [2022-07-11T18:06:54.182Z] Removing intermediate container 28e7494f4b9c [2022-07-11T18:06:54.182Z] ---> af1952a830b6 [2022-07-11T18:06:54.182Z] Step 18/20 : LABEL arch=arm64 [2022-07-11T18:06:54.182Z] ---> Running in d8bdf0524601 [2022-07-11T18:06:54.782Z] Removing intermediate container b3c147af4f5c [2022-07-11T18:06:54.782Z] ---> c521ec56e37a [2022-07-11T18:06:54.782Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-11T18:06:54.782Z] ---> Running in 4c98a345c5d1 [2022-07-11T18:06:55.056Z] Removing intermediate container d8bdf0524601 [2022-07-11T18:06:55.056Z] ---> c1b363596412 [2022-07-11T18:06:55.056Z] Step 19/20 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:06:55.056Z] ---> Running in 2ee2fbc30913 [2022-07-11T18:06:55.658Z] Removing intermediate container 4c98a345c5d1 [2022-07-11T18:06:55.658Z] ---> a7d32b5ae21e [2022-07-11T18:06:55.658Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-11T18:06:55.658Z] Removing intermediate container 2ee2fbc30913 [2022-07-11T18:06:55.658Z] ---> 5760a69e22ef [2022-07-11T18:06:55.658Z] Step 20/20 : LABEL version=2.2.1-dev.26 [2022-07-11T18:06:55.658Z] ---> Running in 4dec645d39db [2022-07-11T18:06:55.928Z] ---> Running in c66e1154414a [2022-07-11T18:06:56.530Z] Removing intermediate container 4dec645d39db [2022-07-11T18:06:56.530Z] ---> c10396d01882 [2022-07-11T18:06:56.530Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T18:06:56.530Z] Removing intermediate container c66e1154414a [2022-07-11T18:06:56.530Z] ---> 740e3b4474a7 [2022-07-11T18:06:56.530Z] [2022-07-11T18:06:57.126Z] Successfully built 740e3b4474a7 [2022-07-11T18:06:57.126Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-07-11T18:06:57.126Z] Building support-notifications [2022-07-11T18:06:57.725Z]  Building security-spiffe-token-provider ... done  ---> 3cad2baa311c [2022-07-11T18:06:57.725Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-11T18:07:01.125Z] ---> 308bd3223121 [2022-07-11T18:07:01.125Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-11T18:07:02.575Z] ---> 132bea7771d5 [2022-07-11T18:07:02.575Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-11T18:07:02.575Z] ---> Running in 6551fcd2e9f9 [2022-07-11T18:07:03.178Z] Removing intermediate container 6551fcd2e9f9 [2022-07-11T18:07:03.178Z] ---> b9ec07b42206 [2022-07-11T18:07:03.178Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T18:07:03.178Z] ---> 8b1543085f2b [2022-07-11T18:07:03.178Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-11T18:07:03.456Z] ---> Running in 1fad821a2d97 [2022-07-11T18:07:03.456Z] ---> Running in 5396ef981f69 [2022-07-11T18:07:04.059Z] Removing intermediate container 1fad821a2d97 [2022-07-11T18:07:04.059Z] ---> c8a130f8fe0d [2022-07-11T18:07:04.059Z] Step 20/22 : LABEL arch=arm64 [2022-07-11T18:07:04.342Z] ---> Running in 246bcce61dd9 [2022-07-11T18:07:04.342Z] Removing intermediate container 5396ef981f69 [2022-07-11T18:07:04.342Z] ---> 15b4eaf32942 [2022-07-11T18:07:04.342Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-11T18:07:04.342Z] ---> Running in fdabfd33040f [2022-07-11T18:07:04.949Z] Removing intermediate container 246bcce61dd9 [2022-07-11T18:07:04.949Z] ---> 6fd2c051193f [2022-07-11T18:07:04.949Z] Step 21/22 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:07:04.949Z] ---> 901a51e55b32 [2022-07-11T18:07:04.949Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-11T18:07:04.949Z] ---> Running in b941f21457a8 [2022-07-11T18:07:04.949Z] ---> Running in d1e5f3338fdf [2022-07-11T18:07:05.229Z] Removing intermediate container fdabfd33040f [2022-07-11T18:07:05.229Z] ---> ffcbeaee667f [2022-07-11T18:07:05.229Z] Step 11/26 : 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 [2022-07-11T18:07:05.516Z] ---> Running in 6a3c813b7932 [2022-07-11T18:07:05.792Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T18:07:05.792Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-11T18:07:05.792Z] ---> 3dcc545dd4bd [2022-07-11T18:07:05.792Z] Step 3/26 : WORKDIR /edgex-go [2022-07-11T18:07:05.792Z] ---> Using cache [2022-07-11T18:07:05.792Z] ---> 6999666ed646 [2022-07-11T18:07:05.792Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:07:05.792Z] ---> Using cache [2022-07-11T18:07:05.792Z] ---> 85ef1c45e4ca [2022-07-11T18:07:05.792Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-11T18:07:05.792Z] ---> Using cache [2022-07-11T18:07:05.792Z] ---> 8cafa7490869 [2022-07-11T18:07:05.792Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-11T18:07:05.792Z] Removing intermediate container b941f21457a8 [2022-07-11T18:07:05.792Z] ---> Using cache [2022-07-11T18:07:05.792Z] ---> b6e5446f89c3 [2022-07-11T18:07:05.792Z] Step 22/22 : LABEL version=2.2.1-dev.26 [2022-07-11T18:07:05.792Z] ---> 202530f52ec9 [2022-07-11T18:07:05.792Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T18:07:06.072Z] ---> Using cache [2022-07-11T18:07:06.072Z] ---> e9b0f76e1120 [2022-07-11T18:07:06.072Z] Step 8/26 : COPY . . [2022-07-11T18:07:06.072Z] ---> Running in a9890b1d449d [2022-07-11T18:07:06.350Z] ---> Using cache [2022-07-11T18:07:06.350Z] ---> 8b1543085f2b [2022-07-11T18:07:06.350Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-11T18:07:06.350Z] ---> Using cache [2022-07-11T18:07:06.350Z] ---> 15b4eaf32942 [2022-07-11T18:07:06.350Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-11T18:07:06.350Z] ---> Using cache [2022-07-11T18:07:06.350Z] ---> ffcbeaee667f [2022-07-11T18:07:06.350Z] Step 11/26 : 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 [2022-07-11T18:07:06.643Z] ---> Running in ab77d0bde2db [2022-07-11T18:07:06.935Z] Removing intermediate container a9890b1d449d [2022-07-11T18:07:06.935Z] ---> b0435769b450 [2022-07-11T18:07:06.935Z] [2022-07-11T18:07:07.221Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-11T18:07:07.498Z] Successfully built b0435769b450 [2022-07-11T18:07:07.498Z] Successfully tagged support-scheduler-arm64:latest [2022-07-11T18:07:07.498Z]  Building support-scheduler ... done Building security-proxy-setup [2022-07-11T18:07:08.954Z] Removing intermediate container 6a3c813b7932 [2022-07-11T18:07:08.954Z] ---> d40c7368cd17 [2022-07-11T18:07:08.954Z] Step 12/26 : WORKDIR /edgex-go [2022-07-11T18:07:08.954Z] ---> Running in 783e86435d87 [2022-07-11T18:07:10.418Z] Removing intermediate container 783e86435d87 [2022-07-11T18:07:10.418Z] ---> 86741616fa6c [2022-07-11T18:07:10.418Z] [2022-07-11T18:07:10.418Z] Step 13/26 : FROM alpine:3.15 [2022-07-11T18:07:10.418Z] ---> 3fb3c9af89a9 [2022-07-11T18:07:10.418Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-11T18:07:10.418Z] ---> Using cache [2022-07-11T18:07:10.418Z] ---> bb06ed5107a0 [2022-07-11T18:07:10.418Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:07:10.418Z] ---> Using cache [2022-07-11T18:07:10.418Z] ---> 19e798572f68 [2022-07-11T18:07:10.418Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-11T18:07:10.418Z] Removing intermediate container ab77d0bde2db [2022-07-11T18:07:10.418Z] ---> 92520bbf7611 [2022-07-11T18:07:10.418Z] Step 12/26 : WORKDIR /edgex-go [2022-07-11T18:07:10.418Z] ---> Running in b0787c924676 [2022-07-11T18:07:10.418Z] ---> Running in a4612a9916dc [2022-07-11T18:07:11.902Z] Removing intermediate container a4612a9916dc [2022-07-11T18:07:11.902Z] ---> 4f815dbc5246 [2022-07-11T18:07:11.902Z] [2022-07-11T18:07:11.902Z] Step 13/26 : FROM alpine:3.15 [2022-07-11T18:07:11.902Z] ---> 3fb3c9af89a9 [2022-07-11T18:07:11.902Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-11T18:07:11.902Z] ---> Using cache [2022-07-11T18:07:11.902Z] ---> bb06ed5107a0 [2022-07-11T18:07:11.902Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:07:11.902Z] ---> Using cache [2022-07-11T18:07:11.902Z] ---> 19e798572f68 [2022-07-11T18:07:11.902Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-11T18:07:11.902Z] ---> Running in 157fab1563cf [2022-07-11T18:07:12.517Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:07:14.029Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:07:14.312Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:07:15.312Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:07:15.921Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-11T18:07:15.921Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-11T18:07:15.921Z] OK: 15738 distinct packages available [2022-07-11T18:07:16.201Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:07:16.483Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T18:07:16.483Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-11T18:07:16.483Z] ---> 3dcc545dd4bd [2022-07-11T18:07:16.483Z] Step 3/22 : WORKDIR /edgex-go [2022-07-11T18:07:16.483Z] ---> Using cache [2022-07-11T18:07:16.483Z] ---> 6999666ed646 [2022-07-11T18:07:16.483Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:07:16.483Z] ---> Using cache [2022-07-11T18:07:16.483Z] ---> 85ef1c45e4ca [2022-07-11T18:07:16.483Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-11T18:07:16.789Z] ---> Running in 540a4494c67a [2022-07-11T18:07:16.789Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-11T18:07:16.789Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-11T18:07:16.789Z] OK: 15738 distinct packages available [2022-07-11T18:07:17.072Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:07:17.353Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:07:18.365Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:07:18.646Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-11T18:07:18.646Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-11T18:07:18.646Z] (3/5) Installing libucontext (1.1-r0) [2022-07-11T18:07:18.926Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-11T18:07:18.926Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:07:18.926Z] (5/5) Installing openssl (1.1.1q-r0) [2022-07-11T18:07:19.208Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T18:07:19.208Z] OK: 6 MiB in 19 packages [2022-07-11T18:07:19.490Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-11T18:07:19.490Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-11T18:07:19.771Z] (3/4) Installing libucontext (1.1-r0) [2022-07-11T18:07:19.771Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-11T18:07:19.771Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:07:20.069Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T18:07:20.069Z] OK: 6 MiB in 18 packages [2022-07-11T18:07:21.073Z] OK: 221 MiB in 51 packages [2022-07-11T18:07:21.351Z] Removing intermediate container b0787c924676 [2022-07-11T18:07:21.351Z] ---> 9a2e03949adb [2022-07-11T18:07:21.351Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-07-11T18:07:21.971Z] Removing intermediate container 157fab1563cf [2022-07-11T18:07:21.971Z] ---> 5209ccc91d90 [2022-07-11T18:07:21.971Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-11T18:07:22.248Z] Removing intermediate container 540a4494c67a [2022-07-11T18:07:22.248Z] ---> f64d01d3c0a4 [2022-07-11T18:07:22.248Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-11T18:07:23.779Z] ---> 738a53a1257e [2022-07-11T18:07:23.779Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T18:07:23.779Z] ---> Running in 638e2cf29fde [2022-07-11T18:07:29.539Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T18:07:29.539Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-11T18:07:29.539Z] ---> 3dcc545dd4bd [2022-07-11T18:07:29.539Z] Step 3/22 : WORKDIR /edgex-go [2022-07-11T18:07:29.539Z] ---> Using cache [2022-07-11T18:07:29.539Z] ---> 6999666ed646 [2022-07-11T18:07:29.539Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:07:29.539Z] ---> Using cache [2022-07-11T18:07:29.539Z] ---> 85ef1c45e4ca [2022-07-11T18:07:29.539Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-11T18:07:29.539Z] ---> Running in 2edc6eba929f [2022-07-11T18:07:29.815Z] ---> 5a5e78a0ec79 [2022-07-11T18:07:29.815Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-11T18:07:31.800Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:07:32.787Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:07:33.772Z] ---> 0f660381a2a1 [2022-07-11T18:07:33.772Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-11T18:07:34.392Z] OK: 221 MiB in 51 packages [2022-07-11T18:07:35.407Z] ---> 1c4fb0b0deb7 [2022-07-11T18:07:35.407Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-11T18:07:35.690Z] ---> Running in a44f7fe132db [2022-07-11T18:07:36.305Z] Removing intermediate container 2edc6eba929f [2022-07-11T18:07:36.305Z] ---> ab596877bd40 [2022-07-11T18:07:36.305Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-11T18:07:36.305Z] Removing intermediate container a44f7fe132db [2022-07-11T18:07:36.305Z] ---> 78b5c66ada82 [2022-07-11T18:07:36.305Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-11T18:07:38.300Z] ---> 2c60d8888322 [2022-07-11T18:07:38.300Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T18:07:38.300Z] ---> fdc380916268 [2022-07-11T18:07:38.300Z] Step 21/26 : WORKDIR / [2022-07-11T18:07:38.300Z] ---> Running in 8cbc4534356b [2022-07-11T18:07:38.300Z] ---> Running in da4ac2e8db76 [2022-07-11T18:07:38.900Z] ---> 3c1fb3983404 [2022-07-11T18:07:38.900Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-07-11T18:07:39.505Z] Removing intermediate container da4ac2e8db76 [2022-07-11T18:07:39.505Z] ---> 7b27b859c2bc [2022-07-11T18:07:39.505Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-11T18:07:39.795Z] ---> Running in 3cd41b7d9d69 [2022-07-11T18:07:40.779Z] ---> a7ca139ac72a [2022-07-11T18:07:40.779Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-07-11T18:07:40.779Z] Removing intermediate container 3cd41b7d9d69 [2022-07-11T18:07:40.779Z] ---> d6d0d28b944b [2022-07-11T18:07:40.779Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-11T18:07:41.052Z] ---> Running in b67762c4cefa [2022-07-11T18:07:41.663Z] Removing intermediate container b67762c4cefa [2022-07-11T18:07:41.663Z] ---> e8897d3fc63a [2022-07-11T18:07:41.663Z] Step 24/26 : LABEL arch=arm64 [2022-07-11T18:07:41.938Z] ---> d6c998a50218 [2022-07-11T18:07:41.938Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-07-11T18:07:41.938Z] ---> Running in 7fe1cec6af18 [2022-07-11T18:07:42.932Z] Removing intermediate container 7fe1cec6af18 [2022-07-11T18:07:42.932Z] ---> fe0305932526 [2022-07-11T18:07:42.932Z] Step 25/26 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:07:43.204Z] ---> Running in 274b5a57b56b [2022-07-11T18:07:43.506Z] ---> 9bc80ed34202 [2022-07-11T18:07:43.506Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-11T18:07:43.791Z] ---> Running in 1c0f42e008dc [2022-07-11T18:07:44.072Z] Removing intermediate container 274b5a57b56b [2022-07-11T18:07:44.072Z] ---> 9e06c57d783c [2022-07-11T18:07:44.072Z] Step 26/26 : LABEL version=2.2.1-dev.26 [2022-07-11T18:07:44.352Z] ---> Running in 32763b7f26bd [2022-07-11T18:07:44.637Z] Removing intermediate container 1c0f42e008dc [2022-07-11T18:07:44.637Z] ---> 70cf9f27d697 [2022-07-11T18:07:44.637Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-11T18:07:44.918Z] ---> Running in dba90510e29a [2022-07-11T18:07:45.197Z] Removing intermediate container 32763b7f26bd [2022-07-11T18:07:45.197Z] ---> ac96dea8156d [2022-07-11T18:07:45.197Z] [2022-07-11T18:07:45.802Z] Successfully built ac96dea8156d [2022-07-11T18:07:45.802Z] Successfully tagged security-spire-config-arm64:latest [2022-07-11T18:07:45.802Z]  Building security-spire-config ... done Building core-metadata [2022-07-11T18:07:45.802Z] Removing intermediate container dba90510e29a [2022-07-11T18:07:45.802Z] ---> d4e2c59337de [2022-07-11T18:07:45.802Z] Step 24/26 : LABEL arch=arm64 [2022-07-11T18:07:46.402Z] ---> Running in 3a49277fb39c [2022-07-11T18:07:47.002Z] Removing intermediate container 3a49277fb39c [2022-07-11T18:07:47.002Z] ---> 9823e2c6ecab [2022-07-11T18:07:47.002Z] Step 25/26 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:07:47.604Z] ---> Running in 754e944a1f9c [2022-07-11T18:07:48.596Z] Removing intermediate container 754e944a1f9c [2022-07-11T18:07:48.596Z] ---> c2c2d6938f7c [2022-07-11T18:07:48.596Z] Step 26/26 : LABEL version=2.2.1-dev.26 [2022-07-11T18:07:48.596Z] ---> Running in 449b2994893f [2022-07-11T18:07:49.606Z] Removing intermediate container 449b2994893f [2022-07-11T18:07:49.606Z] ---> eb57a1588b1c [2022-07-11T18:07:49.606Z] [2022-07-11T18:07:50.595Z] Successfully built eb57a1588b1c [2022-07-11T18:07:50.595Z] Successfully tagged security-spire-agent-arm64:latest [2022-07-11T18:07:50.595Z] Building core-command [2022-07-11T18:08:12.807Z]  Building security-spire-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T18:08:12.807Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-11T18:08:12.807Z] ---> 3dcc545dd4bd [2022-07-11T18:08:12.807Z] Step 3/23 : WORKDIR /edgex-go [2022-07-11T18:08:12.807Z] ---> Using cache [2022-07-11T18:08:12.807Z] ---> 6999666ed646 [2022-07-11T18:08:12.807Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:08:12.807Z] ---> Using cache [2022-07-11T18:08:12.807Z] ---> 85ef1c45e4ca [2022-07-11T18:08:12.807Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-11T18:08:12.807Z] ---> Using cache [2022-07-11T18:08:12.807Z] ---> ab596877bd40 [2022-07-11T18:08:12.807Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-11T18:08:12.807Z] ---> Using cache [2022-07-11T18:08:12.807Z] ---> 2c60d8888322 [2022-07-11T18:08:12.807Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T18:08:12.807Z] ---> Running in 41c88a44424c [2022-07-11T18:08:17.134Z] Removing intermediate container 638e2cf29fde [2022-07-11T18:08:17.134Z] ---> 5afb5f67fb32 [2022-07-11T18:08:17.134Z] Step 8/22 : COPY . . [2022-07-11T18:08:17.409Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T18:08:17.409Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-11T18:08:17.409Z] ---> 3dcc545dd4bd [2022-07-11T18:08:17.409Z] Step 3/23 : WORKDIR /edgex-go [2022-07-11T18:08:17.409Z] ---> Using cache [2022-07-11T18:08:17.409Z] ---> 6999666ed646 [2022-07-11T18:08:17.409Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:08:17.409Z] ---> Using cache [2022-07-11T18:08:17.409Z] ---> 85ef1c45e4ca [2022-07-11T18:08:17.409Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-11T18:08:17.409Z] ---> Using cache [2022-07-11T18:08:17.409Z] ---> ab596877bd40 [2022-07-11T18:08:17.409Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-11T18:08:17.409Z] ---> Using cache [2022-07-11T18:08:17.409Z] ---> 2c60d8888322 [2022-07-11T18:08:17.409Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T18:08:18.407Z] ---> Running in 0f1e2f7ede3d [2022-07-11T18:08:40.601Z] Removing intermediate container 8cbc4534356b [2022-07-11T18:08:40.601Z] ---> 37efd24e5316 [2022-07-11T18:08:40.601Z] Step 8/22 : COPY . . [2022-07-11T18:08:42.577Z] ---> 3b08f8759ea6 [2022-07-11T18:08:42.577Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-11T18:08:42.854Z] ---> Running in d960fc9db6d7 [2022-07-11T18:08:45.480Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-11T18:09:12.298Z] ---> a3da1e7c2194 [2022-07-11T18:09:12.298Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-11T18:09:12.894Z] ---> Running in 69eafd5026d0 [2022-07-11T18:09:15.537Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-11T18:09:15.844Z] Removing intermediate container 41c88a44424c [2022-07-11T18:09:15.844Z] ---> 70a7490780be [2022-07-11T18:09:15.844Z] Step 8/23 : COPY . . [2022-07-11T18:09:18.490Z] Removing intermediate container 0f1e2f7ede3d [2022-07-11T18:09:18.490Z] ---> 06c2bd5dfb98 [2022-07-11T18:09:18.490Z] Step 8/23 : COPY . . [2022-07-11T18:09:36.857Z] ---> fa3df4ae18fc [2022-07-11T18:09:36.857Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-11T18:09:36.857Z] ---> Running in fd1ab1591acd [2022-07-11T18:09:37.851Z] ---> e6b068d36223 [2022-07-11T18:09:37.851Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-11T18:09:37.851Z] ---> Running in ad638db747e3 [2022-07-11T18:09:37.851Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-11T18:09:39.856Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-11T18:11:01.842Z] Removing intermediate container d1e5f3338fdf [2022-07-11T18:11:01.842Z] ---> e596ccb4d03b [2022-07-11T18:11:01.842Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-11T18:11:01.842Z] ---> Running in b52159a3492d [2022-07-11T18:11:01.842Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-11T18:11:03.862Z] Removing intermediate container b52159a3492d [2022-07-11T18:11:03.862Z] ---> b070f3d05853 [2022-07-11T18:11:03.862Z] [2022-07-11T18:11:03.862Z] Step 11/23 : FROM docker:20.10.14 [2022-07-11T18:11:03.862Z] 20.10.14: Pulling from library/docker [2022-07-11T18:11:26.102Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-11T18:11:26.103Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-11T18:11:26.103Z] ---> c346e9eafbab [2022-07-11T18:11:26.103Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-07-11T18:11:26.103Z] ---> Running in 3adb591d9aea [2022-07-11T18:11:26.103Z] Removing intermediate container 3adb591d9aea [2022-07-11T18:11:26.103Z] ---> 6ca4608ddd86 [2022-07-11T18:11:26.103Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-07-11T18:11:26.103Z] ---> Running in 71dc6aa9eb09 [2022-07-11T18:11:26.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:11:26.379Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:11:27.375Z] (1/43) Installing readline (8.1.1-r0) [2022-07-11T18:11:27.375Z] (2/43) Installing bash (5.1.16-r0) [2022-07-11T18:11:27.655Z] Executing bash-5.1.16-r0.post-install [2022-07-11T18:11:27.655Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-11T18:11:27.655Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-11T18:11:27.655Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-11T18:11:27.655Z] (6/43) Installing curl (7.80.0-r2) [2022-07-11T18:11:27.655Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-11T18:11:27.655Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-11T18:11:27.655Z] (9/43) Installing expat (2.4.7-r0) [2022-07-11T18:11:27.655Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-11T18:11:27.655Z] (11/43) Installing gdbm (1.22-r0) [2022-07-11T18:11:27.655Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-11T18:11:27.655Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-11T18:11:27.655Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-11T18:11:27.940Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-11T18:11:27.940Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-11T18:11:27.940Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-11T18:11:30.593Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-11T18:11:30.593Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-11T18:11:30.593Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-11T18:11:30.593Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-11T18:11:30.593Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-11T18:11:30.593Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-11T18:11:30.593Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-11T18:11:30.593Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-11T18:11:30.593Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-11T18:11:30.593Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-11T18:11:30.593Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-11T18:11:30.593Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-11T18:11:30.885Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-11T18:11:30.885Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-11T18:11:30.885Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-11T18:11:30.885Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-11T18:11:30.885Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-11T18:11:30.885Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-11T18:11:30.885Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-11T18:11:30.885Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-11T18:11:30.885Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-11T18:11:30.885Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-11T18:11:31.187Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-11T18:11:31.187Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-11T18:11:31.187Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-11T18:11:31.187Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-11T18:11:32.187Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T18:11:32.187Z] OK: 82 MiB in 65 packages [2022-07-11T18:11:37.637Z] Collecting docker-compose==1.23.2 [2022-07-11T18:11:37.637Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-11T18:11:37.637Z] Collecting texttable<0.10,>=0.9.0 [2022-07-11T18:11:37.637Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-11T18:11:40.299Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-11T18:11:40.299Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-11T18:11:42.301Z] Collecting docker<4.0,>=3.6.0 [2022-07-11T18:11:42.301Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-11T18:11:43.758Z] Collecting PyYAML<4,>=3.10 [2022-07-11T18:11:43.758Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-11T18:11:48.103Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-11T18:11:48.103Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-11T18:11:48.103Z] Collecting docopt<0.7,>=0.6.1 [2022-07-11T18:11:48.103Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-11T18:11:51.518Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-11T18:11:51.519Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-11T18:11:51.799Z] Collecting jsonschema<3,>=2.5.1 [2022-07-11T18:11:51.799Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-11T18:11:51.799Z] Collecting cached-property<2,>=1.2.0 [2022-07-11T18:11:51.799Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-11T18:11:52.080Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-07-11T18:11:52.695Z] Collecting docker-pycreds>=0.4.0 [2022-07-11T18:11:52.695Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-11T18:11:52.973Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-07-11T18:11:53.580Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-11T18:11:53.580Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-11T18:11:53.856Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-11T18:11:53.856Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-11T18:11:54.133Z] Collecting idna<2.8,>=2.5 [2022-07-11T18:11:54.133Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-11T18:11:54.735Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-11T18:11:54.735Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-11T18:11:54.735Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-11T18:11:54.735Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-11T18:11:55.723Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-11T18:11:55.724Z] Attempting uninstall: urllib3 [2022-07-11T18:11:55.724Z] Found existing installation: urllib3 1.26.7 [2022-07-11T18:11:55.724Z] Uninstalling urllib3-1.26.7: [2022-07-11T18:11:55.724Z] Successfully uninstalled urllib3-1.26.7 [2022-07-11T18:11:56.710Z] Attempting uninstall: idna [2022-07-11T18:11:56.710Z] Found existing installation: idna 3.3 [2022-07-11T18:11:56.710Z] Uninstalling idna-3.3: [2022-07-11T18:11:56.710Z] Successfully uninstalled idna-3.3 [2022-07-11T18:12:00.131Z] Attempting uninstall: requests [2022-07-11T18:12:00.131Z] Found existing installation: requests 2.26.0 [2022-07-11T18:12:00.131Z] Uninstalling requests-2.26.0: [2022-07-11T18:12:00.131Z] Successfully uninstalled requests-2.26.0 [2022-07-11T18:12:00.131Z] Running setup.py install for texttable: started [2022-07-11T18:12:02.771Z] Running setup.py install for texttable: finished with status 'done' [2022-07-11T18:12:02.771Z] Running setup.py install for PyYAML: started [2022-07-11T18:12:06.177Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-11T18:12:06.177Z] Running setup.py install for docopt: started [2022-07-11T18:12:08.806Z] Running setup.py install for docopt: finished with status 'done' [2022-07-11T18:12:08.806Z] Running setup.py install for dockerpty: started [2022-07-11T18:12:10.817Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-11T18:12:13.445Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-07-11T18:12:28.563Z] Removing intermediate container 71dc6aa9eb09 [2022-07-11T18:12:28.563Z] ---> fd5e7b7f4b6a [2022-07-11T18:12:28.563Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-11T18:12:28.563Z] ---> Running in 3402397e9418 [2022-07-11T18:12:28.563Z] Removing intermediate container 3402397e9418 [2022-07-11T18:12:28.563Z] ---> ed94bc7346d8 [2022-07-11T18:12:28.563Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-11T18:12:28.563Z] ---> Running in 9f4edef47459 [2022-07-11T18:12:28.563Z] Removing intermediate container 9f4edef47459 [2022-07-11T18:12:28.563Z] ---> 30b4635abf57 [2022-07-11T18:12:28.563Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-11T18:12:30.003Z] ---> 00eb86906c36 [2022-07-11T18:12:30.003Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-11T18:12:31.007Z] ---> 61bd9b45cab7 [2022-07-11T18:12:31.007Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-11T18:12:32.007Z] ---> a2cbb995dbc4 [2022-07-11T18:12:32.007Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-11T18:12:32.293Z] ---> Running in 13a5b3056492 [2022-07-11T18:12:32.579Z] Removing intermediate container 13a5b3056492 [2022-07-11T18:12:32.579Z] ---> a5eaee04cff8 [2022-07-11T18:12:32.579Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T18:12:32.857Z] ---> Running in abe94aef7510 [2022-07-11T18:12:33.263Z] Removing intermediate container abe94aef7510 [2022-07-11T18:12:33.263Z] ---> 56fe4cb4d486 [2022-07-11T18:12:33.263Z] Step 21/23 : LABEL arch=arm64 [2022-07-11T18:12:33.791Z] ---> Running in b9aabe1a4540 [2022-07-11T18:12:34.093Z] Removing intermediate container b9aabe1a4540 [2022-07-11T18:12:34.093Z] ---> a784d3551d8f [2022-07-11T18:12:34.093Z] Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:12:34.093Z] ---> Running in 6856829224e4 [2022-07-11T18:12:34.476Z] Removing intermediate container 6856829224e4 [2022-07-11T18:12:34.476Z] ---> 677f3a4e9c67 [2022-07-11T18:12:34.476Z] Step 23/23 : LABEL version=2.2.1-dev.26 [2022-07-11T18:12:34.799Z] ---> Running in 72cd1ab69646 [2022-07-11T18:12:35.095Z] Removing intermediate container 72cd1ab69646 [2022-07-11T18:12:35.095Z] ---> 44876331defc [2022-07-11T18:12:35.095Z] [2022-07-11T18:12:35.707Z] Successfully built 44876331defc [2022-07-11T18:12:35.707Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-07-11T18:12:35.707Z] Building security-spire-server [2022-07-11T18:12:51.027Z]  Building sys-mgmt-agent ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T18:12:51.027Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-11T18:12:51.027Z] ---> 3dcc545dd4bd [2022-07-11T18:12:51.027Z] Step 3/25 : WORKDIR /edgex-go [2022-07-11T18:12:51.027Z] ---> Using cache [2022-07-11T18:12:51.027Z] ---> 6999666ed646 [2022-07-11T18:12:51.027Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:12:51.027Z] ---> Using cache [2022-07-11T18:12:51.027Z] ---> 85ef1c45e4ca [2022-07-11T18:12:51.027Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-11T18:12:51.027Z] ---> Using cache [2022-07-11T18:12:51.027Z] ---> 8cafa7490869 [2022-07-11T18:12:51.027Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-11T18:12:51.027Z] ---> Using cache [2022-07-11T18:12:51.027Z] ---> 202530f52ec9 [2022-07-11T18:12:51.027Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T18:12:51.027Z] ---> Using cache [2022-07-11T18:12:51.027Z] ---> e9b0f76e1120 [2022-07-11T18:12:51.027Z] Step 8/25 : COPY . . [2022-07-11T18:12:51.027Z] ---> Using cache [2022-07-11T18:12:51.027Z] ---> 8b1543085f2b [2022-07-11T18:12:51.027Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-11T18:12:51.027Z] ---> Using cache [2022-07-11T18:12:51.027Z] ---> 15b4eaf32942 [2022-07-11T18:12:51.027Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-11T18:12:51.027Z] ---> Using cache [2022-07-11T18:12:51.027Z] ---> ffcbeaee667f [2022-07-11T18:12:51.027Z] Step 11/25 : 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 [2022-07-11T18:12:51.633Z] ---> Running in 235ad4e30020 [2022-07-11T18:12:55.049Z] Removing intermediate container 235ad4e30020 [2022-07-11T18:12:55.049Z] ---> 7bb45de91b8b [2022-07-11T18:12:55.049Z] Step 12/25 : WORKDIR /edgex-go [2022-07-11T18:12:55.049Z] ---> Running in a113c07376a7 [2022-07-11T18:12:55.329Z] Removing intermediate container a113c07376a7 [2022-07-11T18:12:55.329Z] ---> 3cd57a5f6dc8 [2022-07-11T18:12:55.329Z] [2022-07-11T18:12:55.329Z] Step 13/25 : FROM alpine:3.15 [2022-07-11T18:12:55.329Z] ---> 3fb3c9af89a9 [2022-07-11T18:12:55.330Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-11T18:12:55.330Z] ---> Using cache [2022-07-11T18:12:55.330Z] ---> bb06ed5107a0 [2022-07-11T18:12:55.330Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:12:55.330Z] ---> Using cache [2022-07-11T18:12:55.330Z] ---> 19e798572f68 [2022-07-11T18:12:55.330Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-11T18:12:55.330Z] ---> Using cache [2022-07-11T18:12:55.608Z] ---> 9a2e03949adb [2022-07-11T18:12:55.608Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-11T18:13:01.042Z] ---> 15cf03eca84f [2022-07-11T18:13:01.042Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-07-11T18:13:02.039Z] ---> 28222453c63a [2022-07-11T18:13:02.039Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-07-11T18:13:03.028Z] ---> 7f79cdfa6da7 [2022-07-11T18:13:03.028Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-07-11T18:13:04.028Z] ---> 5180d049f8bf [2022-07-11T18:13:04.028Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-11T18:13:04.028Z] ---> Running in 7ca054603721 [2022-07-11T18:13:04.628Z] Removing intermediate container 7ca054603721 [2022-07-11T18:13:04.628Z] ---> 6fd50d0d482e [2022-07-11T18:13:04.628Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-11T18:13:04.628Z] ---> Running in f3fe1899dd0f [2022-07-11T18:13:04.916Z] Removing intermediate container f3fe1899dd0f [2022-07-11T18:13:04.916Z] ---> 0dd02da9f81b [2022-07-11T18:13:04.916Z] Step 23/25 : LABEL arch=arm64 [2022-07-11T18:13:05.192Z] ---> Running in 05cc0faf35e2 [2022-07-11T18:13:05.799Z] Removing intermediate container 05cc0faf35e2 [2022-07-11T18:13:05.799Z] ---> 621e54c2f020 [2022-07-11T18:13:05.799Z] Step 24/25 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:13:05.799Z] ---> Running in 028e04f80f33 [2022-07-11T18:13:06.397Z] Removing intermediate container 028e04f80f33 [2022-07-11T18:13:06.397Z] ---> b9f1a23f4473 [2022-07-11T18:13:06.397Z] Step 25/25 : LABEL version=2.2.1-dev.26 [2022-07-11T18:13:06.397Z] ---> Running in d936ce4b62eb [2022-07-11T18:13:07.005Z] Removing intermediate container d936ce4b62eb [2022-07-11T18:13:07.005Z] ---> b923113541f0 [2022-07-11T18:13:07.005Z] [2022-07-11T18:13:07.280Z] Successfully built b923113541f0 [2022-07-11T18:13:07.280Z] Successfully tagged security-spire-server-arm64:latest [2022-07-11T18:14:03.842Z]  Building security-spire-server ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-11T18:14:16.256Z] Removing intermediate container 69eafd5026d0 [2022-07-11T18:14:16.256Z] ---> f27fb0fc2aa3 [2022-07-11T18:14:16.256Z] [2022-07-11T18:14:16.256Z] Step 10/22 : FROM alpine:3.16 [2022-07-11T18:14:16.256Z] ---> 6e30ab57aeee [2022-07-11T18:14:16.256Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-11T18:14:16.256Z] ---> Running in 11f9fd86f702 [2022-07-11T18:14:18.240Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:14:18.240Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:14:19.226Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-11T18:14:19.226Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-07-11T18:14:19.226Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-07-11T18:14:19.226Z] (4/6) Installing libcurl (7.83.1-r2) [2022-07-11T18:14:19.509Z] (5/6) Installing curl (7.83.1-r2) [2022-07-11T18:14:19.509Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-11T18:14:19.509Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T18:14:19.509Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T18:14:19.795Z] OK: 8 MiB in 20 packages [2022-07-11T18:14:23.186Z] Removing intermediate container 11f9fd86f702 [2022-07-11T18:14:23.186Z] ---> b73a84f4e144 [2022-07-11T18:14:23.186Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-11T18:14:23.186Z] ---> Running in 4db852abfef7 [2022-07-11T18:14:23.783Z] Removing intermediate container 4db852abfef7 [2022-07-11T18:14:23.783Z] ---> f0cbcb208999 [2022-07-11T18:14:23.783Z] Step 13/22 : WORKDIR /edgex [2022-07-11T18:14:23.783Z] ---> Running in 29f00e9f15b3 [2022-07-11T18:14:24.764Z] Removing intermediate container 29f00e9f15b3 [2022-07-11T18:14:24.764Z] ---> 25b011995541 [2022-07-11T18:14:24.764Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-11T18:14:26.222Z] ---> 30b4f45b7aaf [2022-07-11T18:14:26.222Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-11T18:14:28.846Z] ---> dd5109fc3ada [2022-07-11T18:14:28.846Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-11T18:14:29.123Z] Removing intermediate container ad638db747e3 [2022-07-11T18:14:29.123Z] ---> eab4e7ed88db [2022-07-11T18:14:29.123Z] [2022-07-11T18:14:29.123Z] Step 10/23 : FROM alpine:3.16 [2022-07-11T18:14:29.123Z] ---> 6e30ab57aeee [2022-07-11T18:14:29.123Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-11T18:14:29.123Z] ---> Using cache [2022-07-11T18:14:29.123Z] ---> 35cb08c9d174 [2022-07-11T18:14:29.123Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-11T18:14:29.123Z] ---> Using cache [2022-07-11T18:14:29.123Z] ---> c521ec56e37a [2022-07-11T18:14:29.123Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-11T18:14:29.721Z] ---> Running in c36677b8a03d [2022-07-11T18:14:30.323Z] Removing intermediate container c36677b8a03d [2022-07-11T18:14:30.323Z] ---> 042c452ceb38 [2022-07-11T18:14:30.323Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-11T18:14:30.323Z] ---> Running in e4f1a894599c [2022-07-11T18:14:31.312Z] Removing intermediate container e4f1a894599c [2022-07-11T18:14:31.312Z] ---> d848623f87a5 [2022-07-11T18:14:31.312Z] Step 15/23 : WORKDIR / [2022-07-11T18:14:31.312Z] ---> Running in 0a4a91d2d993 [2022-07-11T18:14:31.312Z] ---> cd234b043025 [2022-07-11T18:14:31.312Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-11T18:14:31.911Z] Removing intermediate container 0a4a91d2d993 [2022-07-11T18:14:31.911Z] ---> b73a0214d06a [2022-07-11T18:14:31.911Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T18:14:32.202Z] ---> b2274a3aa274 [2022-07-11T18:14:32.202Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-11T18:14:32.478Z] ---> Running in 1d045a742b84 [2022-07-11T18:14:33.105Z] ---> ebdad501b991 [2022-07-11T18:14:33.105Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-11T18:14:35.749Z] ---> 1a13cfd4b8b3 [2022-07-11T18:14:35.749Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-11T18:14:36.353Z] Removing intermediate container 1d045a742b84 [2022-07-11T18:14:36.353Z] ---> 7fbe881f7f04 [2022-07-11T18:14:36.353Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-11T18:14:36.623Z] ---> Running in 4ebfe1a159a4 [2022-07-11T18:14:37.219Z] ---> 79a51610b48f [2022-07-11T18:14:37.219Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-11T18:14:37.219Z] ---> Running in e1d05aa4021e [2022-07-11T18:14:37.834Z] Removing intermediate container 4ebfe1a159a4 [2022-07-11T18:14:37.834Z] ---> 9db9264c0a25 [2022-07-11T18:14:37.834Z] Step 20/22 : LABEL arch=arm64 [2022-07-11T18:14:37.834Z] ---> Running in e58cb05d7908 [2022-07-11T18:14:38.108Z] Removing intermediate container e1d05aa4021e [2022-07-11T18:14:38.108Z] ---> e71e4e254d57 [2022-07-11T18:14:38.108Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T18:14:38.108Z] ---> Running in 8afa41aaab73 [2022-07-11T18:14:39.095Z] Removing intermediate container e58cb05d7908 [2022-07-11T18:14:39.095Z] ---> bde264f93fa5 [2022-07-11T18:14:39.095Z] Step 21/22 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:14:39.095Z] ---> Running in 0a7e74630ba2 [2022-07-11T18:14:39.365Z] Removing intermediate container 8afa41aaab73 [2022-07-11T18:14:39.365Z] ---> 0519868669f3 [2022-07-11T18:14:39.365Z] Step 21/23 : LABEL arch=arm64 [2022-07-11T18:14:39.365Z] ---> Running in 460ea2a992cc [2022-07-11T18:14:40.344Z] Removing intermediate container 460ea2a992cc [2022-07-11T18:14:40.344Z] ---> 327fec6a2bce [2022-07-11T18:14:40.344Z] Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:14:40.344Z] Removing intermediate container 0a7e74630ba2 [2022-07-11T18:14:40.344Z] ---> 75189dd60768 [2022-07-11T18:14:40.344Z] Step 22/22 : LABEL version=2.2.1-dev.26 [2022-07-11T18:14:40.344Z] ---> Running in 46a29af9a79d [2022-07-11T18:14:40.344Z] ---> Running in 3c50735e11d6 [2022-07-11T18:14:40.946Z] Removing intermediate container 46a29af9a79d [2022-07-11T18:14:40.946Z] ---> a1d7641e39ab [2022-07-11T18:14:40.946Z] Step 23/23 : LABEL version=2.2.1-dev.26 [2022-07-11T18:14:41.227Z] Removing intermediate container 3c50735e11d6 [2022-07-11T18:14:41.227Z] ---> 0eb36918f32c [2022-07-11T18:14:41.227Z] [2022-07-11T18:14:41.227Z] ---> Running in 6a185fcbde70 [2022-07-11T18:14:41.511Z] Successfully built 0eb36918f32c [2022-07-11T18:14:41.511Z] Successfully tagged security-proxy-setup-arm64:latest [2022-07-11T18:14:42.109Z]  Building security-proxy-setup ... done Removing intermediate container 6a185fcbde70 [2022-07-11T18:14:42.109Z] ---> 498f5149899f [2022-07-11T18:14:42.109Z] [2022-07-11T18:14:42.385Z] Successfully built 498f5149899f [2022-07-11T18:14:42.385Z] Successfully tagged core-command-arm64:latest [2022-07-11T18:14:45.154Z]  Building core-command ... done Removing intermediate container fd1ab1591acd [2022-07-11T18:14:45.154Z] ---> 654b78f8413e [2022-07-11T18:14:45.154Z] [2022-07-11T18:14:45.154Z] Step 10/23 : FROM alpine:3.16 [2022-07-11T18:14:45.154Z] ---> 6e30ab57aeee [2022-07-11T18:14:45.154Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-11T18:14:45.154Z] ---> Using cache [2022-07-11T18:14:45.154Z] ---> 35cb08c9d174 [2022-07-11T18:14:45.154Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-11T18:14:45.154Z] ---> Using cache [2022-07-11T18:14:45.154Z] ---> c521ec56e37a [2022-07-11T18:14:45.154Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-11T18:14:45.154Z] ---> Running in 4b3e456e76b7 [2022-07-11T18:14:45.464Z] Removing intermediate container 4b3e456e76b7 [2022-07-11T18:14:45.464Z] ---> b8c43ea15583 [2022-07-11T18:14:45.464Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-11T18:14:45.464Z] ---> Running in 2b08f204faec [2022-07-11T18:14:46.119Z] Removing intermediate container 2b08f204faec [2022-07-11T18:14:46.119Z] ---> b58611cba938 [2022-07-11T18:14:46.119Z] Step 15/23 : WORKDIR / [2022-07-11T18:14:46.119Z] ---> Running in c11575324df4 [2022-07-11T18:14:46.741Z] Removing intermediate container c11575324df4 [2022-07-11T18:14:46.741Z] ---> 1409b804e863 [2022-07-11T18:14:46.741Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T18:14:47.337Z] ---> 74012aaa8989 [2022-07-11T18:14:47.337Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-11T18:14:48.777Z] ---> 2b11c7c48a80 [2022-07-11T18:14:48.777Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-11T18:14:49.380Z] ---> 615566e6567d [2022-07-11T18:14:49.380Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-11T18:14:49.380Z] ---> Running in de1428590f35 [2022-07-11T18:14:49.660Z] Removing intermediate container de1428590f35 [2022-07-11T18:14:49.660Z] ---> b339a5580248 [2022-07-11T18:14:49.660Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T18:14:49.942Z] ---> Running in f06979bce3b1 [2022-07-11T18:14:50.214Z] Removing intermediate container f06979bce3b1 [2022-07-11T18:14:50.214Z] ---> 809162103b2e [2022-07-11T18:14:50.214Z] Step 21/23 : LABEL arch=arm64 [2022-07-11T18:14:50.214Z] ---> Running in 45a7fd2f0e12 [2022-07-11T18:14:50.820Z] Removing intermediate container 45a7fd2f0e12 [2022-07-11T18:14:50.820Z] ---> a7a8c34e9b96 [2022-07-11T18:14:50.820Z] Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:14:50.820Z] ---> Running in 9f7cb0d05294 [2022-07-11T18:14:51.421Z] Removing intermediate container 9f7cb0d05294 [2022-07-11T18:14:51.421Z] ---> ff98785d1299 [2022-07-11T18:14:51.421Z] Step 23/23 : LABEL version=2.2.1-dev.26 [2022-07-11T18:14:51.421Z] ---> Running in 9185ce91acef [2022-07-11T18:14:52.020Z] Removing intermediate container 9185ce91acef [2022-07-11T18:14:52.020Z] ---> b03f8a71848b [2022-07-11T18:14:52.020Z] [2022-07-11T18:14:52.020Z] Successfully built b03f8a71848b [2022-07-11T18:14:52.020Z] Successfully tagged core-metadata-arm64:latest [2022-07-11T18:15:07.096Z]  Building core-metadata ... done Removing intermediate container d960fc9db6d7 [2022-07-11T18:15:07.096Z] ---> e8a0486402d0 [2022-07-11T18:15:07.096Z] [2022-07-11T18:15:07.096Z] Step 10/22 : FROM alpine:3.16 [2022-07-11T18:15:07.096Z] ---> 6e30ab57aeee [2022-07-11T18:15:07.096Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-11T18:15:07.096Z] ---> Running in c8f955027a45 [2022-07-11T18:15:07.695Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T18:15:07.695Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T18:15:08.670Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-11T18:15:08.670Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-11T18:15:08.670Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T18:15:08.670Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T18:15:08.941Z] OK: 6 MiB in 16 packages [2022-07-11T18:15:10.382Z] Removing intermediate container c8f955027a45 [2022-07-11T18:15:10.382Z] ---> cb94a3dc3670 [2022-07-11T18:15:10.382Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-11T18:15:10.382Z] ---> Running in 15d543f9eec3 [2022-07-11T18:15:10.660Z] Removing intermediate container 15d543f9eec3 [2022-07-11T18:15:10.660Z] ---> c2ea367c8313 [2022-07-11T18:15:10.660Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-11T18:15:10.660Z] ---> Running in 42d483cdd5b3 [2022-07-11T18:15:10.933Z] Removing intermediate container 42d483cdd5b3 [2022-07-11T18:15:10.933Z] ---> 9de4f0b497fe [2022-07-11T18:15:10.933Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-11T18:15:10.933Z] ---> Running in 918039c7b6c4 [2022-07-11T18:15:11.205Z] Removing intermediate container 918039c7b6c4 [2022-07-11T18:15:11.205Z] ---> 7be3f9884f3b [2022-07-11T18:15:11.479Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T18:15:12.075Z] ---> 4b7abe49f3da [2022-07-11T18:15:12.075Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-11T18:15:13.508Z] ---> 8ae7cbf630de [2022-07-11T18:15:13.508Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-11T18:15:13.781Z] ---> 3846868debce [2022-07-11T18:15:13.781Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-11T18:15:13.781Z] ---> Running in c32ef00d2030 [2022-07-11T18:15:14.375Z] Removing intermediate container c32ef00d2030 [2022-07-11T18:15:14.375Z] ---> 0915ac63f3c4 [2022-07-11T18:15:14.375Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T18:15:14.375Z] ---> Running in fc71b787d36a [2022-07-11T18:15:14.645Z] Removing intermediate container fc71b787d36a [2022-07-11T18:15:14.645Z] ---> f9d18d8b8eb5 [2022-07-11T18:15:14.645Z] Step 20/22 : LABEL arch=arm64 [2022-07-11T18:15:14.645Z] ---> Running in 359cbc025379 [2022-07-11T18:15:14.919Z] Removing intermediate container 359cbc025379 [2022-07-11T18:15:14.919Z] ---> c9b9beae08d7 [2022-07-11T18:15:14.919Z] Step 21/22 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:14.919Z] ---> Running in 3bc03ec82dbc [2022-07-11T18:15:15.193Z] Removing intermediate container 3bc03ec82dbc [2022-07-11T18:15:15.193Z] ---> 86ef01009b06 [2022-07-11T18:15:15.465Z] Step 22/22 : LABEL version=2.2.1-dev.26 [2022-07-11T18:15:15.465Z] ---> Running in c090dad68c2b [2022-07-11T18:15:15.738Z] Removing intermediate container c090dad68c2b [2022-07-11T18:15:15.738Z] ---> dc1fe199307e [2022-07-11T18:15:15.738Z] [2022-07-11T18:15:16.010Z] Successfully built dc1fe199307e [2022-07-11T18:15:16.010Z] Successfully tagged support-notifications-arm64:latest [2022-07-11T18:15:16.300Z]  Building support-notifications ... done  [Pipeline] } [2022-07-11T18:15:16.312Z] $ docker stop --time=1 d011a5ddba90ac069c85e532044402aa364e683381ebc3892c499f76bf58779f [2022-07-11T18:15:18.032Z] $ docker rm -f d011a5ddba90ac069c85e532044402aa364e683381ebc3892c499f76bf58779f [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T18:15:18.608Z] + docker images [2022-07-11T18:15:18.880Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-07-11T18:15:18.880Z] support-notifications-arm64 latest dc1fe199307e 3 seconds ago 26.1MB [2022-07-11T18:15:18.880Z] e8a0486402d0 14 seconds ago 1.35GB [2022-07-11T18:15:18.880Z] core-metadata-arm64 latest b03f8a71848b 27 seconds ago 16.4MB [2022-07-11T18:15:18.880Z] 654b78f8413e 35 seconds ago 1.29GB [2022-07-11T18:15:18.880Z] core-command-arm64 latest 498f5149899f 37 seconds ago 15.5MB [2022-07-11T18:15:18.880Z] security-proxy-setup-arm64 latest 0eb36918f32c 38 seconds ago 26.1MB [2022-07-11T18:15:18.880Z] eab4e7ed88db 50 seconds ago 1.29GB [2022-07-11T18:15:18.880Z] f27fb0fc2aa3 About a minute ago 1.3GB [2022-07-11T18:15:18.880Z] security-spire-server-arm64 latest b923113541f0 2 minutes ago 84.2MB [2022-07-11T18:15:18.880Z] 3cd57a5f6dc8 2 minutes ago 1.19GB [2022-07-11T18:15:18.880Z] sys-mgmt-agent-arm64 latest 44876331defc 2 minutes ago 282MB [2022-07-11T18:15:18.880Z] b070f3d05853 4 minutes ago 1.29GB [2022-07-11T18:15:18.880Z] security-spire-agent-arm64 latest eb57a1588b1c 7 minutes ago 122MB [2022-07-11T18:15:18.880Z] security-spire-config-arm64 latest ac96dea8156d 7 minutes ago 83.6MB [2022-07-11T18:15:18.880Z] 4f815dbc5246 8 minutes ago 1.19GB [2022-07-11T18:15:18.880Z] 86741616fa6c 8 minutes ago 1.19GB [2022-07-11T18:15:18.880Z] support-scheduler-arm64 latest b0435769b450 8 minutes ago 25.5MB [2022-07-11T18:15:18.880Z] security-spiffe-token-provider-arm64 latest 740e3b4474a7 8 minutes ago 28.2MB [2022-07-11T18:15:18.880Z] 567b35049367 8 minutes ago 1.35GB [2022-07-11T18:15:18.880Z] core-data-arm64 latest 336826b7a0a0 8 minutes ago 20.6MB [2022-07-11T18:15:18.880Z] 1baff115a485 8 minutes ago 1.34GB [2022-07-11T18:15:18.880Z] 319798f033a8 8 minutes ago 1.32GB [2022-07-11T18:15:18.880Z] security-bootstrapper-arm64 latest cf650e01f3c5 10 minutes ago 18.5MB [2022-07-11T18:15:18.880Z] security-secretstore-setup-arm64 latest 6eee039780f0 10 minutes ago 27.9MB [2022-07-11T18:15:18.880Z] fffc621c8ccb 10 minutes ago 1.3GB [2022-07-11T18:15:18.880Z] 93df1e1bcaca 10 minutes ago 1.29GB [2022-07-11T18:15:18.880Z] ci-base-image-arm64 latest 3dcc545dd4bd 19 minutes ago 938MB [2022-07-11T18:15:18.880Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 4 days ago 678MB [2022-07-11T18:15:18.880Z] alpine 3.16 6e30ab57aeee 6 weeks ago 5.27MB [2022-07-11T18:15:18.880Z] docker 20.10.14 c346e9eafbab 3 months ago 202MB [2022-07-11T18:15:18.880Z] alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB [2022-07-11T18:15:18.880Z] 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 [2022-07-11T18:15:18.999Z] provisioning config files... [2022-07-11T18:15:19.017Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/257@tmp/config4774586223922369932tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T18:15:19.373Z] ---> docker-login.sh [2022-07-11T18:15:19.373Z] nexus3.edgexfoundry.org:10001 [2022-07-11T18:15:19.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:15:19.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:15:19.646Z] Configure a credential helper to remove this warning. See [2022-07-11T18:15:19.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:15:19.646Z] [2022-07-11T18:15:19.646Z] Login Succeeded [2022-07-11T18:15:19.646Z] nexus3.edgexfoundry.org:10002 [2022-07-11T18:15:20.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:15:20.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:15:20.253Z] Configure a credential helper to remove this warning. See [2022-07-11T18:15:20.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:15:20.253Z] [2022-07-11T18:15:20.253Z] Login Succeeded [2022-07-11T18:15:20.253Z] nexus3.edgexfoundry.org:10003 [2022-07-11T18:15:20.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:15:20.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:15:20.796Z] Configure a credential helper to remove this warning. See [2022-07-11T18:15:20.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:15:20.796Z] [2022-07-11T18:15:20.796Z] Login Succeeded [2022-07-11T18:15:20.796Z] nexus3.edgexfoundry.org:10004 [2022-07-11T18:15:21.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:15:21.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:15:21.342Z] Configure a credential helper to remove this warning. See [2022-07-11T18:15:21.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:15:21.342Z] [2022-07-11T18:15:21.342Z] Login Succeeded [2022-07-11T18:15:21.342Z] docker.io [2022-07-11T18:15:21.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:15:22.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:15:22.210Z] Configure a credential helper to remove this warning. See [2022-07-11T18:15:22.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:15:22.210Z] [2022-07-11T18:15:22.210Z] Login Succeeded [2022-07-11T18:15:22.210Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T18:15:22.228Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:15:22.259Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T18:15:22.279Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2022-07-11T18:15:22.279Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:22.279Z] latest [2022-07-11T18:15:22.279Z] 2.2.1-dev.26 [2022-07-11T18:15:22.279Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:15:22.279Z] main [2022-07-11T18:15:22.279Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:22.636Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:23.019Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:23.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-11T18:15:23.019Z] c7136b731a95: Preparing [2022-07-11T18:15:23.019Z] 65de1a3076c8: Preparing [2022-07-11T18:15:23.019Z] dbf93cabe8df: Preparing [2022-07-11T18:15:23.019Z] a9ebc5fbec79: Preparing [2022-07-11T18:15:23.019Z] dd565ff850e7: Preparing [2022-07-11T18:15:23.290Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:23.290Z] a9ebc5fbec79: Pushed [2022-07-11T18:15:23.290Z] dbf93cabe8df: Pushed [2022-07-11T18:15:23.290Z] c7136b731a95: Pushed [2022-07-11T18:15:25.904Z] 65de1a3076c8: Pushed [2022-07-11T18:15:26.178Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:8e3a1c0da2890944fa3c11a703c356e92c52d9ab98456c10d1878452cf4c03db size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:26.563Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:26.923Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-07-11T18:15:26.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-11T18:15:26.923Z] c7136b731a95: Preparing [2022-07-11T18:15:26.923Z] 65de1a3076c8: Preparing [2022-07-11T18:15:26.923Z] dbf93cabe8df: Preparing [2022-07-11T18:15:26.923Z] a9ebc5fbec79: Preparing [2022-07-11T18:15:26.923Z] dd565ff850e7: Preparing [2022-07-11T18:15:26.923Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:26.923Z] 65de1a3076c8: Layer already exists [2022-07-11T18:15:26.923Z] c7136b731a95: Layer already exists [2022-07-11T18:15:26.923Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:15:26.923Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:27.195Z] latest: digest: sha256:8e3a1c0da2890944fa3c11a703c356e92c52d9ab98456c10d1878452cf4c03db size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:27.561Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:27.917Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.26 [2022-07-11T18:15:27.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-11T18:15:27.917Z] c7136b731a95: Preparing [2022-07-11T18:15:27.917Z] 65de1a3076c8: Preparing [2022-07-11T18:15:27.917Z] dbf93cabe8df: Preparing [2022-07-11T18:15:27.917Z] a9ebc5fbec79: Preparing [2022-07-11T18:15:27.917Z] dd565ff850e7: Preparing [2022-07-11T18:15:27.917Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:27.917Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:27.917Z] c7136b731a95: Layer already exists [2022-07-11T18:15:27.917Z] 65de1a3076c8: Layer already exists [2022-07-11T18:15:27.917Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:15:28.189Z] 2.2.1-dev.26: digest: sha256:8e3a1c0da2890944fa3c11a703c356e92c52d9ab98456c10d1878452cf4c03db size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:28.558Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:28.911Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:15:28.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-11T18:15:28.911Z] c7136b731a95: Preparing [2022-07-11T18:15:28.911Z] 65de1a3076c8: Preparing [2022-07-11T18:15:28.911Z] dbf93cabe8df: Preparing [2022-07-11T18:15:28.911Z] a9ebc5fbec79: Preparing [2022-07-11T18:15:28.911Z] dd565ff850e7: Preparing [2022-07-11T18:15:28.911Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:28.911Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:15:28.911Z] c7136b731a95: Layer already exists [2022-07-11T18:15:28.911Z] 65de1a3076c8: Layer already exists [2022-07-11T18:15:28.911Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:29.181Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:8e3a1c0da2890944fa3c11a703c356e92c52d9ab98456c10d1878452cf4c03db size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:29.551Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:29.912Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2022-07-11T18:15:29.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-11T18:15:29.912Z] c7136b731a95: Preparing [2022-07-11T18:15:29.912Z] 65de1a3076c8: Preparing [2022-07-11T18:15:29.912Z] dbf93cabe8df: Preparing [2022-07-11T18:15:29.912Z] a9ebc5fbec79: Preparing [2022-07-11T18:15:29.912Z] dd565ff850e7: Preparing [2022-07-11T18:15:29.912Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:15:29.912Z] c7136b731a95: Layer already exists [2022-07-11T18:15:29.912Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:29.912Z] 65de1a3076c8: Layer already exists [2022-07-11T18:15:29.912Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:30.194Z] main: digest: sha256:8e3a1c0da2890944fa3c11a703c356e92c52d9ab98456c10d1878452cf4c03db size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:15:30.265Z] ===================================================== [Pipeline] echo [2022-07-11T18:15:30.273Z] taggedImages: [2022-07-11T18:15:30.273Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:30.273Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-07-11T18:15:30.273Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.26 [2022-07-11T18:15:30.273Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:15:30.273Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2022-07-11T18:15:30.291Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2022-07-11T18:15:30.291Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:30.291Z] latest [2022-07-11T18:15:30.291Z] 2.2.1-dev.26 [2022-07-11T18:15:30.291Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:15:30.291Z] main [2022-07-11T18:15:30.291Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:30.668Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:31.155Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:31.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-11T18:15:31.155Z] e02239bb5a6c: Preparing [2022-07-11T18:15:31.155Z] 9bfccd955066: Preparing [2022-07-11T18:15:31.155Z] dbf93cabe8df: Preparing [2022-07-11T18:15:31.155Z] ad0315601291: Preparing [2022-07-11T18:15:31.155Z] d6f5ab16374b: Preparing [2022-07-11T18:15:31.155Z] dd565ff850e7: Preparing [2022-07-11T18:15:31.155Z] dd565ff850e7: Waiting [2022-07-11T18:15:31.155Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:31.478Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:31.478Z] d6f5ab16374b: Pushed [2022-07-11T18:15:31.478Z] e02239bb5a6c: Pushed [2022-07-11T18:15:32.074Z] ad0315601291: Pushed [2022-07-11T18:15:34.699Z] 9bfccd955066: Pushed [2022-07-11T18:15:34.699Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:b7fe70b4454507be155e40951130b03d7dfc6f9f2144bd53ea9c96fe3bf173e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:35.072Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:35.433Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-07-11T18:15:35.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-11T18:15:35.433Z] e02239bb5a6c: Preparing [2022-07-11T18:15:35.433Z] 9bfccd955066: Preparing [2022-07-11T18:15:35.433Z] dbf93cabe8df: Preparing [2022-07-11T18:15:35.433Z] ad0315601291: Preparing [2022-07-11T18:15:35.433Z] d6f5ab16374b: Preparing [2022-07-11T18:15:35.433Z] dd565ff850e7: Preparing [2022-07-11T18:15:35.433Z] dd565ff850e7: Waiting [2022-07-11T18:15:35.433Z] e02239bb5a6c: Layer already exists [2022-07-11T18:15:35.433Z] ad0315601291: Layer already exists [2022-07-11T18:15:35.433Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:35.433Z] d6f5ab16374b: Layer already exists [2022-07-11T18:15:35.433Z] 9bfccd955066: Layer already exists [2022-07-11T18:15:35.433Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:35.704Z] latest: digest: sha256:b7fe70b4454507be155e40951130b03d7dfc6f9f2144bd53ea9c96fe3bf173e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:36.063Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:36.419Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.26 [2022-07-11T18:15:36.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-11T18:15:36.419Z] e02239bb5a6c: Preparing [2022-07-11T18:15:36.419Z] 9bfccd955066: Preparing [2022-07-11T18:15:36.419Z] dbf93cabe8df: Preparing [2022-07-11T18:15:36.419Z] ad0315601291: Preparing [2022-07-11T18:15:36.419Z] d6f5ab16374b: Preparing [2022-07-11T18:15:36.419Z] dd565ff850e7: Preparing [2022-07-11T18:15:36.419Z] dd565ff850e7: Waiting [2022-07-11T18:15:36.419Z] d6f5ab16374b: Layer already exists [2022-07-11T18:15:36.419Z] ad0315601291: Layer already exists [2022-07-11T18:15:36.419Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:36.419Z] 9bfccd955066: Layer already exists [2022-07-11T18:15:36.419Z] e02239bb5a6c: Layer already exists [2022-07-11T18:15:36.419Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:36.690Z] 2.2.1-dev.26: digest: sha256:b7fe70b4454507be155e40951130b03d7dfc6f9f2144bd53ea9c96fe3bf173e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:37.053Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:37.411Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:15:37.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-11T18:15:37.411Z] e02239bb5a6c: Preparing [2022-07-11T18:15:37.411Z] 9bfccd955066: Preparing [2022-07-11T18:15:37.411Z] dbf93cabe8df: Preparing [2022-07-11T18:15:37.411Z] ad0315601291: Preparing [2022-07-11T18:15:37.411Z] d6f5ab16374b: Preparing [2022-07-11T18:15:37.411Z] dd565ff850e7: Preparing [2022-07-11T18:15:37.411Z] dd565ff850e7: Waiting [2022-07-11T18:15:37.411Z] e02239bb5a6c: Layer already exists [2022-07-11T18:15:37.411Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:37.411Z] d6f5ab16374b: Layer already exists [2022-07-11T18:15:37.684Z] 9bfccd955066: Layer already exists [2022-07-11T18:15:37.684Z] ad0315601291: Layer already exists [2022-07-11T18:15:37.684Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:37.684Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:b7fe70b4454507be155e40951130b03d7dfc6f9f2144bd53ea9c96fe3bf173e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:38.046Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:38.404Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2022-07-11T18:15:38.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-11T18:15:38.404Z] e02239bb5a6c: Preparing [2022-07-11T18:15:38.404Z] 9bfccd955066: Preparing [2022-07-11T18:15:38.404Z] dbf93cabe8df: Preparing [2022-07-11T18:15:38.404Z] ad0315601291: Preparing [2022-07-11T18:15:38.404Z] d6f5ab16374b: Preparing [2022-07-11T18:15:38.404Z] dd565ff850e7: Preparing [2022-07-11T18:15:38.404Z] dd565ff850e7: Waiting [2022-07-11T18:15:38.404Z] d6f5ab16374b: Layer already exists [2022-07-11T18:15:38.404Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:38.404Z] e02239bb5a6c: Layer already exists [2022-07-11T18:15:38.404Z] ad0315601291: Layer already exists [2022-07-11T18:15:38.404Z] 9bfccd955066: Layer already exists [2022-07-11T18:15:38.404Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:38.678Z] main: digest: sha256:b7fe70b4454507be155e40951130b03d7dfc6f9f2144bd53ea9c96fe3bf173e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:15:38.733Z] ===================================================== [Pipeline] echo [2022-07-11T18:15:38.742Z] taggedImages: [2022-07-11T18:15:38.742Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:38.742Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-07-11T18:15:38.742Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.26 [2022-07-11T18:15:38.742Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:15:38.742Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2022-07-11T18:15:38.759Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2022-07-11T18:15:38.759Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:38.759Z] latest [2022-07-11T18:15:38.759Z] 2.2.1-dev.26 [2022-07-11T18:15:38.759Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:15:38.759Z] main [2022-07-11T18:15:38.759Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:39.107Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:39.474Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:39.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-11T18:15:39.474Z] 59e0bcf6f5c1: Preparing [2022-07-11T18:15:39.474Z] fcea90d5e3ed: Preparing [2022-07-11T18:15:39.474Z] dbf93cabe8df: Preparing [2022-07-11T18:15:39.474Z] a9ebc5fbec79: Preparing [2022-07-11T18:15:39.474Z] dd565ff850e7: Preparing [2022-07-11T18:15:39.749Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:39.749Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:39.749Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:15:39.749Z] 59e0bcf6f5c1: Pushed [2022-07-11T18:15:43.131Z] fcea90d5e3ed: Pushed [2022-07-11T18:15:43.131Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:cebc8edc9fea5df399c20298c7a721ed734c23fddbeb56eb8c7140402e9f79c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:43.506Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:43.869Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-07-11T18:15:43.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-11T18:15:43.869Z] 59e0bcf6f5c1: Preparing [2022-07-11T18:15:43.869Z] fcea90d5e3ed: Preparing [2022-07-11T18:15:43.869Z] dbf93cabe8df: Preparing [2022-07-11T18:15:43.869Z] a9ebc5fbec79: Preparing [2022-07-11T18:15:43.869Z] dd565ff850e7: Preparing [2022-07-11T18:15:43.869Z] 59e0bcf6f5c1: Layer already exists [2022-07-11T18:15:43.869Z] fcea90d5e3ed: Layer already exists [2022-07-11T18:15:43.869Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:43.869Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:43.869Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:15:44.143Z] latest: digest: sha256:cebc8edc9fea5df399c20298c7a721ed734c23fddbeb56eb8c7140402e9f79c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:44.514Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:44.875Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.26 [2022-07-11T18:15:44.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-11T18:15:44.875Z] 59e0bcf6f5c1: Preparing [2022-07-11T18:15:44.875Z] fcea90d5e3ed: Preparing [2022-07-11T18:15:44.875Z] dbf93cabe8df: Preparing [2022-07-11T18:15:44.875Z] a9ebc5fbec79: Preparing [2022-07-11T18:15:44.875Z] dd565ff850e7: Preparing [2022-07-11T18:15:44.875Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:15:44.875Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:44.875Z] 59e0bcf6f5c1: Layer already exists [2022-07-11T18:15:44.875Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:44.875Z] fcea90d5e3ed: Layer already exists [2022-07-11T18:15:45.148Z] 2.2.1-dev.26: digest: sha256:cebc8edc9fea5df399c20298c7a721ed734c23fddbeb56eb8c7140402e9f79c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:45.512Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:45.870Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:15:45.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-11T18:15:45.870Z] 59e0bcf6f5c1: Preparing [2022-07-11T18:15:45.870Z] fcea90d5e3ed: Preparing [2022-07-11T18:15:45.870Z] dbf93cabe8df: Preparing [2022-07-11T18:15:45.870Z] a9ebc5fbec79: Preparing [2022-07-11T18:15:45.870Z] dd565ff850e7: Preparing [2022-07-11T18:15:45.870Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:45.870Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:45.870Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:15:45.870Z] fcea90d5e3ed: Layer already exists [2022-07-11T18:15:45.870Z] 59e0bcf6f5c1: Layer already exists [2022-07-11T18:15:46.143Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:cebc8edc9fea5df399c20298c7a721ed734c23fddbeb56eb8c7140402e9f79c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:46.503Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:46.868Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2022-07-11T18:15:46.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-11T18:15:46.868Z] 59e0bcf6f5c1: Preparing [2022-07-11T18:15:46.868Z] fcea90d5e3ed: Preparing [2022-07-11T18:15:46.868Z] dbf93cabe8df: Preparing [2022-07-11T18:15:46.868Z] a9ebc5fbec79: Preparing [2022-07-11T18:15:46.868Z] dd565ff850e7: Preparing [2022-07-11T18:15:46.868Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:46.868Z] fcea90d5e3ed: Layer already exists [2022-07-11T18:15:46.868Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:15:46.869Z] 59e0bcf6f5c1: Layer already exists [2022-07-11T18:15:46.869Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:47.139Z] main: digest: sha256:cebc8edc9fea5df399c20298c7a721ed734c23fddbeb56eb8c7140402e9f79c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:15:47.198Z] ===================================================== [Pipeline] echo [2022-07-11T18:15:47.205Z] taggedImages: [2022-07-11T18:15:47.205Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:47.205Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-07-11T18:15:47.205Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.26 [2022-07-11T18:15:47.205Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:15:47.205Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2022-07-11T18:15:47.223Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2022-07-11T18:15:47.223Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:47.223Z] latest [2022-07-11T18:15:47.223Z] 2.2.1-dev.26 [2022-07-11T18:15:47.223Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:15:47.223Z] main [2022-07-11T18:15:47.223Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:47.593Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:47.954Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:47.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-11T18:15:47.954Z] 2b82c9a60813: Preparing [2022-07-11T18:15:47.954Z] 2b82c9a60813: Preparing [2022-07-11T18:15:47.954Z] 39cf24fe3b5e: Preparing [2022-07-11T18:15:47.954Z] 6d9ae1ed415b: Preparing [2022-07-11T18:15:47.954Z] 63af40f78c7e: Preparing [2022-07-11T18:15:47.954Z] 36c681efda0d: Preparing [2022-07-11T18:15:47.954Z] dbf93cabe8df: Preparing [2022-07-11T18:15:47.954Z] f1cdc88cbc39: Preparing [2022-07-11T18:15:47.954Z] b4fdc9ccb2c5: Preparing [2022-07-11T18:15:47.954Z] 8c52ba2208c7: Preparing [2022-07-11T18:15:47.954Z] 0dfa961ad839: Preparing [2022-07-11T18:15:47.954Z] dd565ff850e7: Preparing [2022-07-11T18:15:47.954Z] dbf93cabe8df: Waiting [2022-07-11T18:15:47.954Z] b4fdc9ccb2c5: Waiting [2022-07-11T18:15:47.954Z] 8c52ba2208c7: Waiting [2022-07-11T18:15:47.954Z] 0dfa961ad839: Waiting [2022-07-11T18:15:47.954Z] dd565ff850e7: Waiting [2022-07-11T18:15:47.954Z] f1cdc88cbc39: Waiting [2022-07-11T18:15:48.228Z] 2b82c9a60813: Pushed [2022-07-11T18:15:48.228Z] 39cf24fe3b5e: Pushed [2022-07-11T18:15:48.228Z] 6d9ae1ed415b: Pushed [2022-07-11T18:15:48.228Z] 63af40f78c7e: Pushed [2022-07-11T18:15:48.228Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:48.499Z] f1cdc88cbc39: Pushed [2022-07-11T18:15:48.499Z] 8c52ba2208c7: Pushed [2022-07-11T18:15:48.499Z] b4fdc9ccb2c5: Pushed [2022-07-11T18:15:48.499Z] 0dfa961ad839: Pushed [2022-07-11T18:15:48.499Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:51.873Z] 36c681efda0d: Pushed [2022-07-11T18:15:51.873Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:ab22b0547d2c45a2116d001c3df71712fc6003c0516396de5489c6bfcd449aed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:52.230Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:52.590Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-07-11T18:15:52.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-11T18:15:52.590Z] 2b82c9a60813: Preparing [2022-07-11T18:15:52.590Z] 2b82c9a60813: Preparing [2022-07-11T18:15:52.590Z] 39cf24fe3b5e: Preparing [2022-07-11T18:15:52.590Z] 6d9ae1ed415b: Preparing [2022-07-11T18:15:52.591Z] 63af40f78c7e: Preparing [2022-07-11T18:15:52.591Z] 36c681efda0d: Preparing [2022-07-11T18:15:52.591Z] dbf93cabe8df: Preparing [2022-07-11T18:15:52.591Z] f1cdc88cbc39: Preparing [2022-07-11T18:15:52.591Z] b4fdc9ccb2c5: Preparing [2022-07-11T18:15:52.591Z] 8c52ba2208c7: Preparing [2022-07-11T18:15:52.591Z] 0dfa961ad839: Preparing [2022-07-11T18:15:52.591Z] dd565ff850e7: Preparing [2022-07-11T18:15:52.591Z] b4fdc9ccb2c5: Waiting [2022-07-11T18:15:52.591Z] dbf93cabe8df: Waiting [2022-07-11T18:15:52.591Z] 8c52ba2208c7: Waiting [2022-07-11T18:15:52.591Z] 0dfa961ad839: Waiting [2022-07-11T18:15:52.591Z] dd565ff850e7: Waiting [2022-07-11T18:15:52.591Z] f1cdc88cbc39: Waiting [2022-07-11T18:15:52.591Z] 36c681efda0d: Layer already exists [2022-07-11T18:15:52.591Z] 39cf24fe3b5e: Layer already exists [2022-07-11T18:15:52.591Z] 63af40f78c7e: Layer already exists [2022-07-11T18:15:52.591Z] 2b82c9a60813: Layer already exists [2022-07-11T18:15:52.591Z] 6d9ae1ed415b: Layer already exists [2022-07-11T18:15:52.591Z] f1cdc88cbc39: Layer already exists [2022-07-11T18:15:52.591Z] b4fdc9ccb2c5: Layer already exists [2022-07-11T18:15:52.591Z] 0dfa961ad839: Layer already exists [2022-07-11T18:15:52.591Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:52.591Z] 8c52ba2208c7: Layer already exists [2022-07-11T18:15:52.859Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:52.859Z] latest: digest: sha256:ab22b0547d2c45a2116d001c3df71712fc6003c0516396de5489c6bfcd449aed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:53.212Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:53.568Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.26 [2022-07-11T18:15:53.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-11T18:15:53.569Z] 2b82c9a60813: Preparing [2022-07-11T18:15:53.569Z] 2b82c9a60813: Preparing [2022-07-11T18:15:53.569Z] 39cf24fe3b5e: Preparing [2022-07-11T18:15:53.569Z] 6d9ae1ed415b: Preparing [2022-07-11T18:15:53.569Z] 63af40f78c7e: Preparing [2022-07-11T18:15:53.569Z] 36c681efda0d: Preparing [2022-07-11T18:15:53.569Z] dbf93cabe8df: Preparing [2022-07-11T18:15:53.569Z] f1cdc88cbc39: Preparing [2022-07-11T18:15:53.569Z] b4fdc9ccb2c5: Preparing [2022-07-11T18:15:53.569Z] 8c52ba2208c7: Preparing [2022-07-11T18:15:53.569Z] 0dfa961ad839: Preparing [2022-07-11T18:15:53.569Z] dd565ff850e7: Preparing [2022-07-11T18:15:53.569Z] dbf93cabe8df: Waiting [2022-07-11T18:15:53.569Z] f1cdc88cbc39: Waiting [2022-07-11T18:15:53.569Z] 0dfa961ad839: Waiting [2022-07-11T18:15:53.569Z] b4fdc9ccb2c5: Waiting [2022-07-11T18:15:53.569Z] 8c52ba2208c7: Waiting [2022-07-11T18:15:53.569Z] dd565ff850e7: Waiting [2022-07-11T18:15:53.569Z] 63af40f78c7e: Layer already exists [2022-07-11T18:15:53.569Z] 39cf24fe3b5e: Layer already exists [2022-07-11T18:15:53.569Z] 6d9ae1ed415b: Layer already exists [2022-07-11T18:15:53.569Z] 2b82c9a60813: Layer already exists [2022-07-11T18:15:53.569Z] 36c681efda0d: Layer already exists [2022-07-11T18:15:53.569Z] 8c52ba2208c7: Layer already exists [2022-07-11T18:15:53.840Z] b4fdc9ccb2c5: Layer already exists [2022-07-11T18:15:53.840Z] f1cdc88cbc39: Layer already exists [2022-07-11T18:15:53.840Z] 0dfa961ad839: Layer already exists [2022-07-11T18:15:53.840Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:53.840Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:53.840Z] 2.2.1-dev.26: digest: sha256:ab22b0547d2c45a2116d001c3df71712fc6003c0516396de5489c6bfcd449aed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:54.219Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:54.596Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:15:54.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-11T18:15:54.596Z] 2b82c9a60813: Preparing [2022-07-11T18:15:54.596Z] 2b82c9a60813: Preparing [2022-07-11T18:15:54.596Z] 39cf24fe3b5e: Preparing [2022-07-11T18:15:54.596Z] 6d9ae1ed415b: Preparing [2022-07-11T18:15:54.596Z] 63af40f78c7e: Preparing [2022-07-11T18:15:54.596Z] 36c681efda0d: Preparing [2022-07-11T18:15:54.596Z] dbf93cabe8df: Preparing [2022-07-11T18:15:54.596Z] f1cdc88cbc39: Preparing [2022-07-11T18:15:54.596Z] b4fdc9ccb2c5: Preparing [2022-07-11T18:15:54.596Z] 8c52ba2208c7: Preparing [2022-07-11T18:15:54.596Z] 0dfa961ad839: Preparing [2022-07-11T18:15:54.596Z] dd565ff850e7: Preparing [2022-07-11T18:15:54.596Z] b4fdc9ccb2c5: Waiting [2022-07-11T18:15:54.596Z] 8c52ba2208c7: Waiting [2022-07-11T18:15:54.596Z] 0dfa961ad839: Waiting [2022-07-11T18:15:54.596Z] dbf93cabe8df: Waiting [2022-07-11T18:15:54.596Z] f1cdc88cbc39: Waiting [2022-07-11T18:15:54.596Z] 36c681efda0d: Layer already exists [2022-07-11T18:15:54.596Z] 39cf24fe3b5e: Layer already exists [2022-07-11T18:15:54.596Z] 2b82c9a60813: Layer already exists [2022-07-11T18:15:54.596Z] 6d9ae1ed415b: Layer already exists [2022-07-11T18:15:54.596Z] 63af40f78c7e: Layer already exists [2022-07-11T18:15:54.596Z] b4fdc9ccb2c5: Layer already exists [2022-07-11T18:15:54.596Z] f1cdc88cbc39: Layer already exists [2022-07-11T18:15:54.596Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:54.596Z] 8c52ba2208c7: Layer already exists [2022-07-11T18:15:54.870Z] 0dfa961ad839: Layer already exists [2022-07-11T18:15:54.870Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:54.870Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:ab22b0547d2c45a2116d001c3df71712fc6003c0516396de5489c6bfcd449aed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:55.253Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:55.617Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2022-07-11T18:15:55.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-11T18:15:55.617Z] 2b82c9a60813: Preparing [2022-07-11T18:15:55.617Z] 2b82c9a60813: Preparing [2022-07-11T18:15:55.617Z] 39cf24fe3b5e: Preparing [2022-07-11T18:15:55.617Z] 6d9ae1ed415b: Preparing [2022-07-11T18:15:55.617Z] 63af40f78c7e: Preparing [2022-07-11T18:15:55.617Z] 36c681efda0d: Preparing [2022-07-11T18:15:55.617Z] dbf93cabe8df: Preparing [2022-07-11T18:15:55.617Z] f1cdc88cbc39: Preparing [2022-07-11T18:15:55.617Z] b4fdc9ccb2c5: Preparing [2022-07-11T18:15:55.617Z] 8c52ba2208c7: Preparing [2022-07-11T18:15:55.617Z] 0dfa961ad839: Preparing [2022-07-11T18:15:55.617Z] dd565ff850e7: Preparing [2022-07-11T18:15:55.617Z] dbf93cabe8df: Waiting [2022-07-11T18:15:55.617Z] f1cdc88cbc39: Waiting [2022-07-11T18:15:55.617Z] b4fdc9ccb2c5: Waiting [2022-07-11T18:15:55.617Z] 8c52ba2208c7: Waiting [2022-07-11T18:15:55.617Z] 0dfa961ad839: Waiting [2022-07-11T18:15:55.617Z] dd565ff850e7: Waiting [2022-07-11T18:15:55.617Z] 36c681efda0d: Layer already exists [2022-07-11T18:15:55.617Z] 2b82c9a60813: Layer already exists [2022-07-11T18:15:55.617Z] 6d9ae1ed415b: Layer already exists [2022-07-11T18:15:55.617Z] 63af40f78c7e: Layer already exists [2022-07-11T18:15:55.617Z] 39cf24fe3b5e: Layer already exists [2022-07-11T18:15:55.617Z] dbf93cabe8df: Layer already exists [2022-07-11T18:15:55.617Z] b4fdc9ccb2c5: Layer already exists [2022-07-11T18:15:55.617Z] 8c52ba2208c7: Layer already exists [2022-07-11T18:15:55.617Z] f1cdc88cbc39: Layer already exists [2022-07-11T18:15:55.617Z] 0dfa961ad839: Layer already exists [2022-07-11T18:15:55.885Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:55.885Z] main: digest: sha256:ab22b0547d2c45a2116d001c3df71712fc6003c0516396de5489c6bfcd449aed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:15:55.942Z] ===================================================== [Pipeline] echo [2022-07-11T18:15:55.951Z] taggedImages: [2022-07-11T18:15:55.951Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:55.951Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-07-11T18:15:55.951Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.26 [2022-07-11T18:15:55.951Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:15:55.951Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2022-07-11T18:15:55.970Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2022-07-11T18:15:55.970Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:55.970Z] latest [2022-07-11T18:15:55.970Z] 2.2.1-dev.26 [2022-07-11T18:15:55.970Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:15:55.970Z] main [2022-07-11T18:15:55.970Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:56.316Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:56.667Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:15:56.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-11T18:15:56.668Z] d8f00a92f336: Preparing [2022-07-11T18:15:56.668Z] e7c2bf75eb8c: Preparing [2022-07-11T18:15:56.668Z] c112c248aed2: Preparing [2022-07-11T18:15:56.668Z] 069cb82a1b00: Preparing [2022-07-11T18:15:56.668Z] f71c1c84a9c0: Preparing [2022-07-11T18:15:56.668Z] a794e2e7f7c5: Preparing [2022-07-11T18:15:56.668Z] 2c1f9b4e5e91: Preparing [2022-07-11T18:15:56.668Z] dd565ff850e7: Preparing [2022-07-11T18:15:56.668Z] a794e2e7f7c5: Waiting [2022-07-11T18:15:56.668Z] 2c1f9b4e5e91: Waiting [2022-07-11T18:15:56.668Z] dd565ff850e7: Waiting [2022-07-11T18:15:56.938Z] d8f00a92f336: Pushed [2022-07-11T18:15:56.938Z] f71c1c84a9c0: Pushed [2022-07-11T18:15:56.938Z] e7c2bf75eb8c: Pushed [2022-07-11T18:15:57.209Z] dd565ff850e7: Layer already exists [2022-07-11T18:15:57.209Z] a794e2e7f7c5: Pushed [2022-07-11T18:15:57.802Z] 2c1f9b4e5e91: Pushed [2022-07-11T18:15:59.225Z] 069cb82a1b00: Pushed [2022-07-11T18:15:59.225Z] c112c248aed2: Pushed [2022-07-11T18:15:59.495Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:c686233fc8385eb67988d49d94046b450c2479e87045cbabd84d5b7059cb344c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:15:59.855Z] + 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 [2022-07-11T18:16:00.215Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-07-11T18:16:00.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-11T18:16:00.215Z] d8f00a92f336: Preparing [2022-07-11T18:16:00.215Z] e7c2bf75eb8c: Preparing [2022-07-11T18:16:00.215Z] c112c248aed2: Preparing [2022-07-11T18:16:00.215Z] 069cb82a1b00: Preparing [2022-07-11T18:16:00.215Z] f71c1c84a9c0: Preparing [2022-07-11T18:16:00.215Z] a794e2e7f7c5: Preparing [2022-07-11T18:16:00.215Z] 2c1f9b4e5e91: Preparing [2022-07-11T18:16:00.215Z] dd565ff850e7: Preparing [2022-07-11T18:16:00.215Z] a794e2e7f7c5: Waiting [2022-07-11T18:16:00.215Z] dd565ff850e7: Waiting [2022-07-11T18:16:00.215Z] 2c1f9b4e5e91: Waiting [2022-07-11T18:16:00.215Z] d8f00a92f336: Layer already exists [2022-07-11T18:16:00.215Z] f71c1c84a9c0: Layer already exists [2022-07-11T18:16:00.215Z] e7c2bf75eb8c: Layer already exists [2022-07-11T18:16:00.215Z] 069cb82a1b00: Layer already exists [2022-07-11T18:16:00.215Z] c112c248aed2: Layer already exists [2022-07-11T18:16:00.215Z] dd565ff850e7: Layer already exists [2022-07-11T18:16:00.215Z] 2c1f9b4e5e91: Layer already exists [2022-07-11T18:16:00.215Z] a794e2e7f7c5: Layer already exists [2022-07-11T18:16:00.486Z] latest: digest: sha256:c686233fc8385eb67988d49d94046b450c2479e87045cbabd84d5b7059cb344c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:00.848Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:01.205Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.26 [2022-07-11T18:16:01.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-11T18:16:01.205Z] d8f00a92f336: Preparing [2022-07-11T18:16:01.205Z] e7c2bf75eb8c: Preparing [2022-07-11T18:16:01.205Z] c112c248aed2: Preparing [2022-07-11T18:16:01.205Z] 069cb82a1b00: Preparing [2022-07-11T18:16:01.205Z] f71c1c84a9c0: Preparing [2022-07-11T18:16:01.205Z] a794e2e7f7c5: Preparing [2022-07-11T18:16:01.205Z] 2c1f9b4e5e91: Preparing [2022-07-11T18:16:01.205Z] dd565ff850e7: Preparing [2022-07-11T18:16:01.205Z] 2c1f9b4e5e91: Waiting [2022-07-11T18:16:01.205Z] dd565ff850e7: Waiting [2022-07-11T18:16:01.205Z] a794e2e7f7c5: Waiting [2022-07-11T18:16:01.205Z] 069cb82a1b00: Layer already exists [2022-07-11T18:16:01.205Z] e7c2bf75eb8c: Layer already exists [2022-07-11T18:16:01.205Z] d8f00a92f336: Layer already exists [2022-07-11T18:16:01.205Z] c112c248aed2: Layer already exists [2022-07-11T18:16:01.205Z] f71c1c84a9c0: Layer already exists [2022-07-11T18:16:01.475Z] a794e2e7f7c5: Layer already exists [2022-07-11T18:16:01.475Z] 2c1f9b4e5e91: Layer already exists [2022-07-11T18:16:01.475Z] dd565ff850e7: Layer already exists [2022-07-11T18:16:01.475Z] 2.2.1-dev.26: digest: sha256:c686233fc8385eb67988d49d94046b450c2479e87045cbabd84d5b7059cb344c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:01.835Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:02.189Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:16:02.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-11T18:16:02.189Z] d8f00a92f336: Preparing [2022-07-11T18:16:02.189Z] e7c2bf75eb8c: Preparing [2022-07-11T18:16:02.189Z] c112c248aed2: Preparing [2022-07-11T18:16:02.189Z] 069cb82a1b00: Preparing [2022-07-11T18:16:02.189Z] f71c1c84a9c0: Preparing [2022-07-11T18:16:02.189Z] a794e2e7f7c5: Preparing [2022-07-11T18:16:02.189Z] 2c1f9b4e5e91: Preparing [2022-07-11T18:16:02.189Z] dd565ff850e7: Preparing [2022-07-11T18:16:02.189Z] a794e2e7f7c5: Waiting [2022-07-11T18:16:02.189Z] 2c1f9b4e5e91: Waiting [2022-07-11T18:16:02.189Z] dd565ff850e7: Waiting [2022-07-11T18:16:02.189Z] d8f00a92f336: Layer already exists [2022-07-11T18:16:02.189Z] e7c2bf75eb8c: Layer already exists [2022-07-11T18:16:02.189Z] c112c248aed2: Layer already exists [2022-07-11T18:16:02.189Z] f71c1c84a9c0: Layer already exists [2022-07-11T18:16:02.189Z] 069cb82a1b00: Layer already exists [2022-07-11T18:16:02.189Z] 2c1f9b4e5e91: Layer already exists [2022-07-11T18:16:02.459Z] a794e2e7f7c5: Layer already exists [2022-07-11T18:16:02.459Z] dd565ff850e7: Layer already exists [2022-07-11T18:16:02.459Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:c686233fc8385eb67988d49d94046b450c2479e87045cbabd84d5b7059cb344c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:02.824Z] + 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 [2022-07-11T18:16:03.187Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2022-07-11T18:16:03.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-11T18:16:03.187Z] d8f00a92f336: Preparing [2022-07-11T18:16:03.187Z] e7c2bf75eb8c: Preparing [2022-07-11T18:16:03.187Z] c112c248aed2: Preparing [2022-07-11T18:16:03.187Z] 069cb82a1b00: Preparing [2022-07-11T18:16:03.187Z] f71c1c84a9c0: Preparing [2022-07-11T18:16:03.187Z] a794e2e7f7c5: Preparing [2022-07-11T18:16:03.187Z] 2c1f9b4e5e91: Preparing [2022-07-11T18:16:03.187Z] dd565ff850e7: Preparing [2022-07-11T18:16:03.187Z] a794e2e7f7c5: Waiting [2022-07-11T18:16:03.187Z] dd565ff850e7: Waiting [2022-07-11T18:16:03.187Z] 2c1f9b4e5e91: Waiting [2022-07-11T18:16:03.187Z] f71c1c84a9c0: Layer already exists [2022-07-11T18:16:03.187Z] 069cb82a1b00: Layer already exists [2022-07-11T18:16:03.187Z] d8f00a92f336: Layer already exists [2022-07-11T18:16:03.187Z] e7c2bf75eb8c: Layer already exists [2022-07-11T18:16:03.187Z] c112c248aed2: Layer already exists [2022-07-11T18:16:03.458Z] 2c1f9b4e5e91: Layer already exists [2022-07-11T18:16:03.458Z] a794e2e7f7c5: Layer already exists [2022-07-11T18:16:03.458Z] dd565ff850e7: Layer already exists [2022-07-11T18:16:03.458Z] main: digest: sha256:c686233fc8385eb67988d49d94046b450c2479e87045cbabd84d5b7059cb344c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:16:03.510Z] ===================================================== [Pipeline] echo [2022-07-11T18:16:03.520Z] taggedImages: [2022-07-11T18:16:03.520Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:16:03.520Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-07-11T18:16:03.520Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.26 [2022-07-11T18:16:03.520Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:16:03.520Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2022-07-11T18:16:03.539Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2022-07-11T18:16:03.539Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:16:03.539Z] latest [2022-07-11T18:16:03.539Z] 2.2.1-dev.26 [2022-07-11T18:16:03.539Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:16:03.539Z] main [2022-07-11T18:16:03.539Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:03.889Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:04.241Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:16:04.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-11T18:16:04.512Z] 626482377fdc: Preparing [2022-07-11T18:16:04.512Z] 778f35bb719e: Preparing [2022-07-11T18:16:04.512Z] 2cde6cd1a5a1: Preparing [2022-07-11T18:16:04.512Z] 0adb6aaa1926: Preparing [2022-07-11T18:16:04.512Z] a2a0eb32f656: Preparing [2022-07-11T18:16:04.512Z] 55d58958671e: Preparing [2022-07-11T18:16:04.512Z] 83e37772d3b7: Preparing [2022-07-11T18:16:04.512Z] 7eddabf978d3: Preparing [2022-07-11T18:16:04.512Z] 13b68feaa5f6: Preparing [2022-07-11T18:16:04.512Z] dd565ff850e7: Preparing [2022-07-11T18:16:04.512Z] 7eddabf978d3: Waiting [2022-07-11T18:16:04.512Z] 13b68feaa5f6: Waiting [2022-07-11T18:16:04.512Z] 55d58958671e: Waiting [2022-07-11T18:16:04.512Z] 83e37772d3b7: Waiting [2022-07-11T18:16:04.512Z] dd565ff850e7: Waiting [2022-07-11T18:16:04.512Z] 778f35bb719e: Pushed [2022-07-11T18:16:04.512Z] a2a0eb32f656: Pushed [2022-07-11T18:16:04.512Z] 626482377fdc: Pushed [2022-07-11T18:16:04.785Z] 7eddabf978d3: Pushed [2022-07-11T18:16:04.785Z] 83e37772d3b7: Pushed [2022-07-11T18:16:04.785Z] 55d58958671e: Pushed [2022-07-11T18:16:05.066Z] dd565ff850e7: Layer already exists [2022-07-11T18:16:05.338Z] 13b68feaa5f6: Pushed [2022-07-11T18:16:06.880Z] 0adb6aaa1926: Pushed [2022-07-11T18:16:07.849Z] 2cde6cd1a5a1: Pushed [2022-07-11T18:16:08.120Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:bfcf7e1bfa261ea808740c64b72d558cadafc70b6e8e9993614a7a218f20b885 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:08.486Z] + 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 [2022-07-11T18:16:08.840Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-07-11T18:16:08.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-11T18:16:08.840Z] 626482377fdc: Preparing [2022-07-11T18:16:08.840Z] 778f35bb719e: Preparing [2022-07-11T18:16:08.840Z] 2cde6cd1a5a1: Preparing [2022-07-11T18:16:08.840Z] 0adb6aaa1926: Preparing [2022-07-11T18:16:08.840Z] a2a0eb32f656: Preparing [2022-07-11T18:16:08.840Z] 55d58958671e: Preparing [2022-07-11T18:16:08.840Z] 83e37772d3b7: Preparing [2022-07-11T18:16:08.840Z] 7eddabf978d3: Preparing [2022-07-11T18:16:08.840Z] 13b68feaa5f6: Preparing [2022-07-11T18:16:08.840Z] dd565ff850e7: Preparing [2022-07-11T18:16:08.840Z] 83e37772d3b7: Waiting [2022-07-11T18:16:08.840Z] 7eddabf978d3: Waiting [2022-07-11T18:16:08.840Z] 13b68feaa5f6: Waiting [2022-07-11T18:16:08.840Z] dd565ff850e7: Waiting [2022-07-11T18:16:08.840Z] 55d58958671e: Waiting [2022-07-11T18:16:08.840Z] 778f35bb719e: Layer already exists [2022-07-11T18:16:08.840Z] 2cde6cd1a5a1: Layer already exists [2022-07-11T18:16:08.840Z] a2a0eb32f656: Layer already exists [2022-07-11T18:16:08.840Z] 0adb6aaa1926: Layer already exists [2022-07-11T18:16:08.840Z] 626482377fdc: Layer already exists [2022-07-11T18:16:09.111Z] 7eddabf978d3: Layer already exists [2022-07-11T18:16:09.111Z] 55d58958671e: Layer already exists [2022-07-11T18:16:09.111Z] 83e37772d3b7: Layer already exists [2022-07-11T18:16:09.111Z] 13b68feaa5f6: Layer already exists [2022-07-11T18:16:09.111Z] dd565ff850e7: Layer already exists [2022-07-11T18:16:09.111Z] latest: digest: sha256:bfcf7e1bfa261ea808740c64b72d558cadafc70b6e8e9993614a7a218f20b885 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:09.470Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:09.822Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.26 [2022-07-11T18:16:09.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-11T18:16:09.823Z] 626482377fdc: Preparing [2022-07-11T18:16:09.823Z] 778f35bb719e: Preparing [2022-07-11T18:16:09.823Z] 2cde6cd1a5a1: Preparing [2022-07-11T18:16:09.823Z] 0adb6aaa1926: Preparing [2022-07-11T18:16:09.823Z] a2a0eb32f656: Preparing [2022-07-11T18:16:09.823Z] 55d58958671e: Preparing [2022-07-11T18:16:09.823Z] 83e37772d3b7: Preparing [2022-07-11T18:16:09.823Z] 7eddabf978d3: Preparing [2022-07-11T18:16:09.823Z] 13b68feaa5f6: Preparing [2022-07-11T18:16:09.823Z] dd565ff850e7: Preparing [2022-07-11T18:16:09.823Z] 55d58958671e: Waiting [2022-07-11T18:16:09.823Z] 83e37772d3b7: Waiting [2022-07-11T18:16:09.823Z] 7eddabf978d3: Waiting [2022-07-11T18:16:09.823Z] dd565ff850e7: Waiting [2022-07-11T18:16:09.823Z] 626482377fdc: Layer already exists [2022-07-11T18:16:09.823Z] a2a0eb32f656: Layer already exists [2022-07-11T18:16:09.823Z] 0adb6aaa1926: Layer already exists [2022-07-11T18:16:09.823Z] 2cde6cd1a5a1: Layer already exists [2022-07-11T18:16:09.823Z] 778f35bb719e: Layer already exists [2022-07-11T18:16:10.098Z] 55d58958671e: Layer already exists [2022-07-11T18:16:10.098Z] 7eddabf978d3: Layer already exists [2022-07-11T18:16:10.098Z] 13b68feaa5f6: Layer already exists [2022-07-11T18:16:10.098Z] 83e37772d3b7: Layer already exists [2022-07-11T18:16:10.098Z] dd565ff850e7: Layer already exists [2022-07-11T18:16:10.098Z] 2.2.1-dev.26: digest: sha256:bfcf7e1bfa261ea808740c64b72d558cadafc70b6e8e9993614a7a218f20b885 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:10.470Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:10.832Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:16:10.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-11T18:16:10.832Z] 626482377fdc: Preparing [2022-07-11T18:16:10.832Z] 778f35bb719e: Preparing [2022-07-11T18:16:10.832Z] 2cde6cd1a5a1: Preparing [2022-07-11T18:16:10.832Z] 0adb6aaa1926: Preparing [2022-07-11T18:16:10.832Z] a2a0eb32f656: Preparing [2022-07-11T18:16:10.832Z] 55d58958671e: Preparing [2022-07-11T18:16:10.832Z] 83e37772d3b7: Preparing [2022-07-11T18:16:10.832Z] 7eddabf978d3: Preparing [2022-07-11T18:16:10.832Z] 13b68feaa5f6: Preparing [2022-07-11T18:16:10.832Z] dd565ff850e7: Preparing [2022-07-11T18:16:10.832Z] 83e37772d3b7: Waiting [2022-07-11T18:16:10.832Z] 7eddabf978d3: Waiting [2022-07-11T18:16:10.832Z] 13b68feaa5f6: Waiting [2022-07-11T18:16:10.832Z] dd565ff850e7: Waiting [2022-07-11T18:16:10.832Z] 55d58958671e: Waiting [2022-07-11T18:16:10.832Z] 2cde6cd1a5a1: Layer already exists [2022-07-11T18:16:10.832Z] a2a0eb32f656: Layer already exists [2022-07-11T18:16:10.832Z] 0adb6aaa1926: Layer already exists [2022-07-11T18:16:10.832Z] 778f35bb719e: Layer already exists [2022-07-11T18:16:10.832Z] 626482377fdc: Layer already exists [2022-07-11T18:16:11.104Z] 13b68feaa5f6: Layer already exists [2022-07-11T18:16:11.104Z] 55d58958671e: Layer already exists [2022-07-11T18:16:11.104Z] dd565ff850e7: Layer already exists [2022-07-11T18:16:11.104Z] 7eddabf978d3: Layer already exists [2022-07-11T18:16:11.104Z] 83e37772d3b7: Layer already exists [2022-07-11T18:16:11.104Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:bfcf7e1bfa261ea808740c64b72d558cadafc70b6e8e9993614a7a218f20b885 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:11.455Z] + 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 [2022-07-11T18:16:11.809Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2022-07-11T18:16:11.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-11T18:16:11.809Z] 626482377fdc: Preparing [2022-07-11T18:16:11.809Z] 778f35bb719e: Preparing [2022-07-11T18:16:11.809Z] 2cde6cd1a5a1: Preparing [2022-07-11T18:16:11.809Z] 0adb6aaa1926: Preparing [2022-07-11T18:16:11.809Z] a2a0eb32f656: Preparing [2022-07-11T18:16:11.809Z] 55d58958671e: Preparing [2022-07-11T18:16:11.809Z] 83e37772d3b7: Preparing [2022-07-11T18:16:11.809Z] 7eddabf978d3: Preparing [2022-07-11T18:16:11.809Z] 13b68feaa5f6: Preparing [2022-07-11T18:16:11.809Z] dd565ff850e7: Preparing [2022-07-11T18:16:11.809Z] 7eddabf978d3: Waiting [2022-07-11T18:16:11.809Z] 13b68feaa5f6: Waiting [2022-07-11T18:16:11.809Z] dd565ff850e7: Waiting [2022-07-11T18:16:11.809Z] 83e37772d3b7: Waiting [2022-07-11T18:16:11.809Z] 626482377fdc: Layer already exists [2022-07-11T18:16:11.809Z] a2a0eb32f656: Layer already exists [2022-07-11T18:16:11.809Z] 0adb6aaa1926: Layer already exists [2022-07-11T18:16:11.809Z] 778f35bb719e: Layer already exists [2022-07-11T18:16:11.809Z] 2cde6cd1a5a1: Layer already exists [2022-07-11T18:16:11.809Z] 7eddabf978d3: Layer already exists [2022-07-11T18:16:11.809Z] 55d58958671e: Layer already exists [2022-07-11T18:16:11.809Z] 83e37772d3b7: Layer already exists [2022-07-11T18:16:11.809Z] dd565ff850e7: Layer already exists [2022-07-11T18:16:11.809Z] 13b68feaa5f6: Layer already exists [2022-07-11T18:16:12.079Z] main: digest: sha256:bfcf7e1bfa261ea808740c64b72d558cadafc70b6e8e9993614a7a218f20b885 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:16:12.136Z] ===================================================== [Pipeline] echo [2022-07-11T18:16:12.145Z] taggedImages: [2022-07-11T18:16:12.145Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:16:12.145Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-07-11T18:16:12.145Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.26 [2022-07-11T18:16:12.145Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:16:12.145Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2022-07-11T18:16:12.166Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2022-07-11T18:16:12.166Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:16:12.166Z] latest [2022-07-11T18:16:12.166Z] 2.2.1-dev.26 [2022-07-11T18:16:12.166Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:16:12.166Z] main [2022-07-11T18:16:12.166Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:12.519Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:12.935Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:16:12.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-11T18:16:12.935Z] 948062274347: Preparing [2022-07-11T18:16:12.935Z] 232501939262: Preparing [2022-07-11T18:16:12.935Z] dbf93cabe8df: Preparing [2022-07-11T18:16:12.935Z] 38dbe25731b4: Preparing [2022-07-11T18:16:12.935Z] 493737ea87c8: Preparing [2022-07-11T18:16:12.935Z] 4f4ce317c6bb: Preparing [2022-07-11T18:16:12.935Z] 4f4ce317c6bb: Waiting [2022-07-11T18:16:13.226Z] dbf93cabe8df: Layer already exists [2022-07-11T18:16:13.226Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:16:13.226Z] 493737ea87c8: Pushed [2022-07-11T18:16:13.226Z] 948062274347: Pushed [2022-07-11T18:16:14.198Z] 38dbe25731b4: Pushed [2022-07-11T18:16:17.567Z] 232501939262: Pushed [2022-07-11T18:16:17.838Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:8ae8cc7810405119d455ae909442180c03796631adaeaf94182caf3b2187bc1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:18.189Z] + 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 [2022-07-11T18:16:18.540Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-07-11T18:16:18.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-11T18:16:18.540Z] 948062274347: Preparing [2022-07-11T18:16:18.540Z] 232501939262: Preparing [2022-07-11T18:16:18.540Z] dbf93cabe8df: Preparing [2022-07-11T18:16:18.540Z] 38dbe25731b4: Preparing [2022-07-11T18:16:18.540Z] 493737ea87c8: Preparing [2022-07-11T18:16:18.540Z] 4f4ce317c6bb: Preparing [2022-07-11T18:16:18.540Z] 4f4ce317c6bb: Waiting [2022-07-11T18:16:18.540Z] 38dbe25731b4: Layer already exists [2022-07-11T18:16:18.540Z] 493737ea87c8: Layer already exists [2022-07-11T18:16:18.540Z] dbf93cabe8df: Layer already exists [2022-07-11T18:16:18.540Z] 948062274347: Layer already exists [2022-07-11T18:16:18.540Z] 232501939262: Layer already exists [2022-07-11T18:16:18.809Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:16:18.809Z] latest: digest: sha256:8ae8cc7810405119d455ae909442180c03796631adaeaf94182caf3b2187bc1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:19.172Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:19.529Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.26 [2022-07-11T18:16:19.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-11T18:16:19.529Z] 948062274347: Preparing [2022-07-11T18:16:19.529Z] 232501939262: Preparing [2022-07-11T18:16:19.529Z] dbf93cabe8df: Preparing [2022-07-11T18:16:19.529Z] 38dbe25731b4: Preparing [2022-07-11T18:16:19.529Z] 493737ea87c8: Preparing [2022-07-11T18:16:19.529Z] 4f4ce317c6bb: Preparing [2022-07-11T18:16:19.529Z] 4f4ce317c6bb: Waiting [2022-07-11T18:16:19.530Z] dbf93cabe8df: Layer already exists [2022-07-11T18:16:19.530Z] 493737ea87c8: Layer already exists [2022-07-11T18:16:19.530Z] 948062274347: Layer already exists [2022-07-11T18:16:19.530Z] 232501939262: Layer already exists [2022-07-11T18:16:19.530Z] 38dbe25731b4: Layer already exists [2022-07-11T18:16:19.530Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:16:19.799Z] 2.2.1-dev.26: digest: sha256:8ae8cc7810405119d455ae909442180c03796631adaeaf94182caf3b2187bc1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:20.162Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:20.509Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:16:20.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-11T18:16:20.509Z] 948062274347: Preparing [2022-07-11T18:16:20.509Z] 232501939262: Preparing [2022-07-11T18:16:20.509Z] dbf93cabe8df: Preparing [2022-07-11T18:16:20.509Z] 38dbe25731b4: Preparing [2022-07-11T18:16:20.509Z] 493737ea87c8: Preparing [2022-07-11T18:16:20.509Z] 4f4ce317c6bb: Preparing [2022-07-11T18:16:20.509Z] 4f4ce317c6bb: Waiting [2022-07-11T18:16:20.509Z] 948062274347: Layer already exists [2022-07-11T18:16:20.509Z] 38dbe25731b4: Layer already exists [2022-07-11T18:16:20.509Z] 493737ea87c8: Layer already exists [2022-07-11T18:16:20.509Z] dbf93cabe8df: Layer already exists [2022-07-11T18:16:20.509Z] 232501939262: Layer already exists [2022-07-11T18:16:20.778Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:16:20.778Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:8ae8cc7810405119d455ae909442180c03796631adaeaf94182caf3b2187bc1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:21.134Z] + 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 [2022-07-11T18:16:21.483Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2022-07-11T18:16:21.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-11T18:16:21.483Z] 948062274347: Preparing [2022-07-11T18:16:21.483Z] 232501939262: Preparing [2022-07-11T18:16:21.483Z] dbf93cabe8df: Preparing [2022-07-11T18:16:21.483Z] 38dbe25731b4: Preparing [2022-07-11T18:16:21.483Z] 493737ea87c8: Preparing [2022-07-11T18:16:21.483Z] 4f4ce317c6bb: Preparing [2022-07-11T18:16:21.483Z] 4f4ce317c6bb: Waiting [2022-07-11T18:16:21.483Z] 38dbe25731b4: Layer already exists [2022-07-11T18:16:21.483Z] 493737ea87c8: Layer already exists [2022-07-11T18:16:21.483Z] 948062274347: Layer already exists [2022-07-11T18:16:21.483Z] dbf93cabe8df: Layer already exists [2022-07-11T18:16:21.483Z] 232501939262: Layer already exists [2022-07-11T18:16:21.483Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:16:21.753Z] main: digest: sha256:8ae8cc7810405119d455ae909442180c03796631adaeaf94182caf3b2187bc1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:16:21.818Z] ===================================================== [Pipeline] echo [2022-07-11T18:16:21.827Z] taggedImages: [2022-07-11T18:16:21.827Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:16:21.827Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-07-11T18:16:21.827Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.26 [2022-07-11T18:16:21.827Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:16:21.827Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2022-07-11T18:16:21.846Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2022-07-11T18:16:21.846Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:16:21.846Z] latest [2022-07-11T18:16:21.846Z] 2.2.1-dev.26 [2022-07-11T18:16:21.846Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:16:21.846Z] main [2022-07-11T18:16:21.846Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:22.186Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:22.538Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:16:22.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-11T18:16:22.538Z] c03a5ad2f468: Preparing [2022-07-11T18:16:22.538Z] 748161e3d46e: Preparing [2022-07-11T18:16:22.538Z] b5a7d1f54928: Preparing [2022-07-11T18:16:22.538Z] 562a756d611e: Preparing [2022-07-11T18:16:22.538Z] c68890226e9c: Preparing [2022-07-11T18:16:22.538Z] 1c03e3c4b17d: Preparing [2022-07-11T18:16:22.538Z] 493737ea87c8: Preparing [2022-07-11T18:16:22.538Z] 4f4ce317c6bb: Preparing [2022-07-11T18:16:22.538Z] 493737ea87c8: Waiting [2022-07-11T18:16:22.538Z] 4f4ce317c6bb: Waiting [2022-07-11T18:16:22.538Z] 1c03e3c4b17d: Waiting [2022-07-11T18:16:22.813Z] c03a5ad2f468: Pushed [2022-07-11T18:16:22.813Z] 748161e3d46e: Pushed [2022-07-11T18:16:22.813Z] b5a7d1f54928: Pushed [2022-07-11T18:16:22.813Z] 493737ea87c8: Layer already exists [2022-07-11T18:16:22.813Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:16:23.784Z] 1c03e3c4b17d: Pushed [2022-07-11T18:16:30.477Z] c68890226e9c: Pushed [2022-07-11T18:16:38.717Z] 562a756d611e: Pushed [2022-07-11T18:16:38.717Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:1530f7dfe78fc2beb7ca645041186cf6406474ffec2b72be2b120ff5e3e20c11 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:39.071Z] + 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 [2022-07-11T18:16:39.421Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-07-11T18:16:39.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-11T18:16:39.422Z] c03a5ad2f468: Preparing [2022-07-11T18:16:39.422Z] 748161e3d46e: Preparing [2022-07-11T18:16:39.422Z] b5a7d1f54928: Preparing [2022-07-11T18:16:39.422Z] 562a756d611e: Preparing [2022-07-11T18:16:39.422Z] c68890226e9c: Preparing [2022-07-11T18:16:39.422Z] 1c03e3c4b17d: Preparing [2022-07-11T18:16:39.422Z] 493737ea87c8: Preparing [2022-07-11T18:16:39.422Z] 4f4ce317c6bb: Preparing [2022-07-11T18:16:39.422Z] 1c03e3c4b17d: Waiting [2022-07-11T18:16:39.422Z] 493737ea87c8: Waiting [2022-07-11T18:16:39.422Z] 4f4ce317c6bb: Waiting [2022-07-11T18:16:39.422Z] 748161e3d46e: Layer already exists [2022-07-11T18:16:39.422Z] 562a756d611e: Layer already exists [2022-07-11T18:16:39.422Z] c68890226e9c: Layer already exists [2022-07-11T18:16:39.422Z] b5a7d1f54928: Layer already exists [2022-07-11T18:16:39.422Z] c03a5ad2f468: Layer already exists [2022-07-11T18:16:39.422Z] 1c03e3c4b17d: Layer already exists [2022-07-11T18:16:39.422Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:16:39.422Z] 493737ea87c8: Layer already exists [2022-07-11T18:16:39.693Z] latest: digest: sha256:1530f7dfe78fc2beb7ca645041186cf6406474ffec2b72be2b120ff5e3e20c11 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:40.053Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:40.410Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.26 [2022-07-11T18:16:40.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-11T18:16:40.410Z] c03a5ad2f468: Preparing [2022-07-11T18:16:40.410Z] 748161e3d46e: Preparing [2022-07-11T18:16:40.410Z] b5a7d1f54928: Preparing [2022-07-11T18:16:40.410Z] 562a756d611e: Preparing [2022-07-11T18:16:40.410Z] c68890226e9c: Preparing [2022-07-11T18:16:40.410Z] 1c03e3c4b17d: Preparing [2022-07-11T18:16:40.410Z] 493737ea87c8: Preparing [2022-07-11T18:16:40.410Z] 4f4ce317c6bb: Preparing [2022-07-11T18:16:40.410Z] 1c03e3c4b17d: Waiting [2022-07-11T18:16:40.410Z] 493737ea87c8: Waiting [2022-07-11T18:16:40.410Z] 4f4ce317c6bb: Waiting [2022-07-11T18:16:40.410Z] 748161e3d46e: Layer already exists [2022-07-11T18:16:40.410Z] c68890226e9c: Layer already exists [2022-07-11T18:16:40.410Z] 562a756d611e: Layer already exists [2022-07-11T18:16:40.410Z] c03a5ad2f468: Layer already exists [2022-07-11T18:16:40.410Z] b5a7d1f54928: Layer already exists [2022-07-11T18:16:40.683Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:16:40.683Z] 493737ea87c8: Layer already exists [2022-07-11T18:16:40.683Z] 1c03e3c4b17d: Layer already exists [2022-07-11T18:16:40.683Z] 2.2.1-dev.26: digest: sha256:1530f7dfe78fc2beb7ca645041186cf6406474ffec2b72be2b120ff5e3e20c11 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:41.055Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:41.412Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:16:41.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-11T18:16:41.412Z] c03a5ad2f468: Preparing [2022-07-11T18:16:41.412Z] 748161e3d46e: Preparing [2022-07-11T18:16:41.412Z] b5a7d1f54928: Preparing [2022-07-11T18:16:41.412Z] 562a756d611e: Preparing [2022-07-11T18:16:41.412Z] c68890226e9c: Preparing [2022-07-11T18:16:41.412Z] 1c03e3c4b17d: Preparing [2022-07-11T18:16:41.412Z] 493737ea87c8: Preparing [2022-07-11T18:16:41.412Z] 4f4ce317c6bb: Preparing [2022-07-11T18:16:41.412Z] 493737ea87c8: Waiting [2022-07-11T18:16:41.412Z] 4f4ce317c6bb: Waiting [2022-07-11T18:16:41.412Z] 1c03e3c4b17d: Waiting [2022-07-11T18:16:41.412Z] c68890226e9c: Layer already exists [2022-07-11T18:16:41.412Z] 562a756d611e: Layer already exists [2022-07-11T18:16:41.412Z] c03a5ad2f468: Layer already exists [2022-07-11T18:16:41.412Z] 748161e3d46e: Layer already exists [2022-07-11T18:16:41.412Z] b5a7d1f54928: Layer already exists [2022-07-11T18:16:41.412Z] 493737ea87c8: Layer already exists [2022-07-11T18:16:41.412Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:16:41.412Z] 1c03e3c4b17d: Layer already exists [2022-07-11T18:16:41.683Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:1530f7dfe78fc2beb7ca645041186cf6406474ffec2b72be2b120ff5e3e20c11 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:42.039Z] + 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 [2022-07-11T18:16:42.390Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2022-07-11T18:16:42.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-11T18:16:42.390Z] c03a5ad2f468: Preparing [2022-07-11T18:16:42.390Z] 748161e3d46e: Preparing [2022-07-11T18:16:42.390Z] b5a7d1f54928: Preparing [2022-07-11T18:16:42.390Z] 562a756d611e: Preparing [2022-07-11T18:16:42.390Z] c68890226e9c: Preparing [2022-07-11T18:16:42.390Z] 1c03e3c4b17d: Preparing [2022-07-11T18:16:42.390Z] 493737ea87c8: Preparing [2022-07-11T18:16:42.390Z] 4f4ce317c6bb: Preparing [2022-07-11T18:16:42.390Z] 1c03e3c4b17d: Waiting [2022-07-11T18:16:42.390Z] 493737ea87c8: Waiting [2022-07-11T18:16:42.390Z] 4f4ce317c6bb: Waiting [2022-07-11T18:16:42.390Z] c68890226e9c: Layer already exists [2022-07-11T18:16:42.390Z] b5a7d1f54928: Layer already exists [2022-07-11T18:16:42.390Z] 748161e3d46e: Layer already exists [2022-07-11T18:16:42.390Z] c03a5ad2f468: Layer already exists [2022-07-11T18:16:42.390Z] 562a756d611e: Layer already exists [2022-07-11T18:16:42.390Z] 493737ea87c8: Layer already exists [2022-07-11T18:16:42.390Z] 1c03e3c4b17d: Layer already exists [2022-07-11T18:16:42.390Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:16:42.661Z] main: digest: sha256:1530f7dfe78fc2beb7ca645041186cf6406474ffec2b72be2b120ff5e3e20c11 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:16:42.720Z] ===================================================== [Pipeline] echo [2022-07-11T18:16:42.730Z] taggedImages: [2022-07-11T18:16:42.730Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:16:42.730Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-07-11T18:16:42.730Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.26 [2022-07-11T18:16:42.730Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:16:42.730Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2022-07-11T18:16:42.752Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2022-07-11T18:16:42.752Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:16:42.752Z] latest [2022-07-11T18:16:42.752Z] 2.2.1-dev.26 [2022-07-11T18:16:42.752Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:16:42.752Z] main [2022-07-11T18:16:42.752Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:43.102Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:16:43.450Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:16:43.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-11T18:16:43.450Z] c026e9b0aa12: Preparing [2022-07-11T18:16:43.450Z] 131bfb0c6d49: Preparing [2022-07-11T18:16:43.450Z] f000b25dbe9a: Preparing [2022-07-11T18:16:43.450Z] bb90ae7c00e0: Preparing [2022-07-11T18:16:43.450Z] a6a6b59a5f5b: Preparing [2022-07-11T18:16:43.450Z] 493737ea87c8: Preparing [2022-07-11T18:16:43.450Z] 4f4ce317c6bb: Preparing [2022-07-11T18:16:43.450Z] 4f4ce317c6bb: Waiting [2022-07-11T18:16:43.721Z] f000b25dbe9a: Pushed [2022-07-11T18:16:43.721Z] 131bfb0c6d49: Pushed [2022-07-11T18:16:43.721Z] c026e9b0aa12: Pushed [2022-07-11T18:16:43.721Z] 493737ea87c8: Layer already exists [2022-07-11T18:16:43.721Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:16:44.317Z] a6a6b59a5f5b: Pushed [2022-07-11T18:17:02.619Z] bb90ae7c00e0: Pushed [2022-07-11T18:17:02.619Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:7d0abd0e8e474485ed0935936e271651ffb86a0d2a3403425925269be102aa39 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:03.003Z] + 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 [2022-07-11T18:17:03.393Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-07-11T18:17:03.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-11T18:17:03.393Z] c026e9b0aa12: Preparing [2022-07-11T18:17:03.393Z] 131bfb0c6d49: Preparing [2022-07-11T18:17:03.393Z] f000b25dbe9a: Preparing [2022-07-11T18:17:03.393Z] bb90ae7c00e0: Preparing [2022-07-11T18:17:03.393Z] a6a6b59a5f5b: Preparing [2022-07-11T18:17:03.393Z] 493737ea87c8: Preparing [2022-07-11T18:17:03.393Z] 4f4ce317c6bb: Preparing [2022-07-11T18:17:03.393Z] 493737ea87c8: Waiting [2022-07-11T18:17:03.393Z] 4f4ce317c6bb: Waiting [2022-07-11T18:17:03.393Z] f000b25dbe9a: Layer already exists [2022-07-11T18:17:03.393Z] c026e9b0aa12: Layer already exists [2022-07-11T18:17:03.393Z] a6a6b59a5f5b: Layer already exists [2022-07-11T18:17:03.393Z] bb90ae7c00e0: Layer already exists [2022-07-11T18:17:03.393Z] 131bfb0c6d49: Layer already exists [2022-07-11T18:17:03.668Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:17:03.668Z] 493737ea87c8: Layer already exists [2022-07-11T18:17:03.668Z] latest: digest: sha256:7d0abd0e8e474485ed0935936e271651ffb86a0d2a3403425925269be102aa39 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:04.045Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:04.399Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.26 [2022-07-11T18:17:04.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-11T18:17:04.399Z] c026e9b0aa12: Preparing [2022-07-11T18:17:04.399Z] 131bfb0c6d49: Preparing [2022-07-11T18:17:04.399Z] f000b25dbe9a: Preparing [2022-07-11T18:17:04.399Z] bb90ae7c00e0: Preparing [2022-07-11T18:17:04.399Z] a6a6b59a5f5b: Preparing [2022-07-11T18:17:04.399Z] 493737ea87c8: Preparing [2022-07-11T18:17:04.399Z] 4f4ce317c6bb: Preparing [2022-07-11T18:17:04.399Z] 4f4ce317c6bb: Waiting [2022-07-11T18:17:04.399Z] 493737ea87c8: Waiting [2022-07-11T18:17:04.672Z] f000b25dbe9a: Layer already exists [2022-07-11T18:17:04.672Z] 131bfb0c6d49: Layer already exists [2022-07-11T18:17:04.672Z] a6a6b59a5f5b: Layer already exists [2022-07-11T18:17:04.672Z] c026e9b0aa12: Layer already exists [2022-07-11T18:17:04.672Z] bb90ae7c00e0: Layer already exists [2022-07-11T18:17:04.672Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:17:04.672Z] 493737ea87c8: Layer already exists [2022-07-11T18:17:04.672Z] 2.2.1-dev.26: digest: sha256:7d0abd0e8e474485ed0935936e271651ffb86a0d2a3403425925269be102aa39 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:05.035Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:05.390Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:17:05.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-11T18:17:05.390Z] c026e9b0aa12: Preparing [2022-07-11T18:17:05.390Z] 131bfb0c6d49: Preparing [2022-07-11T18:17:05.390Z] f000b25dbe9a: Preparing [2022-07-11T18:17:05.390Z] bb90ae7c00e0: Preparing [2022-07-11T18:17:05.390Z] a6a6b59a5f5b: Preparing [2022-07-11T18:17:05.390Z] 493737ea87c8: Preparing [2022-07-11T18:17:05.390Z] 4f4ce317c6bb: Preparing [2022-07-11T18:17:05.390Z] 493737ea87c8: Waiting [2022-07-11T18:17:05.390Z] 4f4ce317c6bb: Waiting [2022-07-11T18:17:05.390Z] c026e9b0aa12: Layer already exists [2022-07-11T18:17:05.390Z] 131bfb0c6d49: Layer already exists [2022-07-11T18:17:05.663Z] bb90ae7c00e0: Layer already exists [2022-07-11T18:17:05.663Z] a6a6b59a5f5b: Layer already exists [2022-07-11T18:17:05.663Z] f000b25dbe9a: Layer already exists [2022-07-11T18:17:05.663Z] 493737ea87c8: Layer already exists [2022-07-11T18:17:05.663Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:17:05.663Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:7d0abd0e8e474485ed0935936e271651ffb86a0d2a3403425925269be102aa39 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:06.027Z] + 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 [2022-07-11T18:17:06.390Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2022-07-11T18:17:06.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-11T18:17:06.390Z] c026e9b0aa12: Preparing [2022-07-11T18:17:06.390Z] 131bfb0c6d49: Preparing [2022-07-11T18:17:06.390Z] f000b25dbe9a: Preparing [2022-07-11T18:17:06.390Z] bb90ae7c00e0: Preparing [2022-07-11T18:17:06.390Z] a6a6b59a5f5b: Preparing [2022-07-11T18:17:06.390Z] 493737ea87c8: Preparing [2022-07-11T18:17:06.390Z] 4f4ce317c6bb: Preparing [2022-07-11T18:17:06.390Z] 493737ea87c8: Waiting [2022-07-11T18:17:06.390Z] 4f4ce317c6bb: Waiting [2022-07-11T18:17:06.390Z] f000b25dbe9a: Layer already exists [2022-07-11T18:17:06.390Z] bb90ae7c00e0: Layer already exists [2022-07-11T18:17:06.390Z] 131bfb0c6d49: Layer already exists [2022-07-11T18:17:06.390Z] c026e9b0aa12: Layer already exists [2022-07-11T18:17:06.390Z] a6a6b59a5f5b: Layer already exists [2022-07-11T18:17:06.664Z] 493737ea87c8: Layer already exists [2022-07-11T18:17:06.664Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:17:06.664Z] main: digest: sha256:7d0abd0e8e474485ed0935936e271651ffb86a0d2a3403425925269be102aa39 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:17:06.724Z] ===================================================== [Pipeline] echo [2022-07-11T18:17:06.732Z] taggedImages: [2022-07-11T18:17:06.732Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:17:06.732Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-07-11T18:17:06.732Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.26 [2022-07-11T18:17:06.732Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:17:06.732Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2022-07-11T18:17:06.746Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2022-07-11T18:17:06.746Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:17:06.746Z] latest [2022-07-11T18:17:06.746Z] 2.2.1-dev.26 [2022-07-11T18:17:06.746Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:17:06.746Z] main [2022-07-11T18:17:06.746Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:07.090Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:07.478Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:17:07.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-11T18:17:07.478Z] e99dcb3968ff: Preparing [2022-07-11T18:17:07.478Z] 76f5967e80bb: Preparing [2022-07-11T18:17:07.478Z] 788c9f8391d6: Preparing [2022-07-11T18:17:07.478Z] 5045d06e7eff: Preparing [2022-07-11T18:17:07.478Z] 1c03e3c4b17d: Preparing [2022-07-11T18:17:07.478Z] 493737ea87c8: Preparing [2022-07-11T18:17:07.478Z] 4f4ce317c6bb: Preparing [2022-07-11T18:17:07.478Z] 493737ea87c8: Waiting [2022-07-11T18:17:07.478Z] 4f4ce317c6bb: Waiting [2022-07-11T18:17:07.478Z] 1c03e3c4b17d: Layer already exists [2022-07-11T18:17:07.753Z] 493737ea87c8: Layer already exists [2022-07-11T18:17:07.753Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:17:07.753Z] 788c9f8391d6: Pushed [2022-07-11T18:17:07.753Z] 76f5967e80bb: Pushed [2022-07-11T18:17:07.753Z] e99dcb3968ff: Pushed [2022-07-11T18:17:26.043Z] 5045d06e7eff: Pushed [2022-07-11T18:17:26.043Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:48de9b4667376c8ebad50511209dfb0f0d223adca52347a26de7e316b8f2dbeb size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:26.414Z] + 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 [2022-07-11T18:17:26.770Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-07-11T18:17:26.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-11T18:17:26.770Z] e99dcb3968ff: Preparing [2022-07-11T18:17:26.770Z] 76f5967e80bb: Preparing [2022-07-11T18:17:26.770Z] 788c9f8391d6: Preparing [2022-07-11T18:17:26.770Z] 5045d06e7eff: Preparing [2022-07-11T18:17:26.770Z] 1c03e3c4b17d: Preparing [2022-07-11T18:17:26.770Z] 493737ea87c8: Preparing [2022-07-11T18:17:26.770Z] 4f4ce317c6bb: Preparing [2022-07-11T18:17:26.770Z] 493737ea87c8: Waiting [2022-07-11T18:17:26.770Z] 4f4ce317c6bb: Waiting [2022-07-11T18:17:26.770Z] 76f5967e80bb: Layer already exists [2022-07-11T18:17:26.770Z] 1c03e3c4b17d: Layer already exists [2022-07-11T18:17:26.770Z] 788c9f8391d6: Layer already exists [2022-07-11T18:17:26.770Z] e99dcb3968ff: Layer already exists [2022-07-11T18:17:26.770Z] 5045d06e7eff: Layer already exists [2022-07-11T18:17:27.041Z] 493737ea87c8: Layer already exists [2022-07-11T18:17:27.041Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:17:27.041Z] latest: digest: sha256:48de9b4667376c8ebad50511209dfb0f0d223adca52347a26de7e316b8f2dbeb size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:27.406Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:27.768Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.26 [2022-07-11T18:17:27.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-11T18:17:27.768Z] e99dcb3968ff: Preparing [2022-07-11T18:17:27.768Z] 76f5967e80bb: Preparing [2022-07-11T18:17:27.768Z] 788c9f8391d6: Preparing [2022-07-11T18:17:27.768Z] 5045d06e7eff: Preparing [2022-07-11T18:17:27.768Z] 1c03e3c4b17d: Preparing [2022-07-11T18:17:27.768Z] 493737ea87c8: Preparing [2022-07-11T18:17:27.768Z] 4f4ce317c6bb: Preparing [2022-07-11T18:17:27.768Z] 493737ea87c8: Waiting [2022-07-11T18:17:27.768Z] 4f4ce317c6bb: Waiting [2022-07-11T18:17:27.768Z] 5045d06e7eff: Layer already exists [2022-07-11T18:17:27.768Z] 76f5967e80bb: Layer already exists [2022-07-11T18:17:27.768Z] e99dcb3968ff: Layer already exists [2022-07-11T18:17:27.768Z] 788c9f8391d6: Layer already exists [2022-07-11T18:17:27.768Z] 1c03e3c4b17d: Layer already exists [2022-07-11T18:17:28.040Z] 493737ea87c8: Layer already exists [2022-07-11T18:17:28.040Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:17:28.040Z] 2.2.1-dev.26: digest: sha256:48de9b4667376c8ebad50511209dfb0f0d223adca52347a26de7e316b8f2dbeb size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:28.403Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:28.753Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:17:28.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-11T18:17:28.753Z] e99dcb3968ff: Preparing [2022-07-11T18:17:28.753Z] 76f5967e80bb: Preparing [2022-07-11T18:17:28.753Z] 788c9f8391d6: Preparing [2022-07-11T18:17:28.753Z] 5045d06e7eff: Preparing [2022-07-11T18:17:28.753Z] 1c03e3c4b17d: Preparing [2022-07-11T18:17:28.753Z] 493737ea87c8: Preparing [2022-07-11T18:17:28.753Z] 4f4ce317c6bb: Preparing [2022-07-11T18:17:28.753Z] 493737ea87c8: Waiting [2022-07-11T18:17:28.753Z] 4f4ce317c6bb: Waiting [2022-07-11T18:17:28.753Z] 1c03e3c4b17d: Layer already exists [2022-07-11T18:17:28.753Z] e99dcb3968ff: Layer already exists [2022-07-11T18:17:28.753Z] 76f5967e80bb: Layer already exists [2022-07-11T18:17:28.753Z] 788c9f8391d6: Layer already exists [2022-07-11T18:17:28.753Z] 5045d06e7eff: Layer already exists [2022-07-11T18:17:29.024Z] 493737ea87c8: Layer already exists [2022-07-11T18:17:29.024Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:17:29.024Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:48de9b4667376c8ebad50511209dfb0f0d223adca52347a26de7e316b8f2dbeb size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:29.384Z] + 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 [2022-07-11T18:17:29.739Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2022-07-11T18:17:29.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-11T18:17:29.739Z] e99dcb3968ff: Preparing [2022-07-11T18:17:29.739Z] 76f5967e80bb: Preparing [2022-07-11T18:17:29.739Z] 788c9f8391d6: Preparing [2022-07-11T18:17:29.739Z] 5045d06e7eff: Preparing [2022-07-11T18:17:29.739Z] 1c03e3c4b17d: Preparing [2022-07-11T18:17:29.739Z] 493737ea87c8: Preparing [2022-07-11T18:17:29.739Z] 4f4ce317c6bb: Preparing [2022-07-11T18:17:29.739Z] 493737ea87c8: Waiting [2022-07-11T18:17:29.739Z] 4f4ce317c6bb: Waiting [2022-07-11T18:17:29.739Z] 788c9f8391d6: Layer already exists [2022-07-11T18:17:29.739Z] 1c03e3c4b17d: Layer already exists [2022-07-11T18:17:29.739Z] 5045d06e7eff: Layer already exists [2022-07-11T18:17:29.739Z] e99dcb3968ff: Layer already exists [2022-07-11T18:17:29.739Z] 76f5967e80bb: Layer already exists [2022-07-11T18:17:30.013Z] 493737ea87c8: Layer already exists [2022-07-11T18:17:30.013Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:17:30.013Z] main: digest: sha256:48de9b4667376c8ebad50511209dfb0f0d223adca52347a26de7e316b8f2dbeb size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:17:30.073Z] ===================================================== [Pipeline] echo [2022-07-11T18:17:30.085Z] taggedImages: [2022-07-11T18:17:30.085Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:17:30.085Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-07-11T18:17:30.085Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.26 [2022-07-11T18:17:30.085Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:17:30.085Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2022-07-11T18:17:30.106Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2022-07-11T18:17:30.106Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:17:30.106Z] latest [2022-07-11T18:17:30.106Z] 2.2.1-dev.26 [2022-07-11T18:17:30.106Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:17:30.106Z] main [2022-07-11T18:17:30.106Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:30.457Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:30.819Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:17:30.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-11T18:17:30.819Z] 5df34eec716c: Preparing [2022-07-11T18:17:30.819Z] a6a32fe36d81: Preparing [2022-07-11T18:17:30.819Z] dbf93cabe8df: Preparing [2022-07-11T18:17:30.819Z] 12efef42975a: Preparing [2022-07-11T18:17:30.819Z] dd565ff850e7: Preparing [2022-07-11T18:17:31.093Z] dd565ff850e7: Layer already exists [2022-07-11T18:17:31.093Z] dbf93cabe8df: Layer already exists [2022-07-11T18:17:31.093Z] 5df34eec716c: Pushed [2022-07-11T18:17:31.366Z] 12efef42975a: Pushed [2022-07-11T18:17:36.758Z] a6a32fe36d81: Pushed [2022-07-11T18:17:36.758Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:ccb44ed2a79c2265917e2452641d786862c9b38636a0e0ade976cc1e7a3e0798 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:37.134Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:37.545Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-07-11T18:17:37.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-11T18:17:37.545Z] 5df34eec716c: Preparing [2022-07-11T18:17:37.545Z] a6a32fe36d81: Preparing [2022-07-11T18:17:37.545Z] dbf93cabe8df: Preparing [2022-07-11T18:17:37.545Z] 12efef42975a: Preparing [2022-07-11T18:17:37.545Z] dd565ff850e7: Preparing [2022-07-11T18:17:37.545Z] 5df34eec716c: Layer already exists [2022-07-11T18:17:37.545Z] a6a32fe36d81: Layer already exists [2022-07-11T18:17:37.545Z] dd565ff850e7: Layer already exists [2022-07-11T18:17:37.545Z] 12efef42975a: Layer already exists [2022-07-11T18:17:37.545Z] dbf93cabe8df: Layer already exists [2022-07-11T18:17:37.819Z] latest: digest: sha256:ccb44ed2a79c2265917e2452641d786862c9b38636a0e0ade976cc1e7a3e0798 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:38.198Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:38.551Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.26 [2022-07-11T18:17:38.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-11T18:17:38.551Z] 5df34eec716c: Preparing [2022-07-11T18:17:38.551Z] a6a32fe36d81: Preparing [2022-07-11T18:17:38.551Z] dbf93cabe8df: Preparing [2022-07-11T18:17:38.551Z] 12efef42975a: Preparing [2022-07-11T18:17:38.551Z] dd565ff850e7: Preparing [2022-07-11T18:17:38.827Z] dd565ff850e7: Layer already exists [2022-07-11T18:17:38.827Z] 5df34eec716c: Layer already exists [2022-07-11T18:17:38.827Z] dbf93cabe8df: Layer already exists [2022-07-11T18:17:38.827Z] 12efef42975a: Layer already exists [2022-07-11T18:17:38.827Z] a6a32fe36d81: Layer already exists [2022-07-11T18:17:38.827Z] 2.2.1-dev.26: digest: sha256:ccb44ed2a79c2265917e2452641d786862c9b38636a0e0ade976cc1e7a3e0798 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:39.190Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:39.542Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:17:39.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-11T18:17:39.542Z] 5df34eec716c: Preparing [2022-07-11T18:17:39.542Z] a6a32fe36d81: Preparing [2022-07-11T18:17:39.542Z] dbf93cabe8df: Preparing [2022-07-11T18:17:39.542Z] 12efef42975a: Preparing [2022-07-11T18:17:39.542Z] dd565ff850e7: Preparing [2022-07-11T18:17:39.542Z] dbf93cabe8df: Layer already exists [2022-07-11T18:17:39.542Z] 5df34eec716c: Layer already exists [2022-07-11T18:17:39.542Z] 12efef42975a: Layer already exists [2022-07-11T18:17:39.542Z] dd565ff850e7: Layer already exists [2022-07-11T18:17:39.542Z] a6a32fe36d81: Layer already exists [2022-07-11T18:17:39.815Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:ccb44ed2a79c2265917e2452641d786862c9b38636a0e0ade976cc1e7a3e0798 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:40.179Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:40.541Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2022-07-11T18:17:40.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-11T18:17:40.541Z] 5df34eec716c: Preparing [2022-07-11T18:17:40.541Z] a6a32fe36d81: Preparing [2022-07-11T18:17:40.541Z] dbf93cabe8df: Preparing [2022-07-11T18:17:40.541Z] 12efef42975a: Preparing [2022-07-11T18:17:40.541Z] dd565ff850e7: Preparing [2022-07-11T18:17:40.541Z] a6a32fe36d81: Layer already exists [2022-07-11T18:17:40.541Z] 5df34eec716c: Layer already exists [2022-07-11T18:17:40.541Z] 12efef42975a: Layer already exists [2022-07-11T18:17:40.541Z] dbf93cabe8df: Layer already exists [2022-07-11T18:17:40.541Z] dd565ff850e7: Layer already exists [2022-07-11T18:17:40.815Z] main: digest: sha256:ccb44ed2a79c2265917e2452641d786862c9b38636a0e0ade976cc1e7a3e0798 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:17:40.871Z] ===================================================== [Pipeline] echo [2022-07-11T18:17:40.881Z] taggedImages: [2022-07-11T18:17:40.881Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:17:40.881Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-07-11T18:17:40.881Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.26 [2022-07-11T18:17:40.881Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:17:40.881Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2022-07-11T18:17:40.900Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2022-07-11T18:17:40.900Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:17:40.900Z] latest [2022-07-11T18:17:40.900Z] 2.2.1-dev.26 [2022-07-11T18:17:40.900Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:17:40.900Z] main [2022-07-11T18:17:40.900Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:41.266Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:41.627Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:17:41.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-11T18:17:41.627Z] 4c867756cfa3: Preparing [2022-07-11T18:17:41.627Z] cc50c998f33b: Preparing [2022-07-11T18:17:41.627Z] dbf93cabe8df: Preparing [2022-07-11T18:17:41.627Z] a9ebc5fbec79: Preparing [2022-07-11T18:17:41.627Z] dd565ff850e7: Preparing [2022-07-11T18:17:41.906Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:17:41.906Z] dbf93cabe8df: Layer already exists [2022-07-11T18:17:41.906Z] dd565ff850e7: Layer already exists [2022-07-11T18:17:41.906Z] 4c867756cfa3: Pushed [2022-07-11T18:17:47.299Z] cc50c998f33b: Pushed [2022-07-11T18:17:47.299Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:7ae65f9d0265ea3cdd047e070ca89547ab137da78f6ffcc9ac0ee756fe20e1fd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:47.659Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:48.010Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-07-11T18:17:48.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-11T18:17:48.010Z] 4c867756cfa3: Preparing [2022-07-11T18:17:48.010Z] cc50c998f33b: Preparing [2022-07-11T18:17:48.010Z] dbf93cabe8df: Preparing [2022-07-11T18:17:48.010Z] a9ebc5fbec79: Preparing [2022-07-11T18:17:48.010Z] dd565ff850e7: Preparing [2022-07-11T18:17:48.010Z] dd565ff850e7: Layer already exists [2022-07-11T18:17:48.010Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:17:48.010Z] dbf93cabe8df: Layer already exists [2022-07-11T18:17:48.010Z] cc50c998f33b: Layer already exists [2022-07-11T18:17:48.010Z] 4c867756cfa3: Layer already exists [2022-07-11T18:17:48.283Z] latest: digest: sha256:7ae65f9d0265ea3cdd047e070ca89547ab137da78f6ffcc9ac0ee756fe20e1fd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:48.642Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:48.991Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.26 [2022-07-11T18:17:48.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-11T18:17:48.991Z] 4c867756cfa3: Preparing [2022-07-11T18:17:48.991Z] cc50c998f33b: Preparing [2022-07-11T18:17:48.991Z] dbf93cabe8df: Preparing [2022-07-11T18:17:48.991Z] a9ebc5fbec79: Preparing [2022-07-11T18:17:48.991Z] dd565ff850e7: Preparing [2022-07-11T18:17:48.991Z] dd565ff850e7: Layer already exists [2022-07-11T18:17:48.991Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:17:48.991Z] dbf93cabe8df: Layer already exists [2022-07-11T18:17:48.991Z] cc50c998f33b: Layer already exists [2022-07-11T18:17:48.991Z] 4c867756cfa3: Layer already exists [2022-07-11T18:17:49.261Z] 2.2.1-dev.26: digest: sha256:7ae65f9d0265ea3cdd047e070ca89547ab137da78f6ffcc9ac0ee756fe20e1fd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:49.627Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:49.983Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:17:49.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-11T18:17:49.983Z] 4c867756cfa3: Preparing [2022-07-11T18:17:49.983Z] cc50c998f33b: Preparing [2022-07-11T18:17:49.983Z] dbf93cabe8df: Preparing [2022-07-11T18:17:49.983Z] a9ebc5fbec79: Preparing [2022-07-11T18:17:49.983Z] dd565ff850e7: Preparing [2022-07-11T18:17:49.983Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:17:49.983Z] cc50c998f33b: Layer already exists [2022-07-11T18:17:49.983Z] 4c867756cfa3: Layer already exists [2022-07-11T18:17:49.983Z] dd565ff850e7: Layer already exists [2022-07-11T18:17:49.983Z] dbf93cabe8df: Layer already exists [2022-07-11T18:17:50.254Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:7ae65f9d0265ea3cdd047e070ca89547ab137da78f6ffcc9ac0ee756fe20e1fd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:50.617Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:50.982Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2022-07-11T18:17:50.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-11T18:17:50.982Z] 4c867756cfa3: Preparing [2022-07-11T18:17:50.982Z] cc50c998f33b: Preparing [2022-07-11T18:17:50.982Z] dbf93cabe8df: Preparing [2022-07-11T18:17:50.982Z] a9ebc5fbec79: Preparing [2022-07-11T18:17:50.982Z] dd565ff850e7: Preparing [2022-07-11T18:17:50.982Z] 4c867756cfa3: Layer already exists [2022-07-11T18:17:50.982Z] dd565ff850e7: Layer already exists [2022-07-11T18:17:50.982Z] dbf93cabe8df: Layer already exists [2022-07-11T18:17:50.982Z] a9ebc5fbec79: Layer already exists [2022-07-11T18:17:50.982Z] cc50c998f33b: Layer already exists [2022-07-11T18:17:51.253Z] main: digest: sha256:7ae65f9d0265ea3cdd047e070ca89547ab137da78f6ffcc9ac0ee756fe20e1fd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:17:51.314Z] ===================================================== [Pipeline] echo [2022-07-11T18:17:51.323Z] taggedImages: [2022-07-11T18:17:51.323Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:17:51.323Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-07-11T18:17:51.323Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.26 [2022-07-11T18:17:51.323Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:17:51.323Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2022-07-11T18:17:51.349Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2022-07-11T18:17:51.349Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:17:51.349Z] latest [2022-07-11T18:17:51.349Z] 2.2.1-dev.26 [2022-07-11T18:17:51.349Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:17:51.349Z] main [2022-07-11T18:17:51.349Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:51.707Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:17:52.065Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:17:52.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-11T18:17:52.065Z] 1705b778281b: Preparing [2022-07-11T18:17:52.065Z] 20d763e07e05: Preparing [2022-07-11T18:17:52.065Z] 720960be9a13: Preparing [2022-07-11T18:17:52.065Z] 9023c82f4b9e: Preparing [2022-07-11T18:17:52.065Z] f0e5a4d6c014: Preparing [2022-07-11T18:17:52.065Z] 3b19d27f08f7: Preparing [2022-07-11T18:17:52.065Z] 73bb99a6e169: Preparing [2022-07-11T18:17:52.065Z] ec06c3102977: Preparing [2022-07-11T18:17:52.065Z] 6a3c62e080c7: Preparing [2022-07-11T18:17:52.065Z] 340cb19ca677: Preparing [2022-07-11T18:17:52.065Z] 4f4ce317c6bb: Preparing [2022-07-11T18:17:52.065Z] ec06c3102977: Waiting [2022-07-11T18:17:52.065Z] 6a3c62e080c7: Waiting [2022-07-11T18:17:52.065Z] 4f4ce317c6bb: Waiting [2022-07-11T18:17:52.065Z] 3b19d27f08f7: Waiting [2022-07-11T18:17:52.065Z] 340cb19ca677: Waiting [2022-07-11T18:17:52.065Z] 73bb99a6e169: Waiting [2022-07-11T18:17:52.338Z] f0e5a4d6c014: Layer already exists [2022-07-11T18:17:52.338Z] 3b19d27f08f7: Layer already exists [2022-07-11T18:17:52.338Z] 73bb99a6e169: Layer already exists [2022-07-11T18:17:52.338Z] ec06c3102977: Layer already exists [2022-07-11T18:17:52.338Z] 20d763e07e05: Pushed [2022-07-11T18:17:52.338Z] 6a3c62e080c7: Layer already exists [2022-07-11T18:17:52.338Z] 340cb19ca677: Layer already exists [2022-07-11T18:17:52.338Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:17:52.938Z] 1705b778281b: Pushed [2022-07-11T18:17:54.905Z] 720960be9a13: Pushed [2022-07-11T18:18:09.953Z] 9023c82f4b9e: Pushed [2022-07-11T18:18:09.953Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:7367047b472a577e2e7ed4667537672443986a7dddb00f822f542fdddc96ac74 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:18:10.319Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:18:10.685Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-07-11T18:18:10.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-11T18:18:10.958Z] 1705b778281b: Preparing [2022-07-11T18:18:10.958Z] 20d763e07e05: Preparing [2022-07-11T18:18:10.958Z] 720960be9a13: Preparing [2022-07-11T18:18:10.958Z] 9023c82f4b9e: Preparing [2022-07-11T18:18:10.958Z] f0e5a4d6c014: Preparing [2022-07-11T18:18:10.958Z] 3b19d27f08f7: Preparing [2022-07-11T18:18:10.958Z] 73bb99a6e169: Preparing [2022-07-11T18:18:10.958Z] ec06c3102977: Preparing [2022-07-11T18:18:10.958Z] 3b19d27f08f7: Waiting [2022-07-11T18:18:10.958Z] 73bb99a6e169: Waiting [2022-07-11T18:18:10.958Z] 6a3c62e080c7: Preparing [2022-07-11T18:18:10.958Z] 340cb19ca677: Preparing [2022-07-11T18:18:10.958Z] 4f4ce317c6bb: Preparing [2022-07-11T18:18:10.958Z] ec06c3102977: Waiting [2022-07-11T18:18:10.958Z] 6a3c62e080c7: Waiting [2022-07-11T18:18:10.958Z] 340cb19ca677: Waiting [2022-07-11T18:18:10.958Z] 4f4ce317c6bb: Waiting [2022-07-11T18:18:10.958Z] 1705b778281b: Layer already exists [2022-07-11T18:18:10.958Z] 9023c82f4b9e: Layer already exists [2022-07-11T18:18:10.958Z] 20d763e07e05: Layer already exists [2022-07-11T18:18:10.958Z] 720960be9a13: Layer already exists [2022-07-11T18:18:10.958Z] f0e5a4d6c014: Layer already exists [2022-07-11T18:18:10.958Z] 3b19d27f08f7: Layer already exists [2022-07-11T18:18:10.958Z] 73bb99a6e169: Layer already exists [2022-07-11T18:18:10.958Z] ec06c3102977: Layer already exists [2022-07-11T18:18:10.958Z] 6a3c62e080c7: Layer already exists [2022-07-11T18:18:10.958Z] 340cb19ca677: Layer already exists [2022-07-11T18:18:10.958Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:18:11.234Z] latest: digest: sha256:7367047b472a577e2e7ed4667537672443986a7dddb00f822f542fdddc96ac74 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:18:11.615Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:18:12.008Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.26 [2022-07-11T18:18:12.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-11T18:18:12.008Z] 1705b778281b: Preparing [2022-07-11T18:18:12.008Z] 20d763e07e05: Preparing [2022-07-11T18:18:12.008Z] 720960be9a13: Preparing [2022-07-11T18:18:12.008Z] 9023c82f4b9e: Preparing [2022-07-11T18:18:12.008Z] f0e5a4d6c014: Preparing [2022-07-11T18:18:12.008Z] 3b19d27f08f7: Preparing [2022-07-11T18:18:12.008Z] 73bb99a6e169: Preparing [2022-07-11T18:18:12.008Z] ec06c3102977: Preparing [2022-07-11T18:18:12.008Z] 6a3c62e080c7: Preparing [2022-07-11T18:18:12.008Z] 340cb19ca677: Preparing [2022-07-11T18:18:12.008Z] 4f4ce317c6bb: Preparing [2022-07-11T18:18:12.008Z] 3b19d27f08f7: Waiting [2022-07-11T18:18:12.008Z] 6a3c62e080c7: Waiting [2022-07-11T18:18:12.008Z] ec06c3102977: Waiting [2022-07-11T18:18:12.008Z] 340cb19ca677: Waiting [2022-07-11T18:18:12.008Z] 4f4ce317c6bb: Waiting [2022-07-11T18:18:12.008Z] 73bb99a6e169: Waiting [2022-07-11T18:18:12.303Z] 720960be9a13: Layer already exists [2022-07-11T18:18:12.303Z] f0e5a4d6c014: Layer already exists [2022-07-11T18:18:12.303Z] 9023c82f4b9e: Layer already exists [2022-07-11T18:18:12.303Z] 20d763e07e05: Layer already exists [2022-07-11T18:18:12.303Z] 1705b778281b: Layer already exists [2022-07-11T18:18:12.303Z] 3b19d27f08f7: Layer already exists [2022-07-11T18:18:12.303Z] 6a3c62e080c7: Layer already exists [2022-07-11T18:18:12.303Z] ec06c3102977: Layer already exists [2022-07-11T18:18:12.303Z] 73bb99a6e169: Layer already exists [2022-07-11T18:18:12.303Z] 340cb19ca677: Layer already exists [2022-07-11T18:18:12.303Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:18:12.303Z] 2.2.1-dev.26: digest: sha256:7367047b472a577e2e7ed4667537672443986a7dddb00f822f542fdddc96ac74 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:18:12.684Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:18:13.051Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:18:13.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-11T18:18:13.051Z] 1705b778281b: Preparing [2022-07-11T18:18:13.051Z] 20d763e07e05: Preparing [2022-07-11T18:18:13.051Z] 720960be9a13: Preparing [2022-07-11T18:18:13.051Z] 9023c82f4b9e: Preparing [2022-07-11T18:18:13.051Z] f0e5a4d6c014: Preparing [2022-07-11T18:18:13.051Z] 3b19d27f08f7: Preparing [2022-07-11T18:18:13.051Z] 73bb99a6e169: Preparing [2022-07-11T18:18:13.051Z] ec06c3102977: Preparing [2022-07-11T18:18:13.051Z] 6a3c62e080c7: Preparing [2022-07-11T18:18:13.051Z] 340cb19ca677: Preparing [2022-07-11T18:18:13.051Z] 4f4ce317c6bb: Preparing [2022-07-11T18:18:13.051Z] 6a3c62e080c7: Waiting [2022-07-11T18:18:13.051Z] 3b19d27f08f7: Waiting [2022-07-11T18:18:13.051Z] 73bb99a6e169: Waiting [2022-07-11T18:18:13.051Z] ec06c3102977: Waiting [2022-07-11T18:18:13.051Z] 340cb19ca677: Waiting [2022-07-11T18:18:13.051Z] 4f4ce317c6bb: Waiting [2022-07-11T18:18:13.324Z] 9023c82f4b9e: Layer already exists [2022-07-11T18:18:13.324Z] 1705b778281b: Layer already exists [2022-07-11T18:18:13.324Z] f0e5a4d6c014: Layer already exists [2022-07-11T18:18:13.324Z] 20d763e07e05: Layer already exists [2022-07-11T18:18:13.324Z] 720960be9a13: Layer already exists [2022-07-11T18:18:13.324Z] 73bb99a6e169: Layer already exists [2022-07-11T18:18:13.324Z] ec06c3102977: Layer already exists [2022-07-11T18:18:13.324Z] 340cb19ca677: Layer already exists [2022-07-11T18:18:13.324Z] 6a3c62e080c7: Layer already exists [2022-07-11T18:18:13.324Z] 3b19d27f08f7: Layer already exists [2022-07-11T18:18:13.324Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:18:13.324Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:7367047b472a577e2e7ed4667537672443986a7dddb00f822f542fdddc96ac74 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:18:13.685Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:18:14.035Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2022-07-11T18:18:14.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-11T18:18:14.035Z] 1705b778281b: Preparing [2022-07-11T18:18:14.035Z] 20d763e07e05: Preparing [2022-07-11T18:18:14.035Z] 720960be9a13: Preparing [2022-07-11T18:18:14.035Z] 9023c82f4b9e: Preparing [2022-07-11T18:18:14.035Z] f0e5a4d6c014: Preparing [2022-07-11T18:18:14.035Z] 3b19d27f08f7: Preparing [2022-07-11T18:18:14.035Z] 73bb99a6e169: Preparing [2022-07-11T18:18:14.035Z] ec06c3102977: Preparing [2022-07-11T18:18:14.035Z] 6a3c62e080c7: Preparing [2022-07-11T18:18:14.035Z] 340cb19ca677: Preparing [2022-07-11T18:18:14.035Z] 4f4ce317c6bb: Preparing [2022-07-11T18:18:14.035Z] 73bb99a6e169: Waiting [2022-07-11T18:18:14.035Z] ec06c3102977: Waiting [2022-07-11T18:18:14.035Z] 6a3c62e080c7: Waiting [2022-07-11T18:18:14.035Z] 340cb19ca677: Waiting [2022-07-11T18:18:14.035Z] 4f4ce317c6bb: Waiting [2022-07-11T18:18:14.035Z] 3b19d27f08f7: Waiting [2022-07-11T18:18:14.035Z] f0e5a4d6c014: Layer already exists [2022-07-11T18:18:14.035Z] 20d763e07e05: Layer already exists [2022-07-11T18:18:14.035Z] 720960be9a13: Layer already exists [2022-07-11T18:18:14.035Z] 1705b778281b: Layer already exists [2022-07-11T18:18:14.311Z] 9023c82f4b9e: Layer already exists [2022-07-11T18:18:14.311Z] 73bb99a6e169: Layer already exists [2022-07-11T18:18:14.311Z] ec06c3102977: Layer already exists [2022-07-11T18:18:14.311Z] 3b19d27f08f7: Layer already exists [2022-07-11T18:18:14.311Z] 6a3c62e080c7: Layer already exists [2022-07-11T18:18:14.311Z] 340cb19ca677: Layer already exists [2022-07-11T18:18:14.311Z] 4f4ce317c6bb: Layer already exists [2022-07-11T18:18:14.311Z] main: digest: sha256:7367047b472a577e2e7ed4667537672443986a7dddb00f822f542fdddc96ac74 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T18:18:14.367Z] ===================================================== [Pipeline] echo [2022-07-11T18:18:14.375Z] taggedImages: [2022-07-11T18:18:14.375Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T18:18:14.375Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-07-11T18:18:14.375Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.26 [2022-07-11T18:18:14.375Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T18:18:14.375Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:18:14.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T18:18:14.757Z] [2022-07-11T18:18:14.757Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:18:15.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T18:18:15.375Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-11T18:18:15.375Z] 8998bd30e6a1: Pulling fs layer [2022-07-11T18:18:15.375Z] 04944245beec: Pulling fs layer [2022-07-11T18:18:15.375Z] 699f458cf7ca: Pulling fs layer [2022-07-11T18:18:15.375Z] 765212b225bb: Pulling fs layer [2022-07-11T18:18:15.375Z] f23df028b6ca: Pulling fs layer [2022-07-11T18:18:15.375Z] d65c8cfc05b1: Pulling fs layer [2022-07-11T18:18:15.375Z] 2437ff75d9bd: Pulling fs layer [2022-07-11T18:18:15.375Z] 765212b225bb: Waiting [2022-07-11T18:18:15.375Z] d65c8cfc05b1: Waiting [2022-07-11T18:18:15.375Z] f23df028b6ca: Waiting [2022-07-11T18:18:15.375Z] 2437ff75d9bd: Waiting [2022-07-11T18:18:15.375Z] 04944245beec: Verifying Checksum [2022-07-11T18:18:15.375Z] 04944245beec: Download complete [2022-07-11T18:18:15.375Z] 765212b225bb: Verifying Checksum [2022-07-11T18:18:15.375Z] 765212b225bb: Download complete [2022-07-11T18:18:15.375Z] f23df028b6ca: Verifying Checksum [2022-07-11T18:18:15.375Z] f23df028b6ca: Download complete [2022-07-11T18:18:15.375Z] d65c8cfc05b1: Verifying Checksum [2022-07-11T18:18:15.375Z] d65c8cfc05b1: Download complete [2022-07-11T18:18:15.650Z] 699f458cf7ca: Verifying Checksum [2022-07-11T18:18:15.650Z] 699f458cf7ca: Download complete [2022-07-11T18:18:15.925Z] 8998bd30e6a1: Verifying Checksum [2022-07-11T18:18:15.925Z] 8998bd30e6a1: Download complete [2022-07-11T18:18:18.550Z] 2437ff75d9bd: Verifying Checksum [2022-07-11T18:18:18.550Z] 2437ff75d9bd: Download complete [2022-07-11T18:18:20.529Z] 8998bd30e6a1: Pull complete [2022-07-11T18:18:21.125Z] 04944245beec: Pull complete [2022-07-11T18:18:22.562Z] 699f458cf7ca: Pull complete [2022-07-11T18:18:22.834Z] 765212b225bb: Pull complete [2022-07-11T18:18:23.810Z] f23df028b6ca: Pull complete [2022-07-11T18:18:24.081Z] d65c8cfc05b1: Pull complete [2022-07-11T18:18:39.157Z] 2437ff75d9bd: Pull complete [2022-07-11T18:18:39.432Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-11T18:18:39.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T18:18:39.432Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T18:18:39.705Z] prd-ubuntu20.04-docker-arm64-4c-16g-19313 does not seem to be running inside a container [2022-07-11T18:18:39.794Z] $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@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-lftools-log-publisher:arm64 cat [2022-07-11T18:18:41.356Z] $ docker top ec22e3f4ce10056356d77129d2475eab084712a70931faf8b7bfdbb6bb4f4e1c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T18:18:42.325Z] ---> job-cost.sh [2022-07-11T18:18:42.325Z] lf-activate-venv: SKIPPING [2022-07-11T18:18:42.325Z] INFO: No Stack... [2022-07-11T18:18:42.918Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-11T18:18:43.894Z] INFO: Archiving Costs [Pipeline] sh [2022-07-11T18:18:44.557Z] + cat /w/workspace/edgex-go/257/archives/cost.csv [2022-07-11T18:18:44.557Z] + cut -d, -f6 [Pipeline] lock [2022-07-11T18:18:44.594Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-257-stack-cost] [2022-07-11T18:18:44.603Z] Resource [jenkins-edgexfoundry-edgex-go-main-257-stack-cost] did not exist. Created. [2022-07-11T18:18:44.603Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-257-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-11T18:18:45.286Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-11T18:18:45.969Z] Stashed 1 file(s) [Pipeline] } [2022-07-11T18:18:45.975Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-257-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-11T18:18:46.003Z] $ docker stop --time=1 ec22e3f4ce10056356d77129d2475eab084712a70931faf8b7bfdbb6bb4f4e1c [2022-07-11T18:18:47.590Z] $ docker rm -f ec22e3f4ce10056356d77129d2475eab084712a70931faf8b7bfdbb6bb4f4e1c [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 [2022-07-11T18:18:48.588Z] + [ -d /w/workspace/edgex-go/257/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-07-11T18:18:48.940Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T18:18:49.809Z] ---> package-listing.sh [2022-07-11T18:18:49.809Z] ++ facter osfamily [2022-07-11T18:18:49.809Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-11T18:18:50.070Z] + OS_FAMILY=debian [2022-07-11T18:18:50.070Z] + workspace=/w/workspace/edgex-go/257 [2022-07-11T18:18:50.070Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-11T18:18:50.070Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-11T18:18:50.070Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-11T18:18:50.070Z] + PACKAGES=/tmp/packages_start.txt [2022-07-11T18:18:50.070Z] + '[' /w/workspace/edgex-go/257 ']' [2022-07-11T18:18:50.070Z] + PACKAGES=/tmp/packages_end.txt [2022-07-11T18:18:50.070Z] + case "${OS_FAMILY}" in [2022-07-11T18:18:50.070Z] + dpkg -l [2022-07-11T18:18:50.070Z] + grep '^ii' [2022-07-11T18:18:50.070Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-11T18:18:50.070Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-11T18:18:50.070Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-11T18:18:50.070Z] + '[' /w/workspace/edgex-go/257 ']' [2022-07-11T18:18:50.071Z] + mkdir -p /w/workspace/edgex-go/257/archives/ [2022-07-11T18:18:50.071Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/257/archives/ [Pipeline] echo [2022-07-11T18:18:50.084Z] 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/257/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-07-11T18:18:50.366Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:18:50.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T18:18:50.941Z] [2022-07-11T18:18:50.941Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:18:51.246Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T18:18:51.246Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-11T18:18:51.246Z] 5eb5b503b376: Pulling fs layer [2022-07-11T18:18:51.246Z] 5c69ac0246d0: Pulling fs layer [2022-07-11T18:18:51.246Z] ec43610c2a17: Pulling fs layer [2022-07-11T18:18:51.246Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-11T18:18:51.246Z] 33b1e0a273af: Pulling fs layer [2022-07-11T18:18:51.246Z] 5d3b04190fa2: Pulling fs layer [2022-07-11T18:18:51.246Z] 2f39f015ded8: Pulling fs layer [2022-07-11T18:18:51.246Z] 5d3b04190fa2: Waiting [2022-07-11T18:18:51.246Z] 33b1e0a273af: Waiting [2022-07-11T18:18:51.246Z] 2f39f015ded8: Waiting [2022-07-11T18:18:51.246Z] 3a2ae6a8a46f: Waiting [2022-07-11T18:18:51.246Z] 5c69ac0246d0: Verifying Checksum [2022-07-11T18:18:51.246Z] 5c69ac0246d0: Download complete [2022-07-11T18:18:51.246Z] 3a2ae6a8a46f: Verifying Checksum [2022-07-11T18:18:51.246Z] 3a2ae6a8a46f: Download complete [2022-07-11T18:18:51.246Z] 33b1e0a273af: Verifying Checksum [2022-07-11T18:18:51.246Z] 33b1e0a273af: Download complete [2022-07-11T18:18:51.514Z] ec43610c2a17: Verifying Checksum [2022-07-11T18:18:51.514Z] ec43610c2a17: Download complete [2022-07-11T18:18:51.514Z] 5d3b04190fa2: Verifying Checksum [2022-07-11T18:18:51.514Z] 5d3b04190fa2: Download complete [2022-07-11T18:18:51.514Z] 5eb5b503b376: Verifying Checksum [2022-07-11T18:18:51.514Z] 5eb5b503b376: Download complete [2022-07-11T18:18:52.084Z] 2f39f015ded8: Download complete [2022-07-11T18:18:52.653Z] 5eb5b503b376: Pull complete [2022-07-11T18:18:52.920Z] 5c69ac0246d0: Pull complete [2022-07-11T18:18:53.180Z] ec43610c2a17: Pull complete [2022-07-11T18:18:53.441Z] 3a2ae6a8a46f: Pull complete [2022-07-11T18:18:53.700Z] 33b1e0a273af: Pull complete [2022-07-11T18:18:53.700Z] 5d3b04190fa2: Pull complete [2022-07-11T18:18:57.895Z] 2f39f015ded8: Pull complete [2022-07-11T18:18:57.895Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-11T18:18:57.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T18:18:57.895Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T18:18:57.986Z] prd-ubuntu20.04-docker-8c-8g-19312 does not seem to be running inside a container [2022-07-11T18:18:58.022Z] $ 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/257/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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@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:latest cat [2022-07-11T18:18:59.907Z] $ docker top c1ee2499ce197394587a63e63950701029a620bbabc4cae84ffadefd43640952 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T18:19:00.283Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-11T18:19:00.575Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-11T18:19:00.865Z] + ls /var/log/sa-host [2022-07-11T18:19:00.865Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T18:19:01.001Z] provisioning config files... [2022-07-11T18:19:01.012Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/257@tmp/config4170795548423853369tmp [Pipeline] { [Pipeline] echo [2022-07-11T18:19:01.027Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T18:19:01.314Z] ---> create-netrc.sh [Pipeline] } [2022-07-11T18:19:01.321Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-11T18:19:01.651Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-11T18:19:01.662Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T18:19:01.956Z] ---> sudo-logs.sh [2022-07-11T18:19:01.956Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-11T18:19:01.989Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T18:19:02.277Z] ---> job-cost.sh [2022-07-11T18:19:02.277Z] lf-activate-venv: SKIPPING [2022-07-11T18:19:02.277Z] DEBUG: total: 0.10999999940395355 [2022-07-11T18:19:02.277Z] INFO: Retrieving Stack Cost... [2022-07-11T18:19:02.538Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-11T18:19:03.108Z] INFO: Archiving Costs [Pipeline] echo [2022-07-11T18:19:03.122Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T18:19:03.417Z] ---> logs-deploy.sh [2022-07-11T18:19:03.417Z] lf-activate-venv: SKIPPING [2022-07-11T18:19:03.417Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/257 [2022-07-11T18:19:03.417Z] INFO: archiving workspace using pattern(s): [2022-07-11T18:19:04.357Z] Archives upload complete. [2022-07-11T18:19:04.357Z] INFO: archiving logs to Nexus