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 17:51:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:51:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:51:50 ========================================================= 17:51:50 EdgeX Global Pipelines Version Info 17:51:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:51:51 ------------------- 17:51:51 stable info: 17:51:51 ------------------- 17:51:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:51:51 Commit SHA: 7e4371ac6d730b8e642184b898413c6ef59a5643 17:51:51 Message: update stable to v1.0.236 17:51:51 ------------------- 17:51:51 experimental info: 17:51:51 ------------------- 17:51:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:51:51 Commit SHA: 7e4371ac6d730b8e642184b898413c6ef59a5643 17:51:51 Message: update experimental to v1.0.236 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fb67e34 [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:51:52 provisioning config files... 17:51:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/257@tmp/config729672066568189744tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:51:52 ---> docker-login.sh 17:51:52 nexus3.edgexfoundry.org:10001 17:51:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:53 Configure a credential helper to remove this warning. See 17:51:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:53 17:51:53 Login Succeeded 17:51:53 nexus3.edgexfoundry.org:10002 17:51:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:53 Configure a credential helper to remove this warning. See 17:51:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:53 17:51:53 Login Succeeded 17:51:53 nexus3.edgexfoundry.org:10003 17:51:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:53 Configure a credential helper to remove this warning. See 17:51:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:53 17:51:53 Login Succeeded 17:51:53 nexus3.edgexfoundry.org:10004 17:51:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:53 Configure a credential helper to remove this warning. See 17:51:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:53 17:51:53 Login Succeeded 17:51:53 docker.io 17:51:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:54 Configure a credential helper to remove this warning. See 17:51:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:54 17:51:54 Login Succeeded 17:51:54 ---> docker-login.sh ends [Pipeline] } 17:51:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:51:54 + 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 17:51:54 + cut -d/ -f2 17:51:54 + dirname cmd/core-command/Dockerfile 17:51:54 + echo core-command,cmd/core-command/Dockerfile 17:51:54 + + dirname cmd/core-data/Dockerfile 17:51:54 cut -d/ -f2 17:51:54 + echo core-data,cmd/core-data/Dockerfile 17:51:54 + + dirname cmd/core-metadata/Dockerfile 17:51:54 cut -d/ -f2 17:51:54 + echo core-metadata,cmd/core-metadata/Dockerfile 17:51:54 + cut+ -d/ -f2 17:51:54 dirname cmd/security-bootstrapper/Dockerfile 17:51:54 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:51:54 + dirname cmd/security-proxy-setup/Dockerfile 17:51:54 + cut -d/ -f2 17:51:54 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:51:54 + + dirname cmd/security-secretstore-setup/Dockerfile 17:51:54 cut -d/ -f2 17:51:54 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:51:54 + dirname cmd/security-spiffe-token-provider/Dockerfile 17:51:54 + cut -d/ -f2 17:51:54 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 17:51:54 + dirname cmd/security-spire-agent/Dockerfile 17:51:54 + cut -d/ -f2 17:51:54 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 17:51:54 + dirname cmd/security-spire-config/Dockerfile 17:51:54 + cut -d/ -f2 17:51:54 + echo security-spire-config,cmd/security-spire-config/Dockerfile 17:51:54 + dirname cmd/security-spire-server/Dockerfile 17:51:54 + cut -d/ -f2 17:51:54 + echo security-spire-server,cmd/security-spire-server/Dockerfile 17:51:54 + + cutdirname -d/ cmd/support-notifications/Dockerfile -f2 17:51:54 17:51:54 + echo support-notifications,cmd/support-notifications/Dockerfile 17:51:54 + cut -d/ -f2 17:51:54 + dirname cmd/support-scheduler/Dockerfile 17:51:54 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:51:54 + dirname cmd/sys-mgmt-agent/Dockerfile 17:51:54 + cut -d/ -f2 17:51:54 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:51:54 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 17:51:54 + git rev-list -1 --merges fb67e34980dfa056f4ddb70a50fca33d4f71295e~1..fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] echo 17:51:54 -----------> git rev-list -1 --merges fb67e34980dfa056f4ddb70a50fca33d4f71295e~1..fb67e34980dfa056f4ddb70a50fca33d4f71295e fb67e34980dfa056f4ddb70a50fca33d4f71295e [false] [Pipeline] sh 17:51:55 + git log --format=format:%s -1 fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] echo 17:51:55 ========================================================= 17:51:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:51:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 17:51:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:51:55 + grep -v github /etc/ssh/ssh_known_hosts 17:51:55 + [ -e /tmp/ssh_known_hosts ] 17:51:55 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:51:55 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:51:55 + sudo tee -a /etc/ssh/ssh_known_hosts 17:51:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:51:56 17:51:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:51:56 0.1.4: Pulling from edgex-devops/py-git-semver 17:51:56 b85a868b505f: Pulling fs layer 17:51:56 e2be974225ed: Pulling fs layer 17:51:56 339a4e72a1f5: Pulling fs layer 17:51:56 988bab9f4d93: Pulling fs layer 17:51:56 1469e6f7b9e6: Pulling fs layer 17:51:56 eaf3925da568: Pulling fs layer 17:51:56 988bab9f4d93: Waiting 17:51:56 bab4dde63d76: Pulling fs layer 17:51:56 bde34c3a00c8: Pulling fs layer 17:51:56 b352a97aabf1: Pulling fs layer 17:51:56 4872d77fe225: Pulling fs layer 17:51:56 5851b861e8e6: Pulling fs layer 17:51:56 5851b861e8e6: Waiting 17:51:56 4872d77fe225: Waiting 17:51:56 b352a97aabf1: Waiting 17:51:56 1469e6f7b9e6: Waiting 17:51:56 bde34c3a00c8: Waiting 17:51:56 eaf3925da568: Waiting 17:51:56 e2be974225ed: Download complete 17:51:56 988bab9f4d93: Verifying Checksum 17:51:56 988bab9f4d93: Download complete 17:51:56 1469e6f7b9e6: Verifying Checksum 17:51:56 1469e6f7b9e6: Download complete 17:51:56 339a4e72a1f5: Verifying Checksum 17:51:56 339a4e72a1f5: Download complete 17:51:56 eaf3925da568: Download complete 17:51:56 bde34c3a00c8: Verifying Checksum 17:51:56 bde34c3a00c8: Download complete 17:51:56 b352a97aabf1: Verifying Checksum 17:51:56 b352a97aabf1: Download complete 17:51:56 4872d77fe225: Verifying Checksum 17:51:56 4872d77fe225: Download complete 17:51:56 5851b861e8e6: Download complete 17:51:56 b85a868b505f: Verifying Checksum 17:51:56 b85a868b505f: Download complete 17:51:56 bab4dde63d76: Verifying Checksum 17:51:56 bab4dde63d76: Download complete 17:51:58 b85a868b505f: Pull complete 17:51:58 e2be974225ed: Pull complete 17:51:58 339a4e72a1f5: Pull complete 17:51:58 988bab9f4d93: Pull complete 17:51:59 1469e6f7b9e6: Pull complete 17:51:59 eaf3925da568: Pull complete 17:52:01 bab4dde63d76: Pull complete 17:52:01 bde34c3a00c8: Pull complete 17:52:01 b352a97aabf1: Pull complete 17:52:01 4872d77fe225: Pull complete 17:52:01 5851b861e8e6: Pull complete 17:52:01 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:52:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:52:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:52:01 prd-ubuntu20.04-docker-8c-8g-19312 does not seem to be running inside a container 17:52:01 $ 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 17:52:03 $ docker top d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 -eo pid,comm 17:52:03 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). 17:52:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:52:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:03 [ssh-agent] Looking for ssh-agent implementation... 17:52:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:03 $ docker exec d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 ssh-agent 17:52:03 SSH_AUTH_SOCK=/tmp/ssh-oT0eVSNlHvBR/agent.34 17:52:03 SSH_AGENT_PID=40 17:52:03 Running ssh-add (command line suppressed) 17:52:04 Identity added: /w/workspace/edgex-go/257@tmp/private_key_3840842464369116559.key (/w/workspace/edgex-go/257@tmp/private_key_3840842464369116559.key) 17:52:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:04 + git tag --points-at HEAD [Pipeline] } 17:52:04 $ docker exec --env ******** --env ******** d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 ssh-agent -k 17:52:04 unset SSH_AUTH_SOCK; 17:52:04 unset SSH_AGENT_PID; 17:52:04 echo Agent pid 40 killed; 17:52:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:52:04 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v2.2.1-dev.25' [Pipeline] sshagent 17:52:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:04 [ssh-agent] Looking for ssh-agent implementation... 17:52:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:04 $ docker exec d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 ssh-agent 17:52:04 SSH_AUTH_SOCK=/tmp/ssh-07K4cRHlTR3l/agent.73 17:52:04 SSH_AGENT_PID=79 17:52:04 Running ssh-add (command line suppressed) 17:52:04 Identity added: /w/workspace/edgex-go/257@tmp/private_key_4829820373982316242.key (/w/workspace/edgex-go/257@tmp/private_key_4829820373982316242.key) 17:52:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:05 + git semver init 17:52:05 2022-07-11 17:52:05,413 [run_init] DEBUG init version:0.0.0 force:False 17:52:05 2022-07-11 17:52:05,414 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/257/.semver 17:52:05 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 17:52:05 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) 17:52:09 2022-07-11 17:52:09,296 [append_file] DEBUG append to file:/w/workspace/edgex-go/257/.git/info/exclude 17:52:09 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 17:52:09 2022-07-11 17:52:09,297 [read_version] DEBUG read version from /w/workspace/edgex-go/257/.semver/main 17:52:09 2022-07-11 17:52:09,297 [read_version] DEBUG read version from /w/workspace/edgex-go/257/.semver/main 17:52:09 2.2.1-dev.26 [Pipeline] } 17:52:09 $ docker exec --env ******** --env ******** d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 ssh-agent -k 17:52:09 unset SSH_AUTH_SOCK; 17:52:09 unset SSH_AGENT_PID; 17:52:09 echo Agent pid 79 killed; 17:52:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:52:10 + git semver [Pipeline] } 17:52:10 $ docker stop --time=1 d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 17:52:11 $ docker rm -f d93d685b7ecbaa81d78afd1a4bee2a699837e8ef2a3820881bb9f3e6a3a28348 [Pipeline] // withDockerContainer [Pipeline] sh 17:52:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:52:12 Stashed 1 file(s) [Pipeline] echo 17:52:12 [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 17:52:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:52:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:52:12 ========================================================= 17:52:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 17:52:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:52:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:52:12 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 17:52:12 2408cc74d12b: Pulling fs layer 17:52:12 ea60b727a1ce: Pulling fs layer 17:52:12 30c4a7721957: Pulling fs layer 17:52:12 370296b7ddb6: Pulling fs layer 17:52:12 7c6cee850709: Pulling fs layer 17:52:12 39a5fcdaea64: Pulling fs layer 17:52:12 d94ebbe4e438: Pulling fs layer 17:52:12 bcfd1f05c69d: Pulling fs layer 17:52:12 59ccb84bbe0f: Pulling fs layer 17:52:12 d94ebbe4e438: Waiting 17:52:12 370296b7ddb6: Waiting 17:52:12 7c6cee850709: Waiting 17:52:12 bcfd1f05c69d: Waiting 17:52:12 59ccb84bbe0f: Waiting 17:52:12 39a5fcdaea64: Waiting 17:52:12 30c4a7721957: Verifying Checksum 17:52:12 30c4a7721957: Download complete 17:52:12 ea60b727a1ce: Verifying Checksum 17:52:12 ea60b727a1ce: Download complete 17:52:12 7c6cee850709: Download complete 17:52:12 39a5fcdaea64: Download complete 17:52:12 2408cc74d12b: Verifying Checksum 17:52:13 d94ebbe4e438: Verifying Checksum 17:52:13 d94ebbe4e438: Download complete 17:52:13 2408cc74d12b: Pull complete 17:52:13 ea60b727a1ce: Pull complete 17:52:13 30c4a7721957: Pull complete 17:52:13 370296b7ddb6: Verifying Checksum 17:52:13 370296b7ddb6: Download complete 17:52:13 59ccb84bbe0f: Verifying Checksum 17:52:13 59ccb84bbe0f: Download complete 17:52:14 bcfd1f05c69d: Verifying Checksum 17:52:14 bcfd1f05c69d: Download complete 17:52:18 370296b7ddb6: Pull complete 17:52:18 7c6cee850709: Pull complete 17:52:18 39a5fcdaea64: Pull complete 17:52:18 d94ebbe4e438: Pull complete 17:52:20 bcfd1f05c69d: Pull complete 17:52:21 59ccb84bbe0f: Pull complete 17:52:21 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 17:52:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:52:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 17:52:21 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:52:21 WORKDIR /edgex 17:52:21 COPY go.mod . 17:52:21 RUN go mod download 17:52:21 + docker build -t ci-base-image-x86_64 -f - . 17:52:22 Sending build context to Docker daemon 335.2MB 17:52:22 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:52:22 ---> a4fb48ad2a94 17:52:22 Step 2/4 : WORKDIR /edgex 17:52:25 ---> Running in 01484824b8e0 17:52:25 Removing intermediate container 01484824b8e0 17:52:25 ---> b4179cbaf094 17:52:25 Step 3/4 : COPY go.mod . 17:52:25 ---> efcf84b83bcb 17:52:25 Step 4/4 : RUN go mod download 17:52:25 ---> Running in 2aa1df460c8e 17:52:27 Still waiting to schedule task 17:52:27 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 17:52:35 Removing intermediate container 2aa1df460c8e 17:52:35 ---> d84bf1438d1c 17:52:35 Successfully built d84bf1438d1c 17:52:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:52:35 + docker inspect -f . ci-base-image-x86_64 17:52:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:52:35 prd-ubuntu20.04-docker-8c-8g-19312 does not seem to be running inside a container 17:52:35 $ 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 17:52:36 $ docker top 8287999e04cca1016758a65e9cb32003feeb24d557b56f363a11415a2f8e1a3b -eo pid,comm [Pipeline] { [Pipeline] sh 17:52:36 + go version 17:52:36 go version go1.18.3 linux/amd64 [Pipeline] } 17:52:36 $ docker stop --time=1 8287999e04cca1016758a65e9cb32003feeb24d557b56f363a11415a2f8e1a3b 17:52:38 $ 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 17:52:38 + docker inspect -f . ci-base-image-x86_64 17:52:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:52:38 prd-ubuntu20.04-docker-8c-8g-19312 does not seem to be running inside a container 17:52:38 $ 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 17:52:38 $ docker top ed82066fc05c583e79467790ed4f230645a284cae83e775a7ed851680e0e18e7 -eo pid,comm [Pipeline] { [Pipeline] echo 17:52:39 ========================================================= 17:52:39 [edgeXBuildGoParallel] Running Tests and Build... 17:52:39 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:52:39 + make test 17:52:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:52:46 ? github.com/edgexfoundry/edgex-go [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 17:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.038s coverage: 28.7% of statements 17:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.145s coverage: 98.5% of statements 17:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 17:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.097s coverage: 54.2% of statements 17:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:53:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.082s coverage: 89.2% of statements 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 17:53:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.092s coverage: 83.8% of statements 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:53:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.460s coverage: 95.6% of statements 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 17:53:05 ok github.com/edgexfoundry/edgex-go/internal/io 0.061s coverage: 72.2% of statements 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:53:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 60.0% of statements 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:53:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.050s coverage: 0.9% of statements 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 17:53:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 17:53:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.087s coverage: 29.6% of statements 17:53:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:53:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements 17:53:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements 17:53:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements 17:53:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements 17:53:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 17:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements 17:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 17:53:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.217s coverage: 82.5% of statements 17:53:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.073s coverage: 58.8% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.0% of statements 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 85.4% of statements 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.2% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 64.4% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.322s coverage: 65.4% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.151s coverage: 43.8% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.068s coverage: 84.8% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.187s coverage: 92.3% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.122s coverage: 97.7% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.065s coverage: 28.9% of statements 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 17:53:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 17:53:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 17:53:24 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 17:53:42 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." 17:53:42 cmd/core-command/main.go:1: : error obtaining VCS status: exit status 128 17:53:42 Use -buildvcs=false to disable VCS stamping. (typecheck) 17:53:42 /******************************************************************************* 17:53:42 cmd/core-data/main.go:1: : error obtaining VCS status: exit status 128 17:53:42 Use -buildvcs=false to disable VCS stamping. (typecheck) 17:53:42 /******************************************************************************* 17:53:42 cmd/core-metadata/main.go:1: : error obtaining VCS status: exit status 128 17:53:42 Use -buildvcs=false to disable VCS stamping. (typecheck) 17:53:42 /******************************************************************************* 17:53:42 make: *** [Makefile:138: lint] Error 1 [Pipeline] } 17:53:42 $ docker stop --time=1 ed82066fc05c583e79467790ed4f230645a284cae83e775a7ed851680e0e18e7 17:53:44 $ 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] } 17:53:45 Failed in branch amd64 17:54:11 Running on prd-ubuntu20.04-docker-arm64-4c-16g-19313 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 17:54:11 Running in /w/workspace/edgex-go/257 [Pipeline] { [Pipeline] checkout 17:54:11 The recommended git tool is: git 17:54:16 using credential edgex-jenkins-ssh 17:54:16 Cloning the remote Git repository 17:54:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:54:16 > git init /w/workspace/edgex-go/257 # timeout=10 17:54:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:54:16 > git --version # timeout=10 17:54:17 > git --version # 'git version 2.25.1' 17:54:17 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:32 Avoid second fetch 17:54:32 Checking out Revision fb67e34980dfa056f4ddb70a50fca33d4f71295e (main) 17:54:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:54:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:32 > git config core.sparsecheckout # timeout=10 17:54:32 > git checkout -f fb67e34980dfa056f4ddb70a50fca33d4f71295e # timeout=10 17:54:37 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 17:54:37 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:54:37 % Total % Received % Xferd Average Speed Time Time Time Current 17:54:37 Dload Upload Total Spent Left Speed 17:54:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 75777 0 --:--:-- --:--:-- --:--:-- 76248 [Pipeline] sh 17:54:38 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:54:39 + sudo tee /etc/docker/daemon.new 17:54:39 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:54:39 { 17:54:39 "registry-mirrors": [ 17:54:39 "https://nexus3.edgexfoundry.org:10001" 17:54:39 ], 17:54:39 "bip": "10.250.0.254/24", 17:54:39 "hosts": [ 17:54:39 "tcp://0.0.0.0:5555", 17:54:39 "unix:///var/run/docker.sock" 17:54:39 ], 17:54:39 "mtu": 1458, 17:54:39 "selinux-enabled": true, 17:54:39 "seccomp-profile": "/etc/docker/seccomp.json" 17:54:39 } [Pipeline] sh 17:54:39 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:54:39 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:54:58 provisioning config files... 17:54:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/257@tmp/config581691343156145749tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:54:58 ---> docker-login.sh 17:54:58 nexus3.edgexfoundry.org:10001 17:54:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:59 Configure a credential helper to remove this warning. See 17:54:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:59 17:54:59 Login Succeeded 17:54:59 nexus3.edgexfoundry.org:10002 17:54:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:00 Configure a credential helper to remove this warning. See 17:55:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:00 17:55:00 Login Succeeded 17:55:00 nexus3.edgexfoundry.org:10003 17:55:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:00 Configure a credential helper to remove this warning. See 17:55:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:00 17:55:00 Login Succeeded 17:55:00 nexus3.edgexfoundry.org:10004 17:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:01 Configure a credential helper to remove this warning. See 17:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:01 17:55:01 Login Succeeded 17:55:01 docker.io 17:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:01 Configure a credential helper to remove this warning. See 17:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:01 17:55:01 Login Succeeded 17:55:01 ---> docker-login.sh ends [Pipeline] } 17:55:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:55:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:55:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:55:01 ========================================================= 17:55:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 17:55:01 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:55:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:55:02 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:55:02 b3c136eddcbf: Pulling fs layer 17:55:02 c0a3192eca97: Pulling fs layer 17:55:02 a050256f5b6f: Pulling fs layer 17:55:02 656be50a0ddc: Pulling fs layer 17:55:02 2bbca73fdf42: Pulling fs layer 17:55:02 46d945488cbd: Pulling fs layer 17:55:02 8a5474983e97: Pulling fs layer 17:55:02 329c88fbcd65: Pulling fs layer 17:55:02 2bbca73fdf42: Waiting 17:55:02 46d945488cbd: Waiting 17:55:02 8a5474983e97: Waiting 17:55:02 329c88fbcd65: Waiting 17:55:02 656be50a0ddc: Waiting 17:55:02 a050256f5b6f: Verifying Checksum 17:55:02 a050256f5b6f: Download complete 17:55:02 c0a3192eca97: Verifying Checksum 17:55:02 c0a3192eca97: Download complete 17:55:02 2bbca73fdf42: Verifying Checksum 17:55:02 2bbca73fdf42: Download complete 17:55:02 b3c136eddcbf: Download complete 17:55:02 46d945488cbd: Verifying Checksum 17:55:02 46d945488cbd: Download complete 17:55:03 b3c136eddcbf: Pull complete 17:55:03 329c88fbcd65: Verifying Checksum 17:55:03 329c88fbcd65: Download complete 17:55:04 c0a3192eca97: Pull complete 17:55:04 a050256f5b6f: Pull complete 17:55:04 8a5474983e97: Verifying Checksum 17:55:04 8a5474983e97: Download complete 17:55:05 656be50a0ddc: Download complete 17:55:20 656be50a0ddc: Pull complete 17:55:20 2bbca73fdf42: Pull complete 17:55:20 46d945488cbd: Pull complete 17:55:25 8a5474983e97: Pull complete 17:55:27 329c88fbcd65: Pull complete 17:55:27 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 17:55:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:55:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 17:55:28 + docker build -t ci-base-image-arm64 -f - . 17:55:28 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:55:28 WORKDIR /edgex 17:55:28 COPY go.mod . 17:55:28 RUN go mod download 17:55:30 Sending build context to Docker daemon 169.2MB 17:55:30 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:55:30 ---> ff4287adb874 17:55:30 Step 2/4 : WORKDIR /edgex 17:55:32 ---> Running in 6a0f5b880fb9 17:55:32 Removing intermediate container 6a0f5b880fb9 17:55:32 ---> 26b824f21da2 17:55:32 Step 3/4 : COPY go.mod . 17:55:33 ---> 259ecaac77f4 17:55:33 Step 4/4 : RUN go mod download 17:55:33 ---> Running in 275222f4f93b 17:56:05 Removing intermediate container 275222f4f93b 17:56:05 ---> 3dcc545dd4bd 17:56:05 Successfully built 3dcc545dd4bd 17:56:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:06 + docker inspect -f . ci-base-image-arm64 17:56:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:56:06 prd-ubuntu20.04-docker-arm64-4c-16g-19313 does not seem to be running inside a container 17:56:06 $ 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 17:56:07 $ docker top d3f24a0e50df6bc35bf2210a560a7b1a4d4dac2f7e2cf3e75e5dcc53b05e915f -eo pid,comm [Pipeline] { [Pipeline] sh 17:56:08 + go version 17:56:08 go version go1.18.3 linux/arm64 [Pipeline] } 17:56:08 $ docker stop --time=1 d3f24a0e50df6bc35bf2210a560a7b1a4d4dac2f7e2cf3e75e5dcc53b05e915f 17:56:10 $ 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 17:56:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:56:10 17:56:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:56:11 latest: Pulling from edgex-devops/edgex-compose-arm64 17:56:11 29e5d40040c1: Pulling fs layer 17:56:11 1ce36da41761: Pulling fs layer 17:56:11 25b303627fd3: Pulling fs layer 17:56:11 29e5d40040c1: Download complete 17:56:11 1ce36da41761: Verifying Checksum 17:56:11 1ce36da41761: Download complete 17:56:12 29e5d40040c1: Pull complete 17:56:13 25b303627fd3: Verifying Checksum 17:56:13 25b303627fd3: Download complete 17:56:13 1ce36da41761: Pull complete 17:56:26 25b303627fd3: Pull complete 17:56:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:56:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:56:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:56:26 prd-ubuntu20.04-docker-arm64-4c-16g-19313 does not seem to be running inside a container 17:56:26 $ 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 17:56:28 $ docker top af4abb1818fa42b7a657054e3dbff5e20ad9c7dd3b42127618293f0f731da300 -eo pid,comm [Pipeline] { [Pipeline] sh 17:56:29 + docker-compose build --help 17:56:29 + grep parallel 17:56:32 --parallel Build images in parallel. [Pipeline] } 17:56:33 $ docker stop --time=1 af4abb1818fa42b7a657054e3dbff5e20ad9c7dd3b42127618293f0f731da300 17:56:34 $ docker rm -f af4abb1818fa42b7a657054e3dbff5e20ad9c7dd3b42127618293f0f731da300 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:56:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:56:35 prd-ubuntu20.04-docker-arm64-4c-16g-19313 does not seem to be running inside a container 17:56:35 $ 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 17:56:37 $ docker top d011a5ddba90ac069c85e532044402aa364e683381ebc3892c499f76bf58779f -eo pid,comm [Pipeline] { [Pipeline] sh 17:56:37 + docker-compose -f ./docker-compose-build.yml build --parallel 17:56:42 Building core-command ... 17:56:42 Building core-data ... 17:56:42 Building core-metadata ... 17:56:42 Building security-bootstrapper ... 17:56:42 Building security-proxy-setup ... 17:56:42 Building security-secretstore-setup ... 17:56:42 Building security-spiffe-token-provider ... 17:56:42 Building security-spire-agent ... 17:56:42 Building security-spire-config ... 17:56:42 Building security-spire-server ... 17:56:42 Building support-notifications ... 17:56:42 Building support-scheduler ... 17:56:42 Building sys-mgmt-agent ... 17:56:42 Building security-bootstrapper 17:56:42 Building core-data 17:56:42 Building security-spiffe-token-provider 17:56:42 Building support-scheduler 17:56:42 Building security-secretstore-setup 17:57:29 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 17:57:29 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:57:29 ---> 3dcc545dd4bd 17:57:29 Step 3/31 : WORKDIR /edgex-go 17:57:29 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 17:57:29 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:57:29 ---> 3dcc545dd4bd 17:57:29 Step 3/20 : WORKDIR /edgex-go 17:57:29 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 17:57:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:57:29 ---> 3dcc545dd4bd 17:57:29 Step 3/22 : WORKDIR /edgex-go 17:57:29 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 17:57:29 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:57:29 ---> 3dcc545dd4bd 17:57:29 Step 3/25 : WORKDIR /edgex-go 17:57:29 ---> Running in da0668c5ca94 17:57:29 ---> Running in e91e0c4d0393 17:57:29 ---> Running in 1bb75d47b104 17:57:29 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 17:57:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:57:29 ---> 3dcc545dd4bd 17:57:29 Step 3/23 : WORKDIR /edgex-go 17:57:29 ---> Running in 6c4eedfc0e2e 17:57:29 ---> Running in 0718748adfc8 17:57:29 Removing intermediate container da0668c5ca94 17:57:29 ---> 67eda3fee99b 17:57:29 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:57:29 Removing intermediate container 1bb75d47b104 17:57:29 ---> 6fee7958a233 17:57:29 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 17:57:29 ---> Running in a1bdbacbaca6 17:57:29 Removing intermediate container 6c4eedfc0e2e 17:57:29 ---> a3fb7f3bf0d2 17:57:29 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:57:29 Removing intermediate container e91e0c4d0393 17:57:29 ---> e8d086c78966 17:57:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:57:29 Removing intermediate container 0718748adfc8 17:57:29 ---> 6999666ed646 17:57:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:57:29 ---> Running in 320acef0283a 17:57:29 ---> Running in 463cb2ac6398 17:57:29 ---> Running in 70019b37bb71 17:57:29 ---> Running in f5f2aafe4cd0 17:57:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:57:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:57:32 Removing intermediate container a1bdbacbaca6 17:57:32 ---> 7742e26426cf 17:57:32 Step 5/31 : RUN apk add --update --no-cache make git 17:57:32 ---> Running in ceba6928b217 17:57:33 Removing intermediate container 463cb2ac6398 17:57:33 ---> 9cf042c18143 17:57:33 Step 5/22 : RUN apk add --update --no-cache make git 17:57:33 v3.16.0-302-g62bf0b8f5a [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 17:57:33 v3.16.0-301-g2a8d15a0b3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 17:57:33 OK: 16885 distinct packages available 17:57:33 Removing intermediate container f5f2aafe4cd0 17:57:33 ---> 85ef1c45e4ca 17:57:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:57:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:57:33 ---> Running in f5764e60f43e 17:57:33 ---> Running in b58f07cf98b1 17:57:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:57:33 Removing intermediate container 70019b37bb71 17:57:33 ---> c06ce2d17a0e 17:57:33 Step 5/25 : RUN apk add --update --no-cache make git 17:57:34 ---> Running in 38f94c736f7b 17:57:35 OK: 221 MiB in 51 packages 17:57:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:57:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:57:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:57:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:57:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:57:37 Removing intermediate container 320acef0283a 17:57:37 ---> 63c505dd2080 17:57:37 Step 5/20 : COPY go.mod vendor* ./ 17:57:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:57:37 ---> 88c94ce38fc9 17:57:37 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:57:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:57:37 ---> Running in 69f5c1498e50 17:57:37 OK: 221 MiB in 51 packages 17:57:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:57:39 OK: 221 MiB in 51 packages 17:57:39 OK: 221 MiB in 51 packages 17:57:39 OK: 221 MiB in 51 packages 17:57:39 Removing intermediate container ceba6928b217 17:57:39 ---> 5707de1e00bf 17:57:39 Step 6/31 : COPY go.mod vendor* ./ 17:57:40 Removing intermediate container b58f07cf98b1 17:57:40 ---> 5fac5532f94c 17:57:40 Step 6/23 : COPY go.mod vendor* ./ 17:57:40 Removing intermediate container f5764e60f43e 17:57:40 ---> de2b365dbaa6 17:57:40 Step 6/22 : COPY go.mod vendor* ./ 17:57:41 Removing intermediate container 38f94c736f7b 17:57:41 ---> c6c2a8538244 17:57:41 Step 6/25 : COPY go.mod vendor* ./ 17:57:41 ---> 036c852f6eb6 17:57:41 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:57:41 ---> Running in e8f522f0e5e5 17:57:41 ---> aced45b9b1e8 17:57:41 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:57:42 ---> Running in ec22a64d14c0 17:57:42 ---> 34e13ed38627 17:57:42 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:57:42 ---> Running in 4f8c90a8fe58 17:57:43 ---> b0481caf0e01 17:57:43 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:57:43 ---> Running in 0973b9d5f7cd 17:58:30 Removing intermediate container 69f5c1498e50 17:58:30 ---> 479521640c65 17:58:30 Step 7/20 : COPY . . 17:58:38 Removing intermediate container ec22a64d14c0 17:58:38 ---> 108b55dc64e6 17:58:38 Step 8/23 : COPY . . 17:58:38 Removing intermediate container e8f522f0e5e5 17:58:38 ---> aec8bdf5d241 17:58:38 Step 8/31 : COPY . . 17:58:38 Removing intermediate container 4f8c90a8fe58 17:58:38 ---> 9548f0f13317 17:58:38 Step 8/22 : COPY . . 17:58:38 Removing intermediate container 0973b9d5f7cd 17:58:38 ---> e9d6fa88786f 17:58:38 Step 8/25 : COPY . . 17:58:45 ---> 2ee531a1798f 17:58:45 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 17:58:45 ---> Running in 6305e6b3673a 17:58:46 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 17:58:57 ---> 2ea24046df4d 17:58:57 Step 9/23 : RUN make cmd/core-data/core-data 17:58:57 ---> Running in 7ceda46b31fb 17:58:57 ---> d990078fb00c 17:58:57 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:58:58 ---> beaa56be41d3 17:58:58 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:58:58 ---> Running in ae749ccd527e 17:58:58 ---> Running in 26aa3ab7b250 17:58:59 ---> 1e6408e7e1e1 17:58:59 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:58:59 ---> Running in efac2adaeb6d 17:58:59 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 17:59:01 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 17:59:01 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 17:59:01 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 18:04:24 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 18:04:36 Removing intermediate container 26aa3ab7b250 18:04:36 ---> 93df1e1bcaca 18:04:36 18:04:36 Step 10/31 : FROM alpine:3.16 18:04:36 Removing intermediate container efac2adaeb6d 18:04:36 ---> fffc621c8ccb 18:04:36 18:04:36 Step 10/25 : FROM alpine:3.16 18:04:37 3.16: Pulling from library/alpine 18:04:37 3.16: Pulling from library/alpine 18:04:37 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 18:04:37 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 18:04:37 Status: Downloaded newer image for alpine:3.16 18:04:37 Status: Downloaded newer image for alpine:3.16 18:04:37 ---> 6e30ab57aeee 18:04:37 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec ---> 6e30ab57aeee 18:04:37 18:04:37 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:04:38 ---> Running in 4205a8af0520 18:04:38 ---> Running in 4e20a2714b17 18:04:38 Removing intermediate container 4e20a2714b17 18:04:38 ---> 15ae612bed6e 18:04:38 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:04:39 ---> Running in 3c7248cd6201 18:04:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:04:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:04:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:04:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:04:42 (1/3) Installing ca-certificates (20211220-r0) 18:04:42 (2/3) Installing dumb-init (1.2.5-r1) 18:04:42 (3/3) Installing su-exec (0.2-r1) 18:04:42 Executing busybox-1.35.0-r13.trigger 18:04:42 Executing ca-certificates-20211220-r0.trigger 18:04:43 (1/2) Installing dumb-init (1.2.5-r1) 18:04:43 (2/2) Installing su-exec (0.2-r1) 18:04:43 Executing busybox-1.35.0-r13.trigger 18:04:43 OK: 5 MiB in 16 packages 18:04:43 OK: 6 MiB in 17 packages 18:04:45 Removing intermediate container 3c7248cd6201 18:04:45 ---> 4c8cf6d8962e 18:04:45 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:04:45 ---> Running in ee5554219da1 18:04:46 Removing intermediate container 4205a8af0520 18:04:46 ---> 36bf93fdb250 18:04:46 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:04:46 Removing intermediate container ee5554219da1 18:04:46 ---> 251fcf369e4a 18:04:46 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:04:46 ---> Running in 26bfbe34a335 18:04:46 ---> Running in 82265c037d86 18:04:47 Removing intermediate container 82265c037d86 18:04:47 ---> 8dd6aa3a537f 18:04:47 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:04:47 Removing intermediate container 26bfbe34a335 18:04:47 ---> b822cc9d1214 18:04:47 Step 13/25 : WORKDIR / 18:04:47 ---> Running in bfa49e78157f 18:04:47 ---> Running in d908d6172c30 18:04:48 Removing intermediate container d908d6172c30 18:04:48 ---> e097e38a3557 18:04:48 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:04:49 ---> 91c68c928700 18:04:49 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:04:50 Removing intermediate container bfa49e78157f 18:04:50 ---> 9f7afbdd4947 18:04:50 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:04:50 ---> e8301831a295 18:04:50 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:04:50 ---> Running in c1dc6faa51d0 18:04:51 Removing intermediate container c1dc6faa51d0 18:04:51 ---> 1cc789753600 18:04:51 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:04:51 ---> 738f2f47b933 18:04:51 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:04:53 ---> 917266c7a994 18:04:53 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:04:53 ---> ba6d6b61d959 18:04:53 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:04:53 ---> Running in 0faa8587dfc3 18:04:55 ---> 6c9d25f3af8e 18:04:55 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:04:57 Removing intermediate container 0faa8587dfc3 18:04:57 ---> 045025de4189 18:04:57 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:58 ---> 35a1291c6d22 18:04:58 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:04:58 ---> e0dfeb1b6d3a 18:04:58 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:04:59 ---> 513e74fb7baf 18:04:59 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/ 18:04:59 ---> Running in cd4f62791a41 18:05:01 ---> 52ee73ab0298 18:05:01 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:05:02 ---> 28e6cf4605f9 18:05:02 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:05:03 Removing intermediate container cd4f62791a41 18:05:03 ---> 6f489d1ef02d 18:05:03 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 18:05:03 ---> Running in 120cdc48c59d 18:05:03 ---> ca0ab8290691 18:05:03 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:05:04 Removing intermediate container 120cdc48c59d 18:05:04 ---> ed70e6ee67f7 18:05:04 Step 23/25 : LABEL arch=arm64 18:05:04 ---> Running in b070f1c0ea79 18:05:05 ---> ae98b749f8dc 18:05:05 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:05:05 Removing intermediate container b070f1c0ea79 18:05:05 ---> 1ff05084e82d 18:05:05 Step 24/25 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:05:05 ---> Running in 4e44b8fc48e5 18:05:05 ---> Running in c1b278b28cb9 18:05:06 Removing intermediate container 4e44b8fc48e5 18:05:06 ---> c1287d6c9ac7 18:05:06 Step 25/25 : LABEL version=2.2.1-dev.26 18:05:06 ---> Running in a6589af92daf 18:05:06 Removing intermediate container c1b278b28cb9 18:05:06 ---> 6d5040f8dcf7 18:05:06 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:05:07 Removing intermediate container a6589af92daf 18:05:07 ---> 6eee039780f0 18:05:07 18:05:07 Successfully built 6eee039780f0 18:05:07 Successfully tagged security-secretstore-setup-arm64:latest 18:05:07 ---> 9ec61bd48192 18:05:07 Step 26/31 : RUN chmod +x /entrypoint.sh 18:05:07  Building security-secretstore-setup ... done Building security-spire-agent 18:05:07 ---> Running in 0569c407f814 18:05:12 Removing intermediate container 0569c407f814 18:05:12 ---> 9c0398ef9908 18:05:12 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:05:12 ---> Running in 8aa44db05203 18:05:12 Removing intermediate container 8aa44db05203 18:05:12 ---> 844182dbd717 18:05:12 Step 28/31 : CMD ["gate"] 18:05:12 ---> Running in a568b9b41ceb 18:05:13 Removing intermediate container a568b9b41ceb 18:05:13 ---> 1a91816653ac 18:05:13 Step 29/31 : LABEL arch=arm64 18:05:13 ---> Running in e32d69422bea 18:05:14 Removing intermediate container e32d69422bea 18:05:14 ---> 5ff2f6a37eae 18:05:14 Step 30/31 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:05:14 ---> Running in 63b2062dc270 18:05:14 Removing intermediate container 63b2062dc270 18:05:14 ---> 211a475e7560 18:05:14 Step 31/31 : LABEL version=2.2.1-dev.26 18:05:15 ---> Running in bd12c5d4d9b5 18:05:15 Removing intermediate container bd12c5d4d9b5 18:05:15 ---> cf650e01f3c5 18:05:15 18:05:16 Successfully built cf650e01f3c5 18:05:16 Successfully tagged security-bootstrapper-arm64:latest 18:05:16  Building security-bootstrapper ... done Building sys-mgmt-agent 18:05:31 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:05:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:05:31 ---> 3dcc545dd4bd 18:05:31 Step 3/26 : WORKDIR /edgex-go 18:05:31 ---> Using cache 18:05:31 ---> 6999666ed646 18:05:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:31 ---> Using cache 18:05:31 ---> 85ef1c45e4ca 18:05:31 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 18:05:31 ---> Running in bb3fb621dce4 18:05:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:05:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:05:35 OK: 221 MiB in 51 packages 18:05:37 Removing intermediate container bb3fb621dce4 18:05:37 ---> 8cafa7490869 18:05:37 Step 6/26 : COPY go.mod vendor* ./ 18:05:38 ---> 202530f52ec9 18:05:38 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:05:38 ---> Running in 56cc40d4b792 18:05:41 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:05:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:05:41 ---> 3dcc545dd4bd 18:05:41 Step 3/23 : WORKDIR /edgex-go 18:05:41 ---> Using cache 18:05:41 ---> 6999666ed646 18:05:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:41 ---> Using cache 18:05:41 ---> 85ef1c45e4ca 18:05:41 Step 5/23 : RUN apk add --update --no-cache make bash git 18:05:41 ---> Running in 8992c843b4de 18:05:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:05:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:05:45 OK: 221 MiB in 51 packages 18:05:46 Removing intermediate container 8992c843b4de 18:05:46 ---> 4b9474d10b59 18:05:46 Step 6/23 : COPY go.mod vendor* ./ 18:05:47 ---> faa24d16ba39 18:05:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:05:47 ---> Running in eac453a9a859 18:06:27 Removing intermediate container 7ceda46b31fb 18:06:27 ---> 319798f033a8 18:06:27 18:06:27 Step 10/23 : FROM alpine:3.16 18:06:27 ---> 6e30ab57aeee 18:06:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:06:27 ---> Running in 7a1c63827aca 18:06:27 Removing intermediate container 7a1c63827aca 18:06:27 ---> 264054d2051b 18:06:27 Step 12/23 : ENV APP_PORT=59880 18:06:27 ---> Running in 9af867b89619 18:06:27 Removing intermediate container 9af867b89619 18:06:27 ---> 8d9d0287a5e1 18:06:27 Step 13/23 : EXPOSE $APP_PORT 18:06:27 ---> Running in 86c61bcb7276 18:06:27 Removing intermediate container 86c61bcb7276 18:06:27 ---> 940ec4cc62e8 18:06:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:27 ---> Running in 6505d6c4a25e 18:06:27 Removing intermediate container 6305e6b3673a 18:06:27 ---> 1baff115a485 18:06:27 18:06:27 Step 9/20 : FROM alpine:3.15 18:06:28 3.15: Pulling from library/alpine 18:06:31 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 18:06:31 Status: Downloaded newer image for alpine:3.15 18:06:31 ---> 3fb3c9af89a9 18:06:31 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:06:31 ---> Running in 79c8199eacf7 18:06:31 Removing intermediate container 6505d6c4a25e 18:06:31 ---> 0883d4269b53 18:06:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:06:31 ---> Running in d019e71e8b24 18:06:32 Removing intermediate container 79c8199eacf7 18:06:32 ---> bb06ed5107a0 18:06:32 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:32 ---> Running in 120ac9540b36 18:06:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:06:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:06:35 (1/6) Installing dumb-init (1.2.5-r1) 18:06:35 (2/6) Installing libgcc (11.2.1_git20220219-r2) 18:06:35 (3/6) Installing libsodium (1.0.18-r0) 18:06:35 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 18:06:36 Removing intermediate container 120ac9540b36 18:06:36 ---> 19e798572f68 18:06:36 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:06:36 (5/6) Installing libzmq (4.3.4-r0) 18:06:36 (6/6) Installing zeromq (4.3.4-r0) 18:06:36 Executing busybox-1.35.0-r13.trigger 18:06:36 ---> Running in 0ea15103eea9 18:06:36 OK: 8 MiB in 20 packages 18:06:38 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:06:38 Removing intermediate container d019e71e8b24 18:06:38 ---> 5d4d5971c4d1 18:06:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:06:39 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:06:39 ---> 6f004e9faa11 18:06:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:06:40 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 18:06:40 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] 18:06:40 OK: 15738 distinct packages available 18:06:40 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:06:41 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:06:41 ---> b03325e764bd 18:06:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:06:42 (1/9) Installing ca-certificates (20211220-r0) 18:06:42 (2/9) Installing brotli-libs (1.0.9-r5) 18:06:42 (3/9) Installing nghttp2-libs (1.46.0-r0) 18:06:42 (4/9) Installing libcurl (7.80.0-r2) 18:06:42 (5/9) Installing curl (7.80.0-r2) 18:06:43 ---> 4cec55d4dcec 18:06:43 Step 19/23 : ENTRYPOINT ["/core-data"] 18:06:43 (6/9) Installing dumb-init (1.2.5-r1) 18:06:43 Removing intermediate container 56cc40d4b792 18:06:43 ---> e9b0f76e1120 18:06:43 Step 8/26 : COPY . . 18:06:43 (7/9) Installing musl-obstack (1.2.3-r0) 18:06:43 ---> Running in 988a0017d7c6 18:06:43 (8/9) Installing libucontext (1.1-r0) 18:06:43 (9/9) Installing gcompat (1.0.0-r4) 18:06:43 Executing busybox-1.34.1-r5.trigger 18:06:43 Executing ca-certificates-20211220-r0.trigger 18:06:43 OK: 8 MiB in 23 packages 18:06:44 Removing intermediate container 988a0017d7c6 18:06:44 ---> 8b7fe79bf5b1 18:06:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:06:44 ---> Running in 81f4fe82ad22 18:06:44 Removing intermediate container 81f4fe82ad22 18:06:44 ---> 9a1cbe872893 18:06:44 Step 21/23 : LABEL arch=arm64 18:06:45 ---> Running in 2f89a8355dbc 18:06:45 Removing intermediate container eac453a9a859 18:06:45 ---> 9973406d904a 18:06:45 Step 8/23 : COPY . . 18:06:46 Removing intermediate container 2f89a8355dbc 18:06:46 ---> 0b3b26895db4 18:06:46 Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:06:46 Removing intermediate container 0ea15103eea9 18:06:46 ---> 0a70c92a3114 18:06:46 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 18:06:46 ---> Running in 31ef83168134 18:06:46 Removing intermediate container 31ef83168134 18:06:46 ---> 9670e02e90c1 18:06:46 Step 23/23 : LABEL version=2.2.1-dev.26 18:06:46 ---> Running in 54a886cee955 18:06:47 ---> 9dae2c12002c 18:06:47 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:06:47 Removing intermediate container 54a886cee955 18:06:47 ---> 336826b7a0a0 18:06:47 18:06:48 Successfully built 336826b7a0a0 18:06:48 Successfully tagged core-data-arm64:latest 18:06:48  Building core-data ... done Building security-spire-config 18:06:48 Removing intermediate container ae749ccd527e 18:06:48 ---> 567b35049367 18:06:48 18:06:48 Step 10/22 : FROM alpine:3.16 18:06:48 ---> 6e30ab57aeee 18:06:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:06:48 ---> Running in 01c073f6a537 18:06:50 ---> e5db51bfae70 18:06:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 18:06:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:06:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:06:52 ---> 800d998512fd 18:06:52 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 18:06:52 ---> Running in 2112954b0444 18:06:52 (1/1) Installing dumb-init (1.2.5-r1) 18:06:52 Executing busybox-1.35.0-r13.trigger 18:06:52 OK: 5 MiB in 15 packages 18:06:53 Removing intermediate container 2112954b0444 18:06:53 ---> ebd794c1733e 18:06:53 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:06:53 ---> Running in 28e7494f4b9c 18:06:53 Removing intermediate container 01c073f6a537 18:06:53 ---> 35cb08c9d174 18:06:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:06:53 ---> Running in b3c147af4f5c 18:06:54 Removing intermediate container 28e7494f4b9c 18:06:54 ---> af1952a830b6 18:06:54 Step 18/20 : LABEL arch=arm64 18:06:54 ---> Running in d8bdf0524601 18:06:54 Removing intermediate container b3c147af4f5c 18:06:54 ---> c521ec56e37a 18:06:54 Step 13/22 : ENV APP_PORT=59861 18:06:54 ---> Running in 4c98a345c5d1 18:06:55 Removing intermediate container d8bdf0524601 18:06:55 ---> c1b363596412 18:06:55 Step 19/20 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:06:55 ---> Running in 2ee2fbc30913 18:06:55 Removing intermediate container 4c98a345c5d1 18:06:55 ---> a7d32b5ae21e 18:06:55 Step 14/22 : EXPOSE $APP_PORT 18:06:55 Removing intermediate container 2ee2fbc30913 18:06:55 ---> 5760a69e22ef 18:06:55 Step 20/20 : LABEL version=2.2.1-dev.26 18:06:55 ---> Running in 4dec645d39db 18:06:55 ---> Running in c66e1154414a 18:06:56 Removing intermediate container 4dec645d39db 18:06:56 ---> c10396d01882 18:06:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:06:56 Removing intermediate container c66e1154414a 18:06:56 ---> 740e3b4474a7 18:06:56 18:06:57 Successfully built 740e3b4474a7 18:06:57 Successfully tagged security-spiffe-token-provider-arm64:latest 18:06:57 Building support-notifications 18:06:57  Building security-spiffe-token-provider ... done  ---> 3cad2baa311c 18:06:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:07:01 ---> 308bd3223121 18:07:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:07:02 ---> 132bea7771d5 18:07:02 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:07:02 ---> Running in 6551fcd2e9f9 18:07:03 Removing intermediate container 6551fcd2e9f9 18:07:03 ---> b9ec07b42206 18:07:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:07:03 ---> 8b1543085f2b 18:07:03 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 18:07:03 ---> Running in 1fad821a2d97 18:07:03 ---> Running in 5396ef981f69 18:07:04 Removing intermediate container 1fad821a2d97 18:07:04 ---> c8a130f8fe0d 18:07:04 Step 20/22 : LABEL arch=arm64 18:07:04 ---> Running in 246bcce61dd9 18:07:04 Removing intermediate container 5396ef981f69 18:07:04 ---> 15b4eaf32942 18:07:04 Step 10/26 : WORKDIR /edgex-go/spire-build 18:07:04 ---> Running in fdabfd33040f 18:07:04 Removing intermediate container 246bcce61dd9 18:07:04 ---> 6fd2c051193f 18:07:04 Step 21/22 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:07:04 ---> 901a51e55b32 18:07:04 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:07:04 ---> Running in b941f21457a8 18:07:04 ---> Running in d1e5f3338fdf 18:07:05 Removing intermediate container fdabfd33040f 18:07:05 ---> ffcbeaee667f 18:07:05 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 18:07:05 ---> Running in 6a3c813b7932 18:07:05 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:07:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:07:05 ---> 3dcc545dd4bd 18:07:05 Step 3/26 : WORKDIR /edgex-go 18:07:05 ---> Using cache 18:07:05 ---> 6999666ed646 18:07:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:07:05 ---> Using cache 18:07:05 ---> 85ef1c45e4ca 18:07:05 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 18:07:05 ---> Using cache 18:07:05 ---> 8cafa7490869 18:07:05 Step 6/26 : COPY go.mod vendor* ./ 18:07:05 Removing intermediate container b941f21457a8 18:07:05 ---> Using cache 18:07:05 ---> b6e5446f89c3 18:07:05 Step 22/22 : LABEL version=2.2.1-dev.26 18:07:05 ---> 202530f52ec9 18:07:05 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:07:06 ---> Using cache 18:07:06 ---> e9b0f76e1120 18:07:06 Step 8/26 : COPY . . 18:07:06 ---> Running in a9890b1d449d 18:07:06 ---> Using cache 18:07:06 ---> 8b1543085f2b 18:07:06 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 18:07:06 ---> Using cache 18:07:06 ---> 15b4eaf32942 18:07:06 Step 10/26 : WORKDIR /edgex-go/spire-build 18:07:06 ---> Using cache 18:07:06 ---> ffcbeaee667f 18:07:06 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 18:07:06 ---> Running in ab77d0bde2db 18:07:06 Removing intermediate container a9890b1d449d 18:07:06 ---> b0435769b450 18:07:06 18:07:07 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 18:07:07 Successfully built b0435769b450 18:07:07 Successfully tagged support-scheduler-arm64:latest 18:07:07  Building support-scheduler ... done Building security-proxy-setup 18:07:08 Removing intermediate container 6a3c813b7932 18:07:08 ---> d40c7368cd17 18:07:08 Step 12/26 : WORKDIR /edgex-go 18:07:08 ---> Running in 783e86435d87 18:07:10 Removing intermediate container 783e86435d87 18:07:10 ---> 86741616fa6c 18:07:10 18:07:10 Step 13/26 : FROM alpine:3.15 18:07:10 ---> 3fb3c9af89a9 18:07:10 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:07:10 ---> Using cache 18:07:10 ---> bb06ed5107a0 18:07:10 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:07:10 ---> Using cache 18:07:10 ---> 19e798572f68 18:07:10 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:07:10 Removing intermediate container ab77d0bde2db 18:07:10 ---> 92520bbf7611 18:07:10 Step 12/26 : WORKDIR /edgex-go 18:07:10 ---> Running in b0787c924676 18:07:10 ---> Running in a4612a9916dc 18:07:11 Removing intermediate container a4612a9916dc 18:07:11 ---> 4f815dbc5246 18:07:11 18:07:11 Step 13/26 : FROM alpine:3.15 18:07:11 ---> 3fb3c9af89a9 18:07:11 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:07:11 ---> Using cache 18:07:11 ---> bb06ed5107a0 18:07:11 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:07:11 ---> Using cache 18:07:11 ---> 19e798572f68 18:07:11 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 18:07:11 ---> Running in 157fab1563cf 18:07:12 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:07:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:07:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:07:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:07:15 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 18:07:15 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] 18:07:15 OK: 15738 distinct packages available 18:07:16 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:07:16 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:07:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:07:16 ---> 3dcc545dd4bd 18:07:16 Step 3/22 : WORKDIR /edgex-go 18:07:16 ---> Using cache 18:07:16 ---> 6999666ed646 18:07:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:07:16 ---> Using cache 18:07:16 ---> 85ef1c45e4ca 18:07:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:07:16 ---> Running in 540a4494c67a 18:07:16 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 18:07:16 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] 18:07:16 OK: 15738 distinct packages available 18:07:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:07:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:07:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:07:18 (1/5) Installing dumb-init (1.2.5-r1) 18:07:18 (2/5) Installing musl-obstack (1.2.3-r0) 18:07:18 (3/5) Installing libucontext (1.1-r0) 18:07:18 (4/5) Installing gcompat (1.0.0-r4) 18:07:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:07:18 (5/5) Installing openssl (1.1.1q-r0) 18:07:19 Executing busybox-1.34.1-r5.trigger 18:07:19 OK: 6 MiB in 19 packages 18:07:19 (1/4) Installing dumb-init (1.2.5-r1) 18:07:19 (2/4) Installing musl-obstack (1.2.3-r0) 18:07:19 (3/4) Installing libucontext (1.1-r0) 18:07:19 (4/4) Installing gcompat (1.0.0-r4) 18:07:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:07:20 Executing busybox-1.34.1-r5.trigger 18:07:20 OK: 6 MiB in 18 packages 18:07:21 OK: 221 MiB in 51 packages 18:07:21 Removing intermediate container b0787c924676 18:07:21 ---> 9a2e03949adb 18:07:21 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 18:07:21 Removing intermediate container 157fab1563cf 18:07:21 ---> 5209ccc91d90 18:07:21 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:07:22 Removing intermediate container 540a4494c67a 18:07:22 ---> f64d01d3c0a4 18:07:22 Step 6/22 : COPY go.mod vendor* ./ 18:07:23 ---> 738a53a1257e 18:07:23 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:07:23 ---> Running in 638e2cf29fde 18:07:29 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:07:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:07:29 ---> 3dcc545dd4bd 18:07:29 Step 3/22 : WORKDIR /edgex-go 18:07:29 ---> Using cache 18:07:29 ---> 6999666ed646 18:07:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:07:29 ---> Using cache 18:07:29 ---> 85ef1c45e4ca 18:07:29 Step 5/22 : RUN apk add --update --no-cache make git 18:07:29 ---> Running in 2edc6eba929f 18:07:29 ---> 5a5e78a0ec79 18:07:29 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:07:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:07:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:07:33 ---> 0f660381a2a1 18:07:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 18:07:34 OK: 221 MiB in 51 packages 18:07:35 ---> 1c4fb0b0deb7 18:07:35 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 18:07:35 ---> Running in a44f7fe132db 18:07:36 Removing intermediate container 2edc6eba929f 18:07:36 ---> ab596877bd40 18:07:36 Step 6/22 : COPY go.mod vendor* ./ 18:07:36 Removing intermediate container a44f7fe132db 18:07:36 ---> 78b5c66ada82 18:07:36 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 18:07:38 ---> 2c60d8888322 18:07:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:07:38 ---> fdc380916268 18:07:38 Step 21/26 : WORKDIR / 18:07:38 ---> Running in 8cbc4534356b 18:07:38 ---> Running in da4ac2e8db76 18:07:38 ---> 3c1fb3983404 18:07:38 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:07:39 Removing intermediate container da4ac2e8db76 18:07:39 ---> 7b27b859c2bc 18:07:39 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:07:39 ---> Running in 3cd41b7d9d69 18:07:40 ---> a7ca139ac72a 18:07:40 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:07:40 Removing intermediate container 3cd41b7d9d69 18:07:40 ---> d6d0d28b944b 18:07:40 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:07:41 ---> Running in b67762c4cefa 18:07:41 Removing intermediate container b67762c4cefa 18:07:41 ---> e8897d3fc63a 18:07:41 Step 24/26 : LABEL arch=arm64 18:07:41 ---> d6c998a50218 18:07:41 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:07:41 ---> Running in 7fe1cec6af18 18:07:42 Removing intermediate container 7fe1cec6af18 18:07:42 ---> fe0305932526 18:07:42 Step 25/26 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:07:43 ---> Running in 274b5a57b56b 18:07:43 ---> 9bc80ed34202 18:07:43 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:07:43 ---> Running in 1c0f42e008dc 18:07:44 Removing intermediate container 274b5a57b56b 18:07:44 ---> 9e06c57d783c 18:07:44 Step 26/26 : LABEL version=2.2.1-dev.26 18:07:44 ---> Running in 32763b7f26bd 18:07:44 Removing intermediate container 1c0f42e008dc 18:07:44 ---> 70cf9f27d697 18:07:44 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:07:44 ---> Running in dba90510e29a 18:07:45 Removing intermediate container 32763b7f26bd 18:07:45 ---> ac96dea8156d 18:07:45 18:07:45 Successfully built ac96dea8156d 18:07:45 Successfully tagged security-spire-config-arm64:latest 18:07:45  Building security-spire-config ... done Building core-metadata 18:07:45 Removing intermediate container dba90510e29a 18:07:45 ---> d4e2c59337de 18:07:45 Step 24/26 : LABEL arch=arm64 18:07:46 ---> Running in 3a49277fb39c 18:07:47 Removing intermediate container 3a49277fb39c 18:07:47 ---> 9823e2c6ecab 18:07:47 Step 25/26 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:07:47 ---> Running in 754e944a1f9c 18:07:48 Removing intermediate container 754e944a1f9c 18:07:48 ---> c2c2d6938f7c 18:07:48 Step 26/26 : LABEL version=2.2.1-dev.26 18:07:48 ---> Running in 449b2994893f 18:07:49 Removing intermediate container 449b2994893f 18:07:49 ---> eb57a1588b1c 18:07:49 18:07:50 Successfully built eb57a1588b1c 18:07:50 Successfully tagged security-spire-agent-arm64:latest 18:07:50 Building core-command 18:08:12  Building security-spire-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:08:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:08:12 ---> 3dcc545dd4bd 18:08:12 Step 3/23 : WORKDIR /edgex-go 18:08:12 ---> Using cache 18:08:12 ---> 6999666ed646 18:08:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:12 ---> Using cache 18:08:12 ---> 85ef1c45e4ca 18:08:12 Step 5/23 : RUN apk add --update --no-cache make git 18:08:12 ---> Using cache 18:08:12 ---> ab596877bd40 18:08:12 Step 6/23 : COPY go.mod vendor* ./ 18:08:12 ---> Using cache 18:08:12 ---> 2c60d8888322 18:08:12 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:08:12 ---> Running in 41c88a44424c 18:08:17 Removing intermediate container 638e2cf29fde 18:08:17 ---> 5afb5f67fb32 18:08:17 Step 8/22 : COPY . . 18:08:17 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:08:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:08:17 ---> 3dcc545dd4bd 18:08:17 Step 3/23 : WORKDIR /edgex-go 18:08:17 ---> Using cache 18:08:17 ---> 6999666ed646 18:08:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:17 ---> Using cache 18:08:17 ---> 85ef1c45e4ca 18:08:17 Step 5/23 : RUN apk add --update --no-cache make git 18:08:17 ---> Using cache 18:08:17 ---> ab596877bd40 18:08:17 Step 6/23 : COPY go.mod vendor* ./ 18:08:17 ---> Using cache 18:08:17 ---> 2c60d8888322 18:08:17 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:08:18 ---> Running in 0f1e2f7ede3d 18:08:40 Removing intermediate container 8cbc4534356b 18:08:40 ---> 37efd24e5316 18:08:40 Step 8/22 : COPY . . 18:08:42 ---> 3b08f8759ea6 18:08:42 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:08:42 ---> Running in d960fc9db6d7 18:08:45 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 18:09:12 ---> a3da1e7c2194 18:09:12 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:09:12 ---> Running in 69eafd5026d0 18:09:15 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 18:09:15 Removing intermediate container 41c88a44424c 18:09:15 ---> 70a7490780be 18:09:15 Step 8/23 : COPY . . 18:09:18 Removing intermediate container 0f1e2f7ede3d 18:09:18 ---> 06c2bd5dfb98 18:09:18 Step 8/23 : COPY . . 18:09:36 ---> fa3df4ae18fc 18:09:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:09:36 ---> Running in fd1ab1591acd 18:09:37 ---> e6b068d36223 18:09:37 Step 9/23 : RUN make cmd/core-command/core-command 18:09:37 ---> Running in ad638db747e3 18:09:37 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 18:09:39 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 18:11:01 Removing intermediate container d1e5f3338fdf 18:11:01 ---> e596ccb4d03b 18:11:01 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:11:01 ---> Running in b52159a3492d 18:11:01 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 18:11:03 Removing intermediate container b52159a3492d 18:11:03 ---> b070f3d05853 18:11:03 18:11:03 Step 11/23 : FROM docker:20.10.14 18:11:03 20.10.14: Pulling from library/docker 18:11:26 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 18:11:26 Status: Downloaded newer image for docker:20.10.14 18:11:26 ---> c346e9eafbab 18:11:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:11:26 ---> Running in 3adb591d9aea 18:11:26 Removing intermediate container 3adb591d9aea 18:11:26 ---> 6ca4608ddd86 18:11:26 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 18:11:26 ---> Running in 71dc6aa9eb09 18:11:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:11:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:11:27 (1/43) Installing readline (8.1.1-r0) 18:11:27 (2/43) Installing bash (5.1.16-r0) 18:11:27 Executing bash-5.1.16-r0.post-install 18:11:27 (3/43) Installing brotli-libs (1.0.9-r5) 18:11:27 (4/43) Installing nghttp2-libs (1.46.0-r0) 18:11:27 (5/43) Installing libcurl (7.80.0-r2) 18:11:27 (6/43) Installing curl (7.80.0-r2) 18:11:27 (7/43) Installing dumb-init (1.2.5-r1) 18:11:27 (8/43) Installing libbz2 (1.0.8-r1) 18:11:27 (9/43) Installing expat (2.4.7-r0) 18:11:27 (10/43) Installing libffi (3.4.2-r1) 18:11:27 (11/43) Installing gdbm (1.22-r0) 18:11:27 (12/43) Installing xz-libs (5.2.5-r1) 18:11:27 (13/43) Installing libgcc (10.3.1_git20211027-r0) 18:11:27 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 18:11:27 (15/43) Installing mpdecimal (2.5.1-r1) 18:11:27 (16/43) Installing sqlite-libs (3.36.0-r0) 18:11:27 (17/43) Installing python3 (3.9.7-r4) 18:11:30 (18/43) Installing py3-appdirs (1.4.4-r2) 18:11:30 (19/43) Installing py3-certifi (2020.12.5-r1) 18:11:30 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 18:11:30 (21/43) Installing py3-idna (3.3-r0) 18:11:30 (22/43) Installing py3-urllib3 (1.26.7-r0) 18:11:30 (23/43) Installing py3-requests (2.26.0-r1) 18:11:30 (24/43) Installing py3-msgpack (1.0.2-r1) 18:11:30 (25/43) Installing py3-lockfile (0.12.2-r4) 18:11:30 (26/43) Installing py3-cachecontrol (0.12.10-r0) 18:11:30 (27/43) Installing py3-colorama (0.4.4-r1) 18:11:30 (28/43) Installing py3-contextlib2 (21.6.0-r1) 18:11:30 (29/43) Installing py3-distlib (0.3.3-r0) 18:11:30 (30/43) Installing py3-distro (1.6.0-r0) 18:11:30 (31/43) Installing py3-six (1.16.0-r0) 18:11:30 (32/43) Installing py3-webencodings (0.5.1-r4) 18:11:30 (33/43) Installing py3-html5lib (1.1-r1) 18:11:30 (34/43) Installing py3-parsing (2.4.7-r2) 18:11:30 (35/43) Installing py3-packaging (20.9-r1) 18:11:30 (36/43) Installing py3-tomli (1.2.2-r0) 18:11:30 (37/43) Installing py3-pep517 (0.12.0-r0) 18:11:30 (38/43) Installing py3-progress (1.6-r0) 18:11:30 (39/43) Installing py3-retrying (1.3.3-r2) 18:11:31 (40/43) Installing py3-ordered-set (4.0.2-r2) 18:11:31 (41/43) Installing py3-setuptools (52.0.0-r4) 18:11:31 (42/43) Installing py3-toml (0.10.2-r2) 18:11:31 (43/43) Installing py3-pip (20.3.4-r1) 18:11:32 Executing busybox-1.34.1-r5.trigger 18:11:32 OK: 82 MiB in 65 packages 18:11:37 Collecting docker-compose==1.23.2 18:11:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:11:37 Collecting texttable<0.10,>=0.9.0 18:11:37 Downloading texttable-0.9.1.tar.gz (11 kB) 18:11:40 Collecting dockerpty<0.5,>=0.4.1 18:11:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:11:42 Collecting docker<4.0,>=3.6.0 18:11:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:11:43 Collecting PyYAML<4,>=3.10 18:11:43 Downloading PyYAML-3.13.tar.gz (270 kB) 18:11:48 Collecting websocket-client<1.0,>=0.32.0 18:11:48 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 18:11:48 Collecting docopt<0.7,>=0.6.1 18:11:48 Downloading docopt-0.6.2.tar.gz (25 kB) 18:11:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:11:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:11:51 Collecting jsonschema<3,>=2.5.1 18:11:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:11:51 Collecting cached-property<2,>=1.2.0 18:11:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:11:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 18:11:52 Collecting docker-pycreds>=0.4.0 18:11:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:11:52 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) 18:11:53 Collecting urllib3<1.25,>=1.21.1 18:11:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:11:53 Collecting chardet<3.1.0,>=3.0.2 18:11:53 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 18:11:54 Collecting idna<2.8,>=2.5 18:11:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:11:54 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 18:11:54 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 18:11:54 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 18:11:54 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 18:11:55 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 18:11:55 Attempting uninstall: urllib3 18:11:55 Found existing installation: urllib3 1.26.7 18:11:55 Uninstalling urllib3-1.26.7: 18:11:55 Successfully uninstalled urllib3-1.26.7 18:11:56 Attempting uninstall: idna 18:11:56 Found existing installation: idna 3.3 18:11:56 Uninstalling idna-3.3: 18:11:56 Successfully uninstalled idna-3.3 18:12:00 Attempting uninstall: requests 18:12:00 Found existing installation: requests 2.26.0 18:12:00 Uninstalling requests-2.26.0: 18:12:00 Successfully uninstalled requests-2.26.0 18:12:00 Running setup.py install for texttable: started 18:12:02 Running setup.py install for texttable: finished with status 'done' 18:12:02 Running setup.py install for PyYAML: started 18:12:06 Running setup.py install for PyYAML: finished with status 'done' 18:12:06 Running setup.py install for docopt: started 18:12:08 Running setup.py install for docopt: finished with status 'done' 18:12:08 Running setup.py install for dockerpty: started 18:12:10 Running setup.py install for dockerpty: finished with status 'done' 18:12:13 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 18:12:28 Removing intermediate container 71dc6aa9eb09 18:12:28 ---> fd5e7b7f4b6a 18:12:28 Step 14/23 : ENV APP_PORT=58890 18:12:28 ---> Running in 3402397e9418 18:12:28 Removing intermediate container 3402397e9418 18:12:28 ---> ed94bc7346d8 18:12:28 Step 15/23 : EXPOSE $APP_PORT 18:12:28 ---> Running in 9f4edef47459 18:12:28 Removing intermediate container 9f4edef47459 18:12:28 ---> 30b4635abf57 18:12:28 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:12:30 ---> 00eb86906c36 18:12:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:12:31 ---> 61bd9b45cab7 18:12:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:12:32 ---> a2cbb995dbc4 18:12:32 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 18:12:32 ---> Running in 13a5b3056492 18:12:32 Removing intermediate container 13a5b3056492 18:12:32 ---> a5eaee04cff8 18:12:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:12:32 ---> Running in abe94aef7510 18:12:33 Removing intermediate container abe94aef7510 18:12:33 ---> 56fe4cb4d486 18:12:33 Step 21/23 : LABEL arch=arm64 18:12:33 ---> Running in b9aabe1a4540 18:12:34 Removing intermediate container b9aabe1a4540 18:12:34 ---> a784d3551d8f 18:12:34 Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:12:34 ---> Running in 6856829224e4 18:12:34 Removing intermediate container 6856829224e4 18:12:34 ---> 677f3a4e9c67 18:12:34 Step 23/23 : LABEL version=2.2.1-dev.26 18:12:34 ---> Running in 72cd1ab69646 18:12:35 Removing intermediate container 72cd1ab69646 18:12:35 ---> 44876331defc 18:12:35 18:12:35 Successfully built 44876331defc 18:12:35 Successfully tagged sys-mgmt-agent-arm64:latest 18:12:35 Building security-spire-server 18:12:51  Building sys-mgmt-agent ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:12:51 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:12:51 ---> 3dcc545dd4bd 18:12:51 Step 3/25 : WORKDIR /edgex-go 18:12:51 ---> Using cache 18:12:51 ---> 6999666ed646 18:12:51 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:12:51 ---> Using cache 18:12:51 ---> 85ef1c45e4ca 18:12:51 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 18:12:51 ---> Using cache 18:12:51 ---> 8cafa7490869 18:12:51 Step 6/25 : COPY go.mod vendor* ./ 18:12:51 ---> Using cache 18:12:51 ---> 202530f52ec9 18:12:51 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:12:51 ---> Using cache 18:12:51 ---> e9b0f76e1120 18:12:51 Step 8/25 : COPY . . 18:12:51 ---> Using cache 18:12:51 ---> 8b1543085f2b 18:12:51 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 18:12:51 ---> Using cache 18:12:51 ---> 15b4eaf32942 18:12:51 Step 10/25 : WORKDIR /edgex-go/spire-build 18:12:51 ---> Using cache 18:12:51 ---> ffcbeaee667f 18:12:51 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 18:12:51 ---> Running in 235ad4e30020 18:12:55 Removing intermediate container 235ad4e30020 18:12:55 ---> 7bb45de91b8b 18:12:55 Step 12/25 : WORKDIR /edgex-go 18:12:55 ---> Running in a113c07376a7 18:12:55 Removing intermediate container a113c07376a7 18:12:55 ---> 3cd57a5f6dc8 18:12:55 18:12:55 Step 13/25 : FROM alpine:3.15 18:12:55 ---> 3fb3c9af89a9 18:12:55 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:12:55 ---> Using cache 18:12:55 ---> bb06ed5107a0 18:12:55 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:12:55 ---> Using cache 18:12:55 ---> 19e798572f68 18:12:55 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:12:55 ---> Using cache 18:12:55 ---> 9a2e03949adb 18:12:55 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:13:01 ---> 15cf03eca84f 18:13:01 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:13:02 ---> 28222453c63a 18:13:02 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:13:03 ---> 7f79cdfa6da7 18:13:03 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:13:04 ---> 5180d049f8bf 18:13:04 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:13:04 ---> Running in 7ca054603721 18:13:04 Removing intermediate container 7ca054603721 18:13:04 ---> 6fd50d0d482e 18:13:04 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:13:04 ---> Running in f3fe1899dd0f 18:13:04 Removing intermediate container f3fe1899dd0f 18:13:04 ---> 0dd02da9f81b 18:13:04 Step 23/25 : LABEL arch=arm64 18:13:05 ---> Running in 05cc0faf35e2 18:13:05 Removing intermediate container 05cc0faf35e2 18:13:05 ---> 621e54c2f020 18:13:05 Step 24/25 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:13:05 ---> Running in 028e04f80f33 18:13:06 Removing intermediate container 028e04f80f33 18:13:06 ---> b9f1a23f4473 18:13:06 Step 25/25 : LABEL version=2.2.1-dev.26 18:13:06 ---> Running in d936ce4b62eb 18:13:07 Removing intermediate container d936ce4b62eb 18:13:07 ---> b923113541f0 18:13:07 18:13:07 Successfully built b923113541f0 18:13:07 Successfully tagged security-spire-server-arm64:latest 18:14:03  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 18:14:16 Removing intermediate container 69eafd5026d0 18:14:16 ---> f27fb0fc2aa3 18:14:16 18:14:16 Step 10/22 : FROM alpine:3.16 18:14:16 ---> 6e30ab57aeee 18:14:16 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 18:14:16 ---> Running in 11f9fd86f702 18:14:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:14:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:14:19 (1/6) Installing ca-certificates (20211220-r0) 18:14:19 (2/6) Installing brotli-libs (1.0.9-r6) 18:14:19 (3/6) Installing nghttp2-libs (1.47.0-r0) 18:14:19 (4/6) Installing libcurl (7.83.1-r2) 18:14:19 (5/6) Installing curl (7.83.1-r2) 18:14:19 (6/6) Installing dumb-init (1.2.5-r1) 18:14:19 Executing busybox-1.35.0-r13.trigger 18:14:19 Executing ca-certificates-20211220-r0.trigger 18:14:19 OK: 8 MiB in 20 packages 18:14:23 Removing intermediate container 11f9fd86f702 18:14:23 ---> b73a84f4e144 18:14:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:14:23 ---> Running in 4db852abfef7 18:14:23 Removing intermediate container 4db852abfef7 18:14:23 ---> f0cbcb208999 18:14:23 Step 13/22 : WORKDIR /edgex 18:14:23 ---> Running in 29f00e9f15b3 18:14:24 Removing intermediate container 29f00e9f15b3 18:14:24 ---> 25b011995541 18:14:24 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:14:26 ---> 30b4f45b7aaf 18:14:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:14:28 ---> dd5109fc3ada 18:14:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:14:29 Removing intermediate container ad638db747e3 18:14:29 ---> eab4e7ed88db 18:14:29 18:14:29 Step 10/23 : FROM alpine:3.16 18:14:29 ---> 6e30ab57aeee 18:14:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:14:29 ---> Using cache 18:14:29 ---> 35cb08c9d174 18:14:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:14:29 ---> Using cache 18:14:29 ---> c521ec56e37a 18:14:29 Step 13/23 : ENV APP_PORT=59882 18:14:29 ---> Running in c36677b8a03d 18:14:30 Removing intermediate container c36677b8a03d 18:14:30 ---> 042c452ceb38 18:14:30 Step 14/23 : EXPOSE $APP_PORT 18:14:30 ---> Running in e4f1a894599c 18:14:31 Removing intermediate container e4f1a894599c 18:14:31 ---> d848623f87a5 18:14:31 Step 15/23 : WORKDIR / 18:14:31 ---> Running in 0a4a91d2d993 18:14:31 ---> cd234b043025 18:14:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:14:31 Removing intermediate container 0a4a91d2d993 18:14:31 ---> b73a0214d06a 18:14:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:14:32 ---> b2274a3aa274 18:14:32 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:14:32 ---> Running in 1d045a742b84 18:14:33 ---> ebdad501b991 18:14:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:14:35 ---> 1a13cfd4b8b3 18:14:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:14:36 Removing intermediate container 1d045a742b84 18:14:36 ---> 7fbe881f7f04 18:14:36 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 18:14:36 ---> Running in 4ebfe1a159a4 18:14:37 ---> 79a51610b48f 18:14:37 Step 19/23 : ENTRYPOINT ["/core-command"] 18:14:37 ---> Running in e1d05aa4021e 18:14:37 Removing intermediate container 4ebfe1a159a4 18:14:37 ---> 9db9264c0a25 18:14:37 Step 20/22 : LABEL arch=arm64 18:14:37 ---> Running in e58cb05d7908 18:14:38 Removing intermediate container e1d05aa4021e 18:14:38 ---> e71e4e254d57 18:14:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:14:38 ---> Running in 8afa41aaab73 18:14:39 Removing intermediate container e58cb05d7908 18:14:39 ---> bde264f93fa5 18:14:39 Step 21/22 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:14:39 ---> Running in 0a7e74630ba2 18:14:39 Removing intermediate container 8afa41aaab73 18:14:39 ---> 0519868669f3 18:14:39 Step 21/23 : LABEL arch=arm64 18:14:39 ---> Running in 460ea2a992cc 18:14:40 Removing intermediate container 460ea2a992cc 18:14:40 ---> 327fec6a2bce 18:14:40 Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:14:40 Removing intermediate container 0a7e74630ba2 18:14:40 ---> 75189dd60768 18:14:40 Step 22/22 : LABEL version=2.2.1-dev.26 18:14:40 ---> Running in 46a29af9a79d 18:14:40 ---> Running in 3c50735e11d6 18:14:40 Removing intermediate container 46a29af9a79d 18:14:40 ---> a1d7641e39ab 18:14:40 Step 23/23 : LABEL version=2.2.1-dev.26 18:14:41 Removing intermediate container 3c50735e11d6 18:14:41 ---> 0eb36918f32c 18:14:41 18:14:41 ---> Running in 6a185fcbde70 18:14:41 Successfully built 0eb36918f32c 18:14:41 Successfully tagged security-proxy-setup-arm64:latest 18:14:42  Building security-proxy-setup ... done Removing intermediate container 6a185fcbde70 18:14:42 ---> 498f5149899f 18:14:42 18:14:42 Successfully built 498f5149899f 18:14:42 Successfully tagged core-command-arm64:latest 18:14:45  Building core-command ... done Removing intermediate container fd1ab1591acd 18:14:45 ---> 654b78f8413e 18:14:45 18:14:45 Step 10/23 : FROM alpine:3.16 18:14:45 ---> 6e30ab57aeee 18:14:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:14:45 ---> Using cache 18:14:45 ---> 35cb08c9d174 18:14:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:14:45 ---> Using cache 18:14:45 ---> c521ec56e37a 18:14:45 Step 13/23 : ENV APP_PORT=59881 18:14:45 ---> Running in 4b3e456e76b7 18:14:45 Removing intermediate container 4b3e456e76b7 18:14:45 ---> b8c43ea15583 18:14:45 Step 14/23 : EXPOSE $APP_PORT 18:14:45 ---> Running in 2b08f204faec 18:14:46 Removing intermediate container 2b08f204faec 18:14:46 ---> b58611cba938 18:14:46 Step 15/23 : WORKDIR / 18:14:46 ---> Running in c11575324df4 18:14:46 Removing intermediate container c11575324df4 18:14:46 ---> 1409b804e863 18:14:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:14:47 ---> 74012aaa8989 18:14:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:14:48 ---> 2b11c7c48a80 18:14:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:14:49 ---> 615566e6567d 18:14:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:14:49 ---> Running in de1428590f35 18:14:49 Removing intermediate container de1428590f35 18:14:49 ---> b339a5580248 18:14:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:14:49 ---> Running in f06979bce3b1 18:14:50 Removing intermediate container f06979bce3b1 18:14:50 ---> 809162103b2e 18:14:50 Step 21/23 : LABEL arch=arm64 18:14:50 ---> Running in 45a7fd2f0e12 18:14:50 Removing intermediate container 45a7fd2f0e12 18:14:50 ---> a7a8c34e9b96 18:14:50 Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:14:50 ---> Running in 9f7cb0d05294 18:14:51 Removing intermediate container 9f7cb0d05294 18:14:51 ---> ff98785d1299 18:14:51 Step 23/23 : LABEL version=2.2.1-dev.26 18:14:51 ---> Running in 9185ce91acef 18:14:52 Removing intermediate container 9185ce91acef 18:14:52 ---> b03f8a71848b 18:14:52 18:14:52 Successfully built b03f8a71848b 18:14:52 Successfully tagged core-metadata-arm64:latest 18:15:07  Building core-metadata ... done Removing intermediate container d960fc9db6d7 18:15:07 ---> e8a0486402d0 18:15:07 18:15:07 Step 10/22 : FROM alpine:3.16 18:15:07 ---> 6e30ab57aeee 18:15:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:15:07 ---> Running in c8f955027a45 18:15:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:15:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:15:08 (1/2) Installing ca-certificates (20211220-r0) 18:15:08 (2/2) Installing dumb-init (1.2.5-r1) 18:15:08 Executing busybox-1.35.0-r13.trigger 18:15:08 Executing ca-certificates-20211220-r0.trigger 18:15:08 OK: 6 MiB in 16 packages 18:15:10 Removing intermediate container c8f955027a45 18:15:10 ---> cb94a3dc3670 18:15:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:15:10 ---> Running in 15d543f9eec3 18:15:10 Removing intermediate container 15d543f9eec3 18:15:10 ---> c2ea367c8313 18:15:10 Step 13/22 : ENV APP_PORT=59860 18:15:10 ---> Running in 42d483cdd5b3 18:15:10 Removing intermediate container 42d483cdd5b3 18:15:10 ---> 9de4f0b497fe 18:15:10 Step 14/22 : EXPOSE $APP_PORT 18:15:10 ---> Running in 918039c7b6c4 18:15:11 Removing intermediate container 918039c7b6c4 18:15:11 ---> 7be3f9884f3b 18:15:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:15:12 ---> 4b7abe49f3da 18:15:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:15:13 ---> 8ae7cbf630de 18:15:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:15:13 ---> 3846868debce 18:15:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:15:13 ---> Running in c32ef00d2030 18:15:14 Removing intermediate container c32ef00d2030 18:15:14 ---> 0915ac63f3c4 18:15:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:15:14 ---> Running in fc71b787d36a 18:15:14 Removing intermediate container fc71b787d36a 18:15:14 ---> f9d18d8b8eb5 18:15:14 Step 20/22 : LABEL arch=arm64 18:15:14 ---> Running in 359cbc025379 18:15:14 Removing intermediate container 359cbc025379 18:15:14 ---> c9b9beae08d7 18:15:14 Step 21/22 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:14 ---> Running in 3bc03ec82dbc 18:15:15 Removing intermediate container 3bc03ec82dbc 18:15:15 ---> 86ef01009b06 18:15:15 Step 22/22 : LABEL version=2.2.1-dev.26 18:15:15 ---> Running in c090dad68c2b 18:15:15 Removing intermediate container c090dad68c2b 18:15:15 ---> dc1fe199307e 18:15:15 18:15:16 Successfully built dc1fe199307e 18:15:16 Successfully tagged support-notifications-arm64:latest 18:15:16  Building support-notifications ... done  [Pipeline] } 18:15:16 $ docker stop --time=1 d011a5ddba90ac069c85e532044402aa364e683381ebc3892c499f76bf58779f 18:15:18 $ docker rm -f d011a5ddba90ac069c85e532044402aa364e683381ebc3892c499f76bf58779f [Pipeline] // withDockerContainer [Pipeline] sh 18:15:18 + docker images 18:15:18 REPOSITORY TAG IMAGE ID CREATED SIZE 18:15:18 support-notifications-arm64 latest dc1fe199307e 3 seconds ago 26.1MB 18:15:18 e8a0486402d0 14 seconds ago 1.35GB 18:15:18 core-metadata-arm64 latest b03f8a71848b 27 seconds ago 16.4MB 18:15:18 654b78f8413e 35 seconds ago 1.29GB 18:15:18 core-command-arm64 latest 498f5149899f 37 seconds ago 15.5MB 18:15:18 security-proxy-setup-arm64 latest 0eb36918f32c 38 seconds ago 26.1MB 18:15:18 eab4e7ed88db 50 seconds ago 1.29GB 18:15:18 f27fb0fc2aa3 About a minute ago 1.3GB 18:15:18 security-spire-server-arm64 latest b923113541f0 2 minutes ago 84.2MB 18:15:18 3cd57a5f6dc8 2 minutes ago 1.19GB 18:15:18 sys-mgmt-agent-arm64 latest 44876331defc 2 minutes ago 282MB 18:15:18 b070f3d05853 4 minutes ago 1.29GB 18:15:18 security-spire-agent-arm64 latest eb57a1588b1c 7 minutes ago 122MB 18:15:18 security-spire-config-arm64 latest ac96dea8156d 7 minutes ago 83.6MB 18:15:18 4f815dbc5246 8 minutes ago 1.19GB 18:15:18 86741616fa6c 8 minutes ago 1.19GB 18:15:18 support-scheduler-arm64 latest b0435769b450 8 minutes ago 25.5MB 18:15:18 security-spiffe-token-provider-arm64 latest 740e3b4474a7 8 minutes ago 28.2MB 18:15:18 567b35049367 8 minutes ago 1.35GB 18:15:18 core-data-arm64 latest 336826b7a0a0 8 minutes ago 20.6MB 18:15:18 1baff115a485 8 minutes ago 1.34GB 18:15:18 319798f033a8 8 minutes ago 1.32GB 18:15:18 security-bootstrapper-arm64 latest cf650e01f3c5 10 minutes ago 18.5MB 18:15:18 security-secretstore-setup-arm64 latest 6eee039780f0 10 minutes ago 27.9MB 18:15:18 fffc621c8ccb 10 minutes ago 1.3GB 18:15:18 93df1e1bcaca 10 minutes ago 1.29GB 18:15:18 ci-base-image-arm64 latest 3dcc545dd4bd 19 minutes ago 938MB 18:15:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 4 days ago 678MB 18:15:18 alpine 3.16 6e30ab57aeee 6 weeks ago 5.27MB 18:15:18 docker 20.10.14 c346e9eafbab 3 months ago 202MB 18:15:18 alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB 18:15:18 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 18:15:18 provisioning config files... 18:15:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/257@tmp/config4774586223922369932tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:15:19 ---> docker-login.sh 18:15:19 nexus3.edgexfoundry.org:10001 18:15:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:19 Configure a credential helper to remove this warning. See 18:15:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:19 18:15:19 Login Succeeded 18:15:19 nexus3.edgexfoundry.org:10002 18:15:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:20 Configure a credential helper to remove this warning. See 18:15:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:20 18:15:20 Login Succeeded 18:15:20 nexus3.edgexfoundry.org:10003 18:15:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:20 Configure a credential helper to remove this warning. See 18:15:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:20 18:15:20 Login Succeeded 18:15:20 nexus3.edgexfoundry.org:10004 18:15:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:21 Configure a credential helper to remove this warning. See 18:15:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:21 18:15:21 Login Succeeded 18:15:21 docker.io 18:15:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:22 Configure a credential helper to remove this warning. See 18:15:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:22 18:15:22 Login Succeeded 18:15:22 ---> docker-login.sh ends [Pipeline] } 18:15:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:15:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:15:22 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 18:15:22 fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:22 latest 18:15:22 2.2.1-dev.26 18:15:22 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:15:22 main 18:15:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:15:23 c7136b731a95: Preparing 18:15:23 65de1a3076c8: Preparing 18:15:23 dbf93cabe8df: Preparing 18:15:23 a9ebc5fbec79: Preparing 18:15:23 dd565ff850e7: Preparing 18:15:23 dd565ff850e7: Layer already exists 18:15:23 a9ebc5fbec79: Pushed 18:15:23 dbf93cabe8df: Pushed 18:15:23 c7136b731a95: Pushed 18:15:25 65de1a3076c8: Pushed 18:15:26 fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:8e3a1c0da2890944fa3c11a703c356e92c52d9ab98456c10d1878452cf4c03db size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 18:15:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:15:26 c7136b731a95: Preparing 18:15:26 65de1a3076c8: Preparing 18:15:26 dbf93cabe8df: Preparing 18:15:26 a9ebc5fbec79: Preparing 18:15:26 dd565ff850e7: Preparing 18:15:26 dbf93cabe8df: Layer already exists 18:15:26 65de1a3076c8: Layer already exists 18:15:26 c7136b731a95: Layer already exists 18:15:26 a9ebc5fbec79: Layer already exists 18:15:26 dd565ff850e7: Layer already exists 18:15:27 latest: digest: sha256:8e3a1c0da2890944fa3c11a703c356e92c52d9ab98456c10d1878452cf4c03db size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:27 + 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 18:15:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.26 18:15:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:15:27 c7136b731a95: Preparing 18:15:27 65de1a3076c8: Preparing 18:15:27 dbf93cabe8df: Preparing 18:15:27 a9ebc5fbec79: Preparing 18:15:27 dd565ff850e7: Preparing 18:15:27 dd565ff850e7: Layer already exists 18:15:27 dbf93cabe8df: Layer already exists 18:15:27 c7136b731a95: Layer already exists 18:15:27 65de1a3076c8: Layer already exists 18:15:27 a9ebc5fbec79: Layer already exists 18:15:28 2.2.1-dev.26: digest: sha256:8e3a1c0da2890944fa3c11a703c356e92c52d9ab98456c10d1878452cf4c03db size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:28 + 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 18:15:28 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:15:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:15:28 c7136b731a95: Preparing 18:15:28 65de1a3076c8: Preparing 18:15:28 dbf93cabe8df: Preparing 18:15:28 a9ebc5fbec79: Preparing 18:15:28 dd565ff850e7: Preparing 18:15:28 dbf93cabe8df: Layer already exists 18:15:28 a9ebc5fbec79: Layer already exists 18:15:28 c7136b731a95: Layer already exists 18:15:28 65de1a3076c8: Layer already exists 18:15:28 dd565ff850e7: Layer already exists 18:15:29 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:8e3a1c0da2890944fa3c11a703c356e92c52d9ab98456c10d1878452cf4c03db size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:29 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:29 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 18:15:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:15:29 c7136b731a95: Preparing 18:15:29 65de1a3076c8: Preparing 18:15:29 dbf93cabe8df: Preparing 18:15:29 a9ebc5fbec79: Preparing 18:15:29 dd565ff850e7: Preparing 18:15:29 a9ebc5fbec79: Layer already exists 18:15:29 c7136b731a95: Layer already exists 18:15:29 dbf93cabe8df: Layer already exists 18:15:29 65de1a3076c8: Layer already exists 18:15:29 dd565ff850e7: Layer already exists 18:15:30 main: digest: sha256:8e3a1c0da2890944fa3c11a703c356e92c52d9ab98456c10d1878452cf4c03db size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:15:30 ===================================================== [Pipeline] echo 18:15:30 taggedImages: 18:15:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 18:15:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.26 18:15:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:15:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 18:15:30 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 18:15:30 fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:30 latest 18:15:30 2.2.1-dev.26 18:15:30 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:15:30 main 18:15:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:15:31 e02239bb5a6c: Preparing 18:15:31 9bfccd955066: Preparing 18:15:31 dbf93cabe8df: Preparing 18:15:31 ad0315601291: Preparing 18:15:31 d6f5ab16374b: Preparing 18:15:31 dd565ff850e7: Preparing 18:15:31 dd565ff850e7: Waiting 18:15:31 dbf93cabe8df: Layer already exists 18:15:31 dd565ff850e7: Layer already exists 18:15:31 d6f5ab16374b: Pushed 18:15:31 e02239bb5a6c: Pushed 18:15:32 ad0315601291: Pushed 18:15:34 9bfccd955066: Pushed 18:15:34 fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:b7fe70b4454507be155e40951130b03d7dfc6f9f2144bd53ea9c96fe3bf173e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 18:15:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:15:35 e02239bb5a6c: Preparing 18:15:35 9bfccd955066: Preparing 18:15:35 dbf93cabe8df: Preparing 18:15:35 ad0315601291: Preparing 18:15:35 d6f5ab16374b: Preparing 18:15:35 dd565ff850e7: Preparing 18:15:35 dd565ff850e7: Waiting 18:15:35 e02239bb5a6c: Layer already exists 18:15:35 ad0315601291: Layer already exists 18:15:35 dbf93cabe8df: Layer already exists 18:15:35 d6f5ab16374b: Layer already exists 18:15:35 9bfccd955066: Layer already exists 18:15:35 dd565ff850e7: Layer already exists 18:15:35 latest: digest: sha256:b7fe70b4454507be155e40951130b03d7dfc6f9f2144bd53ea9c96fe3bf173e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:36 + 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 18:15:36 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.26 18:15:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:15:36 e02239bb5a6c: Preparing 18:15:36 9bfccd955066: Preparing 18:15:36 dbf93cabe8df: Preparing 18:15:36 ad0315601291: Preparing 18:15:36 d6f5ab16374b: Preparing 18:15:36 dd565ff850e7: Preparing 18:15:36 dd565ff850e7: Waiting 18:15:36 d6f5ab16374b: Layer already exists 18:15:36 ad0315601291: Layer already exists 18:15:36 dbf93cabe8df: Layer already exists 18:15:36 9bfccd955066: Layer already exists 18:15:36 e02239bb5a6c: Layer already exists 18:15:36 dd565ff850e7: Layer already exists 18:15:36 2.2.1-dev.26: digest: sha256:b7fe70b4454507be155e40951130b03d7dfc6f9f2144bd53ea9c96fe3bf173e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:37 + 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 18:15:37 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:15:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:15:37 e02239bb5a6c: Preparing 18:15:37 9bfccd955066: Preparing 18:15:37 dbf93cabe8df: Preparing 18:15:37 ad0315601291: Preparing 18:15:37 d6f5ab16374b: Preparing 18:15:37 dd565ff850e7: Preparing 18:15:37 dd565ff850e7: Waiting 18:15:37 e02239bb5a6c: Layer already exists 18:15:37 dbf93cabe8df: Layer already exists 18:15:37 d6f5ab16374b: Layer already exists 18:15:37 9bfccd955066: Layer already exists 18:15:37 ad0315601291: Layer already exists 18:15:37 dd565ff850e7: Layer already exists 18:15:37 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:b7fe70b4454507be155e40951130b03d7dfc6f9f2144bd53ea9c96fe3bf173e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:38 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:38 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 18:15:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:15:38 e02239bb5a6c: Preparing 18:15:38 9bfccd955066: Preparing 18:15:38 dbf93cabe8df: Preparing 18:15:38 ad0315601291: Preparing 18:15:38 d6f5ab16374b: Preparing 18:15:38 dd565ff850e7: Preparing 18:15:38 dd565ff850e7: Waiting 18:15:38 d6f5ab16374b: Layer already exists 18:15:38 dbf93cabe8df: Layer already exists 18:15:38 e02239bb5a6c: Layer already exists 18:15:38 ad0315601291: Layer already exists 18:15:38 9bfccd955066: Layer already exists 18:15:38 dd565ff850e7: Layer already exists 18:15:38 main: digest: sha256:b7fe70b4454507be155e40951130b03d7dfc6f9f2144bd53ea9c96fe3bf173e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:15:38 ===================================================== [Pipeline] echo 18:15:38 taggedImages: 18:15:38 - nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:38 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 18:15:38 - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.26 18:15:38 - nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:15:38 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 18:15:38 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 18:15:38 fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:38 latest 18:15:38 2.2.1-dev.26 18:15:38 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:15:38 main 18:15:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:39 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:15:39 59e0bcf6f5c1: Preparing 18:15:39 fcea90d5e3ed: Preparing 18:15:39 dbf93cabe8df: Preparing 18:15:39 a9ebc5fbec79: Preparing 18:15:39 dd565ff850e7: Preparing 18:15:39 dd565ff850e7: Layer already exists 18:15:39 dbf93cabe8df: Layer already exists 18:15:39 a9ebc5fbec79: Layer already exists 18:15:39 59e0bcf6f5c1: Pushed 18:15:43 fcea90d5e3ed: Pushed 18:15:43 fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:cebc8edc9fea5df399c20298c7a721ed734c23fddbeb56eb8c7140402e9f79c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:43 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 18:15:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:15:43 59e0bcf6f5c1: Preparing 18:15:43 fcea90d5e3ed: Preparing 18:15:43 dbf93cabe8df: Preparing 18:15:43 a9ebc5fbec79: Preparing 18:15:43 dd565ff850e7: Preparing 18:15:43 59e0bcf6f5c1: Layer already exists 18:15:43 fcea90d5e3ed: Layer already exists 18:15:43 dd565ff850e7: Layer already exists 18:15:43 dbf93cabe8df: Layer already exists 18:15:43 a9ebc5fbec79: Layer already exists 18:15:44 latest: digest: sha256:cebc8edc9fea5df399c20298c7a721ed734c23fddbeb56eb8c7140402e9f79c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:44 + 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 18:15:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.26 18:15:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:15:44 59e0bcf6f5c1: Preparing 18:15:44 fcea90d5e3ed: Preparing 18:15:44 dbf93cabe8df: Preparing 18:15:44 a9ebc5fbec79: Preparing 18:15:44 dd565ff850e7: Preparing 18:15:44 a9ebc5fbec79: Layer already exists 18:15:44 dbf93cabe8df: Layer already exists 18:15:44 59e0bcf6f5c1: Layer already exists 18:15:44 dd565ff850e7: Layer already exists 18:15:44 fcea90d5e3ed: Layer already exists 18:15:45 2.2.1-dev.26: digest: sha256:cebc8edc9fea5df399c20298c7a721ed734c23fddbeb56eb8c7140402e9f79c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:45 + 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 18:15:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:15:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:15:45 59e0bcf6f5c1: Preparing 18:15:45 fcea90d5e3ed: Preparing 18:15:45 dbf93cabe8df: Preparing 18:15:45 a9ebc5fbec79: Preparing 18:15:45 dd565ff850e7: Preparing 18:15:45 dbf93cabe8df: Layer already exists 18:15:45 dd565ff850e7: Layer already exists 18:15:45 a9ebc5fbec79: Layer already exists 18:15:45 fcea90d5e3ed: Layer already exists 18:15:45 59e0bcf6f5c1: Layer already exists 18:15:46 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:cebc8edc9fea5df399c20298c7a721ed734c23fddbeb56eb8c7140402e9f79c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:46 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 18:15:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:15:46 59e0bcf6f5c1: Preparing 18:15:46 fcea90d5e3ed: Preparing 18:15:46 dbf93cabe8df: Preparing 18:15:46 a9ebc5fbec79: Preparing 18:15:46 dd565ff850e7: Preparing 18:15:46 dd565ff850e7: Layer already exists 18:15:46 fcea90d5e3ed: Layer already exists 18:15:46 a9ebc5fbec79: Layer already exists 18:15:46 59e0bcf6f5c1: Layer already exists 18:15:46 dbf93cabe8df: Layer already exists 18:15:47 main: digest: sha256:cebc8edc9fea5df399c20298c7a721ed734c23fddbeb56eb8c7140402e9f79c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:15:47 ===================================================== [Pipeline] echo 18:15:47 taggedImages: 18:15:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 18:15:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.26 18:15:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:15:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 18:15:47 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 18:15:47 fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:47 latest 18:15:47 2.2.1-dev.26 18:15:47 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:15:47 main 18:15:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:47 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:15:47 2b82c9a60813: Preparing 18:15:47 2b82c9a60813: Preparing 18:15:47 39cf24fe3b5e: Preparing 18:15:47 6d9ae1ed415b: Preparing 18:15:47 63af40f78c7e: Preparing 18:15:47 36c681efda0d: Preparing 18:15:47 dbf93cabe8df: Preparing 18:15:47 f1cdc88cbc39: Preparing 18:15:47 b4fdc9ccb2c5: Preparing 18:15:47 8c52ba2208c7: Preparing 18:15:47 0dfa961ad839: Preparing 18:15:47 dd565ff850e7: Preparing 18:15:47 dbf93cabe8df: Waiting 18:15:47 b4fdc9ccb2c5: Waiting 18:15:47 8c52ba2208c7: Waiting 18:15:47 0dfa961ad839: Waiting 18:15:47 dd565ff850e7: Waiting 18:15:47 f1cdc88cbc39: Waiting 18:15:48 2b82c9a60813: Pushed 18:15:48 39cf24fe3b5e: Pushed 18:15:48 6d9ae1ed415b: Pushed 18:15:48 63af40f78c7e: Pushed 18:15:48 dbf93cabe8df: Layer already exists 18:15:48 f1cdc88cbc39: Pushed 18:15:48 8c52ba2208c7: Pushed 18:15:48 b4fdc9ccb2c5: Pushed 18:15:48 0dfa961ad839: Pushed 18:15:48 dd565ff850e7: Layer already exists 18:15:51 36c681efda0d: Pushed 18:15:51 fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:ab22b0547d2c45a2116d001c3df71712fc6003c0516396de5489c6bfcd449aed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:52 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 18:15:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:15:52 2b82c9a60813: Preparing 18:15:52 2b82c9a60813: Preparing 18:15:52 39cf24fe3b5e: Preparing 18:15:52 6d9ae1ed415b: Preparing 18:15:52 63af40f78c7e: Preparing 18:15:52 36c681efda0d: Preparing 18:15:52 dbf93cabe8df: Preparing 18:15:52 f1cdc88cbc39: Preparing 18:15:52 b4fdc9ccb2c5: Preparing 18:15:52 8c52ba2208c7: Preparing 18:15:52 0dfa961ad839: Preparing 18:15:52 dd565ff850e7: Preparing 18:15:52 b4fdc9ccb2c5: Waiting 18:15:52 dbf93cabe8df: Waiting 18:15:52 8c52ba2208c7: Waiting 18:15:52 0dfa961ad839: Waiting 18:15:52 dd565ff850e7: Waiting 18:15:52 f1cdc88cbc39: Waiting 18:15:52 36c681efda0d: Layer already exists 18:15:52 39cf24fe3b5e: Layer already exists 18:15:52 63af40f78c7e: Layer already exists 18:15:52 2b82c9a60813: Layer already exists 18:15:52 6d9ae1ed415b: Layer already exists 18:15:52 f1cdc88cbc39: Layer already exists 18:15:52 b4fdc9ccb2c5: Layer already exists 18:15:52 0dfa961ad839: Layer already exists 18:15:52 dbf93cabe8df: Layer already exists 18:15:52 8c52ba2208c7: Layer already exists 18:15:52 dd565ff850e7: Layer already exists 18:15:52 latest: digest: sha256:ab22b0547d2c45a2116d001c3df71712fc6003c0516396de5489c6bfcd449aed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:53 + 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 18:15:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.26 18:15:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:15:53 2b82c9a60813: Preparing 18:15:53 2b82c9a60813: Preparing 18:15:53 39cf24fe3b5e: Preparing 18:15:53 6d9ae1ed415b: Preparing 18:15:53 63af40f78c7e: Preparing 18:15:53 36c681efda0d: Preparing 18:15:53 dbf93cabe8df: Preparing 18:15:53 f1cdc88cbc39: Preparing 18:15:53 b4fdc9ccb2c5: Preparing 18:15:53 8c52ba2208c7: Preparing 18:15:53 0dfa961ad839: Preparing 18:15:53 dd565ff850e7: Preparing 18:15:53 dbf93cabe8df: Waiting 18:15:53 f1cdc88cbc39: Waiting 18:15:53 0dfa961ad839: Waiting 18:15:53 b4fdc9ccb2c5: Waiting 18:15:53 8c52ba2208c7: Waiting 18:15:53 dd565ff850e7: Waiting 18:15:53 63af40f78c7e: Layer already exists 18:15:53 39cf24fe3b5e: Layer already exists 18:15:53 6d9ae1ed415b: Layer already exists 18:15:53 2b82c9a60813: Layer already exists 18:15:53 36c681efda0d: Layer already exists 18:15:53 8c52ba2208c7: Layer already exists 18:15:53 b4fdc9ccb2c5: Layer already exists 18:15:53 f1cdc88cbc39: Layer already exists 18:15:53 0dfa961ad839: Layer already exists 18:15:53 dbf93cabe8df: Layer already exists 18:15:53 dd565ff850e7: Layer already exists 18:15:53 2.2.1-dev.26: digest: sha256:ab22b0547d2c45a2116d001c3df71712fc6003c0516396de5489c6bfcd449aed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:54 + 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 18:15:54 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:15:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:15:54 2b82c9a60813: Preparing 18:15:54 2b82c9a60813: Preparing 18:15:54 39cf24fe3b5e: Preparing 18:15:54 6d9ae1ed415b: Preparing 18:15:54 63af40f78c7e: Preparing 18:15:54 36c681efda0d: Preparing 18:15:54 dbf93cabe8df: Preparing 18:15:54 f1cdc88cbc39: Preparing 18:15:54 b4fdc9ccb2c5: Preparing 18:15:54 8c52ba2208c7: Preparing 18:15:54 0dfa961ad839: Preparing 18:15:54 dd565ff850e7: Preparing 18:15:54 b4fdc9ccb2c5: Waiting 18:15:54 8c52ba2208c7: Waiting 18:15:54 0dfa961ad839: Waiting 18:15:54 dbf93cabe8df: Waiting 18:15:54 f1cdc88cbc39: Waiting 18:15:54 36c681efda0d: Layer already exists 18:15:54 39cf24fe3b5e: Layer already exists 18:15:54 2b82c9a60813: Layer already exists 18:15:54 6d9ae1ed415b: Layer already exists 18:15:54 63af40f78c7e: Layer already exists 18:15:54 b4fdc9ccb2c5: Layer already exists 18:15:54 f1cdc88cbc39: Layer already exists 18:15:54 dbf93cabe8df: Layer already exists 18:15:54 8c52ba2208c7: Layer already exists 18:15:54 0dfa961ad839: Layer already exists 18:15:54 dd565ff850e7: Layer already exists 18:15:54 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:ab22b0547d2c45a2116d001c3df71712fc6003c0516396de5489c6bfcd449aed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:55 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 18:15:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:15:55 2b82c9a60813: Preparing 18:15:55 2b82c9a60813: Preparing 18:15:55 39cf24fe3b5e: Preparing 18:15:55 6d9ae1ed415b: Preparing 18:15:55 63af40f78c7e: Preparing 18:15:55 36c681efda0d: Preparing 18:15:55 dbf93cabe8df: Preparing 18:15:55 f1cdc88cbc39: Preparing 18:15:55 b4fdc9ccb2c5: Preparing 18:15:55 8c52ba2208c7: Preparing 18:15:55 0dfa961ad839: Preparing 18:15:55 dd565ff850e7: Preparing 18:15:55 dbf93cabe8df: Waiting 18:15:55 f1cdc88cbc39: Waiting 18:15:55 b4fdc9ccb2c5: Waiting 18:15:55 8c52ba2208c7: Waiting 18:15:55 0dfa961ad839: Waiting 18:15:55 dd565ff850e7: Waiting 18:15:55 36c681efda0d: Layer already exists 18:15:55 2b82c9a60813: Layer already exists 18:15:55 6d9ae1ed415b: Layer already exists 18:15:55 63af40f78c7e: Layer already exists 18:15:55 39cf24fe3b5e: Layer already exists 18:15:55 dbf93cabe8df: Layer already exists 18:15:55 b4fdc9ccb2c5: Layer already exists 18:15:55 8c52ba2208c7: Layer already exists 18:15:55 f1cdc88cbc39: Layer already exists 18:15:55 0dfa961ad839: Layer already exists 18:15:55 dd565ff850e7: Layer already exists 18:15:55 main: digest: sha256:ab22b0547d2c45a2116d001c3df71712fc6003c0516396de5489c6bfcd449aed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:15:55 ===================================================== [Pipeline] echo 18:15:55 taggedImages: 18:15:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 18:15:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.26 18:15:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:15:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 18:15:55 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 18:15:55 fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:55 latest 18:15:55 2.2.1-dev.26 18:15:55 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:15:55 main 18:15:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:56 + 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 18:15:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:15:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:15:56 d8f00a92f336: Preparing 18:15:56 e7c2bf75eb8c: Preparing 18:15:56 c112c248aed2: Preparing 18:15:56 069cb82a1b00: Preparing 18:15:56 f71c1c84a9c0: Preparing 18:15:56 a794e2e7f7c5: Preparing 18:15:56 2c1f9b4e5e91: Preparing 18:15:56 dd565ff850e7: Preparing 18:15:56 a794e2e7f7c5: Waiting 18:15:56 2c1f9b4e5e91: Waiting 18:15:56 dd565ff850e7: Waiting 18:15:56 d8f00a92f336: Pushed 18:15:56 f71c1c84a9c0: Pushed 18:15:56 e7c2bf75eb8c: Pushed 18:15:57 dd565ff850e7: Layer already exists 18:15:57 a794e2e7f7c5: Pushed 18:15:57 2c1f9b4e5e91: Pushed 18:15:59 069cb82a1b00: Pushed 18:15:59 c112c248aed2: Pushed 18:15:59 fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:c686233fc8385eb67988d49d94046b450c2479e87045cbabd84d5b7059cb344c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:59 + 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 18:16:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 18:16:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:16:00 d8f00a92f336: Preparing 18:16:00 e7c2bf75eb8c: Preparing 18:16:00 c112c248aed2: Preparing 18:16:00 069cb82a1b00: Preparing 18:16:00 f71c1c84a9c0: Preparing 18:16:00 a794e2e7f7c5: Preparing 18:16:00 2c1f9b4e5e91: Preparing 18:16:00 dd565ff850e7: Preparing 18:16:00 a794e2e7f7c5: Waiting 18:16:00 dd565ff850e7: Waiting 18:16:00 2c1f9b4e5e91: Waiting 18:16:00 d8f00a92f336: Layer already exists 18:16:00 f71c1c84a9c0: Layer already exists 18:16:00 e7c2bf75eb8c: Layer already exists 18:16:00 069cb82a1b00: Layer already exists 18:16:00 c112c248aed2: Layer already exists 18:16:00 dd565ff850e7: Layer already exists 18:16:00 2c1f9b4e5e91: Layer already exists 18:16:00 a794e2e7f7c5: Layer already exists 18:16:00 latest: digest: sha256:c686233fc8385eb67988d49d94046b450c2479e87045cbabd84d5b7059cb344c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:00 + 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 18:16:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.26 18:16:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:16:01 d8f00a92f336: Preparing 18:16:01 e7c2bf75eb8c: Preparing 18:16:01 c112c248aed2: Preparing 18:16:01 069cb82a1b00: Preparing 18:16:01 f71c1c84a9c0: Preparing 18:16:01 a794e2e7f7c5: Preparing 18:16:01 2c1f9b4e5e91: Preparing 18:16:01 dd565ff850e7: Preparing 18:16:01 2c1f9b4e5e91: Waiting 18:16:01 dd565ff850e7: Waiting 18:16:01 a794e2e7f7c5: Waiting 18:16:01 069cb82a1b00: Layer already exists 18:16:01 e7c2bf75eb8c: Layer already exists 18:16:01 d8f00a92f336: Layer already exists 18:16:01 c112c248aed2: Layer already exists 18:16:01 f71c1c84a9c0: Layer already exists 18:16:01 a794e2e7f7c5: Layer already exists 18:16:01 2c1f9b4e5e91: Layer already exists 18:16:01 dd565ff850e7: Layer already exists 18:16:01 2.2.1-dev.26: digest: sha256:c686233fc8385eb67988d49d94046b450c2479e87045cbabd84d5b7059cb344c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:01 + 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 18:16:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:16:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:16:02 d8f00a92f336: Preparing 18:16:02 e7c2bf75eb8c: Preparing 18:16:02 c112c248aed2: Preparing 18:16:02 069cb82a1b00: Preparing 18:16:02 f71c1c84a9c0: Preparing 18:16:02 a794e2e7f7c5: Preparing 18:16:02 2c1f9b4e5e91: Preparing 18:16:02 dd565ff850e7: Preparing 18:16:02 a794e2e7f7c5: Waiting 18:16:02 2c1f9b4e5e91: Waiting 18:16:02 dd565ff850e7: Waiting 18:16:02 d8f00a92f336: Layer already exists 18:16:02 e7c2bf75eb8c: Layer already exists 18:16:02 c112c248aed2: Layer already exists 18:16:02 f71c1c84a9c0: Layer already exists 18:16:02 069cb82a1b00: Layer already exists 18:16:02 2c1f9b4e5e91: Layer already exists 18:16:02 a794e2e7f7c5: Layer already exists 18:16:02 dd565ff850e7: Layer already exists 18:16:02 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:c686233fc8385eb67988d49d94046b450c2479e87045cbabd84d5b7059cb344c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:02 + 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 18:16:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 18:16:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:16:03 d8f00a92f336: Preparing 18:16:03 e7c2bf75eb8c: Preparing 18:16:03 c112c248aed2: Preparing 18:16:03 069cb82a1b00: Preparing 18:16:03 f71c1c84a9c0: Preparing 18:16:03 a794e2e7f7c5: Preparing 18:16:03 2c1f9b4e5e91: Preparing 18:16:03 dd565ff850e7: Preparing 18:16:03 a794e2e7f7c5: Waiting 18:16:03 dd565ff850e7: Waiting 18:16:03 2c1f9b4e5e91: Waiting 18:16:03 f71c1c84a9c0: Layer already exists 18:16:03 069cb82a1b00: Layer already exists 18:16:03 d8f00a92f336: Layer already exists 18:16:03 e7c2bf75eb8c: Layer already exists 18:16:03 c112c248aed2: Layer already exists 18:16:03 2c1f9b4e5e91: Layer already exists 18:16:03 a794e2e7f7c5: Layer already exists 18:16:03 dd565ff850e7: Layer already exists 18:16:03 main: digest: sha256:c686233fc8385eb67988d49d94046b450c2479e87045cbabd84d5b7059cb344c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:16:03 ===================================================== [Pipeline] echo 18:16:03 taggedImages: 18:16:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:16:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 18:16:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.26 18:16:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:16:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 18:16:03 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 18:16:03 fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:16:03 latest 18:16:03 2.2.1-dev.26 18:16:03 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:16:03 main 18:16:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:03 + 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 18:16:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:16:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:16:04 626482377fdc: Preparing 18:16:04 778f35bb719e: Preparing 18:16:04 2cde6cd1a5a1: Preparing 18:16:04 0adb6aaa1926: Preparing 18:16:04 a2a0eb32f656: Preparing 18:16:04 55d58958671e: Preparing 18:16:04 83e37772d3b7: Preparing 18:16:04 7eddabf978d3: Preparing 18:16:04 13b68feaa5f6: Preparing 18:16:04 dd565ff850e7: Preparing 18:16:04 7eddabf978d3: Waiting 18:16:04 13b68feaa5f6: Waiting 18:16:04 55d58958671e: Waiting 18:16:04 83e37772d3b7: Waiting 18:16:04 dd565ff850e7: Waiting 18:16:04 778f35bb719e: Pushed 18:16:04 a2a0eb32f656: Pushed 18:16:04 626482377fdc: Pushed 18:16:04 7eddabf978d3: Pushed 18:16:04 83e37772d3b7: Pushed 18:16:04 55d58958671e: Pushed 18:16:05 dd565ff850e7: Layer already exists 18:16:05 13b68feaa5f6: Pushed 18:16:06 0adb6aaa1926: Pushed 18:16:07 2cde6cd1a5a1: Pushed 18:16:08 fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:bfcf7e1bfa261ea808740c64b72d558cadafc70b6e8e9993614a7a218f20b885 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:08 + 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 18:16:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 18:16:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:16:08 626482377fdc: Preparing 18:16:08 778f35bb719e: Preparing 18:16:08 2cde6cd1a5a1: Preparing 18:16:08 0adb6aaa1926: Preparing 18:16:08 a2a0eb32f656: Preparing 18:16:08 55d58958671e: Preparing 18:16:08 83e37772d3b7: Preparing 18:16:08 7eddabf978d3: Preparing 18:16:08 13b68feaa5f6: Preparing 18:16:08 dd565ff850e7: Preparing 18:16:08 83e37772d3b7: Waiting 18:16:08 7eddabf978d3: Waiting 18:16:08 13b68feaa5f6: Waiting 18:16:08 dd565ff850e7: Waiting 18:16:08 55d58958671e: Waiting 18:16:08 778f35bb719e: Layer already exists 18:16:08 2cde6cd1a5a1: Layer already exists 18:16:08 a2a0eb32f656: Layer already exists 18:16:08 0adb6aaa1926: Layer already exists 18:16:08 626482377fdc: Layer already exists 18:16:09 7eddabf978d3: Layer already exists 18:16:09 55d58958671e: Layer already exists 18:16:09 83e37772d3b7: Layer already exists 18:16:09 13b68feaa5f6: Layer already exists 18:16:09 dd565ff850e7: Layer already exists 18:16:09 latest: digest: sha256:bfcf7e1bfa261ea808740c64b72d558cadafc70b6e8e9993614a7a218f20b885 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:09 + 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 18:16:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.26 18:16:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:16:09 626482377fdc: Preparing 18:16:09 778f35bb719e: Preparing 18:16:09 2cde6cd1a5a1: Preparing 18:16:09 0adb6aaa1926: Preparing 18:16:09 a2a0eb32f656: Preparing 18:16:09 55d58958671e: Preparing 18:16:09 83e37772d3b7: Preparing 18:16:09 7eddabf978d3: Preparing 18:16:09 13b68feaa5f6: Preparing 18:16:09 dd565ff850e7: Preparing 18:16:09 55d58958671e: Waiting 18:16:09 83e37772d3b7: Waiting 18:16:09 7eddabf978d3: Waiting 18:16:09 dd565ff850e7: Waiting 18:16:09 626482377fdc: Layer already exists 18:16:09 a2a0eb32f656: Layer already exists 18:16:09 0adb6aaa1926: Layer already exists 18:16:09 2cde6cd1a5a1: Layer already exists 18:16:09 778f35bb719e: Layer already exists 18:16:10 55d58958671e: Layer already exists 18:16:10 7eddabf978d3: Layer already exists 18:16:10 13b68feaa5f6: Layer already exists 18:16:10 83e37772d3b7: Layer already exists 18:16:10 dd565ff850e7: Layer already exists 18:16:10 2.2.1-dev.26: digest: sha256:bfcf7e1bfa261ea808740c64b72d558cadafc70b6e8e9993614a7a218f20b885 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:10 + 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 18:16:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:16:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:16:10 626482377fdc: Preparing 18:16:10 778f35bb719e: Preparing 18:16:10 2cde6cd1a5a1: Preparing 18:16:10 0adb6aaa1926: Preparing 18:16:10 a2a0eb32f656: Preparing 18:16:10 55d58958671e: Preparing 18:16:10 83e37772d3b7: Preparing 18:16:10 7eddabf978d3: Preparing 18:16:10 13b68feaa5f6: Preparing 18:16:10 dd565ff850e7: Preparing 18:16:10 83e37772d3b7: Waiting 18:16:10 7eddabf978d3: Waiting 18:16:10 13b68feaa5f6: Waiting 18:16:10 dd565ff850e7: Waiting 18:16:10 55d58958671e: Waiting 18:16:10 2cde6cd1a5a1: Layer already exists 18:16:10 a2a0eb32f656: Layer already exists 18:16:10 0adb6aaa1926: Layer already exists 18:16:10 778f35bb719e: Layer already exists 18:16:10 626482377fdc: Layer already exists 18:16:11 13b68feaa5f6: Layer already exists 18:16:11 55d58958671e: Layer already exists 18:16:11 dd565ff850e7: Layer already exists 18:16:11 7eddabf978d3: Layer already exists 18:16:11 83e37772d3b7: Layer already exists 18:16:11 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:bfcf7e1bfa261ea808740c64b72d558cadafc70b6e8e9993614a7a218f20b885 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:11 + 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 18:16:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 18:16:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:16:11 626482377fdc: Preparing 18:16:11 778f35bb719e: Preparing 18:16:11 2cde6cd1a5a1: Preparing 18:16:11 0adb6aaa1926: Preparing 18:16:11 a2a0eb32f656: Preparing 18:16:11 55d58958671e: Preparing 18:16:11 83e37772d3b7: Preparing 18:16:11 7eddabf978d3: Preparing 18:16:11 13b68feaa5f6: Preparing 18:16:11 dd565ff850e7: Preparing 18:16:11 7eddabf978d3: Waiting 18:16:11 13b68feaa5f6: Waiting 18:16:11 dd565ff850e7: Waiting 18:16:11 83e37772d3b7: Waiting 18:16:11 626482377fdc: Layer already exists 18:16:11 a2a0eb32f656: Layer already exists 18:16:11 0adb6aaa1926: Layer already exists 18:16:11 778f35bb719e: Layer already exists 18:16:11 2cde6cd1a5a1: Layer already exists 18:16:11 7eddabf978d3: Layer already exists 18:16:11 55d58958671e: Layer already exists 18:16:11 83e37772d3b7: Layer already exists 18:16:11 dd565ff850e7: Layer already exists 18:16:11 13b68feaa5f6: Layer already exists 18:16:12 main: digest: sha256:bfcf7e1bfa261ea808740c64b72d558cadafc70b6e8e9993614a7a218f20b885 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:16:12 ===================================================== [Pipeline] echo 18:16:12 taggedImages: 18:16:12 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:16:12 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 18:16:12 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.26 18:16:12 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:16:12 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 18:16:12 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 18:16:12 fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:16:12 latest 18:16:12 2.2.1-dev.26 18:16:12 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:16:12 main 18:16:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:12 + 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 18:16:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:16:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:16:12 948062274347: Preparing 18:16:12 232501939262: Preparing 18:16:12 dbf93cabe8df: Preparing 18:16:12 38dbe25731b4: Preparing 18:16:12 493737ea87c8: Preparing 18:16:12 4f4ce317c6bb: Preparing 18:16:12 4f4ce317c6bb: Waiting 18:16:13 dbf93cabe8df: Layer already exists 18:16:13 4f4ce317c6bb: Layer already exists 18:16:13 493737ea87c8: Pushed 18:16:13 948062274347: Pushed 18:16:14 38dbe25731b4: Pushed 18:16:17 232501939262: Pushed 18:16:17 fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:8ae8cc7810405119d455ae909442180c03796631adaeaf94182caf3b2187bc1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:18 + 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 18:16:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 18:16:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:16:18 948062274347: Preparing 18:16:18 232501939262: Preparing 18:16:18 dbf93cabe8df: Preparing 18:16:18 38dbe25731b4: Preparing 18:16:18 493737ea87c8: Preparing 18:16:18 4f4ce317c6bb: Preparing 18:16:18 4f4ce317c6bb: Waiting 18:16:18 38dbe25731b4: Layer already exists 18:16:18 493737ea87c8: Layer already exists 18:16:18 dbf93cabe8df: Layer already exists 18:16:18 948062274347: Layer already exists 18:16:18 232501939262: Layer already exists 18:16:18 4f4ce317c6bb: Layer already exists 18:16:18 latest: digest: sha256:8ae8cc7810405119d455ae909442180c03796631adaeaf94182caf3b2187bc1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:19 + 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 18:16:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.26 18:16:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:16:19 948062274347: Preparing 18:16:19 232501939262: Preparing 18:16:19 dbf93cabe8df: Preparing 18:16:19 38dbe25731b4: Preparing 18:16:19 493737ea87c8: Preparing 18:16:19 4f4ce317c6bb: Preparing 18:16:19 4f4ce317c6bb: Waiting 18:16:19 dbf93cabe8df: Layer already exists 18:16:19 493737ea87c8: Layer already exists 18:16:19 948062274347: Layer already exists 18:16:19 232501939262: Layer already exists 18:16:19 38dbe25731b4: Layer already exists 18:16:19 4f4ce317c6bb: Layer already exists 18:16:19 2.2.1-dev.26: digest: sha256:8ae8cc7810405119d455ae909442180c03796631adaeaf94182caf3b2187bc1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:20 + 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 18:16:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:16:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:16:20 948062274347: Preparing 18:16:20 232501939262: Preparing 18:16:20 dbf93cabe8df: Preparing 18:16:20 38dbe25731b4: Preparing 18:16:20 493737ea87c8: Preparing 18:16:20 4f4ce317c6bb: Preparing 18:16:20 4f4ce317c6bb: Waiting 18:16:20 948062274347: Layer already exists 18:16:20 38dbe25731b4: Layer already exists 18:16:20 493737ea87c8: Layer already exists 18:16:20 dbf93cabe8df: Layer already exists 18:16:20 232501939262: Layer already exists 18:16:20 4f4ce317c6bb: Layer already exists 18:16:20 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:8ae8cc7810405119d455ae909442180c03796631adaeaf94182caf3b2187bc1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:21 + 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 18:16:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 18:16:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:16:21 948062274347: Preparing 18:16:21 232501939262: Preparing 18:16:21 dbf93cabe8df: Preparing 18:16:21 38dbe25731b4: Preparing 18:16:21 493737ea87c8: Preparing 18:16:21 4f4ce317c6bb: Preparing 18:16:21 4f4ce317c6bb: Waiting 18:16:21 38dbe25731b4: Layer already exists 18:16:21 493737ea87c8: Layer already exists 18:16:21 948062274347: Layer already exists 18:16:21 dbf93cabe8df: Layer already exists 18:16:21 232501939262: Layer already exists 18:16:21 4f4ce317c6bb: Layer already exists 18:16:21 main: digest: sha256:8ae8cc7810405119d455ae909442180c03796631adaeaf94182caf3b2187bc1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:16:21 ===================================================== [Pipeline] echo 18:16:21 taggedImages: 18:16:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:16:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 18:16:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.26 18:16:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:16:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 18:16:21 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 18:16:21 fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:16:21 latest 18:16:21 2.2.1-dev.26 18:16:21 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:16:21 main 18:16:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:22 + 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 18:16:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:16:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:16:22 c03a5ad2f468: Preparing 18:16:22 748161e3d46e: Preparing 18:16:22 b5a7d1f54928: Preparing 18:16:22 562a756d611e: Preparing 18:16:22 c68890226e9c: Preparing 18:16:22 1c03e3c4b17d: Preparing 18:16:22 493737ea87c8: Preparing 18:16:22 4f4ce317c6bb: Preparing 18:16:22 493737ea87c8: Waiting 18:16:22 4f4ce317c6bb: Waiting 18:16:22 1c03e3c4b17d: Waiting 18:16:22 c03a5ad2f468: Pushed 18:16:22 748161e3d46e: Pushed 18:16:22 b5a7d1f54928: Pushed 18:16:22 493737ea87c8: Layer already exists 18:16:22 4f4ce317c6bb: Layer already exists 18:16:23 1c03e3c4b17d: Pushed 18:16:30 c68890226e9c: Pushed 18:16:38 562a756d611e: Pushed 18:16:38 fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:1530f7dfe78fc2beb7ca645041186cf6406474ffec2b72be2b120ff5e3e20c11 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:39 + 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 18:16:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 18:16:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:16:39 c03a5ad2f468: Preparing 18:16:39 748161e3d46e: Preparing 18:16:39 b5a7d1f54928: Preparing 18:16:39 562a756d611e: Preparing 18:16:39 c68890226e9c: Preparing 18:16:39 1c03e3c4b17d: Preparing 18:16:39 493737ea87c8: Preparing 18:16:39 4f4ce317c6bb: Preparing 18:16:39 1c03e3c4b17d: Waiting 18:16:39 493737ea87c8: Waiting 18:16:39 4f4ce317c6bb: Waiting 18:16:39 748161e3d46e: Layer already exists 18:16:39 562a756d611e: Layer already exists 18:16:39 c68890226e9c: Layer already exists 18:16:39 b5a7d1f54928: Layer already exists 18:16:39 c03a5ad2f468: Layer already exists 18:16:39 1c03e3c4b17d: Layer already exists 18:16:39 4f4ce317c6bb: Layer already exists 18:16:39 493737ea87c8: Layer already exists 18:16:39 latest: digest: sha256:1530f7dfe78fc2beb7ca645041186cf6406474ffec2b72be2b120ff5e3e20c11 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:40 + 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 18:16:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.26 18:16:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:16:40 c03a5ad2f468: Preparing 18:16:40 748161e3d46e: Preparing 18:16:40 b5a7d1f54928: Preparing 18:16:40 562a756d611e: Preparing 18:16:40 c68890226e9c: Preparing 18:16:40 1c03e3c4b17d: Preparing 18:16:40 493737ea87c8: Preparing 18:16:40 4f4ce317c6bb: Preparing 18:16:40 1c03e3c4b17d: Waiting 18:16:40 493737ea87c8: Waiting 18:16:40 4f4ce317c6bb: Waiting 18:16:40 748161e3d46e: Layer already exists 18:16:40 c68890226e9c: Layer already exists 18:16:40 562a756d611e: Layer already exists 18:16:40 c03a5ad2f468: Layer already exists 18:16:40 b5a7d1f54928: Layer already exists 18:16:40 4f4ce317c6bb: Layer already exists 18:16:40 493737ea87c8: Layer already exists 18:16:40 1c03e3c4b17d: Layer already exists 18:16:40 2.2.1-dev.26: digest: sha256:1530f7dfe78fc2beb7ca645041186cf6406474ffec2b72be2b120ff5e3e20c11 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:41 + 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 18:16:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:16:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:16:41 c03a5ad2f468: Preparing 18:16:41 748161e3d46e: Preparing 18:16:41 b5a7d1f54928: Preparing 18:16:41 562a756d611e: Preparing 18:16:41 c68890226e9c: Preparing 18:16:41 1c03e3c4b17d: Preparing 18:16:41 493737ea87c8: Preparing 18:16:41 4f4ce317c6bb: Preparing 18:16:41 493737ea87c8: Waiting 18:16:41 4f4ce317c6bb: Waiting 18:16:41 1c03e3c4b17d: Waiting 18:16:41 c68890226e9c: Layer already exists 18:16:41 562a756d611e: Layer already exists 18:16:41 c03a5ad2f468: Layer already exists 18:16:41 748161e3d46e: Layer already exists 18:16:41 b5a7d1f54928: Layer already exists 18:16:41 493737ea87c8: Layer already exists 18:16:41 4f4ce317c6bb: Layer already exists 18:16:41 1c03e3c4b17d: Layer already exists 18:16:41 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:1530f7dfe78fc2beb7ca645041186cf6406474ffec2b72be2b120ff5e3e20c11 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:42 + 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 18:16:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 18:16:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:16:42 c03a5ad2f468: Preparing 18:16:42 748161e3d46e: Preparing 18:16:42 b5a7d1f54928: Preparing 18:16:42 562a756d611e: Preparing 18:16:42 c68890226e9c: Preparing 18:16:42 1c03e3c4b17d: Preparing 18:16:42 493737ea87c8: Preparing 18:16:42 4f4ce317c6bb: Preparing 18:16:42 1c03e3c4b17d: Waiting 18:16:42 493737ea87c8: Waiting 18:16:42 4f4ce317c6bb: Waiting 18:16:42 c68890226e9c: Layer already exists 18:16:42 b5a7d1f54928: Layer already exists 18:16:42 748161e3d46e: Layer already exists 18:16:42 c03a5ad2f468: Layer already exists 18:16:42 562a756d611e: Layer already exists 18:16:42 493737ea87c8: Layer already exists 18:16:42 1c03e3c4b17d: Layer already exists 18:16:42 4f4ce317c6bb: Layer already exists 18:16:42 main: digest: sha256:1530f7dfe78fc2beb7ca645041186cf6406474ffec2b72be2b120ff5e3e20c11 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:16:42 ===================================================== [Pipeline] echo 18:16:42 taggedImages: 18:16:42 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:16:42 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 18:16:42 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.26 18:16:42 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:16:42 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 18:16:42 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 18:16:42 fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:16:42 latest 18:16:42 2.2.1-dev.26 18:16:42 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:16:42 main 18:16:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:43 + 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 18:16:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:16:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:16:43 c026e9b0aa12: Preparing 18:16:43 131bfb0c6d49: Preparing 18:16:43 f000b25dbe9a: Preparing 18:16:43 bb90ae7c00e0: Preparing 18:16:43 a6a6b59a5f5b: Preparing 18:16:43 493737ea87c8: Preparing 18:16:43 4f4ce317c6bb: Preparing 18:16:43 4f4ce317c6bb: Waiting 18:16:43 f000b25dbe9a: Pushed 18:16:43 131bfb0c6d49: Pushed 18:16:43 c026e9b0aa12: Pushed 18:16:43 493737ea87c8: Layer already exists 18:16:43 4f4ce317c6bb: Layer already exists 18:16:44 a6a6b59a5f5b: Pushed 18:17:02 bb90ae7c00e0: Pushed 18:17:02 fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:7d0abd0e8e474485ed0935936e271651ffb86a0d2a3403425925269be102aa39 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:03 + 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 18:17:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 18:17:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:17:03 c026e9b0aa12: Preparing 18:17:03 131bfb0c6d49: Preparing 18:17:03 f000b25dbe9a: Preparing 18:17:03 bb90ae7c00e0: Preparing 18:17:03 a6a6b59a5f5b: Preparing 18:17:03 493737ea87c8: Preparing 18:17:03 4f4ce317c6bb: Preparing 18:17:03 493737ea87c8: Waiting 18:17:03 4f4ce317c6bb: Waiting 18:17:03 f000b25dbe9a: Layer already exists 18:17:03 c026e9b0aa12: Layer already exists 18:17:03 a6a6b59a5f5b: Layer already exists 18:17:03 bb90ae7c00e0: Layer already exists 18:17:03 131bfb0c6d49: Layer already exists 18:17:03 4f4ce317c6bb: Layer already exists 18:17:03 493737ea87c8: Layer already exists 18:17:03 latest: digest: sha256:7d0abd0e8e474485ed0935936e271651ffb86a0d2a3403425925269be102aa39 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:04 + 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 18:17:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.26 18:17:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:17:04 c026e9b0aa12: Preparing 18:17:04 131bfb0c6d49: Preparing 18:17:04 f000b25dbe9a: Preparing 18:17:04 bb90ae7c00e0: Preparing 18:17:04 a6a6b59a5f5b: Preparing 18:17:04 493737ea87c8: Preparing 18:17:04 4f4ce317c6bb: Preparing 18:17:04 4f4ce317c6bb: Waiting 18:17:04 493737ea87c8: Waiting 18:17:04 f000b25dbe9a: Layer already exists 18:17:04 131bfb0c6d49: Layer already exists 18:17:04 a6a6b59a5f5b: Layer already exists 18:17:04 c026e9b0aa12: Layer already exists 18:17:04 bb90ae7c00e0: Layer already exists 18:17:04 4f4ce317c6bb: Layer already exists 18:17:04 493737ea87c8: Layer already exists 18:17:04 2.2.1-dev.26: digest: sha256:7d0abd0e8e474485ed0935936e271651ffb86a0d2a3403425925269be102aa39 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:05 + 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 18:17:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:17:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:17:05 c026e9b0aa12: Preparing 18:17:05 131bfb0c6d49: Preparing 18:17:05 f000b25dbe9a: Preparing 18:17:05 bb90ae7c00e0: Preparing 18:17:05 a6a6b59a5f5b: Preparing 18:17:05 493737ea87c8: Preparing 18:17:05 4f4ce317c6bb: Preparing 18:17:05 493737ea87c8: Waiting 18:17:05 4f4ce317c6bb: Waiting 18:17:05 c026e9b0aa12: Layer already exists 18:17:05 131bfb0c6d49: Layer already exists 18:17:05 bb90ae7c00e0: Layer already exists 18:17:05 a6a6b59a5f5b: Layer already exists 18:17:05 f000b25dbe9a: Layer already exists 18:17:05 493737ea87c8: Layer already exists 18:17:05 4f4ce317c6bb: Layer already exists 18:17:05 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:7d0abd0e8e474485ed0935936e271651ffb86a0d2a3403425925269be102aa39 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:06 + 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 18:17:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 18:17:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:17:06 c026e9b0aa12: Preparing 18:17:06 131bfb0c6d49: Preparing 18:17:06 f000b25dbe9a: Preparing 18:17:06 bb90ae7c00e0: Preparing 18:17:06 a6a6b59a5f5b: Preparing 18:17:06 493737ea87c8: Preparing 18:17:06 4f4ce317c6bb: Preparing 18:17:06 493737ea87c8: Waiting 18:17:06 4f4ce317c6bb: Waiting 18:17:06 f000b25dbe9a: Layer already exists 18:17:06 bb90ae7c00e0: Layer already exists 18:17:06 131bfb0c6d49: Layer already exists 18:17:06 c026e9b0aa12: Layer already exists 18:17:06 a6a6b59a5f5b: Layer already exists 18:17:06 493737ea87c8: Layer already exists 18:17:06 4f4ce317c6bb: Layer already exists 18:17:06 main: digest: sha256:7d0abd0e8e474485ed0935936e271651ffb86a0d2a3403425925269be102aa39 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:17:06 ===================================================== [Pipeline] echo 18:17:06 taggedImages: 18:17:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:17:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 18:17:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.26 18:17:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:17:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 18:17:06 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 18:17:06 fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:17:06 latest 18:17:06 2.2.1-dev.26 18:17:06 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:17:06 main 18:17:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:07 + 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 18:17:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:17:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:17:07 e99dcb3968ff: Preparing 18:17:07 76f5967e80bb: Preparing 18:17:07 788c9f8391d6: Preparing 18:17:07 5045d06e7eff: Preparing 18:17:07 1c03e3c4b17d: Preparing 18:17:07 493737ea87c8: Preparing 18:17:07 4f4ce317c6bb: Preparing 18:17:07 493737ea87c8: Waiting 18:17:07 4f4ce317c6bb: Waiting 18:17:07 1c03e3c4b17d: Layer already exists 18:17:07 493737ea87c8: Layer already exists 18:17:07 4f4ce317c6bb: Layer already exists 18:17:07 788c9f8391d6: Pushed 18:17:07 76f5967e80bb: Pushed 18:17:07 e99dcb3968ff: Pushed 18:17:26 5045d06e7eff: Pushed 18:17:26 fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:48de9b4667376c8ebad50511209dfb0f0d223adca52347a26de7e316b8f2dbeb size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:26 + 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 18:17:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 18:17:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:17:26 e99dcb3968ff: Preparing 18:17:26 76f5967e80bb: Preparing 18:17:26 788c9f8391d6: Preparing 18:17:26 5045d06e7eff: Preparing 18:17:26 1c03e3c4b17d: Preparing 18:17:26 493737ea87c8: Preparing 18:17:26 4f4ce317c6bb: Preparing 18:17:26 493737ea87c8: Waiting 18:17:26 4f4ce317c6bb: Waiting 18:17:26 76f5967e80bb: Layer already exists 18:17:26 1c03e3c4b17d: Layer already exists 18:17:26 788c9f8391d6: Layer already exists 18:17:26 e99dcb3968ff: Layer already exists 18:17:26 5045d06e7eff: Layer already exists 18:17:27 493737ea87c8: Layer already exists 18:17:27 4f4ce317c6bb: Layer already exists 18:17:27 latest: digest: sha256:48de9b4667376c8ebad50511209dfb0f0d223adca52347a26de7e316b8f2dbeb size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:27 + 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 18:17:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.26 18:17:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:17:27 e99dcb3968ff: Preparing 18:17:27 76f5967e80bb: Preparing 18:17:27 788c9f8391d6: Preparing 18:17:27 5045d06e7eff: Preparing 18:17:27 1c03e3c4b17d: Preparing 18:17:27 493737ea87c8: Preparing 18:17:27 4f4ce317c6bb: Preparing 18:17:27 493737ea87c8: Waiting 18:17:27 4f4ce317c6bb: Waiting 18:17:27 5045d06e7eff: Layer already exists 18:17:27 76f5967e80bb: Layer already exists 18:17:27 e99dcb3968ff: Layer already exists 18:17:27 788c9f8391d6: Layer already exists 18:17:27 1c03e3c4b17d: Layer already exists 18:17:28 493737ea87c8: Layer already exists 18:17:28 4f4ce317c6bb: Layer already exists 18:17:28 2.2.1-dev.26: digest: sha256:48de9b4667376c8ebad50511209dfb0f0d223adca52347a26de7e316b8f2dbeb size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:28 + 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 18:17:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:17:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:17:28 e99dcb3968ff: Preparing 18:17:28 76f5967e80bb: Preparing 18:17:28 788c9f8391d6: Preparing 18:17:28 5045d06e7eff: Preparing 18:17:28 1c03e3c4b17d: Preparing 18:17:28 493737ea87c8: Preparing 18:17:28 4f4ce317c6bb: Preparing 18:17:28 493737ea87c8: Waiting 18:17:28 4f4ce317c6bb: Waiting 18:17:28 1c03e3c4b17d: Layer already exists 18:17:28 e99dcb3968ff: Layer already exists 18:17:28 76f5967e80bb: Layer already exists 18:17:28 788c9f8391d6: Layer already exists 18:17:28 5045d06e7eff: Layer already exists 18:17:29 493737ea87c8: Layer already exists 18:17:29 4f4ce317c6bb: Layer already exists 18:17:29 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:48de9b4667376c8ebad50511209dfb0f0d223adca52347a26de7e316b8f2dbeb size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:29 + 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 18:17:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 18:17:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:17:29 e99dcb3968ff: Preparing 18:17:29 76f5967e80bb: Preparing 18:17:29 788c9f8391d6: Preparing 18:17:29 5045d06e7eff: Preparing 18:17:29 1c03e3c4b17d: Preparing 18:17:29 493737ea87c8: Preparing 18:17:29 4f4ce317c6bb: Preparing 18:17:29 493737ea87c8: Waiting 18:17:29 4f4ce317c6bb: Waiting 18:17:29 788c9f8391d6: Layer already exists 18:17:29 1c03e3c4b17d: Layer already exists 18:17:29 5045d06e7eff: Layer already exists 18:17:29 e99dcb3968ff: Layer already exists 18:17:29 76f5967e80bb: Layer already exists 18:17:30 493737ea87c8: Layer already exists 18:17:30 4f4ce317c6bb: Layer already exists 18:17:30 main: digest: sha256:48de9b4667376c8ebad50511209dfb0f0d223adca52347a26de7e316b8f2dbeb size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:17:30 ===================================================== [Pipeline] echo 18:17:30 taggedImages: 18:17:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:17:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 18:17:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.26 18:17:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:17:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 18:17:30 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 18:17:30 fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:17:30 latest 18:17:30 2.2.1-dev.26 18:17:30 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:17:30 main 18:17:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:30 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:17:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:17:30 5df34eec716c: Preparing 18:17:30 a6a32fe36d81: Preparing 18:17:30 dbf93cabe8df: Preparing 18:17:30 12efef42975a: Preparing 18:17:30 dd565ff850e7: Preparing 18:17:31 dd565ff850e7: Layer already exists 18:17:31 dbf93cabe8df: Layer already exists 18:17:31 5df34eec716c: Pushed 18:17:31 12efef42975a: Pushed 18:17:36 a6a32fe36d81: Pushed 18:17:36 fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:ccb44ed2a79c2265917e2452641d786862c9b38636a0e0ade976cc1e7a3e0798 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 18:17:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:17:37 5df34eec716c: Preparing 18:17:37 a6a32fe36d81: Preparing 18:17:37 dbf93cabe8df: Preparing 18:17:37 12efef42975a: Preparing 18:17:37 dd565ff850e7: Preparing 18:17:37 5df34eec716c: Layer already exists 18:17:37 a6a32fe36d81: Layer already exists 18:17:37 dd565ff850e7: Layer already exists 18:17:37 12efef42975a: Layer already exists 18:17:37 dbf93cabe8df: Layer already exists 18:17:37 latest: digest: sha256:ccb44ed2a79c2265917e2452641d786862c9b38636a0e0ade976cc1e7a3e0798 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:38 + 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 18:17:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.26 18:17:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:17:38 5df34eec716c: Preparing 18:17:38 a6a32fe36d81: Preparing 18:17:38 dbf93cabe8df: Preparing 18:17:38 12efef42975a: Preparing 18:17:38 dd565ff850e7: Preparing 18:17:38 dd565ff850e7: Layer already exists 18:17:38 5df34eec716c: Layer already exists 18:17:38 dbf93cabe8df: Layer already exists 18:17:38 12efef42975a: Layer already exists 18:17:38 a6a32fe36d81: Layer already exists 18:17:38 2.2.1-dev.26: digest: sha256:ccb44ed2a79c2265917e2452641d786862c9b38636a0e0ade976cc1e7a3e0798 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:39 + 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 18:17:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:17:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:17:39 5df34eec716c: Preparing 18:17:39 a6a32fe36d81: Preparing 18:17:39 dbf93cabe8df: Preparing 18:17:39 12efef42975a: Preparing 18:17:39 dd565ff850e7: Preparing 18:17:39 dbf93cabe8df: Layer already exists 18:17:39 5df34eec716c: Layer already exists 18:17:39 12efef42975a: Layer already exists 18:17:39 dd565ff850e7: Layer already exists 18:17:39 a6a32fe36d81: Layer already exists 18:17:39 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:ccb44ed2a79c2265917e2452641d786862c9b38636a0e0ade976cc1e7a3e0798 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:40 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 18:17:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:17:40 5df34eec716c: Preparing 18:17:40 a6a32fe36d81: Preparing 18:17:40 dbf93cabe8df: Preparing 18:17:40 12efef42975a: Preparing 18:17:40 dd565ff850e7: Preparing 18:17:40 a6a32fe36d81: Layer already exists 18:17:40 5df34eec716c: Layer already exists 18:17:40 12efef42975a: Layer already exists 18:17:40 dbf93cabe8df: Layer already exists 18:17:40 dd565ff850e7: Layer already exists 18:17:40 main: digest: sha256:ccb44ed2a79c2265917e2452641d786862c9b38636a0e0ade976cc1e7a3e0798 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:17:40 ===================================================== [Pipeline] echo 18:17:40 taggedImages: 18:17:40 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:17:40 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 18:17:40 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.26 18:17:40 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:17:40 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 18:17:40 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 18:17:40 fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:17:40 latest 18:17:40 2.2.1-dev.26 18:17:40 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:17:40 main 18:17:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:41 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:17:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:17:41 4c867756cfa3: Preparing 18:17:41 cc50c998f33b: Preparing 18:17:41 dbf93cabe8df: Preparing 18:17:41 a9ebc5fbec79: Preparing 18:17:41 dd565ff850e7: Preparing 18:17:41 a9ebc5fbec79: Layer already exists 18:17:41 dbf93cabe8df: Layer already exists 18:17:41 dd565ff850e7: Layer already exists 18:17:41 4c867756cfa3: Pushed 18:17:47 cc50c998f33b: Pushed 18:17:47 fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:7ae65f9d0265ea3cdd047e070ca89547ab137da78f6ffcc9ac0ee756fe20e1fd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 18:17:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:17:48 4c867756cfa3: Preparing 18:17:48 cc50c998f33b: Preparing 18:17:48 dbf93cabe8df: Preparing 18:17:48 a9ebc5fbec79: Preparing 18:17:48 dd565ff850e7: Preparing 18:17:48 dd565ff850e7: Layer already exists 18:17:48 a9ebc5fbec79: Layer already exists 18:17:48 dbf93cabe8df: Layer already exists 18:17:48 cc50c998f33b: Layer already exists 18:17:48 4c867756cfa3: Layer already exists 18:17:48 latest: digest: sha256:7ae65f9d0265ea3cdd047e070ca89547ab137da78f6ffcc9ac0ee756fe20e1fd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:48 + 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 18:17:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.26 18:17:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:17:48 4c867756cfa3: Preparing 18:17:48 cc50c998f33b: Preparing 18:17:48 dbf93cabe8df: Preparing 18:17:48 a9ebc5fbec79: Preparing 18:17:48 dd565ff850e7: Preparing 18:17:48 dd565ff850e7: Layer already exists 18:17:48 a9ebc5fbec79: Layer already exists 18:17:48 dbf93cabe8df: Layer already exists 18:17:48 cc50c998f33b: Layer already exists 18:17:48 4c867756cfa3: Layer already exists 18:17:49 2.2.1-dev.26: digest: sha256:7ae65f9d0265ea3cdd047e070ca89547ab137da78f6ffcc9ac0ee756fe20e1fd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:49 + 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 18:17:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:17:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:17:49 4c867756cfa3: Preparing 18:17:49 cc50c998f33b: Preparing 18:17:49 dbf93cabe8df: Preparing 18:17:49 a9ebc5fbec79: Preparing 18:17:49 dd565ff850e7: Preparing 18:17:49 a9ebc5fbec79: Layer already exists 18:17:49 cc50c998f33b: Layer already exists 18:17:49 4c867756cfa3: Layer already exists 18:17:49 dd565ff850e7: Layer already exists 18:17:49 dbf93cabe8df: Layer already exists 18:17:50 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:7ae65f9d0265ea3cdd047e070ca89547ab137da78f6ffcc9ac0ee756fe20e1fd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 18:17:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:17:50 4c867756cfa3: Preparing 18:17:50 cc50c998f33b: Preparing 18:17:50 dbf93cabe8df: Preparing 18:17:50 a9ebc5fbec79: Preparing 18:17:50 dd565ff850e7: Preparing 18:17:50 4c867756cfa3: Layer already exists 18:17:50 dd565ff850e7: Layer already exists 18:17:50 dbf93cabe8df: Layer already exists 18:17:50 a9ebc5fbec79: Layer already exists 18:17:50 cc50c998f33b: Layer already exists 18:17:51 main: digest: sha256:7ae65f9d0265ea3cdd047e070ca89547ab137da78f6ffcc9ac0ee756fe20e1fd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:17:51 ===================================================== [Pipeline] echo 18:17:51 taggedImages: 18:17:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:17:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 18:17:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.26 18:17:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:17:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 18:17:51 [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: 18:17:51 fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:17:51 latest 18:17:51 2.2.1-dev.26 18:17:51 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:17:51 main 18:17:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:51 + 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 18:17:52 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:17:52 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:17:52 1705b778281b: Preparing 18:17:52 20d763e07e05: Preparing 18:17:52 720960be9a13: Preparing 18:17:52 9023c82f4b9e: Preparing 18:17:52 f0e5a4d6c014: Preparing 18:17:52 3b19d27f08f7: Preparing 18:17:52 73bb99a6e169: Preparing 18:17:52 ec06c3102977: Preparing 18:17:52 6a3c62e080c7: Preparing 18:17:52 340cb19ca677: Preparing 18:17:52 4f4ce317c6bb: Preparing 18:17:52 ec06c3102977: Waiting 18:17:52 6a3c62e080c7: Waiting 18:17:52 4f4ce317c6bb: Waiting 18:17:52 3b19d27f08f7: Waiting 18:17:52 340cb19ca677: Waiting 18:17:52 73bb99a6e169: Waiting 18:17:52 f0e5a4d6c014: Layer already exists 18:17:52 3b19d27f08f7: Layer already exists 18:17:52 73bb99a6e169: Layer already exists 18:17:52 ec06c3102977: Layer already exists 18:17:52 20d763e07e05: Pushed 18:17:52 6a3c62e080c7: Layer already exists 18:17:52 340cb19ca677: Layer already exists 18:17:52 4f4ce317c6bb: Layer already exists 18:17:52 1705b778281b: Pushed 18:17:54 720960be9a13: Pushed 18:18:09 9023c82f4b9e: Pushed 18:18:09 fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:7367047b472a577e2e7ed4667537672443986a7dddb00f822f542fdddc96ac74 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:10 + 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 18:18:10 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 18:18:10 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:18:10 1705b778281b: Preparing 18:18:10 20d763e07e05: Preparing 18:18:10 720960be9a13: Preparing 18:18:10 9023c82f4b9e: Preparing 18:18:10 f0e5a4d6c014: Preparing 18:18:10 3b19d27f08f7: Preparing 18:18:10 73bb99a6e169: Preparing 18:18:10 ec06c3102977: Preparing 18:18:10 3b19d27f08f7: Waiting 18:18:10 73bb99a6e169: Waiting 18:18:10 6a3c62e080c7: Preparing 18:18:10 340cb19ca677: Preparing 18:18:10 4f4ce317c6bb: Preparing 18:18:10 ec06c3102977: Waiting 18:18:10 6a3c62e080c7: Waiting 18:18:10 340cb19ca677: Waiting 18:18:10 4f4ce317c6bb: Waiting 18:18:10 1705b778281b: Layer already exists 18:18:10 9023c82f4b9e: Layer already exists 18:18:10 20d763e07e05: Layer already exists 18:18:10 720960be9a13: Layer already exists 18:18:10 f0e5a4d6c014: Layer already exists 18:18:10 3b19d27f08f7: Layer already exists 18:18:10 73bb99a6e169: Layer already exists 18:18:10 ec06c3102977: Layer already exists 18:18:10 6a3c62e080c7: Layer already exists 18:18:10 340cb19ca677: Layer already exists 18:18:10 4f4ce317c6bb: Layer already exists 18:18:11 latest: digest: sha256:7367047b472a577e2e7ed4667537672443986a7dddb00f822f542fdddc96ac74 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:11 + 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 18:18:12 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.26 18:18:12 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:18:12 1705b778281b: Preparing 18:18:12 20d763e07e05: Preparing 18:18:12 720960be9a13: Preparing 18:18:12 9023c82f4b9e: Preparing 18:18:12 f0e5a4d6c014: Preparing 18:18:12 3b19d27f08f7: Preparing 18:18:12 73bb99a6e169: Preparing 18:18:12 ec06c3102977: Preparing 18:18:12 6a3c62e080c7: Preparing 18:18:12 340cb19ca677: Preparing 18:18:12 4f4ce317c6bb: Preparing 18:18:12 3b19d27f08f7: Waiting 18:18:12 6a3c62e080c7: Waiting 18:18:12 ec06c3102977: Waiting 18:18:12 340cb19ca677: Waiting 18:18:12 4f4ce317c6bb: Waiting 18:18:12 73bb99a6e169: Waiting 18:18:12 720960be9a13: Layer already exists 18:18:12 f0e5a4d6c014: Layer already exists 18:18:12 9023c82f4b9e: Layer already exists 18:18:12 20d763e07e05: Layer already exists 18:18:12 1705b778281b: Layer already exists 18:18:12 3b19d27f08f7: Layer already exists 18:18:12 6a3c62e080c7: Layer already exists 18:18:12 ec06c3102977: Layer already exists 18:18:12 73bb99a6e169: Layer already exists 18:18:12 340cb19ca677: Layer already exists 18:18:12 4f4ce317c6bb: Layer already exists 18:18:12 2.2.1-dev.26: digest: sha256:7367047b472a577e2e7ed4667537672443986a7dddb00f822f542fdddc96ac74 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:12 + 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 18:18:13 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:18:13 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:18:13 1705b778281b: Preparing 18:18:13 20d763e07e05: Preparing 18:18:13 720960be9a13: Preparing 18:18:13 9023c82f4b9e: Preparing 18:18:13 f0e5a4d6c014: Preparing 18:18:13 3b19d27f08f7: Preparing 18:18:13 73bb99a6e169: Preparing 18:18:13 ec06c3102977: Preparing 18:18:13 6a3c62e080c7: Preparing 18:18:13 340cb19ca677: Preparing 18:18:13 4f4ce317c6bb: Preparing 18:18:13 6a3c62e080c7: Waiting 18:18:13 3b19d27f08f7: Waiting 18:18:13 73bb99a6e169: Waiting 18:18:13 ec06c3102977: Waiting 18:18:13 340cb19ca677: Waiting 18:18:13 4f4ce317c6bb: Waiting 18:18:13 9023c82f4b9e: Layer already exists 18:18:13 1705b778281b: Layer already exists 18:18:13 f0e5a4d6c014: Layer already exists 18:18:13 20d763e07e05: Layer already exists 18:18:13 720960be9a13: Layer already exists 18:18:13 73bb99a6e169: Layer already exists 18:18:13 ec06c3102977: Layer already exists 18:18:13 340cb19ca677: Layer already exists 18:18:13 6a3c62e080c7: Layer already exists 18:18:13 3b19d27f08f7: Layer already exists 18:18:13 4f4ce317c6bb: Layer already exists 18:18:13 fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:7367047b472a577e2e7ed4667537672443986a7dddb00f822f542fdddc96ac74 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:13 + 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 18:18:14 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main 18:18:14 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:18:14 1705b778281b: Preparing 18:18:14 20d763e07e05: Preparing 18:18:14 720960be9a13: Preparing 18:18:14 9023c82f4b9e: Preparing 18:18:14 f0e5a4d6c014: Preparing 18:18:14 3b19d27f08f7: Preparing 18:18:14 73bb99a6e169: Preparing 18:18:14 ec06c3102977: Preparing 18:18:14 6a3c62e080c7: Preparing 18:18:14 340cb19ca677: Preparing 18:18:14 4f4ce317c6bb: Preparing 18:18:14 73bb99a6e169: Waiting 18:18:14 ec06c3102977: Waiting 18:18:14 6a3c62e080c7: Waiting 18:18:14 340cb19ca677: Waiting 18:18:14 4f4ce317c6bb: Waiting 18:18:14 3b19d27f08f7: Waiting 18:18:14 f0e5a4d6c014: Layer already exists 18:18:14 20d763e07e05: Layer already exists 18:18:14 720960be9a13: Layer already exists 18:18:14 1705b778281b: Layer already exists 18:18:14 9023c82f4b9e: Layer already exists 18:18:14 73bb99a6e169: Layer already exists 18:18:14 ec06c3102977: Layer already exists 18:18:14 3b19d27f08f7: Layer already exists 18:18:14 6a3c62e080c7: Layer already exists 18:18:14 340cb19ca677: Layer already exists 18:18:14 4f4ce317c6bb: Layer already exists 18:18:14 main: digest: sha256:7367047b472a577e2e7ed4667537672443986a7dddb00f822f542fdddc96ac74 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:18:14 ===================================================== [Pipeline] echo 18:18:14 taggedImages: 18:18:14 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e 18:18:14 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 18:18:14 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.26 18:18:14 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 18:18:14 - 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 18:18:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:18:14 18:18:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:18:15 arm64: Pulling from edgex-lftools-log-publisher 18:18:15 8998bd30e6a1: Pulling fs layer 18:18:15 04944245beec: Pulling fs layer 18:18:15 699f458cf7ca: Pulling fs layer 18:18:15 765212b225bb: Pulling fs layer 18:18:15 f23df028b6ca: Pulling fs layer 18:18:15 d65c8cfc05b1: Pulling fs layer 18:18:15 2437ff75d9bd: Pulling fs layer 18:18:15 765212b225bb: Waiting 18:18:15 d65c8cfc05b1: Waiting 18:18:15 f23df028b6ca: Waiting 18:18:15 2437ff75d9bd: Waiting 18:18:15 04944245beec: Verifying Checksum 18:18:15 04944245beec: Download complete 18:18:15 765212b225bb: Verifying Checksum 18:18:15 765212b225bb: Download complete 18:18:15 f23df028b6ca: Verifying Checksum 18:18:15 f23df028b6ca: Download complete 18:18:15 d65c8cfc05b1: Verifying Checksum 18:18:15 d65c8cfc05b1: Download complete 18:18:15 699f458cf7ca: Verifying Checksum 18:18:15 699f458cf7ca: Download complete 18:18:15 8998bd30e6a1: Verifying Checksum 18:18:15 8998bd30e6a1: Download complete 18:18:18 2437ff75d9bd: Verifying Checksum 18:18:18 2437ff75d9bd: Download complete 18:18:20 8998bd30e6a1: Pull complete 18:18:21 04944245beec: Pull complete 18:18:22 699f458cf7ca: Pull complete 18:18:22 765212b225bb: Pull complete 18:18:23 f23df028b6ca: Pull complete 18:18:24 d65c8cfc05b1: Pull complete 18:18:39 2437ff75d9bd: Pull complete 18:18:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:18:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:18:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:39 prd-ubuntu20.04-docker-arm64-4c-16g-19313 does not seem to be running inside a container 18:18:39 $ 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 18:18:41 $ docker top ec22e3f4ce10056356d77129d2475eab084712a70931faf8b7bfdbb6bb4f4e1c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:18:42 ---> job-cost.sh 18:18:42 lf-activate-venv: SKIPPING 18:18:42 INFO: No Stack... 18:18:42 INFO: Retrieving Pricing Info for: v3-standard-4 18:18:43 INFO: Archiving Costs [Pipeline] sh 18:18:44 + cat /w/workspace/edgex-go/257/archives/cost.csv 18:18:44 + cut -d, -f6 [Pipeline] lock 18:18:44 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-257-stack-cost] 18:18:44 Resource [jenkins-edgexfoundry-edgex-go-main-257-stack-cost] did not exist. Created. 18:18:44 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-257-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:18:45 + echo total: 0.10999999940395355 [Pipeline] stash 18:18:45 Stashed 1 file(s) [Pipeline] } 18:18:45 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-257-stack-cost] [Pipeline] // lock [Pipeline] } 18:18:46 $ docker stop --time=1 ec22e3f4ce10056356d77129d2475eab084712a70931faf8b7bfdbb6bb4f4e1c 18:18:47 $ 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 18:18:48 + [ -d /w/workspace/edgex-go/257/archives ] [Pipeline] libraryResource [Pipeline] sh 18:18:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:18:49 ---> package-listing.sh 18:18:49 ++ facter osfamily 18:18:49 ++ tr '[:upper:]' '[:lower:]' 18:18:50 + OS_FAMILY=debian 18:18:50 + workspace=/w/workspace/edgex-go/257 18:18:50 + START_PACKAGES=/tmp/packages_start.txt 18:18:50 + END_PACKAGES=/tmp/packages_end.txt 18:18:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:18:50 + PACKAGES=/tmp/packages_start.txt 18:18:50 + '[' /w/workspace/edgex-go/257 ']' 18:18:50 + PACKAGES=/tmp/packages_end.txt 18:18:50 + case "${OS_FAMILY}" in 18:18:50 + dpkg -l 18:18:50 + grep '^ii' 18:18:50 + '[' -f /tmp/packages_start.txt ']' 18:18:50 + '[' -f /tmp/packages_end.txt ']' 18:18:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:18:50 + '[' /w/workspace/edgex-go/257 ']' 18:18:50 + mkdir -p /w/workspace/edgex-go/257/archives/ 18:18:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/257/archives/ [Pipeline] echo 18:18:50 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 18:18:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:18:50 18:18:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:18:51 latest: Pulling from edgex-lftools-log-publisher 18:18:51 5eb5b503b376: Pulling fs layer 18:18:51 5c69ac0246d0: Pulling fs layer 18:18:51 ec43610c2a17: Pulling fs layer 18:18:51 3a2ae6a8a46f: Pulling fs layer 18:18:51 33b1e0a273af: Pulling fs layer 18:18:51 5d3b04190fa2: Pulling fs layer 18:18:51 2f39f015ded8: Pulling fs layer 18:18:51 5d3b04190fa2: Waiting 18:18:51 33b1e0a273af: Waiting 18:18:51 2f39f015ded8: Waiting 18:18:51 3a2ae6a8a46f: Waiting 18:18:51 5c69ac0246d0: Verifying Checksum 18:18:51 5c69ac0246d0: Download complete 18:18:51 3a2ae6a8a46f: Verifying Checksum 18:18:51 3a2ae6a8a46f: Download complete 18:18:51 33b1e0a273af: Verifying Checksum 18:18:51 33b1e0a273af: Download complete 18:18:51 ec43610c2a17: Verifying Checksum 18:18:51 ec43610c2a17: Download complete 18:18:51 5d3b04190fa2: Verifying Checksum 18:18:51 5d3b04190fa2: Download complete 18:18:51 5eb5b503b376: Verifying Checksum 18:18:51 5eb5b503b376: Download complete 18:18:52 2f39f015ded8: Download complete 18:18:52 5eb5b503b376: Pull complete 18:18:52 5c69ac0246d0: Pull complete 18:18:53 ec43610c2a17: Pull complete 18:18:53 3a2ae6a8a46f: Pull complete 18:18:53 33b1e0a273af: Pull complete 18:18:53 5d3b04190fa2: Pull complete 18:18:57 2f39f015ded8: Pull complete 18:18:57 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:18:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:18:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:57 prd-ubuntu20.04-docker-8c-8g-19312 does not seem to be running inside a container 18:18:58 $ 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 18:18:59 $ docker top c1ee2499ce197394587a63e63950701029a620bbabc4cae84ffadefd43640952 -eo pid,comm [Pipeline] { [Pipeline] sh 18:19:00 + touch /tmp/pre-build-complete [Pipeline] sh 18:19:00 + mkdir -p /var/log/sysstat [Pipeline] sh 18:19:00 + ls /var/log/sa-host 18:19:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:19:01 provisioning config files... 18:19:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/257@tmp/config4170795548423853369tmp [Pipeline] { [Pipeline] echo 18:19:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:19:01 ---> create-netrc.sh [Pipeline] } 18:19:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:19:01 ---> python-tools-install.sh [Pipeline] echo 18:19:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:19:01 ---> sudo-logs.sh 18:19:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:19:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:19:02 ---> job-cost.sh 18:19:02 lf-activate-venv: SKIPPING 18:19:02 DEBUG: total: 0.10999999940395355 18:19:02 INFO: Retrieving Stack Cost... 18:19:02 INFO: Retrieving Pricing Info for: v3-standard-8 18:19:03 INFO: Archiving Costs [Pipeline] echo 18:19:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:19:03 ---> logs-deploy.sh 18:19:03 lf-activate-venv: SKIPPING 18:19:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/257 18:19:03 INFO: archiving workspace using pattern(s): 18:19:04 Archives upload complete. 18:19:04 INFO: archiving logs to Nexus 18:19:05 ---> uname -a: 18:19:05 Linux prd-ubuntu20-04-docker-8c-8g-19312 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 18:19:05 18:19:05 18:19:05 ---> lscpu: 18:19:05 Architecture: x86_64 18:19:05 CPU op-mode(s): 32-bit, 64-bit 18:19:05 Byte Order: Little Endian 18:19:05 Address sizes: 40 bits physical, 48 bits virtual 18:19:05 CPU(s): 8 18:19:05 On-line CPU(s) list: 0-7 18:19:05 Thread(s) per core: 1 18:19:05 Core(s) per socket: 1 18:19:05 Socket(s): 8 18:19:05 NUMA node(s): 1 18:19:05 Vendor ID: AuthenticAMD 18:19:05 CPU family: 23 18:19:05 Model: 49 18:19:05 Model name: AMD EPYC-Rome Processor 18:19:05 Stepping: 0 18:19:05 CPU MHz: 2799.976 18:19:05 BogoMIPS: 5599.95 18:19:05 Virtualization: AMD-V 18:19:05 Hypervisor vendor: KVM 18:19:05 Virtualization type: full 18:19:05 L1d cache: 256 KiB 18:19:05 L1i cache: 256 KiB 18:19:05 L2 cache: 4 MiB 18:19:05 L3 cache: 128 MiB 18:19:05 NUMA node0 CPU(s): 0-7 18:19:05 Vulnerability Itlb multihit: Not affected 18:19:05 Vulnerability L1tf: Not affected 18:19:05 Vulnerability Mds: Not affected 18:19:05 Vulnerability Meltdown: Not affected 18:19:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:19:05 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:19:05 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:19:05 Vulnerability Srbds: Not affected 18:19:05 Vulnerability Tsx async abort: Not affected 18:19:05 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 18:19:05 18:19:05 18:19:05 ---> nproc: 18:19:05 8 18:19:05 18:19:05 18:19:05 ---> df -h: 18:19:05 Filesystem Size Used Avail Use% Mounted on 18:19:05 overlay 155G 11G 145G 7% / 18:19:05 tmpfs 64M 0 64M 0% /dev 18:19:05 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:19:05 shm 64M 0 64M 0% /dev/shm 18:19:05 /dev/vda1 155G 11G 145G 7% /facter-os 18:19:05 18:19:05 18:19:05 ---> sar -b -r -n DEV: 18:19:05 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19312) 07/11/22 _x86_64_ (8 CPU) 18:19:05 18:19:05 17:51:10 LINUX RESTART (8 CPU) 18:19:05 18:19:05 17:52:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:19:05 17:53:01 143.00 3.27 139.73 0.00 360.96 80833.89 0.00 18:19:05 17:54:01 53.89 0.02 53.87 0.00 0.13 19122.16 0.00 18:19:05 17:55:01 1.50 0.00 1.50 0.00 0.00 113.83 0.00 18:19:05 17:56:01 1.65 0.00 1.65 0.00 0.00 18.39 0.00 18:19:05 17:57:01 1.23 0.02 1.22 0.00 0.13 14.66 0.00 18:19:05 17:58:01 1.25 0.00 1.25 0.00 0.00 14.80 0.00 18:19:05 17:59:01 1.63 0.63 1.00 0.00 22.53 12.40 0.00 18:19:05 18:00:01 2.32 0.93 1.38 0.00 26.52 19.33 0.00 18:19:05 18:01:01 0.98 0.00 0.98 0.00 0.00 12.26 0.00 18:19:05 18:02:01 1.37 0.00 1.37 0.00 0.00 22.39 0.00 18:19:05 18:03:01 0.98 0.00 0.98 0.00 0.00 11.73 0.00 18:19:05 18:04:01 1.03 0.00 1.03 0.00 0.00 13.46 0.00 18:19:05 18:05:01 0.98 0.00 0.98 0.00 0.00 12.13 0.00 18:19:05 18:06:01 1.12 0.00 1.12 0.00 0.00 14.80 0.00 18:19:05 18:07:01 1.38 0.02 1.37 0.00 0.13 18.40 0.00 18:19:05 18:08:01 1.12 0.00 1.12 0.00 0.00 15.19 0.00 18:19:05 18:09:01 1.00 0.00 1.00 0.00 0.00 11.47 0.00 18:19:05 18:10:01 1.10 0.00 1.10 0.00 0.00 15.19 0.00 18:19:05 18:11:01 0.93 0.00 0.93 0.00 0.00 11.20 0.00 18:19:05 18:12:01 1.37 0.00 1.37 0.00 0.00 18.26 0.00 18:19:05 18:13:01 1.00 0.00 1.00 0.00 0.00 13.20 0.00 18:19:05 18:14:01 1.15 0.00 1.15 0.00 0.00 14.40 0.00 18:19:05 18:15:01 0.92 0.00 0.92 0.00 0.00 10.80 0.00 18:19:05 18:16:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 18:19:05 18:17:01 1.03 0.02 1.02 0.00 0.13 11.86 0.00 18:19:05 18:18:01 1.50 0.00 1.50 0.00 0.00 19.20 0.00 18:19:05 18:19:01 35.66 0.22 35.44 0.00 23.06 16691.62 0.00 18:19:05 Average: 9.64 0.19 9.45 0.00 15.85 4290.04 0.00 18:19:05 18:19:05 17:52:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:19:05 17:53:01 27318452 31408856 883140 2.69 136616 4144424 2673828 7.88 1912256 3179820 558088 18:19:05 17:54:01 28282552 31786272 512108 1.56 139012 3589312 1806572 5.32 1297076 2872752 3208 18:19:05 17:55:01 28283048 31786872 511448 1.56 139044 3589316 1806572 5.32 1296368 2872752 24 18:19:05 17:56:01 28283264 31787632 510828 1.55 139092 3589316 1806572 5.32 1294908 2873148 12 18:19:05 17:57:01 28288140 31792588 505800 1.54 139172 3589308 1806572 5.32 1290840 2873156 28 18:19:05 17:58:01 28288504 31793012 505328 1.54 139208 3589324 1806572 5.32 1291340 2873156 32 18:19:05 17:59:01 28293008 31797856 500280 1.52 139244 3589764 1806572 5.32 1287620 2873396 24 18:19:05 18:00:01 28290164 31797224 500564 1.52 139288 3590804 1822804 5.37 1291620 2872692 12 18:19:05 18:01:01 28290120 31797252 500740 1.52 139328 3590808 1822804 5.37 1291228 2872692 148 18:19:05 18:02:01 28290112 31797264 500680 1.52 139392 3590776 1822804 5.37 1291192 2872676 40 18:19:05 18:03:01 28290072 31797276 500644 1.52 139416 3590796 1822804 5.37 1290576 2872680 8 18:19:05 18:04:01 28289708 31796956 500904 1.52 139448 3590796 1838876 5.42 1291144 2872680 24 18:19:05 18:05:01 28289676 31796948 500852 1.52 139468 3590800 1838876 5.42 1290420 2872684 20 18:19:05 18:06:01 28289816 31797196 500556 1.52 139504 3590800 1838876 5.42 1290700 2872756 196 18:19:05 18:07:01 28288016 31795484 502456 1.53 139556 3590796 1832388 5.40 1290560 2872760 12 18:19:05 18:08:01 28287788 31795304 502568 1.53 139596 3590808 1832388 5.40 1290376 2872764 32 18:19:05 18:09:01 28287708 31795280 502556 1.53 139628 3590808 1832388 5.40 1290376 2872764 12 18:19:05 18:10:01 28287908 31795500 502468 1.53 139668 3590812 1832388 5.40 1290400 2872768 32 18:19:05 18:11:01 28287536 31795192 502708 1.53 139700 3590820 1832388 5.40 1291288 2872772 216 18:19:05 18:12:01 28287696 31795416 502632 1.53 139756 3590820 1832388 5.40 1291264 2872780 52 18:19:05 18:13:01 28288004 31795748 502304 1.53 139780 3590824 1832388 5.40 1291028 2872780 32 18:19:05 18:14:01 28287712 31795480 502544 1.53 139812 3590824 1832388 5.40 1291060 2872780 16 18:19:05 18:15:01 28288192 31795988 501968 1.53 139836 3590828 1832388 5.40 1290640 2872784 28 18:19:05 18:16:01 28287820 31795648 502332 1.53 139868 3590832 1832388 5.40 1291412 2872788 172 18:19:05 18:17:01 28286968 31794884 503020 1.53 139920 3590836 1832388 5.40 1292124 2872792 56 18:19:05 18:18:01 28286912 31794888 502956 1.53 139952 3590840 1832388 5.40 1291400 2872796 8 18:19:05 18:19:01 27745940 31762928 530392 1.61 145916 4044172 1928028 5.68 1330052 3320376 256 18:19:05 Average: 28232031 31779294 518325 1.58 139638 3627791 1860659 5.48 1315899 2900768 20844 18:19:05 18:19:05 17:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:19:05 17:53:01 vethd4beb1b 0.08 0.27 0.01 0.03 0.00 0.00 0.00 0.00 18:19:05 17:53:01 ens3 702.25 704.34 7551.53 127.98 0.00 0.00 0.00 0.00 18:19:05 17:53:01 docker0 541.38 477.52 40.90 3510.20 0.00 0.00 0.00 0.00 18:19:05 17:53:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 18:19:05 17:54:01 ens3 17.26 10.38 13.30 7.04 0.00 0.00 0.00 0.00 18:19:05 17:54:01 docker0 1.43 1.43 0.09 0.12 0.00 0.00 0.00 0.00 18:19:05 17:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 17:55:01 ens3 3.83 2.78 11.36 0.56 0.00 0.00 0.00 0.00 18:19:05 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 17:56:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 17:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 17:57:01 ens3 0.73 0.12 0.13 0.07 0.00 0.00 0.00 0.00 18:19:05 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 17:58:01 ens3 1.15 0.48 0.40 0.28 0.00 0.00 0.00 0.00 18:19:05 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 17:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 17:59:01 ens3 1.07 0.68 0.98 0.53 0.00 0.00 0.00 0.00 18:19:05 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:00:01 ens3 6.75 4.38 4.53 5.27 0.00 0.00 0.00 0.00 18:19:05 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:00:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 18:19:05 18:01:01 ens3 0.50 0.13 0.18 0.07 0.00 0.00 0.00 0.00 18:19:05 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:02:01 ens3 0.65 0.42 0.34 0.27 0.00 0.00 0.00 0.00 18:19:05 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 18:03:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:04:01 ens3 1.07 0.72 0.40 0.30 0.00 0.00 0.00 0.00 18:19:05 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 18:05:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 18:07:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 18:19:05 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:08:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 18:09:01 ens3 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 18:19:05 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:10:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 18:11:01 ens3 0.50 0.48 0.29 0.22 0.00 0.00 0.00 0.00 18:19:05 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:12:01 ens3 0.32 0.28 0.20 0.08 0.00 0.00 0.00 0.00 18:19:05 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 18:13:01 ens3 1.10 0.23 0.24 0.08 0.00 0.00 0.00 0.00 18:19:05 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:14:01 ens3 0.92 0.58 0.52 0.41 0.00 0.00 0.00 0.00 18:19:05 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 18:15:01 ens3 0.27 0.00 0.01 0.00 0.00 0.00 0.00 0.00 18:19:05 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:16:01 ens3 0.92 0.20 0.15 0.07 0.00 0.00 0.00 0.00 18:19:05 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 18:17:01 ens3 1.13 0.53 0.47 0.34 0.00 0.00 0.00 0.00 18:19:05 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:18:01 ens3 0.62 0.35 0.32 0.21 0.00 0.00 0.00 0.00 18:19:05 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 18:19:01 ens3 137.94 97.43 2530.41 51.16 0.00 0.00 0.00 0.00 18:19:05 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:05 18:19:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 18:19:05 Average: ens3 32.18 30.15 370.24 7.15 0.00 0.00 0.00 0.00 18:19:05 Average: docker0 19.78 17.46 1.49 127.93 0.00 0.00 0.00 0.00 18:19:05 Average: lo 0.18 0.18 0.01 0.01 0.00 0.00 0.00 0.00 18:19:05 18:19:05 18:19:05 ---> sar -P ALL: 18:19:05 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19312) 07/11/22 _x86_64_ (8 CPU) 18:19:05 18:19:05 17:51:10 LINUX RESTART (8 CPU) 18:19:05 18:19:05 17:52:02 CPU %user %nice %system %iowait %steal %idle 18:19:05 17:53:01 all 32.36 0.00 7.02 1.30 0.08 59.24 18:19:05 17:53:01 0 34.77 0.00 6.89 0.19 0.07 58.08 18:19:05 17:53:01 1 31.77 0.00 7.14 2.97 0.07 58.05 18:19:05 17:53:01 2 31.99 0.00 6.45 0.22 0.07 61.27 18:19:05 17:53:01 3 26.88 0.00 5.63 0.07 0.09 67.33 18:19:05 17:53:01 4 31.62 0.00 7.69 0.12 0.09 60.48 18:19:05 17:53:01 5 34.08 0.00 8.03 3.42 0.07 54.40 18:19:05 17:53:01 6 36.19 0.00 7.29 3.11 0.09 53.33 18:19:05 17:53:01 7 31.50 0.00 7.01 0.31 0.09 61.08 18:19:05 17:54:01 all 28.00 0.00 4.33 0.33 0.05 67.29 18:19:05 17:54:01 0 27.89 0.00 4.08 0.00 0.05 67.98 18:19:05 17:54:01 1 27.96 0.00 5.56 1.02 0.05 65.40 18:19:05 17:54:01 2 28.45 0.00 4.09 0.00 0.05 67.41 18:19:05 17:54:01 3 26.22 0.00 3.87 1.20 0.05 68.66 18:19:05 17:54:01 4 28.46 0.00 4.91 0.10 0.07 66.46 18:19:05 17:54:01 5 28.12 0.00 3.56 0.02 0.07 68.24 18:19:05 17:54:01 6 27.60 0.00 5.01 0.27 0.05 67.07 18:19:05 17:54:01 7 29.30 0.00 3.54 0.03 0.05 67.08 18:19:05 17:55:01 all 0.28 0.00 0.02 0.01 0.01 99.69 18:19:05 17:55:01 0 0.05 0.00 0.03 0.00 0.02 99.90 18:19:05 17:55:01 1 0.02 0.00 0.00 0.02 0.02 99.95 18:19:05 17:55:01 2 1.60 0.00 0.02 0.00 0.00 98.39 18:19:05 17:55:01 3 0.03 0.00 0.02 0.05 0.00 99.90 18:19:05 17:55:01 4 0.05 0.00 0.03 0.00 0.00 99.92 18:19:05 17:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 17:55:01 6 0.02 0.00 0.02 0.02 0.02 99.93 18:19:05 17:55:01 7 0.47 0.00 0.02 0.00 0.00 99.52 18:19:05 17:56:01 all 0.26 0.00 0.01 0.01 0.00 99.72 18:19:05 17:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:19:05 17:56:01 1 0.00 0.00 0.02 0.02 0.00 99.97 18:19:05 17:56:01 2 1.99 0.00 0.00 0.00 0.02 98.00 18:19:05 17:56:01 3 0.02 0.00 0.02 0.02 0.00 99.95 18:19:05 17:56:01 4 0.03 0.00 0.00 0.00 0.02 99.95 18:19:05 17:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 17:56:01 6 0.00 0.00 0.02 0.02 0.00 99.97 18:19:05 17:56:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 17:57:01 all 0.28 0.00 0.02 0.01 0.00 99.70 18:19:05 17:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 17:57:01 1 0.02 0.00 0.02 0.02 0.00 99.95 18:19:05 17:57:01 2 1.97 0.00 0.00 0.00 0.00 98.03 18:19:05 17:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 17:57:01 4 0.05 0.00 0.03 0.00 0.02 99.90 18:19:05 17:57:01 5 0.08 0.00 0.05 0.00 0.00 99.87 18:19:05 17:57:01 6 0.02 0.00 0.00 0.03 0.02 99.93 18:19:05 17:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 17:58:01 all 0.27 0.00 0.01 0.00 0.00 99.71 18:19:05 17:58:01 0 0.03 0.00 0.02 0.00 0.02 99.93 18:19:05 17:58:01 1 0.07 0.00 0.00 0.02 0.00 99.92 18:19:05 17:58:01 2 1.99 0.00 0.00 0.00 0.00 98.01 18:19:05 17:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 17:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 17:58:01 5 0.08 0.00 0.03 0.00 0.02 99.87 18:19:05 17:58:01 6 0.00 0.00 0.02 0.02 0.00 99.97 18:19:05 17:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 17:59:01 all 0.33 0.00 0.02 0.00 0.00 99.65 18:19:05 17:59:01 0 0.15 0.00 0.05 0.00 0.00 99.80 18:19:05 17:59:01 1 0.10 0.00 0.02 0.02 0.00 99.87 18:19:05 17:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 18:19:05 17:59:01 3 0.10 0.00 0.00 0.00 0.00 99.90 18:19:05 17:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 17:59:01 5 0.07 0.00 0.03 0.00 0.00 99.90 18:19:05 17:59:01 6 2.08 0.00 0.02 0.02 0.00 97.88 18:19:05 17:59:01 7 0.05 0.00 0.02 0.00 0.02 99.92 18:19:05 18:00:01 all 0.45 0.00 0.03 0.01 0.00 99.50 18:19:05 18:00:01 0 0.37 0.00 0.03 0.02 0.02 99.57 18:19:05 18:00:01 1 0.45 0.00 0.03 0.05 0.02 99.45 18:19:05 18:00:01 2 0.08 0.00 0.03 0.00 0.00 99.88 18:19:05 18:00:01 3 0.18 0.00 0.02 0.00 0.00 99.80 18:19:05 18:00:01 4 0.10 0.00 0.03 0.00 0.00 99.87 18:19:05 18:00:01 5 0.13 0.00 0.05 0.00 0.00 99.82 18:19:05 18:00:01 6 2.20 0.00 0.00 0.03 0.00 97.77 18:19:05 18:00:01 7 0.08 0.00 0.03 0.00 0.00 99.88 18:19:05 18:01:01 all 0.24 0.00 0.02 0.00 0.00 99.73 18:19:05 18:01:01 0 0.00 0.00 0.03 0.00 0.02 99.95 18:19:05 18:01:01 1 0.03 0.00 0.03 0.02 0.00 99.92 18:19:05 18:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 18:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:01:01 5 0.05 0.00 0.02 0.00 0.02 99.92 18:19:05 18:01:01 6 1.74 0.00 0.07 0.02 0.00 98.17 18:19:05 18:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 18:02:01 all 0.03 0.00 0.03 0.01 0.00 99.94 18:19:05 18:02:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:19:05 18:02:01 1 0.03 0.00 0.02 0.02 0.00 99.93 18:19:05 18:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 18:02:01 3 0.00 0.00 0.02 0.00 0.02 99.97 18:19:05 18:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 18:02:01 5 0.07 0.00 0.07 0.00 0.02 99.85 18:19:05 18:02:01 6 0.07 0.00 0.03 0.03 0.00 99.87 18:19:05 18:02:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 18:03:01 all 0.04 0.00 0.01 0.00 0.00 99.94 18:19:05 18:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:19:05 18:03:01 1 0.08 0.00 0.03 0.02 0.02 99.85 18:19:05 18:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:03:01 4 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 18:03:01 5 0.08 0.00 0.03 0.00 0.00 99.88 18:19:05 18:03:01 6 0.03 0.00 0.00 0.02 0.00 99.95 18:19:05 18:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:19:05 18:03:01 CPU %user %nice %system %iowait %steal %idle 18:19:05 18:04:01 all 0.01 0.00 0.01 0.00 0.01 99.97 18:19:05 18:04:01 0 0.02 0.00 0.03 0.00 0.02 99.93 18:19:05 18:04:01 1 0.03 0.00 0.02 0.02 0.00 99.93 18:19:05 18:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:04:01 5 0.02 0.00 0.02 0.00 0.02 99.95 18:19:05 18:04:01 6 0.00 0.00 0.00 0.02 0.02 99.97 18:19:05 18:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:05:01 all 0.03 0.00 0.01 0.01 0.00 99.95 18:19:05 18:05:01 0 0.05 0.00 0.00 0.00 0.00 99.95 18:19:05 18:05:01 1 0.05 0.00 0.03 0.05 0.00 99.87 18:19:05 18:05:01 2 0.02 0.00 0.00 0.00 0.02 99.97 18:19:05 18:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 18:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:05:01 5 0.07 0.00 0.03 0.00 0.02 99.88 18:19:05 18:05:01 6 0.02 0.00 0.00 0.02 0.00 99.97 18:19:05 18:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:06:01 all 0.03 0.00 0.01 0.00 0.00 99.95 18:19:05 18:06:01 0 0.02 0.00 0.03 0.00 0.02 99.93 18:19:05 18:06:01 1 0.07 0.00 0.00 0.02 0.02 99.90 18:19:05 18:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:19:05 18:06:01 3 0.07 0.00 0.02 0.00 0.00 99.92 18:19:05 18:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:06:01 5 0.03 0.00 0.03 0.00 0.00 99.93 18:19:05 18:06:01 6 0.00 0.00 0.02 0.02 0.00 99.97 18:19:05 18:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:07:01 all 0.03 0.00 0.02 0.01 0.00 99.94 18:19:05 18:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 18:07:01 1 0.03 0.00 0.03 0.02 0.00 99.92 18:19:05 18:07:01 2 0.07 0.00 0.00 0.02 0.00 99.92 18:19:05 18:07:01 3 0.05 0.00 0.00 0.00 0.00 99.95 18:19:05 18:07:01 4 0.03 0.00 0.02 0.02 0.00 99.93 18:19:05 18:07:01 5 0.05 0.00 0.05 0.00 0.02 99.88 18:19:05 18:07:01 6 0.00 0.00 0.00 0.02 0.00 99.98 18:19:05 18:07:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 18:08:01 all 0.01 0.00 0.02 0.00 0.01 99.96 18:19:05 18:08:01 0 0.00 0.00 0.05 0.00 0.02 99.93 18:19:05 18:08:01 1 0.00 0.00 0.03 0.02 0.00 99.95 18:19:05 18:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 18:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:08:01 5 0.05 0.00 0.03 0.00 0.02 99.90 18:19:05 18:08:01 6 0.03 0.00 0.02 0.02 0.02 99.92 18:19:05 18:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:09:01 all 0.03 0.00 0.01 0.00 0.00 99.96 18:19:05 18:09:01 0 0.03 0.00 0.00 0.00 0.02 99.95 18:19:05 18:09:01 1 0.05 0.00 0.02 0.02 0.02 99.90 18:19:05 18:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:09:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:19:05 18:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:09:01 5 0.05 0.00 0.05 0.00 0.00 99.90 18:19:05 18:09:01 6 0.02 0.00 0.02 0.02 0.00 99.95 18:19:05 18:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:10:01 all 0.01 0.00 0.01 0.00 0.00 99.97 18:19:05 18:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 18:10:01 1 0.02 0.00 0.02 0.02 0.00 99.95 18:19:05 18:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:10:01 3 0.07 0.00 0.02 0.00 0.00 99.92 18:19:05 18:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 18:10:01 6 0.02 0.00 0.03 0.02 0.00 99.93 18:19:05 18:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:11:01 all 0.02 0.00 0.01 0.00 0.00 99.96 18:19:05 18:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 18:11:01 1 0.05 0.00 0.02 0.02 0.00 99.92 18:19:05 18:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 18:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 18:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:11:01 5 0.03 0.00 0.03 0.00 0.02 99.92 18:19:05 18:11:01 6 0.05 0.00 0.00 0.02 0.02 99.92 18:19:05 18:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:12:01 all 0.02 0.00 0.01 0.01 0.01 99.96 18:19:05 18:12:01 0 0.03 0.00 0.02 0.00 0.02 99.93 18:19:05 18:12:01 1 0.03 0.00 0.02 0.02 0.00 99.93 18:19:05 18:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:12:01 5 0.02 0.00 0.02 0.00 0.02 99.95 18:19:05 18:12:01 6 0.03 0.00 0.02 0.03 0.00 99.92 18:19:05 18:12:01 7 0.02 0.00 0.00 0.00 0.02 99.97 18:19:05 18:13:01 all 0.02 0.00 0.01 0.00 0.00 99.96 18:19:05 18:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:19:05 18:13:01 1 0.02 0.00 0.00 0.02 0.02 99.95 18:19:05 18:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:13:01 3 0.02 0.00 0.00 0.00 0.02 99.97 18:19:05 18:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 18:13:01 6 0.03 0.00 0.05 0.02 0.00 99.90 18:19:05 18:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:14:01 all 0.01 0.00 0.01 0.00 0.00 99.97 18:19:05 18:14:01 0 0.02 0.00 0.03 0.00 0.02 99.93 18:19:05 18:14:01 1 0.03 0.00 0.00 0.02 0.00 99.95 18:19:05 18:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:14:01 5 0.02 0.00 0.02 0.00 0.02 99.95 18:19:05 18:14:01 6 0.05 0.00 0.00 0.02 0.00 99.93 18:19:05 18:14:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 18:19:05 18:14:01 CPU %user %nice %system %iowait %steal %idle 18:19:05 18:15:01 all 0.01 0.00 0.01 0.01 0.00 99.96 18:19:05 18:15:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:19:05 18:15:01 1 0.02 0.00 0.02 0.03 0.00 99.93 18:19:05 18:15:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 18:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 18:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:15:01 5 0.05 0.00 0.02 0.00 0.00 99.93 18:19:05 18:15:01 6 0.00 0.00 0.02 0.02 0.02 99.95 18:19:05 18:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 18:19:05 18:16:01 all 0.02 0.00 0.01 0.03 0.00 99.94 18:19:05 18:16:01 0 0.05 0.00 0.00 0.00 0.02 99.93 18:19:05 18:16:01 1 0.00 0.00 0.00 0.13 0.00 99.87 18:19:05 18:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 18:16:01 5 0.02 0.00 0.02 0.00 0.02 99.95 18:19:05 18:16:01 6 0.02 0.00 0.00 0.12 0.00 99.87 18:19:05 18:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 18:17:01 all 0.01 0.00 0.01 0.01 0.00 99.96 18:19:05 18:17:01 0 0.03 0.00 0.05 0.02 0.00 99.90 18:19:05 18:17:01 1 0.02 0.00 0.02 0.02 0.02 99.93 18:19:05 18:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:19:05 18:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 18:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 18:17:01 6 0.03 0.00 0.02 0.03 0.00 99.92 18:19:05 18:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:18:01 all 0.01 0.00 0.02 0.00 0.00 99.96 18:19:05 18:18:01 0 0.02 0.00 0.05 0.00 0.02 99.92 18:19:05 18:18:01 1 0.02 0.00 0.02 0.02 0.00 99.95 18:19:05 18:18:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:19:05 18:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:19:05 18:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:05 18:18:01 5 0.03 0.00 0.00 0.00 0.02 99.95 18:19:05 18:18:01 6 0.02 0.00 0.02 0.02 0.00 99.95 18:19:05 18:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:19:05 18:19:01 all 3.07 0.00 1.22 0.39 0.02 95.30 18:19:05 18:19:01 0 2.86 0.00 1.16 0.05 0.02 95.91 18:19:05 18:19:01 1 2.72 0.00 1.91 2.23 0.02 93.12 18:19:05 18:19:01 2 2.81 0.00 1.07 0.05 0.02 96.05 18:19:05 18:19:01 3 2.66 0.00 1.02 0.02 0.02 96.29 18:19:05 18:19:01 4 3.48 0.00 1.17 0.02 0.02 95.32 18:19:05 18:19:01 5 4.73 0.00 0.97 0.18 0.02 94.10 18:19:05 18:19:01 6 2.32 0.00 0.97 0.57 0.02 96.12 18:19:05 18:19:01 7 2.98 0.00 1.50 0.00 0.02 95.51 18:19:05 Average: all 2.40 0.00 0.47 0.08 0.01 97.04 18:19:05 Average: 0 2.42 0.00 0.47 0.01 0.01 97.09 18:19:05 Average: 1 2.32 0.00 0.55 0.25 0.01 96.88 18:19:05 Average: 2 2.59 0.00 0.43 0.01 0.01 96.96 18:19:05 Average: 3 2.04 0.00 0.39 0.05 0.01 97.51 18:19:05 Average: 4 2.33 0.00 0.51 0.01 0.01 97.15 18:19:05 Average: 5 2.48 0.00 0.48 0.13 0.01 96.90 18:19:05 Average: 6 2.65 0.00 0.50 0.16 0.01 96.68 18:19:05 Average: 7 2.35 0.00 0.44 0.01 0.01 97.18 18:19:05 18:19:05 18:19:05