Pull request #4436 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 8a46531602b5787ece39bd2d04ab3384e1630829+d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 (18c770902425e89d01511699e6e471a86d3b6d2d) 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-ssh2127775083675584770.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2199944135628072237.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4436/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-4436/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13766577718633110023.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-4436/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17212966012241153288.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh495417948491922447.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4436/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-4436/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5716502936307203578.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9697 in /w/workspace/edgexfoundry_edgex-go_PR-4436 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 Merging remotes/origin/main commit d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 into PR head commit 8a46531602b5787ece39bd2d04ab3384e1630829 Merge succeeded, producing 8a46531602b5787ece39bd2d04ab3384e1630829 Checking out Revision 8a46531602b5787ece39bd2d04ab3384e1630829 (PR-4436) > 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 remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4436/head:refs/remotes/origin/PR-4436 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8a46531602b5787ece39bd2d04ab3384e1630829 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8a46531602b5787ece39bd2d04ab3384e1630829 # timeout=10 Commit message: "fix(security): Add back missing configuration to seed message-bus secrets" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-11T00:09:06.119Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-11T00:09:06.289Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-11T00:09:06.388Z] ========================================================= [2023-03-11T00:09:06.389Z] EdgeX Global Pipelines Version Info [2023-03-11T00:09:06.389Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-11T00:09:07.153Z] ------------------- [2023-03-11T00:09:07.154Z] stable info: [2023-03-11T00:09:07.154Z] ------------------- [2023-03-11T00:09:07.154Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-11T00:09:07.154Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-11T00:09:07.154Z] Message: update stable to v1.0.244 [2023-03-11T00:09:07.725Z] ------------------- [2023-03-11T00:09:07.725Z] experimental info: [2023-03-11T00:09:07.725Z] ------------------- [2023-03-11T00:09:07.725Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-11T00:09:07.725Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-11T00:09:07.725Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-11T00:09:08.042Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-11T00:09:08.083Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-11T00:09:08.119Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-11T00:09:08.156Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-11T00:09:08.192Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-11T00:09:08.234Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-11T00:09:08.276Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-11T00:09:08.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-11T00:09:08.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-11T00:09:08.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-11T00:09:08.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-11T00:09:08.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-11T00:09:08.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-11T00:09:08.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-11T00:09:08.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-11T00:09:08.644Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-11T00:09:08.685Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-11T00:09:08.726Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-11T00:09:08.770Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-11T00:09:08.809Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-11T00:09:08.849Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-11T00:09:08.890Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-11T00:09:08.928Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-11T00:09:08.969Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4436 [Pipeline] echo [2023-03-11T00:09:09.008Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4436 [Pipeline] echo [2023-03-11T00:09:09.045Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4436 [Pipeline] echo [2023-03-11T00:09:09.081Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8a46531602b5787ece39bd2d04ab3384e1630829 [Pipeline] echo [2023-03-11T00:09:09.118Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8a46531 [Pipeline] echo [2023-03-11T00:09:09.156Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-11T00:09:09.264Z] provisioning config files... [2023-03-11T00:09:09.279Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15769395962710280364tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-11T00:09:09.614Z] ---> docker-login.sh [2023-03-11T00:09:09.614Z] nexus3.edgexfoundry.org:10001 [2023-03-11T00:09:09.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-11T00:09:09.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-11T00:09:09.873Z] Configure a credential helper to remove this warning. See [2023-03-11T00:09:09.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-11T00:09:09.873Z] [2023-03-11T00:09:09.873Z] Login Succeeded [2023-03-11T00:09:09.873Z] nexus3.edgexfoundry.org:10002 [2023-03-11T00:09:09.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-11T00:09:09.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-11T00:09:09.873Z] Configure a credential helper to remove this warning. See [2023-03-11T00:09:09.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-11T00:09:09.873Z] [2023-03-11T00:09:09.873Z] Login Succeeded [2023-03-11T00:09:10.133Z] nexus3.edgexfoundry.org:10003 [2023-03-11T00:09:10.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-11T00:09:10.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-11T00:09:10.133Z] Configure a credential helper to remove this warning. See [2023-03-11T00:09:10.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-11T00:09:10.133Z] [2023-03-11T00:09:10.133Z] Login Succeeded [2023-03-11T00:09:10.133Z] nexus3.edgexfoundry.org:10004 [2023-03-11T00:09:10.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-11T00:09:10.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-11T00:09:10.133Z] Configure a credential helper to remove this warning. See [2023-03-11T00:09:10.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-11T00:09:10.133Z] [2023-03-11T00:09:10.133Z] Login Succeeded [2023-03-11T00:09:10.133Z] docker.io [2023-03-11T00:09:10.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-11T00:09:10.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-11T00:09:10.393Z] Configure a credential helper to remove this warning. See [2023-03-11T00:09:10.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-11T00:09:10.393Z] [2023-03-11T00:09:10.393Z] Login Succeeded [2023-03-11T00:09:10.393Z] ---> docker-login.sh ends [Pipeline] } [2023-03-11T00:09:10.420Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-11T00:09:10.840Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-03-11T00:09:10.840Z] + dirname cmd/core-command/Dockerfile [2023-03-11T00:09:10.840Z] + cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-11T00:09:10.840Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-11T00:09:10.840Z] + cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-11T00:09:10.840Z] + dirname+ cmd/core-data/Dockerfile [2023-03-11T00:09:10.840Z] cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-11T00:09:10.840Z] + dirname cmd/core-metadata/Dockerfile [2023-03-11T00:09:10.840Z] + cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-11T00:09:10.840Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-11T00:09:10.840Z] + cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-11T00:09:10.840Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-11T00:09:10.840Z] + cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-11T00:09:10.840Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-11T00:09:10.840Z] + cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-11T00:09:10.840Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-11T00:09:10.840Z] + cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-11T00:09:10.840Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-11T00:09:10.840Z] + cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-11T00:09:10.840Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-11T00:09:10.840Z] + cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-11T00:09:10.840Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-11T00:09:10.840Z] + cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-11T00:09:10.840Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-11T00:09:10.840Z] + cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-11T00:09:10.840Z] + dirname cmd/support-notifications/Dockerfile [2023-03-11T00:09:10.840Z] + cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-11T00:09:10.840Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-11T00:09:10.840Z] + cut -d/ -f2 [2023-03-11T00:09:10.840Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-11T00:09:10.901Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-11T00:09:12.306Z] + git rev-list -1 --merges 8a46531602b5787ece39bd2d04ab3384e1630829~1..8a46531602b5787ece39bd2d04ab3384e1630829 [Pipeline] echo [2023-03-11T00:09:12.343Z] -----------> git rev-list -1 --merges 8a46531602b5787ece39bd2d04ab3384e1630829~1..8a46531602b5787ece39bd2d04ab3384e1630829 8a46531602b5787ece39bd2d04ab3384e1630829 [false] [Pipeline] sh [2023-03-11T00:09:12.649Z] + git log --format=format:%s -1 8a46531602b5787ece39bd2d04ab3384e1630829 [Pipeline] echo [2023-03-11T00:09:12.715Z] ========================================================= [2023-03-11T00:09:12.715Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-11T00:09:12.715Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-11T00:09:13.308Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-11T00:09:13.308Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-11T00:09:13.308Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-11T00:09:13.308Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-11T00:09:13.308Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-11T00:09:13.308Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-11T00:09:13.308Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:09:13.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-11T00:09:13.796Z] [2023-03-11T00:09:13.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:09:14.178Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-11T00:09:14.178Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-11T00:09:14.178Z] b85a868b505f: Pulling fs layer [2023-03-11T00:09:14.178Z] e2be974225ed: Pulling fs layer [2023-03-11T00:09:14.178Z] 339a4e72a1f5: Pulling fs layer [2023-03-11T00:09:14.178Z] 988bab9f4d93: Pulling fs layer [2023-03-11T00:09:14.178Z] 1469e6f7b9e6: Pulling fs layer [2023-03-11T00:09:14.178Z] eaf3925da568: Pulling fs layer [2023-03-11T00:09:14.178Z] bab4dde63d76: Pulling fs layer [2023-03-11T00:09:14.178Z] bde34c3a00c8: Pulling fs layer [2023-03-11T00:09:14.178Z] b352a97aabf1: Pulling fs layer [2023-03-11T00:09:14.178Z] 4872d77fe225: Pulling fs layer [2023-03-11T00:09:14.178Z] 5851b861e8e6: Pulling fs layer [2023-03-11T00:09:14.178Z] 4872d77fe225: Waiting [2023-03-11T00:09:14.178Z] 5851b861e8e6: Waiting [2023-03-11T00:09:14.178Z] b352a97aabf1: Waiting [2023-03-11T00:09:14.178Z] bab4dde63d76: Waiting [2023-03-11T00:09:14.178Z] 988bab9f4d93: Waiting [2023-03-11T00:09:14.178Z] 1469e6f7b9e6: Waiting [2023-03-11T00:09:14.178Z] eaf3925da568: Waiting [2023-03-11T00:09:14.178Z] bde34c3a00c8: Waiting [2023-03-11T00:09:14.178Z] e2be974225ed: Verifying Checksum [2023-03-11T00:09:14.178Z] e2be974225ed: Download complete [2023-03-11T00:09:14.178Z] 988bab9f4d93: Verifying Checksum [2023-03-11T00:09:14.178Z] 988bab9f4d93: Download complete [2023-03-11T00:09:14.438Z] 1469e6f7b9e6: Verifying Checksum [2023-03-11T00:09:14.438Z] 1469e6f7b9e6: Download complete [2023-03-11T00:09:14.438Z] 339a4e72a1f5: Verifying Checksum [2023-03-11T00:09:14.438Z] 339a4e72a1f5: Download complete [2023-03-11T00:09:14.438Z] eaf3925da568: Download complete [2023-03-11T00:09:14.438Z] bde34c3a00c8: Download complete [2023-03-11T00:09:14.438Z] b352a97aabf1: Verifying Checksum [2023-03-11T00:09:14.438Z] b352a97aabf1: Download complete [2023-03-11T00:09:14.438Z] 4872d77fe225: Verifying Checksum [2023-03-11T00:09:14.438Z] 4872d77fe225: Download complete [2023-03-11T00:09:14.438Z] 5851b861e8e6: Verifying Checksum [2023-03-11T00:09:14.438Z] 5851b861e8e6: Download complete [2023-03-11T00:09:14.438Z] b85a868b505f: Download complete [2023-03-11T00:09:14.697Z] bab4dde63d76: Verifying Checksum [2023-03-11T00:09:14.697Z] bab4dde63d76: Download complete [2023-03-11T00:09:15.633Z] b85a868b505f: Pull complete [2023-03-11T00:09:15.894Z] e2be974225ed: Pull complete [2023-03-11T00:09:16.465Z] 339a4e72a1f5: Pull complete [2023-03-11T00:09:16.466Z] 988bab9f4d93: Pull complete [2023-03-11T00:09:16.728Z] 1469e6f7b9e6: Pull complete [2023-03-11T00:09:16.728Z] eaf3925da568: Pull complete [2023-03-11T00:09:18.632Z] bab4dde63d76: Pull complete [2023-03-11T00:09:18.632Z] bde34c3a00c8: Pull complete [2023-03-11T00:09:18.632Z] b352a97aabf1: Pull complete [2023-03-11T00:09:18.891Z] 4872d77fe225: Pull complete [2023-03-11T00:09:18.891Z] 5851b861e8e6: Pull complete [2023-03-11T00:09:18.891Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-11T00:09:18.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-11T00:09:18.891Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-11T00:09:19.116Z] prd-ubuntu20.04-docker-8c-8g-9697 does not seem to be running inside a container [2023-03-11T00:09:19.338Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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/py-git-semver:0.1.4 cat [2023-03-11T00:09:24.675Z] $ docker top 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 -eo pid,comm [2023-03-11T00:09:24.460Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-11T00:09:24.460Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-11T00:09:24.588Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-11T00:09:24.588Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-11T00:09:24.694Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-11T00:09:24.968Z] $ docker exec 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 ssh-agent [2023-03-11T00:09:24.796Z] SSH_AUTH_SOCK=/tmp/ssh-A8WR1wUaM4Ar/agent.32 [2023-03-11T00:09:24.796Z] SSH_AGENT_PID=39 [2023-03-11T00:09:24.801Z] Running ssh-add (command line suppressed) [2023-03-11T00:09:25.172Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_13758471551809099195.key (/w/workspace/edgex-go/1@tmp/private_key_13758471551809099195.key) [2023-03-11T00:09:24.912Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-11T00:09:25.238Z] + git tag --points-at HEAD [Pipeline] } [2023-03-11T00:09:25.539Z] $ docker exec --env ******** --env ******** 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 ssh-agent -k [2023-03-11T00:09:25.627Z] unset SSH_AUTH_SOCK; [2023-03-11T00:09:25.627Z] unset SSH_AGENT_PID; [2023-03-11T00:09:25.627Z] echo Agent pid 39 killed; [2023-03-11T00:09:25.357Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-11T00:09:25.444Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-11T00:09:25.444Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-11T00:09:25.549Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-11T00:09:25.831Z] $ docker exec 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 ssh-agent [2023-03-11T00:09:25.656Z] SSH_AUTH_SOCK=/tmp/ssh-oNL9ouRR5yf2/agent.71 [2023-03-11T00:09:25.656Z] SSH_AGENT_PID=77 [2023-03-11T00:09:25.661Z] Running ssh-add (command line suppressed) [2023-03-11T00:09:26.042Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_14370826125445696521.key (/w/workspace/edgex-go/1@tmp/private_key_14370826125445696521.key) [2023-03-11T00:09:25.773Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-11T00:09:26.105Z] + git semver init [2023-03-11T00:09:26.366Z] 2023-03-11 00:09:26,588 [run_init] DEBUG init version:0.0.0 force:False [2023-03-11T00:09:26.366Z] 2023-03-11 00:09:26,589 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-03-11T00:09:26.366Z] 2023-03-11 00:09:26,589 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-03-11T00:09:26.366Z] 2023-03-11 00:09:26,590 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-03-11T00:09:33.018Z] 2023-03-11 00:09:32,113 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-03-11T00:09:33.018Z] 2023-03-11 00:09:32,113 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4436 with force:False [2023-03-11T00:09:33.018Z] 2023-03-11 00:09:32,113 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4436 [2023-03-11T00:09:33.018Z] 2023-03-11 00:09:32,118 [execute] INFO git cat-file --batch-check [2023-03-11T00:09:33.018Z] 2023-03-11 00:09:32,119 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-11T00:09:33.018Z] 2023-03-11 00:09:32,124 [execute] INFO git cat-file --batch [2023-03-11T00:09:33.018Z] 2023-03-11 00:09:32,124 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-11T00:09:33.018Z] 2023-03-11 00:09:32,129 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4436 [2023-03-11T00:09:33.018Z] 0.0.0 [Pipeline] } [2023-03-11T00:09:33.370Z] $ docker exec --env ******** --env ******** 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 ssh-agent -k [2023-03-11T00:09:33.470Z] unset SSH_AUTH_SOCK; [2023-03-11T00:09:33.470Z] unset SSH_AGENT_PID; [2023-03-11T00:09:33.471Z] echo Agent pid 77 killed; [2023-03-11T00:09:33.155Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-11T00:09:33.561Z] + git semver [Pipeline] } [2023-03-11T00:09:34.171Z] $ docker stop --time=1 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 [2023-03-11T00:09:35.483Z] $ docker rm -f --volumes 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-11T00:09:35.551Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-11T00:09:35.796Z] Stashed 1 file(s) [Pipeline] echo [2023-03-11T00:09:35.814Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-11T00:09:36.657Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-11T00:09:36.694Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-11T00:09:36.729Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-11T00:09:36.760Z] ========================================================= [2023-03-11T00:09:36.760Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-11T00:09:36.760Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-11T00:09:37.108Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-11T00:09:37.108Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-11T00:09:37.108Z] 213ec9aee27d: Pulling fs layer [2023-03-11T00:09:37.108Z] 4583459ba037: Pulling fs layer [2023-03-11T00:09:37.108Z] 93c1e223e6f2: Pulling fs layer [2023-03-11T00:09:37.108Z] 53926ce57604: Pulling fs layer [2023-03-11T00:09:37.108Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-11T00:09:37.108Z] 22ff95d597cd: Pulling fs layer [2023-03-11T00:09:37.108Z] 12d6caf4c0d1: Pulling fs layer [2023-03-11T00:09:37.108Z] 96b7cbca73a9: Pulling fs layer [2023-03-11T00:09:37.108Z] a7acece74701: Pulling fs layer [2023-03-11T00:09:37.108Z] 22ff95d597cd: Waiting [2023-03-11T00:09:37.108Z] 12d6caf4c0d1: Waiting [2023-03-11T00:09:37.108Z] 96b7cbca73a9: Waiting [2023-03-11T00:09:37.108Z] a7acece74701: Waiting [2023-03-11T00:09:37.108Z] 53926ce57604: Waiting [2023-03-11T00:09:37.108Z] 21b2b0c7a3f4: Waiting [2023-03-11T00:09:37.108Z] 93c1e223e6f2: Download complete [2023-03-11T00:09:37.108Z] 4583459ba037: Verifying Checksum [2023-03-11T00:09:37.108Z] 4583459ba037: Download complete [2023-03-11T00:09:37.108Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-11T00:09:37.108Z] 21b2b0c7a3f4: Download complete [2023-03-11T00:09:37.108Z] 22ff95d597cd: Verifying Checksum [2023-03-11T00:09:37.108Z] 22ff95d597cd: Download complete [2023-03-11T00:09:37.108Z] 213ec9aee27d: Verifying Checksum [2023-03-11T00:09:37.108Z] 213ec9aee27d: Download complete [2023-03-11T00:09:37.108Z] 12d6caf4c0d1: Verifying Checksum [2023-03-11T00:09:37.108Z] 12d6caf4c0d1: Download complete [2023-03-11T00:09:37.373Z] 213ec9aee27d: Pull complete [2023-03-11T00:09:37.373Z] 4583459ba037: Pull complete [2023-03-11T00:09:37.636Z] 93c1e223e6f2: Pull complete [2023-03-11T00:09:37.637Z] a7acece74701: Verifying Checksum [2023-03-11T00:09:37.637Z] a7acece74701: Download complete [2023-03-11T00:09:37.896Z] 96b7cbca73a9: Verifying Checksum [2023-03-11T00:09:37.896Z] 96b7cbca73a9: Download complete [2023-03-11T00:09:37.896Z] 53926ce57604: Verifying Checksum [2023-03-11T00:09:37.896Z] 53926ce57604: Download complete [2023-03-11T00:09:42.878Z] 53926ce57604: Pull complete [2023-03-11T00:09:42.878Z] 21b2b0c7a3f4: Pull complete [2023-03-11T00:09:42.878Z] 22ff95d597cd: Pull complete [2023-03-11T00:09:42.878Z] 12d6caf4c0d1: Pull complete [2023-03-11T00:09:43.813Z] 96b7cbca73a9: Pull complete [2023-03-11T00:09:44.746Z] a7acece74701: Pull complete [2023-03-11T00:09:44.746Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-11T00:09:44.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-11T00:09:44.746Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-11T00:09:45.106Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-11T00:09:45.107Z] WORKDIR /edgex [2023-03-11T00:09:45.107Z] COPY go.mod . [2023-03-11T00:09:45.107Z] RUN go mod download [2023-03-11T00:09:45.107Z] docker build -t ci-base-image-x86_64 -f - . [2023-03-11T00:09:45.675Z] Sending build context to Docker daemon 170.4MB [2023-03-11T00:09:45.675Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-11T00:09:45.675Z] ---> db6d94c90886 [2023-03-11T00:09:45.675Z] Step 2/4 : WORKDIR /edgex [2023-03-11T00:09:51.194Z] Still waiting to schedule task [2023-03-11T00:09:51.194Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9695’ [2023-03-11T00:09:57.883Z] ---> Running in 7c7233f7e853 [2023-03-11T00:09:57.883Z] Removing intermediate container 7c7233f7e853 [2023-03-11T00:09:57.883Z] ---> 52bad49e6889 [2023-03-11T00:09:57.883Z] Step 3/4 : COPY go.mod . [2023-03-11T00:09:57.883Z] ---> d4535d3213d8 [2023-03-11T00:09:57.883Z] Step 4/4 : RUN go mod download [2023-03-11T00:09:57.883Z] ---> Running in 92c1aff29a25 [2023-03-11T00:10:19.852Z] Removing intermediate container 92c1aff29a25 [2023-03-11T00:10:19.852Z] ---> a929946dd4be [2023-03-11T00:10:19.852Z] Successfully built a929946dd4be [2023-03-11T00:10:19.852Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:10:20.315Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-11T00:10:20.316Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-11T00:10:20.455Z] prd-ubuntu20.04-docker-8c-8g-9697 does not seem to be running inside a container [2023-03-11T00:10:20.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-11T00:10:20.969Z] $ docker top d0b29f7bb342c0533073df136e9519772ed089a0f82791b90c2feef6d9c37af2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-11T00:10:21.379Z] + go version [2023-03-11T00:10:21.379Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-11T00:10:21.399Z] $ docker stop --time=1 d0b29f7bb342c0533073df136e9519772ed089a0f82791b90c2feef6d9c37af2 [2023-03-11T00:10:22.649Z] $ docker rm -f --volumes d0b29f7bb342c0533073df136e9519772ed089a0f82791b90c2feef6d9c37af2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:10:23.353Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-11T00:10:23.353Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-11T00:10:23.503Z] prd-ubuntu20.04-docker-8c-8g-9697 does not seem to be running inside a container [2023-03-11T00:10:23.520Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-11T00:10:23.850Z] $ docker top 72e6f7a4781e065e68b1f28c4024829cad138cdd1a4595468a16e55602eaa418 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-11T00:10:23.971Z] ========================================================= [2023-03-11T00:10:23.971Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-11T00:10:23.971Z] ========================================================= [Pipeline] sh [2023-03-11T00:10:24.266Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-11T00:10:24.608Z] + make test [2023-03-11T00:10:24.608Z] go test -race -coverprofile=coverage.out ./... [2023-03-11T00:10:31.172Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-11T00:10:43.363Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-11T00:10:43.363Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-11T00:10:43.363Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-11T00:10:43.363Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-11T00:10:43.363Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-11T00:10:43.363Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-11T00:10:43.363Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-11T00:10:43.363Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-11T00:10:43.363Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-11T00:10:43.363Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-11T00:10:43.928Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-11T00:10:43.928Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-11T00:10:43.928Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-11T00:10:43.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-11T00:10:44.185Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.062s coverage: 28.7% of statements [2023-03-11T00:10:44.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-11T00:10:44.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-11T00:10:44.185Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.092s coverage: 98.5% of statements [2023-03-11T00:10:47.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.122s coverage: 71.2% of statements [2023-03-11T00:10:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-11T00:10:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-11T00:10:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-11T00:10:47.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.071s coverage: 54.0% of statements [2023-03-11T00:10:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-11T00:10:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-11T00:10:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.105s coverage: 88.5% of statements [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-11T00:10:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.068s coverage: 3.9% of statements [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-11T00:10:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.491s coverage: 95.6% of statements [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-11T00:10:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.092s coverage: 72.2% of statements [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-11T00:10:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 65.9% of statements [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-11T00:10:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.080s coverage: 0.9% of statements [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-11T00:10:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.052s coverage: 29.0% of statements [2023-03-11T00:10:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-11T00:10:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 45.5% of statements [2023-03-11T00:10:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.090s coverage: 82.9% of statements [2023-03-11T00:10:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2023-03-11T00:10:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2023-03-11T00:10:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2023-03-11T00:10:54.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements [2023-03-11T00:11:11.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.399s coverage: 79.9% of statements [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-11T00:11:11.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-11T00:11:11.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 64.4% of statements [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-11T00:11:11.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.065s coverage: 86.9% of statements [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-11T00:11:11.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.119s coverage: 87.2% of statements [2023-03-11T00:11:11.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.054s coverage: 20.0% of statements [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-11T00:11:11.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-11T00:11:11.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 81.2% of statements [2023-03-11T00:11:11.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 82.1% of statements [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-11T00:11:11.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.053s coverage: 84.8% of statements [2023-03-11T00:11:11.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-11T00:11:11.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.259s coverage: 63.1% of statements [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-11T00:11:11.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.093s coverage: 100.0% of statements [2023-03-11T00:11:11.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2023-03-11T00:11:11.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-03-11T00:11:11.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2023-03-11T00:11:11.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-11T00:11:11.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.156s coverage: 38.4% of statements [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-11T00:11:11.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-11T00:11:11.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-11T00:11:11.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.075s coverage: 17.7% of statements [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-11T00:11:11.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.154s coverage: 92.3% of statements [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-11T00:11:11.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 61.5% of statements [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-11T00:11:11.304Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.095s coverage: 97.7% of statements [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-11T00:11:11.304Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-11T00:11:11.304Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-03-11T00:11:30.424Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-11T00:11:30.424Z] go vet ./... [2023-03-11T00:11:30.682Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-11T00:11:30.939Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-11T00:11:30.939Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-11T00:11:31.225Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-11T00:11:31.531Z] + ls -al . [2023-03-11T00:11:31.531Z] total 704 [2023-03-11T00:11:31.531Z] drwxrwxr-x 11 1001 1001 4096 Mar 11 00:10 . [2023-03-11T00:11:31.531Z] drwxr-xr-x 4 root root 4096 Mar 11 00:10 .. [2023-03-11T00:11:31.531Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 00:09 .blubracket [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 16 Mar 11 00:09 .dockerignore [2023-03-11T00:11:31.531Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 00:11 .git [2023-03-11T00:11:31.531Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 00:09 .github [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 1133 Mar 11 00:09 .gitignore [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 42 Mar 11 00:09 .golangci.yml [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 87 Mar 11 00:09 .hadolint.yml [2023-03-11T00:11:31.531Z] drwxr-xr-x 3 1001 1001 4096 Mar 11 00:09 .semver [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 00:09 .sonarcloud.properties [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 1171 Mar 11 00:09 ADOPTERS.md [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 10825 Mar 11 00:09 Attribution.txt [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 73765 Mar 11 00:09 CHANGELOG.md [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:09 CONTRIBUTING.md [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 677 Mar 11 00:09 GOVERNANCE.md [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 883 Mar 11 00:09 Jenkinsfile [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:09 LICENSE [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 14232 Mar 11 00:09 Makefile [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 582 Mar 11 00:09 OWNERS.md [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 9403 Mar 11 00:09 README.md [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 789 Mar 11 00:09 SECURITY.md [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 00:09 VERSION [2023-03-11T00:11:31.531Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 00:09 bin [2023-03-11T00:11:31.531Z] drwxrwxr-x 18 1001 1001 4096 Mar 11 00:09 cmd [2023-03-11T00:11:31.531Z] -rw-r--r-- 1 root root 447487 Mar 11 00:11 coverage.out [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 3232 Mar 11 00:09 go.mod [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 31098 Mar 11 00:09 go.sum [2023-03-11T00:11:31.531Z] drwxrwxr-x 7 1001 1001 4096 Mar 11 00:09 internal [2023-03-11T00:11:31.531Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 00:09 openapi [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 594 Mar 11 00:09 security.txt [2023-03-11T00:11:31.531Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 00:09 snap [2023-03-11T00:11:31.531Z] -rw-rw-r-- 1 1001 1001 204 Mar 11 00:09 version.go [Pipeline] sh [2023-03-11T00:11:31.838Z] + '[' -e coverage.out ] [2023-03-11T00:11:31.838Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-11T00:11:32.059Z] Stashed 1 file(s) [Pipeline] sh [2023-03-11T00:11:32.358Z] + make build [2023-03-11T00:11:32.358Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-11T00:11:44.560Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-11T00:11:44.820Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-11T00:11:46.203Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-11T00:11:46.768Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-11T00:11:54.930Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-11T00:11:55.498Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-11T00:11:56.873Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-11T00:11:58.246Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-11T00:11:59.184Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-11T00:11:59.751Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-11T00:12:01.125Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-11T00:12:02.068Z] $ docker stop --time=1 72e6f7a4781e065e68b1f28c4024829cad138cdd1a4595468a16e55602eaa418 [2023-03-11T00:12:11.106Z] $ docker rm -f --volumes 72e6f7a4781e065e68b1f28c4024829cad138cdd1a4595468a16e55602eaa418 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:12:12.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-11T00:12:12.285Z] [2023-03-11T00:12:12.285Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:12:12.677Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-11T00:12:12.677Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-11T00:12:12.677Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-11T00:12:12.677Z] ca9280d653b3: Pulling fs layer [2023-03-11T00:12:12.677Z] 7e9c9ca2126c: Pulling fs layer [2023-03-11T00:12:12.936Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-11T00:12:12.936Z] cbdbe7a5bc2a: Download complete [2023-03-11T00:12:12.936Z] ca9280d653b3: Verifying Checksum [2023-03-11T00:12:12.936Z] ca9280d653b3: Download complete [2023-03-11T00:12:13.196Z] cbdbe7a5bc2a: Pull complete [2023-03-11T00:12:13.455Z] 7e9c9ca2126c: Download complete [2023-03-11T00:12:13.455Z] ca9280d653b3: Pull complete [2023-03-11T00:12:16.737Z] 7e9c9ca2126c: Pull complete [2023-03-11T00:12:16.737Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-11T00:12:16.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-11T00:12:16.737Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-11T00:12:16.959Z] prd-ubuntu20.04-docker-8c-8g-9697 does not seem to be running inside a container [2023-03-11T00:12:16.973Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-11T00:12:23.884Z] $ docker top 57c3244204283c03b9e1a0c3075368e2b833b0f35b2a50a3606dcbd4400546f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-11T00:12:24.289Z] + docker-compose build --help [2023-03-11T00:12:24.289Z] + grep parallel [2023-03-11T00:12:24.855Z] --parallel Build images in parallel. [Pipeline] } [2023-03-11T00:12:24.869Z] $ docker stop --time=1 57c3244204283c03b9e1a0c3075368e2b833b0f35b2a50a3606dcbd4400546f0 [2023-03-11T00:12:26.132Z] $ docker rm -f --volumes 57c3244204283c03b9e1a0c3075368e2b833b0f35b2a50a3606dcbd4400546f0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:12:26.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-11T00:12:26.742Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-11T00:12:26.888Z] prd-ubuntu20.04-docker-8c-8g-9697 does not seem to be running inside a container [2023-03-11T00:12:26.903Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-11T00:12:27.259Z] $ docker top ae36dd5f06f8cb647d1e6ec1441065d3e6aa44851d21f5d4c07195a79dc6de35 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-11T00:12:27.685Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-11T00:12:28.252Z] Building core-command ... [2023-03-11T00:12:28.252Z] Building core-common-config-bootstrapper ... [2023-03-11T00:12:28.252Z] Building core-data ... [2023-03-11T00:12:28.252Z] Building core-metadata ... [2023-03-11T00:12:28.252Z] Building security-bootstrapper ... [2023-03-11T00:12:28.252Z] Building security-proxy-auth ... [2023-03-11T00:12:28.252Z] Building security-proxy-setup ... [2023-03-11T00:12:28.252Z] Building security-secretstore-setup ... [2023-03-11T00:12:28.252Z] Building security-spiffe-token-provider ... [2023-03-11T00:12:28.252Z] Building security-spire-agent ... [2023-03-11T00:12:28.252Z] Building security-spire-config ... [2023-03-11T00:12:28.252Z] Building security-spire-server ... [2023-03-11T00:12:28.252Z] Building support-notifications ... [2023-03-11T00:12:28.252Z] Building support-scheduler ... [2023-03-11T00:12:28.252Z] Building support-notifications [2023-03-11T00:12:28.252Z] Building security-proxy-setup [2023-03-11T00:12:28.252Z] Building security-spire-config [2023-03-11T00:12:28.252Z] Building core-command [2023-03-11T00:12:28.252Z] Building security-spire-server [2023-03-11T00:12:38.284Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:12:38.284Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:12:38.284Z] ---> a929946dd4be [2023-03-11T00:12:38.284Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:12:38.544Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:12:38.544Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:12:38.544Z] ---> a929946dd4be [2023-03-11T00:12:38.544Z] Step 3/23 : WORKDIR /edgex-go [2023-03-11T00:12:38.544Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:12:38.544Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:12:38.544Z] ---> a929946dd4be [2023-03-11T00:12:38.544Z] Step 3/20 : WORKDIR /edgex-go [2023-03-11T00:12:38.804Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:12:38.804Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:12:38.804Z] ---> a929946dd4be [2023-03-11T00:12:38.804Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:12:38.804Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:12:38.804Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:12:38.804Z] ---> a929946dd4be [2023-03-11T00:12:38.804Z] Step 3/24 : WORKDIR /edgex-go [2023-03-11T00:12:48.826Z] ---> Running in 3247c38fd099 [2023-03-11T00:12:48.826Z] ---> Running in e8fbaa720a37 [2023-03-11T00:12:49.085Z] ---> Running in 8eac289335fd [2023-03-11T00:12:49.085Z] ---> Running in fc793873d426 [2023-03-11T00:12:49.085Z] ---> Running in 8c424b5a7e61 [2023-03-11T00:12:49.085Z] Removing intermediate container 3247c38fd099 [2023-03-11T00:12:49.085Z] ---> 3124a8fb6d54 [2023-03-11T00:12:49.085Z] Step 4/22 : WORKDIR /edgex-go [2023-03-11T00:12:49.085Z] ---> Running in 5683af6b365c [2023-03-11T00:12:49.085Z] Removing intermediate container 8eac289335fd [2023-03-11T00:12:49.085Z] ---> c7432f654d38 [2023-03-11T00:12:49.085Z] Step 4/23 : WORKDIR /edgex-go [2023-03-11T00:12:49.085Z] Removing intermediate container 8c424b5a7e61 [2023-03-11T00:12:49.085Z] ---> f5884c77a620 [2023-03-11T00:12:49.085Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-11T00:12:49.085Z] Removing intermediate container fc793873d426 [2023-03-11T00:12:49.085Z] ---> d959d25c07c1 [2023-03-11T00:12:49.085Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-11T00:12:49.085Z] Removing intermediate container e8fbaa720a37 [2023-03-11T00:12:49.085Z] ---> 640cf99159fd [2023-03-11T00:12:49.085Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-11T00:12:49.085Z] ---> Running in 1a29c1343cc4 [2023-03-11T00:12:49.085Z] ---> Running in c262c6dffe14 [2023-03-11T00:12:49.085Z] ---> Running in 65f2dc657d6d [2023-03-11T00:12:49.085Z] ---> Running in e64f41c3ddec [2023-03-11T00:12:49.085Z] Removing intermediate container 5683af6b365c [2023-03-11T00:12:49.085Z] ---> a6e75ea7b841 [2023-03-11T00:12:49.085Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-11T00:12:49.085Z] ---> Running in cd6f62c12b95 [2023-03-11T00:12:49.085Z] Removing intermediate container c262c6dffe14 [2023-03-11T00:12:49.085Z] ---> 7f545c66a82c [2023-03-11T00:12:49.085Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-11T00:12:49.343Z] ---> Running in 103e3889e3bd [2023-03-11T00:12:49.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:12:49.600Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:12:49.600Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:12:49.600Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:12:49.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:12:49.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:12:49.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:12:49.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:12:49.859Z] OK: 211 MiB in 51 packages [2023-03-11T00:12:49.859Z] OK: 211 MiB in 51 packages [2023-03-11T00:12:49.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:12:49.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:12:50.118Z] OK: 211 MiB in 51 packages [2023-03-11T00:12:50.118Z] OK: 211 MiB in 51 packages [2023-03-11T00:12:50.118Z] OK: 211 MiB in 51 packages [2023-03-11T00:12:50.377Z] Removing intermediate container 1a29c1343cc4 [2023-03-11T00:12:50.377Z] ---> 9fa839cf31a9 [2023-03-11T00:12:50.377Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-11T00:12:50.377Z] Removing intermediate container 65f2dc657d6d [2023-03-11T00:12:50.377Z] ---> b77f34fd7f18 [2023-03-11T00:12:50.377Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-11T00:12:50.377Z] ---> 02a3122b69f0 [2023-03-11T00:12:50.377Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:12:50.635Z] ---> Running in e49c78636541 [2023-03-11T00:12:50.635Z] ---> 0a41d9f0ee33 [2023-03-11T00:12:50.635Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:12:50.635Z] ---> Running in ca6d13cdf606 [2023-03-11T00:12:50.635Z] Removing intermediate container e64f41c3ddec [2023-03-11T00:12:50.635Z] ---> 2d03799680e9 [2023-03-11T00:12:50.635Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-11T00:12:50.893Z] Removing intermediate container 103e3889e3bd [2023-03-11T00:12:50.893Z] ---> 8743be8312de [2023-03-11T00:12:50.893Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-11T00:12:50.893Z] ---> 8b378f3fad96 [2023-03-11T00:12:50.893Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:12:50.893Z] ---> Running in 2b2b0a79c5fa [2023-03-11T00:12:50.893Z] Removing intermediate container cd6f62c12b95 [2023-03-11T00:12:50.893Z] ---> e4273ca84208 [2023-03-11T00:12:50.893Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-11T00:12:50.893Z] ---> 6f5668c2bc23 [2023-03-11T00:12:50.893Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:12:51.150Z] ---> Running in 1612ef551ad2 [2023-03-11T00:12:51.150Z] ---> 46d2ecf5cb6a [2023-03-11T00:12:51.150Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:12:51.150Z] ---> Running in 443357df18d8 [2023-03-11T00:13:14.548Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9698 in /w/workspace/edgexfoundry_edgex-go_PR-4436 [Pipeline] { [Pipeline] ws [2023-03-11T00:13:14.729Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-03-11T00:13:14.800Z] The recommended git tool is: git [2023-03-11T00:13:20.252Z] using credential edgex-jenkins-ssh [2023-03-11T00:13:20.269Z] Cloning the remote Git repository [2023-03-11T00:13:20.302Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-11T00:13:20.373Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-03-11T00:13:20.534Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-11T00:13:20.535Z] > git --version # timeout=10 [2023-03-11T00:13:20.564Z] > git --version # 'git version 2.25.1' [2023-03-11T00:13:20.567Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-11T00:13:20.635Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-11T00:13:39.588Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-11T00:13:39.621Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-11T00:13:40.557Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-11T00:13:40.614Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-11T00:13:40.615Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-11T00:13:40.632Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4436/head:refs/remotes/origin/PR-4436 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-11T00:13:41.488Z] Merging remotes/origin/main commit d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 into PR head commit 8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:13:41.855Z] Merge succeeded, producing 8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:13:41.856Z] Checking out Revision 8a46531602b5787ece39bd2d04ab3384e1630829 (PR-4436) [2023-03-11T00:13:41.509Z] > git config core.sparsecheckout # timeout=10 [2023-03-11T00:13:41.526Z] > git checkout -f 8a46531602b5787ece39bd2d04ab3384e1630829 # timeout=10 [2023-03-11T00:13:41.767Z] > git remote # timeout=10 [2023-03-11T00:13:41.785Z] > git config --get remote.origin.url # timeout=10 [2023-03-11T00:13:41.801Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-11T00:13:41.815Z] > git merge d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 # timeout=10 [2023-03-11T00:13:41.841Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-11T00:13:41.865Z] > git config core.sparsecheckout # timeout=10 [2023-03-11T00:13:41.878Z] > git checkout -f 8a46531602b5787ece39bd2d04ab3384e1630829 # timeout=10 [2023-03-11T00:13:45.564Z] Commit message: "fix(security): Add back missing configuration to seed message-bus secrets" [2023-03-11T00:13:45.622Z] > git --version # timeout=10 [2023-03-11T00:13:45.638Z] > git --version # 'git version 2.25.1' [2023-03-11T00:13:45.656Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-11T00:13:46.755Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-11T00:13:46.756Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-11T00:13:46.756Z] Dload Upload Total Spent Left Speed [2023-03-11T00:13:46.756Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 76813 0 --:--:-- --:--:-- --:--:-- 77278 [Pipeline] sh [2023-03-11T00:13:47.433Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-11T00:13:47.783Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-11T00:13:47.783Z] + sudo tee /etc/docker/daemon.new [2023-03-11T00:13:47.783Z] { [2023-03-11T00:13:47.783Z] "registry-mirrors": [ [2023-03-11T00:13:47.783Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-11T00:13:47.783Z] ], [2023-03-11T00:13:47.783Z] "bip": "10.250.0.254/24", [2023-03-11T00:13:47.783Z] "hosts": [ [2023-03-11T00:13:47.783Z] "tcp://0.0.0.0:5555", [2023-03-11T00:13:47.783Z] "unix:///var/run/docker.sock" [2023-03-11T00:13:47.783Z] ], [2023-03-11T00:13:47.783Z] "mtu": 1458, [2023-03-11T00:13:47.783Z] "selinux-enabled": true, [2023-03-11T00:13:47.783Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-11T00:13:47.783Z] } [Pipeline] sh [2023-03-11T00:13:48.130Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-11T00:13:48.479Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-11T00:14:06.821Z] provisioning config files... [2023-03-11T00:14:06.850Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9403452728066085545tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-11T00:14:07.251Z] ---> docker-login.sh [2023-03-11T00:14:07.251Z] nexus3.edgexfoundry.org:10001 [2023-03-11T00:14:07.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-11T00:14:07.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-11T00:14:07.787Z] Configure a credential helper to remove this warning. See [2023-03-11T00:14:07.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-11T00:14:07.787Z] [2023-03-11T00:14:07.787Z] Login Succeeded [2023-03-11T00:14:07.787Z] nexus3.edgexfoundry.org:10002 [2023-03-11T00:14:08.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-11T00:14:08.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-11T00:14:08.325Z] Configure a credential helper to remove this warning. See [2023-03-11T00:14:08.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-11T00:14:08.325Z] [2023-03-11T00:14:08.325Z] Login Succeeded [2023-03-11T00:14:08.325Z] nexus3.edgexfoundry.org:10003 [2023-03-11T00:14:08.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-11T00:14:08.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-11T00:14:08.594Z] Configure a credential helper to remove this warning. See [2023-03-11T00:14:08.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-11T00:14:08.594Z] [2023-03-11T00:14:08.594Z] Login Succeeded [2023-03-11T00:14:08.594Z] nexus3.edgexfoundry.org:10004 [2023-03-11T00:14:08.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-11T00:14:08.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-11T00:14:08.863Z] Configure a credential helper to remove this warning. See [2023-03-11T00:14:08.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-11T00:14:08.863Z] [2023-03-11T00:14:08.863Z] Login Succeeded [2023-03-11T00:14:08.863Z] docker.io [2023-03-11T00:14:09.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-11T00:14:09.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-11T00:14:09.399Z] Configure a credential helper to remove this warning. See [2023-03-11T00:14:09.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-11T00:14:09.399Z] [2023-03-11T00:14:09.399Z] Login Succeeded [2023-03-11T00:14:09.399Z] ---> docker-login.sh ends [Pipeline] } [2023-03-11T00:14:09.429Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-11T00:14:10.120Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-11T00:14:10.159Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-11T00:14:10.197Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-11T00:14:10.232Z] ========================================================= [2023-03-11T00:14:10.232Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-11T00:14:10.232Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-11T00:14:10.624Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-11T00:14:10.624Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-11T00:14:10.624Z] 9b18e9b68314: Pulling fs layer [2023-03-11T00:14:10.624Z] 35d82f9e3411: Pulling fs layer [2023-03-11T00:14:10.624Z] e16973657156: Pulling fs layer [2023-03-11T00:14:10.624Z] fc693d55d65f: Pulling fs layer [2023-03-11T00:14:10.624Z] 7e9fc2657dce: Pulling fs layer [2023-03-11T00:14:10.624Z] dda99020689f: Pulling fs layer [2023-03-11T00:14:10.624Z] db1c61fa0a46: Pulling fs layer [2023-03-11T00:14:10.624Z] 891c053d2c06: Pulling fs layer [2023-03-11T00:14:10.624Z] dda99020689f: Waiting [2023-03-11T00:14:10.624Z] db1c61fa0a46: Waiting [2023-03-11T00:14:10.624Z] 891c053d2c06: Waiting [2023-03-11T00:14:10.624Z] fc693d55d65f: Waiting [2023-03-11T00:14:10.624Z] 7e9fc2657dce: Waiting [2023-03-11T00:14:10.905Z] e16973657156: Download complete [2023-03-11T00:14:10.905Z] 35d82f9e3411: Verifying Checksum [2023-03-11T00:14:10.905Z] 35d82f9e3411: Download complete [2023-03-11T00:14:10.905Z] 7e9fc2657dce: Verifying Checksum [2023-03-11T00:14:10.905Z] 7e9fc2657dce: Download complete [2023-03-11T00:14:10.905Z] dda99020689f: Verifying Checksum [2023-03-11T00:14:10.905Z] dda99020689f: Download complete [2023-03-11T00:14:10.905Z] 9b18e9b68314: Verifying Checksum [2023-03-11T00:14:10.905Z] 9b18e9b68314: Download complete [2023-03-11T00:14:12.337Z] 9b18e9b68314: Pull complete [2023-03-11T00:14:12.337Z] 891c053d2c06: Verifying Checksum [2023-03-11T00:14:12.337Z] 891c053d2c06: Download complete [2023-03-11T00:14:12.609Z] 35d82f9e3411: Pull complete [2023-03-11T00:14:12.880Z] e16973657156: Pull complete [2023-03-11T00:14:13.147Z] db1c61fa0a46: Verifying Checksum [2023-03-11T00:14:13.147Z] db1c61fa0a46: Download complete [2023-03-11T00:14:13.741Z] fc693d55d65f: Verifying Checksum [2023-03-11T00:14:13.741Z] fc693d55d65f: Download complete [2023-03-11T00:14:26.112Z] fc693d55d65f: Pull complete [2023-03-11T00:14:26.112Z] 7e9fc2657dce: Pull complete [2023-03-11T00:14:26.112Z] dda99020689f: Pull complete [2023-03-11T00:14:28.374Z] Removing intermediate container 1612ef551ad2 [2023-03-11T00:14:28.374Z] ---> 6945cdd1b64e [2023-03-11T00:14:28.374Z] Step 8/23 : COPY . . [2023-03-11T00:14:28.374Z] Removing intermediate container 443357df18d8 [2023-03-11T00:14:28.374Z] ---> 2777f8793890 [2023-03-11T00:14:28.374Z] Step 8/22 : COPY . . [2023-03-11T00:14:28.374Z] Removing intermediate container ca6d13cdf606 [2023-03-11T00:14:28.374Z] ---> b63c5a4a6e81 [2023-03-11T00:14:28.374Z] Step 7/23 : COPY . . [2023-03-11T00:14:28.374Z] Removing intermediate container e49c78636541 [2023-03-11T00:14:28.374Z] ---> 2d88eaf733f7 [2023-03-11T00:14:28.374Z] Step 7/20 : COPY . . [2023-03-11T00:14:28.374Z] Removing intermediate container 2b2b0a79c5fa [2023-03-11T00:14:28.374Z] ---> 40f7949c5202 [2023-03-11T00:14:28.374Z] Step 7/24 : COPY . . [2023-03-11T00:14:32.792Z] db1c61fa0a46: Pull complete [2023-03-11T00:14:34.753Z] 891c053d2c06: Pull complete [2023-03-11T00:14:34.753Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-11T00:14:34.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-11T00:14:34.753Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-11T00:14:35.137Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-11T00:14:35.137Z] WORKDIR /edgex [2023-03-11T00:14:35.137Z] COPY go.mod . [2023-03-11T00:14:35.137Z] RUN go mod download [2023-03-11T00:14:35.137Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-11T00:14:35.725Z] Sending build context to Docker daemon 2.946MB [2023-03-11T00:14:35.725Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-11T00:14:35.725Z] ---> f96f9c87975a [2023-03-11T00:14:35.725Z] Step 2/4 : WORKDIR /edgex [2023-03-11T00:14:37.685Z] ---> Running in 3e1c5f96c700 [2023-03-11T00:14:37.685Z] Removing intermediate container 3e1c5f96c700 [2023-03-11T00:14:37.685Z] ---> 718710158aba [2023-03-11T00:14:37.685Z] Step 3/4 : COPY go.mod . [2023-03-11T00:14:39.632Z] ---> b795f70bd5a3 [2023-03-11T00:14:39.632Z] Step 4/4 : RUN go mod download [2023-03-11T00:14:39.632Z] ---> Running in 5c4d66903d1e [2023-03-11T00:15:11.880Z] Removing intermediate container 5c4d66903d1e [2023-03-11T00:15:11.880Z] ---> c6a1a1fbd55a [2023-03-11T00:15:11.880Z] Successfully built c6a1a1fbd55a [2023-03-11T00:15:11.880Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:15:12.296Z] + docker inspect -f . ci-base-image-arm64 [2023-03-11T00:15:12.296Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-11T00:15:12.567Z] prd-ubuntu20.04-docker-arm64-4c-16g-9698 does not seem to be running inside a container [2023-03-11T00:15:12.640Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-11T00:15:13.989Z] $ docker top 044a95f969e382f06ac66b2c6c60bb96f139dccc53db5fbb7080d595743e857e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-11T00:15:14.897Z] + go version [2023-03-11T00:15:14.897Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-11T00:15:14.934Z] $ docker stop --time=1 044a95f969e382f06ac66b2c6c60bb96f139dccc53db5fbb7080d595743e857e [2023-03-11T00:15:15.125Z] ---> cdd0f979fcad [2023-03-11T00:15:15.125Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-11T00:15:15.125Z] ---> 4b8f5637905e [2023-03-11T00:15:15.125Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-11T00:15:15.125Z] ---> 868a60b8043f [2023-03-11T00:15:15.125Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-11T00:15:15.125Z] ---> 32a79ccb776d [2023-03-11T00:15:15.125Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-11T00:15:15.125Z] ---> 798ddddb13f2 [2023-03-11T00:15:15.125Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-11T00:15:15.125Z] ---> Running in c82737c70145 [2023-03-11T00:15:15.125Z] ---> Running in 70316c9b0e5d [2023-03-11T00:15:15.125Z] ---> Running in eee527fec642 [2023-03-11T00:15:15.125Z] ---> Running in 5e050dbb7ac0 [2023-03-11T00:15:15.125Z] ---> Running in 001f013b160c [2023-03-11T00:15:15.125Z] Removing intermediate container 5e050dbb7ac0 [2023-03-11T00:15:15.125Z] ---> 263ec5c8542a [2023-03-11T00:15:15.125Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-11T00:15:15.125Z] Removing intermediate container c82737c70145 [2023-03-11T00:15:15.125Z] ---> d62eb541f2ef [2023-03-11T00:15:15.125Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-11T00:15:15.125Z] ---> Running in 198a37898a63 [2023-03-11T00:15:15.125Z] ---> Running in 9a7eac3006fe [2023-03-11T00:15:15.125Z] Removing intermediate container 9a7eac3006fe [2023-03-11T00:15:15.125Z] ---> 766b92826b7a [2023-03-11T00:15:15.125Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-11T00:15:15.125Z] Removing intermediate container 198a37898a63 [2023-03-11T00:15:15.125Z] ---> c4389b9987c3 [2023-03-11T00:15:15.125Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-11T00:15:15.125Z] ---> Running in a79167661594 [2023-03-11T00:15:15.125Z] ---> Running in 06e92324d214 [2023-03-11T00:15:15.125Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-11T00:15:15.125Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-11T00:15:15.125Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-11T00:15:15.125Z] Removing intermediate container 06e92324d214 [2023-03-11T00:15:15.125Z] Removing intermediate container a79167661594 [2023-03-11T00:15:15.125Z] ---> 479d970718eb [2023-03-11T00:15:15.125Z] ---> 88868f77c511 [2023-03-11T00:15:15.125Z] Step 11/23 : WORKDIR /edgex-goStep 11/24 : WORKDIR /edgex-go [2023-03-11T00:15:15.125Z] [2023-03-11T00:15:15.125Z] ---> Running in 384d5f1e0ba0 [2023-03-11T00:15:15.125Z] ---> Running in e9737e8bb26d [2023-03-11T00:15:15.125Z] Removing intermediate container e9737e8bb26d [2023-03-11T00:15:15.125Z] ---> 0997ec2603a2 [2023-03-11T00:15:15.125Z] [2023-03-11T00:15:15.125Z] Step 12/23 : FROM alpine:3.15 [2023-03-11T00:15:15.125Z] Removing intermediate container 384d5f1e0ba0 [2023-03-11T00:15:15.125Z] ---> d390408a72ef [2023-03-11T00:15:15.125Z] [2023-03-11T00:15:15.125Z] Step 12/24 : FROM alpine:3.15 [2023-03-11T00:15:15.125Z] 3.15: Pulling from library/alpine [2023-03-11T00:15:15.125Z] 3.15: Pulling from library/alpine [2023-03-11T00:15:15.125Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-11T00:15:15.125Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-11T00:15:15.125Z] Status: Downloaded newer image for alpine:3.15 [2023-03-11T00:15:15.125Z] Status: Image is up to date for alpine:3.15 [2023-03-11T00:15:15.125Z] ---> 5ce65d7b0fde [2023-03-11T00:15:15.125Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-11T00:15:15.125Z] ---> 5ce65d7b0fde [2023-03-11T00:15:15.125Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-11T00:15:16.577Z] $ docker rm -f --volumes 044a95f969e382f06ac66b2c6c60bb96f139dccc53db5fbb7080d595743e857e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:15:17.507Z] + docker inspect -f . ci-base-image-arm64 [2023-03-11T00:15:17.507Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-11T00:15:17.757Z] prd-ubuntu20.04-docker-arm64-4c-16g-9698 does not seem to be running inside a container [2023-03-11T00:15:17.825Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-11T00:15:18.979Z] $ docker top 7570e05e34ff155c860097edf732b426aa423d45e4d5236fdba9aafd5aeffb50 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-11T00:15:19.224Z] ========================================================= [2023-03-11T00:15:19.224Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-11T00:15:19.224Z] ========================================================= [Pipeline] sh [2023-03-11T00:15:19.371Z] ---> Running in 389be07184cd [2023-03-11T00:15:19.371Z] ---> Running in 200c22e6ce31 [2023-03-11T00:15:19.865Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-11T00:15:20.260Z] + make test [2023-03-11T00:15:20.260Z] go test -race -coverprofile=coverage.out ./... [2023-03-11T00:15:21.286Z] Removing intermediate container 200c22e6ce31 [2023-03-11T00:15:21.286Z] ---> f2a33da2c316 [2023-03-11T00:15:21.286Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-11T00:15:21.286Z] Removing intermediate container 389be07184cd [2023-03-11T00:15:21.286Z] ---> ed2eefd316c2 [2023-03-11T00:15:21.286Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-11T00:15:21.893Z] ---> Running in cbd1f33cc3ce [2023-03-11T00:15:21.893Z] ---> Running in 582f7674e7c1 [2023-03-11T00:15:22.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:15:22.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:15:22.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:15:22.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:15:23.086Z] v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-11T00:15:23.086Z] v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-11T00:15:23.086Z] OK: 15859 distinct packages available [2023-03-11T00:15:23.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:15:23.086Z] v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-11T00:15:23.086Z] v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-11T00:15:23.086Z] OK: 15859 distinct packages available [2023-03-11T00:15:23.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:15:23.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:15:23.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:15:23.354Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-11T00:15:23.354Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-11T00:15:23.354Z] (3/4) Installing libucontext (1.1-r0) [2023-03-11T00:15:23.354Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-11T00:15:23.703Z] Executing busybox-1.34.1-r7.trigger [2023-03-11T00:15:23.703Z] OK: 6 MiB in 18 packages [2023-03-11T00:15:23.703Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-11T00:15:23.703Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-11T00:15:23.703Z] (3/5) Installing libucontext (1.1-r0) [2023-03-11T00:15:23.703Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-11T00:15:23.703Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-11T00:15:23.703Z] Executing busybox-1.34.1-r7.trigger [2023-03-11T00:15:23.703Z] OK: 7 MiB in 19 packages [2023-03-11T00:15:27.042Z] Removing intermediate container 582f7674e7c1 [2023-03-11T00:15:27.042Z] ---> f3cd94b2ec3d [2023-03-11T00:15:27.042Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-11T00:15:27.042Z] Removing intermediate container cbd1f33cc3ce [2023-03-11T00:15:27.042Z] ---> faafa717fb73 [2023-03-11T00:15:27.042Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-11T00:15:49.077Z] ---> 33482fbfb14d [2023-03-11T00:15:49.077Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-11T00:15:49.077Z] ---> 07e270c01678 [2023-03-11T00:15:49.077Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-11T00:15:51.073Z] ---> e5958c133622 [2023-03-11T00:15:51.073Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-11T00:15:51.073Z] ---> e853d0366c70 [2023-03-11T00:15:51.073Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-11T00:15:51.589Z] Removing intermediate container 001f013b160c [2023-03-11T00:15:51.589Z] ---> f5aa78f65cce [2023-03-11T00:15:51.589Z] [2023-03-11T00:15:51.589Z] Step 9/20 : FROM alpine:3.16 [2023-03-11T00:15:51.850Z] ---> Running in 93faaa4a7d2a [2023-03-11T00:15:52.459Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-11T00:16:00.420Z] 3.16: Pulling from library/alpine [2023-03-11T00:16:00.420Z] ---> 2bd8733d242e [2023-03-11T00:16:00.420Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-11T00:16:00.420Z] Removing intermediate container 93faaa4a7d2a [2023-03-11T00:16:00.420Z] ---> 5ec9b2ab1b29 [2023-03-11T00:16:00.420Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-11T00:16:00.420Z] ---> 2c5f3fdc1faa [2023-03-11T00:16:00.420Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-11T00:16:00.420Z] Removing intermediate container eee527fec642 [2023-03-11T00:16:00.420Z] ---> 5a3fc43997d7 [2023-03-11T00:16:00.420Z] [2023-03-11T00:16:00.420Z] Step 10/23 : FROM alpine:3.16 [2023-03-11T00:16:00.420Z] ---> Running in cd5507c90856 [2023-03-11T00:16:00.420Z] Removing intermediate container 70316c9b0e5d [2023-03-11T00:16:00.420Z] ---> eed4d73aaa20 [2023-03-11T00:16:00.420Z] [2023-03-11T00:16:00.420Z] Step 10/22 : FROM alpine:3.16 [2023-03-11T00:16:00.420Z] ---> 974d8ff608f6 [2023-03-11T00:16:00.420Z] Step 19/24 : WORKDIR / [2023-03-11T00:16:00.420Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-11T00:16:00.420Z] Status: Downloaded newer image for alpine:3.16 [2023-03-11T00:16:00.420Z] ---> dfd21b5a31f5 [2023-03-11T00:16:00.420Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-11T00:16:00.420Z] ---> Running in 284f1c01cdd0 [2023-03-11T00:16:00.420Z] 3.16: Pulling from library/alpine [2023-03-11T00:16:00.420Z] 3.16: Pulling from library/alpine [2023-03-11T00:16:00.420Z] ---> Running in 3d413944357d [2023-03-11T00:16:00.420Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-11T00:16:00.420Z] Status: Image is up to date for alpine:3.16 [2023-03-11T00:16:00.420Z] ---> dfd21b5a31f5 [2023-03-11T00:16:00.420Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-11T00:16:00.420Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-11T00:16:00.420Z] Status: Image is up to date for alpine:3.16 [2023-03-11T00:16:00.420Z] ---> dfd21b5a31f5 [2023-03-11T00:16:00.420Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-11T00:16:00.420Z] Removing intermediate container cd5507c90856 [2023-03-11T00:16:00.420Z] ---> d557bfbd62e7 [2023-03-11T00:16:00.420Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-11T00:16:00.420Z] ---> Running in 7d23add37c77 [2023-03-11T00:16:00.680Z] ---> Running in c183d49f0643 [2023-03-11T00:16:00.680Z] ---> Running in aa0d81d8b558 [2023-03-11T00:16:00.680Z] Removing intermediate container 3d413944357d [2023-03-11T00:16:00.680Z] ---> 99a1c7fbc836 [2023-03-11T00:16:00.680Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-11T00:16:00.680Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:00.680Z] ---> Running in 40e23b7f5371 [2023-03-11T00:16:00.680Z] Removing intermediate container aa0d81d8b558 [2023-03-11T00:16:00.680Z] ---> bca660aee1ea [2023-03-11T00:16:00.680Z] Step 21/23 : LABEL arch=x86_64 [2023-03-11T00:16:00.680Z] ---> Running in d8a58fa7bfc3 [2023-03-11T00:16:00.940Z] Removing intermediate container 40e23b7f5371 [2023-03-11T00:16:00.940Z] ---> de19d120bc21 [2023-03-11T00:16:00.940Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-11T00:16:00.940Z] ---> Running in d931b9e3881d [2023-03-11T00:16:00.940Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:00.940Z] Removing intermediate container d8a58fa7bfc3 [2023-03-11T00:16:00.940Z] ---> 4689720bd874 [2023-03-11T00:16:00.940Z] Step 22/23 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:16:00.940Z] ---> Running in 2bcf0d2f541a [2023-03-11T00:16:00.940Z] Removing intermediate container d931b9e3881d [2023-03-11T00:16:00.940Z] ---> c70d6424cd25 [2023-03-11T00:16:00.940Z] Step 22/24 : LABEL arch=x86_64 [2023-03-11T00:16:00.940Z] ---> Running in 628c50d7fc6a [2023-03-11T00:16:00.940Z] Removing intermediate container 2bcf0d2f541a [2023-03-11T00:16:00.940Z] ---> a6ce5a53c629 [2023-03-11T00:16:00.940Z] Step 23/23 : LABEL version=0.0.0 [2023-03-11T00:16:01.200Z] ---> Running in f3df631cb5bb [2023-03-11T00:16:01.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:01.200Z] Removing intermediate container 628c50d7fc6a [2023-03-11T00:16:01.200Z] ---> 1a39e3e95e54 [2023-03-11T00:16:01.200Z] Step 23/24 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:16:01.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:01.200Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-11T00:16:01.200Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-11T00:16:01.200Z] ---> Running in e805e94d983a [2023-03-11T00:16:01.200Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:16:01.200Z] OK: 6 MiB in 16 packages [2023-03-11T00:16:01.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:01.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:01.200Z] Removing intermediate container f3df631cb5bb [2023-03-11T00:16:01.200Z] ---> e4896e4475bc [2023-03-11T00:16:01.200Z] [2023-03-11T00:16:01.200Z] Successfully built e4896e4475bc [2023-03-11T00:16:01.200Z] Successfully tagged security-spire-server:latest [2023-03-11T00:16:01.200Z]  Building security-spire-server ... done Building core-common-config-bootstrapper [2023-03-11T00:16:01.461Z] Removing intermediate container e805e94d983a [2023-03-11T00:16:01.461Z] ---> 189ee3078ca8 [2023-03-11T00:16:01.461Z] Step 24/24 : LABEL version=0.0.0 [2023-03-11T00:16:01.461Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-11T00:16:01.461Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-11T00:16:01.461Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:16:01.461Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-11T00:16:01.461Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:16:01.461Z] OK: 6 MiB in 15 packages [2023-03-11T00:16:01.461Z] Executing ca-certificates-20220614-r0.trigger [2023-03-11T00:16:01.461Z] OK: 6 MiB in 16 packages [2023-03-11T00:16:01.461Z] ---> Running in 04e1cb4a262a [2023-03-11T00:16:05.671Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:16:05.671Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:16:05.671Z] ---> a929946dd4be [2023-03-11T00:16:05.671Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:16:05.671Z] ---> Using cache [2023-03-11T00:16:05.671Z] ---> c7432f654d38 [2023-03-11T00:16:05.671Z] Step 4/22 : WORKDIR /edgex-go [2023-03-11T00:16:05.671Z] ---> Using cache [2023-03-11T00:16:05.671Z] ---> 7f545c66a82c [2023-03-11T00:16:05.671Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-11T00:16:05.671Z] ---> Using cache [2023-03-11T00:16:05.671Z] ---> 8743be8312de [2023-03-11T00:16:05.671Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-11T00:16:05.671Z] ---> Using cache [2023-03-11T00:16:05.671Z] ---> 6f5668c2bc23 [2023-03-11T00:16:05.671Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:16:05.671Z] ---> Using cache [2023-03-11T00:16:05.671Z] ---> 6945cdd1b64e [2023-03-11T00:16:05.671Z] Step 8/22 : COPY . . [2023-03-11T00:16:05.671Z] ---> Using cache [2023-03-11T00:16:05.671Z] ---> 4b8f5637905e [2023-03-11T00:16:05.671Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-11T00:16:09.990Z] Removing intermediate container 04e1cb4a262a [2023-03-11T00:16:09.990Z] ---> 1b98dfa33e59 [2023-03-11T00:16:09.990Z] [2023-03-11T00:16:09.990Z] Successfully built 1b98dfa33e59 [2023-03-11T00:16:09.990Z] ---> Running in fd1b63bbfe14 [2023-03-11T00:16:10.248Z] Successfully tagged security-spire-config:latest [2023-03-11T00:16:10.248Z]  Building security-spire-config ... done Building security-secretstore-setup [2023-03-11T00:16:10.507Z] Removing intermediate container 284f1c01cdd0 [2023-03-11T00:16:10.507Z] ---> c4b73e2b6c8f [2023-03-11T00:16:10.507Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-11T00:16:10.507Z] Removing intermediate container 7d23add37c77 [2023-03-11T00:16:10.507Z] ---> 834de7a2b6c4 [2023-03-11T00:16:10.507Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-11T00:16:11.893Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-11T00:16:17.256Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:16:17.256Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:16:17.256Z] ---> a929946dd4be [2023-03-11T00:16:17.256Z] Step 3/23 : WORKDIR /edgex-go [2023-03-11T00:16:17.256Z] ---> Using cache [2023-03-11T00:16:17.256Z] ---> 640cf99159fd [2023-03-11T00:16:17.256Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-11T00:16:20.533Z] Removing intermediate container c183d49f0643 [2023-03-11T00:16:20.533Z] ---> 4468f3169d4e [2023-03-11T00:16:20.533Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-11T00:16:20.533Z] ---> Running in a08a21a15b7d [2023-03-11T00:16:20.533Z] ---> Running in 03788a21da8e [2023-03-11T00:16:20.533Z] ---> Running in 83a94a70a832 [2023-03-11T00:16:20.533Z] ---> Running in 6e05372568cc [2023-03-11T00:16:20.533Z] Removing intermediate container 83a94a70a832 [2023-03-11T00:16:20.533Z] ---> dd72087eca2a [2023-03-11T00:16:20.533Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-11T00:16:20.533Z] Removing intermediate container a08a21a15b7d [2023-03-11T00:16:20.533Z] ---> c80bb2e46cb3 [2023-03-11T00:16:20.792Z] Step 12/20 : WORKDIR /edgex [2023-03-11T00:16:20.792Z] ---> Running in 36efd827a01a [2023-03-11T00:16:20.792Z] ---> Running in cbf7f36e03fd [2023-03-11T00:16:20.792Z] Removing intermediate container 6e05372568cc [2023-03-11T00:16:20.792Z] ---> 6eb5671c2cec [2023-03-11T00:16:20.792Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-11T00:16:20.792Z] ---> Running in ae62162970c8 [2023-03-11T00:16:21.358Z] Removing intermediate container cbf7f36e03fd [2023-03-11T00:16:21.358Z] ---> 8c9565d00e5e [2023-03-11T00:16:21.358Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-11T00:16:21.615Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:21.615Z] Removing intermediate container 36efd827a01a [2023-03-11T00:16:21.615Z] ---> fb0b3f19385c [2023-03-11T00:16:21.615Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-11T00:16:21.897Z] ---> Running in 7bdc480cb6d8 [2023-03-11T00:16:21.897Z] Removing intermediate container ae62162970c8 [2023-03-11T00:16:21.897Z] ---> bfaeef14fb58 [2023-03-11T00:16:21.897Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-11T00:16:21.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:21.897Z] ---> Running in a330f1a70d8d [2023-03-11T00:16:22.157Z] Removing intermediate container 7bdc480cb6d8 [2023-03-11T00:16:22.157Z] ---> 24da4a3a2b52 [2023-03-11T00:16:22.157Z] Step 15/23 : WORKDIR / [2023-03-11T00:16:22.157Z] ---> e1cbf9c66d53 [2023-03-11T00:16:22.157Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-11T00:16:22.157Z] ---> Running in 80e6bce443b9 [2023-03-11T00:16:22.157Z] OK: 211 MiB in 51 packages [2023-03-11T00:16:22.157Z] Removing intermediate container a330f1a70d8d [2023-03-11T00:16:22.157Z] ---> f03e1b06258e [2023-03-11T00:16:22.157Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:16:22.996Z] Removing intermediate container 80e6bce443b9 [2023-03-11T00:16:22.996Z] ---> 5f6829ca0776 [2023-03-11T00:16:22.996Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:16:23.256Z] ---> 38750fc06f36 [2023-03-11T00:16:23.256Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-11T00:16:23.256Z] ---> 8acf14c1049d [2023-03-11T00:16:23.256Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-11T00:16:23.256Z] ---> efc0e64d58ae [2023-03-11T00:16:23.256Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-11T00:16:24.638Z] Removing intermediate container 03788a21da8e [2023-03-11T00:16:24.638Z] ---> 805fbce51136 [2023-03-11T00:16:24.638Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-11T00:16:25.586Z] ---> 46242be954eb [2023-03-11T00:16:25.586Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-11T00:16:25.586Z] ---> 8f3f3b7a5e58 [2023-03-11T00:16:25.586Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-11T00:16:25.586Z] ---> fba5fcf89762 [2023-03-11T00:16:25.586Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-11T00:16:25.586Z] ---> Running in f3129c6da009 [2023-03-11T00:16:25.586Z] ---> 1ed0214b8ef8 [2023-03-11T00:16:25.586Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:16:25.586Z] ---> Running in a6ceafe6ed3f [2023-03-11T00:16:25.586Z] ---> eb257c0d4ddf [2023-03-11T00:16:25.586Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-11T00:16:25.586Z] ---> Running in f8cc49ebadfd [2023-03-11T00:16:25.586Z] ---> e73472bd20c6 [2023-03-11T00:16:25.586Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-11T00:16:25.846Z] ---> Running in 30c52d692510 [2023-03-11T00:16:25.846Z] Removing intermediate container f8cc49ebadfd [2023-03-11T00:16:25.846Z] ---> 9e5ae2fa2db4 [2023-03-11T00:16:25.846Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-11T00:16:25.846Z] ---> Running in 3da46bfd37ed [2023-03-11T00:16:25.846Z] Removing intermediate container 30c52d692510 [2023-03-11T00:16:25.846Z] ---> 74781b778881 [2023-03-11T00:16:25.846Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-11T00:16:25.846Z] ---> Running in 32370130749d [2023-03-11T00:16:25.846Z] Removing intermediate container 3da46bfd37ed [2023-03-11T00:16:25.846Z] ---> 1ea04d56b583 [2023-03-11T00:16:25.846Z] Step 21/23 : LABEL arch=x86_64 [2023-03-11T00:16:25.846Z] ---> Running in 147462aad329 [2023-03-11T00:16:26.105Z] Removing intermediate container 32370130749d [2023-03-11T00:16:26.105Z] ---> 067ce86db546 [2023-03-11T00:16:26.105Z] Step 20/22 : LABEL arch=x86_64 [2023-03-11T00:16:26.105Z] ---> Running in 2c38cbba4ddb [2023-03-11T00:16:26.105Z] Removing intermediate container 147462aad329 [2023-03-11T00:16:26.105Z] ---> 7800210ba859 [2023-03-11T00:16:26.105Z] Step 22/23 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:16:26.105Z] Removing intermediate container 2c38cbba4ddb [2023-03-11T00:16:26.105Z] ---> e3bd3083f3dd [2023-03-11T00:16:26.105Z] Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:16:26.105Z] ---> Running in 52866c4c338c [2023-03-11T00:16:26.105Z] ---> Running in e1555ed02853 [2023-03-11T00:16:26.367Z] Removing intermediate container 52866c4c338c [2023-03-11T00:16:26.367Z] ---> 33a4c42fcc28 [2023-03-11T00:16:26.367Z] Step 23/23 : LABEL version=0.0.0 [2023-03-11T00:16:26.367Z] ---> Running in 49a82c1b8c23 [2023-03-11T00:16:26.367Z] Removing intermediate container f3129c6da009 [2023-03-11T00:16:26.367Z] Removing intermediate container e1555ed02853 [2023-03-11T00:16:26.367Z] ---> 0dd8d02bdeea [2023-03-11T00:16:26.367Z] ---> f97747290bdf [2023-03-11T00:16:26.367Z] Step 22/22 : LABEL version=0.0.0Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-11T00:16:26.367Z] [2023-03-11T00:16:26.626Z] ---> Running in 0b4e98c84c0d [2023-03-11T00:16:26.626Z] ---> Running in 65d5d2d3a673 [2023-03-11T00:16:26.626Z] Removing intermediate container 49a82c1b8c23 [2023-03-11T00:16:26.626Z] ---> 4930c7f35ba0 [2023-03-11T00:16:26.626Z] [2023-03-11T00:16:26.626Z] Successfully built 4930c7f35ba0 [2023-03-11T00:16:26.626Z] Successfully tagged core-command:latest [2023-03-11T00:16:26.626Z]  Building core-command ... done Building security-bootstrapper [2023-03-11T00:16:26.885Z] Removing intermediate container 0b4e98c84c0d [2023-03-11T00:16:26.885Z] ---> 02c8abfed985 [2023-03-11T00:16:26.885Z] Step 18/20 : LABEL arch=x86_64 [2023-03-11T00:16:26.885Z] Removing intermediate container 65d5d2d3a673 [2023-03-11T00:16:26.885Z] ---> b6130729ca33 [2023-03-11T00:16:26.885Z] [2023-03-11T00:16:26.885Z] ---> Running in 24fbe7694dcb [2023-03-11T00:16:26.885Z] Successfully built b6130729ca33 [2023-03-11T00:16:26.885Z] Successfully tagged support-notifications:latest [2023-03-11T00:16:26.885Z]  Building support-notifications ... done Building security-spiffe-token-provider [2023-03-11T00:16:33.658Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:16:33.658Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:16:33.658Z] ---> a929946dd4be [2023-03-11T00:16:33.658Z] Step 3/19 : WORKDIR /edgex-go [2023-03-11T00:16:33.658Z] ---> Using cache [2023-03-11T00:16:33.658Z] ---> 640cf99159fd [2023-03-11T00:16:33.658Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-11T00:16:38.057Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:16:38.057Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:16:38.057Z] ---> a929946dd4be [2023-03-11T00:16:38.057Z] Step 3/32 : WORKDIR /edgex-go [2023-03-11T00:16:38.057Z] ---> Using cache [2023-03-11T00:16:38.057Z] ---> 640cf99159fd [2023-03-11T00:16:38.057Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-11T00:16:38.057Z] ---> Using cache [2023-03-11T00:16:38.057Z] ---> 805fbce51136 [2023-03-11T00:16:38.057Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-11T00:16:38.057Z] ---> Using cache [2023-03-11T00:16:38.057Z] ---> 1ed0214b8ef8 [2023-03-11T00:16:38.057Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:16:41.539Z] Removing intermediate container 24fbe7694dcb [2023-03-11T00:16:41.539Z] ---> 394a30ed8070 [2023-03-11T00:16:41.539Z] Step 19/20 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:16:46.054Z] ---> Running in 1630dbfb27b0 [2023-03-11T00:16:46.055Z] ---> Running in 794d77c81ded [2023-03-11T00:16:46.055Z] ---> Running in 212da2156ffb [2023-03-11T00:16:46.055Z] Removing intermediate container 794d77c81ded [2023-03-11T00:16:46.055Z] ---> 3180b7458ff7 [2023-03-11T00:16:46.055Z] Step 20/20 : LABEL version=0.0.0 [2023-03-11T00:16:46.333Z] ---> Running in 9976bee3b374 [2023-03-11T00:16:46.593Z] Removing intermediate container 9976bee3b374 [2023-03-11T00:16:46.593Z] ---> 250bef27c878 [2023-03-11T00:16:46.593Z] [2023-03-11T00:16:46.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:46.593Z] Successfully built 250bef27c878 [2023-03-11T00:16:46.593Z] Successfully tagged security-proxy-setup:latest [2023-03-11T00:16:46.593Z] Building support-scheduler [2023-03-11T00:16:46.852Z]  Building security-proxy-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:47.113Z] v3.16.4-52-g6cdb9d7f1d8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-11T00:16:47.113Z] v3.16.4-52-g6cdb9d7f1d8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-11T00:16:47.113Z] OK: 17046 distinct packages available [2023-03-11T00:16:47.113Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:47.374Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:47.635Z] OK: 211 MiB in 51 packages [2023-03-11T00:16:55.033Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:16:55.033Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:16:55.033Z] ---> a929946dd4be [2023-03-11T00:16:55.033Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:16:55.033Z] ---> Using cache [2023-03-11T00:16:55.033Z] ---> c7432f654d38 [2023-03-11T00:16:55.033Z] Step 4/22 : WORKDIR /edgex-go [2023-03-11T00:16:55.033Z] ---> Using cache [2023-03-11T00:16:55.033Z] ---> 7f545c66a82c [2023-03-11T00:16:55.033Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-11T00:16:55.033Z] ---> Using cache [2023-03-11T00:16:55.033Z] ---> 8743be8312de [2023-03-11T00:16:55.033Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-11T00:16:55.033Z] ---> Using cache [2023-03-11T00:16:55.033Z] ---> 6f5668c2bc23 [2023-03-11T00:16:55.033Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:16:55.033Z] ---> Using cache [2023-03-11T00:16:55.033Z] ---> 6945cdd1b64e [2023-03-11T00:16:55.033Z] Step 8/22 : COPY . . [2023-03-11T00:16:55.033Z] ---> Using cache [2023-03-11T00:16:55.033Z] ---> 4b8f5637905e [2023-03-11T00:16:55.033Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-11T00:16:55.627Z] ---> Running in 220dea545003 [2023-03-11T00:16:55.627Z] Removing intermediate container fd1b63bbfe14 [2023-03-11T00:16:55.627Z] ---> 5b3e275d327c [2023-03-11T00:16:55.627Z] [2023-03-11T00:16:55.627Z] Step 10/22 : FROM alpine:3.16 [2023-03-11T00:16:55.627Z] ---> dfd21b5a31f5 [2023-03-11T00:16:55.627Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-11T00:16:55.887Z] Removing intermediate container 212da2156ffb [2023-03-11T00:16:55.887Z] ---> 2751249b0e8b [2023-03-11T00:16:55.887Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-11T00:16:55.887Z] ---> Running in 71055853d7c5 [2023-03-11T00:16:55.887Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-11T00:16:55.887Z] Removing intermediate container 71055853d7c5 [2023-03-11T00:16:55.887Z] ---> 8e9cee37a5e8 [2023-03-11T00:16:55.887Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-11T00:16:55.887Z] ---> Running in 36e96dfb3e88 [2023-03-11T00:16:55.887Z] ---> e3198fbbcabc [2023-03-11T00:16:55.887Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:16:56.149Z] ---> Running in 3be794736de2 [2023-03-11T00:16:56.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:56.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:16:56.670Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-11T00:16:56.670Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:16:56.670Z] OK: 6 MiB in 15 packages [2023-03-11T00:16:57.240Z] Removing intermediate container 36e96dfb3e88 [2023-03-11T00:16:57.240Z] ---> 877e4844b530 [2023-03-11T00:16:57.240Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:16:57.240Z] ---> dff5d1bd86e5 [2023-03-11T00:16:57.240Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-11T00:16:57.809Z] ---> 7470d689dccd [2023-03-11T00:16:57.809Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-11T00:16:58.078Z] ---> 029ec3e76c54 [2023-03-11T00:16:58.078Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-11T00:16:58.340Z] ---> 03d5a2043b2c [2023-03-11T00:16:58.340Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-11T00:16:58.340Z] ---> Running in 08dc8fa18d2c [2023-03-11T00:17:03.654Z] Removing intermediate container 08dc8fa18d2c [2023-03-11T00:17:03.654Z] ---> 0dca0f19e86e [2023-03-11T00:17:03.654Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-11T00:17:05.030Z] ---> Running in cad95cb6b30e [2023-03-11T00:17:06.553Z] Removing intermediate container cad95cb6b30e [2023-03-11T00:17:06.553Z] ---> a4eca0471489 [2023-03-11T00:17:06.553Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-11T00:17:07.163Z] ---> Running in 0480266f5f5b [2023-03-11T00:17:07.163Z] Removing intermediate container 0480266f5f5b [2023-03-11T00:17:07.163Z] ---> e8e4aa41ac67 [2023-03-11T00:17:07.163Z] Step 20/22 : LABEL arch=x86_64 [2023-03-11T00:17:07.422Z] ---> Running in 83ed39175e6e [2023-03-11T00:17:08.018Z] Removing intermediate container 83ed39175e6e [2023-03-11T00:17:08.018Z] ---> 8f5e589ebaca [2023-03-11T00:17:08.018Z] Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:17:08.278Z] ---> Running in a966d3100fdf [2023-03-11T00:17:08.278Z] Removing intermediate container a966d3100fdf [2023-03-11T00:17:08.278Z] ---> 93318d93b07c [2023-03-11T00:17:08.278Z] Step 22/22 : LABEL version=0.0.0 [2023-03-11T00:17:08.278Z] ---> Running in 003d02a89457 [2023-03-11T00:17:08.539Z] Removing intermediate container 003d02a89457 [2023-03-11T00:17:08.539Z] ---> 1b129ba36480 [2023-03-11T00:17:08.539Z] [2023-03-11T00:17:08.797Z] Successfully built 1b129ba36480 [2023-03-11T00:17:08.797Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-11T00:17:08.797Z]  Building core-common-config-bootstrapper ... done Building core-metadata [2023-03-11T00:17:13.008Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:17:13.008Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:17:13.008Z] ---> a929946dd4be [2023-03-11T00:17:13.008Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:17:13.008Z] ---> Using cache [2023-03-11T00:17:13.008Z] ---> c7432f654d38 [2023-03-11T00:17:13.008Z] Step 4/24 : WORKDIR /edgex-go [2023-03-11T00:17:13.008Z] ---> Using cache [2023-03-11T00:17:13.008Z] ---> 7f545c66a82c [2023-03-11T00:17:13.008Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-11T00:17:13.008Z] ---> Using cache [2023-03-11T00:17:13.008Z] ---> 8743be8312de [2023-03-11T00:17:13.008Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-11T00:17:13.008Z] ---> Using cache [2023-03-11T00:17:13.008Z] ---> 6f5668c2bc23 [2023-03-11T00:17:13.008Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:17:13.008Z] ---> Using cache [2023-03-11T00:17:13.008Z] ---> 6945cdd1b64e [2023-03-11T00:17:13.008Z] Step 8/24 : COPY . . [2023-03-11T00:17:13.008Z] ---> Using cache [2023-03-11T00:17:13.008Z] ---> 4b8f5637905e [2023-03-11T00:17:13.008Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-11T00:17:26.078Z] ---> Running in 92dca7ba48ad [2023-03-11T00:17:26.078Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-11T00:17:29.134Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-11T00:17:29.134Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-11T00:17:31.726Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-11T00:17:31.998Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-11T00:17:31.998Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-11T00:17:32.696Z] Removing intermediate container 220dea545003 [2023-03-11T00:17:32.696Z] ---> c51f6c5bfdac [2023-03-11T00:17:32.696Z] [2023-03-11T00:17:32.696Z] Step 10/22 : FROM alpine:3.16 [2023-03-11T00:17:32.696Z] ---> dfd21b5a31f5 [2023-03-11T00:17:32.696Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-11T00:17:32.696Z] ---> Using cache [2023-03-11T00:17:32.696Z] ---> 834de7a2b6c4 [2023-03-11T00:17:32.696Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-11T00:17:32.696Z] ---> Using cache [2023-03-11T00:17:32.696Z] ---> dd72087eca2a [2023-03-11T00:17:32.696Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-11T00:17:32.696Z] ---> Running in 561d03ed8f9d [2023-03-11T00:17:32.696Z] Removing intermediate container 561d03ed8f9d [2023-03-11T00:17:32.696Z] ---> 2bd4032c32bf [2023-03-11T00:17:32.696Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-11T00:17:32.696Z] ---> Running in 7aadd89d8b79 [2023-03-11T00:17:32.956Z] Removing intermediate container 7aadd89d8b79 [2023-03-11T00:17:32.956Z] ---> fbabd4cd9f07 [2023-03-11T00:17:32.956Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:17:32.990Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-11T00:17:33.215Z] ---> 46b824f5635a [2023-03-11T00:17:33.215Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-11T00:17:33.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-11T00:17:33.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-11T00:17:33.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-11T00:17:34.219Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-11T00:17:36.559Z] ---> 57a925dfed0a [2023-03-11T00:17:36.559Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-11T00:17:36.559Z] ---> cc21985f98ac [2023-03-11T00:17:36.559Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-11T00:17:36.559Z] ---> Running in 3aead179f4e9 [2023-03-11T00:17:36.559Z] Removing intermediate container 3aead179f4e9 [2023-03-11T00:17:36.559Z] ---> 4d3a565c9976 [2023-03-11T00:17:36.559Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-11T00:17:36.875Z] ---> Running in a33f562ba4fc [2023-03-11T00:17:36.875Z] Removing intermediate container a33f562ba4fc [2023-03-11T00:17:36.875Z] ---> fce66390b543 [2023-03-11T00:17:36.875Z] Step 20/22 : LABEL arch=x86_64 [2023-03-11T00:17:36.875Z] ---> Running in e2145fa9c9fc [2023-03-11T00:17:37.134Z] Removing intermediate container e2145fa9c9fc [2023-03-11T00:17:37.134Z] ---> 201581f3ad2c [2023-03-11T00:17:37.134Z] Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:17:37.418Z] ---> Running in ef9947af47b1 [2023-03-11T00:17:37.684Z] Removing intermediate container ef9947af47b1 [2023-03-11T00:17:37.684Z] ---> 3720ed3ea80a [2023-03-11T00:17:37.684Z] Step 22/22 : LABEL version=0.0.0 [2023-03-11T00:17:37.942Z] ---> Running in 1f451745fcc9 [2023-03-11T00:17:38.201Z] Removing intermediate container 1f451745fcc9 [2023-03-11T00:17:38.201Z] ---> d395495cc22c [2023-03-11T00:17:38.201Z] [2023-03-11T00:17:38.201Z] Successfully built d395495cc22c [2023-03-11T00:17:38.201Z] Successfully tagged support-scheduler:latest [2023-03-11T00:17:38.201Z] Building core-data [2023-03-11T00:17:38.492Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-11T00:17:38.492Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-11T00:17:38.492Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-11T00:17:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-11T00:17:40.729Z]  Building support-scheduler ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:17:40.729Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:17:40.729Z] ---> a929946dd4be [2023-03-11T00:17:40.729Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:17:40.729Z] ---> Using cache [2023-03-11T00:17:40.729Z] ---> c7432f654d38 [2023-03-11T00:17:40.729Z] Step 4/22 : WORKDIR /edgex-go [2023-03-11T00:17:40.729Z] ---> Using cache [2023-03-11T00:17:40.729Z] ---> 7f545c66a82c [2023-03-11T00:17:40.729Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-11T00:17:40.730Z] ---> Using cache [2023-03-11T00:17:40.730Z] ---> 8743be8312de [2023-03-11T00:17:40.730Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-11T00:17:40.730Z] ---> Using cache [2023-03-11T00:17:40.730Z] ---> 6f5668c2bc23 [2023-03-11T00:17:40.730Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:17:40.730Z] ---> Using cache [2023-03-11T00:17:40.730Z] ---> 6945cdd1b64e [2023-03-11T00:17:40.730Z] Step 8/22 : COPY . . [2023-03-11T00:17:40.730Z] ---> Using cache [2023-03-11T00:17:40.730Z] ---> 4b8f5637905e [2023-03-11T00:17:40.730Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-11T00:17:53.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.296s coverage: 28.7% of statements [2023-03-11T00:17:53.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-11T00:17:53.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-11T00:18:03.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.038s coverage: 98.5% of statements [2023-03-11T00:18:11.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.162s coverage: 71.2% of statements [2023-03-11T00:18:11.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-11T00:18:11.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-11T00:18:11.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-11T00:18:11.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.810s coverage: 54.0% of statements [2023-03-11T00:18:11.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-11T00:18:11.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-11T00:18:12.987Z] ---> Running in e96c1b5a0e4e [2023-03-11T00:18:12.987Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-11T00:18:30.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 23.377s coverage: 88.5% of statements [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-11T00:18:30.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.667s coverage: 3.9% of statements [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-11T00:18:30.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.261s coverage: 95.6% of statements [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-11T00:18:30.155Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.318s coverage: 72.2% of statements [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-11T00:18:30.155Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.578s coverage: 65.9% of statements [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-11T00:18:30.155Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.604s coverage: 0.9% of statements [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-11T00:18:30.155Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.280s coverage: 29.0% of statements [2023-03-11T00:18:30.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-11T00:18:34.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.412s coverage: 45.5% of statements [2023-03-11T00:18:34.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.311s coverage: 82.9% of statements [2023-03-11T00:18:34.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.295s coverage: 94.1% of statements [2023-03-11T00:18:34.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.418s coverage: 96.3% of statements [2023-03-11T00:18:35.312Z] Removing intermediate container 92dca7ba48ad [2023-03-11T00:18:35.312Z] ---> db107b57b3cd [2023-03-11T00:18:35.312Z] [2023-03-11T00:18:35.312Z] Step 10/24 : FROM alpine:3.16 [2023-03-11T00:18:35.312Z] ---> dfd21b5a31f5 [2023-03-11T00:18:35.312Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-11T00:18:35.312Z] ---> Using cache [2023-03-11T00:18:35.312Z] ---> 834de7a2b6c4 [2023-03-11T00:18:35.312Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-11T00:18:35.312Z] ---> Using cache [2023-03-11T00:18:35.312Z] ---> dd72087eca2a [2023-03-11T00:18:35.312Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-11T00:18:35.312Z] ---> Running in 419483a381af [2023-03-11T00:18:35.312Z] Removing intermediate container 419483a381af [2023-03-11T00:18:35.312Z] ---> fc79bdfcce11 [2023-03-11T00:18:35.312Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-11T00:18:35.312Z] ---> Running in 1a9911bfc1fd [2023-03-11T00:18:35.312Z] Removing intermediate container 3be794736de2 [2023-03-11T00:18:35.312Z] ---> d587bf527910 [2023-03-11T00:18:35.312Z] Step 7/19 : COPY . . [2023-03-11T00:18:35.312Z] Removing intermediate container 1630dbfb27b0 [2023-03-11T00:18:35.312Z] ---> 8dcebea145fd [2023-03-11T00:18:35.312Z] Step 7/32 : COPY . . [2023-03-11T00:18:35.312Z] Removing intermediate container a6ceafe6ed3f [2023-03-11T00:18:35.312Z] ---> a5ac4ca000e8 [2023-03-11T00:18:35.312Z] Step 7/23 : COPY . . [2023-03-11T00:18:35.312Z] Removing intermediate container 1a9911bfc1fd [2023-03-11T00:18:35.312Z] ---> 80ef9460f306 [2023-03-11T00:18:35.312Z] Step 15/24 : WORKDIR / [2023-03-11T00:18:37.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.284s coverage: 87.5% of statements [2023-03-11T00:18:48.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.469s coverage: 94.4% of statements [2023-03-11T00:19:06.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.494s coverage: 79.9% of statements [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-11T00:19:06.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.374s coverage: 92.9% of statements [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-11T00:19:06.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.077s coverage: 64.4% of statements [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-11T00:19:06.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.267s coverage: 86.9% of statements [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-11T00:19:06.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.280s coverage: 87.2% of statements [2023-03-11T00:19:06.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.186s coverage: 20.0% of statements [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-11T00:19:06.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.214s coverage: 100.0% of statements [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-11T00:19:06.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.313s coverage: 81.2% of statements [2023-03-11T00:19:06.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.349s coverage: 82.1% of statements [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-11T00:19:06.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.239s coverage: 84.8% of statements [2023-03-11T00:19:06.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-11T00:19:08.334Z] ---> Running in 4027be1bd904 [2023-03-11T00:19:08.334Z] Removing intermediate container 4027be1bd904 [2023-03-11T00:19:08.334Z] ---> 0cacd17dd3d4 [2023-03-11T00:19:08.334Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:19:08.334Z] ---> f7d92e548a78 [2023-03-11T00:19:08.334Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-11T00:19:08.334Z] ---> ae640cb1963c [2023-03-11T00:19:08.334Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-11T00:19:08.334Z] ---> ce4c779de44a [2023-03-11T00:19:08.334Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-11T00:19:08.334Z] ---> Running in 685308f02930 [2023-03-11T00:19:08.334Z] ---> Running in 99891dd2602e [2023-03-11T00:19:08.334Z] ---> Running in 851ea3095875 [2023-03-11T00:19:08.334Z] ---> 2404d2814f67 [2023-03-11T00:19:08.334Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-11T00:19:08.334Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-11T00:19:08.334Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-11T00:19:08.334Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-11T00:19:08.334Z] ---> d9e56960b2d1 [2023-03-11T00:19:08.334Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-11T00:19:08.334Z] Removing intermediate container e96c1b5a0e4e [2023-03-11T00:19:08.334Z] ---> a8e0e3bc9e95 [2023-03-11T00:19:08.334Z] [2023-03-11T00:19:08.334Z] Step 10/22 : FROM alpine:3.16 [2023-03-11T00:19:08.334Z] ---> dfd21b5a31f5 [2023-03-11T00:19:08.334Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-11T00:19:08.334Z] ---> Running in 40a79a6e9816 [2023-03-11T00:19:08.594Z] ---> f8202029c2ab [2023-03-11T00:19:08.594Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-11T00:19:08.854Z] Removing intermediate container 40a79a6e9816 [2023-03-11T00:19:08.854Z] ---> 24e4310ebf9d [2023-03-11T00:19:08.854Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-11T00:19:08.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.227s coverage: 63.1% of statements [2023-03-11T00:19:08.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-11T00:19:08.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-11T00:19:08.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.287s coverage: 100.0% of statements [2023-03-11T00:19:08.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.131s coverage: 89.4% of statements [2023-03-11T00:19:08.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2023-03-11T00:19:08.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2023-03-11T00:19:08.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2023-03-11T00:19:08.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-11T00:19:08.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-11T00:19:08.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-11T00:19:09.116Z] ---> Running in 4756d3f26188 [2023-03-11T00:19:09.116Z] ---> 33180c687c7c [2023-03-11T00:19:09.116Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-11T00:19:09.116Z] ---> Running in 67587718e185 [2023-03-11T00:19:09.116Z] Removing intermediate container 4756d3f26188 [2023-03-11T00:19:09.116Z] ---> 3896a17b0787 [2023-03-11T00:19:09.116Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-11T00:19:09.116Z] ---> Running in 56b9ca94e656 [2023-03-11T00:19:09.376Z] Removing intermediate container 67587718e185 [2023-03-11T00:19:09.376Z] ---> f4d246467e31 [2023-03-11T00:19:09.376Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-11T00:19:09.376Z] ---> Running in 33e90df7fe58 [2023-03-11T00:19:09.376Z] Removing intermediate container 56b9ca94e656 [2023-03-11T00:19:09.376Z] ---> 4faf4c4dd1e5 [2023-03-11T00:19:09.376Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-11T00:19:09.376Z] Removing intermediate container 33e90df7fe58 [2023-03-11T00:19:09.376Z] ---> 7acd3ba2ee3f [2023-03-11T00:19:09.376Z] Step 22/24 : LABEL arch=x86_64 [2023-03-11T00:19:09.636Z] ---> Running in 7a9ec82669aa [2023-03-11T00:19:09.636Z] ---> Running in a99139b2060f [2023-03-11T00:19:09.636Z] Removing intermediate container a99139b2060f [2023-03-11T00:19:09.636Z] ---> b841eb404121 [2023-03-11T00:19:09.636Z] Step 23/24 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:19:09.896Z] ---> Running in a5fd23a1561d [2023-03-11T00:19:09.896Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:19:09.896Z] Removing intermediate container a5fd23a1561d [2023-03-11T00:19:09.896Z] ---> bdc22bd8c8ea [2023-03-11T00:19:09.896Z] Step 24/24 : LABEL version=0.0.0 [2023-03-11T00:19:09.896Z] ---> Running in fb81347f23d6 [2023-03-11T00:19:10.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:19:10.157Z] Removing intermediate container fb81347f23d6 [2023-03-11T00:19:10.157Z] ---> c98e30f2d803 [2023-03-11T00:19:10.157Z] [2023-03-11T00:19:10.157Z] Successfully built c98e30f2d803 [2023-03-11T00:19:10.416Z] Successfully tagged core-metadata:latest [2023-03-11T00:19:10.416Z] Building security-proxy-auth [2023-03-11T00:19:10.416Z]  Building core-metadata ... done (1/1) Installing dumb-init (1.2.5-r1) [2023-03-11T00:19:10.416Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:19:10.416Z] OK: 6 MiB in 15 packages [2023-03-11T00:19:18.835Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:19:18.835Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:19:18.835Z] ---> a929946dd4be [2023-03-11T00:19:18.835Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:19:18.835Z] ---> Using cache [2023-03-11T00:19:18.835Z] ---> c7432f654d38 [2023-03-11T00:19:18.835Z] Step 4/22 : WORKDIR /edgex-go [2023-03-11T00:19:18.835Z] ---> Using cache [2023-03-11T00:19:18.835Z] ---> 7f545c66a82c [2023-03-11T00:19:18.835Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-11T00:19:18.835Z] ---> Using cache [2023-03-11T00:19:18.835Z] ---> 8743be8312de [2023-03-11T00:19:18.835Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-11T00:19:18.835Z] ---> Using cache [2023-03-11T00:19:18.835Z] ---> 6f5668c2bc23 [2023-03-11T00:19:18.835Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:19:18.835Z] ---> Using cache [2023-03-11T00:19:18.835Z] ---> 6945cdd1b64e [2023-03-11T00:19:18.835Z] Step 8/22 : COPY . . [2023-03-11T00:19:18.835Z] ---> Using cache [2023-03-11T00:19:18.835Z] ---> 4b8f5637905e [2023-03-11T00:19:18.835Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-11T00:19:19.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.869s coverage: 38.4% of statements [2023-03-11T00:19:19.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-11T00:19:19.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-11T00:19:19.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.367s coverage: 89.5% of statements [2023-03-11T00:19:19.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-11T00:19:19.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.277s coverage: 84.8% of statements [2023-03-11T00:19:19.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-11T00:19:19.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-11T00:19:19.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-11T00:19:19.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-11T00:19:23.291Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.395s coverage: 17.7% of statements [2023-03-11T00:19:23.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-11T00:19:23.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-11T00:19:23.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-11T00:19:23.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-11T00:19:23.291Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.658s coverage: 92.3% of statements [2023-03-11T00:19:23.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-11T00:19:23.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-11T00:19:23.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-11T00:19:23.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-11T00:19:23.291Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.299s coverage: 61.5% of statements [2023-03-11T00:19:23.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-11T00:19:23.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-11T00:19:24.701Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.463s coverage: 97.7% of statements [2023-03-11T00:19:24.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-11T00:19:24.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-11T00:19:25.287Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-03-11T00:19:25.287Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-11T00:19:25.287Z] go vet ./... [2023-03-11T00:19:33.751Z] ---> Running in fcaa9022bdc1 [2023-03-11T00:19:33.751Z] Removing intermediate container 7a9ec82669aa [2023-03-11T00:19:33.751Z] ---> cbdeea9dce30 [2023-03-11T00:19:33.751Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:19:33.751Z] ---> 559821239faa [2023-03-11T00:19:33.751Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-11T00:19:33.751Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-11T00:19:34.321Z] ---> f4c075addb95 [2023-03-11T00:19:34.321Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-11T00:19:35.699Z] ---> 8fefc814ea7b [2023-03-11T00:19:35.699Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-11T00:19:35.699Z] ---> Running in 8edf73d66e54 [2023-03-11T00:19:37.075Z] Removing intermediate container 8edf73d66e54 [2023-03-11T00:19:37.075Z] ---> 37559d7580c2 [2023-03-11T00:19:37.075Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-11T00:19:38.018Z] ---> Running in 6448f4258797 [2023-03-11T00:19:38.280Z] Removing intermediate container 6448f4258797 [2023-03-11T00:19:38.280Z] ---> c3ac8dd07d05 [2023-03-11T00:19:38.280Z] Step 20/22 : LABEL arch=x86_64 [2023-03-11T00:19:38.596Z] ---> Running in 9c9bd86a6f59 [2023-03-11T00:19:39.585Z] Removing intermediate container 9c9bd86a6f59 [2023-03-11T00:19:39.585Z] ---> 304428f66afc [2023-03-11T00:19:39.585Z] Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:19:41.013Z] ---> Running in 36d6ef9b894d [2023-03-11T00:19:42.955Z] Removing intermediate container 36d6ef9b894d [2023-03-11T00:19:42.955Z] ---> 872a0475359f [2023-03-11T00:19:42.955Z] Step 22/22 : LABEL version=0.0.0 [2023-03-11T00:19:43.910Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-11T00:19:46.632Z] ---> Running in 0db452c66bda [2023-03-11T00:19:47.204Z] Removing intermediate container 0db452c66bda [2023-03-11T00:19:47.204Z] ---> 35a483a51a44 [2023-03-11T00:19:47.204Z] [2023-03-11T00:19:47.464Z] Successfully built 35a483a51a44 [2023-03-11T00:19:47.464Z] Successfully tagged core-data:latest [2023-03-11T00:19:47.464Z] Building security-spire-agent [2023-03-11T00:19:53.332Z]  Building core-data ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:19:53.332Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:19:53.332Z] ---> a929946dd4be [2023-03-11T00:19:53.332Z] Step 3/24 : WORKDIR /edgex-go [2023-03-11T00:19:53.332Z] ---> Using cache [2023-03-11T00:19:53.332Z] ---> 640cf99159fd [2023-03-11T00:19:53.332Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-11T00:19:53.332Z] ---> Using cache [2023-03-11T00:19:53.332Z] ---> 2d03799680e9 [2023-03-11T00:19:53.332Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-11T00:19:53.332Z] ---> Using cache [2023-03-11T00:19:53.332Z] ---> 8b378f3fad96 [2023-03-11T00:19:53.332Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:19:53.332Z] ---> Using cache [2023-03-11T00:19:53.332Z] ---> 40f7949c5202 [2023-03-11T00:19:53.332Z] Step 7/24 : COPY . . [2023-03-11T00:19:53.332Z] ---> Using cache [2023-03-11T00:19:53.332Z] ---> 32a79ccb776d [2023-03-11T00:19:53.332Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-11T00:19:53.332Z] ---> Using cache [2023-03-11T00:19:53.332Z] ---> 263ec5c8542a [2023-03-11T00:19:53.332Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-11T00:19:53.332Z] ---> Using cache [2023-03-11T00:19:53.332Z] ---> 766b92826b7a [2023-03-11T00:19:53.332Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-11T00:19:53.332Z] ---> Using cache [2023-03-11T00:19:53.332Z] ---> 88868f77c511 [2023-03-11T00:19:53.332Z] Step 11/24 : WORKDIR /edgex-go [2023-03-11T00:19:53.332Z] ---> Using cache [2023-03-11T00:19:53.332Z] ---> d390408a72ef [2023-03-11T00:19:53.332Z] [2023-03-11T00:19:53.332Z] Step 12/24 : FROM alpine:3.15 [2023-03-11T00:19:53.332Z] ---> 5ce65d7b0fde [2023-03-11T00:19:53.332Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-11T00:19:53.332Z] ---> Using cache [2023-03-11T00:19:53.332Z] ---> ed2eefd316c2 [2023-03-11T00:19:53.332Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-11T00:19:53.332Z] ---> Using cache [2023-03-11T00:19:53.332Z] ---> faafa717fb73 [2023-03-11T00:19:53.332Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-11T00:20:05.640Z] ---> b2b3910025a2 [2023-03-11T00:20:05.641Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-11T00:20:05.641Z] Removing intermediate container 851ea3095875 [2023-03-11T00:20:05.641Z] ---> 6050d3b2d46c [2023-03-11T00:20:05.641Z] [2023-03-11T00:20:05.641Z] Step 9/32 : FROM alpine:3.16 [2023-03-11T00:20:05.641Z] ---> dfd21b5a31f5 [2023-03-11T00:20:05.641Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-11T00:20:05.641Z] Removing intermediate container 99891dd2602e [2023-03-11T00:20:05.641Z] ---> 829e153724cf [2023-03-11T00:20:05.641Z] [2023-03-11T00:20:05.641Z] Step 9/23 : FROM alpine:3.16 [2023-03-11T00:20:05.641Z] ---> dfd21b5a31f5 [2023-03-11T00:20:05.641Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-11T00:20:05.641Z] Removing intermediate container 685308f02930 [2023-03-11T00:20:05.641Z] ---> 0f26f58ef7f2 [2023-03-11T00:20:05.641Z] [2023-03-11T00:20:05.641Z] Step 9/19 : FROM alpine:3.15 [2023-03-11T00:20:05.641Z] ---> 5ce65d7b0fde [2023-03-11T00:20:05.641Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-11T00:20:05.641Z] ---> Using cache [2023-03-11T00:20:05.641Z] ---> ed2eefd316c2 [2023-03-11T00:20:05.641Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-11T00:20:09.872Z] ---> Running in 471db1ac6db5 [2023-03-11T00:20:09.872Z] ---> Running in 2a839366a9f2 [2023-03-11T00:20:09.872Z] ---> Running in 334b50fbfa40 [2023-03-11T00:20:09.872Z] ---> b4c200cdd371 [2023-03-11T00:20:09.872Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-11T00:20:09.872Z] Removing intermediate container fcaa9022bdc1 [2023-03-11T00:20:09.872Z] ---> acb6784c585f [2023-03-11T00:20:09.872Z] [2023-03-11T00:20:09.872Z] Step 10/22 : FROM alpine:3.16 [2023-03-11T00:20:09.872Z] ---> dfd21b5a31f5 [2023-03-11T00:20:09.872Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-11T00:20:09.872Z] ---> Using cache [2023-03-11T00:20:09.872Z] ---> 8e9cee37a5e8 [2023-03-11T00:20:09.872Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-11T00:20:09.872Z] ---> Using cache [2023-03-11T00:20:09.872Z] ---> 877e4844b530 [2023-03-11T00:20:09.872Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:20:09.872Z] ---> Using cache [2023-03-11T00:20:09.872Z] ---> dff5d1bd86e5 [2023-03-11T00:20:09.872Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-11T00:20:09.872Z] Removing intermediate container 471db1ac6db5 [2023-03-11T00:20:09.872Z] ---> e432f9215fd9 [2023-03-11T00:20:09.872Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-11T00:20:09.872Z] ---> 03e6dbbd63c1 [2023-03-11T00:20:09.872Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-11T00:20:09.872Z] ---> Running in 3e800a7f64d0 [2023-03-11T00:20:10.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:20:10.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:20:10.808Z] ---> 59a44b173cdb [2023-03-11T00:20:10.808Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-11T00:20:10.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:20:10.808Z] ---> 56c8e05f03ab [2023-03-11T00:20:10.808Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-11T00:20:10.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:20:11.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:20:11.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:20:11.329Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-11T00:20:11.329Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-11T00:20:11.329Z] (3/3) Installing su-exec (0.2-r1) [2023-03-11T00:20:11.329Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:20:11.329Z] Executing ca-certificates-20220614-r0.trigger [2023-03-11T00:20:11.329Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-11T00:20:11.329Z] (2/2) Installing su-exec (0.2-r1) [2023-03-11T00:20:11.329Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:20:11.329Z] OK: 6 MiB in 16 packages [2023-03-11T00:20:11.329Z] ---> f10d80bde0e4 [2023-03-11T00:20:11.329Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-11T00:20:11.329Z] ---> 827045741e43 [2023-03-11T00:20:11.329Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-11T00:20:11.329Z] OK: 6 MiB in 17 packages [2023-03-11T00:20:11.329Z] ---> Running in bb0dc94243a5 [2023-03-11T00:20:11.329Z] ---> 9b14f2c5b99c [2023-03-11T00:20:11.329Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-11T00:20:11.588Z] v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-11T00:20:11.588Z] v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-11T00:20:11.588Z] OK: 15859 distinct packages available [2023-03-11T00:20:11.588Z] Removing intermediate container bb0dc94243a5 [2023-03-11T00:20:11.588Z] ---> 606c10ca7017 [2023-03-11T00:20:11.588Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-11T00:20:11.588Z] ---> Running in 7467cd40b6e2 [2023-03-11T00:20:11.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-11T00:20:11.588Z] ---> Running in 87bf4e937abf [2023-03-11T00:20:11.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-11T00:20:11.588Z] Removing intermediate container 87bf4e937abf [2023-03-11T00:20:11.588Z] ---> a5e900c58a20 [2023-03-11T00:20:11.588Z] Step 22/24 : LABEL arch=x86_64 [2023-03-11T00:20:11.846Z] ---> Running in 912b35d759c3 [2023-03-11T00:20:11.846Z] Removing intermediate container 3e800a7f64d0 [2023-03-11T00:20:11.846Z] ---> 11cb64dcca80 [2023-03-11T00:20:11.846Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-11T00:20:11.846Z] ---> Running in 3cf234e0b4f1 [2023-03-11T00:20:11.846Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-11T00:20:11.846Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-11T00:20:11.846Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-11T00:20:11.846Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-11T00:20:11.846Z] (5/9) Installing curl (7.80.0-r6) [2023-03-11T00:20:11.846Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-11T00:20:11.846Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-11T00:20:11.846Z] (8/9) Installing libucontext (1.1-r0) [2023-03-11T00:20:11.846Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-11T00:20:11.846Z] Executing busybox-1.34.1-r7.trigger [2023-03-11T00:20:12.105Z] Executing ca-certificates-20220614-r0.trigger [2023-03-11T00:20:12.105Z] OK: 8 MiB in 23 packages [2023-03-11T00:20:12.364Z] Removing intermediate container 912b35d759c3 [2023-03-11T00:20:12.364Z] ---> 79668226c280 [2023-03-11T00:20:12.364Z] Step 23/24 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:20:12.364Z] Removing intermediate container 3cf234e0b4f1 [2023-03-11T00:20:12.364Z] ---> 754d61ffac65 [2023-03-11T00:20:12.364Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-11T00:20:12.364Z] Removing intermediate container 2a839366a9f2 [2023-03-11T00:20:12.364Z] ---> d37f1fc999ee [2023-03-11T00:20:12.364Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-11T00:20:12.364Z] ---> Running in ee753b84a4d5 [2023-03-11T00:20:12.364Z] ---> Running in 54b0a9218cba [2023-03-11T00:20:12.364Z] ---> Running in 2cf30b608d12 [2023-03-11T00:20:12.625Z] Removing intermediate container 54b0a9218cba [2023-03-11T00:20:12.625Z] ---> 98841a7b43c7 [2023-03-11T00:20:12.625Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-11T00:20:12.625Z] Removing intermediate container ee753b84a4d5 [2023-03-11T00:20:12.625Z] ---> 27eee65f775f [2023-03-11T00:20:12.625Z] Step 24/24 : LABEL version=0.0.0 [2023-03-11T00:20:12.625Z] ---> Running in efd22496e12b [2023-03-11T00:20:12.625Z] Removing intermediate container 2cf30b608d12 [2023-03-11T00:20:12.625Z] ---> 929b221b70e3 [2023-03-11T00:20:12.625Z] Step 12/23 : WORKDIR / [2023-03-11T00:20:12.625Z] ---> Running in 254c9f2c059c [2023-03-11T00:20:12.625Z] ---> Running in ca70e13e7ddb [2023-03-11T00:20:12.884Z] Removing intermediate container efd22496e12b [2023-03-11T00:20:12.884Z] ---> 5fc4c26aa0d5 [2023-03-11T00:20:12.884Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-11T00:20:12.884Z] Removing intermediate container ca70e13e7ddb [2023-03-11T00:20:12.884Z] ---> 848525022df3 [2023-03-11T00:20:12.884Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-11T00:20:12.884Z] Removing intermediate container 7467cd40b6e2 [2023-03-11T00:20:12.884Z] ---> 027cae85dff8 [2023-03-11T00:20:12.884Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-11T00:20:12.884Z] ---> Running in 477983fc1204 [2023-03-11T00:20:12.884Z] Removing intermediate container 254c9f2c059c [2023-03-11T00:20:12.884Z] ---> 58ebebe870d2 [2023-03-11T00:20:12.884Z] [2023-03-11T00:20:12.884Z] Removing intermediate container 334b50fbfa40 [2023-03-11T00:20:12.884Z] ---> 3493d8f55aeb [2023-03-11T00:20:12.884Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:20:12.884Z] ---> Running in 9897e42331e1 [2023-03-11T00:20:13.143Z] Removing intermediate container 477983fc1204 [2023-03-11T00:20:13.143Z] ---> fb8f5edd3f53 [2023-03-11T00:20:13.143Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-11T00:20:13.143Z] Removing intermediate container 9897e42331e1 [2023-03-11T00:20:13.143Z] ---> 3a17106e4d18 [2023-03-11T00:20:13.143Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-11T00:20:13.143Z] ---> 412142c2b77b [2023-03-11T00:20:13.143Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-11T00:20:13.143Z] Successfully built 58ebebe870d2 [2023-03-11T00:20:13.143Z] Successfully tagged security-spire-agent:latest [2023-03-11T00:20:13.143Z]  Building security-spire-agent ... done  ---> Running in 4b49f0d1b24f [2023-03-11T00:20:13.143Z] ---> Running in f1d62d182706 [2023-03-11T00:20:13.143Z] ---> 0fbe479240ed [2023-03-11T00:20:13.143Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-11T00:20:13.143Z] ---> cd4031004752 [2023-03-11T00:20:13.143Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-11T00:20:13.143Z] Removing intermediate container f1d62d182706 [2023-03-11T00:20:13.143Z] ---> f5e1d42acb65 [2023-03-11T00:20:13.143Z] Step 20/22 : LABEL arch=x86_64 [2023-03-11T00:20:13.143Z] ---> Running in 93095c56f9b6 [2023-03-11T00:20:14.077Z] Removing intermediate container 93095c56f9b6 [2023-03-11T00:20:14.077Z] ---> 92bf9acb3fae [2023-03-11T00:20:14.077Z] Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:20:14.077Z] ---> f508f4c936dd [2023-03-11T00:20:14.077Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-11T00:20:14.077Z] ---> e9f52b64fb6a [2023-03-11T00:20:14.077Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-11T00:20:14.077Z] ---> Running in 581baf21c416 [2023-03-11T00:20:14.409Z] Removing intermediate container 581baf21c416 [2023-03-11T00:20:14.409Z] ---> 30549864e5ee [2023-03-11T00:20:14.409Z] Step 22/22 : LABEL version=0.0.0 [2023-03-11T00:20:14.409Z] ---> Running in 6480e78ac1ad [2023-03-11T00:20:14.670Z] ---> 4ef0a0369ea3 [2023-03-11T00:20:14.670Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-11T00:20:14.670Z] ---> Running in 5483e8f5ce94 [2023-03-11T00:20:14.670Z] Removing intermediate container 6480e78ac1ad [2023-03-11T00:20:14.670Z] ---> d44c56d2d96f [2023-03-11T00:20:14.670Z] [2023-03-11T00:20:15.150Z] Removing intermediate container 4b49f0d1b24f [2023-03-11T00:20:15.150Z] ---> 2c455b309517 [2023-03-11T00:20:15.150Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-11T00:20:15.150Z] ---> ed6003e18015 [2023-03-11T00:20:15.150Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-11T00:20:15.150Z] Removing intermediate container 5483e8f5ce94 [2023-03-11T00:20:15.150Z] ---> 0588f0cd4d97 [2023-03-11T00:20:15.150Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-11T00:20:15.150Z] Successfully built d44c56d2d96f [2023-03-11T00:20:15.150Z] ---> Running in 7609f1bab5c6 [2023-03-11T00:20:15.150Z] Successfully tagged security-proxy-auth:latest [2023-03-11T00:20:15.150Z]  Building security-proxy-auth ... done  ---> Running in 3dba29bd4ca8 [2023-03-11T00:20:15.413Z] Removing intermediate container 3dba29bd4ca8 [2023-03-11T00:20:15.413Z] ---> 41e381e04af6 [2023-03-11T00:20:15.413Z] Step 17/19 : LABEL arch=x86_64 [2023-03-11T00:20:15.413Z] Removing intermediate container 7609f1bab5c6 [2023-03-11T00:20:15.413Z] ---> fea0915d6ee4 [2023-03-11T00:20:15.413Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-11T00:20:15.673Z] ---> Running in 6692fd09f3e3 [2023-03-11T00:20:15.673Z] ---> e99d8484d804 [2023-03-11T00:20:15.673Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-11T00:20:15.673Z] ---> 064a1a801c51 [2023-03-11T00:20:15.673Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-11T00:20:15.673Z] ---> Running in 9a9a8508696d [2023-03-11T00:20:15.673Z] Removing intermediate container 6692fd09f3e3 [2023-03-11T00:20:15.673Z] ---> ffc7e3ea3346 [2023-03-11T00:20:15.673Z] Step 18/19 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:20:15.673Z] ---> Running in e476a559855f [2023-03-11T00:20:15.934Z] ---> 016756c9eedb [2023-03-11T00:20:15.934Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-11T00:20:15.934Z] ---> Running in a710672482c9 [2023-03-11T00:20:15.934Z] Removing intermediate container e476a559855f [2023-03-11T00:20:15.934Z] ---> 6fe490c1188e [2023-03-11T00:20:15.934Z] Step 19/19 : LABEL version=0.0.0 [2023-03-11T00:20:16.200Z] ---> Running in d6ec9c3b74d0 [2023-03-11T00:20:16.777Z] Removing intermediate container d6ec9c3b74d0 [2023-03-11T00:20:16.777Z] ---> d96d233fcac7 [2023-03-11T00:20:16.777Z] [2023-03-11T00:20:16.777Z] Successfully built d96d233fcac7 [2023-03-11T00:20:16.777Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-11T00:20:16.777Z]  Building security-spiffe-token-provider ... done Removing intermediate container 9a9a8508696d [2023-03-11T00:20:16.777Z] ---> 30cc3bb18bc6 [2023-03-11T00:20:16.777Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:20:17.039Z] ---> 48fbc9464bca [2023-03-11T00:20:17.039Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-11T00:20:17.979Z] Removing intermediate container a710672482c9 [2023-03-11T00:20:17.979Z] ---> d8d53d6884a1 [2023-03-11T00:20:17.979Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-11T00:20:17.979Z] ---> Running in bc886307377b [2023-03-11T00:20:17.979Z] ---> 484855b37f21 [2023-03-11T00:20:17.979Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-11T00:20:18.239Z] Removing intermediate container bc886307377b [2023-03-11T00:20:18.239Z] ---> 454819990dd9 [2023-03-11T00:20:18.239Z] Step 21/23 : LABEL arch=x86_64 [2023-03-11T00:20:18.239Z] ---> Running in ec42cb7f1297 [2023-03-11T00:20:18.239Z] ---> b492904f84e2 [2023-03-11T00:20:18.239Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-11T00:20:18.239Z] Removing intermediate container ec42cb7f1297 [2023-03-11T00:20:18.239Z] ---> 831248373d1e [2023-03-11T00:20:18.239Z] Step 22/23 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:20:18.239Z] ---> Running in 2f03387ea2ac [2023-03-11T00:20:18.239Z] ---> 70cd2af816a0 [2023-03-11T00:20:18.239Z] Removing intermediate container 2f03387ea2ac [2023-03-11T00:20:18.239Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ ---> aea6a3d6ef05 [2023-03-11T00:20:18.239Z] [2023-03-11T00:20:18.239Z] Step 23/23 : LABEL version=0.0.0 [2023-03-11T00:20:18.499Z] ---> Running in 282cc2353273 [2023-03-11T00:20:18.499Z] Removing intermediate container 282cc2353273 [2023-03-11T00:20:18.499Z] ---> 7dfae511e423 [2023-03-11T00:20:18.499Z] [2023-03-11T00:20:18.499Z] ---> f99eaa133e89 [2023-03-11T00:20:18.499Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-11T00:20:18.499Z] Successfully built 7dfae511e423 [2023-03-11T00:20:18.499Z] Successfully tagged security-secretstore-setup:latest [2023-03-11T00:20:18.499Z]  Building security-secretstore-setup ... done  ---> a69ba6bf3de6 [2023-03-11T00:20:18.499Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-11T00:20:18.759Z] ---> 83b01b5091b5 [2023-03-11T00:20:18.759Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-11T00:20:18.759Z] ---> Running in 9055d3342a5f [2023-03-11T00:20:19.333Z] Removing intermediate container 9055d3342a5f [2023-03-11T00:20:19.333Z] ---> cd62bae708b2 [2023-03-11T00:20:19.333Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-11T00:20:19.333Z] ---> Running in 059f121a1821 [2023-03-11T00:20:19.333Z] Removing intermediate container 059f121a1821 [2023-03-11T00:20:19.333Z] ---> 19fcdaacf503 [2023-03-11T00:20:19.333Z] Step 29/32 : CMD ["gate"] [2023-03-11T00:20:19.596Z] ---> Running in f9e6f8243e54 [2023-03-11T00:20:19.596Z] Removing intermediate container f9e6f8243e54 [2023-03-11T00:20:19.596Z] ---> 9a9184cdc439 [2023-03-11T00:20:19.596Z] Step 30/32 : LABEL arch=x86_64 [2023-03-11T00:20:19.596Z] ---> Running in 662aee40a9fa [2023-03-11T00:20:19.596Z] Removing intermediate container 662aee40a9fa [2023-03-11T00:20:19.596Z] ---> ae02c88d1daa [2023-03-11T00:20:19.596Z] Step 31/32 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:20:19.596Z] ---> Running in 014562c9b24e [2023-03-11T00:20:19.856Z] Removing intermediate container 014562c9b24e [2023-03-11T00:20:19.856Z] ---> 5f686b2b18d0 [2023-03-11T00:20:19.856Z] Step 32/32 : LABEL version=0.0.0 [2023-03-11T00:20:19.856Z] ---> Running in 434e01dd07ce [2023-03-11T00:20:19.856Z] Removing intermediate container 434e01dd07ce [2023-03-11T00:20:19.856Z] ---> a26f2033b1fc [2023-03-11T00:20:19.856Z] [2023-03-11T00:20:19.856Z] Successfully built a26f2033b1fc [2023-03-11T00:20:19.856Z] Successfully tagged security-bootstrapper:latest [2023-03-11T00:20:20.123Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-03-11T00:20:20.122Z] $ docker stop --time=1 ae36dd5f06f8cb647d1e6ec1441065d3e6aa44851d21f5d4c07195a79dc6de35 [2023-03-11T00:20:21.463Z] $ docker rm -f --volumes ae36dd5f06f8cb647d1e6ec1441065d3e6aa44851d21f5d4c07195a79dc6de35 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-11T00:20:21.881Z] + docker images [2023-03-11T00:20:21.881Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-11T00:20:21.881Z] security-bootstrapper latest a26f2033b1fc 2 seconds ago 19.8MB [2023-03-11T00:20:21.881Z] security-secretstore-setup latest 7dfae511e423 3 seconds ago 29.9MB [2023-03-11T00:20:21.881Z] security-spiffe-token-provider latest d96d233fcac7 5 seconds ago 30MB [2023-03-11T00:20:21.881Z] security-proxy-auth latest d44c56d2d96f 7 seconds ago 16.2MB [2023-03-11T00:20:21.881Z] security-spire-agent latest 58ebebe870d2 9 seconds ago 125MB [2023-03-11T00:20:21.881Z] acb6784c585f 12 seconds ago 1.66GB [2023-03-11T00:20:21.881Z] 6050d3b2d46c 23 seconds ago 1.67GB [2023-03-11T00:20:21.881Z] 0f26f58ef7f2 23 seconds ago 1.72GB [2023-03-11T00:20:21.881Z] 829e153724cf 33 seconds ago 1.67GB [2023-03-11T00:20:21.881Z] core-data latest 35a483a51a44 34 seconds ago 18MB [2023-03-11T00:20:21.881Z] core-metadata latest c98e30f2d803 About a minute ago 18.5MB [2023-03-11T00:20:21.881Z] a8e0e3bc9e95 About a minute ago 1.69GB [2023-03-11T00:20:21.881Z] db107b57b3cd 2 minutes ago 1.69GB [2023-03-11T00:20:21.881Z] support-scheduler latest d395495cc22c 2 minutes ago 30.1MB [2023-03-11T00:20:21.881Z] c51f6c5bfdac 2 minutes ago 1.75GB [2023-03-11T00:20:21.881Z] core-common-config-bootstrapper latest 1b129ba36480 3 minutes ago 15.5MB [2023-03-11T00:20:21.881Z] 5b3e275d327c 3 minutes ago 1.68GB [2023-03-11T00:20:21.881Z] security-proxy-setup latest 250bef27c878 3 minutes ago 16.5MB [2023-03-11T00:20:21.881Z] support-notifications latest b6130729ca33 3 minutes ago 30.7MB [2023-03-11T00:20:21.881Z] core-command latest 4930c7f35ba0 3 minutes ago 17.8MB [2023-03-11T00:20:21.881Z] security-spire-server latest e4896e4475bc 4 minutes ago 86.5MB [2023-03-11T00:20:21.881Z] security-spire-config latest 1b98dfa33e59 4 minutes ago 85.8MB [2023-03-11T00:20:21.881Z] eed4d73aaa20 4 minutes ago 1.75GB [2023-03-11T00:20:21.881Z] 5a3fc43997d7 4 minutes ago 1.68GB [2023-03-11T00:20:21.881Z] f5aa78f65cce 4 minutes ago 1.66GB [2023-03-11T00:20:21.881Z] 0997ec2603a2 5 minutes ago 1.55GB [2023-03-11T00:20:21.881Z] d390408a72ef 5 minutes ago 1.55GB [2023-03-11T00:20:21.881Z] ci-base-image-x86_64 latest a929946dd4be 10 minutes ago 903MB [2023-03-11T00:20:21.881Z] alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB [2023-03-11T00:20:21.881Z] alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB [2023-03-11T00:20:21.881Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-11T00:20:21.881Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-11T00:20:21.881Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-11T00:21:16.962Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-11T00:21:16.962Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-11T00:21:16.962Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-11T00:21:16.995Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-11T00:21:17.341Z] + ls -al . [2023-03-11T00:21:17.342Z] total 700 [2023-03-11T00:21:17.342Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 00:15 . [2023-03-11T00:21:17.342Z] drwxr-xr-x 4 root root 4096 Mar 11 00:15 .. [2023-03-11T00:21:17.342Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 00:13 .blubracket [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 16 Mar 11 00:13 .dockerignore [2023-03-11T00:21:17.342Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 00:13 .git [2023-03-11T00:21:17.342Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 00:13 .github [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 1133 Mar 11 00:13 .gitignore [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 42 Mar 11 00:13 .golangci.yml [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 87 Mar 11 00:13 .hadolint.yml [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 00:13 .sonarcloud.properties [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 1171 Mar 11 00:13 ADOPTERS.md [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 10825 Mar 11 00:13 Attribution.txt [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 73765 Mar 11 00:13 CHANGELOG.md [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:13 CONTRIBUTING.md [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 677 Mar 11 00:13 GOVERNANCE.md [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 883 Mar 11 00:13 Jenkinsfile [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:13 LICENSE [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 14232 Mar 11 00:13 Makefile [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 582 Mar 11 00:13 OWNERS.md [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 9403 Mar 11 00:13 README.md [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 789 Mar 11 00:13 SECURITY.md [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 00:09 VERSION [2023-03-11T00:21:17.342Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 00:13 bin [2023-03-11T00:21:17.342Z] drwxrwxr-x 18 1001 1001 4096 Mar 11 00:13 cmd [2023-03-11T00:21:17.342Z] -rw-r--r-- 1 root root 447487 Mar 11 00:19 coverage.out [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 3232 Mar 11 00:13 go.mod [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 31098 Mar 11 00:13 go.sum [2023-03-11T00:21:17.342Z] drwxrwxr-x 7 1001 1001 4096 Mar 11 00:13 internal [2023-03-11T00:21:17.342Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 00:13 openapi [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 594 Mar 11 00:13 security.txt [2023-03-11T00:21:17.342Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 00:13 snap [2023-03-11T00:21:17.342Z] -rw-rw-r-- 1 1001 1001 204 Mar 11 00:13 version.go [Pipeline] sh [2023-03-11T00:21:19.997Z] + '[' -e coverage.out ] [2023-03-11T00:21:19.998Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-11T00:21:20.033Z] Warning: overwriting stash ‘coverage-report’ [2023-03-11T00:21:20.793Z] Stashed 1 file(s) [Pipeline] sh [2023-03-11T00:21:21.119Z] + make build [2023-03-11T00:21:21.386Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-11T00:22:58.024Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-11T00:22:58.024Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-11T00:23:01.360Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-11T00:23:05.617Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-11T00:23:52.490Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-11T00:24:00.701Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-11T00:24:07.355Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-11T00:24:14.011Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-11T00:24:17.346Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-11T00:24:21.589Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-11T00:24:26.918Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-11T00:24:33.581Z] $ docker stop --time=1 7570e05e34ff155c860097edf732b426aa423d45e4d5236fdba9aafd5aeffb50 [2023-03-11T00:24:35.629Z] $ docker rm -f --volumes 7570e05e34ff155c860097edf732b426aa423d45e4d5236fdba9aafd5aeffb50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:24:38.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-11T00:24:38.006Z] [2023-03-11T00:24:38.006Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:24:38.401Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-11T00:24:38.401Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-11T00:24:38.401Z] 29e5d40040c1: Pulling fs layer [2023-03-11T00:24:38.401Z] 1ce36da41761: Pulling fs layer [2023-03-11T00:24:38.401Z] 25b303627fd3: Pulling fs layer [2023-03-11T00:24:38.670Z] 29e5d40040c1: Verifying Checksum [2023-03-11T00:24:38.670Z] 29e5d40040c1: Download complete [2023-03-11T00:24:38.938Z] 1ce36da41761: Verifying Checksum [2023-03-11T00:24:38.938Z] 1ce36da41761: Download complete [2023-03-11T00:24:39.205Z] 29e5d40040c1: Pull complete [2023-03-11T00:24:40.613Z] 1ce36da41761: Pull complete [2023-03-11T00:24:40.613Z] 25b303627fd3: Verifying Checksum [2023-03-11T00:24:40.613Z] 25b303627fd3: Download complete [2023-03-11T00:24:50.677Z] 25b303627fd3: Pull complete [2023-03-11T00:24:50.677Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-11T00:24:50.677Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-11T00:24:50.677Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-11T00:24:51.025Z] prd-ubuntu20.04-docker-arm64-4c-16g-9698 does not seem to be running inside a container [2023-03-11T00:24:51.100Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-11T00:24:53.717Z] $ docker top f3a1dfc671f5ca47da0066cc89557bc28159d898531858efc15ab22f7bf9807f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-11T00:24:54.652Z] + docker-compose build --help [2023-03-11T00:24:54.652Z] + grep parallel [2023-03-11T00:25:01.326Z] --parallel Build images in parallel. [Pipeline] } [2023-03-11T00:25:01.368Z] $ docker stop --time=1 f3a1dfc671f5ca47da0066cc89557bc28159d898531858efc15ab22f7bf9807f [2023-03-11T00:25:02.999Z] $ docker rm -f --volumes f3a1dfc671f5ca47da0066cc89557bc28159d898531858efc15ab22f7bf9807f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:25:03.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-11T00:25:03.672Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-11T00:25:03.920Z] prd-ubuntu20.04-docker-arm64-4c-16g-9698 does not seem to be running inside a container [2023-03-11T00:25:03.998Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-11T00:25:05.254Z] $ docker top cab7d705c69c8e7c7d8f5389923b0a3360a83015e14c59dd730e8621704ffd63 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-11T00:25:06.110Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-11T00:25:12.761Z] Building core-command ... [2023-03-11T00:25:12.761Z] Building core-common-config-bootstrapper ... [2023-03-11T00:25:12.761Z] Building core-data ... [2023-03-11T00:25:12.761Z] Building core-metadata ... [2023-03-11T00:25:12.761Z] Building security-bootstrapper ... [2023-03-11T00:25:12.761Z] Building security-proxy-auth ... [2023-03-11T00:25:12.761Z] Building security-proxy-setup ... [2023-03-11T00:25:12.761Z] Building security-secretstore-setup ... [2023-03-11T00:25:12.761Z] Building security-spiffe-token-provider ... [2023-03-11T00:25:12.761Z] Building security-spire-agent ... [2023-03-11T00:25:12.761Z] Building security-spire-config ... [2023-03-11T00:25:12.761Z] Building security-spire-server ... [2023-03-11T00:25:12.761Z] Building support-notifications ... [2023-03-11T00:25:12.761Z] Building support-scheduler ... [2023-03-11T00:25:12.761Z] Building core-common-config-bootstrapper [2023-03-11T00:25:12.761Z] Building security-proxy-auth [2023-03-11T00:25:12.761Z] Building security-proxy-setup [2023-03-11T00:25:12.761Z] Building security-spire-agent [2023-03-11T00:25:12.761Z] Building support-notifications [2023-03-11T00:25:59.574Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:25:59.574Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:25:59.574Z] ---> c6a1a1fbd55a [2023-03-11T00:25:59.574Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:25:59.574Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:25:59.574Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:25:59.574Z] ---> c6a1a1fbd55a [2023-03-11T00:25:59.574Z] Step 3/20 : WORKDIR /edgex-go [2023-03-11T00:25:59.574Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:25:59.574Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:25:59.574Z] ---> c6a1a1fbd55a [2023-03-11T00:25:59.574Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:25:59.574Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:25:59.574Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:25:59.574Z] ---> c6a1a1fbd55a [2023-03-11T00:25:59.574Z] Step 3/24 : WORKDIR /edgex-go [2023-03-11T00:25:59.574Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:25:59.574Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:25:59.574Z] ---> c6a1a1fbd55a [2023-03-11T00:25:59.574Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:25:59.574Z] ---> Running in b2874d7b4efa [2023-03-11T00:25:59.574Z] ---> Running in 13a20d20b893 [2023-03-11T00:25:59.574Z] ---> Running in 8339705d95f9 [2023-03-11T00:25:59.574Z] ---> Running in 7af60e1c2cd8 [2023-03-11T00:25:59.574Z] ---> Running in c4ec5f1f50e7 [2023-03-11T00:25:59.574Z] Removing intermediate container 13a20d20b893 [2023-03-11T00:25:59.574Z] ---> 03b7d9d3fbf0 [2023-03-11T00:25:59.574Z] Step 4/22 : WORKDIR /edgex-go [2023-03-11T00:25:59.574Z] Removing intermediate container b2874d7b4efa [2023-03-11T00:25:59.574Z] ---> 3d45808a7152 [2023-03-11T00:25:59.574Z] Step 4/22 : WORKDIR /edgex-go [2023-03-11T00:25:59.574Z] Removing intermediate container c4ec5f1f50e7 [2023-03-11T00:25:59.574Z] ---> eb0b121fc546 [2023-03-11T00:25:59.574Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-11T00:25:59.574Z] Removing intermediate container 7af60e1c2cd8 [2023-03-11T00:25:59.574Z] ---> 309491751c61 [2023-03-11T00:25:59.574Z] Step 4/22 : WORKDIR /edgex-go [2023-03-11T00:25:59.574Z] Removing intermediate container 8339705d95f9 [2023-03-11T00:25:59.574Z] ---> 0cb4234cb916 [2023-03-11T00:25:59.574Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-11T00:25:59.574Z] ---> Running in 64e7c0036655 [2023-03-11T00:25:59.574Z] ---> Running in 2ce722573150 [2023-03-11T00:25:59.574Z] ---> Running in 03d06ef7b63a [2023-03-11T00:25:59.574Z] ---> Running in 2b2bc609f9aa [2023-03-11T00:25:59.574Z] ---> Running in 6943bad30007 [2023-03-11T00:25:59.574Z] Removing intermediate container 64e7c0036655 [2023-03-11T00:25:59.574Z] ---> 6e88e24cfc2d [2023-03-11T00:25:59.574Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-11T00:25:59.574Z] Removing intermediate container 2b2bc609f9aa [2023-03-11T00:25:59.574Z] ---> 5127225311a7 [2023-03-11T00:25:59.574Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-11T00:25:59.574Z] Removing intermediate container 2ce722573150 [2023-03-11T00:25:59.574Z] ---> 92e44345f640 [2023-03-11T00:25:59.574Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-11T00:25:59.574Z] ---> Running in 2e494c10bbcb [2023-03-11T00:25:59.574Z] ---> Running in 286e613dec32 [2023-03-11T00:25:59.574Z] ---> Running in dc544dc3d3df [2023-03-11T00:26:00.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:26:00.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:26:01.247Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:26:01.247Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:26:01.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:26:01.781Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:26:01.781Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:26:02.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:26:02.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:26:02.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:26:02.585Z] OK: 221 MiB in 51 packages [2023-03-11T00:26:02.585Z] OK: 221 MiB in 51 packages [2023-03-11T00:26:03.546Z] OK: 221 MiB in 51 packages [2023-03-11T00:26:03.812Z] OK: 221 MiB in 51 packages [2023-03-11T00:26:03.812Z] OK: 221 MiB in 51 packages [2023-03-11T00:26:04.776Z] Removing intermediate container 03d06ef7b63a [2023-03-11T00:26:04.776Z] ---> 10489d36db85 [2023-03-11T00:26:04.776Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-11T00:26:04.776Z] Removing intermediate container 6943bad30007 [2023-03-11T00:26:04.776Z] ---> d46f4c68375f [2023-03-11T00:26:04.776Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-11T00:26:05.366Z] Removing intermediate container 286e613dec32 [2023-03-11T00:26:05.366Z] ---> 2ab24bb1292c [2023-03-11T00:26:05.366Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-11T00:26:05.366Z] Removing intermediate container dc544dc3d3df [2023-03-11T00:26:05.366Z] ---> f7b70f02f4ae [2023-03-11T00:26:05.366Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-11T00:26:05.641Z] Removing intermediate container 2e494c10bbcb [2023-03-11T00:26:05.641Z] ---> 746d51d8b24b [2023-03-11T00:26:05.641Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-11T00:26:05.641Z] ---> 26a42cc67fc5 [2023-03-11T00:26:05.641Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:26:05.911Z] ---> Running in 1d4f2c2cd9ee [2023-03-11T00:26:05.911Z] ---> 9efd2eef7e5c [2023-03-11T00:26:05.911Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:26:06.179Z] ---> Running in 7b6651f343ab [2023-03-11T00:26:06.448Z] ---> baf3b08870f5 [2023-03-11T00:26:06.448Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:26:06.719Z] ---> Running in 018b664fa3cd [2023-03-11T00:26:06.989Z] ---> 92413ddc5035 [2023-03-11T00:26:06.989Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:26:07.256Z] ---> f7ab20196cae [2023-03-11T00:26:07.256Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:26:07.256Z] ---> Running in 2f826144dceb [2023-03-11T00:26:07.523Z] ---> Running in 5618d4bf5d98 [2023-03-11T00:27:59.193Z] Removing intermediate container 5618d4bf5d98 [2023-03-11T00:27:59.193Z] ---> 59cf70a49553 [2023-03-11T00:27:59.193Z] Step 8/22 : COPY . . [2023-03-11T00:27:59.193Z] Removing intermediate container 018b664fa3cd [2023-03-11T00:27:59.193Z] ---> fa088296f0fd [2023-03-11T00:27:59.193Z] Step 8/22 : COPY . . [2023-03-11T00:27:59.193Z] Removing intermediate container 1d4f2c2cd9ee [2023-03-11T00:27:59.193Z] ---> 5524f7cbb188 [2023-03-11T00:27:59.193Z] Step 7/20 : COPY . . [2023-03-11T00:27:59.193Z] Removing intermediate container 2f826144dceb [2023-03-11T00:27:59.193Z] ---> 88c3a51ae9db [2023-03-11T00:27:59.193Z] Step 8/22 : COPY . . [2023-03-11T00:27:59.193Z] Removing intermediate container 7b6651f343ab [2023-03-11T00:27:59.193Z] ---> 01c09b76c170 [2023-03-11T00:27:59.193Z] Step 7/24 : COPY . . [2023-03-11T00:28:07.407Z] ---> f5d9118e946b [2023-03-11T00:28:07.407Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-11T00:28:07.407Z] ---> a3662847c688 [2023-03-11T00:28:07.407Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-11T00:28:07.407Z] ---> 79749b2996ae [2023-03-11T00:28:07.407Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-11T00:28:07.407Z] ---> Running in c5a59c72afd6 [2023-03-11T00:28:07.407Z] ---> 1ad23110b2a2 [2023-03-11T00:28:07.407Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-11T00:28:07.407Z] ---> 3c1b74ca7a83 [2023-03-11T00:28:07.407Z] ---> Running in 76bcc179691e [2023-03-11T00:28:07.407Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-11T00:28:07.407Z] ---> Running in ab72d4e10994 [2023-03-11T00:28:07.407Z] ---> Running in 448cd0d9d420 [2023-03-11T00:28:07.407Z] ---> Running in ef5e3a3f5a1e [2023-03-11T00:28:07.988Z] Removing intermediate container ab72d4e10994 [2023-03-11T00:28:07.988Z] ---> f8e5c02b7855 [2023-03-11T00:28:07.988Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-11T00:28:07.988Z] ---> Running in 76ae24de3cf3 [2023-03-11T00:28:08.947Z] Removing intermediate container 76ae24de3cf3 [2023-03-11T00:28:08.947Z] ---> 25f06373cc2c [2023-03-11T00:28:08.947Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-11T00:28:08.947Z] ---> Running in 98b24e3916c6 [2023-03-11T00:28:09.529Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-11T00:28:09.529Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-11T00:28:10.116Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-11T00:28:10.117Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-11T00:28:12.064Z] Removing intermediate container 98b24e3916c6 [2023-03-11T00:28:12.064Z] ---> 07971688c5bc [2023-03-11T00:28:12.064Z] Step 11/24 : WORKDIR /edgex-go [2023-03-11T00:28:12.064Z] ---> Running in ce1c89c01135 [2023-03-11T00:28:12.652Z] Removing intermediate container ce1c89c01135 [2023-03-11T00:28:12.652Z] ---> ab65cf2befba [2023-03-11T00:28:12.652Z] [2023-03-11T00:28:12.652Z] Step 12/24 : FROM alpine:3.15 [2023-03-11T00:28:12.652Z] 3.15: Pulling from library/alpine [2023-03-11T00:28:14.062Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-11T00:28:14.062Z] Status: Downloaded newer image for alpine:3.15 [2023-03-11T00:28:14.062Z] ---> 354640af7b1b [2023-03-11T00:28:14.062Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-11T00:28:14.329Z] ---> Running in a86b36ae67fb [2023-03-11T00:28:14.599Z] Removing intermediate container a86b36ae67fb [2023-03-11T00:28:14.599Z] ---> 666d3078543d [2023-03-11T00:28:14.599Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-11T00:28:14.867Z] ---> Running in 432f672b1b20 [2023-03-11T00:28:16.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:28:17.427Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:28:18.837Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-11T00:28:18.837Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-11T00:28:18.837Z] OK: 15736 distinct packages available [2023-03-11T00:28:18.837Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:28:19.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:28:20.831Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-11T00:28:20.832Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-11T00:28:20.832Z] (3/5) Installing libucontext (1.1-r0) [2023-03-11T00:28:20.832Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-11T00:28:20.832Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-11T00:28:20.832Z] Executing busybox-1.34.1-r7.trigger [2023-03-11T00:28:20.832Z] OK: 6 MiB in 19 packages [2023-03-11T00:28:25.082Z] Removing intermediate container 432f672b1b20 [2023-03-11T00:28:25.082Z] ---> 8b1419e2060b [2023-03-11T00:28:25.082Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-11T00:28:28.422Z] ---> 65db3c5876f8 [2023-03-11T00:28:28.422Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-11T00:28:33.756Z] ---> 73982f13e991 [2023-03-11T00:28:33.756Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-11T00:28:34.373Z] ---> c83850fbbb7d [2023-03-11T00:28:34.373Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-11T00:28:37.714Z] ---> a8934ffd453e [2023-03-11T00:28:37.714Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-11T00:28:38.004Z] ---> 89abe4ead156 [2023-03-11T00:28:38.004Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-11T00:28:38.004Z] ---> Running in b0fead9e6713 [2023-03-11T00:28:38.600Z] Removing intermediate container b0fead9e6713 [2023-03-11T00:28:38.600Z] ---> bef146ff7170 [2023-03-11T00:28:38.600Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-11T00:28:38.600Z] ---> Running in c1f504d393ab [2023-03-11T00:28:39.188Z] Removing intermediate container c1f504d393ab [2023-03-11T00:28:39.188Z] ---> 1d2f5c5223a2 [2023-03-11T00:28:39.188Z] Step 22/24 : LABEL arch=arm64 [2023-03-11T00:28:39.188Z] ---> Running in c9d53884d79e [2023-03-11T00:28:39.770Z] Removing intermediate container c9d53884d79e [2023-03-11T00:28:39.770Z] ---> e8419ed0c00d [2023-03-11T00:28:39.770Z] Step 23/24 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:28:39.770Z] ---> Running in a1a8ee0146e4 [2023-03-11T00:28:40.355Z] Removing intermediate container a1a8ee0146e4 [2023-03-11T00:28:40.355Z] ---> 15424f5e556e [2023-03-11T00:28:40.355Z] Step 24/24 : LABEL version=0.0.0 [2023-03-11T00:28:40.355Z] ---> Running in 27a06e1effd0 [2023-03-11T00:28:40.939Z] Removing intermediate container 27a06e1effd0 [2023-03-11T00:28:40.939Z] ---> 5a9d0f7b435c [2023-03-11T00:28:40.939Z] [2023-03-11T00:28:40.939Z] Successfully built 5a9d0f7b435c [2023-03-11T00:28:40.939Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-11T00:28:40.939Z]  Building security-spire-agent ... done Building support-scheduler [2023-03-11T00:28:59.146Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:28:59.146Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:28:59.146Z] ---> c6a1a1fbd55a [2023-03-11T00:28:59.146Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:28:59.146Z] ---> Using cache [2023-03-11T00:28:59.146Z] ---> 309491751c61 [2023-03-11T00:28:59.146Z] Step 4/22 : WORKDIR /edgex-go [2023-03-11T00:28:59.146Z] ---> Using cache [2023-03-11T00:28:59.146Z] ---> 5127225311a7 [2023-03-11T00:28:59.146Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-11T00:28:59.146Z] ---> Using cache [2023-03-11T00:28:59.146Z] ---> 746d51d8b24b [2023-03-11T00:28:59.146Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-11T00:28:59.146Z] ---> Using cache [2023-03-11T00:28:59.146Z] ---> 92413ddc5035 [2023-03-11T00:28:59.146Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:28:59.146Z] ---> Using cache [2023-03-11T00:28:59.147Z] ---> 88c3a51ae9db [2023-03-11T00:28:59.147Z] Step 8/22 : COPY . . [2023-03-11T00:28:59.147Z] ---> Using cache [2023-03-11T00:28:59.147Z] ---> f5d9118e946b [2023-03-11T00:28:59.147Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-11T00:28:59.147Z] ---> Running in ae66f822a4e8 [2023-03-11T00:29:00.557Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-11T00:34:52.494Z] Removing intermediate container 448cd0d9d420 [2023-03-11T00:34:52.494Z] ---> 6d94b4ff28b5 [2023-03-11T00:34:52.494Z] [2023-03-11T00:34:52.494Z] Step 10/22 : FROM alpine:3.16 [2023-03-11T00:34:52.494Z] 3.16: Pulling from library/alpine [2023-03-11T00:34:52.494Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-11T00:34:52.494Z] Status: Downloaded newer image for alpine:3.16 [2023-03-11T00:34:52.494Z] ---> 4c81e5bf8899 [2023-03-11T00:34:52.494Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-11T00:34:52.494Z] ---> Running in 0ac677e0ad73 [2023-03-11T00:34:52.494Z] Removing intermediate container 0ac677e0ad73 [2023-03-11T00:34:52.494Z] ---> 81e1e4d67b4d [2023-03-11T00:34:52.494Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-11T00:34:52.494Z] ---> Running in 80344ec194bb [2023-03-11T00:34:52.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:34:52.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:34:52.494Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-11T00:34:52.494Z] Removing intermediate container ef5e3a3f5a1e [2023-03-11T00:34:52.494Z] ---> 2fd9dbdbb3b1 [2023-03-11T00:34:52.494Z] [2023-03-11T00:34:52.494Z] Step 9/20 : FROM alpine:3.16 [2023-03-11T00:34:52.494Z] ---> 4c81e5bf8899 [2023-03-11T00:34:52.494Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-11T00:34:52.494Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:34:52.494Z] OK: 5 MiB in 15 packages [2023-03-11T00:34:52.494Z] ---> Running in f5aecd19eb2d [2023-03-11T00:34:53.913Z] Removing intermediate container 80344ec194bb [2023-03-11T00:34:53.913Z] ---> 3f96343f453c [2023-03-11T00:34:53.913Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:34:54.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:34:54.772Z] ---> eae31a63461e [2023-03-11T00:34:54.772Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-11T00:34:55.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:34:56.989Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-11T00:34:56.989Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-11T00:34:56.989Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:34:56.989Z] ---> 6809e4c6ace6 [2023-03-11T00:34:56.989Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-11T00:34:56.989Z] OK: 6 MiB in 16 packages [2023-03-11T00:34:58.412Z] ---> 751f137322d4 [2023-03-11T00:34:58.412Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-11T00:34:58.685Z] Removing intermediate container f5aecd19eb2d [2023-03-11T00:34:58.685Z] ---> 3034b5bbbb62 [2023-03-11T00:34:58.685Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-11T00:34:58.685Z] ---> Running in 1fa32b8f42cd [2023-03-11T00:34:59.646Z] Removing intermediate container 1fa32b8f42cd [2023-03-11T00:34:59.646Z] ---> 09402d8c0543 [2023-03-11T00:34:59.646Z] Step 12/20 : WORKDIR /edgex [2023-03-11T00:34:59.646Z] ---> 8513f01fbb26 [2023-03-11T00:34:59.646Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-11T00:34:59.646Z] ---> Running in d9ffe64066f1 [2023-03-11T00:34:59.914Z] ---> Running in ae83f38901f1 [2023-03-11T00:35:00.872Z] Removing intermediate container d9ffe64066f1 [2023-03-11T00:35:00.872Z] ---> 17f4dce20ad5 [2023-03-11T00:35:00.872Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-11T00:35:02.140Z] ---> 769ac10aa943 [2023-03-11T00:35:02.140Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-11T00:35:04.171Z] Removing intermediate container ae83f38901f1 [2023-03-11T00:35:04.171Z] ---> 00ac1f5de420 [2023-03-11T00:35:04.171Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-11T00:35:04.451Z] ---> Running in 92d3fa7f3f81 [2023-03-11T00:35:05.059Z] ---> a3b249b74828 [2023-03-11T00:35:05.059Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-11T00:35:05.342Z] Removing intermediate container 92d3fa7f3f81 [2023-03-11T00:35:05.342Z] ---> a59dcbf1f43a [2023-03-11T00:35:05.342Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-11T00:35:05.342Z] ---> Running in 432bdea76e02 [2023-03-11T00:35:06.303Z] Removing intermediate container 432bdea76e02 [2023-03-11T00:35:06.303Z] ---> f1fb97e1bbce [2023-03-11T00:35:06.303Z] Step 20/22 : LABEL arch=arm64 [2023-03-11T00:35:06.303Z] ---> 9b11a69b213b [2023-03-11T00:35:06.303Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-11T00:35:06.303Z] ---> Running in 8039a8bd3396 [2023-03-11T00:35:06.571Z] ---> Running in 0c524c4ee01b [2023-03-11T00:35:07.161Z] Removing intermediate container 8039a8bd3396 [2023-03-11T00:35:07.161Z] ---> a9d8883f107e [2023-03-11T00:35:07.161Z] Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:35:07.430Z] ---> Running in 426d7b3afac0 [2023-03-11T00:35:08.018Z] Removing intermediate container 426d7b3afac0 [2023-03-11T00:35:08.018Z] ---> 967b7011b809 [2023-03-11T00:35:08.018Z] Step 22/22 : LABEL version=0.0.0 [2023-03-11T00:35:08.989Z] ---> Running in d9a4ce7492f3 [2023-03-11T00:35:09.577Z] Removing intermediate container d9a4ce7492f3 [2023-03-11T00:35:09.577Z] ---> ea94ffcef7a1 [2023-03-11T00:35:09.577Z] [2023-03-11T00:35:10.542Z] Successfully built ea94ffcef7a1 [2023-03-11T00:35:10.542Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-11T00:35:10.542Z] Building security-spire-config [2023-03-11T00:35:10.542Z]  Building security-proxy-auth ... done Removing intermediate container 0c524c4ee01b [2023-03-11T00:35:10.542Z] ---> 8583ae2f0b2a [2023-03-11T00:35:10.542Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-11T00:35:10.542Z] ---> Running in 74d43b8f81da [2023-03-11T00:35:11.127Z] Removing intermediate container 74d43b8f81da [2023-03-11T00:35:11.127Z] ---> 8af0b5e0bea6 [2023-03-11T00:35:11.127Z] Step 18/20 : LABEL arch=arm64 [2023-03-11T00:35:11.127Z] ---> Running in 5635750a5c79 [2023-03-11T00:35:11.712Z] Removing intermediate container 5635750a5c79 [2023-03-11T00:35:11.712Z] ---> cbb1a3118833 [2023-03-11T00:35:11.712Z] Step 19/20 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:35:11.712Z] ---> Running in 383ab38d4c3c [2023-03-11T00:35:12.299Z] Removing intermediate container 383ab38d4c3c [2023-03-11T00:35:12.299Z] ---> 16c42d5ece95 [2023-03-11T00:35:12.299Z] Step 20/20 : LABEL version=0.0.0 [2023-03-11T00:35:12.299Z] ---> Running in 3ea54abc51fa [2023-03-11T00:35:12.889Z] Removing intermediate container 3ea54abc51fa [2023-03-11T00:35:12.889Z] ---> 6a2bb489e7cd [2023-03-11T00:35:12.889Z] [2023-03-11T00:35:13.158Z] Successfully built 6a2bb489e7cd [2023-03-11T00:35:13.158Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-11T00:35:13.158Z]  Building security-proxy-setup ... done Building security-spire-server [2023-03-11T00:35:23.240Z] Removing intermediate container c5a59c72afd6 [2023-03-11T00:35:23.240Z] ---> e916fd7042ab [2023-03-11T00:35:23.240Z] [2023-03-11T00:35:23.240Z] Step 10/22 : FROM alpine:3.16 [2023-03-11T00:35:23.240Z] ---> 4c81e5bf8899 [2023-03-11T00:35:23.240Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-11T00:35:23.240Z] ---> Using cache [2023-03-11T00:35:23.240Z] ---> 81e1e4d67b4d [2023-03-11T00:35:23.240Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-11T00:35:23.240Z] ---> Using cache [2023-03-11T00:35:23.240Z] ---> 3f96343f453c [2023-03-11T00:35:23.240Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:35:23.240Z] ---> Using cache [2023-03-11T00:35:23.240Z] ---> eae31a63461e [2023-03-11T00:35:23.240Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-11T00:35:25.183Z] ---> fb7dcf4f1099 [2023-03-11T00:35:25.183Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-11T00:35:26.139Z] ---> 31897221065e [2023-03-11T00:35:26.139Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-11T00:35:27.546Z] ---> 1e5100990aaf [2023-03-11T00:35:27.546Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-11T00:35:27.813Z] ---> Running in 77ced72f8fb6 [2023-03-11T00:35:32.060Z] Removing intermediate container 77ced72f8fb6 [2023-03-11T00:35:32.060Z] ---> 69573dd76178 [2023-03-11T00:35:32.060Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-11T00:35:32.060Z] ---> Running in 66bdf93b59a2 [2023-03-11T00:35:32.326Z] Removing intermediate container 66bdf93b59a2 [2023-03-11T00:35:32.326Z] ---> ab2b8d84b8df [2023-03-11T00:35:32.326Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-11T00:35:32.592Z] ---> Running in 3a300acb04d5 [2023-03-11T00:35:33.173Z] Removing intermediate container 3a300acb04d5 [2023-03-11T00:35:33.173Z] ---> 036d2d7fbcb2 [2023-03-11T00:35:33.173Z] Step 20/22 : LABEL arch=arm64 [2023-03-11T00:35:33.173Z] ---> Running in b4071061bb63 [2023-03-11T00:35:34.581Z] Removing intermediate container b4071061bb63 [2023-03-11T00:35:34.581Z] ---> 83b285706151 [2023-03-11T00:35:34.581Z] Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:35:34.581Z] ---> Running in c76953c8b5a3 [2023-03-11T00:35:35.543Z] Removing intermediate container c76953c8b5a3 [2023-03-11T00:35:35.543Z] ---> 637679ee44ef [2023-03-11T00:35:35.543Z] Step 22/22 : LABEL version=0.0.0 [2023-03-11T00:35:35.811Z] ---> Running in 72d0b42e0291 [2023-03-11T00:35:36.770Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:35:36.770Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:35:36.770Z] ---> c6a1a1fbd55a [2023-03-11T00:35:36.770Z] Step 3/24 : WORKDIR /edgex-go [2023-03-11T00:35:36.770Z] ---> Using cache [2023-03-11T00:35:36.770Z] ---> 0cb4234cb916 [2023-03-11T00:35:36.770Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-11T00:35:36.770Z] ---> Running in 1ab61a25d868 [2023-03-11T00:35:36.770Z] Removing intermediate container 72d0b42e0291 [2023-03-11T00:35:36.770Z] ---> 7c4fec0caaa9 [2023-03-11T00:35:36.770Z] [2023-03-11T00:35:37.355Z] Successfully built 7c4fec0caaa9 [2023-03-11T00:35:37.355Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-11T00:35:37.355Z] Building core-data [2023-03-11T00:35:38.315Z]  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:35:38.899Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:35:40.305Z] OK: 221 MiB in 51 packages [2023-03-11T00:35:42.246Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:35:42.246Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:35:42.246Z] ---> c6a1a1fbd55a [2023-03-11T00:35:42.246Z] Step 3/23 : WORKDIR /edgex-go [2023-03-11T00:35:42.246Z] ---> Using cache [2023-03-11T00:35:42.246Z] ---> 0cb4234cb916 [2023-03-11T00:35:42.246Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-11T00:35:42.246Z] ---> Running in 641d11ce65b8 [2023-03-11T00:35:42.246Z] Removing intermediate container 1ab61a25d868 [2023-03-11T00:35:42.246Z] ---> 69e69b2aff58 [2023-03-11T00:35:42.246Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-11T00:35:43.652Z] ---> 489439d799e8 [2023-03-11T00:35:43.652Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:35:43.918Z] ---> Running in 51d026e3f146 [2023-03-11T00:35:44.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:35:45.084Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:35:46.489Z] OK: 221 MiB in 51 packages [2023-03-11T00:35:49.069Z] Removing intermediate container 641d11ce65b8 [2023-03-11T00:35:49.069Z] ---> dd9ee7185450 [2023-03-11T00:35:49.069Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-11T00:35:50.473Z] ---> 048b7bb8089d [2023-03-11T00:35:50.473Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:35:50.473Z] ---> Running in 88b0a346ff28 [2023-03-11T00:35:57.113Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:35:57.113Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:35:57.113Z] ---> c6a1a1fbd55a [2023-03-11T00:35:57.113Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:35:57.113Z] ---> Using cache [2023-03-11T00:35:57.113Z] ---> 309491751c61 [2023-03-11T00:35:57.113Z] Step 4/22 : WORKDIR /edgex-go [2023-03-11T00:35:57.113Z] ---> Using cache [2023-03-11T00:35:57.113Z] ---> 5127225311a7 [2023-03-11T00:35:57.113Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-11T00:35:57.113Z] ---> Using cache [2023-03-11T00:35:57.113Z] ---> 746d51d8b24b [2023-03-11T00:35:57.113Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-11T00:35:57.113Z] ---> Using cache [2023-03-11T00:35:57.113Z] ---> 92413ddc5035 [2023-03-11T00:35:57.113Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:35:57.113Z] ---> Using cache [2023-03-11T00:35:57.113Z] ---> 88c3a51ae9db [2023-03-11T00:35:57.113Z] Step 8/22 : COPY . . [2023-03-11T00:35:57.113Z] ---> Using cache [2023-03-11T00:35:57.113Z] ---> f5d9118e946b [2023-03-11T00:35:57.113Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-11T00:35:57.385Z] ---> Running in 9eef4b4c4cfd [2023-03-11T00:35:59.326Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-11T00:37:50.968Z] Removing intermediate container 51d026e3f146 [2023-03-11T00:37:50.968Z] ---> 073a05e1e3c9 [2023-03-11T00:37:50.968Z] Step 7/24 : COPY . . [2023-03-11T00:37:50.968Z] Removing intermediate container 88b0a346ff28 [2023-03-11T00:37:50.968Z] ---> a25cb97b6ee8 [2023-03-11T00:37:50.968Z] Step 7/23 : COPY . . [2023-03-11T00:37:57.620Z] ---> 137309302611 [2023-03-11T00:37:57.620Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-11T00:37:57.620Z] ---> ad6b831aed80 [2023-03-11T00:37:57.620Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-11T00:37:57.620Z] ---> Running in 72282b7a379c [2023-03-11T00:37:57.620Z] ---> Running in fb907ce333c2 [2023-03-11T00:37:57.620Z] Removing intermediate container 72282b7a379c [2023-03-11T00:37:57.620Z] ---> fb5d4335b3e4 [2023-03-11T00:37:57.620Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-11T00:37:57.620Z] Removing intermediate container fb907ce333c2 [2023-03-11T00:37:57.620Z] ---> 044dc605056c [2023-03-11T00:37:57.620Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-11T00:37:57.892Z] ---> Running in e6e7800bfdd2 [2023-03-11T00:37:57.892Z] ---> Running in 5d3b927bf157 [2023-03-11T00:38:00.713Z] Removing intermediate container e6e7800bfdd2 [2023-03-11T00:38:00.713Z] ---> 39ade251585e [2023-03-11T00:38:00.713Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-11T00:38:00.713Z] Removing intermediate container 5d3b927bf157 [2023-03-11T00:38:00.713Z] ---> ec03a84d74d3 [2023-03-11T00:38:00.713Z] ---> Running in 10d494e5de21 [2023-03-11T00:38:00.713Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-11T00:38:00.713Z] ---> Running in 2a6b356b3cf9 [2023-03-11T00:38:04.961Z] Removing intermediate container 10d494e5de21 [2023-03-11T00:38:04.961Z] ---> 8a3d55a6f7d6 [2023-03-11T00:38:04.961Z] Step 11/24 : WORKDIR /edgex-go [2023-03-11T00:38:04.961Z] ---> Running in c3bccb661411 [2023-03-11T00:38:04.961Z] Removing intermediate container 2a6b356b3cf9 [2023-03-11T00:38:04.961Z] ---> 560c36e2270d [2023-03-11T00:38:04.961Z] Step 11/23 : WORKDIR /edgex-go [2023-03-11T00:38:05.228Z] ---> Running in 030143bbc82a [2023-03-11T00:38:05.515Z] Removing intermediate container c3bccb661411 [2023-03-11T00:38:05.515Z] ---> 9269a6ee7cba [2023-03-11T00:38:05.515Z] [2023-03-11T00:38:05.515Z] Step 12/24 : FROM alpine:3.15 [2023-03-11T00:38:05.515Z] ---> 354640af7b1b [2023-03-11T00:38:05.515Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-11T00:38:05.515Z] ---> Using cache [2023-03-11T00:38:05.515Z] ---> 666d3078543d [2023-03-11T00:38:05.515Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-11T00:38:05.786Z] ---> Running in bc0753056020 [2023-03-11T00:38:06.058Z] Removing intermediate container 030143bbc82a [2023-03-11T00:38:06.058Z] ---> 42dd7c251c0f [2023-03-11T00:38:06.058Z] [2023-03-11T00:38:06.058Z] Step 12/23 : FROM alpine:3.15 [2023-03-11T00:38:06.058Z] ---> 354640af7b1b [2023-03-11T00:38:06.058Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-11T00:38:06.058Z] ---> Using cache [2023-03-11T00:38:06.058Z] ---> 666d3078543d [2023-03-11T00:38:06.058Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-11T00:38:06.327Z] ---> Using cache [2023-03-11T00:38:06.327Z] ---> 8b1419e2060b [2023-03-11T00:38:06.327Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-11T00:38:08.272Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:38:08.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:38:10.799Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-11T00:38:10.800Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-11T00:38:10.800Z] OK: 15736 distinct packages available [2023-03-11T00:38:11.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:38:11.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:38:12.742Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-11T00:38:12.742Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-11T00:38:12.742Z] (3/4) Installing libucontext (1.1-r0) [2023-03-11T00:38:12.742Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-11T00:38:12.742Z] Executing busybox-1.34.1-r7.trigger [2023-03-11T00:38:12.742Z] OK: 6 MiB in 18 packages [2023-03-11T00:38:13.709Z] ---> 696e4c6ef74a [2023-03-11T00:38:13.709Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-11T00:38:14.676Z] Removing intermediate container bc0753056020 [2023-03-11T00:38:14.676Z] ---> 341e5bfee0fd [2023-03-11T00:38:14.676Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-11T00:38:15.260Z] ---> 973d3ed96983 [2023-03-11T00:38:15.260Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-11T00:38:16.666Z] ---> be65cfe9a21c [2023-03-11T00:38:16.666Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-11T00:38:18.078Z] ---> 8007581b183e [2023-03-11T00:38:18.353Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-11T00:38:18.621Z] ---> Running in 49457429ec1c [2023-03-11T00:38:19.579Z] Removing intermediate container 49457429ec1c [2023-03-11T00:38:19.579Z] ---> a776878ff0a7 [2023-03-11T00:38:19.579Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-11T00:38:19.579Z] ---> Running in 376563e6c984 [2023-03-11T00:38:20.537Z] Removing intermediate container 376563e6c984 [2023-03-11T00:38:20.537Z] ---> 2004a79edb2f [2023-03-11T00:38:20.537Z] Step 21/23 : LABEL arch=arm64 [2023-03-11T00:38:20.537Z] ---> Running in fcadf6e360c8 [2023-03-11T00:38:21.497Z] Removing intermediate container fcadf6e360c8 [2023-03-11T00:38:21.497Z] ---> 7f5a6e992e26 [2023-03-11T00:38:21.497Z] Step 22/23 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:38:21.763Z] ---> Running in 3dc10f05e283 [2023-03-11T00:38:22.732Z] Removing intermediate container 3dc10f05e283 [2023-03-11T00:38:22.732Z] ---> 357d33cc0c38 [2023-03-11T00:38:22.732Z] Step 23/23 : LABEL version=0.0.0 [2023-03-11T00:38:22.998Z] ---> Running in c4d54af8ebaa [2023-03-11T00:38:23.972Z] Removing intermediate container c4d54af8ebaa [2023-03-11T00:38:23.972Z] ---> 035325cee2b6 [2023-03-11T00:38:23.972Z] [2023-03-11T00:38:24.556Z] Successfully built 035325cee2b6 [2023-03-11T00:38:24.556Z] Successfully tagged security-spire-server-arm64:latest [2023-03-11T00:38:24.556Z]  Building security-spire-server ... done Building core-metadata [2023-03-11T00:38:24.823Z] ---> 0940cd846add [2023-03-11T00:38:24.823Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-11T00:38:26.790Z] ---> fc6e12a90e36 [2023-03-11T00:38:26.790Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-11T00:38:27.058Z] ---> Running in 94f27e1d401b [2023-03-11T00:38:28.018Z] Removing intermediate container 94f27e1d401b [2023-03-11T00:38:28.018Z] ---> ff91dffd3b34 [2023-03-11T00:38:28.018Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-11T00:38:29.968Z] ---> 8578995cac38 [2023-03-11T00:38:29.968Z] Step 19/24 : WORKDIR / [2023-03-11T00:38:30.235Z] ---> Running in 964d1aca57b8 [2023-03-11T00:38:31.194Z] Removing intermediate container 964d1aca57b8 [2023-03-11T00:38:31.194Z] ---> 1b3ce0139fa0 [2023-03-11T00:38:31.194Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-11T00:38:31.461Z] ---> Running in 8e0791e39b24 [2023-03-11T00:38:32.423Z] Removing intermediate container 8e0791e39b24 [2023-03-11T00:38:32.423Z] ---> a96bbc4375f3 [2023-03-11T00:38:32.423Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-11T00:38:32.695Z] ---> Running in 032d6638e805 [2023-03-11T00:38:33.664Z] Removing intermediate container 032d6638e805 [2023-03-11T00:38:33.664Z] ---> 7edf9b30f680 [2023-03-11T00:38:33.664Z] Step 22/24 : LABEL arch=arm64 [2023-03-11T00:38:33.931Z] ---> Running in 3b5d7b3c0a10 [2023-03-11T00:38:35.334Z] Removing intermediate container 3b5d7b3c0a10 [2023-03-11T00:38:35.334Z] ---> b991e51346dd [2023-03-11T00:38:35.334Z] Step 23/24 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:38:35.334Z] ---> Running in e4bdcbc9a4b5 [2023-03-11T00:38:36.290Z] Removing intermediate container e4bdcbc9a4b5 [2023-03-11T00:38:36.290Z] ---> c592d9136597 [2023-03-11T00:38:36.290Z] Step 24/24 : LABEL version=0.0.0 [2023-03-11T00:38:36.290Z] ---> Running in 49f72613e5a3 [2023-03-11T00:38:37.252Z] Removing intermediate container 49f72613e5a3 [2023-03-11T00:38:37.252Z] ---> 275d1ea672ba [2023-03-11T00:38:37.252Z] [2023-03-11T00:38:38.212Z] Successfully built 275d1ea672ba [2023-03-11T00:38:38.212Z] Successfully tagged security-spire-config-arm64:latest [2023-03-11T00:38:38.212Z]  Building security-spire-config ... done Building security-secretstore-setup [2023-03-11T00:38:40.169Z] Removing intermediate container 76bcc179691e [2023-03-11T00:38:40.169Z] ---> 615e91f02918 [2023-03-11T00:38:40.169Z] [2023-03-11T00:38:40.169Z] Step 10/22 : FROM alpine:3.16 [2023-03-11T00:38:40.169Z] ---> 4c81e5bf8899 [2023-03-11T00:38:40.169Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-11T00:38:40.436Z] ---> Running in bb3d0651ee9f [2023-03-11T00:38:43.018Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:38:43.018Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:38:44.964Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-11T00:38:44.964Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-11T00:38:44.964Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:38:44.964Z] Executing ca-certificates-20220614-r0.trigger [2023-03-11T00:38:45.547Z] OK: 6 MiB in 16 packages [2023-03-11T00:38:46.956Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:38:46.956Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:38:46.956Z] ---> c6a1a1fbd55a [2023-03-11T00:38:46.956Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:38:46.956Z] ---> Using cache [2023-03-11T00:38:46.956Z] ---> 309491751c61 [2023-03-11T00:38:46.956Z] Step 4/24 : WORKDIR /edgex-go [2023-03-11T00:38:46.956Z] ---> Using cache [2023-03-11T00:38:46.956Z] ---> 5127225311a7 [2023-03-11T00:38:46.956Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-11T00:38:46.956Z] ---> Using cache [2023-03-11T00:38:46.956Z] ---> 746d51d8b24b [2023-03-11T00:38:46.956Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-11T00:38:46.956Z] ---> Using cache [2023-03-11T00:38:46.956Z] ---> 92413ddc5035 [2023-03-11T00:38:46.956Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:38:46.956Z] ---> Using cache [2023-03-11T00:38:46.956Z] ---> 88c3a51ae9db [2023-03-11T00:38:46.956Z] Step 8/24 : COPY . . [2023-03-11T00:38:46.956Z] ---> Using cache [2023-03-11T00:38:46.956Z] ---> f5d9118e946b [2023-03-11T00:38:46.956Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-11T00:38:47.233Z] ---> Running in d99be57a6cdb [2023-03-11T00:38:48.661Z] Removing intermediate container bb3d0651ee9f [2023-03-11T00:38:48.661Z] ---> 42e258542188 [2023-03-11T00:38:48.661Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-11T00:38:48.928Z] ---> Running in 4af851c26003 [2023-03-11T00:38:49.888Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-11T00:38:49.888Z] Removing intermediate container 4af851c26003 [2023-03-11T00:38:49.888Z] ---> 1fe4770f15be [2023-03-11T00:38:49.888Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-11T00:38:50.154Z] ---> Running in 541929aff48f [2023-03-11T00:38:50.902Z] Removing intermediate container 541929aff48f [2023-03-11T00:38:50.902Z] ---> 7f4518cd158b [2023-03-11T00:38:50.902Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-11T00:38:52.874Z] ---> Running in 81f339a59bba [2023-03-11T00:38:53.862Z] Removing intermediate container 81f339a59bba [2023-03-11T00:38:53.862Z] ---> 935597d7b24e [2023-03-11T00:38:53.862Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:38:55.300Z] ---> 944f1afd0c28 [2023-03-11T00:38:55.300Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-11T00:38:59.555Z] ---> 220303dc47df [2023-03-11T00:38:59.555Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-11T00:39:00.960Z] ---> bb7b46d6c72e [2023-03-11T00:39:00.960Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-11T00:39:00.960Z] ---> Running in ee5943655010 [2023-03-11T00:39:01.227Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:39:01.227Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:39:01.227Z] ---> c6a1a1fbd55a [2023-03-11T00:39:01.227Z] Step 3/23 : WORKDIR /edgex-go [2023-03-11T00:39:01.227Z] ---> Using cache [2023-03-11T00:39:01.227Z] ---> 0cb4234cb916 [2023-03-11T00:39:01.227Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-11T00:39:01.227Z] ---> Using cache [2023-03-11T00:39:01.227Z] ---> 10489d36db85 [2023-03-11T00:39:01.227Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-11T00:39:01.227Z] ---> Using cache [2023-03-11T00:39:01.227Z] ---> 26a42cc67fc5 [2023-03-11T00:39:01.227Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:39:01.227Z] ---> Using cache [2023-03-11T00:39:01.227Z] ---> 5524f7cbb188 [2023-03-11T00:39:01.227Z] Step 7/23 : COPY . . [2023-03-11T00:39:01.500Z] ---> Using cache [2023-03-11T00:39:01.500Z] ---> 3c1b74ca7a83 [2023-03-11T00:39:01.500Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-11T00:39:01.770Z] Removing intermediate container ee5943655010 [2023-03-11T00:39:01.770Z] ---> c5fdebaca4d0 [2023-03-11T00:39:01.770Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-11T00:39:01.770Z] ---> Running in d69894873516 [2023-03-11T00:39:01.770Z] ---> Running in b667cc8efbc7 [2023-03-11T00:39:02.730Z] Removing intermediate container b667cc8efbc7 [2023-03-11T00:39:02.730Z] ---> 5d6c86ad4463 [2023-03-11T00:39:02.730Z] Step 20/22 : LABEL arch=arm64 [2023-03-11T00:39:03.006Z] ---> Running in 557e4b3da315 [2023-03-11T00:39:03.589Z] Removing intermediate container 557e4b3da315 [2023-03-11T00:39:03.589Z] ---> 478ce5649371 [2023-03-11T00:39:03.589Z] Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:39:03.856Z] ---> Running in 4feb21e486cd [2023-03-11T00:39:04.442Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-11T00:39:05.849Z] Removing intermediate container 4feb21e486cd [2023-03-11T00:39:05.849Z] ---> 30b289a7b07d [2023-03-11T00:39:05.849Z] Step 22/22 : LABEL version=0.0.0 [2023-03-11T00:39:06.115Z] ---> Running in 61e09228b2af [2023-03-11T00:39:07.088Z] Removing intermediate container 61e09228b2af [2023-03-11T00:39:07.088Z] ---> 44279d57b877 [2023-03-11T00:39:07.088Z] [2023-03-11T00:39:07.356Z] Successfully built 44279d57b877 [2023-03-11T00:39:07.622Z] Successfully tagged support-notifications-arm64:latest [2023-03-11T00:39:07.622Z]  Building support-notifications ... done Building security-spiffe-token-provider [2023-03-11T00:39:19.946Z] Removing intermediate container ae66f822a4e8 [2023-03-11T00:39:19.946Z] ---> 0c6276d8e343 [2023-03-11T00:39:19.946Z] [2023-03-11T00:39:19.946Z] Step 10/22 : FROM alpine:3.16 [2023-03-11T00:39:19.946Z] ---> 4c81e5bf8899 [2023-03-11T00:39:19.946Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-11T00:39:19.946Z] ---> Running in 4ae12f6bd5d4 [2023-03-11T00:39:20.906Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:39:21.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:39:22.903Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-11T00:39:22.903Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:39:22.903Z] OK: 5 MiB in 15 packages [2023-03-11T00:39:24.849Z] Removing intermediate container 4ae12f6bd5d4 [2023-03-11T00:39:24.849Z] ---> 02a47da792de [2023-03-11T00:39:24.849Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-11T00:39:25.116Z] ---> Running in a656fe1e42f9 [2023-03-11T00:39:25.700Z] Removing intermediate container a656fe1e42f9 [2023-03-11T00:39:25.700Z] ---> af6971ba5af4 [2023-03-11T00:39:25.700Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-11T00:39:25.700Z] ---> Running in 2e2b95059c72 [2023-03-11T00:39:26.282Z] Removing intermediate container 2e2b95059c72 [2023-03-11T00:39:26.282Z] ---> 4026bf6d3ea5 [2023-03-11T00:39:26.282Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-11T00:39:26.549Z] ---> Running in 454b477ec846 [2023-03-11T00:39:26.823Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:39:26.823Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:39:26.823Z] ---> c6a1a1fbd55a [2023-03-11T00:39:26.823Z] Step 3/19 : WORKDIR /edgex-go [2023-03-11T00:39:26.823Z] ---> Using cache [2023-03-11T00:39:26.823Z] ---> 0cb4234cb916 [2023-03-11T00:39:26.823Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-11T00:39:26.823Z] ---> Running in f2be3ac58e06 [2023-03-11T00:39:27.411Z] Removing intermediate container 454b477ec846 [2023-03-11T00:39:27.411Z] ---> 709b4dd8e23b [2023-03-11T00:39:27.411Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:39:28.371Z] ---> 25d059ddb529 [2023-03-11T00:39:28.371Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-11T00:39:28.951Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:39:29.534Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:39:31.468Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-11T00:39:31.468Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-11T00:39:31.468Z] OK: 16903 distinct packages available [2023-03-11T00:39:31.468Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:39:31.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:39:32.688Z] ---> c48cbe91cce8 [2023-03-11T00:39:32.688Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-11T00:39:33.272Z] OK: 221 MiB in 51 packages [2023-03-11T00:39:33.854Z] ---> d63cb79f81de [2023-03-11T00:39:33.854Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-11T00:39:34.434Z] ---> Running in 30174b77a36c [2023-03-11T00:39:35.012Z] Removing intermediate container 30174b77a36c [2023-03-11T00:39:35.012Z] ---> 15e2899b9655 [2023-03-11T00:39:35.012Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-11T00:39:35.012Z] Removing intermediate container f2be3ac58e06 [2023-03-11T00:39:35.012Z] ---> dbcfc0d8f669 [2023-03-11T00:39:35.012Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-11T00:39:35.012Z] ---> Running in f9914f82d430 [2023-03-11T00:39:35.968Z] Removing intermediate container f9914f82d430 [2023-03-11T00:39:35.968Z] ---> 43b40d43084b [2023-03-11T00:39:35.968Z] Step 20/22 : LABEL arch=arm64 [2023-03-11T00:39:35.968Z] ---> Running in bd02573398dc [2023-03-11T00:39:36.236Z] ---> 1e86a9b0faad [2023-03-11T00:39:36.236Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:39:36.504Z] ---> Running in b7fdb5440637 [2023-03-11T00:39:36.777Z] Removing intermediate container bd02573398dc [2023-03-11T00:39:36.777Z] ---> 1d0bc5890f00 [2023-03-11T00:39:36.777Z] Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:39:37.047Z] ---> Running in d63a1fe12042 [2023-03-11T00:39:37.635Z] Removing intermediate container d63a1fe12042 [2023-03-11T00:39:37.635Z] ---> 7405323abceb [2023-03-11T00:39:37.635Z] Step 22/22 : LABEL version=0.0.0 [2023-03-11T00:39:37.908Z] ---> Running in 57c859aef176 [2023-03-11T00:39:38.494Z] Removing intermediate container 57c859aef176 [2023-03-11T00:39:38.494Z] ---> 2bd7beed44cf [2023-03-11T00:39:38.494Z] [2023-03-11T00:39:38.761Z] Successfully built 2bd7beed44cf [2023-03-11T00:39:39.028Z] Successfully tagged support-scheduler-arm64:latest [2023-03-11T00:39:39.028Z]  Building support-scheduler ... done Building security-bootstrapper [2023-03-11T00:39:57.238Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:39:57.238Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:39:57.238Z] ---> c6a1a1fbd55a [2023-03-11T00:39:57.238Z] Step 3/32 : WORKDIR /edgex-go [2023-03-11T00:39:57.238Z] ---> Using cache [2023-03-11T00:39:57.238Z] ---> 0cb4234cb916 [2023-03-11T00:39:57.238Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-11T00:39:57.238Z] ---> Using cache [2023-03-11T00:39:57.238Z] ---> 10489d36db85 [2023-03-11T00:39:57.238Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-11T00:39:57.238Z] ---> Using cache [2023-03-11T00:39:57.238Z] ---> 26a42cc67fc5 [2023-03-11T00:39:57.238Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:39:57.238Z] ---> Using cache [2023-03-11T00:39:57.238Z] ---> 5524f7cbb188 [2023-03-11T00:39:57.238Z] Step 7/32 : COPY . . [2023-03-11T00:39:57.238Z] ---> Using cache [2023-03-11T00:39:57.238Z] ---> 3c1b74ca7a83 [2023-03-11T00:39:57.238Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-11T00:39:57.238Z] ---> Running in f024cf5ec8a4 [2023-03-11T00:39:58.197Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-11T00:41:19.824Z] Removing intermediate container b7fdb5440637 [2023-03-11T00:41:19.824Z] ---> ed9dbb9326d0 [2023-03-11T00:41:19.824Z] Step 7/19 : COPY . . [2023-03-11T00:41:26.470Z] ---> 236d782d9223 [2023-03-11T00:41:26.470Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-11T00:41:26.470Z] ---> Running in 01aa64f555df [2023-03-11T00:41:27.882Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-11T00:43:19.542Z] Removing intermediate container 9eef4b4c4cfd [2023-03-11T00:43:19.542Z] ---> 3c66cbfb55a1 [2023-03-11T00:43:19.542Z] [2023-03-11T00:43:19.542Z] Step 10/22 : FROM alpine:3.16 [2023-03-11T00:43:19.542Z] ---> 4c81e5bf8899 [2023-03-11T00:43:19.542Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-11T00:43:19.542Z] ---> Running in ef725ff97260 [2023-03-11T00:43:19.542Z] Removing intermediate container ef725ff97260 [2023-03-11T00:43:19.542Z] ---> 3aa63d52225b [2023-03-11T00:43:19.542Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-11T00:43:19.542Z] ---> Running in 66387491b5aa [2023-03-11T00:43:19.542Z] Removing intermediate container 66387491b5aa [2023-03-11T00:43:19.542Z] ---> f89eb55acd9b [2023-03-11T00:43:19.542Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-11T00:43:19.542Z] ---> Running in 02b9abeb0165 [2023-03-11T00:43:20.135Z] Removing intermediate container 02b9abeb0165 [2023-03-11T00:43:20.135Z] ---> fa0ec7f06016 [2023-03-11T00:43:20.135Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-11T00:43:20.135Z] ---> Running in f4ed56f235a8 [2023-03-11T00:43:22.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:43:22.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:43:24.618Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-11T00:43:24.618Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:43:24.618Z] OK: 5 MiB in 15 packages [2023-03-11T00:43:26.046Z] Removing intermediate container f4ed56f235a8 [2023-03-11T00:43:26.046Z] ---> 60c7c53dbaf1 [2023-03-11T00:43:26.046Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:43:26.632Z] ---> 89fe679dcaa6 [2023-03-11T00:43:26.632Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-11T00:43:28.574Z] ---> 86605982b260 [2023-03-11T00:43:28.574Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-11T00:43:32.825Z] ---> a6bf138f3eea [2023-03-11T00:43:32.825Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-11T00:43:32.825Z] ---> Running in 1ede435327bc [2023-03-11T00:43:32.825Z] Removing intermediate container 1ede435327bc [2023-03-11T00:43:32.825Z] ---> 4bbd4047df3c [2023-03-11T00:43:32.825Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-11T00:43:32.825Z] ---> Running in b864c656fe8c [2023-03-11T00:43:33.411Z] Removing intermediate container b864c656fe8c [2023-03-11T00:43:33.411Z] ---> 75a78a850522 [2023-03-11T00:43:33.411Z] Step 20/22 : LABEL arch=arm64 [2023-03-11T00:43:33.411Z] ---> Running in b102ce588b70 [2023-03-11T00:43:33.995Z] Removing intermediate container b102ce588b70 [2023-03-11T00:43:33.995Z] ---> 847f792be3ab [2023-03-11T00:43:33.995Z] Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:43:34.261Z] ---> Running in 94647e20331a [2023-03-11T00:43:34.529Z] Removing intermediate container 94647e20331a [2023-03-11T00:43:34.795Z] ---> 3b2e98b81837 [2023-03-11T00:43:34.796Z] Step 22/22 : LABEL version=0.0.0 [2023-03-11T00:43:34.796Z] ---> Running in 8189d85a4393 [2023-03-11T00:43:35.376Z] Removing intermediate container 8189d85a4393 [2023-03-11T00:43:35.376Z] ---> 03380ffb6f0a [2023-03-11T00:43:35.376Z] [2023-03-11T00:43:35.644Z] Successfully built 03380ffb6f0a [2023-03-11T00:43:35.644Z] Successfully tagged core-data-arm64:latest [2023-03-11T00:43:35.644Z]  Building core-data ... done Building core-command [2023-03-11T00:43:53.857Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-11T00:43:53.857Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-11T00:43:53.857Z] ---> c6a1a1fbd55a [2023-03-11T00:43:53.857Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-11T00:43:53.857Z] ---> Using cache [2023-03-11T00:43:53.857Z] ---> 309491751c61 [2023-03-11T00:43:53.857Z] Step 4/23 : WORKDIR /edgex-go [2023-03-11T00:43:53.857Z] ---> Using cache [2023-03-11T00:43:53.857Z] ---> 5127225311a7 [2023-03-11T00:43:53.857Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-11T00:43:53.857Z] ---> Using cache [2023-03-11T00:43:53.857Z] ---> 746d51d8b24b [2023-03-11T00:43:53.857Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-11T00:43:53.857Z] ---> Using cache [2023-03-11T00:43:53.857Z] ---> 92413ddc5035 [2023-03-11T00:43:53.857Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-11T00:43:53.857Z] ---> Using cache [2023-03-11T00:43:53.857Z] ---> 88c3a51ae9db [2023-03-11T00:43:53.857Z] Step 8/23 : COPY . . [2023-03-11T00:43:53.857Z] ---> Using cache [2023-03-11T00:43:53.857Z] ---> f5d9118e946b [2023-03-11T00:43:53.857Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-11T00:43:54.124Z] ---> Running in dd5649544576 [2023-03-11T00:43:56.070Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-11T00:45:32.686Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-11T00:45:47.660Z] Removing intermediate container d69894873516 [2023-03-11T00:45:47.660Z] ---> 5e46eb598428 [2023-03-11T00:45:47.660Z] [2023-03-11T00:45:47.660Z] Step 9/23 : FROM alpine:3.16 [2023-03-11T00:45:47.660Z] ---> 4c81e5bf8899 [2023-03-11T00:45:47.660Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-11T00:45:47.660Z] ---> Running in 5cde881c3747 [2023-03-11T00:45:47.934Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:45:48.513Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:45:49.921Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-11T00:45:49.921Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-11T00:45:49.921Z] (3/3) Installing su-exec (0.2-r1) [2023-03-11T00:45:49.921Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:45:49.921Z] Executing ca-certificates-20220614-r0.trigger [2023-03-11T00:45:50.187Z] OK: 6 MiB in 17 packages [2023-03-11T00:45:53.745Z] Removing intermediate container 5cde881c3747 [2023-03-11T00:45:53.745Z] ---> d1ad208fe1d3 [2023-03-11T00:45:53.745Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-11T00:45:53.745Z] ---> Running in 2cc545f17e2b [2023-03-11T00:45:54.343Z] Removing intermediate container 2cc545f17e2b [2023-03-11T00:45:54.343Z] ---> 1a74a0a8154d [2023-03-11T00:45:54.343Z] Step 12/23 : WORKDIR / [2023-03-11T00:45:54.343Z] ---> Running in 6607e9e7e72a [2023-03-11T00:45:54.971Z] Removing intermediate container 6607e9e7e72a [2023-03-11T00:45:54.971Z] ---> e6de9764a23c [2023-03-11T00:45:54.971Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-11T00:45:55.619Z] ---> 034c3d278f6a [2023-03-11T00:45:55.619Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-11T00:45:56.582Z] ---> 6a6b4de89f15 [2023-03-11T00:45:56.582Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-11T00:45:57.538Z] ---> bba733acd6fc [2023-03-11T00:45:57.538Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-11T00:45:58.939Z] ---> 02fdf4bdebc9 [2023-03-11T00:45:58.939Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-11T00:46:00.879Z] ---> 14f077192928 [2023-03-11T00:46:00.879Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-11T00:46:01.842Z] ---> d412e8f95041 [2023-03-11T00:46:01.843Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-11T00:46:02.108Z] ---> Running in f00d2d9243ee [2023-03-11T00:46:07.440Z] Removing intermediate container f00d2d9243ee [2023-03-11T00:46:07.440Z] ---> 6d82249de2ed [2023-03-11T00:46:07.440Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-11T00:46:07.440Z] ---> Running in 5fefb7dc394a [2023-03-11T00:46:07.440Z] Removing intermediate container 5fefb7dc394a [2023-03-11T00:46:07.440Z] ---> 5cd9e34d443c [2023-03-11T00:46:07.440Z] Step 21/23 : LABEL arch=arm64 [2023-03-11T00:46:07.440Z] ---> Running in 5150fb52e209 [2023-03-11T00:46:08.022Z] Removing intermediate container 5150fb52e209 [2023-03-11T00:46:08.022Z] ---> 775d57a3c857 [2023-03-11T00:46:08.022Z] Step 22/23 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:46:08.289Z] ---> Running in 9d39adfc8a59 [2023-03-11T00:46:08.555Z] Removing intermediate container 9d39adfc8a59 [2023-03-11T00:46:08.555Z] ---> 41ddea180ba1 [2023-03-11T00:46:08.555Z] Step 23/23 : LABEL version=0.0.0 [2023-03-11T00:46:08.831Z] ---> Running in e341ae3bdb00 [2023-03-11T00:46:09.414Z] Removing intermediate container e341ae3bdb00 [2023-03-11T00:46:09.414Z] ---> 7d962031edc0 [2023-03-11T00:46:09.414Z] [2023-03-11T00:46:09.680Z] Successfully built 7d962031edc0 [2023-03-11T00:46:09.680Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-11T00:46:41.886Z]  Building security-secretstore-setup ... done Removing intermediate container f024cf5ec8a4 [2023-03-11T00:46:41.886Z] ---> 66c1345a49b3 [2023-03-11T00:46:41.886Z] [2023-03-11T00:46:41.886Z] Step 9/32 : FROM alpine:3.16 [2023-03-11T00:46:41.886Z] ---> 4c81e5bf8899 [2023-03-11T00:46:41.886Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-11T00:46:41.886Z] ---> Running in 3d78958e92b9 [2023-03-11T00:46:41.886Z] Removing intermediate container 3d78958e92b9 [2023-03-11T00:46:41.886Z] ---> 8040bd2c8dfd [2023-03-11T00:46:41.886Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-11T00:46:41.886Z] ---> Running in 5fd72667c32f [2023-03-11T00:46:43.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:46:43.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:46:45.307Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-11T00:46:45.307Z] (2/2) Installing su-exec (0.2-r1) [2023-03-11T00:46:45.307Z] Executing busybox-1.35.0-r17.trigger [2023-03-11T00:46:45.307Z] OK: 5 MiB in 16 packages [2023-03-11T00:46:45.893Z] Removing intermediate container d99be57a6cdb [2023-03-11T00:46:45.893Z] ---> b5d105e0cfe9 [2023-03-11T00:46:45.893Z] [2023-03-11T00:46:45.893Z] Step 10/24 : FROM alpine:3.16 [2023-03-11T00:46:45.893Z] ---> 4c81e5bf8899 [2023-03-11T00:46:45.893Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-11T00:46:45.893Z] ---> Using cache [2023-03-11T00:46:45.893Z] ---> 02a47da792de [2023-03-11T00:46:45.893Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-11T00:46:45.893Z] ---> Using cache [2023-03-11T00:46:45.893Z] ---> af6971ba5af4 [2023-03-11T00:46:45.893Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-11T00:46:45.893Z] ---> Running in 85b2db55491d [2023-03-11T00:46:46.886Z] Removing intermediate container 85b2db55491d [2023-03-11T00:46:46.886Z] ---> 62226e2a93c8 [2023-03-11T00:46:46.887Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-11T00:46:46.887Z] ---> Running in 6e3e82fa5812 [2023-03-11T00:46:47.170Z] Removing intermediate container 5fd72667c32f [2023-03-11T00:46:47.170Z] ---> 082804874db7 [2023-03-11T00:46:47.438Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-11T00:46:47.438Z] ---> Running in 3f9d5ca868a1 [2023-03-11T00:46:47.706Z] Removing intermediate container 6e3e82fa5812 [2023-03-11T00:46:47.706Z] ---> cb094aa5259d [2023-03-11T00:46:47.706Z] Step 15/24 : WORKDIR / [2023-03-11T00:46:47.706Z] ---> Running in 7cf60882cddd [2023-03-11T00:46:48.309Z] Removing intermediate container 3f9d5ca868a1 [2023-03-11T00:46:48.309Z] ---> 8672011269f7 [2023-03-11T00:46:48.309Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-11T00:46:48.309Z] ---> Running in baa46d21e20f [2023-03-11T00:46:48.309Z] Removing intermediate container 7cf60882cddd [2023-03-11T00:46:48.309Z] ---> e2322e8ae5c1 [2023-03-11T00:46:48.309Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:46:49.280Z] Removing intermediate container baa46d21e20f [2023-03-11T00:46:49.280Z] ---> df5c17718076 [2023-03-11T00:46:49.280Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-11T00:46:49.280Z] ---> Running in f7e68fe87f74 [2023-03-11T00:46:49.549Z] ---> 511bcb44d7db [2023-03-11T00:46:49.549Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-11T00:46:50.142Z] Removing intermediate container f7e68fe87f74 [2023-03-11T00:46:50.142Z] ---> f81fb1b78825 [2023-03-11T00:46:50.142Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-11T00:46:50.415Z] ---> Running in 4c8f7087e121 [2023-03-11T00:46:51.009Z] Removing intermediate container 4c8f7087e121 [2023-03-11T00:46:51.009Z] ---> e8d09e93aafb [2023-03-11T00:46:51.009Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-11T00:46:51.279Z] ---> Running in b3aebeece4fe [2023-03-11T00:46:52.702Z] ---> 7d5c6f850732 [2023-03-11T00:46:52.702Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-11T00:46:53.671Z] ---> fb5c19f5f515 [2023-03-11T00:46:53.942Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-11T00:46:55.354Z] Removing intermediate container b3aebeece4fe [2023-03-11T00:46:55.354Z] ---> bef8b6313a47 [2023-03-11T00:46:55.354Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-11T00:46:55.354Z] ---> 7c110b7efc84 [2023-03-11T00:46:55.354Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-11T00:46:55.625Z] ---> Running in ed2a6fa45919 [2023-03-11T00:46:55.625Z] ---> Running in c71be8e87406 [2023-03-11T00:46:56.220Z] Removing intermediate container ed2a6fa45919 [2023-03-11T00:46:56.220Z] ---> 38c3c36a55d2 [2023-03-11T00:46:56.220Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-11T00:46:56.220Z] Removing intermediate container c71be8e87406 [2023-03-11T00:46:56.220Z] ---> 540d5fb5d6e1 [2023-03-11T00:46:56.220Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-11T00:46:56.490Z] ---> Running in 4a4525602827 [2023-03-11T00:46:58.436Z] Removing intermediate container 4a4525602827 [2023-03-11T00:46:58.436Z] ---> 608570d58c42 [2023-03-11T00:46:58.436Z] Step 22/24 : LABEL arch=arm64 [2023-03-11T00:46:58.436Z] ---> f4fb1493d4c0 [2023-03-11T00:46:58.436Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-11T00:46:58.436Z] ---> Running in 2434264b84a4 [2023-03-11T00:46:58.436Z] ---> Running in 2f2b9c6fdaa2 [2023-03-11T00:46:59.396Z] Removing intermediate container 2f2b9c6fdaa2 [2023-03-11T00:46:59.396Z] ---> ef6e23c58747 [2023-03-11T00:46:59.396Z] Step 23/24 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:46:59.396Z] ---> Running in 2c8d059c3ef8 [2023-03-11T00:46:59.982Z] Removing intermediate container 2c8d059c3ef8 [2023-03-11T00:46:59.982Z] ---> 0f4a70c9f8de [2023-03-11T00:46:59.982Z] Step 24/24 : LABEL version=0.0.0 [2023-03-11T00:47:00.252Z] ---> Running in 30095be96baa [2023-03-11T00:47:01.214Z] Removing intermediate container 30095be96baa [2023-03-11T00:47:01.214Z] ---> fe9b0596ce32 [2023-03-11T00:47:01.214Z] [2023-03-11T00:47:01.799Z] Successfully built fe9b0596ce32 [2023-03-11T00:47:01.799Z] Successfully tagged core-metadata-arm64:latest [2023-03-11T00:47:02.067Z]  Building core-metadata ... done Removing intermediate container 2434264b84a4 [2023-03-11T00:47:02.067Z] ---> c0c0f28b8b2e [2023-03-11T00:47:02.067Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:47:03.045Z] ---> ceaeb034fac2 [2023-03-11T00:47:03.045Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-11T00:47:04.993Z] ---> 553e3249181b [2023-03-11T00:47:04.993Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-11T00:47:05.952Z] ---> 00f2f7d7bde0 [2023-03-11T00:47:05.952Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-11T00:47:06.910Z] ---> 469b7f05710c [2023-03-11T00:47:06.910Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-11T00:47:07.882Z] ---> c9c3aa0f55ea [2023-03-11T00:47:07.882Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-11T00:47:08.850Z] ---> 6be80a99600c [2023-03-11T00:47:08.850Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-11T00:47:12.118Z] ---> 89627fadd53e [2023-03-11T00:47:12.118Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-11T00:47:12.118Z] ---> Running in 4683d9cd9f20 [2023-03-11T00:47:15.460Z] Removing intermediate container 4683d9cd9f20 [2023-03-11T00:47:15.460Z] ---> d7ddc0df76d7 [2023-03-11T00:47:15.460Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-11T00:47:15.460Z] ---> Running in 6f38b38ad0d6 [2023-03-11T00:47:15.728Z] Removing intermediate container 6f38b38ad0d6 [2023-03-11T00:47:15.728Z] ---> f3ea5443e81c [2023-03-11T00:47:15.994Z] Step 29/32 : CMD ["gate"] [2023-03-11T00:47:15.994Z] ---> Running in ea7ebdb2df26 [2023-03-11T00:47:16.577Z] Removing intermediate container ea7ebdb2df26 [2023-03-11T00:47:16.577Z] ---> b2784f6bf93b [2023-03-11T00:47:16.577Z] Step 30/32 : LABEL arch=arm64 [2023-03-11T00:47:16.843Z] ---> Running in d5d3651894a3 [2023-03-11T00:47:17.424Z] Removing intermediate container d5d3651894a3 [2023-03-11T00:47:17.424Z] ---> 1749d886820a [2023-03-11T00:47:17.424Z] Step 31/32 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:47:17.424Z] ---> Running in 2793d28c9030 [2023-03-11T00:47:18.008Z] Removing intermediate container 2793d28c9030 [2023-03-11T00:47:18.008Z] ---> 2a4cbde734a0 [2023-03-11T00:47:18.008Z] Step 32/32 : LABEL version=0.0.0 [2023-03-11T00:47:18.008Z] ---> Running in f4ee79ed4593 [2023-03-11T00:47:18.590Z] Removing intermediate container f4ee79ed4593 [2023-03-11T00:47:18.590Z] ---> f5d40c7edba5 [2023-03-11T00:47:18.590Z] [2023-03-11T00:47:18.856Z] Successfully built f5d40c7edba5 [2023-03-11T00:47:18.856Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-11T00:48:41.938Z]  Building security-bootstrapper ... done Removing intermediate container dd5649544576 [2023-03-11T00:48:41.938Z] ---> 9ed63a902489 [2023-03-11T00:48:41.938Z] [2023-03-11T00:48:41.938Z] Step 10/23 : FROM alpine:3.16 [2023-03-11T00:48:41.938Z] ---> 4c81e5bf8899 [2023-03-11T00:48:41.938Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-11T00:48:41.938Z] ---> Using cache [2023-03-11T00:48:41.938Z] ---> 02a47da792de [2023-03-11T00:48:41.938Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-11T00:48:41.938Z] ---> Using cache [2023-03-11T00:48:41.938Z] ---> af6971ba5af4 [2023-03-11T00:48:41.938Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-11T00:48:41.938Z] ---> Running in ffc474e1d9a1 [2023-03-11T00:48:41.938Z] Removing intermediate container 01aa64f555df [2023-03-11T00:48:41.938Z] ---> 88e37c67b118 [2023-03-11T00:48:41.938Z] [2023-03-11T00:48:41.938Z] Step 9/19 : FROM alpine:3.15 [2023-03-11T00:48:41.938Z] ---> 354640af7b1b [2023-03-11T00:48:41.938Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-11T00:48:41.938Z] ---> Using cache [2023-03-11T00:48:41.938Z] ---> 666d3078543d [2023-03-11T00:48:41.939Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-11T00:48:41.939Z] ---> Running in 14d0bed2385f [2023-03-11T00:48:41.939Z] Removing intermediate container ffc474e1d9a1 [2023-03-11T00:48:41.939Z] ---> 8be26406b769 [2023-03-11T00:48:41.939Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-11T00:48:41.939Z] ---> Running in 39a87f5badee [2023-03-11T00:48:41.939Z] Removing intermediate container 39a87f5badee [2023-03-11T00:48:41.939Z] ---> 67e91f24ba31 [2023-03-11T00:48:41.939Z] Step 15/23 : WORKDIR / [2023-03-11T00:48:41.939Z] ---> Running in 4450393a501d [2023-03-11T00:48:41.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:48:41.939Z] Removing intermediate container 4450393a501d [2023-03-11T00:48:41.939Z] ---> 61ce45cec1dc [2023-03-11T00:48:41.939Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:48:41.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:48:41.939Z] ---> 660e08920cc0 [2023-03-11T00:48:41.939Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-11T00:48:41.939Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-11T00:48:41.939Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-11T00:48:41.939Z] OK: 15736 distinct packages available [2023-03-11T00:48:41.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-11T00:48:41.939Z] ---> 47f95b13119a [2023-03-11T00:48:41.939Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-11T00:48:41.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-11T00:48:41.939Z] ---> e4236001c795 [2023-03-11T00:48:41.939Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-11T00:48:41.939Z] ---> Running in ad9bb0b00f40 [2023-03-11T00:48:41.939Z] Removing intermediate container ad9bb0b00f40 [2023-03-11T00:48:41.939Z] ---> ae845039d2ab [2023-03-11T00:48:41.939Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-11T00:48:41.939Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-11T00:48:41.939Z] ---> Running in d18be7b60261 [2023-03-11T00:48:41.939Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-11T00:48:41.939Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-11T00:48:41.939Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-11T00:48:41.939Z] (5/9) Installing curl (7.80.0-r6) [2023-03-11T00:48:41.939Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-11T00:48:41.939Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-11T00:48:41.939Z] (8/9) Installing libucontext (1.1-r0) [2023-03-11T00:48:41.939Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-11T00:48:41.939Z] Executing busybox-1.34.1-r7.trigger [2023-03-11T00:48:41.939Z] Executing ca-certificates-20220614-r0.trigger [2023-03-11T00:48:41.939Z] Removing intermediate container d18be7b60261 [2023-03-11T00:48:41.939Z] ---> 61e79f70fa0b [2023-03-11T00:48:41.939Z] Step 21/23 : LABEL arch=arm64 [2023-03-11T00:48:41.939Z] OK: 8 MiB in 23 packages [2023-03-11T00:48:41.939Z] ---> Running in dbd5cd301608 [2023-03-11T00:48:41.939Z] Removing intermediate container dbd5cd301608 [2023-03-11T00:48:41.939Z] ---> 9614a97e536b [2023-03-11T00:48:41.939Z] Step 22/23 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:48:41.939Z] ---> Running in f62644a2a658 [2023-03-11T00:48:41.939Z] Removing intermediate container f62644a2a658 [2023-03-11T00:48:41.939Z] ---> d57e2aa01b42 [2023-03-11T00:48:41.939Z] Step 23/23 : LABEL version=0.0.0 [2023-03-11T00:48:41.939Z] ---> Running in 3085197feb58 [2023-03-11T00:48:41.939Z] Removing intermediate container 3085197feb58 [2023-03-11T00:48:41.939Z] ---> 65e28a67e76f [2023-03-11T00:48:41.939Z] [2023-03-11T00:48:41.939Z] Removing intermediate container 14d0bed2385f [2023-03-11T00:48:41.939Z] ---> bf475b45b0bf [2023-03-11T00:48:41.939Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-11T00:48:41.939Z] Successfully built 65e28a67e76f [2023-03-11T00:48:41.939Z] Successfully tagged core-command-arm64:latest [2023-03-11T00:48:41.939Z]  Building core-command ... done  ---> cf7ba0cf3f64 [2023-03-11T00:48:41.939Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-11T00:48:41.939Z] ---> 2df779a1f268 [2023-03-11T00:48:41.939Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-11T00:48:41.939Z] ---> 1e417c75249d [2023-03-11T00:48:41.939Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-11T00:48:41.939Z] ---> Running in 872afb0d4db6 [2023-03-11T00:48:41.939Z] Removing intermediate container 872afb0d4db6 [2023-03-11T00:48:41.939Z] ---> 9e1ae8ffd701 [2023-03-11T00:48:41.939Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-11T00:48:41.939Z] ---> Running in bccc26f59905 [2023-03-11T00:48:41.939Z] Removing intermediate container bccc26f59905 [2023-03-11T00:48:41.939Z] ---> 16df63005b78 [2023-03-11T00:48:41.939Z] Step 17/19 : LABEL arch=arm64 [2023-03-11T00:48:41.939Z] ---> Running in e49a671e7dfe [2023-03-11T00:48:41.939Z] Removing intermediate container e49a671e7dfe [2023-03-11T00:48:41.939Z] ---> 2ae18ebdeb34 [2023-03-11T00:48:41.939Z] Step 18/19 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 [2023-03-11T00:48:41.939Z] ---> Running in fc213fb08db0 [2023-03-11T00:48:41.939Z] Removing intermediate container fc213fb08db0 [2023-03-11T00:48:41.939Z] ---> 46e12053f951 [2023-03-11T00:48:41.939Z] Step 19/19 : LABEL version=0.0.0 [2023-03-11T00:48:41.939Z] ---> Running in 936f5927b228 [2023-03-11T00:48:41.939Z] Removing intermediate container 936f5927b228 [2023-03-11T00:48:41.939Z] ---> d9c4a41c71a4 [2023-03-11T00:48:41.939Z] [2023-03-11T00:48:41.939Z] Successfully built d9c4a41c71a4 [2023-03-11T00:48:41.939Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-11T00:48:41.949Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-03-11T00:48:41.987Z] $ docker stop --time=1 cab7d705c69c8e7c7d8f5389923b0a3360a83015e14c59dd730e8621704ffd63 [2023-03-11T00:48:43.715Z] $ docker rm -f --volumes cab7d705c69c8e7c7d8f5389923b0a3360a83015e14c59dd730e8621704ffd63 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-11T00:48:44.251Z] + docker images [2023-03-11T00:48:44.517Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-11T00:48:44.517Z] security-spiffe-token-provider-arm64 latest d9c4a41c71a4 4 seconds ago 29.1MB [2023-03-11T00:48:44.517Z] core-command-arm64 latest 65e28a67e76f 8 seconds ago 17.1MB [2023-03-11T00:48:44.517Z] 9ed63a902489 15 seconds ago 1.51GB [2023-03-11T00:48:44.517Z] 88e37c67b118 16 seconds ago 1.54GB [2023-03-11T00:48:44.517Z] security-bootstrapper-arm64 latest f5d40c7edba5 About a minute ago 19MB [2023-03-11T00:48:44.517Z] core-metadata-arm64 latest fe9b0596ce32 About a minute ago 17.8MB [2023-03-11T00:48:44.517Z] b5d105e0cfe9 2 minutes ago 1.52GB [2023-03-11T00:48:44.517Z] 66c1345a49b3 2 minutes ago 1.49GB [2023-03-11T00:48:44.517Z] security-secretstore-setup-arm64 latest 7d962031edc0 2 minutes ago 28.8MB [2023-03-11T00:48:44.517Z] 5e46eb598428 3 minutes ago 1.5GB [2023-03-11T00:48:44.517Z] core-data-arm64 latest 03380ffb6f0a 5 minutes ago 17.3MB [2023-03-11T00:48:44.517Z] 3c66cbfb55a1 5 minutes ago 1.51GB [2023-03-11T00:48:44.517Z] support-scheduler-arm64 latest 2bd7beed44cf 9 minutes ago 29.1MB [2023-03-11T00:48:44.517Z] 0c6276d8e343 9 minutes ago 1.57GB [2023-03-11T00:48:44.517Z] support-notifications-arm64 latest 44279d57b877 9 minutes ago 29.7MB [2023-03-11T00:48:44.517Z] 615e91f02918 10 minutes ago 1.57GB [2023-03-11T00:48:44.517Z] security-spire-config-arm64 latest 275d1ea672ba 10 minutes ago 83.6MB [2023-03-11T00:48:44.517Z] security-spire-server-arm64 latest 035325cee2b6 10 minutes ago 84.3MB [2023-03-11T00:48:44.517Z] 9269a6ee7cba 10 minutes ago 1.38GB [2023-03-11T00:48:44.517Z] 42dd7c251c0f 10 minutes ago 1.38GB [2023-03-11T00:48:44.517Z] core-common-config-bootstrapper-arm64 latest 7c4fec0caaa9 13 minutes ago 14.9MB [2023-03-11T00:48:44.517Z] e916fd7042ab 13 minutes ago 1.5GB [2023-03-11T00:48:44.517Z] security-proxy-setup-arm64 latest 6a2bb489e7cd 13 minutes ago 15.8MB [2023-03-11T00:48:44.517Z] security-proxy-auth-arm64 latest ea94ffcef7a1 13 minutes ago 15.7MB [2023-03-11T00:48:44.517Z] 2fd9dbdbb3b1 13 minutes ago 1.49GB [2023-03-11T00:48:44.517Z] 6d94b4ff28b5 14 minutes ago 1.49GB [2023-03-11T00:48:44.517Z] security-spire-agent-arm64 latest 5a9d0f7b435c 20 minutes ago 122MB [2023-03-11T00:48:44.517Z] ab65cf2befba 20 minutes ago 1.38GB [2023-03-11T00:48:44.517Z] ci-base-image-arm64 latest c6a1a1fbd55a 33 minutes ago 904MB [2023-03-11T00:48:44.517Z] alpine 3.15 354640af7b1b 4 weeks ago 5.34MB [2023-03-11T00:48:44.517Z] alpine 3.16 4c81e5bf8899 4 weeks ago 5.3MB [2023-03-11T00:48:44.517Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-11T00:48:44.517Z] 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) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:48:45.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-11T00:48:45.261Z] [2023-03-11T00:48:45.261Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:48:45.656Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-11T00:48:45.924Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-11T00:48:45.924Z] 8998bd30e6a1: Pulling fs layer [2023-03-11T00:48:45.924Z] 04944245beec: Pulling fs layer [2023-03-11T00:48:45.924Z] 699f458cf7ca: Pulling fs layer [2023-03-11T00:48:45.924Z] 765212b225bb: Pulling fs layer [2023-03-11T00:48:45.924Z] f23df028b6ca: Pulling fs layer [2023-03-11T00:48:45.924Z] d65c8cfc05b1: Pulling fs layer [2023-03-11T00:48:45.924Z] 2437ff75d9bd: Pulling fs layer [2023-03-11T00:48:45.924Z] 765212b225bb: Waiting [2023-03-11T00:48:45.924Z] f23df028b6ca: Waiting [2023-03-11T00:48:45.924Z] d65c8cfc05b1: Waiting [2023-03-11T00:48:45.924Z] 2437ff75d9bd: Waiting [2023-03-11T00:48:45.924Z] 04944245beec: Verifying Checksum [2023-03-11T00:48:45.924Z] 04944245beec: Download complete [2023-03-11T00:48:45.924Z] 765212b225bb: Verifying Checksum [2023-03-11T00:48:45.924Z] 765212b225bb: Download complete [2023-03-11T00:48:46.192Z] f23df028b6ca: Verifying Checksum [2023-03-11T00:48:46.192Z] f23df028b6ca: Download complete [2023-03-11T00:48:46.192Z] d65c8cfc05b1: Verifying Checksum [2023-03-11T00:48:46.192Z] d65c8cfc05b1: Download complete [2023-03-11T00:48:46.192Z] 699f458cf7ca: Verifying Checksum [2023-03-11T00:48:46.777Z] 8998bd30e6a1: Download complete [2023-03-11T00:48:48.710Z] 2437ff75d9bd: Verifying Checksum [2023-03-11T00:48:48.710Z] 2437ff75d9bd: Download complete [2023-03-11T00:48:50.641Z] 8998bd30e6a1: Pull complete [2023-03-11T00:48:50.641Z] 04944245beec: Pull complete [2023-03-11T00:48:52.042Z] 699f458cf7ca: Pull complete [2023-03-11T00:48:52.042Z] 765212b225bb: Pull complete [2023-03-11T00:48:53.002Z] f23df028b6ca: Pull complete [2023-03-11T00:48:53.002Z] d65c8cfc05b1: Pull complete [2023-03-11T00:49:07.984Z] 2437ff75d9bd: Pull complete [2023-03-11T00:49:07.984Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-11T00:49:07.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-11T00:49:07.984Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-11T00:49:08.334Z] prd-ubuntu20.04-docker-arm64-4c-16g-9698 does not seem to be running inside a container [2023-03-11T00:49:08.414Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-11T00:49:12.382Z] $ docker top 04010d2c4356e189ba8acdf22e34d9e67e63d2c59b9c22e3ffa02e8b3ed65b16 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-11T00:49:13.359Z] ---> job-cost.sh [2023-03-11T00:49:13.360Z] lf-activate-venv: SKIPPING [2023-03-11T00:49:13.360Z] INFO: No Stack... [2023-03-11T00:49:13.938Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-11T00:49:14.893Z] INFO: Archiving Costs [Pipeline] sh [2023-03-11T00:49:15.291Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-03-11T00:49:15.291Z] + cut -d, -f6 [Pipeline] lock [2023-03-11T00:49:15.383Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4436-1-stack-cost] [2023-03-11T00:49:15.388Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4436-1-stack-cost] did not exist. Created. [2023-03-11T00:49:15.388Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4436-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-11T00:49:15.804Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-11T00:49:15.987Z] Stashed 1 file(s) [Pipeline] } [2023-03-11T00:49:16.003Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4436-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-11T00:49:16.098Z] $ docker stop --time=1 04010d2c4356e189ba8acdf22e34d9e67e63d2c59b9c22e3ffa02e8b3ed65b16 [2023-03-11T00:49:17.608Z] $ docker rm -f --volumes 04010d2c4356e189ba8acdf22e34d9e67e63d2c59b9c22e3ffa02e8b3ed65b16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-11T00:49:18.651Z] provisioning config files... [2023-03-11T00:49:18.659Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1541438477756899591tmp [Pipeline] { [Pipeline] sh [2023-03-11T00:49:18.992Z] + set +x [2023-03-11T00:49:18.992Z] + curl -s https://codecov.io/bash [2023-03-11T00:49:18.992Z] + bash -s -- [2023-03-11T00:49:18.992Z] [2023-03-11T00:49:18.992Z] _____ _ [2023-03-11T00:49:18.992Z] / ____| | | [2023-03-11T00:49:18.992Z] | | ___ __| | ___ ___ _____ __ [2023-03-11T00:49:18.992Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-11T00:49:18.992Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-11T00:49:18.992Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-11T00:49:18.992Z] Bash-1.0.6 [2023-03-11T00:49:18.992Z] [2023-03-11T00:49:18.992Z] [2023-03-11T00:49:18.992Z] ==> git version 2.25.1 found [2023-03-11T00:49:18.992Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-11T00:49:18.992Z] Release-Date: 2020-01-08 [2023-03-11T00:49:18.992Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-11T00:49:18.992Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-11T00:49:18.992Z] ==> Jenkins CI detected. [2023-03-11T00:49:18.992Z] current dir:  /w/workspace/edgex-go/1 [2023-03-11T00:49:18.992Z] project root: . [2023-03-11T00:49:18.992Z] --> token set from env [2023-03-11T00:49:18.992Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-11T00:49:18.992Z] ==> Running gcov in . (disable via -X gcov) [2023-03-11T00:49:18.992Z] ==> Python coveragepy not found [2023-03-11T00:49:18.992Z] ==> Searching for coverage reports in: [2023-03-11T00:49:18.992Z] + . [2023-03-11T00:49:19.250Z] -> Found 1 reports [2023-03-11T00:49:19.250Z] ==> Detecting git/mercurial file structure [2023-03-11T00:49:19.250Z] ==> Reading reports [2023-03-11T00:49:19.250Z] + ./coverage.out bytes=447487 [2023-03-11T00:49:19.250Z] ==> Appending adjustments [2023-03-11T00:49:19.250Z] https://docs.codecov.io/docs/fixing-reports [2023-03-11T00:49:20.185Z] + Found adjustments [2023-03-11T00:49:20.185Z] ==> Gzipping contents [2023-03-11T00:49:20.185Z] 60K /tmp/codecov.yUNVoU.gz [2023-03-11T00:49:20.185Z] ==> Uploading reports [2023-03-11T00:49:20.185Z] url: https://codecov.io [2023-03-11T00:49:20.185Z] query: branch=PR-4436&commit=8a46531602b5787ece39bd2d04ab3384e1630829&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4436%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4436&job=&cmd_args= [2023-03-11T00:49:20.185Z] -> Pinging Codecov [2023-03-11T00:49:20.185Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4436&commit=8a46531602b5787ece39bd2d04ab3384e1630829&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4436%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4436&job=&cmd_args= [2023-03-11T00:49:20.445Z] -> Uploading to [2023-03-11T00:49:20.445Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-11/00271124DB129430A58F1EEE437C3FCB/8a46531602b5787ece39bd2d04ab3384e1630829/e866e38a-47dc-4ed1-91ae-4551bdf1af23.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230311T004920Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ede4292b6fae1b9de0ae785527ec42a346f601a786774ed74e1a2e051e7ddbd8 [2023-03-11T00:49:20.445Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-11T00:49:20.445Z] Dload Upload Total Spent Left Speed [2023-03-11T00:49:20.705Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58176 0 0 100 58176 0 176k --:--:-- --:--:-- --:--:-- 175k 100 58176 0 0 100 58176 0 176k --:--:-- --:--:-- --:--:-- 175k [2023-03-11T00:49:20.705Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8a46531602b5787ece39bd2d04ab3384e1630829 [Pipeline] } [2023-03-11T00:49:20.733Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-11T00:49:22.081Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-11T00:49:22.413Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-11T00:49:23.682Z] ---> package-listing.sh [2023-03-11T00:49:23.682Z] ++ facter osfamily [2023-03-11T00:49:23.682Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-11T00:49:23.941Z] + OS_FAMILY=debian [2023-03-11T00:49:23.941Z] + workspace=/w/workspace/edgex-go/1 [2023-03-11T00:49:23.941Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-11T00:49:23.941Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-11T00:49:23.941Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-11T00:49:23.941Z] + PACKAGES=/tmp/packages_start.txt [2023-03-11T00:49:23.941Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-11T00:49:23.941Z] + PACKAGES=/tmp/packages_end.txt [2023-03-11T00:49:23.941Z] + case "${OS_FAMILY}" in [2023-03-11T00:49:23.941Z] + dpkg -l [2023-03-11T00:49:23.941Z] + grep '^ii' [2023-03-11T00:49:23.941Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-11T00:49:23.941Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-11T00:49:23.941Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-11T00:49:23.941Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-11T00:49:23.941Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-03-11T00:49:23.941Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-03-11T00:49:23.974Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-11T00:49:24.265Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:49:24.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-11T00:49:24.883Z] [2023-03-11T00:49:24.883Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-11T00:49:25.253Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-11T00:49:25.253Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-11T00:49:25.253Z] 5eb5b503b376: Pulling fs layer [2023-03-11T00:49:25.253Z] 5c69ac0246d0: Pulling fs layer [2023-03-11T00:49:25.253Z] ec43610c2a17: Pulling fs layer [2023-03-11T00:49:25.253Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-11T00:49:25.253Z] 33b1e0a273af: Pulling fs layer [2023-03-11T00:49:25.253Z] 5d3b04190fa2: Pulling fs layer [2023-03-11T00:49:25.253Z] 2f39f015ded8: Pulling fs layer [2023-03-11T00:49:25.253Z] 3a2ae6a8a46f: Waiting [2023-03-11T00:49:25.253Z] 33b1e0a273af: Waiting [2023-03-11T00:49:25.253Z] 5d3b04190fa2: Waiting [2023-03-11T00:49:25.253Z] 5c69ac0246d0: Verifying Checksum [2023-03-11T00:49:25.253Z] 5c69ac0246d0: Download complete [2023-03-11T00:49:25.253Z] 3a2ae6a8a46f: Download complete [2023-03-11T00:49:25.514Z] 33b1e0a273af: Verifying Checksum [2023-03-11T00:49:25.514Z] 33b1e0a273af: Download complete [2023-03-11T00:49:25.514Z] 5d3b04190fa2: Verifying Checksum [2023-03-11T00:49:25.514Z] 5d3b04190fa2: Download complete [2023-03-11T00:49:25.514Z] ec43610c2a17: Verifying Checksum [2023-03-11T00:49:25.514Z] ec43610c2a17: Download complete [2023-03-11T00:49:25.514Z] 5eb5b503b376: Verifying Checksum [2023-03-11T00:49:25.514Z] 5eb5b503b376: Download complete [2023-03-11T00:49:26.081Z] 2f39f015ded8: Download complete [2023-03-11T00:49:27.015Z] 5eb5b503b376: Pull complete [2023-03-11T00:49:27.015Z] 5c69ac0246d0: Pull complete [2023-03-11T00:49:27.273Z] ec43610c2a17: Pull complete [2023-03-11T00:49:27.530Z] 3a2ae6a8a46f: Pull complete [2023-03-11T00:49:27.788Z] 33b1e0a273af: Pull complete [2023-03-11T00:49:27.788Z] 5d3b04190fa2: Pull complete [2023-03-11T00:49:33.052Z] 2f39f015ded8: Pull complete [2023-03-11T00:49:33.052Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-11T00:49:33.052Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-11T00:49:33.052Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-11T00:49:33.249Z] prd-ubuntu20.04-docker-8c-8g-9697 does not seem to be running inside a container [2023-03-11T00:49:33.239Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-11T00:49:40.909Z] $ docker top 2d4de68b823ae6fb3d012ca9481bd7dfead821451520a4dc3a0610b8da36c4a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-11T00:49:41.333Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-11T00:49:41.637Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-11T00:49:41.951Z] + ls /var/log/sa-host [2023-03-11T00:49:41.951Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-11T00:49:42.165Z] provisioning config files... [2023-03-11T00:49:42.173Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config10339954220398679139tmp [Pipeline] { [Pipeline] echo [2023-03-11T00:49:42.230Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-11T00:49:42.539Z] ---> create-netrc.sh [Pipeline] } [2023-03-11T00:49:42.566Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-11T00:49:42.941Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-11T00:49:42.978Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-11T00:49:43.287Z] ---> sudo-logs.sh [2023-03-11T00:49:43.287Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-11T00:49:43.362Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-11T00:49:43.675Z] ---> job-cost.sh [2023-03-11T00:49:43.675Z] lf-activate-venv: SKIPPING [2023-03-11T00:49:43.675Z] DEBUG: total: 0.10999999940395355 [2023-03-11T00:49:43.675Z] INFO: Retrieving Stack Cost... [2023-03-11T00:49:43.934Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-11T00:49:44.502Z] INFO: Archiving Costs [Pipeline] echo [2023-03-11T00:49:44.536Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-11T00:49:44.846Z] ---> logs-deploy.sh [2023-03-11T00:49:44.846Z] lf-activate-venv: SKIPPING [2023-03-11T00:49:44.846Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4436/1 [2023-03-11T00:49:44.846Z] INFO: archiving workspace using pattern(s): [2023-03-11T00:49:45.782Z] Archives upload complete. [2023-03-11T00:49:46.041Z] INFO: archiving logs to Nexus [2023-03-11T00:49:46.612Z] ---> uname -a: [2023-03-11T00:49:46.612Z] Linux prd-ubuntu20-04-docker-8c-8g-9697 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-11T00:49:46.612Z] [2023-03-11T00:49:46.612Z] [2023-03-11T00:49:46.612Z] ---> lscpu: [2023-03-11T00:49:46.612Z] Architecture: x86_64 [2023-03-11T00:49:46.612Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-11T00:49:46.612Z] Byte Order: Little Endian [2023-03-11T00:49:46.612Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-11T00:49:46.612Z] CPU(s): 8 [2023-03-11T00:49:46.612Z] On-line CPU(s) list: 0-7 [2023-03-11T00:49:46.612Z] Thread(s) per core: 1 [2023-03-11T00:49:46.612Z] Core(s) per socket: 1 [2023-03-11T00:49:46.612Z] Socket(s): 8 [2023-03-11T00:49:46.612Z] NUMA node(s): 1 [2023-03-11T00:49:46.612Z] Vendor ID: AuthenticAMD [2023-03-11T00:49:46.612Z] CPU family: 23 [2023-03-11T00:49:46.612Z] Model: 49 [2023-03-11T00:49:46.612Z] Model name: AMD EPYC-Rome Processor [2023-03-11T00:49:46.612Z] Stepping: 0 [2023-03-11T00:49:46.612Z] CPU MHz: 2799.996 [2023-03-11T00:49:46.612Z] BogoMIPS: 5599.99 [2023-03-11T00:49:46.612Z] Virtualization: AMD-V [2023-03-11T00:49:46.612Z] Hypervisor vendor: KVM [2023-03-11T00:49:46.612Z] Virtualization type: full [2023-03-11T00:49:46.612Z] L1d cache: 256 KiB [2023-03-11T00:49:46.612Z] L1i cache: 256 KiB [2023-03-11T00:49:46.612Z] L2 cache: 4 MiB [2023-03-11T00:49:46.612Z] L3 cache: 128 MiB [2023-03-11T00:49:46.612Z] NUMA node0 CPU(s): 0-7 [2023-03-11T00:49:46.612Z] Vulnerability Itlb multihit: Not affected [2023-03-11T00:49:46.612Z] Vulnerability L1tf: Not affected [2023-03-11T00:49:46.612Z] Vulnerability Mds: Not affected [2023-03-11T00:49:46.612Z] Vulnerability Meltdown: Not affected [2023-03-11T00:49:46.612Z] Vulnerability Mmio stale data: Not affected [2023-03-11T00:49:46.612Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-11T00:49:46.612Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-11T00:49:46.612Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-11T00:49:46.612Z] Vulnerability Srbds: Not affected [2023-03-11T00:49:46.612Z] Vulnerability Tsx async abort: Not affected [2023-03-11T00:49:46.612Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-03-11T00:49:46.612Z] [2023-03-11T00:49:46.612Z] [2023-03-11T00:49:46.612Z] ---> nproc: [2023-03-11T00:49:46.612Z] 8 [2023-03-11T00:49:46.612Z] [2023-03-11T00:49:46.612Z] [2023-03-11T00:49:46.612Z] ---> df -h: [2023-03-11T00:49:46.612Z] Filesystem Size Used Avail Use% Mounted on [2023-03-11T00:49:46.612Z] overlay 155G 19G 137G 13% / [2023-03-11T00:49:46.612Z] tmpfs 64M 0 64M 0% /dev [2023-03-11T00:49:46.612Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-11T00:49:46.612Z] shm 64M 0 64M 0% /dev/shm [2023-03-11T00:49:46.612Z] /dev/vda1 155G 19G 137G 13% /facter-os [2023-03-11T00:49:46.612Z] [2023-03-11T00:49:46.612Z] [2023-03-11T00:49:46.612Z] ---> sar -b -r -n DEV: [2023-03-11T00:49:46.612Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9697) 03/11/23 _x86_64_ (8 CPU) [2023-03-11T00:49:46.612Z] [2023-03-11T00:49:46.612Z] 00:08:21 LINUX RESTART (8 CPU) [2023-03-11T00:49:46.612Z] [2023-03-11T00:49:46.612Z] 00:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-03-11T00:49:46.612Z] 00:10:01 327.08 10.53 316.55 0.00 1756.37 49004.63 0.00 [2023-03-11T00:49:46.612Z] 00:11:01 69.69 0.70 68.99 0.00 20.26 33507.62 0.00 [2023-03-11T00:49:46.612Z] 00:12:01 31.04 0.23 30.81 0.00 4.80 10765.29 0.00 [2023-03-11T00:49:46.612Z] 00:13:01 221.76 0.12 221.65 0.00 17.46 87475.95 0.00 [2023-03-11T00:49:46.612Z] 00:14:02 276.92 10.19 266.73 0.00 152.96 89282.65 0.00 [2023-03-11T00:49:46.612Z] 00:15:01 153.49 6.54 146.95 0.00 836.94 137778.86 0.00 [2023-03-11T00:49:46.612Z] 00:16:01 369.41 2.13 367.27 0.00 1990.73 81836.63 0.00 [2023-03-11T00:49:46.612Z] 00:17:01 397.13 2.07 395.07 0.00 2284.97 128189.67 0.00 [2023-03-11T00:49:46.612Z] 00:18:01 295.36 0.71 294.65 0.00 8.12 77855.92 0.00 [2023-03-11T00:49:46.612Z] 00:19:01 210.80 1.42 209.38 0.00 14.66 127998.13 0.00 [2023-03-11T00:49:46.612Z] 00:20:01 336.48 0.08 336.39 0.00 12.53 98477.99 0.00 [2023-03-11T00:49:46.612Z] 00:21:01 387.02 0.78 386.24 0.00 81.99 31650.72 0.00 [2023-03-11T00:49:46.612Z] 00:22:01 1.73 0.00 1.73 0.00 0.00 18.80 0.00 [2023-03-11T00:49:46.612Z] 00:23:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 [2023-03-11T00:49:46.612Z] 00:24:01 1.78 0.02 1.77 0.00 0.13 20.00 0.00 [2023-03-11T00:49:46.612Z] 00:25:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 [2023-03-11T00:49:46.612Z] 00:26:01 1.23 0.00 1.23 0.00 0.00 17.86 0.00 [2023-03-11T00:49:46.612Z] 00:27:01 1.85 0.00 1.85 0.00 0.00 21.59 0.00 [2023-03-11T00:49:46.612Z] 00:28:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 [2023-03-11T00:49:46.612Z] 00:29:01 1.77 0.00 1.77 0.00 0.00 20.93 0.00 [2023-03-11T00:49:46.612Z] 00:30:01 1.25 0.00 1.25 0.00 0.00 13.33 0.00 [2023-03-11T00:49:46.612Z] 00:31:01 1.62 0.00 1.62 0.00 0.00 19.33 0.00 [2023-03-11T00:49:46.612Z] 00:32:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 [2023-03-11T00:49:46.612Z] 00:33:01 1.52 0.00 1.52 0.00 0.00 17.19 0.00 [2023-03-11T00:49:46.612Z] 00:34:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 [2023-03-11T00:49:46.612Z] 00:35:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 [2023-03-11T00:49:46.612Z] 00:36:01 0.93 0.00 0.93 0.00 0.00 10.26 0.00 [2023-03-11T00:49:46.612Z] 00:37:01 1.48 0.00 1.48 0.00 0.00 17.06 0.00 [2023-03-11T00:49:46.612Z] 00:38:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 [2023-03-11T00:49:46.612Z] 00:39:01 1.75 0.00 1.75 0.00 0.00 20.66 0.00 [2023-03-11T00:49:46.612Z] 00:40:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 [2023-03-11T00:49:46.612Z] 00:41:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 [2023-03-11T00:49:46.612Z] 00:42:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 [2023-03-11T00:49:46.612Z] 00:43:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 [2023-03-11T00:49:46.612Z] 00:44:01 1.23 0.00 1.23 0.00 0.00 14.26 0.00 [2023-03-11T00:49:46.612Z] 00:45:01 1.93 0.00 1.93 0.00 0.00 21.33 0.00 [2023-03-11T00:49:46.612Z] 00:46:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 [2023-03-11T00:49:46.612Z] 00:47:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 [2023-03-11T00:49:46.612Z] 00:48:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 [2023-03-11T00:49:46.612Z] 00:49:01 1.73 0.00 1.73 0.00 0.00 20.13 0.00 [2023-03-11T00:49:46.612Z] Average: 77.90 0.89 77.00 0.00 179.36 23836.28 0.00 [2023-03-11T00:49:46.612Z] [2023-03-11T00:49:46.612Z] 00:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-03-11T00:49:46.612Z] 00:10:01 28652176 31560756 750564 2.28 76040 3099260 1995028 5.88 1082548 2773992 1480 [2023-03-11T00:49:46.612Z] 00:11:01 27849744 31461544 838984 2.55 113128 3698564 2009332 5.92 1567668 3012092 119704 [2023-03-11T00:49:46.612Z] 00:12:01 27645356 31517920 781460 2.38 115384 3932764 1921612 5.66 1404800 3358068 344300 [2023-03-11T00:49:46.612Z] 00:13:01 26044616 31428336 856624 2.61 126224 5377076 2389560 7.04 1653668 4634292 17672 [2023-03-11T00:49:46.612Z] 00:14:02 22282104 31463616 818864 2.49 286252 8683124 1961560 5.78 2131912 7580276 1110960 [2023-03-11T00:49:46.612Z] 00:15:01 20526756 31487228 782616 2.38 301304 10505196 1990160 5.87 1828408 9687028 497076 [2023-03-11T00:49:46.612Z] 00:16:01 21374156 31446952 821976 2.50 310588 9608232 2132364 6.28 2025972 8640912 311232 [2023-03-11T00:49:46.612Z] 00:17:01 20929416 31376868 880404 2.68 317360 9954700 2463960 7.26 2187484 8887096 23740 [2023-03-11T00:49:46.612Z] 00:18:01 19528040 31466884 792720 2.41 344324 11269204 1999772 5.89 2489096 9841724 357956 [2023-03-11T00:49:46.612Z] 00:19:01 17279000 31465648 796840 2.42 397092 13433536 1975996 5.82 2333260 12219812 127996 [2023-03-11T00:49:46.612Z] 00:20:01 17233332 31459228 800140 2.43 405464 13432120 1986280 5.85 2569200 11996876 221092 [2023-03-11T00:49:46.612Z] 00:21:01 19333932 31513132 752212 2.29 412864 11456360 1920164 5.66 2431292 10115256 272 [2023-03-11T00:49:46.612Z] 00:22:01 19334056 31513376 751836 2.29 412876 11456492 1920164 5.66 2431180 10115376 180 [2023-03-11T00:49:46.612Z] 00:23:01 19348184 31527564 737616 2.24 412904 11456492 1920164 5.66 2416920 10115396 148 [2023-03-11T00:49:46.612Z] 00:24:01 19348024 31527504 737620 2.24 412936 11456496 1917896 5.65 2416908 10115400 12 [2023-03-11T00:49:46.612Z] 00:25:01 19349236 31528748 736260 2.24 412964 11456496 1917896 5.65 2415864 10115400 180 [2023-03-11T00:49:46.612Z] 00:26:01 19349748 31529240 735768 2.24 412992 11456476 1917896 5.65 2415816 10115380 192 [2023-03-11T00:49:46.612Z] 00:27:01 19350284 31529852 735196 2.24 413028 11456476 1917896 5.65 2415628 10115384 16 [2023-03-11T00:49:46.612Z] 00:28:01 19349872 31529444 735472 2.24 413040 11456480 1917896 5.65 2416004 10115384 196 [2023-03-11T00:49:46.612Z] 00:29:01 19350316 31529896 735140 2.24 413068 11456488 1917896 5.65 2415780 10115392 208 [2023-03-11T00:49:46.612Z] 00:30:01 19350516 31530156 735084 2.24 413108 11456492 1917896 5.65 2415784 10115396 200 [2023-03-11T00:49:46.612Z] 00:31:01 19350980 31530628 734584 2.23 413120 11456496 1917896 5.65 2415728 10115404 232 [2023-03-11T00:49:46.612Z] 00:32:01 19350924 31530576 734552 2.23 413144 11456500 1917896 5.65 2415776 10115408 188 [2023-03-11T00:49:46.612Z] 00:33:01 19350924 31530640 734480 2.23 413152 11456500 1917896 5.65 2415748 10115412 192 [2023-03-11T00:49:46.612Z] 00:34:01 19350916 31530636 734476 2.23 413168 11456496 1917896 5.65 2415464 10115416 20 [2023-03-11T00:49:46.612Z] 00:35:01 19350568 31530316 734680 2.23 413188 11456508 1917896 5.65 2415928 10115416 200 [2023-03-11T00:49:46.612Z] 00:36:01 19350600 31530348 734644 2.23 413192 11456508 1917896 5.65 2415436 10115416 8 [2023-03-11T00:49:46.612Z] 00:37:01 19350432 31530184 734668 2.23 413208 11456516 1917896 5.65 2415888 10115420 200 [2023-03-11T00:49:46.612Z] 00:38:01 19350372 31530128 734856 2.23 413216 11456516 1917896 5.65 2415844 10115420 180 [2023-03-11T00:49:46.612Z] 00:39:01 19350364 31530184 734808 2.23 413248 11456520 1917896 5.65 2415904 10115428 48 [2023-03-11T00:49:46.612Z] 00:40:01 19350428 31530256 734728 2.23 413264 11456520 1917896 5.65 2415564 10115436 8 [2023-03-11T00:49:46.612Z] 00:41:01 19350228 31530056 734796 2.23 413272 11456524 1917896 5.65 2415916 10115436 224 [2023-03-11T00:49:46.612Z] 00:42:01 19350188 31530080 734756 2.23 413288 11456528 1900852 5.60 2415972 10115444 196 [2023-03-11T00:49:46.612Z] 00:43:01 19350424 31530316 734440 2.23 413300 11456528 1900852 5.60 2415940 10115444 228 [2023-03-11T00:49:46.612Z] 00:44:01 19350368 31530268 734400 2.23 413328 11456532 1900852 5.60 2415980 10115448 180 [2023-03-11T00:49:46.612Z] 00:45:01 19350140 31530052 734592 2.23 413344 11456536 1900852 5.60 2415868 10115452 12 [2023-03-11T00:49:46.612Z] 00:46:01 19350408 31530376 734320 2.23 413352 11456536 1900852 5.60 2415640 10115444 4 [2023-03-11T00:49:46.613Z] 00:47:01 19350108 31530088 734544 2.23 413360 11456544 1900852 5.60 2415940 10115448 44 [2023-03-11T00:49:46.613Z] 00:48:01 19350308 31530304 734468 2.23 413384 11456552 1900852 5.60 2415952 10115452 12 [2023-03-11T00:49:46.613Z] 00:49:01 19350228 31530244 734504 2.23 413404 11456548 1900852 5.60 2415740 10115452 44 [2023-03-11T00:49:46.613Z] Average: 20261694 31511739 756767 2.30 369372 10630811 1957876 5.77 2284136 9399478 78426 [2023-03-11T00:49:46.613Z] [2023-03-11T00:49:46.613Z] 00:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-03-11T00:49:46.613Z] 00:10:01 docker0 577.87 506.78 41.39 2782.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:10:01 lo 4.93 4.93 0.48 0.48 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:10:01 ens3 788.12 752.86 8543.49 103.04 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:10:01 veth1ed83c5 41.51 54.92 3.89 40.17 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:11:01 docker0 35.24 56.36 2.70 645.94 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:11:01 ens3 87.70 56.31 677.60 17.25 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:11:01 veth86585b8 0.50 0.68 0.04 0.05 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:12:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:12:01 ens3 26.13 16.68 26.18 11.36 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:12:01 veth86585b8 0.33 0.35 0.03 0.03 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:13:01 docker0 156.57 236.09 12.84 277.35 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:13:01 veth6c1b748 29.96 43.63 2.90 14.99 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:13:01 veth886dd49 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:13:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:13:01 vethdd43327 30.04 44.03 2.91 15.02 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:13:01 ens3 321.95 210.31 1969.65 31.75 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:13:01 vethaaf1b65 29.36 42.71 2.85 14.78 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:13:01 vetha623c00 29.16 42.71 2.83 14.76 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:13:01 vethe027926 29.81 43.58 2.89 14.98 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:14:02 docker0 448.44 713.39 33.92 5713.70 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:14:02 veth886dd49 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:14:02 lo 0.19 0.19 0.02 0.02 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:14:02 ens3 759.39 469.98 6549.81 43.10 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:15:01 veth886dd49 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:15:01 ens3 5.89 4.82 4.64 2.67 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:16:01 docker0 14.78 28.25 0.92 288.15 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:16:01 veth886dd49 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:16:01 lo 2.20 2.20 0.22 0.22 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:16:01 ens3 208.63 105.28 1793.12 15.48 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:16:01 veth8ddbd27 2.17 5.13 0.16 43.71 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:16:01 veth1733361 4.28 1.93 41.08 0.14 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:16:01 vethb7ceb76 1.93 4.28 0.14 41.08 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:17:01 veth5196777 9.30 13.55 0.89 5.13 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:17:01 docker0 36.55 57.43 2.78 178.25 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:17:01 veth886dd49 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:17:01 ens3 422.61 165.78 782.62 193.82 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:17:01 veth16160a1 10.18 14.61 0.94 5.25 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:17:01 vethf51c5a3 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:17:01 veth01288f0 9.08 13.16 0.87 5.11 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:18:01 docker0 302.59 547.38 24.21 3607.19 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:18:01 veth886dd49 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:18:01 lo 0.14 0.14 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:18:01 ens3 574.39 320.46 3629.82 39.52 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:18:01 veth16160a1 100.36 189.23 9.38 1202.75 0.00 0.00 0.00 0.10 [2023-03-11T00:49:46.613Z] 00:18:01 vethdaf5b9d 204.08 110.70 1208.08 10.34 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:18:01 veth01288f0 95.53 187.83 9.17 1202.80 0.00 0.00 0.00 0.10 [2023-03-11T00:49:46.613Z] 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:19:01 veth886dd49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:19:01 ens3 10.18 6.88 8.04 4.47 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:20:01 docker0 2.85 5.78 0.16 41.18 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:20:01 veth886dd49 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:20:01 ens3 34.79 19.53 62.92 12.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:21:01 docker0 8.75 16.65 0.56 176.72 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:21:01 ens3 33.44 18.78 190.83 8.05 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:22:01 ens3 0.35 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:23:01 ens3 1.68 0.60 0.80 0.29 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:24:01 ens3 1.03 0.42 0.38 0.27 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:25:01 ens3 0.55 0.38 0.34 0.27 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:26:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:27:01 ens3 0.97 0.57 0.31 0.23 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:28:01 ens3 0.68 0.60 0.43 0.29 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:29:01 ens3 0.30 0.25 0.09 0.08 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:30:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:31:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:32:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:33:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:34:01 ens3 0.33 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:35:01 ens3 0.33 0.18 0.13 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:36:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:37:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.613Z] 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:38:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:39:01 ens3 0.27 0.23 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:40:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:42:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:43:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:44:01 ens3 0.32 0.25 0.14 0.08 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:45:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:46:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:47:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:48:01 ens3 0.10 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] 00:49:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] Average: docker0 39.78 54.46 3.00 345.08 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] Average: lo 0.30 0.30 0.03 0.03 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] Average: ens3 82.32 53.99 608.92 12.12 0.00 0.00 0.00 0.00 [2023-03-11T00:49:46.614Z] [2023-03-11T00:49:46.614Z] [2023-03-11T00:49:46.614Z] ---> sar -P ALL: [2023-03-11T00:49:46.614Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9697) 03/11/23 _x86_64_ (8 CPU) [2023-03-11T00:49:46.614Z] [2023-03-11T00:49:46.614Z] 00:08:21 LINUX RESTART (8 CPU) [2023-03-11T00:49:46.614Z] [2023-03-11T00:49:46.614Z] 00:09:01 CPU %user %nice %system %iowait %steal %idle [2023-03-11T00:49:46.614Z] 00:10:01 all 7.06 0.00 3.19 4.61 0.18 84.97 [2023-03-11T00:49:46.614Z] 00:10:01 0 8.08 0.00 3.71 2.76 0.18 85.27 [2023-03-11T00:49:46.614Z] 00:10:01 1 6.26 0.00 2.22 0.13 0.17 91.22 [2023-03-11T00:49:46.614Z] 00:10:01 2 8.96 0.00 2.63 0.49 0.13 87.79 [2023-03-11T00:49:46.614Z] 00:10:01 3 7.43 0.00 3.34 3.38 0.19 85.67 [2023-03-11T00:49:46.614Z] 00:10:01 4 6.47 0.00 4.32 5.76 0.17 83.28 [2023-03-11T00:49:46.614Z] 00:10:01 5 6.77 0.00 1.93 0.07 0.22 91.01 [2023-03-11T00:49:46.614Z] 00:10:01 6 6.47 0.00 3.82 23.78 0.20 65.73 [2023-03-11T00:49:46.614Z] 00:10:01 7 5.99 0.00 3.51 0.56 0.20 89.73 [2023-03-11T00:49:46.614Z] 00:11:01 all 28.01 0.00 4.89 4.27 0.09 62.73 [2023-03-11T00:49:46.614Z] 00:11:01 0 27.50 0.00 4.62 11.64 0.14 56.11 [2023-03-11T00:49:46.614Z] 00:11:01 1 27.72 0.00 6.65 0.17 0.08 65.38 [2023-03-11T00:49:46.614Z] 00:11:01 2 29.21 0.00 4.43 0.34 0.12 65.91 [2023-03-11T00:49:46.614Z] 00:11:01 3 28.57 0.00 5.76 6.23 0.10 59.34 [2023-03-11T00:49:46.614Z] 00:11:01 4 28.05 0.00 3.97 1.06 0.07 66.85 [2023-03-11T00:49:46.614Z] 00:11:01 5 27.53 0.00 4.23 0.20 0.08 67.95 [2023-03-11T00:49:46.614Z] 00:11:01 6 27.36 0.00 4.59 14.38 0.08 53.59 [2023-03-11T00:49:46.614Z] 00:11:01 7 28.11 0.00 4.90 0.25 0.08 66.66 [2023-03-11T00:49:46.614Z] 00:12:01 all 42.87 0.00 6.06 1.93 0.14 49.01 [2023-03-11T00:49:46.614Z] 00:12:01 0 39.19 0.00 5.91 12.33 0.17 42.41 [2023-03-11T00:49:46.614Z] 00:12:01 1 45.78 0.00 6.23 0.17 0.12 47.70 [2023-03-11T00:49:46.614Z] 00:12:01 2 45.01 0.00 6.28 0.03 0.13 48.55 [2023-03-11T00:49:46.614Z] 00:12:01 3 42.33 0.00 6.35 1.51 0.12 49.69 [2023-03-11T00:49:46.614Z] 00:12:01 4 39.63 0.00 5.81 0.39 0.12 54.05 [2023-03-11T00:49:46.614Z] 00:12:01 5 45.53 0.00 6.36 0.19 0.17 47.75 [2023-03-11T00:49:46.614Z] 00:12:01 6 39.59 0.00 5.54 0.15 0.14 54.58 [2023-03-11T00:49:46.614Z] 00:12:01 7 45.82 0.00 5.97 0.69 0.14 47.39 [2023-03-11T00:49:46.614Z] 00:13:01 all 8.17 0.00 5.50 6.78 0.12 79.43 [2023-03-11T00:49:46.614Z] 00:13:01 0 8.80 0.00 4.66 19.67 0.10 66.78 [2023-03-11T00:49:46.614Z] 00:13:01 1 9.75 0.00 6.45 4.37 0.12 79.31 [2023-03-11T00:49:46.614Z] 00:13:01 2 7.48 0.00 7.04 17.95 0.09 67.44 [2023-03-11T00:49:46.614Z] 00:13:01 3 10.03 0.00 4.43 7.00 0.27 78.27 [2023-03-11T00:49:46.614Z] 00:13:01 4 7.08 0.00 5.23 0.73 0.09 86.88 [2023-03-11T00:49:46.614Z] 00:13:01 5 7.43 0.00 5.84 1.80 0.07 84.86 [2023-03-11T00:49:46.614Z] 00:13:01 6 7.39 0.00 4.13 0.34 0.07 88.08 [2023-03-11T00:49:46.614Z] 00:13:01 7 7.40 0.00 6.24 2.65 0.19 83.52 [2023-03-11T00:49:46.614Z] 00:14:02 all 8.48 0.00 4.08 26.43 0.17 60.84 [2023-03-11T00:49:46.614Z] 00:14:02 0 7.99 0.00 3.50 15.92 0.07 72.52 [2023-03-11T00:49:46.614Z] 00:14:02 1 9.31 0.00 4.34 25.37 0.08 60.90 [2023-03-11T00:49:46.614Z] 00:14:02 2 8.41 0.00 4.24 20.58 0.13 66.64 [2023-03-11T00:49:46.614Z] 00:14:02 3 9.23 0.00 3.98 23.37 0.26 63.15 [2023-03-11T00:49:46.614Z] 00:14:02 4 7.94 0.00 3.65 33.80 0.21 54.40 [2023-03-11T00:49:46.614Z] 00:14:02 5 7.76 0.00 4.19 43.56 0.13 44.36 [2023-03-11T00:49:46.614Z] 00:14:02 6 9.28 0.00 3.56 21.75 0.08 65.33 [2023-03-11T00:49:46.614Z] 00:14:02 7 7.94 0.00 5.20 27.16 0.38 59.32 [2023-03-11T00:49:46.614Z] 00:15:01 all 2.53 0.00 2.98 26.34 0.10 68.05 [2023-03-11T00:49:46.614Z] 00:15:01 0 2.56 0.00 2.54 15.06 0.07 79.76 [2023-03-11T00:49:46.614Z] 00:15:01 1 2.68 0.00 2.85 8.98 0.03 85.45 [2023-03-11T00:49:46.614Z] 00:15:01 2 2.74 0.00 3.76 38.94 0.03 54.53 [2023-03-11T00:49:46.614Z] 00:15:01 3 3.20 0.00 3.20 57.68 0.24 35.69 [2023-03-11T00:49:46.614Z] 00:15:01 4 1.98 0.00 3.07 40.07 0.10 54.78 [2023-03-11T00:49:46.614Z] 00:15:01 5 2.07 0.00 2.87 7.45 0.03 87.58 [2023-03-11T00:49:46.614Z] 00:15:01 6 2.56 0.00 2.53 21.53 0.02 73.36 [2023-03-11T00:49:46.614Z] 00:15:01 7 2.42 0.00 3.01 21.12 0.25 73.19 [2023-03-11T00:49:46.614Z] 00:16:01 all 36.47 0.00 8.61 17.80 0.22 36.89 [2023-03-11T00:49:46.614Z] 00:16:01 0 34.35 0.00 7.74 5.06 0.19 52.65 [2023-03-11T00:49:46.614Z] 00:16:01 1 35.91 0.00 8.46 4.57 0.26 50.81 [2023-03-11T00:49:46.614Z] 00:16:01 2 34.72 0.00 8.39 21.09 0.29 35.50 [2023-03-11T00:49:46.614Z] 00:16:01 3 39.43 0.00 8.86 20.85 0.19 30.66 [2023-03-11T00:49:46.614Z] 00:16:01 4 35.99 0.00 8.78 28.22 0.19 26.81 [2023-03-11T00:49:46.614Z] 00:16:01 5 35.64 0.00 8.37 5.49 0.19 50.31 [2023-03-11T00:49:46.614Z] 00:16:01 6 39.64 0.00 9.84 33.96 0.21 16.36 [2023-03-11T00:49:46.614Z] 00:16:01 7 36.05 0.00 8.45 22.88 0.23 32.40 [2023-03-11T00:49:46.614Z] 00:17:01 all 19.31 0.00 6.74 27.01 0.34 46.61 [2023-03-11T00:49:46.614Z] 00:17:01 0 16.66 0.00 6.09 18.95 0.10 58.20 [2023-03-11T00:49:46.614Z] 00:17:01 1 19.39 0.00 8.31 40.66 0.17 31.46 [2023-03-11T00:49:46.614Z] 00:17:01 2 19.23 0.00 6.75 39.04 0.57 34.42 [2023-03-11T00:49:46.614Z] 00:17:01 3 18.81 0.00 5.39 9.75 0.51 65.54 [2023-03-11T00:49:46.614Z] 00:17:01 4 21.48 0.00 5.52 15.84 0.14 57.02 [2023-03-11T00:49:46.614Z] 00:17:01 5 21.10 0.00 7.99 34.96 0.36 35.58 [2023-03-11T00:49:46.614Z] 00:17:01 6 18.76 0.00 5.20 41.34 0.60 34.10 [2023-03-11T00:49:46.614Z] 00:17:01 7 19.06 0.00 8.70 15.19 0.21 56.83 [2023-03-11T00:49:46.614Z] 00:18:01 all 29.93 0.00 7.51 29.94 0.21 32.41 [2023-03-11T00:49:46.614Z] 00:18:01 0 27.83 0.00 6.41 30.01 0.22 35.53 [2023-03-11T00:49:46.614Z] 00:18:01 1 28.77 0.00 7.87 47.58 0.30 15.49 [2023-03-11T00:49:46.614Z] 00:18:01 2 32.72 0.00 8.25 17.84 0.16 41.04 [2023-03-11T00:49:46.614Z] 00:18:01 3 29.22 0.00 6.48 26.34 0.21 37.75 [2023-03-11T00:49:46.614Z] 00:18:01 4 29.72 0.00 8.50 34.35 0.21 27.22 [2023-03-11T00:49:46.614Z] 00:18:01 5 31.66 0.00 8.61 29.74 0.16 29.84 [2023-03-11T00:49:46.614Z] 00:18:01 6 29.40 0.00 7.01 31.25 0.16 32.19 [2023-03-11T00:49:46.614Z] 00:18:01 7 30.12 0.00 7.00 22.45 0.28 40.14 [2023-03-11T00:49:46.614Z] 00:19:01 all 15.15 0.00 5.63 29.78 0.20 49.24 [2023-03-11T00:49:46.614Z] 00:19:01 0 13.42 0.00 5.11 20.31 0.12 61.04 [2023-03-11T00:49:46.614Z] 00:19:01 1 15.16 0.00 5.19 60.08 0.17 19.40 [2023-03-11T00:49:46.614Z] 00:19:01 2 16.55 0.00 5.84 33.91 0.14 43.56 [2023-03-11T00:49:46.614Z] 00:19:01 3 15.06 0.00 5.59 47.61 0.07 31.68 [2023-03-11T00:49:46.614Z] 00:19:01 4 16.05 0.00 5.40 17.04 0.20 61.31 [2023-03-11T00:49:46.614Z] 00:19:01 5 16.40 0.00 6.91 12.94 0.39 63.35 [2023-03-11T00:49:46.614Z] 00:19:01 6 13.48 0.00 5.02 21.67 0.26 59.56 [2023-03-11T00:49:46.614Z] 00:19:01 7 15.10 0.00 5.95 24.83 0.24 53.89 [2023-03-11T00:49:46.614Z] 00:20:01 all 43.66 0.00 10.13 16.94 0.34 28.93 [2023-03-11T00:49:46.614Z] 00:20:01 0 41.57 0.00 8.98 11.00 0.21 38.25 [2023-03-11T00:49:46.614Z] 00:20:01 1 42.03 0.00 9.62 13.65 0.49 34.22 [2023-03-11T00:49:46.614Z] 00:20:01 2 47.69 0.00 10.86 19.14 0.30 22.02 [2023-03-11T00:49:46.614Z] 00:20:01 3 40.57 0.00 10.79 17.64 0.21 30.79 [2023-03-11T00:49:46.615Z] 00:20:01 4 41.80 0.00 8.98 22.86 0.35 26.00 [2023-03-11T00:49:46.615Z] 00:20:01 5 47.38 0.00 11.75 19.91 0.36 20.59 [2023-03-11T00:49:46.615Z] 00:20:01 6 42.79 0.00 9.11 14.16 0.37 33.57 [2023-03-11T00:49:46.615Z] 00:20:01 7 45.43 0.00 10.91 17.18 0.44 26.04 [2023-03-11T00:49:46.615Z] [2023-03-11T00:49:46.615Z] 00:20:01 CPU %user %nice %system %iowait %steal %idle [2023-03-11T00:49:46.615Z] 00:21:01 all 2.90 0.00 1.83 6.47 0.10 88.69 [2023-03-11T00:49:46.615Z] 00:21:01 0 2.76 0.00 1.83 2.34 0.08 92.99 [2023-03-11T00:49:46.615Z] 00:21:01 1 2.97 0.00 2.05 4.80 0.07 90.12 [2023-03-11T00:49:46.615Z] 00:21:01 2 3.24 0.00 1.54 1.47 0.14 93.62 [2023-03-11T00:49:46.615Z] 00:21:01 3 2.96 0.00 1.64 5.10 0.07 90.24 [2023-03-11T00:49:46.615Z] 00:21:01 4 2.25 0.00 1.78 12.86 0.12 83.00 [2023-03-11T00:49:46.615Z] 00:21:01 5 3.34 0.00 2.13 12.57 0.13 81.83 [2023-03-11T00:49:46.615Z] 00:21:01 6 3.47 0.00 1.89 7.32 0.18 87.13 [2023-03-11T00:49:46.615Z] 00:21:01 7 2.18 0.00 1.81 5.30 0.05 90.66 [2023-03-11T00:49:46.615Z] 00:22:01 all 0.29 0.00 0.01 0.01 0.00 99.68 [2023-03-11T00:49:46.615Z] 00:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-11T00:49:46.615Z] 00:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:22:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2023-03-11T00:49:46.615Z] 00:22:01 3 0.00 0.00 0.00 0.10 0.00 99.90 [2023-03-11T00:49:46.615Z] 00:22:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:22:01 6 1.97 0.00 0.00 0.02 0.00 98.01 [2023-03-11T00:49:46.615Z] 00:22:01 7 0.20 0.00 0.02 0.00 0.00 99.78 [2023-03-11T00:49:46.615Z] 00:23:01 all 0.05 0.00 0.02 0.00 0.00 99.92 [2023-03-11T00:49:46.615Z] 00:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:23:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-11T00:49:46.615Z] 00:23:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:23:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-11T00:49:46.615Z] 00:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:23:01 6 0.23 0.00 0.02 0.00 0.00 99.75 [2023-03-11T00:49:46.615Z] 00:23:01 7 0.07 0.00 0.03 0.03 0.02 99.85 [2023-03-11T00:49:46.615Z] 00:24:01 all 0.19 0.00 0.02 0.00 0.00 99.79 [2023-03-11T00:49:46.615Z] 00:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-11T00:49:46.615Z] 00:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:24:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2023-03-11T00:49:46.615Z] 00:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:24:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-11T00:49:46.615Z] 00:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:24:01 6 1.26 0.00 0.02 0.02 0.00 98.71 [2023-03-11T00:49:46.615Z] 00:24:01 7 0.13 0.00 0.00 0.00 0.02 99.85 [2023-03-11T00:49:46.615Z] 00:25:01 all 0.27 0.00 0.01 0.00 0.00 99.72 [2023-03-11T00:49:46.615Z] 00:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:25:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-11T00:49:46.615Z] 00:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:25:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:25:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-11T00:49:46.615Z] 00:25:01 6 1.99 0.00 0.00 0.00 0.02 98.00 [2023-03-11T00:49:46.615Z] 00:25:01 7 0.07 0.00 0.00 0.02 0.00 99.92 [2023-03-11T00:49:46.615Z] 00:26:01 all 0.07 0.00 0.01 0.00 0.00 99.91 [2023-03-11T00:49:46.615Z] 00:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:26:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:26:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:26:01 6 0.53 0.00 0.05 0.02 0.00 99.40 [2023-03-11T00:49:46.615Z] 00:26:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-11T00:49:46.615Z] 00:27:01 all 0.11 0.00 0.01 0.01 0.01 99.85 [2023-03-11T00:49:46.615Z] 00:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-11T00:49:46.615Z] 00:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:27:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:27:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:27:01 6 0.71 0.00 0.03 0.10 0.10 99.05 [2023-03-11T00:49:46.615Z] 00:27:01 7 0.03 0.00 0.03 0.02 0.00 99.92 [2023-03-11T00:49:46.615Z] 00:28:01 all 0.09 0.00 0.01 0.00 0.00 99.90 [2023-03-11T00:49:46.615Z] 00:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:28:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-11T00:49:46.615Z] 00:28:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-11T00:49:46.615Z] 00:28:01 6 0.55 0.00 0.00 0.02 0.00 99.43 [2023-03-11T00:49:46.615Z] 00:28:01 7 0.02 0.00 0.03 0.02 0.00 99.93 [2023-03-11T00:49:46.615Z] 00:29:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2023-03-11T00:49:46.615Z] 00:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-11T00:49:46.615Z] 00:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:29:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-11T00:49:46.615Z] 00:29:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-11T00:49:46.615Z] 00:29:01 6 0.03 0.00 0.00 0.10 0.00 99.87 [2023-03-11T00:49:46.615Z] 00:29:01 7 0.07 0.00 0.00 0.02 0.00 99.92 [2023-03-11T00:49:46.615Z] 00:30:01 all 0.01 0.00 0.01 0.04 0.00 99.94 [2023-03-11T00:49:46.615Z] 00:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:30:01 4 0.00 0.00 0.03 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:30:01 6 0.00 0.00 0.02 0.30 0.02 99.67 [2023-03-11T00:49:46.615Z] 00:30:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2023-03-11T00:49:46.615Z] 00:31:01 all 0.16 0.00 0.01 0.00 0.01 99.82 [2023-03-11T00:49:46.615Z] 00:31:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-11T00:49:46.615Z] 00:31:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-11T00:49:46.615Z] 00:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:31:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-11T00:49:46.615Z] 00:31:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-11T00:49:46.615Z] 00:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:31:01 6 1.14 0.00 0.03 0.00 0.00 98.82 [2023-03-11T00:49:46.615Z] 00:31:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2023-03-11T00:49:46.615Z] [2023-03-11T00:49:46.615Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2023-03-11T00:49:46.615Z] 00:32:01 all 0.19 0.00 0.01 0.00 0.00 99.80 [2023-03-11T00:49:46.615Z] 00:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:32:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:32:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-11T00:49:46.615Z] 00:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:32:01 6 1.37 0.00 0.00 0.02 0.00 98.61 [2023-03-11T00:49:46.615Z] 00:32:01 7 0.07 0.00 0.03 0.02 0.02 99.87 [2023-03-11T00:49:46.615Z] 00:33:01 all 0.09 0.00 0.01 0.00 0.00 99.90 [2023-03-11T00:49:46.615Z] 00:33:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:33:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-11T00:49:46.615Z] 00:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:33:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:33:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-11T00:49:46.615Z] 00:33:01 6 0.47 0.00 0.00 0.00 0.00 99.53 [2023-03-11T00:49:46.615Z] 00:33:01 7 0.07 0.00 0.02 0.02 0.02 99.88 [2023-03-11T00:49:46.615Z] 00:34:01 all 0.12 0.00 0.01 0.00 0.00 99.86 [2023-03-11T00:49:46.615Z] 00:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:34:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:34:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-11T00:49:46.615Z] 00:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:34:01 6 0.85 0.00 0.02 0.02 0.02 99.10 [2023-03-11T00:49:46.615Z] 00:34:01 7 0.05 0.00 0.03 0.02 0.02 99.88 [2023-03-11T00:49:46.615Z] 00:35:01 all 0.08 0.00 0.01 0.01 0.00 99.90 [2023-03-11T00:49:46.615Z] 00:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:35:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-11T00:49:46.615Z] 00:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.615Z] 00:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.615Z] 00:35:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-11T00:49:46.615Z] 00:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:35:01 6 0.50 0.00 0.00 0.05 0.00 99.45 [2023-03-11T00:49:46.616Z] 00:35:01 7 0.02 0.00 0.05 0.02 0.00 99.92 [2023-03-11T00:49:46.616Z] 00:36:01 all 0.01 0.00 0.01 0.08 0.00 99.90 [2023-03-11T00:49:46.616Z] 00:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:36:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:36:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:36:01 6 0.02 0.00 0.00 0.60 0.00 99.38 [2023-03-11T00:49:46.616Z] 00:36:01 7 0.05 0.00 0.03 0.02 0.02 99.88 [2023-03-11T00:49:46.616Z] 00:37:01 all 0.17 0.00 0.01 0.01 0.00 99.80 [2023-03-11T00:49:46.616Z] 00:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:37:01 1 0.02 0.00 0.00 0.00 0.03 99.95 [2023-03-11T00:49:46.616Z] 00:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:37:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-11T00:49:46.616Z] 00:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:37:01 6 1.29 0.00 0.00 0.02 0.00 98.69 [2023-03-11T00:49:46.616Z] 00:37:01 7 0.03 0.00 0.05 0.10 0.00 99.82 [2023-03-11T00:49:46.616Z] 00:38:01 all 0.16 0.00 0.00 0.00 0.00 99.83 [2023-03-11T00:49:46.616Z] 00:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:38:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:38:01 6 1.14 0.00 0.00 0.02 0.00 98.84 [2023-03-11T00:49:46.616Z] 00:38:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-11T00:49:46.616Z] 00:39:01 all 0.01 0.00 0.01 0.01 0.00 99.96 [2023-03-11T00:49:46.616Z] 00:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:39:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2023-03-11T00:49:46.616Z] 00:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:39:01 6 0.00 0.00 0.02 0.07 0.00 99.92 [2023-03-11T00:49:46.616Z] 00:39:01 7 0.05 0.00 0.02 0.03 0.02 99.88 [2023-03-11T00:49:46.616Z] 00:40:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-11T00:49:46.616Z] 00:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:40:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2023-03-11T00:49:46.616Z] 00:40:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-11T00:49:46.616Z] 00:41:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:41:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:41:01 7 0.07 0.00 0.05 0.03 0.00 99.85 [2023-03-11T00:49:46.616Z] 00:42:01 all 0.06 0.00 0.01 0.00 0.01 99.92 [2023-03-11T00:49:46.616Z] 00:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:42:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-11T00:49:46.616Z] 00:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:42:01 3 0.00 0.00 0.00 0.00 0.03 99.97 [2023-03-11T00:49:46.616Z] 00:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:42:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:42:01 6 0.42 0.00 0.00 0.00 0.00 99.58 [2023-03-11T00:49:46.616Z] 00:42:01 7 0.05 0.00 0.00 0.02 0.02 99.92 [2023-03-11T00:49:46.616Z] [2023-03-11T00:49:46.616Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2023-03-11T00:49:46.616Z] 00:43:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2023-03-11T00:49:46.616Z] 00:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:43:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:43:01 6 1.99 0.00 0.02 0.02 0.00 97.98 [2023-03-11T00:49:46.616Z] 00:43:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2023-03-11T00:49:46.616Z] 00:44:01 all 0.19 0.00 0.01 0.00 0.00 99.79 [2023-03-11T00:49:46.616Z] 00:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-11T00:49:46.616Z] 00:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:44:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:44:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:44:01 6 1.37 0.00 0.07 0.02 0.02 98.53 [2023-03-11T00:49:46.616Z] 00:44:01 7 0.05 0.00 0.00 0.02 0.02 99.92 [2023-03-11T00:49:46.616Z] 00:45:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:45:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:45:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:45:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:45:01 7 0.03 0.00 0.03 0.02 0.00 99.92 [2023-03-11T00:49:46.616Z] 00:46:01 all 0.01 0.00 0.01 2.43 0.63 96.92 [2023-03-11T00:49:46.616Z] 00:46:01 0 0.00 0.00 0.00 0.00 1.75 98.25 [2023-03-11T00:49:46.616Z] 00:46:01 1 0.02 0.00 0.00 0.00 0.13 99.85 [2023-03-11T00:49:46.616Z] 00:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:46:01 3 0.02 0.00 0.02 0.00 1.42 98.55 [2023-03-11T00:49:46.616Z] 00:46:01 4 0.00 0.00 0.00 0.00 0.05 99.95 [2023-03-11T00:49:46.616Z] 00:46:01 5 0.00 0.00 0.00 0.00 1.43 98.57 [2023-03-11T00:49:46.616Z] 00:46:01 6 0.00 0.00 0.02 19.05 0.00 80.93 [2023-03-11T00:49:46.616Z] 00:46:01 7 0.03 0.00 0.03 0.52 0.22 99.20 [2023-03-11T00:49:46.616Z] 00:47:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:47:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:47:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:47:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:47:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-11T00:49:46.616Z] 00:48:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:48:01 3 0.02 0.00 0.00 0.03 0.00 99.95 [2023-03-11T00:49:46.616Z] 00:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.616Z] 00:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-11T00:49:46.616Z] 00:48:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-11T00:49:46.616Z] 00:48:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2023-03-11T00:49:46.616Z] 00:49:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-11T00:49:46.617Z] 00:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-11T00:49:46.617Z] 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.617Z] 00:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-11T00:49:46.617Z] 00:49:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-11T00:49:46.617Z] 00:49:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-11T00:49:46.617Z] 00:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-11T00:49:46.617Z] 00:49:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-11T00:49:46.617Z] 00:49:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-11T00:49:46.617Z] Average: all 6.04 0.00 1.65 4.93 0.07 87.31 [2023-03-11T00:49:46.617Z] Average: 0 5.65 0.00 1.50 4.06 0.09 88.70 [2023-03-11T00:49:46.617Z] Average: 1 6.01 0.00 1.73 5.14 0.06 87.06 [2023-03-11T00:49:46.617Z] Average: 2 6.27 0.00 1.72 5.17 0.05 86.79 [2023-03-11T00:49:46.617Z] Average: 3 6.05 0.00 1.62 5.56 0.10 86.67 [2023-03-11T00:49:46.617Z] Average: 4 5.83 0.00 1.60 5.23 0.05 87.28 [2023-03-11T00:49:46.617Z] Average: 5 6.19 0.00 1.75 4.16 0.09 87.82 [2023-03-11T00:49:46.617Z] Average: 6 6.30 0.00 1.53 6.19 0.06 85.92 [2023-03-11T00:49:46.617Z] Average: 7 6.01 0.00 1.76 3.93 0.08 88.22 [2023-03-11T00:49:46.617Z] [2023-03-11T00:49:46.617Z] [2023-03-11T00:49:46.617Z]