Pull request #4435 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of vli11 for edgexfoundry/edgex-go Obtained Jenkinsfile from e869783a4c36ad155a525780dc958aeed284c14c+d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 (90936f111c5d9fbb550c7102e85d837e4cfafa6c) 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-ssh4226909477840110753.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5424588507803642701.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4435/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-4435/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14031813478821417355.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-4435/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7019417355791790710.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2853120670529359381.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-4435/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-4435/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4013556304974144808.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9686 in /w/workspace/edgexfoundry_edgex-go_PR-4435 [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/4435/head:refs/remotes/origin/PR-4435 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 into PR head commit e869783a4c36ad155a525780dc958aeed284c14c Merge succeeded, producing e869783a4c36ad155a525780dc958aeed284c14c Checking out Revision e869783a4c36ad155a525780dc958aeed284c14c (PR-4435) > git config core.sparsecheckout # timeout=10 > git checkout -f e869783a4c36ad155a525780dc958aeed284c14c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e869783a4c36ad155a525780dc958aeed284c14c # timeout=10 Commit message: "refactor!: Updated secret path to secret name" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:17:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:17:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:17:45 ========================================================= 22:17:45 EdgeX Global Pipelines Version Info 22:17:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:17:45 ------------------- 22:17:45 stable info: 22:17:45 ------------------- 22:17:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:17:45 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:17:45 Message: update stable to v1.0.244 22:17:46 ------------------- 22:17:46 experimental info: 22:17:46 ------------------- 22:17:46 Commited By: **** collab-it+edgex@linuxfoundation.org 22:17:46 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:17:46 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:17:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:17:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:17:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:17:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:17:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:17:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 22:17:46 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 22:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 22:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4435 [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4435 [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4435 [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e869783a4c36ad155a525780dc958aeed284c14c [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e869783 [Pipeline] echo 22:17:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:17:47 provisioning config files... 22:17:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8094437866087251739tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:17:48 ---> docker-login.sh 22:17:48 nexus3.edgexfoundry.org:10001 22:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:48 Configure a credential helper to remove this warning. See 22:17:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:48 22:17:48 Login Succeeded 22:17:48 nexus3.edgexfoundry.org:10002 22:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:48 Configure a credential helper to remove this warning. See 22:17:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:48 22:17:48 Login Succeeded 22:17:48 nexus3.edgexfoundry.org:10003 22:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:48 Configure a credential helper to remove this warning. See 22:17:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:48 22:17:48 Login Succeeded 22:17:48 nexus3.edgexfoundry.org:10004 22:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:48 Configure a credential helper to remove this warning. See 22:17:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:48 22:17:48 Login Succeeded 22:17:48 docker.io 22:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:49 Configure a credential helper to remove this warning. See 22:17:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:49 22:17:49 Login Succeeded 22:17:49 ---> docker-login.sh ends [Pipeline] } 22:17:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:17:49 + 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 22:17:49 + + cut -d/dirname -f2 cmd/core-command/Dockerfile 22:17:49 22:17:49 + echo core-command,cmd/core-command/Dockerfile 22:17:49 + dirname cmd/core-common-config-bootstrapper/Dockerfile 22:17:49 + cut -d/ -f2 22:17:49 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 22:17:49 + dirname cmd/core-data/Dockerfile 22:17:49 + cut -d/ -f2 22:17:49 + echo core-data,cmd/core-data/Dockerfile 22:17:49 + dirname cmd/core-metadata/Dockerfile 22:17:49 + cut -d/ -f2 22:17:49 + echo core-metadata,cmd/core-metadata/Dockerfile 22:17:49 + dirname cmd/security-bootstrapper/Dockerfile 22:17:49 + cut -d/ -f2 22:17:49 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:17:49 + dirname cmd/security-proxy-auth/Dockerfile 22:17:49 + cut -d/ -f2 22:17:49 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 22:17:49 + dirname cmd/security-proxy-setup/Dockerfile 22:17:49 + cut -d/ -f2 22:17:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:17:49 + dirname cmd/security-secretstore-setup/Dockerfile 22:17:49 + cut -d/ -f2 22:17:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:17:49 + dirname cmd/security-spiffe-token-provider/Dockerfile 22:17:49 + cut -d/ -f2 22:17:49 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 22:17:49 + dirname cmd/security-spire-agent/Dockerfile 22:17:49 + cut -d/ -f2 22:17:49 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 22:17:49 + dirname cmd/security-spire-config/Dockerfile 22:17:49 + cut -d/ -f2 22:17:49 + echo security-spire-config,cmd/security-spire-config/Dockerfile 22:17:49 + dirname cmd/security-spire-server/Dockerfile 22:17:49 + cut -d/ -f2 22:17:49 + echo security-spire-server,cmd/security-spire-server/Dockerfile 22:17:49 + dirname cmd/support-notifications/Dockerfile 22:17:49 + cut -d/ -f2 22:17:49 + echo support-notifications,cmd/support-notifications/Dockerfile 22:17:49 + dirname cmd/support-scheduler/Dockerfile 22:17:49 + cut -d/ -f2 22:17:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 22:17:49 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 22:17:50 + git rev-list -1 --merges e869783a4c36ad155a525780dc958aeed284c14c~1..e869783a4c36ad155a525780dc958aeed284c14c [Pipeline] echo 22:17:50 -----------> git rev-list -1 --merges e869783a4c36ad155a525780dc958aeed284c14c~1..e869783a4c36ad155a525780dc958aeed284c14c e869783a4c36ad155a525780dc958aeed284c14c [false] [Pipeline] sh 22:17:50 + git log --format=format:%s -1 e869783a4c36ad155a525780dc958aeed284c14c [Pipeline] echo 22:17:50 ========================================================= 22:17:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:17:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 22:17:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:17:51 + grep -v github /etc/ssh/ssh_known_hosts 22:17:51 + [ -e /tmp/ssh_known_hosts ] 22:17:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:17:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:17:51 + sudo tee -a /etc/ssh/ssh_known_hosts 22:17:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:17:51 22:17:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:17:52 0.1.4: Pulling from edgex-devops/py-git-semver 22:17:52 b85a868b505f: Pulling fs layer 22:17:52 e2be974225ed: Pulling fs layer 22:17:52 339a4e72a1f5: Pulling fs layer 22:17:52 988bab9f4d93: Pulling fs layer 22:17:52 1469e6f7b9e6: Pulling fs layer 22:17:52 eaf3925da568: Pulling fs layer 22:17:52 bab4dde63d76: Pulling fs layer 22:17:52 bde34c3a00c8: Pulling fs layer 22:17:52 b352a97aabf1: Pulling fs layer 22:17:52 4872d77fe225: Pulling fs layer 22:17:52 5851b861e8e6: Pulling fs layer 22:17:52 988bab9f4d93: Waiting 22:17:52 bab4dde63d76: Waiting 22:17:52 1469e6f7b9e6: Waiting 22:17:52 eaf3925da568: Waiting 22:17:52 bde34c3a00c8: Waiting 22:17:52 4872d77fe225: Waiting 22:17:52 5851b861e8e6: Waiting 22:17:52 b352a97aabf1: Waiting 22:17:52 e2be974225ed: Verifying Checksum 22:17:52 e2be974225ed: Download complete 22:17:52 988bab9f4d93: Verifying Checksum 22:17:52 988bab9f4d93: Download complete 22:17:52 1469e6f7b9e6: Verifying Checksum 22:17:52 1469e6f7b9e6: Download complete 22:17:52 eaf3925da568: Download complete 22:17:52 339a4e72a1f5: Verifying Checksum 22:17:52 339a4e72a1f5: Download complete 22:17:52 bde34c3a00c8: Download complete 22:17:52 b352a97aabf1: Download complete 22:17:52 4872d77fe225: Verifying Checksum 22:17:52 4872d77fe225: Download complete 22:17:52 5851b861e8e6: Download complete 22:17:52 b85a868b505f: Verifying Checksum 22:17:52 b85a868b505f: Download complete 22:17:52 bab4dde63d76: Verifying Checksum 22:17:52 bab4dde63d76: Download complete 22:17:53 b85a868b505f: Pull complete 22:17:53 e2be974225ed: Pull complete 22:17:54 339a4e72a1f5: Pull complete 22:17:54 988bab9f4d93: Pull complete 22:17:54 1469e6f7b9e6: Pull complete 22:17:54 eaf3925da568: Pull complete 22:17:56 bab4dde63d76: Pull complete 22:17:56 bde34c3a00c8: Pull complete 22:17:56 b352a97aabf1: Pull complete 22:17:56 4872d77fe225: Pull complete 22:17:56 5851b861e8e6: Pull complete 22:17:56 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:17:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:17:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:17:57 prd-ubuntu20.04-docker-8c-8g-9686 does not seem to be running inside a container 22:17:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:17:58 $ docker top 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 -eo pid,comm 22:17:58 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). 22:17:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:17:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:17:58 [ssh-agent] Looking for ssh-agent implementation... 22:17:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:17:58 $ docker exec 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 ssh-agent 22:17:59 SSH_AUTH_SOCK=/tmp/ssh-q4jHovLC0UCA/agent.33 22:17:59 SSH_AGENT_PID=39 22:17:59 Running ssh-add (command line suppressed) 22:17:59 Identity added: /w/workspace/edgex-go/1@tmp/private_key_16758042257213775891.key (/w/workspace/edgex-go/1@tmp/private_key_16758042257213775891.key) 22:17:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:17:59 + git tag --points-at HEAD [Pipeline] } 22:17:59 $ docker exec --env ******** --env ******** 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 ssh-agent -k 22:17:59 unset SSH_AUTH_SOCK; 22:17:59 unset SSH_AGENT_PID; 22:17:59 echo Agent pid 39 killed; 22:17:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:17:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:17:59 [ssh-agent] Looking for ssh-agent implementation... 22:17:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:17:59 $ docker exec 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 ssh-agent 22:17:59 SSH_AUTH_SOCK=/tmp/ssh-hJQSWBldtSuT/agent.72 22:17:59 SSH_AGENT_PID=78 22:17:59 Running ssh-add (command line suppressed) 22:18:00 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3451590651146090761.key (/w/workspace/edgex-go/1@tmp/private_key_3451590651146090761.key) 22:18:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:18:00 + git semver init 22:18:00 2023-03-10 22:18:00,587 [run_init] DEBUG init version:0.0.0 force:False 22:18:00 2023-03-10 22:18:00,588 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 22:18:00 2023-03-10 22:18:00,588 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 22:18:00 2023-03-10 22:18:00,588 [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) 22:18:04 2023-03-10 22:18:04,632 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 22:18:04 2023-03-10 22:18:04,633 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4435 with force:False 22:18:04 2023-03-10 22:18:04,633 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4435 22:18:04 2023-03-10 22:18:04,638 [execute] INFO git cat-file --batch-check 22:18:04 2023-03-10 22:18:04,639 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 22:18:04 2023-03-10 22:18:04,645 [execute] INFO git cat-file --batch 22:18:04 2023-03-10 22:18:04,645 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 22:18:04 2023-03-10 22:18:04,651 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4435 22:18:04 0.0.0 [Pipeline] } 22:18:04 $ docker exec --env ******** --env ******** 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 ssh-agent -k 22:18:04 unset SSH_AUTH_SOCK; 22:18:04 unset SSH_AGENT_PID; 22:18:04 echo Agent pid 78 killed; 22:18:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:18:05 + git semver [Pipeline] } 22:18:05 $ docker stop --time=1 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 22:18:07 $ docker rm -f --volumes 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 [Pipeline] // withDockerContainer [Pipeline] sh 22:18:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:18:07 Stashed 1 file(s) [Pipeline] echo 22:18:07 [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 22:18:08 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 22:18:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:18:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:18:08 ========================================================= 22:18:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 22:18:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 22:18:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:18:08 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 22:18:08 213ec9aee27d: Pulling fs layer 22:18:08 4583459ba037: Pulling fs layer 22:18:08 93c1e223e6f2: Pulling fs layer 22:18:08 53926ce57604: Pulling fs layer 22:18:08 21b2b0c7a3f4: Pulling fs layer 22:18:08 22ff95d597cd: Pulling fs layer 22:18:08 12d6caf4c0d1: Pulling fs layer 22:18:08 96b7cbca73a9: Pulling fs layer 22:18:08 a7acece74701: Pulling fs layer 22:18:08 53926ce57604: Waiting 22:18:08 21b2b0c7a3f4: Waiting 22:18:08 22ff95d597cd: Waiting 22:18:08 12d6caf4c0d1: Waiting 22:18:08 96b7cbca73a9: Waiting 22:18:08 a7acece74701: Waiting 22:18:08 93c1e223e6f2: Verifying Checksum 22:18:08 93c1e223e6f2: Download complete 22:18:08 4583459ba037: Download complete 22:18:08 21b2b0c7a3f4: Verifying Checksum 22:18:08 21b2b0c7a3f4: Download complete 22:18:08 213ec9aee27d: Download complete 22:18:08 22ff95d597cd: Download complete 22:18:08 12d6caf4c0d1: Download complete 22:18:09 213ec9aee27d: Pull complete 22:18:09 4583459ba037: Pull complete 22:18:09 93c1e223e6f2: Pull complete 22:18:09 a7acece74701: Verifying Checksum 22:18:09 a7acece74701: Download complete 22:18:09 96b7cbca73a9: Verifying Checksum 22:18:09 96b7cbca73a9: Download complete 22:18:09 53926ce57604: Verifying Checksum 22:18:09 53926ce57604: Download complete 22:18:14 53926ce57604: Pull complete 22:18:14 21b2b0c7a3f4: Pull complete 22:18:14 22ff95d597cd: Pull complete 22:18:14 12d6caf4c0d1: Pull complete 22:18:16 96b7cbca73a9: Pull complete 22:18:17 a7acece74701: Pull complete 22:18:17 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 22:18:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:18:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 22:18:17 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:18:17 WORKDIR /edgex 22:18:17 COPY go.mod . 22:18:17 RUN go mod download 22:18:17 + docker build -t ci-base-image-x86_64 -f - . 22:18:17 Sending build context to Docker daemon 170.4MB 22:18:17 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:18:17 ---> db6d94c90886 22:18:17 Step 2/4 : WORKDIR /edgex 22:18:20 ---> Running in 609b91dda003 22:18:20 Removing intermediate container 609b91dda003 22:18:20 ---> d9744a9a4d13 22:18:20 Step 3/4 : COPY go.mod . 22:18:20 ---> fa44900e0944 22:18:20 Step 4/4 : RUN go mod download 22:18:20 ---> Running in 71d2f0f622e0 22:18:23 Still waiting to schedule task 22:18:23 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 22:18:30 Removing intermediate container 71d2f0f622e0 22:18:30 ---> 907761b60d33 22:18:30 Successfully built 907761b60d33 22:18:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:31 + docker inspect -f . ci-base-image-x86_64 22:18:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:18:31 prd-ubuntu20.04-docker-8c-8g-9686 does not seem to be running inside a container 22:18:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:18:31 $ docker top 426c7476b3d678d5cf3c2a1bff816bc0fc0ab724d83025ec7282ba324ba7b7b9 -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:32 + go version 22:18:32 go version go1.18.7 linux/amd64 [Pipeline] } 22:18:32 $ docker stop --time=1 426c7476b3d678d5cf3c2a1bff816bc0fc0ab724d83025ec7282ba324ba7b7b9 22:18:33 $ docker rm -f --volumes 426c7476b3d678d5cf3c2a1bff816bc0fc0ab724d83025ec7282ba324ba7b7b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:34 + docker inspect -f . ci-base-image-x86_64 22:18:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:18:34 prd-ubuntu20.04-docker-8c-8g-9686 does not seem to be running inside a container 22:18:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:18:34 $ docker top 30cb1dff51ce2a4236244c3bd7b7f93426f6b0f912e56b64c9df943fbf2f9a5c -eo pid,comm [Pipeline] { [Pipeline] echo 22:18:34 ========================================================= 22:18:34 [edgeXBuildGoParallel] Running Tests and Build... 22:18:34 ========================================================= [Pipeline] sh 22:18:34 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 22:18:35 + make test 22:18:35 go test -race -coverprofile=coverage.out ./... 22:18:41 ? github.com/edgexfoundry/edgex-go [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 22:18:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements 22:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:18:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.128s coverage: 98.5% of statements 22:19:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.153s coverage: 71.2% of statements 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 22:19:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.100s coverage: 54.0% of statements 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:19:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.028s coverage: 88.5% of statements 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 22:19:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 3.9% of statements 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:19:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.476s coverage: 95.6% of statements 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 22:19:01 ok github.com/edgexfoundry/edgex-go/internal/io 0.096s coverage: 72.2% of statements 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:19:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.071s coverage: 65.9% of statements 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:19:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 22:19:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.060s coverage: 29.0% of statements 22:19:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:19:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 45.5% of statements 22:19:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 82.9% of statements 22:19:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements 22:19:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 22:19:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 22:19:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.366s coverage: 79.9% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.090s coverage: 92.9% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.082s coverage: 86.9% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.054s coverage: 20.0% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 81.2% of statements 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.095s coverage: 82.1% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.066s coverage: 84.8% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.227s coverage: 63.1% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.161s coverage: 38.4% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.160s coverage: 92.3% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 61.5% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.096s coverage: 97.7% of statements 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 22:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 22:19:24 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 22:19:42 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 22:19:42 go vet ./... 22:19:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:19:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:19:45 ./bin/test-attribution-txt.sh [Pipeline] echo 22:19:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 22:19:45 + ls -al . 22:19:45 total 704 22:19:45 drwxrwxr-x 11 1001 1001 4096 Mar 10 22:18 . 22:19:45 drwxr-xr-x 4 root root 4096 Mar 10 22:18 .. 22:19:45 drwxrwxr-x 2 1001 1001 4096 Mar 10 22:17 .blubracket 22:19:45 -rw-rw-r-- 1 1001 1001 16 Mar 10 22:17 .dockerignore 22:19:45 drwxrwxr-x 8 1001 1001 4096 Mar 10 22:19 .git 22:19:45 drwxrwxr-x 3 1001 1001 4096 Mar 10 22:17 .github 22:19:45 -rw-rw-r-- 1 1001 1001 1133 Mar 10 22:17 .gitignore 22:19:45 -rw-rw-r-- 1 1001 1001 42 Mar 10 22:17 .golangci.yml 22:19:45 -rw-rw-r-- 1 1001 1001 87 Mar 10 22:17 .hadolint.yml 22:19:45 drwxr-xr-x 3 1001 1001 4096 Mar 10 22:18 .semver 22:19:45 -rw-rw-r-- 1 1001 1001 166 Mar 10 22:17 .sonarcloud.properties 22:19:45 -rw-rw-r-- 1 1001 1001 1171 Mar 10 22:17 ADOPTERS.md 22:19:45 -rw-rw-r-- 1 1001 1001 10825 Mar 10 22:17 Attribution.txt 22:19:45 -rw-rw-r-- 1 1001 1001 73765 Mar 10 22:17 CHANGELOG.md 22:19:45 -rw-rw-r-- 1 1001 1001 3804 Mar 10 22:17 CONTRIBUTING.md 22:19:45 -rw-rw-r-- 1 1001 1001 677 Mar 10 22:17 GOVERNANCE.md 22:19:45 -rw-rw-r-- 1 1001 1001 883 Mar 10 22:17 Jenkinsfile 22:19:45 -rw-rw-r-- 1 1001 1001 10775 Mar 10 22:17 LICENSE 22:19:45 -rw-rw-r-- 1 1001 1001 14232 Mar 10 22:17 Makefile 22:19:45 -rw-rw-r-- 1 1001 1001 582 Mar 10 22:17 OWNERS.md 22:19:45 -rw-rw-r-- 1 1001 1001 9403 Mar 10 22:17 README.md 22:19:45 -rw-rw-r-- 1 1001 1001 789 Mar 10 22:17 SECURITY.md 22:19:45 -rw-rw-r-- 1 1001 1001 5 Mar 10 22:18 VERSION 22:19:45 drwxrwxr-x 2 1001 1001 4096 Mar 10 22:17 bin 22:19:45 drwxrwxr-x 18 1001 1001 4096 Mar 10 22:17 cmd 22:19:45 -rw-r--r-- 1 root root 447487 Mar 10 22:19 coverage.out 22:19:45 -rw-rw-r-- 1 1001 1001 3232 Mar 10 22:17 go.mod 22:19:45 -rw-rw-r-- 1 1001 1001 31098 Mar 10 22:17 go.sum 22:19:45 drwxrwxr-x 7 1001 1001 4096 Mar 10 22:17 internal 22:19:45 drwxrwxr-x 3 1001 1001 4096 Mar 10 22:17 openapi 22:19:45 -rw-rw-r-- 1 1001 1001 594 Mar 10 22:17 security.txt 22:19:45 drwxrwxr-x 4 1001 1001 4096 Mar 10 22:17 snap 22:19:45 -rw-rw-r-- 1 1001 1001 204 Mar 10 22:17 version.go [Pipeline] sh 22:19:46 + '[' -e coverage.out ] 22:19:46 + chown 1001:1001 coverage.out [Pipeline] stash 22:19:46 Stashed 1 file(s) [Pipeline] sh 22:19:46 + make build 22:19:46 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 22:19:53 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9687 in /w/workspace/edgexfoundry_edgex-go_PR-4435 [Pipeline] { [Pipeline] ws 22:19:53 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 22:19:53 The recommended git tool is: git 22:19:58 using credential edgex-jenkins-ssh 22:19:58 Cloning the remote Git repository 22:19:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:19:58 > git init /w/workspace/edgex-go/1 # timeout=10 22:19:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:19:58 > git --version # timeout=10 22:19:59 > git --version # 'git version 2.25.1' 22:19:59 using GIT_SSH to set credentials SSH Credentials for GitHub 22:19:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:20:01 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 22:20:01 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 22:20:01 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 22:20:02 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 22:20:10 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 22:20:11 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 22:20:12 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 22:20:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:20:14 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 22: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/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:20:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:20:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:20:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 22:20:17 Merging remotes/origin/main commit d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 into PR head commit e869783a4c36ad155a525780dc958aeed284c14c [Pipeline] } 22:20:17 $ docker stop --time=1 30cb1dff51ce2a4236244c3bd7b7f93426f6b0f912e56b64c9df943fbf2f9a5c 22:20:17 Merge succeeded, producing e869783a4c36ad155a525780dc958aeed284c14c 22:20:17 Checking out Revision e869783a4c36ad155a525780dc958aeed284c14c (PR-4435) 22:20:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:20:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:20:16 using GIT_SSH to set credentials SSH Credentials for GitHub 22:20:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4435/head:refs/remotes/origin/PR-4435 +refs/heads/main:refs/remotes/origin/main # timeout=10 22:20:17 > git config core.sparsecheckout # timeout=10 22:20:17 > git checkout -f e869783a4c36ad155a525780dc958aeed284c14c # timeout=10 22:20:17 > git remote # timeout=10 22:20:17 > git config --get remote.origin.url # timeout=10 22:20:17 using GIT_SSH to set credentials SSH Credentials for GitHub 22:20:17 > git merge d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 # timeout=10 22:20:17 > git rev-parse HEAD^{commit} # timeout=10 22:20:17 > git config core.sparsecheckout # timeout=10 22:20:17 > git checkout -f e869783a4c36ad155a525780dc958aeed284c14c # timeout=10 22:20:20 $ docker rm -f --volumes 30cb1dff51ce2a4236244c3bd7b7f93426f6b0f912e56b64c9df943fbf2f9a5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:20:21 22:20:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:21 Commit message: "refactor!: Updated secret path to secret name" 22:20:21 > git --version # timeout=10 22:20:21 > git --version # 'git version 2.25.1' 22:20:21 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:20:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:20:21 latest: Pulling from edgex-devops/edgex-compose 22:20:21 cbdbe7a5bc2a: Pulling fs layer 22:20:21 ca9280d653b3: Pulling fs layer 22:20:21 7e9c9ca2126c: Pulling fs layer 22:20:21 cbdbe7a5bc2a: Verifying Checksum 22:20:21 cbdbe7a5bc2a: Download complete 22:20:22 ca9280d653b3: Verifying Checksum 22:20:22 ca9280d653b3: Download complete 22:20:22 cbdbe7a5bc2a: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:20:22 7e9c9ca2126c: Download complete 22:20:22 ca9280d653b3: Pull complete 22:20:22 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:20:22 % Total % Received % Xferd Average Speed Time Time Time Current 22:20:22 Dload Upload Total Spent Left Speed 22:20:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 90432 [Pipeline] sh 22:20:23 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:20:23 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:20:23 + sudo tee /etc/docker/daemon.new 22:20:23 { 22:20:23 "registry-mirrors": [ 22:20:23 "https://nexus3.edgexfoundry.org:10001" 22:20:23 ], 22:20:23 "bip": "10.250.0.254/24", 22:20:23 "hosts": [ 22:20:23 "tcp://0.0.0.0:5555", 22:20:23 "unix:///var/run/docker.sock" 22:20:23 ], 22:20:23 "mtu": 1458, 22:20:23 "selinux-enabled": true, 22:20:23 "seccomp-profile": "/etc/docker/seccomp.json" 22:20:23 } [Pipeline] sh 22:20:24 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:20:24 + sudo service docker restart 22:20:25 7e9c9ca2126c: Pull complete 22:20:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:20:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:20:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:20:26 prd-ubuntu20.04-docker-8c-8g-9686 does not seem to be running inside a container 22:20:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:20:27 $ docker top d19c90a9b10fef97d24ec24b5b15b7a17572f9449df17b71a6f3178885fa7636 -eo pid,comm [Pipeline] { [Pipeline] sh 22:20:28 + docker-compose build --help 22:20:28 + grep parallel 22:20:28 --parallel Build images in parallel. [Pipeline] } 22:20:28 $ docker stop --time=1 d19c90a9b10fef97d24ec24b5b15b7a17572f9449df17b71a6f3178885fa7636 22:20:30 $ docker rm -f --volumes d19c90a9b10fef97d24ec24b5b15b7a17572f9449df17b71a6f3178885fa7636 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:20:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:20:30 prd-ubuntu20.04-docker-8c-8g-9686 does not seem to be running inside a container 22:20:30 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:20:31 $ docker top 4227348cdf7155327e66045dae3b9c469c9613fb737804229a12be18e4290161 -eo pid,comm [Pipeline] { [Pipeline] sh 22:20:31 + docker-compose -f ./docker-compose-build.yml build --parallel 22:20:32 Building core-command ... 22:20:32 Building core-common-config-bootstrapper ... 22:20:32 Building core-data ... 22:20:32 Building core-metadata ... 22:20:32 Building security-bootstrapper ... 22:20:32 Building security-proxy-auth ... 22:20:32 Building security-proxy-setup ... 22:20:32 Building security-secretstore-setup ... 22:20:32 Building security-spiffe-token-provider ... 22:20:32 Building security-spire-agent ... 22:20:32 Building security-spire-config ... 22:20:32 Building security-spire-server ... 22:20:32 Building support-notifications ... 22:20:32 Building support-scheduler ... 22:20:32 Building core-command 22:20:32 Building core-data 22:20:32 Building security-bootstrapper 22:20:32 Building core-metadata 22:20:32 Building security-spiffe-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:20:42 provisioning config files... 22:20:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13537701140390650000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:20:43 ---> docker-login.sh 22:20:43 nexus3.edgexfoundry.org:10001 22:20:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:20:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:20:43 Configure a credential helper to remove this warning. See 22:20:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:20:43 22:20:43 Login Succeeded 22:20:43 nexus3.edgexfoundry.org:10002 22:20:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:20:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:20:43 Configure a credential helper to remove this warning. See 22:20:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:20:43 22:20:44 Login Succeeded 22:20:44 nexus3.edgexfoundry.org:10003 22:20:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:20:44 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:20:44 Step 2/32 : FROM ${BUILDER_BASE} AS builder 22:20:44 ---> 907761b60d33 22:20:44 Step 3/32 : WORKDIR /edgex-go 22:20:44 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:20:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:20:44 ---> 907761b60d33 22:20:44 Step 3/24 : ARG ADD_BUILD_TAGS="" 22:20:44 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:20:44 Step 2/19 : FROM ${BUILDER_BASE} AS builder 22:20:44 ---> 907761b60d33 22:20:44 Step 3/19 : WORKDIR /edgex-go 22:20:44 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:20:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:20:44 ---> 907761b60d33 22:20:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:20:44 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:20:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:20:44 ---> 907761b60d33 22:20:44 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:20:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:20:44 Configure a credential helper to remove this warning. See 22:20:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:20:44 22:20:44 Login Succeeded 22:20:44 nexus3.edgexfoundry.org:10004 22:20:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:20:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:20:44 Configure a credential helper to remove this warning. See 22:20:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:20:44 22:20:44 Login Succeeded 22:20:44 docker.io 22:20:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:20:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:20:45 Configure a credential helper to remove this warning. See 22:20:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:20:45 22:20:45 Login Succeeded 22:20:45 ---> docker-login.sh ends [Pipeline] } 22:20:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 22:20:46 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 22:20:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:20:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:20:46 ========================================================= 22:20:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 22:20:46 ========================================================= [Pipeline] fileExists [Pipeline] sh 22:20:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:20:46 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:20:46 9b18e9b68314: Pulling fs layer 22:20:46 35d82f9e3411: Pulling fs layer 22:20:46 e16973657156: Pulling fs layer 22:20:46 fc693d55d65f: Pulling fs layer 22:20:46 7e9fc2657dce: Pulling fs layer 22:20:46 dda99020689f: Pulling fs layer 22:20:46 db1c61fa0a46: Pulling fs layer 22:20:46 891c053d2c06: Pulling fs layer 22:20:46 fc693d55d65f: Waiting 22:20:46 7e9fc2657dce: Waiting 22:20:46 dda99020689f: Waiting 22:20:46 891c053d2c06: Waiting 22:20:46 db1c61fa0a46: Waiting 22:20:46 e16973657156: Verifying Checksum 22:20:46 e16973657156: Download complete 22:20:46 35d82f9e3411: Download complete 22:20:46 7e9fc2657dce: Verifying Checksum 22:20:46 7e9fc2657dce: Download complete 22:20:46 dda99020689f: Verifying Checksum 22:20:46 dda99020689f: Download complete 22:20:46 9b18e9b68314: Download complete 22:20:47 ---> Running in ad1164972204 22:20:47 ---> Running in 1f8b85123082 22:20:47 ---> Running in b36f93c74abf 22:20:47 ---> Running in 4adce4b44dc4 22:20:47 ---> Running in 32711f6cf6e6 22:20:47 Removing intermediate container ad1164972204 22:20:47 ---> 7f811c260e42 22:20:47 Step 4/24 : WORKDIR /edgex-go 22:20:47 Removing intermediate container b36f93c74abf 22:20:47 ---> aceab42a066c 22:20:47 Step 4/23 : WORKDIR /edgex-go 22:20:47 Removing intermediate container 32711f6cf6e6 22:20:47 ---> af882fe3c1f0 22:20:47 Step 4/22 : WORKDIR /edgex-go 22:20:47 ---> Running in c64207113f45 22:20:47 Removing intermediate container 1f8b85123082 22:20:47 ---> 7cb1f49e4103 22:20:47 Step 4/32 : RUN apk add --update --no-cache make git 22:20:47 Removing intermediate container 4adce4b44dc4 22:20:47 ---> 7410c5be3b18 22:20:47 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 22:20:47 ---> Running in 3241f1e3b8f3 22:20:47 ---> Running in d422fb8ae383 22:20:47 ---> Running in 7cdc6c51b131 22:20:47 ---> Running in e0bf9bf520c4 22:20:47 Removing intermediate container c64207113f45 22:20:47 ---> fd3610657268 22:20:47 Step 5/24 : RUN apk add --update --no-cache make git 22:20:47 ---> Running in cb273556dc48 22:20:47 Removing intermediate container 3241f1e3b8f3 22:20:47 ---> 5b228deef6ca 22:20:47 Step 5/22 : RUN apk add --update --no-cache make git 22:20:47 Removing intermediate container d422fb8ae383 22:20:47 ---> 1a98aa868780 22:20:47 Step 5/23 : RUN apk add --update --no-cache make git 22:20:47 ---> Running in 1871b2503bc3 22:20:47 ---> Running in 59565a140fe3 22:20:47 9b18e9b68314: Pull complete 22:20:47 891c053d2c06: Verifying Checksum 22:20:47 891c053d2c06: Download complete 22:20:48 35d82f9e3411: Pull complete 22:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:20:48 OK: 211 MiB in 51 packages 22:20:48 v3.16.4-52-g6cdb9d7f1d8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 22:20:48 v3.16.4-52-g6cdb9d7f1d8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 22:20:48 OK: 17046 distinct packages available 22:20:48 OK: 211 MiB in 51 packages 22:20:48 OK: 211 MiB in 51 packages 22:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:20:48 OK: 211 MiB in 51 packages 22:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:20:48 db1c61fa0a46: Verifying Checksum 22:20:48 db1c61fa0a46: Download complete 22:20:48 OK: 211 MiB in 51 packages 22:20:49 Removing intermediate container cb273556dc48 22:20:49 ---> 3d4a725bb933 22:20:49 Step 6/24 : COPY go.mod vendor* ./ 22:20:49 Removing intermediate container e0bf9bf520c4 22:20:49 ---> 001fa337909a 22:20:49 Step 5/32 : COPY go.mod vendor* ./ 22:20:49 Removing intermediate container 1871b2503bc3 22:20:49 ---> a283f2bb6f72 22:20:49 Step 6/22 : COPY go.mod vendor* ./ 22:20:49 fc693d55d65f: Verifying Checksum 22:20:49 fc693d55d65f: Download complete 22:20:49 Removing intermediate container 59565a140fe3 22:20:49 ---> 2d6c5e7709de 22:20:49 Step 6/23 : COPY go.mod vendor* ./ 22:20:49 ---> 961a4597545e 22:20:49 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:20:49 Removing intermediate container 7cdc6c51b131 22:20:49 ---> f2497cab9541 22:20:49 Step 5/19 : COPY go.mod vendor* ./ 22:20:49 ---> ca5d459c33b5 22:20:49 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:20:49 ---> Running in 51a1541a718e 22:20:49 ---> 71e62f59df33 22:20:49 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:20:49 ---> Running in 9030cb09962b 22:20:49 ---> Running in b0529b41f60f 22:20:49 ---> 2ec61cda1a8a 22:20:49 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:20:49 ---> 96b99882b00e 22:20:49 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:20:49 ---> Running in 97d5ca169575 22:20:49 ---> Running in 46045fbe0965 22:20:50 e16973657156: Pull complete 22:21:02 fc693d55d65f: Pull complete 22:21:02 7e9fc2657dce: Pull complete 22:21:02 dda99020689f: Pull complete 22:21:07 db1c61fa0a46: Pull complete 22:21:09 891c053d2c06: Pull complete 22:21:09 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 22:21:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:21:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 22:21:09 + docker build -t ci-base-image-arm64 -f - . 22:21:09 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:21:09 WORKDIR /edgex 22:21:09 COPY go.mod . 22:21:09 RUN go mod download 22:21:10 Sending build context to Docker daemon 2.946MB 22:21:10 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:21:10 ---> f96f9c87975a 22:21:10 Step 2/4 : WORKDIR /edgex 22:21:12 ---> Running in 79829bdbb70b 22:21:12 Removing intermediate container 79829bdbb70b 22:21:12 ---> 3ceeedb92ab3 22:21:12 Step 3/4 : COPY go.mod . 22:21:12 ---> 6e3f4071f285 22:21:12 Step 4/4 : RUN go mod download 22:21:12 ---> Running in d4ca2e052ba5 22:21:36 Removing intermediate container 97d5ca169575 22:21:36 ---> 17f05af653ba 22:21:36 Step 8/23 : COPY . . 22:21:36 Removing intermediate container 9030cb09962b 22:21:36 ---> 0506410ad2ec 22:21:36 Step 7/32 : COPY . . 22:21:36 Removing intermediate container 51a1541a718e 22:21:36 ---> 7cd129d3ce68 22:21:36 Step 8/24 : COPY . . 22:21:36 Removing intermediate container b0529b41f60f 22:21:36 ---> 017cec81bab7 22:21:36 Step 8/22 : COPY . . 22:21:36 Removing intermediate container 46045fbe0965 22:21:36 ---> 9bea93f65a0a 22:21:36 Step 7/19 : COPY . . 22:21:45 Removing intermediate container d4ca2e052ba5 22:21:45 ---> e134e1b8a3e4 22:21:45 Successfully built e134e1b8a3e4 22:21:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:45 + docker inspect -f . ci-base-image-arm64 22:21:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:21:45 prd-ubuntu20.04-docker-arm64-4c-16g-9687 does not seem to be running inside a container 22:21:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:21:46 ---> 4d4940d51654 22:21:46 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:21:46 ---> 48c392b7e9f6 22:21:46 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 22:21:46 ---> b8c403891ce8 22:21:46 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 22:21:46 ---> ee9f9d62f15d 22:21:46 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 22:21:46 ---> Running in 25897ee70b38 22:21:46 ---> bba9719aaeb7 22:21:46 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 22:21:46 ---> Running in 3c9352fffcff 22:21:46 ---> Running in 2209c953a2e1 22:21:46 ---> Running in 1911032ce65b 22:21:46 ---> Running in 8c25c666be55 22:21: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 22:21: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 22:21: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 22:21:46 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 22:21:46 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 22:21:46 $ docker top 76f55a4c4f1646469d27caeb95ad1ba0d404d40d4e336fcab0c0920948576caf -eo pid,comm [Pipeline] { [Pipeline] sh 22:21:47 + go version 22:21:47 go version go1.18.7 linux/arm64 [Pipeline] } 22:21:47 $ docker stop --time=1 76f55a4c4f1646469d27caeb95ad1ba0d404d40d4e336fcab0c0920948576caf 22:21:49 $ docker rm -f --volumes 76f55a4c4f1646469d27caeb95ad1ba0d404d40d4e336fcab0c0920948576caf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:50 + docker inspect -f . ci-base-image-arm64 22:21:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:21:50 prd-ubuntu20.04-docker-arm64-4c-16g-9687 does not seem to be running inside a container 22:21:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:21:51 $ docker top 23f3ff121d45e632ba45318aeb21248ccfa4a5b696112ae833f936f6306d0e36 -eo pid,comm [Pipeline] { [Pipeline] echo 22:21:52 ========================================================= 22:21:52 [edgeXBuildGoParallel] Running Tests and Build... 22:21:52 ========================================================= [Pipeline] sh 22:21:52 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 22:21:53 + make test 22:21:53 go test -race -coverprofile=coverage.out ./... 22:22:25 Removing intermediate container 25897ee70b38 22:22:25 ---> 75ab9987ab6b 22:22:25 22:22:25 Step 9/32 : FROM alpine:3.16 22:22:25 3.16: Pulling from library/alpine 22:22:25 Removing intermediate container 3c9352fffcff 22:22:25 ---> 7ab4e768aeb7 22:22:25 22:22:25 Step 10/24 : FROM alpine:3.16 22:22:25 Removing intermediate container 1911032ce65b 22:22:25 ---> aac0b378c2a2 22:22:25 22:22:25 Step 10/23 : FROM alpine:3.16 22:22:25 Removing intermediate container 2209c953a2e1 22:22:25 ---> dc24fce34741 22:22:25 22:22:25 Step 10/22 : FROM alpine:3.16 22:22:25 3.16: Pulling from library/alpine 22:22:25 3.16: Pulling from library/alpine 22:22:25 3.16: Pulling from library/alpine 22:22:25 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 22:22:25 Status: Downloaded newer image for alpine:3.16 22:22:25 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 22:22:25 Status: Image is up to date for alpine:3.16 22:22:25 ---> dfd21b5a31f5 22:22:25 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:22:25 ---> dfd21b5a31f5 22:22:25 Step 11/24 : RUN apk add --update --no-cache dumb-init 22:22:25 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 22:22:25 Status: Image is up to date for alpine:3.16 22:22:25 ? github.com/edgexfoundry/edgex-go [no test files] 22:22:25 ---> dfd21b5a31f5 22:22:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:22:25 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 22:22:25 Status: Image is up to date for alpine:3.16 22:22:25 ---> dfd21b5a31f5 22:22:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:22:25 ---> Running in 519b9d0db636 22:22:25 ---> Running in 24201add1a0f 22:22:25 ---> Running in df39231f2044 22:22:25 ---> Running in c4c885189dbc 22:22:26 Removing intermediate container 519b9d0db636 22:22:26 ---> 2d362e6676f6 22:22:26 Step 12/22 : ENV APP_PORT=59880 22:22:26 Removing intermediate container df39231f2044 22:22:26 ---> ea75ac18d1d4 22:22:26 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 22:22:26 ---> Running in 289d1737ccdb 22:22:26 ---> Running in 1460153cc716 22:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:22:26 Removing intermediate container 289d1737ccdb 22:22:26 ---> 12ebe9a6e699 22:22:26 Step 13/22 : EXPOSE $APP_PORT 22:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:22:26 ---> Running in cfe1d7f8623f 22:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:22:26 Removing intermediate container cfe1d7f8623f 22:22:26 ---> fdfc12b708e0 22:22:26 Step 14/22 : RUN apk add --update --no-cache dumb-init 22:22:26 (1/1) Installing dumb-init (1.2.5-r1) 22:22:26 Executing busybox-1.35.0-r17.trigger 22:22:26 OK: 6 MiB in 15 packages 22:22:26 (1/1) Installing dumb-init (1.2.5-r1) 22:22:26 Executing busybox-1.35.0-r17.trigger 22:22:26 OK: 6 MiB in 15 packages 22:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:22:26 ---> Running in 927b93b42ffa 22:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:22:27 (1/2) Installing dumb-init (1.2.5-r1) 22:22:27 (2/2) Installing su-exec (0.2-r1) 22:22:27 Executing busybox-1.35.0-r17.trigger 22:22:27 OK: 6 MiB in 16 packages 22:22:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:22:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:22:27 Removing intermediate container c4c885189dbc 22:22:27 ---> 373f26ae616a 22:22:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:22:27 (1/1) Installing dumb-init (1.2.5-r1) 22:22:27 Executing busybox-1.35.0-r17.trigger 22:22:27 Removing intermediate container 24201add1a0f 22:22:27 ---> d6c2697666b7 22:22:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:22:27 OK: 6 MiB in 15 packages 22:22:27 ---> Running in fec4713523c9 22:22:27 ---> Running in 5cf3f3b402ee 22:22:27 Removing intermediate container 1460153cc716 22:22:27 ---> 2a4217081855 22:22:27 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 22:22:27 Removing intermediate container 8c25c666be55 22:22:27 ---> 90cd89a01035 22:22:27 22:22:27 Step 9/19 : FROM alpine:3.15 22:22:27 ---> Running in c0dca3a377db 22:22:27 Removing intermediate container fec4713523c9 22:22:27 ---> a11b289dd083 22:22:27 Step 13/23 : ENV APP_PORT=59882 22:22:27 3.15: Pulling from library/alpine 22:22:27 Removing intermediate container 5cf3f3b402ee 22:22:27 ---> 8aafd46e9405 22:22:27 Step 13/24 : ENV APP_PORT=59881 22:22:28 ---> Running in 37e5d11cfe17 22:22:28 ---> Running in 5edffbdd8f96 22:22:28 Removing intermediate container c0dca3a377db 22:22:28 ---> 8cdc2ee45e4f 22:22:28 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 22:22:28 ---> Running in 6bd9f3eb6d41 22:22:28 Removing intermediate container 5edffbdd8f96 22:22:28 ---> a05dd52b6a86 22:22:28 Step 14/24 : EXPOSE $APP_PORT 22:22:28 Removing intermediate container 37e5d11cfe17 22:22:28 ---> 2f7073348487 22:22:28 Step 14/23 : EXPOSE $APP_PORT 22:22:28 Removing intermediate container 927b93b42ffa 22:22:28 ---> d81feebff243 22:22:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:22:28 ---> Running in 622af260bd36 22:22:28 ---> Running in 34c5bfb76005 22:22:28 Removing intermediate container 6bd9f3eb6d41 22:22:28 ---> c212d7f45141 22:22:28 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 22:22:28 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 22:22:28 Status: Downloaded newer image for alpine:3.15 22:22:28 ---> 5ce65d7b0fde 22:22:28 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:22:28 ---> Running in 1d247090ab16 22:22:28 Removing intermediate container 622af260bd36 22:22:28 ---> ef855b172e43 22:22:28 Step 15/24 : WORKDIR / 22:22:28 ---> Running in e9658ec7f48b 22:22:28 Removing intermediate container 34c5bfb76005 22:22:28 ---> 9110b3fc2b5c 22:22:28 Step 15/23 : WORKDIR / 22:22:28 ---> 98e075d9044e 22:22:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:22:28 ---> Running in 616b4fc819e6 22:22:28 ---> Running in a6e42a3c391f 22:22:28 Removing intermediate container 1d247090ab16 22:22:28 ---> d5057dffa0fa 22:22:28 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 22:22:28 ---> Running in 86b2b4c367d0 22:22:28 Removing intermediate container e9658ec7f48b 22:22:28 ---> 932b0ec12057 22:22:28 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 22:22:28 Removing intermediate container 616b4fc819e6 22:22:28 ---> 45d4b86f709e 22:22:28 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:22:29 ---> Running in 0e1639a6a146 22:22:29 Removing intermediate container 86b2b4c367d0 22:22:29 Removing intermediate container a6e42a3c391f 22:22:29 ---> 4bd6cad58033 22:22:29 ---> 0a32fe2094a8 22:22:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:22:29 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 22:22:29 ---> afa06b474c2f 22:22:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:22:29 ---> Running in c4951fb24805 22:22:29 ---> f0e32a81e0c0 22:22:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:22:29 ---> e71fe2e44f45 22:22:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:22:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 22:22:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 22:22:29 ---> 17b98e1dc450 22:22:29 Step 18/22 : ENTRYPOINT ["/core-data"] 22:22:29 v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 22:22:29 v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 22:22:29 OK: 15859 distinct packages available 22:22:29 ---> d3ebce6a7ac6 22:22:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:22:29 ---> Running in 47cc9291fcc5 22:22:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 22:22:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 22:22:30 ---> ff7219325a86 22:22:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:22:30 (1/9) Installing ca-certificates (20220614-r0) 22:22:30 (2/9) Installing brotli-libs (1.0.9-r5) 22:22:30 (3/9) Installing nghttp2-libs (1.46.0-r0) 22:22:30 (4/9) Installing libcurl (7.80.0-r6) 22:22:30 (5/9) Installing curl (7.80.0-r6) 22:22:30 (6/9) Installing dumb-init (1.2.5-r1) 22:22:30 (7/9) Installing musl-obstack (1.2.3-r0) 22:22:30 (8/9) Installing libucontext (1.1-r0) 22:22:30 (9/9) Installing gcompat (1.0.0-r4) 22:22:30 Executing busybox-1.34.1-r7.trigger 22:22:30 Executing ca-certificates-20220614-r0.trigger 22:22:30 OK: 8 MiB in 23 packages 22:22:30 Removing intermediate container 47cc9291fcc5 22:22:30 ---> 1d0308283a59 22:22:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:22:30 ---> 65f0bc68e0b6 22:22:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 22:22:30 ---> Running in 9bd632a876fa 22:22:30 ---> a9ebdc9827cc 22:22:30 Step 19/23 : ENTRYPOINT ["/core-command"] 22:22:30 Removing intermediate container c4951fb24805 22:22:30 ---> ae11339d0f3e 22:22:30 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 22:22:30 ---> 2cc9dc79bbdc 22:22:30 Step 20/24 : ENTRYPOINT ["/core-metadata"] 22:22:30 ---> Running in 3567045b85d0 22:22:30 ---> Running in 32ca0aff3d39 22:22:30 Removing intermediate container 9bd632a876fa 22:22:30 ---> eedd2d931e9e 22:22:30 Step 20/22 : LABEL arch=x86_64 22:22:30 ---> Running in 2b91eb0068d4 22:22:30 ---> Running in f1bf145c6cb8 22:22:31 Removing intermediate container 3567045b85d0 22:22:31 ---> c48aca944471 22:22:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:22:31 Removing intermediate container 2b91eb0068d4 22:22:31 Removing intermediate container 32ca0aff3d39 22:22:31 ---> 342d9cc442ee 22:22:31 ---> 9bf787296458 22:22:31 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"]Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 22:22:31 22:22:31 Removing intermediate container f1bf145c6cb8 22:22:31 ---> 1378be858773 22:22:31 Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:22:31 ---> Running in 6f7dfe50637f 22:22:31 ---> Running in 9618cdc588a4 22:22:31 Removing intermediate container 0e1639a6a146 22:22:31 ---> f31fc0ad1069 22:22:31 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 22:22:31 ---> Running in a070a9c011b8 22:22:31 Removing intermediate container 6f7dfe50637f 22:22:31 ---> 793617562a64 22:22:31 Step 22/24 : LABEL arch=x86_64 22:22:31 Removing intermediate container 9618cdc588a4 22:22:31 ---> 7467baf4fcee 22:22:31 Step 21/23 : LABEL arch=x86_64 22:22:31 ---> Running in 898fceb1f341 22:22:31 ---> 5c38291d82d1 22:22:31 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 22:22:31 ---> Running in 3c5e28b83151 22:22:31 Removing intermediate container a070a9c011b8 22:22:31 ---> 7a24cea1b66b 22:22:31 Step 22/22 : LABEL version=0.0.0 22:22:31 ---> Running in 7addeda46c03 22:22:31 ---> 09460a725279 22:22:31 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 22:22:31 ---> Running in 90d96f1a724c 22:22:31 Removing intermediate container 898fceb1f341 22:22:31 ---> c6a284c9ac4a 22:22:31 Step 23/24 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:22:31 Removing intermediate container 3c5e28b83151 22:22:31 ---> eac71f9aa23d 22:22:31 Step 22/23 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:22:31 ---> Running in 2854d53fa6f8 22:22:31 ---> Running in 42244a519c13 22:22:31 Removing intermediate container 90d96f1a724c 22:22:31 ---> 8e0566259577 22:22:31 22:22:31 Successfully built 8e0566259577 22:22:31 Successfully tagged core-data:latest 22:22:31 Building support-scheduler 22:22:31  Building core-data ... done Removing intermediate container 2854d53fa6f8 22:22:31 ---> 80ceee43b617 22:22:31 Step 24/24 : LABEL version=0.0.0 22:22:31 Removing intermediate container 42244a519c13 22:22:31 ---> c9dd7efe27cc 22:22:31 Step 23/23 : LABEL version=0.0.0 22:22:31 ---> Running in c4e048662a0a 22:22:31 ---> 258bfc3c49ce 22:22:31 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 22:22:31 ---> Running in 39ca1d3c963b 22:22:33 Removing intermediate container c4e048662a0a 22:22:33 ---> f76a1c45456d 22:22:33 22:22:33 Successfully built f76a1c45456d 22:22:33 Successfully tagged core-metadata:latest 22:22:33  Building core-metadata ... done Building support-notifications 22:22:33 Removing intermediate container 39ca1d3c963b 22:22:33 ---> fef1f55adb91 22:22:33 22:22:33 ---> 2b98398fffcb 22:22:33 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 22:22:33 Successfully built fef1f55adb91 22:22:33 Successfully tagged core-command:latest 22:22:33 Building security-spire-config 22:22:33  Building core-command ... done Removing intermediate container 7addeda46c03 22:22:33 ---> 81e72d5decde 22:22:33 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 22:22:33 ---> Running in 0910c829fada 22:22:35 Removing intermediate container 0910c829fada 22:22:35 ---> a8ebce83afa4 22:22:35 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:22:36 ---> e0cac2bb9d7c 22:22:36 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:22:36 ---> Running in 7af65cd9465f 22:22:37 Removing intermediate container 7af65cd9465f 22:22:37 ---> 302eacd3320a 22:22:37 Step 17/19 : LABEL arch=x86_64 22:22:37 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:22:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:22:37 ---> 907761b60d33 22:22:37 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:22:37 ---> Using cache 22:22:37 ---> af882fe3c1f0 22:22:37 Step 4/22 : WORKDIR /edgex-go 22:22:37 ---> Using cache 22:22:37 ---> 5b228deef6ca 22:22:37 Step 5/22 : RUN apk add --update --no-cache make git 22:22:37 ---> Using cache 22:22:37 ---> a283f2bb6f72 22:22:37 Step 6/22 : COPY go.mod vendor* ./ 22:22:37 ---> Using cache 22:22:37 ---> 71e62f59df33 22:22:37 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:22:37 ---> Using cache 22:22:37 ---> 017cec81bab7 22:22:37 Step 8/22 : COPY . . 22:22:37 ---> Using cache 22:22:37 ---> ee9f9d62f15d 22:22:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:22:37 ---> f4aefe2e6966 22:22:37 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:22:37 ---> Running in f8a56602b1e4 22:22:37 ---> Running in 4c82ba9c8329 22:22:37 ---> 0bbfa0beb2b9 22:22:37 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:22:37 Removing intermediate container f8a56602b1e4 22:22:37 ---> 511fc20190b7 22:22:37 Step 18/19 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:22:37 ---> c608c3a8fc8b 22:22:37 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 22:22:37 ---> Running in 7f2ef973ce8c 22:22: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 22:22:38 Removing intermediate container 7f2ef973ce8c 22:22:38 ---> f2dbbecafac7 22:22:38 Step 19/19 : LABEL version=0.0.0 22:22:38 ---> 44f589bdac49 22:22:38 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 22:22:38 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:22:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:22:38 ---> 907761b60d33 22:22:38 Step 3/24 : WORKDIR /edgex-go 22:22:38 ---> Using cache 22:22:38 ---> 7cb1f49e4103 22:22:38 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 22:22:38 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:22:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:22:38 ---> 907761b60d33 22:22:38 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:22:38 ---> Using cache 22:22:38 ---> af882fe3c1f0 22:22:38 Step 4/22 : WORKDIR /edgex-go 22:22:38 ---> Using cache 22:22:38 ---> 5b228deef6ca 22:22:38 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:22:38 ---> Running in 67648c23b642 22:22:38 ---> Running in 0ca02f3c1ed2 22:22:38 ---> Running in b5d4ba59d960 22:22:39 Removing intermediate container 67648c23b642 22:22:39 ---> 87aca0cb5fe7 22:22:39 22:22:39 ---> aa43fe54af24 22:22:39 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:22:39 Successfully built 87aca0cb5fe7 22:22:39 Successfully tagged security-spiffe-token-provider:latest 22:22:39 Building security-secretstore-setup 22:22:40  Building security-spiffe-token-provider ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:22:40 ---> d1ce02872a41 22:22:40 Step 27/32 : RUN chmod +x /entrypoint.sh 22:22:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:22:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:22:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:22:40 OK: 211 MiB in 51 packages 22:22:40 OK: 211 MiB in 51 packages 22:22:40 ---> Running in 529abfb1e672 22:22:41 Removing intermediate container b5d4ba59d960 22:22:41 ---> faa9c7a3a92a 22:22:41 Step 5/24 : COPY go.mod vendor* ./ 22:22:41 Removing intermediate container 0ca02f3c1ed2 22:22:41 ---> 3a4eea9149f4 22:22:41 Step 6/22 : COPY go.mod vendor* ./ 22:22:41 ---> b5f83a03ce1f 22:22:41 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:22:42 ---> 97d9d0473826 22:22:42 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:22:42 ---> Running in 56d7fcef3ec4 22:22:42 ---> Running in e5c0c77b76c0 22:22:42 Removing intermediate container 529abfb1e672 22:22:42 ---> ff666d9ec5ba 22:22:42 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 22:22:42 ---> Running in b15db9adec10 22:22:42 Removing intermediate container b15db9adec10 22:22:42 ---> 3e483f37a71d 22:22:42 Step 29/32 : CMD ["gate"] 22:22:42 ---> Running in 3d9d1ace48d5 22:22:43 Removing intermediate container 3d9d1ace48d5 22:22:43 ---> 1185c1c88b45 22:22:43 Step 30/32 : LABEL arch=x86_64 22:22:43 ---> Running in abefcc293d16 22:22:43 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:22:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:22:43 ---> 907761b60d33 22:22:43 Step 3/23 : WORKDIR /edgex-go 22:22:43 ---> Using cache 22:22:43 ---> 7cb1f49e4103 22:22:43 Step 4/23 : RUN apk add --update --no-cache make git 22:22:43 ---> Using cache 22:22:43 ---> 001fa337909a 22:22:43 Step 5/23 : COPY go.mod vendor* ./ 22:22:43 ---> Using cache 22:22:43 ---> ca5d459c33b5 22:22:43 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:22:43 ---> Using cache 22:22:43 ---> 0506410ad2ec 22:22:43 Step 7/23 : COPY . . 22:22:43 ---> Using cache 22:22:43 ---> 4d4940d51654 22:22:43 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:22:43 Removing intermediate container abefcc293d16 22:22:43 ---> fd99248dd2d3 22:22:43 Step 31/32 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:22:43 ---> Running in 0476c446edb4 22:22:43 ---> Running in e209863f8385 22:22:43 Removing intermediate container e209863f8385 22:22:43 ---> 4b6c637aee5e 22:22:43 Step 32/32 : LABEL version=0.0.0 22:22:43 ---> Running in 3c0c2ee19aee 22:22:43 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 22:22:44 Removing intermediate container 3c0c2ee19aee 22:22:44 ---> f7dcfeaf119b 22:22:44 22:22:44 Successfully built f7dcfeaf119b 22:22:44 Successfully tagged security-bootstrapper:latest 22:22:44 Building security-spire-server 22:22:46  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:22:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:22:46 ---> 907761b60d33 22:22:46 Step 3/23 : WORKDIR /edgex-go 22:22:46 ---> Using cache 22:22:46 ---> 7cb1f49e4103 22:22:46 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 22:22:46 ---> Using cache 22:22:46 ---> faa9c7a3a92a 22:22:46 Step 5/23 : COPY go.mod vendor* ./ 22:22:46 ---> Using cache 22:22:46 ---> b5f83a03ce1f 22:22:46 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:22:47 ---> Running in d29a76286a20 22:23:05 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 22:23:10 Removing intermediate container 4c82ba9c8329 22:23:10 ---> cc10b09d884e 22:23:10 22:23:10 Step 10/22 : FROM alpine:3.16 22:23:10 ---> dfd21b5a31f5 22:23:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:23:10 ---> Using cache 22:23:10 ---> d6c2697666b7 22:23:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:23:10 ---> Using cache 22:23:10 ---> 8aafd46e9405 22:23:10 Step 13/22 : ENV APP_PORT=59861 22:23:11 ---> Running in 77bc5b133c81 22:23:11 Removing intermediate container 0476c446edb4 22:23:11 ---> 082d0b9c99d4 22:23:11 22:23:11 Step 9/23 : FROM alpine:3.16 22:23:11 ---> dfd21b5a31f5 22:23:11 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 22:23:11 Removing intermediate container 77bc5b133c81 22:23:11 ---> 593e1c7eeec8 22:23:11 Step 14/22 : EXPOSE $APP_PORT 22:23:11 ---> Running in c9477b2b6117 22:23:11 ---> Running in 9f35051ee192 22:23:11 Removing intermediate container 9f35051ee192 22:23:11 ---> 2cd892c25c22 22:23:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:23:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:23:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:23:11 Removing intermediate container d29a76286a20 22:23:11 ---> cd43a5ed11ed 22:23:11 Step 7/23 : COPY . . 22:23:11 Removing intermediate container 56d7fcef3ec4 22:23:11 ---> 354f2d30cdf8 22:23:11 ---> cdfe7f952bde 22:23:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Step 7/24 : COPY . . 22:23:11 22:23:11 Removing intermediate container e5c0c77b76c0 22:23:11 ---> c03a23ba9834 22:23:11 Step 8/22 : COPY . . 22:23:11 (1/3) Installing ca-certificates (20220614-r0) 22:23:11 (2/3) Installing dumb-init (1.2.5-r1) 22:23:11 (3/3) Installing su-exec (0.2-r1) 22:23:12 Executing busybox-1.35.0-r17.trigger 22:23:12 Executing ca-certificates-20220614-r0.trigger 22:23:12 OK: 6 MiB in 17 packages 22:23:17 ---> c3fb602607a6 22:23:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:23:17 ---> 2ed5f79b38a3 22:23:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:23:17 ---> fc57be410767 22:23:17 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 22:23:17 ---> 93fdbe32aa4d 22:23:17 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 22:23:17 ---> Running in f57346349876 22:23:17 ---> 4c36bb3af5c0 22:23:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:23:17 ---> Running in 9639bd4a4bbe 22:23:17 ---> Running in cb1663b11c8a 22:23:17 ---> Running in a2c1742a9273 22:23:17 Removing intermediate container c9477b2b6117 22:23:17 ---> 1de480a62188 22:23:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:23:17 ---> Running in 7cf3e70b2bd2 22:23:17 Removing intermediate container 9639bd4a4bbe 22:23:17 ---> b4b85bb757a1 22:23:17 Step 9/23 : WORKDIR /edgex-go/spire-build 22:23:17 Removing intermediate container cb1663b11c8a 22:23:17 ---> 7c4beedf558b 22:23:17 Step 9/24 : WORKDIR /edgex-go/spire-build 22:23:17 Removing intermediate container a2c1742a9273 22:23:17 ---> 44e88fc67840 22:23:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:23:17 ---> Running in 8a3bed9e1a87 22:23:17 ---> Running in 1967030c9ff5 22:23:17 Removing intermediate container 7cf3e70b2bd2 22:23:17 ---> 9ce6620f2276 22:23:17 Step 12/23 : WORKDIR / 22:23:17 ---> Running in 063b252957cc 22:23:18 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 22:23:18 ---> Running in 4e7197422262 22:23:18 Removing intermediate container 8a3bed9e1a87 22:23:18 ---> 3516ba284b8e 22:23:18 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 22:23:18 Removing intermediate container 1967030c9ff5 22:23:18 ---> 9944b1e432d5 22:23:18 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 22:23:18 ---> Running in 9d99d9526e27 22:23:18 Removing intermediate container 063b252957cc 22:23:18 ---> 399ddc1dd69f 22:23:18 Step 20/22 : LABEL arch=x86_64 22:23:18 ---> Running in 721fc91ea113 22:23:18 Removing intermediate container 4e7197422262 22:23:18 ---> 8e30cd04fb7f 22:23:18 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:23:18 ---> Running in 3edb7cc1eb06 22:23:18 Removing intermediate container 3edb7cc1eb06 22:23:18 ---> 01070f835d48 22:23:18 Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:23:18 ---> Running in 0175062991fb 22:23:18 ---> d411ee32ad91 22:23:18 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:23:18 Removing intermediate container 0175062991fb 22:23:18 ---> 6ca921a9a4d2 22:23:18 Step 22/22 : LABEL version=0.0.0 22:23:18 ---> Running in d5bbae348fc1 22:23:18 ---> 46b3da2f858c 22:23:18 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:23:18 Removing intermediate container d5bbae348fc1 22:23:18 ---> ec17e765b783 22:23:18 22:23:19 ---> 9e91c63c0232 22:23:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:23:19 Removing intermediate container 9d99d9526e27 22:23:19 ---> 706b57e6bab6 22:23:19 Step 11/23 : WORKDIR /edgex-go 22:23:19 Successfully built ec17e765b783 22:23:19 Successfully tagged support-scheduler:latest 22:23:19 Building security-proxy-setup 22:23:19  Building support-scheduler ... done  ---> Running in 53111a97ec32 22:23:19 Removing intermediate container 721fc91ea113 22:23:19 ---> 4df5152ba17c 22:23:19 Step 11/24 : WORKDIR /edgex-go 22:23:20 Removing intermediate container 53111a97ec32 22:23:20 ---> b75a6309cdc8 22:23:20 22:23:20 Step 12/23 : FROM alpine:3.15 22:23:20 ---> 5ce65d7b0fde 22:23:20 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:23:20 ---> Using cache 22:23:20 ---> 932b0ec12057 22:23:20 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 22:23:20 ---> Running in 0dc7ac6533bf 22:23:20 ---> 1d0d4fb32e66 22:23:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:23:20 ---> Running in 248570fa257e 22:23:20 Removing intermediate container 0dc7ac6533bf 22:23:20 ---> 258d4ffe422f 22:23:20 22:23:20 Step 12/24 : FROM alpine:3.15 22:23:20 ---> 5ce65d7b0fde 22:23:20 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:23:20 ---> Using cache 22:23:20 ---> 932b0ec12057 22:23:20 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 22:23:20 ---> Running in 0410a0e37b1b 22:23:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 22:23:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 22:23:21 v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 22:23:21 v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 22:23:21 OK: 15859 distinct packages available 22:23:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 22:23:21 ---> b8dfe6d3443b 22:23:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:23:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 22:23:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 22:23:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 22:23:21 (1/5) Installing dumb-init (1.2.5-r1) 22:23:21 v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 22:23:21 v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 22:23:21 OK: 15859 distinct packages available 22:23:21 (2/5) Installing musl-obstack (1.2.3-r0) 22:23:21 (3/5) Installing libucontext (1.1-r0) 22:23:21 (4/5) Installing gcompat (1.0.0-r4) 22:23:21 (5/5) Installing openssl (1.1.1t-r1) 22:23:21 Executing busybox-1.34.1-r7.trigger 22:23:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 22:23:21 OK: 7 MiB in 19 packages 22:23:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 22:23:21 ---> 9a728b9e025d 22:23:21 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:23:21 ---> Running in 4a8d65141d11 22:23:22 (1/4) Installing dumb-init (1.2.5-r1) 22:23:22 (2/4) Installing musl-obstack (1.2.3-r0) 22:23:22 (3/4) Installing libucontext (1.1-r0) 22:23:22 (4/4) Installing gcompat (1.0.0-r4) 22:23:22 Executing busybox-1.34.1-r7.trigger 22:23:22 OK: 6 MiB in 18 packages 22:23:22 Removing intermediate container 248570fa257e 22:23:22 ---> e6593fc567e4 22:23:22 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:23:23 Removing intermediate container 0410a0e37b1b 22:23:23 ---> 93e56c018005 22:23:23 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:23:23 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:23:23 Step 2/20 : FROM ${BUILDER_BASE} AS builder 22:23:23 ---> 907761b60d33 22:23:23 Step 3/20 : WORKDIR /edgex-go 22:23:23 ---> Using cache 22:23:23 ---> 7cb1f49e4103 22:23:23 Step 4/20 : RUN apk add --update --no-cache make git 22:23:23 ---> Using cache 22:23:23 ---> 001fa337909a 22:23:23 Step 5/20 : COPY go.mod vendor* ./ 22:23:23 ---> Using cache 22:23:23 ---> ca5d459c33b5 22:23:23 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:23:23 ---> Using cache 22:23:23 ---> 0506410ad2ec 22:23:23 Step 7/20 : COPY . . 22:23:23 ---> Using cache 22:23:23 ---> 4d4940d51654 22:23:23 Step 8/20 : RUN make cmd/secrets-config/secrets-config 22:23:24 Removing intermediate container 4a8d65141d11 22:23:24 ---> 3bbb2f327e22 22:23:24 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 22:23:24 ---> Running in 8dd5773bb2ae 22:23:24 ---> Running in 5b5822b130fc 22:23:24 ---> bfc12da8e458 22:23:24 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 22:23:24 Removing intermediate container 5b5822b130fc 22:23:24 ---> 2dbbb0bcba83 22:23:24 Step 21/23 : LABEL arch=x86_64 22:23:24 ---> Running in c51388aeb778 22:23:25 ---> 600ca6f1802f 22:23:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 22:23:25 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 22:23:25 ---> e1bc0b9cc680 22:23:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 22:23:25 Removing intermediate container c51388aeb778 22:23:25 ---> ff9c7c65f499 22:23:25 Step 22/23 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:23:25 ---> Running in ab137c31bcde 22:23:25 ---> eea9a9065724 22:23:25 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 22:23:25 ---> Running in 35373a4e880c 22:23:25 ---> e78ba269067c 22:23:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 22:23:25 Removing intermediate container ab137c31bcde 22:23:25 ---> 869c4e3bcdd1 22:23:25 Step 23/23 : LABEL version=0.0.0 22:23:25 ---> Running in 42f82479883e 22:23:25 Removing intermediate container 35373a4e880c 22:23:25 ---> 2a95629a2cb9 22:23:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 22:23:26 ---> 1a6aaaa6b85b 22:23:26 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:23:26 ---> Running in 7b2ede9fe4ac 22:23:26 Removing intermediate container 42f82479883e 22:23:26 ---> 5c02ec775a02 22:23:26 22:23:26 ---> d55d4137c61a 22:23:26 Step 19/24 : WORKDIR / 22:23:26 Successfully built 5c02ec775a02 22:23:26 Successfully tagged security-secretstore-setup:latest 22:23:26 Building core-common-config-bootstrapper 22:23:26  Building security-secretstore-setup ... done  ---> Running in fb7ba3b9242e 22:23:26 Removing intermediate container 7b2ede9fe4ac 22:23:26 ---> eb34ebd23a66 22:23:26 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:23:26 ---> Running in 915334193d6c 22:23:26 Removing intermediate container fb7ba3b9242e 22:23:26 ---> 116ce0058e56 22:23:26 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:23:28 ---> Running in 49e2b5e198d9 22:23:28 Removing intermediate container 915334193d6c 22:23:28 ---> 9896194a3134 22:23:28 Step 21/23 : LABEL arch=x86_64 22:23:28 ---> Running in 2cf3bc4f5195 22:23:28 Removing intermediate container 49e2b5e198d9 22:23:28 ---> 4c04dce268a1 22:23:28 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:23:28 ---> Running in f9c036c0fc0a 22:23:28 Removing intermediate container 2cf3bc4f5195 22:23:28 ---> c170df21b607 22:23:28 Step 22/23 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:23:28 ---> Running in 73cfc2751e8e 22:23:28 Removing intermediate container f9c036c0fc0a 22:23:28 ---> 245315585d00 22:23:28 Step 22/24 : LABEL arch=x86_64 22:23:28 ---> Running in f195fb057cfe 22:23:28 Removing intermediate container 73cfc2751e8e 22:23:28 ---> 1579e6b46cac 22:23:28 Step 23/23 : LABEL version=0.0.0 22:23:29 ---> Running in df925d1b965c 22:23:29 Removing intermediate container f195fb057cfe 22:23:29 ---> d54fe98b05d1 22:23:29 Step 23/24 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:23:29 Removing intermediate container df925d1b965c 22:23:29 ---> 081e02c93f5a 22:23:29 22:23:29 ---> Running in fa1443bbc83a 22:23:29 Successfully built 081e02c93f5a 22:23:29 Successfully tagged security-spire-server:latest 22:23:29  Building security-spire-server ... done Building security-proxy-auth 22:23:30 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:23:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:23:30 ---> 907761b60d33 22:23:30 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:23:30 ---> Using cache 22:23:30 ---> af882fe3c1f0 22:23:30 Step 4/22 : WORKDIR /edgex-go 22:23:30 ---> Using cache 22:23:30 ---> 5b228deef6ca 22:23:30 Step 5/22 : RUN apk add --update --no-cache make git 22:23:30 ---> Using cache 22:23:30 ---> a283f2bb6f72 22:23:30 Step 6/22 : COPY go.mod vendor* ./ 22:23:30 ---> Using cache 22:23:30 ---> 71e62f59df33 22:23:30 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:23:30 ---> Using cache 22:23:30 ---> 017cec81bab7 22:23:30 Step 8/22 : COPY . . 22:23:30 ---> Using cache 22:23:30 ---> ee9f9d62f15d 22:23:30 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 22:23:32 Removing intermediate container fa1443bbc83a 22:23:32 ---> 319d63210f9d 22:23:32 Step 24/24 : LABEL version=0.0.0 22:23:32 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:23:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:23:32 ---> 907761b60d33 22:23:32 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:23:32 ---> Using cache 22:23:32 ---> af882fe3c1f0 22:23:32 Step 4/22 : WORKDIR /edgex-go 22:23:32 ---> Using cache 22:23:32 ---> 5b228deef6ca 22:23:32 Step 5/22 : RUN apk add --update --no-cache make git 22:23:32 ---> Using cache 22:23:32 ---> a283f2bb6f72 22:23:32 Step 6/22 : COPY go.mod vendor* ./ 22:23:32 ---> Using cache 22:23:32 ---> 71e62f59df33 22:23:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:23:32 ---> Using cache 22:23:32 ---> 017cec81bab7 22:23:32 Step 8/22 : COPY . . 22:23:32 ---> Using cache 22:23:32 ---> ee9f9d62f15d 22:23:32 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 22:23:32 ---> Running in 461fcb5f81cb 22:23:33 ---> Running in 14dc23a60586 22:23:33 ---> Running in 75bc21c454cc 22:23:33 Removing intermediate container 75bc21c454cc 22:23:33 ---> 525bf4285f9d 22:23:33 22:23:33 Successfully built 525bf4285f9d 22:23:33 Successfully tagged security-spire-config:latest 22:23:33  Building security-spire-config ... done Building security-spire-agent 22:23:33 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 22:23:33 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 22:23:36 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:23:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:23:36 ---> 907761b60d33 22:23:36 Step 3/24 : WORKDIR /edgex-go 22:23:36 ---> Using cache 22:23:36 ---> 7cb1f49e4103 22:23:36 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 22:23:36 ---> Using cache 22:23:36 ---> faa9c7a3a92a 22:23:36 Step 5/24 : COPY go.mod vendor* ./ 22:23:36 ---> Using cache 22:23:36 ---> b5f83a03ce1f 22:23:36 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:23:36 ---> Using cache 22:23:36 ---> cd43a5ed11ed 22:23:36 Step 7/24 : COPY . . 22:23:36 ---> Using cache 22:23:36 ---> fc57be410767 22:23:36 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 22:23:36 ---> Using cache 22:23:36 ---> b4b85bb757a1 22:23:36 Step 9/24 : WORKDIR /edgex-go/spire-build 22:23:36 ---> Using cache 22:23:36 ---> 3516ba284b8e 22:23:36 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 22:23:38 ---> Running in 7c19d1394be1 22:23:39 Removing intermediate container 7c19d1394be1 22:23:39 ---> e5b11d2ed727 22:23:39 Step 11/24 : WORKDIR /edgex-go 22:23:39 ---> Running in cdf16d79d03c 22:23:39 Removing intermediate container cdf16d79d03c 22:23:39 ---> 3249e0b2fceb 22:23:39 22:23:39 Step 12/24 : FROM alpine:3.15 22:23:39 ---> 5ce65d7b0fde 22:23:39 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:23:39 ---> Using cache 22:23:39 ---> 932b0ec12057 22:23:39 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 22:23:39 ---> Using cache 22:23:39 ---> e6593fc567e4 22:23:39 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 22:23:41 ---> 3f2f706924a1 22:23:41 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:23:44 ---> 332b08863bad 22:23:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 22:23:44 ---> 71df8a3b5f5b 22:23:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 22:23:45 ---> 0851a3fabd18 22:23:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 22:23:46 ---> 098e4d9fe93f 22:23:46 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:23:46 ---> Running in 669adfc34116 22:23:46 Removing intermediate container 669adfc34116 22:23:46 ---> d7961d8e9579 22:23:46 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:23:46 ---> Running in de3848c97dd5 22:23:46 Removing intermediate container de3848c97dd5 22:23:46 ---> c5bda68cb922 22:23:46 Step 22/24 : LABEL arch=x86_64 22:23:47 ---> Running in 69e357fe1680 22:23:47 Removing intermediate container 69e357fe1680 22:23:47 ---> 3197646d6d7d 22:23:47 Step 23/24 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:23:47 ---> Running in ccfc375df943 22:23:48 Removing intermediate container ccfc375df943 22:23:48 ---> efad1db1591d 22:23:48 Step 24/24 : LABEL version=0.0.0 22:23:49 ---> Running in e5c1656465cb 22:23:49 Removing intermediate container e5c1656465cb 22:23:49 ---> 6c3bf5c8148e 22:23:49 22:23:49 Successfully built 6c3bf5c8148e 22:23:49 Successfully tagged security-spire-agent:latest 22:23:49  Building security-spire-agent ... done Removing intermediate container f57346349876 22:23:49 ---> 19cc019539cc 22:23:49 22:23:49 Step 10/22 : FROM alpine:3.16 22:23:49 ---> dfd21b5a31f5 22:23:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:23:49 ---> Running in d51b594cb4cb 22:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:23:50 (1/2) Installing ca-certificates (20220614-r0) 22:23:50 (2/2) Installing dumb-init (1.2.5-r1) 22:23:50 Executing busybox-1.35.0-r17.trigger 22:23:50 Executing ca-certificates-20220614-r0.trigger 22:23:51 OK: 6 MiB in 16 packages 22:23:52 Removing intermediate container d51b594cb4cb 22:23:52 ---> 13f3167c8933 22:23:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:23:52 ---> Running in 7edfad2f86af 22:23:52 Removing intermediate container 7edfad2f86af 22:23:52 ---> d76b5e5a7247 22:23:52 Step 13/22 : ENV APP_PORT=59860 22:23:52 ---> Running in 31b1881c7acd 22:23:52 Removing intermediate container 8dd5773bb2ae 22:23:52 ---> c7c45a264949 22:23:52 22:23:52 Step 9/20 : FROM alpine:3.16 22:23:52 ---> dfd21b5a31f5 22:23:52 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 22:23:52 ---> Running in 734c6496aca1 22:23:52 Removing intermediate container 31b1881c7acd 22:23:52 ---> bdabac3d9ed6 22:23:52 Step 14/22 : EXPOSE $APP_PORT 22:23:52 ---> Running in cb67aa828c1f 22:23:53 Removing intermediate container cb67aa828c1f 22:23:53 ---> 734706506506 22:23:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:23:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:23:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:23:53 (1/2) Installing dumb-init (1.2.5-r1) 22:23:53 (2/2) Installing openssl (1.1.1t-r0) 22:23:53 Executing busybox-1.35.0-r17.trigger 22:23:53 OK: 6 MiB in 16 packages 22:23:53 ---> 8a8268e7c308 22:23:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:23:54 Removing intermediate container 734c6496aca1 22:23:54 ---> 29e342017b5f 22:23:54 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 22:23:54 ---> Running in b595fde23d56 22:23:54 ---> 5b0dd997925c 22:23:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:23:54 Removing intermediate container b595fde23d56 22:23:54 ---> 1cf94372494b 22:23:54 Step 12/20 : WORKDIR /edgex 22:23:54 ---> Running in 782f3c7de653 22:23:55 ---> d0b300443497 22:23:55 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:23:55 ---> Running in b61fd567853b 22:23:55 Removing intermediate container 782f3c7de653 22:23:55 ---> e202b6ec5edd 22:23:55 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 22:23:55 Removing intermediate container b61fd567853b 22:23:55 ---> 2061883c7602 22:23:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:23:55 ---> 739baa74aab2 22:23:55 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:23:55 ---> Running in e0afab601cc6 22:23:55 Removing intermediate container e0afab601cc6 22:23:55 ---> 8e1ca3e29f0b 22:23:55 Step 20/22 : LABEL arch=x86_64 22:23:55 ---> 6e22ed0ef7a3 22:23:55 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 22:23:55 ---> Running in 6bcc3ac81a87 22:23:56 ---> 238913159138 22:23:56 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh /Removing intermediate container 6bcc3ac81a87 22:23:56 22:23:56 ---> 4b6435dd99eb 22:23:56 Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:23:56 ---> Running in 078cd3d5c828 22:23:56 ---> Running in 1cb45210cc8c 22:23:56 Removing intermediate container 1cb45210cc8c 22:23:56 ---> 028a5e3b9ebb 22:23:56 Step 22/22 : LABEL version=0.0.0 22:23:56 ---> Running in 8b61cf1e94d3 22:23:56 Removing intermediate container 8b61cf1e94d3 22:23:56 ---> 3741a5e54fc6 22:23:56 22:23:56 Successfully built 3741a5e54fc6 22:23:56 Successfully tagged support-notifications:latest 22:23:57  Building support-notifications ... done Removing intermediate container 078cd3d5c828 22:23:57 ---> d5b14ee0fb3c 22:23:57 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 22:23:57 ---> Running in b26b03dc8b6d 22:23:57 Removing intermediate container b26b03dc8b6d 22:23:57 ---> 26f55d1ddfcc 22:23:57 Step 18/20 : LABEL arch=x86_64 22:23:58 ---> Running in 5a4e5e0658e6 22:23:58 Removing intermediate container 5a4e5e0658e6 22:23:58 ---> f2908a73b61c 22:23:58 Step 19/20 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:23:59 ---> Running in 78829b965366 22:23:59 Removing intermediate container 14dc23a60586 22:23:59 ---> 298b185d6b77 22:23:59 22:23:59 Step 10/22 : FROM alpine:3.16 22:23:59 ---> dfd21b5a31f5 22:23:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 22:23:59 Removing intermediate container 461fcb5f81cb 22:23:59 ---> 99627b3a15d6 22:23:59 22:23:59 Step 10/22 : FROM alpine:3.16 22:23:59 ---> dfd21b5a31f5 22:23:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 22:23:59 ---> Running in e8b1893d4753 22:23:59 ---> Running in a69f20e8acf9 22:23:59 Removing intermediate container 78829b965366 22:23:59 ---> cc9893c1f07e 22:23:59 Step 20/20 : LABEL version=0.0.0 22:23:59 ---> Running in c766ba250c07 22:23:59 Removing intermediate container e8b1893d4753 22:23:59 ---> 189d540a8ab5 22:23:59 Step 12/22 : RUN apk add --update --no-cache dumb-init 22:23:59 Removing intermediate container a69f20e8acf9 22:23:59 ---> 78667ee16c57 22:23:59 Step 12/22 : RUN apk add --update --no-cache dumb-init 22:23:59 ---> Running in 28e71a29ccf2 22:23:59 ---> Running in df638f135ade 22:23:59 Removing intermediate container c766ba250c07 22:23:59 ---> a24ad4b5ca29 22:23:59 22:23:59 Successfully built a24ad4b5ca29 22:23:59 Successfully tagged security-proxy-setup:latest 22:23:59  Building security-proxy-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:23:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:23:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:23:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:23:59 (1/1) Installing dumb-init (1.2.5-r1) 22:23:59 Executing busybox-1.35.0-r17.trigger 22:23:59 OK: 6 MiB in 15 packages 22:23:59 (1/1) Installing dumb-init (1.2.5-r1) 22:23:59 Executing busybox-1.35.0-r17.trigger 22:24:00 OK: 6 MiB in 15 packages 22:24:00 Removing intermediate container 28e71a29ccf2 22:24:00 ---> d7c4771b424f 22:24:00 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:24:00 Removing intermediate container df638f135ade 22:24:00 ---> 7370b7b5a839 22:24:00 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:24:00 ---> 95a4c1748371 22:24:00 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 22:24:00 ---> fd54b4a92399 22:24:00 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 22:24:00 ---> 900b0baaa1f9 22:24:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 22:24:00 ---> 1ec41d8bbd94 22:24:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 22:24:01 ---> 8bbfa8f2bee7 22:24:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 22:24:01 ---> 82f591855ddf 22:24:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 22:24:01 ---> 84c2f8640573 22:24:01 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:24:01 ---> Running in d8549e328074 22:24:01 ---> e00b63e6de3d 22:24:01 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:24:01 ---> Running in 7e428cfeee65 22:24:01 Removing intermediate container 7e428cfeee65 22:24:01 ---> f4b6e12b63b7 22:24:01 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 22:24:01 Removing intermediate container d8549e328074 22:24:01 ---> 83eec51f5e42 22:24:01 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 22:24:01 ---> Running in 5b812d3efbd3 22:24:01 ---> Running in f87142daa64e 22:24:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:24:02 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 22:24:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:24:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:24:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:24:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:24:02 Removing intermediate container 5b812d3efbd3 22:24:02 ---> 93eabce457c1 22:24:02 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 22:24:02 Removing intermediate container f87142daa64e 22:24:02 ---> a95d8da1d72a 22:24:02 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 22:24:02 ---> Running in 311de89732bb 22:24:02 ---> Running in 86dfd1726e4c 22:24:02 Removing intermediate container 311de89732bb 22:24:02 ---> a398622593bb 22:24:02 Step 20/22 : LABEL arch=x86_64 22:24:02 ---> Running in c1a7e0935f90 22:24:02 Removing intermediate container 86dfd1726e4c 22:24:02 ---> 2570fadd6161 22:24:02 Step 20/22 : LABEL arch=x86_64 22:24:02 ---> Running in 86cb5a7aea7a 22:24:02 Removing intermediate container c1a7e0935f90 22:24:02 ---> 47a7bb6494f5 22:24:02 Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:24:02 ---> Running in ad9ce4469545 22:24:02 Removing intermediate container 86cb5a7aea7a 22:24:02 ---> 3bf1ee663f7c 22:24:02 Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:24:02 ---> Running in 56f0b7904049 22:24:02 Removing intermediate container ad9ce4469545 22:24:02 ---> fc7ba4a79236 22:24:02 Step 22/22 : LABEL version=0.0.0 22:24:02 ---> Running in aeb0691b3065 22:24:02 Removing intermediate container 56f0b7904049 22:24:02 ---> d8e4637f8fb1 22:24:02 Step 22/22 : LABEL version=0.0.0 22:24:02 ---> Running in cfbddcd56f4d 22:24:02 Removing intermediate container aeb0691b3065 22:24:02 ---> 435e0297a1cd 22:24:02 22:24:02 Removing intermediate container cfbddcd56f4d 22:24:02 ---> c7da610b5109 22:24:02 22:24:02 Successfully built 435e0297a1cd 22:24:02 Successfully tagged core-common-config-bootstrapper:latest 22:24:02  Building core-common-config-bootstrapper ... done Successfully built c7da610b5109 22:24:02 Successfully tagged security-proxy-auth:latest 22:24:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:24:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 22:24:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:24:03  Building security-proxy-auth ... done  [Pipeline] } 22:24:03 $ docker stop --time=1 4227348cdf7155327e66045dae3b9c469c9613fb737804229a12be18e4290161 22:24:03 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 22:24:04 $ docker rm -f --volumes 4227348cdf7155327e66045dae3b9c469c9613fb737804229a12be18e4290161 [Pipeline] // withDockerContainer [Pipeline] sh 22:24:04 + docker images 22:24:04 REPOSITORY TAG IMAGE ID CREATED SIZE 22:24:04 security-proxy-auth latest c7da610b5109 2 seconds ago 16.2MB 22:24:04 core-common-config-bootstrapper latest 435e0297a1cd 2 seconds ago 15.5MB 22:24:04 security-proxy-setup latest a24ad4b5ca29 5 seconds ago 16.5MB 22:24:04 99627b3a15d6 6 seconds ago 1.68GB 22:24:04 298b185d6b77 6 seconds ago 1.66GB 22:24:04 support-notifications latest 3741a5e54fc6 8 seconds ago 30.7MB 22:24:04 c7c45a264949 12 seconds ago 1.66GB 22:24:04 security-spire-agent latest 6c3bf5c8148e 15 seconds ago 125MB 22:24:04 19cc019539cc 15 seconds ago 1.75GB 22:24:04 3249e0b2fceb 25 seconds ago 1.55GB 22:24:04 security-spire-config latest 525bf4285f9d 31 seconds ago 85.8MB 22:24:04 security-spire-server latest 081e02c93f5a 35 seconds ago 86.5MB 22:24:04 security-secretstore-setup latest 5c02ec775a02 39 seconds ago 29.9MB 22:24:04 258d4ffe422f 44 seconds ago 1.55GB 22:24:04 b75a6309cdc8 45 seconds ago 1.55GB 22:24:04 support-scheduler latest ec17e765b783 46 seconds ago 30.1MB 22:24:04 082d0b9c99d4 54 seconds ago 1.67GB 22:24:04 cc10b09d884e 59 seconds ago 1.75GB 22:24:04 security-bootstrapper latest f7dcfeaf119b About a minute ago 19.8MB 22:24:04 security-spiffe-token-provider latest 87aca0cb5fe7 About a minute ago 30MB 22:24:04 core-command latest fef1f55adb91 About a minute ago 17.8MB 22:24:04 core-metadata latest f76a1c45456d About a minute ago 18.5MB 22:24:04 core-data latest 8e0566259577 About a minute ago 18MB 22:24:04 90cd89a01035 About a minute ago 1.72GB 22:24:04 dc24fce34741 About a minute ago 1.69GB 22:24:04 aac0b378c2a2 About a minute ago 1.68GB 22:24:04 7ab4e768aeb7 About a minute ago 1.69GB 22:24:04 75ab9987ab6b About a minute ago 1.67GB 22:24:04 ci-base-image-x86_64 latest 907761b60d33 5 minutes ago 903MB 22:24:04 alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB 22:24:04 alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB 22:24:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB 22:24:04 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 22:24:04 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] } 22:24:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:24:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:24:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 22:24:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.469s coverage: 28.7% of statements 22:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:24:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.529s coverage: 98.5% of statements 22:24:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.677s coverage: 71.2% of statements 22:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 22:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 22:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 22:24:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.476s coverage: 54.0% of statements 22:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:24:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 27.100s coverage: 88.5% of statements 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 22:24:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.856s coverage: 3.9% of statements 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:24:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.332s coverage: 95.6% of statements 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 22:24:57 ok github.com/edgexfoundry/edgex-go/internal/io 0.607s coverage: 72.2% of statements 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:24:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.677s coverage: 65.9% of statements 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:24:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.421s coverage: 0.9% of statements 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 22:24:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.827s coverage: 29.0% of statements 22:24:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:24:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.477s coverage: 45.5% of statements 22:24:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.421s coverage: 82.9% of statements 22:24:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.241s coverage: 94.1% of statements 22:24:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.383s coverage: 96.3% of statements 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.324s coverage: 87.5% of statements 22:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.314s coverage: 94.4% of statements 22:25:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 25.078s coverage: 79.9% of statements 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:25:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.384s coverage: 92.9% of statements 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:25:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.086s coverage: 64.4% of statements 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 22:25:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.228s coverage: 86.9% of statements 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:25:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.313s coverage: 87.2% of statements 22:25:31 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.189s coverage: 20.0% of statements 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:25:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.195s coverage: 100.0% of statements 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:25:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.311s coverage: 81.2% of statements 22:25:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.331s coverage: 82.1% of statements 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 22:25:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 84.8% of statements 22:25:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.057s coverage: 63.1% of statements 22:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.235s coverage: 100.0% of statements 22:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 89.4% of statements 22:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements 22:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.099s coverage: 73.7% of statements 22:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements 22:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 22:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 22:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 22:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.834s coverage: 38.4% of statements 22:25:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:25:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.359s coverage: 89.5% of statements 22:25:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.259s coverage: 84.8% of statements 22:25:41 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 22:25:41 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 22:25:41 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 22:25:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 22:25:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.311s coverage: 17.7% of statements 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:25:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.697s coverage: 92.3% of statements 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 22:25:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.323s coverage: 61.5% of statements 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:25:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.398s coverage: 97.7% of statements 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 22:25:48 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 22:25:48 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:25:48 go vet ./... 22:27:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:27:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:27:40 ./bin/test-attribution-txt.sh [Pipeline] echo 22:27:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 22:27:41 + ls -al . 22:27:41 total 700 22:27:41 drwxrwxr-x 10 1001 1001 4096 Mar 10 22:21 . 22:27:41 drwxr-xr-x 4 root root 4096 Mar 10 22:21 .. 22:27:41 drwxrwxr-x 2 1001 1001 4096 Mar 10 22:20 .blubracket 22:27:41 -rw-rw-r-- 1 1001 1001 16 Mar 10 22:20 .dockerignore 22:27:41 drwxrwxr-x 8 1001 1001 4096 Mar 10 22:20 .git 22:27:41 drwxrwxr-x 3 1001 1001 4096 Mar 10 22:20 .github 22:27:41 -rw-rw-r-- 1 1001 1001 1133 Mar 10 22:20 .gitignore 22:27:41 -rw-rw-r-- 1 1001 1001 42 Mar 10 22:20 .golangci.yml 22:27:41 -rw-rw-r-- 1 1001 1001 87 Mar 10 22:20 .hadolint.yml 22:27:41 -rw-rw-r-- 1 1001 1001 166 Mar 10 22:20 .sonarcloud.properties 22:27:41 -rw-rw-r-- 1 1001 1001 1171 Mar 10 22:20 ADOPTERS.md 22:27:41 -rw-rw-r-- 1 1001 1001 10825 Mar 10 22:20 Attribution.txt 22:27:41 -rw-rw-r-- 1 1001 1001 73765 Mar 10 22:20 CHANGELOG.md 22:27:41 -rw-rw-r-- 1 1001 1001 3804 Mar 10 22:20 CONTRIBUTING.md 22:27:41 -rw-rw-r-- 1 1001 1001 677 Mar 10 22:20 GOVERNANCE.md 22:27:41 -rw-rw-r-- 1 1001 1001 883 Mar 10 22:20 Jenkinsfile 22:27:41 -rw-rw-r-- 1 1001 1001 10775 Mar 10 22:20 LICENSE 22:27:41 -rw-rw-r-- 1 1001 1001 14232 Mar 10 22:20 Makefile 22:27:41 -rw-rw-r-- 1 1001 1001 582 Mar 10 22:20 OWNERS.md 22:27:41 -rw-rw-r-- 1 1001 1001 9403 Mar 10 22:20 README.md 22:27:41 -rw-rw-r-- 1 1001 1001 789 Mar 10 22:20 SECURITY.md 22:27:41 -rw-rw-r-- 1 1001 1001 5 Mar 10 22:18 VERSION 22:27:41 drwxrwxr-x 2 1001 1001 4096 Mar 10 22:20 bin 22:27:41 drwxrwxr-x 18 1001 1001 4096 Mar 10 22:20 cmd 22:27:41 -rw-r--r-- 1 root root 447487 Mar 10 22:25 coverage.out 22:27:41 -rw-rw-r-- 1 1001 1001 3232 Mar 10 22:20 go.mod 22:27:41 -rw-rw-r-- 1 1001 1001 31098 Mar 10 22:20 go.sum 22:27:41 drwxrwxr-x 7 1001 1001 4096 Mar 10 22:20 internal 22:27:41 drwxrwxr-x 3 1001 1001 4096 Mar 10 22:20 openapi 22:27:41 -rw-rw-r-- 1 1001 1001 594 Mar 10 22:20 security.txt 22:27:41 drwxrwxr-x 4 1001 1001 4096 Mar 10 22:20 snap 22:27:41 -rw-rw-r-- 1 1001 1001 204 Mar 10 22:20 version.go [Pipeline] sh 22:27:41 + '[' -e coverage.out ] 22:27:41 + chown 1001:1001 coverage.out [Pipeline] stash 22:27:41 Warning: overwriting stash ‘coverage-report’ 22:27:42 Stashed 1 file(s) [Pipeline] sh 22:27:42 + make build 22:27:42 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 22:29:04 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 22:29:05 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 22:29:10 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 22:29:14 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 22:29:52 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 22:29: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 22:30:04 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 22:30:10 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 22:30:13 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 22:30:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:30:23 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] } 22:30:28 $ docker stop --time=1 23f3ff121d45e632ba45318aeb21248ccfa4a5b696112ae833f936f6306d0e36 22:30:30 $ docker rm -f --volumes 23f3ff121d45e632ba45318aeb21248ccfa4a5b696112ae833f936f6306d0e36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:30:32 22:30:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:30:33 latest: Pulling from edgex-devops/edgex-compose-arm64 22:30:33 29e5d40040c1: Pulling fs layer 22:30:33 1ce36da41761: Pulling fs layer 22:30:33 25b303627fd3: Pulling fs layer 22:30:33 29e5d40040c1: Verifying Checksum 22:30:33 29e5d40040c1: Download complete 22:30:33 1ce36da41761: Verifying Checksum 22:30:33 1ce36da41761: Download complete 22:30:33 29e5d40040c1: Pull complete 22:30:34 1ce36da41761: Pull complete 22:30:34 25b303627fd3: Verifying Checksum 22:30:34 25b303627fd3: Download complete 22:30:44 25b303627fd3: Pull complete 22:30:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:30:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:30:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:30:45 prd-ubuntu20.04-docker-arm64-4c-16g-9687 does not seem to be running inside a container 22:30:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:30:47 $ docker top 8994bbe2b00e3901c0177e2ce76ffd3bb7655c62cfc518a9024db329553378f2 -eo pid,comm [Pipeline] { [Pipeline] sh 22:30:48 + docker-compose build+ --helpgrep 22:30:48 parallel 22:30:52 --parallel Build images in parallel. [Pipeline] } 22:30:52 $ docker stop --time=1 8994bbe2b00e3901c0177e2ce76ffd3bb7655c62cfc518a9024db329553378f2 22:30:54 $ docker rm -f --volumes 8994bbe2b00e3901c0177e2ce76ffd3bb7655c62cfc518a9024db329553378f2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:30:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:30:55 prd-ubuntu20.04-docker-arm64-4c-16g-9687 does not seem to be running inside a container 22:30:55 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:30:56 $ docker top 5c23f2324be2a0c1bf5025b5b125f534b2711ae0e11ca3c6d0ba3f6adb657c3c -eo pid,comm [Pipeline] { [Pipeline] sh 22:30:57 + docker-compose -f ./docker-compose-build.yml build --parallel 22:31:01 Building core-command ... 22:31:01 Building core-common-config-bootstrapper ... 22:31:01 Building core-data ... 22:31:01 Building core-metadata ... 22:31:01 Building security-bootstrapper ... 22:31:01 Building security-proxy-auth ... 22:31:01 Building security-proxy-setup ... 22:31:01 Building security-secretstore-setup ... 22:31:01 Building security-spiffe-token-provider ... 22:31:01 Building security-spire-agent ... 22:31:01 Building security-spire-config ... 22:31:01 Building security-spire-server ... 22:31:01 Building support-notifications ... 22:31:01 Building support-scheduler ... 22:31:01 Building core-command 22:31:01 Building security-spire-agent 22:31:01 Building core-common-config-bootstrapper 22:31:01 Building security-spiffe-token-provider 22:31:01 Building core-metadata 22:31:48 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:31:48 Step 2/19 : FROM ${BUILDER_BASE} AS builder 22:31:48 ---> e134e1b8a3e4 22:31:48 Step 3/19 : WORKDIR /edgex-go 22:31:48 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:31:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:31:48 ---> e134e1b8a3e4 22:31:48 Step 3/24 : ARG ADD_BUILD_TAGS="" 22:31:48 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:31:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:31:48 ---> e134e1b8a3e4 22:31:48 Step 3/24 : WORKDIR /edgex-go 22:31:48 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:31:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:31:48 ---> e134e1b8a3e4 22:31:48 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:31:48 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:31:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:31:48 ---> e134e1b8a3e4 22:31:48 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:31:48 ---> Running in d33af1ab4019 22:31:48 ---> Running in ce65d6dc0d1c 22:31:48 ---> Running in 631bbd89cbc3 22:31:48 ---> Running in c8d9fb52c871 22:31:48 ---> Running in 59d08cbcd83a 22:31:48 Removing intermediate container c8d9fb52c871 22:31:48 ---> d246800b77e2 22:31:48 Step 4/24 : WORKDIR /edgex-go 22:31:48 Removing intermediate container 631bbd89cbc3 22:31:48 ---> d6921ade8985 22:31:48 Step 4/22 : WORKDIR /edgex-go 22:31:48 ---> Running in 5f40e52f5d7a 22:31:48 ---> Running in 720a5f3f11a9 22:31:48 Removing intermediate container d33af1ab4019 22:31:48 ---> 3afefa572566 22:31:48 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 22:31:48 Removing intermediate container 59d08cbcd83a 22:31:48 ---> c9f5daf9f5ab 22:31:48 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 22:31:48 Removing intermediate container ce65d6dc0d1c 22:31:48 ---> 0f05023b65e2 22:31:48 Step 4/23 : WORKDIR /edgex-go 22:31:48 ---> Running in b6a058708585 22:31:48 ---> Running in 9e5305e91053 22:31:48 ---> Running in a45068e2de75 22:31:48 Removing intermediate container 5f40e52f5d7a 22:31:48 ---> dfe02b575260 22:31:48 Step 5/24 : RUN apk add --update --no-cache make git 22:31:48 Removing intermediate container 720a5f3f11a9 22:31:48 ---> b7f39a577696 22:31:48 Step 5/22 : RUN apk add --update --no-cache make git 22:31:48 ---> Running in b3478b1df655 22:31:48 ---> Running in 1eb7bea0cda4 22:31:48 Removing intermediate container 9e5305e91053 22:31:48 ---> e5aec95ed564 22:31:48 Step 5/23 : RUN apk add --update --no-cache make git 22:31:48 ---> Running in 732e2ced3f42 22:31:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:31:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:31:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:31:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:31:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:31:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:31:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:31:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:31:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:31:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:31:50 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 22:31:50 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 22:31:50 OK: 16903 distinct packages available 22:31:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:31:50 OK: 221 MiB in 51 packages 22:31:51 OK: 221 MiB in 51 packages 22:31:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:31:51 OK: 221 MiB in 51 packages 22:31:51 OK: 221 MiB in 51 packages 22:31:52 OK: 221 MiB in 51 packages 22:31:52 Removing intermediate container a45068e2de75 22:31:52 ---> ef341b9ae642 22:31:52 Step 5/24 : COPY go.mod vendor* ./ 22:31:53 Removing intermediate container 1eb7bea0cda4 22:31:53 ---> d1fbe331356d 22:31:53 Step 6/22 : COPY go.mod vendor* ./ 22:31:53 Removing intermediate container 732e2ced3f42 22:31:53 ---> fbc0319aa38b 22:31:53 Step 6/23 : COPY go.mod vendor* ./ 22:31:53 Removing intermediate container b3478b1df655 22:31:53 ---> acc67eaad92f 22:31:53 Step 6/24 : COPY go.mod vendor* ./ 22:31:54 Removing intermediate container b6a058708585 22:31:54 ---> a48a65d786b2 22:31:54 Step 5/19 : COPY go.mod vendor* ./ 22:31:54 ---> 39126241d4eb 22:31:54 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:31:54 ---> Running in 22517c844d8f 22:31:54 ---> 82a8582af03a 22:31:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:31:54 ---> 31239ef4cc09 22:31:54 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:31:54 ---> Running in c4a392aa39f4 22:31:55 ---> Running in ef2f7ef4bae9 22:31:55 ---> 593272734b66 22:31:55 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:31:55 ---> 8634f58eb3f9 22:31:55 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:31:55 ---> Running in d26f792f2edf 22:31:55 ---> Running in ac92488cc0df 22:33:47 Removing intermediate container ef2f7ef4bae9 22:33:47 ---> dbddbf7c9a08 22:33:47 Step 8/23 : COPY . . 22:33:47 Removing intermediate container d26f792f2edf 22:33:47 ---> 600e5469b7c9 22:33:47 Step 8/24 : COPY . . 22:33:47 Removing intermediate container 22517c844d8f 22:33:47 ---> 6df397f1cb2b 22:33:47 Step 7/24 : COPY . . 22:33:47 Removing intermediate container c4a392aa39f4 22:33:47 ---> 02ab284eb226 22:33:47 Step 8/22 : COPY . . 22:33:47 Removing intermediate container ac92488cc0df 22:33:47 ---> 2bfedd9c786e 22:33:47 Step 7/19 : COPY . . 22:33:53 ---> e742714cab57 22:33:53 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 22:33:53 ---> 7bd31a6c2c08 22:33:53 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 22:33:53 ---> 8905960848da 22:33:53 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 22:33:53 ---> Running in 18779fc16371 22:33:53 ---> 58e5ba7423c3 22:33:53 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 22:33:53 ---> cec3d417b0fb 22:33:53 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 22:33:53 ---> Running in 784a8fc114fb 22:33:54 ---> Running in cbe9792b9517 22:33:54 ---> Running in e5ae78b3e345 22:33:54 ---> Running in aa7241b44795 22:33:55 Removing intermediate container cbe9792b9517 22:33:55 ---> 662f669c6e62 22:33:55 Step 9/24 : WORKDIR /edgex-go/spire-build 22:33:55 ---> Running in 279fa7bb4b52 22:33:56 Removing intermediate container 279fa7bb4b52 22:33:56 ---> c6c41f796729 22:33:56 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 22:33:56 ---> Running in cbeaca941a37 22:33:56 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 22:33:56 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 22:33:57 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 22:33:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 22:33:59 Removing intermediate container cbeaca941a37 22:33:59 ---> 7a1110c09650 22:33:59 Step 11/24 : WORKDIR /edgex-go 22:33:59 ---> Running in 361b646afe64 22:34:00 Removing intermediate container 361b646afe64 22:34:00 ---> 1b1e4c6865a3 22:34:00 22:34:00 Step 12/24 : FROM alpine:3.15 22:34:00 3.15: Pulling from library/alpine 22:34:01 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 22:34:01 Status: Downloaded newer image for alpine:3.15 22:34:01 ---> 354640af7b1b 22:34:01 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:34:01 ---> Running in e2c478852aee 22:34:02 Removing intermediate container e2c478852aee 22:34:02 ---> fca61501aa02 22:34:02 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 22:34:02 ---> Running in dede2b8f43ac 22:34:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 22:34:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 22:34:06 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 22:34:06 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 22:34:06 OK: 15736 distinct packages available 22:34:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 22:34:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 22:34:08 (1/5) Installing dumb-init (1.2.5-r1) 22:34:08 (2/5) Installing musl-obstack (1.2.3-r0) 22:34:08 (3/5) Installing libucontext (1.1-r0) 22:34:08 (4/5) Installing gcompat (1.0.0-r4) 22:34:08 (5/5) Installing openssl (1.1.1t-r1) 22:34:08 Executing busybox-1.34.1-r7.trigger 22:34:08 OK: 6 MiB in 19 packages 22:34:13 Removing intermediate container dede2b8f43ac 22:34:13 ---> 0343686ae686 22:34:13 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 22:34:16 ---> cfc23f22bb22 22:34:16 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:34:21 ---> 5e46fb69bb9f 22:34:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 22:34:21 ---> a107a5c56580 22:34:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 22:34:22 ---> 0b5c338a3af4 22:34:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 22:34:26 ---> 91059b2de829 22:34:26 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:34:26 ---> Running in 5dc8be758e03 22:34:26 Removing intermediate container 5dc8be758e03 22:34:26 ---> 33b00d9c3a39 22:34:26 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:34:27 ---> Running in 7fc6664b2700 22:34:27 Removing intermediate container 7fc6664b2700 22:34:27 ---> d434cff0a4e2 22:34:27 Step 22/24 : LABEL arch=arm64 22:34:27 ---> Running in 2c5cc43c1e9d 22:34:28 Removing intermediate container 2c5cc43c1e9d 22:34:28 ---> 2c1c35dd08fb 22:34:28 Step 23/24 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:34:28 ---> Running in 16a179a08b12 22:34:28 Removing intermediate container 16a179a08b12 22:34:28 ---> fe12e1261650 22:34:28 Step 24/24 : LABEL version=0.0.0 22:34:28 ---> Running in 4ee6f9740b45 22:34:29 Removing intermediate container 4ee6f9740b45 22:34:29 ---> 5a00c8f5dfae 22:34:29 22:34:29 Successfully built 5a00c8f5dfae 22:34:29 Successfully tagged security-spire-agent-arm64:latest 22:34:29  Building security-spire-agent ... done Building security-proxy-auth 22:34:44 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:34:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:34:44 ---> e134e1b8a3e4 22:34:44 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:34:44 ---> Using cache 22:34:44 ---> 0f05023b65e2 22:34:44 Step 4/22 : WORKDIR /edgex-go 22:34:44 ---> Using cache 22:34:44 ---> e5aec95ed564 22:34:44 Step 5/22 : RUN apk add --update --no-cache make git 22:34:44 ---> Using cache 22:34:44 ---> fbc0319aa38b 22:34:44 Step 6/22 : COPY go.mod vendor* ./ 22:34:44 ---> Using cache 22:34:44 ---> 31239ef4cc09 22:34:44 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:34:44 ---> Using cache 22:34:44 ---> dbddbf7c9a08 22:34:44 Step 8/22 : COPY . . 22:34:44 ---> Using cache 22:34:44 ---> cec3d417b0fb 22:34:44 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 22:34:45 ---> Running in 9523c88ab7d9 22:34:47 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 22:40:23 Removing intermediate container 18779fc16371 22:40:23 ---> 03924364ef91 22:40:23 22:40:23 Step 10/22 : FROM alpine:3.16 22:40:23 3.16: Pulling from library/alpine 22:40:23 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 22:40:23 Status: Downloaded newer image for alpine:3.16 22:40:23 ---> 4c81e5bf8899 22:40:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 22:40:23 ---> Running in e5191dc99805 22:40:23 Removing intermediate container e5191dc99805 22:40:23 ---> a027a6681386 22:40:23 Step 12/22 : RUN apk add --update --no-cache dumb-init 22:40:23 ---> Running in 6cf4376e06fe 22:40:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:40:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:40:23 (1/1) Installing dumb-init (1.2.5-r1) 22:40:23 Executing busybox-1.35.0-r17.trigger 22:40:23 OK: 5 MiB in 15 packages 22:40:23 Removing intermediate container 6cf4376e06fe 22:40:23 ---> 8586ff5bcfe0 22:40:23 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:40:23 ---> 3f0cd485da3e 22:40:23 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 22:40:23 ---> e9656ed07e35 22:40:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 22:40:24 Removing intermediate container aa7241b44795 22:40:24 ---> 9e78df59ccd5 22:40:24 22:40:24 Step 10/23 : FROM alpine:3.16 22:40:24 ---> 4c81e5bf8899 22:40:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:40:24 ---> Running in 352d07011dbf 22:40:25 ---> 219bf291260a 22:40:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 22:40:26 ---> cab9acdbb1c6 22:40:26 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:40:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:40:26 ---> Running in ce4ae9cfc64b 22:40:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:40:28 Removing intermediate container 9523c88ab7d9 22:40:28 ---> 69bf71bd2e7b 22:40:28 22:40:28 Step 10/22 : FROM alpine:3.16 22:40:28 ---> 4c81e5bf8899 22:40:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 22:40:28 ---> Using cache 22:40:28 ---> a027a6681386 22:40:28 Step 12/22 : RUN apk add --update --no-cache dumb-init 22:40:28 ---> Using cache 22:40:28 ---> 8586ff5bcfe0 22:40:28 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:40:28 ---> Using cache 22:40:28 ---> 3f0cd485da3e 22:40:28 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 22:40:29 (1/1) Installing dumb-init (1.2.5-r1) 22:40:29 Executing busybox-1.35.0-r17.trigger 22:40:29 OK: 5 MiB in 15 packages 22:40:31 ---> d0a19b075b31 22:40:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 22:40:31 Removing intermediate container 352d07011dbf 22:40:31 ---> 8aba512fc851 22:40:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:40:31 ---> Running in c8c474b94cd3 22:40:32 Removing intermediate container ce4ae9cfc64b 22:40:32 ---> 272820ac480d 22:40:32 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 22:40:32 ---> Running in a395e8cd7b6f 22:40:32 Removing intermediate container c8c474b94cd3 22:40:32 ---> 09a50e37792b 22:40:32 Step 13/23 : ENV APP_PORT=59882 22:40:33 ---> Running in d9949e485b6f 22:40:33 ---> c896089bcda4 22:40:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 22:40:33 Removing intermediate container a395e8cd7b6f 22:40:33 ---> b8fa3c8ba13e 22:40:33 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 22:40:33 ---> Running in ce995bbdc054 22:40:34 Removing intermediate container d9949e485b6f 22:40:34 ---> 507848eb39c5 22:40:34 Step 14/23 : EXPOSE $APP_PORT 22:40:34 ---> Running in ad0c50874588 22:40:34 Removing intermediate container ce995bbdc054 22:40:34 ---> 870b0fe9e49d 22:40:34 Step 20/22 : LABEL arch=arm64 22:40:35 ---> d5f1d14f9280 22:40:35 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:40:35 ---> Running in d183d6a2257a 22:40:35 ---> Running in a57eccb44d15 22:40:35 Removing intermediate container ad0c50874588 22:40:35 ---> e89fed8f2d1d 22:40:35 Step 15/23 : WORKDIR / 22:40:36 ---> Running in 18d8c6d401e7 22:40:37 Removing intermediate container d183d6a2257a 22:40:37 ---> 48445e8ca086 22:40:37 Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:40:37 ---> Running in 64c9b901b7cf 22:40:37 Removing intermediate container 18d8c6d401e7 22:40:37 ---> a9c18355a3e7 22:40:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:40:38 Removing intermediate container 64c9b901b7cf 22:40:38 ---> bb4035d9ad32 22:40:38 Step 22/22 : LABEL version=0.0.0 22:40:38 ---> Running in fe9dc75bc7d7 22:40:42 ---> 3c2e5d063398 22:40:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:40:42 Removing intermediate container fe9dc75bc7d7 22:40:42 ---> 052a2b571a4e 22:40:42 22:40:43 Removing intermediate container a57eccb44d15 22:40:43 ---> fc01c3206098 22:40:43 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 22:40:43 Successfully built 052a2b571a4e 22:40:43 Successfully tagged core-common-config-bootstrapper-arm64:latest 22:40:43 Building core-data 22:40:43  Building core-common-config-bootstrapper ... done  ---> Running in 75656b9e5915 22:40:44 Removing intermediate container 75656b9e5915 22:40:44 ---> 60182009269e 22:40:44 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 22:40:44 ---> Running in c9b655d9ecb6 22:40:45 Removing intermediate container 784a8fc114fb 22:40:45 ---> 4781b3741b14 22:40:45 22:40:45 Step 10/24 : FROM alpine:3.16 22:40:45 ---> 4c81e5bf8899 22:40:45 Step 11/24 : RUN apk add --update --no-cache dumb-init 22:40:45 ---> Using cache 22:40:45 ---> 8aba512fc851 22:40:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:40:45 ---> Using cache 22:40:45 ---> 09a50e37792b 22:40:45 Step 13/24 : ENV APP_PORT=59881 ---> 1673240de071 22:40:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:40:45 22:40:45 Removing intermediate container c9b655d9ecb6 22:40:45 ---> c6340400f45b 22:40:45 Step 20/22 : LABEL arch=arm64 22:40:45 ---> Running in e61a1c42df62 22:40:46 ---> Running in bebcd435962c 22:40:46 Removing intermediate container e61a1c42df62 22:40:46 ---> acb06255343d 22:40:46 Step 14/24 : EXPOSE $APP_PORT 22:40:46 Removing intermediate container bebcd435962c 22:40:46 ---> bb90e32c9713 22:40:46 Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:40:46 ---> Running in 3b2178d06eb7 22:40:46 ---> 48999072913c 22:40:46 Step 19/23 : ENTRYPOINT ["/core-command"] 22:40:46 ---> Running in e91504c1604a 22:40:47 ---> Running in 616c76d304ea 22:40:47 Removing intermediate container 3b2178d06eb7 22:40:47 ---> e387b3a1989b 22:40:47 Step 15/24 : WORKDIR / 22:40:47 Removing intermediate container 616c76d304ea 22:40:47 ---> 501f86a27f12 22:40:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:40:48 Removing intermediate container e91504c1604a 22:40:48 ---> f72defecaf9b 22:40:48 Step 22/22 : LABEL version=0.0.0 22:40:48 ---> Running in 50083224343f 22:40:48 ---> Running in 2c701bddf481 22:40:48 ---> Running in fff146d3197b 22:40:48 Removing intermediate container 50083224343f 22:40:48 ---> 46c5640584fe 22:40:48 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:40:48 Removing intermediate container 2c701bddf481 22:40:48 ---> f19cf3836a7e 22:40:48 Step 21/23 : LABEL arch=arm64 22:40:48 Removing intermediate container fff146d3197b 22:40:48 ---> 2b9248fb7f93 22:40:48 22:40:48 ---> Running in 4ab553423bf1 22:40:49 Successfully built 2b9248fb7f93 22:40:49 Successfully tagged security-proxy-auth-arm64:latest 22:40:49  Building security-proxy-auth ... done Building support-scheduler 22:40:49 Removing intermediate container 4ab553423bf1 22:40:49 ---> 1924e07a9a2b 22:40:49 Step 22/23 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:40:49 ---> Running in 1a4b0c019199 22:40:49 ---> d01070a513e3 22:40:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:40:50 Removing intermediate container 1a4b0c019199 22:40:50 ---> 26ed6e9aaf77 22:40:50 Step 23/23 : LABEL version=0.0.0 22:40:50 ---> Running in f1d529c8f445 22:40:51 Removing intermediate container f1d529c8f445 22:40:51 ---> 24bab7b345db 22:40:51 22:40:52 Successfully built 24bab7b345db 22:40:52 Successfully tagged core-command-arm64:latest 22:40:52  Building core-command ... done Building support-notifications 22:40:52 ---> 9677c7ca682f 22:40:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:40:56 ---> a10b3dd909cb 22:40:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 22:40:56 ---> 8ab6914b9cc5 22:40:56 Step 20/24 : ENTRYPOINT ["/core-metadata"] 22:40:57 ---> Running in d60ff789c057 22:40:57 Removing intermediate container d60ff789c057 22:40:57 ---> 5389989274f5 22:40:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:40:57 ---> Running in 0c49f2681ff9 22:40:58 Removing intermediate container 0c49f2681ff9 22:40:58 ---> 2066f2bb8c78 22:40:58 Step 22/24 : LABEL arch=arm64 22:40:58 ---> Running in 337303dedc33 22:40:58 Removing intermediate container 337303dedc33 22:40:58 ---> e3f06feec4e8 22:40:58 Step 23/24 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:40:58 ---> Running in b6c67d3c0195 22:40:59 Removing intermediate container b6c67d3c0195 22:40:59 ---> 2317c4f34e11 22:40:59 Step 24/24 : LABEL version=0.0.0 22:40:59 ---> Running in bd3e32478261 22:40:59 Removing intermediate container bd3e32478261 22:40:59 ---> b630a05ff28b 22:40:59 22:41:00 Successfully built b630a05ff28b 22:41:00 Successfully tagged core-metadata-arm64:latest 22:41:00 Building security-secretstore-setup 22:41:08  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:41:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:41:08 ---> e134e1b8a3e4 22:41:08 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:41:08 ---> Using cache 22:41:08 ---> 0f05023b65e2 22:41:08 Step 4/22 : WORKDIR /edgex-go 22:41:08 ---> Using cache 22:41:08 ---> e5aec95ed564 22:41:08 Step 5/22 : RUN apk add --update --no-cache make git 22:41:08 ---> Using cache 22:41:08 ---> fbc0319aa38b 22:41:08 Step 6/22 : COPY go.mod vendor* ./ 22:41:08 ---> Using cache 22:41:08 ---> 31239ef4cc09 22:41:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:41:08 ---> Using cache 22:41:08 ---> dbddbf7c9a08 22:41:08 Step 8/22 : COPY . . 22:41:08 ---> Using cache 22:41:08 ---> cec3d417b0fb 22:41:08 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 22:41:08 ---> Running in c1f522b3b473 22:41:10 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 22:41:17 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:41:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:41:17 ---> e134e1b8a3e4 22:41:17 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:41:17 ---> Using cache 22:41:17 ---> 0f05023b65e2 22:41:17 Step 4/22 : WORKDIR /edgex-go 22:41:17 ---> Using cache 22:41:17 ---> e5aec95ed564 22:41:17 Step 5/22 : RUN apk add --update --no-cache make git 22:41:17 ---> Using cache 22:41:17 ---> fbc0319aa38b 22:41:17 Step 6/22 : COPY go.mod vendor* ./ 22:41:17 ---> Using cache 22:41:17 ---> 31239ef4cc09 22:41:17 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:41:17 ---> Using cache 22:41:17 ---> dbddbf7c9a08 22:41:17 Step 8/22 : COPY . . 22:41:17 ---> Using cache 22:41:17 ---> cec3d417b0fb 22:41:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:41:17 ---> Running in 52f7e68bd32e 22:41:18 Removing intermediate container e5ae78b3e345 22:41:18 ---> b8599761d146 22:41:18 22:41:18 Step 9/19 : FROM alpine:3.15 22:41:18 ---> 354640af7b1b 22:41:18 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:41:18 ---> Using cache 22:41:18 ---> fca61501aa02 22:41:18 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 22:41:20 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:41:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:41:20 ---> e134e1b8a3e4 22:41:20 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:41:20 ---> Using cache 22:41:20 ---> 0f05023b65e2 22:41:20 Step 4/22 : WORKDIR /edgex-go 22:41:20 ---> Using cache 22:41:20 ---> e5aec95ed564 22:41:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:41:21 ---> Running in 449515e65045 22:41:21 ---> Running in 5196095e9e59 22:41:21 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 22:41:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 22:41:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 22:41:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:41:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:41:25 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:41:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:41:25 ---> e134e1b8a3e4 22:41:25 Step 3/23 : WORKDIR /edgex-go 22:41:25 ---> Using cache 22:41:25 ---> c9f5daf9f5ab 22:41:25 Step 4/23 : RUN apk add --update --no-cache make git 22:41:25 ---> Running in 5590de361ded 22:41:25 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 22:41:25 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 22:41:25 OK: 15736 distinct packages available 22:41:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 22:41:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 22:41:26 OK: 221 MiB in 51 packages 22:41:27 (1/9) Installing ca-certificates (20220614-r0) 22:41:27 (2/9) Installing brotli-libs (1.0.9-r5) 22:41:27 (3/9) Installing nghttp2-libs (1.46.0-r0) 22:41:27 (4/9) Installing libcurl (7.80.0-r6) 22:41:27 (5/9) Installing curl (7.80.0-r6) 22:41:27 (6/9) Installing dumb-init (1.2.5-r1) 22:41:27 (7/9) Installing musl-obstack (1.2.3-r0) 22:41:27 (8/9) Installing libucontext (1.1-r0) 22:41:27 (9/9) Installing gcompat (1.0.0-r4) 22:41:27 Executing busybox-1.34.1-r7.trigger 22:41:27 Executing ca-certificates-20220614-r0.trigger 22:41:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:41:27 Removing intermediate container 5196095e9e59 22:41:27 ---> c63ec28f8f64 22:41:27 Step 6/22 : COPY go.mod vendor* ./ 22:41:27 OK: 8 MiB in 23 packages 22:41:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:41:28 ---> bcec3714a4d8 22:41:28 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:41:28 ---> Running in cbb7f5c0bef0 22:41:29 OK: 221 MiB in 51 packages 22:41:30 Removing intermediate container 449515e65045 22:41:30 ---> fbee3796841a 22:41:30 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 22:41:31 Removing intermediate container 5590de361ded 22:41:31 ---> ef8870c3d110 22:41:31 Step 5/23 : COPY go.mod vendor* ./ 22:41:32 ---> 410a7275bc35 22:41:32 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 22:41:32 ---> e3333dda922a 22:41:32 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:41:32 ---> Running in 462e5fb75b79 22:41:35 ---> a76aecaf3d45 22:41:35 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 22:41:35 ---> b2a8d9909668 22:41:35 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 22:41:35 ---> Running in e63f97b3c87e 22:41:36 Removing intermediate container e63f97b3c87e 22:41:36 ---> bbe6f5b3dd62 22:41:36 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:41:36 ---> Running in 9e3ad3104aff 22:41:36 Removing intermediate container 9e3ad3104aff 22:41:36 ---> 6c626ed6e3f7 22:41:36 Step 17/19 : LABEL arch=arm64 22:41:36 ---> Running in 239052e6ac23 22:41:37 Removing intermediate container 239052e6ac23 22:41:37 ---> 1c012737dcf1 22:41:37 Step 18/19 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:41:37 ---> Running in 4aea5790dc80 22:41:38 Removing intermediate container 4aea5790dc80 22:41:38 ---> c0c86cf7446e 22:41:38 Step 19/19 : LABEL version=0.0.0 22:41:38 ---> Running in 0a03d5586b14 22:41:38 Removing intermediate container 0a03d5586b14 22:41:38 ---> af5b15794eba 22:41:38 22:41:38 Successfully built af5b15794eba 22:41:38 Successfully tagged security-spiffe-token-provider-arm64:latest 22:41:38  Building security-spiffe-token-provider ... done Building security-spire-config 22:41:53 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:41:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:41:54 ---> e134e1b8a3e4 22:41:54 Step 3/24 : WORKDIR /edgex-go 22:41:54 ---> Using cache 22:41:54 ---> c9f5daf9f5ab 22:41:54 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 22:41:54 ---> Using cache 22:41:54 ---> ef341b9ae642 22:41:54 Step 5/24 : COPY go.mod vendor* ./ 22:41:54 ---> Using cache 22:41:54 ---> 39126241d4eb 22:41:54 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:41:54 ---> Using cache 22:41:54 ---> 6df397f1cb2b 22:41:54 Step 7/24 : COPY . . 22:41:54 ---> Using cache 22:41:54 ---> 8905960848da 22:41:54 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 22:41:54 ---> Using cache 22:41:54 ---> 662f669c6e62 22:41:54 Step 9/24 : WORKDIR /edgex-go/spire-build 22:41:54 ---> Using cache 22:41:54 ---> c6c41f796729 22:41:54 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 22:41:54 ---> Using cache 22:41:54 ---> 7a1110c09650 22:41:54 Step 11/24 : WORKDIR /edgex-go 22:41:54 ---> Using cache 22:41:54 ---> 1b1e4c6865a3 22:41:54 22:41:54 Step 12/24 : FROM alpine:3.15 22:41:54 ---> 354640af7b1b 22:41:54 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:41:54 ---> Using cache 22:41:54 ---> fca61501aa02 22:41:54 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 22:41:55 ---> Running in f2ca99e52728 22:41:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 22:41:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 22:41:59 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 22:41:59 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 22:41:59 OK: 15736 distinct packages available 22:41:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 22:41:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 22:42:00 (1/4) Installing dumb-init (1.2.5-r1) 22:42:00 (2/4) Installing musl-obstack (1.2.3-r0) 22:42:00 (3/4) Installing libucontext (1.1-r0) 22:42:00 (4/4) Installing gcompat (1.0.0-r4) 22:42:00 Executing busybox-1.34.1-r7.trigger 22:42:00 OK: 6 MiB in 18 packages 22:42:02 Removing intermediate container f2ca99e52728 22:42:02 ---> 8326b63449d3 22:42:02 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:42:09 ---> f79eac05dcfd 22:42:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 22:42:09 ---> e17b5fb1730e 22:42:09 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 22:42:09 ---> Running in 5684d5633959 22:42:09 Removing intermediate container 5684d5633959 22:42:09 ---> 889f41690afa 22:42:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 22:42:10 ---> 659bdd705eb0 22:42:10 Step 19/24 : WORKDIR / 22:42:10 ---> Running in 82aad363ba4f 22:42:11 Removing intermediate container 82aad363ba4f 22:42:11 ---> acfa0383be19 22:42:11 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:42:11 ---> Running in a3ac9b96abdb 22:42:12 Removing intermediate container a3ac9b96abdb 22:42:12 ---> 13a72f2e2b61 22:42:12 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:42:12 ---> Running in 51ef807e14ca 22:42:12 Removing intermediate container 51ef807e14ca 22:42:12 ---> c70b6360ee6e 22:42:12 Step 22/24 : LABEL arch=arm64 22:42:12 ---> Running in 80b97c4acc8e 22:42:13 Removing intermediate container 80b97c4acc8e 22:42:13 ---> 839ac3076079 22:42:13 Step 23/24 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:42:13 ---> Running in 09b7d99bef19 22:42:14 Removing intermediate container 09b7d99bef19 22:42:14 ---> 65c13e7e04b7 22:42:14 Step 24/24 : LABEL version=0.0.0 22:42:14 ---> Running in a4ae5e595952 22:42:14 Removing intermediate container a4ae5e595952 22:42:14 ---> 1cfe1b93b91c 22:42:14 22:42:15 Successfully built 1cfe1b93b91c 22:42:15 Successfully tagged security-spire-config-arm64:latest 22:42:15  Building security-spire-config ... done Building security-proxy-setup 22:42:33 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:42:33 Step 2/20 : FROM ${BUILDER_BASE} AS builder 22:42:33 ---> e134e1b8a3e4 22:42:33 Step 3/20 : WORKDIR /edgex-go 22:42:33 ---> Using cache 22:42:33 ---> c9f5daf9f5ab 22:42:33 Step 4/20 : RUN apk add --update --no-cache make git 22:42:33 ---> Using cache 22:42:33 ---> ef8870c3d110 22:42:33 Step 5/20 : COPY go.mod vendor* ./ 22:42:33 ---> Using cache 22:42:33 ---> e3333dda922a 22:42:33 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:42:33 ---> Running in cb8f8695cfd3 22:43:29 Removing intermediate container 462e5fb75b79 22:43:29 ---> c9bf39029f0d 22:43:29 Step 7/23 : COPY . . 22:43:29 Removing intermediate container cbb7f5c0bef0 22:43:29 ---> e080d4118743 22:43:29 Step 8/22 : COPY . . 22:43:59 ---> ced3e8202788 22:43:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:43:59 ---> 7e8b7571a0a3 22:43:59 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:43:59 ---> Running in b31877ad716a 22:43:59 ---> Running in 80584b145565 22:44: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:44:01 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 22:44:16 Removing intermediate container cb8f8695cfd3 22:44:16 ---> 551fd30917a9 22:44:16 Step 7/20 : COPY . . 22:44:28 ---> c029f6331663 22:44:28 Step 8/20 : RUN make cmd/secrets-config/secrets-config 22:44:28 ---> Running in 396ed2db41eb 22:44:29 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 22:47:21 Removing intermediate container c1f522b3b473 22:47:21 ---> 976fd59a225b 22:47:21 22:47:21 Step 10/22 : FROM alpine:3.16 22:47:21 ---> 4c81e5bf8899 22:47:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:47:21 ---> Running in d04ab63bfb3f 22:47:21 Removing intermediate container d04ab63bfb3f 22:47:21 ---> 1e65dd10597e 22:47:21 Step 12/22 : ENV APP_PORT=59880 22:47:21 ---> Running in 91e3af2ee7d5 22:47:21 Removing intermediate container 91e3af2ee7d5 22:47:21 ---> da226db8adeb 22:47:21 Step 13/22 : EXPOSE $APP_PORT 22:47:21 ---> Running in ac3e14e62acd 22:47:21 Removing intermediate container ac3e14e62acd 22:47:21 ---> 54015befb569 22:47:21 Step 14/22 : RUN apk add --update --no-cache dumb-init 22:47:21 ---> Running in e71438a4271f 22:47:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:47:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:47:22 (1/1) Installing dumb-init (1.2.5-r1) 22:47:22 Executing busybox-1.35.0-r17.trigger 22:47:22 OK: 5 MiB in 15 packages 22:47:23 Removing intermediate container e71438a4271f 22:47:23 ---> 66792821aba5 22:47:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:47:24 ---> 588b6b41ebd5 22:47:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:47:26 ---> 250ac21dc079 22:47:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:47:27 ---> 7a88779cf078 22:47:27 Step 18/22 : ENTRYPOINT ["/core-data"] 22:47:27 ---> Running in 0d97cb869eef 22:47:28 Removing intermediate container 0d97cb869eef 22:47:28 ---> 429bd55b009a 22:47:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:47:28 ---> Running in f57814c89f76 22:47:28 Removing intermediate container f57814c89f76 22:47:28 ---> 42d59eef57c7 22:47:28 Step 20/22 : LABEL arch=arm64 22:47:28 ---> Running in 1a0339376566 22:47:29 Removing intermediate container 1a0339376566 22:47:29 ---> fa46f6f30714 22:47:29 Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:47:29 ---> Running in 2938d2d30144 22:47:29 Removing intermediate container 2938d2d30144 22:47:29 ---> 9b13fa486020 22:47:29 Step 22/22 : LABEL version=0.0.0 22:47:30 ---> Running in 4e6a9da95243 22:47:30 Removing intermediate container 4e6a9da95243 22:47:30 ---> cfcd1c0707ba 22:47:30 22:47:31 Successfully built cfcd1c0707ba 22:47:31 Successfully tagged core-data-arm64:latest 22:47:31 Building security-bootstrapper 22:47:49  Building core-data ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:47:49 Step 2/32 : FROM ${BUILDER_BASE} AS builder 22:47:49 ---> e134e1b8a3e4 22:47:49 Step 3/32 : WORKDIR /edgex-go 22:47:49 ---> Using cache 22:47:49 ---> c9f5daf9f5ab 22:47:49 Step 4/32 : RUN apk add --update --no-cache make git 22:47:49 ---> Using cache 22:47:49 ---> ef8870c3d110 22:47:49 Step 5/32 : COPY go.mod vendor* ./ 22:47:49 ---> Using cache 22:47:49 ---> e3333dda922a 22:47:49 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:47:49 ---> Using cache 22:47:49 ---> 551fd30917a9 22:47:49 Step 7/32 : COPY . . 22:47:49 ---> Using cache 22:47:49 ---> c029f6331663 22:47:49 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:47:49 ---> Running in 2efbdd96b817 22:47:49 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 22:49:56 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 22:50:01 Removing intermediate container 80584b145565 22:50:01 ---> c27219d6753b 22:50:01 22:50:01 Step 9/23 : FROM alpine:3.16 22:50:01 ---> 4c81e5bf8899 22:50:01 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 22:50:01 ---> Running in 391e7ce63ba5 22:50:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:50:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:50:05 (1/3) Installing ca-certificates (20220614-r0) 22:50:05 (2/3) Installing dumb-init (1.2.5-r1) 22:50:05 (3/3) Installing su-exec (0.2-r1) 22:50:05 Executing busybox-1.35.0-r17.trigger 22:50:05 Executing ca-certificates-20220614-r0.trigger 22:50:06 OK: 6 MiB in 17 packages 22:50:08 Removing intermediate container 391e7ce63ba5 22:50:08 ---> 0ec249fc78dd 22:50:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:50:08 ---> Running in 350b0c7a360e 22:50:09 Removing intermediate container 350b0c7a360e 22:50:09 ---> 77b2d47eb5e4 22:50:09 Step 12/23 : WORKDIR / 22:50:09 ---> Running in b7b31caa7904 22:50:12 Removing intermediate container b7b31caa7904 22:50:12 ---> e834a5a1a291 22:50:12 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:50:14 ---> 81fccc76dd73 22:50:14 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:50:15 ---> df9b72f9fa62 22:50:15 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:50:17 ---> 48b82986a27a 22:50:17 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:50:19 Removing intermediate container 396ed2db41eb 22:50:19 ---> 5d487abe883d 22:50:19 22:50:19 Step 9/20 : FROM alpine:3.16 22:50:19 ---> 4c81e5bf8899 22:50:19 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 22:50:19 ---> Running in 2408e81b8065 22:50:20 ---> 207d06cae942 22:50:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:50:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:50:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:50:24 (1/2) Installing dumb-init (1.2.5-r1) 22:50:24 (2/2) Installing openssl (1.1.1t-r0) 22:50:24 Executing busybox-1.35.0-r17.trigger 22:50:24 OK: 6 MiB in 16 packages 22:50:24 ---> 7ff008d2be00 22:50:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:50:26 ---> b2570ddcf982 22:50:26 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:50:26 Removing intermediate container 2408e81b8065 22:50:26 ---> a0f48217ae85 22:50:26 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 22:50:27 ---> Running in 36863d7c646f 22:50:27 ---> Running in 944a77f194fa 22:50:28 Removing intermediate container 944a77f194fa 22:50:28 ---> ac6e6500dfef 22:50:28 Step 12/20 : WORKDIR /edgex 22:50:28 ---> Running in c7d062f0dbc1 22:50:29 Removing intermediate container c7d062f0dbc1 22:50:29 ---> 740af95d9f34 22:50:29 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 22:50:31 ---> 8c2629d0de3c 22:50:31 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:50:31 Removing intermediate container 36863d7c646f 22:50:31 ---> c15ac2c18ff9 22:50:31 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 22:50:31 ---> Running in 08cc47fcb5be 22:50:31 Removing intermediate container 52f7e68bd32e 22:50:31 ---> 0da70fc3c771 22:50:31 22:50:31 Step 10/22 : FROM alpine:3.16 22:50:31 ---> 4c81e5bf8899 22:50:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:50:31 ---> Using cache 22:50:31 ---> 8aba512fc851 22:50:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:50:31 ---> Using cache 22:50:31 ---> 09a50e37792b 22:50:31 Step 13/22 : ENV APP_PORT=59861 22:50:31 ---> Running in 64d8a9dca8ef 22:50:32 Removing intermediate container 08cc47fcb5be 22:50:32 ---> 7e776503ba65 22:50:32 Step 21/23 : LABEL arch=arm64 22:50:32 ---> Running in 5f23f56ccac8 22:50:33 Removing intermediate container 64d8a9dca8ef 22:50:33 ---> 586a631f6681 22:50:33 Step 14/22 : EXPOSE $APP_PORT 22:50:33 ---> Running in 70523d34bc90 22:50:34 Removing intermediate container 70523d34bc90 22:50:34 ---> e1b42e4c3894 22:50:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:50:34 ---> 660f635575da 22:50:34 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 22:50:34 Removing intermediate container 5f23f56ccac8 22:50:34 ---> 9e4a7d3432a1 22:50:34 Step 22/23 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:50:34 ---> Running in 1f3ef2d1ff29 22:50:35 Removing intermediate container 1f3ef2d1ff29 22:50:35 ---> 5e4c07020ffb 22:50:35 Step 23/23 : LABEL version=0.0.0 22:50:35 ---> Running in 30cd7b4f10d9 22:50:35 ---> d784cd1e3206 22:50:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:50:35 ---> b65d37ecb861 22:50:35 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:50:35 ---> Running in e08f1d107792 22:50:36 Removing intermediate container 30cd7b4f10d9 22:50:36 ---> 241262164029 22:50:36 22:50:36 Successfully built 241262164029 22:50:36 Successfully tagged security-secretstore-setup-arm64:latest 22:50:36  Building security-secretstore-setup ... done Building security-spire-server 22:50:40 Removing intermediate container e08f1d107792 22:50:40 ---> b90c6c8d53b7 22:50:40 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 22:50:40 ---> 4204141599c7 22:50:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:50:40 ---> Running in da6b1b6a24a2 22:50:40 Removing intermediate container da6b1b6a24a2 22:50:40 ---> 7d00b93a94ca 22:50:40 Step 18/20 : LABEL arch=arm64 22:50:40 ---> Running in d7b9054aba5c 22:50:41 ---> 854a8b85aebf 22:50:41 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:50:41 ---> Running in 25b380312b5a 22:50:41 Removing intermediate container d7b9054aba5c 22:50:41 ---> d5818a77fb3c 22:50:41 Step 19/20 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:50:41 ---> Running in 78633025ef81 22:50:41 Removing intermediate container 25b380312b5a 22:50:41 ---> 393db97fd42d 22:50:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:50:42 ---> Running in 4c452927173f 22:50:42 Removing intermediate container 78633025ef81 22:50:42 ---> 61bb81e6cf8e 22:50:42 Step 20/20 : LABEL version=0.0.0 22:50:42 ---> Running in 5a6802f920d5 22:50:42 Removing intermediate container 4c452927173f 22:50:42 ---> 5a58047a6ef9 22:50:42 Step 20/22 : LABEL arch=arm64 22:50:42 ---> Running in 2872f1f578fe 22:50:43 Removing intermediate container 5a6802f920d5 22:50:43 ---> e65b5f79065b 22:50:43 22:50:43 Removing intermediate container 2872f1f578fe 22:50:43 ---> 6ccfbdfe5f54 22:50:43 Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:50:43 ---> Running in c65bbbd8e6f0 22:50:44 Successfully built e65b5f79065b 22:50:44 Successfully tagged security-proxy-setup-arm64:latest 22:50:44  Building security-proxy-setup ... done Removing intermediate container c65bbbd8e6f0 22:50:44 ---> 5d76ee7386e8 22:50:44 Step 22/22 : LABEL version=0.0.0 22:50:44 ---> Running in cd6170924337 22:50:45 Removing intermediate container cd6170924337 22:50:45 ---> ac2083a85f70 22:50:45 22:50:45 Successfully built ac2083a85f70 22:50:45 Successfully tagged support-scheduler-arm64:latest 22:50:53  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:50:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:50:53 ---> e134e1b8a3e4 22:50:53 Step 3/23 : WORKDIR /edgex-go 22:50:53 ---> Using cache 22:50:53 ---> c9f5daf9f5ab 22:50:53 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 22:50:53 ---> Using cache 22:50:53 ---> ef341b9ae642 22:50:53 Step 5/23 : COPY go.mod vendor* ./ 22:50:53 ---> Using cache 22:50:53 ---> 39126241d4eb 22:50:53 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:50:53 ---> Using cache 22:50:53 ---> 6df397f1cb2b 22:50:53 Step 7/23 : COPY . . 22:50:53 ---> Using cache 22:50:53 ---> 8905960848da 22:50:53 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 22:50:53 ---> Using cache 22:50:53 ---> 662f669c6e62 22:50:53 Step 9/23 : WORKDIR /edgex-go/spire-build 22:50:53 ---> Using cache 22:50:53 ---> c6c41f796729 22:50:53 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 22:50:53 ---> Running in 107aab699515 22:50:56 Removing intermediate container 107aab699515 22:50:56 ---> 6e3dd8159d4a 22:50:56 Step 11/23 : WORKDIR /edgex-go 22:50:56 ---> Running in 58d573e299c1 22:50:56 Removing intermediate container 58d573e299c1 22:50:56 ---> 75e72f01711c 22:50:56 22:50:56 Step 12/23 : FROM alpine:3.15 22:50:56 ---> 354640af7b1b 22:50:56 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:50:56 ---> Using cache 22:50:56 ---> fca61501aa02 22:50:56 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 22:50:56 ---> Using cache 22:50:56 ---> 0343686ae686 22:50:56 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:51:03 ---> 964709914bc0 22:51:03 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 22:51:03 ---> ee7c8b9672a9 22:51:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 22:51:04 ---> 4bdc632a90b9 22:51:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 22:51:05 ---> 8fc9354f73ff 22:51:05 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:51:05 ---> Running in be0034099b4f 22:51:06 Removing intermediate container be0034099b4f 22:51:06 ---> 4c476ea7fe9a 22:51:06 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:51:06 ---> Running in c2b85f80521a 22:51:06 Removing intermediate container c2b85f80521a 22:51:06 ---> 08bf85e31a0c 22:51:06 Step 21/23 : LABEL arch=arm64 22:51:06 ---> Running in 25d6c2d3eed4 22:51:07 Removing intermediate container 25d6c2d3eed4 22:51:07 ---> 00c1cc4e9a4c 22:51:07 Step 22/23 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:51:07 ---> Running in 091151c8a5aa 22:51:07 Removing intermediate container 091151c8a5aa 22:51:07 ---> 9769c6836b8f 22:51:07 Step 23/23 : LABEL version=0.0.0 22:51:07 ---> Running in 8cb2b5bb28ec 22:51:08 Removing intermediate container 8cb2b5bb28ec 22:51:08 ---> 0f7a3fd408e8 22:51:08 22:51:08 Successfully built 0f7a3fd408e8 22:51:08 Successfully tagged security-spire-server-arm64:latest 22:52:04  Building security-spire-server ... done Removing intermediate container 2efbdd96b817 22:52:04 ---> 84bc2b374505 22:52:04 22:52:04 Step 9/32 : FROM alpine:3.16 22:52:04 ---> 4c81e5bf8899 22:52:04 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:52:04 Removing intermediate container b31877ad716a 22:52:04 ---> 8df0a434dd07 22:52:04 22:52:04 Step 10/22 : FROM alpine:3.16 22:52:04 ---> 4c81e5bf8899 22:52:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:52:04 ---> Running in 7459f4a337b7 22:52:04 ---> Running in 5a6606180f41 22:52:04 Removing intermediate container 5a6606180f41 22:52:04 ---> 25c4e60a980c 22:52:04 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 22:52:04 ---> Running in 8cdf88c0ebbd 22:52:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:52:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:52:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:52:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:52:04 (1/2) Installing ca-certificates (20220614-r0) 22:52:04 (2/2) Installing dumb-init (1.2.5-r1) 22:52:04 Executing busybox-1.35.0-r17.trigger 22:52:04 Executing ca-certificates-20220614-r0.trigger 22:52:04 (1/2) Installing dumb-init (1.2.5-r1) 22:52:04 (2/2) Installing su-exec (0.2-r1) 22:52:04 Executing busybox-1.35.0-r17.trigger 22:52:04 OK: 5 MiB in 16 packages 22:52:04 OK: 6 MiB in 16 packages 22:52:04 Removing intermediate container 8cdf88c0ebbd 22:52:04 ---> 7a6491247ec8 22:52:04 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 22:52:04 ---> Running in 26a1c332b8f5 22:52:04 Removing intermediate container 7459f4a337b7 22:52:04 ---> f34db1cdc49e 22:52:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:52:04 ---> Running in ad14a9f9dfaa 22:52:04 Removing intermediate container 26a1c332b8f5 22:52:04 ---> ceebed71b0f7 22:52:04 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 22:52:04 ---> Running in a7e85b54a201 22:52:04 Removing intermediate container ad14a9f9dfaa 22:52:04 ---> b6fd0d512200 22:52:04 Step 13/22 : ENV APP_PORT=59860 22:52:04 ---> Running in 918e1b836bac 22:52:04 Removing intermediate container a7e85b54a201 22:52:04 ---> 4b9496dae48a 22:52:04 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 22:52:04 ---> Running in 126de26e5644 22:52:04 Removing intermediate container 918e1b836bac 22:52:04 ---> fe8b40ae37d1 22:52:04 Step 14/22 : EXPOSE $APP_PORT 22:52:04 ---> Running in 18de6078070f 22:52:04 Removing intermediate container 126de26e5644 22:52:04 ---> 7d52cb437245 22:52:04 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 22:52:04 ---> Running in bfff6a83fd15 22:52:04 Removing intermediate container 18de6078070f 22:52:04 ---> 892b6bd598d3 22:52:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:52:04 Removing intermediate container bfff6a83fd15 22:52:04 ---> 7c12ac3c4ad5 22:52:04 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 22:52:04 ---> Running in 12dc967e96c0 22:52:04 ---> 0e309a50d767 22:52:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:52:04 Removing intermediate container 12dc967e96c0 22:52:04 ---> bed3a16ab1ae 22:52:04 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 22:52:04 ---> 173469bb0477 22:52:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:52:04 ---> Running in fa64d5d64261 22:52:05 Removing intermediate container fa64d5d64261 22:52:05 ---> 1d0c1b766470 22:52:05 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 22:52:05 ---> d66f41cc7814 22:52:05 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:52:05 ---> Running in 15a05e69db0d 22:52:05 ---> f7f46bd22940 22:52:05 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 22:52:05 Removing intermediate container 15a05e69db0d 22:52:05 ---> 419869784438 22:52:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:52:05 ---> Running in dd786050eaa0 22:52:05 ---> Running in 4dea98d59ce2 22:52:06 Removing intermediate container 4dea98d59ce2 22:52:06 ---> 6b44b8915b6c 22:52:06 Step 20/22 : LABEL arch=arm64 22:52:06 ---> Running in 2c9c4bc29988 22:52:06 Removing intermediate container 2c9c4bc29988 22:52:06 ---> a6b7a649c7ee 22:52:06 Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:52:06 ---> Running in c0fb144c7855 22:52:07 Removing intermediate container c0fb144c7855 22:52:07 ---> cf0e976492c2 22:52:07 Step 22/22 : LABEL version=0.0.0 22:52:07 ---> Running in 7f0a2b40753a 22:52:07 Removing intermediate container 7f0a2b40753a 22:52:07 ---> 072afaf80cf5 22:52:07 22:52:07 Removing intermediate container dd786050eaa0 22:52:07 ---> eeb04a653e87 22:52:07 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 22:52:07 Successfully built 072afaf80cf5 22:52:07 Successfully tagged support-notifications-arm64:latest 22:52:08  Building support-notifications ... done  ---> 1ff0d18c88d1 22:52:08 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:52:10 ---> d38a808343d6 22:52:10 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:52:10 ---> c3cdc66fafbd 22:52:10 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:52:11 ---> 1a0f65e9cede 22:52:11 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 22:52:11 ---> 89a4798f9c5d 22:52:11 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 22:52:12 ---> 5730acdb04bb 22:52:12 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:52:13 ---> ad619f20c8e6 22:52:13 Step 27/32 : RUN chmod +x /entrypoint.sh 22:52:13 ---> Running in acf327a8a5d0 22:52:15 Removing intermediate container acf327a8a5d0 22:52:15 ---> 2c32aba9c37d 22:52:15 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 22:52:15 ---> Running in bdd97ce28cf4 22:52:15 Removing intermediate container bdd97ce28cf4 22:52:15 ---> 7297360689fd 22:52:15 Step 29/32 : CMD ["gate"] 22:52:15 ---> Running in 7c20f754a9ca 22:52:15 Removing intermediate container 7c20f754a9ca 22:52:15 ---> 268d752fa0a0 22:52:15 Step 30/32 : LABEL arch=arm64 22:52:15 ---> Running in 7556f548d4f4 22:52:15 Removing intermediate container 7556f548d4f4 22:52:15 ---> 64280f446dec 22:52:15 Step 31/32 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c 22:52:15 ---> Running in 09656fd6a64b 22:52:16 Removing intermediate container 09656fd6a64b 22:52:16 ---> 8bec28a15210 22:52:16 Step 32/32 : LABEL version=0.0.0 22:52:16 ---> Running in 1bfcebbb4d8a 22:52:16 Removing intermediate container 1bfcebbb4d8a 22:52:16 ---> 68eedb9a425d 22:52:16 22:52:16 Successfully built 68eedb9a425d 22:52:16 Successfully tagged security-bootstrapper-arm64:latest 22:52:17  Building security-bootstrapper ... done  [Pipeline] } 22:52:17 $ docker stop --time=1 5c23f2324be2a0c1bf5025b5b125f534b2711ae0e11ca3c6d0ba3f6adb657c3c 22:52:18 $ docker rm -f --volumes 5c23f2324be2a0c1bf5025b5b125f534b2711ae0e11ca3c6d0ba3f6adb657c3c [Pipeline] // withDockerContainer [Pipeline] sh 22:52:19 + docker images 22:52:19 REPOSITORY TAG IMAGE ID CREATED SIZE 22:52:19 security-bootstrapper-arm64 latest 68eedb9a425d 3 seconds ago 19MB 22:52:19 support-notifications-arm64 latest 072afaf80cf5 12 seconds ago 29.7MB 22:52:19 8df0a434dd07 24 seconds ago 1.57GB 22:52:19 84bc2b374505 25 seconds ago 1.49GB 22:52:19 security-spire-server-arm64 latest 0f7a3fd408e8 About a minute ago 84.3MB 22:52:19 75e72f01711c About a minute ago 1.38GB 22:52:19 support-scheduler-arm64 latest ac2083a85f70 About a minute ago 29.1MB 22:52:19 security-proxy-setup-arm64 latest e65b5f79065b About a minute ago 15.8MB 22:52:19 security-secretstore-setup-arm64 latest 241262164029 About a minute ago 28.8MB 22:52:19 0da70fc3c771 About a minute ago 1.57GB 22:52:19 5d487abe883d 2 minutes ago 1.49GB 22:52:19 c27219d6753b 2 minutes ago 1.5GB 22:52:19 core-data-arm64 latest cfcd1c0707ba 4 minutes ago 17.3MB 22:52:19 976fd59a225b 5 minutes ago 1.51GB 22:52:19 security-spire-config-arm64 latest 1cfe1b93b91c 10 minutes ago 83.6MB 22:52:19 security-spiffe-token-provider-arm64 latest af5b15794eba 10 minutes ago 29.1MB 22:52:19 b8599761d146 11 minutes ago 1.54GB 22:52:19 core-metadata-arm64 latest b630a05ff28b 11 minutes ago 17.8MB 22:52:19 core-command-arm64 latest 24bab7b345db 11 minutes ago 17.1MB 22:52:19 security-proxy-auth-arm64 latest 2b9248fb7f93 11 minutes ago 15.7MB 22:52:19 4781b3741b14 11 minutes ago 1.52GB 22:52:19 core-common-config-bootstrapper-arm64 latest 052a2b571a4e 11 minutes ago 14.9MB 22:52:19 69bf71bd2e7b 11 minutes ago 1.49GB 22:52:19 9e78df59ccd5 11 minutes ago 1.51GB 22:52:19 03924364ef91 12 minutes ago 1.5GB 22:52:19 security-spire-agent-arm64 latest 5a00c8f5dfae 17 minutes ago 122MB 22:52:19 1b1e4c6865a3 18 minutes ago 1.38GB 22:52:19 ci-base-image-arm64 latest e134e1b8a3e4 30 minutes ago 904MB 22:52:19 alpine 3.15 354640af7b1b 4 weeks ago 5.34MB 22:52:19 alpine 3.16 4c81e5bf8899 4 weeks ago 5.3MB 22:52:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB 22:52:19 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 22:52:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:52:20 22:52:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:52:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:52:20 arm64: Pulling from edgex-lftools-log-publisher 22:52:20 8998bd30e6a1: Pulling fs layer 22:52:20 04944245beec: Pulling fs layer 22:52:20 699f458cf7ca: Pulling fs layer 22:52:20 765212b225bb: Pulling fs layer 22:52:20 f23df028b6ca: Pulling fs layer 22:52:20 d65c8cfc05b1: Pulling fs layer 22:52:20 2437ff75d9bd: Pulling fs layer 22:52:20 f23df028b6ca: Waiting 22:52:20 d65c8cfc05b1: Waiting 22:52:20 2437ff75d9bd: Waiting 22:52:20 765212b225bb: Waiting 22:52:21 04944245beec: Verifying Checksum 22:52:21 04944245beec: Download complete 22:52:21 765212b225bb: Verifying Checksum 22:52:21 765212b225bb: Download complete 22:52:21 f23df028b6ca: Download complete 22:52:21 d65c8cfc05b1: Verifying Checksum 22:52:21 d65c8cfc05b1: Download complete 22:52:21 699f458cf7ca: Download complete 22:52:21 8998bd30e6a1: Verifying Checksum 22:52:21 8998bd30e6a1: Download complete 22:52:24 2437ff75d9bd: Verifying Checksum 22:52:24 2437ff75d9bd: Download complete 22:52:25 8998bd30e6a1: Pull complete 22:52:25 04944245beec: Pull complete 22:52:27 699f458cf7ca: Pull complete 22:52:27 765212b225bb: Pull complete 22:52:28 f23df028b6ca: Pull complete 22:52:28 d65c8cfc05b1: Pull complete 22:52:43 2437ff75d9bd: Pull complete 22:52:43 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:52:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:52:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:52:43 prd-ubuntu20.04-docker-arm64-4c-16g-9687 does not seem to be running inside a container 22:52:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 22:52:47 $ docker top 0740f59643115c8dd52f5b65878cff8c4bd27f9ab70ff14597aee5832624199e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:52:48 ---> job-cost.sh 22:52:48 lf-activate-venv: SKIPPING 22:52:48 INFO: No Stack... 22:52:48 INFO: Retrieving Pricing Info for: v3-standard-4 22:52:49 INFO: Archiving Costs [Pipeline] sh 22:52:50 + cat /w/workspace/edgex-go/1/archives/cost.csv 22:52:50 + cut -d, -f6 [Pipeline] lock 22:52:50 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4435-1-stack-cost] 22:52:50 Resource [jenkins-edgexfoundry-edgex-go-PR-4435-1-stack-cost] did not exist. Created. 22:52:50 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4435-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:52:50 + echo total: 0.10999999940395355 [Pipeline] stash 22:52:51 Stashed 1 file(s) [Pipeline] } 22:52:51 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4435-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:52:51 $ docker stop --time=1 0740f59643115c8dd52f5b65878cff8c4bd27f9ab70ff14597aee5832624199e 22:52:52 $ docker rm -f --volumes 0740f59643115c8dd52f5b65878cff8c4bd27f9ab70ff14597aee5832624199e [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 22:52:53 provisioning config files... 22:52:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12274983819584473810tmp [Pipeline] { [Pipeline] sh 22:52:54 + set +x 22:52:54 + + curlbash -s -s https://codecov.io/bash -- 22:52:54 22:52:54 22:52:54 _____ _ 22:52:54 / ____| | | 22:52:54 | | ___ __| | ___ ___ _____ __ 22:52:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:52:54 | |___| (_) | (_| | __/ (_| (_) \ V / 22:52:54 \_____\___/ \__,_|\___|\___\___/ \_/ 22:52:54 Bash-1.0.6 22:52:54 22:52:54 22:52:54 ==> git version 2.25.1 found 22:52:54 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 22:52:54 Release-Date: 2020-01-08 22:52:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:52:54 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:52:54 ==> Jenkins CI detected. 22:52:54 current dir:  /w/workspace/edgex-go/1 22:52:54 project root: . 22:52:54 --> token set from env 22:52:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:52:54 ==> Running gcov in . (disable via -X gcov) 22:52:54 ==> Python coveragepy not found 22:52:54 ==> Searching for coverage reports in: 22:52:54 + . 22:52:54 -> Found 1 reports 22:52:54 ==> Detecting git/mercurial file structure 22:52:54 ==> Reading reports 22:52:54 + ./coverage.out bytes=447487 22:52:54 ==> Appending adjustments 22:52:54 https://docs.codecov.io/docs/fixing-reports 22:52:55 + Found adjustments 22:52:55 ==> Gzipping contents 22:52:55 60K /tmp/codecov.LMZdcf.gz 22:52:55 ==> Uploading reports 22:52:55 url: https://codecov.io 22:52:55 query: branch=PR-4435&commit=e869783a4c36ad155a525780dc958aeed284c14c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4435%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4435&job=&cmd_args= 22:52:55 -> Pinging Codecov 22:52:55 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4435&commit=e869783a4c36ad155a525780dc958aeed284c14c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4435%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4435&job=&cmd_args= 22:52:55 -> Uploading to 22:52:55 https://storage.googleapis.com/codecov/v4/raw/2023-03-10/00271124DB129430A58F1EEE437C3FCB/e869783a4c36ad155a525780dc958aeed284c14c/42e65161-17b0-4aa1-a349-6de502e34ac1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230310T225255Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dd1050134fe280ebde9b80355dfcb11a6a06dfdb603d6e34f25e021472ffa90c 22:52:55 % Total % Received % Xferd Average Speed Time Time Time Current 22:52:55 Dload Upload Total Spent Left Speed 22:52:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58202 0 0 100 58202 0 169k --:--:-- --:--:-- --:--:-- 169k 22:52:56 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/e869783a4c36ad155a525780dc958aeed284c14c [Pipeline] } 22:52:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 22:52:57 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 22:52:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:52:58 ---> package-listing.sh 22:52:58 ++ facter osfamily 22:52:58 ++ tr '[:upper:]' '[:lower:]' 22:52:59 + OS_FAMILY=debian 22:52:59 + workspace=/w/workspace/edgex-go/1 22:52:59 + START_PACKAGES=/tmp/packages_start.txt 22:52:59 + END_PACKAGES=/tmp/packages_end.txt 22:52:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:52:59 + PACKAGES=/tmp/packages_start.txt 22:52:59 + '[' /w/workspace/edgex-go/1 ']' 22:52:59 + PACKAGES=/tmp/packages_end.txt 22:52:59 + case "${OS_FAMILY}" in 22:52:59 + dpkg -l 22:52:59 + grep '^ii' 22:52:59 + '[' -f /tmp/packages_start.txt ']' 22:52:59 + '[' -f /tmp/packages_end.txt ']' 22:52:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:52:59 + '[' /w/workspace/edgex-go/1 ']' 22:52:59 + mkdir -p /w/workspace/edgex-go/1/archives/ 22:52:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 22:52:59 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:52:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:52:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:52:59 22:52:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:53:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:53:00 latest: Pulling from edgex-lftools-log-publisher 22:53:00 5eb5b503b376: Pulling fs layer 22:53:00 5c69ac0246d0: Pulling fs layer 22:53:00 ec43610c2a17: Pulling fs layer 22:53:00 3a2ae6a8a46f: Pulling fs layer 22:53:00 33b1e0a273af: Pulling fs layer 22:53:00 5d3b04190fa2: Pulling fs layer 22:53:00 2f39f015ded8: Pulling fs layer 22:53:00 5d3b04190fa2: Waiting 22:53:00 3a2ae6a8a46f: Waiting 22:53:00 2f39f015ded8: Waiting 22:53:00 33b1e0a273af: Waiting 22:53:00 5c69ac0246d0: Verifying Checksum 22:53:00 5c69ac0246d0: Download complete 22:53:00 3a2ae6a8a46f: Verifying Checksum 22:53:00 3a2ae6a8a46f: Download complete 22:53:00 33b1e0a273af: Verifying Checksum 22:53:00 33b1e0a273af: Download complete 22:53:00 5d3b04190fa2: Verifying Checksum 22:53:00 5d3b04190fa2: Download complete 22:53:00 ec43610c2a17: Verifying Checksum 22:53:00 ec43610c2a17: Download complete 22:53:00 5eb5b503b376: Verifying Checksum 22:53:00 5eb5b503b376: Download complete 22:53:01 2f39f015ded8: Download complete 22:53:01 5eb5b503b376: Pull complete 22:53:02 5c69ac0246d0: Pull complete 22:53:02 ec43610c2a17: Pull complete 22:53:02 3a2ae6a8a46f: Pull complete 22:53:02 33b1e0a273af: Pull complete 22:53:02 5d3b04190fa2: Pull complete 22:53:07 2f39f015ded8: Pull complete 22:53:07 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:53:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:53:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:53:07 prd-ubuntu20.04-docker-8c-8g-9686 does not seem to be running inside a container 22:53:07 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:53:09 $ docker top 141bbc7eae82db599a6b2d4f7832b488b20cac69a6dcbf1904b2fed0a17649b4 -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:09 + touch /tmp/pre-build-complete [Pipeline] sh 22:53:09 + mkdir -p /var/log/sysstat [Pipeline] sh 22:53:10 + ls /var/log/sa-host 22:53:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:53:10 provisioning config files... 22:53:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3402003491435339698tmp [Pipeline] { [Pipeline] echo 22:53:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:53:10 ---> create-netrc.sh [Pipeline] } 22:53:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:53:11 ---> python-tools-install.sh [Pipeline] echo 22:53:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:53:11 ---> sudo-logs.sh 22:53:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:53:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:53:12 ---> job-cost.sh 22:53:12 lf-activate-venv: SKIPPING 22:53:12 DEBUG: total: 0.10999999940395355 22:53:12 INFO: Retrieving Stack Cost... 22:53:12 INFO: Retrieving Pricing Info for: v3-standard-8 22:53:12 INFO: Archiving Costs [Pipeline] echo 22:53:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:53:13 ---> logs-deploy.sh 22:53:13 lf-activate-venv: SKIPPING 22:53:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4435/1 22:53:13 INFO: archiving workspace using pattern(s): 22:53:14 Archives upload complete. 22:53:14 INFO: archiving logs to Nexus 22:53:14 ---> uname -a: 22:53:14 Linux prd-ubuntu20-04-docker-8c-8g-9686 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 22:53:14 22:53:14 22:53:14 ---> lscpu: 22:53:14 Architecture: x86_64 22:53:14 CPU op-mode(s): 32-bit, 64-bit 22:53:14 Byte Order: Little Endian 22:53:14 Address sizes: 40 bits physical, 48 bits virtual 22:53:14 CPU(s): 8 22:53:14 On-line CPU(s) list: 0-7 22:53:14 Thread(s) per core: 1 22:53:14 Core(s) per socket: 1 22:53:14 Socket(s): 8 22:53:14 NUMA node(s): 1 22:53:14 Vendor ID: AuthenticAMD 22:53:14 CPU family: 23 22:53:14 Model: 49 22:53:14 Model name: AMD EPYC-Rome Processor 22:53:14 Stepping: 0 22:53:14 CPU MHz: 2799.994 22:53:14 BogoMIPS: 5599.98 22:53:14 Virtualization: AMD-V 22:53:14 Hypervisor vendor: KVM 22:53:14 Virtualization type: full 22:53:14 L1d cache: 256 KiB 22:53:14 L1i cache: 256 KiB 22:53:14 L2 cache: 4 MiB 22:53:14 L3 cache: 128 MiB 22:53:14 NUMA node0 CPU(s): 0-7 22:53:14 Vulnerability Itlb multihit: Not affected 22:53:14 Vulnerability L1tf: Not affected 22:53:14 Vulnerability Mds: Not affected 22:53:14 Vulnerability Meltdown: Not affected 22:53:14 Vulnerability Mmio stale data: Not affected 22:53:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:53:14 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 22:53:14 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 22:53:14 Vulnerability Srbds: Not affected 22:53:14 Vulnerability Tsx async abort: Not affected 22:53:14 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 22:53:14 22:53:14 22:53:14 ---> nproc: 22:53:14 8 22:53:14 22:53:14 22:53:14 ---> df -h: 22:53:14 Filesystem Size Used Avail Use% Mounted on 22:53:14 overlay 155G 19G 137G 13% / 22:53:14 tmpfs 64M 0 64M 0% /dev 22:53:14 tmpfs 16G 0 16G 0% /sys/fs/cgroup 22:53:14 shm 64M 0 64M 0% /dev/shm 22:53:14 /dev/vda1 155G 19G 137G 13% /facter-os 22:53:14 22:53:14 22:53:14 ---> sar -b -r -n DEV: 22:53:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9686) 03/10/23 _x86_64_ (8 CPU) 22:53:14 22:53:14 22:17:01 LINUX RESTART (8 CPU) 22:53:14 22:53:14 22:18:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:53:14 22:19:01 110.69 1.25 109.44 0.00 46.37 57037.38 0.00 22:53:14 22:20:01 37.47 0.17 37.30 0.00 2.53 17710.38 0.00 22:53:14 22:21:01 221.88 0.12 221.76 0.00 11.06 101460.31 0.00 22:53:14 22:22:01 477.66 9.43 468.23 0.00 84.76 242200.77 0.00 22:53:14 22:23:01 984.81 12.87 971.93 0.00 5138.03 242234.03 0.00 22:53:14 22:24:01 1176.59 1.77 1174.82 0.00 21.46 305490.15 0.00 22:53:14 22:25:01 62.75 0.03 62.72 0.00 4.13 1143.83 0.00 22:53:14 22:26:01 1.70 0.00 1.70 0.00 0.00 20.13 0.00 22:53:14 22:27:01 1.63 0.00 1.63 0.00 0.00 18.93 0.00 22:53:14 22:28:01 1.73 0.00 1.73 0.00 0.00 18.40 0.00 22:53:14 22:29:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 22:53:14 22:30:01 1.55 0.00 1.55 0.00 0.00 17.20 0.00 22:53:14 22:31:01 3.38 1.02 2.37 0.00 21.86 30.53 0.00 22:53:14 22:32:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 22:53:14 22:33:01 2.27 0.02 2.25 0.00 0.13 29.19 0.00 22:53:14 22:34:01 1.67 0.00 1.67 0.00 0.00 18.53 0.00 22:53:14 22:35:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 22:53:14 22:36:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 22:53:14 22:37:01 1.25 0.00 1.25 0.00 0.00 14.13 0.00 22:53:14 22:38:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 22:53:14 22:39:01 1.37 0.00 1.37 0.00 0.00 14.93 0.00 22:53:14 22:40:01 1.57 0.00 1.57 0.00 0.00 17.60 0.00 22:53:14 22:41:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 22:53:14 22:42:01 1.68 0.00 1.68 0.00 0.00 18.26 0.00 22:53:14 22:43:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 22:53:14 22:44:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 22:53:14 22:45:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 22:53:14 22:46:01 1.62 0.00 1.62 0.00 0.00 17.60 0.00 22:53:14 22:47:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 22:53:14 22:48:01 1.67 0.00 1.67 0.00 0.00 18.40 0.00 22:53:14 22:49:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 22:53:14 22:50:01 1.67 0.00 1.67 0.00 0.00 18.53 0.00 22:53:14 22:51:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 22:53:14 22:52:01 1.72 0.00 1.72 0.00 0.00 19.60 0.00 22:53:14 22:53:01 4.43 1.77 2.67 0.00 54.25 255.91 0.00 22:53:14 Average: 89.19 0.81 88.38 0.00 154.70 27679.11 0.00 22:53:14 22:53:14 22:18:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:53:14 22:19:01 27661784 31296436 1004276 3.05 113216 3722508 2436436 7.18 1770516 2999572 557816 22:53:14 22:20:01 27824640 31505528 792820 2.41 116708 3745584 1881404 5.54 1300408 3289404 264600 22:53:14 22:21:01 26081588 31449008 835268 2.54 123464 5371348 2331204 6.87 1631540 4626268 7784 22:53:14 22:22:01 21343744 30980572 1281836 3.90 287044 9180908 4323908 12.74 2469772 8197484 497644 22:53:14 22:23:01 19158240 31235396 1016940 3.09 342760 11417960 2425848 7.15 2868108 9835072 307924 22:53:14 22:24:01 18567520 31448632 810136 2.46 418528 12128604 2037676 6.01 2488792 10795096 676 22:53:14 22:25:01 19329304 31512040 753024 2.29 419560 11452192 1872644 5.52 2436668 10112120 20 22:53:14 22:26:01 19329292 31512136 752640 2.29 419604 11452192 1872644 5.52 2436664 10112128 188 22:53:14 22:27:01 19340900 31524100 740932 2.25 419652 11452196 1872644 5.52 2424992 10112428 40 22:53:14 22:28:01 19341348 31524600 740380 2.25 419684 11452200 1872644 5.52 2424968 10112432 180 22:53:14 22:29:01 19345672 31528928 736144 2.24 419704 11452192 1872644 5.52 2420800 10112428 4 22:53:14 22:30:01 19346664 31530016 735016 2.24 419748 11452204 1872644 5.52 2421144 10112472 188 22:53:14 22:31:01 19344752 31529164 735784 2.24 419832 11452820 1907148 5.62 2421560 10112992 200 22:53:14 22:32:01 19344672 31529088 735788 2.24 419844 11452824 1907148 5.62 2421344 10112996 32 22:53:14 22:33:01 19344708 31529216 735488 2.24 419888 11452808 1917592 5.65 2421392 10112980 188 22:53:14 22:34:01 19344608 31529160 735708 2.24 419916 11452808 1917592 5.65 2421492 10112984 204 22:53:14 22:35:01 19344640 31529196 735664 2.24 419932 11452812 1917592 5.65 2421100 10112988 8 22:53:14 22:36:01 19344900 31529612 735232 2.24 419952 11452936 1917592 5.65 2421144 10113116 12 22:53:14 22:37:01 19344860 31529828 735180 2.24 419980 11452940 1917592 5.65 2420980 10113336 12 22:53:14 22:38:01 19344628 31529640 735216 2.24 419988 11452948 1917592 5.65 2421032 10113348 16 22:53:14 22:39:01 19344504 31529548 735428 2.24 420024 11452948 1917592 5.65 2421396 10113352 156 22:53:14 22:40:01 19345168 31530216 734864 2.23 420028 11452952 1917592 5.65 2421356 10113356 180 22:53:14 22:41:01 19345192 31530280 734832 2.23 420040 11452956 1917592 5.65 2421044 10113364 8 22:53:14 22:42:01 19344860 31529948 735060 2.24 420048 11452964 1917592 5.65 2421352 10113364 84 22:53:14 22:43:01 19345268 31530380 734572 2.23 420056 11452968 1917592 5.65 2421456 10113368 200 22:53:14 22:44:01 19345300 31530412 734516 2.23 420080 11452968 1901496 5.60 2421056 10113368 8 22:53:14 22:45:01 19345252 31530404 734592 2.23 420096 11452972 1901496 5.60 2421096 10113376 8 22:53:14 22:46:01 19344944 31530104 734828 2.23 420108 11452976 1901496 5.60 2421080 10113380 8 22:53:14 22:47:01 19344904 31530072 734808 2.23 420124 11452968 1901072 5.60 2421376 10113388 12 22:53:14 22:48:01 19344772 31529972 735032 2.24 420136 11452980 1901072 5.60 2421552 10113392 196 22:53:14 22:49:01 19344796 31530028 734992 2.24 420152 11452980 1901072 5.60 2421200 10113396 4 22:53:14 22:50:01 19344416 31529656 735216 2.24 420172 11452984 1901072 5.60 2421508 10113400 188 22:53:14 22:51:01 19344724 31530000 734884 2.23 420188 11452988 1901072 5.60 2421512 10113408 16 22:53:14 22:52:01 19344668 31529948 734864 2.23 420200 11452984 1901072 5.60 2421256 10113412 12 22:53:14 22:53:01 19066320 31476976 786668 2.39 421864 11667040 2188984 6.45 2472840 10325736 216952 22:53:14 Average: 20037816 31490864 775961 2.36 388066 10797475 2025144 5.97 2366728 9520992 53022 22:53:14 22:53:14 22:18:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:53:14 22:19:01 docker0 400.03 391.97 28.82 2313.05 0.00 0.00 0.00 0.00 22:53:14 22:19:01 veth3d60ba6 0.08 0.25 0.01 0.03 0.00 0.00 0.00 0.00 22:53:14 22:19:01 ens3 570.43 504.74 6417.05 60.12 0.00 0.00 0.00 0.00 22:53:14 22:19:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 22:53:14 22:20:01 docker0 1.08 1.08 0.07 0.08 0.00 0.00 0.00 0.00 22:53:14 22:20:01 veth3d60ba6 1.08 1.12 0.08 0.09 0.00 0.00 0.00 0.00 22:53:14 22:20:01 ens3 22.48 14.93 18.36 10.18 0.00 0.00 0.00 0.00 22:53:14 22:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:21:01 docker0 79.21 128.24 6.33 278.33 0.00 0.00 0.00 0.00 22:53:14 22:21:01 veth26b0ea4 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 22:53:14 22:21:01 ens3 235.05 143.12 1977.49 28.15 0.00 0.00 0.00 0.00 22:53:14 22:21:01 veth010ac0e 13.68 20.76 1.32 6.98 0.00 0.00 0.00 0.00 22:53:14 22:21:01 vethe61631d 13.76 21.18 1.33 7.01 0.00 0.00 0.00 0.00 22:53:14 22:21:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 22:53:14 22:21:01 vethf3f5410 13.80 21.13 1.33 7.00 0.00 0.00 0.00 0.00 22:53:14 22:21:01 vethd8b982b 13.70 20.74 1.33 6.98 0.00 0.00 0.00 0.00 22:53:14 22:21:01 vethb5009ff 13.71 20.86 1.33 6.98 0.00 0.00 0.00 0.00 22:53:14 22:22:01 docker0 501.23 817.91 40.09 5898.35 0.00 0.00 0.00 0.00 22:53:14 22:22:01 veth26b0ea4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:22:01 ens3 827.62 505.86 5905.84 50.93 0.00 0.00 0.00 0.00 22:53:14 22:22:01 vethe3f5cda 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:53:14 22:22:01 vethc747118 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:53:14 22:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:22:01 veth53b0fe1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:53:14 22:22:01 veth6cee2f9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:53:14 22:22:01 vethba243f7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:53:14 22:23:01 docker0 278.03 531.62 22.88 3873.38 0.00 0.00 0.00 0.00 22:53:14 22:23:01 veth26b0ea4 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 22:53:14 22:23:01 ens3 771.96 400.13 6778.64 46.54 0.00 0.00 0.00 0.00 22:53:14 22:23:01 lo 2.65 2.65 0.26 0.26 0.00 0.00 0.00 0.00 22:53:14 22:23:01 vethe6e1ae1 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 22:53:14 22:23:01 veth02c2cb2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 22:53:14 22:24:01 docker0 16.03 34.29 1.02 372.79 0.00 0.00 0.00 0.00 22:53:14 22:24:01 veth26b0ea4 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 22:53:14 22:24:01 ens3 114.76 84.94 426.25 200.87 0.00 0.00 0.00 0.00 22:53:14 22:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:24:01 vethc1ee7f9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:25:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:25:01 ens3 4.96 2.95 4.43 1.91 0.00 0.00 0.00 0.00 22:53:14 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:26:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:27:01 ens3 0.48 0.27 0.26 0.20 0.00 0.00 0.00 0.00 22:53:14 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:28:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 22:53:14 22:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:29:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:32:01 ens3 0.37 0.27 0.42 0.02 0.00 0.00 0.00 0.00 22:53:14 22:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:33:01 ens3 0.17 0.18 0.08 0.07 0.00 0.00 0.00 0.00 22:53:14 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:34:01 ens3 0.18 0.15 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:36:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:37:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:38:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 22:53:14 22:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:39:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:42:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:43:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 22:53:14 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:44:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:48:01 ens3 0.22 0.23 0.08 0.07 0.00 0.00 0.00 0.00 22:53:14 22:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:49:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:50:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:51:01 ens3 1.05 0.67 0.52 0.23 0.00 0.00 0.00 0.00 22:53:14 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:52:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:53:14 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:14 22:53:01 ens3 133.37 72.73 2525.85 16.80 0.00 0.00 0.00 0.00 22:53:14 22:53:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 22:53:14 Average: docker0 36.32 54.35 2.83 363.57 0.00 0.00 0.00 0.00 22:53:14 Average: ens3 76.59 49.35 685.61 11.88 0.00 0.00 0.00 0.00 22:53:14 Average: lo 0.26 0.26 0.02 0.02 0.00 0.00 0.00 0.00 22:53:14 22:53:14 22:53:14 ---> sar -P ALL: 22:53:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9686) 03/10/23 _x86_64_ (8 CPU) 22:53:14 22:53:14 22:17:01 LINUX RESTART (8 CPU) 22:53:14 22:53:14 22:18:02 CPU %user %nice %system %iowait %steal %idle 22:53:14 22:19:01 all 33.33 0.00 7.56 1.08 0.09 57.94 22:53:14 22:19:01 0 33.49 0.00 6.39 0.10 0.09 59.93 22:53:14 22:19:01 1 35.33 0.00 8.81 5.82 0.09 49.96 22:53:14 22:19:01 2 33.21 0.00 8.22 0.24 0.09 58.24 22:53:14 22:19:01 3 34.40 0.00 6.39 0.05 0.09 59.07 22:53:14 22:19:01 4 33.59 0.00 6.68 0.48 0.09 59.17 22:53:14 22:19:01 5 30.72 0.00 7.10 0.21 0.07 61.91 22:53:14 22:19:01 6 32.12 0.00 7.22 1.63 0.09 58.93 22:53:14 22:19:01 7 33.83 0.00 9.68 0.09 0.10 56.31 22:53:14 22:20:01 all 41.23 0.00 5.55 0.22 0.08 52.92 22:53:14 22:20:01 0 41.00 0.00 5.91 0.23 0.08 52.78 22:53:14 22:20:01 1 40.72 0.00 5.44 0.00 0.08 53.75 22:53:14 22:20:01 2 41.51 0.00 5.80 0.02 0.07 52.61 22:53:14 22:20:01 3 42.21 0.00 5.34 0.07 0.08 52.30 22:53:14 22:20:01 4 41.54 0.00 5.48 0.00 0.08 52.91 22:53:14 22:20:01 5 40.01 0.00 5.43 0.00 0.08 54.48 22:53:14 22:20:01 6 41.86 0.00 5.44 1.42 0.07 51.21 22:53:14 22:20:01 7 40.99 0.00 5.57 0.03 0.08 53.32 22:53:14 22:21:01 all 16.09 0.00 7.46 1.87 0.07 74.51 22:53:14 22:21:01 0 16.57 0.00 7.67 0.49 0.07 75.20 22:53:14 22:21:01 1 15.23 0.00 8.01 1.84 0.07 74.86 22:53:14 22:21:01 2 16.01 0.00 6.73 0.20 0.08 76.97 22:53:14 22:21:01 3 14.17 0.00 6.99 7.08 0.08 71.68 22:53:14 22:21:01 4 17.85 0.00 7.52 0.39 0.07 74.17 22:53:14 22:21:01 5 16.81 0.00 7.80 3.38 0.08 71.93 22:53:14 22:21:01 6 16.97 0.00 8.10 0.97 0.07 73.90 22:53:14 22:21:01 7 15.07 0.00 6.90 0.56 0.07 77.40 22:53:14 22:22:01 all 33.39 0.00 10.08 7.60 0.08 48.86 22:53:14 22:22:01 0 33.56 0.00 11.04 19.21 0.07 36.12 22:53:14 22:22:01 1 33.48 0.00 9.75 3.89 0.07 52.81 22:53:14 22:22:01 2 33.48 0.00 9.99 9.68 0.08 46.77 22:53:14 22:22:01 3 33.49 0.00 10.34 9.76 0.07 46.35 22:53:14 22:22:01 4 33.02 0.00 9.28 3.68 0.08 53.94 22:53:14 22:22:01 5 34.01 0.00 9.01 2.40 0.07 54.52 22:53:14 22:22:01 6 33.11 0.00 10.35 5.09 0.07 51.39 22:53:14 22:22:01 7 32.95 0.00 10.89 7.20 0.10 48.87 22:53:14 22:23:01 all 64.54 0.00 14.03 6.31 0.14 14.99 22:53:14 22:23:01 0 63.79 0.00 15.02 8.46 0.12 12.62 22:53:14 22:23:01 1 65.68 0.00 13.50 4.17 0.13 16.52 22:53:14 22:23:01 2 66.71 0.00 13.80 6.82 0.12 12.55 22:53:14 22:23:01 3 62.66 0.00 14.66 9.25 0.17 13.27 22:53:14 22:23:01 4 65.34 0.00 12.81 6.03 0.15 15.66 22:53:14 22:23:01 5 63.86 0.00 14.02 4.20 0.13 17.78 22:53:14 22:23:01 6 64.28 0.00 13.40 6.20 0.13 15.99 22:53:14 22:23:01 7 63.97 0.00 15.00 5.32 0.15 15.56 22:53:14 22:24:01 all 55.64 0.00 15.03 7.29 0.13 21.91 22:53:14 22:24:01 0 56.03 0.00 15.44 11.83 0.12 16.59 22:53:14 22:24:01 1 55.85 0.00 14.41 4.97 0.12 24.65 22:53:14 22:24:01 2 55.24 0.00 15.34 10.09 0.14 19.20 22:53:14 22:24:01 3 55.14 0.00 14.38 4.65 0.14 25.69 22:53:14 22:24:01 4 55.39 0.00 16.22 8.41 0.12 19.86 22:53:14 22:24:01 5 54.34 0.00 14.78 8.42 0.14 22.33 22:53:14 22:24:01 6 56.23 0.00 14.79 5.81 0.14 23.04 22:53:14 22:24:01 7 56.88 0.00 14.92 4.17 0.12 23.92 22:53:14 22:25:01 all 0.30 0.00 0.25 0.19 0.01 99.26 22:53:14 22:25:01 0 0.40 0.00 0.22 0.03 0.00 99.35 22:53:14 22:25:01 1 0.25 0.00 0.18 0.15 0.02 99.40 22:53:14 22:25:01 2 0.42 0.00 0.17 0.00 0.00 99.42 22:53:14 22:25:01 3 0.37 0.00 0.20 0.02 0.00 99.42 22:53:14 22:25:01 4 0.35 0.00 0.23 0.23 0.00 99.18 22:53:14 22:25:01 5 0.30 0.00 0.28 0.08 0.02 99.32 22:53:14 22:25:01 6 0.12 0.00 0.25 0.77 0.00 98.86 22:53:14 22:25:01 7 0.18 0.00 0.43 0.27 0.02 99.10 22:53:14 22:26:01 all 0.04 0.00 0.01 0.00 0.00 99.95 22:53:14 22:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:26:01 2 0.22 0.00 0.02 0.00 0.00 99.77 22:53:14 22:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:26:01 4 0.07 0.00 0.02 0.00 0.00 99.92 22:53:14 22:26:01 5 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:26:01 6 0.00 0.00 0.00 0.02 0.00 99.98 22:53:14 22:26:01 7 0.00 0.00 0.00 0.02 0.00 99.98 22:53:14 22:27:01 all 0.05 0.00 0.02 0.01 0.00 99.92 22:53:14 22:27:01 0 0.00 0.00 0.03 0.00 0.00 99.97 22:53:14 22:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:27:01 2 0.25 0.00 0.03 0.00 0.00 99.72 22:53:14 22:27:01 3 0.02 0.00 0.00 0.02 0.00 99.97 22:53:14 22:27:01 4 0.05 0.00 0.02 0.00 0.02 99.92 22:53:14 22:27:01 5 0.05 0.00 0.03 0.00 0.00 99.92 22:53:14 22:27:01 6 0.00 0.00 0.00 0.03 0.02 99.95 22:53:14 22:27:01 7 0.03 0.00 0.00 0.00 0.00 99.97 22:53:14 22:28:01 all 0.05 0.00 0.01 0.00 0.00 99.93 22:53:14 22:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:28:01 1 0.03 0.00 0.00 0.00 0.00 99.97 22:53:14 22:28:01 2 0.03 0.00 0.07 0.00 0.00 99.90 22:53:14 22:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:28:01 4 0.03 0.00 0.02 0.00 0.00 99.95 22:53:14 22:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:28:01 6 0.30 0.00 0.03 0.02 0.00 99.65 22:53:14 22:28:01 7 0.00 0.00 0.00 0.02 0.00 99.98 22:53:14 22:29:01 all 0.27 0.00 0.01 0.00 0.00 99.71 22:53:14 22:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:53:14 22:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:53:14 22:29:01 2 0.03 0.00 0.00 0.00 0.02 99.95 22:53:14 22:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:29:01 4 0.03 0.00 0.02 0.00 0.00 99.95 22:53:14 22:29:01 5 0.03 0.00 0.03 0.00 0.00 99.93 22:53:14 22:29:01 6 1.99 0.00 0.00 0.02 0.00 98.00 22:53:14 22:29:01 7 0.00 0.00 0.02 0.02 0.00 99.97 22:53:14 22:53:14 22:29:01 CPU %user %nice %system %iowait %steal %idle 22:53:14 22:30:01 all 0.17 0.00 0.01 0.01 0.00 99.80 22:53:14 22:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 22:53:14 22:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:30:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:53:14 22:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:30:01 4 0.03 0.00 0.02 0.00 0.00 99.95 22:53:14 22:30:01 5 0.00 0.00 0.00 0.00 0.02 99.98 22:53:14 22:30:01 6 1.27 0.00 0.03 0.03 0.00 98.66 22:53:14 22:30:01 7 0.00 0.00 0.00 0.02 0.00 99.98 22:53:14 22:31:01 all 0.07 0.00 0.04 0.01 0.00 99.87 22:53:14 22:31:01 0 0.22 0.00 0.08 0.03 0.00 99.67 22:53:14 22:31:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:53:14 22:31:01 2 0.08 0.00 0.03 0.00 0.00 99.88 22:53:14 22:31:01 3 0.03 0.00 0.02 0.00 0.02 99.93 22:53:14 22:31:01 4 0.07 0.00 0.08 0.00 0.02 99.83 22:53:14 22:31:01 5 0.05 0.00 0.03 0.00 0.00 99.92 22:53:14 22:31:01 6 0.02 0.00 0.02 0.02 0.00 99.95 22:53:14 22:31:01 7 0.07 0.00 0.05 0.02 0.00 99.87 22:53:14 22:32:01 all 0.02 0.00 0.01 0.00 0.00 99.96 22:53:14 22:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:32:01 1 0.05 0.00 0.00 0.00 0.00 99.95 22:53:14 22:32:01 2 0.00 0.00 0.00 0.00 0.02 99.98 22:53:14 22:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:32:01 4 0.07 0.00 0.03 0.00 0.00 99.90 22:53:14 22:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:32:01 6 0.00 0.00 0.00 0.02 0.00 99.98 22:53:14 22:32:01 7 0.03 0.00 0.00 0.02 0.00 99.95 22:53:14 22:33:01 all 0.04 0.00 0.03 0.00 0.00 99.93 22:53:14 22:33:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:53:14 22:33:01 1 0.00 0.00 0.07 0.00 0.00 99.93 22:53:14 22:33:01 2 0.13 0.00 0.05 0.00 0.00 99.82 22:53:14 22:33:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:53:14 22:33:01 4 0.03 0.00 0.03 0.00 0.00 99.93 22:53:14 22:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:33:01 6 0.05 0.00 0.00 0.02 0.00 99.93 22:53:14 22:33:01 7 0.02 0.00 0.03 0.00 0.00 99.95 22:53:14 22:34:01 all 0.02 0.00 0.00 0.01 0.00 99.97 22:53:14 22:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:34:01 1 0.02 0.00 0.02 0.00 0.02 99.95 22:53:14 22:34:01 2 0.05 0.00 0.02 0.00 0.00 99.93 22:53:14 22:34:01 3 0.00 0.00 0.00 0.02 0.00 99.98 22:53:14 22:34:01 4 0.05 0.00 0.00 0.00 0.00 99.95 22:53:14 22:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:34:01 6 0.00 0.00 0.00 0.05 0.00 99.95 22:53:14 22:34:01 7 0.00 0.00 0.00 0.02 0.00 99.98 22:53:14 22:35:01 all 0.03 0.00 0.01 0.00 0.00 99.96 22:53:14 22:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:35:01 2 0.08 0.00 0.02 0.00 0.02 99.88 22:53:14 22:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:35:01 4 0.03 0.00 0.03 0.00 0.02 99.92 22:53:14 22:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 22:53:14 22:35:01 6 0.02 0.00 0.00 0.02 0.00 99.97 22:53:14 22:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:36:01 all 0.01 0.00 0.01 0.00 0.00 99.97 22:53:14 22:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:36:01 3 0.02 0.00 0.00 0.02 0.00 99.97 22:53:14 22:36:01 4 0.03 0.00 0.02 0.00 0.00 99.95 22:53:14 22:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:36:01 6 0.00 0.00 0.00 0.02 0.02 99.97 22:53:14 22:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 22:53:14 22:37:01 all 0.05 0.00 0.03 0.00 0.00 99.92 22:53:14 22:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:53:14 22:37:01 1 0.05 0.00 0.02 0.00 0.00 99.93 22:53:14 22:37:01 2 0.13 0.00 0.07 0.00 0.00 99.80 22:53:14 22:37:01 3 0.00 0.00 0.02 0.02 0.00 99.97 22:53:14 22:37:01 4 0.10 0.00 0.03 0.00 0.00 99.87 22:53:14 22:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:37:01 6 0.02 0.00 0.03 0.00 0.00 99.95 22:53:14 22:37:01 7 0.03 0.00 0.05 0.00 0.00 99.92 22:53:14 22:38:01 all 0.04 0.00 0.01 0.00 0.00 99.94 22:53:14 22:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:38:01 1 0.00 0.00 0.03 0.00 0.02 99.95 22:53:14 22:38:01 2 0.07 0.00 0.00 0.00 0.00 99.93 22:53:14 22:38:01 3 0.00 0.00 0.02 0.02 0.00 99.97 22:53:14 22:38:01 4 0.03 0.00 0.02 0.00 0.02 99.93 22:53:14 22:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:38:01 6 0.15 0.00 0.02 0.02 0.00 99.82 22:53:14 22:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:39:01 all 0.26 0.00 0.01 0.00 0.00 99.72 22:53:14 22:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:53:14 22:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:39:01 4 0.03 0.00 0.02 0.02 0.00 99.93 22:53:14 22:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:39:01 6 1.99 0.00 0.00 0.02 0.00 98.00 22:53:14 22:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 22:53:14 22:40:01 all 0.24 0.00 0.02 0.00 0.00 99.74 22:53:14 22:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:53:14 22:40:01 1 0.07 0.00 0.07 0.00 0.00 99.87 22:53:14 22:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:40:01 4 0.07 0.00 0.02 0.00 0.00 99.92 22:53:14 22:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:40:01 6 1.70 0.00 0.00 0.02 0.00 98.29 22:53:14 22:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 22:53:14 22:53:14 22:40:01 CPU %user %nice %system %iowait %steal %idle 22:53:14 22:41:01 all 0.02 0.00 0.01 0.00 0.00 99.97 22:53:14 22:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:53:14 22:41:01 1 0.05 0.00 0.03 0.00 0.02 99.90 22:53:14 22:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:41:01 4 0.03 0.00 0.02 0.00 0.00 99.95 22:53:14 22:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:41:01 6 0.02 0.00 0.00 0.02 0.00 99.97 22:53:14 22:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:42:01 all 0.03 0.00 0.01 0.00 0.00 99.96 22:53:14 22:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:53:14 22:42:01 1 0.05 0.00 0.02 0.00 0.00 99.93 22:53:14 22:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:42:01 3 0.02 0.00 0.02 0.02 0.00 99.95 22:53:14 22:42:01 4 0.08 0.00 0.02 0.02 0.00 99.88 22:53:14 22:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:43:01 all 0.02 0.00 0.01 0.00 0.00 99.97 22:53:14 22:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:43:01 1 0.03 0.00 0.07 0.00 0.02 99.88 22:53:14 22:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 22:53:14 22:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:43:01 4 0.05 0.00 0.00 0.00 0.00 99.95 22:53:14 22:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:43:01 6 0.00 0.00 0.00 0.02 0.00 99.98 22:53:14 22:43:01 7 0.03 0.00 0.00 0.00 0.02 99.95 22:53:14 22:44:01 all 0.02 0.00 0.01 0.00 0.00 99.96 22:53:14 22:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:44:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:53:14 22:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:44:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:44:01 4 0.07 0.00 0.02 0.02 0.02 99.88 22:53:14 22:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:44:01 6 0.00 0.00 0.00 0.02 0.00 99.98 22:53:14 22:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:45:01 all 0.01 0.00 0.01 0.00 0.00 99.97 22:53:14 22:45:01 0 0.00 0.00 0.00 0.00 0.02 99.98 22:53:14 22:45:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:53:14 22:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:45:01 4 0.03 0.00 0.00 0.02 0.00 99.95 22:53:14 22:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:45:01 7 0.00 0.00 0.02 0.00 0.00 99.98 22:53:14 22:46:01 all 0.01 0.00 0.01 0.00 0.00 99.97 22:53:14 22:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 22:53:14 22:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 22:53:14 22:46:01 3 0.03 0.00 0.00 0.00 0.00 99.97 22:53:14 22:46:01 4 0.05 0.00 0.03 0.02 0.00 99.90 22:53:14 22:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:46:01 6 0.00 0.00 0.00 0.00 0.02 99.98 22:53:14 22:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:47:01 all 0.03 0.00 0.01 0.00 0.00 99.95 22:53:14 22:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:47:01 1 0.03 0.00 0.05 0.00 0.00 99.92 22:53:14 22:47:01 2 0.10 0.00 0.00 0.00 0.00 99.90 22:53:14 22:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:53:14 22:47:01 4 0.05 0.00 0.02 0.00 0.00 99.93 22:53:14 22:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:47:01 6 0.00 0.00 0.00 0.02 0.00 99.98 22:53:14 22:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:48:01 all 0.01 0.00 0.01 0.00 0.00 99.97 22:53:14 22:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:48:01 4 0.03 0.00 0.02 0.02 0.02 99.92 22:53:14 22:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:48:01 6 0.02 0.00 0.00 0.02 0.00 99.97 22:53:14 22:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 22:53:14 22:49:01 all 0.03 0.00 0.00 0.00 0.00 99.97 22:53:14 22:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:49:01 1 0.05 0.00 0.02 0.00 0.02 99.92 22:53:14 22:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:49:01 3 0.02 0.00 0.00 0.00 0.02 99.97 22:53:14 22:49:01 4 0.07 0.00 0.00 0.02 0.00 99.92 22:53:14 22:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:50:01 all 0.01 0.00 0.01 0.00 0.00 99.98 22:53:14 22:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:50:01 2 0.00 0.00 0.00 0.00 0.02 99.98 22:53:14 22:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:50:01 4 0.03 0.00 0.03 0.02 0.00 99.92 22:53:14 22:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 22:53:14 22:50:01 6 0.02 0.00 0.00 0.02 0.00 99.97 22:53:14 22:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:51:01 all 0.26 0.00 0.01 0.00 0.00 99.73 22:53:14 22:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:51:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:53:14 22:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:51:01 4 0.03 0.00 0.03 0.00 0.00 99.93 22:53:14 22:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:51:01 6 1.95 0.00 0.00 0.00 0.00 98.05 22:53:14 22:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:53:14 22:51:01 CPU %user %nice %system %iowait %steal %idle 22:53:14 22:52:01 all 0.25 0.00 0.01 0.00 0.00 99.73 22:53:14 22:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:53:14 22:52:01 1 0.03 0.00 0.03 0.00 0.02 99.92 22:53:14 22:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 22:53:14 22:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:52:01 4 0.05 0.00 0.02 0.02 0.00 99.92 22:53:14 22:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:53:14 22:52:01 6 1.87 0.00 0.00 0.02 0.00 98.11 22:53:14 22:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:53:14 22:53:01 all 1.44 0.00 0.52 0.03 0.01 98.01 22:53:14 22:53:01 0 1.37 0.00 0.52 0.05 0.00 98.07 22:53:14 22:53:01 1 1.02 0.00 0.63 0.00 0.00 98.35 22:53:14 22:53:01 2 2.89 0.00 0.42 0.02 0.00 96.68 22:53:14 22:53:01 3 0.92 0.00 0.47 0.03 0.00 98.57 22:53:14 22:53:01 4 1.69 0.00 0.67 0.02 0.02 97.61 22:53:14 22:53:01 5 1.38 0.00 0.42 0.00 0.02 98.18 22:53:14 22:53:01 6 0.87 0.00 0.40 0.08 0.02 98.63 22:53:14 22:53:01 7 1.37 0.00 0.60 0.00 0.00 98.03 22:53:14 Average: all 7.01 0.00 1.72 0.70 0.02 90.56 22:53:14 Average: 0 6.97 0.00 1.77 1.14 0.02 90.11 22:53:14 Average: 1 7.02 0.00 1.74 0.59 0.02 90.64 22:53:14 Average: 2 7.09 0.00 1.72 0.77 0.02 90.40 22:53:14 Average: 3 6.89 0.00 1.67 0.88 0.02 90.54 22:53:14 Average: 4 7.07 0.00 1.68 0.55 0.02 90.68 22:53:14 Average: 5 6.83 0.00 1.67 0.53 0.02 90.96 22:53:14 Average: 6 7.27 0.00 1.70 0.63 0.02 90.38 22:53:14 Average: 7 6.92 0.00 1.81 0.50 0.02 90.75 22:53:14 22:53:14 22:53:14