Pull request #4092 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 vli11 for edgexfoundry/edgex-go Obtained Jenkinsfile from e6a6a81dc368a2a1e05de6f3aee8cce92d1acb8d+5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad (54215e0a1cf285550ed194c8eccb21584e53fe62) 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-ssh3423901873064943904.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-ssh11114371815800356363.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-4092/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-4092/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4400912880042825797.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-4092/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1663636589199074318.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-ssh632032246296985610.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh 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-4092/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-4092/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11089739957615414335.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-19914 in /w/workspace/edgexfoundry_edgex-go_PR-4092 [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 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad into PR head commit e6a6a81dc368a2a1e05de6f3aee8cce92d1acb8d Merge succeeded, producing 6992b3184adb41f9e23ed97a31fe667afe23cca5 Checking out Revision 6992b3184adb41f9e23ed97a31fe667afe23cca5 (PR-4092) > 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/4092/head:refs/remotes/origin/PR-4092 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6a6a81dc368a2a1e05de6f3aee8cce92d1acb8d # 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 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6992b3184adb41f9e23ed97a31fe667afe23cca5 # timeout=10 Commit message: "Merge commit '5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad' into HEAD" 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 01:00:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:00:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:00:24 ========================================================= 01:00:24 EdgeX Global Pipelines Version Info 01:00:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:00:24 ------------------- 01:00:24 stable info: 01:00:24 ------------------- 01:00:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:00:24 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 01:00:24 Message: update stable to v1.0.238 01:00:25 ------------------- 01:00:25 experimental info: 01:00:25 ------------------- 01:00:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:00:25 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 01:00:25 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:00:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:00:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:00:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:00:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4092 [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4092 [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4092 [Pipeline] echo 01:00:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6992b3184adb41f9e23ed97a31fe667afe23cca5 [Pipeline] echo 01:00:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6992b31 [Pipeline] echo 01:00:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:00:27 provisioning config files... 01:00:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8796161335605542987tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:00:27 ---> docker-login.sh 01:00:27 nexus3.edgexfoundry.org:10001 01:00:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:00:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:00:27 Configure a credential helper to remove this warning. See 01:00:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:00:27 01:00:27 Login Succeeded 01:00:27 nexus3.edgexfoundry.org:10002 01:00:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:00:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:00:28 Configure a credential helper to remove this warning. See 01:00:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:00:28 01:00:28 Login Succeeded 01:00:28 nexus3.edgexfoundry.org:10003 01:00:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:00:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:00:28 Configure a credential helper to remove this warning. See 01:00:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:00:28 01:00:28 Login Succeeded 01:00:28 nexus3.edgexfoundry.org:10004 01:00:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:00:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:00:28 Configure a credential helper to remove this warning. See 01:00:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:00:28 01:00:28 Login Succeeded 01:00:28 docker.io 01:00:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:00:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:00:28 Configure a credential helper to remove this warning. See 01:00:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:00:28 01:00:28 Login Succeeded 01:00:28 ---> docker-login.sh ends [Pipeline] } 01:00:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:00:29 + 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 01:00:29 + cut -d/ -f2 01:00:29 + dirname cmd/core-command/Dockerfile 01:00:29 + echo core-command,cmd/core-command/Dockerfile 01:00:29 + cut -d/ -f2 01:00:29 + dirname cmd/core-data/Dockerfile 01:00:29 + echo core-data,cmd/core-data/Dockerfile 01:00:29 + dirname cmd/core-metadata/Dockerfile 01:00:29 + cut -d/ -f2 01:00:29 + echo core-metadata,cmd/core-metadata/Dockerfile 01:00:29 + + cut -d/ -f2 01:00:29 dirname cmd/security-bootstrapper/Dockerfile 01:00:29 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:00:29 + dirname cmd/security-proxy-setup/Dockerfile 01:00:29 + cut -d/ -f2 01:00:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:00:29 + dirname cmd/security-secretstore-setup/Dockerfile 01:00:29 + cut -d/ -f2 01:00:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:00:29 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:00:29 + cut -d/ -f2 01:00:29 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:00:29 + dirname cmd/security-spire-agent/Dockerfile 01:00:29 + cut -d/ -f2 01:00:29 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:00:29 + dirname cmd/security-spire-config/Dockerfile 01:00:29 + cut -d/ -f2 01:00:29 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:00:29 + dirname cmd/security-spire-server/Dockerfile 01:00:29 + cut -d/ -f2 01:00:29 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:00:29 + dirname cmd/support-notifications/Dockerfile 01:00:29 + cut -d/ -f2 01:00:29 + echo support-notifications,cmd/support-notifications/Dockerfile 01:00:29 + dirname cmd/support-scheduler/Dockerfile 01:00:29 + cut -d/ -f2 01:00:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:00:29 + dirname cmd/sys-mgmt-agent/Dockerfile 01:00:29 + cut -d/ -f2 01:00:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:00:29 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 01:00:29 + git rev-list -1 --merges 6992b3184adb41f9e23ed97a31fe667afe23cca5~1..6992b3184adb41f9e23ed97a31fe667afe23cca5 [Pipeline] echo 01:00:29 -----------> git rev-list -1 --merges 6992b3184adb41f9e23ed97a31fe667afe23cca5~1..6992b3184adb41f9e23ed97a31fe667afe23cca5 6992b3184adb41f9e23ed97a31fe667afe23cca5 01:00:29 6992b3184adb41f9e23ed97a31fe667afe23cca5 [false] [Pipeline] sh 01:00:30 + git log --format=format:%s -1 6992b3184adb41f9e23ed97a31fe667afe23cca5 [Pipeline] echo 01:00:30 ========================================================= 01:00:30 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:00:30 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:00:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:00:30 + grep -v github /etc/ssh/ssh_known_hosts 01:00:30 + [ -e /tmp/ssh_known_hosts ] 01:00:30 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:00:30 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:00:30 + sudo tee -a /etc/ssh/ssh_known_hosts 01:00:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:00:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:00:31 01:00:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:00:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:00:31 0.1.4: Pulling from edgex-devops/py-git-semver 01:00:31 b85a868b505f: Pulling fs layer 01:00:31 e2be974225ed: Pulling fs layer 01:00:31 339a4e72a1f5: Pulling fs layer 01:00:31 988bab9f4d93: Pulling fs layer 01:00:31 1469e6f7b9e6: Pulling fs layer 01:00:31 eaf3925da568: Pulling fs layer 01:00:31 bab4dde63d76: Pulling fs layer 01:00:31 bde34c3a00c8: Pulling fs layer 01:00:31 b352a97aabf1: Pulling fs layer 01:00:31 4872d77fe225: Pulling fs layer 01:00:31 5851b861e8e6: Pulling fs layer 01:00:31 eaf3925da568: Waiting 01:00:31 988bab9f4d93: Waiting 01:00:31 bab4dde63d76: Waiting 01:00:31 bde34c3a00c8: Waiting 01:00:31 b352a97aabf1: Waiting 01:00:31 4872d77fe225: Waiting 01:00:31 5851b861e8e6: Waiting 01:00:31 1469e6f7b9e6: Waiting 01:00:31 e2be974225ed: Download complete 01:00:31 988bab9f4d93: Verifying Checksum 01:00:31 988bab9f4d93: Download complete 01:00:31 1469e6f7b9e6: Verifying Checksum 01:00:31 1469e6f7b9e6: Download complete 01:00:31 eaf3925da568: Download complete 01:00:31 339a4e72a1f5: Verifying Checksum 01:00:31 339a4e72a1f5: Download complete 01:00:31 bde34c3a00c8: Download complete 01:00:31 b352a97aabf1: Verifying Checksum 01:00:31 b352a97aabf1: Download complete 01:00:31 4872d77fe225: Download complete 01:00:31 5851b861e8e6: Download complete 01:00:31 b85a868b505f: Verifying Checksum 01:00:31 b85a868b505f: Download complete 01:00:32 bab4dde63d76: Verifying Checksum 01:00:32 bab4dde63d76: Download complete 01:00:33 b85a868b505f: Pull complete 01:00:33 e2be974225ed: Pull complete 01:00:34 339a4e72a1f5: Pull complete 01:00:34 988bab9f4d93: Pull complete 01:00:34 1469e6f7b9e6: Pull complete 01:00:34 eaf3925da568: Pull complete 01:00:36 bab4dde63d76: Pull complete 01:00:36 bde34c3a00c8: Pull complete 01:00:36 b352a97aabf1: Pull complete 01:00:36 4872d77fe225: Pull complete 01:00:36 5851b861e8e6: Pull complete 01:00:36 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:00:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:00:36 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:00:36 prd-ubuntu20.04-docker-8c-8g-19914 does not seem to be running inside a container 01:00:37 $ 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 01:00:38 $ docker top c65356988a66b2063cef651f92b954aecefe6ec05dcea61c33bec097aab651a3 -eo pid,comm 01:00:38 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). 01:00:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:00:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:00:38 [ssh-agent] Looking for ssh-agent implementation... 01:00:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:00:38 $ docker exec c65356988a66b2063cef651f92b954aecefe6ec05dcea61c33bec097aab651a3 ssh-agent 01:00:38 SSH_AUTH_SOCK=/tmp/ssh-S3PhRqRN7E66/agent.34 01:00:38 SSH_AGENT_PID=40 01:00:38 Running ssh-add (command line suppressed) 01:00:38 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1928688850349999373.key (/w/workspace/edgex-go/1@tmp/private_key_1928688850349999373.key) 01:00:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:00:39 + git tag --points-at HEAD [Pipeline] } 01:00:39 $ docker exec --env ******** --env ******** c65356988a66b2063cef651f92b954aecefe6ec05dcea61c33bec097aab651a3 ssh-agent -k 01:00:39 unset SSH_AUTH_SOCK; 01:00:39 unset SSH_AGENT_PID; 01:00:39 echo Agent pid 40 killed; 01:00:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:00:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:00:39 [ssh-agent] Looking for ssh-agent implementation... 01:00:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:00:39 $ docker exec c65356988a66b2063cef651f92b954aecefe6ec05dcea61c33bec097aab651a3 ssh-agent 01:00:39 SSH_AUTH_SOCK=/tmp/ssh-C4np2STnKBhW/agent.74 01:00:39 SSH_AGENT_PID=80 01:00:39 Running ssh-add (command line suppressed) 01:00:39 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3563463075808310309.key (/w/workspace/edgex-go/1@tmp/private_key_3563463075808310309.key) 01:00:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:00:40 + git semver init 01:00:40 2022-07-14 01:00:40,439 [run_init] DEBUG init version:0.0.0 force:False 01:00:40 2022-07-14 01:00:40,440 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 01:00:40 2022-07-14 01:00:40,441 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 01:00:40 2022-07-14 01:00:40,441 [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) 01:00:44 2022-07-14 01:00:44,291 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 01:00:44 2022-07-14 01:00:44,291 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4092 with force:False 01:00:44 2022-07-14 01:00:44,291 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4092 01:00:44 2022-07-14 01:00:44,296 [execute] INFO git cat-file --batch-check 01:00:44 2022-07-14 01:00:44,297 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 01:00:44 2022-07-14 01:00:44,304 [execute] INFO git cat-file --batch 01:00:44 2022-07-14 01:00:44,304 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 01:00:44 2022-07-14 01:00:44,310 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4092 01:00:44 0.0.0 [Pipeline] } 01:00:44 $ docker exec --env ******** --env ******** c65356988a66b2063cef651f92b954aecefe6ec05dcea61c33bec097aab651a3 ssh-agent -k 01:00:44 unset SSH_AUTH_SOCK; 01:00:44 unset SSH_AGENT_PID; 01:00:44 echo Agent pid 80 killed; 01:00:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:00:45 + git semver [Pipeline] } 01:00:45 $ docker stop --time=1 c65356988a66b2063cef651f92b954aecefe6ec05dcea61c33bec097aab651a3 01:00:47 $ docker rm -f c65356988a66b2063cef651f92b954aecefe6ec05dcea61c33bec097aab651a3 [Pipeline] // withDockerContainer [Pipeline] sh 01:00:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:00:47 Stashed 1 file(s) [Pipeline] echo 01:00:47 [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 01:00:48 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 01:00:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:00:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:00:48 ========================================================= 01:00:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 01:00:48 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:00:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:00:49 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 01:00:49 2408cc74d12b: Pulling fs layer 01:00:49 ea60b727a1ce: Pulling fs layer 01:00:49 30c4a7721957: Pulling fs layer 01:00:49 370296b7ddb6: Pulling fs layer 01:00:49 7c6cee850709: Pulling fs layer 01:00:49 39a5fcdaea64: Pulling fs layer 01:00:49 d94ebbe4e438: Pulling fs layer 01:00:49 bcfd1f05c69d: Pulling fs layer 01:00:49 59ccb84bbe0f: Pulling fs layer 01:00:49 bcfd1f05c69d: Waiting 01:00:49 59ccb84bbe0f: Waiting 01:00:49 7c6cee850709: Waiting 01:00:49 39a5fcdaea64: Waiting 01:00:49 d94ebbe4e438: Waiting 01:00:49 30c4a7721957: Verifying Checksum 01:00:49 30c4a7721957: Download complete 01:00:49 ea60b727a1ce: Verifying Checksum 01:00:49 ea60b727a1ce: Download complete 01:00:49 7c6cee850709: Download complete 01:00:49 39a5fcdaea64: Download complete 01:00:49 2408cc74d12b: Download complete 01:00:49 d94ebbe4e438: Verifying Checksum 01:00:49 d94ebbe4e438: Download complete 01:00:49 2408cc74d12b: Pull complete 01:00:49 ea60b727a1ce: Pull complete 01:00:49 30c4a7721957: Pull complete 01:00:49 59ccb84bbe0f: Verifying Checksum 01:00:49 59ccb84bbe0f: Download complete 01:00:49 bcfd1f05c69d: Verifying Checksum 01:00:49 bcfd1f05c69d: Download complete 01:00:50 370296b7ddb6: Verifying Checksum 01:00:50 370296b7ddb6: Download complete 01:00:54 370296b7ddb6: Pull complete 01:00:54 7c6cee850709: Pull complete 01:00:54 39a5fcdaea64: Pull complete 01:00:54 d94ebbe4e438: Pull complete 01:00:57 bcfd1f05c69d: Pull complete 01:00:57 59ccb84bbe0f: Pull complete 01:00:57 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 01:00:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:00:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 01:00:58 + docker build -t ci-base-image-x86_64 -f - . 01:00:58 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:00:58 WORKDIR /edgex 01:00:58 COPY go.mod . 01:00:58 RUN go mod download 01:00:59 Sending build context to Docker daemon 335.3MB 01:00:59 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:00:59 ---> a4fb48ad2a94 01:00:59 Step 2/4 : WORKDIR /edgex 01:01:01 ---> Running in e2c8021361bc 01:01:01 Removing intermediate container e2c8021361bc 01:01:01 ---> 70d928643c7d 01:01:01 Step 3/4 : COPY go.mod . 01:01:01 ---> a96e0a62623e 01:01:01 Step 4/4 : RUN go mod download 01:01:01 ---> Running in 9b37c252a0a8 01:01:03 Still waiting to schedule task 01:01:03 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 01:01:14 Removing intermediate container 9b37c252a0a8 01:01:14 ---> de2933f51966 01:01:14 Successfully built de2933f51966 01:01:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:01:14 + docker inspect -f . ci-base-image-x86_64 01:01:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:01:14 prd-ubuntu20.04-docker-8c-8g-19914 does not seem to be running inside a container 01:01:14 $ 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 01:01:15 $ docker top 13f4a56dc42ef98785a0f9e7ac722a1551dd485d77dd345e35cefb728601f9e7 -eo pid,comm [Pipeline] { [Pipeline] sh 01:01:15 + go version 01:01:15 go version go1.18.3 linux/amd64 [Pipeline] } 01:01:15 $ docker stop --time=1 13f4a56dc42ef98785a0f9e7ac722a1551dd485d77dd345e35cefb728601f9e7 01:01:16 $ docker rm -f 13f4a56dc42ef98785a0f9e7ac722a1551dd485d77dd345e35cefb728601f9e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:01:17 + docker inspect -f . ci-base-image-x86_64 01:01:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:01:17 prd-ubuntu20.04-docker-8c-8g-19914 does not seem to be running inside a container 01:01:17 $ 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 01:01:18 $ docker top e0c460824237808ec0dd0f2cb5755df6d89c2ac61d3a99484d3ad03c80e23bb2 -eo pid,comm [Pipeline] { [Pipeline] echo 01:01:18 ========================================================= 01:01:18 [edgeXBuildGoParallel] Running Tests and Build... 01:01:18 ========================================================= [Pipeline] sh 01:01:18 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 01:01:19 + make test 01:01:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:01:25 ? github.com/edgexfoundry/edgex-go [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 01:01:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.046s coverage: 28.7% of statements 01:01:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:01:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:01:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.104s coverage: 98.5% of statements 01:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 01:01:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.120s coverage: 54.2% of statements 01:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.718s coverage: 89.2% of statements 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.079s coverage: 83.8% of statements 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.510s coverage: 95.6% of statements 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/io 0.063s coverage: 72.2% of statements 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.075s coverage: 60.0% of statements 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.098s coverage: 0.9% of statements 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.075s coverage: 29.6% of statements 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.095s coverage: 47.1% of statements 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.091s coverage: 87.5% of statements 01:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 01:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 01:01:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.216s coverage: 82.5% of statements 01:01:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.077s coverage: 92.9% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 58.8% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.0% of statements 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.087s coverage: 85.4% of statements 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.274s coverage: 91.2% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.4% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.083s coverage: 100.0% of statements 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 89.4% of statements 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.366s coverage: 65.4% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.189s coverage: 43.8% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.079s coverage: 89.5% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.079s coverage: 84.8% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.162s coverage: 92.3% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.134s coverage: 97.7% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 01:02:05 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 01:02:27 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." 01:02:27 GO111MODULE=on go vet ./... 01:02:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:02:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:02:29 ./bin/test-attribution-txt.sh [Pipeline] echo 01:02:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 01:02:29 + ls -al . 01:02:29 total 684 01:02:29 drwxrwxr-x 10 1001 1001 4096 Jul 14 01:01 . 01:02:29 drwxr-xr-x 4 root root 4096 Jul 14 01:01 .. 01:02:29 -rw-rw-r-- 1 1001 1001 11 Jul 14 01:00 .dockerignore 01:02:29 drwxrwxr-x 8 1001 1001 4096 Jul 14 01:02 .git 01:02:29 drwxrwxr-x 3 1001 1001 4096 Jul 14 01:00 .github 01:02:29 -rw-rw-r-- 1 1001 1001 1030 Jul 14 01:00 .gitignore 01:02:29 -rw-rw-r-- 1 1001 1001 42 Jul 14 01:00 .golangci.yml 01:02:29 -rw-rw-r-- 1 1001 1001 87 Jul 14 01:00 .hadolint.yml 01:02:29 drwxr-xr-x 3 1001 1001 4096 Jul 14 01:00 .semver 01:02:29 -rw-rw-r-- 1 1001 1001 166 Jul 14 01:00 .sonarcloud.properties 01:02:29 -rw-rw-r-- 1 1001 1001 1171 Jul 14 01:00 ADOPTERS.md 01:02:29 -rw-rw-r-- 1 1001 1001 10347 Jul 14 01:00 Attribution.txt 01:02:29 -rw-rw-r-- 1 1001 1001 63209 Jul 14 01:00 CHANGELOG.md 01:02:29 -rw-rw-r-- 1 1001 1001 3804 Jul 14 01:00 CONTRIBUTING.md 01:02:29 -rw-rw-r-- 1 1001 1001 677 Jul 14 01:00 GOVERNANCE.md 01:02:29 -rw-rw-r-- 1 1001 1001 850 Jul 14 01:00 Jenkinsfile 01:02:29 -rw-rw-r-- 1 1001 1001 10775 Jul 14 01:00 LICENSE 01:02:29 -rw-rw-r-- 1 1001 1001 10350 Jul 14 01:00 Makefile 01:02:29 -rw-rw-r-- 1 1001 1001 582 Jul 14 01:00 OWNERS.md 01:02:29 -rw-rw-r-- 1 1001 1001 9094 Jul 14 01:00 README.md 01:02:29 -rw-rw-r-- 1 1001 1001 6912 Jul 14 01:00 SECURITY.md 01:02:29 -rw-rw-r-- 1 1001 1001 5 Jul 14 01:00 VERSION 01:02:29 -rw-rw-r-- 1 1001 1001 4131 Jul 14 01:00 ZMQWindows.md 01:02:29 drwxrwxr-x 2 1001 1001 4096 Jul 14 01:00 bin 01:02:29 drwxrwxr-x 18 1001 1001 4096 Jul 14 01:00 cmd 01:02:29 -rw-r--r-- 1 root root 435593 Jul 14 01:02 coverage.out 01:02:29 -rw-rw-r-- 1 1001 1001 3312 Jul 14 01:00 go.mod 01:02:29 -rw-rw-r-- 1 1001 1001 36233 Jul 14 01:00 go.sum 01:02:29 drwxrwxr-x 8 1001 1001 4096 Jul 14 01:00 internal 01:02:29 drwxrwxr-x 3 1001 1001 4096 Jul 14 01:00 openapi 01:02:29 drwxrwxr-x 4 1001 1001 4096 Jul 14 01:00 snap 01:02:29 -rw-rw-r-- 1 1001 1001 204 Jul 14 01:00 version.go [Pipeline] sh 01:02:30 + '[' -e coverage.out ] 01:02:30 + chown 1001:1001 coverage.out [Pipeline] stash 01:02:30 Stashed 1 file(s) [Pipeline] sh 01:02:30 + make build 01:02:30 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 01:02: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/core-metadata/core-metadata ./cmd/core-metadata 01:02:53 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 01:02:54 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 01:03: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-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:03: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:03:02 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 01:03:03 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 01:03: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:03: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 01:03:06 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 01:03: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:03:08 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] } 01:03:09 $ docker stop --time=1 e0c460824237808ec0dd0f2cb5755df6d89c2ac61d3a99484d3ad03c80e23bb2 01:03:12 $ docker rm -f e0c460824237808ec0dd0f2cb5755df6d89c2ac61d3a99484d3ad03c80e23bb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:03:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:03:13 01:03:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:03:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:03:14 latest: Pulling from edgex-devops/edgex-compose 01:03:14 cbdbe7a5bc2a: Pulling fs layer 01:03:14 ca9280d653b3: Pulling fs layer 01:03:14 7e9c9ca2126c: Pulling fs layer 01:03:14 cbdbe7a5bc2a: Verifying Checksum 01:03:14 cbdbe7a5bc2a: Download complete 01:03:14 ca9280d653b3: Verifying Checksum 01:03:14 ca9280d653b3: Download complete 01:03:14 cbdbe7a5bc2a: Pull complete 01:03:14 7e9c9ca2126c: Verifying Checksum 01:03:14 7e9c9ca2126c: Download complete 01:03:14 ca9280d653b3: Pull complete 01:03:18 7e9c9ca2126c: Pull complete 01:03:18 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:03:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:03:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:03:18 prd-ubuntu20.04-docker-8c-8g-19914 does not seem to be running inside a container 01:03:18 $ 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 01:03:19 $ docker top d2fec5fe3e7c15a2b176c29b81ee5b9572ef10875bd776ca47b03f51e9af9b3f -eo pid,comm [Pipeline] { [Pipeline] sh 01:03:20 + docker-compose build --help 01:03:20 + grep parallel 01:03:20 --parallel Build images in parallel. [Pipeline] } 01:03:20 $ docker stop --time=1 d2fec5fe3e7c15a2b176c29b81ee5b9572ef10875bd776ca47b03f51e9af9b3f 01:03:22 $ docker rm -f d2fec5fe3e7c15a2b176c29b81ee5b9572ef10875bd776ca47b03f51e9af9b3f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:03:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:03:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:03:22 prd-ubuntu20.04-docker-8c-8g-19914 does not seem to be running inside a container 01:03:22 $ 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 01:03:23 $ docker top 1e209c28ca5e0371796debacaf9fc2524942a9f2a863b1703eb7fea6e00c4ca5 -eo pid,comm [Pipeline] { [Pipeline] sh 01:03:23 + docker-compose -f ./docker-compose-build.yml build --parallel 01:03:24 Building core-command ... 01:03:24 Building core-data ... 01:03:24 Building core-metadata ... 01:03:24 Building security-bootstrapper ... 01:03:24 Building security-proxy-setup ... 01:03:24 Building security-secretstore-setup ... 01:03:24 Building security-spiffe-token-provider ... 01:03:24 Building security-spire-agent ... 01:03:24 Building security-spire-config ... 01:03:24 Building security-spire-server ... 01:03:24 Building support-notifications ... 01:03:24 Building support-scheduler ... 01:03:24 Building sys-mgmt-agent ... 01:03:24 Building security-spire-server 01:03:24 Building security-spire-config 01:03:24 Building security-secretstore-setup 01:03:24 Building security-bootstrapper 01:03:24 Building core-command 01:03:42 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:03:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:03:42 ---> de2933f51966 01:03:42 Step 3/23 : WORKDIR /edgex-go 01:03:42 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:03:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:03:42 ---> de2933f51966 01:03:42 Step 3/26 : WORKDIR /edgex-go 01:03:42 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:03:42 Step 2/25 : FROM ${BUILDER_BASE} AS builder 01:03:42 ---> de2933f51966 01:03:42 Step 3/25 : WORKDIR /edgex-go 01:03:42 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:03:42 Step 2/25 : FROM ${BUILDER_BASE} AS builder 01:03:42 ---> de2933f51966 01:03:42 Step 3/25 : WORKDIR /edgex-go 01:03:42 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:03:42 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:03:42 ---> de2933f51966 01:03:42 Step 3/31 : WORKDIR /edgex-go 01:03:42 ---> Running in 1e0e67d2ab8b 01:03:42 ---> Running in 99079bcca344 01:03:42 ---> Running in da852bb294b3 01:03:42 ---> Running in a8a7b803afa0 01:03:42 ---> Running in bbcb1479df32 01:03:42 Removing intermediate container a8a7b803afa0 01:03:42 ---> 0d88904a19f5 01:03:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:42 Removing intermediate container da852bb294b3 01:03:42 ---> 91816e7e7cec 01:03:42 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:42 Removing intermediate container 99079bcca344 01:03:42 ---> 20cfa84c8c51 01:03:42 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:43 Removing intermediate container 1e0e67d2ab8b 01:03:43 ---> 094c38705d05 01:03:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:43 ---> Running in 812a288458c4 01:03:43 Removing intermediate container bbcb1479df32 01:03:43 ---> d896b61931a8 01:03:43 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:43 ---> Running in 014e6eead643 01:03:43 ---> Running in 1cb3e9e70273 01:03:43 ---> Running in fde1950b5fc4 01:03:43 ---> Running in 625a901eecc2 01:03:43 Removing intermediate container 812a288458c4 01:03:43 ---> 6baee46a1d2d 01:03:43 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 01:03:43 ---> Running in 76e6a7d4fcf7 01:03:44 Removing intermediate container 014e6eead643 01:03:44 ---> 65921accfffa 01:03:44 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 01:03:44 ---> Running in bc0f0e493c04 01:03:44 Removing intermediate container 1cb3e9e70273 01:03:44 ---> 4f0b8c3db4d2 01:03:44 Step 5/31 : RUN apk add --update --no-cache make git 01:03:44 ---> Running in 27ff2ca87c42 01:03:44 Removing intermediate container fde1950b5fc4 01:03:44 ---> 27f1db5c9fae 01:03:44 Step 5/23 : RUN apk add --update --no-cache make git 01:03:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:03:44 ---> Running in 06f18d4bbcac 01:03:44 Removing intermediate container 625a901eecc2 01:03:44 ---> 932414cbfbf5 01:03:44 Step 5/25 : RUN apk add --update --no-cache make git 01:03:44 ---> Running in 97c7a0b5f8ab 01:03:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:03:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:03:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:03:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:03:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:03:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:03:45 OK: 211 MiB in 51 packages 01:03:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:03:45 OK: 211 MiB in 51 packages 01:03:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:03:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:03:46 Removing intermediate container 76e6a7d4fcf7 01:03:46 ---> fb72c384c760 01:03:46 Step 6/26 : COPY go.mod vendor* ./ 01:03:46 OK: 211 MiB in 51 packages 01:03:46 OK: 211 MiB in 51 packages 01:03:46 OK: 211 MiB in 51 packages 01:03:46 Removing intermediate container bc0f0e493c04 01:03:46 ---> c1ea76e2acbc 01:03:46 Step 6/25 : COPY go.mod vendor* ./ 01:03:46 ---> 17d4a754b23d 01:03:46 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:03:47 ---> Running in 7550ee0f6bfc 01:03:47 ---> d56e780861ff 01:03:47 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:03:48 Removing intermediate container 06f18d4bbcac 01:03:48 ---> 609dce2834c4 01:03:48 Step 6/23 : COPY go.mod vendor* ./ 01:03:48 ---> Running in 9c726496711b 01:03:48 Removing intermediate container 97c7a0b5f8ab 01:03:48 ---> 0ed118cbea59 01:03:48 Step 6/25 : COPY go.mod vendor* ./ 01:03:48 ---> dc6931de54eb 01:03:48 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:03:49 Removing intermediate container 27ff2ca87c42 01:03:49 ---> f4ad02d68693 01:03:49 Step 6/31 : COPY go.mod vendor* ./ 01:03:49 ---> Running in 7780a29d9ea1 01:03:49 ---> 47be4c9fe8ee 01:03:49 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:03:49 ---> Running in 040cbfed057a 01:03:49 ---> b338afbdb14a 01:03:49 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:03:49 ---> Running in 1d5993015b39 01:04:01 Removing intermediate container 040cbfed057a 01:04:01 ---> 797a4ed19dcb 01:04:01 Step 8/25 : COPY . . 01:04:01 Removing intermediate container 7550ee0f6bfc 01:04:01 ---> 4ecae87983a0 01:04:01 Step 8/26 : COPY . . 01:04:01 Removing intermediate container 9c726496711b 01:04:01 ---> 294e5dfb8c43 01:04:01 Step 8/25 : COPY . . 01:04:01 Removing intermediate container 1d5993015b39 01:04:01 ---> bee87a13ae49 01:04:01 Step 8/31 : COPY . . 01:04:01 Removing intermediate container 7780a29d9ea1 01:04:01 ---> 213d7290e247 01:04:01 Step 8/23 : COPY . . 01:04:14 ---> 08b19222713f 01:04:14 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 01:04:14 ---> 2f1aaf83de69 01:04:14 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 01:04:14 ---> 4f8522abbb2f 01:04:14 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:04:14 ---> 625c54119819 01:04:14 Step 9/23 : RUN make cmd/core-command/core-command 01:04:14 ---> f9258f0fa50a 01:04:14 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:04:14 ---> Running in 75ece8d5f844 01:04:14 ---> Running in ebe56135a63e 01:04:14 ---> Running in f0429f242512 01:04:14 ---> Running in 32ad7ff223f8 01:04:14 ---> Running in 67040f5b44c1 01:04:14 Removing intermediate container ebe56135a63e 01:04:14 ---> b03454d2b99d 01:04:14 Step 10/26 : WORKDIR /edgex-go/spire-build 01:04:14 Removing intermediate container 75ece8d5f844 01:04:14 ---> fbfccdec22be 01:04:14 Step 10/25 : WORKDIR /edgex-go/spire-build 01:04:14 ---> Running in fc37e069bd48 01:04:14 ---> Running in 8727976e4390 01:04:14 Removing intermediate container fc37e069bd48 01:04:14 Removing intermediate container 8727976e4390 01:04:14 ---> 2689f4467bbb 01:04:14 ---> 3cdc494015ae 01:04:14 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/; fiStep 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 01:04:14 01:04:14 ---> Running in 2aa93ea98aba 01:04:14 ---> Running in 6ef2b0408a63 01:04:14 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 01:04:14 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 01:04:14 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 01:04:15 Removing intermediate container 6ef2b0408a63 01:04:15 ---> 6535330f217b 01:04:15 Step 12/26 : WORKDIR /edgex-go 01:04:15 Removing intermediate container 2aa93ea98aba 01:04:15 ---> a755ba8d37ea 01:04:15 Step 12/25 : WORKDIR /edgex-go 01:04:15 ---> Running in 6c47aa564ec5 01:04:15 ---> Running in 9b92d080ff33 01:04:15 Removing intermediate container 9b92d080ff33 01:04:15 ---> 8383be03bba2 01:04:15 01:04:15 Step 13/26 : FROM alpine:3.15 01:04:15 Removing intermediate container 6c47aa564ec5 01:04:15 ---> ebd9ff644132 01:04:15 01:04:15 Step 13/25 : FROM alpine:3.15 01:04:15 3.15: Pulling from library/alpine 01:04:15 3.15: Pulling from library/alpine 01:04:17 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 01:04:17 Status: Downloaded newer image for alpine:3.15 01:04:17 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 01:04:17 Status: Image is up to date for alpine:3.15 01:04:17 ---> 0ac33e5f5afa 01:04:17 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:04:17 ---> 0ac33e5f5afa 01:04:17 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:04:17 ---> Running in 3fdd3b7051fa 01:04:17 ---> Running in 8c39df12007e 01:04:17 Removing intermediate container 8c39df12007e 01:04:17 ---> 7d54c6c28e5c 01:04:17 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:17 Removing intermediate container 3fdd3b7051fa 01:04:17 ---> 5657a35d64cb 01:04:17 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:17 ---> Running in 2af4375bc0d1 01:04:17 ---> Running in 45650b18bc66 01:04:19 Removing intermediate container 2af4375bc0d1 01:04:19 ---> 56d9b71ac4fe 01:04:19 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 01:04:19 Removing intermediate container 45650b18bc66 01:04:19 ---> ecc60e96bbdd 01:04:19 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:04:19 ---> Running in 9bf5a8a9fa84 01:04:19 ---> Running in 409983805f78 01:04:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:04:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:04:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:04:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:04:21 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 01:04:21 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 01:04:21 OK: 15861 distinct packages available 01:04:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:04:21 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 01:04:21 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 01:04:21 OK: 15861 distinct packages available 01:04:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:04:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:04:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:04:22 (1/5) Installing dumb-init (1.2.5-r1) 01:04:22 (2/5) Installing musl-obstack (1.2.3-r0) 01:04:22 (3/5) Installing libucontext (1.1-r0) 01:04:22 (1/4) Installing dumb-init (1.2.5-r1) 01:04:22 (4/5) Installing gcompat (1.0.0-r4) 01:04:22 (2/4) Installing musl-obstack (1.2.3-r0) 01:04:22 (5/5) Installing openssl (1.1.1q-r0) 01:04:22 (3/4) Installing libucontext (1.1-r0) 01:04:22 Executing busybox-1.34.1-r5.trigger 01:04:22 OK: 6 MiB in 19 packages 01:04:22 (4/4) Installing gcompat (1.0.0-r4) 01:04:22 Executing busybox-1.34.1-r5.trigger 01:04:22 OK: 6 MiB in 18 packages 01:04:24 Removing intermediate container 409983805f78 01:04:24 ---> 45ef7f82d55b 01:04:24 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:04:24 Removing intermediate container 9bf5a8a9fa84 01:04:24 ---> 531ccafdaa4b 01:04:24 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:04:29 ---> 7f4b6b25002b 01:04:29 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:04:29 ---> 137efad4830c 01:04:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:04:29 ---> c669c0496b91 01:04:29 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:04:29 ---> 14e4eb490692 01:04:29 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 01:04:29 ---> Running in 65172cd5ed5f 01:04:29 Removing intermediate container 65172cd5ed5f 01:04:29 ---> 564e57fff30e 01:04:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:04:29 ---> e416741d55b8 01:04:29 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:04:30 ---> 9a905583b95d 01:04:30 Step 21/26 : WORKDIR / 01:04:30 ---> Running in 72fbda79aba1 01:04:30 ---> 7daf1f34bcaa 01:04:30 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:04:30 ---> Running in c193e4106329 01:04:30 Removing intermediate container 72fbda79aba1 01:04:30 ---> df4c960753ff 01:04:30 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:04:30 ---> Running in 6dd76325ff7e 01:04:30 Removing intermediate container c193e4106329 01:04:30 ---> ad9b019ff77c 01:04:30 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:04:30 ---> Running in e2a19130473f 01:04:30 Removing intermediate container 6dd76325ff7e 01:04:30 ---> 1e167f3328d2 01:04:30 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:04:30 ---> Running in 5b28022fb89e 01:04:30 Removing intermediate container e2a19130473f 01:04:30 ---> c6a8559a878a 01:04:30 Step 23/25 : LABEL arch=x86_64 01:04:30 ---> Running in 49f146014abb 01:04:30 Removing intermediate container 5b28022fb89e 01:04:30 ---> 7b44cd80b653 01:04:30 Step 24/26 : LABEL arch=x86_64 01:04:30 ---> Running in ab2f8a314d68 01:04:30 Removing intermediate container 49f146014abb 01:04:30 ---> fc6d51800767 01:04:30 Step 24/25 : LABEL git_sha=6992b3184adb41f9e23ed97a31fe667afe23cca5 01:04:31 ---> Running in 2012fd1bdb3f 01:04:31 Removing intermediate container ab2f8a314d68 01:04:31 ---> 48c815d719ce 01:04:31 Step 25/26 : LABEL git_sha=6992b3184adb41f9e23ed97a31fe667afe23cca5 01:04:31 ---> Running in d9a5ed6118a6 01:04:31 Removing intermediate container 2012fd1bdb3f 01:04:31 ---> 2eb5e3b8571d 01:04:31 Step 25/25 : LABEL version=0.0.0 01:04:31 ---> Running in beac5fd6b7ec 01:04:31 Removing intermediate container d9a5ed6118a6 01:04:31 ---> 73f6e8e502f8 01:04:31 Step 26/26 : LABEL version=0.0.0 01:04:31 ---> Running in 677cb075c791 01:04:31 Removing intermediate container beac5fd6b7ec 01:04:31 ---> c3877a02f09b 01:04:31 01:04:31 Removing intermediate container 677cb075c791 01:04:31 ---> 7ce10be131bf 01:04:31 01:04:31 Successfully built c3877a02f09b 01:04:31 Successfully tagged security-spire-server:latest 01:04:31  Building security-spire-server ... done Building security-spiffe-token-provider 01:04:31 Successfully built 7ce10be131bf 01:04:31 Successfully tagged security-spire-config:latest 01:04:31 Building sys-mgmt-agent 01:04:35  Building security-spire-config ... 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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:04:37 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:04:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:04:37 ---> de2933f51966 01:04:37 Step 3/23 : WORKDIR /edgex-go 01:04:37 ---> Using cache 01:04:37 ---> 094c38705d05 01:04:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:37 ---> Using cache 01:04:37 ---> 27f1db5c9fae 01:04:37 Step 5/23 : RUN apk add --update --no-cache make bash git 01:04:37 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:04:37 Step 2/20 : FROM ${BUILDER_BASE} AS builder 01:04:37 ---> de2933f51966 01:04:37 Step 3/20 : WORKDIR /edgex-go 01:04:37 ---> Using cache 01:04:37 ---> 094c38705d05 01:04:37 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 01:04:37 ---> Running in 74ecd00af30a 01:04:37 ---> Running in 8f8f5c4c73e9 01:04:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:04:38 v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 01:04:38 v3.16.0-328-g9432077365 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 01:04:38 OK: 17033 distinct packages available 01:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:04:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:04:39 OK: 211 MiB in 51 packages 01:04:39 OK: 211 MiB in 51 packages 01:04:40 Removing intermediate container f0429f242512 01:04:40 ---> 4b3f10511b57 01:04:40 01:04:40 Step 10/23 : FROM alpine:3.16 01:04:40 Removing intermediate container 32ad7ff223f8 01:04:40 ---> f897154356a8 01:04:40 01:04:40 Step 10/31 : FROM alpine:3.16 01:04:40 Removing intermediate container 67040f5b44c1 01:04:40 ---> 556b980a5391 01:04:40 01:04:40 Step 10/25 : FROM alpine:3.16 01:04:40 Removing intermediate container 8f8f5c4c73e9 01:04:40 ---> 645e33e60bb8 01:04:40 Step 5/20 : COPY go.mod vendor* ./ 01:04:40 Removing intermediate container 74ecd00af30a 01:04:40 ---> 7607e4d12e2b 01:04:40 Step 6/23 : COPY go.mod vendor* ./ 01:04:40 ---> 17a35b8bbfd8 01:04:40 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:04:40 ---> Running in 3e6ec195b98f 01:04:40 ---> 5c58b65ac68e 01:04:40 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:04:40 ---> Running in 5764f53c6543 01:04:40 3.16: Pulling from library/alpine 01:04:41 3.16: Pulling from library/alpine 01:04:41 3.16: Pulling from library/alpine 01:04:42 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 01:04:42 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 01:04:42 Status: Downloaded newer image for alpine:3.16 01:04:42 Status: Image is up to date for alpine:3.16 01:04:42 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 01:04:42 Status: Image is up to date for alpine:3.16 01:04:42 ---> e66264b98777 01:04:42 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:04:42 ---> e66264b98777 01:04:42 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 01:04:42 ---> e66264b98777 01:04:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:04:42 ---> Running in 6b54234ed115 01:04:42 ---> Running in 902e12b58443 01:04:42 ---> Running in 1f4c3c26f64c 01:04:42 Removing intermediate container 1f4c3c26f64c 01:04:42 ---> 61a12693a6af 01:04:42 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:04:42 ---> Running in fa643d0a82a5 01:04:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:04:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:04:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:04:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:04:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:04:43 (1/1) Installing dumb-init (1.2.5-r1) 01:04:43 Executing busybox-1.35.0-r13.trigger 01:04:43 OK: 6 MiB in 15 packages 01:04:43 (1/2) Installing dumb-init (1.2.5-r1) 01:04:43 (2/2) Installing su-exec (0.2-r1) 01:04:43 Executing busybox-1.35.0-r13.trigger 01:04:43 OK: 6 MiB in 16 packages 01:04:43 Removing intermediate container fa643d0a82a5 01:04:43 ---> 2dbef5f33b12 01:04:43 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:04:43 Removing intermediate container 6b54234ed115 01:04:43 ---> 0c255ca3687a 01:04:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:04:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:04:44 (1/3) Installing ca-certificates (20211220-r0) 01:04:44 (2/3) Installing dumb-init (1.2.5-r1) 01:04:44 (3/3) Installing su-exec (0.2-r1) 01:04:44 Executing busybox-1.35.0-r13.trigger 01:04:44 Executing ca-certificates-20211220-r0.trigger 01:04:44 ---> Running in cf6c2ce68a08 01:04:44 OK: 6 MiB in 17 packages 01:04:44 ---> Running in a7bde25f2142 01:04:44 Removing intermediate container cf6c2ce68a08 01:04:44 ---> a6d5ad550032 01:04:44 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 01:04:44 Removing intermediate container a7bde25f2142 01:04:44 ---> d546d2375877 01:04:44 Step 13/23 : ENV APP_PORT=59882 01:04:44 ---> Running in 5a38b2db2467 01:04:44 ---> Running in e2908cbb9de1 01:04:44 Removing intermediate container 5a38b2db2467 01:04:44 ---> 2e6cd4c20f88 01:04:44 Step 14/23 : EXPOSE $APP_PORT 01:04:44 Removing intermediate container e2908cbb9de1 01:04:44 ---> 0c2c65bcdb14 01:04:44 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 01:04:44 Removing intermediate container 902e12b58443 01:04:44 ---> 6c18e3d1d532 01:04:44 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:04:44 ---> Running in 5160c9bbb23d 01:04:44 ---> Running in d12ae8606879 01:04:44 ---> Running in 9c6ff3b79567 01:04:44 Removing intermediate container d12ae8606879 01:04:44 ---> 53979003e157 01:04:44 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:04:45 Removing intermediate container 5160c9bbb23d 01:04:45 ---> 2a794433bcf4 01:04:45 Step 15/23 : WORKDIR / 01:04:45 ---> Running in 7e61aab786ba 01:04:45 Removing intermediate container 9c6ff3b79567 01:04:45 ---> e92e4b372d68 01:04:45 Step 13/25 : WORKDIR / 01:04:45 ---> Running in 534eff07cc72 01:04:45 ---> Running in 3ae9067c3b0f 01:04:45 Removing intermediate container 3ae9067c3b0f 01:04:45 ---> 535d1ed65bc2 01:04:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:04:45 Removing intermediate container 534eff07cc72 01:04:45 ---> 14043b8e2947 01:04:45 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:04:45 ---> 5179428d7587 01:04:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:04:45 ---> 18198338093e 01:04:45 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:04:46 ---> 9a5c95d66efa 01:04:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:04:46 Removing intermediate container 7e61aab786ba 01:04:46 ---> d7d4d2575190 01:04:46 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 01:04:46 ---> c18ae879d9e4 01:04:46 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:04:46 ---> Running in 92d28232d426 01:04:46 ---> 4f3dda5c41fb 01:04:46 Step 19/23 : ENTRYPOINT ["/core-command"] 01:04:46 ---> Running in 4ce607559360 01:04:46 Removing intermediate container 92d28232d426 01:04:46 ---> 46856684e8bb 01:04:46 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 01:04:46 ---> f0bc0cd67f36 01:04:46 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:04:46 Removing intermediate container 4ce607559360 01:04:46 ---> 4188cc36e2d5 01:04:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:04:46 ---> b66da3f01bda 01:04:46 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 01:04:46 ---> Running in db5381666106 01:04:46 ---> Running in 60fa40deba8f 01:04:46 ---> 45dd1be43974 01:04:46 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:04:46 Removing intermediate container db5381666106 01:04:46 ---> e71d6394f12b 01:04:46 Step 21/23 : LABEL arch=x86_64 01:04:46 ---> Running in 6f3361d941be 01:04:47 Removing intermediate container 6f3361d941be 01:04:47 ---> dc3a9d2ce1d4 01:04:47 Step 22/23 : LABEL git_sha=6992b3184adb41f9e23ed97a31fe667afe23cca5 01:04:47 ---> 1f7cd586972d 01:04:47 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:04:47 ---> Running in fd85ac87c9bd 01:04:47 Removing intermediate container fd85ac87c9bd 01:04:47 ---> c386ebcc8a57 01:04:47 Step 23/23 : LABEL version=0.0.0 01:04:47 ---> Running in 87440fe86c4e 01:04:47 ---> b8c9b1e8f10f 01:04:47 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:04:48 Removing intermediate container 60fa40deba8f 01:04:48 ---> 2dc251eea607 01:04:48 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:04:48 Removing intermediate container 87440fe86c4e 01:04:48 ---> 6b5e327553e1 01:04:48 01:04:48 Successfully built 6b5e327553e1 01:04:48 Successfully tagged core-command:latest 01:04:48 Building security-proxy-setup 01:04:48  Building core-command ... done  ---> abade6139292 01:04:48 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 01:04:48 ---> 270c86505fd0 01:04:48 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:04:49 ---> Running in fe9106b709da 01:04:49 ---> 0c5f3c3fa003 01:04:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:04:49 Removing intermediate container 5764f53c6543 01:04:49 ---> 2c66f3ca7d43 01:04:49 Step 8/23 : COPY . . 01:04:49 Removing intermediate container 3e6ec195b98f 01:04:49 ---> ebecaf0846b3 01:04:49 Step 7/20 : COPY . . 01:04:49 ---> f16c732c2bab 01:04:49 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:04:51 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:04:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:04:51 ---> de2933f51966 01:04:51 Step 3/22 : WORKDIR /edgex-go 01:04:51 ---> Using cache 01:04:51 ---> 094c38705d05 01:04:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:51 ---> Using cache 01:04:51 ---> 27f1db5c9fae 01:04:51 Step 5/22 : RUN apk add --update --no-cache make git 01:04:51 ---> Using cache 01:04:51 ---> 609dce2834c4 01:04:51 Step 6/22 : COPY go.mod vendor* ./ 01:04:51 ---> Using cache 01:04:51 ---> dc6931de54eb 01:04:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:04:51 ---> Using cache 01:04:51 ---> 213d7290e247 01:04:51 Step 8/22 : COPY . . 01:04:51 ---> Using cache 01:04:51 ---> 625c54119819 01:04:51 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:04:54 ---> f894c42547ff 01:04:54 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 01:04:54 ---> Running in 990425720c7b 01:04:54 Removing intermediate container fe9106b709da 01:04:54 ---> 53c7453a2906 01:04:54 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 01:04:54 ---> 05110ff32be9 01:04:54 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:04:54 ---> faaea8fc4a0f 01:04:54 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:04:54 ---> 3383621d91a7 01:04:54 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:04:54 ---> Running in 333e21697385 01:04:54 ---> Running in 595bba9c8fbe 01:04:54 ---> Running in 02bd7a4af7a5 01:04:54 Removing intermediate container 333e21697385 01:04:54 ---> c6f3c55f91d6 01:04:54 Step 23/25 : LABEL arch=x86_64 01:04: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:04:54 ---> Running in 07845561ae3a 01:04:54 ---> a8eca2626236 01:04:54 Step 26/31 : RUN chmod +x /entrypoint.sh 01:04:54 ---> Running in 9df751372c24 01:04:54 Removing intermediate container 07845561ae3a 01:04:54 ---> 41a44bafac4c 01:04:54 Step 24/25 : LABEL git_sha=6992b3184adb41f9e23ed97a31fe667afe23cca5 01:04:55 ---> Running in 63250038b4c6 01:04: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:04:55 Removing intermediate container 63250038b4c6 01:04:55 ---> a679549c3281 01:04:55 Step 25/25 : LABEL version=0.0.0 01:04:55 ---> Running in 174991bfb6ed 01:04: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/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:04:55 Removing intermediate container 174991bfb6ed 01:04:55 ---> b6ca763c29d2 01:04:55 01:04:55 Successfully built b6ca763c29d2 01:04:55 Successfully tagged security-secretstore-setup:latest 01:04:55  Building security-secretstore-setup ... done Building core-metadata 01:04:56 Removing intermediate container 9df751372c24 01:04:56 ---> 8c52711f740c 01:04:56 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:04:57 ---> Running in 1c9bfba37915 01:04:57 Removing intermediate container 1c9bfba37915 01:04:57 ---> f577cb06aedb 01:04:57 Step 28/31 : CMD ["gate"] 01:04:57 ---> Running in bcd73693fbe2 01:04:57 Removing intermediate container bcd73693fbe2 01:04:57 ---> 6d398fd5f725 01:04:57 Step 29/31 : LABEL arch=x86_64 01:04:57 ---> Running in bf7e0a76defc 01:04:57 Removing intermediate container bf7e0a76defc 01:04:57 ---> 8436a0290eaf 01:04:57 Step 30/31 : LABEL git_sha=6992b3184adb41f9e23ed97a31fe667afe23cca5 01:04:57 ---> Running in fe83902422cc 01:04:58 Removing intermediate container fe83902422cc 01:04:58 ---> bb990f13d4c7 01:04:58 Step 31/31 : LABEL version=0.0.0 01:04:58 ---> Running in 61626636d4d8 01:04:58 Removing intermediate container 61626636d4d8 01:04:58 ---> 1abdaee85f36 01:04:58 01:04:58 Successfully built 1abdaee85f36 01:04:58 Successfully tagged security-bootstrapper:latest 01:04:58 Building core-data 01:04:58 Running on prd-ubuntu20.04-docker-arm64-4c-16g-19915 in /w/workspace/edgexfoundry_edgex-go_PR-4092 [Pipeline] { [Pipeline] ws 01:04:58 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 01:04:58 The recommended git tool is: git 01:05:01  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:05:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:05:01 ---> de2933f51966 01:05:01 Step 3/23 : WORKDIR /edgex-go 01:05:01 ---> Using cache 01:05:01 ---> 094c38705d05 01:05:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:01 ---> Using cache 01:05:01 ---> 27f1db5c9fae 01:05:01 Step 5/23 : RUN apk add --update --no-cache make git 01:05:01 ---> Using cache 01:05:01 ---> 609dce2834c4 01:05:01 Step 6/23 : COPY go.mod vendor* ./ 01:05:01 ---> Using cache 01:05:01 ---> dc6931de54eb 01:05:01 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:05:01 ---> Using cache 01:05:01 ---> 213d7290e247 01:05:01 Step 8/23 : COPY . . 01:05:01 ---> Using cache 01:05:01 ---> 625c54119819 01:05:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:05:04 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:05:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:05:04 ---> de2933f51966 01:05:04 Step 3/23 : WORKDIR /edgex-go 01:05:04 ---> Using cache 01:05:04 ---> 094c38705d05 01:05:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:04 ---> Using cache 01:05:04 ---> 27f1db5c9fae 01:05:04 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:05:04 ---> Running in 76252b761644 01:05:04 ---> Running in 2a9ce6a9439a 01:05:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:05: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/core-metadata/core-metadata ./cmd/core-metadata 01:05:05 using credential edgex-jenkins-ssh 01:05:05 Cloning the remote Git repository 01:05:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:05:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:05:06 OK: 211 MiB in 51 packages 01:05:07 Removing intermediate container 2a9ce6a9439a 01:05:07 ---> 60a841e5a4d0 01:05:07 Step 6/23 : COPY go.mod vendor* ./ 01:05:05 > git init /w/workspace/edgex-go/1 # timeout=10 01:05:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:05:06 > git --version # timeout=10 01:05:06 > git --version # 'git version 2.25.1' 01:05:06 using GIT_SSH to set credentials SSH Credentials for GitHub 01:05:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:05:07 ---> 3b34e16cc88b 01:05:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:05:07 ---> Running in 5d1887a721a4 01:05:15 Removing intermediate container 5d1887a721a4 01:05:15 ---> d280a195d6aa 01:05:15 Step 8/23 : COPY . . 01:05:19 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 01:05:23 ---> 19677939214c 01:05:23 Step 9/23 : RUN make cmd/core-data/core-data 01:05:23 ---> Running in 228cc3180b43 01:05:23 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 01:05:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:05:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:05:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:05:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:05:23 using GIT_SSH to set credentials SSH Credentials for GitHub 01:05:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4092/head:refs/remotes/origin/PR-4092 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:05:24 Merging remotes/origin/main commit 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad into PR head commit e6a6a81dc368a2a1e05de6f3aee8cce92d1acb8d 01:05:25 Merge succeeded, producing 4b574399f75560884c07d53cd99081909646f20f 01:05:25 Checking out Revision 4b574399f75560884c07d53cd99081909646f20f (PR-4092) 01:05:25 Removing intermediate container 990425720c7b 01:05:25 ---> 6ec68e1626a1 01:05:25 01:05:25 Step 10/22 : FROM alpine:3.16 01:05:25 ---> e66264b98777 01:05:25 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 01:05:25 Removing intermediate container 595bba9c8fbe 01:05:25 ---> 96e0c533ee25 01:05:25 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:05:25 ---> Running in 02b479f4fc2e 01:05:25 ---> Running in ed8de3dae626 01:05:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:05:26 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 01:05:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:05:24 > git config core.sparsecheckout # timeout=10 01:05:24 > git checkout -f e6a6a81dc368a2a1e05de6f3aee8cce92d1acb8d # timeout=10 01:05:24 > git remote # timeout=10 01:05:24 > git config --get remote.origin.url # timeout=10 01:05:24 using GIT_SSH to set credentials SSH Credentials for GitHub 01:05:24 > git merge 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad # timeout=10 01:05:25 > git rev-parse HEAD^{commit} # timeout=10 01:05:25 > git config core.sparsecheckout # timeout=10 01:05:25 > git checkout -f 4b574399f75560884c07d53cd99081909646f20f # timeout=10 01:05:26 (1/6) Installing ca-certificates (20211220-r0) 01:05:26 (2/6) Installing brotli-libs (1.0.9-r6) 01:05:26 (3/6) Installing nghttp2-libs (1.47.0-r0) 01:05:26 (4/6) Installing libcurl (7.83.1-r2) 01:05:26 (5/6) Installing curl (7.83.1-r2) 01:05:26 (6/6) Installing dumb-init (1.2.5-r1) 01:05:26 Executing busybox-1.35.0-r13.trigger 01:05:26 Executing ca-certificates-20211220-r0.trigger 01:05:26 OK: 8 MiB in 20 packages 01:05:27 Removing intermediate container ed8de3dae626 01:05:27 ---> d17b83ea8bac 01:05:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:05:27 Removing intermediate container 02b479f4fc2e 01:05:27 ---> bfd8e4bc71a7 01:05:27 01:05:27 Step 11/23 : FROM docker:20.10.14 01:05:27 ---> Running in ee58830c9103 01:05:27 20.10.14: Pulling from library/docker 01:05:27 Removing intermediate container ee58830c9103 01:05:27 ---> 2d8ce4a97063 01:05:27 Step 13/22 : WORKDIR /edgex 01:05:28 ---> Running in 91cf5f0cbecb 01:05:29 Removing intermediate container 91cf5f0cbecb 01:05:29 ---> 1b0e4c338800 01:05:29 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:05:29 Removing intermediate container 02bd7a4af7a5 01:05:29 ---> a074c19a7828 01:05:29 01:05:29 Step 9/20 : FROM alpine:3.15 01:05:29 ---> 0ac33e5f5afa 01:05:29 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:05:29 ---> Using cache 01:05:29 ---> 5657a35d64cb 01:05:29 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:29 ---> Using cache 01:05:29 ---> ecc60e96bbdd 01:05:29 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:05:29 Commit message: "Merge commit '5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad' into HEAD" 01:05:29 First time build. Skipping changelog. 01:05:29 ---> 2bc774d123d1 01:05:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:05:29 ---> Running in 4311eb7cb3d2 01:05:29 > git --version # timeout=10 01:05:29 > git --version # 'git version 2.25.1' 01:05:29 fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 01:05:30 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:05:30 ---> 582cb7d1fae3 01:05:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:05:30 Removing intermediate container 76252b761644 01:05:30 ---> c3c53911a3be 01:05:30 01:05:30 Step 10/23 : FROM alpine:3.16 01:05:30 ---> e66264b98777 01:05:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:05:30 ---> Using cache 01:05:30 ---> 0c255ca3687a 01:05:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:05:30 ---> Using cache 01:05:30 ---> d546d2375877 01:05:30 Step 13/23 : ENV APP_PORT=59881 01:05:30 ---> Running in 3d04ee95b6f0 01:05:30 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:05:30 % Total % Received % Xferd Average Speed Time Time Time Current 01:05:30 Dload Upload Total Spent Left Speed 01:05:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 81668 0 --:--:-- --:--:-- --:--:-- 81668 01:05:30 Removing intermediate container 3d04ee95b6f0 01:05:30 ---> c7c64c7edaf1 01:05:30 Step 14/23 : EXPOSE $APP_PORT 01:05:30 ---> Running in 39efd25bf81e 01:05:30 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:05:30 ---> b7c1fd2c4de0 01:05:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:05:31 Removing intermediate container 39efd25bf81e 01:05:31 ---> f6f42f45cc06 01:05:31 Step 15/23 : WORKDIR / 01:05:31 ---> Running in ebffc9cb604c 01:05:31 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 01:05:31 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 01:05:31 OK: 15861 distinct packages available 01:05:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [Pipeline] sh 01:05:31 ---> d50b086c4551 01:05:31 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:05:31 Removing intermediate container ebffc9cb604c 01:05:31 ---> 38c6597a34d6 01:05:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:05:31 ---> Running in f26f2ee3d4cd 01:05:31 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:05:31 ---> d5b196db4d60 01:05:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:05:32 + sudo tee /etc/docker/daemon.new 01:05:32 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:05:32 { 01:05:32 "registry-mirrors": [ 01:05:32 "https://nexus3.edgexfoundry.org:10001" 01:05:32 ], 01:05:32 "bip": "10.250.0.254/24", 01:05:32 "hosts": [ 01:05:32 "tcp://0.0.0.0:5555", 01:05:32 "unix:///var/run/docker.sock" 01:05:32 ], 01:05:32 "mtu": 1458, 01:05:32 "selinux-enabled": true, 01:05:32 "seccomp-profile": "/etc/docker/seccomp.json" 01:05:32 } [Pipeline] sh 01:05:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:05:32 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:05:32 (1/9) Installing ca-certificates (20211220-r0) 01:05:32 ---> 18d381462ee1 01:05:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:05:32 (2/9) Installing brotli-libs (1.0.9-r5) 01:05:32 (3/9) Installing nghttp2-libs (1.46.0-r0) 01:05:32 Removing intermediate container f26f2ee3d4cd 01:05:32 ---> 2b1decc6891f 01:05:32 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 01:05:32 + sudo service docker restart 01:05:32 ---> Running in fdffc649f5c1 01:05:32 ---> 2dae4ec6a507 01:05:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:05:32 (4/9) Installing libcurl (7.80.0-r2) 01:05:32 ---> Running in 8a47788eece6 01:05:32 (5/9) Installing curl (7.80.0-r2) 01:05:32 Removing intermediate container fdffc649f5c1 01:05:32 ---> 5b925466f85d 01:05:32 Step 20/22 : LABEL arch=x86_64 01:05:32 ---> Running in c55caf257391 01:05:32 (6/9) Installing dumb-init (1.2.5-r1) 01:05:32 Removing intermediate container 8a47788eece6 01:05:32 ---> 41b4066f4414 01:05:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:05:33 ---> Running in dcea94782418 01:05:33 (7/9) Installing musl-obstack (1.2.3-r0) 01:05:33 Removing intermediate container c55caf257391 01:05:33 ---> c44b6b2c8aef 01:05:33 Step 21/22 : LABEL git_sha=6992b3184adb41f9e23ed97a31fe667afe23cca5 01:05:33 ---> Running in d9122203e4eb 01:05:33 (8/9) Installing libucontext (1.1-r0) 01:05:33 Removing intermediate container dcea94782418 01:05:33 ---> 200d87040d82 01:05:33 Step 21/23 : LABEL arch=x86_64 01:05:33 (9/9) Installing gcompat (1.0.0-r4) 01:05:33 ---> Running in c49ba84c625f 01:05:33 Removing intermediate container d9122203e4eb 01:05:33 ---> 1528b075a508 01:05:33 Step 22/22 : LABEL version=0.0.0 01:05:33 Executing busybox-1.34.1-r5.trigger 01:05:33 Executing ca-certificates-20211220-r0.trigger 01:05:33 ---> Running in 6d54a1bb30b9 01:05:33 OK: 8 MiB in 23 packages 01:05:33 Removing intermediate container c49ba84c625f 01:05:33 ---> e261b34bced2 01:05:33 Step 22/23 : LABEL git_sha=6992b3184adb41f9e23ed97a31fe667afe23cca5 01:05:33 Removing intermediate container 6d54a1bb30b9 01:05:33 ---> e5ca9a7e3ccd 01:05:33 01:05:33 ---> Running in bacac7d5246d 01:05:33 Successfully built e5ca9a7e3ccd 01:05:33 Successfully tagged security-proxy-setup:latest 01:05:33 Building support-scheduler 01:05:33  Building security-proxy-setup ... done Removing intermediate container bacac7d5246d 01:05:33 ---> 12c5e1477d47 01:05:33 Step 23/23 : LABEL version=0.0.0 01:05:34 Removing intermediate container 4311eb7cb3d2 01:05:34 ---> 74c995d02630 01:05:34 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 01:05:35 ---> Running in d7615840d500 01:05:35 ---> 19f67f1a472a 01:05:35 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:05:35 Removing intermediate container d7615840d500 01:05:35 ---> 694e286bcb61 01:05:35 01:05:35 Successfully built 694e286bcb61 01:05:35 Successfully tagged core-metadata:latest 01:05:35 Building support-notifications 01:05:35  Building core-metadata ... done Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 01:05:35 Status: Downloaded newer image for docker:20.10.14 01:05:35 ---> 7417809fdb73 01:05:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 01:05:35 ---> Running in 1b3b0220210e 01:05:36 Removing intermediate container 1b3b0220210e 01:05:36 ---> 4e66e6b186e0 01:05:36 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 01:05:36 ---> e9f1f2e01d26 01:05:36 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 01:05:36 ---> Running in e2e2547441ae 01:05:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:05:37 ---> 8ad6b50d2a1d 01:05:37 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 01:05:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:05:37 ---> Running in 5323831ce810 01:05:37 (1/43) Installing readline (8.1.1-r0) 01:05:37 (2/43) Installing bash (5.1.16-r0) 01:05:37 Executing bash-5.1.16-r0.post-install 01:05:37 (3/43) Installing brotli-libs (1.0.9-r5) 01:05:37 Removing intermediate container 5323831ce810 01:05:37 ---> b92def9981ee 01:05:37 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:05:37 (4/43) Installing nghttp2-libs (1.46.0-r0) 01:05:37 (5/43) Installing libcurl (7.80.0-r2) 01:05:37 ---> Running in 6849668382c3 01:05:37 (6/43) Installing curl (7.80.0-r2) 01:05:37 (7/43) Installing dumb-init (1.2.5-r1) 01:05:37 (8/43) Installing libbz2 (1.0.8-r1) 01:05:37 (9/43) Installing expat (2.4.7-r0) 01:05:37 (10/43) Installing libffi (3.4.2-r1) 01:05:37 (11/43) Installing gdbm (1.22-r0) 01:05:37 (12/43) Installing xz-libs (5.2.5-r1) 01:05:37 (13/43) Installing libgcc (10.3.1_git20211027-r0) 01:05:37 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 01:05:37 (15/43) Installing mpdecimal (2.5.1-r1) 01:05:37 (16/43) Installing sqlite-libs (3.36.0-r0) 01:05:37 (17/43) Installing python3 (3.9.7-r4) 01:05:38 (18/43) Installing py3-appdirs (1.4.4-r2) 01:05:38 (19/43) Installing py3-certifi (2020.12.5-r1) 01:05:38 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 01:05:38 (21/43) Installing py3-idna (3.3-r0) 01:05:38 (22/43) Installing py3-urllib3 (1.26.7-r0) 01:05:38 (23/43) Installing py3-requests (2.26.0-r1) 01:05:38 (24/43) Installing py3-msgpack (1.0.2-r1) 01:05:38 (25/43) Installing py3-lockfile (0.12.2-r4) 01:05:38 (26/43) Installing py3-cachecontrol (0.12.10-r0) 01:05:38 (27/43) Installing py3-colorama (0.4.4-r1) 01:05:38 (28/43) Installing py3-contextlib2 (21.6.0-r1) 01:05:38 Removing intermediate container 6849668382c3 01:05:38 ---> 0a3806cea51e 01:05:38 Step 18/20 : LABEL arch=x86_64 01:05:38 (29/43) Installing py3-distlib (0.3.3-r0) 01:05:38 (30/43) Installing py3-distro (1.6.0-r0) 01:05:38 (31/43) Installing py3-six (1.16.0-r0) 01:05:38 (32/43) Installing py3-webencodings (0.5.1-r4) 01:05:38 (33/43) Installing py3-html5lib (1.1-r1) 01:05:38 (34/43) Installing py3-parsing (2.4.7-r2) 01:05:38 (35/43) Installing py3-packaging (20.9-r1) 01:05:38 (36/43) Installing py3-tomli (1.2.2-r0) 01:05:38 (37/43) Installing py3-pep517 (0.12.0-r0) 01:05:38 (38/43) Installing py3-progress (1.6-r0) 01:05:38 (39/43) Installing py3-retrying (1.3.3-r2) 01:05:38 (40/43) Installing py3-ordered-set (4.0.2-r2) 01:05:38 (41/43) Installing py3-setuptools (52.0.0-r4) 01:05:38 (42/43) Installing py3-toml (0.10.2-r2) 01:05:38 (43/43) Installing py3-pip (20.3.4-r1) 01:05:38 ---> Running in cc918d43b5d0 01:05:38 Executing busybox-1.34.1-r5.trigger 01:05:38 OK: 83 MiB in 65 packages 01:05:39 Removing intermediate container cc918d43b5d0 01:05:39 ---> abeb0dbb7364 01:05:39 Step 19/20 : LABEL git_sha=6992b3184adb41f9e23ed97a31fe667afe23cca5 01:05:39 ---> Running in 9f4855c55881 01:05:39 Removing intermediate container 9f4855c55881 01:05:39 ---> f747af2f2c2d 01:05:39 Step 20/20 : LABEL version=0.0.0 01:05:39 ---> Running in d054c602b50e 01:05:39 Collecting docker-compose==1.23.2 01:05:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:05:39 Removing intermediate container d054c602b50e 01:05:39 ---> 9f62597cd3b9 01:05:39 01:05:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:05:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:05:39 Successfully built 9f62597cd3b9 01:05:39 Collecting docopt<0.7,>=0.6.1 01:05:39 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:05:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:05:39 ---> de2933f51966 01:05:39 Step 3/22 : WORKDIR /edgex-go 01:05:39 ---> Using cache 01:05:39 ---> 094c38705d05 01:05:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:39 ---> Using cache 01:05:39 ---> 27f1db5c9fae 01:05:39 Step 5/22 : RUN apk add --update --no-cache make git 01:05:39 ---> Using cache 01:05:39 ---> 609dce2834c4 01:05:39 Step 6/22 : COPY go.mod vendor* ./ 01:05:39 ---> Using cache 01:05:39 ---> dc6931de54eb 01:05:39 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:05:39 ---> Using cache 01:05:39 ---> 213d7290e247 01:05:39 Step 8/22 : COPY . . 01:05:39 ---> Using cache 01:05:39 ---> 625c54119819 01:05:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:05:39 Downloading docopt-0.6.2.tar.gz (25 kB) 01:05:39 Successfully tagged security-spiffe-token-provider:latest 01:05:39  Building security-spiffe-token-provider ... done Building security-spire-agent 01:05:40 ---> Running in f11e7955e351 01:05:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 01:05:40 Collecting cached-property<2,>=1.2.0 01:05:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:05:40 Collecting jsonschema<3,>=2.5.1 01:05:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:05:40 Collecting dockerpty<0.5,>=0.4.1 01:05:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:05:40 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 01:05:40 Collecting websocket-client<1.0,>=0.32.0 01:05:40 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 01:05:40 Collecting docker<4.0,>=3.6.0 01:05:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:05:40 Collecting texttable<0.10,>=0.9.0 01:05:40 Downloading texttable-0.9.1.tar.gz (11 kB) 01:05:41 Collecting PyYAML<4,>=3.10 01:05:41 Downloading PyYAML-3.13.tar.gz (270 kB) 01:05:41 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:05:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:05:41 ---> de2933f51966 01:05:41 Step 3/22 : WORKDIR /edgex-go 01:05:41 ---> Using cache 01:05:41 ---> 094c38705d05 01:05:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:41 ---> Using cache 01:05:41 ---> 27f1db5c9fae 01:05:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:05:41 Collecting docker-pycreds>=0.4.0 01:05:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:05:41 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 01:05:41 Collecting idna<2.8,>=2.5 01:05:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:05:41 Collecting chardet<3.1.0,>=3.0.2 01:05:41 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 01:05:42 Collecting urllib3<1.25,>=1.21.1 01:05:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:05:42 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 01:05:42 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 01:05:42 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 01:05:42 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 01:05:42 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 01:05:42 Attempting uninstall: urllib3 01:05:42 Found existing installation: urllib3 1.26.7 01:05:42 Uninstalling urllib3-1.26.7: 01:05:42 Successfully uninstalled urllib3-1.26.7 01:05:42 Attempting uninstall: idna 01:05:42 Found existing installation: idna 3.3 01:05:42 Uninstalling idna-3.3: 01:05:42 Successfully uninstalled idna-3.3 01:05:43 Attempting uninstall: requests 01:05:43 Found existing installation: requests 2.26.0 01:05:43 Uninstalling requests-2.26.0: 01:05:43 Successfully uninstalled requests-2.26.0 01:05:44 Running setup.py install for texttable: started 01:05:44 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:05:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:05:44 ---> de2933f51966 01:05:44 Step 3/26 : WORKDIR /edgex-go 01:05:44 ---> Using cache 01:05:44 ---> 094c38705d05 01:05:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:44 ---> Using cache 01:05:44 ---> 27f1db5c9fae 01:05:44 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 01:05:44 ---> Running in 16e23f1b435d 01:05:44 ---> Running in 507f7f7b07d6 01:05:44 Running setup.py install for texttable: finished with status 'done' 01:05:44 Running setup.py install for PyYAML: started 01:05:44 Running setup.py install for PyYAML: finished with status 'done' 01:05:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:05:44 Running setup.py install for docopt: started 01:05:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:05:45 Running setup.py install for docopt: finished with status 'done' 01:05:45 Running setup.py install for dockerpty: started 01:05:45 Running setup.py install for dockerpty: finished with status 'done' 01:05:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:05:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:05:45 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 01:05:46 OK: 211 MiB in 51 packages 01:05:46 OK: 211 MiB in 51 packages 01:05:46 Removing intermediate container 228cc3180b43 01:05:46 ---> 952c23a01a8c 01:05:46 01:05:46 Step 10/23 : FROM alpine:3.16 01:05:46 ---> e66264b98777 01:05:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:05:46 ---> Running in 50302ec5b210 01:05:46 Removing intermediate container 50302ec5b210 01:05:46 ---> b4f0ca6193cf 01:05:46 Step 12/23 : ENV APP_PORT=59880 01:05:46 ---> Running in 015aabe0b7f8 01:05:46 Removing intermediate container 015aabe0b7f8 01:05:46 ---> 37dc24a8be63 01:05:46 Step 13/23 : EXPOSE $APP_PORT 01:05:46 Removing intermediate container 16e23f1b435d 01:05:46 ---> fe32a8478540 01:05:46 Step 6/22 : COPY go.mod vendor* ./ 01:05:46 ---> Running in ed7de40c218c 01:05:46 Removing intermediate container 507f7f7b07d6 01:05:46 ---> d87174ff09fd 01:05:46 Step 6/26 : COPY go.mod vendor* ./ 01:05:47 Removing intermediate container ed7de40c218c 01:05:47 ---> edd87a770b2a 01:05:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:47 ---> Running in ee6739f4c242 01:05:47 ---> 7f4f7bb1d418 01:05:47 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:05:47 ---> 4753c654d29b 01:05:47 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:05:47 ---> Running in ede268203022 01:05:47 ---> Running in c9d9b366169e 01:05:48 Removing intermediate container ee6739f4c242 01:05:48 ---> d7f332759a40 01:05:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:05:48 ---> Running in 3e637980a939 01:05:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:05:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:05:50 (1/6) Installing dumb-init (1.2.5-r1) 01:05:50 Removing intermediate container e2e2547441ae 01:05:50 ---> 5984cae8f1f7 01:05:50 Step 14/23 : ENV APP_PORT=58890 01:05:50 (2/6) Installing libgcc (11.2.1_git20220219-r2) 01:05:50 (3/6) Installing libsodium (1.0.18-r0) 01:05:50 ---> Running in 3e94453791fa 01:05:50 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 01:05:50 (5/6) Installing libzmq (4.3.4-r0) 01:05:50 Removing intermediate container 3e94453791fa 01:05:50 ---> d35c91078190 01:05:50 Step 15/23 : EXPOSE $APP_PORT 01:05:50 (6/6) Installing zeromq (4.3.4-r0) 01:05:51 ---> Running in 72aeef680dfe 01:05:51 Executing busybox-1.35.0-r13.trigger 01:05:51 OK: 8 MiB in 20 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:05:51 provisioning config files... 01:05:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5954906417615578434tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:05:51 Removing intermediate container 72aeef680dfe 01:05:51 ---> eb43cda3a76f 01:05:51 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:05:51 ---> docker-login.sh 01:05:51 nexus3.edgexfoundry.org:10001 01:05:51 Removing intermediate container 3e637980a939 01:05:51 ---> 37ce7994163f 01:05:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:05:51 ---> de274bc85f35 01:05:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:05:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:52 ---> fc84a070f7b4 01:05:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:05:52 ---> d1f9ccf0fce7 01:05:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:05:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:52 Configure a credential helper to remove this warning. See 01:05:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:52 01:05:52 Login Succeeded 01:05:52 nexus3.edgexfoundry.org:10002 01:05:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:53 Configure a credential helper to remove this warning. See 01:05:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:53 01:05:53 Login Succeeded 01:05:53 nexus3.edgexfoundry.org:10003 01:05:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:53 ---> 127e92259874 01:05:53 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 01:05:53 ---> Running in 829159601e5f 01:05:53 ---> a77dbfc6a8ee 01:05:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:05:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:53 Configure a credential helper to remove this warning. See 01:05:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:53 01:05:53 Login Succeeded 01:05:53 nexus3.edgexfoundry.org:10004 01:05:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:54 Removing intermediate container 829159601e5f 01:05:54 ---> fb0cdcd2673d 01:05:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:05:54 ---> Running in 352a5a7241e7 01:05:54 ---> eea0ffb3da69 01:05:54 Step 19/23 : ENTRYPOINT ["/core-data"] 01:05:54 ---> Running in 27cc818903f3 01:05:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:54 Configure a credential helper to remove this warning. See 01:05:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:54 01:05:54 Login Succeeded 01:05:54 docker.io 01:05:54 Removing intermediate container 352a5a7241e7 01:05:54 ---> c438dc66ec09 01:05:54 Step 21/23 : LABEL arch=x86_64 01:05:54 ---> Running in 93ef2d526fdd 01:05:54 Removing intermediate container 27cc818903f3 01:05:54 ---> f3829523202d 01:05:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:05:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:54 ---> Running in 7559d54b4a2a 01:05:54 Removing intermediate container 93ef2d526fdd 01:05:54 ---> 462f93f98c88 01:05:54 Step 22/23 : LABEL git_sha=6992b3184adb41f9e23ed97a31fe667afe23cca5 01:05:54 ---> Running in e5ef73294660 01:05:54 Removing intermediate container 7559d54b4a2a 01:05:54 ---> ebd4daee6dbc 01:05:54 Step 21/23 : LABEL arch=x86_64 01:05:54 ---> Running in 9d1ac49874d0 01:05:54 Removing intermediate container e5ef73294660 01:05:54 ---> 9803f7b2c09c 01:05:54 Step 23/23 : LABEL version=0.0.0 01:05:55 ---> Running in 57f0a0bcd071 01:05:55 Removing intermediate container 9d1ac49874d0 01:05:55 ---> 90b08a16e437 01:05:55 Step 22/23 : LABEL git_sha=6992b3184adb41f9e23ed97a31fe667afe23cca5 01:05:55 ---> Running in 0e19116d9f40 01:05:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:55 Configure a credential helper to remove this warning. See 01:05:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:55 01:05:55 Login Succeeded 01:05:55 ---> docker-login.sh ends [Pipeline] } 01:05:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 01:05:55 Removing intermediate container 57f0a0bcd071 01:05:55 ---> 161534774ea9 01:05:55 01:05:55 Successfully built 161534774ea9 01:05:55 Removing intermediate container 0e19116d9f40 01:05:55 ---> 5393b618fe59 01:05:55 Step 23/23 : LABEL version=0.0.0 01:05:55 Successfully tagged sys-mgmt-agent:latest [Pipeline] sh 01:05:55  Building sys-mgmt-agent ... done  ---> Running in 2cbc364a6078 01:05:55 Removing intermediate container 2cbc364a6078 01:05:55 ---> d9dfd817f92d 01:05:55 01:05:55 Removing intermediate container c9d9b366169e 01:05:55 ---> f957f4da2015 01:05:55 Step 8/26 : COPY . . 01:05:55 Successfully built d9dfd817f92d 01:05:55 Successfully tagged core-data:latest 01:05:55  Building core-data ... done Removing intermediate container ede268203022 01:05:55 ---> 897203b28eb9 01:05:55 Step 8/22 : COPY . . 01:05:55 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 01:05:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:05:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:05:56 ========================================================= 01:05:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 01:05:56 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:05:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:05:56 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:05:56 b3c136eddcbf: Pulling fs layer 01:05:56 c0a3192eca97: Pulling fs layer 01:05:56 a050256f5b6f: Pulling fs layer 01:05:56 656be50a0ddc: Pulling fs layer 01:05:56 2bbca73fdf42: Pulling fs layer 01:05:56 46d945488cbd: Pulling fs layer 01:05:56 8a5474983e97: Pulling fs layer 01:05:56 329c88fbcd65: Pulling fs layer 01:05:56 2bbca73fdf42: Waiting 01:05:56 46d945488cbd: Waiting 01:05:56 8a5474983e97: Waiting 01:05:56 329c88fbcd65: Waiting 01:05:56 656be50a0ddc: Waiting 01:05:56 a050256f5b6f: Verifying Checksum 01:05:56 a050256f5b6f: Download complete 01:05:56 c0a3192eca97: Verifying Checksum 01:05:56 c0a3192eca97: Download complete 01:05:56 2bbca73fdf42: Verifying Checksum 01:05:56 2bbca73fdf42: Download complete 01:05:56 46d945488cbd: Verifying Checksum 01:05:56 46d945488cbd: Download complete 01:05:56 b3c136eddcbf: Verifying Checksum 01:05:56 b3c136eddcbf: Download complete 01:05:57 b3c136eddcbf: Pull complete 01:05:58 329c88fbcd65: Verifying Checksum 01:05:58 329c88fbcd65: Download complete 01:05:58 c0a3192eca97: Pull complete 01:05:59 a050256f5b6f: Pull complete 01:05:59 8a5474983e97: Verifying Checksum 01:05:59 8a5474983e97: Download complete 01:05:59 656be50a0ddc: Verifying Checksum 01:05:59 656be50a0ddc: Download complete 01:06:02 ---> c7317fa73101 01:06:02 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 01:06:02 ---> c567474d5caf 01:06:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:06:02 ---> Running in a7265b91e74c 01:06:02 ---> Running in cc4866e5d7e7 01:06:02 Removing intermediate container a7265b91e74c 01:06:02 ---> 3ebc5255b120 01:06:02 Step 10/26 : WORKDIR /edgex-go/spire-build 01:06:02 ---> Running in c69098064ac2 01:06:02 Removing intermediate container c69098064ac2 01:06:02 ---> 8b1c062496fd 01:06:02 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 01:06:02 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 01:06:02 ---> Running in 7aecfe7a7b0b 01:06:03 Removing intermediate container 7aecfe7a7b0b 01:06:03 ---> 6544b9d4f841 01:06:03 Step 12/26 : WORKDIR /edgex-go 01:06:03 ---> Running in 49accc8b19e9 01:06:03 Removing intermediate container 49accc8b19e9 01:06:03 ---> 9309ce786f54 01:06:03 01:06:03 Step 13/26 : FROM alpine:3.15 01:06:03 ---> 0ac33e5f5afa 01:06:03 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:06:03 ---> Using cache 01:06:03 ---> 5657a35d64cb 01:06:03 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:03 ---> Using cache 01:06:03 ---> ecc60e96bbdd 01:06:03 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:06:03 ---> Using cache 01:06:03 ---> 45ef7f82d55b 01:06:03 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 01:06:03 Removing intermediate container f11e7955e351 01:06:03 ---> 8718709d3956 01:06:03 01:06:03 Step 10/22 : FROM alpine:3.16 01:06:03 ---> e66264b98777 01:06:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:06:03 ---> Using cache 01:06:03 ---> 0c255ca3687a 01:06:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:06:03 ---> Using cache 01:06:03 ---> d546d2375877 01:06:03 Step 13/22 : ENV APP_PORT=59861 01:06:03 ---> Running in 2af0382ca2f2 01:06:04 Removing intermediate container 2af0382ca2f2 01:06:04 ---> 19075c2a60ff 01:06:04 Step 14/22 : EXPOSE $APP_PORT 01:06:04 ---> Running in dbb793f4a3e9 01:06:04 Removing intermediate container dbb793f4a3e9 01:06:04 ---> 856a59f25024 01:06:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:06:04 ---> 2c75757ebcf0 01:06:04 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:06:04 ---> 7426467b7f94 01:06:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:06:05 ---> bd5c0841d06b 01:06:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:06:05 ---> 4156624b32bc 01:06:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:06:05 ---> Running in e7cb22563d7c 01:06:05 ---> 700b77e13dcb 01:06:05 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:06:05 Removing intermediate container e7cb22563d7c 01:06:05 ---> 663e71457d75 01:06:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:06:06 ---> Running in 039ae3598ae2 01:06:06 Removing intermediate container 039ae3598ae2 01:06:06 ---> 2abdcec0a93d 01:06:06 Step 20/22 : LABEL arch=x86_64 01:06:06 ---> 2c31480a6d28 01:06:06 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:06:06 ---> Running in 12fefc13f3ed 01:06:06 Removing intermediate container 12fefc13f3ed 01:06:06 ---> 144cdb16b465 01:06:06 Step 21/22 : LABEL git_sha=6992b3184adb41f9e23ed97a31fe667afe23cca5 01:06:06 ---> Running in 60ebbd3664aa 01:06:06 ---> 66e072907d72 01:06:06 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:06:06 Removing intermediate container 60ebbd3664aa 01:06:06 ---> 8b84461d86b5 01:06:06 Step 22/22 : LABEL version=0.0.0 01:06:06 ---> Running in f14347bc13c0 01:06:06 ---> 46acea0782b3 01:06:06 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:06:06 ---> Running in f55ca67d5fbf 01:06:06 Removing intermediate container f14347bc13c0 01:06:06 ---> 98eb7237cc0c 01:06:06 01:06:06 Removing intermediate container f55ca67d5fbf 01:06:06 ---> c9ffcb62449d 01:06:06 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:06:06 Successfully built 98eb7237cc0c 01:06:06 Successfully tagged support-scheduler:latest 01:06:06  Building support-scheduler ... done  ---> Running in 42e613b10ab5 01:06:07 Removing intermediate container 42e613b10ab5 01:06:07 ---> cb7bf28b48ca 01:06:07 Step 24/26 : LABEL arch=x86_64 01:06:07 ---> Running in e908efc7b072 01:06:07 Removing intermediate container e908efc7b072 01:06:07 ---> ab48b46a8299 01:06:07 Step 25/26 : LABEL git_sha=6992b3184adb41f9e23ed97a31fe667afe23cca5 01:06:07 ---> Running in db5aa989752a 01:06:07 Removing intermediate container db5aa989752a 01:06:07 ---> f251b3bf25bb 01:06:07 Step 26/26 : LABEL version=0.0.0 01:06:07 ---> Running in 2fe71bafc757 01:06:07 Removing intermediate container 2fe71bafc757 01:06:07 ---> 93ae99207a0d 01:06:07 01:06:07 Successfully built 93ae99207a0d 01:06:07 Successfully tagged security-spire-agent:latest 01:06:15 656be50a0ddc: Pull complete 01:06:15 2bbca73fdf42: Pull complete 01:06:15 46d945488cbd: Pull complete 01:06:19  Building security-spire-agent ... done Removing intermediate container cc4866e5d7e7 01:06:19 ---> c2d1a3895b1a 01:06:19 01:06:19 Step 10/22 : FROM alpine:3.16 01:06:19 ---> e66264b98777 01:06:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:06:19 ---> Running in b2d908c07348 01:06:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:06:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:06:19 (1/2) Installing ca-certificates (20211220-r0) 01:06:19 (2/2) Installing dumb-init (1.2.5-r1) 01:06:19 Executing busybox-1.35.0-r13.trigger 01:06:19 Executing ca-certificates-20211220-r0.trigger 01:06:19 OK: 6 MiB in 16 packages 01:06:19 Removing intermediate container b2d908c07348 01:06:19 ---> 54745c9f90e2 01:06:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:06:19 ---> Running in c9400fcd4b1a 01:06:19 Removing intermediate container c9400fcd4b1a 01:06:19 ---> 1da65ee834be 01:06:19 Step 13/22 : ENV APP_PORT=59860 01:06:19 ---> Running in 8462cba7e75a 01:06:19 Removing intermediate container 8462cba7e75a 01:06:19 ---> 95bb8bdf3761 01:06:19 Step 14/22 : EXPOSE $APP_PORT 01:06:20 ---> Running in 76f1a9e78210 01:06:20 Removing intermediate container 76f1a9e78210 01:06:20 ---> 03300c3c518b 01:06:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:06:20 ---> c5bf2d902ef6 01:06:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:06:20 8a5474983e97: Pull complete 01:06:20 ---> 6be19d4f6ecb 01:06:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:06:20 ---> 045a4699633c 01:06:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:06:20 ---> Running in b1833c03617b 01:06:20 Removing intermediate container b1833c03617b 01:06:20 ---> 7d2e64161903 01:06:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:06:20 ---> Running in 062f0bdc4541 01:06:20 Removing intermediate container 062f0bdc4541 01:06:20 ---> 1eba7febbd9d 01:06:20 Step 20/22 : LABEL arch=x86_64 01:06:21 ---> Running in d1080a8a1262 01:06:21 Removing intermediate container d1080a8a1262 01:06:21 ---> a79f36b77d27 01:06:21 Step 21/22 : LABEL git_sha=6992b3184adb41f9e23ed97a31fe667afe23cca5 01:06:21 ---> Running in 9b22d646b38a 01:06:21 Removing intermediate container 9b22d646b38a 01:06:21 ---> b754be91bb67 01:06:21 Step 22/22 : LABEL version=0.0.0 01:06:21 ---> Running in d70f9730312a 01:06:21 Removing intermediate container d70f9730312a 01:06:21 ---> 7c9a05585325 01:06:21 01:06:21 Successfully built 7c9a05585325 01:06:21 Successfully tagged support-notifications:latest 01:06:21  Building support-notifications ... done  [Pipeline] } 01:06:21 $ docker stop --time=1 1e209c28ca5e0371796debacaf9fc2524942a9f2a863b1703eb7fea6e00c4ca5 01:06:22 329c88fbcd65: Pull complete 01:06:22 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 01:06:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:06:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:06:22 $ docker rm -f 1e209c28ca5e0371796debacaf9fc2524942a9f2a863b1703eb7fea6e00c4ca5 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] fileExists [Pipeline] sh 01:06:23 + docker images 01:06:23 REPOSITORY TAG IMAGE ID CREATED SIZE 01:06:23 support-notifications latest 7c9a05585325 2 seconds ago 27.1MB 01:06:23 c2d1a3895b1a 6 seconds ago 1.68GB 01:06:23 security-spire-agent latest 93ae99207a0d 16 seconds ago 125MB 01:06:23 support-scheduler latest 98eb7237cc0c 17 seconds ago 26.5MB 01:06:23 9309ce786f54 20 seconds ago 1.52GB 01:06:23 8718709d3956 20 seconds ago 1.68GB 01:06:23 sys-mgmt-agent latest 161534774ea9 28 seconds ago 299MB 01:06:23 core-data latest d9dfd817f92d 28 seconds ago 21.5MB 01:06:23 952c23a01a8c 38 seconds ago 1.65GB 01:06:23 security-spiffe-token-provider latest 9f62597cd3b9 44 seconds ago 29.1MB 01:06:23 core-metadata latest 694e286bcb61 48 seconds ago 17.1MB 01:06:23 security-proxy-setup latest e5ca9a7e3ccd 50 seconds ago 27.1MB 01:06:23 c3c53911a3be 54 seconds ago 1.62GB 01:06:23 a074c19a7828 55 seconds ago 1.67GB 01:06:23 bfd8e4bc71a7 56 seconds ago 1.62GB 01:06:23 6ec68e1626a1 58 seconds ago 1.63GB 01:06:23 security-bootstrapper latest 1abdaee85f36 About a minute ago 19.3MB 01:06:23 security-secretstore-setup latest b6ca763c29d2 About a minute ago 28.9MB 01:06:23 core-command latest 6b5e327553e1 About a minute ago 16.1MB 01:06:23 f897154356a8 About a minute ago 1.62GB 01:06:23 556b980a5391 About a minute ago 1.63GB 01:06:23 4b3f10511b57 About a minute ago 1.62GB 01:06:23 security-spire-server latest c3877a02f09b About a minute ago 86.5MB 01:06:23 security-spire-config latest 7ce10be131bf About a minute ago 85.8MB 01:06:23 ebd9ff644132 2 minutes ago 1.52GB 01:06:23 8383be03bba2 2 minutes ago 1.52GB 01:06:23 ci-base-image-x86_64 latest de2933f51966 5 minutes ago 937MB 01:06:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 5 days ago 253MB 01:06:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 6 days ago 677MB 01:06:23 alpine 3.16 e66264b98777 7 weeks ago 5.53MB 01:06:23 docker 20.10.14 7417809fdb73 3 months ago 218MB 01:06:23 alpine 3.15 0ac33e5f5afa 3 months ago 5.57MB 01:06:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } 01:06:23 + + docker build -t ci-base-image-arm64echo -f - . 01:06:23 FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:06:23 WORKDIR /edgex 01:06:23 COPY go.mod . 01:06:23 RUN go mod download [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] } 01:06:25 Sending build context to Docker daemon 169.3MB 01:06:25 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:06:25 ---> ff4287adb874 01:06:25 Step 2/4 : WORKDIR /edgex 01:06:27 ---> Running in cbd6a9db663e 01:06:28 Removing intermediate container cbd6a9db663e 01:06:28 ---> 8df9c21e78ba 01:06:28 Step 3/4 : COPY go.mod . 01:06:28 ---> 0674ab923825 01:06:28 Step 4/4 : RUN go mod download 01:06:29 ---> Running in a81cc705cee5 01:07:08 Removing intermediate container a81cc705cee5 01:07:08 ---> 3205c78ac3c1 01:07:08 Successfully built 3205c78ac3c1 01:07:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:08 + docker inspect -f . ci-base-image-arm64 01:07:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:07:08 prd-ubuntu20.04-docker-arm64-4c-16g-19915 does not seem to be running inside a container 01:07:09 $ 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 01:07:10 $ docker top 48191168cebf61687718e8c0d02a126de63564eaf1c0a1c1721ba93bbd0d21e4 -eo pid,comm [Pipeline] { [Pipeline] sh 01:07:11 + go version 01:07:11 go version go1.18.3 linux/arm64 [Pipeline] } 01:07:11 $ docker stop --time=1 48191168cebf61687718e8c0d02a126de63564eaf1c0a1c1721ba93bbd0d21e4 01:07:13 $ docker rm -f 48191168cebf61687718e8c0d02a126de63564eaf1c0a1c1721ba93bbd0d21e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:14 + docker inspect -f . ci-base-image-arm64 01:07:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:07:14 prd-ubuntu20.04-docker-arm64-4c-16g-19915 does not seem to be running inside a container 01:07:14 $ 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 01:07:16 $ docker top 1040ab6ede6801f92f16867b5aba69a3b404bba954c506b05ee8982ca498c417 -eo pid,comm [Pipeline] { [Pipeline] echo 01:07:16 ========================================================= 01:07:16 [edgeXBuildGoParallel] Running Tests and Build... 01:07:16 ========================================================= [Pipeline] sh 01:07:17 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 01:07:18 + make test 01:07:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:07:57 ? github.com/edgexfoundry/edgex-go [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:10:04 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 01:10:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.405s coverage: 28.7% of statements 01:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:10:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.453s coverage: 98.5% of statements 01:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 01:10:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.481s coverage: 54.2% of statements 01:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:10:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.576s coverage: 89.2% of statements 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 01:10:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.478s coverage: 83.8% of statements 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:10:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.619s coverage: 95.6% of statements 01:10:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:10:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 01:10:45 ok github.com/edgexfoundry/edgex-go/internal/io 0.318s coverage: 72.2% of statements 01:10:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:10:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 01:10:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 01:10:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:10:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:10:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.469s coverage: 60.0% of statements 01:10:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:10:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:10:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:10:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.358s coverage: 0.9% of statements 01:10:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:10:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.288s coverage: 58.8% of statements 01:10:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.294s coverage: 29.6% of statements 01:10:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.324s coverage: 47.1% of statements 01:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.280s coverage: 79.5% of statements 01:10:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.296s coverage: 94.1% of statements 01:10:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.345s coverage: 96.3% of statements 01:10:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.221s coverage: 87.5% of statements 01:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.224s coverage: 94.4% of statements 01:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.212s coverage: 44.8% of statements 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.686s coverage: 82.5% of statements 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.343s coverage: 92.9% of statements 01:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.076s coverage: 65.1% of statements 01:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.220s coverage: 87.2% of statements 01:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements 01:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.259s coverage: 58.8% of statements 01:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.348s coverage: 80.0% of statements 01:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.251s coverage: 87.2% of statements 01:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.323s coverage: 85.4% of statements 01:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.923s coverage: 91.2% of statements 01:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:11:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.061s coverage: 64.4% of statements 01:11:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:11:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:11:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.286s coverage: 100.0% of statements 01:11:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.137s coverage: 89.4% of statements 01:11:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.115s coverage: 100.0% of statements 01:11:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements 01:11:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 01:11:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.441s coverage: 65.4% of statements 01:11:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:11:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:11:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.998s coverage: 43.8% of statements 01:11:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:11:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.332s coverage: 89.5% of statements 01:11:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.338s coverage: 84.8% of statements 01:11:32 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 01:11:32 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 01:11:32 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 01:11:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 01:11:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.522s coverage: 17.7% of statements 01:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 01:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 01:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:11:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.715s coverage: 92.3% of statements 01:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 01:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 01:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 01:11:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.374s coverage: 63.2% of statements 01:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:11:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:11:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.487s coverage: 97.7% of statements 01:11:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:11:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 01:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 01:11:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.224s coverage: 28.9% of statements 01:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 01:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 01:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 01:11:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:11:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.215s coverage: 100.0% of statements 01:11:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements 01:11:42 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 01:11:42 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:11:42 GO111MODULE=on go vet ./... 01:13:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:13:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:13:49 ./bin/test-attribution-txt.sh [Pipeline] echo 01:13:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 01:13:50 + ls -al . 01:13:50 total 680 01:13:50 drwxrwxr-x 9 1001 1001 4096 Jul 14 01:07 . 01:13:50 drwxr-xr-x 4 root root 4096 Jul 14 01:07 .. 01:13:50 -rw-rw-r-- 1 1001 1001 11 Jul 14 01:05 .dockerignore 01:13:50 drwxrwxr-x 8 1001 1001 4096 Jul 14 01:05 .git 01:13:50 drwxrwxr-x 3 1001 1001 4096 Jul 14 01:05 .github 01:13:50 -rw-rw-r-- 1 1001 1001 1030 Jul 14 01:05 .gitignore 01:13:50 -rw-rw-r-- 1 1001 1001 42 Jul 14 01:05 .golangci.yml 01:13:50 -rw-rw-r-- 1 1001 1001 87 Jul 14 01:05 .hadolint.yml 01:13:50 -rw-rw-r-- 1 1001 1001 166 Jul 14 01:05 .sonarcloud.properties 01:13:50 -rw-rw-r-- 1 1001 1001 1171 Jul 14 01:05 ADOPTERS.md 01:13:50 -rw-rw-r-- 1 1001 1001 10347 Jul 14 01:05 Attribution.txt 01:13:50 -rw-rw-r-- 1 1001 1001 63209 Jul 14 01:05 CHANGELOG.md 01:13:50 -rw-rw-r-- 1 1001 1001 3804 Jul 14 01:05 CONTRIBUTING.md 01:13:50 -rw-rw-r-- 1 1001 1001 677 Jul 14 01:05 GOVERNANCE.md 01:13:50 -rw-rw-r-- 1 1001 1001 850 Jul 14 01:05 Jenkinsfile 01:13:50 -rw-rw-r-- 1 1001 1001 10775 Jul 14 01:05 LICENSE 01:13:50 -rw-rw-r-- 1 1001 1001 10350 Jul 14 01:05 Makefile 01:13:50 -rw-rw-r-- 1 1001 1001 582 Jul 14 01:05 OWNERS.md 01:13:50 -rw-rw-r-- 1 1001 1001 9094 Jul 14 01:05 README.md 01:13:50 -rw-rw-r-- 1 1001 1001 6912 Jul 14 01:05 SECURITY.md 01:13:50 -rw-rw-r-- 1 1001 1001 5 Jul 14 01:00 VERSION 01:13:50 -rw-rw-r-- 1 1001 1001 4131 Jul 14 01:05 ZMQWindows.md 01:13:50 drwxrwxr-x 2 1001 1001 4096 Jul 14 01:05 bin 01:13:50 drwxrwxr-x 18 1001 1001 4096 Jul 14 01:05 cmd 01:13:50 -rw-r--r-- 1 root root 435593 Jul 14 01:11 coverage.out 01:13:50 -rw-rw-r-- 1 1001 1001 3312 Jul 14 01:05 go.mod 01:13:50 -rw-rw-r-- 1 1001 1001 36233 Jul 14 01:05 go.sum 01:13:50 drwxrwxr-x 8 1001 1001 4096 Jul 14 01:05 internal 01:13:50 drwxrwxr-x 3 1001 1001 4096 Jul 14 01:05 openapi 01:13:50 drwxrwxr-x 4 1001 1001 4096 Jul 14 01:05 snap 01:13:50 -rw-rw-r-- 1 1001 1001 204 Jul 14 01:05 version.go [Pipeline] sh 01:13:51 + '[' -e coverage.out ] 01:13:51 + chown 1001:1001 coverage.out [Pipeline] stash 01:13:51 Warning: overwriting stash ‘coverage-report’ 01:13:52 Stashed 1 file(s) [Pipeline] sh 01:13:52 + make build 01:13: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 01:15:44 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-metadata/core-metadata ./cmd/core-metadata 01:16: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/core-command/core-command ./cmd/core-command 01:16: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-notifications/support-notifications ./cmd/support-notifications 01:17:31 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 01:17:32 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 01:17:37 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 01:17: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 01:17: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:17:53 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 01:17:57 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 01:18: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/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:18:09 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] } 01:18:16 $ docker stop --time=1 1040ab6ede6801f92f16867b5aba69a3b404bba954c506b05ee8982ca498c417 01:18:18 $ docker rm -f 1040ab6ede6801f92f16867b5aba69a3b404bba954c506b05ee8982ca498c417 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:18:21 01:18:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:18:22 latest: Pulling from edgex-devops/edgex-compose-arm64 01:18:22 29e5d40040c1: Pulling fs layer 01:18:22 1ce36da41761: Pulling fs layer 01:18:22 25b303627fd3: Pulling fs layer 01:18:22 29e5d40040c1: Verifying Checksum 01:18:22 29e5d40040c1: Download complete 01:18:23 1ce36da41761: Verifying Checksum 01:18:23 1ce36da41761: Download complete 01:18:23 29e5d40040c1: Pull complete 01:18:24 25b303627fd3: Verifying Checksum 01:18:24 25b303627fd3: Download complete 01:18:24 1ce36da41761: Pull complete 01:18:37 25b303627fd3: Pull complete 01:18:37 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:18:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:18:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:18:37 prd-ubuntu20.04-docker-arm64-4c-16g-19915 does not seem to be running inside a container 01:18:37 $ 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 01:18:40 $ docker top a6da49ad0c46ee0b7442c45aebf5d60b18d7e1765171e28357ceafa710f17e87 -eo pid,comm [Pipeline] { [Pipeline] sh 01:18:41 + docker-compose build --help 01:18:41 + grep parallel 01:18:45 --parallel Build images in parallel. [Pipeline] } 01:18:45 $ docker stop --time=1 a6da49ad0c46ee0b7442c45aebf5d60b18d7e1765171e28357ceafa710f17e87 01:18:46 $ docker rm -f a6da49ad0c46ee0b7442c45aebf5d60b18d7e1765171e28357ceafa710f17e87 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:18:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:18:48 prd-ubuntu20.04-docker-arm64-4c-16g-19915 does not seem to be running inside a container 01:18:48 $ 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 01:18:49 $ docker top 4545604dd9106ee9c8451be194d3165cd571154a378e724c7517116bfa99d9dd -eo pid,comm [Pipeline] { [Pipeline] sh 01:18:50 + docker-compose -f ./docker-compose-build.yml build --parallel 01:18:57 Building core-command ... 01:18:57 Building core-data ... 01:18:57 Building core-metadata ... 01:18:57 Building security-bootstrapper ... 01:18:57 Building security-proxy-setup ... 01:18:57 Building security-secretstore-setup ... 01:18:57 Building security-spiffe-token-provider ... 01:18:57 Building security-spire-agent ... 01:18:57 Building security-spire-config ... 01:18:57 Building security-spire-server ... 01:18:57 Building support-notifications ... 01:18:57 Building support-scheduler ... 01:18:57 Building sys-mgmt-agent ... 01:18:57 Building security-spire-server 01:18:57 Building security-bootstrapper 01:18:57 Building sys-mgmt-agent 01:18:57 Building core-data 01:18:57 Building security-spire-config 01:20:18 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:20:18 Step 2/25 : FROM ${BUILDER_BASE} AS builder 01:20:18 ---> 3205c78ac3c1 01:20:18 Step 3/25 : WORKDIR /edgex-go 01:20:18 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:20:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:20:18 ---> 3205c78ac3c1 01:20:18 Step 3/23 : WORKDIR /edgex-go 01:20:18 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:20:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:20:18 ---> 3205c78ac3c1 01:20:18 Step 3/26 : WORKDIR /edgex-go 01:20:18 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:20:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:20:18 ---> 3205c78ac3c1 01:20:18 Step 3/31 : WORKDIR /edgex-go 01:20:18 ---> Running in 7f3055daf5a0 01:20:18 ---> Running in 42ef2bbb911d 01:20:18 ---> Running in 1054826eb3bd 01:20:18 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:20:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> Running in 86880556b3cd 01:20:18 01:20:18 ---> 3205c78ac3c1 01:20:18 Step 3/23 : WORKDIR /edgex-go 01:20:18 ---> Running in 591bc499027a 01:20:19 Removing intermediate container 42ef2bbb911d 01:20:19 ---> 3cdc68afbfe9 01:20:19 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:19 Removing intermediate container 1054826eb3bd 01:20:19 ---> fcd07024acb5 01:20:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:19 Removing intermediate container 591bc499027a 01:20:19 ---> abaade7b1d73 01:20:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:19 Removing intermediate container 7f3055daf5a0 01:20:19 ---> 0e31bcc2a073 01:20:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:19 ---> Running in 5233a2054c4c 01:20:19 Removing intermediate container 86880556b3cd 01:20:19 ---> 1997910d2ee8 01:20:19 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:19 ---> Running in fe6e7aa225a8 01:20:19 ---> Running in d98760304325 01:20:19 ---> Running in fad2bf75789d 01:20:19 ---> Running in 974e0f335e70 01:20:23 Removing intermediate container 5233a2054c4c 01:20:23 ---> 72eeb2919f86 01:20:23 Step 5/31 : RUN apk add --update --no-cache make git 01:20:23 ---> Running in 1a9ddfc98b48 01:20:23 Removing intermediate container d98760304325 01:20:23 ---> 118522187cc6 01:20:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:20:23 Removing intermediate container fad2bf75789d 01:20:23 ---> 328700ed64a9 01:20:23 Step 5/23 : RUN apk add --update --no-cache make bash git 01:20:23 ---> Running in 93f52e76187e 01:20:23 Removing intermediate container fe6e7aa225a8 01:20:23 ---> c2eda1690981 01:20:23 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 01:20:24 ---> Running in 4ac51325650f 01:20:24 ---> Running in e1fe83c2ac49 01:20:24 Removing intermediate container 974e0f335e70 01:20:24 ---> b20e96004567 01:20:24 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 01:20:24 ---> Running in fcefe5918d94 01:20:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:20:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:20:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:20:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:20:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:20:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:20:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:20:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:20:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:20:27 OK: 221 MiB in 51 packages 01:20:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:20:28 OK: 221 MiB in 51 packages 01:20:28 Removing intermediate container 1a9ddfc98b48 01:20:28 ---> 68f011ecbb11 01:20:28 Step 6/31 : COPY go.mod vendor* ./ 01:20:28 OK: 221 MiB in 51 packages 01:20:29 OK: 221 MiB in 51 packages 01:20:29 OK: 221 MiB in 51 packages 01:20:30 ---> 8d2b25cd11ec 01:20:30 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:20:30 ---> Running in 7e84c4e1a13b 01:20:30 Removing intermediate container 93f52e76187e 01:20:30 ---> f2cc265ef378 01:20:30 Step 6/23 : COPY go.mod vendor* ./ 01:20:30 Removing intermediate container fcefe5918d94 01:20:30 ---> 6c9bb2b66bd1 01:20:30 Step 6/25 : COPY go.mod vendor* ./ 01:20:30 Removing intermediate container 4ac51325650f 01:20:30 ---> 7d7815953b42 01:20:30 Step 6/23 : COPY go.mod vendor* ./ 01:20:31 Removing intermediate container e1fe83c2ac49 01:20:31 ---> 9ed9f6bb4212 01:20:31 Step 6/26 : COPY go.mod vendor* ./ 01:20:31 ---> a0f5ba66870d 01:20:31 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:20:32 ---> Running in 7747d4e0b9c8 01:20:32 ---> c8a048ccb28f 01:20:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:20:32 ---> 6361da3f39e2 01:20:32 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:20:32 ---> Running in 2d8710118b40 01:20:32 ---> Running in 9ee410dbf221 01:20:32 ---> 73cb8903bdfe 01:20:32 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:20:32 ---> Running in d5df0b6ac6f7 01:21:40 Removing intermediate container 7e84c4e1a13b 01:21:40 ---> f17bf3e1c0e5 01:21:40 Step 8/31 : COPY . . 01:21:40 Removing intermediate container 2d8710118b40 01:21:40 ---> 4977f6c6a65d 01:21:40 Step 8/23 : COPY . . 01:21:40 Removing intermediate container 7747d4e0b9c8 01:21:40 ---> 36a325f611d4 01:21:40 Step 8/23 : COPY . . 01:21:40 Removing intermediate container d5df0b6ac6f7 01:21:40 ---> 2a27a9acc6bf 01:21:40 Step 8/26 : COPY . . 01:21:40 Removing intermediate container 9ee410dbf221 01:21:40 ---> 2257da782e35 01:21:40 Step 8/25 : COPY . . 01:22:02 ---> 17b75cbc1b99 01:22:02 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:22:02 ---> 152e0d09b71c 01:22:02 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:22:02 ---> 4c7a06782c03 01:22:02 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 01:22:02 ---> f06408b50f7f 01:22:02 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 01:22:02 ---> Running in 1a207459c580 01:22:02 ---> Running in cbab5e45011d 01:22:02 ---> Running in d8dce9efb3f8 01:22:02 ---> cd5bcd31f1ab 01:22:02 Step 9/23 : RUN make cmd/core-data/core-data 01:22:02 ---> Running in e72f3404c936 01:22:02 ---> Running in dd6c44274f98 01:22:02 Removing intermediate container 1a207459c580 01:22:02 ---> 4c84da2ccad0 01:22:02 Step 10/26 : WORKDIR /edgex-go/spire-build 01:22:03 ---> Running in 23209e91a71c 01:22:03 Removing intermediate container e72f3404c936 01:22:03 ---> 0d9c0a0d5d8b 01:22:03 Step 10/25 : WORKDIR /edgex-go/spire-build 01:22:03 ---> Running in b91fe2f80822 01:22:04 Removing intermediate container 23209e91a71c 01:22:04 ---> 97d8a9d35eb0 01:22:04 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 01:22:04 ---> Running in 3f077641e465 01:22:04 Removing intermediate container b91fe2f80822 01:22:04 ---> 822923beeec4 01:22: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 01:22:04 ---> Running in 1f4c7aa548a0 01:22: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 01:22: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:22:05 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 01:22:07 Removing intermediate container 3f077641e465 01:22:07 ---> ceadb0f574d9 01:22:07 Step 12/26 : WORKDIR /edgex-go 01:22:07 ---> Running in d07b33bab545 01:22:08 Removing intermediate container 1f4c7aa548a0 01:22:08 ---> 019d0c862186 01:22:08 Step 12/25 : WORKDIR /edgex-go 01:22:08 ---> Running in 43f8cc5847a1 01:22:08 Removing intermediate container d07b33bab545 01:22:08 ---> e8a592726fe2 01:22:08 01:22:08 Step 13/26 : FROM alpine:3.15 01:22:08 3.15: Pulling from library/alpine 01:22:09 Removing intermediate container 43f8cc5847a1 01:22:09 ---> f1922891e8a0 01:22:09 01:22:09 Step 13/25 : FROM alpine:3.15 01:22:09 3.15: Pulling from library/alpine 01:22:10 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 01:22:10 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 01:22:10 Status: Downloaded newer image for alpine:3.15 01:22:10 Status: Downloaded newer image for alpine:3.15 01:22:10 ---> 3fb3c9af89a9 01:22:10 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:22:10 ---> 3fb3c9af89a9 01:22:10 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:22:10 ---> Running in 0326fb072f96 01:22:10 ---> Running in fab8f36a9584 01:22:11 Removing intermediate container fab8f36a9584 01:22:11 ---> e649a044bba5 01:22:11 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:22:11 Removing intermediate container 0326fb072f96 01:22:11 ---> 45c661bcbddd 01:22:11 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:22:11 ---> Running in 24c4e9d05cff 01:22:11 ---> Running in 476effd99daf 01:22:15 Removing intermediate container 476effd99daf 01:22:15 ---> a87a7e61778d 01:22:15 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 01:22:15 ---> Running in 184154bbada1 01:22:15 Removing intermediate container 24c4e9d05cff 01:22:15 ---> 21050e8c80d8 01:22:15 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:22:16 ---> Running in 4b036d67b8f6 01:22:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:22:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:22:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:22:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:22:21 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 01:22:21 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 01:22:21 OK: 15738 distinct packages available 01:22:21 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 01:22:21 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 01:22:21 OK: 15738 distinct packages available 01:22:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:22:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:22:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:22:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:22:23 (1/4) Installing dumb-init (1.2.5-r1) 01:22:23 (1/5) Installing dumb-init (1.2.5-r1) 01:22:23 (2/4) Installing musl-obstack (1.2.3-r0) 01:22:23 (2/5) Installing musl-obstack (1.2.3-r0) 01:22:23 (3/4) Installing libucontext (1.1-r0) 01:22:23 (3/5) Installing libucontext (1.1-r0) 01:22:23 (4/4) Installing gcompat (1.0.0-r4) 01:22:23 (4/5) Installing gcompat (1.0.0-r4) 01:22:24 Executing busybox-1.34.1-r5.trigger 01:22:24 (5/5) Installing openssl (1.1.1q-r0) 01:22:24 OK: 6 MiB in 18 packages 01:22:24 Executing busybox-1.34.1-r5.trigger 01:22:24 OK: 6 MiB in 19 packages 01:22:26 Removing intermediate container 184154bbada1 01:22:26 ---> 3c3f53430ba2 01:22:26 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:22:26 Removing intermediate container 4b036d67b8f6 01:22:26 ---> 6704a240c416 01:22:26 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:22:34 ---> 291cde2c110c 01:22:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:22:35 ---> 63eed4df2d98 01:22:35 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:22:35 ---> f785d4332bb0 01:22:35 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 01:22:36 ---> Running in 819f5e8047fe 01:22:36 ---> 2a5da3db00bb 01:22:36 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:22:36 Removing intermediate container 819f5e8047fe 01:22:36 ---> 3d7a0ff51e3e 01:22:36 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:22:37 ---> 007dcf9a7996 01:22:37 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:22:37 ---> 440221ef4d64 01:22:37 Step 21/26 : WORKDIR / 01:22:38 ---> Running in 5880450f85fd 01:22:39 Removing intermediate container 5880450f85fd 01:22:39 ---> e75165435533 01:22:39 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:22:39 ---> Running in d55fdfdf770e 01:22:39 ---> 149cc84d1ae6 01:22:39 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:22:39 ---> Running in 294dec7bc49a 01:22:40 Removing intermediate container d55fdfdf770e 01:22:40 ---> c408045e049c 01:22:40 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:22:40 Removing intermediate container 294dec7bc49a 01:22:40 ---> 48648ca8c16d 01:22:40 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:22:40 ---> Running in d820f8e9f7c5 01:22:40 ---> Running in 09a65df06263 01:22:41 Removing intermediate container d820f8e9f7c5 01:22:41 ---> c9adfaa083ff 01:22:41 Step 24/26 : LABEL arch=arm64 01:22:41 Removing intermediate container 09a65df06263 01:22:41 ---> e263fa468e12 01:22:41 Step 23/25 : LABEL arch=arm64 01:22:41 ---> Running in f4543e40033f 01:22:41 ---> Running in 8a7c3f36acce 01:22:41 Removing intermediate container 8a7c3f36acce 01:22:41 ---> d609e163e713 01:22:41 Step 24/25 : LABEL git_sha=4b574399f75560884c07d53cd99081909646f20f 01:22:41 ---> Running in 10c0fb16c44a 01:22:41 Removing intermediate container f4543e40033f 01:22:41 ---> 324ffb0d22a2 01:22:41 Step 25/26 : LABEL git_sha=4b574399f75560884c07d53cd99081909646f20f 01:22:42 ---> Running in e6e40edf9f5d 01:22:42 Removing intermediate container e6e40edf9f5d 01:22:42 ---> a1a0addd500f 01:22:42 Step 26/26 : LABEL version=0.0.0 01:22:42 Removing intermediate container 10c0fb16c44a 01:22:42 ---> 61dabe11092e 01:22:42 Step 25/25 : LABEL version=0.0.0 01:22:43 ---> Running in a8851590ac2a 01:22:43 ---> Running in bc83742caa3c 01:22:43 Removing intermediate container a8851590ac2a 01:22:43 ---> 46b13f21ddfe 01:22:43 01:22:43 Removing intermediate container bc83742caa3c 01:22:43 ---> d95518b1465c 01:22:43 01:22:44 Successfully built 46b13f21ddfe 01:22:44 Successfully tagged security-spire-config-arm64:latest 01:22:44  Building security-spire-config ... done Building core-metadata 01:22:44 Successfully built d95518b1465c 01:22:44 Successfully tagged security-spire-server-arm64:latest 01:22:44  Building security-spire-server ... done Building security-secretstore-setup 01:23:40 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:23:40 Step 2/25 : FROM ${BUILDER_BASE} AS builder 01:23:40 ---> 3205c78ac3c1 01:23:40 Step 3/25 : WORKDIR /edgex-go 01:23:40 ---> Using cache 01:23:40 ---> 1997910d2ee8 01:23:40 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:40 ---> Using cache 01:23:40 ---> b20e96004567 01:23:40 Step 5/25 : RUN apk add --update --no-cache make git 01:23:40 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:23:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:23:40 ---> 3205c78ac3c1 01:23:40 Step 3/23 : WORKDIR /edgex-go 01:23:40 ---> Using cache 01:23:40 ---> 1997910d2ee8 01:23:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:40 ---> Using cache 01:23:40 ---> b20e96004567 01:23:40 Step 5/23 : RUN apk add --update --no-cache make git 01:23:40 ---> Running in 1533d961924c 01:23:40 ---> Running in 56f645a7861e 01:23:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:23:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:23:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:23:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:23:40 OK: 221 MiB in 51 packages 01:23:40 OK: 221 MiB in 51 packages 01:23:40 Removing intermediate container 56f645a7861e 01:23:40 ---> 3f3a785e6c56 01:23:40 Step 6/23 : COPY go.mod vendor* ./ 01:23:41 Removing intermediate container 1533d961924c 01:23:41 ---> 02d79fe3c697 01:23:41 Step 6/25 : COPY go.mod vendor* ./ 01:23:42 ---> 568f28533f72 01:23:42 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:23:42 ---> Running in a19a435e59fb 01:23:42 ---> b7b3151978ee 01:23:42 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:23:42 ---> Running in 4361542f6f89 01:24:50 Removing intermediate container 4361542f6f89 01:24:50 ---> 85e159e24693 01:24:50 Step 8/25 : COPY . . 01:24:50 Removing intermediate container a19a435e59fb 01:24:50 ---> e5b83ae20cd5 01:24:50 Step 8/23 : COPY . . 01:25:17 ---> 89f24d01bcc2 01:25:17 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:25:17 ---> 8383d0fae8af 01:25:17 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:25:17 ---> Running in 17216f4b3624 01:25:17 ---> Running in 2ef66e6102a5 01:25:19 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-metadata/core-metadata ./cmd/core-metadata 01:25:19 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 01:27:41 Removing intermediate container cbab5e45011d 01:27:41 ---> c621045e054c 01:27:41 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:27:41 ---> Running in 50523deef090 01:27: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:27:41 Removing intermediate container 50523deef090 01:27:41 ---> 52aab349ef31 01:27:41 01:27:41 Step 11/23 : FROM docker:20.10.14 01:27:41 20.10.14: Pulling from library/docker 01:27:51 Removing intermediate container d8dce9efb3f8 01:27:51 ---> 864fa2657e71 01:27:51 01:27:51 Step 10/31 : FROM alpine:3.16 01:27:51 3.16: Pulling from library/alpine 01:27:51 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 01:27:51 Status: Downloaded newer image for alpine:3.16 01:27:51 ---> 6e30ab57aeee 01:27:51 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:27:51 ---> Running in d175a728e6b2 01:27:52 Removing intermediate container d175a728e6b2 01:27:52 ---> 214a2fadb649 01:27:52 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:27:52 ---> Running in c1ced03bac27 01:27:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:27:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:27:57 (1/2) Installing dumb-init (1.2.5-r1) 01:27:57 (2/2) Installing su-exec (0.2-r1) 01:27:57 Executing busybox-1.35.0-r13.trigger 01:27:57 OK: 5 MiB in 16 packages 01:27:59 Removing intermediate container c1ced03bac27 01:27:59 ---> 3d797da73730 01:27:59 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:27:59 ---> Running in 4dae2efedfec 01:28:00 Removing intermediate container 4dae2efedfec 01:28:00 ---> 77f2d313db9c 01:28:00 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 01:28:00 ---> Running in 86852141d8f3 01:28:00 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 01:28:00 Status: Downloaded newer image for docker:20.10.14 01:28:00 ---> c346e9eafbab 01:28:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 01:28:00 ---> Running in 8d18aa730008 01:28:01 Removing intermediate container 86852141d8f3 01:28:01 ---> 96cdf468fc2f 01:28:01 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 01:28:01 ---> Running in 557edebb11a1 01:28:01 Removing intermediate container 8d18aa730008 01:28:01 ---> 02d04e1db28b 01:28:01 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 01:28:01 ---> Running in 128273b265f4 01:28:02 Removing intermediate container 557edebb11a1 01:28:02 ---> c2aa63420d44 01:28:02 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:28:02 ---> Running in 0d65601f8132 01:28:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:28:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:28:06 Removing intermediate container 0d65601f8132 01:28:06 ---> 42e191d85675 01:28:06 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 01:28:06 ---> Running in cdc13070b369 01:28:06 (1/43) Installing readline (8.1.1-r0) 01:28:06 (2/43) Installing bash (5.1.16-r0) 01:28:06 Executing bash-5.1.16-r0.post-install 01:28:06 (3/43) Installing brotli-libs (1.0.9-r5) 01:28:06 (4/43) Installing nghttp2-libs (1.46.0-r0) 01:28:06 (5/43) Installing libcurl (7.80.0-r2) 01:28:06 (6/43) Installing curl (7.80.0-r2) 01:28:06 (7/43) Installing dumb-init (1.2.5-r1) 01:28:06 (8/43) Installing libbz2 (1.0.8-r1) 01:28:06 (9/43) Installing expat (2.4.7-r0) 01:28:06 (10/43) Installing libffi (3.4.2-r1) 01:28:06 (11/43) Installing gdbm (1.22-r0) 01:28:06 (12/43) Installing xz-libs (5.2.5-r1) 01:28:06 (13/43) Installing libgcc (10.3.1_git20211027-r0) 01:28:06 Removing intermediate container cdc13070b369 01:28:06 ---> f245a79bf31d 01:28:06 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 01:28:06 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 01:28:06 (15/43) Installing mpdecimal (2.5.1-r1) 01:28:06 (16/43) Installing sqlite-libs (3.36.0-r0) 01:28:06 (17/43) Installing python3 (3.9.7-r4) 01:28:07 ---> 736f0280e15b 01:28:07 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 01:28:07 ---> Running in 96d8eec97716 01:28:09 (18/43) Installing py3-appdirs (1.4.4-r2) 01:28:09 (19/43) Installing py3-certifi (2020.12.5-r1) 01:28:09 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 01:28:10 (21/43) Installing py3-idna (3.3-r0) 01:28:10 (22/43) Installing py3-urllib3 (1.26.7-r0) 01:28:10 (23/43) Installing py3-requests (2.26.0-r1) 01:28:10 (24/43) Installing py3-msgpack (1.0.2-r1) 01:28:10 (25/43) Installing py3-lockfile (0.12.2-r4) 01:28:10 (26/43) Installing py3-cachecontrol (0.12.10-r0) 01:28:10 (27/43) Installing py3-colorama (0.4.4-r1) 01:28:10 (28/43) Installing py3-contextlib2 (21.6.0-r1) 01:28:10 (29/43) Installing py3-distlib (0.3.3-r0) 01:28:10 (30/43) Installing py3-distro (1.6.0-r0) 01:28:10 (31/43) Installing py3-six (1.16.0-r0) 01:28:10 (32/43) Installing py3-webencodings (0.5.1-r4) 01:28:10 (33/43) Installing py3-html5lib (1.1-r1) 01:28:10 (34/43) Installing py3-parsing (2.4.7-r2) 01:28:10 (35/43) Installing py3-packaging (20.9-r1) 01:28:10 (36/43) Installing py3-tomli (1.2.2-r0) 01:28:10 (37/43) Installing py3-pep517 (0.12.0-r0) 01:28:10 (38/43) Installing py3-progress (1.6-r0) 01:28:10 (39/43) Installing py3-retrying (1.3.3-r2) 01:28:10 (40/43) Installing py3-ordered-set (4.0.2-r2) 01:28:10 (41/43) Installing py3-setuptools (52.0.0-r4) 01:28:11 (42/43) Installing py3-toml (0.10.2-r2) 01:28:11 (43/43) Installing py3-pip (20.3.4-r1) 01:28:11 Removing intermediate container 96d8eec97716 01:28:11 ---> af420e96f17f 01:28:11 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:28:11 Executing busybox-1.34.1-r5.trigger 01:28:11 OK: 82 MiB in 65 packages 01:28:12 ---> ae8eb1eb8a47 01:28:12 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:28:14 ---> 2df166037a8c 01:28:14 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:28:15 ---> c9d387b11b92 01:28:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:28:16 ---> 6f4c6d074c71 01:28:16 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 01:28:17 ---> b45a42ec8631 01:28:17 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:28:18 ---> 42f317d747a7 01:28:18 Step 26/31 : RUN chmod +x /entrypoint.sh 01:28:18 ---> Running in 49a4c934e6a0 01:28:19 Collecting docker-compose==1.23.2 01:28:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:28:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 01:28:20 Collecting jsonschema<3,>=2.5.1 01:28:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:28:20 Collecting texttable<0.10,>=0.9.0 01:28:20 Downloading texttable-0.9.1.tar.gz (11 kB) 01:28:21 Removing intermediate container 49a4c934e6a0 01:28:21 ---> 0a2d7beffa20 01:28:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:28:21 ---> Running in 923013295b43 01:28:22 Removing intermediate container 923013295b43 01:28:22 ---> 29884beaa195 01:28:22 Step 28/31 : CMD ["gate"] 01:28:22 ---> Running in 63b7986d6572 01:28:23 Removing intermediate container 63b7986d6572 01:28:23 ---> 5afb77320535 01:28:23 Step 29/31 : LABEL arch=arm64 01:28:23 ---> Running in 6048178e068c 01:28:24 Removing intermediate container 6048178e068c 01:28:24 ---> 9602015b709c 01:28:24 Step 30/31 : LABEL git_sha=4b574399f75560884c07d53cd99081909646f20f 01:28:24 ---> Running in 7d85b198a1b5 01:28:24 Collecting dockerpty<0.5,>=0.4.1 01:28:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:28:24 Removing intermediate container 7d85b198a1b5 01:28:24 ---> e550d12117ff 01:28:24 Step 31/31 : LABEL version=0.0.0 01:28:24 ---> Running in 6741bccb2f66 01:28:25 Removing intermediate container 6741bccb2f66 01:28:25 ---> f41f0c80b238 01:28:25 01:28:25 Successfully built f41f0c80b238 01:28:25 Successfully tagged security-bootstrapper-arm64:latest 01:28:25  Building security-bootstrapper ... done Building security-proxy-setup 01:28:27 Collecting docopt<0.7,>=0.6.1 01:28:27 Downloading docopt-0.6.2.tar.gz (25 kB) 01:28:30 Collecting docker<4.0,>=3.6.0 01:28:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:28:31 Collecting PyYAML<4,>=3.10 01:28:31 Downloading PyYAML-3.13.tar.gz (270 kB) 01:28:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:28:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:28:39 Collecting cached-property<2,>=1.2.0 01:28:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:28:40 Collecting websocket-client<1.0,>=0.32.0 01:28:40 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 01:28:41 Collecting docker-pycreds>=0.4.0 01:28:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:28:42 Collecting chardet<3.1.0,>=3.0.2 01:28:42 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 01:28:44 Collecting urllib3<1.25,>=1.21.1 01:28:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:28:44 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 01:28:44 Collecting idna<2.8,>=2.5 01:28:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:28:45 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 01:28:45 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 01:28:45 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 01:28:45 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 01:28:46 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 01:28:46 Attempting uninstall: urllib3 01:28:46 Found existing installation: urllib3 1.26.7 01:28:46 Uninstalling urllib3-1.26.7: 01:28:47 Successfully uninstalled urllib3-1.26.7 01:28:48 Attempting uninstall: idna 01:28:48 Found existing installation: idna 3.3 01:28:48 Uninstalling idna-3.3: 01:28:48 Successfully uninstalled idna-3.3 01:28:53 Attempting uninstall: requests 01:28:53 Found existing installation: requests 2.26.0 01:28:53 Uninstalling requests-2.26.0: 01:28:54 Successfully uninstalled requests-2.26.0 01:28:54 Running setup.py install for texttable: started 01:29:00 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:29:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:29:00 ---> 3205c78ac3c1 01:29:00 Step 3/22 : WORKDIR /edgex-go 01:29:00 ---> Using cache 01:29:00 ---> 1997910d2ee8 01:29:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:00 ---> Using cache 01:29:00 ---> b20e96004567 01:29:00 Step 5/22 : RUN apk add --update --no-cache make git 01:29:00 ---> Using cache 01:29:00 ---> 02d79fe3c697 01:29:00 Step 6/22 : COPY go.mod vendor* ./ 01:29:00 ---> Using cache 01:29:00 ---> b7b3151978ee 01:29:00 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:29:00 ---> Using cache 01:29:00 ---> 85e159e24693 01:29:00 Step 8/22 : COPY . . 01:29:00 ---> Using cache 01:29:00 ---> 8383d0fae8af 01:29:00 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:29:00 ---> Running in 6852276501d5 01:29:00 Running setup.py install for texttable: finished with status 'done' 01:29:00 Running setup.py install for PyYAML: started 01:29: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/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:29:04 Running setup.py install for PyYAML: finished with status 'done' 01:29:04 Running setup.py install for docopt: started 01:29:07 Running setup.py install for docopt: finished with status 'done' 01:29:07 Running setup.py install for dockerpty: started 01:29:10 Running setup.py install for dockerpty: finished with status 'done' 01:29:12 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 01:29:28 Removing intermediate container 128273b265f4 01:29:28 ---> e6110646a7fa 01:29:28 Step 14/23 : ENV APP_PORT=58890 01:29:28 ---> Running in 262078ed09b2 01:29:28 Removing intermediate container 262078ed09b2 01:29:28 ---> deece24fdc1d 01:29:28 Step 15/23 : EXPOSE $APP_PORT 01:29:28 ---> Running in f088d6224772 01:29:28 Removing intermediate container f088d6224772 01:29:28 ---> fe8f2be1f632 01:29:28 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:29:30 ---> 45ac0329efb0 01:29:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:29:31 ---> 290d2e45cead 01:29:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:29:32 ---> 658a81cd19a7 01:29:32 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 01:29:32 ---> Running in ee3e76ebee03 01:29:32 Removing intermediate container ee3e76ebee03 01:29:32 ---> fb8b9c650f86 01:29:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:29:32 ---> Running in 55540eed37b9 01:29:33 Removing intermediate container 55540eed37b9 01:29:33 ---> 96942fba2682 01:29:33 Step 21/23 : LABEL arch=arm64 01:29:34 ---> Running in 3f594bfac8d0 01:29:35 Removing intermediate container 3f594bfac8d0 01:29:35 ---> 231e5e60d853 01:29:35 Step 22/23 : LABEL git_sha=4b574399f75560884c07d53cd99081909646f20f 01:29:35 ---> Running in 873181f5da80 01:29:36 Removing intermediate container 873181f5da80 01:29:36 ---> 3e361dd59876 01:29:36 Step 23/23 : LABEL version=0.0.0 01:29:36 ---> Running in c3c95f9bc6f2 01:29:37 Removing intermediate container c3c95f9bc6f2 01:29:37 ---> 630b6dc3a0de 01:29:37 01:29:38 Successfully built 630b6dc3a0de 01:29:38 Successfully tagged sys-mgmt-agent-arm64:latest 01:29:38 Building support-scheduler 01:29:43  Building sys-mgmt-agent ... done Removing intermediate container dd6c44274f98 01:29:43 ---> 944966c6cb55 01:29:43 01:29:43 Step 10/23 : FROM alpine:3.16 01:29:43 ---> 6e30ab57aeee 01:29:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:29:43 ---> Running in 7f8e87d13fbc 01:29:44 Removing intermediate container 7f8e87d13fbc 01:29:44 ---> bf1a496f1639 01:29:44 Step 12/23 : ENV APP_PORT=59880 01:29:44 ---> Running in 6a1bfbca624e 01:29:44 Removing intermediate container 6a1bfbca624e 01:29:44 ---> e8aecaa784ce 01:29:44 Step 13/23 : EXPOSE $APP_PORT 01:29:45 ---> Running in 8b947aeba017 01:29:45 Removing intermediate container 8b947aeba017 01:29:45 ---> 7108c836c410 01:29:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:45 ---> Running in 3ac432c6119a 01:29:49 Removing intermediate container 3ac432c6119a 01:29:49 ---> dbc0a6992553 01:29:49 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:29:49 ---> Running in e8e41b36b4b2 01:29:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:29:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:29:53 (1/6) Installing dumb-init (1.2.5-r1) 01:29:53 (2/6) Installing libgcc (11.2.1_git20220219-r2) 01:29:53 (3/6) Installing libsodium (1.0.18-r0) 01:29:54 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 01:29:54 (5/6) Installing libzmq (4.3.4-r0) 01:29:54 (6/6) Installing zeromq (4.3.4-r0) 01:29:54 Executing busybox-1.35.0-r13.trigger 01:29:54 OK: 8 MiB in 20 packages 01:29:57 Removing intermediate container e8e41b36b4b2 01:29:57 ---> f69423ffd727 01:29:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:29:58 ---> 05a71074e67f 01:29:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:30:00 ---> 7dbef11a0a87 01:30:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:30:01 ---> 9d10536e6f84 01:30:01 Step 19/23 : ENTRYPOINT ["/core-data"] 01:30:01 ---> Running in 9344454fb0ae 01:30:02 Removing intermediate container 9344454fb0ae 01:30:02 ---> 546ee0ffac5c 01:30:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:30:02 ---> Running in 450155e0a3b5 01:30:03 Removing intermediate container 450155e0a3b5 01:30:03 ---> 39c245dc7494 01:30:03 Step 21/23 : LABEL arch=arm64 01:30:03 ---> Running in ce559430301e 01:30:04 Removing intermediate container ce559430301e 01:30:04 ---> 2538f38d36e1 01:30:04 Step 22/23 : LABEL git_sha=4b574399f75560884c07d53cd99081909646f20f 01:30:04 ---> Running in ea34e87bf579 01:30:05 Removing intermediate container ea34e87bf579 01:30:05 ---> 5e1509984835 01:30:05 Step 23/23 : LABEL version=0.0.0 01:30:05 ---> Running in 7bc36f885806 01:30:06 Removing intermediate container 7bc36f885806 01:30:06 ---> 4516146f250b 01:30:06 01:30:06 Successfully built 4516146f250b 01:30:06 Successfully tagged core-data-arm64:latest 01:30:06 Building support-notifications 01:30:12  Building core-data ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:30:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:30:12 ---> 3205c78ac3c1 01:30:12 Step 3/22 : WORKDIR /edgex-go 01:30:12 ---> Using cache 01:30:12 ---> 1997910d2ee8 01:30:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:30:12 ---> Using cache 01:30:12 ---> b20e96004567 01:30:12 Step 5/22 : RUN apk add --update --no-cache make git 01:30:12 ---> Using cache 01:30:12 ---> 02d79fe3c697 01:30:12 Step 6/22 : COPY go.mod vendor* ./ 01:30:12 ---> Using cache 01:30:12 ---> b7b3151978ee 01:30:12 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:12 ---> Using cache 01:30:12 ---> 85e159e24693 01:30:12 Step 8/22 : COPY . . 01:30:12 ---> Using cache 01:30:12 ---> 8383d0fae8af 01:30:12 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:30:12 ---> Running in 0f3b939b03e1 01:30:13 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 01:30:46 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:30:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:30:46 ---> 3205c78ac3c1 01:30:46 Step 3/22 : WORKDIR /edgex-go 01:30:46 ---> Using cache 01:30:46 ---> 1997910d2ee8 01:30:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:30:46 ---> Using cache 01:30:46 ---> b20e96004567 01:30:46 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:30:46 ---> Running in f839315a32d4 01:30:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:30:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:30:48 OK: 221 MiB in 51 packages 01:30:49 Removing intermediate container f839315a32d4 01:30:49 ---> 92f51d2b3611 01:30:49 Step 6/22 : COPY go.mod vendor* ./ 01:30:50 ---> 51be822faac8 01:30:50 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:50 ---> Running in ef08317f0a25 01:31: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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:31:27 Removing intermediate container 2ef66e6102a5 01:31:27 ---> fec216288168 01:31:27 01:31:27 Step 10/25 : FROM alpine:3.16 01:31:27 ---> 6e30ab57aeee 01:31:27 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 01:31:27 ---> Running in 9453e4c7a6a5 01:31:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:31:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:31:28 (1/3) Installing ca-certificates (20211220-r0) 01:31:28 (2/3) Installing dumb-init (1.2.5-r1) 01:31:28 (3/3) Installing su-exec (0.2-r1) 01:31:28 Executing busybox-1.35.0-r13.trigger 01:31:28 Executing ca-certificates-20211220-r0.trigger 01:31:28 OK: 6 MiB in 17 packages 01:31:31 Removing intermediate container 17216f4b3624 01:31:31 ---> a80c5b120e49 01:31:31 01:31:31 Step 10/23 : FROM alpine:3.16 01:31:31 ---> 6e30ab57aeee 01:31:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:31:31 ---> Running in 9a453fa8b282 01:31:32 Removing intermediate container 9453e4c7a6a5 01:31:32 ---> 94881bc4ad79 01:31:32 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:31:32 ---> Running in 1907f6e10b84 01:31:33 Removing intermediate container 1907f6e10b84 01:31:33 ---> b29a741081ac 01:31:33 Step 13/25 : WORKDIR / 01:31:34 ---> Running in f14c48c28e18 01:31:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:31:35 Removing intermediate container f14c48c28e18 01:31:35 ---> 3c3ffb47f334 01:31:35 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:31:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:31:36 (1/1) Installing dumb-init (1.2.5-r1) 01:31:36 Executing busybox-1.35.0-r13.trigger 01:31:36 ---> 3b894a902059 01:31:36 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.tomlOK: 5 MiB in 15 packages 01:31:36 01:31:38 ---> 4686c44762b7 01:31:38 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:31:38 Removing intermediate container 9a453fa8b282 01:31:38 ---> e98073027f28 01:31:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:31:39 ---> Running in 9d5cc69072e4 01:31:40 Removing intermediate container 9d5cc69072e4 01:31:40 ---> e67468c79bdc 01:31:40 Step 13/23 : ENV APP_PORT=59881 01:31:40 ---> c606a39ad6fa 01:31:40 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:31:40 ---> Running in b21afd751172 01:31:41 Removing intermediate container b21afd751172 01:31:41 ---> 98f881e8205d 01:31:41 Step 14/23 : EXPOSE $APP_PORT 01:31:42 ---> Running in 40ca5171eef4 01:31:42 ---> ae15c94f6ba9 01:31:42 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:31:42 Removing intermediate container 40ca5171eef4 01:31:42 ---> c30aec61845b 01:31:42 Step 15/23 : WORKDIR / 01:31:43 ---> Running in e6c04ade3d84 01:31:44 Removing intermediate container e6c04ade3d84 01:31:44 ---> 4cc242e486f8 01:31:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:31:46 ---> ba5fa73462f9 01:31:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:31:46 ---> 9d308b8fed2e 01:31:46 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:31:51 ---> 1110402272bb 01:31:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:31:51 ---> 03e3cd966e29 01:31:51 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:31:52 ---> 957647ba8436 01:31:52 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:31:52 ---> Running in 84f00405582c 01:31:52 ---> 9361237c87a2 01:31:52 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 01:31:52 ---> Running in dfb81b0fcb19 01:31:53 Removing intermediate container 84f00405582c 01:31:53 ---> 365531eaa5f5 01:31:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:31:53 ---> Running in 1efeb22f9438 01:31:54 Removing intermediate container 1efeb22f9438 01:31:54 ---> 1606e3456840 01:31:54 Step 21/23 : LABEL arch=arm64 01:31:54 ---> Running in 8599f62e42d4 01:31:55 Removing intermediate container 8599f62e42d4 01:31:55 ---> df518cf5688c 01:31:55 Step 22/23 : LABEL git_sha=4b574399f75560884c07d53cd99081909646f20f 01:31:56 ---> Running in 89205ac2d84e 01:31:56 Removing intermediate container dfb81b0fcb19 01:31:56 ---> e822d55921e5 01:31:56 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 01:31:56 ---> Running in 027f5753b5d5 01:31:56 Removing intermediate container 89205ac2d84e 01:31:56 ---> 11f18854b721 01:31:56 Step 23/23 : LABEL version=0.0.0 01:31:57 ---> Running in 856bdd03131f 01:31:57 Removing intermediate container 027f5753b5d5 01:31:57 ---> 5b7492b4f041 01:31:57 Step 23/25 : LABEL arch=arm64 01:31:57 ---> Running in 31451ea8a39d 01:31:58 Removing intermediate container 856bdd03131f 01:31:58 ---> a64c0564a997 01:31:58 01:31:58 Removing intermediate container ef08317f0a25 01:31:58 ---> 4b75c1643169 01:31:58 Step 8/22 : COPY . . 01:31:58 Removing intermediate container 31451ea8a39d 01:31:58 ---> 3106ea13890e 01:31:58 Step 24/25 : LABEL git_sha=4b574399f75560884c07d53cd99081909646f20f 01:31:58 ---> Running in 8b5e1237af17 01:31:59 Successfully built a64c0564a997 01:31:59 Successfully tagged core-metadata-arm64:latest 01:31:59 Building core-command 01:31:59  Building core-metadata ... done Removing intermediate container 8b5e1237af17 01:31:59 ---> 6842364442d1 01:31:59 Step 25/25 : LABEL version=0.0.0 01:31:59 ---> Running in e788c2e16b50 01:32:00 Removing intermediate container e788c2e16b50 01:32:00 ---> c4e156d135e5 01:32:00 01:32:01 Successfully built c4e156d135e5 01:32:01 Successfully tagged security-secretstore-setup-arm64:latest 01:32:01  Building security-secretstore-setup ... done Building security-spiffe-token-provider 01:32:23 ---> b688f850c5de 01:32:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:32:23 ---> Running in a7a89e1c59f3 01:32:23 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 01:32:46 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:32:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:32:46 ---> 3205c78ac3c1 01:32:46 Step 3/23 : WORKDIR /edgex-go 01:32:46 ---> Using cache 01:32:46 ---> 1997910d2ee8 01:32:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:46 ---> Using cache 01:32:46 ---> b20e96004567 01:32:46 Step 5/23 : RUN apk add --update --no-cache make git 01:32:46 ---> Using cache 01:32:46 ---> 02d79fe3c697 01:32:46 Step 6/23 : COPY go.mod vendor* ./ 01:32:46 ---> Using cache 01:32:46 ---> b7b3151978ee 01:32:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:46 ---> Using cache 01:32:46 ---> 85e159e24693 01:32:46 Step 8/23 : COPY . . 01:32:46 ---> Using cache 01:32:46 ---> 8383d0fae8af 01:32:46 Step 9/23 : RUN make cmd/core-command/core-command 01:32:46 ---> Running in 02bd0918f8dc 01:32: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/core-command/core-command ./cmd/core-command 01:32:48 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:32:48 Step 2/20 : FROM ${BUILDER_BASE} AS builder 01:32:48 ---> 3205c78ac3c1 01:32:48 Step 3/20 : WORKDIR /edgex-go 01:32:48 ---> Using cache 01:32:48 ---> 1997910d2ee8 01:32:48 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 01:32:48 ---> Running in d2a21de5867f 01:32:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:32:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:32:52 v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 01:32:52 v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 01:32:52 OK: 16887 distinct packages available 01:32:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:32:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:32:54 OK: 221 MiB in 51 packages 01:32:55 Removing intermediate container d2a21de5867f 01:32:55 ---> 31b865573906 01:32:55 Step 5/20 : COPY go.mod vendor* ./ 01:32:56 ---> 472fa82c6a81 01:32:56 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:56 ---> Running in 4554fbf7a06b 01:33:43 Removing intermediate container 4554fbf7a06b 01:33:43 ---> 09b2ab09977f 01:33:43 Step 7/20 : COPY . . 01:34:02 ---> 1ddb4c9d41f6 01:34:02 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:34:02 ---> Running in fa9d6ba9b3e5 01:34:03 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 01:34: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/secrets-config ./cmd/secrets-config 01:34:34 Removing intermediate container 6852276501d5 01:34:34 ---> ad647b514e4f 01:34:34 01:34:34 Step 10/22 : FROM alpine:3.16 01:34:34 ---> 6e30ab57aeee 01:34:34 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 01:34:34 ---> Running in 9b72c6ca8315 01:34:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:34:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:34:35 (1/6) Installing ca-certificates (20211220-r0) 01:34:36 (2/6) Installing brotli-libs (1.0.9-r6) 01:34:36 (3/6) Installing nghttp2-libs (1.47.0-r0) 01:34:36 (4/6) Installing libcurl (7.83.1-r2) 01:34:36 (5/6) Installing curl (7.83.1-r2) 01:34:36 (6/6) Installing dumb-init (1.2.5-r1) 01:34:36 Executing busybox-1.35.0-r13.trigger 01:34:36 Executing ca-certificates-20211220-r0.trigger 01:34:36 OK: 8 MiB in 20 packages 01:34:39 Removing intermediate container 9b72c6ca8315 01:34:39 ---> 9cd4b0e2b082 01:34:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:34:39 ---> Running in 08bc406b31ca 01:34:39 Removing intermediate container 08bc406b31ca 01:34:39 ---> b7039456a961 01:34:39 Step 13/22 : WORKDIR /edgex 01:34:39 ---> Running in f166dd0480d8 01:34:40 Removing intermediate container f166dd0480d8 01:34:40 ---> d0d0582c2b8d 01:34:40 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:34:41 ---> 43bafbe55188 01:34:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:34:42 ---> 52a578bef9e7 01:34:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:34:44 ---> 5d1186d85481 01:34:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:34:45 ---> 16fe041e15a3 01:34:45 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:34:45 ---> Running in 68aaecafa42c 01:34:48 Removing intermediate container 68aaecafa42c 01:34:48 ---> 44ce06dd0a94 01:34:48 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 01:34:48 ---> Running in 0f81fa97830e 01:34:49 Removing intermediate container 0f81fa97830e 01:34:49 ---> 8d398435fef3 01:34:49 Step 20/22 : LABEL arch=arm64 01:34:49 ---> Running in 17e79fc6c279 01:34:49 Removing intermediate container 17e79fc6c279 01:34:49 ---> 15510c1f51e5 01:34:49 Step 21/22 : LABEL git_sha=4b574399f75560884c07d53cd99081909646f20f 01:34:49 ---> Running in 9812e15b02a6 01:34:50 Removing intermediate container 9812e15b02a6 01:34:50 ---> dc1660ddf4e9 01:34:50 Step 22/22 : LABEL version=0.0.0 01:34:50 ---> Running in 4a768a79139d 01:34:51 Removing intermediate container 4a768a79139d 01:34:51 ---> 746a4a2e2205 01:34:51 01:34:51 Successfully built 746a4a2e2205 01:34:51 Successfully tagged security-proxy-setup-arm64:latest 01:34:51  Building security-proxy-setup ... done Building security-spire-agent 01:35:24 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:35:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:35:24 ---> 3205c78ac3c1 01:35:24 Step 3/26 : WORKDIR /edgex-go 01:35:24 ---> Using cache 01:35:24 ---> 1997910d2ee8 01:35:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:35:24 ---> Using cache 01:35:24 ---> b20e96004567 01:35:24 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 01:35:24 ---> Using cache 01:35:24 ---> 6c9bb2b66bd1 01:35:24 Step 6/26 : COPY go.mod vendor* ./ 01:35:24 ---> Using cache 01:35:24 ---> 6361da3f39e2 01:35:24 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:24 ---> Using cache 01:35:24 ---> 2257da782e35 01:35:24 Step 8/26 : COPY . . 01:35:24 ---> Using cache 01:35:24 ---> f06408b50f7f 01:35:24 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 01:35:24 ---> Using cache 01:35:24 ---> 0d9c0a0d5d8b 01:35:24 Step 10/26 : WORKDIR /edgex-go/spire-build 01:35:24 ---> Using cache 01:35:24 ---> 822923beeec4 01:35:24 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 01:35:24 ---> Running in 01540f310b4f 01:35:27 Removing intermediate container 01540f310b4f 01:35:27 ---> 65b7e5a01727 01:35:27 Step 12/26 : WORKDIR /edgex-go 01:35:27 ---> Running in 7ae75ed95c9c 01:35:27 Removing intermediate container 7ae75ed95c9c 01:35:27 ---> d1f221a1ab56 01:35:27 01:35:27 Step 13/26 : FROM alpine:3.15 01:35:27 ---> 3fb3c9af89a9 01:35:27 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:35:27 ---> Using cache 01:35:27 ---> 45c661bcbddd 01:35:27 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:35:27 ---> Using cache 01:35:27 ---> a87a7e61778d 01:35:27 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:35:27 ---> Running in be7b7bf33544 01:35:29 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:35:30 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:35:32 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 01:35:32 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 01:35:32 OK: 15738 distinct packages available 01:35:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:35:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:35:35 (1/5) Installing dumb-init (1.2.5-r1) 01:35:35 (2/5) Installing musl-obstack (1.2.3-r0) 01:35:35 (3/5) Installing libucontext (1.1-r0) 01:35:35 (4/5) Installing gcompat (1.0.0-r4) 01:35:35 (5/5) Installing openssl (1.1.1q-r0) 01:35:35 Executing busybox-1.34.1-r5.trigger 01:35:36 OK: 6 MiB in 19 packages 01:35:38 Removing intermediate container be7b7bf33544 01:35:38 ---> 82f6f5e07f54 01:35:38 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 01:35:41 ---> a42a61b1d27a 01:35:41 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:35:47 ---> 175e8f959019 01:35:47 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:35:47 ---> 91a189e4cd15 01:35:47 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:35:48 ---> 45c250beb62c 01:35:48 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:35:49 ---> 2b240d8f8649 01:35:49 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:35:49 ---> Running in 9788ae2c9287 01:35:49 Removing intermediate container 9788ae2c9287 01:35:49 ---> 5b61e3b03d92 01:35:49 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:35:49 ---> Running in 723f2b9be1cd 01:35:50 Removing intermediate container 723f2b9be1cd 01:35:50 ---> b2afd18c4c0f 01:35:50 Step 24/26 : LABEL arch=arm64 01:35:50 ---> Running in db940a9f603d 01:35:51 Removing intermediate container db940a9f603d 01:35:51 ---> 146bb2071087 01:35:51 Step 25/26 : LABEL git_sha=4b574399f75560884c07d53cd99081909646f20f 01:35:51 ---> Running in f19434f6e52c 01:35:52 Removing intermediate container f19434f6e52c 01:35:52 ---> 63e8df2f7c2f 01:35:52 Step 26/26 : LABEL version=0.0.0 01:35:52 ---> Running in d1068ed0041f 01:35:52 Removing intermediate container d1068ed0041f 01:35:52 ---> d596794397d2 01:35:52 01:35:52 Successfully built d596794397d2 01:35:52 Successfully tagged security-spire-agent-arm64:latest 01:37:59  Building security-spire-agent ... done Removing intermediate container 02bd0918f8dc 01:37:59 ---> df9d737d2811 01:37:59 01:37:59 Step 10/23 : FROM alpine:3.16 01:37:59 ---> 6e30ab57aeee 01:37:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:37:59 ---> Using cache 01:37:59 ---> e98073027f28 01:37:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:37:59 ---> Using cache 01:37:59 ---> e67468c79bdc 01:37:59 Step 13/23 : ENV APP_PORT=59882 01:37:59 ---> Running in 400f6d6f6659 01:38:00 Removing intermediate container 400f6d6f6659 01:38:00 ---> 3a4e25999c2a 01:38:00 Step 14/23 : EXPOSE $APP_PORT 01:38:00 ---> Running in f5fa6e4f920b 01:38:01 Removing intermediate container f5fa6e4f920b 01:38:01 ---> 5ea4a79c4bff 01:38:01 Step 15/23 : WORKDIR / 01:38:02 ---> Running in 77e5d35de820 01:38:03 Removing intermediate container 77e5d35de820 01:38:03 ---> 1d1bad55c7af 01:38:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:38:05 ---> fcd935695590 01:38:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:38:07 ---> bf1d1809d6ce 01:38:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:38:09 ---> 85ea349e16c2 01:38:09 Step 19/23 : ENTRYPOINT ["/core-command"] 01:38:09 ---> Running in eb09cc8a141d 01:38:10 Removing intermediate container eb09cc8a141d 01:38:10 ---> 112359af4f6a 01:38:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:38:10 ---> Running in 94471bd783ad 01:38:11 Removing intermediate container 94471bd783ad 01:38:11 ---> 44ee4e7183dd 01:38:11 Step 21/23 : LABEL arch=arm64 01:38:11 ---> Running in d5a042b04e01 01:38:12 Removing intermediate container d5a042b04e01 01:38:12 ---> f58a65d112f4 01:38:12 Step 22/23 : LABEL git_sha=4b574399f75560884c07d53cd99081909646f20f 01:38:12 ---> Running in cb27674356d5 01:38:12 Removing intermediate container 0f3b939b03e1 01:38:12 ---> 6f79409d208c 01:38:12 01:38:12 Step 10/22 : FROM alpine:3.16 01:38:12 ---> 6e30ab57aeee 01:38:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:38:12 ---> Using cache 01:38:12 ---> e98073027f28 01:38:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:38:12 ---> Using cache 01:38:12 ---> e67468c79bdc 01:38:12 Step 13/22 : ENV APP_PORT=59861 01:38:12 ---> Running in a6de9b48fbf8 01:38:12 Removing intermediate container cb27674356d5 01:38:12 ---> 16b1bc0b2179 01:38:12 Step 23/23 : LABEL version=0.0.0 01:38:12 ---> Running in 498a326cacda 01:38:13 Removing intermediate container a6de9b48fbf8 01:38:13 ---> 68a93ace6165 01:38:13 Step 14/22 : EXPOSE $APP_PORT 01:38:13 ---> Running in c2519a63ac38 01:38:13 Removing intermediate container 498a326cacda 01:38:13 ---> b52f92f69e4c 01:38:13 01:38:14 Removing intermediate container c2519a63ac38 01:38:14 ---> acd5fb9e4766 01:38:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:38:14 Successfully built b52f92f69e4c 01:38:14 Successfully tagged core-command-arm64:latest 01:38:14  Building core-command ... done  ---> d86a820d44fc 01:38:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:38:16 ---> 2055e69bebae 01:38:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:38:17 ---> 1946013e9f34 01:38:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:38:17 ---> Running in 15c106706db3 01:38:18 Removing intermediate container 15c106706db3 01:38:18 ---> b5dacb430180 01:38:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:38:18 ---> Running in c0dc240e021b 01:38:19 Removing intermediate container c0dc240e021b 01:38:19 ---> 8f85f2d292ea 01:38:19 Step 20/22 : LABEL arch=arm64 01:38:19 ---> Running in edd1a2f63f17 01:38:20 Removing intermediate container edd1a2f63f17 01:38:20 ---> 236c6939e4ab 01:38:20 Step 21/22 : LABEL git_sha=4b574399f75560884c07d53cd99081909646f20f 01:38:20 ---> Running in 9e089fd7772e 01:38:20 Removing intermediate container 9e089fd7772e 01:38:20 ---> 12f6fbfd7cc3 01:38:20 Step 22/22 : LABEL version=0.0.0 01:38:20 ---> Running in 080e63947f3f 01:38:21 Removing intermediate container 080e63947f3f 01:38:21 ---> c62fcc1e28db 01:38:21 01:38:21 Successfully built c62fcc1e28db 01:38:21 Successfully tagged support-scheduler-arm64:latest 01:39:18  Building support-scheduler ... done Removing intermediate container a7a89e1c59f3 01:39:18 ---> bdfaf3b963d7 01:39:18 01:39:18 Step 10/22 : FROM alpine:3.16 01:39:18 ---> 6e30ab57aeee 01:39:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:39:18 ---> Running in ca446f324828 01:39:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:39:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:39:20 (1/2) Installing ca-certificates (20211220-r0) 01:39:20 (2/2) Installing dumb-init (1.2.5-r1) 01:39:20 Executing busybox-1.35.0-r13.trigger 01:39:20 Executing ca-certificates-20211220-r0.trigger 01:39:20 OK: 6 MiB in 16 packages 01:39:22 Removing intermediate container ca446f324828 01:39:22 ---> 66dad7f9652a 01:39:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:39:22 ---> Running in db7f138257a4 01:39:22 Removing intermediate container db7f138257a4 01:39:22 ---> 32fddf439324 01:39:22 Step 13/22 : ENV APP_PORT=59860 01:39:22 ---> Running in 1804fe4702c0 01:39:23 Removing intermediate container 1804fe4702c0 01:39:23 ---> f3d6be8c7d8f 01:39:23 Step 14/22 : EXPOSE $APP_PORT 01:39:23 ---> Running in 035c259c81ec 01:39:23 Removing intermediate container 035c259c81ec 01:39:23 ---> 07ddc875db36 01:39:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:39:24 ---> d0123252abee 01:39:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:39:26 ---> ebab990034a6 01:39:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:39:27 ---> f73c1f170d2c 01:39:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:39:27 ---> Running in ef308566cd36 01:39:27 Removing intermediate container ef308566cd36 01:39:27 ---> c42ea968dcca 01:39:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:39:28 ---> Running in 6f3efce8d115 01:39:28 Removing intermediate container fa9d6ba9b3e5 01:39:28 ---> a75b63568cdc 01:39:28 01:39:28 Step 9/20 : FROM alpine:3.15 01:39:28 ---> 3fb3c9af89a9 01:39:28 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:39:28 ---> Using cache 01:39:28 ---> 45c661bcbddd 01:39:28 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:39:28 ---> Using cache 01:39:28 ---> a87a7e61778d 01:39:28 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:39:28 ---> Running in 7eb882789814 01:39:28 Removing intermediate container 6f3efce8d115 01:39:28 ---> 9dd0a203b239 01:39:28 Step 20/22 : LABEL arch=arm64 01:39:28 ---> Running in a181f3bfa357 01:39:28 Removing intermediate container a181f3bfa357 01:39:28 ---> d17bf147bf5a 01:39:28 Step 21/22 : LABEL git_sha=4b574399f75560884c07d53cd99081909646f20f 01:39:29 ---> Running in 915bec78b1d4 01:39:29 Removing intermediate container 915bec78b1d4 01:39:29 ---> 67ac905225d1 01:39:29 Step 22/22 : LABEL version=0.0.0 01:39:29 ---> Running in b8a85501ff58 01:39:29 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:39:29 Removing intermediate container b8a85501ff58 01:39:29 ---> c825001f8c61 01:39:29 01:39:30 Successfully built c825001f8c61 01:39:30 Successfully tagged support-notifications-arm64:latest 01:39:30  Building support-notifications ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:39:31 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 01:39:31 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 01:39:31 OK: 15738 distinct packages available 01:39:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:39:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:39:33 (1/9) Installing ca-certificates (20211220-r0) 01:39:33 (2/9) Installing brotli-libs (1.0.9-r5) 01:39:34 (3/9) Installing nghttp2-libs (1.46.0-r0) 01:39:34 (4/9) Installing libcurl (7.80.0-r2) 01:39:34 (5/9) Installing curl (7.80.0-r2) 01:39:34 (6/9) Installing dumb-init (1.2.5-r1) 01:39:34 (7/9) Installing musl-obstack (1.2.3-r0) 01:39:34 (8/9) Installing libucontext (1.1-r0) 01:39:34 (9/9) Installing gcompat (1.0.0-r4) 01:39:34 Executing busybox-1.34.1-r5.trigger 01:39:34 Executing ca-certificates-20211220-r0.trigger 01:39:34 OK: 8 MiB in 23 packages 01:39:36 Removing intermediate container 7eb882789814 01:39:36 ---> fee55e3a8984 01:39:36 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 01:39:37 ---> 0150e3981e19 01:39:37 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:39:38 ---> f98e05790d90 01:39:38 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 01:39:38 ---> 090b18471796 01:39:38 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 01:39:38 ---> Running in 98cf6e9467e0 01:39:39 Removing intermediate container 98cf6e9467e0 01:39:39 ---> 91f7720df04f 01:39:39 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:39:39 ---> Running in fdbb1aad5ea2 01:39:39 Removing intermediate container fdbb1aad5ea2 01:39:39 ---> 328ab241d8e1 01:39:39 Step 18/20 : LABEL arch=arm64 01:39:39 ---> Running in 321eb1c42f17 01:39:39 Removing intermediate container 321eb1c42f17 01:39:39 ---> b3b59bdd9b52 01:39:39 Step 19/20 : LABEL git_sha=4b574399f75560884c07d53cd99081909646f20f 01:39:40 ---> Running in f3012749ba8f 01:39:40 Removing intermediate container f3012749ba8f 01:39:40 ---> 1514b02e586b 01:39:40 Step 20/20 : LABEL version=0.0.0 01:39:40 ---> Running in 62ae64055c1a 01:39:40 Removing intermediate container 62ae64055c1a 01:39:40 ---> e8ab83f6eba4 01:39:40 01:39:41 Successfully built e8ab83f6eba4 01:39:41 Successfully tagged security-spiffe-token-provider-arm64:latest 01:39:41  Building security-spiffe-token-provider ... done  [Pipeline] } 01:39:41 $ docker stop --time=1 4545604dd9106ee9c8451be194d3165cd571154a378e724c7517116bfa99d9dd 01:39:43 $ docker rm -f 4545604dd9106ee9c8451be194d3165cd571154a378e724c7517116bfa99d9dd [Pipeline] // withDockerContainer [Pipeline] sh 01:39:43 + docker images 01:39:44 REPOSITORY TAG IMAGE ID CREATED SIZE 01:39:44 security-spiffe-token-provider-arm64 latest e8ab83f6eba4 4 seconds ago 28.2MB 01:39:44 support-notifications-arm64 latest c825001f8c61 15 seconds ago 26.1MB 01:39:44 a75b63568cdc 17 seconds ago 1.5GB 01:39:44 bdfaf3b963d7 28 seconds ago 1.51GB 01:39:44 support-scheduler-arm64 latest c62fcc1e28db About a minute ago 25.5MB 01:39:44 core-command-arm64 latest b52f92f69e4c About a minute ago 15.5MB 01:39:44 6f79409d208c About a minute ago 1.51GB 01:39:44 df9d737d2811 About a minute ago 1.45GB 01:39:44 security-spire-agent-arm64 latest d596794397d2 3 minutes ago 122MB 01:39:44 d1f221a1ab56 4 minutes ago 1.35GB 01:39:44 security-proxy-setup-arm64 latest 746a4a2e2205 4 minutes ago 26.1MB 01:39:44 ad647b514e4f 5 minutes ago 1.46GB 01:39:44 security-secretstore-setup-arm64 latest c4e156d135e5 7 minutes ago 27.9MB 01:39:44 core-metadata-arm64 latest a64c0564a997 7 minutes ago 16.4MB 01:39:44 a80c5b120e49 8 minutes ago 1.45GB 01:39:44 fec216288168 8 minutes ago 1.46GB 01:39:44 core-data-arm64 latest 4516146f250b 9 minutes ago 20.6MB 01:39:44 944966c6cb55 10 minutes ago 1.48GB 01:39:44 sys-mgmt-agent-arm64 latest 630b6dc3a0de 10 minutes ago 282MB 01:39:44 security-bootstrapper-arm64 latest f41f0c80b238 11 minutes ago 18.5MB 01:39:44 864fa2657e71 11 minutes ago 1.45GB 01:39:44 52aab349ef31 12 minutes ago 1.45GB 01:39:44 security-spire-config-arm64 latest 46b13f21ddfe 17 minutes ago 83.6MB 01:39:44 security-spire-server-arm64 latest d95518b1465c 17 minutes ago 84.2MB 01:39:44 f1922891e8a0 17 minutes ago 1.35GB 01:39:44 e8a592726fe2 17 minutes ago 1.35GB 01:39:44 ci-base-image-arm64 latest 3205c78ac3c1 32 minutes ago 938MB 01:39:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 6 days ago 678MB 01:39:44 alpine 3.16 6e30ab57aeee 7 weeks ago 5.27MB 01:39:44 docker 20.10.14 c346e9eafbab 3 months ago 202MB 01:39:44 alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB 01:39:44 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 01:39:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:39:45 01:39:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:39:45 arm64: Pulling from edgex-lftools-log-publisher 01:39:45 8998bd30e6a1: Pulling fs layer 01:39:45 04944245beec: Pulling fs layer 01:39:45 699f458cf7ca: Pulling fs layer 01:39:45 765212b225bb: Pulling fs layer 01:39:45 f23df028b6ca: Pulling fs layer 01:39:45 d65c8cfc05b1: Pulling fs layer 01:39:45 2437ff75d9bd: Pulling fs layer 01:39:45 f23df028b6ca: Waiting 01:39:45 d65c8cfc05b1: Waiting 01:39:45 2437ff75d9bd: Waiting 01:39:45 765212b225bb: Waiting 01:39:46 04944245beec: Verifying Checksum 01:39:46 04944245beec: Download complete 01:39:46 765212b225bb: Verifying Checksum 01:39:46 765212b225bb: Download complete 01:39:46 f23df028b6ca: Download complete 01:39:46 d65c8cfc05b1: Verifying Checksum 01:39:46 d65c8cfc05b1: Download complete 01:39:46 699f458cf7ca: Verifying Checksum 01:39:46 699f458cf7ca: Download complete 01:39:46 8998bd30e6a1: Verifying Checksum 01:39:46 8998bd30e6a1: Download complete 01:39:49 2437ff75d9bd: Verifying Checksum 01:39:49 2437ff75d9bd: Download complete 01:39:51 8998bd30e6a1: Pull complete 01:39:51 04944245beec: Pull complete 01:39:52 699f458cf7ca: Pull complete 01:39:53 765212b225bb: Pull complete 01:39:54 f23df028b6ca: Pull complete 01:39:54 d65c8cfc05b1: Pull complete 01:40:09 2437ff75d9bd: Pull complete 01:40:09 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:40:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:40:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:40:09 prd-ubuntu20.04-docker-arm64-4c-16g-19915 does not seem to be running inside a container 01:40:09 $ 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 01:40:12 $ docker top 7bba8f78c7c67c59bcad760f8c8126b64c2e96a757ebc7a3f48645b4a953ca4e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:40:14 ---> job-cost.sh 01:40:14 lf-activate-venv: SKIPPING 01:40:14 INFO: No Stack... 01:40:14 INFO: Retrieving Pricing Info for: v3-standard-4 01:40:15 INFO: Archiving Costs [Pipeline] sh 01:40:16 + cat /w/workspace/edgex-go/1/archives/cost.csv 01:40:16 + cut -d, -f6 [Pipeline] lock 01:40:16 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4092-1-stack-cost] 01:40:16 Resource [jenkins-edgexfoundry-edgex-go-PR-4092-1-stack-cost] did not exist. Created. 01:40:16 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4092-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:40:17 + echo total: 0.10999999940395355 [Pipeline] stash 01:40:17 Stashed 1 file(s) [Pipeline] } 01:40:17 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4092-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:40:17 $ docker stop --time=1 7bba8f78c7c67c59bcad760f8c8126b64c2e96a757ebc7a3f48645b4a953ca4e 01:40:18 $ docker rm -f 7bba8f78c7c67c59bcad760f8c8126b64c2e96a757ebc7a3f48645b4a953ca4e [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 01:40:19 provisioning config files... 01:40:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1058710663438694883tmp [Pipeline] { [Pipeline] sh 01:40:20 + set +x 01:40:20 + curl -s https://codecov.io/bash 01:40:20 + bash -s -- 01:40:20 01:40:20 _____ _ 01:40:20 / ____| | | 01:40:20 | | ___ __| | ___ ___ _____ __ 01:40:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:40:20 | |___| (_) | (_| | __/ (_| (_) \ V / 01:40:20 \_____\___/ \__,_|\___|\___\___/ \_/ 01:40:20 Bash-1.0.6 01:40:20 01:40:20 01:40:20 ==> git version 2.25.1 found 01:40:20 ==> 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 01:40:20 Release-Date: 2020-01-08 01:40:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:40:20 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:40:20 ==> Jenkins CI detected. 01:40:20 current dir:  /w/workspace/edgex-go/1 01:40:20 project root: . 01:40:20 --> token set from env 01:40:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:40:20 ==> Running gcov in . (disable via -X gcov) 01:40:20 ==> Python coveragepy not found 01:40:20 ==> Searching for coverage reports in: 01:40:20 + . 01:40:20 -> Found 1 reports 01:40:20 ==> Detecting git/mercurial file structure 01:40:20 ==> Reading reports 01:40:20 + ./coverage.out bytes=435593 01:40:20 ==> Appending adjustments 01:40:20 https://docs.codecov.io/docs/fixing-reports 01:40:21 + Found adjustments 01:40:21 ==> Gzipping contents 01:40:21 60K /tmp/codecov.TVFm4R.gz 01:40:21 ==> Uploading reports 01:40:21 url: https://codecov.io 01:40:21 query: branch=PR-4092&commit=6992b3184adb41f9e23ed97a31fe667afe23cca5&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4092%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4092&job=&cmd_args= 01:40:21 -> Pinging Codecov 01:40:21 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4092&commit=6992b3184adb41f9e23ed97a31fe667afe23cca5&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4092%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4092&job=&cmd_args= 01:40:22 -> Uploading to 01:40:22 https://storage.googleapis.com/codecov/v4/raw/2022-07-14/00271124DB129430A58F1EEE437C3FCB/6992b3184adb41f9e23ed97a31fe667afe23cca5/9af21728-ecde-4c83-954a-87bb74ba09fe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220714%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220714T014021Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=581882037bd368a92e01dc052e10d3c7c01f9f9c19f6369be6333ae03d875040 01:40:22 % Total % Received % Xferd Average Speed Time Time Time Current 01:40:22 Dload Upload Total Spent Left Speed 01:40:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59877 0 0 100 59877 0 155k --:--:-- --:--:-- --:--:-- 155k 01:40:22 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6992b3184adb41f9e23ed97a31fe667afe23cca5 [Pipeline] } 01:40:22 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 01:40:23 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 01:40:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:40:24 ---> package-listing.sh 01:40:24 ++ facter osfamily 01:40:24 ++ tr '[:upper:]' '[:lower:]' 01:40:25 + OS_FAMILY=debian 01:40:25 + workspace=/w/workspace/edgex-go/1 01:40:25 + START_PACKAGES=/tmp/packages_start.txt 01:40:25 + END_PACKAGES=/tmp/packages_end.txt 01:40:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:40:25 + PACKAGES=/tmp/packages_start.txt 01:40:25 + '[' /w/workspace/edgex-go/1 ']' 01:40:25 + PACKAGES=/tmp/packages_end.txt 01:40:25 + case "${OS_FAMILY}" in 01:40:25 + dpkg -l 01:40:25 + grep '^ii' 01:40:25 + '[' -f /tmp/packages_start.txt ']' 01:40:25 + '[' -f /tmp/packages_end.txt ']' 01:40:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:40:25 + '[' /w/workspace/edgex-go/1 ']' 01:40:25 + mkdir -p /w/workspace/edgex-go/1/archives/ 01:40:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 01:40:25 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 01:40:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:40:26 01:40:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:40:26 latest: Pulling from edgex-lftools-log-publisher 01:40:26 5eb5b503b376: Pulling fs layer 01:40:26 5c69ac0246d0: Pulling fs layer 01:40:26 ec43610c2a17: Pulling fs layer 01:40:26 3a2ae6a8a46f: Pulling fs layer 01:40:26 33b1e0a273af: Pulling fs layer 01:40:26 5d3b04190fa2: Pulling fs layer 01:40:26 2f39f015ded8: Pulling fs layer 01:40:26 3a2ae6a8a46f: Waiting 01:40:26 33b1e0a273af: Waiting 01:40:26 5d3b04190fa2: Waiting 01:40:26 2f39f015ded8: Waiting 01:40:26 5c69ac0246d0: Verifying Checksum 01:40:26 5c69ac0246d0: Download complete 01:40:26 3a2ae6a8a46f: Verifying Checksum 01:40:26 3a2ae6a8a46f: Download complete 01:40:26 33b1e0a273af: Verifying Checksum 01:40:26 33b1e0a273af: Download complete 01:40:26 5d3b04190fa2: Download complete 01:40:26 ec43610c2a17: Verifying Checksum 01:40:26 ec43610c2a17: Download complete 01:40:26 5eb5b503b376: Verifying Checksum 01:40:26 5eb5b503b376: Download complete 01:40:27 2f39f015ded8: Download complete 01:40:27 5eb5b503b376: Pull complete 01:40:27 5c69ac0246d0: Pull complete 01:40:28 ec43610c2a17: Pull complete 01:40:28 3a2ae6a8a46f: Pull complete 01:40:28 33b1e0a273af: Pull complete 01:40:28 5d3b04190fa2: Pull complete 01:40:32 2f39f015ded8: Pull complete 01:40:32 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:40:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:40:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:40:33 prd-ubuntu20.04-docker-8c-8g-19914 does not seem to be running inside a container 01:40:33 $ 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 01:40:34 $ docker top db57f55b13176f4c815c48b2db87a62fa3a68f039534bcd3ed1ba238650fc03b -eo pid,comm [Pipeline] { [Pipeline] sh 01:40:35 + touch /tmp/pre-build-complete [Pipeline] sh 01:40:35 + mkdir -p /var/log/sysstat [Pipeline] sh 01:40:35 + ls /var/log/sa-host 01:40:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:40:35 provisioning config files... 01:40:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1287119905667454654tmp [Pipeline] { [Pipeline] echo 01:40:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:40:36 ---> create-netrc.sh [Pipeline] } 01:40:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:40:36 ---> python-tools-install.sh [Pipeline] echo 01:40:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:40:37 ---> sudo-logs.sh 01:40:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:40:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:40:37 ---> job-cost.sh 01:40:37 lf-activate-venv: SKIPPING 01:40:37 DEBUG: total: 0.10999999940395355 01:40:37 INFO: Retrieving Stack Cost... 01:40:37 INFO: Retrieving Pricing Info for: v3-standard-8 01:40:38 INFO: Archiving Costs [Pipeline] echo 01:40:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:40:38 ---> logs-deploy.sh 01:40:38 lf-activate-venv: SKIPPING 01:40:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4092/1 01:40:38 INFO: archiving workspace using pattern(s): 01:40:39 Archives upload complete. 01:40:39 INFO: archiving logs to Nexus 01:40:40 ---> uname -a: 01:40:40 Linux prd-ubuntu20-04-docker-8c-8g-19914 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 01:40:40 01:40:40 01:40:40 ---> lscpu: 01:40:40 Architecture: x86_64 01:40:40 CPU op-mode(s): 32-bit, 64-bit 01:40:40 Byte Order: Little Endian 01:40:40 Address sizes: 40 bits physical, 48 bits virtual 01:40:40 CPU(s): 8 01:40:40 On-line CPU(s) list: 0-7 01:40:40 Thread(s) per core: 1 01:40:40 Core(s) per socket: 1 01:40:40 Socket(s): 8 01:40:40 NUMA node(s): 1 01:40:40 Vendor ID: AuthenticAMD 01:40:40 CPU family: 23 01:40:40 Model: 49 01:40:40 Model name: AMD EPYC-Rome Processor 01:40:40 Stepping: 0 01:40:40 CPU MHz: 2799.994 01:40:40 BogoMIPS: 5599.98 01:40:40 Virtualization: AMD-V 01:40:40 Hypervisor vendor: KVM 01:40:40 Virtualization type: full 01:40:40 L1d cache: 256 KiB 01:40:40 L1i cache: 256 KiB 01:40:40 L2 cache: 4 MiB 01:40:40 L3 cache: 128 MiB 01:40:40 NUMA node0 CPU(s): 0-7 01:40:40 Vulnerability Itlb multihit: Not affected 01:40:40 Vulnerability L1tf: Not affected 01:40:40 Vulnerability Mds: Not affected 01:40:40 Vulnerability Meltdown: Not affected 01:40:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:40:40 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:40:40 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 01:40:40 Vulnerability Srbds: Not affected 01:40:40 Vulnerability Tsx async abort: Not affected 01:40:40 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 01:40:40 01:40:40 01:40:40 ---> nproc: 01:40:40 8 01:40:40 01:40:40 01:40:40 ---> df -h: 01:40:40 Filesystem Size Used Avail Use% Mounted on 01:40:40 overlay 155G 19G 137G 13% / 01:40:40 tmpfs 64M 0 64M 0% /dev 01:40:40 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:40:40 shm 64M 0 64M 0% /dev/shm 01:40:40 /dev/vda1 155G 19G 137G 13% /facter-os 01:40:40 01:40:40 01:40:40 ---> sar -b -r -n DEV: 01:40:40 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19914) 07/14/22 _x86_64_ (8 CPU) 01:40:40 01:40:40 00:59:38 LINUX RESTART (8 CPU) 01:40:40 01:40:40 01:00:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:40:40 01:01:01 349.72 45.50 304.22 0.00 4123.50 157811.35 0.00 01:40:40 01:02:01 83.57 0.35 83.22 0.00 9.07 28256.62 0.00 01:40:40 01:03:01 44.45 0.18 44.27 0.00 2.13 12923.84 0.00 01:40:40 01:04:01 453.01 8.57 444.44 0.00 88.12 237505.62 0.00 01:40:40 01:05:01 924.85 0.67 924.18 0.00 17.86 443642.06 0.00 01:40:40 01:06:01 1091.39 1.87 1089.52 0.00 22.93 356502.90 0.00 01:40:40 01:07:01 279.99 0.02 279.98 0.00 0.13 33147.43 0.00 01:40:40 01:08:01 1.68 0.00 1.68 0.00 0.00 19.20 0.00 01:40:40 01:09:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 01:40:40 01:10:01 1.25 0.00 1.25 0.00 0.00 17.46 0.00 01:40:40 01:11:01 1.40 0.00 1.40 0.00 0.00 15.99 0.00 01:40:40 01:12:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 01:40:40 01:13:01 2.85 1.58 1.27 0.00 50.39 14.80 0.00 01:40:40 01:14:01 1.03 0.00 1.03 0.00 0.00 13.86 0.00 01:40:40 01:15:02 1.42 0.02 1.40 0.00 0.13 16.40 0.00 01:40:40 01:16:01 1.39 0.00 1.39 0.00 0.00 17.62 0.00 01:40:40 01:17:01 1.33 0.02 1.32 0.00 0.13 15.60 0.00 01:40:40 01:18:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 01:40:40 01:19:01 1.25 0.00 1.25 0.00 0.00 15.60 0.00 01:40:40 01:20:01 1.68 0.00 1.68 0.00 0.00 19.59 0.00 01:40:40 01:21:01 1.00 0.00 1.00 0.00 0.00 12.40 0.00 01:40:40 01:22:01 1.08 0.00 1.08 0.00 0.00 13.86 0.00 01:40:40 01:23:01 1.18 0.00 1.18 0.00 0.00 14.13 0.00 01:40:40 01:24:01 1.02 0.00 1.02 0.00 0.00 13.20 0.00 01:40:40 01:25:01 1.48 0.00 1.48 0.00 0.00 17.60 0.00 01:40:40 01:26:01 1.00 0.00 1.00 0.00 0.00 12.66 0.00 01:40:40 01:27:01 1.33 0.00 1.33 0.00 0.00 14.66 0.00 01:40:40 01:28:01 0.98 0.00 0.98 0.00 0.00 12.13 0.00 01:40:40 01:29:01 1.25 0.00 1.25 0.00 0.00 14.13 0.00 01:40:40 01:30:01 1.40 0.00 1.40 0.00 0.00 16.79 0.00 01:40:40 01:31:01 1.02 0.00 1.02 0.00 0.00 12.40 0.00 01:40:40 01:32:01 0.97 0.00 0.97 0.00 0.00 12.53 0.00 01:40:40 01:33:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 01:40:40 01:34:01 0.93 0.00 0.93 0.00 0.00 11.73 0.00 01:40:40 01:35:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 01:40:40 01:36:01 0.97 0.00 0.97 0.00 0.00 12.66 0.00 01:40:40 01:37:01 1.32 0.00 1.32 0.00 0.00 15.06 0.00 01:40:40 01:38:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 01:40:40 01:39:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 01:40:40 01:40:01 1.52 0.00 1.52 0.00 0.00 18.79 0.00 01:40:40 Average: 81.65 1.45 80.20 0.00 106.22 31717.05 0.00 01:40:40 01:40:40 01:00:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:40:40 01:01:01 28278652 31766860 535172 1.63 103948 3639368 2248532 6.63 1189792 3023916 0 01:40:40 01:02:01 27661456 31715512 574512 1.75 136760 4104368 2038220 6.01 1607496 3140024 336072 01:40:40 01:03:01 27379772 31708408 579412 1.76 140564 4347748 2008756 5.92 1481696 3519768 332540 01:40:40 01:04:01 23139324 31557688 720356 2.19 272536 8114540 3047396 8.98 2048776 6983096 1103408 01:40:40 01:05:01 19364068 31414196 845320 2.57 325816 11518780 3481340 10.26 2436632 10176972 641760 01:40:40 01:06:01 17760564 31668504 600200 1.83 441732 13133344 2278936 6.72 2331684 11768248 824 01:40:40 01:07:01 19043960 31754928 518176 1.58 448132 11968812 1911048 5.63 2324216 10537160 192 01:40:40 01:08:01 19044624 31755732 517196 1.57 448152 11968816 1911048 5.63 2324052 10537164 160 01:40:40 01:09:01 19051780 31762896 510256 1.55 448176 11968820 1911048 5.63 2316848 10537172 40 01:40:40 01:10:01 19051984 31763076 510080 1.55 448192 11968800 1911048 5.63 2316840 10537148 220 01:40:40 01:11:01 19056656 31767800 505540 1.54 448212 11968804 1911048 5.63 2313044 10537152 12 01:40:40 01:12:01 19057720 31768888 504444 1.53 448232 11968804 1911048 5.63 2312640 10537156 204 01:40:40 01:13:01 19052860 31766748 506452 1.54 448248 11970320 1927524 5.68 2318248 10536760 60 01:40:40 01:14:01 19053572 31767472 505892 1.54 448252 11970324 1927524 5.68 2317476 10536748 220 01:40:40 01:15:02 19052436 31766748 506904 1.54 448296 11970328 1923404 5.67 2317136 10537108 212 01:40:40 01:16:01 19052308 31766640 506956 1.54 448304 11970332 1923404 5.67 2317512 10537112 176 01:40:40 01:17:01 19051960 31766316 507220 1.54 448324 11970332 1923404 5.67 2317516 10537116 8 01:40:40 01:18:01 19051896 31766292 507088 1.54 448340 11970336 1923404 5.67 2317428 10537116 196 01:40:40 01:19:01 19051856 31766276 507060 1.54 448360 11970340 1923404 5.67 2317268 10537120 20 01:40:40 01:20:01 19051832 31766292 506968 1.54 448404 11970332 1907060 5.62 2317320 10537120 12 01:40:40 01:21:01 19051752 31766376 506816 1.54 448436 11970472 1907060 5.62 2317712 10537252 28 01:40:40 01:22:01 19051920 31766576 506764 1.54 448468 11970480 1907060 5.62 2317384 10537256 184 01:40:40 01:23:01 19051936 31766612 506712 1.54 448476 11970480 1907060 5.62 2317428 10537260 12 01:40:40 01:24:01 19051888 31766592 506676 1.54 448492 11970484 1907060 5.62 2317500 10537264 192 01:40:40 01:25:01 19052092 31766824 506384 1.54 448512 11970488 1907060 5.62 2317556 10537272 8 01:40:40 01:26:01 19051752 31766492 506748 1.54 448524 11970492 1907060 5.62 2317884 10537272 184 01:40:40 01:27:01 19051704 31766472 506724 1.54 448540 11970496 1907060 5.62 2317592 10537276 12 01:40:40 01:28:01 19051620 31766408 506944 1.54 448568 11970496 1907060 5.62 2317620 10537276 188 01:40:40 01:29:01 19051636 31766440 506888 1.54 448576 11970500 1907060 5.62 2318120 10537280 24 01:40:40 01:30:01 19051840 31766660 506608 1.54 448588 11970504 1907060 5.62 2317652 10537284 52 01:40:40 01:31:01 19051508 31766336 506864 1.54 448600 11970504 1907060 5.62 2318272 10537284 24 01:40:40 01:32:01 19051776 31766632 506536 1.54 448624 11970512 1907060 5.62 2318156 10537288 212 01:40:40 01:33:01 19051444 31766332 506788 1.54 448640 11970516 1907060 5.62 2318028 10537296 20 01:40:40 01:34:01 19051396 31766296 506756 1.54 448656 11970516 1923172 5.67 2318660 10537296 192 01:40:40 01:35:01 19051536 31766464 506476 1.54 448676 11970520 1923172 5.67 2318028 10537300 40 01:40:40 01:36:01 19051512 31766440 506484 1.54 448692 11970520 1923172 5.67 2318140 10537300 180 01:40:40 01:37:01 19051972 31766932 506156 1.54 448712 11970524 1923172 5.67 2317804 10537304 12 01:40:40 01:38:01 19051956 31766920 506136 1.54 448716 11970528 1923172 5.67 2317792 10537308 188 01:40:40 01:39:01 19051380 31766372 506644 1.54 448724 11970528 1923172 5.67 2318124 10537312 12 01:40:40 01:40:01 19051640 31766652 506304 1.54 448748 11970516 1923172 5.67 2317860 10537312 208 01:40:40 Average: 19783588 31746702 527690 1.60 416724 11296093 2005064 5.91 2247523 9921922 60458 01:40:40 01:40:40 01:00:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:40:40 01:01:01 lo 5.08 5.08 0.49 0.49 0.00 0.00 0.00 0.00 01:40:40 01:01:01 ens3 1475.58 1339.79 11922.99 184.17 0.00 0.00 0.00 0.00 01:40:40 01:01:01 docker0 445.11 379.22 33.03 2760.52 0.00 0.00 0.00 0.00 01:40:40 01:01:01 vethc10bf9a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:01:01 veth00afc65 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:02:01 ens3 165.99 137.64 775.24 74.18 0.00 0.00 0.00 0.00 01:40:40 01:02:01 vethb829969 1.23 1.42 0.10 0.12 0.00 0.00 0.00 0.00 01:40:40 01:02:01 docker0 84.49 102.40 6.92 739.54 0.00 0.00 0.00 0.00 01:40:40 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:03:01 ens3 22.46 13.01 19.37 10.35 0.00 0.00 0.00 0.00 01:40:40 01:03:01 vethb829969 0.27 0.28 0.02 0.02 0.00 0.00 0.00 0.00 01:40:40 01:03:01 docker0 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 01:40:40 01:04:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 01:40:40 01:04:01 ens3 331.36 241.91 3202.41 93.26 0.00 0.00 0.00 0.00 01:40:40 01:04:01 veth565934f 0.00 0.63 0.00 0.04 0.00 0.00 0.00 0.00 01:40:40 01:04:01 docker0 151.41 203.05 11.26 1501.32 0.00 0.00 0.00 0.00 01:40:40 01:05:01 veth40813e1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:40:40 01:05:01 lo 2.13 2.13 0.21 0.21 0.00 0.00 0.00 0.00 01:40:40 01:05:01 ens3 202.95 151.11 1024.37 85.53 0.00 0.00 0.00 0.00 01:40:40 01:05:01 vethf91656f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:40:40 01:05:01 veth565934f 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 01:40:40 01:05:01 veth8c2cd99 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:40:40 01:05:01 docker0 85.99 117.66 5.90 924.73 0.00 0.00 0.00 0.00 01:40:40 01:06:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 01:40:40 01:06:01 ens3 272.94 185.77 2642.74 87.22 0.00 0.00 0.00 0.00 01:40:40 01:06:01 veth565934f 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 01:40:40 01:06:01 docker0 106.46 160.28 7.93 1513.40 0.00 0.00 0.00 0.00 01:40:40 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:07:01 ens3 18.82 9.95 55.28 6.03 0.00 0.00 0.00 0.00 01:40:40 01:07:01 docker0 2.20 4.85 0.13 43.51 0.00 0.00 0.00 0.00 01:40:40 01:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:08:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:09:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:10:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:11:01 ens3 0.60 0.32 0.33 0.26 0.00 0.00 0.00 0.00 01:40:40 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:12:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:13:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:13:01 ens3 6.92 4.78 5.16 5.97 0.00 0.00 0.00 0.00 01:40:40 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:14:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:15:02 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:16:01 ens3 0.27 0.20 0.09 0.07 0.00 0.00 0.00 0.00 01:40:40 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:17:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:18:01 ens3 0.47 0.22 0.54 0.02 0.00 0.00 0.00 0.00 01:40:40 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:19:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:20:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:21:01 ens3 0.12 0.08 0.07 0.07 0.00 0.00 0.00 0.00 01:40:40 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:23:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:24:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:26:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 01:40:40 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:28:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:29:01 ens3 1.08 0.42 0.51 0.27 0.00 0.00 0.00 0.00 01:40:40 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:31:01 ens3 0.75 0.25 0.21 0.14 0.00 0.00 0.00 0.00 01:40:40 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:32:01 ens3 0.72 0.35 0.27 0.21 0.00 0.00 0.00 0.00 01:40:40 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:33:01 ens3 0.67 0.13 0.14 0.07 0.00 0.00 0.00 0.00 01:40:40 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:34:01 ens3 0.43 0.30 0.26 0.20 0.00 0.00 0.00 0.00 01:40:40 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:35:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:36:01 ens3 0.42 0.23 0.20 0.07 0.00 0.00 0.00 0.00 01:40:40 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:37:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:38:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:39:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 01:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:40:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:40:40 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:40:40 Average: lo 0.32 0.32 0.03 0.03 0.00 0.00 0.00 0.00 01:40:40 Average: ens3 62.05 51.68 486.67 13.64 0.00 0.00 0.00 0.00 01:40:40 Average: docker0 21.73 24.05 1.62 186.07 0.00 0.00 0.00 0.00 01:40:40 01:40:40 01:40:40 ---> sar -P ALL: 01:40:40 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19914) 07/14/22 _x86_64_ (8 CPU) 01:40:40 01:40:40 00:59:38 LINUX RESTART (8 CPU) 01:40:40 01:40:40 01:00:02 CPU %user %nice %system %iowait %steal %idle 01:40:40 01:01:01 all 12.14 0.00 4.57 1.97 0.07 81.26 01:40:40 01:01:01 0 13.90 0.00 4.01 1.18 0.05 80.85 01:40:40 01:01:01 1 11.67 0.00 5.35 1.94 0.07 80.97 01:40:40 01:01:01 2 9.58 0.00 3.26 0.34 0.05 86.77 01:40:40 01:01:01 3 12.63 0.00 4.77 3.92 0.09 78.59 01:40:40 01:01:01 4 11.18 0.00 4.62 2.54 0.07 81.59 01:40:40 01:01:01 5 11.69 0.00 4.50 0.59 0.07 83.15 01:40:40 01:01:01 6 13.90 0.00 4.47 2.04 0.07 79.52 01:40:40 01:01:01 7 12.53 0.00 5.57 3.23 0.07 78.60 01:40:40 01:02:01 all 33.09 0.00 7.07 0.43 0.08 59.33 01:40:40 01:02:01 0 32.03 0.00 6.36 0.13 0.08 61.40 01:40:40 01:02:01 1 33.37 0.00 7.28 1.08 0.10 58.17 01:40:40 01:02:01 2 32.32 0.00 7.23 0.02 0.08 60.35 01:40:40 01:02:01 3 31.65 0.00 8.19 0.14 0.08 59.95 01:40:40 01:02:01 4 35.29 0.00 6.38 0.61 0.08 57.65 01:40:40 01:02:01 5 32.35 0.00 7.82 0.02 0.07 59.74 01:40:40 01:02:01 6 32.59 0.00 7.12 1.41 0.08 58.79 01:40:40 01:02:01 7 35.11 0.00 6.18 0.05 0.08 58.58 01:40:40 01:03:01 all 55.93 0.00 7.80 0.06 0.11 36.11 01:40:40 01:03:01 0 56.23 0.00 7.64 0.05 0.12 35.95 01:40:40 01:03:01 1 57.19 0.00 7.72 0.02 0.10 34.97 01:40:40 01:03:01 2 55.08 0.00 8.10 0.03 0.10 36.69 01:40:40 01:03:01 3 54.59 0.00 7.96 0.08 0.12 37.25 01:40:40 01:03:01 4 55.33 0.00 7.90 0.20 0.10 36.46 01:40:40 01:03:01 5 57.64 0.00 7.83 0.02 0.10 34.41 01:40:40 01:03:01 6 55.46 0.00 7.61 0.02 0.12 36.80 01:40:40 01:03:01 7 55.87 0.00 7.61 0.03 0.10 36.39 01:40:40 01:04:01 all 17.22 0.00 11.36 5.50 0.08 65.84 01:40:40 01:04:01 0 17.79 0.00 11.18 3.69 0.07 67.26 01:40:40 01:04:01 1 20.13 0.00 10.53 2.67 0.08 66.59 01:40:40 01:04:01 2 14.38 0.00 11.90 17.25 0.09 56.39 01:40:40 01:04:01 3 17.40 0.00 11.15 3.92 0.08 67.44 01:40:40 01:04:01 4 17.69 0.00 12.50 5.99 0.09 63.74 01:40:40 01:04:01 5 17.36 0.00 11.09 6.42 0.07 65.06 01:40:40 01:04:01 6 17.19 0.00 12.10 2.07 0.09 68.55 01:40:40 01:04:01 7 15.80 0.00 10.43 2.03 0.09 71.66 01:40:40 01:05:01 all 47.00 0.00 14.90 6.58 0.11 31.41 01:40:40 01:05:01 0 46.97 0.00 15.79 4.59 0.12 32.54 01:40:40 01:05:01 1 45.29 0.00 14.59 2.12 0.12 37.89 01:40:40 01:05:01 2 46.51 0.00 14.20 7.89 0.10 31.29 01:40:40 01:05:01 3 47.28 0.00 15.25 6.46 0.12 30.88 01:40:40 01:05:01 4 46.50 0.00 15.45 5.96 0.10 31.99 01:40:40 01:05:01 5 48.50 0.00 14.02 3.49 0.12 33.88 01:40:40 01:05:01 6 46.89 0.00 15.95 18.19 0.10 18.87 01:40:40 01:05:01 7 48.02 0.00 13.92 4.00 0.12 33.94 01:40:40 01:06:01 all 67.46 0.00 15.83 3.01 0.14 13.56 01:40:40 01:06:01 0 67.53 0.00 15.98 1.66 0.15 14.68 01:40:40 01:06:01 1 67.16 0.00 14.44 2.11 0.12 16.16 01:40:40 01:06:01 2 67.53 0.00 15.78 7.00 0.14 9.56 01:40:40 01:06:01 3 65.41 0.00 18.06 3.77 0.14 12.63 01:40:40 01:06:01 4 67.22 0.00 16.15 3.55 0.15 12.92 01:40:40 01:06:01 5 67.69 0.00 15.69 1.88 0.12 14.63 01:40:40 01:06:01 6 68.78 0.00 15.32 1.86 0.15 13.89 01:40:40 01:06:01 7 68.37 0.00 15.24 2.24 0.14 14.01 01:40:40 01:07:01 all 14.34 0.00 3.06 0.73 0.04 81.83 01:40:40 01:07:01 0 14.42 0.00 3.25 0.92 0.03 81.38 01:40:40 01:07:01 1 14.71 0.00 3.12 1.21 0.05 80.91 01:40:40 01:07:01 2 14.78 0.00 3.08 0.32 0.03 81.79 01:40:40 01:07:01 3 13.87 0.00 3.35 1.22 0.03 81.52 01:40:40 01:07:01 4 15.30 0.00 2.90 0.23 0.05 81.51 01:40:40 01:07:01 5 13.74 0.00 3.05 0.95 0.03 82.23 01:40:40 01:07:01 6 13.90 0.00 2.97 0.55 0.03 82.54 01:40:40 01:07:01 7 14.02 0.00 2.75 0.42 0.05 82.76 01:40:40 01:08:01 all 0.01 0.00 0.01 0.01 0.00 99.98 01:40:40 01:08:01 0 0.00 0.00 0.02 0.03 0.00 99.95 01:40:40 01:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:08:01 3 0.00 0.00 0.00 0.02 0.00 99.98 01:40:40 01:08:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:08:01 6 0.02 0.00 0.03 0.00 0.02 99.93 01:40:40 01:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:09:01 all 0.03 0.00 0.02 0.01 0.00 99.94 01:40:40 01:09:01 0 0.03 0.00 0.03 0.03 0.00 99.90 01:40:40 01:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:40:40 01:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:09:01 3 0.03 0.00 0.02 0.02 0.00 99.93 01:40:40 01:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:09:01 5 0.02 0.00 0.02 0.00 0.02 99.95 01:40:40 01:09:01 6 0.08 0.00 0.07 0.00 0.00 99.85 01:40:40 01:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:10:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:40:40 01:10:01 0 0.03 0.00 0.02 0.02 0.00 99.93 01:40:40 01:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:10:01 3 0.00 0.00 0.00 0.02 0.00 99.98 01:40:40 01:10:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:10:01 6 0.03 0.00 0.05 0.00 0.02 99.90 01:40:40 01:10:01 7 0.02 0.00 0.02 0.02 0.00 99.95 01:40:40 01:11:01 all 0.10 0.00 0.01 0.01 0.01 99.87 01:40:40 01:11:01 0 0.02 0.00 0.00 0.03 0.02 99.93 01:40:40 01:11:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:40:40 01:11:01 2 0.02 0.00 0.00 0.00 0.02 99.97 01:40:40 01:11:01 3 0.05 0.00 0.02 0.03 0.00 99.90 01:40:40 01:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:11:01 5 0.03 0.00 0.02 0.00 0.00 99.95 01:40:40 01:11:01 6 0.03 0.00 0.05 0.00 0.00 99.92 01:40:40 01:11:01 7 0.62 0.00 0.00 0.00 0.02 99.37 01:40:40 01:40:40 01:11:01 CPU %user %nice %system %iowait %steal %idle 01:40:40 01:12:01 all 0.26 0.00 0.02 0.00 0.00 99.71 01:40:40 01:12:01 0 0.02 0.00 0.05 0.02 0.00 99.92 01:40:40 01:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:12:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:12:01 3 0.00 0.00 0.00 0.02 0.00 99.98 01:40:40 01:12:01 4 0.03 0.00 0.03 0.00 0.00 99.93 01:40:40 01:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:12:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:40:40 01:12:01 7 1.98 0.00 0.07 0.00 0.00 97.95 01:40:40 01:13:01 all 0.42 0.00 0.03 0.01 0.00 99.54 01:40:40 01:13:01 0 0.23 0.00 0.05 0.05 0.00 99.67 01:40:40 01:13:01 1 0.17 0.00 0.00 0.00 0.00 99.83 01:40:40 01:13:01 2 0.18 0.00 0.03 0.00 0.00 99.78 01:40:40 01:13:01 3 0.27 0.00 0.02 0.02 0.02 99.68 01:40:40 01:13:01 4 0.10 0.00 0.07 0.00 0.00 99.83 01:40:40 01:13:01 5 0.10 0.00 0.03 0.00 0.00 99.87 01:40:40 01:13:01 6 0.18 0.00 0.07 0.00 0.00 99.75 01:40:40 01:13:01 7 2.10 0.00 0.00 0.00 0.00 97.90 01:40:40 01:14:01 all 0.18 0.00 0.01 0.00 0.00 99.80 01:40:40 01:14:01 0 0.02 0.00 0.02 0.02 0.00 99.95 01:40:40 01:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:14:01 3 0.05 0.00 0.02 0.02 0.00 99.92 01:40:40 01:14:01 4 0.00 0.00 0.03 0.00 0.00 99.97 01:40:40 01:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:14:01 7 1.37 0.00 0.00 0.00 0.00 98.63 01:40:40 01:15:02 all 0.02 0.00 0.03 0.01 0.00 99.95 01:40:40 01:15:02 0 0.03 0.00 0.03 0.03 0.00 99.90 01:40:40 01:15:02 1 0.03 0.00 0.02 0.00 0.00 99.95 01:40:40 01:15:02 2 0.02 0.00 0.03 0.00 0.00 99.95 01:40:40 01:15:02 3 0.03 0.00 0.05 0.02 0.00 99.90 01:40:40 01:15:02 4 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:15:02 5 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:15:02 6 0.00 0.00 0.00 0.00 0.02 99.98 01:40:40 01:15:02 7 0.02 0.00 0.03 0.00 0.00 99.95 01:40:40 01:16:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:40:40 01:16:01 0 0.00 0.00 0.03 0.00 0.02 99.95 01:40:40 01:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:16:01 3 0.03 0.00 0.03 0.07 0.02 99.85 01:40:40 01:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:16:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:17:01 all 0.01 0.00 0.01 0.04 0.00 99.94 01:40:40 01:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:17:01 3 0.03 0.00 0.02 0.28 0.02 99.65 01:40:40 01:17:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:17:01 7 0.00 0.00 0.00 0.00 0.02 99.98 01:40:40 01:18:01 all 0.02 0.00 0.01 0.00 0.00 99.97 01:40:40 01:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:18:01 3 0.05 0.00 0.02 0.03 0.00 99.90 01:40:40 01:18:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:18:01 7 0.03 0.00 0.00 0.00 0.00 99.97 01:40:40 01:19:01 all 0.01 0.00 0.01 0.00 0.00 99.97 01:40:40 01:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:19:01 3 0.03 0.00 0.02 0.03 0.02 99.90 01:40:40 01:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:19:01 5 0.02 0.00 0.03 0.00 0.00 99.95 01:40:40 01:19:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:20:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:40:40 01:20:01 0 0.00 0.00 0.02 0.02 0.00 99.97 01:40:40 01:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:20:01 3 0.03 0.00 0.02 0.05 0.00 99.90 01:40:40 01:20:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:21:01 all 0.22 0.00 0.01 0.00 0.00 99.76 01:40:40 01:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:21:01 3 0.05 0.00 0.03 0.03 0.02 99.87 01:40:40 01:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:21:01 5 0.02 0.00 0.03 0.00 0.00 99.95 01:40:40 01:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:21:01 7 1.61 0.00 0.03 0.00 0.00 98.35 01:40:40 01:22:01 all 0.26 0.00 0.01 0.01 0.00 99.72 01:40:40 01:22:01 0 0.00 0.00 0.02 0.00 0.02 99.97 01:40:40 01:22:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:40:40 01:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:22:01 3 0.05 0.00 0.00 0.05 0.02 99.88 01:40:40 01:22:01 4 0.03 0.00 0.02 0.00 0.00 99.95 01:40:40 01:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:22:01 7 1.97 0.00 0.00 0.00 0.00 98.03 01:40:40 01:40:40 01:22:01 CPU %user %nice %system %iowait %steal %idle 01:40:40 01:23:01 all 0.28 0.00 0.02 0.00 0.00 99.69 01:40:40 01:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:23:01 1 0.10 0.00 0.00 0.00 0.00 99.90 01:40:40 01:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:23:01 3 0.12 0.00 0.03 0.03 0.00 99.82 01:40:40 01:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:23:01 5 0.05 0.00 0.05 0.00 0.00 99.90 01:40:40 01:23:01 6 0.00 0.00 0.02 0.00 0.02 99.97 01:40:40 01:23:01 7 1.97 0.00 0.02 0.00 0.00 98.01 01:40:40 01:24:01 all 0.11 0.00 0.01 0.00 0.01 99.87 01:40:40 01:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 01:40:40 01:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:24:01 3 0.10 0.00 0.02 0.02 0.02 99.85 01:40:40 01:24:01 4 0.02 0.00 0.00 0.00 0.02 99.97 01:40:40 01:24:01 5 0.02 0.00 0.03 0.00 0.00 99.95 01:40:40 01:24:01 6 0.03 0.00 0.03 0.00 0.00 99.93 01:40:40 01:24:01 7 0.68 0.00 0.02 0.00 0.02 99.29 01:40:40 01:25:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:40:40 01:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:25:01 3 0.00 0.00 0.00 0.05 0.00 99.95 01:40:40 01:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:25:01 6 0.03 0.00 0.03 0.00 0.02 99.92 01:40:40 01:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:26:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:40:40 01:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:26:01 3 0.03 0.00 0.00 0.03 0.00 99.93 01:40:40 01:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:26:01 5 0.03 0.00 0.03 0.00 0.02 99.92 01:40:40 01:26:01 6 0.07 0.00 0.03 0.00 0.02 99.88 01:40:40 01:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:27:01 all 0.00 0.00 0.01 0.00 0.00 99.98 01:40:40 01:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:27:01 2 0.00 0.00 0.00 0.00 0.02 99.98 01:40:40 01:27:01 3 0.00 0.00 0.00 0.03 0.00 99.97 01:40:40 01:27:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:27:01 6 0.00 0.00 0.03 0.00 0.02 99.95 01:40:40 01:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:28:01 all 0.02 0.00 0.01 0.01 0.01 99.96 01:40:40 01:28:01 0 0.02 0.00 0.02 0.00 0.02 99.95 01:40:40 01:28:01 1 0.00 0.00 0.00 0.00 0.02 99.98 01:40:40 01:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:28:01 3 0.02 0.00 0.00 0.05 0.00 99.93 01:40:40 01:28:01 4 0.03 0.00 0.00 0.00 0.00 99.97 01:40:40 01:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:28:01 6 0.05 0.00 0.05 0.00 0.00 99.90 01:40:40 01:28:01 7 0.00 0.00 0.00 0.00 0.02 99.98 01:40:40 01:29:01 all 0.01 0.00 0.01 0.00 0.00 99.97 01:40:40 01:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:29:01 2 0.03 0.00 0.00 0.00 0.00 99.97 01:40:40 01:29:01 3 0.00 0.00 0.00 0.03 0.02 99.95 01:40:40 01:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:29:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:29:01 6 0.03 0.00 0.03 0.00 0.00 99.93 01:40:40 01:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:30:01 all 0.02 0.00 0.01 0.00 0.00 99.97 01:40:40 01:30:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:40:40 01:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:30:01 2 0.02 0.00 0.03 0.00 0.00 99.95 01:40:40 01:30:01 3 0.02 0.00 0.02 0.02 0.00 99.95 01:40:40 01:30:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:30:01 6 0.03 0.00 0.00 0.00 0.02 99.95 01:40:40 01:30:01 7 0.00 0.00 0.00 0.02 0.00 99.98 01:40:40 01:31:01 all 0.01 0.00 0.01 0.00 0.00 99.97 01:40:40 01:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:31:01 2 0.05 0.00 0.02 0.00 0.02 99.92 01:40:40 01:31:01 3 0.00 0.00 0.00 0.02 0.00 99.98 01:40:40 01:31:01 4 0.02 0.00 0.02 0.02 0.00 99.95 01:40:40 01:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:31:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:32:01 all 0.02 0.00 0.01 0.01 0.00 99.96 01:40:40 01:32:01 0 0.03 0.00 0.00 0.00 0.00 99.97 01:40:40 01:32:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:32:01 3 0.05 0.00 0.00 0.05 0.00 99.90 01:40:40 01:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:32:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:32:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:33:01 all 0.15 0.00 0.02 0.00 0.00 99.83 01:40:40 01:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:33:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:40:40 01:33:01 3 0.00 0.00 0.00 0.03 0.00 99.97 01:40:40 01:33:01 4 0.00 0.00 0.03 0.00 0.00 99.97 01:40:40 01:33:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:33:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:40:40 01:33:01 7 1.09 0.00 0.03 0.00 0.00 98.87 01:40:40 01:40:40 01:33:01 CPU %user %nice %system %iowait %steal %idle 01:40:40 01:34:01 all 0.26 0.00 0.01 0.00 0.00 99.72 01:40:40 01:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:34:01 2 0.02 0.00 0.02 0.00 0.02 99.95 01:40:40 01:34:01 3 0.00 0.00 0.02 0.03 0.00 99.95 01:40:40 01:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:34:01 7 1.99 0.00 0.00 0.00 0.00 98.01 01:40:40 01:35:01 all 0.27 0.00 0.01 0.01 0.00 99.71 01:40:40 01:35:01 0 0.03 0.00 0.00 0.00 0.00 99.97 01:40:40 01:35:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:35:01 3 0.02 0.00 0.02 0.05 0.02 99.90 01:40:40 01:35:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:35:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:35:01 6 0.03 0.00 0.00 0.00 0.00 99.97 01:40:40 01:35:01 7 1.97 0.00 0.00 0.00 0.02 98.01 01:40:40 01:36:01 all 0.20 0.00 0.02 0.00 0.00 99.77 01:40:40 01:36:01 0 0.02 0.00 0.05 0.00 0.00 99.93 01:40:40 01:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:36:01 2 0.02 0.00 0.02 0.00 0.02 99.95 01:40:40 01:36:01 3 0.02 0.00 0.00 0.02 0.00 99.97 01:40:40 01:36:01 4 0.00 0.00 0.02 0.02 0.00 99.97 01:40:40 01:36:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:36:01 6 0.03 0.00 0.03 0.00 0.00 99.93 01:40:40 01:36:01 7 1.48 0.00 0.05 0.00 0.00 98.47 01:40:40 01:37:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:40:40 01:37:01 0 0.02 0.00 0.00 0.00 0.02 99.97 01:40:40 01:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:37:01 3 0.02 0.00 0.00 0.02 0.00 99.97 01:40:40 01:37:01 4 0.03 0.00 0.00 0.03 0.00 99.93 01:40:40 01:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:40:40 01:37:01 6 0.00 0.00 0.03 0.00 0.00 99.97 01:40:40 01:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:38:01 all 0.01 0.00 0.01 0.00 0.00 99.98 01:40:40 01:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 01:40:40 01:38:01 3 0.00 0.00 0.00 0.02 0.00 99.98 01:40:40 01:38:01 4 0.00 0.00 0.00 0.02 0.00 99.98 01:40:40 01:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:38:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:40:40 01:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:39:01 all 0.02 0.00 0.00 0.00 0.00 99.97 01:40:40 01:39:01 0 0.03 0.00 0.00 0.00 0.00 99.97 01:40:40 01:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:40:40 01:39:01 3 0.02 0.00 0.00 0.02 0.00 99.97 01:40:40 01:39:01 4 0.03 0.00 0.02 0.02 0.00 99.93 01:40:40 01:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:40:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:40:40 01:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:40:40 01:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:40:01 2 0.02 0.00 0.02 0.00 0.02 99.95 01:40:40 01:40:01 3 0.00 0.00 0.00 0.02 0.00 99.98 01:40:40 01:40:01 4 0.03 0.00 0.00 0.03 0.02 99.92 01:40:40 01:40:01 5 0.00 0.00 0.03 0.02 0.00 99.95 01:40:40 01:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 01:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:40:40 Average: all 6.18 0.00 1.60 0.45 0.02 91.74 01:40:40 Average: 0 6.18 0.00 1.60 0.31 0.02 91.90 01:40:40 Average: 1 6.17 0.00 1.56 0.27 0.02 91.98 01:40:40 Average: 2 5.95 0.00 1.57 0.81 0.02 91.66 01:40:40 Average: 3 6.03 0.00 1.71 0.51 0.02 91.73 01:40:40 Average: 4 6.16 0.00 1.64 0.47 0.02 91.72 01:40:40 Average: 5 6.17 0.00 1.59 0.33 0.02 91.90 01:40:40 Average: 6 6.17 0.00 1.64 0.64 0.02 91.53 01:40:40 Average: 7 6.64 0.00 1.53 0.29 0.02 91.53 01:40:40 01:40:40 01:40:40