Pull request #4125 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 farshidtz for edgexfoundry/edgex-go Obtained Jenkinsfile from 8b197995a8250201abf561ad50e078495bf84b3f+166620d9f56c7df6403b4f88f57b6f2fdd40f3fd (ed424f6b9d5161d4ec5573e0e720ecc5622cc44f) 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-ssh396049880963353678.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh10052324875628626893.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-4125/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-4125/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9803454430919676394.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-4125/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3676555220585559784.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh3262230326981179980.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-4125/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-4125/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6963194163258534791.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 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > 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 2c432abcf2d142718d3fe157e81a44428d9b823e Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-22806’ Running on prd-ubuntu20.04-docker-8c-8g-22809 in /w/workspace/edgexfoundry_edgex-go_PR-4125 [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 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd into PR head commit 8b197995a8250201abf561ad50e078495bf84b3f Merge succeeded, producing 8b197995a8250201abf561ad50e078495bf84b3f Checking out Revision 8b197995a8250201abf561ad50e078495bf84b3f (PR-4125) > 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/4125/head:refs/remotes/origin/PR-4125 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b197995a8250201abf561ad50e078495bf84b3f # 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 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b197995a8250201abf561ad50e078495bf84b3f # timeout=10 Commit message: "fix(snap): Install Unit of Measure config file on upgrade" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:18:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:18:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:18:04 ========================================================= 13:18:04 EdgeX Global Pipelines Version Info 13:18:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:18:05 ------------------- 13:18:05 stable info: 13:18:05 ------------------- 13:18:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:18:05 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 13:18:05 Message: update stable to v1.0.238 13:18:06 ------------------- 13:18:06 experimental info: 13:18:06 ------------------- 13:18:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:18:06 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 13:18:06 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:18:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:18:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:18:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:18:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:18:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:18:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 13:18:06 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:18:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4125 [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4125 [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4125 [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8b197995a8250201abf561ad50e078495bf84b3f [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8b19799 [Pipeline] echo 13:18:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:18:07 provisioning config files... 13:18:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3177265718883771875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:18:08 ---> docker-login.sh 13:18:08 nexus3.edgexfoundry.org:10001 13:18:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:18:08 Configure a credential helper to remove this warning. See 13:18:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:18:08 13:18:08 Login Succeeded 13:18:08 nexus3.edgexfoundry.org:10002 13:18:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:18:08 Configure a credential helper to remove this warning. See 13:18:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:18:08 13:18:08 Login Succeeded 13:18:08 nexus3.edgexfoundry.org:10003 13:18:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:18:08 Configure a credential helper to remove this warning. See 13:18:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:18:08 13:18:08 Login Succeeded 13:18:08 nexus3.edgexfoundry.org:10004 13:18:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:18:08 Configure a credential helper to remove this warning. See 13:18:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:18:08 13:18:08 Login Succeeded 13:18:08 docker.io 13:18:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:18:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:18:09 Configure a credential helper to remove this warning. See 13:18:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:18:09 13:18:09 Login Succeeded 13:18:09 ---> docker-login.sh ends [Pipeline] } 13:18:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:18:09 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 13:18:09 + dirname cmd/core-command/Dockerfile 13:18:09 + cut -d/ -f2 13:18:09 + echo core-command,cmd/core-command/Dockerfile 13:18:09 + dirname cmd/core-data/Dockerfile 13:18:09 + cut -d/ -f2 13:18:09 + echo core-data,cmd/core-data/Dockerfile 13:18:09 + dirname cmd/core-metadata/Dockerfile 13:18:09 + cut -d/ -f2 13:18:09 + echo core-metadata,cmd/core-metadata/Dockerfile 13:18:09 + dirname cmd/security-bootstrapper/Dockerfile 13:18:09 + cut -d/ -f2 13:18:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 13:18:09 + dirname cmd/security-proxy-setup/Dockerfile 13:18:09 + cut -d/ -f2 13:18:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:18:09 + dirname cmd/security-secretstore-setup/Dockerfile 13:18:09 + cut -d/ -f2 13:18:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:18:09 + dirname cmd/security-spiffe-token-provider/Dockerfile 13:18:09 + cut -d/ -f2 13:18:09 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 13:18:09 + dirname cmd/security-spire-agent/Dockerfile 13:18:09 + cut -d/ -f2 13:18:09 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 13:18:09 + dirname cmd/security-spire-config/Dockerfile 13:18:09 + cut -d/ -f2 13:18:09 + echo security-spire-config,cmd/security-spire-config/Dockerfile 13:18:09 + dirname cmd/security-spire-server/Dockerfile 13:18:09 + cut -d/ -f2 13:18:09 + echo security-spire-server,cmd/security-spire-server/Dockerfile 13:18:09 + dirname cmd/support-notifications/Dockerfile 13:18:09 + cut -d/ -f2 13:18:09 + echo support-notifications,cmd/support-notifications/Dockerfile 13:18:09 + dirname cmd/support-scheduler/Dockerfile 13:18:09 + cut -d/ -f2 13:18:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:18:09 + dirname cmd/sys-mgmt-agent/Dockerfile 13:18:09 + cut -d/ -f2 13:18:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:18:09 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:18:10 + git rev-list -1 --merges 8b197995a8250201abf561ad50e078495bf84b3f~1..8b197995a8250201abf561ad50e078495bf84b3f [Pipeline] echo 13:18:10 -----------> git rev-list -1 --merges 8b197995a8250201abf561ad50e078495bf84b3f~1..8b197995a8250201abf561ad50e078495bf84b3f 8b197995a8250201abf561ad50e078495bf84b3f [false] [Pipeline] sh 13:18:10 + git log --format=format:%s -1 8b197995a8250201abf561ad50e078495bf84b3f [Pipeline] echo 13:18:10 ========================================================= 13:18:10 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:18:10 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 13:18:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:18:11 + grep -v github /etc/ssh/ssh_known_hosts 13:18:11 + [ -e /tmp/ssh_known_hosts ] 13:18:11 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:18:11 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 13:18:11 -a /etc/ssh/ssh_known_hosts 13:18:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:18:11 13:18:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:18:11 0.1.4: Pulling from edgex-devops/py-git-semver 13:18:11 b85a868b505f: Pulling fs layer 13:18:11 e2be974225ed: Pulling fs layer 13:18:11 339a4e72a1f5: Pulling fs layer 13:18:11 988bab9f4d93: Pulling fs layer 13:18:11 1469e6f7b9e6: Pulling fs layer 13:18:11 eaf3925da568: Pulling fs layer 13:18:11 bab4dde63d76: Pulling fs layer 13:18:11 988bab9f4d93: Waiting 13:18:11 1469e6f7b9e6: Waiting 13:18:11 eaf3925da568: Waiting 13:18:11 bde34c3a00c8: Pulling fs layer 13:18:11 b352a97aabf1: Pulling fs layer 13:18:11 4872d77fe225: Pulling fs layer 13:18:11 5851b861e8e6: Pulling fs layer 13:18:11 bab4dde63d76: Waiting 13:18:11 4872d77fe225: Waiting 13:18:11 bde34c3a00c8: Waiting 13:18:11 b352a97aabf1: Waiting 13:18:11 5851b861e8e6: Waiting 13:18:11 e2be974225ed: Verifying Checksum 13:18:11 e2be974225ed: Download complete 13:18:11 988bab9f4d93: Verifying Checksum 13:18:11 988bab9f4d93: Download complete 13:18:12 1469e6f7b9e6: Verifying Checksum 13:18:12 1469e6f7b9e6: Download complete 13:18:12 339a4e72a1f5: Verifying Checksum 13:18:12 339a4e72a1f5: Download complete 13:18:12 eaf3925da568: Verifying Checksum 13:18:12 eaf3925da568: Download complete 13:18:12 bde34c3a00c8: Verifying Checksum 13:18:12 bde34c3a00c8: Download complete 13:18:12 b352a97aabf1: Verifying Checksum 13:18:12 b352a97aabf1: Download complete 13:18:12 4872d77fe225: Verifying Checksum 13:18:12 4872d77fe225: Download complete 13:18:12 5851b861e8e6: Verifying Checksum 13:18:12 5851b861e8e6: Download complete 13:18:12 b85a868b505f: Verifying Checksum 13:18:12 b85a868b505f: Download complete 13:18:12 bab4dde63d76: Verifying Checksum 13:18:12 bab4dde63d76: Download complete 13:18:13 b85a868b505f: Pull complete 13:18:13 e2be974225ed: Pull complete 13:18:13 339a4e72a1f5: Pull complete 13:18:13 988bab9f4d93: Pull complete 13:18:14 1469e6f7b9e6: Pull complete 13:18:14 eaf3925da568: Pull complete 13:18:16 bab4dde63d76: Pull complete 13:18:16 bde34c3a00c8: Pull complete 13:18:16 b352a97aabf1: Pull complete 13:18:16 4872d77fe225: Pull complete 13:18:16 5851b861e8e6: Pull complete 13:18:16 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 13:18:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:18:16 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:18:16 prd-ubuntu20.04-docker-8c-8g-22809 does not seem to be running inside a container 13:18:16 $ 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 13:18:18 $ docker top a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe -eo pid,comm 13:18:18 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). 13:18:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:18:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:18:18 [ssh-agent] Looking for ssh-agent implementation... 13:18:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:18:18 $ docker exec a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe ssh-agent 13:18:18 SSH_AUTH_SOCK=/tmp/ssh-5VjrFmro6Ew4/agent.32 13:18:18 SSH_AGENT_PID=39 13:18:18 Running ssh-add (command line suppressed) 13:18:18 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5337523997887754176.key (/w/workspace/edgex-go/1@tmp/private_key_5337523997887754176.key) 13:18:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:18:19 + git tag --points-at HEAD [Pipeline] } 13:18:19 $ docker exec --env ******** --env ******** a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe ssh-agent -k 13:18:19 unset SSH_AUTH_SOCK; 13:18:19 unset SSH_AGENT_PID; 13:18:19 echo Agent pid 39 killed; 13:18:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:18:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:18:19 [ssh-agent] Looking for ssh-agent implementation... 13:18:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:18:19 $ docker exec a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe ssh-agent 13:18:19 SSH_AUTH_SOCK=/tmp/ssh-PF1mMWV00c5x/agent.72 13:18:19 SSH_AGENT_PID=78 13:18:19 Running ssh-add (command line suppressed) 13:18:19 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4644096971971889481.key (/w/workspace/edgex-go/1@tmp/private_key_4644096971971889481.key) 13:18:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:18:19 + git semver init 13:18:20 2022-08-15 13:18:20,147 [run_init] DEBUG init version:0.0.0 force:False 13:18:20 2022-08-15 13:18:20,147 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 13:18:20 2022-08-15 13:18:20,148 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 13:18:20 2022-08-15 13:18:20,148 [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) 13:18:24 2022-08-15 13:18:24,372 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 13:18:24 2022-08-15 13:18:24,372 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4125 with force:False 13:18:24 2022-08-15 13:18:24,373 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4125 13:18:24 2022-08-15 13:18:24,377 [execute] INFO git cat-file --batch-check 13:18:24 2022-08-15 13:18:24,377 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 13:18:24 2022-08-15 13:18:24,383 [execute] INFO git cat-file --batch 13:18:24 2022-08-15 13:18:24,383 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 13:18:24 2022-08-15 13:18:24,387 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4125 13:18:24 0.0.0 [Pipeline] } 13:18:24 $ docker exec --env ******** --env ******** a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe ssh-agent -k 13:18:24 unset SSH_AUTH_SOCK; 13:18:24 unset SSH_AGENT_PID; 13:18:24 echo Agent pid 78 killed; 13:18:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:18:25 + git semver [Pipeline] } 13:18:25 $ docker stop --time=1 a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe 13:18:26 $ docker rm -f a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe [Pipeline] // withDockerContainer [Pipeline] sh 13:18:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:18:27 Stashed 1 file(s) [Pipeline] echo 13:18:27 [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 13:18:28 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 13:18:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:18:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:18:28 ========================================================= 13:18:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 13:18:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 13:18:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 13:18:28 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 13:18:28 2408cc74d12b: Pulling fs layer 13:18:28 ea60b727a1ce: Pulling fs layer 13:18:28 30c4a7721957: Pulling fs layer 13:18:28 370296b7ddb6: Pulling fs layer 13:18:28 7c6cee850709: Pulling fs layer 13:18:28 39a5fcdaea64: Pulling fs layer 13:18:28 d94ebbe4e438: Pulling fs layer 13:18:28 bcfd1f05c69d: Pulling fs layer 13:18:28 59ccb84bbe0f: Pulling fs layer 13:18:28 39a5fcdaea64: Waiting 13:18:28 370296b7ddb6: Waiting 13:18:28 59ccb84bbe0f: Waiting 13:18:28 7c6cee850709: Waiting 13:18:28 d94ebbe4e438: Waiting 13:18:28 bcfd1f05c69d: Waiting 13:18:28 30c4a7721957: Verifying Checksum 13:18:28 30c4a7721957: Download complete 13:18:28 ea60b727a1ce: Verifying Checksum 13:18:28 ea60b727a1ce: Download complete 13:18:28 7c6cee850709: Verifying Checksum 13:18:28 7c6cee850709: Download complete 13:18:28 39a5fcdaea64: Verifying Checksum 13:18:28 39a5fcdaea64: Download complete 13:18:28 2408cc74d12b: Verifying Checksum 13:18:28 2408cc74d12b: Download complete 13:18:28 d94ebbe4e438: Verifying Checksum 13:18:28 d94ebbe4e438: Download complete 13:18:28 2408cc74d12b: Pull complete 13:18:28 ea60b727a1ce: Pull complete 13:18:29 30c4a7721957: Pull complete 13:18:29 59ccb84bbe0f: Verifying Checksum 13:18:29 59ccb84bbe0f: Download complete 13:18:29 bcfd1f05c69d: Verifying Checksum 13:18:29 bcfd1f05c69d: Download complete 13:18:29 370296b7ddb6: Verifying Checksum 13:18:29 370296b7ddb6: Download complete 13:18:33 370296b7ddb6: Pull complete 13:18:33 7c6cee850709: Pull complete 13:18:33 39a5fcdaea64: Pull complete 13:18:33 d94ebbe4e438: Pull complete 13:18:34 bcfd1f05c69d: Pull complete 13:18:35 59ccb84bbe0f: Pull complete 13:18:35 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 13:18:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 13:18:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 13:18:36 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 13:18:36 WORKDIR /edgex 13:18:36 COPY go.mod . 13:18:36 RUN go mod download build 13:18:36 -t ci-base-image-x86_64 -f - . 13:18:36 Sending build context to Docker daemon 169.3MB 13:18:36 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 13:18:36 ---> a4fb48ad2a94 13:18:36 Step 2/4 : WORKDIR /edgex 13:18:38 ---> Running in d09ed0e5f669 13:18:38 Removing intermediate container d09ed0e5f669 13:18:38 ---> 875e8d61b71f 13:18:38 Step 3/4 : COPY go.mod . 13:18:38 ---> 6c96cc243c5e 13:18:38 Step 4/4 : RUN go mod download 13:18:38 ---> Running in c623180fed72 13:18:42 Still waiting to schedule task 13:18:42 ‘prd-ubuntu20.04-docker-arm64-4c-16g-22808’ is offline 13:18:53 Removing intermediate container c623180fed72 13:18:53 ---> 3ccfb946accb 13:18:53 Successfully built 3ccfb946accb 13:18:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:54 + docker inspect -f . ci-base-image-x86_64 13:18:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:18:54 prd-ubuntu20.04-docker-8c-8g-22809 does not seem to be running inside a container 13:18:54 $ 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 13:18:54 $ docker top f2a71b0e502586d847e4f44dda9127afee8cfede600400b1d4e231e76645d91b -eo pid,comm [Pipeline] { [Pipeline] sh 13:18:55 + go version 13:18:55 go version go1.18.3 linux/amd64 [Pipeline] } 13:18:55 $ docker stop --time=1 f2a71b0e502586d847e4f44dda9127afee8cfede600400b1d4e231e76645d91b 13:18:56 $ docker rm -f f2a71b0e502586d847e4f44dda9127afee8cfede600400b1d4e231e76645d91b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:57 + docker inspect -f . ci-base-image-x86_64 13:18:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:18:57 prd-ubuntu20.04-docker-8c-8g-22809 does not seem to be running inside a container 13:18:57 $ 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 13:18:57 $ docker top f4aef51640feee63f464dcecac187e8ec7dd58125f9dcf21d4dc7c8e26839fd3 -eo pid,comm [Pipeline] { [Pipeline] echo 13:18:57 ========================================================= 13:18:57 [edgeXBuildGoParallel] Running Tests and Build... 13:18:57 ========================================================= [Pipeline] sh 13:18:58 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 13:18:58 + make test 13:18:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:19:04 ? github.com/edgexfoundry/edgex-go [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 13:19:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.076s coverage: 28.7% of statements 13:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:19:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.115s coverage: 98.5% of statements 13:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 13:19:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.102s coverage: 54.2% of statements 13:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:19:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.176s coverage: 89.2% of statements 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 13:19:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.082s coverage: 2.1% of statements 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:19:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.530s coverage: 95.6% of statements 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 13:19:23 ok github.com/edgexfoundry/edgex-go/internal/io 0.071s coverage: 72.2% of statements 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:19:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.108s coverage: 60.0% of statements 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:19:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.069s coverage: 0.9% of statements 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 13:19:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements 13:19:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.087s coverage: 29.6% of statements 13:19:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:19:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.049s coverage: 47.1% of statements 13:19:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements 13:19:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements 13:19:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.356s coverage: 96.3% of statements 13:19:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.095s coverage: 87.5% of statements 13:19:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements 13:19:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 13:19:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.208s coverage: 82.2% of statements 13:19:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 65.1% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 58.8% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.0% of statements 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 85.4% of statements 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.2% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.7% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 65.8% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.162s coverage: 43.6% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.080s coverage: 17.7% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.165s coverage: 92.3% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.113s coverage: 97.7% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 13:19:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 13:19:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements 13:19:43 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 13:20:05 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." 13:20:05 GO111MODULE=on go vet ./... 13:20:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:20:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:20:07 ./bin/test-attribution-txt.sh 13:20:07 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 13:20:07 An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add 13:20:07 An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add 13:20:07 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 13:20:07 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 13:20:07 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 13:20:07 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 13:20:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 13:20:07 + ls -al . 13:20:07 total 732 13:20:07 drwxrwxr-x 10 1001 1001 4096 Aug 15 13:18 . 13:20:07 drwxr-xr-x 4 root root 4096 Aug 15 13:18 .. 13:20:07 -rw-rw-r-- 1 1001 1001 16 Aug 15 13:18 .dockerignore 13:20:07 drwxrwxr-x 8 1001 1001 4096 Aug 15 13:19 .git 13:20:07 drwxrwxr-x 3 1001 1001 4096 Aug 15 13:18 .github 13:20:07 -rw-rw-r-- 1 1001 1001 1030 Aug 15 13:18 .gitignore 13:20:07 -rw-rw-r-- 1 1001 1001 42 Aug 15 13:18 .golangci.yml 13:20:07 -rw-rw-r-- 1 1001 1001 87 Aug 15 13:18 .hadolint.yml 13:20:07 drwxr-xr-x 3 1001 1001 4096 Aug 15 13:18 .semver 13:20:07 -rw-rw-r-- 1 1001 1001 166 Aug 15 13:18 .sonarcloud.properties 13:20:07 -rw-rw-r-- 1 1001 1001 1171 Aug 15 13:18 ADOPTERS.md 13:20:07 -rw-rw-r-- 1 1001 1001 10347 Aug 15 13:18 Attribution.txt 13:20:07 -rw-rw-r-- 1 1001 1001 63209 Aug 15 13:18 CHANGELOG.md 13:20:07 -rw-rw-r-- 1 1001 1001 3804 Aug 15 13:18 CONTRIBUTING.md 13:20:07 -rw-rw-r-- 1 1001 1001 677 Aug 15 13:18 GOVERNANCE.md 13:20:07 -rw-rw-r-- 1 1001 1001 850 Aug 15 13:18 Jenkinsfile 13:20:07 -rw-rw-r-- 1 1001 1001 10775 Aug 15 13:18 LICENSE 13:20:07 -rw-rw-r-- 1 1001 1001 12212 Aug 15 13:18 Makefile 13:20:07 -rw-rw-r-- 1 1001 1001 582 Aug 15 13:18 OWNERS.md 13:20:07 -rw-rw-r-- 1 1001 1001 9094 Aug 15 13:18 README.md 13:20:07 -rw-rw-r-- 1 1001 1001 6912 Aug 15 13:18 SECURITY.md 13:20:07 -rw-rw-r-- 1 1001 1001 5 Aug 15 13:18 VERSION 13:20:07 -rw-rw-r-- 1 1001 1001 4131 Aug 15 13:18 ZMQWindows.md 13:20:07 drwxrwxr-x 2 1001 1001 4096 Aug 15 13:18 bin 13:20:07 drwxrwxr-x 18 1001 1001 4096 Aug 15 13:18 cmd 13:20:07 -rw-r--r-- 1 root root 479862 Aug 15 13:19 coverage.out 13:20:07 -rw-rw-r-- 1 1001 1001 3681 Aug 15 13:18 go.mod 13:20:07 -rw-rw-r-- 1 1001 1001 38033 Aug 15 13:18 go.sum 13:20:07 drwxrwxr-x 8 1001 1001 4096 Aug 15 13:18 internal 13:20:07 drwxrwxr-x 3 1001 1001 4096 Aug 15 13:18 openapi 13:20:07 drwxrwxr-x 4 1001 1001 4096 Aug 15 13:18 snap 13:20:07 -rw-rw-r-- 1 1001 1001 204 Aug 15 13:18 version.go [Pipeline] sh 13:20:07 + '[' -e coverage.out ] 13:20:07 + chown 1001:1001 coverage.out [Pipeline] stash 13:20:08 Stashed 1 file(s) [Pipeline] sh 13:20:08 + make build 13:20:08 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 13:20:20 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22810 in /w/workspace/edgexfoundry_edgex-go_PR-4125 [Pipeline] { [Pipeline] ws 13:20:20 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 13:20:20 The recommended git tool is: git 13:20:23 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq 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 13:20:26 using credential edgex-jenkins-ssh 13:20:26 Cloning the remote Git repository 13:20:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:20:26 > git init /w/workspace/edgex-go/1 # timeout=10 13:20:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:20:26 > git --version # timeout=10 13:20:26 > git --version # 'git version 2.25.1' 13:20:26 using GIT_SSH to set credentials SSH Credentials for GitHub 13:20:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:20:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus 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 13:20:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:20:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:20:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:20:43 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:20:44 Merging remotes/origin/main commit 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd into PR head commit 8b197995a8250201abf561ad50e078495bf84b3f 13:20:44 Merge succeeded, producing 8b197995a8250201abf561ad50e078495bf84b3f 13:20:44 Checking out Revision 8b197995a8250201abf561ad50e078495bf84b3f (PR-4125) 13:20:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:20:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:20:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:20:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:20:43 using GIT_SSH to set credentials SSH Credentials for GitHub 13:20:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4125/head:refs/remotes/origin/PR-4125 +refs/heads/main:refs/remotes/origin/main # timeout=10 13:20:44 > git config core.sparsecheckout # timeout=10 13:20:44 > git checkout -f 8b197995a8250201abf561ad50e078495bf84b3f # timeout=10 13:20:44 > git remote # timeout=10 13:20:44 > git config --get remote.origin.url # timeout=10 13:20:44 using GIT_SSH to set credentials SSH Credentials for GitHub 13:20:44 > git merge 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd # timeout=10 13:20:44 > git rev-parse HEAD^{commit} # timeout=10 13:20:44 > git config core.sparsecheckout # timeout=10 13:20:44 > git checkout -f 8b197995a8250201abf561ad50e078495bf84b3f # timeout=10 13:20:45 CGO_ENABLED=0 GO111MODULE=on 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-setup/security-proxy-setup ./cmd/security-proxy-setup 13:20:45 CGO_ENABLED=0 GO111MODULE=on 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 13:20:46 CGO_ENABLED=0 GO111MODULE=on 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 13:20:47 CGO_ENABLED=0 GO111MODULE=on 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 13:20:48 CGO_ENABLED=0 GO111MODULE=on 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 13:20:49 Commit message: "fix(snap): Install Unit of Measure config file on upgrade" 13:20:49 > git --version # timeout=10 13:20:49 > git --version # 'git version 2.25.1' 13:20:49 fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:20:50 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:20:50 % Total % Received % Xferd Average Speed Time Time Time Current 13:20:50 Dload Upload Total Spent Left Speed 13:20:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 88085 0 --:--:-- --:--:-- --:--:-- 88085 [Pipeline] sh 13:20:50 CGO_ENABLED=0 GO111MODULE=on 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 13:20:50 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 13:20:51 + sudo tee /etc/docker/daemon.new 13:20:51 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 13:20:51 { 13:20:51 "registry-mirrors": [ 13:20:51 "https://nexus3.edgexfoundry.org:10001" 13:20:51 ], 13:20:51 "bip": "10.250.0.254/24", 13:20:51 "hosts": [ 13:20:51 "tcp://0.0.0.0:5555", 13:20:51 "unix:///var/run/docker.sock" 13:20:51 ], 13:20:51 "mtu": 1458, 13:20:51 "selinux-enabled": true, 13:20:51 "seccomp-profile": "/etc/docker/seccomp.json" 13:20:51 } [Pipeline] sh [Pipeline] } 13:20:51 $ docker stop --time=1 f4aef51640feee63f464dcecac187e8ec7dd58125f9dcf21d4dc7c8e26839fd3 13:20:51 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 13:20:54 $ docker rm -f f4aef51640feee63f464dcecac187e8ec7dd58125f9dcf21d4dc7c8e26839fd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 13:20:55 + sudo service docker restart [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:20:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:20:55 13:20:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:20:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:20:56 latest: Pulling from edgex-devops/edgex-compose 13:20:56 cbdbe7a5bc2a: Pulling fs layer 13:20:56 ca9280d653b3: Pulling fs layer 13:20:56 7e9c9ca2126c: Pulling fs layer 13:20:56 cbdbe7a5bc2a: Download complete 13:20:56 ca9280d653b3: Verifying Checksum 13:20:56 ca9280d653b3: Download complete 13:20:56 cbdbe7a5bc2a: Pull complete 13:20:57 7e9c9ca2126c: Verifying Checksum 13:20:57 7e9c9ca2126c: Download complete 13:20:57 ca9280d653b3: Pull complete 13:21:01 7e9c9ca2126c: Pull complete 13:21:01 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:21:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:21:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:21:01 prd-ubuntu20.04-docker-8c-8g-22809 does not seem to be running inside a container 13:21:01 $ 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 13:21:03 $ docker top 62be3458dadb63cbbaa836ba3a8d57c77cd533edc03c9c1ba7b1f7e9bb0a6088 -eo pid,comm [Pipeline] { [Pipeline] sh 13:21:03 + docker-compose build --help 13:21:03 + grep parallel 13:21:04 --parallel Build images in parallel. [Pipeline] } 13:21:04 $ docker stop --time=1 62be3458dadb63cbbaa836ba3a8d57c77cd533edc03c9c1ba7b1f7e9bb0a6088 13:21:05 $ docker rm -f 62be3458dadb63cbbaa836ba3a8d57c77cd533edc03c9c1ba7b1f7e9bb0a6088 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:21:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:21:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:21:06 prd-ubuntu20.04-docker-8c-8g-22809 does not seem to be running inside a container 13:21:06 $ 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 13:21:06 $ docker top 8a4f925a70353d738474973afc86da5a029c3f845b5582b70570185dd8912879 -eo pid,comm [Pipeline] { [Pipeline] sh 13:21:07 + docker-compose -f ./docker-compose-build.yml build --parallel 13:21:07 Building core-command ... 13:21:07 Building core-data ... 13:21:07 Building core-metadata ... 13:21:07 Building security-bootstrapper ... 13:21:07 Building security-proxy-setup ... 13:21:07 Building security-secretstore-setup ... 13:21:07 Building security-spiffe-token-provider ... 13:21:07 Building security-spire-agent ... 13:21:07 Building security-spire-config ... 13:21:07 Building security-spire-server ... 13:21:07 Building support-notifications ... 13:21:07 Building support-scheduler ... 13:21:07 Building sys-mgmt-agent ... 13:21:07 Building security-bootstrapper 13:21:07 Building core-data 13:21:07 Building security-spiffe-token-provider 13:21:07 Building support-scheduler 13:21:07 Building sys-mgmt-agent [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:21:13 provisioning config files... 13:21:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5367474021107769887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:21:14 ---> docker-login.sh 13:21:14 nexus3.edgexfoundry.org:10001 13:21:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:21:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:21:15 Configure a credential helper to remove this warning. See 13:21:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:21:15 13:21:15 Login Succeeded 13:21:15 nexus3.edgexfoundry.org:10002 13:21:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:21:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:21:15 Configure a credential helper to remove this warning. See 13:21:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:21:15 13:21:15 Login Succeeded 13:21:15 nexus3.edgexfoundry.org:10003 13:21:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:21:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:21:16 Configure a credential helper to remove this warning. See 13:21:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:21:16 13:21:16 Login Succeeded 13:21:16 nexus3.edgexfoundry.org:10004 13:21:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:21:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:21:16 Configure a credential helper to remove this warning. See 13:21:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:21:16 13:21:16 Login Succeeded 13:21:16 docker.io 13:21:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:21:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:21:17 Configure a credential helper to remove this warning. See 13:21:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:21:17 13:21:17 Login Succeeded 13:21:17 ---> docker-login.sh ends [Pipeline] } 13:21:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 13:21:17 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 13:21:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:21:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:21:18 ========================================================= 13:21:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 13:21:18 ========================================================= [Pipeline] fileExists [Pipeline] sh 13:21:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 13:21:18 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:21:18 b3c136eddcbf: Pulling fs layer 13:21:18 c0a3192eca97: Pulling fs layer 13:21:18 a050256f5b6f: Pulling fs layer 13:21:18 656be50a0ddc: Pulling fs layer 13:21:18 2bbca73fdf42: Pulling fs layer 13:21:18 46d945488cbd: Pulling fs layer 13:21:18 8a5474983e97: Pulling fs layer 13:21:18 329c88fbcd65: Pulling fs layer 13:21:18 656be50a0ddc: Waiting 13:21:18 2bbca73fdf42: Waiting 13:21:18 46d945488cbd: Waiting 13:21:18 8a5474983e97: Waiting 13:21:18 329c88fbcd65: Waiting 13:21:18 a050256f5b6f: Verifying Checksum 13:21:18 a050256f5b6f: Download complete 13:21:18 c0a3192eca97: Verifying Checksum 13:21:18 c0a3192eca97: Download complete 13:21:18 2bbca73fdf42: Verifying Checksum 13:21:18 2bbca73fdf42: Download complete 13:21:18 46d945488cbd: Verifying Checksum 13:21:18 46d945488cbd: Download complete 13:21:18 b3c136eddcbf: Verifying Checksum 13:21:18 b3c136eddcbf: Download complete 13:21:19 b3c136eddcbf: Pull complete 13:21:19 329c88fbcd65: Verifying Checksum 13:21:19 329c88fbcd65: Download complete 13:21:20 c0a3192eca97: Pull complete 13:21:20 a050256f5b6f: Pull complete 13:21:20 8a5474983e97: Verifying Checksum 13:21:20 8a5474983e97: Download complete 13:21:21 656be50a0ddc: Verifying Checksum 13:21:21 656be50a0ddc: Download complete 13:21:22 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:21:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:21:22 ---> 3ccfb946accb 13:21:22 Step 3/23 : WORKDIR /edgex-go 13:21:22 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:21:22 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:21:22 ---> 3ccfb946accb 13:21:22 Step 3/31 : WORKDIR /edgex-go 13:21:22 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:21:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:21:22 ---> 3ccfb946accb 13:21:22 Step 3/22 : WORKDIR /edgex-go 13:21:22 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:21:22 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:21:22 ---> 3ccfb946accb 13:21:22 Step 3/20 : WORKDIR /edgex-go 13:21:22 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:21:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:21:22 ---> 3ccfb946accb 13:21:22 Step 3/23 : WORKDIR /edgex-go 13:21:23 ---> Running in 1ff1e9af4d34 13:21:23 ---> Running in 0db2c03569d8 13:21:23 ---> Running in a99143e6f261 13:21:23 ---> Running in 35463c69ab09 13:21:23 ---> Running in ac3c0b30a4e8 13:21:23 Removing intermediate container 1ff1e9af4d34 13:21:23 ---> 17a1d50d4412 13:21:23 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:21:23 Removing intermediate container a99143e6f261 13:21:23 ---> 1aae58521c7c 13:21:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:21:23 Removing intermediate container 0db2c03569d8 13:21:23 ---> fc5db7efef0a 13:21:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:21:23 Removing intermediate container 35463c69ab09 13:21:23 ---> 58d9855b8133 13:21:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:21:23 ---> Running in 3d1fa81bdf50 13:21:23 Removing intermediate container ac3c0b30a4e8 13:21:23 ---> 7542d22045da 13:21:23 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 13:21:23 ---> Running in af6c4e71d584 13:21:23 ---> Running in 3c93235b7fc3 13:21:23 ---> Running in 65798c4f2aa8 13:21:23 ---> Running in a6cc90bc5fdd 13:21:24 Removing intermediate container 3d1fa81bdf50 13:21:24 ---> 037dd1199a58 13:21:24 Step 5/31 : RUN apk add --update --no-cache make git 13:21:24 Removing intermediate container af6c4e71d584 13:21:24 ---> 6ec5be37e69e 13:21:24 Step 5/22 : RUN apk add --update --no-cache make git 13:21:24 ---> Running in f95710c3545c 13:21:24 ---> Running in c9afa9bd947d 13:21:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:21:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:21:25 v3.16.2-31-gfe918834c6 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 13:21:25 v3.16.2-31-gfe918834c6 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 13:21:25 OK: 17036 distinct packages available 13:21:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:21:25 Removing intermediate container 3c93235b7fc3 13:21:25 ---> aaa58f545fda 13:21:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:21:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:21:25 ---> Running in ef3b7877855b 13:21:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:21:25 Removing intermediate container 65798c4f2aa8 13:21:25 ---> 9bc284d4db00 13:21:25 Step 5/23 : RUN apk add --update --no-cache make bash git 13:21:25 ---> Running in 6042bce69713 13:21:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:21:25 OK: 211 MiB in 51 packages 13:21:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:21:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:21:26 Removing intermediate container a6cc90bc5fdd 13:21:26 ---> 779fc57ba690 13:21:26 Step 5/20 : COPY go.mod vendor* ./ 13:21:26 ---> f7976b0fee16 13:21:26 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:21:26 ---> Running in b0edb92c5409 13:21:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:21:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:21:26 OK: 211 MiB in 51 packages 13:21:26 OK: 211 MiB in 51 packages 13:21:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:21:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:21:27 Removing intermediate container c9afa9bd947d 13:21:27 ---> d93d1d071976 13:21:27 Step 6/22 : COPY go.mod vendor* ./ 13:21:27 OK: 211 MiB in 51 packages 13:21:27 Removing intermediate container f95710c3545c 13:21:27 ---> 914f72a53a9a 13:21:27 Step 6/31 : COPY go.mod vendor* ./ 13:21:27 ---> fc1d31d57981 13:21:27 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:21:27 ---> Running in 30a39c6ea5a6 13:21:27 OK: 211 MiB in 51 packages 13:21:27 ---> e9d7769ef832 13:21:27 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:21:27 ---> Running in 4795f5d0b02e 13:21:27 Removing intermediate container ef3b7877855b 13:21:27 ---> 6a5a4cc6717a 13:21:27 Step 6/23 : COPY go.mod vendor* ./ 13:21:27 Removing intermediate container 6042bce69713 13:21:27 ---> 6e6d25da8cdb 13:21:27 Step 6/23 : COPY go.mod vendor* ./ 13:21:28 ---> 2b0971bf2c5f 13:21:28 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:21:28 ---> a7231ac3eb06 13:21:28 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:21:28 ---> Running in 5d6fe8604ecd 13:21:28 ---> Running in ceb6f790319e 13:21:33 Removing intermediate container b0edb92c5409 13:21:33 ---> 748b14b9a887 13:21:33 Step 7/20 : COPY . . 13:21:36 656be50a0ddc: Pull complete 13:21:36 2bbca73fdf42: Pull complete 13:21:36 46d945488cbd: Pull complete 13:21:39 ---> 10c67d693cc8 13:21:39 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 13:21:39 ---> Running in f2e0c810f1b0 13:21:39 Removing intermediate container 30a39c6ea5a6 13:21:39 ---> 9f1522213307 13:21:39 Step 8/22 : COPY . . 13:21:39 Removing intermediate container 4795f5d0b02e 13:21:39 ---> d939190072d4 13:21:39 Step 8/31 : COPY . . 13:21:39 Removing intermediate container ceb6f790319e 13:21:39 ---> 10e7b38c06f6 13:21:39 Step 8/23 : COPY . . 13:21:39 Removing intermediate container 5d6fe8604ecd 13:21:39 ---> 2af5e63ad179 13:21:39 Step 8/23 : COPY . . 13:21:39 CGO_ENABLED=0 GO111MODULE=on 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 13:21:42 8a5474983e97: Pull complete 13:21:44 329c88fbcd65: Pull complete 13:21:44 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 13:21:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 13:21:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 13:21:44 + + docker build -t ci-base-image-arm64 -f - . 13:21:44 echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 13:21:44 WORKDIR /edgex 13:21:44 COPY go.mod . 13:21:44 RUN go mod download 13:21:45 Sending build context to Docker daemon 3.139MB 13:21:45 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 13:21:45 ---> ff4287adb874 13:21:45 Step 2/4 : WORKDIR /edgex 13:21:47 ---> Running in 729088df3aca 13:21:47 Removing intermediate container 729088df3aca 13:21:47 ---> 41e522357925 13:21:47 Step 3/4 : COPY go.mod . 13:21:47 ---> 6ff4b1b10aad 13:21:47 Step 4/4 : RUN go mod download 13:21:47 ---> Running in 09331b8cc869 13:21:52 ---> 33edd3b65759 13:21:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:21:52 ---> 22dfb5d4a9f9 13:21:52 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:21:52 ---> Running in 3b4e5e4cd059 13:21:52 ---> 0af989dd2ac4 13:21:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:21:52 ---> f71e7c27a362 13:21:52 Step 9/23 : RUN make cmd/core-data/core-data 13:21:52 ---> Running in b2b1db866693 13:21:52 ---> Running in 0fa22f45f37f 13:21:52 ---> Running in 1d960b0a8368 13:21:52 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:21:52 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:21:52 CGO_ENABLED=0 GO111MODULE=on 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 13:21:52 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 13:22:04 Removing intermediate container f2e0c810f1b0 13:22:04 ---> 089e7118221f 13:22:04 13:22:04 Step 9/20 : FROM alpine:3.15 13:22:04 3.15: Pulling from library/alpine 13:22:04 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 13:22:04 Status: Downloaded newer image for alpine:3.15 13:22:04 ---> c4fc93816858 13:22:04 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:22:04 ---> Running in 24904da79a59 13:22:04 Removing intermediate container 24904da79a59 13:22:04 ---> 84a306091b92 13:22:04 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:22:04 ---> Running in 0de034fdf5e7 13:22:07 Removing intermediate container 0de034fdf5e7 13:22:07 ---> 54e30914f754 13:22:07 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 13:22:07 ---> Running in 36563ae55967 13:22:08 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:22:09 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:22:09 v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 13:22:09 v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] 13:22:09 OK: 15856 distinct packages available 13:22:09 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:22:10 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:22:10 (1/9) Installing ca-certificates (20220614-r0) 13:22:10 (2/9) Installing brotli-libs (1.0.9-r5) 13:22:11 (3/9) Installing nghttp2-libs (1.46.0-r0) 13:22:11 (4/9) Installing libcurl (7.80.0-r2) 13:22:11 (5/9) Installing curl (7.80.0-r2) 13:22:11 (6/9) Installing dumb-init (1.2.5-r1) 13:22:11 (7/9) Installing musl-obstack (1.2.3-r0) 13:22:11 (8/9) Installing libucontext (1.1-r0) 13:22:11 (9/9) Installing gcompat (1.0.0-r4) 13:22:11 Executing busybox-1.34.1-r7.trigger 13:22:11 Executing ca-certificates-20220614-r0.trigger 13:22:11 OK: 8 MiB in 23 packages 13:22:14 Removing intermediate container 36563ae55967 13:22:14 ---> c0ebf06aab86 13:22:14 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 13:22:14 ---> 701db45e9e3d 13:22:14 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 13:22:15 ---> db18c485df68 13:22:15 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 13:22:16 ---> b90d78f16e3f 13:22:16 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 13:22:16 ---> Running in fb62fe6ec798 13:22:16 Removing intermediate container fb62fe6ec798 13:22:16 ---> a0d1ffd4cfcd 13:22:16 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:22:16 ---> Running in 5b785f0ee733 13:22:16 Removing intermediate container 5b785f0ee733 13:22:16 ---> 26854b1b7da9 13:22:16 Step 18/20 : LABEL arch=x86_64 13:22:16 ---> Running in ac7a42f7a24f 13:22:17 Removing intermediate container ac7a42f7a24f 13:22:17 ---> 96461b22dc69 13:22:17 Step 19/20 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:22:17 ---> Running in b06970475cac 13:22:17 Removing intermediate container b06970475cac 13:22:17 ---> 94e6b9f61e3c 13:22:17 Step 20/20 : LABEL version=0.0.0 13:22:17 ---> Running in 118a87bb436a 13:22:17 Removing intermediate container 118a87bb436a 13:22:17 ---> 4339b6ded134 13:22:17 13:22:17 Successfully built 4339b6ded134 13:22:17 Successfully tagged security-spiffe-token-provider:latest 13:22:17  Building security-spiffe-token-provider ... done Building security-secretstore-setup 13:22:20 Removing intermediate container 09331b8cc869 13:22:20 ---> 40639bbecdd0 13:22:20 Successfully built 40639bbecdd0 13:22:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:22:20 + docker inspect -f . ci-base-image-arm64 13:22:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:22:20 prd-ubuntu20.04-docker-arm64-4c-16g-22810 does not seem to be running inside a container 13:22:20 $ 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 13:22:21 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:22:21 Step 2/25 : FROM ${BUILDER_BASE} AS builder 13:22:21 ---> 3ccfb946accb 13:22:21 Step 3/25 : WORKDIR /edgex-go 13:22:21 ---> Using cache 13:22:21 ---> 7542d22045da 13:22:21 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:22:22 $ docker top 25042d79aa7f11ff352b460ec8f9d52ea667a9b16815a4f2c17c1dbca98cc29e -eo pid,comm 13:22:22 ---> Running in f7b2ad53feb2 [Pipeline] { [Pipeline] sh 13:22:23 + go version 13:22:23 go version go1.18.3 linux/arm64 [Pipeline] } 13:22:23 $ docker stop --time=1 25042d79aa7f11ff352b460ec8f9d52ea667a9b16815a4f2c17c1dbca98cc29e 13:22:24 $ docker rm -f 25042d79aa7f11ff352b460ec8f9d52ea667a9b16815a4f2c17c1dbca98cc29e 13:22:24 Removing intermediate container f7b2ad53feb2 13:22:24 ---> e72be463c78d 13:22:24 Step 5/25 : RUN apk add --update --no-cache make git 13:22:24 ---> Running in 370c0d7ca4bd 13:22:24 Removing intermediate container 0fa22f45f37f 13:22:24 ---> f0497197010d 13:22:24 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:22:24 Removing intermediate container b2b1db866693 13:22:24 ---> ca89f0c16cef 13:22:24 13:22:24 Step 10/31 : FROM alpine:3.16 13:22:24 ---> Running in aa4bbddd42a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 13:22:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:22:25 3.16: Pulling from library/alpine 13:22:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:22:25 + docker inspect -f . ci-base-image-arm64 13:22:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:22:25 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 13:22:25 Status: Downloaded newer image for alpine:3.16 13:22:25 ---> 9c6f07244728 13:22:25 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:22:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:22:25 prd-ubuntu20.04-docker-arm64-4c-16g-22810 does not seem to be running inside a container 13:22:26 $ 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 13:22:26 OK: 211 MiB in 51 packages 13:22:26 ---> Running in 1c5b85a1ade5 13:22:26 Removing intermediate container 1d960b0a8368 13:22:26 ---> 4272ab9346a1 13:22:26 13:22:26 Step 10/23 : FROM alpine:3.16 13:22:26 ---> 9c6f07244728 13:22:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:22:26 ---> Running in 0f72e3782e8b 13:22:26 Removing intermediate container 1c5b85a1ade5 13:22:26 Removing intermediate container aa4bbddd42a7 13:22:26 ---> f2692f574b15 13:22:26 13:22:26 Step 11/23 : FROM alpine:3.16 13:22:26 ---> df0cc51e91da 13:22:26 ---> 9c6f07244728 13:22:26 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:22:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 13:22:27 ---> Running in 3fcdd03410e4 13:22:27 ---> Running in c09155671c8f 13:22:27 Removing intermediate container 0f72e3782e8b 13:22:27 ---> b42e5cebdfa7 13:22:27 Step 12/23 : ENV APP_PORT=59880 13:22:27 Removing intermediate container 370c0d7ca4bd 13:22:27 ---> 64e445e7f971 13:22:27 Step 6/25 : COPY go.mod vendor* ./ 13:22:27 ---> Running in 3d00f7ec1a9d 13:22:27 Removing intermediate container 3fcdd03410e4 13:22:27 ---> 682f9335706f 13:22:27 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 13:22:27 $ docker top 99b3e5e13f0aa746da834e00f5d8a619394c5151c2899aefcac4e0d40666a8f4 -eo pid,comm 13:22:27 ---> Running in 4e5d7702c1f5 13:22:27 Removing intermediate container 3d00f7ec1a9d 13:22:27 ---> 6030f9573f51 13:22:27 Step 13/23 : EXPOSE $APP_PORT 13:22:27 ---> Running in 348aa2391c67 13:22:27 ---> be16426d3766 13:22:27 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:22:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:22:27 ---> Running in cdd08f706295 13:22:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo 13:22:27 ========================================================= 13:22:27 [edgeXBuildGoParallel] Running Tests and Build... 13:22:27 ========================================================= 13:22:27 Removing intermediate container 348aa2391c67 13:22:27 ---> 9ec759e45bbd 13:22:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:22:27 ---> Running in f1dfd7e59069 13:22:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:22:27 (1/2) Installing dumb-init (1.2.5-r1) 13:22:27 (2/2) Installing su-exec (0.2-r1) 13:22:27 Executing busybox-1.35.0-r17.trigger 13:22:27 OK: 6 MiB in 16 packages [Pipeline] sh 13:22:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:22:27 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 13:22:27 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 13:22:27 (3/33) Installing readline (8.1.2-r0) 13:22:28 (4/33) Installing bash (5.1.16-r2) 13:22:28 Executing bash-5.1.16-r2.post-install 13:22:28 (5/33) Installing ca-certificates (20220614-r0) 13:22:28 (6/33) Installing brotli-libs (1.0.9-r6) 13:22:28 (7/33) Installing nghttp2-libs (1.47.0-r0) 13:22:28 (8/33) Installing libcurl (7.83.1-r2) 13:22:28 (9/33) Installing curl (7.83.1-r2) 13:22:28 (10/33) Installing docker-cli (20.10.16-r2) 13:22:28 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 13:22:28 (11/33) Installing dumb-init (1.2.5-r1) 13:22:28 (12/33) Installing libbz2 (1.0.8-r1) 13:22:28 (13/33) Installing expat (2.4.8-r0) 13:22:28 (14/33) Installing libffi (3.4.2-r1) 13:22:28 (15/33) Installing gdbm (1.23-r0) 13:22:28 (16/33) Installing xz-libs (5.2.5-r1) 13:22:28 (17/33) Installing libgcc (11.2.1_git20220219-r2) 13:22:28 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 13:22:28 (19/33) Installing mpdecimal (2.5.1-r1) 13:22:28 (20/33) Installing sqlite-libs (3.38.5-r0) 13:22:28 (21/33) Installing python3 (3.10.5-r0) 13:22:28 + make test 13:22:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:22:29 (22/33) Installing py3-contextlib2 (21.6.0-r2) 13:22:29 (23/33) Installing py3-tomli (2.0.1-r1) 13:22:29 (24/33) Installing py3-pep517 (0.12.0-r2) 13:22:29 (25/33) Installing py3-six (1.16.0-r1) 13:22:29 (26/33) Installing py3-retrying (1.3.3-r3) 13:22:29 (27/33) Installing py3-appdirs (1.4.4-r3) 13:22:29 (28/33) Installing py3-more-itertools (8.13.0-r0) 13:22:29 (29/33) Installing py3-ordered-set (4.0.2-r3) 13:22:29 (30/33) Installing py3-parsing (2.4.7-r3) 13:22:29 (31/33) Installing py3-packaging (21.3-r0) 13:22:29 (32/33) Installing py3-setuptools (59.4.0-r0) 13:22:29 (33/33) Installing py3-pip (22.1.1-r0) 13:22:29 Executing busybox-1.35.0-r17.trigger 13:22:29 Executing ca-certificates-20220614-r0.trigger 13:22:29 OK: 122 MiB in 47 packages 13:22:30 Removing intermediate container c09155671c8f 13:22:30 ---> 9befd106c27c 13:22:30 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:22:30 ---> Running in 82e1404251cd 13:22:30 Removing intermediate container f1dfd7e59069 13:22:30 ---> 50f9924f8506 13:22:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:22:30 Removing intermediate container 82e1404251cd 13:22:30 ---> fed2f2610673 13:22:30 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 13:22:30 Removing intermediate container 3b4e5e4cd059 13:22:30 ---> 3ff904c4b664 13:22:30 13:22:30 Step 10/22 : FROM alpine:3.16 13:22:30 ---> 9c6f07244728 13:22:30 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:22:30 ---> Running in b545efe382cb 13:22:30 ---> Running in 8e1ba8d0582a 13:22:30 ---> Running in 408e10b214f6 13:22:30 Removing intermediate container 8e1ba8d0582a 13:22:30 ---> 24e79c3a54c0 13:22:30 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 13:22:30 ---> Running in 005a71b6deb5 13:22:31 Removing intermediate container 005a71b6deb5 13:22:31 ---> 0dd548fc6d25 13:22:31 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:22:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:22:31 ---> Running in 3ada0c1a0549 13:22:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:22:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:22:31 (1/1) Installing dumb-init (1.2.5-r1) 13:22:31 Executing busybox-1.35.0-r17.trigger 13:22:31 OK: 6 MiB in 15 packages 13:22:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:22:32 (1/6) Installing dumb-init (1.2.5-r1) 13:22:32 (2/6) Installing libgcc (11.2.1_git20220219-r2) 13:22:32 Removing intermediate container 3ada0c1a0549 13:22:32 ---> 919642a08ca9 13:22:32 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 13:22:32 Removing intermediate container 408e10b214f6 13:22:32 ---> f9ebc2acc506 13:22:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:22:32 ---> Running in 9fadbd6ba76c 13:22:32 ---> Running in 365872c1453d 13:22:32 (3/6) Installing libsodium (1.0.18-r0) 13:22:32 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 13:22:32 Removing intermediate container 9fadbd6ba76c 13:22:32 ---> 95469e71b3f4 13:22:32 Step 13/22 : ENV APP_PORT=59861 13:22:32 Removing intermediate container 365872c1453d 13:22:32 ---> 3a36d2017bcf 13:22:32 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 13:22:33 ---> Running in a269c727909d 13:22:33 (5/6) Installing libzmq (4.3.4-r0) 13:22:33 Collecting docker-compose==1.23.2 13:22:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:22:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 21.7 MB/s eta 0:00:00 13:22:33 (6/6) Installing zeromq (4.3.4-r0) 13:22:33 Collecting dockerpty<0.5,>=0.4.1 13:22:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:22:33 Preparing metadata (setup.py): started 13:22:33 Removing intermediate container a269c727909d 13:22:33 ---> a179f463dab6 13:22:33 Step 14/22 : EXPOSE $APP_PORT 13:22:33 ---> 75c60f2cde42 13:22:33 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 13:22:33 Executing busybox-1.35.0-r17.trigger 13:22:33 OK: 8 MiB in 20 packages 13:22:33 ---> Running in 6d4cf346753e 13:22:33 ---> Running in 9d3defe9cdf7 13:22:33 Removing intermediate container 6d4cf346753e 13:22:33 ---> aa45d635c1c3 13:22:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:22:33 Preparing metadata (setup.py): finished with status 'done' 13:22:33 Collecting jsonschema<3,>=2.5.1 13:22:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:22:33 Collecting PyYAML<4,>=3.10 13:22:33 Downloading PyYAML-3.13.tar.gz (270 kB) 13:22:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 36.4 MB/s eta 0:00:00 13:22:33 ---> bc7626097fb3 13:22:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:22:33 Removing intermediate container b545efe382cb 13:22:33 ---> 8125193e3bf2 13:22:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:22:33 Preparing metadata (setup.py): started 13:22:34 Preparing metadata (setup.py): finished with status 'done' 13:22:34 Collecting websocket-client<1.0,>=0.32.0 13:22:34 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 13:22:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 162.5 MB/s eta 0:00:00 13:22:34 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 13:22:34 ---> 8e87f3d148dc 13:22:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:22:34 ---> b4c3c7b87ef4 13:22:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:22:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:22:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:22:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 65.6 MB/s eta 0:00:00 13:22:34 Collecting docopt<0.7,>=0.6.1 13:22:34 Downloading docopt-0.6.2.tar.gz (25 kB) 13:22:34 Preparing metadata (setup.py): started 13:22:34 Removing intermediate container 9d3defe9cdf7 13:22:34 ---> 9f5156dfbf5e 13:22:34 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:22:34 Removing intermediate container cdd08f706295 13:22:34 ---> 516561393c5d 13:22:34 Step 8/25 : COPY . . 13:22:34 Preparing metadata (setup.py): finished with status 'done' 13:22:34 Collecting cached-property<2,>=1.2.0 13:22:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:22:34 ---> c3cb6499a635 13:22:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:22:34 Collecting docker<4.0,>=3.6.0 13:22:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:22:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 3.9 MB/s eta 0:00:00 13:22:34 Collecting texttable<0.10,>=0.9.0 13:22:34 Downloading texttable-0.9.1.tar.gz (11 kB) 13:22:34 Preparing metadata (setup.py): started 13:22:35 Preparing metadata (setup.py): finished with status 'done' 13:22:35 Collecting docker-pycreds>=0.4.0 13:22:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:22:35 Collecting certifi>=2017.4.17 13:22:35 Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 13:22:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 13.1 MB/s eta 0:00:00 13:22:35 Collecting urllib3<1.25,>=1.21.1 13:22:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:22:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 26.0 MB/s eta 0:00:00 13:22:35 ---> 0533f0f28592 13:22:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:22:35 Collecting idna<2.8,>=2.5 13:22:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:22:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 167.1 MB/s eta 0:00:00 13:22:35 ---> Running in 4adbb483d9c4 13:22:35 ---> 531f4ef765d3 13:22:35 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:22:35 Collecting chardet<3.1.0,>=3.0.2 13:22:35 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 13:22:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 47.4 MB/s eta 0:00:00 13:22:35 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 13:22:35 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 13:22:35 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 13:22:35 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 13:22:35 Removing intermediate container 4adbb483d9c4 13:22:35 ---> a940ed1a5da7 13:22:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:22:35 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 13:22:35 Running setup.py install for texttable: started 13:22:35 ---> Running in 9eeafe1a41b5 13:22:35 ---> afbcd6cde28d 13:22:35 Step 19/23 : ENTRYPOINT ["/core-data"] 13:22:35 ---> Running in f7ee4af46d6e 13:22:35 Removing intermediate container 9eeafe1a41b5 13:22:35 ---> 5de44f3025f2 13:22:35 Step 20/22 : LABEL arch=x86_64 13:22:35 ---> Running in 73f377fee51e 13:22:35 Removing intermediate container f7ee4af46d6e 13:22:35 ---> 16d449ba8b31 13:22:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:22:36 Running setup.py install for texttable: finished with status 'done' 13:22:36 ---> Running in b914fbd2d876 13:22:36 Running setup.py install for PyYAML: started 13:22:36 ---> ecc2a28659b0 13:22:36 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:22:36 Removing intermediate container 73f377fee51e 13:22:36 ---> a43ecbc5ed42 13:22:36 Step 21/22 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:22:36 ---> Running in 1796fcdbc01f 13:22:36 Removing intermediate container b914fbd2d876 13:22:36 ---> 0e682643a012 13:22:36 Step 21/23 : LABEL arch=x86_64 13:22:36 ---> Running in 4c425845a790 13:22:36 ---> b138c77e3d57 13:22:36 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:22:36 Removing intermediate container 1796fcdbc01f 13:22:36 ---> 43990df59795 13:22:36 Step 22/22 : LABEL version=0.0.0 13:22:36 ---> Running in 72bbb03f9114 13:22:36 Removing intermediate container 4c425845a790 13:22:36 ---> 7b0e7e76d776 13:22:36 Step 22/23 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:22:36 ---> Running in c2dcba2b1036 13:22:36 Running setup.py install for PyYAML: finished with status 'done' 13:22:36 Removing intermediate container 72bbb03f9114 13:22:36 ---> bfff838391e6 13:22:36 13:22:36 Removing intermediate container c2dcba2b1036 13:22:36 ---> df77908a72c6 13:22:36 Step 23/23 : LABEL version=0.0.0 13:22:36 Successfully built bfff838391e6 13:22:36 ---> e9706e570209 13:22:36 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 13:22:36 Successfully tagged support-scheduler:latest 13:22:36  Building support-scheduler ... done Building security-spire-agent 13:22:36 ---> Running in 0866ee22b442 13:22:36 Running setup.py install for docopt: started 13:22:37 Running setup.py install for docopt: finished with status 'done' 13:22:37 ---> 0ddb63f9eff8 13:22:37 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:22:38 Removing intermediate container 0866ee22b442 13:22:38 ---> b51a521dbc55 13:22:38 13:22:38 Successfully built b51a521dbc55 13:22:38 Successfully tagged core-data:latest 13:22:38 Building security-spire-config 13:22:38  Building core-data ... done  ---> 486e5d243afe 13:22:38 Step 26/31 : RUN chmod +x /entrypoint.sh 13:22:38 Running setup.py install for dockerpty: started 13:22:39 Running setup.py install for dockerpty: finished with status 'done' 13:22:39 ---> 7d9d904cc257 13:22:39 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:22:39 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:22:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:22:39 ---> 3ccfb946accb 13:22:39 Step 3/26 : WORKDIR /edgex-go 13:22:39 ---> Using cache 13:22:39 ---> 7542d22045da 13:22:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:22:39 ---> Using cache 13:22:39 ---> e72be463c78d 13:22:39 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 13:22:40 ---> Running in d2e1c748822e 13:22:40 ---> Running in 266e4f0636b0 13:22:40 ---> Running in 40ad7b9fa1dc 13:22:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.6.15 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 13:22:40 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 13:22:41 CGO_ENABLED=0 GO111MODULE=on 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 13:22:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:22:41 Removing intermediate container d2e1c748822e 13:22:41 ---> f328bf8d6517 13:22:41 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:22:41 ---> Running in 6772730deeab 13:22:42 Removing intermediate container 6772730deeab 13:22:42 ---> 223acef66c68 13:22:42 Step 28/31 : CMD ["gate"] 13:22:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:22:42 ---> Running in 4b474074521d 13:22:42 Removing intermediate container 4b474074521d 13:22:42 ---> 6ffe310e4d46 13:22:42 Step 29/31 : LABEL arch=x86_64 13:22:42 OK: 211 MiB in 51 packages 13:22:42 ---> Running in 64698b82cf64 13:22:43 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:22:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:22:43 ---> 3ccfb946accb 13:22:43 Step 3/26 : WORKDIR /edgex-go 13:22:43 ---> Using cache 13:22:43 ---> 7542d22045da 13:22:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:22:43 ---> Using cache 13:22:43 ---> e72be463c78d 13:22:43 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 13:22:43 Removing intermediate container 64698b82cf64 13:22:43 ---> 7e3c7e1d4d38 13:22:43 Step 30/31 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:22:43 ---> Running in eca13bb55595 13:22:43 ---> Running in 67a578ee684b 13:22:43 Removing intermediate container 40ad7b9fa1dc 13:22:43 ---> 719fbff98cb3 13:22:43 Step 6/26 : COPY go.mod vendor* ./ 13:22:43 Removing intermediate container 67a578ee684b 13:22:43 ---> 9b43562ac1a4 13:22:43 Step 31/31 : LABEL version=0.0.0 13:22:43 ---> Running in 8c2e5dd269a4 13:22:43 ---> 779cb1e68fa0 13:22:43 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:22:43 ---> Running in b5de57c968c9 13:22:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:22:43 Removing intermediate container 8c2e5dd269a4 13:22:43 ---> 33acea228896 13:22:43 13:22:43 Successfully built 33acea228896 13:22:43 Successfully tagged security-bootstrapper:latest 13:22:43  Building security-bootstrapper ... done Building security-spire-server 13:22:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:22:45 OK: 211 MiB in 51 packages 13:22:47 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:22:47 Step 2/25 : FROM ${BUILDER_BASE} AS builder 13:22:47 ---> 3ccfb946accb 13:22:47 Step 3/25 : WORKDIR /edgex-go 13:22:47 ---> Using cache 13:22:47 ---> 7542d22045da 13:22:47 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:22:47 ---> Using cache 13:22:47 ---> e72be463c78d 13:22:47 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 13:22:47 ---> Using cache 13:22:47 ---> 719fbff98cb3 13:22:47 Step 6/25 : COPY go.mod vendor* ./ 13:22:47 ---> Using cache 13:22:47 ---> 779cb1e68fa0 13:22:47 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:22:49 ---> Running in 48cf8b889ff6 13:22:49 Removing intermediate container 4e5d7702c1f5 13:22:49 ---> 244692a80133 13:22:49 Step 14/23 : ENV APP_PORT=58890 13:22:49 ---> Running in 8241f782e9c6 13:22:49 Removing intermediate container eca13bb55595 13:22:49 ---> 148a1de0a83c 13:22:49 Step 6/26 : COPY go.mod vendor* ./ 13:22:49 Removing intermediate container 8241f782e9c6 13:22:49 ---> f07440bde463 13:22:49 Step 15/23 : EXPOSE $APP_PORT 13:22:50 ---> b9cb5804d6b3 13:22:50 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:22:50 ---> Running in 17038e6bd589 13:22:50 ---> Running in 154c133e9bcf 13:22:50 Removing intermediate container 17038e6bd589 13:22:50 ---> df5444881fb6 13:22:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:22:51 ---> 3e642f5fa467 13:22:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:22:51 ---> daf552c32e5e 13:22:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:22:53 ---> 4b94f19c06cf 13:22:53 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 13:22:53 ---> Running in 2f0cb64f5ccd 13:22:53 Removing intermediate container 2f0cb64f5ccd 13:22:53 ---> 6dc5ce8d085e 13:22:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:22:53 Removing intermediate container b5de57c968c9 13:22:53 ---> 5544b5368238 13:22:53 Step 8/26 : COPY . . 13:22:54 ---> Running in fba2def92333 13:22:54 Removing intermediate container fba2def92333 13:22:54 ---> c1da08fbb598 13:22:54 Step 21/23 : LABEL arch=x86_64 13:22:54 CGO_ENABLED=0 GO111MODULE=on 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 13:22:55 ---> Running in 4054b2914ac8 13:22:56 Removing intermediate container 4054b2914ac8 13:22:56 ---> 9c7d5531d670 13:22:56 Step 22/23 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:22:56 ---> Running in 56b1014f84ba 13:22:56 Removing intermediate container 56b1014f84ba 13:22:56 ---> 6f9e7e77e2f5 13:22:56 Step 23/23 : LABEL version=0.0.0 13:22:56 ---> Running in a825b19893e9 13:22:57 Removing intermediate container a825b19893e9 13:22:57 ---> 8af4857545ae 13:22:57 13:22:57 Successfully built 8af4857545ae 13:22:57 Successfully tagged sys-mgmt-agent:latest 13:22:57 Building support-notifications 13:22:58  Building sys-mgmt-agent ... done Removing intermediate container 154c133e9bcf 13:22:58 ---> ee966c0c755d 13:22:58 Step 8/26 : COPY . . 13:22:58 Removing intermediate container 48cf8b889ff6 13:22:58 ---> 2880d112fd22 13:22:58 Step 8/25 : COPY . . 13:23:00 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:23:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:23:00 ---> 3ccfb946accb 13:23:00 Step 3/22 : WORKDIR /edgex-go 13:23:00 ---> Using cache 13:23:00 ---> 7542d22045da 13:23:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:23:00 ---> Using cache 13:23:00 ---> e72be463c78d 13:23:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:23:01 ? github.com/edgexfoundry/edgex-go [no test files] 13:23:02 ---> Running in b5de4fb3ffb7 13:23:02 Removing intermediate container 266e4f0636b0 13:23:02 ---> 6984d7c274b2 13:23:02 13:23:02 Step 10/25 : FROM alpine:3.16 13:23:02 ---> 9c6f07244728 13:23:02 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 13:23:02 ---> 1a297d4228dd 13:23:02 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 13:23:02 ---> Running in 905beebbd547 13:23:02 ---> e5304b0c36be 13:23:02 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 13:23:02 ---> 848480a233f1 13:23:02 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 13:23:02 ---> Running in 58fac0956a35 13:23:02 ---> Running in 54c152e64b8a 13:23:02 ---> Running in d9b8bd94fba7 13:23:02 Removing intermediate container 58fac0956a35 13:23:02 ---> 798bc5c374d1 13:23:02 Step 10/26 : WORKDIR /edgex-go/spire-build 13:23:02 ---> Running in 680a2f97a6fe 13:23:02 Removing intermediate container 54c152e64b8a 13:23:02 ---> 51fd03aca597 13:23:02 Step 10/26 : WORKDIR /edgex-go/spire-build 13:23:02 Removing intermediate container d9b8bd94fba7 13:23:02 ---> 3d607424c2b4 13:23:02 Step 10/25 : WORKDIR /edgex-go/spire-build 13:23:02 ---> Running in 780f1bc77b56 13:23:02 ---> Running in 2510cc833395 13:23:02 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:23:03 Removing intermediate container 680a2f97a6fe 13:23:03 ---> f3e84d7440cd 13:23:03 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 13:23:03 Removing intermediate container 780f1bc77b56 13:23:03 ---> 5fa7e74a68c9 13:23:03 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 13:23:03 ---> Running in 34323d38f6a5 13:23:03 Removing intermediate container 2510cc833395 13:23:03 ---> 464e5ad4e29f 13:23:03 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 13:23:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:23:03 ---> Running in 3a3cf495ad9d 13:23:03 ---> Running in 9e66b3944acc 13:23:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:23:03 (1/3) Installing ca-certificates (20220614-r0) 13:23:03 (2/3) Installing dumb-init (1.2.5-r1) 13:23:03 (3/3) Installing su-exec (0.2-r1) 13:23:03 Executing busybox-1.35.0-r17.trigger 13:23:03 Executing ca-certificates-20220614-r0.trigger 13:23:03 OK: 6 MiB in 17 packages 13:23:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:23:04 Removing intermediate container 34323d38f6a5 13:23:04 ---> 6812ee281f5f 13:23:04 Step 12/26 : WORKDIR /edgex-go 13:23:04 ---> Running in cc899d435f97 13:23:04 Removing intermediate container 9e66b3944acc 13:23:04 ---> 49c48b2d6965 13:23:04 Step 12/25 : WORKDIR /edgex-go 13:23:04 ---> Running in cde445c5950d 13:23:04 Removing intermediate container cc899d435f97 13:23:04 ---> 170dc1825899 13:23:04 13:23:04 Step 13/26 : FROM alpine:3.15 13:23:04 ---> c4fc93816858 13:23:04 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:23:04 ---> Using cache 13:23:04 ---> 84a306091b92 13:23:04 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:23:04 ---> Using cache 13:23:04 ---> 54e30914f754 13:23:04 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:23:04 OK: 211 MiB in 51 packages 13:23:04 ---> Running in 657724e695e7 13:23:04 Removing intermediate container 3a3cf495ad9d 13:23:04 ---> 63435e321f61 13:23:04 Step 12/26 : WORKDIR /edgex-go 13:23:04 Removing intermediate container cde445c5950d 13:23:04 ---> 38f68f6974fd 13:23:04 13:23:04 Step 13/25 : FROM alpine:3.15 13:23:04 ---> c4fc93816858 13:23:04 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:23:04 ---> Using cache 13:23:04 ---> 84a306091b92 13:23:04 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:23:04 ---> Using cache 13:23:04 ---> 54e30914f754 13:23:04 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:23:04 ---> Running in 08c983f77f2d 13:23:04 ---> Running in 494a0e224b42 13:23:04 Removing intermediate container 905beebbd547 13:23:04 ---> f74be98d308a 13:23:04 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:23:04 ---> Running in 93917c62d50e 13:23:04 Removing intermediate container 08c983f77f2d 13:23:04 ---> 67ff7a0761da 13:23:04 13:23:04 Step 13/26 : FROM alpine:3.15 13:23:04 ---> c4fc93816858 13:23:04 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:23:04 ---> Using cache 13:23:04 ---> 84a306091b92 13:23:04 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:23:04 ---> Using cache 13:23:04 ---> 54e30914f754 13:23:04 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 13:23:04 ---> Running in 2aec89cd8515 13:23:04 Removing intermediate container 93917c62d50e 13:23:04 ---> dfdfe04ccce8 13:23:04 Step 13/25 : WORKDIR / 13:23:04 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:23:04 ---> Running in 0e1e346f92fe 13:23:04 Removing intermediate container b5de4fb3ffb7 13:23:04 ---> 77b46fa97a0b 13:23:04 Step 6/22 : COPY go.mod vendor* ./ 13:23:04 Removing intermediate container 0e1e346f92fe 13:23:04 ---> c4d7037acba7 13:23:04 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:23:05 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:23:05 ---> 454fb0402dae 13:23:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:23:05 ---> 865a778fe9e3 13:23:05 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:23:05 ---> Running in 93bb4f65ff05 13:23:05 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:23:05 ---> e4705dfb12da 13:23:05 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:23:05 ---> 36cea45ba4d5 13:23:05 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 13:23:05 ---> 85bdb2816042 13:23:05 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:23:05 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:23:05 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:23:05 v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 13:23:05 v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] 13:23:05 OK: 15856 distinct packages available 13:23:05 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:23:05 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:23:06 ---> 751f979275ad 13:23:06 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:23:06 v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 13:23:06 v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] 13:23:06 OK: 15856 distinct packages available 13:23:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:23:06 v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 13:23:06 v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] 13:23:06 OK: 15856 distinct packages available 13:23:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:23:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:23:06 ---> 403cb79ede5f 13:23:06 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:23:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:23:07 (1/5) Installing dumb-init (1.2.5-r1) 13:23:07 (2/5) Installing musl-obstack (1.2.3-r0) 13:23:07 (3/5) Installing libucontext (1.1-r0) 13:23:07 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:23:07 (1/5) Installing dumb-init (1.2.5-r1) 13:23:07 (4/5) Installing gcompat (1.0.0-r4) 13:23:07 ---> 55ceb1e184f1 13:23:07 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:23:07 (2/5) Installing musl-obstack (1.2.3-r0) 13:23:07 (5/5) Installing openssl (1.1.1q-r0) 13:23:07 ---> Running in 702e76d21206 13:23:07 (3/5) Installing libucontext (1.1-r0) 13:23:07 Executing busybox-1.34.1-r7.trigger 13:23:07 OK: 7 MiB in 19 packages 13:23:07 (4/5) Installing gcompat (1.0.0-r4) 13:23:07 (1/4) Installing dumb-init (1.2.5-r1) 13:23:07 (5/5) Installing openssl (1.1.1q-r0) 13:23:07 (2/4) Installing musl-obstack (1.2.3-r0) 13:23:07 Executing busybox-1.34.1-r7.trigger 13:23:07 OK: 7 MiB in 19 packages 13:23:07 (3/4) Installing libucontext (1.1-r0) 13:23:07 (4/4) Installing gcompat (1.0.0-r4) 13:23:07 Executing busybox-1.34.1-r7.trigger 13:23:07 OK: 6 MiB in 18 packages 13:23:08 Removing intermediate container 657724e695e7 13:23:08 ---> a59e9345c87f 13:23:08 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 13:23:08 Removing intermediate container 702e76d21206 13:23:08 ---> 694774276eb4 13:23:08 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 13:23:08 Removing intermediate container 494a0e224b42 13:23:08 ---> 28a7e12b9beb 13:23:08 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 13:23:08 ---> Running in 388eeb6b06f9 13:23:08 Removing intermediate container 2aec89cd8515 13:23:08 ---> 90cebf7bdfc7 13:23:08 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 13:23:08 Removing intermediate container 388eeb6b06f9 13:23:08 ---> 74aaaa67818b 13:23:08 Step 23/25 : LABEL arch=x86_64 13:23:08 ---> Running in e2a189c54120 13:23:09 Removing intermediate container e2a189c54120 13:23:09 ---> 48c5e834c541 13:23:09 Step 24/25 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:23:09 ---> 29453d2f01dd 13:23:09 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 13:23:09 ---> Running in a6f9cc83f05b 13:23:10 ---> b0a29de1bbb9 13:23:10 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 13:23:10 Removing intermediate container a6f9cc83f05b 13:23:10 ---> 29eb7e152e93 13:23:10 Step 25/25 : LABEL version=0.0.0 13:23:10 ---> 3b22f67e01c3 13:23:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 13:23:10 ---> Running in da9e05161f44 13:23:10 ---> e26bc0469483 13:23:10 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 13:23:10 ---> ed7f1bdb533c 13:23:10 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 13:23:10 Removing intermediate container da9e05161f44 13:23:10 ---> d43e3afc2c45 13:23:10 13:23:10 ---> Running in 89a846a18fb9 13:23:10 Successfully built d43e3afc2c45 13:23:10 Successfully tagged security-secretstore-setup:latest 13:23:10 Building security-proxy-setup 13:23:10  Building security-secretstore-setup ... done  ---> b5251b8bf2be 13:23:10 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 13:23:11 Removing intermediate container 89a846a18fb9 13:23:11 ---> 2b50eef28f81 13:23:11 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 13:23:12 ---> 528bc731fa35 13:23:12 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 13:23:12 ---> de3ea37371a6 13:23:12 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 13:23:12 ---> 9eefbd8202e5 13:23:12 Step 21/26 : WORKDIR / 13:23:12 ---> Running in 6ab9b2a76324 13:23:12 ---> Running in e028c0bf6629 13:23:13 ---> 853d8c50441e 13:23:13 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 13:23:13 Removing intermediate container 6ab9b2a76324 13:23:13 ---> ff0c788ef5b3 13:23:13 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 13:23:13 Removing intermediate container e028c0bf6629 13:23:13 ---> 6ae5f4297945 13:23:13 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 13:23:13 Removing intermediate container 93bb4f65ff05 13:23:13 ---> 474d6e68a050 13:23:13 Step 8/22 : COPY . . 13:23:13 ---> Running in b11bf83820fa 13:23:13 ---> e1b57d571a62 13:23:13 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 13:23:13 ---> Running in bed1abe647c8 13:23:13 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:23:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:23:13 ---> 3ccfb946accb 13:23:13 Step 3/22 : WORKDIR /edgex-go 13:23:13 ---> Using cache 13:23:13 ---> 7542d22045da 13:23:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:23:13 ---> Using cache 13:23:13 ---> e72be463c78d 13:23:13 Step 5/22 : RUN apk add --update --no-cache make git 13:23:13 ---> Using cache 13:23:13 ---> 64e445e7f971 13:23:13 Step 6/22 : COPY go.mod vendor* ./ 13:23:13 ---> Using cache 13:23:13 ---> be16426d3766 13:23:13 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:23:13 ---> Using cache 13:23:13 ---> 516561393c5d 13:23:13 Step 8/22 : COPY . . 13:23:13 ---> Using cache 13:23:13 ---> 7d9d904cc257 13:23:13 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:23:14 Removing intermediate container b11bf83820fa 13:23:14 ---> 463a13cd1419 13:23:14 Step 23/25 : LABEL arch=x86_64 13:23:14 Removing intermediate container bed1abe647c8 13:23:14 ---> 0600571bcefe 13:23:14 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 13:23:14 ---> Running in 9a574397fde2 13:23:14 ---> 99cab4946856 13:23:14 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 13:23:14 ---> Running in f39594f7597a 13:23:14 ---> Running in 7384aa636cf3 13:23:14 ---> Running in 135e506fe9c5 13:23:14 Removing intermediate container f39594f7597a 13:23:14 ---> 1fd0ab5e9279 13:23:14 Step 24/25 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:23:14 Removing intermediate container 7384aa636cf3 13:23:14 ---> 8d99692a9f5b 13:23:14 Step 24/26 : LABEL arch=x86_64 13:23:15 ---> Running in 19dd454d6594 13:23:15 ---> Running in a7350625bd78 13:23:15 Removing intermediate container 135e506fe9c5 13:23:15 ---> bfbe896a77ea 13:23:15 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 13:23:15 ---> Running in d185fbff0e12 13:23:15 Removing intermediate container 19dd454d6594 13:23:15 ---> d3e6d2ef8314 13:23:15 Step 25/25 : LABEL version=0.0.0 13:23:15 Removing intermediate container a7350625bd78 13:23:15 ---> 05fed935eaac 13:23:15 Step 25/26 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:23:15 ---> Running in 60c98c001596 13:23:15 CGO_ENABLED=0 GO111MODULE=on 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-setup/security-proxy-setup ./cmd/security-proxy-setup 13:23:15 ---> Running in 693f39b3e4f7 13:23:15 Removing intermediate container d185fbff0e12 13:23:15 ---> ecdcd99fa392 13:23:15 Step 24/26 : LABEL arch=x86_64 13:23:15 Removing intermediate container 60c98c001596 13:23:15 ---> 349cac13f62b 13:23:15 13:23:15 Successfully built 349cac13f62b 13:23:15 ---> Running in fc9040c015a0 13:23:15 Successfully tagged security-spire-server:latest 13:23:15 Building core-metadata 13:23:15  Building security-spire-server ... done Removing intermediate container 693f39b3e4f7 13:23:15 ---> 369b2a4ed0bd 13:23:15 Step 26/26 : LABEL version=0.0.0 13:23:15 ---> Running in ad2094290808 13:23:16 Removing intermediate container fc9040c015a0 13:23:16 ---> 3697a3f3f522 13:23:16 Step 25/26 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:23:17 Removing intermediate container ad2094290808 13:23:17 ---> 50ee6a204da1 13:23:17 13:23:17 Successfully built 50ee6a204da1 13:23:17 ---> Running in 2071258f54aa 13:23:17 Successfully tagged security-spire-config:latest 13:23:17 Building core-command 13:23:17  Building security-spire-config ... done  ---> cf033bacd3c7 13:23:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:23:17 ---> Running in 81304ab6a8be 13:23:18 Removing intermediate container 2071258f54aa 13:23:18 ---> 28c80bab25f5 13:23:18 Step 26/26 : LABEL version=0.0.0 13:23:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:23:19 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:23:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:23:19 ---> 3ccfb946accb 13:23:19 Step 3/24 : WORKDIR /edgex-go 13:23:19 ---> Using cache 13:23:19 ---> 7542d22045da 13:23:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:23:19 ---> Using cache 13:23:19 ---> e72be463c78d 13:23:19 Step 5/24 : RUN apk add --update --no-cache make git 13:23:19 ---> Using cache 13:23:19 ---> 64e445e7f971 13:23:19 Step 6/24 : COPY go.mod vendor* ./ 13:23:19 ---> Using cache 13:23:19 ---> be16426d3766 13:23:19 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:23:19 ---> Using cache 13:23:19 ---> 516561393c5d 13:23:19 Step 8/24 : COPY . . 13:23:19 ---> Using cache 13:23:19 ---> 7d9d904cc257 13:23:19 Step 9/24 : RUN make cmd/core-metadata/core-metadata 13:23:20 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:23:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:23:20 ---> 3ccfb946accb 13:23:20 Step 3/23 : WORKDIR /edgex-go 13:23:20 ---> Using cache 13:23:20 ---> 7542d22045da 13:23:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:23:20 ---> Using cache 13:23:20 ---> e72be463c78d 13:23:20 Step 5/23 : RUN apk add --update --no-cache make git 13:23:20 ---> Using cache 13:23:20 ---> 64e445e7f971 13:23:20 Step 6/23 : COPY go.mod vendor* ./ 13:23:20 ---> Using cache 13:23:20 ---> be16426d3766 13:23:20 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:23:20 ---> Using cache 13:23:20 ---> 516561393c5d 13:23:20 Step 8/23 : COPY . . 13:23:20 ---> Using cache 13:23:20 ---> 7d9d904cc257 13:23:20 Step 9/23 : RUN make cmd/core-command/core-command 13:23:21 ---> Running in 98b62bb4f7f1 13:23:21 ---> Running in 16cc16b535c7 13:23:21 ---> Running in 50400cb04d07 13:23:21 Removing intermediate container 98b62bb4f7f1 13:23:21 ---> 3ca3d401960a 13:23:21 13:23:21 Successfully built 3ca3d401960a 13:23:21 Successfully tagged security-spire-agent:latest 13:23:21  Building security-spire-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus 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 13:23:21 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq 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 13:23:36 CGO_ENABLED=0 GO111MODULE=on 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 13:23:45 Removing intermediate container 9a574397fde2 13:23:45 ---> deb70fd2c118 13:23:45 13:23:45 Step 10/22 : FROM alpine:3.16 13:23:45 ---> 9c6f07244728 13:23:45 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 13:23:45 ---> Running in 6b561a6f22cf 13:23:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:23:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:23:45 (1/6) Installing ca-certificates (20220614-r0) 13:23:45 (2/6) Installing brotli-libs (1.0.9-r6) 13:23:45 (3/6) Installing nghttp2-libs (1.47.0-r0) 13:23:45 (4/6) Installing libcurl (7.83.1-r2) 13:23:45 (5/6) Installing curl (7.83.1-r2) 13:23:45 (6/6) Installing dumb-init (1.2.5-r1) 13:23:45 Executing busybox-1.35.0-r17.trigger 13:23:45 Executing ca-certificates-20220614-r0.trigger 13:23:45 OK: 8 MiB in 20 packages 13:23:47 Removing intermediate container 50400cb04d07 13:23:47 ---> 59c7db549296 13:23:47 13:23:47 Step 10/23 : FROM alpine:3.16 13:23:47 ---> 9c6f07244728 13:23:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:23:47 ---> Using cache 13:23:47 ---> f9ebc2acc506 13:23:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:23:47 ---> Using cache 13:23:47 ---> 95469e71b3f4 13:23:47 Step 13/23 : ENV APP_PORT=59882 13:23:47 ---> Running in 708c52f1d6d6 13:23:47 Removing intermediate container 6b561a6f22cf 13:23:47 ---> 94eedbf850bd 13:23:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:23:47 ---> Running in 7773be33577d 13:23:47 Removing intermediate container 708c52f1d6d6 13:23:47 ---> 9e8f07787dd3 13:23:47 Step 14/23 : EXPOSE $APP_PORT 13:23:47 ---> Running in a187fda8b536 13:23:47 Removing intermediate container 7773be33577d 13:23:47 ---> 4967a8c9d3c6 13:23:47 Step 13/22 : WORKDIR /edgex 13:23:47 ---> Running in e4ab1b9de0df 13:23:47 Removing intermediate container a187fda8b536 13:23:47 ---> a4101ded0630 13:23:47 Step 15/23 : WORKDIR / 13:23:47 ---> Running in a2dba7792485 13:23:47 Removing intermediate container e4ab1b9de0df 13:23:47 ---> 3a6580600307 13:23:47 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:23:47 Removing intermediate container a2dba7792485 13:23:47 ---> c64afa11275e 13:23:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:23:47 ---> 0ede5338e921 13:23:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:23:48 ---> 6a52998e2d8d 13:23:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:23:48 ---> 1d1c46ffdc44 13:23:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:23:48 ---> d3eb8a007aeb 13:23:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:23:48 ---> 3f93928d6214 13:23:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 13:23:48 Removing intermediate container 16cc16b535c7 13:23:48 ---> ce1c1e0cae95 13:23:48 13:23:48 Step 10/24 : FROM alpine:3.16 13:23:48 ---> 9c6f07244728 13:23:48 Step 11/24 : RUN apk add --update --no-cache dumb-init 13:23:48 ---> Using cache 13:23:48 ---> f9ebc2acc506 13:23:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:23:48 ---> Using cache 13:23:48 ---> 95469e71b3f4 13:23:48 Step 13/24 : ENV APP_PORT=59881 13:23:48 ---> Running in dcd2228ee939 13:23:49 ---> 48309d71195e 13:23:49 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:23:49 ---> 9f87555dd46c 13:23:49 Step 19/23 : ENTRYPOINT ["/core-command"] 13:23:49 ---> Running in 048ae497dd6a 13:23:49 Removing intermediate container dcd2228ee939 13:23:49 ---> e77bac3e5821 13:23:49 Step 14/24 : EXPOSE $APP_PORT 13:23:49 ---> Running in 718f55cbf06c 13:23:49 ---> Running in 4ea6044c1936 13:23:49 Removing intermediate container 718f55cbf06c 13:23:49 ---> 496a00e42ab7 13:23:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:23:49 Removing intermediate container 4ea6044c1936 13:23:49 ---> 46198a4964d3 13:23:49 Step 15/24 : WORKDIR / 13:23:49 ---> Running in 7ce2993d90ea 13:23:49 ---> Running in 5136c0fef43f 13:23:49 Removing intermediate container 7ce2993d90ea 13:23:49 ---> ccf3db73a90e 13:23:49 Step 21/23 : LABEL arch=x86_64 13:23:49 ---> Running in dfe646e2bcfe 13:23:49 Removing intermediate container 5136c0fef43f 13:23:49 ---> 006332d3be61 13:23:49 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 13:23:49 Removing intermediate container dfe646e2bcfe 13:23:49 ---> 0ca955ed886e 13:23:49 Step 22/23 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:23:50 ---> Running in 7b61f3605d64 13:23:50 ---> 6ea05eaeeb9f 13:23:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:23:50 Removing intermediate container 048ae497dd6a 13:23:50 ---> 0959359366f5 13:23:50 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 13:23:50 ---> Running in e8eed60c010d 13:23:50 Removing intermediate container 7b61f3605d64 13:23:50 ---> 7b1be5a1259d 13:23:50 Step 23/23 : LABEL version=0.0.0 13:23:50 ---> Running in fe0096f6037e 13:23:50 Removing intermediate container e8eed60c010d 13:23:50 ---> 52197d56b6e3 13:23:50 Step 20/22 : LABEL arch=x86_64 13:23:50 ---> Running in b80b07ec3d68 13:23:50 ---> e08ddd15c1ed 13:23:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:23:50 Removing intermediate container fe0096f6037e 13:23:50 ---> f3dd366d3cc0 13:23:50 13:23:50 Removing intermediate container b80b07ec3d68 13:23:50 ---> 4c1eda4c51a1 13:23:50 Step 21/22 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:23:50 Successfully built f3dd366d3cc0 13:23:50 Successfully tagged core-command:latest 13:23:50  Building core-command ... done  ---> Running in 4cdcf3d9b97d 13:23:50 ---> cf612e777edf 13:23:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 13:23:51 Removing intermediate container 4cdcf3d9b97d 13:23:51 ---> a69f670056eb 13:23:51 Step 22/22 : LABEL version=0.0.0 13:23:51 ---> Running in 5af02cd299be 13:23:51 ---> a45f773b9c93 13:23:51 Step 20/24 : ENTRYPOINT ["/core-metadata"] 13:23:51 ---> Running in 81f4a65334a5 13:23:51 Removing intermediate container 5af02cd299be 13:23:51 ---> 38c63e1fd249 13:23:51 13:23:51 Removing intermediate container 81f4a65334a5 13:23:51 ---> 057d731c52c7 13:23:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:23:51 Successfully built 38c63e1fd249 13:23:51 ---> Running in bf1c110a9514 13:23:51 Successfully tagged security-proxy-setup:latest 13:23:51  Building security-proxy-setup ... done Removing intermediate container bf1c110a9514 13:23:51 ---> fbfd7e7212f5 13:23:51 Step 22/24 : LABEL arch=x86_64 13:23:51 ---> Running in 82dee6e26498 13:23:51 Removing intermediate container 81304ab6a8be 13:23:51 ---> 896aa6d0382c 13:23:51 13:23:51 Step 10/22 : FROM alpine:3.16 13:23:51 ---> 9c6f07244728 13:23:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:23:51 ---> Running in 44697c8ffc77 13:23:51 Removing intermediate container 82dee6e26498 13:23:51 ---> 167dd3efe323 13:23:51 Step 23/24 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:23:51 ---> Running in 09a90e94e091 13:23:51 Removing intermediate container 09a90e94e091 13:23:51 ---> 80f439764760 13:23:51 Step 24/24 : LABEL version=0.0.0 13:23:51 ---> Running in 7470c5612a49 13:23:52 Removing intermediate container 7470c5612a49 13:23:52 ---> 5157bc6ac997 13:23:52 13:23:52 Successfully built 5157bc6ac997 13:23:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 13:23:52 Successfully tagged core-metadata:latest 13:23:52  Building core-metadata ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 13:23:52 (1/2) Installing ca-certificates (20220614-r0) 13:23:52 (2/2) Installing dumb-init (1.2.5-r1) 13:23:52 Executing busybox-1.35.0-r17.trigger 13:23:52 Executing ca-certificates-20220614-r0.trigger 13:23:52 OK: 6 MiB in 16 packages 13:23:53 Removing intermediate container 44697c8ffc77 13:23:53 ---> e17e5c008bff 13:23:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:23:53 ---> Running in 2e7c306dd13e 13:23:53 Removing intermediate container 2e7c306dd13e 13:23:53 ---> 86e0f5a80e54 13:23:53 Step 13/22 : ENV APP_PORT=59860 13:23:53 ---> Running in 474d20fe6a09 13:23:53 Removing intermediate container 474d20fe6a09 13:23:53 ---> 4ca93fb5ad42 13:23:53 Step 14/22 : EXPOSE $APP_PORT 13:23:53 ---> Running in 70675c813832 13:23:53 Removing intermediate container 70675c813832 13:23:53 ---> 4671d0587039 13:23:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:23:53 ---> c0f9cb1a2f3e 13:23:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:23:54 ---> 96824aa090c3 13:23:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:23:54 ---> 9fd9686b4748 13:23:54 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:23:54 ---> Running in 23a8b0cb8d5c 13:23:54 Removing intermediate container 23a8b0cb8d5c 13:23:54 ---> 336f499c209a 13:23:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:23:54 ---> Running in d4d5e4db5420 13:23:54 Removing intermediate container d4d5e4db5420 13:23:54 ---> f423428135c3 13:23:54 Step 20/22 : LABEL arch=x86_64 13:23:54 ---> Running in 210909ee31a4 13:23:54 Removing intermediate container 210909ee31a4 13:23:54 ---> ec976dc3e70b 13:23:54 Step 21/22 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:23:54 ---> Running in a077b55f6f65 13:23:54 Removing intermediate container a077b55f6f65 13:23:54 ---> 44c54687196f 13:23:54 Step 22/22 : LABEL version=0.0.0 13:23:54 ---> Running in 44f70c7d4e88 13:23:54 Removing intermediate container 44f70c7d4e88 13:23:54 ---> 53eb1b115797 13:23:54 13:23:54 Successfully built 53eb1b115797 13:23:54 Successfully tagged support-notifications:latest 13:23:54  Building support-notifications ... done  [Pipeline] } 13:23:54 $ docker stop --time=1 8a4f925a70353d738474973afc86da5a029c3f845b5582b70570185dd8912879 13:23:56 $ docker rm -f 8a4f925a70353d738474973afc86da5a029c3f845b5582b70570185dd8912879 [Pipeline] // withDockerContainer [Pipeline] sh 13:23:56 + docker images 13:23:56 REPOSITORY TAG IMAGE ID CREATED SIZE 13:23:56 support-notifications latest 53eb1b115797 2 seconds ago 27.2MB 13:23:56 core-metadata latest 5157bc6ac997 4 seconds ago 18.2MB 13:23:56 security-proxy-setup latest 38c63e1fd249 5 seconds ago 27.2MB 13:23:56 896aa6d0382c 5 seconds ago 1.58GB 13:23:56 core-command latest f3dd366d3cc0 6 seconds ago 16.2MB 13:23:56 ce1c1e0cae95 8 seconds ago 1.55GB 13:23:56 59c7db549296 10 seconds ago 1.52GB 13:23:56 deb70fd2c118 13 seconds ago 1.53GB 13:23:56 security-spire-agent latest 3ca3d401960a 35 seconds ago 125MB 13:23:56 security-spire-config latest 50ee6a204da1 40 seconds ago 85.8MB 13:23:56 security-spire-server latest 349cac13f62b 41 seconds ago 86.5MB 13:23:56 security-secretstore-setup latest d43e3afc2c45 46 seconds ago 28.9MB 13:23:56 67ff7a0761da 52 seconds ago 1.42GB 13:23:56 170dc1825899 52 seconds ago 1.42GB 13:23:56 38f68f6974fd 52 seconds ago 1.42GB 13:23:56 6984d7c274b2 58 seconds ago 1.53GB 13:23:56 sys-mgmt-agent latest 8af4857545ae About a minute ago 135MB 13:23:56 security-bootstrapper latest 33acea228896 About a minute ago 19.3MB 13:23:56 core-data latest b51a521dbc55 About a minute ago 21.5MB 13:23:56 support-scheduler latest bfff838391e6 About a minute ago 26.5MB 13:23:56 3ff904c4b664 About a minute ago 1.58GB 13:23:56 4272ab9346a1 About a minute ago 1.55GB 13:23:56 f2692f574b15 About a minute ago 1.52GB 13:23:56 ca89f0c16cef About a minute ago 1.52GB 13:23:56 security-spiffe-token-provider latest 4339b6ded134 About a minute ago 29.2MB 13:23:56 089e7118221f About a minute ago 1.57GB 13:23:56 ci-base-image-x86_64 latest 3ccfb946accb 5 minutes ago 993MB 13:23:56 alpine 3.15 c4fc93816858 5 days ago 5.59MB 13:23:56 alpine 3.16 9c6f07244728 5 days ago 5.54MB 13:23:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 5 weeks ago 253MB 13:23:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 5 weeks ago 677MB 13:23:56 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] } 13:24:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:24:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:24:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:24:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:24:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:24:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:24:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:24:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:24:43 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 13:24:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:24:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:24:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:24:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:24:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:24:45 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 13:25:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.281s coverage: 28.7% of statements 13:25:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:25:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:25:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.585s coverage: 98.5% of statements 13:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 13:25:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.640s coverage: 54.2% of statements 13:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:25:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.007s coverage: 89.2% of statements 13:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 13:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 13:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 13:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 13:25:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.572s coverage: 2.1% of statements 13:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:25:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.336s coverage: 95.6% of statements 13:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 13:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 13:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 13:25:27 ok github.com/edgexfoundry/edgex-go/internal/io 0.526s coverage: 72.2% of statements 13:25:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:25:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 13:25:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 13:25:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:25:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:25:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.399s coverage: 60.0% of statements 13:25:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:25:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:25:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:25:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.407s coverage: 0.9% of statements 13:25:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 13:25:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.254s coverage: 58.8% of statements 13:25:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.283s coverage: 29.6% of statements 13:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:25:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.255s coverage: 47.1% of statements 13:25:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.277s coverage: 79.5% of statements 13:25:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.256s coverage: 94.1% of statements 13:25:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.260s coverage: 96.3% of statements 13:25:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.282s coverage: 87.5% of statements 13:25:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.287s coverage: 94.4% of statements 13:25:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.192s coverage: 44.8% of statements 13:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.678s coverage: 82.2% of statements 13:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 13:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.302s coverage: 92.9% of statements 13:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.076s coverage: 65.1% of statements 13:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.225s coverage: 87.2% of statements 13:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.176s coverage: 100.0% of statements 13:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.270s coverage: 58.8% of statements 13:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.258s coverage: 80.0% of statements 13:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.238s coverage: 87.2% of statements 13:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.267s coverage: 85.4% of statements 13:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.838s coverage: 91.2% of statements 13:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:26:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.993s coverage: 64.7% of statements 13:26:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:26:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:26:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.234s coverage: 100.0% of statements 13:26:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.186s coverage: 89.4% of statements 13:26:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements 13:26:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements 13:26:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 13:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.412s coverage: 65.8% of statements 13:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:26:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.998s coverage: 43.6% of statements 13:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.300s coverage: 89.5% of statements 13:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.297s coverage: 84.8% of statements 13:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 13:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 13:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 13:26:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 13:26:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.314s coverage: 17.7% of statements 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:26:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.702s coverage: 92.3% of statements 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 13:26:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.291s coverage: 63.2% of statements 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:26:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.470s coverage: 97.7% of statements 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 13:26:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.210s coverage: 28.9% of statements 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 13:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:26:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.218s coverage: 100.0% of statements 13:26:22 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 96.9% of statements 13:26:22 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 13:26:22 WARNING: Linting skipped (not on x86_64 or linter not installed) 13:26:22 GO111MODULE=on go vet ./... 13:28:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:28:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:28:14 ./bin/test-attribution-txt.sh 13:28:14 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 13:28:14 An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add 13:28:14 An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add 13:28:14 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 13:28:14 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 13:28:14 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 13:28:14 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 13:28:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 13:28:15 + ls -al . 13:28:15 total 728 13:28:15 drwxrwxr-x 9 1001 1001 4096 Aug 15 13:22 . 13:28:15 drwxr-xr-x 4 root root 4096 Aug 15 13:22 .. 13:28:15 -rw-rw-r-- 1 1001 1001 16 Aug 15 13:20 .dockerignore 13:28:15 drwxrwxr-x 8 1001 1001 4096 Aug 15 13:20 .git 13:28:15 drwxrwxr-x 3 1001 1001 4096 Aug 15 13:20 .github 13:28:15 -rw-rw-r-- 1 1001 1001 1030 Aug 15 13:20 .gitignore 13:28:15 -rw-rw-r-- 1 1001 1001 42 Aug 15 13:20 .golangci.yml 13:28:15 -rw-rw-r-- 1 1001 1001 87 Aug 15 13:20 .hadolint.yml 13:28:15 -rw-rw-r-- 1 1001 1001 166 Aug 15 13:20 .sonarcloud.properties 13:28:15 -rw-rw-r-- 1 1001 1001 1171 Aug 15 13:20 ADOPTERS.md 13:28:15 -rw-rw-r-- 1 1001 1001 10347 Aug 15 13:20 Attribution.txt 13:28:15 -rw-rw-r-- 1 1001 1001 63209 Aug 15 13:20 CHANGELOG.md 13:28:15 -rw-rw-r-- 1 1001 1001 3804 Aug 15 13:20 CONTRIBUTING.md 13:28:15 -rw-rw-r-- 1 1001 1001 677 Aug 15 13:20 GOVERNANCE.md 13:28:15 -rw-rw-r-- 1 1001 1001 850 Aug 15 13:20 Jenkinsfile 13:28:15 -rw-rw-r-- 1 1001 1001 10775 Aug 15 13:20 LICENSE 13:28:15 -rw-rw-r-- 1 1001 1001 12212 Aug 15 13:20 Makefile 13:28:15 -rw-rw-r-- 1 1001 1001 582 Aug 15 13:20 OWNERS.md 13:28:15 -rw-rw-r-- 1 1001 1001 9094 Aug 15 13:20 README.md 13:28:15 -rw-rw-r-- 1 1001 1001 6912 Aug 15 13:20 SECURITY.md 13:28:15 -rw-rw-r-- 1 1001 1001 5 Aug 15 13:18 VERSION 13:28:15 -rw-rw-r-- 1 1001 1001 4131 Aug 15 13:20 ZMQWindows.md 13:28:15 drwxrwxr-x 2 1001 1001 4096 Aug 15 13:20 bin 13:28:15 drwxrwxr-x 18 1001 1001 4096 Aug 15 13:20 cmd 13:28:15 -rw-r--r-- 1 root root 479862 Aug 15 13:26 coverage.out 13:28:15 -rw-rw-r-- 1 1001 1001 3681 Aug 15 13:20 go.mod 13:28:15 -rw-rw-r-- 1 1001 1001 38033 Aug 15 13:20 go.sum 13:28:15 drwxrwxr-x 8 1001 1001 4096 Aug 15 13:20 internal 13:28:15 drwxrwxr-x 3 1001 1001 4096 Aug 15 13:20 openapi 13:28:15 drwxrwxr-x 4 1001 1001 4096 Aug 15 13:20 snap 13:28:15 -rw-rw-r-- 1 1001 1001 204 Aug 15 13:20 version.go [Pipeline] sh 13:28:15 + '[' -e coverage.out ] 13:28:15 + chown 1001:1001 coverage.out [Pipeline] stash 13:28:16 Warning: overwriting stash ‘coverage-report’ 13:28:16 Stashed 1 file(s) [Pipeline] sh 13:28:17 + make build 13:28:17 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 13:29:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq 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 13:31:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus 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 13:31:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:31:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:31:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:31:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:31:43 CGO_ENABLED=0 GO111MODULE=on 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-setup/security-proxy-setup ./cmd/security-proxy-setup 13:31:46 CGO_ENABLED=0 GO111MODULE=on 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 13:31:52 CGO_ENABLED=0 GO111MODULE=on 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 13:31:55 CGO_ENABLED=0 GO111MODULE=on 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 13:31:59 CGO_ENABLED=0 GO111MODULE=on 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 13:32:07 CGO_ENABLED=0 GO111MODULE=on 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] } 13:32:11 $ docker stop --time=1 99b3e5e13f0aa746da834e00f5d8a619394c5151c2899aefcac4e0d40666a8f4 13:32:13 $ docker rm -f 99b3e5e13f0aa746da834e00f5d8a619394c5151c2899aefcac4e0d40666a8f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:32:16 13:32:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:32:17 latest: Pulling from edgex-devops/edgex-compose-arm64 13:32:17 29e5d40040c1: Pulling fs layer 13:32:17 1ce36da41761: Pulling fs layer 13:32:17 25b303627fd3: Pulling fs layer 13:32:17 29e5d40040c1: Download complete 13:32:17 1ce36da41761: Verifying Checksum 13:32:17 1ce36da41761: Download complete 13:32:17 29e5d40040c1: Pull complete 13:32:19 25b303627fd3: Verifying Checksum 13:32:19 25b303627fd3: Download complete 13:32:19 1ce36da41761: Pull complete 13:32:31 25b303627fd3: Pull complete 13:32:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:32:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:32:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:32:32 prd-ubuntu20.04-docker-arm64-4c-16g-22810 does not seem to be running inside a container 13:32:32 $ 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 13:32:34 $ docker top 3e85aad6f20d854d1f21177b27e909ad06c81874101206e11c7b1a5453baa467 -eo pid,comm [Pipeline] { [Pipeline] sh 13:32:35 + docker-compose build --help 13:32:35 + grep parallel 13:32:39 --parallel Build images in parallel. [Pipeline] } 13:32:39 $ docker stop --time=1 3e85aad6f20d854d1f21177b27e909ad06c81874101206e11c7b1a5453baa467 13:32:41 $ docker rm -f 3e85aad6f20d854d1f21177b27e909ad06c81874101206e11c7b1a5453baa467 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:32:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:32:42 prd-ubuntu20.04-docker-arm64-4c-16g-22810 does not seem to be running inside a container 13:32:42 $ 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 13:32:44 $ docker top 652744d8e6476287238d4a8092e6969010594e853c7ccc8e92f2133e679d6422 -eo pid,comm [Pipeline] { [Pipeline] sh 13:32:45 + docker-compose -f ./docker-compose-build.yml build --parallel 13:32:49 Building core-command ... 13:32:49 Building core-data ... 13:32:49 Building core-metadata ... 13:32:49 Building security-bootstrapper ... 13:32:49 Building security-proxy-setup ... 13:32:49 Building security-secretstore-setup ... 13:32:49 Building security-spiffe-token-provider ... 13:32:49 Building security-spire-agent ... 13:32:49 Building security-spire-config ... 13:32:49 Building security-spire-server ... 13:32:49 Building support-notifications ... 13:32:49 Building support-scheduler ... 13:32:49 Building sys-mgmt-agent ... 13:32:49 Building support-notifications 13:32:49 Building security-spire-server 13:32:49 Building security-bootstrapper 13:32:49 Building security-secretstore-setup 13:32:49 Building security-proxy-setup 13:33:36 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:33:36 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:33:36 ---> 40639bbecdd0 13:33:36 Step 3/31 : WORKDIR /edgex-go 13:33:36 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:33:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:33:36 ---> 40639bbecdd0 13:33:36 Step 3/22 : WORKDIR /edgex-go 13:33:36 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:33:36 Step 2/25 : FROM ${BUILDER_BASE} AS builder 13:33:36 ---> 40639bbecdd0 13:33:36 Step 3/25 : WORKDIR /edgex-go 13:33:36 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:33:36 Step 2/25 : FROM ${BUILDER_BASE} AS builder 13:33:36 ---> 40639bbecdd0 13:33:36 Step 3/25 : WORKDIR /edgex-go 13:33:36 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:33:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:33:36 ---> 40639bbecdd0 13:33:36 Step 3/22 : WORKDIR /edgex-go 13:33:36 ---> Running in d446c321fe56 13:33:36 ---> Running in b04771f42ee2 13:33:36 ---> Running in b32d6af1adf2 13:33:36 ---> Running in e8f3893cc901 13:33:36 ---> Running in 758d8fb23a37 13:33:36 Removing intermediate container d446c321fe56 13:33:36 ---> f786556447a4 13:33:36 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:33:36 Removing intermediate container e8f3893cc901 13:33:36 ---> 3970a9a150b0 13:33:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:33:36 Removing intermediate container b32d6af1adf2 13:33:36 ---> d19f26f75b43 13:33:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:33:36 Removing intermediate container b04771f42ee2 13:33:36 ---> f070148ed60a 13:33:36 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:33:36 Removing intermediate container 758d8fb23a37 13:33:36 ---> e1f8b78cfc43 13:33:36 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:33:36 ---> Running in 24c192df7645 13:33:36 ---> Running in 527d59bb3560 13:33:36 ---> Running in cccc93978243 13:33:36 ---> Running in cf447ab7fdaf 13:33:36 ---> Running in 50d40c41796a 13:33:38 Removing intermediate container 24c192df7645 13:33:38 ---> 52f104b128bf 13:33:38 Step 5/22 : RUN apk add --update --no-cache make git 13:33:38 Removing intermediate container cccc93978243 13:33:38 ---> 9773804ac020 13:33:38 Step 5/31 : RUN apk add --update --no-cache make git 13:33:38 Removing intermediate container 527d59bb3560 13:33:38 ---> f3711e046a12 13:33:38 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:33:39 ---> Running in 13d860c2b4c3 13:33:39 ---> Running in 9c721244bde9 13:33:39 ---> Running in 78d1d71a1af1 13:33:39 Removing intermediate container 50d40c41796a 13:33:39 ---> 64dbdd28abc3 13:33:39 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 13:33:39 Removing intermediate container cf447ab7fdaf 13:33:39 ---> 8c02e3700292 13:33:39 Step 5/25 : RUN apk add --update --no-cache make git 13:33:39 ---> Running in eb153146fc76 13:33:39 ---> Running in ece2d4ff31b0 13:33:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:33:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:33:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:33:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:33:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:33:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:33:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:33:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:33:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:33:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:33:43 OK: 221 MiB in 51 packages 13:33:43 OK: 221 MiB in 51 packages 13:33:44 OK: 221 MiB in 51 packages 13:33:44 OK: 221 MiB in 51 packages 13:33:44 OK: 221 MiB in 51 packages 13:33:45 Removing intermediate container 13d860c2b4c3 13:33:45 ---> bea4e7035dcf 13:33:45 Step 6/31 : COPY go.mod vendor* ./ 13:33:45 Removing intermediate container 9c721244bde9 13:33:45 ---> ab33ed8f9fbd 13:33:45 Step 6/22 : COPY go.mod vendor* ./ 13:33:45 Removing intermediate container ece2d4ff31b0 13:33:45 ---> 75e8f779da6d 13:33:45 Step 6/25 : COPY go.mod vendor* ./ 13:33:46 Removing intermediate container eb153146fc76 13:33:46 Removing intermediate container 78d1d71a1af1 13:33:46 ---> 4449a92412d0 13:33:46 Step 6/22 : COPY go.mod vendor* ./ 13:33:46 ---> a9b5306cf107 13:33:46 Step 6/25 : COPY go.mod vendor* ./ 13:33:46 ---> 57d71a6437d1 13:33:46 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:33:46 ---> c75173d7d8e2 13:33:46 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:33:46 ---> Running in 92556a75f3b3 13:33:46 ---> Running in 6217dcd39306 13:33:47 ---> c907b57849a1 13:33:47 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:33:47 ---> Running in aee3f073d3db 13:33:47 ---> f57c40959195 13:33:47 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:33:47 ---> 6962e1f7b1d3 13:33:47 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:33:47 ---> Running in 059f9b4b7ba1 13:33:47 ---> Running in 385815ad0ffb 13:34:55 Removing intermediate container 6217dcd39306 13:34:55 ---> 0a0b3714350a 13:34:55 Step 8/31 : COPY . . 13:34:55 Removing intermediate container aee3f073d3db 13:34:55 ---> f237f1eaae34 13:34:55 Step 8/25 : COPY . . 13:34:55 Removing intermediate container 92556a75f3b3 13:34:55 ---> 4a7acb7f5147 13:34:55 Step 8/22 : COPY . . 13:34:55 Removing intermediate container 059f9b4b7ba1 13:34:55 ---> 488aab22223f 13:34:55 Step 8/25 : COPY . . 13:34:55 Removing intermediate container 385815ad0ffb 13:34:55 ---> b3bb7db25e1d 13:34:55 Step 8/22 : COPY . . 13:35:02 ---> 76426418748a 13:35:02 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:35:02 ---> 2d3cfa14569e 13:35:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications ---> 5c34eb6b8f95 13:35:02 13:35:02 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:35:02 ---> Running in 94c28e56714f 13:35:02 ---> 42ece6b01767 13:35:02 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:35:02 ---> Running in 20af80799fb1 13:35:02 ---> Running in 12b6eb051d7f 13:35:02 ---> 7a71141ac82f 13:35:02 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 13:35:03 ---> Running in ed7a42510ab1 13:35:03 ---> Running in ec9e3f524139 13:35:03 Removing intermediate container ec9e3f524139 13:35:03 ---> c53720a62bbf 13:35:03 Step 10/25 : WORKDIR /edgex-go/spire-build 13:35:03 ---> Running in 60aa8952db96 13:35:04 Removing intermediate container 60aa8952db96 13:35:04 ---> 4a367f7dd076 13:35:04 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 13:35:04 ---> Running in 13589575b9d8 13:35:04 CGO_ENABLED=0 GO111MODULE=on 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 13:35:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:35:05 CGO_ENABLED=0 GO111MODULE=on 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 13:35:05 CGO_ENABLED=0 GO111MODULE=on 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-setup/security-proxy-setup ./cmd/security-proxy-setup 13:35:07 Removing intermediate container 13589575b9d8 13:35:07 ---> 793c515ffec9 13:35:07 Step 12/25 : WORKDIR /edgex-go 13:35:08 ---> Running in 54549298e7a2 13:35:08 Removing intermediate container 54549298e7a2 13:35:08 ---> d0b966617c1c 13:35:08 13:35:08 Step 13/25 : FROM alpine:3.15 13:35:08 3.15: Pulling from library/alpine 13:35:10 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 13:35:10 Status: Downloaded newer image for alpine:3.15 13:35:10 ---> 02e0d6fdf486 13:35:10 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:35:10 ---> Running in 049a4636cd2f 13:35:11 Removing intermediate container 049a4636cd2f 13:35:11 ---> bb6a9ad6ba3b 13:35:11 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:35:11 ---> Running in 63e3a1edbe02 13:35:14 Removing intermediate container 63e3a1edbe02 13:35:14 ---> dd623b9778ac 13:35:14 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:35:14 ---> Running in 6801520f20fb 13:35:16 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:35:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:35:18 v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 13:35:18 v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] 13:35:18 OK: 15733 distinct packages available 13:35:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:35:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:35:21 (1/5) Installing dumb-init (1.2.5-r1) 13:35:22 (2/5) Installing musl-obstack (1.2.3-r0) 13:35:22 (3/5) Installing libucontext (1.1-r0) 13:35:22 (4/5) Installing gcompat (1.0.0-r4) 13:35:22 (5/5) Installing openssl (1.1.1q-r0) 13:35:22 Executing busybox-1.34.1-r7.trigger 13:35:22 OK: 6 MiB in 19 packages 13:35:24 Removing intermediate container 6801520f20fb 13:35:24 ---> 35d4ad582c7e 13:35:24 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 13:35:29 ---> 93efb67c2d74 13:35:29 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 13:35:29 ---> 98dea28f7862 13:35:29 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 13:35:30 ---> fcd56c9e2231 13:35:30 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 13:35:31 ---> 37249e01d71d 13:35:31 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 13:35:31 ---> Running in 5bf9942f2ffe 13:35:32 Removing intermediate container 5bf9942f2ffe 13:35:32 ---> a00c2c8d9890 13:35:32 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 13:35:32 ---> Running in 18ef137e8fcd 13:35:32 Removing intermediate container 18ef137e8fcd 13:35:32 ---> e74232612b96 13:35:32 Step 23/25 : LABEL arch=arm64 13:35:32 ---> Running in 9c8fc5f562d5 13:35:33 Removing intermediate container 9c8fc5f562d5 13:35:33 ---> 2d41d01255e4 13:35:33 Step 24/25 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:35:33 ---> Running in b15978fdbadb 13:35:34 Removing intermediate container b15978fdbadb 13:35:34 ---> d45de50854ba 13:35:34 Step 25/25 : LABEL version=0.0.0 13:35:34 ---> Running in 0f65a5654f6e 13:35:34 Removing intermediate container 0f65a5654f6e 13:35:34 ---> 9df92a0b173a 13:35:34 13:35:34 Successfully built 9df92a0b173a 13:35:34 Successfully tagged security-spire-server-arm64:latest 13:35:34 Building core-data 13:35:50  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:35:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:35:50 ---> 40639bbecdd0 13:35:50 Step 3/23 : WORKDIR /edgex-go 13:35:50 ---> Using cache 13:35:50 ---> e1f8b78cfc43 13:35:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:35:50 ---> Using cache 13:35:50 ---> 64dbdd28abc3 13:35:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:35:50 ---> Running in 0ddb0a083a0f 13:35:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:35:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:35:53 OK: 221 MiB in 51 packages 13:35:55 Removing intermediate container 0ddb0a083a0f 13:35:55 ---> 71c94a0a82f6 13:35:55 Step 6/23 : COPY go.mod vendor* ./ 13:35:56 ---> 27916f3ffdb5 13:35:56 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:35:56 ---> Running in f19cbb02ec98 13:36:43 Removing intermediate container f19cbb02ec98 13:36:43 ---> 5c2e11e0169f 13:36:43 Step 8/23 : COPY . . 13:36:53 ---> 53d94dc22173 13:36:53 Step 9/23 : RUN make cmd/core-data/core-data 13:36:53 ---> Running in 0fd8683ac6fc 13:36:55 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 13:40:02 CGO_ENABLED=0 GO111MODULE=on 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 13:40:02 CGO_ENABLED=0 GO111MODULE=on 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 13:40:20 Removing intermediate container ed7a42510ab1 13:40:20 ---> 27fe5b29a238 13:40:20 13:40:20 Step 10/22 : FROM alpine:3.16 13:40:21 3.16: Pulling from library/alpine 13:40:24 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 13:40:24 Status: Downloaded newer image for alpine:3.16 13:40:24 ---> a6215f271958 13:40:24 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 13:40:24 ---> Running in a6fe1440b67f 13:40:26 Removing intermediate container 94c28e56714f 13:40:26 ---> 25a8ab9187a8 13:40:26 13:40:26 Step 10/31 : FROM alpine:3.16 13:40:26 ---> a6215f271958 13:40:26 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:40:26 ---> Running in 6c1a384b1987 13:40:26 Removing intermediate container 20af80799fb1 13:40:26 ---> 1fc0fb8c82e8 13:40:26 13:40:26 Step 10/25 : FROM alpine:3.16 13:40:26 ---> a6215f271958 13:40:26 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 13:40:26 ---> Running in 4a0fd8aeb968 13:40:27 Removing intermediate container 6c1a384b1987 13:40:27 ---> 095cf190f971 13:40:27 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:40:27 ---> Running in 2a5b56e2aa85 13:40:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:40:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:40:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:40:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:40:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:40:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:40:31 (1/6) Installing ca-certificates (20220614-r0) 13:40:31 (2/6) Installing brotli-libs (1.0.9-r6) 13:40:31 (3/6) Installing nghttp2-libs (1.47.0-r0) 13:40:31 (4/6) Installing libcurl (7.83.1-r2) 13:40:31 (5/6) Installing curl (7.83.1-r2) 13:40:31 (6/6) Installing dumb-init (1.2.5-r1) 13:40:31 Executing busybox-1.35.0-r17.trigger 13:40:31 Executing ca-certificates-20220614-r0.trigger 13:40:32 (1/3) Installing ca-certificates (20220614-r0) 13:40:32 OK: 8 MiB in 20 packages 13:40:32 (2/3) Installing dumb-init (1.2.5-r1) 13:40:32 (3/3) Installing su-exec (0.2-r1) 13:40:32 Executing busybox-1.35.0-r17.trigger 13:40:32 Executing ca-certificates-20220614-r0.trigger 13:40:32 (1/2) Installing dumb-init (1.2.5-r1) 13:40:32 (2/2) Installing su-exec (0.2-r1) 13:40:32 Executing busybox-1.35.0-r17.trigger 13:40:32 OK: 5 MiB in 16 packages 13:40:32 OK: 6 MiB in 17 packages 13:40:35 Removing intermediate container 2a5b56e2aa85 13:40:35 ---> 0af36074c0af 13:40:35 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:40:35 ---> Running in 10a1d96950be 13:40:35 Removing intermediate container a6fe1440b67f 13:40:35 ---> 901227356828 13:40:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:40:35 ---> Running in 2f69bc18bef1 13:40:35 Removing intermediate container 10a1d96950be 13:40:35 ---> d3efafb42188 13:40:35 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 13:40:35 ---> Running in 9dde9c3e4bad 13:40:35 Removing intermediate container 4a0fd8aeb968 13:40:35 ---> 243ffd9d3efa 13:40:35 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:40:35 ---> Running in 106c2251af95 13:40:36 Removing intermediate container 2f69bc18bef1 13:40:36 ---> 24888f388911 13:40:36 Step 13/22 : WORKDIR /edgex 13:40:36 ---> Running in 3053fcde7c19 13:40:36 Removing intermediate container 9dde9c3e4bad 13:40:36 ---> 61e0e18aa5a0 13:40:36 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 13:40:37 ---> Running in f9bba3ecd69f 13:40:37 Removing intermediate container 106c2251af95 13:40:37 ---> e41ec0080513 13:40:37 Step 13/25 : WORKDIR / 13:40:37 ---> Running in 0218e16fa438 13:40:37 Removing intermediate container 3053fcde7c19 13:40:37 ---> 217e9dd13250 13:40:37 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:40:37 Removing intermediate container f9bba3ecd69f 13:40:37 ---> a9aac3727fa7 13:40:37 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:40:37 ---> Running in d5853ab964a9 13:40:38 Removing intermediate container 0218e16fa438 13:40:38 ---> 400e888d7e24 13:40:38 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:40:39 ---> fa3d7e9c8b8d 13:40:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:40:40 ---> 75844b4099ff 13:40:40 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:40:42 ---> 44843ed7de7a 13:40:42 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:40:42 Removing intermediate container d5853ab964a9 13:40:42 ---> 728bd70a8fcb 13:40:42 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 13:40:42 ---> Running in 22a2564dcf75 13:40:42 ---> 1415ed00a45c 13:40:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:40:43 Removing intermediate container 22a2564dcf75 13:40:43 ---> 091b12af707c 13:40:43 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 13:40:43 ---> 7f0776f04dbd 13:40:43 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 13:40:45 ---> 28368e929baa 13:40:45 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 13:40:45 ---> d83d78039629 13:40:45 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:40:45 ---> 44a4851d6a1f 13:40:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 13:40:45 ---> Running in 148a324c4377 13:40:47 ---> eb3a1c3fcd6a 13:40:47 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:40:47 ---> Running in 236e54fa1225 13:40:48 ---> 71e88c21a02a 13:40:48 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:40:49 Removing intermediate container 148a324c4377 13:40:49 ---> aff4bc7ffe5d 13:40:49 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:40:51 ---> 652f54c28b01 13:40:51 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:40:51 Removing intermediate container 236e54fa1225 13:40:51 ---> e7d3beb76c23 13:40:51 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 13:40:51 ---> Running in 53aeb4cf05ca 13:40:52 ---> 79647ecc6c72 13:40:52 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:40:52 Removing intermediate container 53aeb4cf05ca 13:40:52 ---> 5775c989c267 13:40:52 Step 20/22 : LABEL arch=arm64 13:40:52 ---> Running in 075ea6437a8f 13:40:53 Removing intermediate container 075ea6437a8f 13:40:53 ---> 675a1e5cbad7 13:40:53 Step 21/22 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:40:53 ---> 8aa217c554a0 13:40:53 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:40:53 ---> Running in 70643bd5adfd 13:40:53 ---> Running in ec315727c9a6 13:40:54 Removing intermediate container 70643bd5adfd 13:40:54 ---> 226d8f002134 13:40:54 Step 22/22 : LABEL version=0.0.0 13:40:54 ---> Running in cef4c5dac228 13:40:54 ---> 74294efced54 13:40:54 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:40:55 Removing intermediate container cef4c5dac228 13:40:55 ---> aceb7cd81f64 13:40:55 13:40:56 Successfully built aceb7cd81f64 13:40:56 Successfully tagged security-proxy-setup-arm64:latest 13:40:56 Building sys-mgmt-agent 13:40:56 ---> 7c787e8ebed8 13:40:56  Building security-proxy-setup ... done Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:40:57 Removing intermediate container ec315727c9a6 13:40:57 ---> 1837496c2bcc 13:40:57 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 13:40:57 ---> Running in 37bb6afc31fb 13:40:57 ---> f5af32e11eda 13:40:57 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 13:40:58 Removing intermediate container 37bb6afc31fb 13:40:58 ---> 6fecd58dc3ec 13:40:58 Step 23/25 : LABEL arch=arm64 13:40:58 ---> Running in db5fa0aa6d3a 13:40:58 ---> ef42af1c6a4f 13:40:58 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:40:58 Removing intermediate container db5fa0aa6d3a 13:40:58 ---> 586480e22224 13:40:58 Step 24/25 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:40:58 ---> Running in ca9567a5d63b 13:40:59 Removing intermediate container ca9567a5d63b 13:40:59 ---> b48e5dea54d3 13:40:59 Step 25/25 : LABEL version=0.0.0 13:40:59 ---> Running in 4ced4e7222c6 13:41:00 ---> d94ffc0d54ab 13:41:00 Step 26/31 : RUN chmod +x /entrypoint.sh 13:41:00 ---> Running in be47a66653d2 13:41:00 Removing intermediate container 4ced4e7222c6 13:41:00 ---> f21012aec1ad 13:41:00 13:41:01 Successfully built f21012aec1ad 13:41:01 Successfully tagged security-secretstore-setup-arm64:latest 13:41:01 Building security-spire-agent 13:41:03  Building security-secretstore-setup ... done Removing intermediate container be47a66653d2 13:41:03 ---> 622dc92a2640 13:41:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:41:03 ---> Running in 69e883c247cd 13:41:03 Removing intermediate container 69e883c247cd 13:41:03 ---> 92ed03d48750 13:41:03 Step 28/31 : CMD ["gate"] 13:41:04 ---> Running in 379cd366e2ab 13:41:04 Removing intermediate container 379cd366e2ab 13:41:04 ---> 7f0c867dca38 13:41:04 Step 29/31 : LABEL arch=arm64 13:41:04 ---> Running in 09bd13742896 13:41:05 Removing intermediate container 09bd13742896 13:41:05 ---> 7c42fbe1c6e2 13:41:05 Step 30/31 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:41:05 ---> Running in 7adadc236afc 13:41:06 Removing intermediate container 7adadc236afc 13:41:06 ---> 1afb0309c4bf 13:41:06 Step 31/31 : LABEL version=0.0.0 13:41:06 ---> Running in 2d1526a38ef3 13:41:06 Removing intermediate container 2d1526a38ef3 13:41:06 ---> 5203a01a6720 13:41:06 13:41:07 Successfully built 5203a01a6720 13:41:07 Successfully tagged security-bootstrapper-arm64:latest 13:41:07 Building core-command 13:41:29  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:41:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:41:29 ---> 40639bbecdd0 13:41:29 Step 3/23 : WORKDIR /edgex-go 13:41:29 ---> Using cache 13:41:29 ---> e1f8b78cfc43 13:41:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:41:29 ---> Using cache 13:41:29 ---> 64dbdd28abc3 13:41:29 Step 5/23 : RUN apk add --update --no-cache make bash git 13:41:29 ---> Running in 1ac76934e483 13:41:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:41:30 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:41:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:41:30 ---> 40639bbecdd0 13:41:30 Step 3/26 : WORKDIR /edgex-go 13:41:30 ---> Using cache 13:41:30 ---> e1f8b78cfc43 13:41:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:41:30 ---> Using cache 13:41:30 ---> 64dbdd28abc3 13:41:30 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 13:41:30 ---> Using cache 13:41:30 ---> 75e8f779da6d 13:41:30 Step 6/26 : COPY go.mod vendor* ./ 13:41:30 ---> Using cache 13:41:30 ---> c907b57849a1 13:41:30 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:41:30 ---> Using cache 13:41:30 ---> f237f1eaae34 13:41:30 Step 8/26 : COPY . . 13:41:30 ---> Using cache 13:41:30 ---> 7a71141ac82f 13:41:30 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 13:41:30 ---> Using cache 13:41:30 ---> c53720a62bbf 13:41:30 Step 10/26 : WORKDIR /edgex-go/spire-build 13:41:30 ---> Using cache 13:41:30 ---> 4a367f7dd076 13:41:30 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 13:41:30 ---> Running in 483062125b06 13:41:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:41:32 OK: 221 MiB in 51 packages 13:41:34 Removing intermediate container 483062125b06 13:41:34 ---> 883dbce5409b 13:41:34 Step 12/26 : WORKDIR /edgex-go 13:41:34 ---> Running in cbca1091aad6 13:41:34 Removing intermediate container 1ac76934e483 13:41:34 ---> c37e6ee99a69 13:41:34 Step 6/23 : COPY go.mod vendor* ./ 13:41:35 Removing intermediate container cbca1091aad6 13:41:35 ---> bcaeb86f1e02 13:41:35 13:41:35 Step 13/26 : FROM alpine:3.15 13:41:35 ---> 02e0d6fdf486 13:41:35 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:41:35 ---> Using cache 13:41:35 ---> bb6a9ad6ba3b 13:41:35 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:41:35 ---> Using cache 13:41:35 ---> dd623b9778ac 13:41:35 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:41:35 ---> Using cache 13:41:35 ---> 35d4ad582c7e 13:41:35 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 13:41:36 ---> d2ddff29bc07 13:41:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:41:36 ---> Running in 3f24e7fd1d6b 13:41:38 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:41:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:41:38 ---> 40639bbecdd0 13:41:38 Step 3/23 : WORKDIR /edgex-go 13:41:38 ---> Using cache 13:41:38 ---> e1f8b78cfc43 13:41:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:41:38 ---> Using cache 13:41:38 ---> 64dbdd28abc3 13:41:38 Step 5/23 : RUN apk add --update --no-cache make git 13:41:38 ---> Running in 4e930a188ace 13:41:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:41:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:41:41 ---> d84e47bf8356 13:41:41 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 13:41:42 OK: 221 MiB in 51 packages 13:41:44 Removing intermediate container 4e930a188ace 13:41:44 ---> 1fd6a9f83262 13:41:44 Step 6/23 : COPY go.mod vendor* ./ 13:41:46 ---> 558b174a7108 13:41:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:41:46 ---> Running in a82ea177046f 13:41:48 ---> ac8fd7de4ccd 13:41:48 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 13:41:49 ---> 5d3bdcee88ad 13:41:49 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 13:41:50 ---> f4cd04c3b404 13:41:50 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 13:41:51 ---> a860f2075ed4 13:41:51 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 13:41:51 ---> Running in 3af7ff83f264 13:41:52 Removing intermediate container 3af7ff83f264 13:41:52 ---> 3c2e84cecf28 13:41:52 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 13:41:52 ---> Running in bd5e5f849c80 13:41:52 Removing intermediate container bd5e5f849c80 13:41:52 ---> c6880d204ac2 13:41:52 Step 24/26 : LABEL arch=arm64 13:41:52 ---> Running in 68722753341d 13:41:53 Removing intermediate container 68722753341d 13:41:53 ---> 7a2246f90fc1 13:41:53 Step 25/26 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:41:53 ---> Running in 69dc79d7ce26 13:41:54 Removing intermediate container 69dc79d7ce26 13:41:54 ---> de0b6b09e9c0 13:41:54 Step 26/26 : LABEL version=0.0.0 13:41:54 ---> Running in 70eb791a07d6 13:41:55 Removing intermediate container 70eb791a07d6 13:41:55 ---> 7c9586808317 13:41:55 13:41:55 Successfully built 7c9586808317 13:41:55 Successfully tagged security-spire-agent-arm64:latest 13:41:55  Building security-spire-agent ... done Building security-spire-config 13:42:13 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:42:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:42:13 ---> 40639bbecdd0 13:42:13 Step 3/26 : WORKDIR /edgex-go 13:42:13 ---> Using cache 13:42:13 ---> e1f8b78cfc43 13:42:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:42:13 ---> Using cache 13:42:13 ---> 64dbdd28abc3 13:42:13 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 13:42:13 ---> Using cache 13:42:13 ---> 75e8f779da6d 13:42:13 Step 6/26 : COPY go.mod vendor* ./ 13:42:13 ---> Using cache 13:42:13 ---> c907b57849a1 13:42:13 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:42:13 ---> Using cache 13:42:13 ---> f237f1eaae34 13:42:13 Step 8/26 : COPY . . 13:42:13 ---> Using cache 13:42:13 ---> 7a71141ac82f 13:42:13 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 13:42:13 ---> Using cache 13:42:13 ---> c53720a62bbf 13:42:13 Step 10/26 : WORKDIR /edgex-go/spire-build 13:42:13 ---> Using cache 13:42:13 ---> 4a367f7dd076 13:42:13 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 13:42:13 ---> Using cache 13:42:13 ---> 883dbce5409b 13:42:13 Step 12/26 : WORKDIR /edgex-go 13:42:13 ---> Using cache 13:42:13 ---> bcaeb86f1e02 13:42:13 13:42:13 Step 13/26 : FROM alpine:3.15 13:42:13 ---> 02e0d6fdf486 13:42:13 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:42:13 ---> Using cache 13:42:13 ---> bb6a9ad6ba3b 13:42:13 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:42:13 ---> Using cache 13:42:13 ---> dd623b9778ac 13:42:13 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 13:42:13 ---> Running in 024ff123dfc3 13:42:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:42:16 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:42:17 v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 13:42:17 v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] 13:42:17 OK: 15733 distinct packages available 13:42:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:42:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:42:19 (1/4) Installing dumb-init (1.2.5-r1) 13:42:19 (2/4) Installing musl-obstack (1.2.3-r0) 13:42:19 (3/4) Installing libucontext (1.1-r0) 13:42:19 (4/4) Installing gcompat (1.0.0-r4) 13:42:19 Executing busybox-1.34.1-r7.trigger 13:42:19 OK: 6 MiB in 18 packages 13:42:22 Removing intermediate container 024ff123dfc3 13:42:22 ---> 980ac7edbcba 13:42:22 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 13:42:34 ---> ca811f7742f0 13:42:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 13:42:35 ---> 2ec81d931f2c 13:42:35 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 13:42:36 ---> Running in b021e04b59ad 13:42:36 Removing intermediate container 12b6eb051d7f 13:42:36 ---> 9ae0e1cedca5 13:42:36 13:42:36 Step 10/22 : FROM alpine:3.16 13:42:36 ---> a6215f271958 13:42:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:42:37 ---> Running in 626ca5fe96d5 13:42:37 Removing intermediate container b021e04b59ad 13:42:37 ---> 5ab33b2de27d 13:42:37 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 13:42:38 ---> 182dc7f6f714 13:42:38 Step 21/26 : WORKDIR / 13:42:38 ---> Running in 3db1150bddec 13:42:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:42:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:42:39 Removing intermediate container 3db1150bddec 13:42:39 ---> 9e934ae5bc45 13:42:39 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 13:42:39 ---> Running in 8e6b6695c987 13:42:40 (1/2) Installing ca-certificates (20220614-r0) 13:42:40 (2/2) Installing dumb-init (1.2.5-r1) 13:42:40 Executing busybox-1.35.0-r17.trigger 13:42:40 Executing ca-certificates-20220614-r0.trigger 13:42:40 Removing intermediate container 3f24e7fd1d6b 13:42:40 ---> 424eedb0b19d 13:42:40 Step 8/23 : COPY . . 13:42:40 Removing intermediate container 8e6b6695c987 13:42:40 ---> 2b54bfddc68d 13:42:40 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 13:42:40 OK: 6 MiB in 16 packages 13:42:40 ---> Running in 64c943e32cbb 13:42:41 Removing intermediate container 64c943e32cbb 13:42:41 ---> b1caa0f67569 13:42:41 Step 24/26 : LABEL arch=arm64 13:42:41 ---> Running in 3ace33b4b14e 13:42:42 Removing intermediate container 3ace33b4b14e 13:42:42 ---> a441b322e70e 13:42:42 Step 25/26 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:42:43 ---> Running in 1d7b01de3e58 13:42:43 Removing intermediate container 626ca5fe96d5 13:42:43 ---> a9466f7eea5d 13:42:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:42:43 ---> Running in 9536300c6c14 13:42:43 Removing intermediate container 1d7b01de3e58 13:42:43 ---> 72aee51753cc 13:42:43 Step 26/26 : LABEL version=0.0.0 13:42:43 ---> Running in af006866f082 13:42:43 Removing intermediate container 9536300c6c14 13:42:43 ---> 6c82f84559a0 13:42:43 Step 13/22 : ENV APP_PORT=59860 13:42:43 ---> Running in 6cabf5807867 13:42:44 Removing intermediate container af006866f082 13:42:44 ---> 253eb443e711 13:42:44 13:42:44 Removing intermediate container 6cabf5807867 13:42:44 ---> 4c11fd942001 13:42:44 Step 14/22 : EXPOSE $APP_PORT 13:42:44 ---> Running in 7219e030f028 13:42:45 Successfully built 253eb443e711 13:42:45 Successfully tagged security-spire-config-arm64:latest 13:42:45  Building security-spire-config ... done Building security-spiffe-token-provider 13:42:45 Removing intermediate container 7219e030f028 13:42:45 ---> b802862d3138 13:42:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:42:47 ---> 71dd88ac52e7 13:42:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:42:47 Removing intermediate container 0fd8683ac6fc 13:42:47 ---> 7899e5afcc4e 13:42:47 13:42:47 Step 10/23 : FROM alpine:3.16 13:42:47 ---> a6215f271958 13:42:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:42:47 ---> Running in 92b827933842 13:42:48 Removing intermediate container 92b827933842 13:42:48 ---> dec0786e0a90 13:42:48 Step 12/23 : ENV APP_PORT=59880 13:42:48 ---> Running in 9379b894f698 13:42:48 Removing intermediate container a82ea177046f 13:42:48 ---> 54fecc1cc446 13:42:48 Step 8/23 : COPY . . 13:42:48 Removing intermediate container 9379b894f698 13:42:48 ---> b3296f97715d 13:42:48 Step 13/23 : EXPOSE $APP_PORT 13:42:49 ---> Running in 8b7451224583 13:42:49 Removing intermediate container 8b7451224583 13:42:49 ---> 291a69b94f04 13:42:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:42:49 ---> Running in bd15af9c7279 13:42:50 ---> 9db7e312c9fc 13:42:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:42:51 ---> f775767aafe8 13:42:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:42:51 ---> Running in b05acfe0dc7d 13:42:52 Removing intermediate container bd15af9c7279 13:42:52 ---> 00305cc91606 13:42:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:42:52 Removing intermediate container b05acfe0dc7d 13:42:52 ---> 8570afda65dd 13:42:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:42:52 ---> Running in c6f450787a44 13:42:52 ---> Running in 88c3776dbc7c 13:42:53 Removing intermediate container 88c3776dbc7c 13:42:53 ---> 7937ea7a57e4 13:42:53 Step 20/22 : LABEL arch=arm64 13:42:53 ---> Running in 650dac0fa831 13:42:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:42:54 Removing intermediate container 650dac0fa831 13:42:54 ---> ff9efe6036ca 13:42:54 Step 21/22 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:42:54 ---> Running in 94609d87fd9e 13:42:55 Removing intermediate container 94609d87fd9e 13:42:55 ---> bce1bc942975 13:42:55 Step 22/22 : LABEL version=0.0.0 13:42:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:42:55 ---> Running in 00836de8dd25 13:42:56 Removing intermediate container 00836de8dd25 13:42:56 ---> dbc0d6b93781 13:42:56 13:42:56 (1/6) Installing dumb-init (1.2.5-r1) 13:42:56 Successfully built dbc0d6b93781 13:42:56 (2/6) Installing libgcc (11.2.1_git20220219-r2) 13:42:56 Successfully tagged support-notifications-arm64:latest 13:42:56  Building support-notifications ... done Building support-scheduler 13:42:56 (3/6) Installing libsodium (1.0.18-r0) 13:42:56 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 13:42:56 (5/6) Installing libzmq (4.3.4-r0) 13:42:56 (6/6) Installing zeromq (4.3.4-r0) 13:42:56 Executing busybox-1.35.0-r17.trigger 13:42:57 OK: 8 MiB in 20 packages 13:42:59 ---> 7e55b26058b0 13:42:59 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:42:59 Removing intermediate container c6f450787a44 13:42:59 ---> eefdf2d2c0bb 13:42:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:42:59 ---> Running in 6e9109d1da35 13:43:00 ---> d5549d417fca 13:43:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:43:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:43:01 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:43:01 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:43:01 ---> 40639bbecdd0 13:43:01 Step 3/20 : WORKDIR /edgex-go 13:43:01 ---> Using cache 13:43:01 ---> e1f8b78cfc43 13:43:01 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 13:43:01 ---> Running in 3ca847140bdc 13:43:03 ---> 16417bfed87d 13:43:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:43:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:43:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:43:05 ---> 1e29e590e45d 13:43:05 Step 19/23 : ENTRYPOINT ["/core-data"] 13:43:05 ---> Running in 9c228cf1a9b9 13:43:05 v3.16.2-31-gfe918834c6 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 13:43:05 v3.16.2-31-gfe918834c6 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 13:43:05 OK: 16890 distinct packages available 13:43:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:43:05 Removing intermediate container 9c228cf1a9b9 13:43:05 ---> c3f36906e710 13:43:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:43:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:43:06 ---> Running in 19ec10833578 13:43:06 Removing intermediate container 19ec10833578 13:43:06 ---> 3a920bea3eb5 13:43:06 Step 21/23 : LABEL arch=arm64 13:43:07 OK: 221 MiB in 51 packages 13:43:07 ---> Running in df2133654bc9 13:43:08 Removing intermediate container df2133654bc9 13:43:08 ---> 8ff3bf0fbc02 13:43:08 Step 22/23 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:43:09 ---> Running in 45c5c6aebfd4 13:43:10 Removing intermediate container 45c5c6aebfd4 13:43:10 ---> f1afc5230084 13:43:10 Step 23/23 : LABEL version=0.0.0 13:43:10 Removing intermediate container 3ca847140bdc 13:43:10 ---> ed7ff676df66 13:43:10 Step 5/20 : COPY go.mod vendor* ./ 13:43:10 ---> Running in 5ef150a9d5fe 13:43:11 Removing intermediate container 5ef150a9d5fe 13:43:11 ---> 89f51fdd4e78 13:43:11 13:43:11 ---> 917b896cde21 13:43:11 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:43:11 ---> c3209f339872 13:43:11 Step 9/23 : RUN make cmd/core-command/core-command 13:43:11 Successfully built 89f51fdd4e78 13:43:11 Successfully tagged core-data-arm64:latest 13:43:11  Building core-data ... done Building core-metadata 13:43:11 ---> Running in 0df8f18a1dbf 13:43:11 ---> Running in 6d1b27f27970 13:43:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus 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 13:43:15 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:43:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:43:15 ---> 40639bbecdd0 13:43:15 Step 3/22 : WORKDIR /edgex-go 13:43:15 ---> Using cache 13:43:15 ---> e1f8b78cfc43 13:43:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:43:15 ---> Using cache 13:43:15 ---> 64dbdd28abc3 13:43:15 Step 5/22 : RUN apk add --update --no-cache make git 13:43:15 ---> Using cache 13:43:15 ---> 1fd6a9f83262 13:43:15 Step 6/22 : COPY go.mod vendor* ./ 13:43:15 ---> Using cache 13:43:15 ---> 558b174a7108 13:43:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:43:15 ---> Using cache 13:43:15 ---> 54fecc1cc446 13:43:15 Step 8/22 : COPY . . 13:43:15 ---> Using cache 13:43:15 ---> c3209f339872 13:43:15 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:43:15 ---> Running in 74b59c84834b 13:43:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:43:30 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 13:43:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:43:30 ---> 40639bbecdd0 13:43:30 Step 3/24 : WORKDIR /edgex-go 13:43:30 ---> Using cache 13:43:30 ---> e1f8b78cfc43 13:43:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:43:30 ---> Using cache 13:43:30 ---> 64dbdd28abc3 13:43:30 Step 5/24 : RUN apk add --update --no-cache make git 13:43:30 ---> Using cache 13:43:30 ---> 1fd6a9f83262 13:43:30 Step 6/24 : COPY go.mod vendor* ./ 13:43:30 ---> Using cache 13:43:30 ---> 558b174a7108 13:43:30 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:43:30 ---> Using cache 13:43:30 ---> 54fecc1cc446 13:43:30 Step 8/24 : COPY . . 13:43:30 ---> Using cache 13:43:30 ---> c3209f339872 13:43:30 Step 9/24 : RUN make cmd/core-metadata/core-metadata 13:43:30 ---> Running in a26a94251bf0 13:43:31 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq 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 13:43:58 Removing intermediate container 6d1b27f27970 13:43:58 ---> b9b549de0013 13:43:58 Step 7/20 : COPY . . 13:44:11 ---> 172ac1e3c396 13:44:11 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 13:44:11 ---> Running in 046b463b3850 13:44:12 CGO_ENABLED=0 GO111MODULE=on 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 13:48:04 Removing intermediate container 6e9109d1da35 13:48:04 ---> e91583efbb80 13:48:04 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:48:04 ---> Running in d61f16cbdabf 13:48:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:48:04 Removing intermediate container d61f16cbdabf 13:48:04 ---> 0e804ba059a7 13:48:04 13:48:04 Step 11/23 : FROM alpine:3.16 13:48:04 ---> a6215f271958 13:48:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 13:48:04 ---> Running in 2c7a28833299 13:48:04 Removing intermediate container 2c7a28833299 13:48:04 ---> d1bce08e6bdc 13:48:04 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 13:48:04 ---> Running in 07a085a00f37 13:48:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:48:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:48:06 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 13:48:06 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 13:48:06 (3/33) Installing readline (8.1.2-r0) 13:48:06 (4/33) Installing bash (5.1.16-r2) 13:48:06 Executing bash-5.1.16-r2.post-install 13:48:06 (5/33) Installing ca-certificates (20220614-r0) 13:48:06 (6/33) Installing brotli-libs (1.0.9-r6) 13:48:06 (7/33) Installing nghttp2-libs (1.47.0-r0) 13:48:06 (8/33) Installing libcurl (7.83.1-r2) 13:48:06 (9/33) Installing curl (7.83.1-r2) 13:48:06 (10/33) Installing docker-cli (20.10.16-r2) 13:48:07 (11/33) Installing dumb-init (1.2.5-r1) 13:48:07 (12/33) Installing libbz2 (1.0.8-r1) 13:48:07 (13/33) Installing expat (2.4.8-r0) 13:48:07 (14/33) Installing libffi (3.4.2-r1) 13:48:07 (15/33) Installing gdbm (1.23-r0) 13:48:07 (16/33) Installing xz-libs (5.2.5-r1) 13:48:07 (17/33) Installing libgcc (11.2.1_git20220219-r2) 13:48:07 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 13:48:07 (19/33) Installing mpdecimal (2.5.1-r1) 13:48:07 (20/33) Installing sqlite-libs (3.38.5-r0) 13:48:07 (21/33) Installing python3 (3.10.5-r0) 13:48:10 (22/33) Installing py3-contextlib2 (21.6.0-r2) 13:48:10 (23/33) Installing py3-tomli (2.0.1-r1) 13:48:10 (24/33) Installing py3-pep517 (0.12.0-r2) 13:48:10 (25/33) Installing py3-six (1.16.0-r1) 13:48:10 (26/33) Installing py3-retrying (1.3.3-r3) 13:48:10 (27/33) Installing py3-appdirs (1.4.4-r3) 13:48:10 (28/33) Installing py3-more-itertools (8.13.0-r0) 13:48:10 (29/33) Installing py3-ordered-set (4.0.2-r3) 13:48:10 (30/33) Installing py3-parsing (2.4.7-r3) 13:48:10 (31/33) Installing py3-packaging (21.3-r0) 13:48:10 (32/33) Installing py3-setuptools (59.4.0-r0) 13:48:10 (33/33) Installing py3-pip (22.1.1-r0) 13:48:12 Executing busybox-1.35.0-r17.trigger 13:48:12 Executing ca-certificates-20220614-r0.trigger 13:48:12 OK: 120 MiB in 47 packages 13:48:18 Removing intermediate container 0df8f18a1dbf 13:48:18 ---> 385647d321a6 13:48:18 13:48:18 Step 10/23 : FROM alpine:3.16 13:48:18 ---> a6215f271958 13:48:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:48:18 ---> Running in 04e917c717f0 13:48:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 13:48:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 13:48:21 (1/1) Installing dumb-init (1.2.5-r1) 13:48:21 Executing busybox-1.35.0-r17.trigger 13:48:21 OK: 5 MiB in 15 packages 13:48:22 Removing intermediate container 04e917c717f0 13:48:22 ---> b7b50a32c46a 13:48:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:48:22 ---> Running in 89095a9dd635 13:48:23 Removing intermediate container 89095a9dd635 13:48:23 ---> efa704ebd9b0 13:48:23 Step 13/23 : ENV APP_PORT=59882 13:48:23 ---> Running in f9ad47ea0024 13:48:23 Removing intermediate container f9ad47ea0024 13:48:23 ---> b279baca6847 13:48:23 Step 14/23 : EXPOSE $APP_PORT 13:48:24 ---> Running in 99d898a51819 13:48:24 Removing intermediate container 99d898a51819 13:48:24 ---> 74746e717f2c 13:48:24 Step 15/23 : WORKDIR / 13:48:24 ---> Running in 7b2f10101232 13:48:25 Removing intermediate container 7b2f10101232 13:48:25 ---> ef51449d5025 13:48:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:48:26 ---> 4a57393c76fd 13:48:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:48:27 ---> 3a7e9365bd29 13:48:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:48:28 ---> dd52d79f42da 13:48:28 Step 19/23 : ENTRYPOINT ["/core-command"] 13:48:28 ---> Running in b8457ae41723 13:48:29 Removing intermediate container b8457ae41723 13:48:29 ---> f19c4be69782 13:48:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:48:29 ---> Running in e244706e33f3 13:48:30 Removing intermediate container e244706e33f3 13:48:30 ---> 6debd1f6f756 13:48:30 Step 21/23 : LABEL arch=arm64 13:48:30 ---> Running in ad1fb0ea098d 13:48:30 Removing intermediate container ad1fb0ea098d 13:48:30 ---> d820f8f56b59 13:48:30 Step 22/23 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:48:30 ---> Running in 7ca0f0ad9730 13:48:31 Removing intermediate container 7ca0f0ad9730 13:48:31 ---> 27a102272f03 13:48:31 Step 23/23 : LABEL version=0.0.0 13:48:31 ---> Running in 9535760a0b9e 13:48:32 Removing intermediate container 9535760a0b9e 13:48:32 ---> bf6f4e49dab0 13:48:32 13:48:32 Successfully built bf6f4e49dab0 13:48:32 Successfully tagged core-command-arm64:latest 13:48:32  Building core-command ... done Collecting docker-compose==1.23.2 13:48:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:48:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 8.8 MB/s eta 0:00:00 13:48:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 13:48:32 Collecting docopt<0.7,>=0.6.1 13:48:32 Downloading docopt-0.6.2.tar.gz (25 kB) 13:48:32 Preparing metadata (setup.py): started 13:48:34 Preparing metadata (setup.py): finished with status 'done' 13:48:35 Collecting docker<4.0,>=3.6.0 13:48:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:48:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 19.0 MB/s eta 0:00:00 13:48:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:48:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:48:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 17.2 MB/s eta 0:00:00 13:48:36 Collecting websocket-client<1.0,>=0.32.0 13:48:36 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 13:48:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 19.5 MB/s eta 0:00:00 13:48:36 Collecting dockerpty<0.5,>=0.4.1 13:48:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:48:36 Preparing metadata (setup.py): started 13:48:38 Preparing metadata (setup.py): finished with status 'done' 13:48:39 Collecting PyYAML<4,>=3.10 13:48:39 Downloading PyYAML-3.13.tar.gz (270 kB) 13:48:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 12.0 MB/s eta 0:00:00 13:48:40 Preparing metadata (setup.py): started 13:48:42 Preparing metadata (setup.py): finished with status 'done' 13:48:42 Collecting jsonschema<3,>=2.5.1 13:48:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:48:42 Collecting cached-property<2,>=1.2.0 13:48:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:48:43 Collecting texttable<0.10,>=0.9.0 13:48:43 Downloading texttable-0.9.1.tar.gz (11 kB) 13:48:43 Preparing metadata (setup.py): started 13:48:45 Preparing metadata (setup.py): finished with status 'done' 13:48:45 Collecting docker-pycreds>=0.4.0 13:48:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:48:46 Collecting idna<2.8,>=2.5 13:48:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:48:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 18.2 MB/s eta 0:00:00 13:48:46 Collecting urllib3<1.25,>=1.21.1 13:48:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:48:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 20.4 MB/s eta 0:00:00 13:48:47 Collecting certifi>=2017.4.17 13:48:47 Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 13:48:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 12.5 MB/s eta 0:00:00 13:48:47 Collecting chardet<3.1.0,>=3.0.2 13:48:47 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 13:48:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 19.2 MB/s eta 0:00:00 13:48:47 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 13:48:47 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 13:48:47 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 13:48:48 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 13:48:49 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 13:48:49 Running setup.py install for texttable: started 13:48:51 Running setup.py install for texttable: finished with status 'done' 13:48:51 Running setup.py install for PyYAML: started 13:48:54 Running setup.py install for PyYAML: finished with status 'done' 13:48:55 Running setup.py install for docopt: started 13:48:57 Running setup.py install for docopt: finished with status 'done' 13:49:00 Running setup.py install for dockerpty: started 13:49:02 Running setup.py install for dockerpty: finished with status 'done' 13:49:05 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.6.15 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 13:49:05 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 13:49:24 Removing intermediate container 07a085a00f37 13:49:24 ---> ad550c35933b 13:49:24 Step 14/23 : ENV APP_PORT=58890 13:49:24 ---> Running in 4fdcc90ddaac 13:49:24 Removing intermediate container 4fdcc90ddaac 13:49:24 ---> 8fda5ecefb42 13:49:24 Step 15/23 : EXPOSE $APP_PORT 13:49:24 ---> Running in 431dca72fc86 13:49:24 Removing intermediate container 431dca72fc86 13:49:24 ---> c0259432c28d 13:49:24 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:49:24 ---> a2dd170e2ec2 13:49:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:49:25 ---> dbd1ee2ba4a9 13:49:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:49:27 ---> 2076c6b1b04a 13:49:27 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 13:49:27 ---> Running in 8ca50d6887af 13:49:28 Removing intermediate container 8ca50d6887af 13:49:28 ---> a3628759f1c4 13:49:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:49:28 ---> Running in fa894204260e 13:49:29 Removing intermediate container fa894204260e 13:49:29 ---> 8d7397374f82 13:49:29 Step 21/23 : LABEL arch=arm64 13:49:30 ---> Running in ff059f73fc54 13:49:31 Removing intermediate container ff059f73fc54 13:49:31 ---> f74dffde3cdb 13:49:31 Step 22/23 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:49:31 ---> Running in e675bfb004f6 13:49:32 Removing intermediate container e675bfb004f6 13:49:32 ---> 6a9cd3d3e19f 13:49:32 Step 23/23 : LABEL version=0.0.0 13:49:32 ---> Running in fa0b3f78d98f 13:49:33 Removing intermediate container fa0b3f78d98f 13:49:33 ---> 2231f46e66fa 13:49:33 13:49:33 Successfully built 2231f46e66fa 13:49:33 Successfully tagged sys-mgmt-agent-arm64:latest 13:49:34  Building sys-mgmt-agent ... done Removing intermediate container a26a94251bf0 13:49:34 ---> e77735e1a7aa 13:49:34 13:49:34 Step 10/24 : FROM alpine:3.16 13:49:34 ---> a6215f271958 13:49:34 Step 11/24 : RUN apk add --update --no-cache dumb-init 13:49:34 ---> Using cache 13:49:34 ---> b7b50a32c46a 13:49:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:49:34 ---> Using cache 13:49:34 ---> efa704ebd9b0 13:49:34 Step 13/24 : ENV APP_PORT=59881 13:49:34 ---> Running in f167ea912a8d 13:49:35 Removing intermediate container f167ea912a8d 13:49:35 ---> 6a93cd8670c5 13:49:35 Step 14/24 : EXPOSE $APP_PORT 13:49:35 ---> Running in 8965b9e588c4 13:49:35 Removing intermediate container 8965b9e588c4 13:49:35 ---> 0cdc0abdd764 13:49:35 Step 15/24 : WORKDIR / 13:49:35 ---> Running in bdec9e03903a 13:49:36 Removing intermediate container bdec9e03903a 13:49:36 ---> 0cdf2c6ffcd5 13:49:36 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 13:49:37 ---> e394dd78dc04 13:49:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:49:38 ---> 766645521e70 13:49:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:49:40 ---> 54904f6b81c8 13:49:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 13:49:40 ---> 3bb0c77531ee 13:49:40 Step 20/24 : ENTRYPOINT ["/core-metadata"] 13:49:40 ---> Running in 993bf8766aa9 13:49:41 Removing intermediate container 993bf8766aa9 13:49:41 ---> 3c573cc88bb7 13:49:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:49:41 ---> Running in 5666f6d7f0e3 13:49:42 Removing intermediate container 5666f6d7f0e3 13:49:42 ---> 2ff156a4e179 13:49:42 Step 22/24 : LABEL arch=arm64 13:49:42 ---> Running in a45d448f197f 13:49:42 Removing intermediate container a45d448f197f 13:49:42 ---> 11aecd2316ad 13:49:42 Step 23/24 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:49:42 ---> Running in 80f7b194e2e2 13:49:43 Removing intermediate container 80f7b194e2e2 13:49:43 ---> 397ad47f3a3c 13:49:43 Step 24/24 : LABEL version=0.0.0 13:49:43 ---> Running in 3b9e0319aec6 13:49:43 Removing intermediate container 3b9e0319aec6 13:49:43 ---> 5df844bb515b 13:49:43 13:49:43 Successfully built 5df844bb515b 13:49:43 Successfully tagged core-metadata-arm64:latest 13:50:10  Building core-metadata ... done Removing intermediate container 74b59c84834b 13:50:10 ---> 94d824d3da09 13:50:10 13:50:10 Step 10/22 : FROM alpine:3.16 13:50:10 ---> a6215f271958 13:50:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:50:10 ---> Using cache 13:50:10 ---> b7b50a32c46a 13:50:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:50:10 ---> Using cache 13:50:10 ---> efa704ebd9b0 13:50:10 Step 13/22 : ENV APP_PORT=59861 13:50:10 ---> Running in ef5e75b31c65 13:50:10 Removing intermediate container ef5e75b31c65 13:50:10 ---> d5ccd77e36b7 13:50:10 Step 14/22 : EXPOSE $APP_PORT 13:50:10 ---> Running in 7d5efa449e96 13:50:11 Removing intermediate container 7d5efa449e96 13:50:11 ---> f4342041d6a6 13:50:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:50:11 ---> af1c38f51703 13:50:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:50:13 ---> 006fbf05ac89 13:50:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:50:14 Removing intermediate container 046b463b3850 13:50:14 ---> 4a43f3adb4b5 13:50:14 13:50:14 Step 9/20 : FROM alpine:3.15 13:50:14 ---> 02e0d6fdf486 13:50:14 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 13:50:14 ---> Using cache 13:50:14 ---> bb6a9ad6ba3b 13:50:14 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:50:14 ---> Using cache 13:50:14 ---> dd623b9778ac 13:50:14 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 13:50:14 ---> dab5cc9ccfeb 13:50:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:50:14 ---> Running in ec64c99dc1c9 13:50:14 ---> Running in 15e5a15e5e1d 13:50:15 Removing intermediate container ec64c99dc1c9 13:50:15 ---> de6e1a07b548 13:50:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:50:15 ---> Running in cedbb0fbea0b 13:50:15 Removing intermediate container cedbb0fbea0b 13:50:15 ---> bedd029ac768 13:50:15 Step 20/22 : LABEL arch=arm64 13:50:15 ---> Running in d626f24ed8a1 13:50:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:50:15 Removing intermediate container d626f24ed8a1 13:50:15 ---> 4b75788f537f 13:50:15 Step 21/22 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:50:15 ---> Running in 6d21b03a7ca9 13:50:16 Removing intermediate container 6d21b03a7ca9 13:50:16 ---> 7a49a307e3ba 13:50:16 Step 22/22 : LABEL version=0.0.0 13:50:16 ---> Running in e6feebf72a71 13:50:16 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:50:16 Removing intermediate container e6feebf72a71 13:50:16 ---> 3ca5a9049788 13:50:16 13:50:16 Successfully built 3ca5a9049788 13:50:16 Successfully tagged support-scheduler-arm64:latest 13:50:17  Building support-scheduler ... done v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 13:50:17 v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] 13:50:17 OK: 15733 distinct packages available 13:50:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:50:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:50:19 (1/9) Installing ca-certificates (20220614-r0) 13:50:19 (2/9) Installing brotli-libs (1.0.9-r5) 13:50:19 (3/9) Installing nghttp2-libs (1.46.0-r0) 13:50:19 (4/9) Installing libcurl (7.80.0-r2) 13:50:19 (5/9) Installing curl (7.80.0-r2) 13:50:20 (6/9) Installing dumb-init (1.2.5-r1) 13:50:20 (7/9) Installing musl-obstack (1.2.3-r0) 13:50:20 (8/9) Installing libucontext (1.1-r0) 13:50:20 (9/9) Installing gcompat (1.0.0-r4) 13:50:20 Executing busybox-1.34.1-r7.trigger 13:50:20 Executing ca-certificates-20220614-r0.trigger 13:50:20 OK: 8 MiB in 23 packages 13:50:22 Removing intermediate container 15e5a15e5e1d 13:50:22 ---> d7d9312f94fd 13:50:22 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 13:50:22 ---> dcdd0f218aca 13:50:22 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 13:50:23 ---> 2e16925cc8c9 13:50:23 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 13:50:24 ---> c6bec9f747ed 13:50:24 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 13:50:24 ---> Running in 3ecf104549e2 13:50:24 Removing intermediate container 3ecf104549e2 13:50:24 ---> 58854c74c887 13:50:24 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:50:24 ---> Running in 172d533bc33a 13:50:24 Removing intermediate container 172d533bc33a 13:50:24 ---> 224a17ecc55b 13:50:24 Step 18/20 : LABEL arch=arm64 13:50:25 ---> Running in 4cbca6527dfc 13:50:25 Removing intermediate container 4cbca6527dfc 13:50:25 ---> 86b4dc7fb5b3 13:50:25 Step 19/20 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f 13:50:25 ---> Running in a8862a4ded84 13:50:25 Removing intermediate container a8862a4ded84 13:50:25 ---> 69086ea9bae2 13:50:25 Step 20/20 : LABEL version=0.0.0 13:50:25 ---> Running in 2a974ae525db 13:50:26 Removing intermediate container 2a974ae525db 13:50:26 ---> 236c2c8ef5eb 13:50:26 13:50:26 Successfully built 236c2c8ef5eb 13:50:26 Successfully tagged security-spiffe-token-provider-arm64:latest 13:50:26  Building security-spiffe-token-provider ... done  [Pipeline] } 13:50:26 $ docker stop --time=1 652744d8e6476287238d4a8092e6969010594e853c7ccc8e92f2133e679d6422 13:50:28 $ docker rm -f 652744d8e6476287238d4a8092e6969010594e853c7ccc8e92f2133e679d6422 [Pipeline] // withDockerContainer [Pipeline] sh 13:50:29 + docker images 13:50:29 REPOSITORY TAG IMAGE ID CREATED SIZE 13:50:29 security-spiffe-token-provider-arm64 latest 236c2c8ef5eb 4 seconds ago 28.3MB 13:50:29 support-scheduler-arm64 latest 3ca5a9049788 13 seconds ago 25.6MB 13:50:29 4a43f3adb4b5 16 seconds ago 1.4GB 13:50:29 94d824d3da09 20 seconds ago 1.41GB 13:50:29 core-metadata-arm64 latest 5df844bb515b 46 seconds ago 17.4MB 13:50:29 e77735e1a7aa 56 seconds ago 1.38GB 13:50:29 sys-mgmt-agent-arm64 latest 2231f46e66fa 57 seconds ago 133MB 13:50:29 core-command-arm64 latest bf6f4e49dab0 About a minute ago 15.6MB 13:50:29 385647d321a6 2 minutes ago 1.35GB 13:50:29 0e804ba059a7 2 minutes ago 1.35GB 13:50:29 core-data-arm64 latest 89f51fdd4e78 7 minutes ago 20.6MB 13:50:29 support-notifications-arm64 latest dbc0d6b93781 7 minutes ago 26.1MB 13:50:29 7899e5afcc4e 7 minutes ago 1.38GB 13:50:29 security-spire-config-arm64 latest 253eb443e711 7 minutes ago 83.6MB 13:50:29 9ae0e1cedca5 7 minutes ago 1.41GB 13:50:29 security-spire-agent-arm64 latest 7c9586808317 8 minutes ago 122MB 13:50:29 bcaeb86f1e02 8 minutes ago 1.25GB 13:50:29 security-bootstrapper-arm64 latest 5203a01a6720 9 minutes ago 18.6MB 13:50:29 security-secretstore-setup-arm64 latest f21012aec1ad 9 minutes ago 27.9MB 13:50:29 security-proxy-setup-arm64 latest aceb7cd81f64 9 minutes ago 26.2MB 13:50:29 1fc0fb8c82e8 10 minutes ago 1.36GB 13:50:29 25a8ab9187a8 10 minutes ago 1.35GB 13:50:29 27fe5b29a238 10 minutes ago 1.36GB 13:50:29 security-spire-server-arm64 latest 9df92a0b173a 14 minutes ago 84.2MB 13:50:29 d0b966617c1c 15 minutes ago 1.25GB 13:50:29 ci-base-image-arm64 latest 40639bbecdd0 28 minutes ago 995MB 13:50:29 alpine 3.15 02e0d6fdf486 5 days ago 5.33MB 13:50:29 alpine 3.16 a6215f271958 5 days ago 5.29MB 13:50:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 5 weeks ago 678MB 13:50:29 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 13:50:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:50:30 13:50:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:50:30 arm64: Pulling from edgex-lftools-log-publisher 13:50:30 8998bd30e6a1: Pulling fs layer 13:50:30 04944245beec: Pulling fs layer 13:50:30 699f458cf7ca: Pulling fs layer 13:50:30 765212b225bb: Pulling fs layer 13:50:30 f23df028b6ca: Pulling fs layer 13:50:30 d65c8cfc05b1: Pulling fs layer 13:50:30 2437ff75d9bd: Pulling fs layer 13:50:30 f23df028b6ca: Waiting 13:50:30 d65c8cfc05b1: Waiting 13:50:30 2437ff75d9bd: Waiting 13:50:30 765212b225bb: Waiting 13:50:30 04944245beec: Verifying Checksum 13:50:30 04944245beec: Download complete 13:50:30 765212b225bb: Verifying Checksum 13:50:30 765212b225bb: Download complete 13:50:30 f23df028b6ca: Download complete 13:50:30 d65c8cfc05b1: Verifying Checksum 13:50:30 d65c8cfc05b1: Download complete 13:50:31 699f458cf7ca: Verifying Checksum 13:50:31 699f458cf7ca: Download complete 13:50:31 8998bd30e6a1: Verifying Checksum 13:50:31 8998bd30e6a1: Download complete 13:50:33 2437ff75d9bd: Verifying Checksum 13:50:33 2437ff75d9bd: Download complete 13:50:35 8998bd30e6a1: Pull complete 13:50:36 04944245beec: Pull complete 13:50:37 699f458cf7ca: Pull complete 13:50:37 765212b225bb: Pull complete 13:50:38 f23df028b6ca: Pull complete 13:50:39 d65c8cfc05b1: Pull complete 13:50:54 2437ff75d9bd: Pull complete 13:50:54 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:50:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:50:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:50:54 prd-ubuntu20.04-docker-arm64-4c-16g-22810 does not seem to be running inside a container 13:50:54 $ 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 13:50:57 $ docker top d8d134ba7e43dbb00e4229290490d8712e786dbf8e0de7433d94b0846358da4a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:50:58 ---> job-cost.sh 13:50:58 lf-activate-venv: SKIPPING 13:50:58 INFO: No Stack... 13:50:59 INFO: Retrieving Pricing Info for: v3-standard-4 13:50:59 INFO: Archiving Costs [Pipeline] sh 13:51:00 + cat /w/workspace/edgex-go/1/archives/cost.csv 13:51:00 + cut -d, -f6 [Pipeline] lock 13:51:00 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4125-1-stack-cost] 13:51:00 Resource [jenkins-edgexfoundry-edgex-go-PR-4125-1-stack-cost] did not exist. Created. 13:51:00 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4125-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:51:01 + echo total: 0.10999999940395355 [Pipeline] stash 13:51:01 Stashed 1 file(s) [Pipeline] } 13:51:01 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4125-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:51:01 $ docker stop --time=1 d8d134ba7e43dbb00e4229290490d8712e786dbf8e0de7433d94b0846358da4a 13:51:02 $ docker rm -f d8d134ba7e43dbb00e4229290490d8712e786dbf8e0de7433d94b0846358da4a [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 13:51:04 provisioning config files... 13:51:04 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config331390259881054519tmp [Pipeline] { [Pipeline] sh 13:51:04 + set +x 13:51:04 + curl -s https://codecov.io/bash 13:51:04 + bash -s -- 13:51:04 13:51:04 _____ _ 13:51:04 / ____| | | 13:51:04 | | ___ __| | ___ ___ _____ __ 13:51:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:51:04 | |___| (_) | (_| | __/ (_| (_) \ V / 13:51:04 \_____\___/ \__,_|\___|\___\___/ \_/ 13:51:04 Bash-1.0.6 13:51:04 13:51:04 13:51:04 ==> git version 2.25.1 found 13:51:04 ==> 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 13:51:04 Release-Date: 2020-01-08 13:51:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 13:51:04 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:51:04 ==> Jenkins CI detected. 13:51:04 current dir:  /w/workspace/edgex-go/1 13:51:04 project root: . 13:51:04 --> token set from env 13:51:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:51:04 ==> Running gcov in . (disable via -X gcov) 13:51:04 ==> Python coveragepy not found 13:51:04 ==> Searching for coverage reports in: 13:51:04 + . 13:51:04 -> Found 1 reports 13:51:04 ==> Detecting git/mercurial file structure 13:51:04 ==> Reading reports 13:51:04 + ./coverage.out bytes=479862 13:51:04 ==> Appending adjustments 13:51:04 https://docs.codecov.io/docs/fixing-reports 13:51:05 + Found adjustments 13:51:05 ==> Gzipping contents 13:51:05 64K /tmp/codecov.VRlyxR.gz 13:51:05 ==> Uploading reports 13:51:05 url: https://codecov.io 13:51:05 query: branch=PR-4125&commit=8b197995a8250201abf561ad50e078495bf84b3f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4125%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4125&job=&cmd_args= 13:51:05 -> Pinging Codecov 13:51:05 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4125&commit=8b197995a8250201abf561ad50e078495bf84b3f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4125%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4125&job=&cmd_args= 13:51:06 -> Uploading to 13:51:06 https://storage.googleapis.com/codecov/v4/raw/2022-08-15/00271124DB129430A58F1EEE437C3FCB/8b197995a8250201abf561ad50e078495bf84b3f/ac5d9559-bde8-41cc-8b9b-30b978600fbb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220815%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220815T135105Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7fbd1e4f782cf28979b2fb5a77ddbd41abe68ed07b05fd76224daf1cb7580ba0 13:51:06 % Total % Received % Xferd Average Speed Time Time Time Current 13:51:06 Dload Upload Total Spent Left Speed 13:51:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63081 0 0 100 63081 0 257k --:--:-- --:--:-- --:--:-- 257k 13:51:06 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8b197995a8250201abf561ad50e078495bf84b3f [Pipeline] } 13:51:06 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 13:51:07 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 13:51:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:51:08 ---> package-listing.sh 13:51:08 ++ facter osfamily 13:51:08 ++ tr '[:upper:]' '[:lower:]' 13:51:09 + OS_FAMILY=debian 13:51:09 + workspace=/w/workspace/edgex-go/1 13:51:09 + START_PACKAGES=/tmp/packages_start.txt 13:51:09 + END_PACKAGES=/tmp/packages_end.txt 13:51:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:51:09 + PACKAGES=/tmp/packages_start.txt 13:51:09 + '[' /w/workspace/edgex-go/1 ']' 13:51:09 + PACKAGES=/tmp/packages_end.txt 13:51:09 + case "${OS_FAMILY}" in 13:51:09 + dpkg -l 13:51:09 + grep '^ii' 13:51:09 + '[' -f /tmp/packages_start.txt ']' 13:51:09 + '[' -f /tmp/packages_end.txt ']' 13:51:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:51:09 + '[' /w/workspace/edgex-go/1 ']' 13:51:09 + mkdir -p /w/workspace/edgex-go/1/archives/ 13:51:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 13:51:09 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 13:51:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:51:10 13:51:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:51:10 latest: Pulling from edgex-lftools-log-publisher 13:51:10 5eb5b503b376: Pulling fs layer 13:51:10 5c69ac0246d0: Pulling fs layer 13:51:10 ec43610c2a17: Pulling fs layer 13:51:10 3a2ae6a8a46f: Pulling fs layer 13:51:10 33b1e0a273af: Pulling fs layer 13:51:10 5d3b04190fa2: Pulling fs layer 13:51:10 2f39f015ded8: Pulling fs layer 13:51:10 3a2ae6a8a46f: Waiting 13:51:10 33b1e0a273af: Waiting 13:51:10 2f39f015ded8: Waiting 13:51:10 5d3b04190fa2: Waiting 13:51:10 5c69ac0246d0: Download complete 13:51:10 3a2ae6a8a46f: Download complete 13:51:10 33b1e0a273af: Verifying Checksum 13:51:10 33b1e0a273af: Download complete 13:51:10 5d3b04190fa2: Verifying Checksum 13:51:10 5d3b04190fa2: Download complete 13:51:10 ec43610c2a17: Verifying Checksum 13:51:10 ec43610c2a17: Download complete 13:51:10 5eb5b503b376: Verifying Checksum 13:51:10 5eb5b503b376: Download complete 13:51:11 2f39f015ded8: Download complete 13:51:12 5eb5b503b376: Pull complete 13:51:12 5c69ac0246d0: Pull complete 13:51:12 ec43610c2a17: Pull complete 13:51:12 3a2ae6a8a46f: Pull complete 13:51:12 33b1e0a273af: Pull complete 13:51:12 5d3b04190fa2: Pull complete 13:51:18 2f39f015ded8: Pull complete 13:51:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:51:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:51:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:51:18 prd-ubuntu20.04-docker-8c-8g-22809 does not seem to be running inside a container 13:51:18 $ 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 13:51:19 $ docker top f0ebf4dbc5ea490710d7fcc33eab61837edce930579080fa3022fbb48c09f86b -eo pid,comm [Pipeline] { [Pipeline] sh 13:51:19 + touch /tmp/pre-build-complete [Pipeline] sh 13:51:20 + mkdir -p /var/log/sysstat [Pipeline] sh 13:51:20 + ls /var/log/sa-host 13:51:20 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:51:20 provisioning config files... 13:51:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8030791436475478606tmp [Pipeline] { [Pipeline] echo 13:51:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:51:21 ---> create-netrc.sh [Pipeline] } 13:51:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:51:21 ---> python-tools-install.sh [Pipeline] echo 13:51:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:51:21 ---> sudo-logs.sh 13:51:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:51:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:51:22 ---> job-cost.sh 13:51:22 lf-activate-venv: SKIPPING 13:51:22 DEBUG: total: 0.10999999940395355 13:51:22 INFO: Retrieving Stack Cost... 13:51:22 INFO: Retrieving Pricing Info for: v3-standard-8 13:51:23 INFO: Archiving Costs [Pipeline] echo 13:51:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:51:23 ---> logs-deploy.sh 13:51:23 lf-activate-venv: SKIPPING 13:51:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4125/1 13:51:23 INFO: archiving workspace using pattern(s): 13:51:24 Archives upload complete. 13:51:24 INFO: archiving logs to Nexus 13:51:25 ---> uname -a: 13:51:25 Linux prd-ubuntu20-04-docker-8c-8g-22809 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 13:51:25 13:51:25 13:51:25 ---> lscpu: 13:51:25 Architecture: x86_64 13:51:25 CPU op-mode(s): 32-bit, 64-bit 13:51:25 Byte Order: Little Endian 13:51:25 Address sizes: 40 bits physical, 48 bits virtual 13:51:25 CPU(s): 8 13:51:25 On-line CPU(s) list: 0-7 13:51:25 Thread(s) per core: 1 13:51:25 Core(s) per socket: 1 13:51:25 Socket(s): 8 13:51:25 NUMA node(s): 1 13:51:25 Vendor ID: AuthenticAMD 13:51:25 CPU family: 23 13:51:25 Model: 49 13:51:25 Model name: AMD EPYC-Rome Processor 13:51:25 Stepping: 0 13:51:25 CPU MHz: 2799.998 13:51:25 BogoMIPS: 5599.99 13:51:25 Virtualization: AMD-V 13:51:25 Hypervisor vendor: KVM 13:51:25 Virtualization type: full 13:51:25 L1d cache: 256 KiB 13:51:25 L1i cache: 256 KiB 13:51:25 L2 cache: 4 MiB 13:51:25 L3 cache: 128 MiB 13:51:25 NUMA node0 CPU(s): 0-7 13:51:25 Vulnerability Itlb multihit: Not affected 13:51:25 Vulnerability L1tf: Not affected 13:51:25 Vulnerability Mds: Not affected 13:51:25 Vulnerability Meltdown: Not affected 13:51:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:51:25 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 13:51:25 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 13:51:25 Vulnerability Srbds: Not affected 13:51:25 Vulnerability Tsx async abort: Not affected 13:51:25 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 13:51:25 13:51:25 13:51:25 ---> nproc: 13:51:25 8 13:51:25 13:51:25 13:51:25 ---> df -h: 13:51:25 Filesystem Size Used Avail Use% Mounted on 13:51:25 overlay 155G 18G 138G 12% / 13:51:25 tmpfs 64M 0 64M 0% /dev 13:51:25 tmpfs 16G 0 16G 0% /sys/fs/cgroup 13:51:25 shm 64M 0 64M 0% /dev/shm 13:51:25 /dev/vda1 155G 18G 138G 12% /facter-os 13:51:25 13:51:25 13:51:25 ---> sar -b -r -n DEV: 13:51:25 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22809) 08/15/22 _x86_64_ (8 CPU) 13:51:25 13:51:25 13:17:22 LINUX RESTART (8 CPU) 13:51:25 13:51:25 13:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:51:25 13:19:01 310.70 11.63 299.07 0.00 2015.80 118985.37 0.00 13:51:25 13:20:01 36.17 0.12 36.05 0.00 0.93 13529.37 0.00 13:51:25 13:21:01 52.47 0.07 52.41 0.00 2.13 24164.51 0.00 13:51:25 13:22:01 584.54 5.11 579.42 0.00 76.91 266149.82 0.00 13:51:25 13:23:01 1138.59 2.47 1136.13 0.00 32.39 316615.10 0.00 13:51:25 13:24:01 963.84 0.48 963.36 0.00 4.93 191334.91 0.00 13:51:25 13:25:01 2.22 0.00 2.22 0.00 0.00 26.00 0.00 13:51:25 13:26:01 1.60 0.00 1.60 0.00 0.00 18.79 0.00 13:51:25 13:27:01 3.32 1.58 1.73 0.00 50.39 20.40 0.00 13:51:25 13:28:01 2.30 0.00 2.30 0.00 0.00 31.46 0.00 13:51:25 13:29:01 1.58 0.00 1.58 0.00 0.00 17.60 0.00 13:51:25 13:30:01 2.17 0.00 2.17 0.00 0.00 23.86 0.00 13:51:25 13:31:01 1.58 0.00 1.58 0.00 0.00 17.33 0.00 13:51:25 13:32:01 1.80 0.00 1.80 0.00 0.00 20.66 0.00 13:51:25 13:33:01 2.15 0.02 2.13 0.00 0.13 23.20 0.00 13:51:25 13:34:01 2.02 0.00 2.02 0.00 0.00 22.66 0.00 13:51:25 13:35:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 13:51:25 13:36:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 13:51:25 13:37:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 13:51:25 13:38:02 2.00 0.00 2.00 0.00 0.00 25.33 0.00 13:51:25 13:39:01 1.25 0.00 1.25 0.00 0.00 15.18 0.00 13:51:25 13:40:01 1.37 0.00 1.37 0.00 0.00 17.06 0.00 13:51:25 13:41:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 13:51:25 13:42:01 1.88 0.00 1.88 0.00 0.00 21.06 0.00 13:51:25 13:43:01 1.32 0.00 1.32 0.00 0.00 14.53 0.00 13:51:25 13:44:01 2.33 0.00 2.33 0.00 0.00 26.13 0.00 13:51:25 13:45:01 1.58 0.00 1.58 0.00 0.00 17.20 0.00 13:51:25 13:46:01 2.18 0.00 2.18 0.00 0.00 24.93 0.00 13:51:25 13:47:01 1.38 0.00 1.38 0.00 0.00 15.33 0.00 13:51:25 13:48:01 1.45 0.00 1.45 0.00 0.00 17.19 0.00 13:51:25 13:49:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 13:51:25 13:50:01 1.85 0.00 1.85 0.00 0.00 21.06 0.00 13:51:25 13:51:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 13:51:25 Average: 94.99 0.65 94.34 0.00 66.20 28236.07 0.00 13:51:25 13:51:25 13:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:51:25 13:19:01 28114256 31705028 587864 1.79 136048 3670452 2071468 6.10 1295776 3026544 25888 13:51:25 13:20:01 27126064 31164180 1124288 3.42 139084 4074128 2488424 7.33 1877692 3392468 170808 13:51:25 13:21:01 27674348 31766696 526336 1.60 140816 4135828 1967016 5.80 1280336 3454692 283924 13:51:25 13:22:01 22306036 31210860 1046620 3.18 275756 8532980 4401228 12.97 2382644 7394124 32724 13:51:25 13:23:01 19240968 31702780 568376 1.73 390300 11806660 2066488 6.09 2074516 10617304 156148 13:51:25 13:24:01 20683612 31755456 517020 1.57 439492 10376200 1915168 5.64 2168848 9090712 448 13:51:25 13:25:01 20685076 31756944 515484 1.57 439540 10376204 1915168 5.64 2167432 9090712 12 13:51:25 13:26:01 20686964 31758656 513936 1.56 439564 10376208 1915168 5.64 2167004 9090716 16 13:51:25 13:27:01 20696984 31771236 501264 1.52 439644 10377724 1931540 5.69 2159260 9090312 8 13:51:25 13:28:01 20697448 31771732 500744 1.52 439700 10377696 1931540 5.69 2157432 9090252 8 13:51:25 13:29:01 20697900 31772208 500424 1.52 439744 10377708 1931540 5.69 2156960 9090256 12 13:51:25 13:30:01 20697916 31772260 500348 1.52 439784 10377708 1931540 5.69 2156928 9090256 12 13:51:25 13:31:01 20697616 31772372 500540 1.52 439836 10377712 1931540 5.69 2156820 9090604 12 13:51:25 13:32:01 20697568 31772360 500496 1.52 439860 10377716 1931540 5.69 2156836 9090604 20 13:51:25 13:33:01 20695760 31770664 501984 1.53 439900 10377716 1927404 5.68 2157368 9090604 36 13:51:25 13:34:01 20695988 31770908 501664 1.53 439920 10377712 1927404 5.68 2157172 9090608 12 13:51:25 13:35:01 20696148 31771268 501448 1.52 439980 10377852 1927404 5.68 2157024 9090728 12 13:51:25 13:36:01 20695880 31771004 501664 1.53 440000 10377852 1927404 5.68 2157316 9090728 48 13:51:25 13:37:01 20695832 31770984 501608 1.53 440036 10377856 1927404 5.68 2157056 9090728 24 13:51:25 13:38:02 20695848 31771080 501608 1.53 440088 10377856 1927404 5.68 2157652 9090728 8 13:51:25 13:39:01 20695792 31771060 501560 1.53 440124 10377864 1927404 5.68 2157304 9090752 24 13:51:25 13:40:01 20695672 31770984 501588 1.53 440148 10377868 1927404 5.68 2157492 9090756 48 13:51:25 13:41:01 20695840 31771176 501568 1.53 440164 10377868 1927404 5.68 2157516 9090756 12 13:51:25 13:42:01 20695784 31771148 501560 1.53 440188 10377876 1927404 5.68 2157272 9090764 12 13:51:25 13:43:01 20695720 31771164 501420 1.52 440228 10377876 1910856 5.63 2158212 9090764 8 13:51:25 13:44:01 20695460 31770972 501592 1.53 440296 10377876 1910856 5.63 2157484 9090772 12 13:51:25 13:45:01 20695380 31770912 501548 1.53 440352 10377876 1910856 5.63 2157700 9090772 12 13:51:25 13:46:01 20695616 31771236 501188 1.52 440404 10377888 1910856 5.63 2158584 9090776 12 13:51:25 13:47:01 20695568 31771244 501140 1.52 440436 10377892 1910856 5.63 2157580 9090780 12 13:51:25 13:48:01 20695236 31770932 501396 1.52 440444 10377896 1926912 5.68 2158040 9090784 56 13:51:25 13:49:01 20695188 31770884 501376 1.52 440452 10377896 1926912 5.68 2157852 9090784 20 13:51:25 13:50:01 20695140 31770868 501340 1.52 440468 10377900 1926912 5.68 2157604 9090788 12 13:51:25 13:51:01 20695092 31770820 501316 1.52 440480 10377900 1926912 5.68 2157896 9090788 12 13:51:25 Average: 21330900 31730366 543403 1.65 406160 9781644 2026222 5.97 2101594 8558294 20316 13:51:25 13:51:25 13:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:51:25 13:19:01 vethc9a6ba7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:51:25 13:19:01 docker0 527.65 478.50 39.72 3861.93 0.00 0.00 0.00 0.00 13:51:25 13:19:01 lo 4.40 4.40 0.43 0.43 0.00 0.00 0.00 0.00 13:51:25 13:19:01 ens3 807.92 746.04 9552.28 147.00 0.00 0.00 0.00 0.00 13:51:25 13:20:01 vethc9a6ba7 1.37 1.43 0.11 0.12 0.00 0.00 0.00 0.00 13:51:25 13:20:01 docker0 1.37 1.37 0.09 0.12 0.00 0.00 0.00 0.00 13:51:25 13:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:20:01 ens3 21.04 12.21 16.12 8.88 0.00 0.00 0.00 0.00 13:51:25 13:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:21:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 13:51:25 13:21:01 ens3 88.52 55.36 1690.29 17.47 0.00 0.00 0.00 0.00 13:51:25 13:22:01 veth671ef5d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 13:51:25 13:22:01 docker0 122.38 169.96 9.45 1671.28 0.00 0.00 0.00 0.00 13:51:25 13:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:22:01 vethfc9d266 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 13:51:25 13:22:01 veth2c728f6 0.00 0.67 0.00 0.04 0.00 0.00 0.00 0.00 13:51:25 13:22:01 vethba28c3f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 13:51:25 13:22:01 vethe0aeb6e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 13:51:25 13:22:01 ens3 237.74 176.62 1715.25 85.22 0.00 0.00 0.00 0.00 13:51:25 13:23:01 docker0 138.59 199.33 10.33 2149.91 0.00 0.00 0.00 0.00 13:51:25 13:23:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 13:51:25 13:23:01 veth2c728f6 0.00 0.82 0.00 0.04 0.00 0.00 0.00 0.00 13:51:25 13:23:01 ens3 282.25 209.53 2286.68 86.89 0.00 0.00 0.00 0.00 13:51:25 13:24:01 docker0 78.39 99.92 5.02 710.53 0.00 0.00 0.00 0.00 13:51:25 13:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:24:01 ens3 167.92 134.46 745.11 94.01 0.00 0.00 0.00 0.00 13:51:25 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:25:01 ens3 0.02 0.02 0.00 0.01 0.00 0.00 0.00 0.00 13:51:25 13:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:26:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:27:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:27:01 ens3 6.60 4.27 5.14 5.88 0.00 0.00 0.00 0.00 13:51:25 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:28:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:51:25 13:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:33:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 13:51:25 13:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:34:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:35:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:36:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:38:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:38:02 ens3 0.83 0.55 2.13 0.10 0.00 0.00 0.00 0.00 13:51:25 13:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:42:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:43:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 13:51:25 13:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:44:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:45:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 13:51:25 13:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:46:01 ens3 0.52 0.35 0.26 0.21 0.00 0.00 0.00 0.00 13:51:25 13:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:48:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:51:25 13:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:50:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:51:25 13:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:51:25 13:51:01 ens3 0.25 0.12 0.15 0.01 0.00 0.00 0.00 0.00 13:51:25 Average: docker0 26.33 28.77 1.96 254.49 0.00 0.00 0.00 0.00 13:51:25 Average: lo 0.28 0.28 0.02 0.02 0.00 0.00 0.00 0.00 13:51:25 Average: ens3 48.99 40.66 485.51 13.52 0.00 0.00 0.00 0.00 13:51:25 13:51:25 13:51:25 ---> sar -P ALL: 13:51:25 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22809) 08/15/22 _x86_64_ (8 CPU) 13:51:25 13:51:25 13:17:22 LINUX RESTART (8 CPU) 13:51:25 13:51:25 13:18:01 CPU %user %nice %system %iowait %steal %idle 13:51:25 13:19:01 all 11.18 0.00 4.35 1.59 0.06 82.82 13:51:25 13:19:01 0 10.28 0.00 4.33 0.76 0.07 84.56 13:51:25 13:19:01 1 9.31 0.00 4.02 0.69 0.05 85.93 13:51:25 13:19:01 2 12.38 0.00 4.33 0.29 0.07 82.93 13:51:25 13:19:01 3 10.41 0.00 4.75 5.51 0.07 79.26 13:51:25 13:19:01 4 13.48 0.00 4.40 0.84 0.05 81.22 13:51:25 13:19:01 5 10.74 0.00 4.59 1.89 0.07 82.71 13:51:25 13:19:01 6 12.24 0.00 4.25 1.94 0.05 81.52 13:51:25 13:19:01 7 10.62 0.00 4.10 0.78 0.08 84.42 13:51:25 13:20:01 all 51.03 0.00 7.38 0.40 0.07 41.12 13:51:25 13:20:01 0 51.32 0.00 7.75 0.13 0.07 40.72 13:51:25 13:20:01 1 51.50 0.00 7.66 2.22 0.07 38.56 13:51:25 13:20:01 2 52.34 0.00 8.02 0.45 0.07 39.12 13:51:25 13:20:01 3 52.35 0.00 7.11 0.10 0.07 40.37 13:51:25 13:20:01 4 51.10 0.00 8.00 0.02 0.07 40.82 13:51:25 13:20:01 5 47.33 0.00 6.64 0.08 0.07 45.89 13:51:25 13:20:01 6 52.50 0.00 6.82 0.03 0.07 40.57 13:51:25 13:20:01 7 49.80 0.00 7.01 0.15 0.07 42.97 13:51:25 13:21:01 all 39.89 0.00 7.18 0.62 0.08 52.24 13:51:25 13:21:01 0 40.73 0.00 6.99 0.00 0.07 52.21 13:51:25 13:21:01 1 40.86 0.00 6.92 0.98 0.08 51.16 13:51:25 13:21:01 2 41.30 0.00 7.17 1.49 0.08 49.96 13:51:25 13:21:01 3 39.50 0.00 7.34 0.05 0.07 53.04 13:51:25 13:21:01 4 40.23 0.00 7.03 2.31 0.08 50.34 13:51:25 13:21:01 5 35.58 0.00 6.74 0.02 0.07 57.59 13:51:25 13:21:01 6 41.75 0.00 7.60 0.08 0.08 50.48 13:51:25 13:21:01 7 39.15 0.00 7.64 0.00 0.07 53.14 13:51:25 13:22:01 all 39.87 0.00 14.71 4.20 0.09 41.13 13:51:25 13:22:01 0 39.48 0.00 13.94 2.32 0.10 44.16 13:51:25 13:22:01 1 40.75 0.00 15.09 3.34 0.09 40.73 13:51:25 13:22:01 2 37.85 0.00 15.23 6.06 0.10 40.76 13:51:25 13:22:01 3 39.80 0.00 15.80 5.07 0.09 39.25 13:51:25 13:22:01 4 38.46 0.00 13.76 10.45 0.07 37.26 13:51:25 13:22:01 5 38.83 0.00 14.09 1.52 0.09 45.47 13:51:25 13:22:01 6 41.53 0.00 14.50 2.27 0.09 41.61 13:51:25 13:22:01 7 42.30 0.00 15.28 2.55 0.09 39.78 13:51:25 13:23:01 all 53.27 0.00 15.49 8.23 0.19 22.81 13:51:25 13:23:01 0 51.31 0.00 15.48 5.59 0.19 27.43 13:51:25 13:23:01 1 52.64 0.00 14.69 14.41 0.17 18.08 13:51:25 13:23:01 2 51.94 0.00 16.15 7.15 0.24 24.53 13:51:25 13:23:01 3 52.49 0.00 14.70 5.32 0.12 27.38 13:51:25 13:23:01 4 55.30 0.00 17.24 15.76 0.24 11.46 13:51:25 13:23:01 5 52.05 0.00 14.44 4.24 0.14 29.14 13:51:25 13:23:01 6 54.46 0.00 13.24 6.22 0.24 25.84 13:51:25 13:23:01 7 56.04 0.00 18.02 7.22 0.21 18.51 13:51:25 13:24:01 all 47.37 0.00 10.84 5.94 0.12 35.74 13:51:25 13:24:01 0 47.42 0.00 10.20 4.04 0.12 38.22 13:51:25 13:24:01 1 47.75 0.00 9.57 3.32 0.12 39.25 13:51:25 13:24:01 2 46.12 0.00 10.96 2.35 0.10 40.47 13:51:25 13:24:01 3 48.91 0.00 11.39 3.08 0.12 36.51 13:51:25 13:24:01 4 50.49 0.00 13.49 11.74 0.10 24.18 13:51:25 13:24:01 5 45.71 0.00 10.83 8.91 0.09 34.46 13:51:25 13:24:01 6 45.81 0.00 9.24 3.53 0.10 41.32 13:51:25 13:24:01 7 46.70 0.00 11.03 10.54 0.19 31.55 13:51:25 13:25:01 all 0.01 0.00 0.01 0.01 0.00 99.97 13:51:25 13:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:25:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:51:25 13:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:25:01 4 0.02 0.00 0.03 0.03 0.00 99.92 13:51:25 13:25:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:51:25 13:25:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:51:25 13:25:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:51:25 13:26:01 all 0.16 0.00 0.02 0.00 0.01 99.81 13:51:25 13:26:01 0 0.00 0.00 0.03 0.00 0.00 99.97 13:51:25 13:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:51:25 13:26:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:51:25 13:26:01 3 1.19 0.00 0.02 0.00 0.02 98.78 13:51:25 13:26:01 4 0.02 0.00 0.02 0.02 0.02 99.93 13:51:25 13:26:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:51:25 13:26:01 6 0.03 0.00 0.03 0.00 0.03 99.90 13:51:25 13:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:27:01 all 0.47 0.00 0.04 0.02 0.00 99.47 13:51:25 13:27:01 0 0.12 0.00 0.03 0.00 0.02 99.83 13:51:25 13:27:01 1 0.53 0.00 0.03 0.03 0.00 99.40 13:51:25 13:27:01 2 0.10 0.00 0.02 0.03 0.00 99.85 13:51:25 13:27:01 3 2.02 0.00 0.08 0.02 0.00 97.88 13:51:25 13:27:01 4 0.33 0.00 0.02 0.05 0.00 99.60 13:51:25 13:27:01 5 0.17 0.00 0.02 0.03 0.00 99.78 13:51:25 13:27:01 6 0.23 0.00 0.07 0.00 0.02 99.68 13:51:25 13:27:01 7 0.22 0.00 0.03 0.00 0.00 99.75 13:51:25 13:28:01 all 0.26 0.00 0.01 0.01 0.01 99.72 13:51:25 13:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:51:25 13:28:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:51:25 13:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:28:01 3 1.97 0.00 0.03 0.00 0.02 97.98 13:51:25 13:28:01 4 0.03 0.00 0.02 0.02 0.00 99.93 13:51:25 13:28:01 5 0.02 0.00 0.00 0.03 0.00 99.95 13:51:25 13:28:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:51:25 13:28:01 7 0.00 0.00 0.03 0.00 0.02 99.95 13:51:25 13:29:01 all 0.18 0.00 0.01 0.01 0.01 99.79 13:51:25 13:29:01 0 0.00 0.00 0.00 0.02 0.00 99.98 13:51:25 13:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:29:01 3 1.27 0.00 0.07 0.00 0.02 98.65 13:51:25 13:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:29:01 5 0.03 0.00 0.02 0.03 0.02 99.90 13:51:25 13:29:01 6 0.10 0.00 0.03 0.00 0.02 99.85 13:51:25 13:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:51:25 13:29:01 CPU %user %nice %system %iowait %steal %idle 13:51:25 13:30:01 all 0.01 0.00 0.00 0.01 0.01 99.96 13:51:25 13:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:51:25 13:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:30:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:51:25 13:30:01 4 0.00 0.00 0.00 0.03 0.02 99.95 13:51:25 13:30:01 5 0.00 0.00 0.00 0.03 0.00 99.97 13:51:25 13:30:01 6 0.02 0.00 0.03 0.00 0.03 99.92 13:51:25 13:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:31:01 all 0.01 0.00 0.01 0.01 0.01 99.97 13:51:25 13:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:31:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:51:25 13:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:51:25 13:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:51:25 13:31:01 4 0.00 0.00 0.02 0.02 0.00 99.97 13:51:25 13:31:01 5 0.02 0.00 0.00 0.03 0.00 99.95 13:51:25 13:31:01 6 0.02 0.00 0.03 0.00 0.03 99.92 13:51:25 13:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:32:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:51:25 13:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:51:25 13:32:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:51:25 13:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:32:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:51:25 13:32:01 4 0.02 0.00 0.00 0.02 0.00 99.97 13:51:25 13:32:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:51:25 13:32:01 6 0.03 0.00 0.02 0.00 0.03 99.92 13:51:25 13:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:33:01 all 0.02 0.00 0.03 0.01 0.01 99.94 13:51:25 13:33:01 0 0.00 0.00 0.03 0.03 0.02 99.92 13:51:25 13:33:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:51:25 13:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:51:25 13:33:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:51:25 13:33:01 4 0.00 0.00 0.03 0.00 0.00 99.97 13:51:25 13:33:01 5 0.03 0.00 0.02 0.03 0.00 99.92 13:51:25 13:33:01 6 0.03 0.00 0.05 0.00 0.02 99.90 13:51:25 13:33:01 7 0.03 0.00 0.03 0.00 0.00 99.93 13:51:25 13:34:01 all 0.01 0.00 0.00 0.00 0.00 99.98 13:51:25 13:34:01 0 0.00 0.00 0.00 0.02 0.00 99.98 13:51:25 13:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:51:25 13:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:34:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:51:25 13:34:01 6 0.03 0.00 0.02 0.00 0.03 99.92 13:51:25 13:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:35:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:51:25 13:35:01 0 0.02 0.00 0.00 0.02 0.00 99.97 13:51:25 13:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:51:25 13:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:51:25 13:35:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:51:25 13:35:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:51:25 13:35:01 5 0.02 0.00 0.00 0.07 0.02 99.90 13:51:25 13:35:01 6 0.03 0.00 0.02 0.00 0.03 99.92 13:51:25 13:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:36:01 all 0.01 0.00 0.01 0.01 0.01 99.97 13:51:25 13:36:01 0 0.00 0.00 0.00 0.02 0.02 99.97 13:51:25 13:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:51:25 13:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:36:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:51:25 13:36:01 4 0.02 0.00 0.00 0.02 0.00 99.97 13:51:25 13:36:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:51:25 13:36:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:51:25 13:36:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:51:25 13:37:01 all 0.03 0.00 0.01 0.01 0.00 99.95 13:51:25 13:37:01 0 0.10 0.00 0.00 0.00 0.00 99.90 13:51:25 13:37:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:51:25 13:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:37:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:51:25 13:37:01 4 0.03 0.00 0.00 0.02 0.00 99.95 13:51:25 13:37:01 5 0.02 0.00 0.00 0.03 0.00 99.95 13:51:25 13:37:01 6 0.02 0.00 0.03 0.00 0.02 99.93 13:51:25 13:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:38:02 all 0.03 0.00 0.02 0.01 0.01 99.93 13:51:25 13:38:02 0 0.00 0.00 0.03 0.02 0.00 99.95 13:51:25 13:38:02 1 0.08 0.00 0.02 0.00 0.02 99.88 13:51:25 13:38:02 2 0.02 0.00 0.02 0.00 0.00 99.97 13:51:25 13:38:02 3 0.00 0.00 0.02 0.00 0.02 99.97 13:51:25 13:38:02 4 0.08 0.00 0.00 0.00 0.00 99.92 13:51:25 13:38:02 5 0.00 0.00 0.02 0.05 0.00 99.93 13:51:25 13:38:02 6 0.05 0.00 0.03 0.00 0.03 99.88 13:51:25 13:38:02 7 0.02 0.00 0.02 0.00 0.00 99.97 13:51:25 13:39:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:51:25 13:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:39:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:51:25 13:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:39:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:51:25 13:39:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:51:25 13:39:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:51:25 13:39:01 6 0.05 0.00 0.03 0.00 0.03 99.88 13:51:25 13:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:40:01 all 0.00 0.00 0.00 0.01 0.01 99.97 13:51:25 13:40:01 0 0.00 0.00 0.00 0.03 0.02 99.95 13:51:25 13:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:51:25 13:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:40:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:51:25 13:40:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:51:25 13:40:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:51:25 13:40:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:51:25 13:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:51:25 13:40:01 CPU %user %nice %system %iowait %steal %idle 13:51:25 13:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:51:25 13:41:01 0 0.02 0.00 0.00 0.02 0.00 99.97 13:51:25 13:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:51:25 13:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:51:25 13:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:41:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:51:25 13:41:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:51:25 13:41:01 6 0.00 0.00 0.02 0.00 0.03 99.95 13:51:25 13:41:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:51:25 13:42:01 all 0.12 0.00 0.01 0.01 0.00 99.86 13:51:25 13:42:01 0 0.00 0.00 0.00 0.02 0.00 99.98 13:51:25 13:42:01 1 0.88 0.00 0.03 0.00 0.00 99.09 13:51:25 13:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:42:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:51:25 13:42:01 4 0.02 0.00 0.00 0.02 0.00 99.97 13:51:25 13:42:01 5 0.00 0.00 0.00 0.03 0.00 99.97 13:51:25 13:42:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:51:25 13:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:51:25 13:43:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:51:25 13:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:43:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:51:25 13:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:51:25 13:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:51:25 13:43:01 4 0.02 0.00 0.00 0.02 0.00 99.97 13:51:25 13:43:01 5 0.00 0.00 0.00 0.03 0.00 99.97 13:51:25 13:43:01 6 0.02 0.00 0.00 0.00 0.07 99.92 13:51:25 13:43:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:51:25 13:44:01 all 0.08 0.00 0.01 0.01 0.01 99.89 13:51:25 13:44:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:51:25 13:44:01 1 0.53 0.00 0.00 0.00 0.02 99.45 13:51:25 13:44:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:51:25 13:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:44:01 4 0.00 0.00 0.02 0.05 0.00 99.93 13:51:25 13:44:01 5 0.00 0.00 0.02 0.05 0.02 99.92 13:51:25 13:44:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:51:25 13:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:45:01 all 0.01 0.00 0.00 0.01 0.01 99.97 13:51:25 13:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:45:01 1 0.05 0.00 0.00 0.00 0.02 99.93 13:51:25 13:45:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:51:25 13:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:51:25 13:45:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:51:25 13:45:01 5 0.00 0.00 0.00 0.03 0.00 99.97 13:51:25 13:45:01 6 0.00 0.00 0.03 0.00 0.03 99.93 13:51:25 13:45:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:51:25 13:46:01 all 0.06 0.00 0.01 0.01 0.00 99.91 13:51:25 13:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:46:01 1 0.35 0.00 0.02 0.00 0.00 99.63 13:51:25 13:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:51:25 13:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:51:25 13:46:01 4 0.02 0.00 0.02 0.05 0.00 99.92 13:51:25 13:46:01 5 0.02 0.00 0.00 0.03 0.00 99.95 13:51:25 13:46:01 6 0.05 0.00 0.02 0.00 0.02 99.92 13:51:25 13:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:47:01 all 0.08 0.00 0.00 0.01 0.01 99.91 13:51:25 13:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:51:25 13:47:01 1 0.60 0.00 0.00 0.00 0.02 99.38 13:51:25 13:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:51:25 13:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:47:01 5 0.00 0.00 0.00 0.05 0.00 99.95 13:51:25 13:47:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:51:25 13:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:48:01 all 0.27 0.00 0.01 0.00 0.01 99.71 13:51:25 13:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:51:25 13:48:01 1 2.00 0.00 0.00 0.00 0.00 98.00 13:51:25 13:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:51:25 13:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:51:25 13:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:48:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:51:25 13:48:01 6 0.07 0.00 0.03 0.00 0.03 99.87 13:51:25 13:48:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:51:25 13:49:01 all 0.25 0.00 0.01 0.00 0.01 99.73 13:51:25 13:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:49:01 1 1.94 0.00 0.02 0.00 0.02 98.03 13:51:25 13:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:49:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:51:25 13:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:49:01 6 0.00 0.00 0.05 0.00 0.02 99.93 13:51:25 13:49:01 7 0.00 0.00 0.02 0.03 0.00 99.95 13:51:25 13:50:01 all 0.19 0.00 0.01 0.01 0.01 99.78 13:51:25 13:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:50:01 1 1.35 0.00 0.00 0.00 0.02 98.63 13:51:25 13:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:51:25 13:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:51:25 13:50:01 4 0.02 0.00 0.02 0.02 0.00 99.95 13:51:25 13:50:01 5 0.03 0.00 0.00 0.02 0.02 99.93 13:51:25 13:50:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:51:25 13:50:01 7 0.02 0.00 0.02 0.02 0.02 99.93 13:51:25 13:51:01 all 0.00 0.00 0.01 0.00 0.00 99.99 13:51:25 13:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:51:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:51:25 13:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:51:25 13:51:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:51:25 13:51:01 4 0.00 0.00 0.00 0.02 0.00 99.98 13:51:25 13:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:51:25 13:51:25 Average: CPU %user %nice %system %iowait %steal %idle 13:51:25 Average: all 7.30 0.00 1.79 0.63 0.02 90.26 13:51:25 Average: 0 7.19 0.00 1.75 0.39 0.02 90.65 13:51:25 Average: 1 7.50 0.00 1.73 0.74 0.02 90.01 13:51:25 Average: 2 7.23 0.00 1.85 0.53 0.02 90.37 13:51:25 Average: 3 7.47 0.00 1.83 0.57 0.02 90.10 13:51:25 Average: 4 7.45 0.00 1.91 1.23 0.02 89.39 13:51:25 Average: 5 6.86 0.00 1.71 0.52 0.02 90.90 13:51:25 Average: 6 7.44 0.00 1.68 0.42 0.04 90.42 13:51:25 Average: 7 7.27 0.00 1.87 0.63 0.02 90.20 13:51:25 13:51:25 13:51:25