Pull request #4575 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 54e46970489e3162fa4903bbd7e5a84136ec21bb+1557ff349175bf3a04544285f7fd6db72d380d6c (89c392f7e330e22250615c0996aaa0b450b8807e) 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-ssh4805534963536254530.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh16837254092923521031.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-4575/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-4575/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7952697242352934789.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-4575/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15801927115959166237.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh9206328886256460982.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-4575/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-4575/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4588209058445318747.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 4fc256d9079ed2258907e613f84b1b8da264a4bd Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-16337 in /w/workspace/edgexfoundry_edgex-go_PR-4575 [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/4575/head:refs/remotes/origin/PR-4575 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1557ff349175bf3a04544285f7fd6db72d380d6c into PR head commit 54e46970489e3162fa4903bbd7e5a84136ec21bb Merge succeeded, producing 54e46970489e3162fa4903bbd7e5a84136ec21bb Checking out Revision 54e46970489e3162fa4903bbd7e5a84136ec21bb (PR-4575) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:14:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:14:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW > git config core.sparsecheckout # timeout=10 > git checkout -f 54e46970489e3162fa4903bbd7e5a84136ec21bb # 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 1557ff349175bf3a04544285f7fd6db72d380d6c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54e46970489e3162fa4903bbd7e5a84136ec21bb # timeout=10 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:14:09 ========================================================= 18:14:09 EdgeX Global Pipelines Version Info 18:14:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:14:10 ------------------- 18:14:10 stable info: 18:14:10 ------------------- 18:14:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:14:10 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 18:14:10 Message: update stable to v1.0.249 18:14:10 ------------------- 18:14:10 experimental info: 18:14:10 ------------------- 18:14:10 Commited By: **** collab-it+edgex@linuxfoundation.org 18:14:10 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 18:14:10 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:14:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4575 [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4575 [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4575 [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54e46970489e3162fa4903bbd7e5a84136ec21bb [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54e4697 [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:14:12 provisioning config files... 18:14:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8886556119378184641tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:14:12 ---> docker-login.sh 18:14:12 nexus3.edgexfoundry.org:10001 18:14:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:13 Configure a credential helper to remove this warning. See 18:14:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:13 18:14:13 Login Succeeded 18:14:13 nexus3.edgexfoundry.org:10002 18:14:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:13 Configure a credential helper to remove this warning. See 18:14:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:13 18:14:13 Login Succeeded 18:14:13 nexus3.edgexfoundry.org:10003 18:14:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:13 Configure a credential helper to remove this warning. See 18:14:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:13 18:14:13 Login Succeeded 18:14:13 nexus3.edgexfoundry.org:10004 18:14:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:13 Configure a credential helper to remove this warning. See 18:14:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:13 18:14:13 Login Succeeded 18:14:13 docker.io 18:14:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:14 Configure a credential helper to remove this warning. See 18:14:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:14 18:14:14 Login Succeeded 18:14:14 ---> docker-login.sh ends [Pipeline] } 18:14:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:14:14 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 18:14:14 + cut -d/ -f2 18:14:14 + dirname cmd/core-command/Dockerfile 18:14:14 + echo core-command,cmd/core-command/Dockerfile 18:14:14 + dirname cmd/core-common-config-bootstrapper/Dockerfile 18:14:14 + cut -d/ -f2 18:14:14 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 18:14:14 + dirname cmd/core-data/Dockerfile 18:14:14 + cut -d/ -f2 18:14:14 + echo core-data,cmd/core-data/Dockerfile 18:14:14 + dirname cmd/core-metadata/Dockerfile 18:14:14 + cut -d/ -f2 18:14:14 + echo core-metadata,cmd/core-metadata/Dockerfile 18:14:14 + dirname cmd/security-bootstrapper/Dockerfile 18:14:14 + cut -d/ -f2 18:14:14 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:14:14 + dirname cmd/security-proxy-auth/Dockerfile 18:14:14 + cut -d/ -f2 18:14:14 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 18:14:14 + dirname cmd/security-proxy-setup/Dockerfile 18:14:14 + cut -d/ -f2 18:14:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:14:14 + cut -d/ -f2 18:14:14 + dirname cmd/security-secretstore-setup/Dockerfile 18:14:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:14:14 + dirname cmd/security-spiffe-token-provider/Dockerfile 18:14:14 + cut -d/ -f2 18:14:14 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 18:14:14 + dirname cmd/security-spire-agent/Dockerfile 18:14:14 + cut -d/ -f2 18:14:14 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 18:14:14 + + cut -d/dirname -f2 cmd/security-spire-config/Dockerfile 18:14:14 18:14:14 + echo security-spire-config,cmd/security-spire-config/Dockerfile 18:14:14 + dirname cmd/security-spire-server/Dockerfile 18:14:14 + cut -d/ -f2 18:14:14 + echo security-spire-server,cmd/security-spire-server/Dockerfile 18:14:14 + dirname cmd/support-notifications/Dockerfile 18:14:14 + cut -d/ -f2 18:14:14 + echo support-notifications,cmd/support-notifications/Dockerfile 18:14:14 + dirname cmd/support-scheduler/Dockerfile 18:14:14 + cut -d/ -f2 18:14:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 18:14:14 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:14:15 + git rev-list -1 --merges 54e46970489e3162fa4903bbd7e5a84136ec21bb~1..54e46970489e3162fa4903bbd7e5a84136ec21bb [Pipeline] echo 18:14:15 -----------> git rev-list -1 --merges 54e46970489e3162fa4903bbd7e5a84136ec21bb~1..54e46970489e3162fa4903bbd7e5a84136ec21bb 54e46970489e3162fa4903bbd7e5a84136ec21bb [false] [Pipeline] sh 18:14:15 + git log --format=format:%s -1 54e46970489e3162fa4903bbd7e5a84136ec21bb [Pipeline] echo 18:14:15 ========================================================= 18:14:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:14:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 18:14:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:14:15 + grep -v github /etc/ssh/ssh_known_hosts 18:14:15 + [ -e /tmp/ssh_known_hosts ] 18:14:15 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:14:15 + + sudo tee -aecho /etc/ssh/ssh_known_hosts 18:14:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:14:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:14:16 18:14:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:14:16 0.1.4: Pulling from edgex-devops/py-git-semver 18:14:16 b85a868b505f: Pulling fs layer 18:14:16 e2be974225ed: Pulling fs layer 18:14:16 339a4e72a1f5: Pulling fs layer 18:14:16 988bab9f4d93: Pulling fs layer 18:14:16 1469e6f7b9e6: Pulling fs layer 18:14:16 eaf3925da568: Pulling fs layer 18:14:16 bab4dde63d76: Pulling fs layer 18:14:16 bde34c3a00c8: Pulling fs layer 18:14:16 b352a97aabf1: Pulling fs layer 18:14:16 4872d77fe225: Pulling fs layer 18:14:16 5851b861e8e6: Pulling fs layer 18:14:16 1469e6f7b9e6: Waiting 18:14:16 5851b861e8e6: Waiting 18:14:16 bab4dde63d76: Waiting 18:14:16 eaf3925da568: Waiting 18:14:16 bde34c3a00c8: Waiting 18:14:16 b352a97aabf1: Waiting 18:14:16 4872d77fe225: Waiting 18:14:16 988bab9f4d93: Waiting 18:14:16 e2be974225ed: Download complete 18:14:16 988bab9f4d93: Verifying Checksum 18:14:16 988bab9f4d93: Download complete 18:14:17 1469e6f7b9e6: Verifying Checksum 18:14:17 1469e6f7b9e6: Download complete 18:14:17 339a4e72a1f5: Verifying Checksum 18:14:17 339a4e72a1f5: Download complete 18:14:17 eaf3925da568: Download complete 18:14:17 bde34c3a00c8: Download complete 18:14:17 b352a97aabf1: Verifying Checksum 18:14:17 b352a97aabf1: Download complete 18:14:17 4872d77fe225: Verifying Checksum 18:14:17 4872d77fe225: Download complete 18:14:17 5851b861e8e6: Verifying Checksum 18:14:17 5851b861e8e6: Download complete 18:14:17 b85a868b505f: Verifying Checksum 18:14:17 b85a868b505f: Download complete 18:14:17 bab4dde63d76: Verifying Checksum 18:14:17 bab4dde63d76: Download complete 18:14:18 b85a868b505f: Pull complete 18:14:18 e2be974225ed: Pull complete 18:14:19 339a4e72a1f5: Pull complete 18:14:19 988bab9f4d93: Pull complete 18:14:19 1469e6f7b9e6: Pull complete 18:14:19 eaf3925da568: Pull complete 18:14:21 bab4dde63d76: Pull complete 18:14:21 bde34c3a00c8: Pull complete 18:14:21 b352a97aabf1: Pull complete 18:14:21 4872d77fe225: Pull complete 18:14:21 5851b861e8e6: Pull complete 18:14:21 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:14:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:14:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:21 prd-ubuntu20.04-docker-8c-8g-16337 does not seem to be running inside a container 18:14:22 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:14:23 $ docker top ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 -eo pid,comm 18:14:23 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:14:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:14:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:14:24 [ssh-agent] Looking for ssh-agent implementation... 18:14:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:14:24 $ docker exec ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 ssh-agent 18:14:24 SSH_AUTH_SOCK=/tmp/ssh-xnGxgCCS9Jtk/agent.33 18:14:24 SSH_AGENT_PID=39 18:14:24 Running ssh-add (command line suppressed) 18:14:24 Identity added: /w/workspace/edgex-go/1@tmp/private_key_14013511431673803833.key (/w/workspace/edgex-go/1@tmp/private_key_14013511431673803833.key) 18:14:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:14:24 + git tag --points-at HEAD [Pipeline] } 18:14:24 $ docker exec --env ******** --env ******** ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 ssh-agent -k 18:14:24 unset SSH_AUTH_SOCK; 18:14:24 unset SSH_AGENT_PID; 18:14:24 echo Agent pid 39 killed; 18:14:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:14:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:14:24 [ssh-agent] Looking for ssh-agent implementation... 18:14:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:14:25 $ docker exec ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 ssh-agent 18:14:25 SSH_AUTH_SOCK=/tmp/ssh-wjPaOdM8fcAV/agent.71 18:14:25 SSH_AGENT_PID=77 18:14:25 Running ssh-add (command line suppressed) 18:14:25 Identity added: /w/workspace/edgex-go/1@tmp/private_key_14233350125922736247.key (/w/workspace/edgex-go/1@tmp/private_key_14233350125922736247.key) 18:14:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:14:25 + git semver init 18:14:25 2023-05-22 18:14:25,813 [run_init] DEBUG init version:0.0.0 force:False 18:14:25 2023-05-22 18:14:25,814 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 18:14:25 2023-05-22 18:14:25,815 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 18:14:25 2023-05-22 18:14:25,815 [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:14:31 2023-05-22 18:14:30,501 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 18:14:31 2023-05-22 18:14:30,503 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4575 with force:False 18:14:31 2023-05-22 18:14:30,503 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4575 18:14:31 2023-05-22 18:14:30,508 [execute] INFO git cat-file --batch-check 18:14:31 2023-05-22 18:14:30,509 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 18:14:31 2023-05-22 18:14:30,515 [execute] INFO git cat-file --batch 18:14:31 2023-05-22 18:14:30,515 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 18:14:31 2023-05-22 18:14:30,521 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4575 18:14:31 0.0.0 [Pipeline] } 18:14:31 $ docker exec --env ******** --env ******** ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 ssh-agent -k 18:14:31 unset SSH_AUTH_SOCK; 18:14:31 unset SSH_AGENT_PID; 18:14:31 echo Agent pid 77 killed; 18:14:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:14:31 + git semver [Pipeline] } 18:14:32 $ docker stop --time=1 ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 18:14:33 $ docker rm -f --volumes ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 [Pipeline] // withDockerContainer [Pipeline] sh 18:14:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:14:34 Stashed 1 file(s) [Pipeline] echo 18:14:34 [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:14:34 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 18:14:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:14:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:14:34 ========================================================= 18:14:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 18:14:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:14:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 18:14:35 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 18:14:35 f56be85fc22e: Pulling fs layer 18:14:35 85791d961cd3: Pulling fs layer 18:14:35 d694b5ae8c79: Pulling fs layer 18:14:35 9f32a84ed3da: Pulling fs layer 18:14:35 4d19c01a9841: Pulling fs layer 18:14:35 9325e15d5711: Pulling fs layer 18:14:35 556b6ee489ea: Pulling fs layer 18:14:35 9f32a84ed3da: Waiting 18:14:35 4d19c01a9841: Waiting 18:14:35 9325e15d5711: Waiting 18:14:35 c5a4b2cf53e6: Pulling fs layer 18:14:35 556b6ee489ea: Waiting 18:14:35 85791d961cd3: Verifying Checksum 18:14:35 85791d961cd3: Download complete 18:14:35 9f32a84ed3da: Verifying Checksum 18:14:35 9f32a84ed3da: Download complete 18:14:35 4d19c01a9841: Verifying Checksum 18:14:35 4d19c01a9841: Download complete 18:14:35 f56be85fc22e: Verifying Checksum 18:14:35 f56be85fc22e: Download complete 18:14:35 9325e15d5711: Verifying Checksum 18:14:35 9325e15d5711: Download complete 18:14:35 f56be85fc22e: Pull complete 18:14:35 85791d961cd3: Pull complete 18:14:36 c5a4b2cf53e6: Verifying Checksum 18:14:36 c5a4b2cf53e6: Download complete 18:14:36 d694b5ae8c79: Verifying Checksum 18:14:36 d694b5ae8c79: Download complete 18:14:36 556b6ee489ea: Verifying Checksum 18:14:36 556b6ee489ea: Download complete 18:14:39 d694b5ae8c79: Pull complete 18:14:39 9f32a84ed3da: Pull complete 18:14:39 4d19c01a9841: Pull complete 18:14:39 9325e15d5711: Pull complete 18:14:42 556b6ee489ea: Pull complete 18:14:43 c5a4b2cf53e6: Pull complete 18:14:43 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 18:14:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 18:14:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 18:14:43 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 18:14:43 WORKDIR /edgex 18:14:43 COPY go.mod . 18:14:43 RUN go mod download 18:14:43 + docker build -t ci-base-image-x86_64 -f - . 18:14:44 Sending build context to Docker daemon 170.7MB 18:14:44 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 18:14:44 ---> c4be618373d6 18:14:44 Step 2/4 : WORKDIR /edgex 18:14:47 ---> Running in d53f57863dd6 18:14:47 Removing intermediate container d53f57863dd6 18:14:47 ---> 7b1306a65d72 18:14:47 Step 3/4 : COPY go.mod . 18:14:47 ---> c768b6909c99 18:14:47 Step 4/4 : RUN go mod download 18:14:47 ---> Running in 486051e3673d 18:14:49 Still waiting to schedule task 18:14:49 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:15:00 Removing intermediate container 486051e3673d 18:15:00 ---> 3da02a265158 18:15:00 Successfully built 3da02a265158 18:15:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:00 + docker inspect -f . ci-base-image-x86_64 18:15:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:15:00 prd-ubuntu20.04-docker-8c-8g-16337 does not seem to be running inside a container 18:15:00 $ 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 ******** ci-base-image-x86_64 cat 18:15:01 $ docker top c19cf842429f29f0f6909a8ba91a0e826972e4129e193201ad66b2e1f617b254 -eo pid,comm [Pipeline] { [Pipeline] sh 18:15:01 + go version 18:15:01 go version go1.20.2 linux/amd64 [Pipeline] } 18:15:01 $ docker stop --time=1 c19cf842429f29f0f6909a8ba91a0e826972e4129e193201ad66b2e1f617b254 18:15:02 $ docker rm -f --volumes c19cf842429f29f0f6909a8ba91a0e826972e4129e193201ad66b2e1f617b254 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:03 + docker inspect -f . ci-base-image-x86_64 18:15:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:15:03 prd-ubuntu20.04-docker-8c-8g-16337 does not seem to be running inside a container 18:15:03 $ 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 ******** ci-base-image-x86_64 cat 18:15:04 $ docker top ab45a9ead25cd87b65dfed0db3d8871746ca24b6f216d1845ae36667358a1a2b -eo pid,comm [Pipeline] { [Pipeline] echo 18:15:04 ========================================================= 18:15:04 [edgeXBuildGoParallel] Running Tests and Build... 18:15:04 ========================================================= [Pipeline] sh 18:15:04 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 18:15:04 + make test 18:15:04 go test -race -coverprofile=coverage.out ./... 18:15:13 ? github.com/edgexfoundry/edgex-go [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:15:27 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:15:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.044s coverage: 28.7% of statements 18:15:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.074s coverage: 98.5% of statements 18:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 18:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 18:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:15:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:15:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:15:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 18:15:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:15:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:15:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:15:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:15:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.091s coverage: 71.5% of statements 18:15:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.083s coverage: 54.0% of statements 18:15:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:15:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:15:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.984s coverage: 88.5% of statements 18:15:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.074s coverage: 3.8% of statements 18:15:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:15:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:15:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 18:15:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.379s coverage: 95.6% of statements 18:15:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:15:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:15:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:15:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:15:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:15:37 ok github.com/edgexfoundry/edgex-go/internal/io 0.052s coverage: 72.2% of statements 18:15:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:15:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:15:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:15:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 65.9% of statements 18:15:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:15:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:15:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.093s coverage: 0.9% of statements 18:15:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.043s coverage: 29.0% of statements 18:15:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 42.9% of statements 18:15:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 82.9% of statements 18:15:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements 18:15:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements 18:15:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.076s coverage: 87.5% of statements 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 18:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:15:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:15:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:15:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:15:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 18:15:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:15:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 18:15:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 18:15:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 18:15:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:15:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:15:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:15:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 18:15:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 18:15:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 18:15:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:15:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:15:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:15:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:15:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:15:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 18:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.291s coverage: 79.9% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.077s coverage: 92.9% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.061s coverage: 62.3% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.065s coverage: 87.2% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.050s coverage: 20.0% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 81.8% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.106s coverage: 82.1% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.053s coverage: 86.0% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.1% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.182s coverage: 38.4% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.150s coverage: 92.3% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.060s coverage: 61.5% of statements 18:16:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements 18:16:05 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 18:16:05 running golangci-lint 18:16:05 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 18:16:05 go version go1.20.2 linux/amd64 18:16:05 level=info msg="[config_reader] Used config file .golangci.yml" 18:16:05 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 18:16:20 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|files|name|deps|exports_file|imports) took 15.046653749s" 18:16:20 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 33.450083ms" 18:16:26 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16340 in /w/workspace/edgexfoundry_edgex-go_PR-4575 [Pipeline] { [Pipeline] ws 18:16:26 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 18:16:26 The recommended git tool is: git 18:16:28 level=info msg="[linters_context/goanalysis] analyzers took 1m1.327215779s with top 10 stages: buildir: 35.443153602s, fact_deprecated: 1.964608033s, inspect: 1.891013089s, gosec: 1.483335526s, printf: 1.362118283s, S1038: 958.614246ms, ctrlflow: 938.400954ms, nilness: 856.81039ms, fact_purity: 748.534994ms, directives: 680.879321ms" 18:16:28 level=info msg="[runner] Issues before processing: 203, after processing: 0" 18:16:28 level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 203/203, cgo: 203/203, skip_files: 203/203, exclude-rules: 23/203, skip_dirs: 203/203, autogenerated_exclude: 203/203, nolint: 0/23, filename_unadjuster: 203/203, path_prettifier: 203/203, exclude: 203/203" 18:16:28 level=info msg="[runner] processing took 19.578266ms with stages: nolint: 8.676674ms, identifier_marker: 4.882724ms, autogenerated_exclude: 1.846138ms, path_prettifier: 1.774825ms, exclude-rules: 1.306552ms, skip_dirs: 1.028269ms, cgo: 37.512µs, filename_unadjuster: 18.881µs, max_same_issues: 1.241µs, uniq_by_line: 880ns, skip_files: 810ns, exclude: 680ns, severity-rules: 530ns, diff: 470ns, max_from_linter: 470ns, source_code: 450ns, sort_results: 430ns, path_shortener: 430ns, max_per_file_from_linter: 170ns, path_prefixer: 130ns" 18:16:28 level=info msg="[runner] linters took 8.300808491s with stages: goanalysis_metalinter: 8.281102141s" 18:16:28 level=info msg="File cache stats: 0 entries of total size 0B" 18:16:28 level=info msg="Memory: 234 samples, avg is 189.1MB, max is 752.5MB" 18:16:28 level=info msg="Execution took 23.390943001s" 18:16:28 go vet ./... 18:16:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:16:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:16:32 ./bin/test-attribution-txt.sh [Pipeline] echo 18:16:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 18:16:33 + ls -al . 18:16:33 total 704 18:16:33 drwxrwxr-x 11 1001 1001 4096 May 22 18:15 . 18:16:33 drwxr-xr-x 4 root root 4096 May 22 18:15 .. 18:16:33 drwxrwxr-x 2 1001 1001 4096 May 22 18:14 .blubracket 18:16:33 -rw-rw-r-- 1 1001 1001 16 May 22 18:14 .dockerignore 18:16:33 drwxrwxr-x 8 1001 1001 4096 May 22 18:14 .git 18:16:33 drwxrwxr-x 3 1001 1001 4096 May 22 18:14 .github 18:16:33 -rw-rw-r-- 1 1001 1001 1133 May 22 18:14 .gitignore 18:16:33 -rw-rw-r-- 1 1001 1001 42 May 22 18:14 .golangci.yml 18:16:33 -rw-rw-r-- 1 1001 1001 87 May 22 18:14 .hadolint.yml 18:16:33 drwxr-xr-x 3 1001 1001 4096 May 22 18:14 .semver 18:16:33 -rw-rw-r-- 1 1001 1001 166 May 22 18:14 .sonarcloud.properties 18:16:33 -rw-rw-r-- 1 1001 1001 1171 May 22 18:14 ADOPTERS.md 18:16:33 -rw-rw-r-- 1 1001 1001 10835 May 22 18:14 Attribution.txt 18:16:33 -rw-rw-r-- 1 1001 1001 73765 May 22 18:14 CHANGELOG.md 18:16:33 -rw-rw-r-- 1 1001 1001 3804 May 22 18:14 CONTRIBUTING.md 18:16:33 -rw-rw-r-- 1 1001 1001 677 May 22 18:14 GOVERNANCE.md 18:16:33 -rw-rw-r-- 1 1001 1001 883 May 22 18:14 Jenkinsfile 18:16:33 -rw-rw-r-- 1 1001 1001 10775 May 22 18:14 LICENSE 18:16:33 -rw-rw-r-- 1 1001 1001 14368 May 22 18:14 Makefile 18:16:33 -rw-rw-r-- 1 1001 1001 582 May 22 18:14 OWNERS.md 18:16:33 -rw-rw-r-- 1 1001 1001 9902 May 22 18:14 README.md 18:16:33 -rw-rw-r-- 1 1001 1001 789 May 22 18:14 SECURITY.md 18:16:33 -rw-rw-r-- 1 1001 1001 5 May 22 18:14 VERSION 18:16:33 drwxrwxr-x 2 1001 1001 4096 May 22 18:14 bin 18:16:33 drwxrwxr-x 18 1001 1001 4096 May 22 18:14 cmd 18:16:33 -rw-r--r-- 1 root root 447731 May 22 18:16 coverage.out 18:16:33 -rw-rw-r-- 1 1001 1001 3200 May 22 18:14 go.mod 18:16:33 -rw-rw-r-- 1 1001 1001 31040 May 22 18:14 go.sum 18:16:33 drwxrwxr-x 7 1001 1001 4096 May 22 18:14 internal 18:16:33 drwxrwxr-x 3 1001 1001 4096 May 22 18:14 openapi 18:16:33 -rw-rw-r-- 1 1001 1001 594 May 22 18:14 security.txt 18:16:33 drwxrwxr-x 4 1001 1001 4096 May 22 18:14 snap 18:16:33 -rw-rw-r-- 1 1001 1001 204 May 22 18:14 version.go [Pipeline] sh 18:16:33 + '[' -e coverage.out ] 18:16:33 + chown 1001:1001 coverage.out [Pipeline] stash 18:16:34 Stashed 1 file(s) [Pipeline] sh 18:16:34 + make build 18:16:34 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:16:34 using credential edgex-jenkins-ssh 18:16:34 Cloning the remote Git repository 18:16:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:16:34 > git init /w/workspace/edgex-go/1 # timeout=10 18:16:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:16:35 > git --version # timeout=10 18:16:35 > git --version # 'git version 2.25.1' 18:16:35 using GIT_SSH to set credentials SSH Credentials for GitHub 18:16:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:16:46 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:16:47 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:16:48 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:16:49 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:16:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:16:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:16:54 Merging remotes/origin/main commit 1557ff349175bf3a04544285f7fd6db72d380d6c into PR head commit 54e46970489e3162fa4903bbd7e5a84136ec21bb 18:16:54 Merge succeeded, producing 54e46970489e3162fa4903bbd7e5a84136ec21bb 18:16:54 Checking out Revision 54e46970489e3162fa4903bbd7e5a84136ec21bb (PR-4575) 18:16:55 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 18:16:55 > git --version # timeout=10 18:16:55 > git --version # 'git version 2.25.1' 18:16:55 fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd 18:16:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:16:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:16:53 using GIT_SSH to set credentials SSH Credentials for GitHub 18:16:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4575/head:refs/remotes/origin/PR-4575 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:16:54 > git config core.sparsecheckout # timeout=10 18:16:54 > git checkout -f 54e46970489e3162fa4903bbd7e5a84136ec21bb # timeout=10 18:16:54 > git remote # timeout=10 18:16:54 > git config --get remote.origin.url # timeout=10 18:16:54 using GIT_SSH to set credentials SSH Credentials for GitHub 18:16:54 > git merge 1557ff349175bf3a04544285f7fd6db72d380d6c # timeout=10 18:16:54 > git rev-parse HEAD^{commit} # timeout=10 18:16:54 > git config core.sparsecheckout # timeout=10 18:16:54 > git checkout -f 54e46970489e3162fa4903bbd7e5a84136ec21bb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 18:16:55 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 [Pipeline] sh 18:16:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:16:56 % Total % Received % Xferd Average Speed Time Time Time Current 18:16:56 Dload Upload Total Spent Left Speed 18:16:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93757 0 --:--:-- --:--:-- --:--:-- 93757 [Pipeline] sh 18:16:57 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:16: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-auth/security-proxy-auth ./cmd/security-proxy-auth 18:16:57 + + sudosudo jq tee . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.new /etc/docker/daemon.json 18:16:57 18:16:57 { 18:16:57 "registry-mirrors": [ 18:16:57 "https://nexus3.edgexfoundry.org:10001" 18:16:57 ], 18:16:57 "bip": "10.250.0.254/24", 18:16:57 "hosts": [ 18:16:57 "tcp://0.0.0.0:5555", 18:16:57 "unix:///var/run/docker.sock" 18:16:57 ], 18:16:57 "mtu": 1458, 18:16:57 "selinux-enabled": true, 18:16:57 "seccomp-profile": "/etc/docker/seccomp.json" 18:16:57 } [Pipeline] sh 18:16:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:16:58 + sudo service docker restart 18:16:58 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:16:59 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:17:00 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:17:01 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:17:02 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:17:03 $ docker stop --time=1 ab45a9ead25cd87b65dfed0db3d8871746ca24b6f216d1845ae36667358a1a2b 18:17:07 $ docker rm -f --volumes ab45a9ead25cd87b65dfed0db3d8871746ca24b6f216d1845ae36667358a1a2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:17:08 18:17:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:17:08 latest: Pulling from edgex-devops/edgex-compose 18:17:08 cbdbe7a5bc2a: Pulling fs layer 18:17:08 ca9280d653b3: Pulling fs layer 18:17:08 7e9c9ca2126c: Pulling fs layer 18:17:08 cbdbe7a5bc2a: Download complete 18:17:09 ca9280d653b3: Verifying Checksum 18:17:09 ca9280d653b3: Download complete 18:17:09 cbdbe7a5bc2a: Pull complete 18:17:09 7e9c9ca2126c: Download complete 18:17:09 ca9280d653b3: Pull complete 18:17:13 7e9c9ca2126c: Pull complete 18:17:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:17:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:17:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:17:13 prd-ubuntu20.04-docker-8c-8g-16337 does not seem to be running inside a container 18:17:13 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:17:15 $ docker top 20b4b0c67936ec0c0962fd4c25142f8970b8639050014f8403a12742ecbb4391 -eo pid,comm [Pipeline] { [Pipeline] sh 18:17:15 + docker-compose build --help 18:17:15 + grep parallel 18:17:16 --parallel Build images in parallel. [Pipeline] } 18:17:16 $ docker stop --time=1 20b4b0c67936ec0c0962fd4c25142f8970b8639050014f8403a12742ecbb4391 18:17:17 $ docker rm -f --volumes 20b4b0c67936ec0c0962fd4c25142f8970b8639050014f8403a12742ecbb4391 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:17:17 provisioning config files... 18:17:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15946094603012360815tmp [Pipeline] writeFile [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:18 ---> docker-login.sh 18:17:18 nexus3.edgexfoundry.org:10001 18:17:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:17:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:17:18 prd-ubuntu20.04-docker-8c-8g-16337 does not seem to be running inside a container 18:17:18 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:17:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:18 Configure a credential helper to remove this warning. See 18:17:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:18 18:17:18 Login Succeeded 18:17:18 nexus3.edgexfoundry.org:10002 18:17:18 $ docker top a5b82a1ffe8a19e208aa207a49241238941b0ed6b4c682eab66406f1de4edd5e -eo pid,comm [Pipeline] { [Pipeline] sh 18:17:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:19 + docker-compose -f ./docker-compose-build.yml build --parallel 18:17:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:19 Configure a credential helper to remove this warning. See 18:17:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:19 18:17:19 Login Succeeded 18:17:19 nexus3.edgexfoundry.org:10003 18:17:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:19 Configure a credential helper to remove this warning. See 18:17:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:19 18:17:19 Login Succeeded 18:17:19 nexus3.edgexfoundry.org:10004 18:17:19 Building core-command ... 18:17:19 Building core-common-config-bootstrapper ... 18:17:19 Building core-data ... 18:17:19 Building core-metadata ... 18:17:19 Building security-bootstrapper ... 18:17:19 Building security-proxy-auth ... 18:17:19 Building security-proxy-setup ... 18:17:19 Building security-secretstore-setup ... 18:17:19 Building security-spiffe-token-provider ... 18:17:19 Building security-spire-agent ... 18:17:19 Building security-spire-config ... 18:17:19 Building security-spire-server ... 18:17:19 Building support-notifications ... 18:17:19 Building support-scheduler ... 18:17:19 Building security-spiffe-token-provider 18:17:19 Building core-command 18:17:19 Building core-common-config-bootstrapper 18:17:19 Building support-scheduler 18:17:19 Building core-metadata 18:17:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:20 Configure a credential helper to remove this warning. See 18:17:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:20 18:17:20 Login Succeeded 18:17:20 docker.io 18:17:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:20 Configure a credential helper to remove this warning. See 18:17:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:20 18:17:20 Login Succeeded 18:17:20 ---> docker-login.sh ends [Pipeline] } 18:17:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 18:17:21 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 18:17:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:17:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:17:21 ========================================================= 18:17:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 18:17:21 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:17:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 18:17:21 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:17:21 c41833b44d91: Pulling fs layer 18:17:21 ed15518f5707: Pulling fs layer 18:17:21 feae8fd75edb: Pulling fs layer 18:17:21 242c74f7c9fa: Pulling fs layer 18:17:21 3cdef696dda3: Pulling fs layer 18:17:21 2ced38df9373: Pulling fs layer 18:17:22 58f1dce35555: Pulling fs layer 18:17:22 242c74f7c9fa: Waiting 18:17:22 3cdef696dda3: Waiting 18:17:22 2ced38df9373: Waiting 18:17:22 58f1dce35555: Waiting 18:17:22 ed15518f5707: Verifying Checksum 18:17:22 ed15518f5707: Download complete 18:17:22 242c74f7c9fa: Verifying Checksum 18:17:22 242c74f7c9fa: Download complete 18:17:22 3cdef696dda3: Download complete 18:17:22 c41833b44d91: Verifying Checksum 18:17:22 c41833b44d91: Download complete 18:17:23 c41833b44d91: Pull complete 18:17:24 58f1dce35555: Verifying Checksum 18:17:24 58f1dce35555: Download complete 18:17:24 feae8fd75edb: Verifying Checksum 18:17:24 feae8fd75edb: Download complete 18:17:25 2ced38df9373: Download complete 18:17:26 ed15518f5707: Pull complete 18:17:34 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:17:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:17:34 ---> 3da02a265158 18:17:34 Step 3/24 : ARG ADD_BUILD_TAGS="" 18:17:34 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:17:34 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:17:34 ---> 3da02a265158 18:17:34 Step 3/25 : ARG ADD_BUILD_TAGS="" 18:17:34 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:17:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:17:34 ---> 3da02a265158 18:17:34 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:17:34 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:17:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:17:34 ---> 3da02a265158 18:17:34 Step 3/20 : WORKDIR /edgex-go 18:17:34 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:17:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:17:34 ---> 3da02a265158 18:17:34 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:17:38 ---> Running in a3f6491d46bf 18:17:38 ---> Running in b7df2bbfd153 18:17:38 ---> Running in e3460eca534c 18:17:38 ---> Running in 5892616de23d 18:17:38 ---> Running in 3ef5fd1ee754 18:17:38 Removing intermediate container a3f6491d46bf 18:17:38 ---> 8ff3171358e2 18:17:38 Step 4/25 : WORKDIR /edgex-go 18:17:38 Removing intermediate container e3460eca534c 18:17:38 ---> bdbe4ede1866 18:17:38 Step 4/23 : WORKDIR /edgex-go 18:17:38 Removing intermediate container b7df2bbfd153 18:17:38 ---> c9fb3b35cdc4 18:17:38 Step 4/24 : WORKDIR /edgex-go 18:17:38 Removing intermediate container 3ef5fd1ee754 18:17:38 ---> 6258319a21b8 18:17:38 Step 4/23 : WORKDIR /edgex-go 18:17:38 ---> Running in 1584a91403ba 18:17:38 Removing intermediate container 5892616de23d 18:17:38 ---> 544a72e576ba 18:17:38 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 18:17:38 ---> Running in c65eeda48934 18:17:38 ---> Running in fc36711e2437 18:17:38 ---> Running in aad5eaed9ae2 18:17:38 ---> Running in aaba828c18ea 18:17:38 Removing intermediate container c65eeda48934 18:17:38 ---> 8708d395d62a 18:17:38 Step 5/23 : RUN apk add --update --no-cache make git 18:17:38 Removing intermediate container 1584a91403ba 18:17:38 ---> 659a29d82ec8 18:17:38 Step 5/25 : RUN apk add --update --no-cache make git 18:17:38 ---> Running in 62adc91716e7 18:17:38 ---> Running in 887e6ea7b4f1 18:17:38 Removing intermediate container fc36711e2437 18:17:38 ---> b0fa23b42e2b 18:17:38 Step 5/24 : RUN apk add --update --no-cache make git 18:17:38 Removing intermediate container aaba828c18ea 18:17:38 ---> f910972339f2 18:17:38 Step 5/23 : RUN apk add --update --no-cache make git 18:17:38 ---> Running in a239ca7452fb 18:17:38 ---> Running in c977e557fba4 18:17:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:17:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:17:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:17:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:17:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:17:39 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:17:39 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:17:39 OK: 17826 distinct packages available 18:17:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:17:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:17:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:17:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:17:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:17:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:17:39 OK: 265 MiB in 53 packages 18:17:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:17:39 OK: 265 MiB in 53 packages 18:17:39 OK: 265 MiB in 53 packages 18:17:39 OK: 265 MiB in 53 packages 18:17:39 OK: 265 MiB in 53 packages 18:17:39 Removing intermediate container 62adc91716e7 18:17:39 ---> 770f83b8175f 18:17:39 Step 6/25 : COPY go.mod vendor* ./ 18:17:39 ---> 6c753758d7d8 18:17:39 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:17:39 ---> Running in e2f552e7b272 18:17:39 Removing intermediate container 887e6ea7b4f1 18:17:39 ---> 9cdbbe1fd5c4 18:17:39 Step 6/23 : COPY go.mod vendor* ./ 18:17:39 Removing intermediate container c977e557fba4 18:17:39 ---> 7c94c4962b97 18:17:39 Step 6/23 : COPY go.mod vendor* ./ 18:17:39 Removing intermediate container aad5eaed9ae2 18:17:39 ---> 224b838178ad 18:17:39 Step 5/20 : COPY go.mod vendor* ./ 18:17:39 ---> 1b58feb0dee6 18:17:39 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:17:39 Removing intermediate container a239ca7452fb 18:17:39 ---> 05482f45c4d5 18:17:39 Step 6/24 : COPY go.mod vendor* ./ 18:17:40 ---> Running in 53fbb95b1ad9 18:17:40 ---> e17176c8d340 18:17:40 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:17:40 ---> Running in 56be056f950f 18:17:40 ---> 9bc8ad1b37b7 18:17:40 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:17:40 ---> 90e601c1fd58 18:17:40 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:17:40 ---> Running in f88b4e9e312b 18:17:40 ---> Running in 837f7d10fe9b 18:17:41 feae8fd75edb: Pull complete 18:17:41 242c74f7c9fa: Pull complete 18:17:41 3cdef696dda3: Pull complete 18:17:48 2ced38df9373: Pull complete 18:17:50 58f1dce35555: Pull complete 18:17:50 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 18:17:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 18:17:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 18:17:50 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 18:17:50 WORKDIR /edgex 18:17:50 COPY go.mod . 18:17:50 RUN go mod download 18:17:50 + docker build -t ci-base-image-arm64 -f - . 18:17:51 Sending build context to Docker daemon 2.928MB 18:17:51 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 18:17:51 ---> fadd8f120f05 18:17:51 Step 2/4 : WORKDIR /edgex 18:17:53 ---> Running in d8f2a705b78f 18:17:53 Removing intermediate container d8f2a705b78f 18:17:53 ---> d14f7becb649 18:17:53 Step 3/4 : COPY go.mod . 18:17:53 ---> 0f4ed4f4edfe 18:17:53 Step 4/4 : RUN go mod download 18:17:53 ---> Running in 94c7b6579d4c 18:18:18 Removing intermediate container 837f7d10fe9b 18:18:18 ---> 699f18455da4 18:18:18 Step 8/24 : COPY . . 18:18:18 Removing intermediate container e2f552e7b272 18:18:18 ---> 575678652138 18:18:18 Step 8/25 : COPY . . 18:18:18 Removing intermediate container 56be056f950f 18:18:18 ---> d7426729ff70 18:18:18 Step 8/23 : COPY . . 18:18:18 Removing intermediate container f88b4e9e312b 18:18:18 ---> f2069d86f155 18:18:18 Step 7/20 : COPY . . 18:18:18 Removing intermediate container 53fbb95b1ad9 18:18:18 ---> eb75fd546457 18:18:18 Step 8/23 : COPY . . 18:18:26 Removing intermediate container 94c7b6579d4c 18:18:26 ---> c963e3707768 18:18:26 Successfully built c963e3707768 18:18:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:26 + docker inspect -f . ci-base-image-arm64 18:18:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:26 prd-ubuntu20.04-docker-arm64-4c-16g-16340 does not seem to be running inside a container 18:18:26 $ 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 ******** ci-base-image-arm64 cat 18:18:28 $ docker top 45819de6f04725b8bd47ce4f0e45318592e544e7f9b9f88a620aae92e4935718 -eo pid,comm [Pipeline] { [Pipeline] sh 18:18:28 ---> 0a783123d163 18:18:28 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 18:18:28 ---> f4eb05e768d5 18:18:28 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 18:18:28 ---> 6f5e24b72858 18:18:28 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 18:18:28 ---> 6729a77c72d9 18:18:28 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 18:18:28 ---> 458045111ab0 18:18:28 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 18:18:28 ---> Running in 5c9b25e10a4b 18:18:28 ---> Running in 08700783c987 18:18:28 ---> Running in aa654f1402d8 18:18:28 ---> Running in 2c7f398c76b4 18:18:28 ---> Running in 6823998c4650 18:18:29 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:18:29 + go version 18:18:29 go version go1.20.2 linux/arm64 [Pipeline] } 18:18:29 $ docker stop --time=1 45819de6f04725b8bd47ce4f0e45318592e544e7f9b9f88a620aae92e4935718 18:18:29 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:18:29 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:18:29 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:18:29 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:18:30 $ docker rm -f --volumes 45819de6f04725b8bd47ce4f0e45318592e544e7f9b9f88a620aae92e4935718 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:31 + docker inspect -f . ci-base-image-arm64 18:18:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:31 prd-ubuntu20.04-docker-arm64-4c-16g-16340 does not seem to be running inside a container 18:18:31 $ 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 ******** ci-base-image-arm64 cat 18:18:33 $ docker top 7a53fbbfdd679edae5e560c1390d810be86eea92c811fc9a9a75f08dcfaea205 -eo pid,comm [Pipeline] { [Pipeline] echo 18:18:33 ========================================================= 18:18:33 [edgeXBuildGoParallel] Running Tests and Build... 18:18:33 ========================================================= [Pipeline] sh 18:18:34 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 18:18:34 + make test 18:18:34 go test -race -coverprofile=coverage.out ./... 18:19:16 Removing intermediate container 08700783c987 18:19:16 ---> 6291772167de 18:19:16 18:19:16 Step 10/23 : FROM alpine:3.17 18:19:16 Removing intermediate container 6823998c4650 18:19:16 ---> f6cc99fe5ee9 18:19:16 18:19:16 Step 10/24 : FROM alpine:3.17 18:19:16 3.17: Pulling from library/alpine 18:19:16 3.17: Pulling from library/alpine 18:19:16 Removing intermediate container aa654f1402d8 18:19:16 ---> 253bce81845a 18:19:16 Removing intermediate container 5c9b25e10a4b 18:19:16 ---> a018f6acbd5d 18:19:16 18:19:16 Step 9/20 : FROM alpine:3.17 18:19:16 18:19:16 Step 10/25 : FROM alpine:3.17 18:19:16 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 18:19:16 Status: Downloaded newer image for alpine:3.17 18:19:16 ---> 9ed4aefc74f6 18:19:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:19:16 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 18:19:16 Status: Image is up to date for alpine:3.17 18:19:16 ---> 9ed4aefc74f6 18:19:16 Step 11/24 : RUN apk add --update --no-cache dumb-init 18:19:16 3.17: Pulling from library/alpine 18:19:16 3.17: Pulling from library/alpine 18:19:16 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 18:19:16 Status: Image is up to date for alpine:3.17 18:19:16 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 18:19:16 Status: Image is up to date for alpine:3.17 18:19:16 ---> 9ed4aefc74f6 18:19:16 Step 11/25 : RUN apk add --update --no-cache dumb-init 18:19:16 ---> 9ed4aefc74f6 18:19:16 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 18:19:16 ---> Running in b346baa78cca 18:19:16 ---> Running in 1051ffc59b8b 18:19:16 ---> Running in 98cc65c71ba7 18:19:16 ---> Running in 95f33004da01 18:19:16 Removing intermediate container 1051ffc59b8b 18:19:16 ---> 9e297866205a 18:19:16 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:19:16 Removing intermediate container 98cc65c71ba7 18:19:16 ---> c86952accbcf 18:19:16 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:19:16 Removing intermediate container 2c7f398c76b4 18:19:16 ---> a7156964d0f3 18:19:16 18:19:16 Step 10/23 : FROM alpine:3.17 18:19:16 ---> 9ed4aefc74f6 18:19:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:19:16 ---> Running in 8d8fc217b7ab 18:19:16 ---> Running in 8f725153beee 18:19:16 ---> Running in 9976f0589f82 18:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:19:16 (1/1) Installing dumb-init (1.2.5-r2) 18:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:19:16 Executing busybox-1.35.0-r29.trigger 18:19:16 OK: 7 MiB in 16 packages 18:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:19:16 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:19:16 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:19:16 OK: 17823 distinct packages available 18:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:19:16 (1/1) Installing dumb-init (1.2.5-r2) 18:19:16 Executing busybox-1.35.0-r29.trigger 18:19:16 OK: 7 MiB in 16 packages 18:19:16 (1/1) Installing dumb-init (1.2.5-r2) 18:19:16 (1/1) Installing dumb-init (1.2.5-r2) 18:19:16 Executing busybox-1.35.0-r29.trigger 18:19:16 Executing busybox-1.35.0-r29.trigger 18:19:16 OK: 7 MiB in 16 packages 18:19:16 OK: 7 MiB in 16 packages 18:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:19:16 Removing intermediate container b346baa78cca 18:19:16 ---> bb664737b6e8 18:19:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:19:16 ---> Running in 868efb8811a4 18:19:16 Removing intermediate container 868efb8811a4 18:19:16 ---> cc91eb3e166c 18:19:16 Step 13/24 : ENV APP_PORT=59882 18:19:16 ---> Running in d1a7bd6f1d2e 18:19:16 Removing intermediate container d1a7bd6f1d2e 18:19:16 ---> bba226a3371c 18:19:16 Step 14/24 : EXPOSE $APP_PORT 18:19:16 ---> Running in 64fe2f0dcdff 18:19:16 Removing intermediate container 95f33004da01 18:19:16 ---> 8fe17bdc8a58 18:19:16 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:19:16 Removing intermediate container 64fe2f0dcdff 18:19:16 ---> Running in f8bd41b37423 18:19:16 ---> bcabe5060387 18:19:16 Step 15/24 : WORKDIR / 18:19:16 Removing intermediate container 9976f0589f82 18:19:16 ---> 9b93cf382cd6 18:19:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:19:16 ---> Running in ae8577878b7e 18:19:16 ---> Running in 326e620a3a81 18:19:16 Removing intermediate container 8d8fc217b7ab 18:19:16 ---> 9541ed2657c9 18:19:16 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:19:16 Removing intermediate container f8bd41b37423 18:19:16 ---> c92f1a5c41b8 18:19:16 Step 13/25 : ENV APP_PORT=59881 18:19:16 ---> Running in 0d15c03c755d 18:19:16 Removing intermediate container 326e620a3a81 18:19:16 ---> 39bc611048ce 18:19:16 Step 13/23 : ENV APP_PORT=59861 18:19:16 Removing intermediate container ae8577878b7e 18:19:16 ---> 9f724f537de1 18:19:16 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:19:16 ---> Running in dc4ba5edf2e3 18:19:16 Removing intermediate container 0d15c03c755d 18:19:16 ---> 71cf22391ed5 18:19:16 Step 14/25 : EXPOSE $APP_PORT 18:19:16 ---> f2758fc7fc76 18:19:16 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 18:19:16 ---> Running in e1deda703805 18:19:16 Removing intermediate container dc4ba5edf2e3 18:19:16 ---> fbea7a1dc922 18:19:16 Step 14/23 : EXPOSE $APP_PORT 18:19:16 (1/9) Installing ca-certificates (20230506-r0) 18:19:17 (2/9) Installing brotli-libs (1.0.9-r9) 18:19:17 (3/9) Installing nghttp2-libs (1.51.0-r0) 18:19:17 (4/9) Installing libcurl (8.1.0-r2) 18:19:17 ---> 49fed064be75 18:19:17 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 18:19:17 ---> Running in 8e5cf2d46581 18:19:17 (5/9) Installing curl (8.1.0-r2) 18:19:17 (6/9) Installing dumb-init (1.2.5-r2) 18:19:17 (7/9) Installing musl-obstack (1.2.3-r0) 18:19:17 (8/9) Installing libucontext (1.2-r0) 18:19:17 (9/9) Installing gcompat (1.1.0-r0) 18:19:17 Executing busybox-1.35.0-r29.trigger 18:19:17 Executing ca-certificates-20230506-r0.trigger 18:19:17 Removing intermediate container e1deda703805 18:19:17 ---> a7b81d75f259 18:19:17 Step 15/25 : WORKDIR / 18:19:17 Removing intermediate container 8e5cf2d46581 18:19:17 ---> 874a54c54e05 18:19:17 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:19:17 ---> Running in 44d3255ed28b 18:19:17 ---> d81193753642 18:19:17 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 18:19:17 OK: 10 MiB in 24 packages 18:19:17 ---> fe6a6f273428 18:19:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:19:17 Removing intermediate container 44d3255ed28b 18:19:17 ---> d15cf9a99a37 18:19:17 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 18:19:17 ---> 492af8cfef6d 18:19:17 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:19:17 ---> ae5c79b82122 18:19:17 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 18:19:17 ---> 9a0085663680 18:19:17 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 18:19:17 ---> 4c864caae50f 18:19:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 18:19:17 ---> 324550428ff0 18:19:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:19:18 ---> c0f1c443667c 18:19:18 Step 20/24 : ENTRYPOINT ["/core-command"] 18:19:18 ---> 831328ac95ce 18:19:18 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:19:18 ---> 524178d31ea5 18:19:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 18:19:18 ---> Running in 0ea3b11e8844 18:19:18 Removing intermediate container 8f725153beee 18:19:18 ---> 46867a982fcd 18:19:18 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 18:19:18 Removing intermediate container 0ea3b11e8844 18:19:18 ---> fd9f0b815348 18:19:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:19:18 ---> dfdba0fa4ac1 18:19:18 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:19:18 ---> Running in 70585949fc1f 18:19:18 ---> 7507810b2c34 18:19:18 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 18:19:18 ---> 7d3fe39ce668 18:19:18 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 18:19:18 ---> 7fd2f539cec7 18:19:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 18:19:18 ---> Running in e03eca35f92f 18:19:18 Removing intermediate container 70585949fc1f 18:19:18 ---> 332d0f8eb391 18:19:18 Step 22/24 : LABEL arch=x86_64 18:19:18 ---> Running in b5c0225bd869 18:19:18 ---> ba39c85a2605 18:19:18 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:19:18 Removing intermediate container b5c0225bd869 18:19:18 ---> 73e8404b5b2c 18:19:18 Step 23/24 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:19:18 ---> 75247966f906 18:19:18 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 18:19:18 ---> Running in 53b4e9ed2c5e 18:19:19 ---> d69d23335a63 18:19:19 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:19:19 ---> Running in 9e2f33514f62 18:19:19 Removing intermediate container 53b4e9ed2c5e 18:19:19 ---> b4a7bb98f9ab 18:19:19 Step 24/24 : LABEL version=0.0.0 18:19:19 ---> Running in aa21c9ce3798 18:19:19 Removing intermediate container 9e2f33514f62 18:19:19 ---> 7375be5c5d90 18:19:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:19:19 ---> a9c3539f74fd 18:19:19 Step 21/25 : ENTRYPOINT ["/core-metadata"] 18:19:19 Removing intermediate container aa21c9ce3798 18:19:19 ---> 8521f5a04374 18:19:19 18:19:19 ---> Running in 8f8eb9ffa2c9 18:19:19 ---> c4e7ee429011 18:19:19 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 18:19:19 ---> Running in 1ec393285de9 18:19:19 Successfully built 8521f5a04374 18:19:19 Successfully tagged core-command:latest 18:19:19  Building core-command ... done Building support-notifications 18:19:19 Removing intermediate container 8f8eb9ffa2c9 18:19:19 ---> 466dee41ae6e 18:19:19 Step 21/23 : LABEL arch=x86_64 18:19:20 ---> Running in e2175d5f4afe 18:19:21 ? github.com/edgexfoundry/edgex-go [no test files] 18:19:21 Removing intermediate container 1ec393285de9 18:19:21 ---> 6b162a4de147 18:19:21 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:19:22 Removing intermediate container e03eca35f92f 18:19:22 ---> c5e7d617f1e4 18:19:22 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 18:19:22 ---> 508b00ab000d 18:19:22 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 18:19:22 ---> Running in 9f39cbbb1d87 18:19:22 Removing intermediate container e2175d5f4afe 18:19:22 ---> 47ed2cf82bd7 18:19:22 Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:19:22 ---> Running in 39c74e73496c 18:19:22 ---> Running in dad9805a5c3b 18:19:22 ---> Running in e3c91dfe4883 18:19:22 Removing intermediate container 9f39cbbb1d87 18:19:22 ---> 574dee0c3f16 18:19:22 Step 23/25 : LABEL arch=x86_64 18:19:22 ---> Running in 9b771c49b9bf 18:19:22 Removing intermediate container 39c74e73496c 18:19:22 ---> 512252235774 18:19:22 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 18:19:22 Removing intermediate container e3c91dfe4883 18:19:22 ---> fbb853cf86b8 18:19:22 Step 23/23 : LABEL version=0.0.0 18:19:22 Removing intermediate container dad9805a5c3b 18:19:22 ---> 86d47a943b0b 18:19:22 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 18:19:22 ---> Running in b41f0139ab39 18:19:22 ---> Running in bf8c387bc635 18:19:22 ---> Running in f03fe17fa1cc 18:19:22 Removing intermediate container 9b771c49b9bf 18:19:22 ---> 87b0010ce90f 18:19:22 Step 24/25 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:19:22 ---> Running in 290dc7883efd 18:19:22 Removing intermediate container b41f0139ab39 18:19:22 ---> 84fe7d5bc4db 18:19:22 Step 18/20 : LABEL arch=x86_64 18:19:22 Removing intermediate container f03fe17fa1cc 18:19:22 ---> 1ce3b837aab3 18:19:22 Step 21/23 : LABEL arch=x86_64 18:19:22 Removing intermediate container bf8c387bc635 18:19:22 ---> dfeb5646147a 18:19:22 18:19:22 ---> Running in eb5a5664a9ce 18:19:23 ---> Running in fe7bb8547648 18:19:23 Removing intermediate container 290dc7883efd 18:19:23 ---> da00736bbba8 18:19:23 Step 25/25 : LABEL version=0.0.0 18:19:23 Successfully built dfeb5646147a 18:19:23 Successfully tagged support-scheduler:latest 18:19:23  Building support-scheduler ... done Building security-proxy-auth 18:19:23 ---> Running in 00a9ea178088 18:19:23 Removing intermediate container fe7bb8547648 18:19:23 ---> 72551e2c2b3b 18:19:23 Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:19:23 Removing intermediate container eb5a5664a9ce 18:19:23 ---> d8ce317130fe 18:19:23 Step 19/20 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:19:24 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:19:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:19:24 ---> 3da02a265158 18:19:24 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:19:24 ---> Using cache 18:19:24 ---> 6258319a21b8 18:19:24 Step 4/23 : WORKDIR /edgex-go 18:19:24 ---> Using cache 18:19:24 ---> f910972339f2 18:19:24 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 18:19:25 ---> Running in d345aab384a9 18:19:25 Removing intermediate container 00a9ea178088 18:19:25 ---> 65b194353ca1 18:19:25 18:19:25 ---> Running in e65baaa38dd5 18:19:25 ---> Running in 99cd311fb516 18:19:25 Successfully built 65b194353ca1 18:19:25 Successfully tagged core-metadata:latest 18:19:25  Building core-metadata ... done Building core-data 18:19:25 Removing intermediate container d345aab384a9 18:19:25 ---> 402698374952 18:19:25 Step 23/23 : LABEL version=0.0.0 18:19:25 ---> Running in 4e68081c4b07 18:19:25 Removing intermediate container e65baaa38dd5 18:19:25 ---> fa28f4a592fb 18:19:25 Step 20/20 : LABEL version=0.0.0 18:19:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:19:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:19:26 OK: 265 MiB in 53 packages 18:19:27 ---> Running in ce7bcd91d016 18:19:27 Removing intermediate container 4e68081c4b07 18:19:27 ---> e375f02d3564 18:19:27 18:19:27 Successfully built e375f02d3564 18:19:28 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:19:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:19:28 Successfully tagged core-common-config-bootstrapper:latest 18:19:28 ---> 3da02a265158 18:19:28 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:19:28 Building security-proxy-setup 18:19:28 ---> Using cache 18:19:28 ---> 6258319a21b8 18:19:28 Step 4/23 : WORKDIR /edgex-go 18:19:28 ---> Using cache 18:19:28 ---> f910972339f2 18:19:28 Step 5/23 : RUN apk add --update --no-cache make git 18:19:28 ---> Using cache 18:19:28 ---> 7c94c4962b97 18:19:28 Step 6/23 : COPY go.mod vendor* ./ 18:19:28  Building core-common-config-bootstrapper ... done  ---> Using cache 18:19:28 ---> e17176c8d340 18:19:28 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:19:28 ---> Using cache 18:19:28 ---> d7426729ff70 18:19:28 Step 8/23 : COPY . . 18:19:28 ---> Using cache 18:19:28 ---> 6729a77c72d9 18:19:28 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 18:19:29 Removing intermediate container ce7bcd91d016 18:19:29 ---> 1c96cb02b753 18:19:29 18:19:29 Successfully built 1c96cb02b753 18:19:30 Successfully tagged security-spiffe-token-provider:latest 18:19:30  Building security-spiffe-token-provider ... done Building security-spire-config 18:19:31 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:19:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:19:31 ---> 3da02a265158 18:19:31 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:19:31 ---> Using cache 18:19:31 ---> 6258319a21b8 18:19:31 Step 4/23 : WORKDIR /edgex-go 18:19:31 ---> Using cache 18:19:31 ---> f910972339f2 18:19:31 Step 5/23 : RUN apk add --update --no-cache make git 18:19:31 ---> Using cache 18:19:31 ---> 7c94c4962b97 18:19:31 Step 6/23 : COPY go.mod vendor* ./ 18:19:31 ---> Using cache 18:19:31 ---> e17176c8d340 18:19:31 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:19:31 ---> Using cache 18:19:31 ---> d7426729ff70 18:19:31 Step 8/23 : COPY . . 18:19:31 ---> Using cache 18:19:31 ---> 6729a77c72d9 18:19:31 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 18:19:32 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:19:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:19:32 ---> 3da02a265158 18:19:32 Step 3/22 : WORKDIR /edgex-go 18:19:32 ---> Using cache 18:19:32 ---> 544a72e576ba 18:19:32 Step 4/22 : RUN apk add --update --no-cache make git 18:19:33 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:19:33 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:19:33 ---> 3da02a265158 18:19:33 Step 3/27 : WORKDIR /edgex-go 18:19:33 ---> Using cache 18:19:33 ---> 544a72e576ba 18:19:33 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 18:19:35 ---> Running in 98dbeb665d0d 18:19:35 ---> Running in 37526590852f 18:19:35 ---> Running in 18d335179b15 18:19:35 ---> Running in b0dc5678e04f 18:19:35 Removing intermediate container 99cd311fb516 18:19:35 ---> 109fcffa8101 18:19:35 Step 6/23 : COPY go.mod vendor* ./ 18:19:35 ---> 64bfcc0b2a02 18:19:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:19:35 ---> Running in d8199e90a6fb 18:19:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 18:19: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:19:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:19:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:19:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:19:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:19:35 OK: 265 MiB in 53 packages 18:19:35 OK: 265 MiB in 53 packages 18:19:36 Removing intermediate container 18d335179b15 18:19:36 ---> 4aae15f0514d 18:19:36 Step 5/27 : COPY go.mod vendor* ./ 18:19:36 Removing intermediate container b0dc5678e04f 18:19:36 ---> 808276fe122f 18:19:36 Step 5/22 : COPY go.mod vendor* ./ 18:19:36 ---> ae07c48bf351 18:19:36 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:19:36 ---> Running in 848eab624953 18:19:36 ---> b1ddc97e609d 18:19:36 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:19:36 ---> Running in 163ce4a26d1d 18:20:09 Removing intermediate container 848eab624953 18:20:09 ---> 8480d37928c6 18:20:09 Step 7/27 : COPY . . 18:20:09 Removing intermediate container d8199e90a6fb 18:20:09 ---> 9ff68d4b37b2 18:20:09 Step 8/23 : COPY . . 18:20:09 Removing intermediate container 163ce4a26d1d 18:20:09 ---> c52e8a87f800 18:20:09 Step 7/22 : COPY . . 18:20:15 Removing intermediate container 98dbeb665d0d 18:20:15 ---> fe389de33c6a 18:20:15 18:20:15 Step 10/23 : FROM alpine:3.17 18:20:15 ---> 9ed4aefc74f6 18:20:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:20:15 ---> Using cache 18:20:15 ---> 9e297866205a 18:20:15 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:20:15 ---> Using cache 18:20:15 ---> 9541ed2657c9 18:20:15 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:20:15 ---> Using cache 18:20:15 ---> 81b9a82e3f7d 18:20:15 Step 8/22 : RUN make cmd/secrets-config/secrets-config 18:20:15 ---> f2758fc7fc76 18:20:15 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 18:20:15 Removing intermediate container 37526590852f 18:20:15 ---> 9ceede5ae472 18:20:15 18:20:15 Step 10/23 : FROM alpine:3.17 18:20:15 ---> 9ed4aefc74f6 18:20:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:20:15 ---> Using cache 18:20:15 ---> e65d15ae39c8 18:20:15 Step 9/23 : RUN make cmd/support-notifications/support-notifications 18:20:15 ---> ebb7698998b1 18:20:15 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 18:20:15 ---> d81193753642 18:20:15 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 18:20:15 ---> Running in cca2ec05ef97 18:20:15 ---> Running in 56830b733594 18:20:15 ---> Running in e1a8d02d2bac 18:20:15 ---> Running in 8f6d7de55c3b 18:20:15 Removing intermediate container 56830b733594 18:20:15 ---> b6e2feaab439 18:20:15 Step 12/23 : ENV APP_PORT=59880 18:20:15 Removing intermediate container 8f6d7de55c3b 18:20:15 ---> be2317ed692f 18:20:15 Step 9/27 : WORKDIR /edgex-go/spire-build 18:20:15 ---> Running in 8671f5276719 18:20:15 ---> Running in 36f42b476ad7 18:20:15 Removing intermediate container 8671f5276719 18:20:15 ---> 7d7e461cbeca 18:20:15 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:20:15 Removing intermediate container 36f42b476ad7 18:20:15 ---> 43b26fa76ec9 18:20:15 Step 13/23 : EXPOSE $APP_PORT 18:20:15 ---> 688f950e56ab 18:20:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 18:20:15 ---> Running in fddd192da585 18:20:15 ---> Running in e30fd332857d 18:20:15 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:20:15 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:20:15 Removing intermediate container fddd192da585 18:20:15 ---> ba9648fd66ba 18:20:15 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:20:16 Removing intermediate container e30fd332857d 18:20:16 ---> 1e4fdbbc395c 18:20:16 Step 14/23 : RUN apk add --update --no-cache dumb-init 18:20:16 ---> Running in 5c4c965729c0 18:20:16 ---> 338e2f866124 18:20:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 18:20:16 ---> Running in e5300b37893d 18:20:16 ---> 3a6be21348fd 18:20:16 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:20:16 ---> Running in 1f88d08efbc0 18:20:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:20:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:20:17 (1/1) Installing dumb-init (1.2.5-r2) 18:20:17 Executing busybox-1.35.0-r29.trigger 18:20:17 OK: 7 MiB in 16 packages 18:20:17 Removing intermediate container 5c4c965729c0 18:20:17 ---> 2b569097119c 18:20:17 Step 12/27 : WORKDIR /edgex-go 18:20:17 ---> Running in 95ed8b1c1185 18:20:17 Removing intermediate container 95ed8b1c1185 18:20:17 ---> 7976de8df237 18:20:17 18:20:17 Step 13/27 : FROM alpine:3.17 18:20:17 ---> 9ed4aefc74f6 18:20:17 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:20:17 ---> Running in 9d58f76ef254 18:20:17 Removing intermediate container 9d58f76ef254 18:20:17 ---> 4d914d258997 18:20:17 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 18:20:17 ---> Running in 8650e29f9edd 18:20:17 Removing intermediate container 1f88d08efbc0 18:20:17 ---> 374c39e4da40 18:20:17 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 18:20:17 ---> Running in 7002984d8093 18:20:17 Removing intermediate container e5300b37893d 18:20:17 ---> 4328c08aa867 18:20:17 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:20:17 Removing intermediate container 7002984d8093 18:20:17 ---> 658ac1c6b37c 18:20:17 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 18:20:17 ---> Running in 39cf73912663 18:20:17 ---> d6d0d8b6bf3a 18:20:17 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:20:17 Removing intermediate container 39cf73912663 18:20:17 ---> f301b4f6d07a 18:20:17 Step 21/23 : LABEL arch=x86_64 18:20:17 ---> Running in 938e13b21167 18:20:18 Removing intermediate container 938e13b21167 18:20:18 ---> ca11adb874d3 18:20:18 Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:20:18 ---> 4117daae0084 18:20:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:20:18 ---> Running in c688c21e6477 18:20:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:20:18 Removing intermediate container c688c21e6477 18:20:18 ---> 7e4e6408d9c5 18:20:18 Step 23/23 : LABEL version=0.0.0 18:20:18 ---> Running in 1b38c8e8e4d8 18:20:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:20:18 Removing intermediate container 1b38c8e8e4d8 18:20:18 ---> c817ffa008b5 18:20:18 18:20:18 ---> 09086f407a98 18:20:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 18:20:18 Successfully built c817ffa008b5 18:20:18 Successfully tagged security-proxy-auth:latest 18:20:18 Building security-spire-server 18:20:18  Building security-proxy-auth ... done v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:20:18 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:20:18 OK: 17823 distinct packages available 18:20:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:20:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:20:19 (1/4) Installing dumb-init (1.2.5-r2) 18:20:19 (2/4) Installing musl-obstack (1.2.3-r0) 18:20:19 (3/4) Installing libucontext (1.2-r0) 18:20:19 (4/4) Installing gcompat (1.1.0-r0) 18:20:19 Executing busybox-1.35.0-r29.trigger 18:20:19 OK: 7 MiB in 19 packages 18:20:21 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:20:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:20:21 ---> 3da02a265158 18:20:21 Step 3/26 : WORKDIR /edgex-go 18:20:21 ---> Using cache 18:20:21 ---> 544a72e576ba 18:20:21 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 18:20:21 ---> Using cache 18:20:21 ---> 4aae15f0514d 18:20:21 Step 5/26 : COPY go.mod vendor* ./ 18:20:21 ---> Using cache 18:20:21 ---> ae07c48bf351 18:20:21 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:20:21 ---> Using cache 18:20:21 ---> 8480d37928c6 18:20:21 Step 7/26 : COPY . . 18:20:21 ---> Using cache 18:20:21 ---> ebb7698998b1 18:20:21 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 18:20:21 ---> Using cache 18:20:21 ---> be2317ed692f 18:20:21 Step 9/26 : WORKDIR /edgex-go/spire-build 18:20:21 ---> Using cache 18:20:21 ---> 7d7e461cbeca 18:20:21 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:20:21 ---> Using cache 18:20:21 ---> ba9648fd66ba 18:20:21 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:20:21 ---> c9bbc01e6973 18:20:21 Step 19/23 : ENTRYPOINT ["/core-data"] 18:20:21 ---> Running in 30029998a61d 18:20:21 ---> Running in 0c065a042d36 18:20:22 Removing intermediate container 0c065a042d36 18:20:22 ---> 627605206ef2 18:20:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:20:22 ---> Running in ada55842cd08 18:20:22 Removing intermediate container 8650e29f9edd 18:20:22 ---> 7808a16cbaab 18:20:22 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 18:20:23 Removing intermediate container ada55842cd08 18:20:23 ---> c010f4d64e58 18:20:23 Step 21/23 : LABEL arch=x86_64 18:20:23 ---> 5afaf89a2e73 18:20:23 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 18:20:23 ---> Running in 02a7658a7d36 18:20:23 Removing intermediate container 02a7658a7d36 18:20:23 ---> ee7c699a638d 18:20:23 Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:20:23 Removing intermediate container 30029998a61d 18:20:23 ---> 1ece05bbc6a4 18:20:23 Step 12/26 : WORKDIR /edgex-go 18:20:23 ---> df310d2120a6 18:20:23 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:20:23 ---> Running in f1f4222b4cf1 18:20:23 ---> Running in 9cd7afa9c70d 18:20:23 Removing intermediate container 9cd7afa9c70d 18:20:23 ---> 72b724b28fd1 18:20:23 18:20:23 Step 13/26 : FROM alpine:3.17 18:20:23 ---> 9ed4aefc74f6 18:20:23 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:20:23 ---> Using cache 18:20:23 ---> 4d914d258997 18:20:23 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:20:23 ---> Running in 98694318eb37 18:20:23 Removing intermediate container f1f4222b4cf1 18:20:23 ---> 8431d8075c5b 18:20:23 Step 23/23 : LABEL version=0.0.0 18:20:23 ---> Running in 762e028c6fdf 18:20:24 Removing intermediate container 762e028c6fdf 18:20:24 ---> 9fbcc9559dcd 18:20:24 18:20:24 Successfully built 9fbcc9559dcd 18:20:24 Successfully tagged core-data:latest 18:20:24 Building security-secretstore-setup 18:20:25  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:20:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:20:25 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:20:25 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:20:25 OK: 17823 distinct packages available 18:20:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:20:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:20:25 (1/5) Installing dumb-init (1.2.5-r2) 18:20:25 (2/5) Installing musl-obstack (1.2.3-r0) 18:20:25 (3/5) Installing libucontext (1.2-r0) 18:20:25 (4/5) Installing gcompat (1.1.0-r0) 18:20:25 (5/5) Installing openssl (3.0.8-r4) 18:20:25 Executing busybox-1.35.0-r29.trigger 18:20:25 OK: 8 MiB in 20 packages 18:20:28 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:20:28 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:20:28 ---> 3da02a265158 18:20:28 Step 3/25 : WORKDIR /edgex-go 18:20:28 ---> Using cache 18:20:28 ---> 544a72e576ba 18:20:28 Step 4/25 : RUN apk add --update --no-cache make git 18:20:28 ---> Using cache 18:20:28 ---> 808276fe122f 18:20:28 Step 5/25 : COPY go.mod vendor* ./ 18:20:28 ---> Using cache 18:20:28 ---> b1ddc97e609d 18:20:28 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:20:28 ---> Using cache 18:20:28 ---> c52e8a87f800 18:20:28 Step 7/25 : COPY . . 18:20:28 ---> Using cache 18:20:28 ---> 81b9a82e3f7d 18:20:28 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:20:31 ---> a8197c2994a8 18:20:31 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 18:20:31 ---> Running in 3a93671499f3 18:20:31 Removing intermediate container 98694318eb37 18:20:31 ---> cc05cec352a8 18:20:31 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 18:20:31 ---> 353fb39ae646 18:20:31 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 18:20:31 ---> 40768114634e 18:20:31 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 18:20:31 ---> Running in d93a1756962e 18:20:31 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:20:32 Removing intermediate container d93a1756962e 18:20:32 ---> ab5a4b300583 18:20:32 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 18:20:32 ---> 34de2cb27ef0 18:20:32 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:20:32 ---> baa11365e749 18:20:32 Step 22/27 : WORKDIR / 18:20:32 ---> Running in 73e59a3f7c92 18:20:32 Removing intermediate container 73e59a3f7c92 18:20:32 ---> 44d19404ea36 18:20:32 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:20:32 ---> Running in 57d3d3d09791 18:20:33 Removing intermediate container 57d3d3d09791 18:20:33 ---> 72db011aaf02 18:20:33 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:20:33 ---> Running in 99bc0d195d3a 18:20:34 Removing intermediate container 99bc0d195d3a 18:20:34 ---> 11c37ed67547 18:20:34 Step 25/27 : LABEL arch=x86_64 18:20:34 ---> Running in 118afc0286cd 18:20:34 Removing intermediate container 118afc0286cd 18:20:34 ---> b143469c98d8 18:20:34 Step 26/27 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:20:35 ---> f25974102b48 18:20:35 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:20:35 ---> Running in b33b7f92acce 18:20:35 Removing intermediate container b33b7f92acce 18:20:35 ---> 10d398bfdd3a 18:20:35 Step 27/27 : LABEL version=0.0.0 18:20:35 ---> 95da1de06c54 18:20:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:20:35 ---> Running in 7cba9882fb02 18:20:36 Removing intermediate container 7cba9882fb02 18:20:36 ---> 56280a3abdf8 18:20:36 18:20:36 ---> 5938453271ee 18:20:36 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:20:36 Successfully built 56280a3abdf8 18:20:36 Successfully tagged security-spire-config:latest 18:20:36 Building security-spire-agent 18:20:39  Building security-spire-config ... done Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:20:39 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:20:39 ---> 3da02a265158 18:20:39 Step 3/27 : WORKDIR /edgex-go 18:20:39 ---> Using cache 18:20:39 ---> 544a72e576ba 18:20:39 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 18:20:39 ---> Using cache 18:20:39 ---> 4aae15f0514d 18:20:39 Step 5/27 : COPY go.mod vendor* ./ 18:20:39 ---> Using cache 18:20:39 ---> ae07c48bf351 18:20:39 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:20:39 ---> Using cache 18:20:39 ---> 8480d37928c6 18:20:39 Step 7/27 : COPY . . 18:20:39 ---> Using cache 18:20:39 ---> ebb7698998b1 18:20:39 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 18:20:39 ---> Using cache 18:20:39 ---> be2317ed692f 18:20:39 Step 9/27 : WORKDIR /edgex-go/spire-build 18:20:39 ---> Using cache 18:20:39 ---> 7d7e461cbeca 18:20:39 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:20:39 ---> Using cache 18:20:39 ---> ba9648fd66ba 18:20:39 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:20:39 ---> Using cache 18:20:39 ---> 2b569097119c 18:20:39 Step 12/27 : WORKDIR /edgex-go 18:20:39 ---> Using cache 18:20:39 ---> 7976de8df237 18:20:39 18:20:39 Step 13/27 : FROM alpine:3.17 18:20:39 ---> 9ed4aefc74f6 18:20:39 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:20:39 ---> Using cache 18:20:39 ---> 4d914d258997 18:20:39 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:20:39 ---> Using cache 18:20:39 ---> cc05cec352a8 18:20:39 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 18:20:39 ---> Using cache 18:20:42 ---> ebf993de754e 18:20:42 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:20:42 ---> 40768114634e 18:20:42 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 18:20:42 ---> Using cache 18:20:42 ---> 34de2cb27ef0 18:20:42 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 18:20:42 ---> Running in 34ebec39d782 18:20:42 Removing intermediate container 34ebec39d782 18:20:42 ---> 7419cedbd378 18:20:42 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:20:42 ---> Running in 5164837a793a 18:20:44 Removing intermediate container 5164837a793a 18:20:44 ---> 33c9ec977929 18:20:44 Step 24/26 : LABEL arch=x86_64 18:20:45 ---> 3d39dcb04a27 18:20:45 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:20:45 ---> Running in 9007dc9639f2 18:20:45 Removing intermediate container cca2ec05ef97 18:20:45 ---> 037732f971da 18:20:45 18:20:45 Step 9/22 : FROM alpine:3.17 18:20:45 ---> 9ed4aefc74f6 18:20:45 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 18:20:45 Removing intermediate container e1a8d02d2bac 18:20:45 ---> ab74025d58e5 18:20:45 18:20:45 Step 10/23 : FROM alpine:3.17 18:20:45 ---> 9ed4aefc74f6 18:20:45 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 18:20:46 ---> Running in 5c4de2d94ccc 18:20:46 Removing intermediate container 9007dc9639f2 18:20:46 ---> 9586085839e9 18:20:46 Step 25/26 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:20:46 ---> Running in c2c19bcb0d96 18:20:46 ---> Running in be7dc155f318 18:20:46 Removing intermediate container be7dc155f318 18:20:46 ---> 062e35401eb2 18:20:46 Step 26/26 : LABEL version=0.0.0 18:20:46 ---> Running in c010019a83e9 18:20:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:20:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:20:46 Removing intermediate container c010019a83e9 18:20:46 ---> 5dfe2e17d933 18:20:46 18:20:46 ---> 3e1633121e94 18:20:46 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:20:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:20:46 Successfully built 5dfe2e17d933 18:20:46 Successfully tagged security-spire-server:latest 18:20:46 Building security-bootstrapper 18:20:46  Building security-spire-server ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:20:46 (1/2) Installing ca-certificates (20230506-r0) 18:20:46 (2/2) Installing dumb-init (1.2.5-r2) 18:20:46 Executing busybox-1.35.0-r29.trigger 18:20:46 Executing ca-certificates-20230506-r0.trigger 18:20:46 OK: 8 MiB in 17 packages 18:20:47 (1/2) Installing dumb-init (1.2.5-r2) 18:20:47 (2/2) Installing openssl (3.0.8-r4) 18:20:47 Executing busybox-1.35.0-r29.trigger 18:20:47 OK: 8 MiB in 17 packages 18:20:49 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:20:49 Step 2/33 : FROM ${BUILDER_BASE} AS builder 18:20:49 ---> 3da02a265158 18:20:49 Step 3/33 : WORKDIR /edgex-go 18:20:49 ---> Using cache 18:20:49 ---> 544a72e576ba 18:20:49 Step 4/33 : RUN apk add --update --no-cache make git 18:20:49 ---> Using cache 18:20:49 ---> 808276fe122f 18:20:49 Step 5/33 : COPY go.mod vendor* ./ 18:20:49 ---> Using cache 18:20:49 ---> b1ddc97e609d 18:20:49 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:20:49 ---> Using cache 18:20:49 ---> c52e8a87f800 18:20:49 Step 7/33 : COPY . . 18:20:49 ---> Using cache 18:20:49 ---> 81b9a82e3f7d 18:20:49 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:20:50 ---> 7132fbaf727a 18:20:50 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:20:50 ---> Running in 71cbce9b5840 18:20:50 Removing intermediate container 5c4de2d94ccc 18:20:50 ---> c14cb813adcb 18:20:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 18:20:50 ---> Running in 86b561c6431e 18:20:51 ---> 53e0b4793682 18:20:51 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:20:51 Removing intermediate container c2c19bcb0d96 18:20:51 ---> 56c0c709d2cb 18:20:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 18:20:51 Removing intermediate container 86b561c6431e 18:20:51 ---> c08a5ef7ff92 18:20:51 Step 12/22 : WORKDIR /edgex 18:20:51 ---> Running in a5fb67dfeadf 18:20:51 ---> Running in d2269dd3bf64 18:20:51 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:20:51 Removing intermediate container d2269dd3bf64 18:20:51 ---> 286138453594 18:20:51 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:20:51 Removing intermediate container a5fb67dfeadf 18:20:51 ---> 11cb82353935 18:20:51 Step 13/23 : ENV APP_PORT=59860 18:20:51 ---> aeb1b83e25ea 18:20:51 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:20:51 ---> Running in 462645efdbb2 18:20:51 ---> Running in cf8801a3c193 18:20:51 Removing intermediate container cf8801a3c193 18:20:51 ---> 0446d28f259f 18:20:51 Step 14/23 : EXPOSE $APP_PORT 18:20:51 ---> 0cb8873cdef4 18:20:51 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 18:20:51 Removing intermediate container 462645efdbb2 18:20:51 ---> 260b3fc0b808 18:20:51 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:20:51 ---> Running in 364bd24df186 18:20:51 ---> Running in c80b06034807 18:20:51 Removing intermediate container c80b06034807 18:20:51 ---> 7859d49065db 18:20:51 Step 25/27 : LABEL arch=x86_64 18:20:51 Removing intermediate container 364bd24df186 18:20:51 ---> 5f79a1e3eb81 18:20:51 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:20:51 ---> c422a99bf334 18:20:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 18:20:51 ---> Running in 43f484b140fb 18:20:52 Removing intermediate container 43f484b140fb 18:20:52 ---> d2eac0203c39 18:20:52 Step 26/27 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:20:52 ---> 2e1b4c0482bd 18:20:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:20:52 ---> Running in 42bc957e81ee 18:20:52 ---> 238d74d31e22 18:20:52 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:20:52 Removing intermediate container 42bc957e81ee 18:20:52 ---> e91d2fc56607 18:20:52 Step 27/27 : LABEL version=0.0.0 18:20:52 ---> Running in c06263e47551 18:20:52 ---> 724121ca91b0 18:20:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:20:52 ---> 570072b63f8a 18:20:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:20:52 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:20:52 Removing intermediate container c06263e47551 18:20:52 ---> 0f0aa2c1672d 18:20:52 18:20:52 Successfully built 0f0aa2c1672d 18:20:52 Successfully tagged security-spire-agent:latest 18:20:53  Building security-spire-agent ... done  ---> 064d0f8e51a2 18:20:53 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:20:53 ---> Running in 55745fd63a55 18:20:53 ---> 1fe2248bb6ac 18:20:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 18:20:53 ---> 6db7856c3609 18:20:53 Step 19/23 : ENTRYPOINT ["/support-notifications"] 18:20:53 ---> Running in abfab2c74729 18:20:53 Removing intermediate container abfab2c74729 18:20:53 ---> 5b2d9ec669e6 18:20:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:20:53 ---> Running in 6ecc380850dd 18:20:53 Removing intermediate container 6ecc380850dd 18:20:53 ---> a4e5475202a5 18:20:53 Step 21/23 : LABEL arch=x86_64 18:20:53 ---> Running in 1393993f65e6 18:20:53 Removing intermediate container 1393993f65e6 18:20:53 ---> b24010227563 18:20:53 Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:20:53 ---> Running in 9d057a4fa547 18:20:53 Removing intermediate container 9d057a4fa547 18:20:53 ---> 438b4319a4ff 18:20:53 Step 23/23 : LABEL version=0.0.0 18:20:53 ---> Running in 31f6a306d9a8 18:20:53 Removing intermediate container 31f6a306d9a8 18:20:53 ---> f9f3ace8dbbd 18:20:53 18:20:54 Removing intermediate container 55745fd63a55 18:20:54 ---> f3b8ca625c1e 18:20:54 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 18:20:54 Successfully built f9f3ace8dbbd 18:20:54 Successfully tagged support-notifications:latest 18:20:54  Building support-notifications ... done  ---> Running in 81023dee6767 18:20:54 Removing intermediate container 81023dee6767 18:20:54 ---> 7799eeb3b50b 18:20:54 Step 20/22 : LABEL arch=x86_64 18:20:55 ---> Running in dc5756275df3 18:20:55 Removing intermediate container 3a93671499f3 18:20:55 ---> 27781b3713c8 18:20:55 18:20:55 Step 9/25 : FROM alpine:3.17 18:20:55 ---> 9ed4aefc74f6 18:20:55 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:20:55 ---> Running in ebfcdc7045ce 18:20:55 Removing intermediate container dc5756275df3 18:20:55 ---> 6cead44e6a40 18:20:55 Step 21/22 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:20:55 ---> Running in d1acb02c6041 18:20:56 Removing intermediate container d1acb02c6041 18:20:56 ---> 8ba34ab627c6 18:20:56 Step 22/22 : LABEL version=0.0.0 18:20:56 ---> Running in 69d1421c8476 18:20:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:20:56 Removing intermediate container 69d1421c8476 18:20:56 ---> 42bddaba96b4 18:20:56 18:20:56 Successfully built 42bddaba96b4 18:20:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:20:56 Successfully tagged security-proxy-setup:latest 18:20:56  Building security-proxy-setup ... done (1/3) Installing ca-certificates (20230506-r0) 18:20:56 (2/3) Installing dumb-init (1.2.5-r2) 18:20:56 (3/3) Installing su-exec (0.2-r2) 18:20:56 Executing busybox-1.35.0-r29.trigger 18:20:56 Executing ca-certificates-20230506-r0.trigger 18:20:56 OK: 8 MiB in 18 packages 18:20:57 Removing intermediate container ebfcdc7045ce 18:20:57 ---> 831743fb0d5c 18:20:57 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 18:20:57 ---> Running in 200c2dde7a5f 18:20:58 Removing intermediate container 200c2dde7a5f 18:20:58 ---> 3593b84d6447 18:20:58 Step 12/25 : WORKDIR / 18:20:58 ---> Running in 19a767f43856 18:20:58 Removing intermediate container 19a767f43856 18:20:58 ---> ec06a6f7ddcb 18:20:58 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 18:20:58 ---> 950513cb9963 18:20:58 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 18:20:58 ---> 2a51dd210e6a 18:20:58 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:20:59 ---> 00219f13a5b8 18:20:59 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 18:20:59 ---> 337fe4536487 18:20:59 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 18:20:59 ---> 9fbdadc42773 18:20:59 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:20:59 ---> 2979085ec7a9 18:20:59 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:21:00 ---> f31d7694786a 18:21:00 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:21:00 ---> e0702b52ea51 18:21:00 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:21:00 ---> Running in 91a7dea29079 18:21:01 Removing intermediate container 91a7dea29079 18:21:01 ---> fcb8205cb214 18:21:01 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 18:21:01 ---> Running in 94e5c17273d6 18:21:01 Removing intermediate container 94e5c17273d6 18:21:01 ---> 0b8084dd5d8e 18:21:01 Step 23/25 : LABEL arch=x86_64 18:21:01 ---> Running in 230370872a34 18:21:01 Removing intermediate container 230370872a34 18:21:01 ---> 737cc01242f8 18:21:01 Step 24/25 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:21:01 ---> Running in 7c8629d79fe2 18:21:01 Removing intermediate container 7c8629d79fe2 18:21:01 ---> 2af36fab5662 18:21:01 Step 25/25 : LABEL version=0.0.0 18:21:01 ---> Running in 828fa3ff1191 18:21:01 Removing intermediate container 828fa3ff1191 18:21:01 ---> e6e03594cad7 18:21:01 18:21:01 Successfully built e6e03594cad7 18:21:01 Successfully tagged security-secretstore-setup:latest 18:21:07  Building security-secretstore-setup ... done Removing intermediate container 71cbce9b5840 18:21:07 ---> ece821e23661 18:21:07 18:21:07 Step 9/33 : FROM alpine:3.17 18:21:07 ---> 9ed4aefc74f6 18:21:07 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 18:21:07 ---> Using cache 18:21:07 ---> c86952accbcf 18:21:07 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 18:21:07 ---> Running in 3b71903bd8af 18:21:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:21:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:21:08 (1/2) Installing dumb-init (1.2.5-r2) 18:21:08 (2/2) Installing su-exec (0.2-r2) 18:21:08 Executing busybox-1.35.0-r29.trigger 18:21:08 OK: 7 MiB in 17 packages 18:21:08 Removing intermediate container 3b71903bd8af 18:21:08 ---> 2ca9d55d702c 18:21:08 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 18:21:08 ---> Running in bd470d4ecb63 18:21:08 Removing intermediate container bd470d4ecb63 18:21:08 ---> 97ae32f5e80c 18:21:08 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 18:21:08 ---> Running in 41dd81e4ef68 18:21:08 Removing intermediate container 41dd81e4ef68 18:21:08 ---> cf2759dd083c 18:21:08 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 18:21:08 ---> Running in b714706a1b25 18:21:08 Removing intermediate container b714706a1b25 18:21:08 ---> 8cf64442006c 18:21:08 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 18:21:08 ---> Running in aa70af5c5053 18:21:08 Removing intermediate container aa70af5c5053 18:21:08 ---> c306e517a03c 18:21:08 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 18:21:08 ---> Running in 345e034e9662 18:21:09 Removing intermediate container 345e034e9662 18:21:09 ---> d308f5d15fb4 18:21:09 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 18:21:09 ---> Running in 5700c6d5f2b1 18:21:09 Removing intermediate container 5700c6d5f2b1 18:21:09 ---> 63e6e27faf9f 18:21:09 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 18:21:09 ---> d21e11c182a5 18:21:09 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 18:21:09 ---> Running in 6fb93ad622f1 18:21:10 Removing intermediate container 6fb93ad622f1 18:21:10 ---> f2fd4cb0f7c1 18:21:10 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 18:21:10 ---> c3411a4be28d 18:21:10 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 18:21:10 ---> 3588e1003d0b 18:21:10 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:21:11 ---> 76f95995bd0d 18:21:11 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 18:21:11 ---> d27fd4743ec1 18:21:11 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 18:21:11 ---> 7145b78ab7a7 18:21:11 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 18:21:11 ---> ed078d458c8a 18:21:11 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 18:21:11 ---> 16f208990d55 18:21:11 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:21:11 ---> b3575b0836ff 18:21:11 Step 28/33 : RUN chmod +x /entrypoint.sh 18:21:11 ---> Running in d25666cccb8c 18:21:12 Removing intermediate container d25666cccb8c 18:21:12 ---> 3aab316f47c3 18:21:12 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 18:21:12 ---> Running in 310e4e8dd6b4 18:21:12 Removing intermediate container 310e4e8dd6b4 18:21:12 ---> a04ca0bcfcdf 18:21:12 Step 30/33 : CMD ["gate"] 18:21:12 ---> Running in 3fef082291b4 18:21:12 Removing intermediate container 3fef082291b4 18:21:12 ---> def1d77b84ea 18:21:12 Step 31/33 : LABEL arch=x86_64 18:21:12 ---> Running in d5dfd8f89cba 18:21:12 Removing intermediate container d5dfd8f89cba 18:21:12 ---> 96bc74b7a91a 18:21:12 Step 32/33 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:21:12 ---> Running in 88aa0f04c887 18:21:12 Removing intermediate container 88aa0f04c887 18:21:12 ---> 1497ee3f24b5 18:21:12 Step 33/33 : LABEL version=0.0.0 18:21:12 ---> Running in b106d04a5eb2 18:21:12 Removing intermediate container b106d04a5eb2 18:21:12 ---> 5f351b007281 18:21:12 18:21:12 Successfully built 5f351b007281 18:21:12 Successfully tagged security-bootstrapper:latest 18:21:13  Building security-bootstrapper ... done  [Pipeline] } 18:21:13 $ docker stop --time=1 a5b82a1ffe8a19e208aa207a49241238941b0ed6b4c682eab66406f1de4edd5e 18:21:14 $ docker rm -f --volumes a5b82a1ffe8a19e208aa207a49241238941b0ed6b4c682eab66406f1de4edd5e [Pipeline] // withDockerContainer [Pipeline] sh 18:21:14 + docker images 18:21:14 REPOSITORY TAG IMAGE ID CREATED SIZE 18:21:14 security-bootstrapper latest 5f351b007281 2 seconds ago 22.2MB 18:21:14 ece821e23661 8 seconds ago 1.71GB 18:21:14 security-secretstore-setup latest e6e03594cad7 13 seconds ago 32.8MB 18:21:14 security-proxy-setup latest 42bddaba96b4 18 seconds ago 18.7MB 18:21:14 27781b3713c8 19 seconds ago 1.72GB 18:21:14 support-notifications latest f9f3ace8dbbd 21 seconds ago 32.4MB 18:21:14 security-spire-agent latest 0f0aa2c1672d 22 seconds ago 161MB 18:21:14 security-spire-server latest 5dfe2e17d933 28 seconds ago 103MB 18:21:14 ab74025d58e5 29 seconds ago 1.79GB 18:21:14 037732f971da 31 seconds ago 1.7GB 18:21:14 security-spire-config latest 56280a3abdf8 39 seconds ago 102MB 18:21:14 core-data latest 9fbcc9559dcd 51 seconds ago 20.1MB 18:21:14 72b724b28fd1 51 seconds ago 1.58GB 18:21:14 security-proxy-auth latest c817ffa008b5 56 seconds ago 18.3MB 18:21:14 7976de8df237 57 seconds ago 1.58GB 18:21:14 9ceede5ae472 About a minute ago 1.73GB 18:21:14 fe389de33c6a About a minute ago 1.7GB 18:21:14 security-spiffe-token-provider latest 1c96cb02b753 About a minute ago 32.8MB 18:21:14 core-common-config-bootstrapper latest e375f02d3564 About a minute ago 17.2MB 18:21:14 core-metadata latest 65b194353ca1 About a minute ago 20.4MB 18:21:14 support-scheduler latest dfeb5646147a About a minute ago 31.8MB 18:21:14 core-command latest 8521f5a04374 About a minute ago 19.9MB 18:21:14 a7156964d0f3 2 minutes ago 1.79GB 18:21:14 253bce81845a 2 minutes ago 1.73GB 18:21:14 6291772167de 2 minutes ago 1.72GB 18:21:14 a018f6acbd5d 2 minutes ago 1.76GB 18:21:14 f6cc99fe5ee9 2 minutes ago 1.72GB 18:21:14 ci-base-image-x86_64 latest 3da02a265158 6 minutes ago 918MB 18:21:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 3 weeks ago 700MB 18:21:14 alpine 3.17 9ed4aefc74f6 7 weeks ago 7.05MB 18:21:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 10 months ago 253MB 18:21:14 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:21:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:21:43 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 18:21:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:21:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:21:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:21:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:21:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:21:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 18:21:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:21:43 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 18:21:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:21:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:21:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:21:46 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:22:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:22:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:22:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.430s coverage: 28.7% of statements 18:22:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.335s coverage: 98.5% of statements 18:22:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 18:22:19 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:22:19 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 18:22:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.450s coverage: 71.5% of statements 18:22:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:22:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:22:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.353s coverage: 54.0% of statements 18:22:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 18:22:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:22:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:22:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:22:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:22:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:22:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:22:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.749s coverage: 88.5% of statements 18:22:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.533s coverage: 3.8% of statements 18:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 18:22:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.000s coverage: 95.6% of statements 18:22:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:22:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:22:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:22:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:22:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:22:58 ok github.com/edgexfoundry/edgex-go/internal/io 0.233s coverage: 72.2% of statements 18:23:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:23:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:23:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:23:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.255s coverage: 65.9% of statements 18:23:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:23:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:23:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.472s coverage: 0.9% of statements 18:23:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.325s coverage: 29.0% of statements 18:23:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.360s coverage: 42.9% of statements 18:23:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.343s coverage: 82.9% of statements 18:23:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.243s coverage: 94.1% of statements 18:23:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.295s coverage: 96.3% of statements 18:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.237s coverage: 87.5% of statements 18:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:23:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:23:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 18:23:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 18:23:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.245s coverage: 94.4% of statements 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:23:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:23:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.316s coverage: 79.9% of statements 18:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.352s coverage: 92.9% of statements 18:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.082s coverage: 64.4% of statements 18:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.234s coverage: 62.3% of statements 18:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.223s coverage: 87.2% of statements 18:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.197s coverage: 20.0% of statements 18:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.198s coverage: 100.0% of statements 18:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.519s coverage: 81.8% of statements 18:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 18:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.534s coverage: 82.1% of statements 18:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.295s coverage: 86.0% of statements 18:24:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:24:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.245s coverage: 63.1% of statements 18:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.289s coverage: 100.0% of statements 18:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.138s coverage: 89.4% of statements 18:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements 18:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.118s coverage: 73.7% of statements 18:24:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 18:24:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 18:24:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 18:24:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.100s coverage: 100.0% of statements 18:24:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:24:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:24:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:24:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.076s coverage: 38.4% of statements 18:24:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.268s coverage: 89.5% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.269s coverage: 84.8% of statements 18:24:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:24:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:24:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:24:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:24:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.313s coverage: 17.7% of statements 18:24:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:24:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:24:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:24:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:24:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.668s coverage: 92.3% of statements 18:24:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:24:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:24:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.324s coverage: 61.5% of statements 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:24:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.450s coverage: 97.7% of statements 18:24:45 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:24:45 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:24:45 go vet ./... 18:27:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:27:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:27:37 ./bin/test-attribution-txt.sh [Pipeline] echo 18:27:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 18:27:38 + ls -al . 18:27:38 total 700 18:27:38 drwxrwxr-x 10 1001 1001 4096 May 22 18:18 . 18:27:38 drwxr-xr-x 4 root root 4096 May 22 18:18 .. 18:27:38 drwxrwxr-x 2 1001 1001 4096 May 22 18:16 .blubracket 18:27:38 -rw-rw-r-- 1 1001 1001 16 May 22 18:16 .dockerignore 18:27:38 drwxrwxr-x 8 1001 1001 4096 May 22 18:16 .git 18:27:38 drwxrwxr-x 3 1001 1001 4096 May 22 18:16 .github 18:27:38 -rw-rw-r-- 1 1001 1001 1133 May 22 18:16 .gitignore 18:27:38 -rw-rw-r-- 1 1001 1001 42 May 22 18:16 .golangci.yml 18:27:38 -rw-rw-r-- 1 1001 1001 87 May 22 18:16 .hadolint.yml 18:27:38 -rw-rw-r-- 1 1001 1001 166 May 22 18:16 .sonarcloud.properties 18:27:38 -rw-rw-r-- 1 1001 1001 1171 May 22 18:16 ADOPTERS.md 18:27:38 -rw-rw-r-- 1 1001 1001 10835 May 22 18:16 Attribution.txt 18:27:38 -rw-rw-r-- 1 1001 1001 73765 May 22 18:16 CHANGELOG.md 18:27:38 -rw-rw-r-- 1 1001 1001 3804 May 22 18:16 CONTRIBUTING.md 18:27:38 -rw-rw-r-- 1 1001 1001 677 May 22 18:16 GOVERNANCE.md 18:27:38 -rw-rw-r-- 1 1001 1001 883 May 22 18:16 Jenkinsfile 18:27:38 -rw-rw-r-- 1 1001 1001 10775 May 22 18:16 LICENSE 18:27:38 -rw-rw-r-- 1 1001 1001 14368 May 22 18:16 Makefile 18:27:38 -rw-rw-r-- 1 1001 1001 582 May 22 18:16 OWNERS.md 18:27:38 -rw-rw-r-- 1 1001 1001 9902 May 22 18:16 README.md 18:27:38 -rw-rw-r-- 1 1001 1001 789 May 22 18:16 SECURITY.md 18:27:38 -rw-rw-r-- 1 1001 1001 5 May 22 18:14 VERSION 18:27:38 drwxrwxr-x 2 1001 1001 4096 May 22 18:16 bin 18:27:38 drwxrwxr-x 18 1001 1001 4096 May 22 18:16 cmd 18:27:38 -rw-r--r-- 1 root root 447731 May 22 18:24 coverage.out 18:27:38 -rw-rw-r-- 1 1001 1001 3200 May 22 18:16 go.mod 18:27:38 -rw-rw-r-- 1 1001 1001 31040 May 22 18:16 go.sum 18:27:38 drwxrwxr-x 7 1001 1001 4096 May 22 18:16 internal 18:27:38 drwxrwxr-x 3 1001 1001 4096 May 22 18:16 openapi 18:27:38 -rw-rw-r-- 1 1001 1001 594 May 22 18:16 security.txt 18:27:38 drwxrwxr-x 4 1001 1001 4096 May 22 18:16 snap 18:27:38 -rw-rw-r-- 1 1001 1001 204 May 22 18:16 version.go [Pipeline] sh 18:27:39 + '[' -e coverage.out ] 18:27:39 + chown 1001:1001 coverage.out [Pipeline] stash 18:27:39 Warning: overwriting stash ‘coverage-report’ 18:27:40 Stashed 1 file(s) [Pipeline] sh 18:27:40 + make build 18:27:40 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:29:17 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:29:23 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:29:29 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:29:32 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:30: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 18:30:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 18:30:32 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:30: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:30:42 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:30:46 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:30:52 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:30:58 $ docker stop --time=1 7a53fbbfdd679edae5e560c1390d810be86eea92c811fc9a9a75f08dcfaea205 18:31:00 $ docker rm -f --volumes 7a53fbbfdd679edae5e560c1390d810be86eea92c811fc9a9a75f08dcfaea205 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:31:03 18:31:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:31:04 latest: Pulling from edgex-devops/edgex-compose-arm64 18:31:04 29e5d40040c1: Pulling fs layer 18:31:04 1ce36da41761: Pulling fs layer 18:31:04 25b303627fd3: Pulling fs layer 18:31:04 29e5d40040c1: Verifying Checksum 18:31:04 29e5d40040c1: Download complete 18:31:04 1ce36da41761: Verifying Checksum 18:31:04 1ce36da41761: Download complete 18:31:04 29e5d40040c1: Pull complete 18:31:06 1ce36da41761: Pull complete 18:31:06 25b303627fd3: Verifying Checksum 18:31:06 25b303627fd3: Download complete 18:31:16 25b303627fd3: Pull complete 18:31:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:31:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:31:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:31:16 prd-ubuntu20.04-docker-arm64-4c-16g-16340 does not seem to be running inside a container 18:31:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:31:19 $ docker top 8a4b19cac7581a88052b181dbf23b01c97eeb98a0fdfa24de72d37e1d2bc3403 -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:20 + grep+ parallel 18:31:20 docker-compose build --help 18:31:26 --parallel Build images in parallel. [Pipeline] } 18:31:26 $ docker stop --time=1 8a4b19cac7581a88052b181dbf23b01c97eeb98a0fdfa24de72d37e1d2bc3403 18:31:27 $ docker rm -f --volumes 8a4b19cac7581a88052b181dbf23b01c97eeb98a0fdfa24de72d37e1d2bc3403 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:31:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:31:28 prd-ubuntu20.04-docker-arm64-4c-16g-16340 does not seem to be running inside a container 18:31:29 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:31:30 $ docker top 0431d6fd60ab868439274e65635ed1a86fa12a7414989fa72fc3a2d872c56065 -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:30 + docker-compose -f ./docker-compose-build.yml build --parallel 18:31:37 Building core-command ... 18:31:37 Building core-common-config-bootstrapper ... 18:31:37 Building core-data ... 18:31:37 Building core-metadata ... 18:31:37 Building security-bootstrapper ... 18:31:37 Building security-proxy-auth ... 18:31:37 Building security-proxy-setup ... 18:31:37 Building security-secretstore-setup ... 18:31:37 Building security-spiffe-token-provider ... 18:31:37 Building security-spire-agent ... 18:31:37 Building security-spire-config ... 18:31:37 Building security-spire-server ... 18:31:37 Building support-notifications ... 18:31:37 Building support-scheduler ... 18:31:37 Building core-metadata 18:31:37 Building support-scheduler 18:31:37 Building security-proxy-auth 18:31:37 Building core-data 18:31:37 Building security-secretstore-setup 18:32:27 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:32:27 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:32:27 ---> c963e3707768 18:32:27 Step 3/25 : WORKDIR /edgex-go 18:32:27 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:32:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:32:27 ---> c963e3707768 18:32:27 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:32:27 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:32:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:32:27 ---> c963e3707768 18:32:27 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:32:27 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:32:27 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:32:27 18:32:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> c963e3707768 18:32:27 18:32:27 Step 3/25 : ARG ADD_BUILD_TAGS="" ---> c963e3707768 18:32:27 18:32:27 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:32:27 ---> Running in 229d5e132b12 18:32:27 ---> Running in dd1e098dfa8c 18:32:27 ---> Running in edba069feb23 18:32:27 ---> Running in 8cf8a53ec679 18:32:27 ---> Running in b230f9e51944 18:32:27 Removing intermediate container edba069feb23 18:32:27 ---> b652b29be580 18:32:27 Step 4/23 : WORKDIR /edgex-go 18:32:27 Removing intermediate container 229d5e132b12 18:32:27 ---> 72504073553a 18:32:27 Step 4/25 : RUN apk add --update --no-cache make git 18:32:27 Removing intermediate container 8cf8a53ec679 18:32:27 ---> 208b1d733660 18:32:27 Step 4/23 : WORKDIR /edgex-go 18:32:27 Removing intermediate container dd1e098dfa8c 18:32:27 ---> eaa019915c3c 18:32:27 Step 4/25 : WORKDIR /edgex-go 18:32:27 Removing intermediate container b230f9e51944 18:32:27 ---> 82ee8220038d 18:32:27 Step 4/23 : WORKDIR /edgex-go 18:32:27 ---> Running in 75aa52c06319 18:32:27 ---> Running in a4ff7e0a0d6b 18:32:27 ---> Running in c6ac9c11fe92 18:32:27 ---> Running in c04517820f58 18:32:27 ---> Running in d6902590af11 18:32:27 Removing intermediate container a4ff7e0a0d6b 18:32:27 ---> c49b5107b5db 18:32:27 Step 5/23 : RUN apk add --update --no-cache make git 18:32:27 ---> Running in 8c72cd94ecf3 18:32:27 Removing intermediate container c04517820f58 18:32:27 ---> a0dbdc9806e6 18:32:27 Step 5/23 : RUN apk add --update --no-cache make git 18:32:27 Removing intermediate container c6ac9c11fe92 18:32:27 ---> 753bc060cbff 18:32:27 Step 5/23 : RUN apk add --update --no-cache make git 18:32:27 Removing intermediate container d6902590af11 18:32:27 ---> 099f31cbc011 18:32:27 Step 5/25 : RUN apk add --update --no-cache make git 18:32:27 ---> Running in 7531ca4e8667 18:32:27 ---> Running in a996ffd72319 18:32:27 ---> Running in bdd790c7749f 18:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:32:27 OK: 263 MiB in 53 packages 18:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:32:27 Removing intermediate container 75aa52c06319 18:32:27 ---> dc586a4d3188 18:32:27 Step 5/25 : COPY go.mod vendor* ./ 18:32:27 OK: 263 MiB in 53 packages 18:32:28 OK: 263 MiB in 53 packages 18:32:28 OK: 263 MiB in 53 packages 18:32:28 OK: 263 MiB in 53 packages 18:32:28 ---> c0b73ebe09c2 18:32:28 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:32:28 ---> Running in 802ffea65206 18:32:30 Removing intermediate container 8c72cd94ecf3 18:32:30 ---> eae9e71911d9 18:32:30 Step 6/23 : COPY go.mod vendor* ./ 18:32:30 Removing intermediate container 7531ca4e8667 18:32:30 ---> 0308322732ae 18:32:30 Step 6/23 : COPY go.mod vendor* ./ 18:32:31 Removing intermediate container bdd790c7749f 18:32:31 ---> 22bc6a0dafc5 18:32:31 Step 6/23 : COPY go.mod vendor* ./ 18:32:31 Removing intermediate container a996ffd72319 18:32:31 ---> a8564307a7f4 18:32:31 Step 6/25 : COPY go.mod vendor* ./ 18:32:31 ---> c0aab4b65484 18:32:31 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:32:31 ---> Running in abe558a6e496 18:32:32 ---> 1c5864f27371 18:32:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:32:32 ---> Running in 79bcfd10f759 18:32:32 ---> 05ec758a0255 18:32:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:32:33 ---> Running in 4cec6b9552ea 18:32:33 ---> 4566ff011752 18:32:33 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:32:33 ---> Running in a9667d085726 18:34:25 Removing intermediate container 79bcfd10f759 18:34:25 ---> b9c7c45c495a 18:34:25 Step 8/23 : COPY . . 18:34:25 Removing intermediate container 802ffea65206 18:34:25 ---> 65707134fab7 18:34:25 Step 7/25 : COPY . . 18:34:25 Removing intermediate container a9667d085726 18:34:25 ---> 5f208f5e8961 18:34:25 Step 8/25 : COPY . . 18:34:25 Removing intermediate container 4cec6b9552ea 18:34:25 ---> 3f0e88d246bc 18:34:25 Step 8/23 : COPY . . 18:34:25 Removing intermediate container abe558a6e496 18:34:25 ---> 09d1bfef0549 18:34:25 Step 8/23 : COPY . . 18:34:37 ---> 800ba34d6c12 18:34:37 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 18:34:37 ---> Running in 4c3af3e7ebaf 18:34:37 ---> 9b03bb5fed39 18:34:37 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:34:37 ---> 4afc1c6f2556 18:34:37 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 18:34:37 ---> 8aa8cf8c364a 18:34:37 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 18:34:37 ---> Running in 66908f13b15f 18:34:37 ---> 56d4d2246d27 18:34:37 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 18:34:37 ---> Running in aa05b9817b40 18:34:37 ---> Running in 10409b0295ec 18:34:37 ---> Running in f8fd4b42c48c 18:34:38 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:34: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:34: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 18:34:38 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:34:38 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:40:45 Removing intermediate container 10409b0295ec 18:40:45 ---> 1f3e0907d925 18:40:45 18:40:45 Step 10/23 : FROM alpine:3.17 18:40:45 3.17: Pulling from library/alpine 18:40:45 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 18:40:45 Status: Downloaded newer image for alpine:3.17 18:40:45 ---> 51e60588ff2c 18:40:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:40:45 ---> Running in bc2ec9c00d4b 18:40:45 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:40:45 Removing intermediate container bc2ec9c00d4b 18:40:45 ---> 4f3936a1b343 18:40:45 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:40:45 ---> Running in c72e04de85d7 18:40:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:40:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:40:45 (1/1) Installing dumb-init (1.2.5-r2) 18:40:45 Executing busybox-1.35.0-r29.trigger 18:40:45 OK: 8 MiB in 16 packages 18:40:45 Removing intermediate container c72e04de85d7 18:40:45 ---> 6dac5081e697 18:40:45 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:40:45 ---> f07bc7061e87 18:40:45 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 18:40:46 ---> fef67bded1c3 18:40:46 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 18:40:49 ---> 26f68dfca029 18:40:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 18:40:50 ---> 46d7f8841ba9 18:40:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 18:40:51 ---> 438223db4276 18:40:51 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:40:51 ---> Running in 0bd46e56de36 18:40:57 Removing intermediate container 0bd46e56de36 18:40:57 ---> 5c06c3ae05b1 18:40:57 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 18:40:57 ---> Running in 680234c8de70 18:40:57 Removing intermediate container 680234c8de70 18:40:57 ---> e1f4f4097084 18:40:57 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 18:40:58 ---> Running in d416146d4c4f 18:40:58 Removing intermediate container d416146d4c4f 18:40:58 ---> 55ab15430b59 18:40:58 Step 21/23 : LABEL arch=arm64 18:40:58 ---> Running in 8d2437fbee92 18:41:00 Removing intermediate container 8d2437fbee92 18:41:00 ---> f209db8fa2af 18:41:00 Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:41:00 ---> Running in eb564d14ff71 18:41:01 Removing intermediate container eb564d14ff71 18:41:01 ---> c31e2c2eb443 18:41:01 Step 23/23 : LABEL version=0.0.0 18:41:01 ---> Running in 1c4ecd793407 18:41:03 Removing intermediate container 1c4ecd793407 18:41:03 ---> 26751006db86 18:41:03 18:41:03 Successfully built 26751006db86 18:41:03 Successfully tagged security-proxy-auth-arm64:latest 18:41:03  Building security-proxy-auth ... done Building security-spire-config 18:41:03 Removing intermediate container 66908f13b15f 18:41:03 ---> 2542a39581af 18:41:03 18:41:03 Step 9/25 : FROM alpine:3.17 18:41:03 ---> 51e60588ff2c 18:41:03 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:41:03 ---> Running in d69290fc6634 18:41:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:41:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:41:07 (1/3) Installing ca-certificates (20230506-r0) 18:41:07 (2/3) Installing dumb-init (1.2.5-r2) 18:41:07 (3/3) Installing su-exec (0.2-r2) 18:41:07 Executing busybox-1.35.0-r29.trigger 18:41:07 Executing ca-certificates-20230506-r0.trigger 18:41:08 OK: 8 MiB in 18 packages 18:41:11 Removing intermediate container d69290fc6634 18:41:11 ---> bb39d6d921b6 18:41:11 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 18:41:11 ---> Running in 5d1216cd1997 18:41:12 Removing intermediate container 5d1216cd1997 18:41:12 ---> 5f51b0deb4d6 18:41:12 Step 12/25 : WORKDIR / 18:41:12 ---> Running in d9f2464c6725 18:41:13 Removing intermediate container d9f2464c6725 18:41:13 ---> fbce8ba31db3 18:41:13 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 18:41:14 ---> e8e5a901f8d0 18:41:14 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 18:41:17 ---> 3c86114393bc 18:41:17 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:41:19 ---> a5e8af763baa 18:41:19 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 18:41:19 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:41:19 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:41:19 ---> c963e3707768 18:41:19 Step 3/27 : WORKDIR /edgex-go 18:41:19 ---> Using cache 18:41:19 ---> 72504073553a 18:41:19 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 18:41:19 ---> Running in b0ba46d586ed 18:41:20 ---> c44634d472c8 18:41:20 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 18:41:21 ---> 15ecf31d62fe 18:41:21 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:41:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:41:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:41:23 ---> 394a2349aae1 18:41:23 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:41:24 OK: 263 MiB in 53 packages 18:41:25 ---> 275d9cbf1ebf 18:41:25 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:41:26 Removing intermediate container b0ba46d586ed 18:41:26 ---> eda042cfe933 18:41:26 Step 5/27 : COPY go.mod vendor* ./ 18:41:26 ---> 10e7c2e05c94 18:41:26 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:41:26 ---> Running in 49858b4d51f6 18:41:27 ---> 2f5cfa24a9d5 18:41:27 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:41:27 ---> Running in 9fc06487f2cf 18:41:33 Removing intermediate container 49858b4d51f6 18:41:33 ---> 07cb7fb5ee2f 18:41:33 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 18:41:33 ---> Running in be365609366c 18:41:33 Removing intermediate container be365609366c 18:41:33 ---> 23548109d348 18:41:33 Step 23/25 : LABEL arch=arm64 18:41:34 ---> Running in 3129d773dc72 18:41:35 Removing intermediate container 3129d773dc72 18:41:35 ---> d586642ddd0c 18:41:35 Step 24/25 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:41:35 ---> Running in de39a38f26ca 18:41:36 Removing intermediate container de39a38f26ca 18:41:36 ---> c3dee534feac 18:41:36 Step 25/25 : LABEL version=0.0.0 18:41:36 ---> Running in 3a5d71fb8f9c 18:41:37 Removing intermediate container 3a5d71fb8f9c 18:41:37 ---> 7035767e7c52 18:41:37 18:41:38 Successfully built 7035767e7c52 18:41:38 Successfully tagged security-secretstore-setup-arm64:latest 18:41:38  Building security-secretstore-setup ... done Building support-notifications 18:41:53 Removing intermediate container 4c3af3e7ebaf 18:41:53 ---> 90127d30614f 18:41:53 18:41:53 Step 10/23 : FROM alpine:3.17 18:41:53 ---> 51e60588ff2c 18:41:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:41:53 Removing intermediate container aa05b9817b40 18:41:53 ---> 3c138437d487 18:41:53 18:41:53 Step 10/25 : FROM alpine:3.17 18:41:53 ---> 51e60588ff2c 18:41:53 Step 11/25 : RUN apk add --update --no-cache dumb-init 18:41:53 ---> Running in 8d3aa75745b0 18:41:53 ---> Running in 4d042e8f161b 18:41:53 Removing intermediate container 8d3aa75745b0 18:41:53 ---> 0fc248e8e074 18:41:53 Step 12/23 : ENV APP_PORT=59880 18:41:53 ---> Running in f143d5e8b710 18:41:53 Removing intermediate container f143d5e8b710 18:41:53 ---> f715b3b51fa6 18:41:53 Step 13/23 : EXPOSE $APP_PORT 18:41:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:41:54 ---> Running in 9b2afd147159 18:41:55 Removing intermediate container 9b2afd147159 18:41:55 ---> df9fc344726a 18:41:55 Step 14/23 : RUN apk add --update --no-cache dumb-init 18:41:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:41:55 ---> Running in 302907991ff6 18:41:55 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:41:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:41:55 ---> c963e3707768 18:41:55 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:41:55 ---> Using cache 18:41:55 ---> 82ee8220038d 18:41:55 Step 4/23 : WORKDIR /edgex-go 18:41:55 ---> Using cache 18:41:55 ---> a0dbdc9806e6 18:41:55 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 18:41:55 ---> Running in f626b96fbece 18:41:56 (1/1) Installing dumb-init (1.2.5-r2) 18:41:56 Executing busybox-1.35.0-r29.trigger 18:41:56 OK: 8 MiB in 16 packages 18:41:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:41:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:41:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:41:58 Removing intermediate container 4d042e8f161b 18:41:58 ---> d260a0775d3c 18:41:58 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:41:58 ---> Running in 0783a153cfba 18:41:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:41:59 Removing intermediate container 0783a153cfba 18:41:59 ---> 19871beb9c09 18:41:59 Step 13/25 : ENV APP_PORT=59881 18:41:59 ---> Running in ba1015d0620b 18:42:00 Removing intermediate container ba1015d0620b 18:42:00 ---> b60a13568120 18:42:00 Step 14/25 : EXPOSE $APP_PORT 18:42:00 ---> Running in e3cfb118c5b8 18:42:00 (1/1) Installing dumb-init (1.2.5-r2) 18:42:00 Executing busybox-1.35.0-r29.trigger 18:42:00 OK: 8 MiB in 16 packages 18:42:00 OK: 263 MiB in 53 packages 18:42:00 Removing intermediate container e3cfb118c5b8 18:42:00 ---> 6e905a2e88ac 18:42:00 Step 15/25 : WORKDIR / 18:42:00 ---> Running in b8e400f59b8f 18:42:02 Removing intermediate container b8e400f59b8f 18:42:02 ---> d498ae312a7f 18:42:02 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 18:42:02 Removing intermediate container 302907991ff6 18:42:02 ---> 4953cd24402b 18:42:02 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:42:03 Removing intermediate container f626b96fbece 18:42:03 ---> 420d442c27e1 18:42:03 Step 6/23 : COPY go.mod vendor* ./ 18:42:03 ---> ef08f5635c60 18:42:03 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 18:42:04 ---> be3b53b19a8d 18:42:04 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:42:04 ---> 185b24eb93ee 18:42:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:42:04 ---> d369aa7d5567 18:42:04 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:42:04 ---> Running in 9a0bb65383e5 18:42:05 ---> 4403c04e799c 18:42:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:42:08 ---> 7763f4c5dda3 18:42:08 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 18:42:08 ---> 5bb6c5338bd9 18:42:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 18:42:12 ---> 56a37b217778 18:42:12 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 18:42:12 ---> 4ca20933ed68 18:42:12 Step 19/23 : ENTRYPOINT ["/core-data"] 18:42:12 ---> Running in ac3efa8f61da 18:42:13 ---> 62b772e03111 18:42:13 Step 21/25 : ENTRYPOINT ["/core-metadata"] 18:42:13 Removing intermediate container ac3efa8f61da 18:42:13 ---> 37fc0271c1cb 18:42:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:42:13 ---> Running in 3e5d7f8cc607 18:42:13 ---> Running in 1110aeb290be 18:42:14 Removing intermediate container 3e5d7f8cc607 18:42:14 ---> c5c172b93bc5 18:42:14 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:42:14 Removing intermediate container 1110aeb290be 18:42:14 ---> e5959d7b6949 18:42:14 Step 21/23 : LABEL arch=arm64 18:42:14 ---> Running in e1142bc274b3 18:42:14 ---> Running in 3a6e5a7f62f8 18:42:15 Removing intermediate container e1142bc274b3 18:42:15 ---> 5d222c2740b5 18:42:15 Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:42:15 ---> Running in 091f08e3a591 18:42:15 Removing intermediate container 3a6e5a7f62f8 18:42:15 ---> 6578d49528eb 18:42:15 Step 23/25 : LABEL arch=arm64 18:42:15 ---> Running in 81ef46fa8855 18:42:15 Removing intermediate container 091f08e3a591 18:42:15 ---> fa24c16bde2f 18:42:15 Step 23/23 : LABEL version=0.0.0 18:42:16 ---> Running in b04d9562b5dd 18:42:16 Removing intermediate container 81ef46fa8855 18:42:16 ---> f4ae72f072d5 18:42:16 Step 24/25 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:42:16 ---> Running in b4870dceaa4f 18:42:17 Removing intermediate container b04d9562b5dd 18:42:17 ---> c2b5d9e60698 18:42:17 18:42:17 Removing intermediate container b4870dceaa4f 18:42:17 ---> e7371e432a88 18:42:17 Step 25/25 : LABEL version=0.0.0 18:42:17 ---> Running in df3aacd4d6a7 18:42:17 Successfully built c2b5d9e60698 18:42:17 Successfully tagged core-data-arm64:latest 18:42:17  Building core-data ... done Building security-spire-server 18:42:18 Removing intermediate container df3aacd4d6a7 18:42:18 ---> 4fa97a59c97d 18:42:18 18:42:19 Successfully built 4fa97a59c97d 18:42:19 Successfully tagged core-metadata-arm64:latest 18:42:19  Building core-metadata ... done Building security-bootstrapper 18:42:45 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:42:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:42:45 ---> c963e3707768 18:42:45 Step 3/26 : WORKDIR /edgex-go 18:42:45 ---> Using cache 18:42:45 ---> 72504073553a 18:42:45 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 18:42:45 ---> Using cache 18:42:45 ---> eda042cfe933 18:42:45 Step 5/26 : COPY go.mod vendor* ./ 18:42:45 ---> Using cache 18:42:45 ---> 2f5cfa24a9d5 18:42:45 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:42:45 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:42:45 Step 2/33 : FROM ${BUILDER_BASE} AS builder 18:42:45 ---> c963e3707768 18:42:45 Step 3/33 : WORKDIR /edgex-go 18:42:45 ---> Using cache 18:42:45 ---> 72504073553a 18:42:45 Step 4/33 : RUN apk add --update --no-cache make git 18:42:45 ---> Using cache 18:42:45 ---> dc586a4d3188 18:42:45 Step 5/33 : COPY go.mod vendor* ./ 18:42:45 ---> Using cache 18:42:45 ---> c0b73ebe09c2 18:42:45 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:42:45 ---> Using cache 18:42:45 ---> 65707134fab7 18:42:45 Step 7/33 : COPY . . 18:42:45 ---> Using cache 18:42:45 ---> 9b03bb5fed39 18:42:45 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:42:45 ---> Running in 4d77407b104b 18:42:45 ---> Running in 9c9421656bc3 18:42:48 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:43:03 Removing intermediate container 9fc06487f2cf 18:43:03 ---> 45aa6f585490 18:43:03 Step 7/27 : COPY . . 18:43:29 ---> 382f89e5553d 18:43:29 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 18:43:29 ---> Running in c5eeb5457352 18:43:29 Removing intermediate container c5eeb5457352 18:43:29 ---> a1cc1de9e363 18:43:29 Step 9/27 : WORKDIR /edgex-go/spire-build 18:43:29 ---> Running in 34a6e73040f2 18:43:29 Removing intermediate container 34a6e73040f2 18:43:29 ---> 55923f46f5df 18:43:29 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:43:29 ---> Running in 897fa31785f1 18:43:29 Removing intermediate container 897fa31785f1 18:43:29 ---> b311d6bd6af9 18:43:29 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:43:30 ---> Running in 8ba29d61e326 18:43:35 Removing intermediate container 8ba29d61e326 18:43:35 ---> e100481f6328 18:43:35 Step 12/27 : WORKDIR /edgex-go 18:43:35 ---> Running in df63efaf7291 18:43:36 Removing intermediate container df63efaf7291 18:43:36 ---> 51ca3c78488c 18:43:36 18:43:36 Step 13/27 : FROM alpine:3.17 18:43:36 ---> 51e60588ff2c 18:43:36 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:43:36 ---> Running in 0bab0b88c442 18:43:37 Removing intermediate container 0bab0b88c442 18:43:37 ---> 258717560ec0 18:43:37 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 18:43:38 ---> Running in e90615f986bb 18:43:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:43:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:43:42 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:43:42 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:43:42 OK: 17694 distinct packages available 18:43:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:43:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:43:44 (1/4) Installing dumb-init (1.2.5-r2) 18:43:44 (2/4) Installing musl-obstack (1.2.3-r0) 18:43:44 (3/4) Installing libucontext (1.2-r0) 18:43:44 (4/4) Installing gcompat (1.1.0-r0) 18:43:44 Executing busybox-1.35.0-r29.trigger 18:43:44 OK: 8 MiB in 19 packages 18:43:48 Removing intermediate container e90615f986bb 18:43:48 ---> 76278f840ee6 18:43:48 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 18:43:50 ---> 7be283422432 18:43:50 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 18:43:51 Removing intermediate container f8fd4b42c48c 18:43:51 ---> d23cac85b7f8 18:43:51 18:43:51 Step 10/23 : FROM alpine:3.17 18:43:51 ---> 51e60588ff2c 18:43:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:43:51 Removing intermediate container 9a0bb65383e5 18:43:51 ---> 9fc7259fb12f 18:43:51 Step 8/23 : COPY . . 18:43:51 ---> Using cache 18:43:51 ---> d260a0775d3c 18:43:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:43:51 ---> Using cache 18:43:51 ---> 19871beb9c09 18:43:51 Step 13/23 : ENV APP_PORT=59861 18:43:51 ---> Running in 6267a44dba46 18:43:52 ---> 27c51c04a6df 18:43:52 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:43:52 Removing intermediate container 6267a44dba46 18:43:52 ---> e3cf0aab791d 18:43:52 Step 14/23 : EXPOSE $APP_PORT 18:43:52 ---> Running in f0ea7175c49c 18:43:54 Removing intermediate container f0ea7175c49c 18:43:54 ---> 4b0f2e4aa6c2 18:43:54 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:43:55 ---> d3eea212639a 18:43:55 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:44:00 ---> 1e1190c00abb 18:44:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:44:06 ---> 66c6e3abc060 18:44:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 18:44:08 ---> 3dc3e6575a5a 18:44:08 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:44:08 ---> Running in fe02739173d5 18:44:08 ---> e3bfe18ef9a5 18:44:08 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 18:44:14 Removing intermediate container fe02739173d5 18:44:14 ---> 3da3c08a911f 18:44:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:44:14 ---> 79169da11292 18:44:14 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 18:44:14 ---> Running in bc2b80653ee3 18:44:14 ---> Running in d8145c0703e6 18:44:15 Removing intermediate container d8145c0703e6 18:44:15 ---> 62a47f1978de 18:44:15 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 18:44:15 Removing intermediate container bc2b80653ee3 18:44:15 ---> 76465797f3a3 18:44:15 Step 21/23 : LABEL arch=arm64 18:44:15 ---> Running in 974cc2501543 18:44:16 Removing intermediate container 974cc2501543 18:44:16 ---> 4f4e3d6b2cf6 18:44:16 Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:44:17 ---> Running in b9858fc1aacf 18:44:17 ---> 388df5072e88 18:44:17 Step 22/27 : WORKDIR / 18:44:17 ---> Running in 2a9cfc2f4724 18:44:18 Removing intermediate container b9858fc1aacf 18:44:18 ---> 40e09b0715a7 18:44:18 Step 23/23 : LABEL version=0.0.0 18:44:18 ---> Running in dd46227b581d 18:44:18 Removing intermediate container 2a9cfc2f4724 18:44:18 ---> 24529d07012e 18:44:18 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:44:19 ---> Running in 06b8b6150d19 18:44:19 Removing intermediate container dd46227b581d 18:44:19 ---> 8d5b3b58b967 18:44:19 18:44:19 Removing intermediate container 06b8b6150d19 18:44:19 ---> c5f3c0389bf7 18:44:19 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:44:20 ---> Running in 05b916aabbd5 18:44:21 Successfully built 8d5b3b58b967 18:44:21 Successfully tagged support-scheduler-arm64:latest 18:44:21 Building security-spiffe-token-provider 18:44:21  Building support-scheduler ... done Removing intermediate container 05b916aabbd5 18:44:21 ---> acd9e8651c7f 18:44:21 Step 25/27 : LABEL arch=arm64 18:44:21 ---> Running in 5c61beb5b4a4 18:44:22 ---> d0b26ce4ea02 18:44:22 Step 9/23 : RUN make cmd/support-notifications/support-notifications 18:44:22 Removing intermediate container 5c61beb5b4a4 18:44:22 ---> b0d43e6d3148 18:44:22 Step 26/27 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:44:23 ---> Running in 554e597e4c4a 18:44:23 ---> Running in f6475515addc 18:44:27 Removing intermediate container f6475515addc 18:44:27 ---> 1c6d903aa831 18:44:27 Step 27/27 : LABEL version=0.0.0 18:44:27 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:44:28 ---> Running in 497af5413e2f 18:44:29 Removing intermediate container 497af5413e2f 18:44:29 ---> 3fd00fa4b822 18:44:29 18:44:30 Successfully built 3fd00fa4b822 18:44:30 Successfully tagged security-spire-config-arm64:latest 18:44:30 Building security-spire-agent 18:44:38  Building security-spire-config ... done Removing intermediate container 4d77407b104b 18:44:38 ---> df98a4b529b2 18:44:38 Step 7/26 : COPY . . 18:44:41 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:44:41 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:44:41 ---> c963e3707768 18:44:41 Step 3/20 : WORKDIR /edgex-go 18:44:41 ---> Using cache 18:44:41 ---> 72504073553a 18:44:41 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 18:44:41 ---> Running in 39bf66d54e5d 18:44:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:44:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:44:47 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:44:47 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:44:47 OK: 17697 distinct packages available 18:44:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:44:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:44:49 OK: 263 MiB in 53 packages 18:44:53 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:44:53 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:44:53 ---> c963e3707768 18:44:53 Step 3/27 : WORKDIR /edgex-go 18:44:53 ---> Using cache 18:44:53 ---> 72504073553a 18:44:53 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 18:44:53 ---> Using cache 18:44:53 ---> eda042cfe933 18:44:53 Step 5/27 : COPY go.mod vendor* ./ 18:44:53 ---> Using cache 18:44:53 ---> 2f5cfa24a9d5 18:44:53 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:44:53 ---> Using cache 18:44:53 ---> df98a4b529b2 18:44:53 Step 7/27 : COPY . . 18:44:57 Removing intermediate container 39bf66d54e5d 18:44:57 ---> d207dd767bb2 18:44:57 Step 5/20 : COPY go.mod vendor* ./ 18:44:58 ---> 943a82fc1a7e 18:44:58 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:44:58 ---> Running in 7e02a2d5a312 18:44:59 ---> 191004d72c07 18:44:59 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 18:45:00 ---> Running in 5191bc15712d 18:45:01 Removing intermediate container 5191bc15712d 18:45:01 ---> af9384778c8c 18:45:01 Step 9/26 : WORKDIR /edgex-go/spire-build 18:45:01 ---> Running in 63fe4f29d6a2 18:45:02 Removing intermediate container 63fe4f29d6a2 18:45:02 ---> 7e957951a352 18:45:02 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:45:02 ---> Running in c5abc447b2f1 18:45:03 Removing intermediate container c5abc447b2f1 18:45:03 ---> e969b54e9d52 18:45:03 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:45:03 ---> Running in 450e9bf5f5d3 18:45:07 Removing intermediate container 450e9bf5f5d3 18:45:07 ---> 7998c1db11f6 18:45:07 Step 12/26 : WORKDIR /edgex-go 18:45:07 ---> Running in 884d7ea1eb11 18:45:08 Removing intermediate container 884d7ea1eb11 18:45:08 ---> 2acf56b170a0 18:45:08 18:45:08 Step 13/26 : FROM alpine:3.17 18:45:08 ---> 51e60588ff2c 18:45:08 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:45:08 ---> Using cache 18:45:08 ---> 258717560ec0 18:45:08 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:45:08 ---> Running in 344c6da4cf90 18:45:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:45:12 ---> 625c6d48f8a5 18:45:12 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 18:45:12 ---> Running in 813d5d892d58 18:45:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:45:12 Removing intermediate container 813d5d892d58 18:45:12 ---> 8c92094b7d9a 18:45:12 Step 9/27 : WORKDIR /edgex-go/spire-build 18:45:12 ---> Running in 521580002c29 18:45:13 Removing intermediate container 521580002c29 18:45:13 ---> 37aad115693b 18:45:13 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:45:13 ---> Running in d5a00c2030c9 18:45:14 Removing intermediate container d5a00c2030c9 18:45:14 ---> 8134c0224881 18:45:14 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:45:14 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:45:14 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:45:14 OK: 17694 distinct packages available 18:45:14 ---> Running in 0a1f43215b7c 18:45:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:45:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:45:17 (1/5) Installing dumb-init (1.2.5-r2) 18:45:17 (2/5) Installing musl-obstack (1.2.3-r0) 18:45:17 (3/5) Installing libucontext (1.2-r0) 18:45:17 (4/5) Installing gcompat (1.1.0-r0) 18:45:17 (5/5) Installing openssl (3.0.8-r4) 18:45:17 Executing busybox-1.35.0-r29.trigger 18:45:17 OK: 9 MiB in 20 packages 18:45:18 Removing intermediate container 0a1f43215b7c 18:45:18 ---> 32996f8c029c 18:45:18 Step 12/27 : WORKDIR /edgex-go 18:45:18 ---> Running in 2d8f5a679b29 18:45:21 Removing intermediate container 2d8f5a679b29 18:45:21 ---> 032d98163c5b 18:45:21 18:45:21 Step 13/27 : FROM alpine:3.17 18:45:21 ---> 51e60588ff2c 18:45:21 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:45:21 ---> Using cache 18:45:21 ---> 258717560ec0 18:45:21 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:45:21 ---> Using cache 18:45:21 ---> 23a84ddde8cb 18:45:21 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 18:45:21 Removing intermediate container 344c6da4cf90 18:45:21 ---> 23a84ddde8cb 18:45:21 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 18:45:22 ---> 7a284d2f0b02 18:45:22 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 18:45:22 ---> 55f857493652 18:45:22 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 18:45:24 ---> b18d47efab8a 18:45:24 ---> 6268507209a8 18:45:24 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:45:24 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 18:45:32 ---> be94d45be291 18:45:32 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:45:33 ---> 89742eeddacb 18:45:33 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:45:35 ---> a32e9f7c0442 18:45:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:45:37 ---> f3ad3871cbe1 18:45:37 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:45:38 ---> 50a0a5744735 18:45:38 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:45:38 ---> Running in ddad37e84893 18:45:39 Removing intermediate container ddad37e84893 18:45:39 ---> 9a35ab310524 18:45:39 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:45:39 ---> Running in 483bfa38e3bd 18:45:40 ---> 97573db47e70 18:45:40 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:45:40 Removing intermediate container 483bfa38e3bd 18:45:40 ---> 6a09f6f8e58e 18:45:40 Step 24/26 : LABEL arch=arm64 18:45:40 ---> Running in 6f29f9372990 18:45:41 Removing intermediate container 6f29f9372990 18:45:41 ---> 732add59fdb3 18:45:41 Step 25/26 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:45:41 ---> cfc1e2dad1f8 18:45:41 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:45:41 ---> Running in cdb12ada0013 18:45:42 Removing intermediate container cdb12ada0013 18:45:42 ---> e6a9759d3371 18:45:42 Step 26/26 : LABEL version=0.0.0 18:45:42 ---> Running in f2b32a51a328 18:45:42 ---> a3ede286bc9d 18:45:42 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:45:43 Removing intermediate container f2b32a51a328 18:45:43 ---> dd8e09cf2a04 18:45:43 18:45:44 Successfully built dd8e09cf2a04 18:45:44 Successfully tagged security-spire-server-arm64:latest 18:45:44 ---> 1daa58190a98 18:45:44 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:45:44  Building security-spire-server ... done Building core-command 18:45:44 ---> Running in ee85cfe42f7a 18:45:44 Removing intermediate container ee85cfe42f7a 18:45:44 ---> 57f4735ee0e6 18:45:44 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:45:44 ---> Running in 481ad0dd7b24 18:45:45 Removing intermediate container 481ad0dd7b24 18:45:45 ---> ffb8b313b2cd 18:45:45 Step 25/27 : LABEL arch=arm64 18:45:45 ---> Running in 7b90c708943f 18:45:48 Removing intermediate container 7b90c708943f 18:45:48 ---> 517f6ebd1561 18:45:48 Step 26/27 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:45:48 ---> Running in 437055fccabe 18:45:49 Removing intermediate container 437055fccabe 18:45:49 ---> 6c9f14b95ce7 18:45:49 Step 27/27 : LABEL version=0.0.0 18:45:49 ---> Running in 3b138c26ebfb 18:45:49 Removing intermediate container 3b138c26ebfb 18:45:49 ---> a15237309e29 18:45:49 18:45:50 Successfully built a15237309e29 18:45:50 Successfully tagged security-spire-agent-arm64:latest 18:45:50 Building core-common-config-bootstrapper 18:46:05  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:46:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:46:05 ---> c963e3707768 18:46:05 Step 3/24 : ARG ADD_BUILD_TAGS="" 18:46:05 ---> Using cache 18:46:05 ---> 82ee8220038d 18:46:05 Step 4/24 : WORKDIR /edgex-go 18:46:05 ---> Using cache 18:46:05 ---> a0dbdc9806e6 18:46:05 Step 5/24 : RUN apk add --update --no-cache make git 18:46:05 ---> Using cache 18:46:05 ---> 0308322732ae 18:46:05 Step 6/24 : COPY go.mod vendor* ./ 18:46:05 ---> Using cache 18:46:05 ---> 1c5864f27371 18:46:05 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:46:05 ---> Using cache 18:46:05 ---> b9c7c45c495a 18:46:05 Step 8/24 : COPY . . 18:46:05 ---> Using cache 18:46:05 ---> 8aa8cf8c364a 18:46:05 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 18:46:05 ---> Running in c139be3bf335 18:46:08 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:16 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:46:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:46:16 ---> c963e3707768 18:46:16 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:46:16 ---> Using cache 18:46:16 ---> 82ee8220038d 18:46:16 Step 4/23 : WORKDIR /edgex-go 18:46:16 ---> Using cache 18:46:16 ---> a0dbdc9806e6 18:46:16 Step 5/23 : RUN apk add --update --no-cache make git 18:46:16 ---> Using cache 18:46:16 ---> 0308322732ae 18:46:16 Step 6/23 : COPY go.mod vendor* ./ 18:46:16 ---> Using cache 18:46:16 ---> 1c5864f27371 18:46:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:46:16 ---> Using cache 18:46:16 ---> b9c7c45c495a 18:46:16 Step 8/23 : COPY . . 18:46:16 ---> Using cache 18:46:16 ---> 8aa8cf8c364a 18:46:16 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 18:46:17 ---> Running in 43c0d8496f0e 18:46:20 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:38 Removing intermediate container 7e02a2d5a312 18:46:38 ---> 86d7b58487e9 18:46:38 Step 7/20 : COPY . . 18:46:51 ---> 2ea4d3c2e25a 18:46:51 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 18:46:51 ---> Running in 8e63d3f8845b 18:46:53 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:47:32 Removing intermediate container 9c9421656bc3 18:47:32 ---> dc50c97bab36 18:47:32 18:47:32 Step 9/33 : FROM alpine:3.17 18:47:32 ---> 51e60588ff2c 18:47:32 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 18:47:32 ---> Running in c308620ba56f 18:47:32 Removing intermediate container c308620ba56f 18:47:32 ---> 483be0d4b9cc 18:47:32 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 18:47:32 ---> Running in 59c1e8a57b90 18:47:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:47:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:47:32 (1/2) Installing dumb-init (1.2.5-r2) 18:47:32 (2/2) Installing su-exec (0.2-r2) 18:47:32 Executing busybox-1.35.0-r29.trigger 18:47:32 OK: 8 MiB in 17 packages 18:47:33 Removing intermediate container 59c1e8a57b90 18:47:33 ---> 6a33ea557482 18:47:33 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 18:47:33 ---> Running in c4dc7cfb744b 18:47:33 Removing intermediate container c4dc7cfb744b 18:47:33 ---> 117fbf1cbbc9 18:47:33 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 18:47:33 ---> Running in beeb35d677f8 18:47:34 Removing intermediate container beeb35d677f8 18:47:34 ---> a37d36f8d7b8 18:47:34 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 18:47:34 ---> Running in 13e2f5337ab5 18:47:34 Removing intermediate container 13e2f5337ab5 18:47:34 ---> b1c763058871 18:47:34 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 18:47:35 ---> Running in de9b415bcb08 18:47:35 Removing intermediate container de9b415bcb08 18:47:35 ---> dd2aef270d5a 18:47:35 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 18:47:35 ---> Running in f90d2f307292 18:47:39 Removing intermediate container f90d2f307292 18:47:39 ---> cfb1437e4abf 18:47:39 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 18:47:39 ---> Running in c8be22146ca2 18:47:39 Removing intermediate container c8be22146ca2 18:47:39 ---> 8fa2b487990b 18:47:39 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 18:47:40 ---> 13cef2dc31c4 18:47:40 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 18:47:40 ---> Running in 30c2b9fdd9eb 18:47:43 Removing intermediate container 30c2b9fdd9eb 18:47:43 ---> 83a9fc89814e 18:47:43 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 18:47:44 ---> 484788e68963 18:47:44 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 18:47:45 ---> 8226a76d47c1 18:47:45 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:47:47 ---> ebec31283fad 18:47:47 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 18:47:48 ---> f828ab548178 18:47:48 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 18:47:50 ---> d6bb4e066982 18:47:50 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 18:47:51 ---> e0903cedc058 18:47:51 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 18:47:52 ---> a51e97f6ba8a 18:47:52 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:47:53 ---> f357ae71b5ce 18:47:53 Step 28/33 : RUN chmod +x /entrypoint.sh 18:47:53 ---> Running in d54987f94da1 18:47:56 Removing intermediate container d54987f94da1 18:47:56 ---> 37429e2c4301 18:47:56 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 18:47:56 ---> Running in 55e521b77326 18:47:57 Removing intermediate container 55e521b77326 18:47:57 ---> 8d8fc01b04ca 18:47:57 Step 30/33 : CMD ["gate"] 18:47:57 ---> Running in 5ee2795081b2 18:47:57 Removing intermediate container 5ee2795081b2 18:47:57 ---> a44a184e0f26 18:47:57 Step 31/33 : LABEL arch=arm64 18:47:57 ---> Running in 7869da1ad055 18:47:58 Removing intermediate container 7869da1ad055 18:47:58 ---> 4085b445a5c3 18:47:58 Step 32/33 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:47:58 ---> Running in 19e04cd0b1af 18:47:59 Removing intermediate container 19e04cd0b1af 18:47:59 ---> 409c89b5c258 18:47:59 Step 33/33 : LABEL version=0.0.0 18:47:59 ---> Running in 4bae0b9979be 18:47:59 Removing intermediate container 4bae0b9979be 18:47:59 ---> 6d5b03a0e2eb 18:47:59 18:47:59 Successfully built 6d5b03a0e2eb 18:47:59 Successfully tagged security-bootstrapper-arm64:latest 18:47:59  Building security-bootstrapper ... done Building security-proxy-setup 18:48:21 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:48:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:48:21 ---> c963e3707768 18:48:21 Step 3/22 : WORKDIR /edgex-go 18:48:21 ---> Using cache 18:48:21 ---> 72504073553a 18:48:21 Step 4/22 : RUN apk add --update --no-cache make git 18:48:21 ---> Using cache 18:48:21 ---> dc586a4d3188 18:48:21 Step 5/22 : COPY go.mod vendor* ./ 18:48:21 ---> Using cache 18:48:21 ---> c0b73ebe09c2 18:48:21 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:48:21 ---> Using cache 18:48:21 ---> 65707134fab7 18:48:21 Step 7/22 : COPY . . 18:48:21 ---> Using cache 18:48:21 ---> 9b03bb5fed39 18:48:21 Step 8/22 : RUN make cmd/secrets-config/secrets-config 18:48:21 ---> Running in 82c51f686135 18:48:22 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:53:29 Removing intermediate container 43c0d8496f0e 18:53:29 ---> 18a6bca943e2 18:53:29 18:53:29 Step 10/23 : FROM alpine:3.17 18:53:29 ---> 51e60588ff2c 18:53:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:53:29 ---> Using cache 18:53:29 ---> 4f3936a1b343 18:53:29 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:53:29 ---> Using cache 18:53:29 ---> 6dac5081e697 18:53:29 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:53:29 ---> Using cache 18:53:29 ---> f07bc7061e87 18:53:29 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 18:53:29 ---> Using cache 18:53:29 ---> fef67bded1c3 18:53:29 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 18:53:29 ---> ce17ed81debe 18:53:29 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 18:53:29 ---> be4d5e1ec053 18:53:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 18:53:30 Removing intermediate container c139be3bf335 18:53:30 ---> 7a99dc7b6d99 18:53:30 18:53:30 Step 10/24 : FROM alpine:3.17 18:53:30 ---> 51e60588ff2c 18:53:30 Step 11/24 : RUN apk add --update --no-cache dumb-init 18:53:30 ---> Using cache 18:53:30 ---> d260a0775d3c 18:53:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:53:30 ---> Using cache 18:53:30 ---> 19871beb9c09 18:53:30 Step 13/24 : ENV APP_PORT=59882 18:53:30 ---> Running in 20a1309af6bc 18:53:30 ---> 1cdf42b97a73 18:53:30 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:53:30 ---> Running in 42dd5a2c4094 18:53:31 Removing intermediate container 20a1309af6bc 18:53:31 ---> 3edf47409a90 18:53:31 Step 14/24 : EXPOSE $APP_PORT 18:53:31 ---> Running in bef13333994c 18:53:32 Removing intermediate container bef13333994c 18:53:32 ---> ca6bada9966b 18:53:32 Step 15/24 : WORKDIR / 18:53:32 ---> Running in 33a4ea9fba6a 18:53:33 Removing intermediate container 33a4ea9fba6a 18:53:33 ---> fa965c06db63 18:53:33 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:53:34 ---> e29de3028efd 18:53:34 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 18:53:34 Removing intermediate container 42dd5a2c4094 18:53:34 ---> 5a59c217315f 18:53:34 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 18:53:34 ---> Running in bac58e2a3ffc 18:53:35 Removing intermediate container bac58e2a3ffc 18:53:35 ---> dbff599a3223 18:53:35 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 18:53:35 ---> Running in 39e9a39e0b80 18:53:35 ---> 1788406f5976 18:53:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:53:38 Removing intermediate container 39e9a39e0b80 18:53:38 ---> 28034883d334 18:53:38 Step 21/23 : LABEL arch=arm64 18:53:38 ---> Running in 1dc623f36f9a 18:53:39 Removing intermediate container 1dc623f36f9a 18:53:39 ---> 68f59bb0d7c4 18:53:39 Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:53:39 ---> 0adc32aeaeef 18:53:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 18:53:39 ---> Running in 271bb5b96be0 18:53:40 Removing intermediate container 271bb5b96be0 18:53:40 ---> 6c78c830386b 18:53:40 Step 23/23 : LABEL version=0.0.0 18:53:40 ---> Running in 7f28ac1a8d47 18:53:40 ---> ed7528543b04 18:53:40 Step 20/24 : ENTRYPOINT ["/core-command"] 18:53:41 ---> Running in 976d6c1bfdc1 18:53:41 Removing intermediate container 7f28ac1a8d47 18:53:41 ---> 454e77c7788d 18:53:41 18:53:41 Removing intermediate container 976d6c1bfdc1 18:53:41 ---> 3471000d0c78 18:53:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:53:41 ---> Running in f0d79855f17a 18:53:42 Successfully built 454e77c7788d 18:53:42 Successfully tagged core-common-config-bootstrapper-arm64:latest 18:53:42  Building core-common-config-bootstrapper ... done Removing intermediate container f0d79855f17a 18:53:42 ---> 3e3a357e37e2 18:53:42 Step 22/24 : LABEL arch=arm64 18:53:42 ---> Running in 91ba9c599807 18:53:43 Removing intermediate container 91ba9c599807 18:53:43 ---> 8b351a8422a4 18:53:43 Step 23/24 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:53:43 ---> Running in 6f783f2c2ab6 18:53:43 Removing intermediate container 6f783f2c2ab6 18:53:43 ---> 9f2e1d166be4 18:53:43 Step 24/24 : LABEL version=0.0.0 18:53:44 ---> Running in ebf464519313 18:53:44 Removing intermediate container ebf464519313 18:53:44 ---> d0a3d3f5bcfd 18:53:44 18:53:44 Successfully built d0a3d3f5bcfd 18:53:45 Successfully tagged core-command-arm64:latest 18:54:17  Building core-command ... done Removing intermediate container 554e597e4c4a 18:54:17 ---> 37ceb2690509 18:54:17 18:54:17 Step 10/23 : FROM alpine:3.17 18:54:17 ---> 51e60588ff2c 18:54:17 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 18:54:17 ---> Running in ed0d3566b673 18:54:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:54:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:54:18 (1/2) Installing ca-certificates (20230506-r0) 18:54:18 (2/2) Installing dumb-init (1.2.5-r2) 18:54:18 Executing busybox-1.35.0-r29.trigger 18:54:18 Executing ca-certificates-20230506-r0.trigger 18:54:19 OK: 8 MiB in 17 packages 18:54:22 Removing intermediate container ed0d3566b673 18:54:22 ---> 48451b6da5ef 18:54:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 18:54:22 ---> Running in 0d7300331af9 18:54:23 Removing intermediate container 0d7300331af9 18:54:23 ---> 41f968c85f39 18:54:23 Step 13/23 : ENV APP_PORT=59860 18:54:23 ---> Running in 96313de5ed00 18:54:23 Removing intermediate container 82c51f686135 18:54:23 ---> ca0275fd1a24 18:54:23 18:54:23 Step 9/22 : FROM alpine:3.17 18:54:23 ---> 51e60588ff2c 18:54:23 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 18:54:23 Removing intermediate container 96313de5ed00 18:54:23 ---> 118d9995676c 18:54:23 Step 14/23 : EXPOSE $APP_PORT 18:54:23 ---> Running in c822aa6cd5b9 18:54:23 ---> Running in 4849f320f684 18:54:24 Removing intermediate container 4849f320f684 18:54:24 ---> 35e0e7723d94 18:54:24 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:54:25 ---> 1849cb5c0657 18:54:25 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:54:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:54:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:54:26 ---> d33937f9338f 18:54:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:54:27 (1/2) Installing dumb-init (1.2.5-r2) 18:54:27 (2/2) Installing openssl (3.0.8-r4) 18:54:27 Executing busybox-1.35.0-r29.trigger 18:54:27 OK: 8 MiB in 17 packages 18:54:28 ---> 5857342ea7db 18:54:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 18:54:28 Removing intermediate container c822aa6cd5b9 18:54:28 ---> 16e3b8a0b71b 18:54:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 18:54:28 ---> Running in 035afc689201 18:54:29 ---> 6b677b5d49a9 18:54:29 Step 19/23 : ENTRYPOINT ["/support-notifications"] 18:54:29 ---> Running in 2716bdee9880 18:54:29 Removing intermediate container 035afc689201 18:54:29 ---> 9646cf3f0eaa 18:54:29 Step 12/22 : WORKDIR /edgex 18:54:29 ---> Running in 002ba6488c60 18:54:29 Removing intermediate container 2716bdee9880 18:54:29 ---> d3d498370693 18:54:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:54:30 ---> Running in 150e19cc1094 18:54:30 Removing intermediate container 002ba6488c60 18:54:30 ---> e3964877ccda 18:54:30 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:54:30 Removing intermediate container 150e19cc1094 18:54:30 ---> f4dd8a7dfd59 18:54:30 Step 21/23 : LABEL arch=arm64 18:54:30 ---> Running in 559882a2cebe 18:54:31 ---> 3884ade06c2e 18:54:31 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 18:54:31 Removing intermediate container 559882a2cebe 18:54:31 ---> fe06d78bfb0a 18:54:31 Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:54:31 ---> Running in a5ad1186f12c 18:54:32 ---> ca99bf0ff161 18:54:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 18:54:32 Removing intermediate container a5ad1186f12c 18:54:32 ---> b8324a4978d1 18:54:32 Step 23/23 : LABEL version=0.0.0 18:54:32 ---> Running in 09205ee9b8de 18:54:32 ---> c6647c1597b5 18:54:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:54:32 Removing intermediate container 09205ee9b8de 18:54:32 ---> 98a24d88f3fc 18:54:32 18:54:33 Successfully built 98a24d88f3fc 18:54:33 Successfully tagged support-notifications-arm64:latest 18:54:33  Building support-notifications ... done  ---> 3bbff010e800 18:54:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:54:34 ---> 4aa4e97e3482 18:54:34 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:54:34 ---> Running in d5bb1074db63 18:54:36 Removing intermediate container d5bb1074db63 18:54:36 ---> 7ba821fcb66e 18:54:36 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 18:54:36 ---> Running in 2f822af86eb7 18:54:36 Removing intermediate container 2f822af86eb7 18:54:36 ---> 3f7a8f70feee 18:54:36 Step 20/22 : LABEL arch=arm64 18:54:36 ---> Running in 3e510315df66 18:54:37 Removing intermediate container 3e510315df66 18:54:37 ---> 32df5b072540 18:54:37 Step 21/22 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:54:37 ---> Running in 60114c4bcc43 18:54:37 Removing intermediate container 60114c4bcc43 18:54:37 ---> c48a644ec2b8 18:54:37 Step 22/22 : LABEL version=0.0.0 18:54:37 ---> Running in 73ad4161f7c2 18:54:38 Removing intermediate container 73ad4161f7c2 18:54:38 ---> dc811bfb6511 18:54:38 18:54:38 Successfully built dc811bfb6511 18:54:38 Successfully tagged security-proxy-setup-arm64:latest 18:54:48  Building security-proxy-setup ... done Removing intermediate container 8e63d3f8845b 18:54:48 ---> aba2ca7a1fd2 18:54:48 18:54:48 Step 9/20 : FROM alpine:3.17 18:54:48 ---> 51e60588ff2c 18:54:48 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 18:54:48 ---> Using cache 18:54:48 ---> 483be0d4b9cc 18:54:48 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:54:48 ---> Running in eb18c1962dbf 18:54:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:54:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:54:50 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:54:50 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:54:50 OK: 17694 distinct packages available 18:54:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:54:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:54:52 (1/9) Installing ca-certificates (20230506-r0) 18:54:52 (2/9) Installing brotli-libs (1.0.9-r9) 18:54:52 (3/9) Installing nghttp2-libs (1.51.0-r0) 18:54:52 (4/9) Installing libcurl (8.1.0-r2) 18:54:52 (5/9) Installing curl (8.1.0-r2) 18:54:52 (6/9) Installing dumb-init (1.2.5-r2) 18:54:52 (7/9) Installing musl-obstack (1.2.3-r0) 18:54:52 (8/9) Installing libucontext (1.2-r0) 18:54:52 (9/9) Installing gcompat (1.1.0-r0) 18:54:52 Executing busybox-1.35.0-r29.trigger 18:54:52 Executing ca-certificates-20230506-r0.trigger 18:54:52 OK: 11 MiB in 24 packages 18:54:53 Removing intermediate container eb18c1962dbf 18:54:53 ---> ab8a84c6a880 18:54:53 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 18:54:54 ---> b87a1ba7be14 18:54:54 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 18:54:55 ---> a5fdbe9a05e3 18:54:55 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:54:56 ---> b59ddd1ce444 18:54:56 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 18:54:56 ---> c015c17eb8be 18:54:56 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 18:54:59 ---> Running in 6fcc6d63fdbb 18:54:59 Removing intermediate container 6fcc6d63fdbb 18:54:59 ---> 916cd3421762 18:54:59 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 18:54:59 ---> Running in c435f919a4a7 18:54:59 Removing intermediate container c435f919a4a7 18:54:59 ---> d10619e89a8c 18:54:59 Step 18/20 : LABEL arch=arm64 18:54:59 ---> Running in 3fc0da1e22f2 18:55:00 Removing intermediate container 3fc0da1e22f2 18:55:00 ---> e8bdf80cdb00 18:55:00 Step 19/20 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb 18:55:00 ---> Running in fbb46f8820b3 18:55:01 Removing intermediate container fbb46f8820b3 18:55:01 ---> 8e0c6091a04d 18:55:01 Step 20/20 : LABEL version=0.0.0 18:55:01 ---> Running in 1936f2afba1f 18:55:01 Removing intermediate container 1936f2afba1f 18:55:01 ---> 738f01c02a35 18:55:01 18:55:01 Successfully built 738f01c02a35 18:55:01 Successfully tagged security-spiffe-token-provider-arm64:latest 18:55:02  Building security-spiffe-token-provider ... done  [Pipeline] } 18:55:02 $ docker stop --time=1 0431d6fd60ab868439274e65635ed1a86fa12a7414989fa72fc3a2d872c56065 18:55:04 $ docker rm -f --volumes 0431d6fd60ab868439274e65635ed1a86fa12a7414989fa72fc3a2d872c56065 [Pipeline] // withDockerContainer [Pipeline] sh 18:55:04 + docker images 18:55:04 REPOSITORY TAG IMAGE ID CREATED SIZE 18:55:04 security-spiffe-token-provider-arm64 latest 738f01c02a35 3 seconds ago 32.7MB 18:55:04 aba2ca7a1fd2 19 seconds ago 1.57GB 18:55:04 security-proxy-setup-arm64 latest dc811bfb6511 27 seconds ago 18.7MB 18:55:04 support-notifications-arm64 latest 98a24d88f3fc 32 seconds ago 32MB 18:55:04 ca0275fd1a24 42 seconds ago 1.51GB 18:55:04 37ceb2690509 51 seconds ago 1.59GB 18:55:04 core-command-arm64 latest d0a3d3f5bcfd About a minute ago 19.7MB 18:55:04 core-common-config-bootstrapper-arm64 latest 454e77c7788d About a minute ago 17.2MB 18:55:04 7a99dc7b6d99 About a minute ago 1.53GB 18:55:04 18a6bca943e2 About a minute ago 1.52GB 18:55:04 security-bootstrapper-arm64 latest 6d5b03a0e2eb 7 minutes ago 21.9MB 18:55:04 dc50c97bab36 7 minutes ago 1.51GB 18:55:04 security-spire-agent-arm64 latest a15237309e29 9 minutes ago 153MB 18:55:04 security-spire-server-arm64 latest dd8e09cf2a04 9 minutes ago 97MB 18:55:04 032d98163c5b 9 minutes ago 1.39GB 18:55:04 2acf56b170a0 9 minutes ago 1.39GB 18:55:04 security-spire-config-arm64 latest 3fd00fa4b822 10 minutes ago 96.1MB 18:55:04 support-scheduler-arm64 latest 8d5b3b58b967 10 minutes ago 31.2MB 18:55:04 d23cac85b7f8 11 minutes ago 1.59GB 18:55:04 51ca3c78488c 11 minutes ago 1.39GB 18:55:04 core-metadata-arm64 latest 4fa97a59c97d 12 minutes ago 20.2MB 18:55:04 core-data-arm64 latest c2b5d9e60698 12 minutes ago 19.9MB 18:55:04 3c138437d487 13 minutes ago 1.53GB 18:55:04 90127d30614f 13 minutes ago 1.53GB 18:55:04 security-secretstore-setup-arm64 latest 7035767e7c52 13 minutes ago 32.2MB 18:55:04 security-proxy-auth-arm64 latest 26751006db86 14 minutes ago 18.1MB 18:55:04 2542a39581af 14 minutes ago 1.52GB 18:55:04 1f3e0907d925 14 minutes ago 1.51GB 18:55:04 ci-base-image-arm64 latest c963e3707768 36 minutes ago 899MB 18:55:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 3 weeks ago 681MB 18:55:04 alpine 3.17 51e60588ff2c 7 weeks ago 7.46MB 18:55:04 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 18:55:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:55:05 18:55:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:55:06 arm64: Pulling from edgex-lftools-log-publisher 18:55:06 8998bd30e6a1: Pulling fs layer 18:55:06 04944245beec: Pulling fs layer 18:55:06 699f458cf7ca: Pulling fs layer 18:55:06 765212b225bb: Pulling fs layer 18:55:06 f23df028b6ca: Pulling fs layer 18:55:06 d65c8cfc05b1: Pulling fs layer 18:55:06 2437ff75d9bd: Pulling fs layer 18:55:06 765212b225bb: Waiting 18:55:06 d65c8cfc05b1: Waiting 18:55:06 2437ff75d9bd: Waiting 18:55:06 f23df028b6ca: Waiting 18:55:06 04944245beec: Verifying Checksum 18:55:06 04944245beec: Download complete 18:55:06 765212b225bb: Verifying Checksum 18:55:06 765212b225bb: Download complete 18:55:06 f23df028b6ca: Verifying Checksum 18:55:06 f23df028b6ca: Download complete 18:55:06 d65c8cfc05b1: Verifying Checksum 18:55:06 d65c8cfc05b1: Download complete 18:55:06 699f458cf7ca: Verifying Checksum 18:55:06 8998bd30e6a1: Verifying Checksum 18:55:06 8998bd30e6a1: Download complete 18:55:09 2437ff75d9bd: Verifying Checksum 18:55:09 2437ff75d9bd: Download complete 18:55:11 8998bd30e6a1: Pull complete 18:55:11 04944245beec: Pull complete 18:55:12 699f458cf7ca: Pull complete 18:55:13 765212b225bb: Pull complete 18:55:13 f23df028b6ca: Pull complete 18:55:13 d65c8cfc05b1: Pull complete 18:55:28 2437ff75d9bd: Pull complete 18:55:28 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:55:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:55:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:55:29 prd-ubuntu20.04-docker-arm64-4c-16g-16340 does not seem to be running inside a container 18:55:29 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:55:32 $ docker top 6852e5c8207e661384cdb5868fa3c38e06e999af7405307076be6fdc86e28808 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:55:51 ---> job-cost.sh 18:55:51 lf-activate-venv: SKIPPING 18:55:51 INFO: No Stack... 18:55:52 INFO: Retrieving Pricing Info for: v3-standard-4 18:55:53 INFO: Archiving Costs [Pipeline] sh 18:55:54 + + catcut /w/workspace/edgex-go/1/archives/cost.csv -d, 18:55:54 -f6 [Pipeline] lock 18:55:54 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4575-1-stack-cost] 18:55:54 Resource [jenkins-edgexfoundry-edgex-go-PR-4575-1-stack-cost] did not exist. Created. 18:55:54 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4575-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:55:54 + echo total: 0.10999999940395355 [Pipeline] stash 18:55:55 Stashed 1 file(s) [Pipeline] } 18:55:55 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4575-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:55:55 $ docker stop --time=1 6852e5c8207e661384cdb5868fa3c38e06e999af7405307076be6fdc86e28808 18:55:56 $ docker rm -f --volumes 6852e5c8207e661384cdb5868fa3c38e06e999af7405307076be6fdc86e28808 [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 18:55:58 provisioning config files... 18:55:58 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4716579063627506617tmp [Pipeline] { [Pipeline] sh 18:55:58 + set +x 18:55:58 + curl -s https://codecov.io/bash 18:55:58 + bash -s -- 18:55:58 18:55:58 _____ _ 18:55:58 / ____| | | 18:55:58 | | ___ __| | ___ ___ _____ __ 18:55:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:55:58 | |___| (_) | (_| | __/ (_| (_) \ V / 18:55:58 \_____\___/ \__,_|\___|\___\___/ \_/ 18:55:58 Bash-1.0.6 18:55:58 18:55:58 18:55:58 ==> git version 2.25.1 found 18:55:58 ==> 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 18:55:58 Release-Date: 2020-01-08 18:55:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:55:58 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:55:58 ==> Jenkins CI detected. 18:55:58 current dir:  /w/workspace/edgex-go/1 18:55:58 project root: . 18:55:58 --> token set from env 18:55:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:55:58 ==> Running gcov in . (disable via -X gcov) 18:55:58 ==> Python coveragepy not found 18:55:58 ==> Searching for coverage reports in: 18:55:58 + . 18:55:58 -> Found 1 reports 18:55:58 ==> Detecting git/mercurial file structure 18:55:58 ==> Reading reports 18:55:58 + ./coverage.out bytes=447731 18:55:58 ==> Appending adjustments 18:55:58 https://docs.codecov.io/docs/fixing-reports 18:55:59 + Found adjustments 18:55:59 ==> Gzipping contents 18:55:59 60K /tmp/codecov.gsCAOz.gz 18:55:59 ==> Uploading reports 18:55:59 url: https://codecov.io 18:55:59 query: branch=PR-4575&commit=54e46970489e3162fa4903bbd7e5a84136ec21bb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4575%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4575&job=&cmd_args= 18:55:59 -> Pinging Codecov 18:55:59 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4575&commit=54e46970489e3162fa4903bbd7e5a84136ec21bb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4575%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4575&job=&cmd_args= 18:55:59 -> Uploading to 18:55:59 https://storage.googleapis.com/codecov/v4/raw/2023-05-22/00271124DB129430A58F1EEE437C3FCB/54e46970489e3162fa4903bbd7e5a84136ec21bb/7aa33407-c1d5-45db-9975-d16016e01d2a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230522%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230522T185559Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=671202b5acacf837844c57f11020f17face0d1994eba3f3b70ba657995388bc8 18:55:59 % Total % Received % Xferd Average Speed Time Time Time Current 18:55:59 Dload Upload Total Spent Left Speed 18:56:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57433 0 0 100 57433 0 239k --:--:-- --:--:-- --:--:-- 239k 18:56:00 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/54e46970489e3162fa4903bbd7e5a84136ec21bb [Pipeline] } 18:56:00 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 18:56:01 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 18:56:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:56:02 ---> package-listing.sh 18:56:02 ++ facter osfamily 18:56:02 ++ tr '[:upper:]' '[:lower:]' 18:56:03 + OS_FAMILY=debian 18:56:03 + workspace=/w/workspace/edgex-go/1 18:56:03 + START_PACKAGES=/tmp/packages_start.txt 18:56:03 + END_PACKAGES=/tmp/packages_end.txt 18:56:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:56:03 + PACKAGES=/tmp/packages_start.txt 18:56:03 + '[' /w/workspace/edgex-go/1 ']' 18:56:03 + PACKAGES=/tmp/packages_end.txt 18:56:03 + case "${OS_FAMILY}" in 18:56:03 + dpkg -l 18:56:03 + grep '^ii' 18:56:03 + '[' -f /tmp/packages_start.txt ']' 18:56:03 + '[' -f /tmp/packages_end.txt ']' 18:56:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:56:03 + '[' /w/workspace/edgex-go/1 ']' 18:56:03 + mkdir -p /w/workspace/edgex-go/1/archives/ 18:56:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 18:56:03 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 18:56:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:56:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:56:04 18:56:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:56:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:56:04 latest: Pulling from edgex-lftools-log-publisher 18:56:04 5eb5b503b376: Pulling fs layer 18:56:04 5c69ac0246d0: Pulling fs layer 18:56:04 ec43610c2a17: Pulling fs layer 18:56:04 3a2ae6a8a46f: Pulling fs layer 18:56:04 33b1e0a273af: Pulling fs layer 18:56:04 5d3b04190fa2: Pulling fs layer 18:56:04 2f39f015ded8: Pulling fs layer 18:56:04 3a2ae6a8a46f: Waiting 18:56:04 33b1e0a273af: Waiting 18:56:04 5d3b04190fa2: Waiting 18:56:04 5c69ac0246d0: Verifying Checksum 18:56:04 5c69ac0246d0: Download complete 18:56:04 3a2ae6a8a46f: Verifying Checksum 18:56:04 3a2ae6a8a46f: Download complete 18:56:04 33b1e0a273af: Verifying Checksum 18:56:04 33b1e0a273af: Download complete 18:56:04 5d3b04190fa2: Verifying Checksum 18:56:04 5d3b04190fa2: Download complete 18:56:04 ec43610c2a17: Verifying Checksum 18:56:04 ec43610c2a17: Download complete 18:56:04 5eb5b503b376: Verifying Checksum 18:56:04 5eb5b503b376: Download complete 18:56:05 2f39f015ded8: Verifying Checksum 18:56:05 2f39f015ded8: Download complete 18:56:05 5eb5b503b376: Pull complete 18:56:06 5c69ac0246d0: Pull complete 18:56:06 ec43610c2a17: Pull complete 18:56:06 3a2ae6a8a46f: Pull complete 18:56:06 33b1e0a273af: Pull complete 18:56:06 5d3b04190fa2: Pull complete 18:56:11 2f39f015ded8: Pull complete 18:56:11 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:56:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:56:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:56:11 prd-ubuntu20.04-docker-8c-8g-16337 does not seem to be running inside a container 18:56:11 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:56:13 $ docker top 5771b386527e5381404a1a4b2aae60905e92686e1fdcbfd26a3410738cb4d7af -eo pid,comm [Pipeline] { [Pipeline] sh 18:56:13 + touch /tmp/pre-build-complete [Pipeline] sh 18:56:14 + mkdir -p /var/log/sysstat [Pipeline] sh 18:56:14 + ls /var/log/sa-host 18:56:14 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:56:14 provisioning config files... 18:56:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config15969751379575232690tmp [Pipeline] { [Pipeline] echo 18:56:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:56:15 ---> create-netrc.sh [Pipeline] } 18:56:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:56:15 ---> python-tools-install.sh [Pipeline] echo 18:56:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:56:15 ---> sudo-logs.sh 18:56:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:56:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:56:16 ---> job-cost.sh 18:56:16 lf-activate-venv: SKIPPING 18:56:16 DEBUG: total: 0.10999999940395355 18:56:16 INFO: Retrieving Stack Cost... 18:56:16 INFO: Retrieving Pricing Info for: v3-standard-8 18:56:17 INFO: Archiving Costs [Pipeline] echo 18:56:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:56:17 ---> logs-deploy.sh 18:56:17 lf-activate-venv: SKIPPING 18:56:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4575/1 18:56:17 INFO: archiving workspace using pattern(s): 18:56:18 Archives upload complete. 18:56:18 INFO: archiving logs to Nexus 18:56:19 ---> uname -a: 18:56:19 Linux prd-ubuntu20-04-docker-8c-8g-16337 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:56:19 18:56:19 18:56:19 ---> lscpu: 18:56:19 Architecture: x86_64 18:56:19 CPU op-mode(s): 32-bit, 64-bit 18:56:19 Byte Order: Little Endian 18:56:19 Address sizes: 40 bits physical, 48 bits virtual 18:56:19 CPU(s): 8 18:56:19 On-line CPU(s) list: 0-7 18:56:19 Thread(s) per core: 1 18:56:19 Core(s) per socket: 1 18:56:19 Socket(s): 8 18:56:19 NUMA node(s): 1 18:56:19 Vendor ID: AuthenticAMD 18:56:19 CPU family: 23 18:56:19 Model: 49 18:56:19 Model name: AMD EPYC-Rome Processor 18:56:19 Stepping: 0 18:56:19 CPU MHz: 2800.000 18:56:19 BogoMIPS: 5600.00 18:56:19 Virtualization: AMD-V 18:56:19 Hypervisor vendor: KVM 18:56:19 Virtualization type: full 18:56:19 L1d cache: 256 KiB 18:56:19 L1i cache: 256 KiB 18:56:19 L2 cache: 4 MiB 18:56:19 L3 cache: 128 MiB 18:56:19 NUMA node0 CPU(s): 0-7 18:56:19 Vulnerability Itlb multihit: Not affected 18:56:19 Vulnerability L1tf: Not affected 18:56:19 Vulnerability Mds: Not affected 18:56:19 Vulnerability Meltdown: Not affected 18:56:19 Vulnerability Mmio stale data: Not affected 18:56:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:56:19 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:56:19 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:56:19 Vulnerability Srbds: Not affected 18:56:19 Vulnerability Tsx async abort: Not affected 18:56:19 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 18:56:19 18:56:19 18:56:19 ---> nproc: 18:56:19 8 18:56:19 18:56:19 18:56:19 ---> df -h: 18:56:19 Filesystem Size Used Avail Use% Mounted on 18:56:19 overlay 155G 20G 136G 13% / 18:56:19 tmpfs 64M 0 64M 0% /dev 18:56:19 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:56:19 shm 64M 0 64M 0% /dev/shm 18:56:19 /dev/vda1 155G 20G 136G 13% /facter-os 18:56:19 18:56:19 18:56:19 ---> sar -b -r -n DEV: 18:56:19 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16337) 05/22/23 _x86_64_ (8 CPU) 18:56:19 18:56:19 18:13:31 LINUX RESTART (8 CPU) 18:56:19 18:56:19 18:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:56:19 18:15:01 158.14 15.21 142.93 0.00 1929.01 163607.80 0.00 18:56:19 18:16:01 33.23 0.05 33.18 0.00 4.26 16363.24 0.00 18:56:19 18:17:01 37.26 0.20 37.06 0.00 2.80 11830.31 0.00 18:56:19 18:18:01 475.89 8.15 467.74 0.00 76.52 166153.24 0.00 18:56:19 18:19:01 386.37 13.45 372.93 0.00 5175.87 219253.45 0.00 18:56:19 18:20:01 869.95 1.13 868.82 0.00 25.72 254948.79 0.00 18:56:19 18:21:01 1054.12 0.28 1053.83 0.00 29.07 285206.80 0.00 18:56:19 18:22:01 169.71 0.03 169.68 0.00 3.33 9565.08 0.00 18:56:19 18:23:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 18:56:19 18:24:01 1.87 0.00 1.87 0.00 0.00 19.46 0.00 18:56:19 18:25:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 18:56:19 18:26:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 18:56:19 18:27:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 18:56:19 18:28:01 0.83 0.00 0.83 0.00 0.00 10.53 0.00 18:56:19 18:29:01 2.20 0.02 2.18 0.00 0.13 28.13 0.00 18:56:19 18:30:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 18:56:19 18:31:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 18:56:19 18:32:01 4.12 1.02 3.10 0.00 21.86 39.06 0.00 18:56:19 18:33:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 18:56:19 18:34:01 2.03 0.00 2.03 0.00 0.00 23.86 0.00 18:56:19 18:35:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 18:56:19 18:36:01 2.05 0.00 2.05 0.00 0.00 22.66 0.00 18:56:19 18:37:01 1.33 0.00 1.33 0.00 0.00 14.80 0.00 18:56:19 18:38:01 2.05 0.00 2.05 0.00 0.00 22.66 0.00 18:56:19 18:39:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 18:56:19 18:40:01 2.08 0.00 2.08 0.00 0.00 23.06 0.00 18:56:19 18:41:01 3.17 1.67 1.50 0.00 37.73 18.40 0.00 18:56:19 18:42:01 2.03 0.00 2.03 0.00 0.00 22.53 0.00 18:56:19 18:43:01 1.03 0.00 1.03 0.00 0.00 12.40 0.00 18:56:19 18:44:01 1.57 0.00 1.57 0.00 0.00 18.00 0.00 18:56:19 18:45:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 18:56:19 18:46:01 1.10 0.00 1.10 0.00 0.00 13.46 0.00 18:56:19 18:47:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 18:56:19 18:48:01 0.88 0.00 0.88 0.00 0.00 11.73 0.00 18:56:19 18:49:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 18:56:19 18:50:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 18:56:19 18:51:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 18:56:19 18:52:01 1.20 0.00 1.20 0.00 0.00 14.53 0.00 18:56:19 18:53:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 18:56:19 18:54:01 1.63 0.00 1.63 0.00 0.00 19.46 0.00 18:56:19 18:55:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 18:56:19 18:56:01 1.17 0.07 1.10 0.00 4.80 29.20 0.00 18:56:19 Average: 77.05 0.98 76.07 0.00 174.08 26845.96 0.00 18:56:19 18:56:19 18:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:56:19 18:15:01 28537848 31586440 725472 2.21 111184 3182844 2439668 7.19 1098072 2851520 376 18:56:19 18:16:01 27847748 31517564 786512 2.39 113484 3749520 1940012 5.72 1531672 3045564 103200 18:56:19 18:17:01 27525740 31533748 768384 2.34 117256 4056292 1894996 5.58 1440000 3435200 340884 18:56:19 18:18:01 22668320 31370532 917840 2.79 259008 8291828 2738224 8.07 2240252 7150152 1276984 18:56:19 18:19:01 19537084 30571480 1681604 5.11 309728 10468968 3818888 11.25 3428892 8948040 431772 18:56:19 18:20:01 18209792 31475260 791168 2.41 390900 12462048 2001852 5.90 2524320 11039492 576860 18:56:19 18:21:01 18073192 31369080 895476 2.72 400072 12529476 2344836 6.91 2712560 11035648 64 18:56:19 18:22:01 18990404 31542016 731432 2.22 402412 11812428 1883420 5.55 2490876 10378560 172 18:56:19 18:23:01 18990584 31542236 731128 2.22 402432 11812436 1883420 5.55 2490772 10378568 180 18:56:19 18:24:01 18996472 31548192 725104 2.21 402464 11812436 1883420 5.55 2484252 10378568 172 18:56:19 18:25:01 18997300 31549024 724252 2.20 402512 11812440 1883420 5.55 2483952 10378572 12 18:56:19 18:26:01 19001600 31553388 719948 2.19 402524 11812440 1883420 5.55 2479860 10378572 132 18:56:19 18:27:01 19001648 31553620 719952 2.19 402536 11812444 1899600 5.60 2479704 10378748 8 18:56:19 18:28:01 19002104 31554092 719428 2.19 402540 11812448 1899600 5.60 2479728 10378752 164 18:56:19 18:29:01 19001212 31553240 720332 2.19 402564 11812424 1882728 5.55 2479804 10378728 96 18:56:19 18:30:01 19001924 31553968 719756 2.19 402580 11812428 1882728 5.55 2479876 10378732 140 18:56:19 18:31:01 19001844 31553892 719708 2.19 402604 11812432 1882728 5.55 2479876 10378736 8 18:56:19 18:32:01 19000608 31553756 719648 2.19 402712 11813052 1916132 5.65 2479676 10379264 16 18:56:19 18:33:01 19000876 31554076 719292 2.19 402760 11813048 1916132 5.65 2479876 10379268 8 18:56:19 18:34:01 19000860 31554136 719236 2.19 402812 11813060 1916132 5.65 2479860 10379272 16 18:56:19 18:35:01 19000780 31554112 719164 2.19 402864 11813064 1916132 5.65 2479856 10379276 12 18:56:19 18:36:01 19000724 31554120 719088 2.19 402920 11813068 1916132 5.65 2479912 10379280 8 18:56:19 18:37:01 19000424 31553856 719292 2.19 402956 11813068 1916132 5.65 2479932 10379280 8 18:56:19 18:38:01 19000504 31554044 719172 2.19 403012 11813072 1932224 5.69 2480360 10379284 8 18:56:19 18:39:01 19000928 31554508 718680 2.19 403052 11813072 1932224 5.69 2480188 10379284 12 18:56:19 18:40:01 19001340 31554976 718376 2.18 403092 11813080 1932224 5.69 2480312 10379292 16 18:56:19 18:41:01 18990828 31546736 726512 2.21 403144 11814212 1932224 5.69 2491636 10379672 16 18:56:19 18:42:01 18990212 31546160 726968 2.21 403180 11814212 1932224 5.69 2491964 10379628 192 18:56:19 18:43:01 18990196 31546164 727012 2.21 403196 11814216 1932224 5.69 2491748 10379632 184 18:56:19 18:44:01 18990252 31546248 726928 2.21 403224 11814216 1932224 5.69 2491456 10379636 52 18:56:19 18:45:01 18989952 31545964 727160 2.21 403228 11814220 1932224 5.69 2491384 10379636 12 18:56:19 18:46:01 18989872 31545908 727164 2.21 403244 11814224 1932224 5.69 2491404 10379640 144 18:56:19 18:47:01 18990040 31546092 727140 2.21 403252 11814224 1932224 5.69 2491412 10379640 8 18:56:19 18:48:01 18989772 31545840 727364 2.21 403260 11814228 1932224 5.69 2491432 10379644 200 18:56:19 18:49:01 18989400 31545484 727656 2.21 403276 11814232 1916036 5.65 2491492 10379648 32 18:56:19 18:50:01 18989424 31545668 727416 2.21 403296 11814364 1916036 5.65 2491472 10379780 140 18:56:19 18:51:01 18989376 31545664 727356 2.21 403328 11814372 1916036 5.65 2491488 10379784 44 18:56:19 18:52:01 18989232 31545572 727356 2.21 403340 11814376 1916036 5.65 2491500 10379788 136 18:56:19 18:53:01 18989424 31545796 727280 2.21 403372 11814376 1916036 5.65 2491828 10379788 8 18:56:19 18:54:01 18988872 31545272 727780 2.21 403392 11814380 1916036 5.65 2491748 10379796 64 18:56:19 18:55:01 18988888 31545308 727684 2.21 403412 11814380 1916036 5.65 2491752 10379796 20 18:56:19 18:56:01 18984036 31540680 731764 2.23 403424 11814600 1877472 5.53 2494848 10380100 260 18:56:19 Average: 19695753 31515331 759762 2.31 376323 11147899 2001999 5.90 2428405 9780506 65068 18:56:19 18:56:19 18:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:56:19 18:15:01 docker0 609.50 545.04 44.05 3428.86 0.00 0.00 0.00 0.00 18:56:19 18:15:01 veth11e9065 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:15:01 lo 4.87 4.87 0.47 0.47 0.00 0.00 0.00 0.00 18:56:19 18:15:01 ens3 1383.87 1343.06 12347.66 159.54 0.00 0.00 0.00 0.00 18:56:19 18:15:01 veth627dddc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:16:01 docker0 1.57 1.63 0.12 0.15 0.00 0.00 0.00 0.00 18:56:19 18:16:01 veth6bb62b6 1.57 1.75 0.14 0.16 0.00 0.00 0.00 0.00 18:56:19 18:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:16:01 ens3 59.09 45.15 50.00 96.99 0.00 0.00 0.00 0.00 18:56:19 18:17:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:17:01 veth6bb62b6 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:17:01 ens3 28.21 15.78 23.94 12.82 0.00 0.00 0.00 0.00 18:56:19 18:18:01 docker0 444.61 871.90 37.13 6298.98 0.00 0.00 0.00 0.00 18:56:19 18:18:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 18:56:19 18:18:01 veth346b654 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 18:56:19 18:18:01 ens3 954.29 495.23 7994.42 60.16 0.00 0.00 0.00 0.00 18:56:19 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:19:01 veth5dc2219 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:56:19 18:19:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 18:56:19 18:19:01 veth2a2ecc5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:56:19 18:19:01 veth0d8a240 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:56:19 18:19:01 veth346b654 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:19:01 ens3 180.47 100.73 2874.26 11.27 0.00 0.00 0.00 0.00 18:56:19 18:19:01 veth6e3c2fa 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:56:19 18:19:01 veth9188f03 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:56:19 18:20:01 docker0 279.31 564.50 22.84 4032.41 0.00 0.00 0.00 0.00 18:56:19 18:20:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 18:56:19 18:20:01 veth346b654 0.00 1.00 0.00 0.06 0.00 0.00 0.00 0.00 18:56:19 18:20:01 ens3 591.15 296.68 4053.96 37.90 0.00 0.00 0.00 0.00 18:56:19 18:21:01 docker0 13.57 26.57 0.88 360.95 0.00 0.00 0.00 0.00 18:56:19 18:21:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:21:01 vethe899e91 0.02 0.20 0.00 0.01 0.00 0.00 0.00 0.00 18:56:19 18:21:01 veth346b654 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 18:56:19 18:21:01 ens3 68.90 41.90 394.26 19.90 0.00 0.00 0.00 0.00 18:56:19 18:22:01 docker0 1.58 3.03 0.10 43.07 0.00 0.00 0.00 0.00 18:56:19 18:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:22:01 ens3 15.23 9.55 53.48 5.43 0.00 0.00 0.00 0.00 18:56:19 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:23:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:24:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 18:56:19 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:25:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:26:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:27:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:28:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:29:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 18:56:19 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:30:01 ens3 0.50 0.33 0.54 0.02 0.00 0.00 0.00 0.00 18:56:19 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:31:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:32:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:33:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 18:56:19 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:34:01 ens3 0.25 0.23 0.08 0.07 0.00 0.00 0.00 0.00 18:56:19 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:35:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:36:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:39:01 ens3 0.13 0.15 0.07 0.07 0.00 0.00 0.00 0.00 18:56:19 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:40:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:41:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:41:01 ens3 40.06 72.75 6.68 181.64 0.00 0.00 0.00 0.00 18:56:19 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:42:01 ens3 1.72 1.47 0.97 1.21 0.00 0.00 0.00 0.00 18:56:19 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:43:01 ens3 0.45 0.23 0.26 0.19 0.00 0.00 0.00 0.00 18:56:19 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:44:01 ens3 0.22 0.22 0.08 0.07 0.00 0.00 0.00 0.00 18:56:19 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:46:01 ens3 0.28 0.23 0.23 0.02 0.00 0.00 0.00 0.00 18:56:19 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:47:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:48:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:49:01 ens3 0.15 0.17 0.08 0.07 0.00 0.00 0.00 0.00 18:56:19 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:50:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:51:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:52:01 ens3 0.65 0.10 0.07 0.01 0.00 0.00 0.00 0.00 18:56:19 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:53:01 ens3 1.58 0.73 0.72 0.48 0.00 0.00 0.00 0.00 18:56:19 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:54:01 ens3 0.78 0.47 0.34 0.28 0.00 0.00 0.00 0.00 18:56:19 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:55:01 ens3 0.83 0.13 0.15 0.07 0.00 0.00 0.00 0.00 18:56:19 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:56:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 18:56:19 18:56:01 ens3 6.87 4.65 6.73 3.21 0.00 0.00 0.00 0.00 18:56:19 Average: docker0 32.15 47.92 2.50 337.26 0.00 0.00 0.00 0.00 18:56:19 Average: lo 0.29 0.29 0.03 0.03 0.00 0.00 0.00 0.00 18:56:19 Average: ens3 79.47 57.89 662.13 14.09 0.00 0.00 0.00 0.00 18:56:19 18:56:19 18:56:19 ---> sar -P ALL: 18:56:19 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16337) 05/22/23 _x86_64_ (8 CPU) 18:56:19 18:56:19 18:13:31 LINUX RESTART (8 CPU) 18:56:19 18:56:19 18:14:01 CPU %user %nice %system %iowait %steal %idle 18:56:19 18:15:01 all 11.13 0.00 4.58 2.41 0.06 81.81 18:56:19 18:15:01 0 11.55 0.00 4.81 0.32 0.07 83.25 18:56:19 18:15:01 1 11.50 0.00 4.84 3.80 0.05 79.81 18:56:19 18:15:01 2 12.43 0.00 3.58 0.07 0.05 83.88 18:56:19 18:15:01 3 10.19 0.00 4.95 0.96 0.07 83.83 18:56:19 18:15:01 4 10.75 0.00 3.44 2.68 0.07 83.06 18:56:19 18:15:01 5 10.84 0.00 5.11 1.20 0.07 82.79 18:56:19 18:15:01 6 12.05 0.00 4.81 9.80 0.05 73.28 18:56:19 18:15:01 7 9.70 0.00 5.16 0.44 0.09 84.61 18:56:19 18:16:01 all 27.98 0.00 5.21 0.50 0.07 66.23 18:56:19 18:16:01 0 27.72 0.00 4.69 0.15 0.07 67.37 18:56:19 18:16:01 1 26.98 0.00 5.27 3.37 0.08 64.30 18:56:19 18:16:01 2 28.28 0.00 5.65 0.03 0.07 65.97 18:56:19 18:16:01 3 28.34 0.00 6.49 0.03 0.08 65.05 18:56:19 18:16:01 4 26.71 0.00 4.63 0.10 0.07 68.49 18:56:19 18:16:01 5 26.68 0.00 4.90 0.20 0.07 68.15 18:56:19 18:16:01 6 28.80 0.00 5.80 0.07 0.08 65.25 18:56:19 18:16:01 7 30.33 0.00 4.23 0.08 0.07 65.29 18:56:19 18:17:01 all 47.53 0.00 7.01 0.29 0.08 45.09 18:56:19 18:17:01 0 46.98 0.00 6.96 1.58 0.08 44.41 18:56:19 18:17:01 1 47.58 0.00 6.83 0.30 0.07 45.23 18:56:19 18:17:01 2 47.86 0.00 7.10 0.05 0.07 44.92 18:56:19 18:17:01 3 47.49 0.00 7.12 0.00 0.08 45.32 18:56:19 18:17:01 4 48.03 0.00 6.93 0.05 0.10 44.89 18:56:19 18:17:01 5 47.82 0.00 7.78 0.35 0.08 43.97 18:56:19 18:17:01 6 47.35 0.00 6.55 0.02 0.07 46.02 18:56:19 18:17:01 7 47.13 0.00 6.83 0.00 0.07 45.97 18:56:19 18:18:01 all 15.27 0.00 9.87 7.13 0.07 67.66 18:56:19 18:18:01 0 15.52 0.00 10.52 15.72 0.09 58.16 18:56:19 18:18:01 1 12.16 0.00 9.24 7.73 0.07 70.80 18:56:19 18:18:01 2 15.82 0.00 10.59 6.19 0.05 67.35 18:56:19 18:18:01 3 16.42 0.00 10.36 6.98 0.07 66.17 18:56:19 18:18:01 4 15.55 0.00 9.14 6.57 0.07 68.67 18:56:19 18:18:01 5 15.58 0.00 8.06 3.66 0.07 72.63 18:56:19 18:18:01 6 14.55 0.00 10.37 8.35 0.07 66.66 18:56:19 18:18:01 7 16.55 0.00 10.67 1.94 0.08 70.76 18:56:19 18:19:01 all 49.14 0.00 10.88 6.57 0.10 33.31 18:56:19 18:19:01 0 49.18 0.00 10.68 2.44 0.10 37.59 18:56:19 18:19:01 1 48.47 0.00 11.09 1.45 0.09 38.91 18:56:19 18:19:01 2 49.40 0.00 9.94 11.61 0.07 28.98 18:56:19 18:19:01 3 49.29 0.00 11.27 2.35 0.08 37.00 18:56:19 18:19:01 4 50.24 0.00 10.35 0.66 0.08 38.68 18:56:19 18:19:01 5 50.14 0.00 9.64 1.35 0.10 38.76 18:56:19 18:19:01 6 48.87 0.00 11.16 22.54 0.14 17.29 18:56:19 18:19:01 7 47.51 0.00 12.93 10.44 0.12 29.00 18:56:19 18:20:01 all 39.43 0.00 13.20 12.87 0.17 34.32 18:56:19 18:20:01 0 40.31 0.00 13.12 14.26 0.19 32.11 18:56:19 18:20:01 1 39.32 0.00 12.54 8.67 0.26 39.21 18:56:19 18:20:01 2 41.45 0.00 13.98 11.47 0.12 32.98 18:56:19 18:20:01 3 38.50 0.00 13.74 17.30 0.15 30.30 18:56:19 18:20:01 4 41.17 0.00 12.93 11.22 0.12 34.56 18:56:19 18:20:01 5 39.44 0.00 13.78 12.25 0.24 34.30 18:56:19 18:20:01 6 36.21 0.00 11.82 20.47 0.12 31.38 18:56:19 18:20:01 7 39.08 0.00 13.71 7.32 0.14 39.75 18:56:19 18:21:01 all 44.95 0.00 14.37 9.98 0.18 30.53 18:56:19 18:21:01 0 46.30 0.00 15.11 9.43 0.17 28.99 18:56:19 18:21:01 1 43.88 0.00 16.40 12.16 0.10 27.45 18:56:19 18:21:01 2 45.92 0.00 15.26 4.51 0.16 34.15 18:56:19 18:21:01 3 43.82 0.00 14.26 15.80 0.26 25.86 18:56:19 18:21:01 4 44.07 0.00 14.30 16.00 0.21 25.42 18:56:19 18:21:01 5 46.34 0.00 13.34 9.32 0.14 30.85 18:56:19 18:21:01 6 44.14 0.00 12.71 6.67 0.16 36.32 18:56:19 18:21:01 7 45.10 0.00 13.54 5.93 0.23 35.19 18:56:19 18:22:01 all 3.43 0.00 1.14 0.66 0.03 94.74 18:56:19 18:22:01 0 3.51 0.00 1.50 0.95 0.03 94.00 18:56:19 18:22:01 1 3.46 0.00 1.04 0.50 0.05 94.96 18:56:19 18:22:01 2 3.15 0.00 1.05 0.40 0.03 95.36 18:56:19 18:22:01 3 3.41 0.00 1.14 0.00 0.02 95.44 18:56:19 18:22:01 4 4.35 0.00 0.94 0.02 0.02 94.67 18:56:19 18:22:01 5 3.01 0.00 1.14 1.44 0.02 94.40 18:56:19 18:22:01 6 3.55 0.00 1.49 1.74 0.02 93.21 18:56:19 18:22:01 7 3.01 0.00 0.82 0.25 0.02 95.90 18:56:19 18:23:01 all 0.03 0.00 0.01 0.00 0.01 99.95 18:56:19 18:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:23:01 1 0.02 0.00 0.05 0.00 0.03 99.90 18:56:19 18:23:01 2 0.15 0.00 0.00 0.00 0.00 99.85 18:56:19 18:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:23:01 5 0.00 0.00 0.02 0.02 0.02 99.95 18:56:19 18:23:01 6 0.02 0.00 0.02 0.02 0.02 99.93 18:56:19 18:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:24:01 all 0.04 0.00 0.01 0.00 0.02 99.93 18:56:19 18:24:01 0 0.02 0.00 0.00 0.00 0.02 99.97 18:56:19 18:24:01 1 0.05 0.00 0.03 0.00 0.03 99.88 18:56:19 18:24:01 2 0.08 0.00 0.02 0.00 0.00 99.90 18:56:19 18:24:01 3 0.02 0.00 0.02 0.00 0.02 99.95 18:56:19 18:24:01 4 0.07 0.00 0.00 0.00 0.02 99.92 18:56:19 18:24:01 5 0.05 0.00 0.00 0.02 0.02 99.92 18:56:19 18:24:01 6 0.03 0.00 0.00 0.02 0.02 99.93 18:56:19 18:24:01 7 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:25:01 all 0.05 0.00 0.02 0.01 0.01 99.92 18:56:19 18:25:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:56:19 18:25:01 1 0.02 0.00 0.03 0.00 0.02 99.93 18:56:19 18:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:25:01 4 0.33 0.00 0.02 0.00 0.02 99.63 18:56:19 18:25:01 5 0.02 0.00 0.02 0.03 0.00 99.93 18:56:19 18:25:01 6 0.02 0.00 0.02 0.02 0.02 99.93 18:56:19 18:25:01 7 0.02 0.00 0.03 0.00 0.00 99.95 18:56:19 18:56:19 18:25:01 CPU %user %nice %system %iowait %steal %idle 18:56:19 18:26:01 all 0.22 0.00 0.01 0.04 0.01 99.72 18:56:19 18:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:56:19 18:26:01 1 0.07 0.00 0.02 0.33 0.03 99.55 18:56:19 18:26:01 2 0.03 0.00 0.00 0.00 0.02 99.95 18:56:19 18:26:01 3 0.02 0.00 0.02 0.00 0.02 99.95 18:56:19 18:26:01 4 1.53 0.00 0.00 0.00 0.00 98.47 18:56:19 18:26:01 5 0.02 0.00 0.00 0.02 0.02 99.95 18:56:19 18:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:56:19 18:27:01 all 0.06 0.00 0.02 0.00 0.01 99.91 18:56:19 18:27:01 0 0.03 0.00 0.00 0.00 0.02 99.95 18:56:19 18:27:01 1 0.03 0.00 0.03 0.00 0.03 99.90 18:56:19 18:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:27:01 4 0.32 0.00 0.02 0.00 0.02 99.65 18:56:19 18:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:27:01 6 0.00 0.00 0.02 0.00 0.02 99.97 18:56:19 18:27:01 7 0.02 0.00 0.02 0.02 0.02 99.93 18:56:19 18:28:01 all 0.12 0.00 0.02 0.00 0.01 99.85 18:56:19 18:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:56:19 18:28:01 1 0.03 0.00 0.03 0.00 0.02 99.92 18:56:19 18:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:56:19 18:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:28:01 4 0.90 0.00 0.03 0.00 0.00 99.07 18:56:19 18:28:01 5 0.02 0.00 0.02 0.02 0.02 99.93 18:56:19 18:28:01 6 0.03 0.00 0.02 0.02 0.02 99.92 18:56:19 18:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:29:01 all 0.15 0.00 0.05 0.01 0.01 99.78 18:56:19 18:29:01 0 0.03 0.00 0.07 0.00 0.02 99.88 18:56:19 18:29:01 1 0.05 0.00 0.10 0.00 0.03 99.82 18:56:19 18:29:01 2 0.07 0.00 0.03 0.00 0.00 99.90 18:56:19 18:29:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:56:19 18:29:01 4 0.88 0.00 0.05 0.03 0.02 99.02 18:56:19 18:29:01 5 0.07 0.00 0.05 0.02 0.02 99.85 18:56:19 18:29:01 6 0.02 0.00 0.03 0.00 0.00 99.95 18:56:19 18:29:01 7 0.05 0.00 0.05 0.02 0.00 99.88 18:56:19 18:30:01 all 0.03 0.00 0.01 0.00 0.01 99.95 18:56:19 18:30:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:56:19 18:30:01 1 0.03 0.00 0.00 0.00 0.00 99.97 18:56:19 18:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:30:01 3 0.02 0.00 0.02 0.00 0.02 99.95 18:56:19 18:30:01 4 0.02 0.00 0.00 0.00 0.02 99.97 18:56:19 18:30:01 5 0.03 0.00 0.02 0.02 0.00 99.93 18:56:19 18:30:01 6 0.05 0.00 0.02 0.00 0.02 99.92 18:56:19 18:30:01 7 0.05 0.00 0.02 0.00 0.00 99.93 18:56:19 18:31:01 all 0.02 0.00 0.00 0.00 0.01 99.96 18:56:19 18:31:01 0 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:31:01 1 0.03 0.00 0.00 0.00 0.02 99.95 18:56:19 18:31:01 2 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:31:01 3 0.05 0.00 0.02 0.00 0.03 99.90 18:56:19 18:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:31:01 5 0.03 0.00 0.00 0.02 0.00 99.95 18:56:19 18:31:01 6 0.05 0.00 0.00 0.02 0.02 99.92 18:56:19 18:31:01 7 0.00 0.00 0.02 0.00 0.02 99.97 18:56:19 18:32:01 all 0.07 0.00 0.05 0.01 0.01 99.86 18:56:19 18:32:01 0 0.10 0.00 0.07 0.02 0.00 99.82 18:56:19 18:32:01 1 0.10 0.00 0.03 0.00 0.00 99.87 18:56:19 18:32:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:56:19 18:32:01 3 0.02 0.00 0.05 0.00 0.03 99.90 18:56:19 18:32:01 4 0.07 0.00 0.05 0.00 0.00 99.88 18:56:19 18:32:01 5 0.13 0.00 0.07 0.07 0.02 99.72 18:56:19 18:32:01 6 0.08 0.00 0.03 0.02 0.02 99.85 18:56:19 18:32:01 7 0.03 0.00 0.03 0.00 0.00 99.93 18:56:19 18:33:01 all 0.01 0.00 0.01 0.01 0.01 99.97 18:56:19 18:33:01 0 0.00 0.00 0.02 0.00 0.02 99.97 18:56:19 18:33:01 1 0.03 0.00 0.00 0.00 0.00 99.97 18:56:19 18:33:01 2 0.03 0.00 0.00 0.00 0.00 99.97 18:56:19 18:33:01 3 0.00 0.00 0.02 0.00 0.03 99.95 18:56:19 18:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:33:01 5 0.00 0.00 0.02 0.07 0.00 99.92 18:56:19 18:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:34:01 all 0.03 0.00 0.01 0.01 0.01 99.95 18:56:19 18:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:34:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:34:01 2 0.17 0.00 0.00 0.00 0.00 99.83 18:56:19 18:34:01 3 0.02 0.00 0.00 0.00 0.03 99.95 18:56:19 18:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:34:01 5 0.00 0.00 0.00 0.05 0.02 99.93 18:56:19 18:34:01 6 0.02 0.00 0.02 0.02 0.02 99.93 18:56:19 18:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:56:19 18:35:01 all 0.02 0.00 0.01 0.00 0.01 99.96 18:56:19 18:35:01 0 0.03 0.00 0.02 0.00 0.02 99.93 18:56:19 18:35:01 1 0.02 0.00 0.02 0.00 0.02 99.95 18:56:19 18:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:35:01 3 0.03 0.00 0.02 0.00 0.03 99.92 18:56:19 18:35:01 4 0.02 0.00 0.00 0.00 0.02 99.97 18:56:19 18:35:01 5 0.02 0.00 0.02 0.03 0.02 99.92 18:56:19 18:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:35:01 7 0.02 0.00 0.00 0.00 0.02 99.97 18:56:19 18:36:01 all 0.01 0.00 0.01 0.01 0.01 99.96 18:56:19 18:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:36:01 1 0.03 0.00 0.00 0.00 0.00 99.97 18:56:19 18:36:01 2 0.00 0.00 0.02 0.00 0.02 99.97 18:56:19 18:36:01 3 0.02 0.00 0.02 0.00 0.03 99.93 18:56:19 18:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:36:01 5 0.02 0.00 0.02 0.07 0.02 99.88 18:56:19 18:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:56:19 18:36:01 CPU %user %nice %system %iowait %steal %idle 18:56:19 18:37:01 all 0.01 0.00 0.01 0.00 0.01 99.96 18:56:19 18:37:01 0 0.00 0.00 0.02 0.00 0.02 99.97 18:56:19 18:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:37:01 3 0.05 0.00 0.02 0.00 0.03 99.90 18:56:19 18:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:37:01 5 0.02 0.00 0.00 0.03 0.00 99.95 18:56:19 18:37:01 6 0.02 0.00 0.02 0.00 0.02 99.95 18:56:19 18:37:01 7 0.02 0.00 0.03 0.00 0.00 99.95 18:56:19 18:38:01 all 0.01 0.00 0.01 0.01 0.01 99.96 18:56:19 18:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 18:56:19 18:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:38:01 3 0.02 0.00 0.02 0.00 0.03 99.93 18:56:19 18:38:01 4 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:38:01 5 0.02 0.00 0.02 0.07 0.02 99.88 18:56:19 18:38:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:38:01 7 0.02 0.00 0.00 0.00 0.02 99.97 18:56:19 18:39:01 all 0.17 0.00 0.01 0.01 0.01 99.80 18:56:19 18:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:39:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:56:19 18:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:39:01 3 0.02 0.00 0.03 0.00 0.03 99.92 18:56:19 18:39:01 4 1.30 0.00 0.00 0.00 0.00 98.70 18:56:19 18:39:01 5 0.02 0.00 0.03 0.05 0.02 99.88 18:56:19 18:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:40:01 all 0.27 0.00 0.00 0.01 0.01 99.71 18:56:19 18:40:01 0 0.00 0.00 0.02 0.00 0.02 99.97 18:56:19 18:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:40:01 3 0.02 0.00 0.00 0.00 0.03 99.95 18:56:19 18:40:01 4 1.98 0.00 0.00 0.00 0.02 98.00 18:56:19 18:40:01 5 0.03 0.00 0.00 0.05 0.02 99.90 18:56:19 18:40:01 6 0.05 0.00 0.00 0.00 0.02 99.93 18:56:19 18:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:56:19 18:41:01 all 0.61 0.00 0.09 0.01 0.01 99.27 18:56:19 18:41:01 0 0.43 0.00 0.23 0.03 0.00 99.30 18:56:19 18:41:01 1 0.45 0.00 0.08 0.00 0.02 99.45 18:56:19 18:41:01 2 0.32 0.00 0.03 0.00 0.02 99.63 18:56:19 18:41:01 3 0.43 0.00 0.10 0.00 0.03 99.43 18:56:19 18:41:01 4 2.04 0.00 0.07 0.00 0.00 97.90 18:56:19 18:41:01 5 0.88 0.00 0.03 0.03 0.02 99.03 18:56:19 18:41:01 6 0.20 0.00 0.05 0.00 0.00 99.75 18:56:19 18:41:01 7 0.13 0.00 0.12 0.02 0.02 99.72 18:56:19 18:42:01 all 0.01 0.00 0.01 0.01 0.01 99.97 18:56:19 18:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:56:19 18:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 18:56:19 18:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:42:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:42:01 5 0.02 0.00 0.05 0.05 0.03 99.85 18:56:19 18:42:01 6 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:43:01 all 0.00 0.00 0.00 0.00 0.01 99.98 18:56:19 18:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:43:01 1 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:56:19 18:43:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:43:01 5 0.03 0.00 0.00 0.02 0.03 99.92 18:56:19 18:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:44:01 all 0.10 0.00 0.01 0.01 0.01 99.88 18:56:19 18:44:01 0 0.03 0.00 0.00 0.00 0.00 99.97 18:56:19 18:44:01 1 0.70 0.00 0.02 0.00 0.02 99.27 18:56:19 18:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:44:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:44:01 5 0.02 0.00 0.02 0.05 0.03 99.88 18:56:19 18:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:45:01 all 0.01 0.00 0.00 0.00 0.01 99.97 18:56:19 18:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:56:19 18:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:45:01 5 0.07 0.00 0.02 0.02 0.03 99.87 18:56:19 18:45:01 6 0.02 0.00 0.00 0.00 0.02 99.97 18:56:19 18:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:46:01 all 0.01 0.00 0.01 0.00 0.01 99.97 18:56:19 18:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:46:01 4 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:46:01 5 0.02 0.00 0.05 0.02 0.03 99.88 18:56:19 18:46:01 6 0.02 0.00 0.02 0.00 0.02 99.95 18:56:19 18:46:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:47:01 all 0.01 0.00 0.00 0.00 0.01 99.97 18:56:19 18:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:47:01 1 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:47:01 2 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:47:01 5 0.03 0.00 0.00 0.03 0.03 99.90 18:56:19 18:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:47:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:56:19 18:47:01 CPU %user %nice %system %iowait %steal %idle 18:56:19 18:48:01 all 0.01 0.00 0.01 0.00 0.01 99.97 18:56:19 18:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:48:01 4 0.00 0.00 0.02 0.00 0.00 99.98 18:56:19 18:48:01 5 0.00 0.00 0.00 0.02 0.02 99.97 18:56:19 18:48:01 6 0.02 0.00 0.00 0.00 0.02 99.97 18:56:19 18:48:01 7 0.03 0.00 0.02 0.00 0.03 99.92 18:56:19 18:49:01 all 0.01 0.00 0.01 0.00 0.01 99.97 18:56:19 18:49:01 0 0.03 0.00 0.00 0.00 0.02 99.95 18:56:19 18:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 18:56:19 18:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:49:01 3 0.00 0.00 0.02 0.00 0.02 99.97 18:56:19 18:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:49:01 5 0.03 0.00 0.00 0.02 0.00 99.95 18:56:19 18:49:01 6 0.02 0.00 0.00 0.02 0.00 99.97 18:56:19 18:49:01 7 0.02 0.00 0.02 0.00 0.03 99.93 18:56:19 18:50:01 all 0.01 0.00 0.00 0.01 0.01 99.97 18:56:19 18:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:50:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:56:19 18:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:50:01 4 0.00 0.00 0.00 0.02 0.00 99.98 18:56:19 18:50:01 5 0.00 0.00 0.00 0.03 0.02 99.95 18:56:19 18:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:50:01 7 0.05 0.00 0.03 0.00 0.02 99.90 18:56:19 18:51:01 all 0.02 0.00 0.01 0.00 0.00 99.96 18:56:19 18:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:51:01 3 0.02 0.00 0.00 0.00 0.02 99.97 18:56:19 18:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:51:01 5 0.03 0.00 0.03 0.03 0.02 99.88 18:56:19 18:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:51:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:56:19 18:52:01 all 0.01 0.00 0.00 0.00 0.01 99.98 18:56:19 18:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:52:01 5 0.03 0.00 0.03 0.02 0.03 99.88 18:56:19 18:52:01 6 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:53:01 all 0.01 0.00 0.01 0.00 0.01 99.97 18:56:19 18:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:53:01 1 0.00 0.00 0.02 0.00 0.02 99.97 18:56:19 18:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:53:01 5 0.07 0.00 0.00 0.03 0.03 99.87 18:56:19 18:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:53:01 7 0.00 0.00 0.03 0.00 0.02 99.95 18:56:19 18:54:01 all 0.03 0.00 0.01 0.01 0.01 99.95 18:56:19 18:54:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:54:01 1 0.05 0.00 0.00 0.00 0.00 99.95 18:56:19 18:54:01 2 0.03 0.00 0.02 0.00 0.02 99.93 18:56:19 18:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:56:19 18:54:01 4 0.02 0.00 0.00 0.03 0.02 99.93 18:56:19 18:54:01 5 0.03 0.00 0.05 0.03 0.03 99.85 18:56:19 18:54:01 6 0.02 0.00 0.00 0.00 0.02 99.97 18:56:19 18:54:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:56:19 18:55:01 all 0.01 0.00 0.00 0.00 0.01 99.98 18:56:19 18:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:55:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:56:19 18:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:55:01 5 0.02 0.00 0.02 0.02 0.03 99.92 18:56:19 18:55:01 6 0.02 0.00 0.00 0.00 0.02 99.97 18:56:19 18:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:56:19 18:56:01 all 0.26 0.00 0.14 0.00 0.01 99.59 18:56:19 18:56:01 0 0.22 0.00 0.18 0.00 0.02 99.58 18:56:19 18:56:01 1 0.32 0.00 0.18 0.00 0.02 99.48 18:56:19 18:56:01 2 0.33 0.00 0.20 0.00 0.00 99.47 18:56:19 18:56:01 3 0.05 0.00 0.12 0.00 0.00 99.83 18:56:19 18:56:01 4 0.20 0.00 0.12 0.02 0.00 99.67 18:56:19 18:56:01 5 0.48 0.00 0.12 0.02 0.03 99.35 18:56:19 18:56:01 6 0.25 0.00 0.12 0.00 0.00 99.63 18:56:19 18:56:01 7 0.25 0.00 0.08 0.00 0.00 99.67 18:56:19 Average: all 5.65 0.00 1.56 0.94 0.03 91.82 18:56:19 Average: 0 5.67 0.00 1.59 1.04 0.02 91.69 18:56:19 Average: 1 5.50 0.00 1.58 0.89 0.03 92.00 18:56:19 Average: 2 5.76 0.00 1.58 0.80 0.02 91.85 18:56:19 Average: 3 5.60 0.00 1.64 1.01 0.03 91.71 18:56:19 Average: 4 5.86 0.00 1.47 0.86 0.02 91.80 18:56:19 Average: 5 5.67 0.00 1.51 0.72 0.03 92.08 18:56:19 Average: 6 5.53 0.00 1.52 1.62 0.02 91.30 18:56:19 Average: 7 5.59 0.00 1.59 0.61 0.02 92.18 18:56:19 18:56:19 18:56:19