Pull request #4311 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 af0e451a597ac594dddf90e84177a4b048fc1f81+a37026ef060af0a96832afa785f280dce900bb2a (38f971639e405b9eded2cf8643544f6c6f6cb86a) 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-ssh5465772364461955297.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1788912166107058279.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4311/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-4311/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13380496856037749509.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-4311/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18391484951314145056.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5429105931179382838.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4311/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-4311/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8457751686046714987.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/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 Running on prd-ubuntu20.04-docker-8c-8g-3826 in /w/workspace/edgexfoundry_edgex-go_PR-4311 [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 > 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/4311/head:refs/remotes/origin/PR-4311 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit a37026ef060af0a96832afa785f280dce900bb2a into PR head commit af0e451a597ac594dddf90e84177a4b048fc1f81 Merge succeeded, producing ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 Checking out Revision ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 (PR-4311) > git config core.sparsecheckout # timeout=10 > git checkout -f af0e451a597ac594dddf90e84177a4b048fc1f81 # 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 a37026ef060af0a96832afa785f280dce900bb2a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 # timeout=10 Commit message: "Merge commit 'a37026ef060af0a96832afa785f280dce900bb2a' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:44:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:44:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:44:02 ========================================================= 18:44:02 EdgeX Global Pipelines Version Info 18:44:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:44:03 ------------------- 18:44:03 stable info: 18:44:03 ------------------- 18:44:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:44:03 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:44:03 Message: update stable to v1.0.244 18:44:03 ------------------- 18:44:03 experimental info: 18:44:03 ------------------- 18:44:03 Commited By: **** collab-it+edgex@linuxfoundation.org 18:44:03 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:44:03 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:44:04 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:44:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4311 [Pipeline] echo 18:44:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4311 [Pipeline] echo 18:44:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4311 [Pipeline] echo 18:44:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [Pipeline] echo 18:44:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ad5b867 [Pipeline] echo 18:44:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:44:05 provisioning config files... 18:44:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15630208876968773375tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:44:05 ---> docker-login.sh 18:44:05 nexus3.edgexfoundry.org:10001 18:44:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:05 Configure a credential helper to remove this warning. See 18:44:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:05 18:44:05 Login Succeeded 18:44:05 nexus3.edgexfoundry.org:10002 18:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:06 Configure a credential helper to remove this warning. See 18:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:06 18:44:06 Login Succeeded 18:44:06 nexus3.edgexfoundry.org:10003 18:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:06 Configure a credential helper to remove this warning. See 18:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:06 18:44:06 Login Succeeded 18:44:06 nexus3.edgexfoundry.org:10004 18:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:06 Configure a credential helper to remove this warning. See 18:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:06 18:44:06 Login Succeeded 18:44:06 docker.io 18:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:06 Configure a credential helper to remove this warning. See 18:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:06 18:44:06 Login Succeeded 18:44:06 ---> docker-login.sh ends [Pipeline] } 18:44:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:44:07 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-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 18:44:07 + + dirname cmd/core-command/Dockerfilecut 18:44:07 -d/ -f2 18:44:07 + echo core-command,cmd/core-command/Dockerfile 18:44:07 + dirname cmd/core-common-config-bootstrapper/Dockerfile 18:44:07 + cut -d/ -f2 18:44:07 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 18:44:07 + dirname cmd/core-data/Dockerfile 18:44:07 + cut -d/ -f2 18:44:07 + echo core-data,cmd/core-data/Dockerfile 18:44:07 + dirname cmd/core-metadata/Dockerfile 18:44:07 + cut -d/ -f2 18:44:07 + echo core-metadata,cmd/core-metadata/Dockerfile 18:44:07 + + dirnamecut cmd/security-bootstrapper/Dockerfile -d/ 18:44:07 -f2 18:44:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:44:07 + dirname cmd/security-proxy-setup/Dockerfile 18:44:07 + cut -d/ -f2 18:44:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:44:07 + dirname cmd/security-secretstore-setup/Dockerfile 18:44:07 + cut -d/ -f2 18:44:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:44:07 + dirname cmd/security-spiffe-token-provider/Dockerfile 18:44:07 + cut -d/ -f2 18:44:07 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 18:44:07 + dirname cmd/security-spire-agent/Dockerfile 18:44:07 + cut -d/ -f2 18:44:07 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 18:44:07 + dirname cmd/security-spire-config/Dockerfile 18:44:07 + cut -d/ -f2 18:44:07 + echo security-spire-config,cmd/security-spire-config/Dockerfile 18:44:07 + dirname cmd/security-spire-server/Dockerfile+ 18:44:07 cut -d/ -f2 18:44:07 + echo security-spire-server,cmd/security-spire-server/Dockerfile 18:44:07 + dirname cmd/support-notifications/Dockerfile 18:44:07 + cut -d/ -f2 18:44:07 + echo support-notifications,cmd/support-notifications/Dockerfile 18:44:07 + + dirname cmd/support-scheduler/Dockerfile 18:44:07 cut -d/ -f2 18:44:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 18:44:07 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:44:07 + git rev-list -1 --merges ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2~1..ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [Pipeline] echo 18:44:07 -----------> git rev-list -1 --merges ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2~1..ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:44:07 ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [false] [Pipeline] sh 18:44:08 + git log --format=format:%s -1 ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [Pipeline] echo 18:44:08 ========================================================= 18:44:08 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:44:08 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 18:44:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:44:08 + grep -v github /etc/ssh/ssh_known_hosts 18:44:08 + [ -e /tmp/ssh_known_hosts ] 18:44:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:44:08 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:44:08 + sudo tee -a /etc/ssh/ssh_known_hosts 18:44:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:44:09 18:44:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:44:09 0.1.4: Pulling from edgex-devops/py-git-semver 18:44:09 b85a868b505f: Pulling fs layer 18:44:09 e2be974225ed: Pulling fs layer 18:44:09 339a4e72a1f5: Pulling fs layer 18:44:09 988bab9f4d93: Pulling fs layer 18:44:09 1469e6f7b9e6: Pulling fs layer 18:44:09 eaf3925da568: Pulling fs layer 18:44:09 bab4dde63d76: Pulling fs layer 18:44:09 bde34c3a00c8: Pulling fs layer 18:44:09 b352a97aabf1: Pulling fs layer 18:44:09 4872d77fe225: Pulling fs layer 18:44:09 5851b861e8e6: Pulling fs layer 18:44:09 1469e6f7b9e6: Waiting 18:44:09 eaf3925da568: Waiting 18:44:09 4872d77fe225: Waiting 18:44:09 b352a97aabf1: Waiting 18:44:09 bde34c3a00c8: Waiting 18:44:09 5851b861e8e6: Waiting 18:44:09 988bab9f4d93: Waiting 18:44:09 bab4dde63d76: Waiting 18:44:09 988bab9f4d93: Verifying Checksum 18:44:09 988bab9f4d93: Download complete 18:44:10 1469e6f7b9e6: Verifying Checksum 18:44:10 1469e6f7b9e6: Download complete 18:44:10 eaf3925da568: Download complete 18:44:10 339a4e72a1f5: Verifying Checksum 18:44:10 339a4e72a1f5: Download complete 18:44:10 bde34c3a00c8: Download complete 18:44:10 b352a97aabf1: Verifying Checksum 18:44:10 b352a97aabf1: Download complete 18:44:10 4872d77fe225: Download complete 18:44:10 5851b861e8e6: Verifying Checksum 18:44:10 5851b861e8e6: Download complete 18:44:10 b85a868b505f: Verifying Checksum 18:44:10 b85a868b505f: Download complete 18:44:10 bab4dde63d76: Verifying Checksum 18:44:10 bab4dde63d76: Download complete 18:44:11 b85a868b505f: Pull complete 18:44:11 e2be974225ed: Pull complete 18:44:11 339a4e72a1f5: Pull complete 18:44:11 988bab9f4d93: Pull complete 18:44:12 1469e6f7b9e6: Pull complete 18:44:12 eaf3925da568: Pull complete 18:44:13 bab4dde63d76: Pull complete 18:44:13 bde34c3a00c8: Pull complete 18:44:13 b352a97aabf1: Pull complete 18:44:13 4872d77fe225: Pull complete 18:44:14 5851b861e8e6: Pull complete 18:44:14 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:44:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:44:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:44:14 prd-ubuntu20.04-docker-8c-8g-3826 does not seem to be running inside a container 18:44:14 $ 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 18:44:18 $ docker top 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c -eo pid,comm 18:44:18 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:44:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:44:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:18 [ssh-agent] Looking for ssh-agent implementation... 18:44:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:18 $ docker exec 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c ssh-agent 18:44:18 SSH_AUTH_SOCK=/tmp/ssh-rRtuH2P9WFUi/agent.33 18:44:18 SSH_AGENT_PID=39 18:44:18 Running ssh-add (command line suppressed) 18:44:19 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1497870409091361714.key (/w/workspace/edgex-go/1@tmp/private_key_1497870409091361714.key) 18:44:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:19 + git tag --points-at HEAD [Pipeline] } 18:44:19 $ docker exec --env ******** --env ******** 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c ssh-agent -k 18:44:19 unset SSH_AUTH_SOCK; 18:44:19 unset SSH_AGENT_PID; 18:44:19 echo Agent pid 39 killed; 18:44:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:44:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:19 [ssh-agent] Looking for ssh-agent implementation... 18:44:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:19 $ docker exec 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c ssh-agent 18:44:19 SSH_AUTH_SOCK=/tmp/ssh-bU0g0GQ0fUju/agent.71 18:44:19 SSH_AGENT_PID=77 18:44:19 Running ssh-add (command line suppressed) 18:44:19 Identity added: /w/workspace/edgex-go/1@tmp/private_key_16716625020440490156.key (/w/workspace/edgex-go/1@tmp/private_key_16716625020440490156.key) 18:44:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:20 + git semver init 18:44:20 2023-01-27 18:44:20,476 [run_init] DEBUG init version:0.0.0 force:False 18:44:20 2023-01-27 18:44:20,477 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 18:44:20 2023-01-27 18:44:20,478 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 18:44:20 2023-01-27 18:44:20,478 [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) 18:44:25 2023-01-27 18:44:25,639 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 18:44:25 2023-01-27 18:44:25,640 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4311 with force:False 18:44:25 2023-01-27 18:44:25,640 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4311 18:44:25 2023-01-27 18:44:25,644 [execute] INFO git cat-file --batch-check 18:44:25 2023-01-27 18:44:25,645 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 18:44:25 2023-01-27 18:44:25,652 [execute] INFO git cat-file --batch 18:44:25 2023-01-27 18:44:25,652 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 18:44:25 2023-01-27 18:44:25,657 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4311 18:44:25 0.0.0 [Pipeline] } 18:44:25 $ docker exec --env ******** --env ******** 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c ssh-agent -k 18:44:25 unset SSH_AUTH_SOCK; 18:44:25 unset SSH_AGENT_PID; 18:44:25 echo Agent pid 77 killed; 18:44:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:44:26 + git semver [Pipeline] } 18:44:26 $ docker stop --time=1 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c 18:44:27 $ docker rm -f --volumes 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c [Pipeline] // withDockerContainer [Pipeline] sh 18:44:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:44:28 Stashed 1 file(s) [Pipeline] echo 18:44:28 [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 18:44:29 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 18:44:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:44:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:44:29 ========================================================= 18:44:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:44:29 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:44:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:44:29 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:44:29 213ec9aee27d: Pulling fs layer 18:44:29 4583459ba037: Pulling fs layer 18:44:29 93c1e223e6f2: Pulling fs layer 18:44:29 53926ce57604: Pulling fs layer 18:44:29 21b2b0c7a3f4: Pulling fs layer 18:44:29 22ff95d597cd: Pulling fs layer 18:44:29 12d6caf4c0d1: Pulling fs layer 18:44:29 96b7cbca73a9: Pulling fs layer 18:44:29 53926ce57604: Waiting 18:44:29 21b2b0c7a3f4: Waiting 18:44:29 22ff95d597cd: Waiting 18:44:29 12d6caf4c0d1: Waiting 18:44:29 a7acece74701: Pulling fs layer 18:44:29 96b7cbca73a9: Waiting 18:44:29 a7acece74701: Waiting 18:44:29 93c1e223e6f2: Download complete 18:44:29 4583459ba037: Verifying Checksum 18:44:29 4583459ba037: Download complete 18:44:29 21b2b0c7a3f4: Download complete 18:44:29 22ff95d597cd: Verifying Checksum 18:44:29 22ff95d597cd: Download complete 18:44:29 213ec9aee27d: Verifying Checksum 18:44:29 213ec9aee27d: Download complete 18:44:30 12d6caf4c0d1: Download complete 18:44:30 213ec9aee27d: Pull complete 18:44:30 4583459ba037: Pull complete 18:44:30 93c1e223e6f2: Pull complete 18:44:31 a7acece74701: Verifying Checksum 18:44:31 a7acece74701: Download complete 18:44:31 53926ce57604: Verifying Checksum 18:44:31 53926ce57604: Download complete 18:44:31 96b7cbca73a9: Verifying Checksum 18:44:31 96b7cbca73a9: Download complete 18:44:34 53926ce57604: Pull complete 18:44:34 21b2b0c7a3f4: Pull complete 18:44:34 22ff95d597cd: Pull complete 18:44:34 12d6caf4c0d1: Pull complete 18:44:36 96b7cbca73a9: Pull complete 18:44:37 a7acece74701: Pull complete 18:44:37 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:44:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:44:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 18:44:37 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:44:37 WORKDIR /edgex 18:44:37 COPY go.mod . 18:44:37 RUN go mod download 18:44:37 + docker build -t ci-base-image-x86_64 -f - . 18:44:38 Sending build context to Docker daemon 170.1MB 18:44:38 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:44:38 ---> db6d94c90886 18:44:38 Step 2/4 : WORKDIR /edgex 18:44:43 Still waiting to schedule task 18:44:43 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:44:44 ---> Running in 953200593b5c 18:44:44 Removing intermediate container 953200593b5c 18:44:44 ---> 2bf721c76eaa 18:44:44 Step 3/4 : COPY go.mod . 18:44:44 ---> 55b38d5a63eb 18:44:44 Step 4/4 : RUN go mod download 18:44:44 ---> Running in 3135a10e8952 18:45:02 Removing intermediate container 3135a10e8952 18:45:02 ---> 2db913a60458 18:45:02 Successfully built 2db913a60458 18:45:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:45:03 + docker inspect -f . ci-base-image-x86_64 18:45:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:45:03 prd-ubuntu20.04-docker-8c-8g-3826 does not seem to be running inside a container 18:45:03 $ 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 18:45:04 $ docker top a8178bc01e55a954069dd89a4bb7cc326e0d43d0da439474d906efd96321c1ee -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:04 + go version 18:45:04 go version go1.18.7 linux/amd64 [Pipeline] } 18:45:04 $ docker stop --time=1 a8178bc01e55a954069dd89a4bb7cc326e0d43d0da439474d906efd96321c1ee 18:45:05 $ docker rm -f --volumes a8178bc01e55a954069dd89a4bb7cc326e0d43d0da439474d906efd96321c1ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:45:06 + docker inspect -f . ci-base-image-x86_64 18:45:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:45:06 prd-ubuntu20.04-docker-8c-8g-3826 does not seem to be running inside a container 18:45:06 $ 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 18:45:07 $ docker top e5551957ba507fbad5adcef1d480167fccadf883813061885d88cc967f73b2e8 -eo pid,comm [Pipeline] { [Pipeline] echo 18:45:07 ========================================================= 18:45:07 [edgeXBuildGoParallel] Running Tests and Build... 18:45:07 ========================================================= [Pipeline] sh 18:45:07 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 18:45:07 + make test 18:45:07 go test -race -coverprofile=coverage.out ./... 18:45:14 ? github.com/edgexfoundry/edgex-go [no test files] 18:45:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:45:26 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 18:45:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:45:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:45:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:45:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:45:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:45:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:45:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:45:27 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 18:45:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:45:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:45:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:45:27 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:45:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.055s coverage: 28.7% of statements 18:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:45:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.094s coverage: 98.5% of statements 18:45:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.113s coverage: 43.1% of statements 18:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 18:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 18:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:45:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 54.0% of statements 18:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:45:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.770s coverage: 89.2% of statements 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:45:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.109s coverage: 2.4% of statements 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:45:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.534s coverage: 95.6% of statements 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 18:45:32 ok github.com/edgexfoundry/edgex-go/internal/io 0.087s coverage: 72.2% of statements 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:45:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 65.9% of statements 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:45:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.070s coverage: 0.9% of statements 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:45:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.080s coverage: 29.6% of statements 18:45:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:45:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements 18:45:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements 18:45:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements 18:45:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 18:45:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements 18:45:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements 18:45:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements 18:45:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.279s coverage: 79.9% of statements 18:45:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.127s coverage: 92.9% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.049s coverage: 65.1% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.071s coverage: 86.9% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 77.4% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.0% of statements 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.253s coverage: 91.2% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 64.7% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.137s coverage: 100.0% of statements 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.323s coverage: 65.3% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.169s coverage: 41.8% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.089s coverage: 17.7% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.154s coverage: 92.3% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:45:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.095s coverage: 97.7% of statements 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:45:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:45:51 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 18:46:09 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." 18:46:09 go vet ./... 18:46:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:46:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:46:12 ./bin/test-attribution-txt.sh [Pipeline] echo 18:46:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 18:46:12 + ls -al . 18:46:12 total 748 18:46:12 drwxrwxr-x 11 1001 1001 4096 Jan 27 18:45 . 18:46:12 drwxr-xr-x 4 root root 4096 Jan 27 18:45 .. 18:46:12 drwxrwxr-x 2 1001 1001 4096 Jan 27 18:43 .blubracket 18:46:12 -rw-rw-r-- 1 1001 1001 16 Jan 27 18:43 .dockerignore 18:46:12 drwxrwxr-x 8 1001 1001 4096 Jan 27 18:45 .git 18:46:12 drwxrwxr-x 3 1001 1001 4096 Jan 27 18:43 .github 18:46:12 -rw-rw-r-- 1 1001 1001 1024 Jan 27 18:43 .gitignore 18:46:12 -rw-rw-r-- 1 1001 1001 42 Jan 27 18:43 .golangci.yml 18:46:12 -rw-rw-r-- 1 1001 1001 87 Jan 27 18:43 .hadolint.yml 18:46:12 drwxr-xr-x 3 1001 1001 4096 Jan 27 18:44 .semver 18:46:12 -rw-rw-r-- 1 1001 1001 166 Jan 27 18:43 .sonarcloud.properties 18:46:12 -rw-rw-r-- 1 1001 1001 1171 Jan 27 18:43 ADOPTERS.md 18:46:12 -rw-rw-r-- 1 1001 1001 10825 Jan 27 18:43 Attribution.txt 18:46:12 -rw-rw-r-- 1 1001 1001 73765 Jan 27 18:43 CHANGELOG.md 18:46:12 -rw-rw-r-- 1 1001 1001 3804 Jan 27 18:43 CONTRIBUTING.md 18:46:12 -rw-rw-r-- 1 1001 1001 677 Jan 27 18:43 GOVERNANCE.md 18:46:12 -rw-rw-r-- 1 1001 1001 850 Jan 27 18:43 Jenkinsfile 18:46:12 -rw-rw-r-- 1 1001 1001 10775 Jan 27 18:43 LICENSE 18:46:12 -rw-rw-r-- 1 1001 1001 13388 Jan 27 18:43 Makefile 18:46:12 -rw-rw-r-- 1 1001 1001 582 Jan 27 18:43 OWNERS.md 18:46:12 -rw-rw-r-- 1 1001 1001 9403 Jan 27 18:43 README.md 18:46:12 -rw-rw-r-- 1 1001 1001 6912 Jan 27 18:43 SECURITY.md 18:46:12 -rw-rw-r-- 1 1001 1001 5 Jan 27 18:44 VERSION 18:46:12 drwxrwxr-x 2 1001 1001 4096 Jan 27 18:43 bin 18:46:12 drwxrwxr-x 17 1001 1001 4096 Jan 27 18:43 cmd 18:46:12 -rw-r--r-- 1 root root 488778 Jan 27 18:45 coverage.out 18:46:12 -rw-rw-r-- 1 1001 1001 3365 Jan 27 18:43 go.mod 18:46:12 -rw-rw-r-- 1 1001 1001 34951 Jan 27 18:43 go.sum 18:46:12 drwxrwxr-x 7 1001 1001 4096 Jan 27 18:43 internal 18:46:12 drwxrwxr-x 3 1001 1001 4096 Jan 27 18:43 openapi 18:46:12 drwxrwxr-x 4 1001 1001 4096 Jan 27 18:43 snap 18:46:12 -rw-rw-r-- 1 1001 1001 204 Jan 27 18:43 version.go [Pipeline] sh 18:46:13 + '[' -e coverage.out ] 18:46:13 + chown 1001:1001 coverage.out [Pipeline] stash 18:46:13 Stashed 1 file(s) [Pipeline] sh 18:46:13 + make build 18:46:13 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 18:46:15 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3827 in /w/workspace/edgexfoundry_edgex-go_PR-4311 [Pipeline] { [Pipeline] ws 18:46:15 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 18:46:15 The recommended git tool is: git 18:46:22 using credential edgex-jenkins-ssh 18:46:22 Cloning the remote Git repository 18:46:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:46:23 > git init /w/workspace/edgex-go/1 # timeout=10 18:46:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:46:23 > git --version # timeout=10 18:46:23 > git --version # 'git version 2.25.1' 18:46:23 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:46:25 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:46:26 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 18:46:27 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 18:46:28 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:46:34 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:46:36 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 18:46:37 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 18:46:38 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 18:46:39 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 18:46:40 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 18:46:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:46:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:46:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:46:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:46:40 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4311/head:refs/remotes/origin/PR-4311 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:46:41 Merging remotes/origin/main commit a37026ef060af0a96832afa785f280dce900bb2a into PR head commit af0e451a597ac594dddf90e84177a4b048fc1f81 18:46:41 Merge succeeded, producing ca860fcd9a2a7793813791f898856002f1de296b 18:46:41 Checking out Revision ca860fcd9a2a7793813791f898856002f1de296b (PR-4311) 18:46:42 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 18:46:41 > git config core.sparsecheckout # timeout=10 18:46:41 > git checkout -f af0e451a597ac594dddf90e84177a4b048fc1f81 # timeout=10 18:46:41 > git remote # timeout=10 18:46:41 > git config --get remote.origin.url # timeout=10 18:46:41 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:41 > git merge a37026ef060af0a96832afa785f280dce900bb2a # timeout=10 18:46:41 > git rev-parse HEAD^{commit} # timeout=10 18:46:41 > git config core.sparsecheckout # timeout=10 18:46:41 > git checkout -f ca860fcd9a2a7793813791f898856002f1de296b # timeout=10 [Pipeline] } 18:46:43 $ docker stop --time=1 e5551957ba507fbad5adcef1d480167fccadf883813061885d88cc967f73b2e8 18:46:45 Commit message: "Merge commit 'a37026ef060af0a96832afa785f280dce900bb2a' into HEAD" 18:46:45 First time build. Skipping changelog. 18:46:45 > git --version # timeout=10 18:46:45 > git --version # 'git version 2.25.1' 18:46:45 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:46:50 $ docker rm -f --volumes e5551957ba507fbad5adcef1d480167fccadf883813061885d88cc967f73b2e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 18:46:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:46:51 18:46:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:51 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:46:51 % Total % Received % Xferd Average Speed Time Time Time Current 18:46:51 Dload Upload Total Spent Left Speed 18:46:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 87937 0 --:--:-- --:--:-- --:--:-- 87937 18:46:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:46:51 latest: Pulling from edgex-devops/edgex-compose 18:46:51 cbdbe7a5bc2a: Pulling fs layer 18:46:51 ca9280d653b3: Pulling fs layer 18:46:51 7e9c9ca2126c: Pulling fs layer [Pipeline] sh 18:46:51 cbdbe7a5bc2a: Download complete 18:46:51 cbdbe7a5bc2a: Pull complete 18:46:51 ca9280d653b3: Verifying Checksum 18:46:51 ca9280d653b3: Download complete 18:46:52 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:46:52 ca9280d653b3: Pull complete 18:46:52 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:46:52 + sudo tee /etc/docker/daemon.new 18:46:52 { 18:46:52 "registry-mirrors": [ 18:46:52 "https://nexus3.edgexfoundry.org:10001" 18:46:52 ], 18:46:52 "bip": "10.250.0.254/24", 18:46:52 "hosts": [ 18:46:52 "tcp://0.0.0.0:5555", 18:46:52 "unix:///var/run/docker.sock" 18:46:52 ], 18:46:52 "mtu": 1458, 18:46:52 "selinux-enabled": true, 18:46:52 "seccomp-profile": "/etc/docker/seccomp.json" 18:46:52 } [Pipeline] sh 18:46:52 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:46:53 + sudo service docker restart 18:46:55 7e9c9ca2126c: Pull complete 18:46:55 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:46:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:46:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:46:55 prd-ubuntu20.04-docker-8c-8g-3826 does not seem to be running inside a container 18:46:55 $ 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 18:46:59 $ docker top b1d328b35164be8b9567f89d970aa926eca756a6215f262cc9c314bb4a879aa0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:59 + docker-compose build --help 18:46:59 + grep parallel 18:47:00 --parallel Build images in parallel. [Pipeline] } 18:47:00 $ docker stop --time=1 b1d328b35164be8b9567f89d970aa926eca756a6215f262cc9c314bb4a879aa0 18:47:01 $ docker rm -f --volumes b1d328b35164be8b9567f89d970aa926eca756a6215f262cc9c314bb4a879aa0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:47:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:47:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:47:02 prd-ubuntu20.04-docker-8c-8g-3826 does not seem to be running inside a container 18:47:02 $ 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 18:47:02 $ docker top 7fff0352b447bc95977a55af3643ea7b8d11f0001c6b3561a8321479265363f9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:47:02 + docker-compose -f ./docker-compose-build.yml build --parallel 18:47:03 Building core-command ... 18:47:03 Building core-common-config-bootstrapper ... 18:47:03 Building core-data ... 18:47:03 Building core-metadata ... 18:47:03 Building security-bootstrapper ... 18:47:03 Building security-proxy-setup ... 18:47:03 Building security-secretstore-setup ... 18:47:03 Building security-spiffe-token-provider ... 18:47:03 Building security-spire-agent ... 18:47:03 Building security-spire-config ... 18:47:03 Building security-spire-server ... 18:47:03 Building support-notifications ... 18:47:03 Building support-scheduler ... 18:47:03 Building security-proxy-setup 18:47:03 Building security-spire-config 18:47:03 Building security-spire-agent 18:47:03 Building core-common-config-bootstrapper 18:47:03 Building core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:47:11 provisioning config files... 18:47:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2187213981244033165tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:47:12 ---> docker-login.sh 18:47:12 nexus3.edgexfoundry.org:10001 18:47:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:12 Configure a credential helper to remove this warning. See 18:47:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:12 18:47:12 Login Succeeded 18:47:12 nexus3.edgexfoundry.org:10002 18:47:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:13 Configure a credential helper to remove this warning. See 18:47:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:13 18:47:13 Login Succeeded 18:47:13 nexus3.edgexfoundry.org:10003 18:47:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:13 Configure a credential helper to remove this warning. See 18:47:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:13 18:47:13 Login Succeeded 18:47:13 nexus3.edgexfoundry.org:10004 18:47:13 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:47:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:47:13 ---> 2db913a60458 18:47:13 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:47:13 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:47:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:47:13 ---> 2db913a60458 18:47:13 Step 3/24 : WORKDIR /edgex-go 18:47:13 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:47:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:47:13 ---> 2db913a60458 18:47:13 Step 3/24 : WORKDIR /edgex-go 18:47:13 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:47:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:47:13 ---> 2db913a60458 18:47:13 Step 3/24 : ARG ADD_BUILD_TAGS="" 18:47:13 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:47:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:47:13 ---> 2db913a60458 18:47:13 Step 3/21 : WORKDIR /edgex-go 18:47:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:13 Configure a credential helper to remove this warning. See 18:47:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:13 18:47:13 Login Succeeded 18:47:13 docker.io 18:47:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:14 Configure a credential helper to remove this warning. See 18:47:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:14 18:47:14 Login Succeeded 18:47:14 ---> docker-login.sh ends [Pipeline] } 18:47:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 18:47:14 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 18:47:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:47:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:47:15 ========================================================= 18:47:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:47:15 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:47:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:47:15 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:47:15 9b18e9b68314: Pulling fs layer 18:47:15 35d82f9e3411: Pulling fs layer 18:47:15 e16973657156: Pulling fs layer 18:47:15 fc693d55d65f: Pulling fs layer 18:47:15 7e9fc2657dce: Pulling fs layer 18:47:15 dda99020689f: Pulling fs layer 18:47:15 db1c61fa0a46: Pulling fs layer 18:47:15 891c053d2c06: Pulling fs layer 18:47:15 fc693d55d65f: Waiting 18:47:15 7e9fc2657dce: Waiting 18:47:15 dda99020689f: Waiting 18:47:15 db1c61fa0a46: Waiting 18:47:15 891c053d2c06: Waiting 18:47:15 e16973657156: Download complete 18:47:15 35d82f9e3411: Download complete 18:47:15 7e9fc2657dce: Verifying Checksum 18:47:15 7e9fc2657dce: Download complete 18:47:15 dda99020689f: Verifying Checksum 18:47:15 dda99020689f: Download complete 18:47:15 9b18e9b68314: Verifying Checksum 18:47:15 9b18e9b68314: Download complete 18:47:16 9b18e9b68314: Pull complete 18:47:16 891c053d2c06: Verifying Checksum 18:47:16 891c053d2c06: Download complete 18:47:16 35d82f9e3411: Pull complete 18:47:17 e16973657156: Pull complete 18:47:18 db1c61fa0a46: Verifying Checksum 18:47:18 db1c61fa0a46: Download complete 18:47:18 fc693d55d65f: Verifying Checksum 18:47:18 fc693d55d65f: Download complete 18:47:23 ---> Running in e3b6d1750ba9 18:47:23 ---> Running in c985fdf02dce 18:47:23 ---> Running in 2b2a17e0e48a 18:47:23 ---> Running in 870497393bb7 18:47:23 ---> Running in 6b5a6f15eb52 18:47:23 Removing intermediate container 6b5a6f15eb52 18:47:23 ---> da85ae8cd01c 18:47:23 Step 4/21 : RUN apk add --update --no-cache make git 18:47:23 Removing intermediate container 2b2a17e0e48a 18:47:23 ---> a0519c61f0d6 18:47:23 Step 4/22 : WORKDIR /edgex-go 18:47:23 Removing intermediate container 870497393bb7 18:47:23 ---> 9cb20ebae1d5 18:47:23 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 18:47:23 Removing intermediate container c985fdf02dce 18:47:23 ---> a4eaf4ddc74f 18:47:23 Step 4/24 : WORKDIR /edgex-go 18:47:23 ---> Running in 66928e72edb9 18:47:23 ---> Running in 188974805caa 18:47:23 Removing intermediate container e3b6d1750ba9 18:47:23 ---> 32cf714f477e 18:47:23 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 18:47:23 ---> Running in 0318325f6502 18:47:23 ---> Running in 1bbd32e813ad 18:47:23 ---> Running in eb5bed516870 18:47:23 Removing intermediate container 188974805caa 18:47:23 ---> 43df4e526cd8 18:47:23 Step 5/22 : RUN apk add --update --no-cache make git 18:47:23 ---> Running in f5af4cbe3978 18:47:23 Removing intermediate container 0318325f6502 18:47:23 ---> 3547cb6fee8e 18:47:23 Step 5/24 : RUN apk add --update --no-cache make git 18:47:23 ---> Running in cb950037dd16 18:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:47:23 OK: 211 MiB in 51 packages 18:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:47:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:47:24 OK: 211 MiB in 51 packages 18:47:24 OK: 211 MiB in 51 packages 18:47:24 OK: 211 MiB in 51 packages 18:47:24 OK: 211 MiB in 51 packages 18:47:24 Removing intermediate container 66928e72edb9 18:47:24 ---> d4d066f1f429 18:47:24 Step 5/21 : COPY go.mod vendor* ./ 18:47:24 Removing intermediate container eb5bed516870 18:47:24 ---> 462d6e7c1de5 18:47:24 Step 5/24 : COPY go.mod vendor* ./ 18:47:24 ---> 5222052edb8f 18:47:24 ---> c267c8c6a303 18:47:24 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:47:24 18:47:24 ---> Running in 275a1aabe4a6 18:47:24 ---> Running in 84dfe7512343 18:47:24 Removing intermediate container 1bbd32e813ad 18:47:24 ---> bf3ace279f40 18:47:24 Step 5/24 : COPY go.mod vendor* ./ 18:47:25 Removing intermediate container f5af4cbe3978 18:47:25 ---> da872a5e0c60 18:47:25 Step 6/22 : COPY go.mod vendor* ./ 18:47:25 ---> 1bbe03292289 18:47:25 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:47:25 Removing intermediate container cb950037dd16 18:47:25 ---> 0fae7ff1bf31 18:47:25 Step 6/24 : COPY go.mod vendor* ./ 18:47:25 ---> Running in ab307837e4b9 18:47:25 ---> 3a40b0ffc7b1 18:47:25 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:47:25 ---> Running in 56d5e099da0b 18:47:25 ---> 160f023c4583 18:47:25 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:47:25 ---> Running in a0ce652659e2 18:47:30 fc693d55d65f: Pull complete 18:47:30 7e9fc2657dce: Pull complete 18:47:30 dda99020689f: Pull complete 18:47:36 db1c61fa0a46: Pull complete 18:47:40 891c053d2c06: Pull complete 18:47:40 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:47:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:47:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 18:47:40 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:47:40 WORKDIR /edgex 18:47:40 COPY go.mod . 18:47:40 RUN go mod download 18:47:40 + docker build -t ci-base-image-arm64 -f - . 18:47:41 Sending build context to Docker daemon 3.099MB 18:47:41 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:47:41 ---> f96f9c87975a 18:47:41 Step 2/4 : WORKDIR /edgex 18:47:43 ---> Running in fc2de0452c44 18:47:43 Removing intermediate container fc2de0452c44 18:47:43 ---> 4ff8306a94f5 18:47:43 Step 3/4 : COPY go.mod . 18:47:43 ---> 20f9f9342229 18:47:43 Step 4/4 : RUN go mod download 18:47:43 ---> Running in 7d4c9189464b 18:48:22 Removing intermediate container 7d4c9189464b 18:48:22 ---> c6fe74419192 18:48:22 Successfully built c6fe74419192 18:48:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:48:23 + docker inspect -f . ci-base-image-arm64 18:48:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:48:23 prd-ubuntu20.04-docker-arm64-4c-16g-3827 does not seem to be running inside a container 18:48:23 $ 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 18:48:24 $ docker top 6b63ee280db985c96f9d889ee98e3226e563d73c7d8b4b4a34acb9f8b94aa0a9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:48:25 + go version 18:48:25 go version go1.18.7 linux/arm64 [Pipeline] } 18:48:25 $ docker stop --time=1 6b63ee280db985c96f9d889ee98e3226e563d73c7d8b4b4a34acb9f8b94aa0a9 18:48:27 $ docker rm -f --volumes 6b63ee280db985c96f9d889ee98e3226e563d73c7d8b4b4a34acb9f8b94aa0a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:48:28 + docker inspect -f . ci-base-image-arm64 18:48:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:48:28 prd-ubuntu20.04-docker-arm64-4c-16g-3827 does not seem to be running inside a container 18:48:28 $ 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 18:48:29 $ docker top 69b01c075cbc64561022b2cf3ca32f4037aaf0c6592d0ef331a13c1a877d6bce -eo pid,comm [Pipeline] { [Pipeline] echo 18:48:29 ========================================================= 18:48:29 [edgeXBuildGoParallel] Running Tests and Build... 18:48:29 ========================================================= [Pipeline] sh 18:48:30 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 18:48:31 + make test 18:48:31 go test -race -coverprofile=coverage.out ./... 18:48:46 Removing intermediate container ab307837e4b9 18:48:46 ---> f498730f6315 18:48:46 Step 7/24 : COPY . . 18:48:46 Removing intermediate container 84dfe7512343 18:48:46 ---> e197778059a2 18:48:46 Step 7/21 : COPY . . 18:48:46 Removing intermediate container 56d5e099da0b 18:48:46 ---> eb7db3dc3cca 18:48:46 Step 8/22 : COPY . . 18:48:46 Removing intermediate container 275a1aabe4a6 18:48:46 ---> e006eaa4f8a8 18:48:46 Step 7/24 : COPY . . 18:48:46 Removing intermediate container a0ce652659e2 18:48:46 ---> 8e21dc479979 18:48:46 Step 8/24 : COPY . . 18:49:03 ? github.com/edgexfoundry/edgex-go [no test files] 18:49:13 ---> 633c47b9c486 18:49:13 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ---> 2af1ceaa7eb3 18:49:13 18:49:13 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:49:13 ---> 3c15506994ef 18:49:13 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 18:49:13 ---> d2362a0cdca1 18:49:13 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 18:49:13 ---> a46cd7a217b5 18:49:13 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 18:49:13 ---> Running in 5670936296f2 18:49:13 ---> Running in 61d392a66e49 18:49:13 ---> Running in 3410be30346a 18:49:13 ---> Running in 4ad8b48820c6 18:49:13 ---> Running in d78786003419 18:49:13 Removing intermediate container d78786003419 18:49:13 ---> a2f4a6026348 18:49:13 Step 9/24 : WORKDIR /edgex-go/spire-build 18:49:13 Removing intermediate container 5670936296f2 18:49:13 ---> 1f940a9ed56f 18:49:13 Step 9/24 : WORKDIR /edgex-go/spire-build 18:49:13 ---> Running in 08dc6901c6ca 18:49:13 ---> Running in 73b6b733b68f 18:49:13 Removing intermediate container 08dc6901c6ca 18:49:13 ---> 4e72596ad92e 18:49:13 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:49:13 Removing intermediate container 73b6b733b68f 18:49:13 ---> 76c92cd16fe0 18:49:13 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:49:13 ---> Running in 3ee1a5b96462 18:49:13 ---> Running in b10de23015a9 18:49:13 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 18:49:13 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:49:13 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 18:49:13 Removing intermediate container 3ee1a5b96462 18:49:13 ---> 1b9a0ec274c2 18:49:13 Step 11/24 : WORKDIR /edgex-go 18:49:13 Removing intermediate container b10de23015a9 18:49:13 ---> 7e9965c6161f 18:49:13 Step 11/24 : WORKDIR /edgex-go 18:49:13 ---> Running in 83fa4947707e 18:49:13 ---> Running in eb7bbfd934c3 18:49:13 Removing intermediate container eb7bbfd934c3 18:49:13 ---> 29495cf205cc 18:49:13 18:49:13 Step 12/24 : FROM alpine:3.15 18:49:13 Removing intermediate container 83fa4947707e 18:49:13 ---> d0fbec90b874 18:49:13 18:49:13 Step 12/24 : FROM alpine:3.15 18:49:14 3.15: Pulling from library/alpine 18:49:14 3.15: Pulling from library/alpine 18:49:15 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 18:49:15 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 18:49:15 Status: Downloaded newer image for alpine:3.15 18:49:15 Status: Image is up to date for alpine:3.15 18:49:15 ---> c4fc93816858 18:49:15 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:49:15 ---> c4fc93816858 18:49:15 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:49:17 ---> Running in 80a3307dfdaa 18:49:17 ---> Running in d1c95ca4b3f2 18:49:18 Removing intermediate container 80a3307dfdaa 18:49:18 ---> fdfbc6d63105 18:49:18 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:49:18 Removing intermediate container d1c95ca4b3f2 18:49:18 ---> afef35adc89d 18:49:18 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 18:49:19 ---> Running in c9c0201f94dd 18:49:19 ---> Running in cbee0775cd19 18:49:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:49:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:49:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:49:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:49:20 v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 18:49:20 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 18:49:20 OK: 15859 distinct packages available 18:49:20 v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 18:49:20 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 18:49:20 OK: 15859 distinct packages available 18:49:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:49:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:49:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:49:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:49:20 (1/4) Installing dumb-init (1.2.5-r1) 18:49:20 (2/4) Installing musl-obstack (1.2.3-r0) 18:49:20 (3/4) Installing libucontext (1.1-r0) 18:49:20 (4/4) Installing gcompat (1.0.0-r4) 18:49:20 Executing busybox-1.34.1-r7.trigger 18:49:20 OK: 6 MiB in 18 packages 18:49:20 (1/5) Installing dumb-init (1.2.5-r1) 18:49:20 (2/5) Installing musl-obstack (1.2.3-r0) 18:49:20 (3/5) Installing libucontext (1.1-r0) 18:49:20 (4/5) Installing gcompat (1.0.0-r4) 18:49:20 (5/5) Installing openssl (1.1.1s-r1) 18:49:20 Executing busybox-1.34.1-r7.trigger 18:49:20 OK: 7 MiB in 19 packages 18:49:24 Removing intermediate container cbee0775cd19 18:49:24 ---> ab523caa4d0c 18:49:24 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:49:24 Removing intermediate container c9c0201f94dd 18:49:24 ---> 3f371d97b0d4 18:49:24 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 18:49:36 ---> 51bc8bd38ed4 18:49:36 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:49:37 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 18:49:38 ---> fd66a5a28f76 18:49:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 18:49:41 ---> 5d9dfc4b62c9 18:49:41 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 18:49:41 ---> b2a468f9e2f5 18:49:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:49:41 ---> Running in 197c51c22ed2 18:49:41 Removing intermediate container 197c51c22ed2 18:49:41 ---> 4c269d8fd9a1 18:49:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 18:49:42 ---> 21d0cb4d209f 18:49:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:49:42 ---> a4fe4f08d925 18:49:42 Step 19/24 : WORKDIR / 18:49:42 ---> Running in 1b8ba4e6417f 18:49:46 ---> 57647dbbc806 18:49:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:49:46 Removing intermediate container 3410be30346a 18:49:46 ---> e87fa30ed58c 18:49:46 18:49:46 Step 10/22 : FROM alpine:3.16 18:49:46 Removing intermediate container 61d392a66e49 18:49:46 ---> aaf13ccd387c 18:49:46 18:49:46 Step 9/21 : FROM alpine:3.16 18:49:46 Removing intermediate container 1b8ba4e6417f 18:49:46 ---> 6c6d732037ea 18:49:46 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:49:46 Removing intermediate container 4ad8b48820c6 18:49:46 ---> 53741edea9a5 18:49:46 18:49:46 Step 10/24 : FROM alpine:3.16 18:49:46 ---> Running in bc76a7558b86 18:49:46 ---> d6da16f06f39 18:49:46 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:49:46 ---> Running in 05c845b2fab3 18:49:46 Removing intermediate container bc76a7558b86 18:49:46 ---> d80ef46257f1 18:49:46 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:49:46 ---> Running in 88073ee9b1c6 18:49:46 Removing intermediate container 05c845b2fab3 18:49:46 ---> 71d6d5a8d232 18:49:46 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:49:46 ---> Running in f42debebdcad 18:49:46 Removing intermediate container 88073ee9b1c6 18:49:46 ---> fcc82a67954c 18:49:46 Step 22/24 : LABEL arch=x86_64 18:49:46 ---> Running in 376d06d92cae 18:49:46 Removing intermediate container f42debebdcad 18:49:46 ---> 82db28c0cf63 18:49:46 Step 22/24 : LABEL arch=x86_64 18:49:46 ---> Running in 507661bded56 18:49:46 Removing intermediate container 376d06d92cae 18:49:46 ---> b82206ff44da 18:49:46 Step 23/24 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:49:46 ---> Running in 59a765885835 18:49:46 Removing intermediate container 507661bded56 18:49:46 ---> 801e4e15e00e 18:49:46 Step 23/24 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:49:46 ---> Running in 467afb7db656 18:49:46 Removing intermediate container 59a765885835 18:49:46 ---> 7799ca862e75 18:49:46 Step 24/24 : LABEL version=0.0.0 18:49:46 ---> Running in 44914c10b775 18:49:46 Removing intermediate container 467afb7db656 18:49:46 ---> 92ea9683f1c4 18:49:46 Step 24/24 : LABEL version=0.0.0 18:49:46 ---> Running in 226ee62344c3 18:49:46 Removing intermediate container 44914c10b775 18:49:46 ---> 5efc694eae71 18:49:46 18:49:46 Successfully built 5efc694eae71 18:49:46 Successfully tagged security-spire-config:latest 18:49:46 Building core-command 18:49:46  Building security-spire-config ... done Removing intermediate container 226ee62344c3 18:49:46 ---> a2421df50fea 18:49:46 18:49:46 Successfully built a2421df50fea 18:49:47 Successfully tagged security-spire-agent:latest 18:49:47  Building security-spire-agent ... done Building support-scheduler 18:49:47 3.16: Pulling from library/alpine 18:49:48 3.16: Pulling from library/alpine 18:49:48 3.16: Pulling from library/alpine 18:49:48 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 18:49:48 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 18:49:48 Status: Downloaded newer image for alpine:3.16 18:49:48 Status: Image is up to date for alpine:3.16 18:49:48 ---> bfe296a52501 18:49:48 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 18:49:48 ---> bfe296a52501 18:49:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:49:48 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 18:49:48 Status: Image is up to date for alpine:3.16 18:49:50 ---> bfe296a52501 18:49:50 Step 11/24 : RUN apk add --update --no-cache dumb-init 18:49:51 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:49:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:49:51 ---> 2db913a60458 18:49:51 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:49:51 ---> Using cache 18:49:51 ---> a4eaf4ddc74f 18:49:51 Step 4/22 : WORKDIR /edgex-go 18:49:51 ---> Using cache 18:49:51 ---> 3547cb6fee8e 18:49:51 Step 5/22 : RUN apk add --update --no-cache make git 18:49:51 ---> Using cache 18:49:51 ---> 0fae7ff1bf31 18:49:51 Step 6/22 : COPY go.mod vendor* ./ 18:49:51 ---> Using cache 18:49:51 ---> 160f023c4583 18:49:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:49:51 ---> Using cache 18:49:51 ---> 8e21dc479979 18:49:51 Step 8/22 : COPY . . 18:49:51 ---> Using cache 18:49:51 ---> a46cd7a217b5 18:49:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:49:54 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:49:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:49:54 ---> 2db913a60458 18:49:54 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:49:54 ---> Using cache 18:49:54 ---> a4eaf4ddc74f 18:49:54 Step 4/23 : WORKDIR /edgex-go 18:49:54 ---> Using cache 18:49:54 ---> 3547cb6fee8e 18:49:54 Step 5/23 : RUN apk add --update --no-cache make git 18:49:54 ---> Using cache 18:49:54 ---> 0fae7ff1bf31 18:49:54 Step 6/23 : COPY go.mod vendor* ./ 18:49:54 ---> Using cache 18:49:54 ---> 160f023c4583 18:49:54 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:49:54 ---> Using cache 18:49:54 ---> 8e21dc479979 18:49:54 Step 8/23 : COPY . . 18:49:54 ---> Using cache 18:49:54 ---> a46cd7a217b5 18:49:54 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 18:49:57 ---> Running in 5e9e04db2e6b 18:49:57 ---> Running in e25ff69a1124 18:49:57 ---> Running in 6b24678cf43d 18:49:57 ---> Running in f722632562da 18:49:57 ---> Running in bb02a20de8ed 18:49:57 Removing intermediate container f722632562da 18:49:57 ---> 6410918c2c7c 18:49:57 Step 12/22 : RUN apk add --update --no-cache dumb-init 18:49:57 ---> Running in 0e74fa74e19d 18:49:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:49:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:49:57 (1/1) Installing dumb-init (1.2.5-r1) 18:49:57 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:49:57 Executing busybox-1.35.0-r17.trigger 18:49:57 OK: 6 MiB in 15 packages 18:49:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 18:49:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:49:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:49:58 (1/6) Installing ca-certificates (20220614-r0) 18:49:58 (2/6) Installing brotli-libs (1.0.9-r6) 18:49:58 (3/6) Installing nghttp2-libs (1.47.0-r0) 18:49:58 (4/6) Installing libcurl (7.83.1-r5) 18:49:58 (5/6) Installing curl (7.83.1-r5) 18:49:58 (6/6) Installing dumb-init (1.2.5-r1) 18:49:58 Executing busybox-1.35.0-r17.trigger 18:49:58 Executing ca-certificates-20220614-r0.trigger 18:49:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:49:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:49:58 OK: 8 MiB in 20 packages 18:49:59 (1/1) Installing dumb-init (1.2.5-r1) 18:49:59 Executing busybox-1.35.0-r17.trigger 18:49:59 OK: 6 MiB in 15 packages 18:49:59 Removing intermediate container 5e9e04db2e6b 18:49:59 ---> 619e5161bb12 18:49:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:49:59 ---> Running in 4cd098be7bb6 18:50:00 Removing intermediate container 4cd098be7bb6 18:50:00 ---> 687495c074bd 18:50:00 Step 13/24 : ENV APP_PORT=59881 18:50:00 Removing intermediate container 0e74fa74e19d 18:50:00 ---> c9a20078da0d 18:50:00 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:50:00 ---> Running in 185097d8befd 18:50:00 Removing intermediate container bb02a20de8ed 18:50:00 ---> 62d055d720a9 18:50:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:50:00 ---> Running in be164a6b7747 18:50:00 Removing intermediate container 185097d8befd 18:50:00 ---> 29fb5136dae7 18:50:00 Step 14/24 : EXPOSE $APP_PORT 18:50:00 ---> 1a22deb6bcc7 18:50:00 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 18:50:00 ---> Running in 690ed77a7fb6 18:50:01 Removing intermediate container 690ed77a7fb6 18:50:01 ---> 48edb4bb8831 18:50:01 Step 15/24 : WORKDIR / 18:50:01 Removing intermediate container be164a6b7747 18:50:01 ---> dca373984c0a 18:50:01 Step 12/21 : WORKDIR /edgex 18:50:01 ---> 386984e8cd02 18:50:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 18:50:01 ---> Running in 78834fc2ad7d 18:50:01 ---> Running in afd1df7ebdb8 18:50:01 Removing intermediate container 78834fc2ad7d 18:50:02 ---> 57e302947f74 18:50:02 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:50:02 Removing intermediate container afd1df7ebdb8 18:50:02 ---> f7b52eaa4d61 18:50:02 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:50:02 ---> 3a5d855aa6b0 18:50:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 18:50:03 ---> 9e052a3d7302 18:50:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:50:04 ---> e5c1d58ef19f 18:50:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:50:04 ---> 1253073ac09f 18:50:04 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:50:05 ---> Running in 97042fb7b775 18:50:05 ---> 4db0a1078e08 18:50:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:50:05 ---> 97391b7ebb01 18:50:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:50:05 ---> dc191e2de25f 18:50:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 18:50:07 ---> c6e4e9765fd2 18:50:07 Step 20/24 : ENTRYPOINT ["/core-metadata"] 18:50:07 ---> a05cdb9c430e 18:50:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:50:07 ---> Running in b5702fb936d8 18:50:07 Removing intermediate container b5702fb936d8 18:50:07 ---> 2cd5e5cff3f2 18:50:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:50:08 ---> 84c420ddfa8b 18:50:08 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:50:08 ---> Running in 97d2c0e4ab99 18:50:08 Removing intermediate container 97042fb7b775 18:50:08 ---> bd2e803a6c5d 18:50:08 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 18:50:09 ---> Running in 68a76e7e9873 18:50:09 ---> Running in f63617926ebb 18:50:09 Removing intermediate container 97d2c0e4ab99 18:50:09 ---> 17b80942c84f 18:50:09 Step 22/24 : LABEL arch=x86_64 18:50:09 ---> Running in 001e6146a30a 18:50:10 Removing intermediate container f63617926ebb 18:50:10 ---> d5ffaf88e1f7 18:50:10 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 18:50:10 Removing intermediate container 001e6146a30a 18:50:10 ---> a50647c32816 18:50:10 Step 23/24 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:50:10 ---> Running in d3b3c2ae7478 18:50:11 ---> Running in 865d2a31a098 18:50:11 Removing intermediate container d3b3c2ae7478 18:50:11 ---> bf788ad5c9d6 18:50:11 Step 20/22 : LABEL arch=x86_64 18:50:11 Removing intermediate container 865d2a31a098 18:50:11 ---> d640e5448e9f 18:50:11 Step 24/24 : LABEL version=0.0.0 18:50:11 ---> Running in e8afaecc9b7e 18:50:11 ---> Running in c167837eb6e4 18:50:11 Removing intermediate container 68a76e7e9873 18:50:11 ---> 44ca00a76280 18:50:11 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 18:50:12 ---> Running in 86c1d20db32c 18:50:12 Removing intermediate container c167837eb6e4 18:50:12 ---> 8d13ea4c8329 18:50:12 18:50:12 Removing intermediate container e8afaecc9b7e 18:50:12 ---> a95ab71105d7 18:50:12 Step 21/22 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:50:12 Successfully built 8d13ea4c8329 18:50:12 Successfully tagged core-metadata:latest 18:50:12  Building core-metadata ... done Building security-secretstore-setup 18:50:12 ---> Running in 7809b5eb5e5b 18:50:12 Removing intermediate container 86c1d20db32c 18:50:12 ---> cecbe92ce51e 18:50:12 Step 19/21 : LABEL arch=x86_64 18:50:13 ---> Running in 86e8fa06f89b 18:50:17 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:50:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:50:17 ---> 2db913a60458 18:50:17 Step 3/24 : WORKDIR /edgex-go 18:50:17 ---> Using cache 18:50:17 ---> 32cf714f477e 18:50:17 Step 4/24 : RUN apk add --update --no-cache make git 18:50:25 Removing intermediate container 7809b5eb5e5b 18:50:25 ---> b4dc573f912f 18:50:25 Step 22/22 : LABEL version=0.0.0 18:50:25 ---> Running in 2e659843827f 18:50:25 Removing intermediate container 86e8fa06f89b 18:50:25 ---> 2f814cc84ce8 18:50:25 Step 20/21 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:50:25 ---> Running in eed6f49cf780 18:50:25 ---> Running in aa9ee4b93011 18:50:25 Removing intermediate container eed6f49cf780 18:50:25 ---> 2449c6625f97 18:50:25 18:50:26 Successfully built 2449c6625f97 18:50:26 Successfully tagged core-common-config-bootstrapper:latest 18:50:26 Building core-data 18:50:26  Building core-common-config-bootstrapper ... done Removing intermediate container aa9ee4b93011 18:50:26 ---> 2cad9ebe5b06 18:50:26 Step 21/21 : LABEL version=0.0.0 18:50:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:50:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:50:27 OK: 211 MiB in 51 packages 18:50:29 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:50:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:50:29 ---> 2db913a60458 18:50:29 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:50:29 ---> Using cache 18:50:29 ---> a4eaf4ddc74f 18:50:29 Step 4/22 : WORKDIR /edgex-go 18:50:29 ---> Using cache 18:50:29 ---> 3547cb6fee8e 18:50:29 Step 5/22 : RUN apk add --update --no-cache make git 18:50:29 ---> Using cache 18:50:29 ---> 0fae7ff1bf31 18:50:29 Step 6/22 : COPY go.mod vendor* ./ 18:50:29 ---> Using cache 18:50:29 ---> 160f023c4583 18:50:29 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:50:29 ---> Using cache 18:50:29 ---> 8e21dc479979 18:50:29 Step 8/22 : COPY . . 18:50:29 ---> Using cache 18:50:29 ---> a46cd7a217b5 18:50:29 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 18:50:35 ---> Running in 3ae621be0145 18:50:35 ---> Running in d35560f409a3 18:50:35 Removing intermediate container 3ae621be0145 18:50:35 ---> 106f05bc362f 18:50:35 18:50:35 Removing intermediate container 2e659843827f 18:50:35 ---> 21363c95f4c0 18:50:35 Step 5/24 : COPY go.mod vendor* ./ 18:50:35 Removing intermediate container e25ff69a1124 18:50:35 ---> ecafe840a8ee 18:50:35 18:50:35 Step 10/22 : FROM alpine:3.16 18:50:35 ---> bfe296a52501 18:50:35 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:50:35 ---> Using cache 18:50:35 ---> 619e5161bb12 18:50:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:50:35 ---> Using cache 18:50:35 ---> 687495c074bd 18:50:35 Step 13/22 : ENV APP_PORT=59861 18:50:35 Successfully built 106f05bc362f 18:50:35 Removing intermediate container 6b24678cf43d 18:50:35 ---> 7f0d026058c3 18:50:35 18:50:35 Step 10/23 : FROM alpine:3.16 18:50:35 Successfully tagged security-proxy-setup:latest 18:50:35 ---> bfe296a52501 18:50:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:50:35 Building support-notifications 18:50:35  Building security-proxy-setup ... done  ---> Using cache 18:50:35 ---> 619e5161bb12 18:50:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:50:35 ---> Using cache 18:50:35 ---> 687495c074bd 18:50:35 Step 13/23 : ENV APP_PORT=59882 18:50:35 ---> Running in 40b5af720545 18:50:35 ---> Running in 63af8903e7a4 18:50:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 18:50:40 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:50:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:50:42 ---> 2db913a60458 18:50:42 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:50:46 ---> Using cache 18:50:46 ---> a4eaf4ddc74f 18:50:46 Step 4/22 : WORKDIR /edgex-go 18:50:46 ---> Using cache 18:50:46 ---> 3547cb6fee8e 18:50:46 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:50:46 Removing intermediate container 40b5af720545 18:50:46 ---> e8005fb70d70 18:50:46 ---> 8a8139ceebb6 18:50:46 Step 14/22 : EXPOSE $APP_PORTStep 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:50:46 18:50:46 Removing intermediate container 63af8903e7a4 18:50:46 ---> f6640e09b742 18:50:46 Step 14/23 : EXPOSE $APP_PORT 18:50:46 ---> Running in 8b5793a7b300 18:50:46 ---> Running in 21303799b223 18:50:46 ---> Running in 1c578610923b 18:50:46 ---> Running in 1d7c93993a36 18:50:46 Removing intermediate container 1c578610923b 18:50:46 ---> cf4f9fd70f3e 18:50:46 Step 15/23 : WORKDIR / 18:50:47 Removing intermediate container 1d7c93993a36 18:50:47 ---> 23980a7199a8 18:50:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:50:47 ---> Running in fd76cf57144d 18:50:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:50:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:50:47 Removing intermediate container fd76cf57144d 18:50:47 ---> e64ea1ead858 18:50:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:50:47 ---> 4ce71873cfaa 18:50:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:50:47 OK: 211 MiB in 51 packages 18:50:48 ---> 21876ddff663 18:50:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:50:50 ---> fd90c2811cf6 18:50:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:50:50 ---> baa593295e9c 18:50:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:50:50 Removing intermediate container 8b5793a7b300 18:50:50 ---> a2d5d3c5fda8 18:50:50 Step 6/22 : COPY go.mod vendor* ./ 18:50:50 ---> 36613c08c31a 18:50:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:50:50 ---> 64db3b6bbc08 18:50:50 Step 19/23 : ENTRYPOINT ["/core-command"] 18:50:50 ---> Running in 65200937adfe 18:50:50 ---> Running in 90353306cb4b 18:50:50 ---> f280dd388662 18:50:50 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:50:50 Removing intermediate container 65200937adfe 18:50:50 ---> 47d26a37c800 18:50:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:50:50 Removing intermediate container 90353306cb4b 18:50:50 ---> f45ea59a517f 18:50:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:50:50 ---> Running in 985591eb0a4d 18:50:50 ---> Running in f3f62409cf6e 18:50:50 ---> Running in 17efaadc95d2 18:50:50 Removing intermediate container 17efaadc95d2 18:50:50 ---> b6a32aa04d22 18:50:50 Step 20/22 : LABEL arch=x86_64 18:50:50 Removing intermediate container f3f62409cf6e 18:50:50 ---> 75cb5937ddd7 18:50:50 Step 21/23 : LABEL arch=x86_64 18:50:50 ---> Running in 03683b1717e4 18:50:50 ---> Running in 1c71d3f0d98c 18:50:50 Removing intermediate container 03683b1717e4 18:50:50 ---> 32e86e33fdaf 18:50:50 Step 21/22 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:50:50 ---> Running in e7308d7d0013 18:50:50 Removing intermediate container 1c71d3f0d98c 18:50:50 ---> 24835f628b33 18:50:50 Step 22/23 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:50:50 ---> Running in 1ead02146ce7 18:50:50 Removing intermediate container e7308d7d0013 18:50:50 ---> fe433ad16b96 18:50:50 Step 22/22 : LABEL version=0.0.0 18:50:51 ---> Running in 5755c4f381fc 18:50:51 Removing intermediate container 5755c4f381fc 18:50:51 ---> 52d637fbc7b1 18:50:51 18:50:51 Removing intermediate container 1ead02146ce7 18:50:51 ---> f266c2d2f9f2 18:50:51 Step 23/23 : LABEL version=0.0.0 18:50:51 ---> Running in a7a22c049f56 18:50:51 Successfully built 52d637fbc7b1 18:50:51 Successfully tagged support-scheduler:latest 18:50:51 Building security-bootstrapper 18:50:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:50:55 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 18:50:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:50:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:50:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:50:55  Building support-scheduler ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:50:55 Step 2/32 : FROM ${BUILDER_BASE} AS builder 18:50:55 ---> 2db913a60458 18:50:55 Step 3/32 : WORKDIR /edgex-go 18:50:55 ---> Using cache 18:50:55 ---> 32cf714f477e 18:50:55 Step 4/32 : RUN apk add --update --no-cache make git 18:50:55 ---> Using cache 18:50:55 ---> 21363c95f4c0 18:50:55 Step 5/32 : COPY go.mod vendor* ./ 18:50:55 ---> Using cache 18:50:55 ---> 8a8139ceebb6 18:50:55 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:50:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:50:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:50:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:50:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:50:58 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 18:50:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:50:59 Removing intermediate container a7a22c049f56 18:50:59 ---> 337c8b5e459d 18:50:59 18:50:59 Successfully built 337c8b5e459d 18:50:59 Successfully tagged core-command:latest 18:50:59  Building core-command ... done Building security-spire-server 18:50:59 ---> Running in 03864717ea0f 18:51:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:51:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:51:00 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:51:02 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:51:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:51:02 ---> 2db913a60458 18:51:02 Step 3/23 : WORKDIR /edgex-go 18:51:02 ---> Using cache 18:51:02 ---> 32cf714f477e 18:51:02 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 18:51:02 ---> Using cache 18:51:02 ---> 462d6e7c1de5 18:51:02 Step 5/23 : COPY go.mod vendor* ./ 18:51:02 ---> Using cache 18:51:02 ---> 5222052edb8f 18:51:02 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:51:02 ---> Using cache 18:51:02 ---> e006eaa4f8a8 18:51:02 Step 7/23 : COPY . . 18:51:02 ---> Using cache 18:51:02 ---> 3c15506994ef 18:51:02 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 18:51:02 ---> Using cache 18:51:02 ---> 1f940a9ed56f 18:51:02 Step 9/23 : WORKDIR /edgex-go/spire-build 18:51:02 ---> Using cache 18:51:02 ---> 76c92cd16fe0 18:51:02 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:51:06 ---> Running in c8198325e786 18:51:06 Removing intermediate container d35560f409a3 18:51:06 ---> 42fb0be11ebc 18:51:06 18:51:06 Step 10/22 : FROM alpine:3.16 18:51:06 ---> bfe296a52501 18:51:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:51:06 ---> Running in eee4f7d8682a 18:51:06 Removing intermediate container eee4f7d8682a 18:51:06 ---> ea69ce2d9178 18:51:06 Step 12/22 : ENV APP_PORT=59880 18:51:06 ---> Running in fd2dd0ffbb1d 18:51:06 Removing intermediate container fd2dd0ffbb1d 18:51:06 ---> 5c0341e52606 18:51:06 Step 13/22 : EXPOSE $APP_PORT 18:51:06 ---> Running in 35eb5e636033 18:51:06 Removing intermediate container 35eb5e636033 18:51:06 ---> dce14c9e3722 18:51:06 Step 14/22 : RUN apk add --update --no-cache dumb-init 18:51:06 ---> Running in 867ef1d76f96 18:51:06 Removing intermediate container c8198325e786 18:51:06 ---> efd652b62265 18:51:06 Step 11/23 : WORKDIR /edgex-go 18:51:06 ---> Running in 635f91f5e834 18:51:06 Removing intermediate container 635f91f5e834 18:51:06 ---> 0909135ec210 18:51:06 18:51:06 Step 12/23 : FROM alpine:3.15 18:51:06 ---> c4fc93816858 18:51:06 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:51:06 ---> Using cache 18:51:06 ---> afef35adc89d 18:51:06 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:51:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:51:06 ---> Running in 82142c5ef58f 18:51:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:51:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:51:07 (1/1) Installing dumb-init (1.2.5-r1) 18:51:07 Executing busybox-1.35.0-r17.trigger 18:51:07 OK: 6 MiB in 15 packages 18:51:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:51:07 Removing intermediate container 867ef1d76f96 18:51:07 ---> 90db768af18b 18:51:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:51:07 v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 18:51:07 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 18:51:07 OK: 15859 distinct packages available 18:51:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:51:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:51:08 ---> 7e1bb5830769 18:51:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:51:08 (1/5) Installing dumb-init (1.2.5-r1) 18:51:08 (2/5) Installing musl-obstack (1.2.3-r0) 18:51:08 (3/5) Installing libucontext (1.1-r0) 18:51:08 (4/5) Installing gcompat (1.0.0-r4) 18:51:08 (5/5) Installing openssl (1.1.1s-r1) 18:51:08 Executing busybox-1.34.1-r7.trigger 18:51:08 OK: 7 MiB in 19 packages 18:51:08 ---> b9f4a6be8e9e 18:51:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:51:09 ---> bd8220f2223a 18:51:09 Step 18/22 : ENTRYPOINT ["/core-data"] 18:51:09 ---> Running in 974bc5d2d976 18:51:09 Removing intermediate container 82142c5ef58f 18:51:09 ---> f7beac79eb5a 18:51:09 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:51:11 Removing intermediate container 974bc5d2d976 18:51:11 ---> baf0dd88c10b 18:51:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:51:12 ---> 0cbb3fb8a66f 18:51:12 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:51:12 ---> Running in 61a0caceec83 18:51:12 Removing intermediate container 61a0caceec83 18:51:12 ---> bfe76459cad5 18:51:12 Step 20/22 : LABEL arch=x86_64 18:51:12 ---> 815fbfbc46a8 18:51:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:51:12 ---> Running in 7fc1ac8bf8c2 18:51:14 Removing intermediate container 7fc1ac8bf8c2 18:51:14 ---> d8b586ae5fff 18:51:14 Step 21/22 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.246s coverage: 28.7% of statements 18:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:51:17 ---> 1f3893560e76 18:51:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:51:18 ---> Running in 85ef117eddf6 18:51:22 ---> 7d0b84f7ee7f 18:51:22 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:51:22 Removing intermediate container 85ef117eddf6 18:51:22 ---> eae306cabfc4 18:51:22 Step 22/22 : LABEL version=0.0.0 18:51:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.924s coverage: 98.5% of statements 18:51:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.631s coverage: 43.1% of statements 18:51:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 18:51:23 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 18:51:23 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:51:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.597s coverage: 54.0% of statements 18:51:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:51:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:51:24 ---> Running in 94943e757925 18:51:24 ---> Running in 226624e12f99 18:51:27 Removing intermediate container 226624e12f99 18:51:27 ---> d9abe0c33762 18:51:27 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:51:29 Removing intermediate container 94943e757925 18:51:29 ---> ba0379065dc1 18:51:29 18:51:29 Successfully built ba0379065dc1 18:51:31 Successfully tagged core-data:latest 18:51:31  Building core-data ... done Building security-spiffe-token-provider 18:51:34 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:51:34 Step 2/19 : FROM ${BUILDER_BASE} AS builder 18:51:34 ---> 2db913a60458 18:51:34 Step 3/19 : WORKDIR /edgex-go 18:51:34 ---> Using cache 18:51:34 ---> 32cf714f477e 18:51:34 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 18:51:38 ---> Running in 17a10863254d 18:51:38 ---> Running in 26eef9fe2e21 18:51:38 Removing intermediate container 17a10863254d 18:51:38 ---> 3c0176b00929 18:51:38 Step 21/23 : LABEL arch=x86_64 18:51:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:51:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:51:39 Removing intermediate container 21303799b223 18:51:39 ---> 50f07a17f524 18:51:39 Step 7/24 : COPY . . 18:51:39 Removing intermediate container 985591eb0a4d 18:51:39 ---> bc01d633dbcb 18:51:39 Step 8/22 : COPY . . 18:51:39 v3.16.3-146-gfa07c3b49d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 18:51:39 v3.16.3-147-g6bdfd2ef54 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 18:51:39 OK: 17044 distinct packages available 18:51:39 ---> Running in 488c86a35753 18:51:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:51:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:51:39 OK: 211 MiB in 51 packages 18:51:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 24.283s coverage: 89.2% of statements 18:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 18:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:51:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.722s coverage: 2.4% of statements 18:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:51:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.227s coverage: 95.6% of statements 18:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 18:51:52 ok github.com/edgexfoundry/edgex-go/internal/io 0.371s coverage: 72.2% of statements 18:51:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:51:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:51:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:51:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:51:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:51:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.689s coverage: 65.9% of statements 18:51:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:51:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:51:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:51:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.445s coverage: 0.9% of statements 18:51:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:51:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.398s coverage: 29.6% of statements 18:51:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.395s coverage: 47.1% of statements 18:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.324s coverage: 79.5% of statements 18:51:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.434s coverage: 94.1% of statements 18:51:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.254s coverage: 96.3% of statements 18:51:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.220s coverage: 87.5% of statements 18:51:58 Removing intermediate container 488c86a35753 18:51:58 ---> 61992cbf10d0 18:51:58 Step 22/23 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:51:58 ---> b4f2001800c6 18:51:58 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:51:58 ---> Running in 332e87f93643 18:51:58 ---> 89ad151ca638 18:51:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:51:58 ---> Running in a0268ba79895 18:51:58 ---> Running in 4a6a4efe77de 18:51:58 Removing intermediate container 332e87f93643 18:51:58 ---> c1267901e938 18:51:58 Step 23/23 : LABEL version=0.0.0 18:51:58 Removing intermediate container 26eef9fe2e21 18:51:58 ---> cdb0e3041ca3 18:51:58 Step 5/19 : COPY go.mod vendor* ./ 18:51:58 ---> Running in 38f5c728b1d2 18:51:58 Removing intermediate container 38f5c728b1d2 18:51:58 ---> df3618edf2d3 18:51:58 18:51:58 ---> a8c35acb8a1a 18:51:58 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:51:58 ---> Running in f7ec40fd0592 18:51:58 Successfully built df3618edf2d3 18:51:58 Successfully tagged security-spire-server:latest 18:51:58  Building security-spire-server ... done 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 18:51:58 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:51:58 Removing intermediate container 03864717ea0f 18:51:58 ---> c8da95366be1 18:51:58 Step 7/32 : COPY . . 18:52:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.243s coverage: 94.4% of statements 18:52:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.252s coverage: 44.8% of statements 18:52:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.900s coverage: 79.9% of statements 18:52:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:52:16 ---> 85a02dcf2726 18:52:16 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:52:16 ---> Running in a825b0ed98c5 18:52:16 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 18:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.317s coverage: 92.9% of statements 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.090s coverage: 65.1% of statements 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 18:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.261s coverage: 86.9% of statements 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.222s coverage: 87.2% of statements 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.218s coverage: 100.0% of statements 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.268s coverage: 77.4% of statements 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.275s coverage: 80.0% of statements 18:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.229s coverage: 87.2% of statements 18:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.816s coverage: 91.2% of statements 18:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.030s coverage: 64.7% of statements 18:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.261s coverage: 100.0% of statements 18:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 89.4% of statements 18:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 18:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements 18:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.096s coverage: 100.0% of statements 18:52:28 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 18:52:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.290s coverage: 65.3% of statements 18:52:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:52:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:52:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:52:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.824s coverage: 41.8% of statements 18:52:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:52:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:52:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.319s coverage: 89.5% of statements 18:52:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:52:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.248s coverage: 84.8% of statements 18:52:33 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 18:52:33 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 18:52:33 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 18:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:52:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.405s coverage: 17.7% of statements 18:52:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:52:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:52:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:52:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:52:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.673s coverage: 92.3% of statements 18:52:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:52:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:52:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:52:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:52:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.276s coverage: 63.2% of statements 18:52:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:52:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:52:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.507s coverage: 97.7% of statements 18:52:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:52:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:52:41 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 18:52:41 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:52:41 go vet ./... 18:52:50 Removing intermediate container a0268ba79895 18:52:50 ---> 87aaaa63c0ad 18:52:50 18:52:50 Step 9/24 : FROM alpine:3.16 18:52:50 ---> bfe296a52501 18:52:50 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:52:50 ---> Running in 3fc95310d68c 18:52:50 Removing intermediate container 4a6a4efe77de 18:52:50 ---> eba12f309842 18:52:50 18:52:50 Step 10/22 : FROM alpine:3.16 18:52:50 ---> bfe296a52501 18:52:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:52:50 ---> Running in 78e7bf816281 18:52:50 Removing intermediate container f7ec40fd0592 18:52:50 ---> 8e82c92072fe 18:52:50 Step 7/19 : COPY . . 18:52:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:52:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:52:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:52:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:52:50 (1/3) Installing ca-certificates (20220614-r0) 18:52:50 (2/3) Installing dumb-init (1.2.5-r1) 18:52:50 (3/3) Installing su-exec (0.2-r1) 18:52:50 Executing busybox-1.35.0-r17.trigger 18:52:50 Executing ca-certificates-20220614-r0.trigger 18:52:50 (1/2) Installing ca-certificates (20220614-r0) 18:52:50 (2/2) Installing dumb-init (1.2.5-r1) 18:52:50 Executing busybox-1.35.0-r17.trigger 18:52:50 Executing ca-certificates-20220614-r0.trigger 18:52:50 OK: 6 MiB in 17 packages 18:52:50 OK: 6 MiB in 16 packages 18:52:57 Removing intermediate container a825b0ed98c5 18:52:57 ---> 2e8a62913007 18:52:57 18:52:57 Step 9/32 : FROM alpine:3.16 18:52:57 ---> bfe296a52501 18:52:57 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:52:57 ---> 04648a7d5e11 18:52:57 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 18:52:57 ---> Running in 0943057192e6 18:52:57 ---> Running in fe121d7af4f1 18:52:57 Removing intermediate container 0943057192e6 18:52:57 ---> 930a187a8cd8 18:52:57 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 18:52:57 Removing intermediate container 78e7bf816281 18:52:57 ---> 3c25889b1505 18:52:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:52:57 Removing intermediate container 3fc95310d68c 18:52:57 ---> bffc123dfffb 18:52:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:52:57 ---> Running in 96fe0287b15a 18:52:57 ---> Running in e5630149c87d 18:52:57 ---> Running in 28ee2af643dd 18:52:57 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 18:52:57 Removing intermediate container 28ee2af643dd 18:52:57 ---> 13e9c35ad3a4 18:52:57 Step 13/22 : ENV APP_PORT=59860 18:52:57 Removing intermediate container e5630149c87d 18:52:57 ---> 7fda9f485ea9 18:52:57 Step 12/24 : WORKDIR / 18:52:57 ---> Running in f3ecb5484be9 18:52:57 ---> Running in 2cceba704455 18:52:57 Removing intermediate container f3ecb5484be9 18:52:57 ---> 803badf54797 18:52:57 Step 14/22 : EXPOSE $APP_PORT 18:52:58 ---> Running in 9e9c394aa948 18:52:58 Removing intermediate container 2cceba704455 18:52:58 ---> c791952ab728 18:52:58 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:52:58 Removing intermediate container 9e9c394aa948 18:52:58 ---> 5f6e59f1e6c6 18:52:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:52:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:52:58 ---> 0b3c8e265a02 18:52:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:52:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:52:58 ---> 9a2c4da66260 18:52:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:52:58 ---> 07d92131a7e9 18:52:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:52:58 (1/2) Installing dumb-init (1.2.5-r1) 18:52:58 (2/2) Installing su-exec (0.2-r1) 18:52:58 Executing busybox-1.35.0-r17.trigger 18:52:58 OK: 6 MiB in 16 packages 18:52:59 ---> b09c49400331 18:52:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:52:59 ---> 3e9993d9eb86 18:52:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:52:59 ---> 1760185b0e5b 18:52:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:52:59 Removing intermediate container 96fe0287b15a 18:52:59 ---> 38f383946ffd 18:52:59 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 18:52:59 ---> Running in 8cd883b8a397 18:52:59 ---> a4eb01626e12 18:52:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:52:59 ---> Running in d3e12f13e72e 18:52:59 Removing intermediate container 8cd883b8a397 18:52:59 ---> 4c4c9392cb99 18:52:59 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 18:53:00 ---> Running in 18e0820facfd 18:53:00 Removing intermediate container d3e12f13e72e 18:53:00 ---> d140dcf87d48 18:53:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:53:00 ---> Running in 9fb7dd5bd7e3 18:53:00 Removing intermediate container 18e0820facfd 18:53:00 ---> f7a01831181b 18:53:00 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 18:53:00 ---> f9b63be69352 18:53:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:53:00 Removing intermediate container 9fb7dd5bd7e3 18:53:00 ---> c6350188bdba 18:53:00 Step 20/22 : LABEL arch=x86_64 18:53:00 ---> Running in 412f8838134b 18:53:00 ---> Running in 8964f5a7ac2b 18:53:00 Removing intermediate container 412f8838134b 18:53:00 ---> e027ec5415f9 18:53:00 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 18:53:00 Removing intermediate container 8964f5a7ac2b 18:53:00 ---> cbcbae83a1e4 18:53:00 Step 21/22 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:53:00 ---> Running in 337b09d36d1c 18:53:00 ---> Running in 438d34b540ed 18:53:01 Removing intermediate container 337b09d36d1c 18:53:01 ---> 3defcc776815 18:53:01 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR}Removing intermediate container 438d34b540ed 18:53:01 18:53:01 ---> e363ce98aad6 18:53:01 Step 22/22 : LABEL version=0.0.0 18:53:01 ---> 3b17cdddc234 18:53:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:53:01 ---> Running in d8192f840ab8 18:53:01 ---> Running in d5f3bcacc769 18:53:01 Removing intermediate container d8192f840ab8 18:53:01 ---> 448b40ae1951 18:53:01 18:53:01 ---> b9a09a4a7074 18:53:01 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:53:01 ---> Running in a659d6a24fcb 18:53:01 Successfully built 448b40ae1951 18:53:01 Successfully tagged support-notifications:latest 18:53:02  Building support-notifications ... done Removing intermediate container d5f3bcacc769 18:53:02 ---> 2e6051c2c11a 18:53:02 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 18:53:02 ---> Running in da88f70eeba9 18:53:02 Removing intermediate container da88f70eeba9 18:53:02 ---> 39d69730fc6f 18:53:02 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 18:53:03 Removing intermediate container a659d6a24fcb 18:53:03 ---> 146ed96cdd8c 18:53:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:53:03 ---> Running in a3e8911f5d67 18:53:03 ---> b0e5e27f0902 18:53:03 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 18:53:03 ---> Running in 25932a44ffb8 18:53:03 Removing intermediate container a3e8911f5d67 18:53:03 ---> 9e4a8e7b2d28 18:53:03 Step 22/24 : LABEL arch=x86_64 18:53:03 ---> Running in 573735ebdee9 18:53:03 Removing intermediate container 573735ebdee9 18:53:03 ---> 54aab0231ca4 18:53:03 Step 23/24 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:53:03 ---> Running in 48370f5cebe5 18:53:03 Removing intermediate container 48370f5cebe5 18:53:03 ---> e4fdd719fb87 18:53:03 Step 24/24 : LABEL version=0.0.0 18:53:03 ---> Running in cf8ce5eba564 18:53:03 Removing intermediate container cf8ce5eba564 18:53:03 ---> b3503d77648b 18:53:03 18:53:03 Successfully built b3503d77648b 18:53:03 Successfully tagged security-secretstore-setup:latest 18:53:04  Building security-secretstore-setup ... done Removing intermediate container 25932a44ffb8 18:53:04 ---> d41773df4c61 18:53:04 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 18:53:05 ---> e653c8bfeb7f 18:53:05 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:53:06 ---> 404e0ffa1ed7 18:53:06 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:53:07 ---> f0646e99119c 18:53:07 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:53:07 ---> 33b43bafa0dc 18:53:07 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 18:53:07 ---> 3bc3e7c0e067 18:53:07 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 18:53:08 ---> 46f0ff13314e 18:53:08 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:53:08 ---> ffaf0afa4044 18:53:08 Step 27/32 : RUN chmod +x /entrypoint.sh 18:53:08 ---> Running in 652dcd03bc4b 18:53:09 Removing intermediate container 652dcd03bc4b 18:53:09 ---> aa100ff990bf 18:53:09 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 18:53:09 ---> Running in 2f75d36512d0 18:53:09 Removing intermediate container 2f75d36512d0 18:53:09 ---> 9c5841089305 18:53:09 Step 29/32 : CMD ["gate"] 18:53:09 ---> Running in 80dfe9ff49b6 18:53:09 Removing intermediate container 80dfe9ff49b6 18:53:09 ---> bc55df2c1521 18:53:09 Step 30/32 : LABEL arch=x86_64 18:53:09 ---> Running in acf8ea3dd82b 18:53:10 Removing intermediate container acf8ea3dd82b 18:53:10 ---> b2b2813e61bc 18:53:10 Step 31/32 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:53:10 ---> Running in 34e4b4119d2c 18:53:10 Removing intermediate container 34e4b4119d2c 18:53:10 ---> 9fbaac5f072d 18:53:10 Step 32/32 : LABEL version=0.0.0 18:53:10 ---> Running in f8ced1e6b1f6 18:53:10 Removing intermediate container f8ced1e6b1f6 18:53:10 ---> 5bdf23744a8b 18:53:10 18:53:10 Successfully built 5bdf23744a8b 18:53:10 Successfully tagged security-bootstrapper:latest 18:53:18  Building security-bootstrapper ... done Removing intermediate container fe121d7af4f1 18:53:18 ---> 982624c146a7 18:53:18 18:53:18 Step 9/19 : FROM alpine:3.15 18:53:18 ---> c4fc93816858 18:53:18 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:53:18 ---> Using cache 18:53:18 ---> afef35adc89d 18:53:18 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:53:18 ---> Running in 43bf8a6b1ed5 18:53:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:53:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:53:18 v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 18:53:18 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 18:53:18 OK: 15859 distinct packages available 18:53:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:53:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:53:18 (1/9) Installing ca-certificates (20220614-r0) 18:53:19 (2/9) Installing brotli-libs (1.0.9-r5) 18:53:19 (3/9) Installing nghttp2-libs (1.46.0-r0) 18:53:19 (4/9) Installing libcurl (7.80.0-r5) 18:53:19 (5/9) Installing curl (7.80.0-r5) 18:53:19 (6/9) Installing dumb-init (1.2.5-r1) 18:53:19 (7/9) Installing musl-obstack (1.2.3-r0) 18:53:19 (8/9) Installing libucontext (1.1-r0) 18:53:19 (9/9) Installing gcompat (1.0.0-r4) 18:53:19 Executing busybox-1.34.1-r7.trigger 18:53:19 Executing ca-certificates-20220614-r0.trigger 18:53:19 OK: 8 MiB in 23 packages 18:53:19 Removing intermediate container 43bf8a6b1ed5 18:53:19 ---> 67b1c62ba86b 18:53:19 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 18:53:20 ---> 806ec8390fb2 18:53:20 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:53:20 ---> 3be9ab255072 18:53:20 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 18:53:20 ---> 31758cd68126 18:53:20 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 18:53:20 ---> Running in cc74a0283582 18:53:20 Removing intermediate container cc74a0283582 18:53:20 ---> dcb2d1b44b91 18:53:20 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:53:21 ---> Running in 5239c9018b84 18:53:21 Removing intermediate container 5239c9018b84 18:53:21 ---> b8afe72097f8 18:53:21 Step 17/19 : LABEL arch=x86_64 18:53:21 ---> Running in a1910f12e3ac 18:53:21 Removing intermediate container a1910f12e3ac 18:53:21 ---> 944b04b8e30a 18:53:21 Step 18/19 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 18:53:21 ---> Running in aae1bd3dbf49 18:53:21 Removing intermediate container aae1bd3dbf49 18:53:21 ---> fe116f86e517 18:53:21 Step 19/19 : LABEL version=0.0.0 18:53:21 ---> Running in 63304c727309 18:53:21 Removing intermediate container 63304c727309 18:53:21 ---> bc5709c7304c 18:53:21 18:53:21 Successfully built bc5709c7304c 18:53:21 Successfully tagged security-spiffe-token-provider:latest 18:53:21  Building security-spiffe-token-provider ... done  [Pipeline] } 18:53:21 $ docker stop --time=1 7fff0352b447bc95977a55af3643ea7b8d11f0001c6b3561a8321479265363f9 18:53:22 $ docker rm -f --volumes 7fff0352b447bc95977a55af3643ea7b8d11f0001c6b3561a8321479265363f9 [Pipeline] // withDockerContainer [Pipeline] sh 18:53:23 + docker images 18:53:23 REPOSITORY TAG IMAGE ID CREATED SIZE 18:53:23 security-spiffe-token-provider latest bc5709c7304c 1 second ago 29.8MB 18:53:23 982624c146a7 7 seconds ago 1.71GB 18:53:23 security-bootstrapper latest 5bdf23744a8b 12 seconds ago 20.3MB 18:53:23 security-secretstore-setup latest b3503d77648b 19 seconds ago 29.9MB 18:53:23 support-notifications latest 448b40ae1951 21 seconds ago 30.6MB 18:53:23 2e8a62913007 34 seconds ago 1.67GB 18:53:23 eba12f309842 40 seconds ago 1.75GB 18:53:23 87aaaa63c0ad 46 seconds ago 1.67GB 18:53:23 security-spire-server latest df3618edf2d3 About a minute ago 86.5MB 18:53:23 core-data latest ba0379065dc1 About a minute ago 17.9MB 18:53:23 0909135ec210 2 minutes ago 1.55GB 18:53:23 42fb0be11ebc 2 minutes ago 1.69GB 18:53:23 core-command latest 337c8b5e459d 2 minutes ago 17.7MB 18:53:23 support-scheduler latest 52d637fbc7b1 2 minutes ago 30MB 18:53:23 security-proxy-setup latest 106f05bc362f 2 minutes ago 27.8MB 18:53:23 ecafe840a8ee 2 minutes ago 1.75GB 18:53:23 7f0d026058c3 2 minutes ago 1.68GB 18:53:23 core-common-config-bootstrapper latest 2449c6625f97 2 minutes ago 15.5MB 18:53:23 core-metadata latest 8d13ea4c8329 3 minutes ago 18.5MB 18:53:23 security-spire-agent latest a2421df50fea 3 minutes ago 125MB 18:53:23 security-spire-config latest 5efc694eae71 3 minutes ago 85.8MB 18:53:23 e87fa30ed58c 3 minutes ago 1.68GB 18:53:23 aaf13ccd387c 3 minutes ago 1.67GB 18:53:23 53741edea9a5 3 minutes ago 1.69GB 18:53:23 29495cf205cc 4 minutes ago 1.55GB 18:53:23 d0fbec90b874 4 minutes ago 1.55GB 18:53:23 ci-base-image-x86_64 latest 2db913a60458 8 minutes ago 904MB 18:53:23 alpine 3.16 bfe296a52501 2 months ago 5.54MB 18:53:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB 18:53:23 alpine 3.15 c4fc93816858 5 months ago 5.59MB 18:53:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB 18:53:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:54:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:54:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:54:32 ./bin/test-attribution-txt.sh [Pipeline] echo 18:54:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 18:54:33 + ls -al . 18:54:33 total 744 18:54:33 drwxrwxr-x 10 1001 1001 4096 Jan 27 18:48 . 18:54:33 drwxr-xr-x 4 root root 4096 Jan 27 18:48 .. 18:54:33 drwxrwxr-x 2 1001 1001 4096 Jan 27 18:46 .blubracket 18:54:33 -rw-rw-r-- 1 1001 1001 16 Jan 27 18:46 .dockerignore 18:54:33 drwxrwxr-x 8 1001 1001 4096 Jan 27 18:46 .git 18:54:33 drwxrwxr-x 3 1001 1001 4096 Jan 27 18:46 .github 18:54:33 -rw-rw-r-- 1 1001 1001 1024 Jan 27 18:46 .gitignore 18:54:33 -rw-rw-r-- 1 1001 1001 42 Jan 27 18:46 .golangci.yml 18:54:33 -rw-rw-r-- 1 1001 1001 87 Jan 27 18:46 .hadolint.yml 18:54:33 -rw-rw-r-- 1 1001 1001 166 Jan 27 18:46 .sonarcloud.properties 18:54:33 -rw-rw-r-- 1 1001 1001 1171 Jan 27 18:46 ADOPTERS.md 18:54:33 -rw-rw-r-- 1 1001 1001 10825 Jan 27 18:46 Attribution.txt 18:54:33 -rw-rw-r-- 1 1001 1001 73765 Jan 27 18:46 CHANGELOG.md 18:54:33 -rw-rw-r-- 1 1001 1001 3804 Jan 27 18:46 CONTRIBUTING.md 18:54:33 -rw-rw-r-- 1 1001 1001 677 Jan 27 18:46 GOVERNANCE.md 18:54:33 -rw-rw-r-- 1 1001 1001 850 Jan 27 18:46 Jenkinsfile 18:54:33 -rw-rw-r-- 1 1001 1001 10775 Jan 27 18:46 LICENSE 18:54:33 -rw-rw-r-- 1 1001 1001 13388 Jan 27 18:46 Makefile 18:54:33 -rw-rw-r-- 1 1001 1001 582 Jan 27 18:46 OWNERS.md 18:54:33 -rw-rw-r-- 1 1001 1001 9403 Jan 27 18:46 README.md 18:54:33 -rw-rw-r-- 1 1001 1001 6912 Jan 27 18:46 SECURITY.md 18:54:33 -rw-rw-r-- 1 1001 1001 5 Jan 27 18:44 VERSION 18:54:33 drwxrwxr-x 2 1001 1001 4096 Jan 27 18:46 bin 18:54:33 drwxrwxr-x 17 1001 1001 4096 Jan 27 18:46 cmd 18:54:33 -rw-r--r-- 1 root root 488778 Jan 27 18:52 coverage.out 18:54:33 -rw-rw-r-- 1 1001 1001 3365 Jan 27 18:46 go.mod 18:54:33 -rw-rw-r-- 1 1001 1001 34951 Jan 27 18:46 go.sum 18:54:33 drwxrwxr-x 7 1001 1001 4096 Jan 27 18:46 internal 18:54:33 drwxrwxr-x 3 1001 1001 4096 Jan 27 18:46 openapi 18:54:33 drwxrwxr-x 4 1001 1001 4096 Jan 27 18:46 snap 18:54:33 -rw-rw-r-- 1 1001 1001 204 Jan 27 18:46 version.go [Pipeline] sh 18:54:33 + '[' -e coverage.out ] 18:54:33 + chown 1001:1001 coverage.out [Pipeline] stash 18:54:33 Warning: overwriting stash ‘coverage-report’ 18:54:34 Stashed 1 file(s) [Pipeline] sh 18:54:35 + make build 18:54:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 18:55:56 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:56:04 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 18:56:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 18:56:09 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:56:56 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:56:57 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 18:57:03 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 18:57:09 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 18:57:12 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 18:57:16 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 18:57:28 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] } 18:57:34 $ docker stop --time=1 69b01c075cbc64561022b2cf3ca32f4037aaf0c6592d0ef331a13c1a877d6bce 18:57:36 $ docker rm -f --volumes 69b01c075cbc64561022b2cf3ca32f4037aaf0c6592d0ef331a13c1a877d6bce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:57:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:57:38 18:57:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:57:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:57:38 latest: Pulling from edgex-devops/edgex-compose-arm64 18:57:38 29e5d40040c1: Pulling fs layer 18:57:38 1ce36da41761: Pulling fs layer 18:57:38 25b303627fd3: Pulling fs layer 18:57:38 29e5d40040c1: Verifying Checksum 18:57:38 29e5d40040c1: Download complete 18:57:39 1ce36da41761: Verifying Checksum 18:57:39 1ce36da41761: Download complete 18:57:39 29e5d40040c1: Pull complete 18:57:40 1ce36da41761: Pull complete 18:57:40 25b303627fd3: Verifying Checksum 18:57:40 25b303627fd3: Download complete 18:57:50 25b303627fd3: Pull complete 18:57:50 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:57:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:57:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:57:51 prd-ubuntu20.04-docker-arm64-4c-16g-3827 does not seem to be running inside a container 18:57:51 $ 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 18:57:53 $ docker top 07017c4dbdc65b74bce3487ac95d7c857e2dbc6d761dbbc9b5628c42566f5e14 -eo pid,comm [Pipeline] { [Pipeline] sh 18:57:54 + grep+ paralleldocker-compose 18:57:54 build --help 18:57:58 --parallel Build images in parallel. [Pipeline] } 18:57:58 $ docker stop --time=1 07017c4dbdc65b74bce3487ac95d7c857e2dbc6d761dbbc9b5628c42566f5e14 18:58:00 $ docker rm -f --volumes 07017c4dbdc65b74bce3487ac95d7c857e2dbc6d761dbbc9b5628c42566f5e14 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:58:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:58:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:58:01 prd-ubuntu20.04-docker-arm64-4c-16g-3827 does not seem to be running inside a container 18:58:01 $ 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 18:58:02 $ docker top 381327f39b196b3b7ecbe9dbdee9ff90233c0bd6c81f38245e3fe92298909279 -eo pid,comm [Pipeline] { [Pipeline] sh 18:58:03 + docker-compose -f ./docker-compose-build.yml build --parallel 18:58:08 Building core-command ... 18:58:08 Building core-common-config-bootstrapper ... 18:58:08 Building core-data ... 18:58:08 Building core-metadata ... 18:58:08 Building security-bootstrapper ... 18:58:08 Building security-proxy-setup ... 18:58:08 Building security-secretstore-setup ... 18:58:08 Building security-spiffe-token-provider ... 18:58:08 Building security-spire-agent ... 18:58:08 Building security-spire-config ... 18:58:08 Building security-spire-server ... 18:58:08 Building support-notifications ... 18:58:08 Building support-scheduler ... 18:58:08 Building security-spire-config 18:58:08 Building core-common-config-bootstrapper 18:58:08 Building core-metadata 18:58:08 Building security-spire-agent 18:58:08 Building support-notifications 18:58:55 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:58:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:58:55 ---> c6fe74419192 18:58:55 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:58:55 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:58:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:58:55 ---> c6fe74419192 18:58:55 Step 3/24 : ARG ADD_BUILD_TAGS="" 18:58:55 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:58:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:58:55 ---> c6fe74419192 18:58:55 Step 3/24 : WORKDIR /edgex-go 18:58:55 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:58:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:58:55 ---> c6fe74419192 18:58:55 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:58:55 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:58:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:58:55 ---> c6fe74419192 18:58:55 Step 3/24 : WORKDIR /edgex-go 18:58:55 ---> Running in 2e5c2dcf57d7 18:58:55 ---> Running in 1c083a7ea485 18:58:55 ---> Running in 562f63fb1152 18:58:55 ---> Running in e1ac874474b6 18:58:55 ---> Running in 4f6f3057141f 18:58:55 Removing intermediate container 4f6f3057141f 18:58:55 ---> b66f6df3443b 18:58:55 Step 4/24 : WORKDIR /edgex-goRemoving intermediate container 1c083a7ea485 18:58:55 ---> 79b268291447 18:58:55 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 18:58:55 18:58:55 Removing intermediate container e1ac874474b6 18:58:55 ---> 8a4de44ae75c 18:58:55 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 18:58:55 Removing intermediate container 2e5c2dcf57d7 18:58:55 ---> b651969d1755 18:58:55 Step 4/22 : WORKDIR /edgex-go 18:58:55 Removing intermediate container 562f63fb1152 18:58:55 ---> 9381d58faa48 18:58:55 Step 4/22 : WORKDIR /edgex-go 18:58:55 ---> Running in d23c74fab1ce 18:58:55 ---> Running in 8733c90b803d 18:58:55 ---> Running in c0992c699965 18:58:55 ---> Running in 7ba3dfef0124 18:58:55 ---> Running in 38b4354adcc0 18:58:55 Removing intermediate container 8733c90b803d 18:58:55 ---> 14e22790531f 18:58:55 Step 5/24 : RUN apk add --update --no-cache make git 18:58:55 Removing intermediate container 38b4354adcc0 18:58:55 ---> d11007188bd3 18:58:55 Step 5/22 : RUN apk add --update --no-cache make git 18:58:55 ---> Running in 99ff46f507e0 18:58:55 Removing intermediate container 7ba3dfef0124 18:58:55 ---> 253c8fce1212 18:58:55 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:58:55 ---> Running in a9ecdd298d9c 18:58:55 ---> Running in 42b5188c372b 18:58:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:58:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:58:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:58:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:58:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:58:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:58:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:58:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:58:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:58:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:58:57 OK: 221 MiB in 51 packages 18:58:57 OK: 221 MiB in 51 packages 18:58:58 OK: 221 MiB in 51 packages 18:58:59 OK: 221 MiB in 51 packages 18:58:59 OK: 221 MiB in 51 packages 18:58:59 Removing intermediate container c0992c699965 18:58:59 ---> d018bef89d93 18:58:59 Step 5/24 : COPY go.mod vendor* ./ 18:59:00 Removing intermediate container 99ff46f507e0 18:59:00 ---> 2bda8fe76824 18:59:00 Step 6/24 : COPY go.mod vendor* ./ 18:59:00 Removing intermediate container d23c74fab1ce 18:59:00 ---> e760be04210d 18:59:00 Step 5/24 : COPY go.mod vendor* ./ 18:59:00 ---> 62d978c79e75 18:59:00 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:59:00 Removing intermediate container a9ecdd298d9c 18:59:00 ---> 6015870de729 18:59:00 Step 6/22 : COPY go.mod vendor* ./ 18:59:00 ---> Running in 229bacd24ec1 18:59:01 Removing intermediate container 42b5188c372b 18:59:01 ---> 32d88f8db6a2 18:59:01 Step 6/22 : COPY go.mod vendor* ./ 18:59:01 ---> 380b95c02c9c 18:59:01 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:59:01 ---> Running in 2f04f7dcd577 18:59:02 ---> 40c2cb14bfcc 18:59:02 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:59:02 ---> Running in b8af9fd44a30 18:59:02 ---> 20a9ccf39325 18:59:02 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:59:02 ---> Running in a9af4be9e664 18:59:03 ---> 4ef62b47d555 18:59:03 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:59:03 ---> Running in 0969b5c1293d 19:00:54 Removing intermediate container b8af9fd44a30 19:00:54 ---> ab3646792634 19:00:54 Step 7/24 : COPY . . 19:00:54 Removing intermediate container 229bacd24ec1 19:00:54 ---> 31352f2f23e4 19:00:54 Step 7/24 : COPY . . 19:00:54 Removing intermediate container a9af4be9e664 19:00:54 ---> 0e5d21045d43 19:00:54 Step 8/22 : COPY . . 19:00:54 Removing intermediate container 0969b5c1293d 19:00:54 ---> 9886120cea1c 19:00:54 Step 8/22 : COPY . . 19:00:54 Removing intermediate container 2f04f7dcd577 19:00:54 ---> 5cff6b93391a 19:00:54 Step 8/24 : COPY . . 19:01:04 ---> 3f6bf7053b9a 19:01:04 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:01:04 ---> 1dc74249354c 19:01:04 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:01:04 ---> f8c09f6499a2 19:01:04 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:01:04 ---> a6cd259d6dba 19:01:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:01:04 ---> 0632a46b62a1 19:01:04 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:01:04 ---> Running in 7b2c522cb4ce 19:01:04 ---> Running in 0912d69e64fb 19:01:04 ---> Running in 4ab79e272112 19:01:04 ---> Running in 670092ff0a1c 19:01:04 ---> Running in e059630f8419 19:01:04 Removing intermediate container 4ab79e272112 19:01:04 ---> 4f024698dcfa 19:01:04 Step 9/24 : WORKDIR /edgex-go/spire-build 19:01:04 Removing intermediate container 7b2c522cb4ce 19:01:04 ---> bc34dcae3a74 19:01:04 Step 9/24 : WORKDIR /edgex-go/spire-build 19:01:04 ---> Running in cc0cdcb68de3 19:01:04 ---> Running in f3d711a6fe16 19:01:05 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:01:05 Removing intermediate container cc0cdcb68de3 19:01:05 ---> 63dd69371ce3 19:01:05 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:01:05 ---> Running in 49e3f668b6e0 19:01:05 Removing intermediate container f3d711a6fe16 19:01:05 ---> d2c82bb78c0c 19:01:05 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:01:06 ---> Running in e568a735201a 19:01:06 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:01:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:01:09 Removing intermediate container 49e3f668b6e0 19:01:09 ---> 1846c4131b83 19:01:09 Step 11/24 : WORKDIR /edgex-go 19:01:09 ---> Running in b9bdfc359b5d 19:01:10 Removing intermediate container e568a735201a 19:01:10 ---> e7c6995e4826 19:01:10 Step 11/24 : WORKDIR /edgex-go 19:01:10 ---> Running in cedbada16b11 19:01:10 Removing intermediate container b9bdfc359b5d 19:01:10 ---> fb0a58340e56 19:01:10 19:01:10 Step 12/24 : FROM alpine:3.15 19:01:10 3.15: Pulling from library/alpine 19:01:10 Removing intermediate container cedbada16b11 19:01:10 ---> 486cb155afad 19:01:10 19:01:10 Step 12/24 : FROM alpine:3.15 19:01:10 3.15: Pulling from library/alpine 19:01:12 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 19:01:12 Status: Downloaded newer image for alpine:3.15 19:01:12 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 19:01:12 Status: Image is up to date for alpine:3.15 19:01:12 ---> 8aa73fd46299 19:01:12 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:01:12 ---> 8aa73fd46299 19:01:12 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:01:12 ---> Running in 5e59ed2c5a9b 19:01:12 ---> Running in e0f17112698a 19:01:12 Removing intermediate container 5e59ed2c5a9b 19:01:12 ---> e27ab43c975a 19:01:12 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:01:13 Removing intermediate container e0f17112698a 19:01:13 ---> 8fbab6a26f2f 19:01:13 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:01:13 ---> Running in 0746f363802d 19:01:13 ---> Running in 5a726d491e14 19:01:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:01:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:01:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:01:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:01:17 v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:01:17 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:01:17 OK: 15736 distinct packages available 19:01:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:01:17 v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:01:17 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:01:17 OK: 15736 distinct packages available 19:01:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:01:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:01:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:01:19 (1/5) Installing dumb-init (1.2.5-r1) 19:01:19 (2/5) Installing musl-obstack (1.2.3-r0) 19:01:19 (3/5) Installing libucontext (1.1-r0) 19:01:19 (4/5) Installing gcompat (1.0.0-r4) 19:01:19 (5/5) Installing openssl (1.1.1s-r1) 19:01:19 Executing busybox-1.34.1-r7.trigger 19:01:19 OK: 6 MiB in 19 packages 19:01:19 (1/4) Installing dumb-init (1.2.5-r1) 19:01:19 (2/4) Installing musl-obstack (1.2.3-r0) 19:01:19 (3/4) Installing libucontext (1.1-r0) 19:01:19 (4/4) Installing gcompat (1.0.0-r4) 19:01:19 Executing busybox-1.34.1-r7.trigger 19:01:19 OK: 6 MiB in 18 packages 19:01:22 Removing intermediate container 5a726d491e14 19:01:22 ---> 3640594a3baa 19:01:22 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:01:22 Removing intermediate container 0746f363802d 19:01:22 ---> 30e2c6dc0440 19:01:22 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:01:27 ---> 087cd68e0725 19:01:27 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:01:28 ---> 60286d739f87 19:01:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:01:29 ---> 31a7ea82e62e 19:01:29 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:01:29 ---> Running in f54bb854cc9e 19:01:30 Removing intermediate container f54bb854cc9e 19:01:30 ---> 4537d1fa8a2a 19:01:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:01:32 ---> 989a5e1be644 19:01:32 Step 19/24 : WORKDIR / 19:01:32 ---> Running in 60d45f73772a 19:01:33 Removing intermediate container 60d45f73772a 19:01:33 ---> d1f8851dcbea 19:01:33 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:01:33 ---> Running in b4512b0233af 19:01:33 Removing intermediate container b4512b0233af 19:01:33 ---> ba31bfe8ed85 19:01:33 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:01:33 ---> Running in 06e6fb7fadd2 19:01:36 Removing intermediate container 06e6fb7fadd2 19:01:36 ---> 39a8b1d1f02f 19:01:36 Step 22/24 : LABEL arch=arm64 19:01:36 ---> Running in 174074bb7224 19:01:36 ---> 81ff836ec90c 19:01:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:01:36 Removing intermediate container 174074bb7224 19:01:36 ---> 6330f209fd3c 19:01:36 Step 23/24 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b 19:01:36 ---> Running in 1c5680865374 19:01:37 ---> 7980e0892953 19:01:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:01:37 Removing intermediate container 1c5680865374 19:01:37 ---> 885fd5f58f3c 19:01:37 Step 24/24 : LABEL version=0.0.0 19:01:37 ---> Running in 0cd9f1999435 19:01:38 Removing intermediate container 0cd9f1999435 19:01:38 ---> 150037254622 19:01:38 19:01:38 ---> 5faa4a884d15 19:01:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:01:38 Successfully built 150037254622 19:01:38 Successfully tagged security-spire-config-arm64:latest 19:01:38  Building security-spire-config ... done Building support-scheduler 19:01:39 ---> 2ecbf488cb00 19:01:39 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:01:39 ---> Running in c5f8a38cbc8c 19:01:40 Removing intermediate container c5f8a38cbc8c 19:01:40 ---> 075a042ab137 19:01:40 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:01:40 ---> Running in 04ca2098647c 19:01:40 Removing intermediate container 04ca2098647c 19:01:40 ---> bfe78e7c23ac 19:01:40 Step 22/24 : LABEL arch=arm64 19:01:40 ---> Running in ef447fcffb2e 19:01:41 Removing intermediate container ef447fcffb2e 19:01:41 ---> cfd6082da92c 19:01:41 Step 23/24 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b 19:01:41 ---> Running in c761cf630e1b 19:01:41 Removing intermediate container c761cf630e1b 19:01:41 ---> f45aef65ed77 19:01:41 Step 24/24 : LABEL version=0.0.0 19:01:42 ---> Running in bcb990f26d21 19:01:42 Removing intermediate container bcb990f26d21 19:01:42 ---> b0256ea99bca 19:01:42 19:01:42 Successfully built b0256ea99bca 19:01:42 Successfully tagged security-spire-agent-arm64:latest 19:01:42 Building security-spiffe-token-provider 19:02:04  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:02:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:02:04 ---> c6fe74419192 19:02:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:02:04 ---> Using cache 19:02:04 ---> 9381d58faa48 19:02:04 Step 4/22 : WORKDIR /edgex-go 19:02:04 ---> Using cache 19:02:04 ---> 253c8fce1212 19:02:04 Step 5/22 : RUN apk add --update --no-cache make git 19:02:05 ---> Running in 65a2e702978e 19:02:08 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:02:08 Step 2/19 : FROM ${BUILDER_BASE} AS builder 19:02:08 ---> c6fe74419192 19:02:08 Step 3/19 : WORKDIR /edgex-go 19:02:08 ---> Using cache 19:02:08 ---> 8a4de44ae75c 19:02:08 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 19:02:08 ---> Running in 0f08ac301dcc 19:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:02:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:02:10 OK: 221 MiB in 51 packages 19:02:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:02:11 Removing intermediate container 65a2e702978e 19:02:11 ---> cad65ec5ca7f 19:02:11 Step 6/22 : COPY go.mod vendor* ./ 19:02:11 v3.16.3-146-gfa07c3b49d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:02:11 v3.16.3-147-g6bdfd2ef54 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:02:11 OK: 16901 distinct packages available 19:02:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:02:12 ---> cb12dcc6d938 19:02:12 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:02:12 ---> Running in aa8fcdcb9898 19:02:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:02:14 OK: 221 MiB in 51 packages 19:02:15 Removing intermediate container 0f08ac301dcc 19:02:15 ---> 1d0e4302128d 19:02:15 Step 5/19 : COPY go.mod vendor* ./ 19:02:16 ---> 3ffad5dd1bfb 19:02:16 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:02:16 ---> Running in 17e13f6c471e 19:04:08 Removing intermediate container aa8fcdcb9898 19:04:08 ---> 39d35e1baa6c 19:04:08 Step 8/22 : COPY . . 19:04:08 Removing intermediate container 17e13f6c471e 19:04:08 ---> e3b4e4a1ebc9 19:04:08 Step 7/19 : COPY . . 19:04:16 ---> c6c47669c8c9 19:04:16 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:04:17 ---> Running in 7af187208f15 19:04:19 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:04:23 ---> cb0c68353650 19:04:23 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:04:23 ---> Running in 69834c93a51d 19:04:24 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 19:07:16 Removing intermediate container e059630f8419 19:07:16 ---> 7a80592dd2de 19:07:16 19:07:16 Step 10/22 : FROM alpine:3.16 19:07:16 3.16: Pulling from library/alpine 19:07:18 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 19:07:18 Status: Downloaded newer image for alpine:3.16 19:07:18 ---> 2b4661558fb8 19:07:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 19:07:18 ---> Running in addf8e729032 19:07:19 Removing intermediate container addf8e729032 19:07:19 ---> 2b6cb28c14ad 19:07:19 Step 12/22 : RUN apk add --update --no-cache dumb-init 19:07:19 ---> Running in 93c485da065d 19:07:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:07:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:07:23 (1/1) Installing dumb-init (1.2.5-r1) 19:07:23 Executing busybox-1.35.0-r17.trigger 19:07:23 OK: 5 MiB in 15 packages 19:07:24 Removing intermediate container 93c485da065d 19:07:24 ---> 0aeb83b12188 19:07:24 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:07:25 ---> 8a337b37c313 19:07:25 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:07:26 ---> e6830cf582d5 19:07:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:07:27 ---> e2a7a8aca7d3 19:07:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:07:28 ---> ea7191cb69b5 19:07:28 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:07:28 ---> Running in 2bb6690c44a5 19:07:32 Removing intermediate container 2bb6690c44a5 19:07:32 ---> 1d15c881c5ba 19:07:32 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 19:07:32 ---> Running in b5d9f2116fc7 19:07:32 Removing intermediate container b5d9f2116fc7 19:07:32 ---> a9f6cae97be6 19:07:32 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 19:07:32 ---> Running in 5981dde47442 19:07:32 Removing intermediate container 5981dde47442 19:07:32 ---> a7c475fd4289 19:07:32 Step 20/22 : LABEL arch=arm64 19:07:32 ---> Running in 858c300e6557 19:07:33 Removing intermediate container 858c300e6557 19:07:33 ---> 8c92be1a6e41 19:07:33 Step 21/22 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b 19:07:33 ---> Running in 1b2e2b747ba1 19:07:34 Removing intermediate container 1b2e2b747ba1 19:07:34 ---> 9cfbcdd69b32 19:07:34 Step 22/22 : LABEL version=0.0.0 19:07:34 ---> Running in a09651491d37 19:07:34 Removing intermediate container a09651491d37 19:07:34 ---> ee3595dd019f 19:07:34 19:07:35 Successfully built ee3595dd019f 19:07:35 Successfully tagged core-common-config-bootstrapper-arm64:latest 19:07:35  Building core-common-config-bootstrapper ... done Building core-data 19:07:53 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:07:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:07:53 ---> c6fe74419192 19:07:53 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:07:53 ---> Using cache 19:07:53 ---> 9381d58faa48 19:07:53 Step 4/22 : WORKDIR /edgex-go 19:07:53 ---> Using cache 19:07:53 ---> 253c8fce1212 19:07:53 Step 5/22 : RUN apk add --update --no-cache make git 19:07:53 ---> Using cache 19:07:53 ---> cad65ec5ca7f 19:07:53 Step 6/22 : COPY go.mod vendor* ./ 19:07:53 ---> Using cache 19:07:53 ---> cb12dcc6d938 19:07:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:07:53 ---> Using cache 19:07:53 ---> 39d35e1baa6c 19:07:53 Step 8/22 : COPY . . 19:07:53 ---> Using cache 19:07:53 ---> c6c47669c8c9 19:07:53 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:07:53 ---> Running in 84493be0d25a 19:07:53 Removing intermediate container 0912d69e64fb 19:07:53 ---> 777b968976d4 19:07:53 19:07:53 Step 10/24 : FROM alpine:3.16 19:07:53 ---> 2b4661558fb8 19:07:53 Step 11/24 : RUN apk add --update --no-cache dumb-init 19:07:53 ---> Running in 93a213273baf 19:07:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:07:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:07:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:07:56 (1/1) Installing dumb-init (1.2.5-r1) 19:07:56 Executing busybox-1.35.0-r17.trigger 19:07:56 OK: 5 MiB in 15 packages 19:07:57 Removing intermediate container 93a213273baf 19:07:57 ---> ae9680b62989 19:07:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:07:57 ---> Running in 3fad7310568a 19:07:58 Removing intermediate container 3fad7310568a 19:07:58 ---> 2cb5e7ee68e8 19:07:58 Step 13/24 : ENV APP_PORT=59881 19:07:58 ---> Running in a9ce338cf805 19:07:59 Removing intermediate container a9ce338cf805 19:07:59 ---> cacea62603d4 19:07:59 Step 14/24 : EXPOSE $APP_PORT 19:07:59 ---> Running in 27d89048eb09 19:08:00 Removing intermediate container 27d89048eb09 19:08:00 ---> 98a93d4b70b2 19:08:00 Step 15/24 : WORKDIR / 19:08:00 ---> Running in d81f823ed8f4 19:08:00 Removing intermediate container d81f823ed8f4 19:08:00 ---> c1a38f78ab96 19:08:00 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:08:01 ---> d8de4d412bd6 19:08:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:08:03 ---> 7fac00922c1d 19:08:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:08:04 ---> 5a119d3111be 19:08:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:08:05 ---> 4568c8c8ae94 19:08:05 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:08:05 ---> Running in 20c6a53b9b86 19:08:05 Removing intermediate container 20c6a53b9b86 19:08:05 ---> 14d004b68800 19:08:05 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:08:05 ---> Running in 8c35befb020c 19:08:06 Removing intermediate container 8c35befb020c 19:08:06 ---> 05ad65b0ffd2 19:08:06 Step 22/24 : LABEL arch=arm64 19:08:06 ---> Running in c0d95d6315ab 19:08:06 Removing intermediate container c0d95d6315ab 19:08:06 ---> bb8f9f3723b4 19:08:06 Step 23/24 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b 19:08:06 ---> Running in 13ea0eb78855 19:08:07 Removing intermediate container 13ea0eb78855 19:08:07 ---> 02ae4ee52c6d 19:08:07 Step 24/24 : LABEL version=0.0.0 19:08:07 ---> Running in 1f1592a01282 19:08:09 Removing intermediate container 1f1592a01282 19:08:09 ---> 2f2498b580d9 19:08:09 19:08:09 Successfully built 2f2498b580d9 19:08:09 Successfully tagged core-metadata-arm64:latest 19:08:09 Building security-secretstore-setup 19:08:27  Building core-metadata ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:08:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:08:27 ---> c6fe74419192 19:08:27 Step 3/24 : WORKDIR /edgex-go 19:08:27 ---> Using cache 19:08:27 ---> 8a4de44ae75c 19:08:27 Step 4/24 : RUN apk add --update --no-cache make git 19:08:27 ---> Running in 373070cadba6 19:08:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:08:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:08:30 OK: 221 MiB in 51 packages 19:08:34 Removing intermediate container 373070cadba6 19:08:34 ---> c3b3a16034a8 19:08:34 Step 5/24 : COPY go.mod vendor* ./ 19:08:34 ---> 834cf0e86ad8 19:08:34 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:08:35 ---> Running in 18429b05ab70 19:10:11 Removing intermediate container 18429b05ab70 19:10:11 ---> fac291d071e0 19:10:11 Step 7/24 : COPY . . 19:10:15 ---> 1442227bcf7a 19:10:15 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:10:15 ---> Running in db040470a4b9 19:10:17 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 19:10:26 Removing intermediate container 670092ff0a1c 19:10:26 ---> 18a73d60c143 19:10:26 19:10:26 Step 10/22 : FROM alpine:3.16 19:10:26 ---> 2b4661558fb8 19:10:26 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:10:26 ---> Running in f641e88e1e13 19:10:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:10:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:10:29 (1/2) Installing ca-certificates (20220614-r0) 19:10:29 (2/2) Installing dumb-init (1.2.5-r1) 19:10:29 Executing busybox-1.35.0-r17.trigger 19:10:29 Executing ca-certificates-20220614-r0.trigger 19:10:29 OK: 6 MiB in 16 packages 19:10:31 Removing intermediate container f641e88e1e13 19:10:31 ---> e45ae74094a2 19:10:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:10:31 ---> Running in 1a8ba9e26e85 19:10:32 Removing intermediate container 1a8ba9e26e85 19:10:32 ---> ca84b12643c9 19:10:32 Step 13/22 : ENV APP_PORT=59860 19:10:32 ---> Running in fe80f9298c18 19:10:32 Removing intermediate container fe80f9298c18 19:10:32 ---> 0374ebe5521f 19:10:32 Step 14/22 : EXPOSE $APP_PORT 19:10:32 ---> Running in 12afab2b246c 19:10:33 Removing intermediate container 12afab2b246c 19:10:33 ---> 51d9cab1b05a 19:10:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:34 ---> 97ef09f7ba1a 19:10:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:10:36 ---> 0ec35fc05d77 19:10:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:10:37 ---> b0a81d861e21 19:10:37 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:10:37 ---> Running in ca0b5b374e1d 19:10:37 Removing intermediate container ca0b5b374e1d 19:10:37 ---> d34dc2d39339 19:10:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:10:37 ---> Running in 46eecfd6e623 19:10:38 Removing intermediate container 46eecfd6e623 19:10:38 ---> f50a11ac344f 19:10:38 Step 20/22 : LABEL arch=arm64 19:10:38 ---> Running in 6fc0e0c43e9c 19:10:38 Removing intermediate container 6fc0e0c43e9c 19:10:38 ---> ac92ce8f144d 19:10:38 Step 21/22 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b 19:10:38 ---> Running in 69a15f26b8e7 19:10:41 Removing intermediate container 69a15f26b8e7 19:10:41 ---> d20294b6f7d1 19:10:41 Step 22/22 : LABEL version=0.0.0 19:10:41 ---> Running in 9db16a15bbe0 19:10:41 Removing intermediate container 9db16a15bbe0 19:10:41 ---> 9e925a487fa0 19:10:41 19:10:41 Successfully built 9e925a487fa0 19:10:42 Successfully tagged support-notifications-arm64:latest 19:10:42  Building support-notifications ... done Building security-bootstrapper 19:11:00 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:00 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:11:00 ---> c6fe74419192 19:11:00 Step 3/32 : WORKDIR /edgex-go 19:11:00 ---> Using cache 19:11:00 ---> 8a4de44ae75c 19:11:00 Step 4/32 : RUN apk add --update --no-cache make git 19:11:00 ---> Using cache 19:11:00 ---> c3b3a16034a8 19:11:00 Step 5/32 : COPY go.mod vendor* ./ 19:11:00 ---> Using cache 19:11:00 ---> 834cf0e86ad8 19:11:00 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:00 ---> Using cache 19:11:00 ---> fac291d071e0 19:11:00 Step 7/32 : COPY . . 19:11:00 ---> Using cache 19:11:00 ---> 1442227bcf7a 19:11:00 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:11:00 ---> Running in 1b05f274613e 19:11:00 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 19:12:37 Removing intermediate container 69834c93a51d 19:12:37 ---> fd5dd960b880 19:12:37 19:12:37 Step 9/19 : FROM alpine:3.15 19:12:37 ---> 8aa73fd46299 19:12:37 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:12:37 ---> Using cache 19:12:37 ---> 8fbab6a26f2f 19:12:37 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:12:37 ---> Running in 4735a91f05e9 19:12:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:12:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:12:37 v3.15.6-285-g145676aa6a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:12:37 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:12:37 OK: 15736 distinct packages available 19:12:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:12:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:12:37 (1/9) Installing ca-certificates (20220614-r0) 19:12:37 (2/9) Installing brotli-libs (1.0.9-r5) 19:12:38 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:12:38 (4/9) Installing libcurl (7.80.0-r5) 19:12:38 (5/9) Installing curl (7.80.0-r5) 19:12:38 (6/9) Installing dumb-init (1.2.5-r1) 19:12:38 (7/9) Installing musl-obstack (1.2.3-r0) 19:12:38 (8/9) Installing libucontext (1.1-r0) 19:12:38 (9/9) Installing gcompat (1.0.0-r4) 19:12:38 Executing busybox-1.34.1-r7.trigger 19:12:38 Executing ca-certificates-20220614-r0.trigger 19:12:38 OK: 8 MiB in 23 packages 19:12:41 Removing intermediate container 4735a91f05e9 19:12:41 ---> 85d0204923f7 19:12:41 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:41 ---> 44147cf89b44 19:12:41 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:12:43 ---> a1400cfa6f3e 19:12:43 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:12:44 ---> 9829326e310d 19:12:44 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:12:44 ---> Running in 642d93813cb8 19:12:45 Removing intermediate container 642d93813cb8 19:12:45 ---> 7364f12274f1 19:12:45 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:12:45 ---> Running in 6173c83df23c 19:12:46 Removing intermediate container 6173c83df23c 19:12:46 ---> b8aae0371d3f 19:12:46 Step 17/19 : LABEL arch=arm64 19:12:46 ---> Running in 1ebbcd2c2c61 19:12:46 Removing intermediate container 1ebbcd2c2c61 19:12:46 ---> bcb429bcaadb 19:12:46 Step 18/19 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b 19:12:46 ---> Running in 8ec61439e4cd 19:12:50 Removing intermediate container 8ec61439e4cd 19:12:50 ---> 1452e4703069 19:12:50 Step 19/19 : LABEL version=0.0.0 19:12:50 ---> Running in 88dfa86a61dc 19:12:50 Removing intermediate container 88dfa86a61dc 19:12:50 ---> 8b2589453988 19:12:50 19:12:50 Successfully built 8b2589453988 19:12:50 Successfully tagged security-spiffe-token-provider-arm64:latest 19:12:50  Building security-spiffe-token-provider ... done Building security-spire-server 19:13:05 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:05 ---> c6fe74419192 19:13:05 Step 3/23 : WORKDIR /edgex-go 19:13:05 ---> Using cache 19:13:05 ---> 8a4de44ae75c 19:13:05 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 19:13:05 ---> Using cache 19:13:05 ---> e760be04210d 19:13:05 Step 5/23 : COPY go.mod vendor* ./ 19:13:05 ---> Using cache 19:13:05 ---> 40c2cb14bfcc 19:13:05 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:05 ---> Using cache 19:13:05 ---> ab3646792634 19:13:05 Step 7/23 : COPY . . 19:13:05 ---> Using cache 19:13:05 ---> f8c09f6499a2 19:13:05 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 19:13:05 ---> Using cache 19:13:05 ---> 4f024698dcfa 19:13:05 Step 9/23 : WORKDIR /edgex-go/spire-build 19:13:05 ---> Using cache 19:13:05 ---> 63dd69371ce3 19:13:05 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:13:05 ---> Running in e550bbc4b31e 19:13:09 Removing intermediate container e550bbc4b31e 19:13:09 ---> 6f97815dea4c 19:13:09 Step 11/23 : WORKDIR /edgex-go 19:13:09 ---> Running in 9770bcdf6972 19:13:09 Removing intermediate container 9770bcdf6972 19:13:09 ---> 241923baf3b4 19:13:09 19:13:09 Step 12/23 : FROM alpine:3.15 19:13:09 ---> 8aa73fd46299 19:13:09 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:13:09 ---> Using cache 19:13:09 ---> 8fbab6a26f2f 19:13:09 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:13:09 ---> Using cache 19:13:09 ---> 3640594a3baa 19:13:09 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:13:16 ---> aeb8ba0a5fdc 19:13:16 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:13:16 ---> 4e38aad035ce 19:13:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:13:17 ---> 2640483d2f5e 19:13:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:13:18 ---> 1443d26b2339 19:13:18 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:13:18 ---> Running in 307f23ff4363 19:13:18 Removing intermediate container 307f23ff4363 19:13:18 ---> 2f51d6501901 19:13:18 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:13:19 ---> Running in 05d5a3aa7ce4 19:13:19 Removing intermediate container 05d5a3aa7ce4 19:13:19 ---> 2ed1ecb06e11 19:13:19 Step 21/23 : LABEL arch=arm64 19:13:19 ---> Running in 1a68c30d3d5f 19:13:20 Removing intermediate container 1a68c30d3d5f 19:13:20 ---> 6ad8ae4f1678 19:13:20 Step 22/23 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b 19:13:20 ---> Running in f1c2617a9d93 19:13:20 Removing intermediate container f1c2617a9d93 19:13:20 ---> 63ca1467be8b 19:13:20 Step 23/23 : LABEL version=0.0.0 19:13:20 ---> Running in 669dafc81d0e 19:13:21 Removing intermediate container 669dafc81d0e 19:13:21 ---> 6f6e21ac70f6 19:13:21 19:13:21 Successfully built 6f6e21ac70f6 19:13:21 Successfully tagged security-spire-server-arm64:latest 19:13:21  Building security-spire-server ... done Building core-command 19:13:36 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:36 ---> c6fe74419192 19:13:36 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:13:36 ---> Using cache 19:13:36 ---> 9381d58faa48 19:13:36 Step 4/23 : WORKDIR /edgex-go 19:13:36 ---> Using cache 19:13:36 ---> 253c8fce1212 19:13:36 Step 5/23 : RUN apk add --update --no-cache make git 19:13:36 ---> Using cache 19:13:36 ---> cad65ec5ca7f 19:13:36 Step 6/23 : COPY go.mod vendor* ./ 19:13:36 ---> Using cache 19:13:36 ---> cb12dcc6d938 19:13:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:36 ---> Using cache 19:13:36 ---> 39d35e1baa6c 19:13:36 Step 8/23 : COPY . . 19:13:36 ---> Using cache 19:13:36 ---> c6c47669c8c9 19:13:36 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:13:37 ---> Running in 83b25851062d 19:13:39 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:13:47 Removing intermediate container 7af187208f15 19:13:47 ---> 8d72c6b5d2c8 19:13:47 19:13:47 Step 10/22 : FROM alpine:3.16 19:13:47 ---> 2b4661558fb8 19:13:47 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:13:47 ---> Using cache 19:13:47 ---> ae9680b62989 19:13:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:47 ---> Using cache 19:13:47 ---> 2cb5e7ee68e8 19:13:47 Step 13/22 : ENV APP_PORT=59861 19:13:47 ---> Running in ee59f7f5ca23 19:13:47 Removing intermediate container ee59f7f5ca23 19:13:47 ---> 32dd47fccc00 19:13:47 Step 14/22 : EXPOSE $APP_PORT 19:13:48 ---> Running in 8ba1f6150ab1 19:13:48 Removing intermediate container 8ba1f6150ab1 19:13:48 ---> 0de48fe61786 19:13:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:49 ---> 819916389250 19:13:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:13:51 ---> 2f68e1fc20ec 19:13:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:13:53 ---> 892b37a21e7b 19:13:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:13:53 ---> Running in 5522b69550bc 19:13:53 Removing intermediate container 5522b69550bc 19:13:53 ---> a1a79340873f 19:13:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:13:53 ---> Running in fcc3509f9c50 19:13:54 Removing intermediate container fcc3509f9c50 19:13:54 ---> 6ad1b52f35b0 19:13:54 Step 20/22 : LABEL arch=arm64 19:13:54 ---> Running in cbc0e3d78694 19:13:55 Removing intermediate container cbc0e3d78694 19:13:55 ---> 26129986173f 19:13:55 Step 21/22 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b 19:13:55 ---> Running in b18c9b3613b3 19:13:55 Removing intermediate container b18c9b3613b3 19:13:55 ---> 787e555d7a56 19:13:55 Step 22/22 : LABEL version=0.0.0 19:13:55 ---> Running in 10a900317999 19:13:56 Removing intermediate container 10a900317999 19:13:56 ---> e6293bb6fd6a 19:13:56 19:13:56 Successfully built e6293bb6fd6a 19:13:56 Successfully tagged support-scheduler-arm64:latest 19:13:56 Building security-proxy-setup 19:14:14  Building support-scheduler ... done Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:14:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:14:14 ---> c6fe74419192 19:14:14 Step 3/21 : WORKDIR /edgex-go 19:14:14 ---> Using cache 19:14:14 ---> 8a4de44ae75c 19:14:14 Step 4/21 : RUN apk add --update --no-cache make git 19:14:14 ---> Using cache 19:14:14 ---> c3b3a16034a8 19:14:14 Step 5/21 : COPY go.mod vendor* ./ 19:14:14 ---> Using cache 19:14:14 ---> 834cf0e86ad8 19:14:14 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:14 ---> Using cache 19:14:14 ---> fac291d071e0 19:14:14 Step 7/21 : COPY . . 19:14:14 ---> Using cache 19:14:14 ---> 1442227bcf7a 19:14:14 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:14:14 ---> Running in 56fd1490d5b2 19:14:14 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 19:15:01 Removing intermediate container 84493be0d25a 19:15:01 ---> 3ca21dff8843 19:15:01 19:15:01 Step 10/22 : FROM alpine:3.16 19:15:01 ---> 2b4661558fb8 19:15:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:15:01 ---> Running in 93c0c3f1b81d 19:15:01 Removing intermediate container 93c0c3f1b81d 19:15:01 ---> 450c3bda1f8a 19:15:01 Step 12/22 : ENV APP_PORT=59880 19:15:01 ---> Running in 90efa72f1c22 19:15:01 Removing intermediate container 90efa72f1c22 19:15:01 ---> c52edd931149 19:15:01 Step 13/22 : EXPOSE $APP_PORT 19:15:01 ---> Running in ebff4b1631db 19:15:01 Removing intermediate container ebff4b1631db 19:15:01 ---> 0f1f37f34855 19:15:01 Step 14/22 : RUN apk add --update --no-cache dumb-init 19:15:01 ---> Running in a440538a82b2 19:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:15:04 (1/1) Installing dumb-init (1.2.5-r1) 19:15:04 Executing busybox-1.35.0-r17.trigger 19:15:04 OK: 5 MiB in 15 packages 19:15:05 Removing intermediate container a440538a82b2 19:15:05 ---> 542c06c63699 19:15:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:06 ---> 1feabea259d7 19:15:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:15:08 ---> 3e8710c53061 19:15:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:15:09 ---> e03a162140f8 19:15:09 Step 18/22 : ENTRYPOINT ["/core-data"] 19:15:09 ---> Running in 06fe7bac3d97 19:15:09 Removing intermediate container 06fe7bac3d97 19:15:09 ---> 399d72d41706 19:15:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:15:09 ---> Running in c483b0803323 19:15:10 Removing intermediate container c483b0803323 19:15:10 ---> a2d1210f9f74 19:15:10 Step 20/22 : LABEL arch=arm64 19:15:10 ---> Running in d9c7d9eb1eef 19:15:11 Removing intermediate container d9c7d9eb1eef 19:15:11 ---> 50547423e2c0 19:15:11 Step 21/22 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b 19:15:11 ---> Running in 34104fecf738 19:15:11 Removing intermediate container 34104fecf738 19:15:11 ---> 03e63871dd62 19:15:11 Step 22/22 : LABEL version=0.0.0 19:15:11 ---> Running in 92771bc45ffd 19:15:12 Removing intermediate container 92771bc45ffd 19:15:12 ---> 50060d4daeb2 19:15:12 19:15:12 Successfully built 50060d4daeb2 19:15:12 Successfully tagged core-data-arm64:latest 19:15:59  Building core-data ... done 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 19:16:11 Removing intermediate container db040470a4b9 19:16:11 ---> 60a69770e900 19:16:11 19:16:11 Step 9/24 : FROM alpine:3.16 19:16:11 ---> 2b4661558fb8 19:16:11 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:16:11 ---> Running in 9d63ebe21af9 19:16:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:16:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:16:15 (1/3) Installing ca-certificates (20220614-r0) 19:16:15 (2/3) Installing dumb-init (1.2.5-r1) 19:16:15 (3/3) Installing su-exec (0.2-r1) 19:16:15 Executing busybox-1.35.0-r17.trigger 19:16:15 Executing ca-certificates-20220614-r0.trigger 19:16:15 OK: 6 MiB in 17 packages 19:16:17 Removing intermediate container 9d63ebe21af9 19:16:17 ---> aea184cb329a 19:16:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:16:17 ---> Running in bb4e0f2d30a6 19:16:18 Removing intermediate container bb4e0f2d30a6 19:16:18 ---> aa5ff90e80c9 19:16:18 Step 12/24 : WORKDIR / 19:16:18 ---> Running in 39815e102da0 19:16:19 Removing intermediate container 39815e102da0 19:16:19 ---> 9d16ae57d165 19:16:19 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:16:19 ---> aad3ae9e06c8 19:16:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:16:20 ---> 100a73a9f1a2 19:16:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:16:23 ---> 7ae9076d3d68 19:16:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:16:24 ---> fda27188a714 19:16:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:16:25 ---> f4584c40c6f7 19:16:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:16:27 ---> cc234b1e54b6 19:16:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:16:28 ---> 6af3afd76ef2 19:16:28 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:16:28 ---> Running in a4ce0020cbec 19:16:31 Removing intermediate container a4ce0020cbec 19:16:31 ---> 3733d8bc55ae 19:16:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:16:31 ---> Running in b9682b310059 19:16:32 Removing intermediate container b9682b310059 19:16:32 ---> b38521d25c1e 19:16:32 Step 22/24 : LABEL arch=arm64 19:16:32 ---> Running in c0598810aa68 19:16:32 Removing intermediate container c0598810aa68 19:16:32 ---> 895d211ab474 19:16:32 Step 23/24 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b 19:16:32 ---> Running in 360a953776c1 19:16:33 Removing intermediate container 360a953776c1 19:16:33 ---> 8a859277d631 19:16:33 Step 24/24 : LABEL version=0.0.0 19:16:33 ---> Running in 5fdaf780a35c 19:16:34 Removing intermediate container 5fdaf780a35c 19:16:34 ---> 20bbbd54a37e 19:16:34 19:16:34 Successfully built 20bbbd54a37e 19:16:34 Successfully tagged security-secretstore-setup-arm64:latest 19:16:52  Building security-secretstore-setup ... done Removing intermediate container 1b05f274613e 19:16:52 ---> 29481cd6b091 19:16:52 19:16:52 Step 9/32 : FROM alpine:3.16 19:16:52 ---> 2b4661558fb8 19:16:52 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:16:52 ---> Running in 285d8cd49699 19:16:52 Removing intermediate container 285d8cd49699 19:16:52 ---> 391d9bca1668 19:16:52 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 19:16:52 ---> Running in b4fa7103a823 19:16:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:16:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:16:54 (1/2) Installing dumb-init (1.2.5-r1) 19:16:54 (2/2) Installing su-exec (0.2-r1) 19:16:54 Executing busybox-1.35.0-r17.trigger 19:16:54 OK: 5 MiB in 16 packages 19:16:56 Removing intermediate container b4fa7103a823 19:16:56 ---> 9aa9a5ebe922 19:16:56 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 19:16:56 ---> Running in ee25d3669522 19:16:56 Removing intermediate container ee25d3669522 19:16:56 ---> 312b6e23f339 19:16:56 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:16:56 ---> Running in 9de6b700952a 19:16:57 Removing intermediate container 9de6b700952a 19:16:57 ---> 31cf5b2c75e8 19:16:57 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:16:57 ---> Running in e7f482324075 19:16:57 Removing intermediate container e7f482324075 19:16:57 ---> 576237ab6e1a 19:16:57 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:16:57 ---> Running in d55eb90afc0d 19:16:58 Removing intermediate container d55eb90afc0d 19:16:58 ---> d5a8cca589d1 19:16:58 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:16:58 ---> Running in 59d9b6c3fe2c 19:17:02 Removing intermediate container 59d9b6c3fe2c 19:17:02 ---> 312d44c8810b 19:17:02 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 19:17:02 ---> Running in 30e5c226f71c 19:17:03 Removing intermediate container 30e5c226f71c 19:17:03 ---> cd313bedbe27 19:17:03 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:17:04 ---> e23436c7749a 19:17:04 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:17:04 ---> Running in b7f48f446c81 19:17:07 Removing intermediate container b7f48f446c81 19:17:07 ---> f6799b09623f 19:17:07 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:17:08 ---> 0c1e6022ad04 19:17:08 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:17:10 ---> 4ade7bfcba7d 19:17:10 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:17:11 ---> 5f0dc5059ddb 19:17:11 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:17:12 ---> 89dba5d8d5c5 19:17:12 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:17:12 ---> 036a05c887c0 19:17:12 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:17:13 ---> 94606f6f46ae 19:17:13 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:17:16 ---> 2233f26c20cc 19:17:16 Step 27/32 : RUN chmod +x /entrypoint.sh 19:17:16 ---> Running in c49bcfc833a4 19:17:18 Removing intermediate container c49bcfc833a4 19:17:18 ---> 0ec0a65c61ce 19:17:18 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:17:18 ---> Running in 838521b540ae 19:17:19 Removing intermediate container 838521b540ae 19:17:19 ---> 896e7da6e401 19:17:19 Step 29/32 : CMD ["gate"] 19:17:19 ---> Running in e3f4889fdce7 19:17:20 Removing intermediate container e3f4889fdce7 19:17:20 ---> 41b5bc078812 19:17:20 Step 30/32 : LABEL arch=arm64 19:17:20 ---> Running in e1c4d73de2ae 19:17:20 Removing intermediate container e1c4d73de2ae 19:17:20 ---> 9fca0bb664d0 19:17:20 Step 31/32 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b 19:17:20 ---> Running in d10a98ce6e67 19:17:21 Removing intermediate container d10a98ce6e67 19:17:21 ---> ce7025478f7f 19:17:21 Step 32/32 : LABEL version=0.0.0 19:17:21 ---> Running in 0f6681427701 19:17:21 Removing intermediate container 0f6681427701 19:17:21 ---> e51c5b67be29 19:17:21 19:17:22 Successfully built e51c5b67be29 19:17:22 Successfully tagged security-bootstrapper-arm64:latest 19:18:01  Building security-bootstrapper ... done 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 19:18:03 Removing intermediate container 83b25851062d 19:18:03 ---> 42b353dd1d38 19:18:03 19:18:03 Step 10/23 : FROM alpine:3.16 19:18:03 ---> 2b4661558fb8 19:18:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:18:03 ---> Using cache 19:18:03 ---> ae9680b62989 19:18:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:18:03 ---> Using cache 19:18:03 ---> 2cb5e7ee68e8 19:18:03 Step 13/23 : ENV APP_PORT=59882 19:18:03 ---> Running in f2cebad2b029 19:18:03 Removing intermediate container f2cebad2b029 19:18:03 ---> 76ba4b59773e 19:18:03 Step 14/23 : EXPOSE $APP_PORT 19:18:03 ---> Running in 1cd2921f5eb0 19:18:03 Removing intermediate container 1cd2921f5eb0 19:18:03 ---> b62d8c0f96cf 19:18:03 Step 15/23 : WORKDIR / 19:18:04 ---> Running in d8af667c69a5 19:18:04 Removing intermediate container d8af667c69a5 19:18:04 ---> 64e557d39b28 19:18:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:18:06 ---> 55c6b8633309 19:18:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:18:06 Removing intermediate container 56fd1490d5b2 19:18:06 ---> 632bd7368659 19:18:06 19:18:06 Step 9/21 : FROM alpine:3.16 19:18:06 ---> 2b4661558fb8 19:18:06 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 19:18:06 ---> Running in cceb21954656 19:18:07 ---> 1c7320fe4eff 19:18:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:18:07 ---> 5bdd663b461e 19:18:07 Step 19/23 : ENTRYPOINT ["/core-command"] 19:18:07 ---> Running in 8f00d6820425 19:18:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:18:08 Removing intermediate container 8f00d6820425 19:18:08 ---> 972cc41a584d 19:18:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:18:08 ---> Running in 938c96480172 19:18:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:18:08 Removing intermediate container 938c96480172 19:18:08 ---> 6118df7e6b65 19:18:08 Step 21/23 : LABEL arch=arm64 19:18:08 ---> Running in a19722b981b8 19:18:08 Removing intermediate container a19722b981b8 19:18:08 ---> a054ddcf3609 19:18:08 Step 22/23 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b 19:18:09 ---> Running in 9030d4100a98 19:18:09 (1/6) Installing ca-certificates (20220614-r0) 19:18:09 Removing intermediate container 9030d4100a98 19:18:09 ---> 30603d26d3ab 19:18:09 Step 23/23 : LABEL version=0.0.0 19:18:09 (2/6) Installing brotli-libs (1.0.9-r6) 19:18:09 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:18:09 ---> Running in c3b38d8acd0c 19:18:09 (4/6) Installing libcurl (7.83.1-r5) 19:18:09 (5/6) Installing curl (7.83.1-r5) 19:18:09 (6/6) Installing dumb-init (1.2.5-r1) 19:18:09 Executing busybox-1.35.0-r17.trigger 19:18:09 Executing ca-certificates-20220614-r0.trigger 19:18:09 OK: 8 MiB in 20 packages 19:18:09 Removing intermediate container c3b38d8acd0c 19:18:09 ---> c55a31328b7a 19:18:09 19:18:10 Successfully built c55a31328b7a 19:18:10 Successfully tagged core-command-arm64:latest 19:18:10  Building core-command ... done Removing intermediate container cceb21954656 19:18:10 ---> bdc40bf0cd45 19:18:10 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:18:11 ---> Running in 8dd6897d15cb 19:18:11 Removing intermediate container 8dd6897d15cb 19:18:11 ---> cc018c340e22 19:18:11 Step 12/21 : WORKDIR /edgex 19:18:11 ---> Running in 26d483347b60 19:18:11 Removing intermediate container 26d483347b60 19:18:11 ---> 679866f96319 19:18:11 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:18:12 ---> 41176c8df716 19:18:12 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:18:13 ---> 667a51b1a631 19:18:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:18:14 ---> b4d1ab93dedb 19:18:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:18:14 ---> 760532c27ccb 19:18:14 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:18:14 ---> Running in ff197343b72f 19:18:16 Removing intermediate container ff197343b72f 19:18:16 ---> 220b74742f5c 19:18:16 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 19:18:16 ---> Running in c7d44783d857 19:18:16 Removing intermediate container c7d44783d857 19:18:16 ---> 08a858ae2e68 19:18:16 Step 19/21 : LABEL arch=arm64 19:18:16 ---> Running in 57e5e12b6727 19:18:17 Removing intermediate container 57e5e12b6727 19:18:17 ---> 081d73dc434b 19:18:17 Step 20/21 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b 19:18:17 ---> Running in 25ca5275c332 19:18:17 Removing intermediate container 25ca5275c332 19:18:17 ---> 5db8f04bf83d 19:18:17 Step 21/21 : LABEL version=0.0.0 19:18:17 ---> Running in 471c76b06803 19:18:17 Removing intermediate container 471c76b06803 19:18:17 ---> 042f1f024b03 19:18:17 19:18:18 Successfully built 042f1f024b03 19:18:18 Successfully tagged security-proxy-setup-arm64:latest 19:18:18  Building security-proxy-setup ... done  [Pipeline] } 19:18:18 $ docker stop --time=1 381327f39b196b3b7ecbe9dbdee9ff90233c0bd6c81f38245e3fe92298909279 19:18:20 $ docker rm -f --volumes 381327f39b196b3b7ecbe9dbdee9ff90233c0bd6c81f38245e3fe92298909279 [Pipeline] // withDockerContainer [Pipeline] sh 19:18:20 + docker images 19:18:20 REPOSITORY TAG IMAGE ID CREATED SIZE 19:18:20 security-proxy-setup-arm64 latest 042f1f024b03 3 seconds ago 26.8MB 19:18:20 core-command-arm64 latest c55a31328b7a 11 seconds ago 17MB 19:18:20 632bd7368659 14 seconds ago 1.5GB 19:18:20 42b353dd1d38 19 seconds ago 1.51GB 19:18:20 security-bootstrapper-arm64 latest e51c5b67be29 59 seconds ago 19.5MB 19:18:20 29481cd6b091 About a minute ago 1.5GB 19:18:20 security-secretstore-setup-arm64 latest 20bbbd54a37e About a minute ago 28.7MB 19:18:20 60a69770e900 2 minutes ago 1.5GB 19:18:20 core-data-arm64 latest 50060d4daeb2 3 minutes ago 17.2MB 19:18:20 3ca21dff8843 3 minutes ago 1.51GB 19:18:20 support-scheduler-arm64 latest e6293bb6fd6a 4 minutes ago 29MB 19:18:20 8d72c6b5d2c8 4 minutes ago 1.57GB 19:18:20 security-spire-server-arm64 latest 6f6e21ac70f6 4 minutes ago 84.3MB 19:18:20 241923baf3b4 5 minutes ago 1.38GB 19:18:20 security-spiffe-token-provider-arm64 latest 8b2589453988 5 minutes ago 28.9MB 19:18:20 fd5dd960b880 5 minutes ago 1.54GB 19:18:20 support-notifications-arm64 latest 9e925a487fa0 7 minutes ago 29.5MB 19:18:20 18a73d60c143 7 minutes ago 1.57GB 19:18:20 core-metadata-arm64 latest 2f2498b580d9 10 minutes ago 17.8MB 19:18:20 777b968976d4 10 minutes ago 1.52GB 19:18:20 core-common-config-bootstrapper-arm64 latest ee3595dd019f 10 minutes ago 14.9MB 19:18:20 7a80592dd2de 11 minutes ago 1.5GB 19:18:20 security-spire-agent-arm64 latest b0256ea99bca 16 minutes ago 122MB 19:18:20 security-spire-config-arm64 latest 150037254622 16 minutes ago 83.6MB 19:18:20 fb0a58340e56 17 minutes ago 1.38GB 19:18:20 486cb155afad 17 minutes ago 1.38GB 19:18:20 ci-base-image-arm64 latest c6fe74419192 30 minutes ago 905MB 19:18:20 alpine 3.16 2b4661558fb8 2 months ago 5.29MB 19:18:20 alpine 3.15 8aa73fd46299 2 months ago 5.33MB 19:18:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB 19:18:20 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 19:18:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:18:21 19:18:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:18:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:18:22 arm64: Pulling from edgex-lftools-log-publisher 19:18:22 8998bd30e6a1: Pulling fs layer 19:18:22 04944245beec: Pulling fs layer 19:18:22 699f458cf7ca: Pulling fs layer 19:18:22 765212b225bb: Pulling fs layer 19:18:22 f23df028b6ca: Pulling fs layer 19:18:22 d65c8cfc05b1: Pulling fs layer 19:18:22 2437ff75d9bd: Pulling fs layer 19:18:22 765212b225bb: Waiting 19:18:22 f23df028b6ca: Waiting 19:18:22 2437ff75d9bd: Waiting 19:18:22 04944245beec: Verifying Checksum 19:18:22 04944245beec: Download complete 19:18:22 765212b225bb: Verifying Checksum 19:18:22 765212b225bb: Download complete 19:18:22 f23df028b6ca: Verifying Checksum 19:18:22 f23df028b6ca: Download complete 19:18:22 d65c8cfc05b1: Verifying Checksum 19:18:22 d65c8cfc05b1: Download complete 19:18:22 699f458cf7ca: Verifying Checksum 19:18:22 699f458cf7ca: Download complete 19:18:23 8998bd30e6a1: Verifying Checksum 19:18:23 8998bd30e6a1: Download complete 19:18:25 2437ff75d9bd: Verifying Checksum 19:18:25 2437ff75d9bd: Download complete 19:18:27 8998bd30e6a1: Pull complete 19:18:27 04944245beec: Pull complete 19:18:28 699f458cf7ca: Pull complete 19:18:29 765212b225bb: Pull complete 19:18:29 f23df028b6ca: Pull complete 19:18:30 d65c8cfc05b1: Pull complete 19:18:45 2437ff75d9bd: Pull complete 19:18:45 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:18:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:18:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:18:45 prd-ubuntu20.04-docker-arm64-4c-16g-3827 does not seem to be running inside a container 19:18:45 $ 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 19:18:48 $ docker top a553195bc92db92afd7fbf288b5dbe5d2dd23187230c9fcf7056b1b42ff4d7f2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:18:49 ---> job-cost.sh 19:18:49 lf-activate-venv: SKIPPING 19:18:49 INFO: No Stack... 19:18:49 INFO: Retrieving Pricing Info for: v3-standard-4 19:18:50 INFO: Archiving Costs [Pipeline] sh 19:18:50 + cat /w/workspace/edgex-go/1/archives/cost.csv 19:18:50 + cut -d, -f6 [Pipeline] lock 19:18:50 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4311-1-stack-cost] 19:18:50 Resource [jenkins-edgexfoundry-edgex-go-PR-4311-1-stack-cost] did not exist. Created. 19:18:50 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4311-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:18:51 + echo total: 0.10999999940395355 [Pipeline] stash 19:18:51 Stashed 1 file(s) [Pipeline] } 19:18:51 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4311-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:18:52 $ docker stop --time=1 a553195bc92db92afd7fbf288b5dbe5d2dd23187230c9fcf7056b1b42ff4d7f2 19:18:53 $ docker rm -f --volumes a553195bc92db92afd7fbf288b5dbe5d2dd23187230c9fcf7056b1b42ff4d7f2 [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 19:18:54 provisioning config files... 19:18:54 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3579482861989788293tmp [Pipeline] { [Pipeline] sh 19:18:54 + set +x 19:18:54 + curl -s https://codecov.io/bash 19:18:54 + bash -s -- 19:18:54 19:18:54 _____ _ 19:18:54 / ____| | | 19:18:54 | | ___ __| | ___ ___ _____ __ 19:18:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:18:54 | |___| (_) | (_| | __/ (_| (_) \ V / 19:18:54 \_____\___/ \__,_|\___|\___\___/ \_/ 19:18:54 Bash-1.0.6 19:18:54 19:18:54 19:18:54 ==> git version 2.25.1 found 19:18:54 ==> 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 19:18:54 Release-Date: 2020-01-08 19:18:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:18:54 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:18:54 ==> Jenkins CI detected. 19:18:54 current dir:  /w/workspace/edgex-go/1 19:18:54 project root: . 19:18:54 --> token set from env 19:18:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:18:55 ==> Running gcov in . (disable via -X gcov) 19:18:55 ==> Python coveragepy not found 19:18:55 ==> Searching for coverage reports in: 19:18:55 + . 19:18:55 -> Found 1 reports 19:18:55 ==> Detecting git/mercurial file structure 19:18:55 ==> Reading reports 19:18:55 + ./coverage.out bytes=488778 19:18:55 ==> Appending adjustments 19:18:55 https://docs.codecov.io/docs/fixing-reports 19:18:56 + Found adjustments 19:18:56 ==> Gzipping contents 19:18:56 64K /tmp/codecov.wHKEQA.gz 19:18:56 ==> Uploading reports 19:18:56 url: https://codecov.io 19:18:56 query: branch=PR-4311&commit=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4311%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4311&job=&cmd_args= 19:18:56 -> Pinging Codecov 19:18:56 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4311&commit=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4311%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4311&job=&cmd_args= 19:18:56 -> Uploading to 19:18:56 https://storage.googleapis.com/codecov/v4/raw/2023-01-27/00271124DB129430A58F1EEE437C3FCB/ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2/0ffa4d7a-fb64-4a42-990c-207142fa4a39.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230127T191856Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=10eecad0e9fa62059b46118733b438bb9265768274723ea1c73f6ed5c5743611 19:18:56 % Total % Received % Xferd Average Speed Time Time Time Current 19:18:56 Dload Upload Total Spent Left Speed 19:18:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62992 0 0 100 62992 0 219k --:--:-- --:--:-- --:--:-- 219k 19:18:56 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [Pipeline] } 19:18:56 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 19:18:58 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:18:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:18:59 ---> package-listing.sh 19:18:59 ++ facter osfamily 19:18:59 ++ tr '[:upper:]' '[:lower:]' 19:18:59 + OS_FAMILY=debian 19:18:59 + workspace=/w/workspace/edgex-go/1 19:18:59 + START_PACKAGES=/tmp/packages_start.txt 19:18:59 + END_PACKAGES=/tmp/packages_end.txt 19:18:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:18:59 + PACKAGES=/tmp/packages_start.txt 19:18:59 + '[' /w/workspace/edgex-go/1 ']' 19:18:59 + PACKAGES=/tmp/packages_end.txt 19:18:59 + case "${OS_FAMILY}" in 19:18:59 + dpkg -l 19:18:59 + grep '^ii' 19:18:59 + '[' -f /tmp/packages_start.txt ']' 19:18:59 + '[' -f /tmp/packages_end.txt ']' 19:18:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:18:59 + '[' /w/workspace/edgex-go/1 ']' 19:18:59 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:18:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:18:59 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 19:19:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:19:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:19:00 19:19:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:19:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:19:01 latest: Pulling from edgex-lftools-log-publisher 19:19:01 5eb5b503b376: Pulling fs layer 19:19:01 5c69ac0246d0: Pulling fs layer 19:19:01 ec43610c2a17: Pulling fs layer 19:19:01 3a2ae6a8a46f: Pulling fs layer 19:19:01 33b1e0a273af: Pulling fs layer 19:19:01 5d3b04190fa2: Pulling fs layer 19:19:01 2f39f015ded8: Pulling fs layer 19:19:01 3a2ae6a8a46f: Waiting 19:19:01 5d3b04190fa2: Waiting 19:19:01 33b1e0a273af: Waiting 19:19:01 2f39f015ded8: Waiting 19:19:01 5c69ac0246d0: Download complete 19:19:01 3a2ae6a8a46f: Download complete 19:19:01 33b1e0a273af: Verifying Checksum 19:19:01 33b1e0a273af: Download complete 19:19:01 5d3b04190fa2: Verifying Checksum 19:19:01 5d3b04190fa2: Download complete 19:19:01 ec43610c2a17: Verifying Checksum 19:19:01 ec43610c2a17: Download complete 19:19:01 5eb5b503b376: Verifying Checksum 19:19:01 5eb5b503b376: Download complete 19:19:02 2f39f015ded8: Download complete 19:19:02 5eb5b503b376: Pull complete 19:19:02 5c69ac0246d0: Pull complete 19:19:03 ec43610c2a17: Pull complete 19:19:03 3a2ae6a8a46f: Pull complete 19:19:03 33b1e0a273af: Pull complete 19:19:03 5d3b04190fa2: Pull complete 19:19:09 2f39f015ded8: Pull complete 19:19:09 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:19:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:19:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:19:09 prd-ubuntu20.04-docker-8c-8g-3826 does not seem to be running inside a container 19:19:09 $ 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 19:19:19 $ docker top 611cc3efd6c5eaf7141f6d2c983d44ccdf88656cc02ce7f4d38b2bab624c4326 -eo pid,comm [Pipeline] { [Pipeline] sh 19:19:19 + touch /tmp/pre-build-complete [Pipeline] sh 19:19:19 + mkdir -p /var/log/sysstat [Pipeline] sh 19:19:20 + ls /var/log/sa-host 19:19:20 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:19:20 provisioning config files... 19:19:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config14020150520046251320tmp [Pipeline] { [Pipeline] echo 19:19:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:19:20 ---> create-netrc.sh [Pipeline] } 19:19:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:19:21 ---> python-tools-install.sh [Pipeline] echo 19:19:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:19:21 ---> sudo-logs.sh 19:19:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:19:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:19:21 ---> job-cost.sh 19:19:21 lf-activate-venv: SKIPPING 19:19:21 DEBUG: total: 0.10999999940395355 19:19:21 INFO: Retrieving Stack Cost... 19:19:22 INFO: Retrieving Pricing Info for: v3-standard-8 19:19:22 INFO: Archiving Costs [Pipeline] echo 19:19:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:19:23 ---> logs-deploy.sh 19:19:23 lf-activate-venv: SKIPPING 19:19:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4311/1 19:19:23 INFO: archiving workspace using pattern(s): 19:19:24 Archives upload complete. 19:19:24 INFO: archiving logs to Nexus 19:19:25 ---> uname -a: 19:19:25 Linux prd-ubuntu20-04-docker-8c-8g-3826 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:19:25 19:19:25 19:19:25 ---> lscpu: 19:19:25 Architecture: x86_64 19:19:25 CPU op-mode(s): 32-bit, 64-bit 19:19:25 Byte Order: Little Endian 19:19:25 Address sizes: 40 bits physical, 48 bits virtual 19:19:25 CPU(s): 8 19:19:25 On-line CPU(s) list: 0-7 19:19:25 Thread(s) per core: 1 19:19:25 Core(s) per socket: 1 19:19:25 Socket(s): 8 19:19:25 NUMA node(s): 1 19:19:25 Vendor ID: AuthenticAMD 19:19:25 CPU family: 23 19:19:25 Model: 49 19:19:25 Model name: AMD EPYC-Rome Processor 19:19:25 Stepping: 0 19:19:25 CPU MHz: 2799.996 19:19:25 BogoMIPS: 5599.99 19:19:25 Virtualization: AMD-V 19:19:25 Hypervisor vendor: KVM 19:19:25 Virtualization type: full 19:19:25 L1d cache: 256 KiB 19:19:25 L1i cache: 256 KiB 19:19:25 L2 cache: 4 MiB 19:19:25 L3 cache: 128 MiB 19:19:25 NUMA node0 CPU(s): 0-7 19:19:25 Vulnerability Itlb multihit: Not affected 19:19:25 Vulnerability L1tf: Not affected 19:19:25 Vulnerability Mds: Not affected 19:19:25 Vulnerability Meltdown: Not affected 19:19:25 Vulnerability Mmio stale data: Not affected 19:19:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:19:25 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:19:25 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:19:25 Vulnerability Srbds: Not affected 19:19:25 Vulnerability Tsx async abort: Not affected 19:19:25 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 19:19:25 19:19:25 19:19:25 ---> nproc: 19:19:25 8 19:19:25 19:19:25 19:19:25 ---> df -h: 19:19:25 Filesystem Size Used Avail Use% Mounted on 19:19:25 overlay 155G 20G 136G 13% / 19:19:25 tmpfs 64M 0 64M 0% /dev 19:19:25 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:19:25 shm 64M 0 64M 0% /dev/shm 19:19:25 /dev/vda1 155G 20G 136G 13% /facter-os 19:19:25 19:19:25 19:19:25 ---> sar -b -r -n DEV: 19:19:25 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3826) 01/27/23 _x86_64_ (8 CPU) 19:19:25 19:19:25 18:43:14 LINUX RESTART (8 CPU) 19:19:25 19:19:25 18:44:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:19:25 18:45:01 131.96 10.79 121.17 0.00 1770.68 64137.47 0.00 19:19:25 18:46:01 49.28 0.05 49.23 0.00 4.53 16804.55 0.00 19:19:25 18:47:01 75.55 0.33 75.22 0.00 14.66 31330.24 0.00 19:19:25 18:48:01 283.12 3.10 280.02 0.00 39.46 91990.53 0.00 19:19:25 18:49:01 284.77 5.16 279.61 0.00 109.43 164868.38 0.00 19:19:25 18:50:01 503.40 9.68 493.72 0.00 2830.39 146781.61 0.00 19:19:25 18:51:01 537.88 3.12 534.76 0.00 2303.22 150033.13 0.00 19:19:25 18:52:01 462.28 0.83 461.44 0.00 8.93 160614.26 0.00 19:19:25 18:53:01 404.98 0.32 404.67 0.00 2.53 118779.87 0.00 19:19:25 18:54:01 270.27 0.03 270.24 0.00 4.93 20823.86 0.00 19:19:25 18:55:01 1.77 0.00 1.77 0.00 0.00 19.46 0.00 19:19:25 18:56:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 19:19:25 18:57:01 0.92 0.00 0.92 0.00 0.00 10.00 0.00 19:19:25 18:58:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 19:19:25 18:59:01 1.85 0.02 1.83 0.00 0.13 20.13 0.00 19:19:25 19:00:01 1.85 0.00 1.85 0.00 0.00 24.00 0.00 19:19:25 19:01:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 19:19:25 19:02:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 19:19:25 19:03:01 0.88 0.00 0.88 0.00 0.00 10.40 0.00 19:19:25 19:04:01 1.78 0.00 1.78 0.00 0.00 20.66 0.00 19:19:25 19:05:01 0.87 0.00 0.87 0.00 0.00 9.86 0.00 19:19:25 19:06:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 19:19:25 19:07:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 19:19:25 19:08:01 1.43 0.00 1.43 0.00 0.00 15.86 0.00 19:19:25 19:09:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 19:19:25 19:10:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 19:19:25 19:11:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 19:19:25 19:12:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 19:19:25 19:13:01 0.82 0.00 0.82 0.00 0.00 9.07 0.00 19:19:25 19:14:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 19:19:25 19:15:01 0.98 0.00 0.98 0.00 0.00 10.66 0.00 19:19:25 19:16:01 1.37 0.00 1.37 0.00 0.00 15.73 0.00 19:19:25 19:17:01 0.93 0.02 0.92 0.00 0.13 10.80 0.00 19:19:25 19:18:01 1.55 0.00 1.55 0.00 0.00 17.46 0.00 19:19:25 19:19:01 1.88 0.27 1.62 0.00 20.80 55.59 0.00 19:19:25 Average: 86.73 0.96 85.78 0.00 202.39 27601.87 0.00 19:19:25 19:19:25 18:44:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:19:25 18:45:01 28094924 31575336 740004 2.25 111732 3578420 1833400 5.40 1150188 3211616 71260 19:19:25 18:46:01 27799972 31417116 891068 2.71 115100 3703260 2359880 6.95 1499080 3138164 299008 19:19:25 18:47:01 27961372 31546428 763648 2.32 117668 3668216 1944532 5.73 1246188 3232508 644 19:19:25 18:48:01 24227056 31495156 795880 2.42 200280 6992428 1942676 5.73 2017876 5896016 965032 19:19:25 18:49:01 20656244 31496188 800368 2.43 289168 10393076 1971680 5.81 1755588 9647668 1337640 19:19:25 18:50:01 21302800 31363396 910356 2.77 313284 9589948 2409900 7.10 2183956 8553496 12940 19:19:25 18:51:01 20371440 31367160 901292 2.74 334564 10469556 2705936 7.97 2395832 9226476 438364 19:19:25 18:52:01 18202792 31350336 912136 2.77 403060 12405280 2593668 7.64 2510020 11131804 697588 19:19:25 18:53:01 17369900 31400220 865260 2.63 442552 13192792 2401716 7.08 2542160 11882288 1004 19:19:25 18:54:01 18703512 31520260 752972 2.29 445300 12020000 1885656 5.56 2461368 10680396 476 19:19:25 18:55:01 18703544 31520308 752936 2.29 445300 12020008 1885656 5.56 2461356 10680400 56 19:19:25 18:56:01 18714128 31530904 742312 2.26 445308 12020012 1885656 5.56 2451104 10680404 4 19:19:25 18:57:01 18714308 31531100 742044 2.26 445328 12020004 1885656 5.56 2451116 10680404 220 19:19:25 18:58:01 18716476 31533284 740032 2.25 445336 12020008 1885656 5.56 2449620 10680408 40 19:19:25 18:59:01 18715516 31532380 740912 2.25 445376 12020012 1881020 5.54 2449736 10680412 48 19:19:25 19:00:01 18715996 31532876 740372 2.25 445408 12019996 1881020 5.54 2449724 10680388 8 19:19:25 19:01:01 18716140 31533028 740360 2.25 445424 12019988 1881020 5.54 2449728 10680392 56 19:19:25 19:02:01 18716140 31533060 740308 2.25 445440 12020004 1881020 5.54 2449756 10680396 24 19:19:25 19:03:01 18716044 31532968 740292 2.25 445456 12020008 1881020 5.54 2450036 10680400 28 19:19:25 19:04:01 18716100 31533064 740232 2.25 445492 12020008 1881020 5.54 2450156 10680416 16 19:19:25 19:05:01 18716144 31533200 739936 2.25 445496 12020016 1881020 5.54 2450124 10680416 12 19:19:25 19:06:01 18716120 31533232 739892 2.25 445512 12020016 1881020 5.54 2449844 10680420 140 19:19:25 19:07:01 18716080 31533196 739896 2.25 445516 12020016 1881020 5.54 2449848 10680420 8 19:19:25 19:08:01 18716024 31533288 739792 2.25 445532 12020152 1881020 5.54 2449856 10680552 56 19:19:25 19:09:01 18715660 31532940 739984 2.25 445580 12020156 1881020 5.54 2450352 10680556 232 19:19:25 19:10:01 18715708 31533052 739904 2.25 445612 12020156 1881020 5.54 2449952 10680556 48 19:19:25 19:11:01 18715660 31533008 739868 2.25 445636 12020156 1881020 5.54 2449936 10680560 24 19:19:25 19:12:01 18716084 31533492 739344 2.25 445660 12020168 1881020 5.54 2449984 10680568 4 19:19:25 19:13:01 18716036 31533444 739320 2.25 445672 12020168 1881020 5.54 2449988 10680568 8 19:19:25 19:14:01 18715744 31533188 739508 2.25 445688 12020172 1881020 5.54 2450096 10680572 32 19:19:25 19:15:01 18715936 31533380 739468 2.25 445716 12020164 1881020 5.54 2450020 10680572 16 19:19:25 19:16:01 18715912 31533408 739428 2.25 445740 12020176 1881020 5.54 2450100 10680576 8 19:19:25 19:17:01 18716160 31533736 739404 2.25 445760 12020180 1881020 5.54 2450692 10680580 244 19:19:25 19:18:01 18716176 31533756 739372 2.25 445784 12020180 1881020 5.54 2450136 10680580 16 19:19:25 19:19:01 18606916 31497588 775088 2.36 445840 12091804 2167320 6.39 2486024 10751704 71472 19:19:25 Average: 19784708 31508814 768085 2.34 397466 11045334 1982268 5.84 2316044 9819533 111336 19:19:25 19:19:25 18:44:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:19:25 18:45:01 lo 4.54 4.54 0.44 0.44 0.00 0.00 0.00 0.00 19:19:25 18:45:01 ens3 598.85 524.88 9308.77 80.60 0.00 0.00 0.00 0.00 19:19:25 18:45:01 docker0 328.45 314.25 25.53 3468.07 0.00 0.00 0.00 0.00 19:19:25 18:46:01 veth54f358a 1.57 1.72 0.12 0.14 0.00 0.00 0.00 0.00 19:19:25 18:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 18:46:01 ens3 37.93 26.20 35.42 16.42 0.00 0.00 0.00 0.00 19:19:25 18:46:01 docker0 1.57 1.60 0.10 0.14 0.00 0.00 0.00 0.00 19:19:25 18:47:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 19:19:25 18:47:01 ens3 87.94 56.22 1692.01 18.00 0.00 0.00 0.00 0.00 19:19:25 18:47:01 veth534eb95 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:19:25 18:47:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 18:48:01 ens3 1211.85 887.39 6097.04 84.19 0.00 0.00 0.00 0.00 19:19:25 18:48:01 vethab46873 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 19:19:25 18:48:01 docker0 873.74 1188.65 62.94 6072.77 0.00 0.00 0.00 0.00 19:19:25 18:49:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 19:19:25 18:49:01 ens3 199.18 52.45 400.57 5.65 0.00 0.00 0.00 0.00 19:19:25 18:49:01 vethab46873 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:50:01 lo 2.67 2.67 0.25 0.25 0.00 0.00 0.00 0.00 19:19:25 18:50:01 ens3 219.71 148.78 1416.50 113.79 0.00 0.00 0.00 0.00 19:19:25 18:50:01 vethab46873 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:19:25 18:50:01 docker0 12.50 22.16 0.81 295.76 0.00 0.00 0.00 0.00 19:19:25 18:50:01 vethe4d9a15 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:19:25 18:50:01 vethb3d742a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:19:25 18:51:01 veth4d83a3e 9.65 12.73 0.92 4.44 0.00 0.00 0.00 0.00 19:19:25 18:51:01 veth08f976a 15.80 22.16 1.52 7.18 0.00 0.00 0.00 0.00 19:19:25 18:51:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 19:19:25 18:51:01 ens3 212.60 101.87 1501.20 94.56 0.00 0.00 0.00 0.00 19:19:25 18:51:01 vethab46873 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 19:19:25 18:51:01 veth6d5a4df 0.85 0.72 0.08 0.46 0.00 0.00 0.00 0.00 19:19:25 18:51:01 docker0 29.93 42.79 2.37 93.15 0.00 0.00 0.00 0.00 19:19:25 18:52:01 veth5d1a1a0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:19:25 18:52:01 veth338a751 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:19:25 18:52:01 vethe711953 11.94 17.57 1.17 6.09 0.00 0.00 0.00 0.00 19:19:25 18:52:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 19:19:25 18:52:01 ens3 470.55 299.25 3725.80 40.73 0.00 0.00 0.00 0.00 19:19:25 18:52:01 vethab46873 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 19:19:25 18:52:01 docker0 278.41 438.29 22.83 3700.13 0.00 0.00 0.00 0.00 19:19:25 18:53:01 vethf4c22ef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:53:01 ens3 152.83 83.97 1303.60 14.86 0.00 0.00 0.00 0.00 19:19:25 18:53:01 vethab5c593 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:53:01 vethab46873 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:19:25 18:53:01 vethf4d39c4 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:19:25 18:53:01 docker0 72.73 135.47 6.21 1289.86 0.00 0.00 0.00 0.00 19:19:25 18:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 18:54:01 ens3 24.66 15.50 106.55 8.06 0.00 0.00 0.00 0.00 19:19:25 18:54:01 docker0 4.12 6.90 0.28 91.69 0.00 0.00 0.00 0.00 19:19:25 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:55:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 18:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:57:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 18:58:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 18:59:01 ens3 0.62 0.12 0.13 0.07 0.00 0.00 0.00 0.00 19:19:25 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:00:01 ens3 0.27 0.20 0.52 0.01 0.00 0.00 0.00 0.00 19:19:25 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:01:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:02:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:04:01 ens3 1.02 0.53 0.43 0.28 0.00 0.00 0.00 0.00 19:19:25 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:05:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:09:01 ens3 0.78 0.10 0.13 0.06 0.00 0.00 0.00 0.00 19:19:25 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:10:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:12:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:14:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 19:19:25 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:15:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:18:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:19:25 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 19:19:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 19:19:25 19:19:01 ens3 54.26 41.71 1116.92 8.49 0.00 0.00 0.00 0.00 19:19:25 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:25 Average: lo 0.36 0.36 0.03 0.03 0.00 0.00 0.00 0.00 19:19:25 Average: ens3 93.33 63.79 758.98 13.85 0.00 0.00 0.00 0.00 19:19:25 Average: docker0 45.62 61.32 3.45 427.49 0.00 0.00 0.00 0.00 19:19:25 19:19:25 19:19:25 ---> sar -P ALL: 19:19:25 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3826) 01/27/23 _x86_64_ (8 CPU) 19:19:25 19:19:25 18:43:14 LINUX RESTART (8 CPU) 19:19:25 19:19:25 18:44:02 CPU %user %nice %system %iowait %steal %idle 19:19:25 18:45:01 all 8.36 0.00 3.51 4.64 0.06 83.44 19:19:25 18:45:01 0 8.21 0.00 2.37 0.83 0.05 88.54 19:19:25 18:45:01 1 8.29 0.00 2.77 0.10 0.05 88.78 19:19:25 18:45:01 2 8.43 0.00 3.30 2.89 0.05 85.33 19:19:25 18:45:01 3 6.69 0.00 3.44 0.09 0.07 89.72 19:19:25 18:45:01 4 7.93 0.00 3.51 3.44 0.05 85.07 19:19:25 18:45:01 5 11.46 0.00 3.53 3.58 0.05 81.39 19:19:25 18:45:01 6 6.68 0.00 4.12 23.12 0.05 66.02 19:19:25 18:45:01 7 9.23 0.00 5.05 3.20 0.07 82.46 19:19:25 18:46:01 all 39.13 0.00 6.45 1.13 0.10 53.19 19:19:25 18:46:01 0 40.20 0.00 5.96 0.13 0.10 53.60 19:19:25 18:46:01 1 38.80 0.00 5.62 0.03 0.08 55.46 19:19:25 18:46:01 2 38.40 0.00 6.11 6.03 0.08 49.38 19:19:25 18:46:01 3 39.20 0.00 6.00 0.12 0.08 54.59 19:19:25 18:46:01 4 40.12 0.00 5.99 1.03 0.10 52.76 19:19:25 18:46:01 5 40.61 0.00 5.98 0.00 0.10 53.30 19:19:25 18:46:01 6 37.24 0.00 8.93 1.64 0.10 52.09 19:19:25 18:46:01 7 38.44 0.00 7.01 0.07 0.12 54.35 19:19:25 18:47:01 all 33.89 0.00 5.54 2.30 0.11 58.16 19:19:25 18:47:01 0 35.32 0.00 5.29 2.63 0.08 56.68 19:19:25 18:47:01 1 33.06 0.00 5.40 0.07 0.08 61.39 19:19:25 18:47:01 2 33.40 0.00 5.15 1.62 0.08 59.75 19:19:25 18:47:01 3 34.04 0.00 6.02 13.24 0.09 46.61 19:19:25 18:47:01 4 33.29 0.00 5.69 0.12 0.08 60.82 19:19:25 18:47:01 5 33.73 0.00 6.04 0.17 0.08 59.99 19:19:25 18:47:01 6 34.44 0.00 5.25 0.59 0.15 59.57 19:19:25 18:47:01 7 33.87 0.00 5.48 0.10 0.18 60.37 19:19:25 18:48:01 all 10.10 0.00 6.09 9.36 0.09 74.35 19:19:25 18:48:01 0 11.17 0.00 6.24 2.67 0.08 79.83 19:19:25 18:48:01 1 10.94 0.00 6.34 12.54 0.12 70.05 19:19:25 18:48:01 2 9.22 0.00 5.48 4.31 0.08 80.90 19:19:25 18:48:01 3 9.88 0.00 6.56 6.78 0.12 76.66 19:19:25 18:48:01 4 10.32 0.00 6.16 13.24 0.07 70.21 19:19:25 18:48:01 5 10.27 0.00 6.43 22.63 0.09 60.59 19:19:25 18:48:01 6 9.52 0.00 5.98 3.76 0.05 80.69 19:19:25 18:48:01 7 9.48 0.00 5.56 9.08 0.14 75.74 19:19:25 18:49:01 all 6.41 0.00 5.32 21.56 0.14 66.57 19:19:25 18:49:01 0 6.05 0.00 5.77 7.96 0.28 79.94 19:19:25 18:49:01 1 7.06 0.00 4.07 4.77 0.20 83.89 19:19:25 18:49:01 2 6.84 0.00 5.26 15.74 0.03 72.13 19:19:25 18:49:01 3 6.73 0.00 5.17 15.17 0.10 72.83 19:19:25 18:49:01 4 5.39 0.00 7.31 57.23 0.17 29.90 19:19:25 18:49:01 5 6.43 0.00 5.18 22.88 0.13 65.38 19:19:25 18:49:01 6 6.58 0.00 4.01 8.52 0.03 80.85 19:19:25 18:49:01 7 6.23 0.00 5.83 40.44 0.14 47.36 19:19:25 18:50:01 all 40.00 0.00 9.39 14.13 0.12 36.36 19:19:25 18:50:01 0 38.87 0.00 8.48 25.94 0.14 26.58 19:19:25 18:50:01 1 40.11 0.00 8.82 7.37 0.10 43.60 19:19:25 18:50:01 2 42.05 0.00 10.11 8.12 0.12 39.60 19:19:25 18:50:01 3 40.71 0.00 8.61 4.85 0.10 45.73 19:19:25 18:50:01 4 37.48 0.00 9.32 20.31 0.10 32.78 19:19:25 18:50:01 5 41.07 0.00 10.42 23.47 0.12 24.92 19:19:25 18:50:01 6 38.50 0.00 9.78 3.23 0.19 48.31 19:19:25 18:50:01 7 41.19 0.00 9.56 19.99 0.12 29.14 19:19:25 18:51:01 all 41.18 0.00 11.60 18.93 0.24 28.06 19:19:25 18:51:01 0 39.57 0.00 11.67 28.61 0.38 19.78 19:19:25 18:51:01 1 42.55 0.00 9.93 15.73 0.22 31.55 19:19:25 18:51:01 2 42.74 0.00 11.75 23.34 0.14 22.03 19:19:25 18:51:01 3 42.08 0.00 11.14 15.43 0.33 31.01 19:19:25 18:51:01 4 38.07 0.00 12.16 25.58 0.14 24.05 19:19:25 18:51:01 5 39.85 0.00 11.19 15.13 0.21 33.62 19:19:25 18:51:01 6 43.59 0.00 13.78 18.02 0.26 24.34 19:19:25 18:51:01 7 41.05 0.00 11.16 9.57 0.24 37.98 19:19:25 18:52:01 all 13.62 0.00 8.07 32.04 0.20 46.07 19:19:25 18:52:01 0 11.39 0.00 8.85 17.42 0.17 62.17 19:19:25 18:52:01 1 13.00 0.00 6.32 18.94 0.16 61.59 19:19:25 18:52:01 2 14.29 0.00 8.19 34.11 0.14 43.27 19:19:25 18:52:01 3 14.45 0.00 8.98 35.00 0.19 41.37 19:19:25 18:52:01 4 13.03 0.00 5.34 23.84 0.21 57.58 19:19:25 18:52:01 5 14.33 0.00 6.50 21.94 0.21 57.02 19:19:25 18:52:01 6 15.58 0.00 11.02 53.95 0.23 19.23 19:19:25 18:52:01 7 12.91 0.00 9.41 51.87 0.27 25.54 19:19:25 18:53:01 all 40.39 0.00 9.36 15.34 0.26 34.65 19:19:25 18:53:01 0 38.87 0.00 8.27 15.95 0.21 36.70 19:19:25 18:53:01 1 39.82 0.00 9.11 8.95 0.16 41.96 19:19:25 18:53:01 2 41.33 0.00 8.96 10.88 0.14 38.69 19:19:25 18:53:01 3 39.49 0.00 9.14 9.84 0.16 41.37 19:19:25 18:53:01 4 39.56 0.00 8.95 18.63 0.29 32.57 19:19:25 18:53:01 5 37.13 0.00 9.09 29.93 0.35 23.50 19:19:25 18:53:01 6 45.40 0.00 11.02 8.78 0.53 34.27 19:19:25 18:53:01 7 41.35 0.00 10.25 19.88 0.28 28.25 19:19:25 18:54:01 all 12.30 0.00 2.83 2.12 0.09 82.66 19:19:25 18:54:01 0 12.05 0.00 2.99 1.41 0.12 83.43 19:19:25 18:54:01 1 12.23 0.00 2.37 1.29 0.17 83.94 19:19:25 18:54:01 2 13.50 0.00 3.17 4.86 0.08 78.38 19:19:25 18:54:01 3 12.05 0.00 2.62 1.46 0.05 83.82 19:19:25 18:54:01 4 11.07 0.00 2.80 1.34 0.03 84.75 19:19:25 18:54:01 5 11.81 0.00 2.77 2.15 0.05 83.22 19:19:25 18:54:01 6 13.27 0.00 3.30 2.15 0.05 81.23 19:19:25 18:54:01 7 12.44 0.00 2.64 2.29 0.17 82.46 19:19:25 18:55:01 all 0.17 0.00 0.01 0.01 0.01 99.80 19:19:25 18:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 18:55:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:19:25 18:55:01 2 1.35 0.00 0.02 0.00 0.02 98.61 19:19:25 18:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 18:55:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 18:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 18:55:01 6 0.02 0.00 0.02 0.08 0.02 99.87 19:19:25 18:55:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 19:19:25 18:55:01 CPU %user %nice %system %iowait %steal %idle 19:19:25 18:56:01 all 0.24 0.00 0.01 0.01 0.01 99.73 19:19:25 18:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 18:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:19:25 18:56:01 2 1.81 0.00 0.02 0.00 0.00 98.17 19:19:25 18:56:01 3 0.00 0.00 0.02 0.00 0.03 99.95 19:19:25 18:56:01 4 0.02 0.00 0.00 0.02 0.00 99.97 19:19:25 18:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 18:56:01 6 0.03 0.00 0.00 0.07 0.02 99.88 19:19:25 18:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 18:57:01 all 0.00 0.00 0.01 0.02 0.00 99.97 19:19:25 18:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 18:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 18:57:01 2 0.02 0.00 0.00 0.00 0.02 99.97 19:19:25 18:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 18:57:01 4 0.00 0.00 0.03 0.12 0.00 99.85 19:19:25 18:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 18:57:01 6 0.00 0.00 0.03 0.02 0.02 99.93 19:19:25 18:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 18:58:01 all 0.04 0.00 0.01 0.00 0.00 99.94 19:19:25 18:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:19:25 18:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 18:58:01 2 0.22 0.00 0.10 0.00 0.00 99.68 19:19:25 18:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 18:58:01 4 0.00 0.00 0.00 0.02 0.00 99.98 19:19:25 18:58:01 5 0.00 0.00 0.00 0.00 0.02 99.98 19:19:25 18:58:01 6 0.02 0.00 0.00 0.02 0.00 99.97 19:19:25 18:58:01 7 0.07 0.00 0.00 0.00 0.02 99.92 19:19:25 18:59:01 all 0.02 0.00 0.03 0.01 0.01 99.94 19:19:25 18:59:01 0 0.00 0.00 0.03 0.02 0.00 99.95 19:19:25 18:59:01 1 0.00 0.00 0.03 0.00 0.02 99.95 19:19:25 18:59:01 2 0.03 0.00 0.02 0.00 0.02 99.93 19:19:25 18:59:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:19:25 18:59:01 4 0.02 0.00 0.00 0.00 0.02 99.97 19:19:25 18:59:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:19:25 18:59:01 6 0.02 0.00 0.02 0.03 0.00 99.93 19:19:25 18:59:01 7 0.03 0.00 0.08 0.00 0.00 99.88 19:19:25 19:00:01 all 0.16 0.00 0.02 0.06 0.00 99.76 19:19:25 19:00:01 0 0.02 0.00 0.00 0.00 0.02 99.97 19:19:25 19:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:00:01 2 1.09 0.00 0.08 0.00 0.00 98.82 19:19:25 19:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:00:01 4 0.03 0.00 0.02 0.00 0.00 99.95 19:19:25 19:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:00:01 6 0.05 0.00 0.02 0.48 0.00 99.45 19:19:25 19:00:01 7 0.05 0.00 0.05 0.00 0.02 99.88 19:19:25 19:01:01 all 0.17 0.00 0.00 0.05 0.03 99.75 19:19:25 19:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:19:25 19:01:01 2 1.27 0.00 0.00 0.00 0.00 98.73 19:19:25 19:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 19:01:01 4 0.02 0.00 0.00 0.00 0.02 99.97 19:19:25 19:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:01:01 6 0.02 0.00 0.00 0.38 0.18 99.42 19:19:25 19:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:02:01 all 0.07 0.00 0.01 0.14 0.01 99.78 19:19:25 19:02:01 0 0.00 0.00 0.02 0.33 0.03 99.62 19:19:25 19:02:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 19:02:01 2 0.47 0.00 0.00 0.00 0.02 99.52 19:19:25 19:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:02:01 4 0.07 0.00 0.02 0.00 0.02 99.90 19:19:25 19:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:02:01 6 0.00 0.00 0.00 0.77 0.00 99.23 19:19:25 19:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:19:25 19:03:01 all 0.04 0.00 0.01 0.01 0.00 99.94 19:19:25 19:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:03:01 1 0.00 0.00 0.00 0.02 0.00 99.98 19:19:25 19:03:01 2 0.30 0.00 0.02 0.00 0.00 99.68 19:19:25 19:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:03:01 4 0.03 0.00 0.03 0.00 0.00 99.93 19:19:25 19:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:03:01 6 0.00 0.00 0.00 0.03 0.00 99.97 19:19:25 19:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:04:01 all 0.02 0.00 0.01 0.05 0.02 99.91 19:19:25 19:04:01 0 0.00 0.00 0.00 0.02 0.00 99.98 19:19:25 19:04:01 1 0.02 0.00 0.00 0.32 0.02 99.65 19:19:25 19:04:01 2 0.08 0.00 0.02 0.00 0.03 99.87 19:19:25 19:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:04:01 4 0.03 0.00 0.05 0.00 0.05 99.87 19:19:25 19:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:04:01 6 0.00 0.00 0.00 0.07 0.05 99.88 19:19:25 19:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:05:01 all 0.02 0.00 0.01 0.00 0.00 99.97 19:19:25 19:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:19:25 19:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:19:25 19:05:01 2 0.05 0.00 0.00 0.00 0.02 99.93 19:19:25 19:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:05:01 4 0.03 0.00 0.03 0.00 0.00 99.93 19:19:25 19:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 19:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:06:01 all 0.01 0.00 0.01 0.01 0.01 99.97 19:19:25 19:06:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:06:01 1 0.00 0.00 0.00 0.02 0.00 99.98 19:19:25 19:06:01 2 0.05 0.00 0.02 0.00 0.00 99.93 19:19:25 19:06:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 19:06:01 4 0.02 0.00 0.03 0.00 0.03 99.92 19:19:25 19:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:06:01 6 0.00 0.00 0.02 0.03 0.00 99.95 19:19:25 19:06:01 7 0.00 0.00 0.02 0.00 0.02 99.97 19:19:25 19:19:25 19:06:01 CPU %user %nice %system %iowait %steal %idle 19:19:25 19:07:01 all 0.02 0.00 0.00 0.03 0.00 99.95 19:19:25 19:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:07:01 1 0.00 0.00 0.00 0.02 0.00 99.98 19:19:25 19:07:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:19:25 19:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:07:01 4 0.07 0.00 0.02 0.00 0.02 99.90 19:19:25 19:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:07:01 6 0.00 0.00 0.00 0.18 0.02 99.80 19:19:25 19:07:01 7 0.03 0.00 0.02 0.00 0.00 99.95 19:19:25 19:08:01 all 0.08 0.00 0.01 0.00 0.00 99.91 19:19:25 19:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:19:25 19:08:01 2 0.48 0.00 0.03 0.00 0.02 99.47 19:19:25 19:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:08:01 4 0.05 0.00 0.02 0.00 0.00 99.93 19:19:25 19:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:08:01 6 0.02 0.00 0.00 0.02 0.00 99.97 19:19:25 19:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:09:01 all 0.11 0.00 0.00 0.01 0.00 99.88 19:19:25 19:09:01 0 0.02 0.00 0.00 0.00 0.02 99.97 19:19:25 19:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:09:01 2 0.76 0.00 0.02 0.00 0.00 99.22 19:19:25 19:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 19:09:01 4 0.02 0.00 0.00 0.00 0.02 99.97 19:19:25 19:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:09:01 6 0.00 0.00 0.00 0.08 0.00 99.92 19:19:25 19:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:19:25 19:10:01 all 0.01 0.00 0.00 0.01 0.00 99.98 19:19:25 19:10:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:10:01 1 0.00 0.00 0.00 0.02 0.00 99.98 19:19:25 19:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:10:01 4 0.00 0.00 0.02 0.00 0.02 99.97 19:19:25 19:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 19:10:01 6 0.02 0.00 0.00 0.03 0.00 99.95 19:19:25 19:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:11:01 all 0.01 0.00 0.01 0.01 0.00 99.97 19:19:25 19:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:11:01 1 0.02 0.00 0.02 0.07 0.00 99.90 19:19:25 19:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:11:01 4 0.03 0.00 0.03 0.00 0.00 99.93 19:19:25 19:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:12:01 all 0.01 0.00 0.01 0.02 0.01 99.95 19:19:25 19:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 19:12:01 1 0.02 0.00 0.00 0.05 0.00 99.93 19:19:25 19:12:01 2 0.02 0.00 0.00 0.00 0.02 99.97 19:19:25 19:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 19:12:01 4 0.00 0.00 0.03 0.12 0.02 99.83 19:19:25 19:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:12:01 6 0.00 0.00 0.00 0.02 0.00 99.98 19:19:25 19:12:01 7 0.03 0.00 0.00 0.00 0.02 99.95 19:19:25 19:13:01 all 0.01 0.00 0.01 0.02 0.00 99.96 19:19:25 19:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:13:01 1 0.02 0.00 0.00 0.12 0.02 99.85 19:19:25 19:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:13:01 4 0.03 0.00 0.03 0.00 0.02 99.92 19:19:25 19:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:13:01 6 0.00 0.00 0.00 0.02 0.00 99.98 19:19:25 19:13:01 7 0.02 0.00 0.03 0.00 0.00 99.95 19:19:25 19:14:01 all 0.02 0.00 0.01 0.00 0.00 99.97 19:19:25 19:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 19:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:19:25 19:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 19:14:01 4 0.05 0.00 0.00 0.02 0.02 99.92 19:19:25 19:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:14:01 7 0.05 0.00 0.02 0.00 0.00 99.93 19:19:25 19:15:01 all 0.01 0.00 0.01 0.00 0.00 99.97 19:19:25 19:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:15:01 2 0.02 0.00 0.02 0.00 0.02 99.95 19:19:25 19:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:15:01 4 0.02 0.00 0.02 0.02 0.00 99.95 19:19:25 19:15:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:19:25 19:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 19:19:25 19:15:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:19:25 19:16:01 all 0.02 0.00 0.00 0.00 0.00 99.97 19:19:25 19:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 19:19:25 19:16:01 4 0.03 0.00 0.02 0.02 0.02 99.92 19:19:25 19:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:16:01 6 0.02 0.00 0.00 0.02 0.00 99.97 19:19:25 19:16:01 7 0.05 0.00 0.00 0.00 0.00 99.95 19:19:25 19:17:01 all 0.01 0.00 0.01 0.00 0.01 99.97 19:19:25 19:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 19:17:01 1 0.00 0.00 0.02 0.00 0.02 99.97 19:19:25 19:17:01 2 0.00 0.00 0.02 0.00 0.02 99.97 19:19:25 19:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:19:25 19:17:01 4 0.02 0.00 0.02 0.00 0.02 99.95 19:19:25 19:17:01 5 0.02 0.00 0.00 0.02 0.00 99.97 19:19:25 19:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:19:25 19:17:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:19:25 19:19:25 19:17:01 CPU %user %nice %system %iowait %steal %idle 19:19:25 19:18:01 all 0.01 0.00 0.01 0.01 0.00 99.97 19:19:25 19:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:18:01 1 0.00 0.00 0.00 0.02 0.00 99.98 19:19:25 19:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:18:01 4 0.03 0.00 0.03 0.00 0.03 99.90 19:19:25 19:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:19:25 19:18:01 6 0.00 0.00 0.00 0.08 0.00 99.92 19:19:25 19:18:01 7 0.03 0.00 0.02 0.00 0.00 99.95 19:19:25 19:19:01 all 0.61 0.00 0.28 0.01 0.01 99.08 19:19:25 19:19:01 0 0.43 0.00 0.23 0.00 0.02 99.32 19:19:25 19:19:01 1 0.18 0.00 0.17 0.00 0.02 99.63 19:19:25 19:19:01 2 0.97 0.00 0.30 0.02 0.00 98.71 19:19:25 19:19:01 3 1.12 0.00 0.35 0.00 0.00 98.53 19:19:25 19:19:01 4 0.72 0.00 0.40 0.02 0.02 98.85 19:19:25 19:19:01 5 0.85 0.00 0.42 0.00 0.02 98.72 19:19:25 19:19:01 6 0.27 0.00 0.17 0.03 0.02 99.52 19:19:25 19:19:01 7 0.35 0.00 0.23 0.00 0.02 99.40 19:19:25 Average: all 6.93 0.00 1.92 3.40 0.04 87.70 19:19:25 Average: 0 6.77 0.00 1.85 2.88 0.05 88.44 19:19:25 Average: 1 6.91 0.00 1.71 1.96 0.04 89.38 19:19:25 Average: 2 7.27 0.00 1.91 3.11 0.03 87.68 19:19:25 Average: 3 6.89 0.00 1.90 2.84 0.04 88.34 19:19:25 Average: 4 6.67 0.00 1.91 4.64 0.04 86.74 19:19:25 Average: 5 6.94 0.00 1.89 3.96 0.04 87.16 19:19:25 Average: 6 7.06 0.00 2.17 3.51 0.06 87.20 19:19:25 Average: 7 6.92 0.00 2.02 4.33 0.05 86.69 19:19:25 19:19:25 19:19:25