Pull request #4436 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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 8a46531602b5787ece39bd2d04ab3384e1630829+d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 (18c770902425e89d01511699e6e471a86d3b6d2d) 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-ssh2127775083675584770.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-ssh2199944135628072237.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-4436/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-4436/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13766577718633110023.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-4436/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17212966012241153288.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-ssh495417948491922447.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-4436/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-4436/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5716502936307203578.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9697 in /w/workspace/edgexfoundry_edgex-go_PR-4436 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 into PR head commit 8a46531602b5787ece39bd2d04ab3384e1630829 Merge succeeded, producing 8a46531602b5787ece39bd2d04ab3384e1630829 Checking out Revision 8a46531602b5787ece39bd2d04ab3384e1630829 (PR-4436) > 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/4436/head:refs/remotes/origin/PR-4436 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8a46531602b5787ece39bd2d04ab3384e1630829 # 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 8a46531602b5787ece39bd2d04ab3384e1630829 # timeout=10 Commit message: "fix(security): Add back missing configuration to seed message-bus secrets" 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 00:09:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:09:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:09:06 ========================================================= 00:09:06 EdgeX Global Pipelines Version Info 00:09:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:09:07 ------------------- 00:09:07 stable info: 00:09:07 ------------------- 00:09:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:09:07 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 00:09:07 Message: update stable to v1.0.244 00:09:07 ------------------- 00:09:07 experimental info: 00:09:07 ------------------- 00:09:07 Commited By: **** collab-it+edgex@linuxfoundation.org 00:09:07 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 00:09:07 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:09:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4436 [Pipeline] echo 00:09:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4436 [Pipeline] echo 00:09:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4436 [Pipeline] echo 00:09:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8a46531602b5787ece39bd2d04ab3384e1630829 [Pipeline] echo 00:09:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8a46531 [Pipeline] echo 00:09:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:09:09 provisioning config files... 00:09:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15769395962710280364tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:09:09 ---> docker-login.sh 00:09:09 nexus3.edgexfoundry.org:10001 00:09:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:09:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:09:09 Configure a credential helper to remove this warning. See 00:09:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:09:09 00:09:09 Login Succeeded 00:09:09 nexus3.edgexfoundry.org:10002 00:09:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:09:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:09:09 Configure a credential helper to remove this warning. See 00:09:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:09:09 00:09:09 Login Succeeded 00:09:10 nexus3.edgexfoundry.org:10003 00:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:09:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:09:10 Configure a credential helper to remove this warning. See 00:09:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:09:10 00:09:10 Login Succeeded 00:09:10 nexus3.edgexfoundry.org:10004 00:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:09:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:09:10 Configure a credential helper to remove this warning. See 00:09:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:09:10 00:09:10 Login Succeeded 00:09:10 docker.io 00:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:09:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:09:10 Configure a credential helper to remove this warning. See 00:09:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:09:10 00:09:10 Login Succeeded 00:09:10 ---> docker-login.sh ends [Pipeline] } 00:09:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:09:10 + 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 00:09:10 + dirname cmd/core-command/Dockerfile 00:09:10 + cut -d/ -f2 00:09:10 + echo core-command,cmd/core-command/Dockerfile 00:09:10 + dirname cmd/core-common-config-bootstrapper/Dockerfile 00:09:10 + cut -d/ -f2 00:09:10 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 00:09:10 + dirname+ cmd/core-data/Dockerfile 00:09:10 cut -d/ -f2 00:09:10 + echo core-data,cmd/core-data/Dockerfile 00:09:10 + dirname cmd/core-metadata/Dockerfile 00:09:10 + cut -d/ -f2 00:09:10 + echo core-metadata,cmd/core-metadata/Dockerfile 00:09:10 + dirname cmd/security-bootstrapper/Dockerfile 00:09:10 + cut -d/ -f2 00:09:10 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:09:10 + dirname cmd/security-proxy-auth/Dockerfile 00:09:10 + cut -d/ -f2 00:09:10 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 00:09:10 + dirname cmd/security-proxy-setup/Dockerfile 00:09:10 + cut -d/ -f2 00:09:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:09:10 + dirname cmd/security-secretstore-setup/Dockerfile 00:09:10 + cut -d/ -f2 00:09:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:09:10 + dirname cmd/security-spiffe-token-provider/Dockerfile 00:09:10 + cut -d/ -f2 00:09:10 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 00:09:10 + dirname cmd/security-spire-agent/Dockerfile 00:09:10 + cut -d/ -f2 00:09:10 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 00:09:10 + dirname cmd/security-spire-config/Dockerfile 00:09:10 + cut -d/ -f2 00:09:10 + echo security-spire-config,cmd/security-spire-config/Dockerfile 00:09:10 + dirname cmd/security-spire-server/Dockerfile 00:09:10 + cut -d/ -f2 00:09:10 + echo security-spire-server,cmd/security-spire-server/Dockerfile 00:09:10 + dirname cmd/support-notifications/Dockerfile 00:09:10 + cut -d/ -f2 00:09:10 + echo support-notifications,cmd/support-notifications/Dockerfile 00:09:10 + dirname cmd/support-scheduler/Dockerfile 00:09:10 + cut -d/ -f2 00:09:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 00:09:10 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 00:09:12 + git rev-list -1 --merges 8a46531602b5787ece39bd2d04ab3384e1630829~1..8a46531602b5787ece39bd2d04ab3384e1630829 [Pipeline] echo 00:09:12 -----------> git rev-list -1 --merges 8a46531602b5787ece39bd2d04ab3384e1630829~1..8a46531602b5787ece39bd2d04ab3384e1630829 8a46531602b5787ece39bd2d04ab3384e1630829 [false] [Pipeline] sh 00:09:12 + git log --format=format:%s -1 8a46531602b5787ece39bd2d04ab3384e1630829 [Pipeline] echo 00:09:12 ========================================================= 00:09:12 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:09:12 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 00:09:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:09:13 + grep -v github /etc/ssh/ssh_known_hosts 00:09:13 + [ -e /tmp/ssh_known_hosts ] 00:09:13 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:09:13 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:09:13 + sudo tee -a /etc/ssh/ssh_known_hosts 00:09:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:09:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:09:13 00:09:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:09:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:09:14 0.1.4: Pulling from edgex-devops/py-git-semver 00:09:14 b85a868b505f: Pulling fs layer 00:09:14 e2be974225ed: Pulling fs layer 00:09:14 339a4e72a1f5: Pulling fs layer 00:09:14 988bab9f4d93: Pulling fs layer 00:09:14 1469e6f7b9e6: Pulling fs layer 00:09:14 eaf3925da568: Pulling fs layer 00:09:14 bab4dde63d76: Pulling fs layer 00:09:14 bde34c3a00c8: Pulling fs layer 00:09:14 b352a97aabf1: Pulling fs layer 00:09:14 4872d77fe225: Pulling fs layer 00:09:14 5851b861e8e6: Pulling fs layer 00:09:14 4872d77fe225: Waiting 00:09:14 5851b861e8e6: Waiting 00:09:14 b352a97aabf1: Waiting 00:09:14 bab4dde63d76: Waiting 00:09:14 988bab9f4d93: Waiting 00:09:14 1469e6f7b9e6: Waiting 00:09:14 eaf3925da568: Waiting 00:09:14 bde34c3a00c8: Waiting 00:09:14 e2be974225ed: Verifying Checksum 00:09:14 e2be974225ed: Download complete 00:09:14 988bab9f4d93: Verifying Checksum 00:09:14 988bab9f4d93: Download complete 00:09:14 1469e6f7b9e6: Verifying Checksum 00:09:14 1469e6f7b9e6: Download complete 00:09:14 339a4e72a1f5: Verifying Checksum 00:09:14 339a4e72a1f5: Download complete 00:09:14 eaf3925da568: Download complete 00:09:14 bde34c3a00c8: Download complete 00:09:14 b352a97aabf1: Verifying Checksum 00:09:14 b352a97aabf1: Download complete 00:09:14 4872d77fe225: Verifying Checksum 00:09:14 4872d77fe225: Download complete 00:09:14 5851b861e8e6: Verifying Checksum 00:09:14 5851b861e8e6: Download complete 00:09:14 b85a868b505f: Download complete 00:09:14 bab4dde63d76: Verifying Checksum 00:09:14 bab4dde63d76: Download complete 00:09:15 b85a868b505f: Pull complete 00:09:15 e2be974225ed: Pull complete 00:09:16 339a4e72a1f5: Pull complete 00:09:16 988bab9f4d93: Pull complete 00:09:16 1469e6f7b9e6: Pull complete 00:09:16 eaf3925da568: Pull complete 00:09:18 bab4dde63d76: Pull complete 00:09:18 bde34c3a00c8: Pull complete 00:09:18 b352a97aabf1: Pull complete 00:09:18 4872d77fe225: Pull complete 00:09:18 5851b861e8e6: Pull complete 00:09:18 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:09:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:09:18 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:09:19 prd-ubuntu20.04-docker-8c-8g-9697 does not seem to be running inside a container 00:09:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:09:24 $ docker top 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 -eo pid,comm 00:09:24 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). 00:09:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:09:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:09:24 [ssh-agent] Looking for ssh-agent implementation... 00:09:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:09:24 $ docker exec 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 ssh-agent 00:09:24 SSH_AUTH_SOCK=/tmp/ssh-A8WR1wUaM4Ar/agent.32 00:09:24 SSH_AGENT_PID=39 00:09:24 Running ssh-add (command line suppressed) 00:09:25 Identity added: /w/workspace/edgex-go/1@tmp/private_key_13758471551809099195.key (/w/workspace/edgex-go/1@tmp/private_key_13758471551809099195.key) 00:09:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:09:25 + git tag --points-at HEAD [Pipeline] } 00:09:25 $ docker exec --env ******** --env ******** 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 ssh-agent -k 00:09:25 unset SSH_AUTH_SOCK; 00:09:25 unset SSH_AGENT_PID; 00:09:25 echo Agent pid 39 killed; 00:09:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:09:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:09:25 [ssh-agent] Looking for ssh-agent implementation... 00:09:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:09:25 $ docker exec 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 ssh-agent 00:09:25 SSH_AUTH_SOCK=/tmp/ssh-oNL9ouRR5yf2/agent.71 00:09:25 SSH_AGENT_PID=77 00:09:25 Running ssh-add (command line suppressed) 00:09:26 Identity added: /w/workspace/edgex-go/1@tmp/private_key_14370826125445696521.key (/w/workspace/edgex-go/1@tmp/private_key_14370826125445696521.key) 00:09:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:09:26 + git semver init 00:09:26 2023-03-11 00:09:26,588 [run_init] DEBUG init version:0.0.0 force:False 00:09:26 2023-03-11 00:09:26,589 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 00:09:26 2023-03-11 00:09:26,589 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 00:09:26 2023-03-11 00:09:26,590 [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) 00:09:33 2023-03-11 00:09:32,113 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 00:09:33 2023-03-11 00:09:32,113 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4436 with force:False 00:09:33 2023-03-11 00:09:32,113 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4436 00:09:33 2023-03-11 00:09:32,118 [execute] INFO git cat-file --batch-check 00:09:33 2023-03-11 00:09:32,119 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 00:09:33 2023-03-11 00:09:32,124 [execute] INFO git cat-file --batch 00:09:33 2023-03-11 00:09:32,124 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 00:09:33 2023-03-11 00:09:32,129 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4436 00:09:33 0.0.0 [Pipeline] } 00:09:33 $ docker exec --env ******** --env ******** 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 ssh-agent -k 00:09:33 unset SSH_AUTH_SOCK; 00:09:33 unset SSH_AGENT_PID; 00:09:33 echo Agent pid 77 killed; 00:09:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:09:33 + git semver [Pipeline] } 00:09:34 $ docker stop --time=1 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 00:09:35 $ docker rm -f --volumes 690ed939b853d486be22870be3763cc83fa44fb9283053c2c4c1bd0f0521c147 [Pipeline] // withDockerContainer [Pipeline] sh 00:09:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:09:35 Stashed 1 file(s) [Pipeline] echo 00:09:35 [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 00:09:36 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 00:09:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:09:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:09:36 ========================================================= 00:09:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 00:09:36 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:09:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:09:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 00:09:37 213ec9aee27d: Pulling fs layer 00:09:37 4583459ba037: Pulling fs layer 00:09:37 93c1e223e6f2: Pulling fs layer 00:09:37 53926ce57604: Pulling fs layer 00:09:37 21b2b0c7a3f4: Pulling fs layer 00:09:37 22ff95d597cd: Pulling fs layer 00:09:37 12d6caf4c0d1: Pulling fs layer 00:09:37 96b7cbca73a9: Pulling fs layer 00:09:37 a7acece74701: Pulling fs layer 00:09:37 22ff95d597cd: Waiting 00:09:37 12d6caf4c0d1: Waiting 00:09:37 96b7cbca73a9: Waiting 00:09:37 a7acece74701: Waiting 00:09:37 53926ce57604: Waiting 00:09:37 21b2b0c7a3f4: Waiting 00:09:37 93c1e223e6f2: Download complete 00:09:37 4583459ba037: Verifying Checksum 00:09:37 4583459ba037: Download complete 00:09:37 21b2b0c7a3f4: Verifying Checksum 00:09:37 21b2b0c7a3f4: Download complete 00:09:37 22ff95d597cd: Verifying Checksum 00:09:37 22ff95d597cd: Download complete 00:09:37 213ec9aee27d: Verifying Checksum 00:09:37 213ec9aee27d: Download complete 00:09:37 12d6caf4c0d1: Verifying Checksum 00:09:37 12d6caf4c0d1: Download complete 00:09:37 213ec9aee27d: Pull complete 00:09:37 4583459ba037: Pull complete 00:09:37 93c1e223e6f2: Pull complete 00:09:37 a7acece74701: Verifying Checksum 00:09:37 a7acece74701: Download complete 00:09:37 96b7cbca73a9: Verifying Checksum 00:09:37 96b7cbca73a9: Download complete 00:09:37 53926ce57604: Verifying Checksum 00:09:37 53926ce57604: Download complete 00:09:42 53926ce57604: Pull complete 00:09:42 21b2b0c7a3f4: Pull complete 00:09:42 22ff95d597cd: Pull complete 00:09:42 12d6caf4c0d1: Pull complete 00:09:43 96b7cbca73a9: Pull complete 00:09:44 a7acece74701: Pull complete 00:09:44 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 00:09:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:09:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 00:09:45 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:09:45 WORKDIR /edgex 00:09:45 COPY go.mod . 00:09:45 RUN go mod download 00:09:45 docker build -t ci-base-image-x86_64 -f - . 00:09:45 Sending build context to Docker daemon 170.4MB 00:09:45 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:09:45 ---> db6d94c90886 00:09:45 Step 2/4 : WORKDIR /edgex 00:09:51 Still waiting to schedule task 00:09:51 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9695’ 00:09:57 ---> Running in 7c7233f7e853 00:09:57 Removing intermediate container 7c7233f7e853 00:09:57 ---> 52bad49e6889 00:09:57 Step 3/4 : COPY go.mod . 00:09:57 ---> d4535d3213d8 00:09:57 Step 4/4 : RUN go mod download 00:09:57 ---> Running in 92c1aff29a25 00:10:19 Removing intermediate container 92c1aff29a25 00:10:19 ---> a929946dd4be 00:10:19 Successfully built a929946dd4be 00:10:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:10:20 + docker inspect -f . ci-base-image-x86_64 00:10:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:10:20 prd-ubuntu20.04-docker-8c-8g-9697 does not seem to be running inside a container 00:10:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:10:20 $ docker top d0b29f7bb342c0533073df136e9519772ed089a0f82791b90c2feef6d9c37af2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:10:21 + go version 00:10:21 go version go1.18.7 linux/amd64 [Pipeline] } 00:10:21 $ docker stop --time=1 d0b29f7bb342c0533073df136e9519772ed089a0f82791b90c2feef6d9c37af2 00:10:22 $ docker rm -f --volumes d0b29f7bb342c0533073df136e9519772ed089a0f82791b90c2feef6d9c37af2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:10:23 + docker inspect -f . ci-base-image-x86_64 00:10:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:10:23 prd-ubuntu20.04-docker-8c-8g-9697 does not seem to be running inside a container 00:10:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:10:23 $ docker top 72e6f7a4781e065e68b1f28c4024829cad138cdd1a4595468a16e55602eaa418 -eo pid,comm [Pipeline] { [Pipeline] echo 00:10:23 ========================================================= 00:10:23 [edgeXBuildGoParallel] Running Tests and Build... 00:10:23 ========================================================= [Pipeline] sh 00:10:24 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 00:10:24 + make test 00:10:24 go test -race -coverprofile=coverage.out ./... 00:10:31 ? github.com/edgexfoundry/edgex-go [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:10:43 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:10:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.062s coverage: 28.7% of statements 00:10:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:10:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:10:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.092s coverage: 98.5% of statements 00:10:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.122s coverage: 71.2% of statements 00:10:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 00:10:47 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 00:10:47 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:10:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.071s coverage: 54.0% of statements 00:10:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:10:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:10:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.105s coverage: 88.5% of statements 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:10:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.068s coverage: 3.9% of statements 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:10:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.491s coverage: 95.6% of statements 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 00:10:48 ok github.com/edgexfoundry/edgex-go/internal/io 0.092s coverage: 72.2% of statements 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:10:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 65.9% of statements 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:10:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.080s coverage: 0.9% of statements 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:10:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.052s coverage: 29.0% of statements 00:10:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:10:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 45.5% of statements 00:10:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.090s coverage: 82.9% of statements 00:10:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements 00:10:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements 00:10:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements 00:10:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.399s coverage: 79.9% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 64.4% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.065s coverage: 86.9% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.119s coverage: 87.2% of statements 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.054s coverage: 20.0% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 81.2% of statements 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 82.1% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.053s coverage: 84.8% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.259s coverage: 63.1% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.093s coverage: 100.0% of statements 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.156s coverage: 38.4% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.075s coverage: 17.7% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.154s coverage: 92.3% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 61.5% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:11:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.095s coverage: 97.7% of statements 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:11:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:11:11 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 00:11:30 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." 00:11:30 go vet ./... 00:11:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:11:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:11:30 ./bin/test-attribution-txt.sh [Pipeline] echo 00:11:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 00:11:31 + ls -al . 00:11:31 total 704 00:11:31 drwxrwxr-x 11 1001 1001 4096 Mar 11 00:10 . 00:11:31 drwxr-xr-x 4 root root 4096 Mar 11 00:10 .. 00:11:31 drwxrwxr-x 2 1001 1001 4096 Mar 11 00:09 .blubracket 00:11:31 -rw-rw-r-- 1 1001 1001 16 Mar 11 00:09 .dockerignore 00:11:31 drwxrwxr-x 8 1001 1001 4096 Mar 11 00:11 .git 00:11:31 drwxrwxr-x 3 1001 1001 4096 Mar 11 00:09 .github 00:11:31 -rw-rw-r-- 1 1001 1001 1133 Mar 11 00:09 .gitignore 00:11:31 -rw-rw-r-- 1 1001 1001 42 Mar 11 00:09 .golangci.yml 00:11:31 -rw-rw-r-- 1 1001 1001 87 Mar 11 00:09 .hadolint.yml 00:11:31 drwxr-xr-x 3 1001 1001 4096 Mar 11 00:09 .semver 00:11:31 -rw-rw-r-- 1 1001 1001 166 Mar 11 00:09 .sonarcloud.properties 00:11:31 -rw-rw-r-- 1 1001 1001 1171 Mar 11 00:09 ADOPTERS.md 00:11:31 -rw-rw-r-- 1 1001 1001 10825 Mar 11 00:09 Attribution.txt 00:11:31 -rw-rw-r-- 1 1001 1001 73765 Mar 11 00:09 CHANGELOG.md 00:11:31 -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:09 CONTRIBUTING.md 00:11:31 -rw-rw-r-- 1 1001 1001 677 Mar 11 00:09 GOVERNANCE.md 00:11:31 -rw-rw-r-- 1 1001 1001 883 Mar 11 00:09 Jenkinsfile 00:11:31 -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:09 LICENSE 00:11:31 -rw-rw-r-- 1 1001 1001 14232 Mar 11 00:09 Makefile 00:11:31 -rw-rw-r-- 1 1001 1001 582 Mar 11 00:09 OWNERS.md 00:11:31 -rw-rw-r-- 1 1001 1001 9403 Mar 11 00:09 README.md 00:11:31 -rw-rw-r-- 1 1001 1001 789 Mar 11 00:09 SECURITY.md 00:11:31 -rw-rw-r-- 1 1001 1001 5 Mar 11 00:09 VERSION 00:11:31 drwxrwxr-x 2 1001 1001 4096 Mar 11 00:09 bin 00:11:31 drwxrwxr-x 18 1001 1001 4096 Mar 11 00:09 cmd 00:11:31 -rw-r--r-- 1 root root 447487 Mar 11 00:11 coverage.out 00:11:31 -rw-rw-r-- 1 1001 1001 3232 Mar 11 00:09 go.mod 00:11:31 -rw-rw-r-- 1 1001 1001 31098 Mar 11 00:09 go.sum 00:11:31 drwxrwxr-x 7 1001 1001 4096 Mar 11 00:09 internal 00:11:31 drwxrwxr-x 3 1001 1001 4096 Mar 11 00:09 openapi 00:11:31 -rw-rw-r-- 1 1001 1001 594 Mar 11 00:09 security.txt 00:11:31 drwxrwxr-x 4 1001 1001 4096 Mar 11 00:09 snap 00:11:31 -rw-rw-r-- 1 1001 1001 204 Mar 11 00:09 version.go [Pipeline] sh 00:11:31 + '[' -e coverage.out ] 00:11:31 + chown 1001:1001 coverage.out [Pipeline] stash 00:11:32 Stashed 1 file(s) [Pipeline] sh 00:11:32 + make build 00:11:32 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 00:11:44 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 00:11:44 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 00:11:46 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 00:11:46 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 00:11:54 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 00:11:55 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 00:11: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 00:11:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:11:59 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 00:11: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:12: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 00:12:02 $ docker stop --time=1 72e6f7a4781e065e68b1f28c4024829cad138cdd1a4595468a16e55602eaa418 00:12:11 $ docker rm -f --volumes 72e6f7a4781e065e68b1f28c4024829cad138cdd1a4595468a16e55602eaa418 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:12:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:12:12 00:12:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:12:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:12:12 latest: Pulling from edgex-devops/edgex-compose 00:12:12 cbdbe7a5bc2a: Pulling fs layer 00:12:12 ca9280d653b3: Pulling fs layer 00:12:12 7e9c9ca2126c: Pulling fs layer 00:12:12 cbdbe7a5bc2a: Verifying Checksum 00:12:12 cbdbe7a5bc2a: Download complete 00:12:12 ca9280d653b3: Verifying Checksum 00:12:12 ca9280d653b3: Download complete 00:12:13 cbdbe7a5bc2a: Pull complete 00:12:13 7e9c9ca2126c: Download complete 00:12:13 ca9280d653b3: Pull complete 00:12:16 7e9c9ca2126c: Pull complete 00:12:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:12:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:12:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:12:16 prd-ubuntu20.04-docker-8c-8g-9697 does not seem to be running inside a container 00:12:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:12:23 $ docker top 57c3244204283c03b9e1a0c3075368e2b833b0f35b2a50a3606dcbd4400546f0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:12:24 + docker-compose build --help 00:12:24 + grep parallel 00:12:24 --parallel Build images in parallel. [Pipeline] } 00:12:24 $ docker stop --time=1 57c3244204283c03b9e1a0c3075368e2b833b0f35b2a50a3606dcbd4400546f0 00:12:26 $ docker rm -f --volumes 57c3244204283c03b9e1a0c3075368e2b833b0f35b2a50a3606dcbd4400546f0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:12:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:12:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:12:26 prd-ubuntu20.04-docker-8c-8g-9697 does not seem to be running inside a container 00:12:26 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:12:27 $ docker top ae36dd5f06f8cb647d1e6ec1441065d3e6aa44851d21f5d4c07195a79dc6de35 -eo pid,comm [Pipeline] { [Pipeline] sh 00:12:27 + docker-compose -f ./docker-compose-build.yml build --parallel 00:12:28 Building core-command ... 00:12:28 Building core-common-config-bootstrapper ... 00:12:28 Building core-data ... 00:12:28 Building core-metadata ... 00:12:28 Building security-bootstrapper ... 00:12:28 Building security-proxy-auth ... 00:12:28 Building security-proxy-setup ... 00:12:28 Building security-secretstore-setup ... 00:12:28 Building security-spiffe-token-provider ... 00:12:28 Building security-spire-agent ... 00:12:28 Building security-spire-config ... 00:12:28 Building security-spire-server ... 00:12:28 Building support-notifications ... 00:12:28 Building support-scheduler ... 00:12:28 Building support-notifications 00:12:28 Building security-proxy-setup 00:12:28 Building security-spire-config 00:12:28 Building core-command 00:12:28 Building security-spire-server 00:12:38 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:12:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:12:38 ---> a929946dd4be 00:12:38 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:12:38 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:12:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:12:38 ---> a929946dd4be 00:12:38 Step 3/23 : WORKDIR /edgex-go 00:12:38 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:12:38 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:12:38 ---> a929946dd4be 00:12:38 Step 3/20 : WORKDIR /edgex-go 00:12:38 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:12:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:12:38 ---> a929946dd4be 00:12:38 Step 3/23 : ARG ADD_BUILD_TAGS="" 00:12:38 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:12:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:12:38 ---> a929946dd4be 00:12:38 Step 3/24 : WORKDIR /edgex-go 00:12:48 ---> Running in 3247c38fd099 00:12:48 ---> Running in e8fbaa720a37 00:12:49 ---> Running in 8eac289335fd 00:12:49 ---> Running in fc793873d426 00:12:49 ---> Running in 8c424b5a7e61 00:12:49 Removing intermediate container 3247c38fd099 00:12:49 ---> 3124a8fb6d54 00:12:49 Step 4/22 : WORKDIR /edgex-go 00:12:49 ---> Running in 5683af6b365c 00:12:49 Removing intermediate container 8eac289335fd 00:12:49 ---> c7432f654d38 00:12:49 Step 4/23 : WORKDIR /edgex-go 00:12:49 Removing intermediate container 8c424b5a7e61 00:12:49 ---> f5884c77a620 00:12:49 Step 4/20 : RUN apk add --update --no-cache make git 00:12:49 Removing intermediate container fc793873d426 00:12:49 ---> d959d25c07c1 00:12:49 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 00:12:49 Removing intermediate container e8fbaa720a37 00:12:49 ---> 640cf99159fd 00:12:49 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 00:12:49 ---> Running in 1a29c1343cc4 00:12:49 ---> Running in c262c6dffe14 00:12:49 ---> Running in 65f2dc657d6d 00:12:49 ---> Running in e64f41c3ddec 00:12:49 Removing intermediate container 5683af6b365c 00:12:49 ---> a6e75ea7b841 00:12:49 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:12:49 ---> Running in cd6f62c12b95 00:12:49 Removing intermediate container c262c6dffe14 00:12:49 ---> 7f545c66a82c 00:12:49 Step 5/23 : RUN apk add --update --no-cache make git 00:12:49 ---> Running in 103e3889e3bd 00:12:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:12:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:12:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:12:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:12:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:12:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:12:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:12:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:12:49 OK: 211 MiB in 51 packages 00:12:49 OK: 211 MiB in 51 packages 00:12:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:12:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:12:50 OK: 211 MiB in 51 packages 00:12:50 OK: 211 MiB in 51 packages 00:12:50 OK: 211 MiB in 51 packages 00:12:50 Removing intermediate container 1a29c1343cc4 00:12:50 ---> 9fa839cf31a9 00:12:50 Step 5/20 : COPY go.mod vendor* ./ 00:12:50 Removing intermediate container 65f2dc657d6d 00:12:50 ---> b77f34fd7f18 00:12:50 Step 5/23 : COPY go.mod vendor* ./ 00:12:50 ---> 02a3122b69f0 00:12:50 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:12:50 ---> Running in e49c78636541 00:12:50 ---> 0a41d9f0ee33 00:12:50 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:12:50 ---> Running in ca6d13cdf606 00:12:50 Removing intermediate container e64f41c3ddec 00:12:50 ---> 2d03799680e9 00:12:50 Step 5/24 : COPY go.mod vendor* ./ 00:12:50 Removing intermediate container 103e3889e3bd 00:12:50 ---> 8743be8312de 00:12:50 Step 6/23 : COPY go.mod vendor* ./ 00:12:50 ---> 8b378f3fad96 00:12:50 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:12:50 ---> Running in 2b2b0a79c5fa 00:12:50 Removing intermediate container cd6f62c12b95 00:12:50 ---> e4273ca84208 00:12:50 Step 6/22 : COPY go.mod vendor* ./ 00:12:50 ---> 6f5668c2bc23 00:12:50 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:12:51 ---> Running in 1612ef551ad2 00:12:51 ---> 46d2ecf5cb6a 00:12:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:12:51 ---> Running in 443357df18d8 00:13:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9698 in /w/workspace/edgexfoundry_edgex-go_PR-4436 [Pipeline] { [Pipeline] ws 00:13:14 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 00:13:14 The recommended git tool is: git 00:13:20 using credential edgex-jenkins-ssh 00:13:20 Cloning the remote Git repository 00:13:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:13:20 > git init /w/workspace/edgex-go/1 # timeout=10 00:13:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:13:20 > git --version # timeout=10 00:13:20 > git --version # 'git version 2.25.1' 00:13:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:13:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:13:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:13:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:13:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:13:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:13:40 using GIT_SSH to set credentials SSH Credentials for GitHub 00:13:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4436/head:refs/remotes/origin/PR-4436 +refs/heads/main:refs/remotes/origin/main # timeout=10 00:13:41 Merging remotes/origin/main commit d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 into PR head commit 8a46531602b5787ece39bd2d04ab3384e1630829 00:13:41 Merge succeeded, producing 8a46531602b5787ece39bd2d04ab3384e1630829 00:13:41 Checking out Revision 8a46531602b5787ece39bd2d04ab3384e1630829 (PR-4436) 00:13:41 > git config core.sparsecheckout # timeout=10 00:13:41 > git checkout -f 8a46531602b5787ece39bd2d04ab3384e1630829 # timeout=10 00:13:41 > git remote # timeout=10 00:13:41 > git config --get remote.origin.url # timeout=10 00:13:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:13:41 > git merge d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 # timeout=10 00:13:41 > git rev-parse HEAD^{commit} # timeout=10 00:13:41 > git config core.sparsecheckout # timeout=10 00:13:41 > git checkout -f 8a46531602b5787ece39bd2d04ab3384e1630829 # timeout=10 00:13:45 Commit message: "fix(security): Add back missing configuration to seed message-bus secrets" 00:13:45 > git --version # timeout=10 00:13:45 > git --version # 'git version 2.25.1' 00:13:45 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:13:46 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:13:46 % Total % Received % Xferd Average Speed Time Time Time Current 00:13:46 Dload Upload Total Spent Left Speed 00:13:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 76813 0 --:--:-- --:--:-- --:--:-- 77278 [Pipeline] sh 00:13:47 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:13:47 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:13:47 + sudo tee /etc/docker/daemon.new 00:13:47 { 00:13:47 "registry-mirrors": [ 00:13:47 "https://nexus3.edgexfoundry.org:10001" 00:13:47 ], 00:13:47 "bip": "10.250.0.254/24", 00:13:47 "hosts": [ 00:13:47 "tcp://0.0.0.0:5555", 00:13:47 "unix:///var/run/docker.sock" 00:13:47 ], 00:13:47 "mtu": 1458, 00:13:47 "selinux-enabled": true, 00:13:47 "seccomp-profile": "/etc/docker/seccomp.json" 00:13:47 } [Pipeline] sh 00:13:48 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:13:48 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:14:06 provisioning config files... 00:14:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9403452728066085545tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:14:07 ---> docker-login.sh 00:14:07 nexus3.edgexfoundry.org:10001 00:14:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:07 Configure a credential helper to remove this warning. See 00:14:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:07 00:14:07 Login Succeeded 00:14:07 nexus3.edgexfoundry.org:10002 00:14:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:08 Configure a credential helper to remove this warning. See 00:14:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:08 00:14:08 Login Succeeded 00:14:08 nexus3.edgexfoundry.org:10003 00:14:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:08 Configure a credential helper to remove this warning. See 00:14:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:08 00:14:08 Login Succeeded 00:14:08 nexus3.edgexfoundry.org:10004 00:14:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:08 Configure a credential helper to remove this warning. See 00:14:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:08 00:14:08 Login Succeeded 00:14:08 docker.io 00:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:09 Configure a credential helper to remove this warning. See 00:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:09 00:14:09 Login Succeeded 00:14:09 ---> docker-login.sh ends [Pipeline] } 00:14:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 00:14:10 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 00:14:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:14:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:14:10 ========================================================= 00:14:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 00:14:10 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:14:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 00:14:10 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:14:10 9b18e9b68314: Pulling fs layer 00:14:10 35d82f9e3411: Pulling fs layer 00:14:10 e16973657156: Pulling fs layer 00:14:10 fc693d55d65f: Pulling fs layer 00:14:10 7e9fc2657dce: Pulling fs layer 00:14:10 dda99020689f: Pulling fs layer 00:14:10 db1c61fa0a46: Pulling fs layer 00:14:10 891c053d2c06: Pulling fs layer 00:14:10 dda99020689f: Waiting 00:14:10 db1c61fa0a46: Waiting 00:14:10 891c053d2c06: Waiting 00:14:10 fc693d55d65f: Waiting 00:14:10 7e9fc2657dce: Waiting 00:14:10 e16973657156: Download complete 00:14:10 35d82f9e3411: Verifying Checksum 00:14:10 35d82f9e3411: Download complete 00:14:10 7e9fc2657dce: Verifying Checksum 00:14:10 7e9fc2657dce: Download complete 00:14:10 dda99020689f: Verifying Checksum 00:14:10 dda99020689f: Download complete 00:14:10 9b18e9b68314: Verifying Checksum 00:14:10 9b18e9b68314: Download complete 00:14:12 9b18e9b68314: Pull complete 00:14:12 891c053d2c06: Verifying Checksum 00:14:12 891c053d2c06: Download complete 00:14:12 35d82f9e3411: Pull complete 00:14:12 e16973657156: Pull complete 00:14:13 db1c61fa0a46: Verifying Checksum 00:14:13 db1c61fa0a46: Download complete 00:14:13 fc693d55d65f: Verifying Checksum 00:14:13 fc693d55d65f: Download complete 00:14:26 fc693d55d65f: Pull complete 00:14:26 7e9fc2657dce: Pull complete 00:14:26 dda99020689f: Pull complete 00:14:28 Removing intermediate container 1612ef551ad2 00:14:28 ---> 6945cdd1b64e 00:14:28 Step 8/23 : COPY . . 00:14:28 Removing intermediate container 443357df18d8 00:14:28 ---> 2777f8793890 00:14:28 Step 8/22 : COPY . . 00:14:28 Removing intermediate container ca6d13cdf606 00:14:28 ---> b63c5a4a6e81 00:14:28 Step 7/23 : COPY . . 00:14:28 Removing intermediate container e49c78636541 00:14:28 ---> 2d88eaf733f7 00:14:28 Step 7/20 : COPY . . 00:14:28 Removing intermediate container 2b2b0a79c5fa 00:14:28 ---> 40f7949c5202 00:14:28 Step 7/24 : COPY . . 00:14:32 db1c61fa0a46: Pull complete 00:14:34 891c053d2c06: Pull complete 00:14:34 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 00:14:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 00:14:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 00:14:35 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 00:14:35 WORKDIR /edgex 00:14:35 COPY go.mod . 00:14:35 RUN go mod download 00:14:35 + docker build -t ci-base-image-arm64 -f - . 00:14:35 Sending build context to Docker daemon 2.946MB 00:14:35 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 00:14:35 ---> f96f9c87975a 00:14:35 Step 2/4 : WORKDIR /edgex 00:14:37 ---> Running in 3e1c5f96c700 00:14:37 Removing intermediate container 3e1c5f96c700 00:14:37 ---> 718710158aba 00:14:37 Step 3/4 : COPY go.mod . 00:14:39 ---> b795f70bd5a3 00:14:39 Step 4/4 : RUN go mod download 00:14:39 ---> Running in 5c4d66903d1e 00:15:11 Removing intermediate container 5c4d66903d1e 00:15:11 ---> c6a1a1fbd55a 00:15:11 Successfully built c6a1a1fbd55a 00:15:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:15:12 + docker inspect -f . ci-base-image-arm64 00:15:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:15:12 prd-ubuntu20.04-docker-arm64-4c-16g-9698 does not seem to be running inside a container 00:15:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:15:13 $ docker top 044a95f969e382f06ac66b2c6c60bb96f139dccc53db5fbb7080d595743e857e -eo pid,comm [Pipeline] { [Pipeline] sh 00:15:14 + go version 00:15:14 go version go1.18.7 linux/arm64 [Pipeline] } 00:15:14 $ docker stop --time=1 044a95f969e382f06ac66b2c6c60bb96f139dccc53db5fbb7080d595743e857e 00:15:15 ---> cdd0f979fcad 00:15:15 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 00:15:15 ---> 4b8f5637905e 00:15:15 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 00:15:15 ---> 868a60b8043f 00:15:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:15:15 ---> 32a79ccb776d 00:15:15 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 00:15:15 ---> 798ddddb13f2 00:15:15 Step 8/20 : RUN make cmd/secrets-config/secrets-config 00:15:15 ---> Running in c82737c70145 00:15:15 ---> Running in 70316c9b0e5d 00:15:15 ---> Running in eee527fec642 00:15:15 ---> Running in 5e050dbb7ac0 00:15:15 ---> Running in 001f013b160c 00:15:15 Removing intermediate container 5e050dbb7ac0 00:15:15 ---> 263ec5c8542a 00:15:15 Step 9/24 : WORKDIR /edgex-go/spire-build 00:15:15 Removing intermediate container c82737c70145 00:15:15 ---> d62eb541f2ef 00:15:15 Step 9/23 : WORKDIR /edgex-go/spire-build 00:15:15 ---> Running in 198a37898a63 00:15:15 ---> Running in 9a7eac3006fe 00:15:15 Removing intermediate container 9a7eac3006fe 00:15:15 ---> 766b92826b7a 00:15:15 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 00:15:15 Removing intermediate container 198a37898a63 00:15:15 ---> c4389b9987c3 00:15:15 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 00:15:15 ---> Running in a79167661594 00:15:15 ---> Running in 06e92324d214 00:15:15 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:15:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:15:15 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 00:15:15 Removing intermediate container 06e92324d214 00:15:15 Removing intermediate container a79167661594 00:15:15 ---> 479d970718eb 00:15:15 ---> 88868f77c511 00:15:15 Step 11/23 : WORKDIR /edgex-goStep 11/24 : WORKDIR /edgex-go 00:15:15 00:15:15 ---> Running in 384d5f1e0ba0 00:15:15 ---> Running in e9737e8bb26d 00:15:15 Removing intermediate container e9737e8bb26d 00:15:15 ---> 0997ec2603a2 00:15:15 00:15:15 Step 12/23 : FROM alpine:3.15 00:15:15 Removing intermediate container 384d5f1e0ba0 00:15:15 ---> d390408a72ef 00:15:15 00:15:15 Step 12/24 : FROM alpine:3.15 00:15:15 3.15: Pulling from library/alpine 00:15:15 3.15: Pulling from library/alpine 00:15:15 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 00:15:15 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 00:15:15 Status: Downloaded newer image for alpine:3.15 00:15:15 Status: Image is up to date for alpine:3.15 00:15:15 ---> 5ce65d7b0fde 00:15:15 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:15:15 ---> 5ce65d7b0fde 00:15:15 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:15:16 $ docker rm -f --volumes 044a95f969e382f06ac66b2c6c60bb96f139dccc53db5fbb7080d595743e857e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:15:17 + docker inspect -f . ci-base-image-arm64 00:15:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:15:17 prd-ubuntu20.04-docker-arm64-4c-16g-9698 does not seem to be running inside a container 00:15:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:15:18 $ docker top 7570e05e34ff155c860097edf732b426aa423d45e4d5236fdba9aafd5aeffb50 -eo pid,comm [Pipeline] { [Pipeline] echo 00:15:19 ========================================================= 00:15:19 [edgeXBuildGoParallel] Running Tests and Build... 00:15:19 ========================================================= [Pipeline] sh 00:15:19 ---> Running in 389be07184cd 00:15:19 ---> Running in 200c22e6ce31 00:15:19 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 00:15:20 + make test 00:15:20 go test -race -coverprofile=coverage.out ./... 00:15:21 Removing intermediate container 200c22e6ce31 00:15:21 ---> f2a33da2c316 00:15:21 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 00:15:21 Removing intermediate container 389be07184cd 00:15:21 ---> ed2eefd316c2 00:15:21 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:15:21 ---> Running in cbd1f33cc3ce 00:15:21 ---> Running in 582f7674e7c1 00:15:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:15:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:15:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:15:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:15:23 v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:15:23 v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:15:23 OK: 15859 distinct packages available 00:15:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:15:23 v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:15:23 v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:15:23 OK: 15859 distinct packages available 00:15:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:15:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:15:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:15:23 (1/4) Installing dumb-init (1.2.5-r1) 00:15:23 (2/4) Installing musl-obstack (1.2.3-r0) 00:15:23 (3/4) Installing libucontext (1.1-r0) 00:15:23 (4/4) Installing gcompat (1.0.0-r4) 00:15:23 Executing busybox-1.34.1-r7.trigger 00:15:23 OK: 6 MiB in 18 packages 00:15:23 (1/5) Installing dumb-init (1.2.5-r1) 00:15:23 (2/5) Installing musl-obstack (1.2.3-r0) 00:15:23 (3/5) Installing libucontext (1.1-r0) 00:15:23 (4/5) Installing gcompat (1.0.0-r4) 00:15:23 (5/5) Installing openssl (1.1.1t-r1) 00:15:23 Executing busybox-1.34.1-r7.trigger 00:15:23 OK: 7 MiB in 19 packages 00:15:27 Removing intermediate container 582f7674e7c1 00:15:27 ---> f3cd94b2ec3d 00:15:27 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:15:27 Removing intermediate container cbd1f33cc3ce 00:15:27 ---> faafa717fb73 00:15:27 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:15:49 ---> 33482fbfb14d 00:15:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:15:49 ---> 07e270c01678 00:15:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:15:51 ---> e5958c133622 00:15:51 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 00:15:51 ---> e853d0366c70 00:15:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:15:51 Removing intermediate container 001f013b160c 00:15:51 ---> f5aa78f65cce 00:15:51 00:15:51 Step 9/20 : FROM alpine:3.16 00:15:51 ---> Running in 93faaa4a7d2a 00:15:52 ? github.com/edgexfoundry/edgex-go [no test files] 00:16:00 3.16: Pulling from library/alpine 00:16:00 ---> 2bd8733d242e 00:16:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:16:00 Removing intermediate container 93faaa4a7d2a 00:16:00 ---> 5ec9b2ab1b29 00:16:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:16:00 ---> 2c5f3fdc1faa 00:16:00 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:16:00 Removing intermediate container eee527fec642 00:16:00 ---> 5a3fc43997d7 00:16:00 00:16:00 Step 10/23 : FROM alpine:3.16 00:16:00 ---> Running in cd5507c90856 00:16:00 Removing intermediate container 70316c9b0e5d 00:16:00 ---> eed4d73aaa20 00:16:00 00:16:00 Step 10/22 : FROM alpine:3.16 00:16:00 ---> 974d8ff608f6 00:16:00 Step 19/24 : WORKDIR / 00:16:00 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 00:16:00 Status: Downloaded newer image for alpine:3.16 00:16:00 ---> dfd21b5a31f5 00:16:00 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 00:16:00 ---> Running in 284f1c01cdd0 00:16:00 3.16: Pulling from library/alpine 00:16:00 3.16: Pulling from library/alpine 00:16:00 ---> Running in 3d413944357d 00:16:00 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 00:16:00 Status: Image is up to date for alpine:3.16 00:16:00 ---> dfd21b5a31f5 00:16:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:16:00 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 00:16:00 Status: Image is up to date for alpine:3.16 00:16:00 ---> dfd21b5a31f5 00:16:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:16:00 Removing intermediate container cd5507c90856 00:16:00 ---> d557bfbd62e7 00:16:00 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:16:00 ---> Running in 7d23add37c77 00:16:00 ---> Running in c183d49f0643 00:16:00 ---> Running in aa0d81d8b558 00:16:00 Removing intermediate container 3d413944357d 00:16:00 ---> 99a1c7fbc836 00:16:00 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:16:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:16:00 ---> Running in 40e23b7f5371 00:16:00 Removing intermediate container aa0d81d8b558 00:16:00 ---> bca660aee1ea 00:16:00 Step 21/23 : LABEL arch=x86_64 00:16:00 ---> Running in d8a58fa7bfc3 00:16:00 Removing intermediate container 40e23b7f5371 00:16:00 ---> de19d120bc21 00:16:00 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:16:00 ---> Running in d931b9e3881d 00:16:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:16:00 Removing intermediate container d8a58fa7bfc3 00:16:00 ---> 4689720bd874 00:16:00 Step 22/23 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:16:00 ---> Running in 2bcf0d2f541a 00:16:00 Removing intermediate container d931b9e3881d 00:16:00 ---> c70d6424cd25 00:16:00 Step 22/24 : LABEL arch=x86_64 00:16:00 ---> Running in 628c50d7fc6a 00:16:00 Removing intermediate container 2bcf0d2f541a 00:16:00 ---> a6ce5a53c629 00:16:00 Step 23/23 : LABEL version=0.0.0 00:16:01 ---> Running in f3df631cb5bb 00:16:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:16:01 Removing intermediate container 628c50d7fc6a 00:16:01 ---> 1a39e3e95e54 00:16:01 Step 23/24 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:16:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:16:01 (1/2) Installing dumb-init (1.2.5-r1) 00:16:01 (2/2) Installing openssl (1.1.1t-r0) 00:16:01 ---> Running in e805e94d983a 00:16:01 Executing busybox-1.35.0-r17.trigger 00:16:01 OK: 6 MiB in 16 packages 00:16:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:16:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:16:01 Removing intermediate container f3df631cb5bb 00:16:01 ---> e4896e4475bc 00:16:01 00:16:01 Successfully built e4896e4475bc 00:16:01 Successfully tagged security-spire-server:latest 00:16:01  Building security-spire-server ... done Building core-common-config-bootstrapper 00:16:01 Removing intermediate container e805e94d983a 00:16:01 ---> 189ee3078ca8 00:16:01 Step 24/24 : LABEL version=0.0.0 00:16:01 (1/2) Installing ca-certificates (20220614-r0) 00:16:01 (1/1) Installing dumb-init (1.2.5-r1) 00:16:01 Executing busybox-1.35.0-r17.trigger 00:16:01 (2/2) Installing dumb-init (1.2.5-r1) 00:16:01 Executing busybox-1.35.0-r17.trigger 00:16:01 OK: 6 MiB in 15 packages 00:16:01 Executing ca-certificates-20220614-r0.trigger 00:16:01 OK: 6 MiB in 16 packages 00:16:01 ---> Running in 04e1cb4a262a 00:16:05 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:16:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:16:05 ---> a929946dd4be 00:16:05 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:16:05 ---> Using cache 00:16:05 ---> c7432f654d38 00:16:05 Step 4/22 : WORKDIR /edgex-go 00:16:05 ---> Using cache 00:16:05 ---> 7f545c66a82c 00:16:05 Step 5/22 : RUN apk add --update --no-cache make git 00:16:05 ---> Using cache 00:16:05 ---> 8743be8312de 00:16:05 Step 6/22 : COPY go.mod vendor* ./ 00:16:05 ---> Using cache 00:16:05 ---> 6f5668c2bc23 00:16:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:05 ---> Using cache 00:16:05 ---> 6945cdd1b64e 00:16:05 Step 8/22 : COPY . . 00:16:05 ---> Using cache 00:16:05 ---> 4b8f5637905e 00:16:05 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:16:09 Removing intermediate container 04e1cb4a262a 00:16:09 ---> 1b98dfa33e59 00:16:09 00:16:09 Successfully built 1b98dfa33e59 00:16:09 ---> Running in fd1b63bbfe14 00:16:10 Successfully tagged security-spire-config:latest 00:16:10  Building security-spire-config ... done Building security-secretstore-setup 00:16:10 Removing intermediate container 284f1c01cdd0 00:16:10 ---> c4b73e2b6c8f 00:16:10 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 00:16:10 Removing intermediate container 7d23add37c77 00:16:10 ---> 834de7a2b6c4 00:16:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:16:11 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 00:16:17 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:16:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:16:17 ---> a929946dd4be 00:16:17 Step 3/23 : WORKDIR /edgex-go 00:16:17 ---> Using cache 00:16:17 ---> 640cf99159fd 00:16:17 Step 4/23 : RUN apk add --update --no-cache make git 00:16:20 Removing intermediate container c183d49f0643 00:16:20 ---> 4468f3169d4e 00:16:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:16:20 ---> Running in a08a21a15b7d 00:16:20 ---> Running in 03788a21da8e 00:16:20 ---> Running in 83a94a70a832 00:16:20 ---> Running in 6e05372568cc 00:16:20 Removing intermediate container 83a94a70a832 00:16:20 ---> dd72087eca2a 00:16:20 Step 13/23 : ENV APP_PORT=59882 00:16:20 Removing intermediate container a08a21a15b7d 00:16:20 ---> c80bb2e46cb3 00:16:20 Step 12/20 : WORKDIR /edgex 00:16:20 ---> Running in 36efd827a01a 00:16:20 ---> Running in cbf7f36e03fd 00:16:20 Removing intermediate container 6e05372568cc 00:16:20 ---> 6eb5671c2cec 00:16:20 Step 13/22 : ENV APP_PORT=59860 00:16:20 ---> Running in ae62162970c8 00:16:21 Removing intermediate container cbf7f36e03fd 00:16:21 ---> 8c9565d00e5e 00:16:21 Step 14/23 : EXPOSE $APP_PORT 00:16:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:16:21 Removing intermediate container 36efd827a01a 00:16:21 ---> fb0b3f19385c 00:16:21 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 00:16:21 ---> Running in 7bdc480cb6d8 00:16:21 Removing intermediate container ae62162970c8 00:16:21 ---> bfaeef14fb58 00:16:21 Step 14/22 : EXPOSE $APP_PORT 00:16:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:16:21 ---> Running in a330f1a70d8d 00:16:22 Removing intermediate container 7bdc480cb6d8 00:16:22 ---> 24da4a3a2b52 00:16:22 Step 15/23 : WORKDIR / 00:16:22 ---> e1cbf9c66d53 00:16:22 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:16:22 ---> Running in 80e6bce443b9 00:16:22 OK: 211 MiB in 51 packages 00:16:22 Removing intermediate container a330f1a70d8d 00:16:22 ---> f03e1b06258e 00:16:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:16:22 Removing intermediate container 80e6bce443b9 00:16:22 ---> 5f6829ca0776 00:16:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:16:23 ---> 38750fc06f36 00:16:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:16:23 ---> 8acf14c1049d 00:16:23 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:16:23 ---> efc0e64d58ae 00:16:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:16:24 Removing intermediate container 03788a21da8e 00:16:24 ---> 805fbce51136 00:16:24 Step 5/23 : COPY go.mod vendor* ./ 00:16:25 ---> 46242be954eb 00:16:25 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:16:25 ---> 8f3f3b7a5e58 00:16:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:16:25 ---> fba5fcf89762 00:16:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:16:25 ---> Running in f3129c6da009 00:16:25 ---> 1ed0214b8ef8 00:16:25 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:25 ---> Running in a6ceafe6ed3f 00:16:25 ---> eb257c0d4ddf 00:16:25 Step 19/23 : ENTRYPOINT ["/core-command"] 00:16:25 ---> Running in f8cc49ebadfd 00:16:25 ---> e73472bd20c6 00:16:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:16:25 ---> Running in 30c52d692510 00:16:25 Removing intermediate container f8cc49ebadfd 00:16:25 ---> 9e5ae2fa2db4 00:16:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:16:25 ---> Running in 3da46bfd37ed 00:16:25 Removing intermediate container 30c52d692510 00:16:25 ---> 74781b778881 00:16:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:16:25 ---> Running in 32370130749d 00:16:25 Removing intermediate container 3da46bfd37ed 00:16:25 ---> 1ea04d56b583 00:16:25 Step 21/23 : LABEL arch=x86_64 00:16:25 ---> Running in 147462aad329 00:16:26 Removing intermediate container 32370130749d 00:16:26 ---> 067ce86db546 00:16:26 Step 20/22 : LABEL arch=x86_64 00:16:26 ---> Running in 2c38cbba4ddb 00:16:26 Removing intermediate container 147462aad329 00:16:26 ---> 7800210ba859 00:16:26 Step 22/23 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:16:26 Removing intermediate container 2c38cbba4ddb 00:16:26 ---> e3bd3083f3dd 00:16:26 Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:16:26 ---> Running in 52866c4c338c 00:16:26 ---> Running in e1555ed02853 00:16:26 Removing intermediate container 52866c4c338c 00:16:26 ---> 33a4c42fcc28 00:16:26 Step 23/23 : LABEL version=0.0.0 00:16:26 ---> Running in 49a82c1b8c23 00:16:26 Removing intermediate container f3129c6da009 00:16:26 Removing intermediate container e1555ed02853 00:16:26 ---> 0dd8d02bdeea 00:16:26 ---> f97747290bdf 00:16:26 Step 22/22 : LABEL version=0.0.0Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 00:16:26 00:16:26 ---> Running in 0b4e98c84c0d 00:16:26 ---> Running in 65d5d2d3a673 00:16:26 Removing intermediate container 49a82c1b8c23 00:16:26 ---> 4930c7f35ba0 00:16:26 00:16:26 Successfully built 4930c7f35ba0 00:16:26 Successfully tagged core-command:latest 00:16:26  Building core-command ... done Building security-bootstrapper 00:16:26 Removing intermediate container 0b4e98c84c0d 00:16:26 ---> 02c8abfed985 00:16:26 Step 18/20 : LABEL arch=x86_64 00:16:26 Removing intermediate container 65d5d2d3a673 00:16:26 ---> b6130729ca33 00:16:26 00:16:26 ---> Running in 24fbe7694dcb 00:16:26 Successfully built b6130729ca33 00:16:26 Successfully tagged support-notifications:latest 00:16:26  Building support-notifications ... done Building security-spiffe-token-provider 00:16:33 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:16:33 Step 2/19 : FROM ${BUILDER_BASE} AS builder 00:16:33 ---> a929946dd4be 00:16:33 Step 3/19 : WORKDIR /edgex-go 00:16:33 ---> Using cache 00:16:33 ---> 640cf99159fd 00:16:33 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 00:16:38 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:16:38 Step 2/32 : FROM ${BUILDER_BASE} AS builder 00:16:38 ---> a929946dd4be 00:16:38 Step 3/32 : WORKDIR /edgex-go 00:16:38 ---> Using cache 00:16:38 ---> 640cf99159fd 00:16:38 Step 4/32 : RUN apk add --update --no-cache make git 00:16:38 ---> Using cache 00:16:38 ---> 805fbce51136 00:16:38 Step 5/32 : COPY go.mod vendor* ./ 00:16:38 ---> Using cache 00:16:38 ---> 1ed0214b8ef8 00:16:38 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:41 Removing intermediate container 24fbe7694dcb 00:16:41 ---> 394a30ed8070 00:16:41 Step 19/20 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:16:46 ---> Running in 1630dbfb27b0 00:16:46 ---> Running in 794d77c81ded 00:16:46 ---> Running in 212da2156ffb 00:16:46 Removing intermediate container 794d77c81ded 00:16:46 ---> 3180b7458ff7 00:16:46 Step 20/20 : LABEL version=0.0.0 00:16:46 ---> Running in 9976bee3b374 00:16:46 Removing intermediate container 9976bee3b374 00:16:46 ---> 250bef27c878 00:16:46 00:16:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:16:46 Successfully built 250bef27c878 00:16:46 Successfully tagged security-proxy-setup:latest 00:16:46 Building support-scheduler 00:16:46  Building security-proxy-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:16:47 v3.16.4-52-g6cdb9d7f1d8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 00:16:47 v3.16.4-52-g6cdb9d7f1d8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 00:16:47 OK: 17046 distinct packages available 00:16:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:16:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:16:47 OK: 211 MiB in 51 packages 00:16:55 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:16:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:16:55 ---> a929946dd4be 00:16:55 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:16:55 ---> Using cache 00:16:55 ---> c7432f654d38 00:16:55 Step 4/22 : WORKDIR /edgex-go 00:16:55 ---> Using cache 00:16:55 ---> 7f545c66a82c 00:16:55 Step 5/22 : RUN apk add --update --no-cache make git 00:16:55 ---> Using cache 00:16:55 ---> 8743be8312de 00:16:55 Step 6/22 : COPY go.mod vendor* ./ 00:16:55 ---> Using cache 00:16:55 ---> 6f5668c2bc23 00:16:55 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:55 ---> Using cache 00:16:55 ---> 6945cdd1b64e 00:16:55 Step 8/22 : COPY . . 00:16:55 ---> Using cache 00:16:55 ---> 4b8f5637905e 00:16:55 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:16:55 ---> Running in 220dea545003 00:16:55 Removing intermediate container fd1b63bbfe14 00:16:55 ---> 5b3e275d327c 00:16:55 00:16:55 Step 10/22 : FROM alpine:3.16 00:16:55 ---> dfd21b5a31f5 00:16:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 00:16:55 Removing intermediate container 212da2156ffb 00:16:55 ---> 2751249b0e8b 00:16:55 Step 5/19 : COPY go.mod vendor* ./ 00:16:55 ---> Running in 71055853d7c5 00:16:55 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:16:55 Removing intermediate container 71055853d7c5 00:16:55 ---> 8e9cee37a5e8 00:16:55 Step 12/22 : RUN apk add --update --no-cache dumb-init 00:16:55 ---> Running in 36e96dfb3e88 00:16:55 ---> e3198fbbcabc 00:16:55 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:56 ---> Running in 3be794736de2 00:16:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:16:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:16:56 (1/1) Installing dumb-init (1.2.5-r1) 00:16:56 Executing busybox-1.35.0-r17.trigger 00:16:56 OK: 6 MiB in 15 packages 00:16:57 Removing intermediate container 36e96dfb3e88 00:16:57 ---> 877e4844b530 00:16:57 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:16:57 ---> dff5d1bd86e5 00:16:57 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 00:16:57 ---> 7470d689dccd 00:16:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 00:16:58 ---> 029ec3e76c54 00:16:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 00:16:58 ---> 03d5a2043b2c 00:16:58 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:16:58 ---> Running in 08dc8fa18d2c 00:17:03 Removing intermediate container 08dc8fa18d2c 00:17:03 ---> 0dca0f19e86e 00:17:03 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 00:17:05 ---> Running in cad95cb6b30e 00:17:06 Removing intermediate container cad95cb6b30e 00:17:06 ---> a4eca0471489 00:17:06 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 00:17:07 ---> Running in 0480266f5f5b 00:17:07 Removing intermediate container 0480266f5f5b 00:17:07 ---> e8e4aa41ac67 00:17:07 Step 20/22 : LABEL arch=x86_64 00:17:07 ---> Running in 83ed39175e6e 00:17:08 Removing intermediate container 83ed39175e6e 00:17:08 ---> 8f5e589ebaca 00:17:08 Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:17:08 ---> Running in a966d3100fdf 00:17:08 Removing intermediate container a966d3100fdf 00:17:08 ---> 93318d93b07c 00:17:08 Step 22/22 : LABEL version=0.0.0 00:17:08 ---> Running in 003d02a89457 00:17:08 Removing intermediate container 003d02a89457 00:17:08 ---> 1b129ba36480 00:17:08 00:17:08 Successfully built 1b129ba36480 00:17:08 Successfully tagged core-common-config-bootstrapper:latest 00:17:08  Building core-common-config-bootstrapper ... done Building core-metadata 00:17:13 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:17:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:17:13 ---> a929946dd4be 00:17:13 Step 3/24 : ARG ADD_BUILD_TAGS="" 00:17:13 ---> Using cache 00:17:13 ---> c7432f654d38 00:17:13 Step 4/24 : WORKDIR /edgex-go 00:17:13 ---> Using cache 00:17:13 ---> 7f545c66a82c 00:17:13 Step 5/24 : RUN apk add --update --no-cache make git 00:17:13 ---> Using cache 00:17:13 ---> 8743be8312de 00:17:13 Step 6/24 : COPY go.mod vendor* ./ 00:17:13 ---> Using cache 00:17:13 ---> 6f5668c2bc23 00:17:13 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:17:13 ---> Using cache 00:17:13 ---> 6945cdd1b64e 00:17:13 Step 8/24 : COPY . . 00:17:13 ---> Using cache 00:17:13 ---> 4b8f5637905e 00:17:13 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 00:17:26 ---> Running in 92dca7ba48ad 00:17:26 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 00:17:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:17:29 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 00:17:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:17:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:17:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:17:32 Removing intermediate container 220dea545003 00:17:32 ---> c51f6c5bfdac 00:17:32 00:17:32 Step 10/22 : FROM alpine:3.16 00:17:32 ---> dfd21b5a31f5 00:17:32 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:17:32 ---> Using cache 00:17:32 ---> 834de7a2b6c4 00:17:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:17:32 ---> Using cache 00:17:32 ---> dd72087eca2a 00:17:32 Step 13/22 : ENV APP_PORT=59861 00:17:32 ---> Running in 561d03ed8f9d 00:17:32 Removing intermediate container 561d03ed8f9d 00:17:32 ---> 2bd4032c32bf 00:17:32 Step 14/22 : EXPOSE $APP_PORT 00:17:32 ---> Running in 7aadd89d8b79 00:17:32 Removing intermediate container 7aadd89d8b79 00:17:32 ---> fbabd4cd9f07 00:17:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:17:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:17:33 ---> 46b824f5635a 00:17:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:17:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:17:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 00:17:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:17:34 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 00:17:36 ---> 57a925dfed0a 00:17:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:17:36 ---> cc21985f98ac 00:17:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:17:36 ---> Running in 3aead179f4e9 00:17:36 Removing intermediate container 3aead179f4e9 00:17:36 ---> 4d3a565c9976 00:17:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:17:36 ---> Running in a33f562ba4fc 00:17:36 Removing intermediate container a33f562ba4fc 00:17:36 ---> fce66390b543 00:17:36 Step 20/22 : LABEL arch=x86_64 00:17:36 ---> Running in e2145fa9c9fc 00:17:37 Removing intermediate container e2145fa9c9fc 00:17:37 ---> 201581f3ad2c 00:17:37 Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:17:37 ---> Running in ef9947af47b1 00:17:37 Removing intermediate container ef9947af47b1 00:17:37 ---> 3720ed3ea80a 00:17:37 Step 22/22 : LABEL version=0.0.0 00:17:37 ---> Running in 1f451745fcc9 00:17:38 Removing intermediate container 1f451745fcc9 00:17:38 ---> d395495cc22c 00:17:38 00:17:38 Successfully built d395495cc22c 00:17:38 Successfully tagged support-scheduler:latest 00:17:38 Building core-data 00:17:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:17:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:17:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:17:40  Building support-scheduler ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:17:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:17:40 ---> a929946dd4be 00:17:40 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:17:40 ---> Using cache 00:17:40 ---> c7432f654d38 00:17:40 Step 4/22 : WORKDIR /edgex-go 00:17:40 ---> Using cache 00:17:40 ---> 7f545c66a82c 00:17:40 Step 5/22 : RUN apk add --update --no-cache make git 00:17:40 ---> Using cache 00:17:40 ---> 8743be8312de 00:17:40 Step 6/22 : COPY go.mod vendor* ./ 00:17:40 ---> Using cache 00:17:40 ---> 6f5668c2bc23 00:17:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:17:40 ---> Using cache 00:17:40 ---> 6945cdd1b64e 00:17:40 Step 8/22 : COPY . . 00:17:40 ---> Using cache 00:17:40 ---> 4b8f5637905e 00:17:40 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 00:17:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.296s coverage: 28.7% of statements 00:17:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:17:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:18:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.038s coverage: 98.5% of statements 00:18:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.162s coverage: 71.2% of statements 00:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 00:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 00:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:18:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.810s coverage: 54.0% of statements 00:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:18:12 ---> Running in e96c1b5a0e4e 00:18:12 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 00:18:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 23.377s coverage: 88.5% of statements 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:18:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.667s coverage: 3.9% of statements 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:18:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.261s coverage: 95.6% of statements 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 00:18:30 ok github.com/edgexfoundry/edgex-go/internal/io 0.318s coverage: 72.2% of statements 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:18:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.578s coverage: 65.9% of statements 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:18:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.604s coverage: 0.9% of statements 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:18:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.280s coverage: 29.0% of statements 00:18:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.412s coverage: 45.5% of statements 00:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.311s coverage: 82.9% of statements 00:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.295s coverage: 94.1% of statements 00:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.418s coverage: 96.3% of statements 00:18:35 Removing intermediate container 92dca7ba48ad 00:18:35 ---> db107b57b3cd 00:18:35 00:18:35 Step 10/24 : FROM alpine:3.16 00:18:35 ---> dfd21b5a31f5 00:18:35 Step 11/24 : RUN apk add --update --no-cache dumb-init 00:18:35 ---> Using cache 00:18:35 ---> 834de7a2b6c4 00:18:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:18:35 ---> Using cache 00:18:35 ---> dd72087eca2a 00:18:35 Step 13/24 : ENV APP_PORT=59881 00:18:35 ---> Running in 419483a381af 00:18:35 Removing intermediate container 419483a381af 00:18:35 ---> fc79bdfcce11 00:18:35 Step 14/24 : EXPOSE $APP_PORT 00:18:35 ---> Running in 1a9911bfc1fd 00:18:35 Removing intermediate container 3be794736de2 00:18:35 ---> d587bf527910 00:18:35 Step 7/19 : COPY . . 00:18:35 Removing intermediate container 1630dbfb27b0 00:18:35 ---> 8dcebea145fd 00:18:35 Step 7/32 : COPY . . 00:18:35 Removing intermediate container a6ceafe6ed3f 00:18:35 ---> a5ac4ca000e8 00:18:35 Step 7/23 : COPY . . 00:18:35 Removing intermediate container 1a9911bfc1fd 00:18:35 ---> 80ef9460f306 00:18:35 Step 15/24 : WORKDIR / 00:18:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.284s coverage: 87.5% of statements 00:18:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.469s coverage: 94.4% of statements 00:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.494s coverage: 79.9% of statements 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.374s coverage: 92.9% of statements 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.077s coverage: 64.4% of statements 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 00:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.267s coverage: 86.9% of statements 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.280s coverage: 87.2% of statements 00:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.186s coverage: 20.0% of statements 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.214s coverage: 100.0% of statements 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.313s coverage: 81.2% of statements 00:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.349s coverage: 82.1% of statements 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 00:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.239s coverage: 84.8% of statements 00:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:19:08 ---> Running in 4027be1bd904 00:19:08 Removing intermediate container 4027be1bd904 00:19:08 ---> 0cacd17dd3d4 00:19:08 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:19:08 ---> f7d92e548a78 00:19:08 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:19:08 ---> ae640cb1963c 00:19:08 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:19:08 ---> ce4c779de44a 00:19:08 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:19:08 ---> Running in 685308f02930 00:19:08 ---> Running in 99891dd2602e 00:19:08 ---> Running in 851ea3095875 00:19:08 ---> 2404d2814f67 00:19:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:19:08 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 00:19:08 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 00:19:08 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 00:19:08 ---> d9e56960b2d1 00:19:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:19:08 Removing intermediate container e96c1b5a0e4e 00:19:08 ---> a8e0e3bc9e95 00:19:08 00:19:08 Step 10/22 : FROM alpine:3.16 00:19:08 ---> dfd21b5a31f5 00:19:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:19:08 ---> Running in 40a79a6e9816 00:19:08 ---> f8202029c2ab 00:19:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 00:19:08 Removing intermediate container 40a79a6e9816 00:19:08 ---> 24e4310ebf9d 00:19:08 Step 12/22 : ENV APP_PORT=59880 00:19:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.227s coverage: 63.1% of statements 00:19:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:19:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:19:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.287s coverage: 100.0% of statements 00:19:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.131s coverage: 89.4% of statements 00:19:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 00:19:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements 00:19:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 00:19:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 00:19:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 00:19:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 00:19:09 ---> Running in 4756d3f26188 00:19:09 ---> 33180c687c7c 00:19:09 Step 20/24 : ENTRYPOINT ["/core-metadata"] 00:19:09 ---> Running in 67587718e185 00:19:09 Removing intermediate container 4756d3f26188 00:19:09 ---> 3896a17b0787 00:19:09 Step 13/22 : EXPOSE $APP_PORT 00:19:09 ---> Running in 56b9ca94e656 00:19:09 Removing intermediate container 67587718e185 00:19:09 ---> f4d246467e31 00:19:09 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:19:09 ---> Running in 33e90df7fe58 00:19:09 Removing intermediate container 56b9ca94e656 00:19:09 ---> 4faf4c4dd1e5 00:19:09 Step 14/22 : RUN apk add --update --no-cache dumb-init 00:19:09 Removing intermediate container 33e90df7fe58 00:19:09 ---> 7acd3ba2ee3f 00:19:09 Step 22/24 : LABEL arch=x86_64 00:19:09 ---> Running in 7a9ec82669aa 00:19:09 ---> Running in a99139b2060f 00:19:09 Removing intermediate container a99139b2060f 00:19:09 ---> b841eb404121 00:19:09 Step 23/24 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:19:09 ---> Running in a5fd23a1561d 00:19:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:19:09 Removing intermediate container a5fd23a1561d 00:19:09 ---> bdc22bd8c8ea 00:19:09 Step 24/24 : LABEL version=0.0.0 00:19:09 ---> Running in fb81347f23d6 00:19:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:19:10 Removing intermediate container fb81347f23d6 00:19:10 ---> c98e30f2d803 00:19:10 00:19:10 Successfully built c98e30f2d803 00:19:10 Successfully tagged core-metadata:latest 00:19:10 Building security-proxy-auth 00:19:10  Building core-metadata ... done (1/1) Installing dumb-init (1.2.5-r1) 00:19:10 Executing busybox-1.35.0-r17.trigger 00:19:10 OK: 6 MiB in 15 packages 00:19:18 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:19:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:19:18 ---> a929946dd4be 00:19:18 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:19:18 ---> Using cache 00:19:18 ---> c7432f654d38 00:19:18 Step 4/22 : WORKDIR /edgex-go 00:19:18 ---> Using cache 00:19:18 ---> 7f545c66a82c 00:19:18 Step 5/22 : RUN apk add --update --no-cache make git 00:19:18 ---> Using cache 00:19:18 ---> 8743be8312de 00:19:18 Step 6/22 : COPY go.mod vendor* ./ 00:19:18 ---> Using cache 00:19:18 ---> 6f5668c2bc23 00:19:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:18 ---> Using cache 00:19:18 ---> 6945cdd1b64e 00:19:18 Step 8/22 : COPY . . 00:19:18 ---> Using cache 00:19:18 ---> 4b8f5637905e 00:19:18 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 00:19:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.869s coverage: 38.4% of statements 00:19:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:19:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:19:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.367s coverage: 89.5% of statements 00:19:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:19:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.277s coverage: 84.8% of statements 00:19:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 00:19:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 00:19:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 00:19:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:19:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.395s coverage: 17.7% of statements 00:19:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:19:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:19:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:19:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:19:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.658s coverage: 92.3% of statements 00:19:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:19:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:19:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:19:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:19:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.299s coverage: 61.5% of statements 00:19:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:19:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.463s coverage: 97.7% of statements 00:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:19:25 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 00:19:25 WARNING: Linting skipped (not on x86_64 or linter not installed) 00:19:25 go vet ./... 00:19:33 ---> Running in fcaa9022bdc1 00:19:33 Removing intermediate container 7a9ec82669aa 00:19:33 ---> cbdeea9dce30 00:19:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:19:33 ---> 559821239faa 00:19:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:19: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 00:19:34 ---> f4c075addb95 00:19:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:19:35 ---> 8fefc814ea7b 00:19:35 Step 18/22 : ENTRYPOINT ["/core-data"] 00:19:35 ---> Running in 8edf73d66e54 00:19:37 Removing intermediate container 8edf73d66e54 00:19:37 ---> 37559d7580c2 00:19:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:19:38 ---> Running in 6448f4258797 00:19:38 Removing intermediate container 6448f4258797 00:19:38 ---> c3ac8dd07d05 00:19:38 Step 20/22 : LABEL arch=x86_64 00:19:38 ---> Running in 9c9bd86a6f59 00:19:39 Removing intermediate container 9c9bd86a6f59 00:19:39 ---> 304428f66afc 00:19:39 Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:19:41 ---> Running in 36d6ef9b894d 00:19:42 Removing intermediate container 36d6ef9b894d 00:19:42 ---> 872a0475359f 00:19:42 Step 22/22 : LABEL version=0.0.0 00:19: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:19:46 ---> Running in 0db452c66bda 00:19:47 Removing intermediate container 0db452c66bda 00:19:47 ---> 35a483a51a44 00:19:47 00:19:47 Successfully built 35a483a51a44 00:19:47 Successfully tagged core-data:latest 00:19:47 Building security-spire-agent 00:19:53  Building core-data ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:19:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:19:53 ---> a929946dd4be 00:19:53 Step 3/24 : WORKDIR /edgex-go 00:19:53 ---> Using cache 00:19:53 ---> 640cf99159fd 00:19:53 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 00:19:53 ---> Using cache 00:19:53 ---> 2d03799680e9 00:19:53 Step 5/24 : COPY go.mod vendor* ./ 00:19:53 ---> Using cache 00:19:53 ---> 8b378f3fad96 00:19:53 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:53 ---> Using cache 00:19:53 ---> 40f7949c5202 00:19:53 Step 7/24 : COPY . . 00:19:53 ---> Using cache 00:19:53 ---> 32a79ccb776d 00:19:53 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 00:19:53 ---> Using cache 00:19:53 ---> 263ec5c8542a 00:19:53 Step 9/24 : WORKDIR /edgex-go/spire-build 00:19:53 ---> Using cache 00:19:53 ---> 766b92826b7a 00:19:53 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 00:19:53 ---> Using cache 00:19:53 ---> 88868f77c511 00:19:53 Step 11/24 : WORKDIR /edgex-go 00:19:53 ---> Using cache 00:19:53 ---> d390408a72ef 00:19:53 00:19:53 Step 12/24 : FROM alpine:3.15 00:19:53 ---> 5ce65d7b0fde 00:19:53 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:19:53 ---> Using cache 00:19:53 ---> ed2eefd316c2 00:19:53 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:19:53 ---> Using cache 00:19:53 ---> faafa717fb73 00:19:53 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 00:20:05 ---> b2b3910025a2 00:20:05 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:20:05 Removing intermediate container 851ea3095875 00:20:05 ---> 6050d3b2d46c 00:20:05 00:20:05 Step 9/32 : FROM alpine:3.16 00:20:05 ---> dfd21b5a31f5 00:20:05 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:20:05 Removing intermediate container 99891dd2602e 00:20:05 ---> 829e153724cf 00:20:05 00:20:05 Step 9/23 : FROM alpine:3.16 00:20:05 ---> dfd21b5a31f5 00:20:05 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 00:20:05 Removing intermediate container 685308f02930 00:20:05 ---> 0f26f58ef7f2 00:20:05 00:20:05 Step 9/19 : FROM alpine:3.15 00:20:05 ---> 5ce65d7b0fde 00:20:05 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:20:05 ---> Using cache 00:20:05 ---> ed2eefd316c2 00:20:05 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:20:09 ---> Running in 471db1ac6db5 00:20:09 ---> Running in 2a839366a9f2 00:20:09 ---> Running in 334b50fbfa40 00:20:09 ---> b4c200cdd371 00:20:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:20:09 Removing intermediate container fcaa9022bdc1 00:20:09 ---> acb6784c585f 00:20:09 00:20:09 Step 10/22 : FROM alpine:3.16 00:20:09 ---> dfd21b5a31f5 00:20:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 00:20:09 ---> Using cache 00:20:09 ---> 8e9cee37a5e8 00:20:09 Step 12/22 : RUN apk add --update --no-cache dumb-init 00:20:09 ---> Using cache 00:20:09 ---> 877e4844b530 00:20:09 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:20:09 ---> Using cache 00:20:09 ---> dff5d1bd86e5 00:20:09 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 00:20:09 Removing intermediate container 471db1ac6db5 00:20:09 ---> e432f9215fd9 00:20:09 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 00:20:09 ---> 03e6dbbd63c1 00:20:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:20:09 ---> Running in 3e800a7f64d0 00:20:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:20:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:20:10 ---> 59a44b173cdb 00:20:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:20:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:20:10 ---> 56c8e05f03ab 00:20:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 00:20:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:20:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:20:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:20:11 (1/3) Installing ca-certificates (20220614-r0) 00:20:11 (2/3) Installing dumb-init (1.2.5-r1) 00:20:11 (3/3) Installing su-exec (0.2-r1) 00:20:11 Executing busybox-1.35.0-r17.trigger 00:20:11 Executing ca-certificates-20220614-r0.trigger 00:20:11 (1/2) Installing dumb-init (1.2.5-r1) 00:20:11 (2/2) Installing su-exec (0.2-r1) 00:20:11 Executing busybox-1.35.0-r17.trigger 00:20:11 OK: 6 MiB in 16 packages 00:20:11 ---> f10d80bde0e4 00:20:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 00:20:11 ---> 827045741e43 00:20:11 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:20:11 OK: 6 MiB in 17 packages 00:20:11 ---> Running in bb0dc94243a5 00:20:11 ---> 9b14f2c5b99c 00:20:11 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:20:11 v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:20:11 v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:20:11 OK: 15859 distinct packages available 00:20:11 Removing intermediate container bb0dc94243a5 00:20:11 ---> 606c10ca7017 00:20:11 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:20:11 ---> Running in 7467cd40b6e2 00:20:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:20:11 ---> Running in 87bf4e937abf 00:20:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:20:11 Removing intermediate container 87bf4e937abf 00:20:11 ---> a5e900c58a20 00:20:11 Step 22/24 : LABEL arch=x86_64 00:20:11 ---> Running in 912b35d759c3 00:20:11 Removing intermediate container 3e800a7f64d0 00:20:11 ---> 11cb64dcca80 00:20:11 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 00:20:11 ---> Running in 3cf234e0b4f1 00:20:11 (1/9) Installing ca-certificates (20220614-r0) 00:20:11 (2/9) Installing brotli-libs (1.0.9-r5) 00:20:11 (3/9) Installing nghttp2-libs (1.46.0-r0) 00:20:11 (4/9) Installing libcurl (7.80.0-r6) 00:20:11 (5/9) Installing curl (7.80.0-r6) 00:20:11 (6/9) Installing dumb-init (1.2.5-r1) 00:20:11 (7/9) Installing musl-obstack (1.2.3-r0) 00:20:11 (8/9) Installing libucontext (1.1-r0) 00:20:11 (9/9) Installing gcompat (1.0.0-r4) 00:20:11 Executing busybox-1.34.1-r7.trigger 00:20:12 Executing ca-certificates-20220614-r0.trigger 00:20:12 OK: 8 MiB in 23 packages 00:20:12 Removing intermediate container 912b35d759c3 00:20:12 ---> 79668226c280 00:20:12 Step 23/24 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:20:12 Removing intermediate container 3cf234e0b4f1 00:20:12 ---> 754d61ffac65 00:20:12 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 00:20:12 Removing intermediate container 2a839366a9f2 00:20:12 ---> d37f1fc999ee 00:20:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:20:12 ---> Running in ee753b84a4d5 00:20:12 ---> Running in 54b0a9218cba 00:20:12 ---> Running in 2cf30b608d12 00:20:12 Removing intermediate container 54b0a9218cba 00:20:12 ---> 98841a7b43c7 00:20:12 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 00:20:12 Removing intermediate container ee753b84a4d5 00:20:12 ---> 27eee65f775f 00:20:12 Step 24/24 : LABEL version=0.0.0 00:20:12 ---> Running in efd22496e12b 00:20:12 Removing intermediate container 2cf30b608d12 00:20:12 ---> 929b221b70e3 00:20:12 Step 12/23 : WORKDIR / 00:20:12 ---> Running in 254c9f2c059c 00:20:12 ---> Running in ca70e13e7ddb 00:20:12 Removing intermediate container efd22496e12b 00:20:12 ---> 5fc4c26aa0d5 00:20:12 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 00:20:12 Removing intermediate container ca70e13e7ddb 00:20:12 ---> 848525022df3 00:20: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 00:20:12 Removing intermediate container 7467cd40b6e2 00:20:12 ---> 027cae85dff8 00:20:12 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 00:20:12 ---> Running in 477983fc1204 00:20:12 Removing intermediate container 254c9f2c059c 00:20:12 ---> 58ebebe870d2 00:20:12 00:20:12 Removing intermediate container 334b50fbfa40 00:20:12 ---> 3493d8f55aeb 00:20:12 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 00:20:12 ---> Running in 9897e42331e1 00:20:13 Removing intermediate container 477983fc1204 00:20:13 ---> fb8f5edd3f53 00:20:13 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 00:20:13 Removing intermediate container 9897e42331e1 00:20:13 ---> 3a17106e4d18 00:20:13 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 00:20:13 ---> 412142c2b77b 00:20:13 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:20:13 Successfully built 58ebebe870d2 00:20:13 Successfully tagged security-spire-agent:latest 00:20:13  Building security-spire-agent ... done  ---> Running in 4b49f0d1b24f 00:20:13 ---> Running in f1d62d182706 00:20:13 ---> 0fbe479240ed 00:20:13 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:20:13 ---> cd4031004752 00:20:13 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:20:13 Removing intermediate container f1d62d182706 00:20:13 ---> f5e1d42acb65 00:20:13 Step 20/22 : LABEL arch=x86_64 00:20:13 ---> Running in 93095c56f9b6 00:20:14 Removing intermediate container 93095c56f9b6 00:20:14 ---> 92bf9acb3fae 00:20:14 Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:20:14 ---> f508f4c936dd 00:20:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:20:14 ---> e9f52b64fb6a 00:20:14 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 00:20:14 ---> Running in 581baf21c416 00:20:14 Removing intermediate container 581baf21c416 00:20:14 ---> 30549864e5ee 00:20:14 Step 22/22 : LABEL version=0.0.0 00:20:14 ---> Running in 6480e78ac1ad 00:20:14 ---> 4ef0a0369ea3 00:20:14 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 00:20:14 ---> Running in 5483e8f5ce94 00:20:14 Removing intermediate container 6480e78ac1ad 00:20:14 ---> d44c56d2d96f 00:20:14 00:20:15 Removing intermediate container 4b49f0d1b24f 00:20:15 ---> 2c455b309517 00:20:15 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 00:20:15 ---> ed6003e18015 00:20:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:20:15 Removing intermediate container 5483e8f5ce94 00:20:15 ---> 0588f0cd4d97 00:20:15 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:20:15 Successfully built d44c56d2d96f 00:20:15 ---> Running in 7609f1bab5c6 00:20:15 Successfully tagged security-proxy-auth:latest 00:20:15  Building security-proxy-auth ... done  ---> Running in 3dba29bd4ca8 00:20:15 Removing intermediate container 3dba29bd4ca8 00:20:15 ---> 41e381e04af6 00:20:15 Step 17/19 : LABEL arch=x86_64 00:20:15 Removing intermediate container 7609f1bab5c6 00:20:15 ---> fea0915d6ee4 00:20:15 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 00:20:15 ---> Running in 6692fd09f3e3 00:20:15 ---> e99d8484d804 00:20:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:20:15 ---> 064a1a801c51 00:20:15 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 00:20:15 ---> Running in 9a9a8508696d 00:20:15 Removing intermediate container 6692fd09f3e3 00:20:15 ---> ffc7e3ea3346 00:20:15 Step 18/19 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:20:15 ---> Running in e476a559855f 00:20:15 ---> 016756c9eedb 00:20:15 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:20:15 ---> Running in a710672482c9 00:20:15 Removing intermediate container e476a559855f 00:20:15 ---> 6fe490c1188e 00:20:15 Step 19/19 : LABEL version=0.0.0 00:20:16 ---> Running in d6ec9c3b74d0 00:20:16 Removing intermediate container d6ec9c3b74d0 00:20:16 ---> d96d233fcac7 00:20:16 00:20:16 Successfully built d96d233fcac7 00:20:16 Successfully tagged security-spiffe-token-provider:latest 00:20:16  Building security-spiffe-token-provider ... done Removing intermediate container 9a9a8508696d 00:20:16 ---> 30cc3bb18bc6 00:20:16 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 00:20:17 ---> 48fbc9464bca 00:20:17 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:20:17 Removing intermediate container a710672482c9 00:20:17 ---> d8d53d6884a1 00:20:17 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 00:20:17 ---> Running in bc886307377b 00:20:17 ---> 484855b37f21 00:20:17 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:20:18 Removing intermediate container bc886307377b 00:20:18 ---> 454819990dd9 00:20:18 Step 21/23 : LABEL arch=x86_64 00:20:18 ---> Running in ec42cb7f1297 00:20:18 ---> b492904f84e2 00:20:18 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:20:18 Removing intermediate container ec42cb7f1297 00:20:18 ---> 831248373d1e 00:20:18 Step 22/23 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:20:18 ---> Running in 2f03387ea2ac 00:20:18 ---> 70cd2af816a0 00:20:18 Removing intermediate container 2f03387ea2ac 00:20:18 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ ---> aea6a3d6ef05 00:20:18 00:20:18 Step 23/23 : LABEL version=0.0.0 00:20:18 ---> Running in 282cc2353273 00:20:18 Removing intermediate container 282cc2353273 00:20:18 ---> 7dfae511e423 00:20:18 00:20:18 ---> f99eaa133e89 00:20:18 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 00:20:18 Successfully built 7dfae511e423 00:20:18 Successfully tagged security-secretstore-setup:latest 00:20:18  Building security-secretstore-setup ... done  ---> a69ba6bf3de6 00:20:18 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:20:18 ---> 83b01b5091b5 00:20:18 Step 27/32 : RUN chmod +x /entrypoint.sh 00:20:18 ---> Running in 9055d3342a5f 00:20:19 Removing intermediate container 9055d3342a5f 00:20:19 ---> cd62bae708b2 00:20:19 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 00:20:19 ---> Running in 059f121a1821 00:20:19 Removing intermediate container 059f121a1821 00:20:19 ---> 19fcdaacf503 00:20:19 Step 29/32 : CMD ["gate"] 00:20:19 ---> Running in f9e6f8243e54 00:20:19 Removing intermediate container f9e6f8243e54 00:20:19 ---> 9a9184cdc439 00:20:19 Step 30/32 : LABEL arch=x86_64 00:20:19 ---> Running in 662aee40a9fa 00:20:19 Removing intermediate container 662aee40a9fa 00:20:19 ---> ae02c88d1daa 00:20:19 Step 31/32 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:20:19 ---> Running in 014562c9b24e 00:20:19 Removing intermediate container 014562c9b24e 00:20:19 ---> 5f686b2b18d0 00:20:19 Step 32/32 : LABEL version=0.0.0 00:20:19 ---> Running in 434e01dd07ce 00:20:19 Removing intermediate container 434e01dd07ce 00:20:19 ---> a26f2033b1fc 00:20:19 00:20:19 Successfully built a26f2033b1fc 00:20:19 Successfully tagged security-bootstrapper:latest 00:20:20  Building security-bootstrapper ... done  [Pipeline] } 00:20:20 $ docker stop --time=1 ae36dd5f06f8cb647d1e6ec1441065d3e6aa44851d21f5d4c07195a79dc6de35 00:20:21 $ docker rm -f --volumes ae36dd5f06f8cb647d1e6ec1441065d3e6aa44851d21f5d4c07195a79dc6de35 [Pipeline] // withDockerContainer [Pipeline] sh 00:20:21 + docker images 00:20:21 REPOSITORY TAG IMAGE ID CREATED SIZE 00:20:21 security-bootstrapper latest a26f2033b1fc 2 seconds ago 19.8MB 00:20:21 security-secretstore-setup latest 7dfae511e423 3 seconds ago 29.9MB 00:20:21 security-spiffe-token-provider latest d96d233fcac7 5 seconds ago 30MB 00:20:21 security-proxy-auth latest d44c56d2d96f 7 seconds ago 16.2MB 00:20:21 security-spire-agent latest 58ebebe870d2 9 seconds ago 125MB 00:20:21 acb6784c585f 12 seconds ago 1.66GB 00:20:21 6050d3b2d46c 23 seconds ago 1.67GB 00:20:21 0f26f58ef7f2 23 seconds ago 1.72GB 00:20:21 829e153724cf 33 seconds ago 1.67GB 00:20:21 core-data latest 35a483a51a44 34 seconds ago 18MB 00:20:21 core-metadata latest c98e30f2d803 About a minute ago 18.5MB 00:20:21 a8e0e3bc9e95 About a minute ago 1.69GB 00:20:21 db107b57b3cd 2 minutes ago 1.69GB 00:20:21 support-scheduler latest d395495cc22c 2 minutes ago 30.1MB 00:20:21 c51f6c5bfdac 2 minutes ago 1.75GB 00:20:21 core-common-config-bootstrapper latest 1b129ba36480 3 minutes ago 15.5MB 00:20:21 5b3e275d327c 3 minutes ago 1.68GB 00:20:21 security-proxy-setup latest 250bef27c878 3 minutes ago 16.5MB 00:20:21 support-notifications latest b6130729ca33 3 minutes ago 30.7MB 00:20:21 core-command latest 4930c7f35ba0 3 minutes ago 17.8MB 00:20:21 security-spire-server latest e4896e4475bc 4 minutes ago 86.5MB 00:20:21 security-spire-config latest 1b98dfa33e59 4 minutes ago 85.8MB 00:20:21 eed4d73aaa20 4 minutes ago 1.75GB 00:20:21 5a3fc43997d7 4 minutes ago 1.68GB 00:20:21 f5aa78f65cce 4 minutes ago 1.66GB 00:20:21 0997ec2603a2 5 minutes ago 1.55GB 00:20:21 d390408a72ef 5 minutes ago 1.55GB 00:20:21 ci-base-image-x86_64 latest a929946dd4be 10 minutes ago 903MB 00:20:21 alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB 00:20:21 alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB 00:20:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB 00:20:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 00:20:21 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] } 00:21:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:21:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:21:16 ./bin/test-attribution-txt.sh [Pipeline] echo 00:21:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 00:21:17 + ls -al . 00:21:17 total 700 00:21:17 drwxrwxr-x 10 1001 1001 4096 Mar 11 00:15 . 00:21:17 drwxr-xr-x 4 root root 4096 Mar 11 00:15 .. 00:21:17 drwxrwxr-x 2 1001 1001 4096 Mar 11 00:13 .blubracket 00:21:17 -rw-rw-r-- 1 1001 1001 16 Mar 11 00:13 .dockerignore 00:21:17 drwxrwxr-x 8 1001 1001 4096 Mar 11 00:13 .git 00:21:17 drwxrwxr-x 3 1001 1001 4096 Mar 11 00:13 .github 00:21:17 -rw-rw-r-- 1 1001 1001 1133 Mar 11 00:13 .gitignore 00:21:17 -rw-rw-r-- 1 1001 1001 42 Mar 11 00:13 .golangci.yml 00:21:17 -rw-rw-r-- 1 1001 1001 87 Mar 11 00:13 .hadolint.yml 00:21:17 -rw-rw-r-- 1 1001 1001 166 Mar 11 00:13 .sonarcloud.properties 00:21:17 -rw-rw-r-- 1 1001 1001 1171 Mar 11 00:13 ADOPTERS.md 00:21:17 -rw-rw-r-- 1 1001 1001 10825 Mar 11 00:13 Attribution.txt 00:21:17 -rw-rw-r-- 1 1001 1001 73765 Mar 11 00:13 CHANGELOG.md 00:21:17 -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:13 CONTRIBUTING.md 00:21:17 -rw-rw-r-- 1 1001 1001 677 Mar 11 00:13 GOVERNANCE.md 00:21:17 -rw-rw-r-- 1 1001 1001 883 Mar 11 00:13 Jenkinsfile 00:21:17 -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:13 LICENSE 00:21:17 -rw-rw-r-- 1 1001 1001 14232 Mar 11 00:13 Makefile 00:21:17 -rw-rw-r-- 1 1001 1001 582 Mar 11 00:13 OWNERS.md 00:21:17 -rw-rw-r-- 1 1001 1001 9403 Mar 11 00:13 README.md 00:21:17 -rw-rw-r-- 1 1001 1001 789 Mar 11 00:13 SECURITY.md 00:21:17 -rw-rw-r-- 1 1001 1001 5 Mar 11 00:09 VERSION 00:21:17 drwxrwxr-x 2 1001 1001 4096 Mar 11 00:13 bin 00:21:17 drwxrwxr-x 18 1001 1001 4096 Mar 11 00:13 cmd 00:21:17 -rw-r--r-- 1 root root 447487 Mar 11 00:19 coverage.out 00:21:17 -rw-rw-r-- 1 1001 1001 3232 Mar 11 00:13 go.mod 00:21:17 -rw-rw-r-- 1 1001 1001 31098 Mar 11 00:13 go.sum 00:21:17 drwxrwxr-x 7 1001 1001 4096 Mar 11 00:13 internal 00:21:17 drwxrwxr-x 3 1001 1001 4096 Mar 11 00:13 openapi 00:21:17 -rw-rw-r-- 1 1001 1001 594 Mar 11 00:13 security.txt 00:21:17 drwxrwxr-x 4 1001 1001 4096 Mar 11 00:13 snap 00:21:17 -rw-rw-r-- 1 1001 1001 204 Mar 11 00:13 version.go [Pipeline] sh 00:21:19 + '[' -e coverage.out ] 00:21:19 + chown 1001:1001 coverage.out [Pipeline] stash 00:21:20 Warning: overwriting stash ‘coverage-report’ 00:21:20 Stashed 1 file(s) [Pipeline] sh 00:21:21 + make build 00:21:21 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 00:22:58 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 00:22:58 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 00:23: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 00:23:05 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 00:23: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 00:24:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:24:07 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 00:24:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:24:17 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 00:24:21 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 00:24:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 00:24:33 $ docker stop --time=1 7570e05e34ff155c860097edf732b426aa423d45e4d5236fdba9aafd5aeffb50 00:24:35 $ docker rm -f --volumes 7570e05e34ff155c860097edf732b426aa423d45e4d5236fdba9aafd5aeffb50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:24:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:24:38 00:24:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:24:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:24:38 latest: Pulling from edgex-devops/edgex-compose-arm64 00:24:38 29e5d40040c1: Pulling fs layer 00:24:38 1ce36da41761: Pulling fs layer 00:24:38 25b303627fd3: Pulling fs layer 00:24:38 29e5d40040c1: Verifying Checksum 00:24:38 29e5d40040c1: Download complete 00:24:38 1ce36da41761: Verifying Checksum 00:24:38 1ce36da41761: Download complete 00:24:39 29e5d40040c1: Pull complete 00:24:40 1ce36da41761: Pull complete 00:24:40 25b303627fd3: Verifying Checksum 00:24:40 25b303627fd3: Download complete 00:24:50 25b303627fd3: Pull complete 00:24:50 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:24:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:24:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:24:51 prd-ubuntu20.04-docker-arm64-4c-16g-9698 does not seem to be running inside a container 00:24:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:24:53 $ docker top f3a1dfc671f5ca47da0066cc89557bc28159d898531858efc15ab22f7bf9807f -eo pid,comm [Pipeline] { [Pipeline] sh 00:24:54 + docker-compose build --help 00:24:54 + grep parallel 00:25:01 --parallel Build images in parallel. [Pipeline] } 00:25:01 $ docker stop --time=1 f3a1dfc671f5ca47da0066cc89557bc28159d898531858efc15ab22f7bf9807f 00:25:02 $ docker rm -f --volumes f3a1dfc671f5ca47da0066cc89557bc28159d898531858efc15ab22f7bf9807f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:25:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:25:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:25:03 prd-ubuntu20.04-docker-arm64-4c-16g-9698 does not seem to be running inside a container 00:25:03 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:25:05 $ docker top cab7d705c69c8e7c7d8f5389923b0a3360a83015e14c59dd730e8621704ffd63 -eo pid,comm [Pipeline] { [Pipeline] sh 00:25:06 + docker-compose -f ./docker-compose-build.yml build --parallel 00:25:12 Building core-command ... 00:25:12 Building core-common-config-bootstrapper ... 00:25:12 Building core-data ... 00:25:12 Building core-metadata ... 00:25:12 Building security-bootstrapper ... 00:25:12 Building security-proxy-auth ... 00:25:12 Building security-proxy-setup ... 00:25:12 Building security-secretstore-setup ... 00:25:12 Building security-spiffe-token-provider ... 00:25:12 Building security-spire-agent ... 00:25:12 Building security-spire-config ... 00:25:12 Building security-spire-server ... 00:25:12 Building support-notifications ... 00:25:12 Building support-scheduler ... 00:25:12 Building core-common-config-bootstrapper 00:25:12 Building security-proxy-auth 00:25:12 Building security-proxy-setup 00:25:12 Building security-spire-agent 00:25:12 Building support-notifications 00:25:59 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:25:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:25:59 ---> c6a1a1fbd55a 00:25:59 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:25:59 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:25:59 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:25:59 ---> c6a1a1fbd55a 00:25:59 Step 3/20 : WORKDIR /edgex-go 00:25:59 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:25:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:25:59 ---> c6a1a1fbd55a 00:25:59 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:25:59 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:25:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:25:59 ---> c6a1a1fbd55a 00:25:59 Step 3/24 : WORKDIR /edgex-go 00:25:59 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:25:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:25:59 ---> c6a1a1fbd55a 00:25:59 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:25:59 ---> Running in b2874d7b4efa 00:25:59 ---> Running in 13a20d20b893 00:25:59 ---> Running in 8339705d95f9 00:25:59 ---> Running in 7af60e1c2cd8 00:25:59 ---> Running in c4ec5f1f50e7 00:25:59 Removing intermediate container 13a20d20b893 00:25:59 ---> 03b7d9d3fbf0 00:25:59 Step 4/22 : WORKDIR /edgex-go 00:25:59 Removing intermediate container b2874d7b4efa 00:25:59 ---> 3d45808a7152 00:25:59 Step 4/22 : WORKDIR /edgex-go 00:25:59 Removing intermediate container c4ec5f1f50e7 00:25:59 ---> eb0b121fc546 00:25:59 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 00:25:59 Removing intermediate container 7af60e1c2cd8 00:25:59 ---> 309491751c61 00:25:59 Step 4/22 : WORKDIR /edgex-go 00:25:59 Removing intermediate container 8339705d95f9 00:25:59 ---> 0cb4234cb916 00:25:59 Step 4/20 : RUN apk add --update --no-cache make git 00:25:59 ---> Running in 64e7c0036655 00:25:59 ---> Running in 2ce722573150 00:25:59 ---> Running in 03d06ef7b63a 00:25:59 ---> Running in 2b2bc609f9aa 00:25:59 ---> Running in 6943bad30007 00:25:59 Removing intermediate container 64e7c0036655 00:25:59 ---> 6e88e24cfc2d 00:25:59 Step 5/22 : RUN apk add --update --no-cache make git 00:25:59 Removing intermediate container 2b2bc609f9aa 00:25:59 ---> 5127225311a7 00:25:59 Step 5/22 : RUN apk add --update --no-cache make git 00:25:59 Removing intermediate container 2ce722573150 00:25:59 ---> 92e44345f640 00:25:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:25:59 ---> Running in 2e494c10bbcb 00:25:59 ---> Running in 286e613dec32 00:25:59 ---> Running in dc544dc3d3df 00:26:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:26:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:26:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:26:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:26:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:26:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:26:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:26:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:26:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:26:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:26:02 OK: 221 MiB in 51 packages 00:26:02 OK: 221 MiB in 51 packages 00:26:03 OK: 221 MiB in 51 packages 00:26:03 OK: 221 MiB in 51 packages 00:26:03 OK: 221 MiB in 51 packages 00:26:04 Removing intermediate container 03d06ef7b63a 00:26:04 ---> 10489d36db85 00:26:04 Step 5/20 : COPY go.mod vendor* ./ 00:26:04 Removing intermediate container 6943bad30007 00:26:04 ---> d46f4c68375f 00:26:04 Step 5/24 : COPY go.mod vendor* ./ 00:26:05 Removing intermediate container 286e613dec32 00:26:05 ---> 2ab24bb1292c 00:26:05 Step 6/22 : COPY go.mod vendor* ./ 00:26:05 Removing intermediate container dc544dc3d3df 00:26:05 ---> f7b70f02f4ae 00:26:05 Step 6/22 : COPY go.mod vendor* ./ 00:26:05 Removing intermediate container 2e494c10bbcb 00:26:05 ---> 746d51d8b24b 00:26:05 Step 6/22 : COPY go.mod vendor* ./ 00:26:05 ---> 26a42cc67fc5 00:26:05 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:26:05 ---> Running in 1d4f2c2cd9ee 00:26:05 ---> 9efd2eef7e5c 00:26:05 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:26:06 ---> Running in 7b6651f343ab 00:26:06 ---> baf3b08870f5 00:26:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:26:06 ---> Running in 018b664fa3cd 00:26:06 ---> 92413ddc5035 00:26:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:26:07 ---> f7ab20196cae 00:26:07 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:26:07 ---> Running in 2f826144dceb 00:26:07 ---> Running in 5618d4bf5d98 00:27:59 Removing intermediate container 5618d4bf5d98 00:27:59 ---> 59cf70a49553 00:27:59 Step 8/22 : COPY . . 00:27:59 Removing intermediate container 018b664fa3cd 00:27:59 ---> fa088296f0fd 00:27:59 Step 8/22 : COPY . . 00:27:59 Removing intermediate container 1d4f2c2cd9ee 00:27:59 ---> 5524f7cbb188 00:27:59 Step 7/20 : COPY . . 00:27:59 Removing intermediate container 2f826144dceb 00:27:59 ---> 88c3a51ae9db 00:27:59 Step 8/22 : COPY . . 00:27:59 Removing intermediate container 7b6651f343ab 00:27:59 ---> 01c09b76c170 00:27:59 Step 7/24 : COPY . . 00:28:07 ---> f5d9118e946b 00:28:07 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:28:07 ---> a3662847c688 00:28:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:28:07 ---> 79749b2996ae 00:28:07 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 00:28:07 ---> Running in c5a59c72afd6 00:28:07 ---> 1ad23110b2a2 00:28:07 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 00:28:07 ---> 3c1b74ca7a83 00:28:07 ---> Running in 76bcc179691e 00:28:07 Step 8/20 : RUN make cmd/secrets-config/secrets-config 00:28:07 ---> Running in ab72d4e10994 00:28:07 ---> Running in 448cd0d9d420 00:28:07 ---> Running in ef5e3a3f5a1e 00:28:07 Removing intermediate container ab72d4e10994 00:28:07 ---> f8e5c02b7855 00:28:07 Step 9/24 : WORKDIR /edgex-go/spire-build 00:28:07 ---> Running in 76ae24de3cf3 00:28:08 Removing intermediate container 76ae24de3cf3 00:28:08 ---> 25f06373cc2c 00:28:08 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 00:28:08 ---> Running in 98b24e3916c6 00:28:09 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 00:28:09 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:28: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:28:10 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 00:28:12 Removing intermediate container 98b24e3916c6 00:28:12 ---> 07971688c5bc 00:28:12 Step 11/24 : WORKDIR /edgex-go 00:28:12 ---> Running in ce1c89c01135 00:28:12 Removing intermediate container ce1c89c01135 00:28:12 ---> ab65cf2befba 00:28:12 00:28:12 Step 12/24 : FROM alpine:3.15 00:28:12 3.15: Pulling from library/alpine 00:28:14 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 00:28:14 Status: Downloaded newer image for alpine:3.15 00:28:14 ---> 354640af7b1b 00:28:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:28:14 ---> Running in a86b36ae67fb 00:28:14 Removing intermediate container a86b36ae67fb 00:28:14 ---> 666d3078543d 00:28:14 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:28:14 ---> Running in 432f672b1b20 00:28:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:28:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:28:18 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:28:18 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:28:18 OK: 15736 distinct packages available 00:28:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:28:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:28:20 (1/5) Installing dumb-init (1.2.5-r1) 00:28:20 (2/5) Installing musl-obstack (1.2.3-r0) 00:28:20 (3/5) Installing libucontext (1.1-r0) 00:28:20 (4/5) Installing gcompat (1.0.0-r4) 00:28:20 (5/5) Installing openssl (1.1.1t-r1) 00:28:20 Executing busybox-1.34.1-r7.trigger 00:28:20 OK: 6 MiB in 19 packages 00:28:25 Removing intermediate container 432f672b1b20 00:28:25 ---> 8b1419e2060b 00:28:25 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 00:28:28 ---> 65db3c5876f8 00:28:28 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:28:33 ---> 73982f13e991 00:28:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:28:34 ---> c83850fbbb7d 00:28:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:28:37 ---> a8934ffd453e 00:28:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:28:38 ---> 89abe4ead156 00:28:38 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:28:38 ---> Running in b0fead9e6713 00:28:38 Removing intermediate container b0fead9e6713 00:28:38 ---> bef146ff7170 00:28:38 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:28:38 ---> Running in c1f504d393ab 00:28:39 Removing intermediate container c1f504d393ab 00:28:39 ---> 1d2f5c5223a2 00:28:39 Step 22/24 : LABEL arch=arm64 00:28:39 ---> Running in c9d53884d79e 00:28:39 Removing intermediate container c9d53884d79e 00:28:39 ---> e8419ed0c00d 00:28:39 Step 23/24 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:28:39 ---> Running in a1a8ee0146e4 00:28:40 Removing intermediate container a1a8ee0146e4 00:28:40 ---> 15424f5e556e 00:28:40 Step 24/24 : LABEL version=0.0.0 00:28:40 ---> Running in 27a06e1effd0 00:28:40 Removing intermediate container 27a06e1effd0 00:28:40 ---> 5a9d0f7b435c 00:28:40 00:28:40 Successfully built 5a9d0f7b435c 00:28:40 Successfully tagged security-spire-agent-arm64:latest 00:28:40  Building security-spire-agent ... done Building support-scheduler 00:28:59 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:28:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:28:59 ---> c6a1a1fbd55a 00:28:59 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:28:59 ---> Using cache 00:28:59 ---> 309491751c61 00:28:59 Step 4/22 : WORKDIR /edgex-go 00:28:59 ---> Using cache 00:28:59 ---> 5127225311a7 00:28:59 Step 5/22 : RUN apk add --update --no-cache make git 00:28:59 ---> Using cache 00:28:59 ---> 746d51d8b24b 00:28:59 Step 6/22 : COPY go.mod vendor* ./ 00:28:59 ---> Using cache 00:28:59 ---> 92413ddc5035 00:28:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:28:59 ---> Using cache 00:28:59 ---> 88c3a51ae9db 00:28:59 Step 8/22 : COPY . . 00:28:59 ---> Using cache 00:28:59 ---> f5d9118e946b 00:28:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:28:59 ---> Running in ae66f822a4e8 00:29:00 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 00:34:52 Removing intermediate container 448cd0d9d420 00:34:52 ---> 6d94b4ff28b5 00:34:52 00:34:52 Step 10/22 : FROM alpine:3.16 00:34:52 3.16: Pulling from library/alpine 00:34:52 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 00:34:52 Status: Downloaded newer image for alpine:3.16 00:34:52 ---> 4c81e5bf8899 00:34:52 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 00:34:52 ---> Running in 0ac677e0ad73 00:34:52 Removing intermediate container 0ac677e0ad73 00:34:52 ---> 81e1e4d67b4d 00:34:52 Step 12/22 : RUN apk add --update --no-cache dumb-init 00:34:52 ---> Running in 80344ec194bb 00:34:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:34:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:34:52 (1/1) Installing dumb-init (1.2.5-r1) 00:34:52 Removing intermediate container ef5e3a3f5a1e 00:34:52 ---> 2fd9dbdbb3b1 00:34:52 00:34:52 Step 9/20 : FROM alpine:3.16 00:34:52 ---> 4c81e5bf8899 00:34:52 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 00:34:52 Executing busybox-1.35.0-r17.trigger 00:34:52 OK: 5 MiB in 15 packages 00:34:52 ---> Running in f5aecd19eb2d 00:34:53 Removing intermediate container 80344ec194bb 00:34:53 ---> 3f96343f453c 00:34:53 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:34:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:34:54 ---> eae31a63461e 00:34:54 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 00:34:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:34:56 (1/2) Installing dumb-init (1.2.5-r1) 00:34:56 (2/2) Installing openssl (1.1.1t-r0) 00:34:56 Executing busybox-1.35.0-r17.trigger 00:34:56 ---> 6809e4c6ace6 00:34:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 00:34:56 OK: 6 MiB in 16 packages 00:34:58 ---> 751f137322d4 00:34:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 00:34:58 Removing intermediate container f5aecd19eb2d 00:34:58 ---> 3034b5bbbb62 00:34:58 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 00:34:58 ---> Running in 1fa32b8f42cd 00:34:59 Removing intermediate container 1fa32b8f42cd 00:34:59 ---> 09402d8c0543 00:34:59 Step 12/20 : WORKDIR /edgex 00:34:59 ---> 8513f01fbb26 00:34:59 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:34:59 ---> Running in d9ffe64066f1 00:34:59 ---> Running in ae83f38901f1 00:35:00 Removing intermediate container d9ffe64066f1 00:35:00 ---> 17f4dce20ad5 00:35:00 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 00:35:02 ---> 769ac10aa943 00:35:02 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:35:04 Removing intermediate container ae83f38901f1 00:35:04 ---> 00ac1f5de420 00:35:04 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 00:35:04 ---> Running in 92d3fa7f3f81 00:35:05 ---> a3b249b74828 00:35:05 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:35:05 Removing intermediate container 92d3fa7f3f81 00:35:05 ---> a59dcbf1f43a 00:35:05 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 00:35:05 ---> Running in 432bdea76e02 00:35:06 Removing intermediate container 432bdea76e02 00:35:06 ---> f1fb97e1bbce 00:35:06 Step 20/22 : LABEL arch=arm64 00:35:06 ---> 9b11a69b213b 00:35:06 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:35:06 ---> Running in 8039a8bd3396 00:35:06 ---> Running in 0c524c4ee01b 00:35:07 Removing intermediate container 8039a8bd3396 00:35:07 ---> a9d8883f107e 00:35:07 Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:35:07 ---> Running in 426d7b3afac0 00:35:08 Removing intermediate container 426d7b3afac0 00:35:08 ---> 967b7011b809 00:35:08 Step 22/22 : LABEL version=0.0.0 00:35:08 ---> Running in d9a4ce7492f3 00:35:09 Removing intermediate container d9a4ce7492f3 00:35:09 ---> ea94ffcef7a1 00:35:09 00:35:10 Successfully built ea94ffcef7a1 00:35:10 Successfully tagged security-proxy-auth-arm64:latest 00:35:10 Building security-spire-config 00:35:10  Building security-proxy-auth ... done Removing intermediate container 0c524c4ee01b 00:35:10 ---> 8583ae2f0b2a 00:35:10 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 00:35:10 ---> Running in 74d43b8f81da 00:35:11 Removing intermediate container 74d43b8f81da 00:35:11 ---> 8af0b5e0bea6 00:35:11 Step 18/20 : LABEL arch=arm64 00:35:11 ---> Running in 5635750a5c79 00:35:11 Removing intermediate container 5635750a5c79 00:35:11 ---> cbb1a3118833 00:35:11 Step 19/20 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:35:11 ---> Running in 383ab38d4c3c 00:35:12 Removing intermediate container 383ab38d4c3c 00:35:12 ---> 16c42d5ece95 00:35:12 Step 20/20 : LABEL version=0.0.0 00:35:12 ---> Running in 3ea54abc51fa 00:35:12 Removing intermediate container 3ea54abc51fa 00:35:12 ---> 6a2bb489e7cd 00:35:12 00:35:13 Successfully built 6a2bb489e7cd 00:35:13 Successfully tagged security-proxy-setup-arm64:latest 00:35:13  Building security-proxy-setup ... done Building security-spire-server 00:35:23 Removing intermediate container c5a59c72afd6 00:35:23 ---> e916fd7042ab 00:35:23 00:35:23 Step 10/22 : FROM alpine:3.16 00:35:23 ---> 4c81e5bf8899 00:35:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 00:35:23 ---> Using cache 00:35:23 ---> 81e1e4d67b4d 00:35:23 Step 12/22 : RUN apk add --update --no-cache dumb-init 00:35:23 ---> Using cache 00:35:23 ---> 3f96343f453c 00:35:23 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:35:23 ---> Using cache 00:35:23 ---> eae31a63461e 00:35:23 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 00:35:25 ---> fb7dcf4f1099 00:35:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 00:35:26 ---> 31897221065e 00:35:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 00:35:27 ---> 1e5100990aaf 00:35:27 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:35:27 ---> Running in 77ced72f8fb6 00:35:32 Removing intermediate container 77ced72f8fb6 00:35:32 ---> 69573dd76178 00:35:32 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 00:35:32 ---> Running in 66bdf93b59a2 00:35:32 Removing intermediate container 66bdf93b59a2 00:35:32 ---> ab2b8d84b8df 00:35:32 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 00:35:32 ---> Running in 3a300acb04d5 00:35:33 Removing intermediate container 3a300acb04d5 00:35:33 ---> 036d2d7fbcb2 00:35:33 Step 20/22 : LABEL arch=arm64 00:35:33 ---> Running in b4071061bb63 00:35:34 Removing intermediate container b4071061bb63 00:35:34 ---> 83b285706151 00:35:34 Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:35:34 ---> Running in c76953c8b5a3 00:35:35 Removing intermediate container c76953c8b5a3 00:35:35 ---> 637679ee44ef 00:35:35 Step 22/22 : LABEL version=0.0.0 00:35:35 ---> Running in 72d0b42e0291 00:35:36 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:35:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:36 ---> c6a1a1fbd55a 00:35:36 Step 3/24 : WORKDIR /edgex-go 00:35:36 ---> Using cache 00:35:36 ---> 0cb4234cb916 00:35:36 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 00:35:36 ---> Running in 1ab61a25d868 00:35:36 Removing intermediate container 72d0b42e0291 00:35:36 ---> 7c4fec0caaa9 00:35:36 00:35:37 Successfully built 7c4fec0caaa9 00:35:37 Successfully tagged core-common-config-bootstrapper-arm64:latest 00:35:37 Building core-data 00:35:38  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:35:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:35:40 OK: 221 MiB in 51 packages 00:35:42 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:35:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:42 ---> c6a1a1fbd55a 00:35:42 Step 3/23 : WORKDIR /edgex-go 00:35:42 ---> Using cache 00:35:42 ---> 0cb4234cb916 00:35:42 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 00:35:42 ---> Running in 641d11ce65b8 00:35:42 Removing intermediate container 1ab61a25d868 00:35:42 ---> 69e69b2aff58 00:35:42 Step 5/24 : COPY go.mod vendor* ./ 00:35:43 ---> 489439d799e8 00:35:43 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:35:43 ---> Running in 51d026e3f146 00:35:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:35:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:35:46 OK: 221 MiB in 51 packages 00:35:49 Removing intermediate container 641d11ce65b8 00:35:49 ---> dd9ee7185450 00:35:49 Step 5/23 : COPY go.mod vendor* ./ 00:35:50 ---> 048b7bb8089d 00:35:50 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:35:50 ---> Running in 88b0a346ff28 00:35:57 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:35:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:57 ---> c6a1a1fbd55a 00:35:57 Step 3/22 : ARG ADD_BUILD_TAGS="" 00:35:57 ---> Using cache 00:35:57 ---> 309491751c61 00:35:57 Step 4/22 : WORKDIR /edgex-go 00:35:57 ---> Using cache 00:35:57 ---> 5127225311a7 00:35:57 Step 5/22 : RUN apk add --update --no-cache make git 00:35:57 ---> Using cache 00:35:57 ---> 746d51d8b24b 00:35:57 Step 6/22 : COPY go.mod vendor* ./ 00:35:57 ---> Using cache 00:35:57 ---> 92413ddc5035 00:35:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:35:57 ---> Using cache 00:35:57 ---> 88c3a51ae9db 00:35:57 Step 8/22 : COPY . . 00:35:57 ---> Using cache 00:35:57 ---> f5d9118e946b 00:35:57 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 00:35:57 ---> Running in 9eef4b4c4cfd 00:35:59 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 00:37:50 Removing intermediate container 51d026e3f146 00:37:50 ---> 073a05e1e3c9 00:37:50 Step 7/24 : COPY . . 00:37:50 Removing intermediate container 88b0a346ff28 00:37:50 ---> a25cb97b6ee8 00:37:50 Step 7/23 : COPY . . 00:37:57 ---> 137309302611 00:37:57 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 00:37:57 ---> ad6b831aed80 00:37:57 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 00:37:57 ---> Running in 72282b7a379c 00:37:57 ---> Running in fb907ce333c2 00:37:57 Removing intermediate container 72282b7a379c 00:37:57 ---> fb5d4335b3e4 00:37:57 Step 9/24 : WORKDIR /edgex-go/spire-build 00:37:57 Removing intermediate container fb907ce333c2 00:37:57 ---> 044dc605056c 00:37:57 Step 9/23 : WORKDIR /edgex-go/spire-build 00:37:57 ---> Running in e6e7800bfdd2 00:37:57 ---> Running in 5d3b927bf157 00:38:00 Removing intermediate container e6e7800bfdd2 00:38:00 ---> 39ade251585e 00:38:00 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 00:38:00 Removing intermediate container 5d3b927bf157 00:38:00 ---> ec03a84d74d3 00:38:00 ---> Running in 10d494e5de21 00:38:00 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 00:38:00 ---> Running in 2a6b356b3cf9 00:38:04 Removing intermediate container 10d494e5de21 00:38:04 ---> 8a3d55a6f7d6 00:38:04 Step 11/24 : WORKDIR /edgex-go 00:38:04 ---> Running in c3bccb661411 00:38:04 Removing intermediate container 2a6b356b3cf9 00:38:04 ---> 560c36e2270d 00:38:04 Step 11/23 : WORKDIR /edgex-go 00:38:05 ---> Running in 030143bbc82a 00:38:05 Removing intermediate container c3bccb661411 00:38:05 ---> 9269a6ee7cba 00:38:05 00:38:05 Step 12/24 : FROM alpine:3.15 00:38:05 ---> 354640af7b1b 00:38:05 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:38:05 ---> Using cache 00:38:05 ---> 666d3078543d 00:38:05 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 00:38:05 ---> Running in bc0753056020 00:38:06 Removing intermediate container 030143bbc82a 00:38:06 ---> 42dd7c251c0f 00:38:06 00:38:06 Step 12/23 : FROM alpine:3.15 00:38:06 ---> 354640af7b1b 00:38:06 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:38:06 ---> Using cache 00:38:06 ---> 666d3078543d 00:38:06 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:38:06 ---> Using cache 00:38:06 ---> 8b1419e2060b 00:38:06 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:38:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:38:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:38:10 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:38:10 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:38:10 OK: 15736 distinct packages available 00:38:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:38:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:38:12 (1/4) Installing dumb-init (1.2.5-r1) 00:38:12 (2/4) Installing musl-obstack (1.2.3-r0) 00:38:12 (3/4) Installing libucontext (1.1-r0) 00:38:12 (4/4) Installing gcompat (1.0.0-r4) 00:38:12 Executing busybox-1.34.1-r7.trigger 00:38:12 OK: 6 MiB in 18 packages 00:38:13 ---> 696e4c6ef74a 00:38:13 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:38:14 Removing intermediate container bc0753056020 00:38:14 ---> 341e5bfee0fd 00:38:14 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:38:15 ---> 973d3ed96983 00:38:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:38:16 ---> be65cfe9a21c 00:38:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:38:18 ---> 8007581b183e 00:38:18 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:38:18 ---> Running in 49457429ec1c 00:38:19 Removing intermediate container 49457429ec1c 00:38:19 ---> a776878ff0a7 00:38:19 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:38:19 ---> Running in 376563e6c984 00:38:20 Removing intermediate container 376563e6c984 00:38:20 ---> 2004a79edb2f 00:38:20 Step 21/23 : LABEL arch=arm64 00:38:20 ---> Running in fcadf6e360c8 00:38:21 Removing intermediate container fcadf6e360c8 00:38:21 ---> 7f5a6e992e26 00:38:21 Step 22/23 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:38:21 ---> Running in 3dc10f05e283 00:38:22 Removing intermediate container 3dc10f05e283 00:38:22 ---> 357d33cc0c38 00:38:22 Step 23/23 : LABEL version=0.0.0 00:38:22 ---> Running in c4d54af8ebaa 00:38:23 Removing intermediate container c4d54af8ebaa 00:38:23 ---> 035325cee2b6 00:38:23 00:38:24 Successfully built 035325cee2b6 00:38:24 Successfully tagged security-spire-server-arm64:latest 00:38:24  Building security-spire-server ... done Building core-metadata 00:38:24 ---> 0940cd846add 00:38:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:38:26 ---> fc6e12a90e36 00:38:26 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 00:38:27 ---> Running in 94f27e1d401b 00:38:28 Removing intermediate container 94f27e1d401b 00:38:28 ---> ff91dffd3b34 00:38:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:38:29 ---> 8578995cac38 00:38:29 Step 19/24 : WORKDIR / 00:38:30 ---> Running in 964d1aca57b8 00:38:31 Removing intermediate container 964d1aca57b8 00:38:31 ---> 1b3ce0139fa0 00:38:31 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:38:31 ---> Running in 8e0791e39b24 00:38:32 Removing intermediate container 8e0791e39b24 00:38:32 ---> a96bbc4375f3 00:38:32 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:38:32 ---> Running in 032d6638e805 00:38:33 Removing intermediate container 032d6638e805 00:38:33 ---> 7edf9b30f680 00:38:33 Step 22/24 : LABEL arch=arm64 00:38:33 ---> Running in 3b5d7b3c0a10 00:38:35 Removing intermediate container 3b5d7b3c0a10 00:38:35 ---> b991e51346dd 00:38:35 Step 23/24 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:38:35 ---> Running in e4bdcbc9a4b5 00:38:36 Removing intermediate container e4bdcbc9a4b5 00:38:36 ---> c592d9136597 00:38:36 Step 24/24 : LABEL version=0.0.0 00:38:36 ---> Running in 49f72613e5a3 00:38:37 Removing intermediate container 49f72613e5a3 00:38:37 ---> 275d1ea672ba 00:38:37 00:38:38 Successfully built 275d1ea672ba 00:38:38 Successfully tagged security-spire-config-arm64:latest 00:38:38  Building security-spire-config ... done Building security-secretstore-setup 00:38:40 Removing intermediate container 76bcc179691e 00:38:40 ---> 615e91f02918 00:38:40 00:38:40 Step 10/22 : FROM alpine:3.16 00:38:40 ---> 4c81e5bf8899 00:38:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:40 ---> Running in bb3d0651ee9f 00:38:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:38:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:38:44 (1/2) Installing ca-certificates (20220614-r0) 00:38:44 (2/2) Installing dumb-init (1.2.5-r1) 00:38:44 Executing busybox-1.35.0-r17.trigger 00:38:44 Executing ca-certificates-20220614-r0.trigger 00:38:45 OK: 6 MiB in 16 packages 00:38:46 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:38:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:46 ---> c6a1a1fbd55a 00:38:46 Step 3/24 : ARG ADD_BUILD_TAGS="" 00:38:46 ---> Using cache 00:38:46 ---> 309491751c61 00:38:46 Step 4/24 : WORKDIR /edgex-go 00:38:46 ---> Using cache 00:38:46 ---> 5127225311a7 00:38:46 Step 5/24 : RUN apk add --update --no-cache make git 00:38:46 ---> Using cache 00:38:46 ---> 746d51d8b24b 00:38:46 Step 6/24 : COPY go.mod vendor* ./ 00:38:46 ---> Using cache 00:38:46 ---> 92413ddc5035 00:38:46 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:38:46 ---> Using cache 00:38:46 ---> 88c3a51ae9db 00:38:46 Step 8/24 : COPY . . 00:38:46 ---> Using cache 00:38:46 ---> f5d9118e946b 00:38:46 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 00:38:47 ---> Running in d99be57a6cdb 00:38:48 Removing intermediate container bb3d0651ee9f 00:38:48 ---> 42e258542188 00:38:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:48 ---> Running in 4af851c26003 00:38:49 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 00:38:49 Removing intermediate container 4af851c26003 00:38:49 ---> 1fe4770f15be 00:38:49 Step 13/22 : ENV APP_PORT=59860 00:38:50 ---> Running in 541929aff48f 00:38:50 Removing intermediate container 541929aff48f 00:38:50 ---> 7f4518cd158b 00:38:50 Step 14/22 : EXPOSE $APP_PORT 00:38:52 ---> Running in 81f339a59bba 00:38:53 Removing intermediate container 81f339a59bba 00:38:53 ---> 935597d7b24e 00:38:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:55 ---> 944f1afd0c28 00:38:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:59 ---> 220303dc47df 00:38:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:00 ---> bb7b46d6c72e 00:39:00 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:39:00 ---> Running in ee5943655010 00:39:01 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:39:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:01 ---> c6a1a1fbd55a 00:39:01 Step 3/23 : WORKDIR /edgex-go 00:39:01 ---> Using cache 00:39:01 ---> 0cb4234cb916 00:39:01 Step 4/23 : RUN apk add --update --no-cache make git 00:39:01 ---> Using cache 00:39:01 ---> 10489d36db85 00:39:01 Step 5/23 : COPY go.mod vendor* ./ 00:39:01 ---> Using cache 00:39:01 ---> 26a42cc67fc5 00:39:01 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:39:01 ---> Using cache 00:39:01 ---> 5524f7cbb188 00:39:01 Step 7/23 : COPY . . 00:39:01 ---> Using cache 00:39:01 ---> 3c1b74ca7a83 00:39:01 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:01 Removing intermediate container ee5943655010 00:39:01 ---> c5fdebaca4d0 00:39:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:39:01 ---> Running in d69894873516 00:39:01 ---> Running in b667cc8efbc7 00:39:02 Removing intermediate container b667cc8efbc7 00:39:02 ---> 5d6c86ad4463 00:39:02 Step 20/22 : LABEL arch=arm64 00:39:03 ---> Running in 557e4b3da315 00:39:03 Removing intermediate container 557e4b3da315 00:39:03 ---> 478ce5649371 00:39:03 Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:39:03 ---> Running in 4feb21e486cd 00:39: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:39:05 Removing intermediate container 4feb21e486cd 00:39:05 ---> 30b289a7b07d 00:39:05 Step 22/22 : LABEL version=0.0.0 00:39:06 ---> Running in 61e09228b2af 00:39:07 Removing intermediate container 61e09228b2af 00:39:07 ---> 44279d57b877 00:39:07 00:39:07 Successfully built 44279d57b877 00:39:07 Successfully tagged support-notifications-arm64:latest 00:39:07  Building support-notifications ... done Building security-spiffe-token-provider 00:39:19 Removing intermediate container ae66f822a4e8 00:39:19 ---> 0c6276d8e343 00:39:19 00:39:19 Step 10/22 : FROM alpine:3.16 00:39:19 ---> 4c81e5bf8899 00:39:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:39:19 ---> Running in 4ae12f6bd5d4 00:39:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:39:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:39:22 (1/1) Installing dumb-init (1.2.5-r1) 00:39:22 Executing busybox-1.35.0-r17.trigger 00:39:22 OK: 5 MiB in 15 packages 00:39:24 Removing intermediate container 4ae12f6bd5d4 00:39:24 ---> 02a47da792de 00:39:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:25 ---> Running in a656fe1e42f9 00:39:25 Removing intermediate container a656fe1e42f9 00:39:25 ---> af6971ba5af4 00:39:25 Step 13/22 : ENV APP_PORT=59861 00:39:25 ---> Running in 2e2b95059c72 00:39:26 Removing intermediate container 2e2b95059c72 00:39:26 ---> 4026bf6d3ea5 00:39:26 Step 14/22 : EXPOSE $APP_PORT 00:39:26 ---> Running in 454b477ec846 00:39:26 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:39:26 Step 2/19 : FROM ${BUILDER_BASE} AS builder 00:39:26 ---> c6a1a1fbd55a 00:39:26 Step 3/19 : WORKDIR /edgex-go 00:39:26 ---> Using cache 00:39:26 ---> 0cb4234cb916 00:39:26 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 00:39:26 ---> Running in f2be3ac58e06 00:39:27 Removing intermediate container 454b477ec846 00:39:27 ---> 709b4dd8e23b 00:39:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:28 ---> 25d059ddb529 00:39:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:39:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:39:31 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 00:39:31 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 00:39:31 OK: 16903 distinct packages available 00:39:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:39:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:39:32 ---> c48cbe91cce8 00:39:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:33 OK: 221 MiB in 51 packages 00:39:33 ---> d63cb79f81de 00:39:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:34 ---> Running in 30174b77a36c 00:39:35 Removing intermediate container 30174b77a36c 00:39:35 ---> 15e2899b9655 00:39:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:39:35 Removing intermediate container f2be3ac58e06 00:39:35 ---> dbcfc0d8f669 00:39:35 Step 5/19 : COPY go.mod vendor* ./ 00:39:35 ---> Running in f9914f82d430 00:39:35 Removing intermediate container f9914f82d430 00:39:35 ---> 43b40d43084b 00:39:35 Step 20/22 : LABEL arch=arm64 00:39:35 ---> Running in bd02573398dc 00:39:36 ---> 1e86a9b0faad 00:39:36 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:39:36 ---> Running in b7fdb5440637 00:39:36 Removing intermediate container bd02573398dc 00:39:36 ---> 1d0bc5890f00 00:39:36 Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:39:37 ---> Running in d63a1fe12042 00:39:37 Removing intermediate container d63a1fe12042 00:39:37 ---> 7405323abceb 00:39:37 Step 22/22 : LABEL version=0.0.0 00:39:37 ---> Running in 57c859aef176 00:39:38 Removing intermediate container 57c859aef176 00:39:38 ---> 2bd7beed44cf 00:39:38 00:39:38 Successfully built 2bd7beed44cf 00:39:39 Successfully tagged support-scheduler-arm64:latest 00:39:39  Building support-scheduler ... done Building security-bootstrapper 00:39:57 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:39:57 Step 2/32 : FROM ${BUILDER_BASE} AS builder 00:39:57 ---> c6a1a1fbd55a 00:39:57 Step 3/32 : WORKDIR /edgex-go 00:39:57 ---> Using cache 00:39:57 ---> 0cb4234cb916 00:39:57 Step 4/32 : RUN apk add --update --no-cache make git 00:39:57 ---> Using cache 00:39:57 ---> 10489d36db85 00:39:57 Step 5/32 : COPY go.mod vendor* ./ 00:39:57 ---> Using cache 00:39:57 ---> 26a42cc67fc5 00:39:57 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:39:57 ---> Using cache 00:39:57 ---> 5524f7cbb188 00:39:57 Step 7/32 : COPY . . 00:39:57 ---> Using cache 00:39:57 ---> 3c1b74ca7a83 00:39:57 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:39:57 ---> Running in f024cf5ec8a4 00:39:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:41:19 Removing intermediate container b7fdb5440637 00:41:19 ---> ed9dbb9326d0 00:41:19 Step 7/19 : COPY . . 00:41:26 ---> 236d782d9223 00:41:26 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:41:26 ---> Running in 01aa64f555df 00:41:27 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 00:43:19 Removing intermediate container 9eef4b4c4cfd 00:43:19 ---> 3c66cbfb55a1 00:43:19 00:43:19 Step 10/22 : FROM alpine:3.16 00:43:19 ---> 4c81e5bf8899 00:43:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:43:19 ---> Running in ef725ff97260 00:43:19 Removing intermediate container ef725ff97260 00:43:19 ---> 3aa63d52225b 00:43:19 Step 12/22 : ENV APP_PORT=59880 00:43:19 ---> Running in 66387491b5aa 00:43:19 Removing intermediate container 66387491b5aa 00:43:19 ---> f89eb55acd9b 00:43:19 Step 13/22 : EXPOSE $APP_PORT 00:43:19 ---> Running in 02b9abeb0165 00:43:20 Removing intermediate container 02b9abeb0165 00:43:20 ---> fa0ec7f06016 00:43:20 Step 14/22 : RUN apk add --update --no-cache dumb-init 00:43:20 ---> Running in f4ed56f235a8 00:43:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:43:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:43:24 (1/1) Installing dumb-init (1.2.5-r1) 00:43:24 Executing busybox-1.35.0-r17.trigger 00:43:24 OK: 5 MiB in 15 packages 00:43:26 Removing intermediate container f4ed56f235a8 00:43:26 ---> 60c7c53dbaf1 00:43:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:43:26 ---> 89fe679dcaa6 00:43:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:43:28 ---> 86605982b260 00:43:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:43:32 ---> a6bf138f3eea 00:43:32 Step 18/22 : ENTRYPOINT ["/core-data"] 00:43:32 ---> Running in 1ede435327bc 00:43:32 Removing intermediate container 1ede435327bc 00:43:32 ---> 4bbd4047df3c 00:43:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:43:32 ---> Running in b864c656fe8c 00:43:33 Removing intermediate container b864c656fe8c 00:43:33 ---> 75a78a850522 00:43:33 Step 20/22 : LABEL arch=arm64 00:43:33 ---> Running in b102ce588b70 00:43:33 Removing intermediate container b102ce588b70 00:43:33 ---> 847f792be3ab 00:43:33 Step 21/22 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:43:34 ---> Running in 94647e20331a 00:43:34 Removing intermediate container 94647e20331a 00:43:34 ---> 3b2e98b81837 00:43:34 Step 22/22 : LABEL version=0.0.0 00:43:34 ---> Running in 8189d85a4393 00:43:35 Removing intermediate container 8189d85a4393 00:43:35 ---> 03380ffb6f0a 00:43:35 00:43:35 Successfully built 03380ffb6f0a 00:43:35 Successfully tagged core-data-arm64:latest 00:43:35  Building core-data ... done Building core-command 00:43:53 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:43:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:53 ---> c6a1a1fbd55a 00:43:53 Step 3/23 : ARG ADD_BUILD_TAGS="" 00:43:53 ---> Using cache 00:43:53 ---> 309491751c61 00:43:53 Step 4/23 : WORKDIR /edgex-go 00:43:53 ---> Using cache 00:43:53 ---> 5127225311a7 00:43:53 Step 5/23 : RUN apk add --update --no-cache make git 00:43:53 ---> Using cache 00:43:53 ---> 746d51d8b24b 00:43:53 Step 6/23 : COPY go.mod vendor* ./ 00:43:53 ---> Using cache 00:43:53 ---> 92413ddc5035 00:43:53 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:43:53 ---> Using cache 00:43:53 ---> 88c3a51ae9db 00:43:53 Step 8/23 : COPY . . 00:43:53 ---> Using cache 00:43:53 ---> f5d9118e946b 00:43:53 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 00:43:54 ---> Running in dd5649544576 00:43: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 00:45:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:45:47 Removing intermediate container d69894873516 00:45:47 ---> 5e46eb598428 00:45:47 00:45:47 Step 9/23 : FROM alpine:3.16 00:45:47 ---> 4c81e5bf8899 00:45:47 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 00:45:47 ---> Running in 5cde881c3747 00:45:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:45:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:45:49 (1/3) Installing ca-certificates (20220614-r0) 00:45:49 (2/3) Installing dumb-init (1.2.5-r1) 00:45:49 (3/3) Installing su-exec (0.2-r1) 00:45:49 Executing busybox-1.35.0-r17.trigger 00:45:49 Executing ca-certificates-20220614-r0.trigger 00:45:50 OK: 6 MiB in 17 packages 00:45:53 Removing intermediate container 5cde881c3747 00:45:53 ---> d1ad208fe1d3 00:45:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:45:53 ---> Running in 2cc545f17e2b 00:45:54 Removing intermediate container 2cc545f17e2b 00:45:54 ---> 1a74a0a8154d 00:45:54 Step 12/23 : WORKDIR / 00:45:54 ---> Running in 6607e9e7e72a 00:45:54 Removing intermediate container 6607e9e7e72a 00:45:54 ---> e6de9764a23c 00:45:54 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:45:55 ---> 034c3d278f6a 00:45:55 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:45:56 ---> 6a6b4de89f15 00:45:56 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:45:57 ---> bba733acd6fc 00:45:57 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:45:58 ---> 02fdf4bdebc9 00:45:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:46:00 ---> 14f077192928 00:46:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:46:01 ---> d412e8f95041 00:46:01 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:46:02 ---> Running in f00d2d9243ee 00:46:07 Removing intermediate container f00d2d9243ee 00:46:07 ---> 6d82249de2ed 00:46:07 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 00:46:07 ---> Running in 5fefb7dc394a 00:46:07 Removing intermediate container 5fefb7dc394a 00:46:07 ---> 5cd9e34d443c 00:46:07 Step 21/23 : LABEL arch=arm64 00:46:07 ---> Running in 5150fb52e209 00:46:08 Removing intermediate container 5150fb52e209 00:46:08 ---> 775d57a3c857 00:46:08 Step 22/23 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:46:08 ---> Running in 9d39adfc8a59 00:46:08 Removing intermediate container 9d39adfc8a59 00:46:08 ---> 41ddea180ba1 00:46:08 Step 23/23 : LABEL version=0.0.0 00:46:08 ---> Running in e341ae3bdb00 00:46:09 Removing intermediate container e341ae3bdb00 00:46:09 ---> 7d962031edc0 00:46:09 00:46:09 Successfully built 7d962031edc0 00:46:09 Successfully tagged security-secretstore-setup-arm64:latest 00:46:41  Building security-secretstore-setup ... done Removing intermediate container f024cf5ec8a4 00:46:41 ---> 66c1345a49b3 00:46:41 00:46:41 Step 9/32 : FROM alpine:3.16 00:46:41 ---> 4c81e5bf8899 00:46:41 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:46:41 ---> Running in 3d78958e92b9 00:46:41 Removing intermediate container 3d78958e92b9 00:46:41 ---> 8040bd2c8dfd 00:46:41 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 00:46:41 ---> Running in 5fd72667c32f 00:46:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 00:46:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 00:46:45 (1/2) Installing dumb-init (1.2.5-r1) 00:46:45 (2/2) Installing su-exec (0.2-r1) 00:46:45 Executing busybox-1.35.0-r17.trigger 00:46:45 OK: 5 MiB in 16 packages 00:46:45 Removing intermediate container d99be57a6cdb 00:46:45 ---> b5d105e0cfe9 00:46:45 00:46:45 Step 10/24 : FROM alpine:3.16 00:46:45 ---> 4c81e5bf8899 00:46:45 Step 11/24 : RUN apk add --update --no-cache dumb-init 00:46:45 ---> Using cache 00:46:45 ---> 02a47da792de 00:46:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:46:45 ---> Using cache 00:46:45 ---> af6971ba5af4 00:46:45 Step 13/24 : ENV APP_PORT=59881 00:46:45 ---> Running in 85b2db55491d 00:46:46 Removing intermediate container 85b2db55491d 00:46:46 ---> 62226e2a93c8 00:46:46 Step 14/24 : EXPOSE $APP_PORT 00:46:46 ---> Running in 6e3e82fa5812 00:46:47 Removing intermediate container 5fd72667c32f 00:46:47 ---> 082804874db7 00:46:47 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 00:46:47 ---> Running in 3f9d5ca868a1 00:46:47 Removing intermediate container 6e3e82fa5812 00:46:47 ---> cb094aa5259d 00:46:47 Step 15/24 : WORKDIR / 00:46:47 ---> Running in 7cf60882cddd 00:46:48 Removing intermediate container 3f9d5ca868a1 00:46:48 ---> 8672011269f7 00:46:48 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 00:46:48 ---> Running in baa46d21e20f 00:46:48 Removing intermediate container 7cf60882cddd 00:46:48 ---> e2322e8ae5c1 00:46:48 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:49 Removing intermediate container baa46d21e20f 00:46:49 ---> df5c17718076 00:46:49 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 00:46:49 ---> Running in f7e68fe87f74 00:46:49 ---> 511bcb44d7db 00:46:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:50 Removing intermediate container f7e68fe87f74 00:46:50 ---> f81fb1b78825 00:46:50 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 00:46:50 ---> Running in 4c8f7087e121 00:46:51 Removing intermediate container 4c8f7087e121 00:46:51 ---> e8d09e93aafb 00:46:51 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 00:46:51 ---> Running in b3aebeece4fe 00:46:52 ---> 7d5c6f850732 00:46:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:46:53 ---> fb5c19f5f515 00:46:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 00:46:55 Removing intermediate container b3aebeece4fe 00:46:55 ---> bef8b6313a47 00:46:55 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 00:46:55 ---> 7c110b7efc84 00:46:55 Step 20/24 : ENTRYPOINT ["/core-metadata"] 00:46:55 ---> Running in ed2a6fa45919 00:46:55 ---> Running in c71be8e87406 00:46:56 Removing intermediate container ed2a6fa45919 00:46:56 ---> 38c3c36a55d2 00:46:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:46:56 Removing intermediate container c71be8e87406 00:46:56 ---> 540d5fb5d6e1 00:46:56 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 00:46:56 ---> Running in 4a4525602827 00:46:58 Removing intermediate container 4a4525602827 00:46:58 ---> 608570d58c42 00:46:58 Step 22/24 : LABEL arch=arm64 00:46:58 ---> f4fb1493d4c0 00:46:58 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 00:46:58 ---> Running in 2434264b84a4 00:46:58 ---> Running in 2f2b9c6fdaa2 00:46:59 Removing intermediate container 2f2b9c6fdaa2 00:46:59 ---> ef6e23c58747 00:46:59 Step 23/24 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:46:59 ---> Running in 2c8d059c3ef8 00:46:59 Removing intermediate container 2c8d059c3ef8 00:46:59 ---> 0f4a70c9f8de 00:46:59 Step 24/24 : LABEL version=0.0.0 00:47:00 ---> Running in 30095be96baa 00:47:01 Removing intermediate container 30095be96baa 00:47:01 ---> fe9b0596ce32 00:47:01 00:47:01 Successfully built fe9b0596ce32 00:47:01 Successfully tagged core-metadata-arm64:latest 00:47:02  Building core-metadata ... done Removing intermediate container 2434264b84a4 00:47:02 ---> c0c0f28b8b2e 00:47:02 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:03 ---> ceaeb034fac2 00:47:03 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:47:04 ---> 553e3249181b 00:47:04 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:47:05 ---> 00f2f7d7bde0 00:47:05 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:47:06 ---> 469b7f05710c 00:47:06 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 00:47:07 ---> c9c3aa0f55ea 00:47:07 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 00:47:08 ---> 6be80a99600c 00:47:08 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:47:12 ---> 89627fadd53e 00:47:12 Step 27/32 : RUN chmod +x /entrypoint.sh 00:47:12 ---> Running in 4683d9cd9f20 00:47:15 Removing intermediate container 4683d9cd9f20 00:47:15 ---> d7ddc0df76d7 00:47:15 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 00:47:15 ---> Running in 6f38b38ad0d6 00:47:15 Removing intermediate container 6f38b38ad0d6 00:47:15 ---> f3ea5443e81c 00:47:15 Step 29/32 : CMD ["gate"] 00:47:15 ---> Running in ea7ebdb2df26 00:47:16 Removing intermediate container ea7ebdb2df26 00:47:16 ---> b2784f6bf93b 00:47:16 Step 30/32 : LABEL arch=arm64 00:47:16 ---> Running in d5d3651894a3 00:47:17 Removing intermediate container d5d3651894a3 00:47:17 ---> 1749d886820a 00:47:17 Step 31/32 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:47:17 ---> Running in 2793d28c9030 00:47:18 Removing intermediate container 2793d28c9030 00:47:18 ---> 2a4cbde734a0 00:47:18 Step 32/32 : LABEL version=0.0.0 00:47:18 ---> Running in f4ee79ed4593 00:47:18 Removing intermediate container f4ee79ed4593 00:47:18 ---> f5d40c7edba5 00:47:18 00:47:18 Successfully built f5d40c7edba5 00:47:18 Successfully tagged security-bootstrapper-arm64:latest 00:48:41  Building security-bootstrapper ... done Removing intermediate container dd5649544576 00:48:41 ---> 9ed63a902489 00:48:41 00:48:41 Step 10/23 : FROM alpine:3.16 00:48:41 ---> 4c81e5bf8899 00:48:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:41 ---> Using cache 00:48:41 ---> 02a47da792de 00:48:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:41 ---> Using cache 00:48:41 ---> af6971ba5af4 00:48:41 Step 13/23 : ENV APP_PORT=59882 00:48:41 ---> Running in ffc474e1d9a1 00:48:41 Removing intermediate container 01aa64f555df 00:48:41 ---> 88e37c67b118 00:48:41 00:48:41 Step 9/19 : FROM alpine:3.15 00:48:41 ---> 354640af7b1b 00:48:41 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:48:41 ---> Using cache 00:48:41 ---> 666d3078543d 00:48:41 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:48:41 ---> Running in 14d0bed2385f 00:48:41 Removing intermediate container ffc474e1d9a1 00:48:41 ---> 8be26406b769 00:48:41 Step 14/23 : EXPOSE $APP_PORT 00:48:41 ---> Running in 39a87f5badee 00:48:41 Removing intermediate container 39a87f5badee 00:48:41 ---> 67e91f24ba31 00:48:41 Step 15/23 : WORKDIR / 00:48:41 ---> Running in 4450393a501d 00:48:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:48:41 Removing intermediate container 4450393a501d 00:48:41 ---> 61ce45cec1dc 00:48:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:48:41 ---> 660e08920cc0 00:48:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:41 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 00:48:41 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 00:48:41 OK: 15736 distinct packages available 00:48:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:48:41 ---> 47f95b13119a 00:48:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:48:41 ---> e4236001c795 00:48:41 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:41 ---> Running in ad9bb0b00f40 00:48:41 Removing intermediate container ad9bb0b00f40 00:48:41 ---> ae845039d2ab 00:48:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:48:41 (1/9) Installing ca-certificates (20220614-r0) 00:48:41 ---> Running in d18be7b60261 00:48:41 (2/9) Installing brotli-libs (1.0.9-r5) 00:48:41 (3/9) Installing nghttp2-libs (1.46.0-r0) 00:48:41 (4/9) Installing libcurl (7.80.0-r6) 00:48:41 (5/9) Installing curl (7.80.0-r6) 00:48:41 (6/9) Installing dumb-init (1.2.5-r1) 00:48:41 (7/9) Installing musl-obstack (1.2.3-r0) 00:48:41 (8/9) Installing libucontext (1.1-r0) 00:48:41 (9/9) Installing gcompat (1.0.0-r4) 00:48:41 Executing busybox-1.34.1-r7.trigger 00:48:41 Executing ca-certificates-20220614-r0.trigger 00:48:41 Removing intermediate container d18be7b60261 00:48:41 ---> 61e79f70fa0b 00:48:41 Step 21/23 : LABEL arch=arm64 00:48:41 OK: 8 MiB in 23 packages 00:48:41 ---> Running in dbd5cd301608 00:48:41 Removing intermediate container dbd5cd301608 00:48:41 ---> 9614a97e536b 00:48:41 Step 22/23 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:48:41 ---> Running in f62644a2a658 00:48:41 Removing intermediate container f62644a2a658 00:48:41 ---> d57e2aa01b42 00:48:41 Step 23/23 : LABEL version=0.0.0 00:48:41 ---> Running in 3085197feb58 00:48:41 Removing intermediate container 3085197feb58 00:48:41 ---> 65e28a67e76f 00:48:41 00:48:41 Removing intermediate container 14d0bed2385f 00:48:41 ---> bf475b45b0bf 00:48:41 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:41 Successfully built 65e28a67e76f 00:48:41 Successfully tagged core-command-arm64:latest 00:48:41  Building core-command ... done  ---> cf7ba0cf3f64 00:48:41 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:48:41 ---> 2df779a1f268 00:48:41 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 00:48:41 ---> 1e417c75249d 00:48:41 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 00:48:41 ---> Running in 872afb0d4db6 00:48:41 Removing intermediate container 872afb0d4db6 00:48:41 ---> 9e1ae8ffd701 00:48:41 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 00:48:41 ---> Running in bccc26f59905 00:48:41 Removing intermediate container bccc26f59905 00:48:41 ---> 16df63005b78 00:48:41 Step 17/19 : LABEL arch=arm64 00:48:41 ---> Running in e49a671e7dfe 00:48:41 Removing intermediate container e49a671e7dfe 00:48:41 ---> 2ae18ebdeb34 00:48:41 Step 18/19 : LABEL git_sha=8a46531602b5787ece39bd2d04ab3384e1630829 00:48:41 ---> Running in fc213fb08db0 00:48:41 Removing intermediate container fc213fb08db0 00:48:41 ---> 46e12053f951 00:48:41 Step 19/19 : LABEL version=0.0.0 00:48:41 ---> Running in 936f5927b228 00:48:41 Removing intermediate container 936f5927b228 00:48:41 ---> d9c4a41c71a4 00:48:41 00:48:41 Successfully built d9c4a41c71a4 00:48:41 Successfully tagged security-spiffe-token-provider-arm64:latest 00:48:41  Building security-spiffe-token-provider ... done  [Pipeline] } 00:48:41 $ docker stop --time=1 cab7d705c69c8e7c7d8f5389923b0a3360a83015e14c59dd730e8621704ffd63 00:48:43 $ docker rm -f --volumes cab7d705c69c8e7c7d8f5389923b0a3360a83015e14c59dd730e8621704ffd63 [Pipeline] // withDockerContainer [Pipeline] sh 00:48:44 + docker images 00:48:44 REPOSITORY TAG IMAGE ID CREATED SIZE 00:48:44 security-spiffe-token-provider-arm64 latest d9c4a41c71a4 4 seconds ago 29.1MB 00:48:44 core-command-arm64 latest 65e28a67e76f 8 seconds ago 17.1MB 00:48:44 9ed63a902489 15 seconds ago 1.51GB 00:48:44 88e37c67b118 16 seconds ago 1.54GB 00:48:44 security-bootstrapper-arm64 latest f5d40c7edba5 About a minute ago 19MB 00:48:44 core-metadata-arm64 latest fe9b0596ce32 About a minute ago 17.8MB 00:48:44 b5d105e0cfe9 2 minutes ago 1.52GB 00:48:44 66c1345a49b3 2 minutes ago 1.49GB 00:48:44 security-secretstore-setup-arm64 latest 7d962031edc0 2 minutes ago 28.8MB 00:48:44 5e46eb598428 3 minutes ago 1.5GB 00:48:44 core-data-arm64 latest 03380ffb6f0a 5 minutes ago 17.3MB 00:48:44 3c66cbfb55a1 5 minutes ago 1.51GB 00:48:44 support-scheduler-arm64 latest 2bd7beed44cf 9 minutes ago 29.1MB 00:48:44 0c6276d8e343 9 minutes ago 1.57GB 00:48:44 support-notifications-arm64 latest 44279d57b877 9 minutes ago 29.7MB 00:48:44 615e91f02918 10 minutes ago 1.57GB 00:48:44 security-spire-config-arm64 latest 275d1ea672ba 10 minutes ago 83.6MB 00:48:44 security-spire-server-arm64 latest 035325cee2b6 10 minutes ago 84.3MB 00:48:44 9269a6ee7cba 10 minutes ago 1.38GB 00:48:44 42dd7c251c0f 10 minutes ago 1.38GB 00:48:44 core-common-config-bootstrapper-arm64 latest 7c4fec0caaa9 13 minutes ago 14.9MB 00:48:44 e916fd7042ab 13 minutes ago 1.5GB 00:48:44 security-proxy-setup-arm64 latest 6a2bb489e7cd 13 minutes ago 15.8MB 00:48:44 security-proxy-auth-arm64 latest ea94ffcef7a1 13 minutes ago 15.7MB 00:48:44 2fd9dbdbb3b1 13 minutes ago 1.49GB 00:48:44 6d94b4ff28b5 14 minutes ago 1.49GB 00:48:44 security-spire-agent-arm64 latest 5a9d0f7b435c 20 minutes ago 122MB 00:48:44 ab65cf2befba 20 minutes ago 1.38GB 00:48:44 ci-base-image-arm64 latest c6a1a1fbd55a 33 minutes ago 904MB 00:48:44 alpine 3.15 354640af7b1b 4 weeks ago 5.34MB 00:48:44 alpine 3.16 4c81e5bf8899 4 weeks ago 5.3MB 00:48:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB 00:48:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:48:45 00:48:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:48:45 arm64: Pulling from edgex-lftools-log-publisher 00:48:45 8998bd30e6a1: Pulling fs layer 00:48:45 04944245beec: Pulling fs layer 00:48:45 699f458cf7ca: Pulling fs layer 00:48:45 765212b225bb: Pulling fs layer 00:48:45 f23df028b6ca: Pulling fs layer 00:48:45 d65c8cfc05b1: Pulling fs layer 00:48:45 2437ff75d9bd: Pulling fs layer 00:48:45 765212b225bb: Waiting 00:48:45 f23df028b6ca: Waiting 00:48:45 d65c8cfc05b1: Waiting 00:48:45 2437ff75d9bd: Waiting 00:48:45 04944245beec: Verifying Checksum 00:48:45 04944245beec: Download complete 00:48:45 765212b225bb: Verifying Checksum 00:48:45 765212b225bb: Download complete 00:48:46 f23df028b6ca: Verifying Checksum 00:48:46 f23df028b6ca: Download complete 00:48:46 d65c8cfc05b1: Verifying Checksum 00:48:46 d65c8cfc05b1: Download complete 00:48:46 699f458cf7ca: Verifying Checksum 00:48:46 8998bd30e6a1: Download complete 00:48:48 2437ff75d9bd: Verifying Checksum 00:48:48 2437ff75d9bd: Download complete 00:48:50 8998bd30e6a1: Pull complete 00:48:50 04944245beec: Pull complete 00:48:52 699f458cf7ca: Pull complete 00:48:52 765212b225bb: Pull complete 00:48:53 f23df028b6ca: Pull complete 00:48:53 d65c8cfc05b1: Pull complete 00:49:07 2437ff75d9bd: Pull complete 00:49:07 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:49:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:49:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:49:08 prd-ubuntu20.04-docker-arm64-4c-16g-9698 does not seem to be running inside a container 00:49:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 00:49:12 $ docker top 04010d2c4356e189ba8acdf22e34d9e67e63d2c59b9c22e3ffa02e8b3ed65b16 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:49:13 ---> job-cost.sh 00:49:13 lf-activate-venv: SKIPPING 00:49:13 INFO: No Stack... 00:49:13 INFO: Retrieving Pricing Info for: v3-standard-4 00:49:14 INFO: Archiving Costs [Pipeline] sh 00:49:15 + cat /w/workspace/edgex-go/1/archives/cost.csv 00:49:15 + cut -d, -f6 [Pipeline] lock 00:49:15 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4436-1-stack-cost] 00:49:15 Resource [jenkins-edgexfoundry-edgex-go-PR-4436-1-stack-cost] did not exist. Created. 00:49:15 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4436-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:49:15 + echo total: 0.10999999940395355 [Pipeline] stash 00:49:15 Stashed 1 file(s) [Pipeline] } 00:49:16 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4436-1-stack-cost] [Pipeline] // lock [Pipeline] } 00:49:16 $ docker stop --time=1 04010d2c4356e189ba8acdf22e34d9e67e63d2c59b9c22e3ffa02e8b3ed65b16 00:49:17 $ docker rm -f --volumes 04010d2c4356e189ba8acdf22e34d9e67e63d2c59b9c22e3ffa02e8b3ed65b16 [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 00:49:18 provisioning config files... 00:49:18 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1541438477756899591tmp [Pipeline] { [Pipeline] sh 00:49:18 + set +x 00:49:18 + curl -s https://codecov.io/bash 00:49:18 + bash -s -- 00:49:18 00:49:18 _____ _ 00:49:18 / ____| | | 00:49:18 | | ___ __| | ___ ___ _____ __ 00:49:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:49:18 | |___| (_) | (_| | __/ (_| (_) \ V / 00:49:18 \_____\___/ \__,_|\___|\___\___/ \_/ 00:49:18 Bash-1.0.6 00:49:18 00:49:18 00:49:18 ==> git version 2.25.1 found 00:49:18 ==> 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 00:49:18 Release-Date: 2020-01-08 00:49:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 00:49:18 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 00:49:18 ==> Jenkins CI detected. 00:49:18 current dir:  /w/workspace/edgex-go/1 00:49:18 project root: . 00:49:18 --> token set from env 00:49:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:49:18 ==> Running gcov in . (disable via -X gcov) 00:49:18 ==> Python coveragepy not found 00:49:18 ==> Searching for coverage reports in: 00:49:18 + . 00:49:19 -> Found 1 reports 00:49:19 ==> Detecting git/mercurial file structure 00:49:19 ==> Reading reports 00:49:19 + ./coverage.out bytes=447487 00:49:19 ==> Appending adjustments 00:49:19 https://docs.codecov.io/docs/fixing-reports 00:49:20 + Found adjustments 00:49:20 ==> Gzipping contents 00:49:20 60K /tmp/codecov.yUNVoU.gz 00:49:20 ==> Uploading reports 00:49:20 url: https://codecov.io 00:49:20 query: branch=PR-4436&commit=8a46531602b5787ece39bd2d04ab3384e1630829&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4436%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4436&job=&cmd_args= 00:49:20 -> Pinging Codecov 00:49:20 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4436&commit=8a46531602b5787ece39bd2d04ab3384e1630829&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4436%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4436&job=&cmd_args= 00:49:20 -> Uploading to 00:49:20 https://storage.googleapis.com/codecov/v4/raw/2023-03-11/00271124DB129430A58F1EEE437C3FCB/8a46531602b5787ece39bd2d04ab3384e1630829/e866e38a-47dc-4ed1-91ae-4551bdf1af23.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230311T004920Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ede4292b6fae1b9de0ae785527ec42a346f601a786774ed74e1a2e051e7ddbd8 00:49:20 % Total % Received % Xferd Average Speed Time Time Time Current 00:49:20 Dload Upload Total Spent Left Speed 00:49:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58176 0 0 100 58176 0 176k --:--:-- --:--:-- --:--:-- 175k 100 58176 0 0 100 58176 0 176k --:--:-- --:--:-- --:--:-- 175k 00:49:20 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8a46531602b5787ece39bd2d04ab3384e1630829 [Pipeline] } 00:49:20 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 00:49:22 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 00:49:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:49:23 ---> package-listing.sh 00:49:23 ++ facter osfamily 00:49:23 ++ tr '[:upper:]' '[:lower:]' 00:49:23 + OS_FAMILY=debian 00:49:23 + workspace=/w/workspace/edgex-go/1 00:49:23 + START_PACKAGES=/tmp/packages_start.txt 00:49:23 + END_PACKAGES=/tmp/packages_end.txt 00:49:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:49:23 + PACKAGES=/tmp/packages_start.txt 00:49:23 + '[' /w/workspace/edgex-go/1 ']' 00:49:23 + PACKAGES=/tmp/packages_end.txt 00:49:23 + case "${OS_FAMILY}" in 00:49:23 + dpkg -l 00:49:23 + grep '^ii' 00:49:23 + '[' -f /tmp/packages_start.txt ']' 00:49:23 + '[' -f /tmp/packages_end.txt ']' 00:49:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:49:23 + '[' /w/workspace/edgex-go/1 ']' 00:49:23 + mkdir -p /w/workspace/edgex-go/1/archives/ 00:49:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 00:49:23 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 00:49:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:49:24 00:49:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:49:25 latest: Pulling from edgex-lftools-log-publisher 00:49:25 5eb5b503b376: Pulling fs layer 00:49:25 5c69ac0246d0: Pulling fs layer 00:49:25 ec43610c2a17: Pulling fs layer 00:49:25 3a2ae6a8a46f: Pulling fs layer 00:49:25 33b1e0a273af: Pulling fs layer 00:49:25 5d3b04190fa2: Pulling fs layer 00:49:25 2f39f015ded8: Pulling fs layer 00:49:25 3a2ae6a8a46f: Waiting 00:49:25 33b1e0a273af: Waiting 00:49:25 5d3b04190fa2: Waiting 00:49:25 5c69ac0246d0: Verifying Checksum 00:49:25 5c69ac0246d0: Download complete 00:49:25 3a2ae6a8a46f: Download complete 00:49:25 33b1e0a273af: Verifying Checksum 00:49:25 33b1e0a273af: Download complete 00:49:25 5d3b04190fa2: Verifying Checksum 00:49:25 5d3b04190fa2: Download complete 00:49:25 ec43610c2a17: Verifying Checksum 00:49:25 ec43610c2a17: Download complete 00:49:25 5eb5b503b376: Verifying Checksum 00:49:25 5eb5b503b376: Download complete 00:49:26 2f39f015ded8: Download complete 00:49:27 5eb5b503b376: Pull complete 00:49:27 5c69ac0246d0: Pull complete 00:49:27 ec43610c2a17: Pull complete 00:49:27 3a2ae6a8a46f: Pull complete 00:49:27 33b1e0a273af: Pull complete 00:49:27 5d3b04190fa2: Pull complete 00:49:33 2f39f015ded8: Pull complete 00:49:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:49:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:49:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:49:33 prd-ubuntu20.04-docker-8c-8g-9697 does not seem to be running inside a container 00:49:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 00:49:40 $ docker top 2d4de68b823ae6fb3d012ca9481bd7dfead821451520a4dc3a0610b8da36c4a6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:41 + touch /tmp/pre-build-complete [Pipeline] sh 00:49:41 + mkdir -p /var/log/sysstat [Pipeline] sh 00:49:41 + ls /var/log/sa-host 00:49:41 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:49:42 provisioning config files... 00:49:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config10339954220398679139tmp [Pipeline] { [Pipeline] echo 00:49:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:49:42 ---> create-netrc.sh [Pipeline] } 00:49:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:49:42 ---> python-tools-install.sh [Pipeline] echo 00:49:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:49:43 ---> sudo-logs.sh 00:49:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:49:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:49:43 ---> job-cost.sh 00:49:43 lf-activate-venv: SKIPPING 00:49:43 DEBUG: total: 0.10999999940395355 00:49:43 INFO: Retrieving Stack Cost... 00:49:43 INFO: Retrieving Pricing Info for: v3-standard-8 00:49:44 INFO: Archiving Costs [Pipeline] echo 00:49:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:49:44 ---> logs-deploy.sh 00:49:44 lf-activate-venv: SKIPPING 00:49:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4436/1 00:49:44 INFO: archiving workspace using pattern(s): 00:49:45 Archives upload complete. 00:49:46 INFO: archiving logs to Nexus 00:49:46 ---> uname -a: 00:49:46 Linux prd-ubuntu20-04-docker-8c-8g-9697 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 00:49:46 00:49:46 00:49:46 ---> lscpu: 00:49:46 Architecture: x86_64 00:49:46 CPU op-mode(s): 32-bit, 64-bit 00:49:46 Byte Order: Little Endian 00:49:46 Address sizes: 40 bits physical, 48 bits virtual 00:49:46 CPU(s): 8 00:49:46 On-line CPU(s) list: 0-7 00:49:46 Thread(s) per core: 1 00:49:46 Core(s) per socket: 1 00:49:46 Socket(s): 8 00:49:46 NUMA node(s): 1 00:49:46 Vendor ID: AuthenticAMD 00:49:46 CPU family: 23 00:49:46 Model: 49 00:49:46 Model name: AMD EPYC-Rome Processor 00:49:46 Stepping: 0 00:49:46 CPU MHz: 2799.996 00:49:46 BogoMIPS: 5599.99 00:49:46 Virtualization: AMD-V 00:49:46 Hypervisor vendor: KVM 00:49:46 Virtualization type: full 00:49:46 L1d cache: 256 KiB 00:49:46 L1i cache: 256 KiB 00:49:46 L2 cache: 4 MiB 00:49:46 L3 cache: 128 MiB 00:49:46 NUMA node0 CPU(s): 0-7 00:49:46 Vulnerability Itlb multihit: Not affected 00:49:46 Vulnerability L1tf: Not affected 00:49:46 Vulnerability Mds: Not affected 00:49:46 Vulnerability Meltdown: Not affected 00:49:46 Vulnerability Mmio stale data: Not affected 00:49:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:49:46 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 00:49:46 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 00:49:46 Vulnerability Srbds: Not affected 00:49:46 Vulnerability Tsx async abort: Not affected 00:49:46 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 00:49:46 00:49:46 00:49:46 ---> nproc: 00:49:46 8 00:49:46 00:49:46 00:49:46 ---> df -h: 00:49:46 Filesystem Size Used Avail Use% Mounted on 00:49:46 overlay 155G 19G 137G 13% / 00:49:46 tmpfs 64M 0 64M 0% /dev 00:49:46 tmpfs 16G 0 16G 0% /sys/fs/cgroup 00:49:46 shm 64M 0 64M 0% /dev/shm 00:49:46 /dev/vda1 155G 19G 137G 13% /facter-os 00:49:46 00:49:46 00:49:46 ---> sar -b -r -n DEV: 00:49:46 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9697) 03/11/23 _x86_64_ (8 CPU) 00:49:46 00:49:46 00:08:21 LINUX RESTART (8 CPU) 00:49:46 00:49:46 00:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:49:46 00:10:01 327.08 10.53 316.55 0.00 1756.37 49004.63 0.00 00:49:46 00:11:01 69.69 0.70 68.99 0.00 20.26 33507.62 0.00 00:49:46 00:12:01 31.04 0.23 30.81 0.00 4.80 10765.29 0.00 00:49:46 00:13:01 221.76 0.12 221.65 0.00 17.46 87475.95 0.00 00:49:46 00:14:02 276.92 10.19 266.73 0.00 152.96 89282.65 0.00 00:49:46 00:15:01 153.49 6.54 146.95 0.00 836.94 137778.86 0.00 00:49:46 00:16:01 369.41 2.13 367.27 0.00 1990.73 81836.63 0.00 00:49:46 00:17:01 397.13 2.07 395.07 0.00 2284.97 128189.67 0.00 00:49:46 00:18:01 295.36 0.71 294.65 0.00 8.12 77855.92 0.00 00:49:46 00:19:01 210.80 1.42 209.38 0.00 14.66 127998.13 0.00 00:49:46 00:20:01 336.48 0.08 336.39 0.00 12.53 98477.99 0.00 00:49:46 00:21:01 387.02 0.78 386.24 0.00 81.99 31650.72 0.00 00:49:46 00:22:01 1.73 0.00 1.73 0.00 0.00 18.80 0.00 00:49:46 00:23:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 00:49:46 00:24:01 1.78 0.02 1.77 0.00 0.13 20.00 0.00 00:49:46 00:25:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 00:49:46 00:26:01 1.23 0.00 1.23 0.00 0.00 17.86 0.00 00:49:46 00:27:01 1.85 0.00 1.85 0.00 0.00 21.59 0.00 00:49:46 00:28:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 00:49:46 00:29:01 1.77 0.00 1.77 0.00 0.00 20.93 0.00 00:49:46 00:30:01 1.25 0.00 1.25 0.00 0.00 13.33 0.00 00:49:46 00:31:01 1.62 0.00 1.62 0.00 0.00 19.33 0.00 00:49:46 00:32:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 00:49:46 00:33:01 1.52 0.00 1.52 0.00 0.00 17.19 0.00 00:49:46 00:34:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 00:49:46 00:35:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 00:49:46 00:36:01 0.93 0.00 0.93 0.00 0.00 10.26 0.00 00:49:46 00:37:01 1.48 0.00 1.48 0.00 0.00 17.06 0.00 00:49:46 00:38:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 00:49:46 00:39:01 1.75 0.00 1.75 0.00 0.00 20.66 0.00 00:49:46 00:40:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 00:49:46 00:41:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 00:49:46 00:42:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 00:49:46 00:43:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 00:49:46 00:44:01 1.23 0.00 1.23 0.00 0.00 14.26 0.00 00:49:46 00:45:01 1.93 0.00 1.93 0.00 0.00 21.33 0.00 00:49:46 00:46:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 00:49:46 00:47:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 00:49:46 00:48:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 00:49:46 00:49:01 1.73 0.00 1.73 0.00 0.00 20.13 0.00 00:49:46 Average: 77.90 0.89 77.00 0.00 179.36 23836.28 0.00 00:49:46 00:49:46 00:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:49:46 00:10:01 28652176 31560756 750564 2.28 76040 3099260 1995028 5.88 1082548 2773992 1480 00:49:46 00:11:01 27849744 31461544 838984 2.55 113128 3698564 2009332 5.92 1567668 3012092 119704 00:49:46 00:12:01 27645356 31517920 781460 2.38 115384 3932764 1921612 5.66 1404800 3358068 344300 00:49:46 00:13:01 26044616 31428336 856624 2.61 126224 5377076 2389560 7.04 1653668 4634292 17672 00:49:46 00:14:02 22282104 31463616 818864 2.49 286252 8683124 1961560 5.78 2131912 7580276 1110960 00:49:46 00:15:01 20526756 31487228 782616 2.38 301304 10505196 1990160 5.87 1828408 9687028 497076 00:49:46 00:16:01 21374156 31446952 821976 2.50 310588 9608232 2132364 6.28 2025972 8640912 311232 00:49:46 00:17:01 20929416 31376868 880404 2.68 317360 9954700 2463960 7.26 2187484 8887096 23740 00:49:46 00:18:01 19528040 31466884 792720 2.41 344324 11269204 1999772 5.89 2489096 9841724 357956 00:49:46 00:19:01 17279000 31465648 796840 2.42 397092 13433536 1975996 5.82 2333260 12219812 127996 00:49:46 00:20:01 17233332 31459228 800140 2.43 405464 13432120 1986280 5.85 2569200 11996876 221092 00:49:46 00:21:01 19333932 31513132 752212 2.29 412864 11456360 1920164 5.66 2431292 10115256 272 00:49:46 00:22:01 19334056 31513376 751836 2.29 412876 11456492 1920164 5.66 2431180 10115376 180 00:49:46 00:23:01 19348184 31527564 737616 2.24 412904 11456492 1920164 5.66 2416920 10115396 148 00:49:46 00:24:01 19348024 31527504 737620 2.24 412936 11456496 1917896 5.65 2416908 10115400 12 00:49:46 00:25:01 19349236 31528748 736260 2.24 412964 11456496 1917896 5.65 2415864 10115400 180 00:49:46 00:26:01 19349748 31529240 735768 2.24 412992 11456476 1917896 5.65 2415816 10115380 192 00:49:46 00:27:01 19350284 31529852 735196 2.24 413028 11456476 1917896 5.65 2415628 10115384 16 00:49:46 00:28:01 19349872 31529444 735472 2.24 413040 11456480 1917896 5.65 2416004 10115384 196 00:49:46 00:29:01 19350316 31529896 735140 2.24 413068 11456488 1917896 5.65 2415780 10115392 208 00:49:46 00:30:01 19350516 31530156 735084 2.24 413108 11456492 1917896 5.65 2415784 10115396 200 00:49:46 00:31:01 19350980 31530628 734584 2.23 413120 11456496 1917896 5.65 2415728 10115404 232 00:49:46 00:32:01 19350924 31530576 734552 2.23 413144 11456500 1917896 5.65 2415776 10115408 188 00:49:46 00:33:01 19350924 31530640 734480 2.23 413152 11456500 1917896 5.65 2415748 10115412 192 00:49:46 00:34:01 19350916 31530636 734476 2.23 413168 11456496 1917896 5.65 2415464 10115416 20 00:49:46 00:35:01 19350568 31530316 734680 2.23 413188 11456508 1917896 5.65 2415928 10115416 200 00:49:46 00:36:01 19350600 31530348 734644 2.23 413192 11456508 1917896 5.65 2415436 10115416 8 00:49:46 00:37:01 19350432 31530184 734668 2.23 413208 11456516 1917896 5.65 2415888 10115420 200 00:49:46 00:38:01 19350372 31530128 734856 2.23 413216 11456516 1917896 5.65 2415844 10115420 180 00:49:46 00:39:01 19350364 31530184 734808 2.23 413248 11456520 1917896 5.65 2415904 10115428 48 00:49:46 00:40:01 19350428 31530256 734728 2.23 413264 11456520 1917896 5.65 2415564 10115436 8 00:49:46 00:41:01 19350228 31530056 734796 2.23 413272 11456524 1917896 5.65 2415916 10115436 224 00:49:46 00:42:01 19350188 31530080 734756 2.23 413288 11456528 1900852 5.60 2415972 10115444 196 00:49:46 00:43:01 19350424 31530316 734440 2.23 413300 11456528 1900852 5.60 2415940 10115444 228 00:49:46 00:44:01 19350368 31530268 734400 2.23 413328 11456532 1900852 5.60 2415980 10115448 180 00:49:46 00:45:01 19350140 31530052 734592 2.23 413344 11456536 1900852 5.60 2415868 10115452 12 00:49:46 00:46:01 19350408 31530376 734320 2.23 413352 11456536 1900852 5.60 2415640 10115444 4 00:49:46 00:47:01 19350108 31530088 734544 2.23 413360 11456544 1900852 5.60 2415940 10115448 44 00:49:46 00:48:01 19350308 31530304 734468 2.23 413384 11456552 1900852 5.60 2415952 10115452 12 00:49:46 00:49:01 19350228 31530244 734504 2.23 413404 11456548 1900852 5.60 2415740 10115452 44 00:49:46 Average: 20261694 31511739 756767 2.30 369372 10630811 1957876 5.77 2284136 9399478 78426 00:49:46 00:49:46 00:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:49:46 00:10:01 docker0 577.87 506.78 41.39 2782.00 0.00 0.00 0.00 0.00 00:49:46 00:10:01 lo 4.93 4.93 0.48 0.48 0.00 0.00 0.00 0.00 00:49:46 00:10:01 ens3 788.12 752.86 8543.49 103.04 0.00 0.00 0.00 0.00 00:49:46 00:10:01 veth1ed83c5 41.51 54.92 3.89 40.17 0.00 0.00 0.00 0.00 00:49:46 00:11:01 docker0 35.24 56.36 2.70 645.94 0.00 0.00 0.00 0.00 00:49:46 00:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:11:01 ens3 87.70 56.31 677.60 17.25 0.00 0.00 0.00 0.00 00:49:46 00:11:01 veth86585b8 0.50 0.68 0.04 0.05 0.00 0.00 0.00 0.00 00:49:46 00:12:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 00:49:46 00:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:12:01 ens3 26.13 16.68 26.18 11.36 0.00 0.00 0.00 0.00 00:49:46 00:12:01 veth86585b8 0.33 0.35 0.03 0.03 0.00 0.00 0.00 0.00 00:49:46 00:13:01 docker0 156.57 236.09 12.84 277.35 0.00 0.00 0.00 0.00 00:49:46 00:13:01 veth6c1b748 29.96 43.63 2.90 14.99 0.00 0.00 0.00 0.00 00:49:46 00:13:01 veth886dd49 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 00:49:46 00:13:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 00:49:46 00:13:01 vethdd43327 30.04 44.03 2.91 15.02 0.00 0.00 0.00 0.00 00:49:46 00:13:01 ens3 321.95 210.31 1969.65 31.75 0.00 0.00 0.00 0.00 00:49:46 00:13:01 vethaaf1b65 29.36 42.71 2.85 14.78 0.00 0.00 0.00 0.00 00:49:46 00:13:01 vetha623c00 29.16 42.71 2.83 14.76 0.00 0.00 0.00 0.00 00:49:46 00:13:01 vethe027926 29.81 43.58 2.89 14.98 0.00 0.00 0.00 0.00 00:49:46 00:14:02 docker0 448.44 713.39 33.92 5713.70 0.00 0.00 0.00 0.00 00:49:46 00:14:02 veth886dd49 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:14:02 lo 0.19 0.19 0.02 0.02 0.00 0.00 0.00 0.00 00:49:46 00:14:02 ens3 759.39 469.98 6549.81 43.10 0.00 0.00 0.00 0.00 00:49:46 00:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:15:01 veth886dd49 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:15:01 ens3 5.89 4.82 4.64 2.67 0.00 0.00 0.00 0.00 00:49:46 00:16:01 docker0 14.78 28.25 0.92 288.15 0.00 0.00 0.00 0.00 00:49:46 00:16:01 veth886dd49 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 00:49:46 00:16:01 lo 2.20 2.20 0.22 0.22 0.00 0.00 0.00 0.00 00:49:46 00:16:01 ens3 208.63 105.28 1793.12 15.48 0.00 0.00 0.00 0.00 00:49:46 00:16:01 veth8ddbd27 2.17 5.13 0.16 43.71 0.00 0.00 0.00 0.00 00:49:46 00:16:01 veth1733361 4.28 1.93 41.08 0.14 0.00 0.00 0.00 0.00 00:49:46 00:16:01 vethb7ceb76 1.93 4.28 0.14 41.08 0.00 0.00 0.00 0.00 00:49:46 00:17:01 veth5196777 9.30 13.55 0.89 5.13 0.00 0.00 0.00 0.00 00:49:46 00:17:01 docker0 36.55 57.43 2.78 178.25 0.00 0.00 0.00 0.00 00:49:46 00:17:01 veth886dd49 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 00:49:46 00:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:17:01 ens3 422.61 165.78 782.62 193.82 0.00 0.00 0.00 0.00 00:49:46 00:17:01 veth16160a1 10.18 14.61 0.94 5.25 0.00 0.00 0.00 0.00 00:49:46 00:17:01 vethf51c5a3 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:49:46 00:17:01 veth01288f0 9.08 13.16 0.87 5.11 0.00 0.00 0.00 0.00 00:49:46 00:18:01 docker0 302.59 547.38 24.21 3607.19 0.00 0.00 0.00 0.00 00:49:46 00:18:01 veth886dd49 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:18:01 lo 0.14 0.14 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:18:01 ens3 574.39 320.46 3629.82 39.52 0.00 0.00 0.00 0.00 00:49:46 00:18:01 veth16160a1 100.36 189.23 9.38 1202.75 0.00 0.00 0.00 0.10 00:49:46 00:18:01 vethdaf5b9d 204.08 110.70 1208.08 10.34 0.00 0.00 0.00 0.00 00:49:46 00:18:01 veth01288f0 95.53 187.83 9.17 1202.80 0.00 0.00 0.00 0.10 00:49:46 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:19:01 veth886dd49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:19:01 ens3 10.18 6.88 8.04 4.47 0.00 0.00 0.00 0.00 00:49:46 00:20:01 docker0 2.85 5.78 0.16 41.18 0.00 0.00 0.00 0.00 00:49:46 00:20:01 veth886dd49 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:20:01 ens3 34.79 19.53 62.92 12.01 0.00 0.00 0.00 0.00 00:49:46 00:21:01 docker0 8.75 16.65 0.56 176.72 0.00 0.00 0.00 0.00 00:49:46 00:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:21:01 ens3 33.44 18.78 190.83 8.05 0.00 0.00 0.00 0.00 00:49:46 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:22:01 ens3 0.35 0.00 0.02 0.00 0.00 0.00 0.00 0.00 00:49:46 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:23:01 ens3 1.68 0.60 0.80 0.29 0.00 0.00 0.00 0.00 00:49:46 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:24:01 ens3 1.03 0.42 0.38 0.27 0.00 0.00 0.00 0.00 00:49:46 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:25:01 ens3 0.55 0.38 0.34 0.27 0.00 0.00 0.00 0.00 00:49:46 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:26:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:27:01 ens3 0.97 0.57 0.31 0.23 0.00 0.00 0.00 0.00 00:49:46 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:28:01 ens3 0.68 0.60 0.43 0.29 0.00 0.00 0.00 0.00 00:49:46 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:29:01 ens3 0.30 0.25 0.09 0.08 0.00 0.00 0.00 0.00 00:49:46 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:30:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:31:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:32:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:33:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:34:01 ens3 0.33 0.18 0.09 0.07 0.00 0.00 0.00 0.00 00:49:46 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:35:01 ens3 0.33 0.18 0.13 0.01 0.00 0.00 0.00 0.00 00:49:46 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:36:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:37:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:38:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:39:01 ens3 0.27 0.23 0.08 0.07 0.00 0.00 0.00 0.00 00:49:46 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:40:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:42:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 00:49:46 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:43:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:44:01 ens3 0.32 0.25 0.14 0.08 0.00 0.00 0.00 0.00 00:49:46 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:45:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:46:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:47:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:48:01 ens3 0.10 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:49:46 00:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:49:46 00:49:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 00:49:46 Average: docker0 39.78 54.46 3.00 345.08 0.00 0.00 0.00 0.00 00:49:46 Average: lo 0.30 0.30 0.03 0.03 0.00 0.00 0.00 0.00 00:49:46 Average: ens3 82.32 53.99 608.92 12.12 0.00 0.00 0.00 0.00 00:49:46 00:49:46 00:49:46 ---> sar -P ALL: 00:49:46 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9697) 03/11/23 _x86_64_ (8 CPU) 00:49:46 00:49:46 00:08:21 LINUX RESTART (8 CPU) 00:49:46 00:49:46 00:09:01 CPU %user %nice %system %iowait %steal %idle 00:49:46 00:10:01 all 7.06 0.00 3.19 4.61 0.18 84.97 00:49:46 00:10:01 0 8.08 0.00 3.71 2.76 0.18 85.27 00:49:46 00:10:01 1 6.26 0.00 2.22 0.13 0.17 91.22 00:49:46 00:10:01 2 8.96 0.00 2.63 0.49 0.13 87.79 00:49:46 00:10:01 3 7.43 0.00 3.34 3.38 0.19 85.67 00:49:46 00:10:01 4 6.47 0.00 4.32 5.76 0.17 83.28 00:49:46 00:10:01 5 6.77 0.00 1.93 0.07 0.22 91.01 00:49:46 00:10:01 6 6.47 0.00 3.82 23.78 0.20 65.73 00:49:46 00:10:01 7 5.99 0.00 3.51 0.56 0.20 89.73 00:49:46 00:11:01 all 28.01 0.00 4.89 4.27 0.09 62.73 00:49:46 00:11:01 0 27.50 0.00 4.62 11.64 0.14 56.11 00:49:46 00:11:01 1 27.72 0.00 6.65 0.17 0.08 65.38 00:49:46 00:11:01 2 29.21 0.00 4.43 0.34 0.12 65.91 00:49:46 00:11:01 3 28.57 0.00 5.76 6.23 0.10 59.34 00:49:46 00:11:01 4 28.05 0.00 3.97 1.06 0.07 66.85 00:49:46 00:11:01 5 27.53 0.00 4.23 0.20 0.08 67.95 00:49:46 00:11:01 6 27.36 0.00 4.59 14.38 0.08 53.59 00:49:46 00:11:01 7 28.11 0.00 4.90 0.25 0.08 66.66 00:49:46 00:12:01 all 42.87 0.00 6.06 1.93 0.14 49.01 00:49:46 00:12:01 0 39.19 0.00 5.91 12.33 0.17 42.41 00:49:46 00:12:01 1 45.78 0.00 6.23 0.17 0.12 47.70 00:49:46 00:12:01 2 45.01 0.00 6.28 0.03 0.13 48.55 00:49:46 00:12:01 3 42.33 0.00 6.35 1.51 0.12 49.69 00:49:46 00:12:01 4 39.63 0.00 5.81 0.39 0.12 54.05 00:49:46 00:12:01 5 45.53 0.00 6.36 0.19 0.17 47.75 00:49:46 00:12:01 6 39.59 0.00 5.54 0.15 0.14 54.58 00:49:46 00:12:01 7 45.82 0.00 5.97 0.69 0.14 47.39 00:49:46 00:13:01 all 8.17 0.00 5.50 6.78 0.12 79.43 00:49:46 00:13:01 0 8.80 0.00 4.66 19.67 0.10 66.78 00:49:46 00:13:01 1 9.75 0.00 6.45 4.37 0.12 79.31 00:49:46 00:13:01 2 7.48 0.00 7.04 17.95 0.09 67.44 00:49:46 00:13:01 3 10.03 0.00 4.43 7.00 0.27 78.27 00:49:46 00:13:01 4 7.08 0.00 5.23 0.73 0.09 86.88 00:49:46 00:13:01 5 7.43 0.00 5.84 1.80 0.07 84.86 00:49:46 00:13:01 6 7.39 0.00 4.13 0.34 0.07 88.08 00:49:46 00:13:01 7 7.40 0.00 6.24 2.65 0.19 83.52 00:49:46 00:14:02 all 8.48 0.00 4.08 26.43 0.17 60.84 00:49:46 00:14:02 0 7.99 0.00 3.50 15.92 0.07 72.52 00:49:46 00:14:02 1 9.31 0.00 4.34 25.37 0.08 60.90 00:49:46 00:14:02 2 8.41 0.00 4.24 20.58 0.13 66.64 00:49:46 00:14:02 3 9.23 0.00 3.98 23.37 0.26 63.15 00:49:46 00:14:02 4 7.94 0.00 3.65 33.80 0.21 54.40 00:49:46 00:14:02 5 7.76 0.00 4.19 43.56 0.13 44.36 00:49:46 00:14:02 6 9.28 0.00 3.56 21.75 0.08 65.33 00:49:46 00:14:02 7 7.94 0.00 5.20 27.16 0.38 59.32 00:49:46 00:15:01 all 2.53 0.00 2.98 26.34 0.10 68.05 00:49:46 00:15:01 0 2.56 0.00 2.54 15.06 0.07 79.76 00:49:46 00:15:01 1 2.68 0.00 2.85 8.98 0.03 85.45 00:49:46 00:15:01 2 2.74 0.00 3.76 38.94 0.03 54.53 00:49:46 00:15:01 3 3.20 0.00 3.20 57.68 0.24 35.69 00:49:46 00:15:01 4 1.98 0.00 3.07 40.07 0.10 54.78 00:49:46 00:15:01 5 2.07 0.00 2.87 7.45 0.03 87.58 00:49:46 00:15:01 6 2.56 0.00 2.53 21.53 0.02 73.36 00:49:46 00:15:01 7 2.42 0.00 3.01 21.12 0.25 73.19 00:49:46 00:16:01 all 36.47 0.00 8.61 17.80 0.22 36.89 00:49:46 00:16:01 0 34.35 0.00 7.74 5.06 0.19 52.65 00:49:46 00:16:01 1 35.91 0.00 8.46 4.57 0.26 50.81 00:49:46 00:16:01 2 34.72 0.00 8.39 21.09 0.29 35.50 00:49:46 00:16:01 3 39.43 0.00 8.86 20.85 0.19 30.66 00:49:46 00:16:01 4 35.99 0.00 8.78 28.22 0.19 26.81 00:49:46 00:16:01 5 35.64 0.00 8.37 5.49 0.19 50.31 00:49:46 00:16:01 6 39.64 0.00 9.84 33.96 0.21 16.36 00:49:46 00:16:01 7 36.05 0.00 8.45 22.88 0.23 32.40 00:49:46 00:17:01 all 19.31 0.00 6.74 27.01 0.34 46.61 00:49:46 00:17:01 0 16.66 0.00 6.09 18.95 0.10 58.20 00:49:46 00:17:01 1 19.39 0.00 8.31 40.66 0.17 31.46 00:49:46 00:17:01 2 19.23 0.00 6.75 39.04 0.57 34.42 00:49:46 00:17:01 3 18.81 0.00 5.39 9.75 0.51 65.54 00:49:46 00:17:01 4 21.48 0.00 5.52 15.84 0.14 57.02 00:49:46 00:17:01 5 21.10 0.00 7.99 34.96 0.36 35.58 00:49:46 00:17:01 6 18.76 0.00 5.20 41.34 0.60 34.10 00:49:46 00:17:01 7 19.06 0.00 8.70 15.19 0.21 56.83 00:49:46 00:18:01 all 29.93 0.00 7.51 29.94 0.21 32.41 00:49:46 00:18:01 0 27.83 0.00 6.41 30.01 0.22 35.53 00:49:46 00:18:01 1 28.77 0.00 7.87 47.58 0.30 15.49 00:49:46 00:18:01 2 32.72 0.00 8.25 17.84 0.16 41.04 00:49:46 00:18:01 3 29.22 0.00 6.48 26.34 0.21 37.75 00:49:46 00:18:01 4 29.72 0.00 8.50 34.35 0.21 27.22 00:49:46 00:18:01 5 31.66 0.00 8.61 29.74 0.16 29.84 00:49:46 00:18:01 6 29.40 0.00 7.01 31.25 0.16 32.19 00:49:46 00:18:01 7 30.12 0.00 7.00 22.45 0.28 40.14 00:49:46 00:19:01 all 15.15 0.00 5.63 29.78 0.20 49.24 00:49:46 00:19:01 0 13.42 0.00 5.11 20.31 0.12 61.04 00:49:46 00:19:01 1 15.16 0.00 5.19 60.08 0.17 19.40 00:49:46 00:19:01 2 16.55 0.00 5.84 33.91 0.14 43.56 00:49:46 00:19:01 3 15.06 0.00 5.59 47.61 0.07 31.68 00:49:46 00:19:01 4 16.05 0.00 5.40 17.04 0.20 61.31 00:49:46 00:19:01 5 16.40 0.00 6.91 12.94 0.39 63.35 00:49:46 00:19:01 6 13.48 0.00 5.02 21.67 0.26 59.56 00:49:46 00:19:01 7 15.10 0.00 5.95 24.83 0.24 53.89 00:49:46 00:20:01 all 43.66 0.00 10.13 16.94 0.34 28.93 00:49:46 00:20:01 0 41.57 0.00 8.98 11.00 0.21 38.25 00:49:46 00:20:01 1 42.03 0.00 9.62 13.65 0.49 34.22 00:49:46 00:20:01 2 47.69 0.00 10.86 19.14 0.30 22.02 00:49:46 00:20:01 3 40.57 0.00 10.79 17.64 0.21 30.79 00:49:46 00:20:01 4 41.80 0.00 8.98 22.86 0.35 26.00 00:49:46 00:20:01 5 47.38 0.00 11.75 19.91 0.36 20.59 00:49:46 00:20:01 6 42.79 0.00 9.11 14.16 0.37 33.57 00:49:46 00:20:01 7 45.43 0.00 10.91 17.18 0.44 26.04 00:49:46 00:49:46 00:20:01 CPU %user %nice %system %iowait %steal %idle 00:49:46 00:21:01 all 2.90 0.00 1.83 6.47 0.10 88.69 00:49:46 00:21:01 0 2.76 0.00 1.83 2.34 0.08 92.99 00:49:46 00:21:01 1 2.97 0.00 2.05 4.80 0.07 90.12 00:49:46 00:21:01 2 3.24 0.00 1.54 1.47 0.14 93.62 00:49:46 00:21:01 3 2.96 0.00 1.64 5.10 0.07 90.24 00:49:46 00:21:01 4 2.25 0.00 1.78 12.86 0.12 83.00 00:49:46 00:21:01 5 3.34 0.00 2.13 12.57 0.13 81.83 00:49:46 00:21:01 6 3.47 0.00 1.89 7.32 0.18 87.13 00:49:46 00:21:01 7 2.18 0.00 1.81 5.30 0.05 90.66 00:49:46 00:22:01 all 0.29 0.00 0.01 0.01 0.00 99.68 00:49:46 00:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:49:46 00:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:22:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:49:46 00:22:01 3 0.00 0.00 0.00 0.10 0.00 99.90 00:49:46 00:22:01 4 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:22:01 6 1.97 0.00 0.00 0.02 0.00 98.01 00:49:46 00:22:01 7 0.20 0.00 0.02 0.00 0.00 99.78 00:49:46 00:23:01 all 0.05 0.00 0.02 0.00 0.00 99.92 00:49:46 00:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:23:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:49:46 00:23:01 2 0.03 0.00 0.00 0.00 0.00 99.97 00:49:46 00:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:23:01 4 0.02 0.00 0.03 0.00 0.00 99.95 00:49:46 00:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:23:01 6 0.23 0.00 0.02 0.00 0.00 99.75 00:49:46 00:23:01 7 0.07 0.00 0.03 0.03 0.02 99.85 00:49:46 00:24:01 all 0.19 0.00 0.02 0.00 0.00 99.79 00:49:46 00:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:49:46 00:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:24:01 2 0.00 0.00 0.03 0.00 0.02 99.95 00:49:46 00:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:24:01 4 0.05 0.00 0.02 0.00 0.00 99.93 00:49:46 00:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:24:01 6 1.26 0.00 0.02 0.02 0.00 98.71 00:49:46 00:24:01 7 0.13 0.00 0.00 0.00 0.02 99.85 00:49:46 00:25:01 all 0.27 0.00 0.01 0.00 0.00 99.72 00:49:46 00:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:25:01 1 0.02 0.00 0.00 0.00 0.02 99.97 00:49:46 00:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:25:01 4 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:25:01 5 0.03 0.00 0.02 0.00 0.00 99.95 00:49:46 00:25:01 6 1.99 0.00 0.00 0.00 0.02 98.00 00:49:46 00:25:01 7 0.07 0.00 0.00 0.02 0.00 99.92 00:49:46 00:26:01 all 0.07 0.00 0.01 0.00 0.00 99.91 00:49:46 00:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:26:01 3 0.00 0.00 0.00 0.02 0.00 99.98 00:49:46 00:26:01 4 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:26:01 6 0.53 0.00 0.05 0.02 0.00 99.40 00:49:46 00:26:01 7 0.03 0.00 0.03 0.00 0.02 99.92 00:49:46 00:27:01 all 0.11 0.00 0.01 0.01 0.01 99.85 00:49:46 00:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 00:49:46 00:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:27:01 2 0.03 0.00 0.00 0.00 0.00 99.97 00:49:46 00:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:27:01 4 0.03 0.00 0.00 0.00 0.00 99.97 00:49:46 00:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:27:01 6 0.71 0.00 0.03 0.10 0.10 99.05 00:49:46 00:27:01 7 0.03 0.00 0.03 0.02 0.00 99.92 00:49:46 00:28:01 all 0.09 0.00 0.01 0.00 0.00 99.90 00:49:46 00:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:28:01 4 0.03 0.00 0.00 0.00 0.02 99.95 00:49:46 00:28:01 5 0.05 0.00 0.02 0.00 0.02 99.92 00:49:46 00:28:01 6 0.55 0.00 0.00 0.02 0.00 99.43 00:49:46 00:28:01 7 0.02 0.00 0.03 0.02 0.00 99.93 00:49:46 00:29:01 all 0.03 0.00 0.01 0.01 0.00 99.95 00:49:46 00:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:49:46 00:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:29:01 4 0.02 0.00 0.02 0.00 0.02 99.95 00:49:46 00:29:01 5 0.05 0.00 0.02 0.00 0.00 99.93 00:49:46 00:29:01 6 0.03 0.00 0.00 0.10 0.00 99.87 00:49:46 00:29:01 7 0.07 0.00 0.00 0.02 0.00 99.92 00:49:46 00:30:01 all 0.01 0.00 0.01 0.04 0.00 99.94 00:49:46 00:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:30:01 4 0.00 0.00 0.03 0.00 0.00 99.97 00:49:46 00:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:30:01 6 0.00 0.00 0.02 0.30 0.02 99.67 00:49:46 00:30:01 7 0.03 0.00 0.00 0.02 0.00 99.95 00:49:46 00:31:01 all 0.16 0.00 0.01 0.00 0.01 99.82 00:49:46 00:31:01 0 0.03 0.00 0.02 0.00 0.02 99.93 00:49:46 00:31:01 1 0.00 0.00 0.00 0.00 0.02 99.98 00:49:46 00:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:31:01 3 0.00 0.00 0.02 0.00 0.02 99.97 00:49:46 00:31:01 4 0.03 0.00 0.00 0.00 0.02 99.95 00:49:46 00:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:31:01 6 1.14 0.00 0.03 0.00 0.00 98.82 00:49:46 00:31:01 7 0.02 0.00 0.02 0.02 0.02 99.93 00:49:46 00:49:46 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:49:46 00:32:01 all 0.19 0.00 0.01 0.00 0.00 99.80 00:49:46 00:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:32:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:32:01 4 0.03 0.00 0.02 0.00 0.00 99.95 00:49:46 00:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:32:01 6 1.37 0.00 0.00 0.02 0.00 98.61 00:49:46 00:32:01 7 0.07 0.00 0.03 0.02 0.02 99.87 00:49:46 00:33:01 all 0.09 0.00 0.01 0.00 0.00 99.90 00:49:46 00:33:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:33:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:49:46 00:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:33:01 4 0.03 0.00 0.00 0.00 0.00 99.97 00:49:46 00:33:01 5 0.03 0.00 0.02 0.00 0.00 99.95 00:49:46 00:33:01 6 0.47 0.00 0.00 0.00 0.00 99.53 00:49:46 00:33:01 7 0.07 0.00 0.02 0.02 0.02 99.88 00:49:46 00:34:01 all 0.12 0.00 0.01 0.00 0.00 99.86 00:49:46 00:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:34:01 2 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:34:01 4 0.03 0.00 0.03 0.00 0.00 99.93 00:49:46 00:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:34:01 6 0.85 0.00 0.02 0.02 0.02 99.10 00:49:46 00:34:01 7 0.05 0.00 0.03 0.02 0.02 99.88 00:49:46 00:35:01 all 0.08 0.00 0.01 0.01 0.00 99.90 00:49:46 00:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:35:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:49:46 00:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:35:01 4 0.03 0.00 0.00 0.00 0.00 99.97 00:49:46 00:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:35:01 6 0.50 0.00 0.00 0.05 0.00 99.45 00:49:46 00:35:01 7 0.02 0.00 0.05 0.02 0.00 99.92 00:49:46 00:36:01 all 0.01 0.00 0.01 0.08 0.00 99.90 00:49:46 00:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:36:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:36:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:36:01 6 0.02 0.00 0.00 0.60 0.00 99.38 00:49:46 00:36:01 7 0.05 0.00 0.03 0.02 0.02 99.88 00:49:46 00:37:01 all 0.17 0.00 0.01 0.01 0.00 99.80 00:49:46 00:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:37:01 1 0.02 0.00 0.00 0.00 0.03 99.95 00:49:46 00:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:37:01 4 0.03 0.00 0.02 0.00 0.00 99.95 00:49:46 00:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:37:01 6 1.29 0.00 0.00 0.02 0.00 98.69 00:49:46 00:37:01 7 0.03 0.00 0.05 0.10 0.00 99.82 00:49:46 00:38:01 all 0.16 0.00 0.00 0.00 0.00 99.83 00:49:46 00:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:38:01 4 0.03 0.00 0.00 0.00 0.00 99.97 00:49:46 00:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:38:01 6 1.14 0.00 0.00 0.02 0.00 98.84 00:49:46 00:38:01 7 0.03 0.00 0.02 0.00 0.02 99.93 00:49:46 00:39:01 all 0.01 0.00 0.01 0.01 0.00 99.96 00:49:46 00:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:39:01 3 0.05 0.00 0.00 0.00 0.00 99.95 00:49:46 00:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:39:01 6 0.00 0.00 0.02 0.07 0.00 99.92 00:49:46 00:39:01 7 0.05 0.00 0.02 0.03 0.02 99.88 00:49:46 00:40:01 all 0.02 0.00 0.01 0.00 0.00 99.97 00:49:46 00:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:49:46 00:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:40:01 6 0.02 0.00 0.00 0.02 0.02 99.95 00:49:46 00:40:01 7 0.05 0.00 0.02 0.00 0.02 99.92 00:49:46 00:41:01 all 0.02 0.00 0.01 0.00 0.00 99.97 00:49:46 00:41:01 0 0.03 0.00 0.00 0.00 0.00 99.97 00:49:46 00:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:41:01 7 0.07 0.00 0.05 0.03 0.00 99.85 00:49:46 00:42:01 all 0.06 0.00 0.01 0.00 0.01 99.92 00:49:46 00:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:42:01 1 0.02 0.00 0.02 0.00 0.02 99.95 00:49:46 00:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:42:01 3 0.00 0.00 0.00 0.00 0.03 99.97 00:49:46 00:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:42:01 5 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:42:01 6 0.42 0.00 0.00 0.00 0.00 99.58 00:49:46 00:42:01 7 0.05 0.00 0.00 0.02 0.02 99.92 00:49:46 00:49:46 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:49:46 00:43:01 all 0.26 0.00 0.01 0.00 0.00 99.72 00:49:46 00:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:43:01 3 0.00 0.00 0.02 0.02 0.00 99.97 00:49:46 00:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:43:01 6 1.99 0.00 0.02 0.02 0.00 97.98 00:49:46 00:43:01 7 0.05 0.00 0.03 0.00 0.02 99.90 00:49:46 00:44:01 all 0.19 0.00 0.01 0.00 0.00 99.79 00:49:46 00:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:49:46 00:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:44:01 4 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:44:01 5 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:44:01 6 1.37 0.00 0.07 0.02 0.02 98.53 00:49:46 00:44:01 7 0.05 0.00 0.00 0.02 0.02 99.92 00:49:46 00:45:01 all 0.01 0.00 0.01 0.00 0.00 99.97 00:49:46 00:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:45:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:45:01 4 0.03 0.00 0.00 0.00 0.00 99.97 00:49:46 00:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:45:01 6 0.02 0.00 0.00 0.02 0.00 99.97 00:49:46 00:45:01 7 0.03 0.00 0.03 0.02 0.00 99.92 00:49:46 00:46:01 all 0.01 0.00 0.01 2.43 0.63 96.92 00:49:46 00:46:01 0 0.00 0.00 0.00 0.00 1.75 98.25 00:49:46 00:46:01 1 0.02 0.00 0.00 0.00 0.13 99.85 00:49:46 00:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:46:01 3 0.02 0.00 0.02 0.00 1.42 98.55 00:49:46 00:46:01 4 0.00 0.00 0.00 0.00 0.05 99.95 00:49:46 00:46:01 5 0.00 0.00 0.00 0.00 1.43 98.57 00:49:46 00:46:01 6 0.00 0.00 0.02 19.05 0.00 80.93 00:49:46 00:46:01 7 0.03 0.00 0.03 0.52 0.22 99.20 00:49:46 00:47:01 all 0.01 0.00 0.00 0.00 0.00 99.98 00:49:46 00:47:01 0 0.03 0.00 0.00 0.00 0.00 99.97 00:49:46 00:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:47:01 3 0.00 0.00 0.00 0.02 0.00 99.98 00:49:46 00:47:01 4 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:47:01 7 0.03 0.00 0.02 0.00 0.02 99.93 00:49:46 00:48:01 all 0.01 0.00 0.01 0.01 0.00 99.97 00:49:46 00:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:49:46 00:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:48:01 3 0.02 0.00 0.00 0.03 0.00 99.95 00:49:46 00:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 00:49:46 00:48:01 6 0.02 0.00 0.00 0.02 0.00 99.97 00:49:46 00:48:01 7 0.05 0.00 0.03 0.00 0.02 99.90 00:49:46 00:49:01 all 0.01 0.00 0.01 0.00 0.00 99.97 00:49:46 00:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:49:46 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:49:46 00:49:01 3 0.00 0.00 0.00 0.00 0.02 99.98 00:49:46 00:49:01 4 0.00 0.00 0.00 0.02 0.00 99.98 00:49:46 00:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 00:49:46 00:49:01 6 0.00 0.00 0.00 0.02 0.00 99.98 00:49:46 00:49:01 7 0.02 0.00 0.02 0.00 0.02 99.95 00:49:46 Average: all 6.04 0.00 1.65 4.93 0.07 87.31 00:49:46 Average: 0 5.65 0.00 1.50 4.06 0.09 88.70 00:49:46 Average: 1 6.01 0.00 1.73 5.14 0.06 87.06 00:49:46 Average: 2 6.27 0.00 1.72 5.17 0.05 86.79 00:49:46 Average: 3 6.05 0.00 1.62 5.56 0.10 86.67 00:49:46 Average: 4 5.83 0.00 1.60 5.23 0.05 87.28 00:49:46 Average: 5 6.19 0.00 1.75 4.16 0.09 87.82 00:49:46 Average: 6 6.30 0.00 1.53 6.19 0.06 85.92 00:49:46 Average: 7 6.01 0.00 1.76 3.93 0.08 88.22 00:49:46 00:49:46 00:49:46