Pull request #4160 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13+f87a0e7ad2d654d2bfa8949ba3950bab910e31fb (901a60581727586a4950a6e3442dc500c489517c) 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-ssh767911040880359306.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh6489484971072945158.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-4160/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-4160/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9504397400303994923.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-4160/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5456792943273305248.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh3029106476670754785.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-4160/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-4160/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1581140728215590490.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 bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-29976 in /w/workspace/edgexfoundry_edgex-go_PR-4160 [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 f87a0e7ad2d654d2bfa8949ba3950bab910e31fb into PR head commit 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 Merge succeeded, producing 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 Checking out Revision 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 (PR-4160) > 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/4160/head:refs/remotes/origin/PR-4160 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 # 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 f87a0e7ad2d654d2bfa8949ba3950bab910e31fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:06:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:06:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:06:01 ========================================================= 19:06:01 EdgeX Global Pipelines Version Info 19:06:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:06:02 ------------------- 19:06:02 stable info: 19:06:02 ------------------- 19:06:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:06:02 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 19:06:02 Message: update stable to v1.0.239 19:06:03 ------------------- 19:06:03 experimental info: 19:06:03 ------------------- 19:06:03 Commited By: **** collab-it+edgex@linuxfoundation.org 19:06:03 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 19:06:03 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:06:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:06:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:06:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:06:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:06:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:06:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:06:03 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:06:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4160 [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4160 [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4160 [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 56a91fe [Pipeline] echo 19:06:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:06:04 provisioning config files... 19:06:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config542476913086339841tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:06:05 ---> docker-login.sh 19:06:05 nexus3.edgexfoundry.org:10001 19:06:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:05 Configure a credential helper to remove this warning. See 19:06:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:05 19:06:05 Login Succeeded 19:06:05 nexus3.edgexfoundry.org:10002 19:06:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:06 Configure a credential helper to remove this warning. See 19:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:06 19:06:06 Login Succeeded 19:06:06 nexus3.edgexfoundry.org:10003 19:06:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:06 Configure a credential helper to remove this warning. See 19:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:06 19:06:06 Login Succeeded 19:06:06 nexus3.edgexfoundry.org:10004 19:06:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:06 Configure a credential helper to remove this warning. See 19:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:06 19:06:06 Login Succeeded 19:06:06 docker.io 19:06:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:06 Configure a credential helper to remove this warning. See 19:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:06 19:06:06 Login Succeeded 19:06:06 ---> docker-login.sh ends [Pipeline] } 19:06:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:07 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:06:07 + dirname cmd/core-command/Dockerfile 19:06:07 + cut -d/ -f2 19:06:07 + echo core-command,cmd/core-command/Dockerfile 19:06:07 + dirname cmd/core-data/Dockerfile 19:06:07 + cut -d/ -f2 19:06:07 + echo core-data,cmd/core-data/Dockerfile 19:06:07 + + dirnamecut cmd/core-metadata/Dockerfile -d/ 19:06:07 -f2 19:06:07 + echo core-metadata,cmd/core-metadata/Dockerfile 19:06:07 + dirname cmd/security-bootstrapper/Dockerfile 19:06:07 + cut -d/ -f2 19:06:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:06:07 + dirname cmd/security-proxy-setup/Dockerfile 19:06:07 + cut -d/ -f2 19:06:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:06:07 + dirname cmd/security-secretstore-setup/Dockerfile 19:06:07 + cut -d/ -f2 19:06:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:06:07 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:06:07 + cut -d/ -f2 19:06:07 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:06:07 + cut -d/ -f2 19:06:07 + dirname cmd/security-spire-agent/Dockerfile 19:06:07 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:06:07 + dirname cmd/security-spire-config/Dockerfile 19:06:07 + cut -d/ -f2 19:06:07 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:06:07 + dirname cmd/security-spire-server/Dockerfile 19:06:07 + cut -d/ -f2 19:06:07 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:06:07 + + cut -d/ -f2 19:06:07 dirname cmd/support-notifications/Dockerfile 19:06:07 + echo support-notifications,cmd/support-notifications/Dockerfile 19:06:07 + + dirnamecut cmd/support-scheduler/Dockerfile -d/ 19:06:07 -f2 19:06:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:06:07 + dirname cmd/sys-mgmt-agent/Dockerfile 19:06:07 + cut -d/ -f2 19:06:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:06:07 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:06:07 + git rev-list -1 --merges 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13~1..56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [Pipeline] echo 19:06:07 -----------> git rev-list -1 --merges 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13~1..56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [false] [Pipeline] sh 19:06:07 + git log --format=format:%s -1 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [Pipeline] echo 19:06:07 ========================================================= 19:06:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:06:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:06:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:06:08 + grep -v github /etc/ssh/ssh_known_hosts 19:06:08 + [ -e /tmp/ssh_known_hosts ] 19:06:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:06:08 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:06:08 + sudo tee -a /etc/ssh/ssh_known_hosts 19:06:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:09 19:06:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:09 0.1.4: Pulling from edgex-devops/py-git-semver 19:06:09 b85a868b505f: Pulling fs layer 19:06:09 e2be974225ed: Pulling fs layer 19:06:09 339a4e72a1f5: Pulling fs layer 19:06:09 988bab9f4d93: Pulling fs layer 19:06:09 1469e6f7b9e6: Pulling fs layer 19:06:09 eaf3925da568: Pulling fs layer 19:06:09 bab4dde63d76: Pulling fs layer 19:06:09 bde34c3a00c8: Pulling fs layer 19:06:09 b352a97aabf1: Pulling fs layer 19:06:09 4872d77fe225: Pulling fs layer 19:06:09 5851b861e8e6: Pulling fs layer 19:06:09 1469e6f7b9e6: Waiting 19:06:09 eaf3925da568: Waiting 19:06:09 bab4dde63d76: Waiting 19:06:09 bde34c3a00c8: Waiting 19:06:09 b352a97aabf1: Waiting 19:06:09 4872d77fe225: Waiting 19:06:09 5851b861e8e6: Waiting 19:06:09 988bab9f4d93: Waiting 19:06:09 e2be974225ed: Verifying Checksum 19:06:09 e2be974225ed: Download complete 19:06:09 988bab9f4d93: Download complete 19:06:09 339a4e72a1f5: Verifying Checksum 19:06:09 339a4e72a1f5: Download complete 19:06:09 1469e6f7b9e6: Verifying Checksum 19:06:09 1469e6f7b9e6: Download complete 19:06:09 eaf3925da568: Download complete 19:06:09 bde34c3a00c8: Verifying Checksum 19:06:09 bde34c3a00c8: Download complete 19:06:09 b352a97aabf1: Download complete 19:06:09 4872d77fe225: Download complete 19:06:09 5851b861e8e6: Download complete 19:06:09 b85a868b505f: Verifying Checksum 19:06:09 b85a868b505f: Download complete 19:06:09 bab4dde63d76: Verifying Checksum 19:06:09 bab4dde63d76: Download complete 19:06:10 b85a868b505f: Pull complete 19:06:10 e2be974225ed: Pull complete 19:06:11 339a4e72a1f5: Pull complete 19:06:11 988bab9f4d93: Pull complete 19:06:11 1469e6f7b9e6: Pull complete 19:06:11 eaf3925da568: Pull complete 19:06:13 bab4dde63d76: Pull complete 19:06:13 bde34c3a00c8: Pull complete 19:06:13 b352a97aabf1: Pull complete 19:06:13 4872d77fe225: Pull complete 19:06:13 5851b861e8e6: Pull complete 19:06:14 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:06:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:14 prd-ubuntu20.04-docker-8c-8g-29976 does not seem to be running inside a container 19:06:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:06:17 $ docker top 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac -eo pid,comm 19:06:17 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). 19:06:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:17 [ssh-agent] Looking for ssh-agent implementation... 19:06:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:17 $ docker exec 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac ssh-agent 19:06:17 SSH_AUTH_SOCK=/tmp/ssh-RrP8dah0kdaJ/agent.33 19:06:17 SSH_AGENT_PID=40 19:06:17 Running ssh-add (command line suppressed) 19:06:17 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1457222056293274335.key (/w/workspace/edgex-go/1@tmp/private_key_1457222056293274335.key) 19:06:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:17 + git tag --points-at HEAD [Pipeline] } 19:06:17 $ docker exec --env ******** --env ******** 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac ssh-agent -k 19:06:18 unset SSH_AUTH_SOCK; 19:06:18 unset SSH_AGENT_PID; 19:06:18 echo Agent pid 40 killed; 19:06:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:06:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:18 [ssh-agent] Looking for ssh-agent implementation... 19:06:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:18 $ docker exec 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac ssh-agent 19:06:18 SSH_AUTH_SOCK=/tmp/ssh-KNg0gHdjsM52/agent.72 19:06:18 SSH_AGENT_PID=78 19:06:18 Running ssh-add (command line suppressed) 19:06:18 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7845220566270622276.key (/w/workspace/edgex-go/1@tmp/private_key_7845220566270622276.key) 19:06:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:18 + git semver init 19:06:19 2022-09-20 19:06:19,076 [run_init] DEBUG init version:0.0.0 force:False 19:06:19 2022-09-20 19:06:19,077 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:06:19 2022-09-20 19:06:19,078 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:06:19 2022-09-20 19:06:19,078 [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) 19:06:24 2022-09-20 19:06:24,263 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:06:24 2022-09-20 19:06:24,264 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4160 with force:False 19:06:24 2022-09-20 19:06:24,264 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4160 19:06:24 2022-09-20 19:06:24,268 [execute] INFO git cat-file --batch-check 19:06:24 2022-09-20 19:06:24,268 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:06:24 2022-09-20 19:06:24,274 [execute] INFO git cat-file --batch 19:06:24 2022-09-20 19:06:24,274 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:06:24 2022-09-20 19:06:24,278 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4160 19:06:24 0.0.0 [Pipeline] } 19:06:24 $ docker exec --env ******** --env ******** 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac ssh-agent -k 19:06:24 unset SSH_AUTH_SOCK; 19:06:24 unset SSH_AGENT_PID; 19:06:24 echo Agent pid 78 killed; 19:06:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:25 + git semver [Pipeline] } 19:06:25 $ docker stop --time=1 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac 19:06:26 $ docker rm -f 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac [Pipeline] // withDockerContainer [Pipeline] sh 19:06:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:06:27 Stashed 1 file(s) [Pipeline] echo 19:06:27 [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 19:06:28 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:06:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:06:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:06:28 ========================================================= 19:06:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:06:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:06:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:28 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:06:28 2408cc74d12b: Pulling fs layer 19:06:28 ea60b727a1ce: Pulling fs layer 19:06:28 30c4a7721957: Pulling fs layer 19:06:28 370296b7ddb6: Pulling fs layer 19:06:28 7c6cee850709: Pulling fs layer 19:06:28 39a5fcdaea64: Pulling fs layer 19:06:28 d94ebbe4e438: Pulling fs layer 19:06:28 bcfd1f05c69d: Pulling fs layer 19:06:28 59ccb84bbe0f: Pulling fs layer 19:06:28 370296b7ddb6: Waiting 19:06:28 7c6cee850709: Waiting 19:06:28 bcfd1f05c69d: Waiting 19:06:28 39a5fcdaea64: Waiting 19:06:28 d94ebbe4e438: Waiting 19:06:28 59ccb84bbe0f: Waiting 19:06:28 30c4a7721957: Download complete 19:06:28 ea60b727a1ce: Download complete 19:06:28 7c6cee850709: Verifying Checksum 19:06:28 7c6cee850709: Download complete 19:06:28 39a5fcdaea64: Download complete 19:06:28 2408cc74d12b: Verifying Checksum 19:06:28 2408cc74d12b: Download complete 19:06:28 d94ebbe4e438: Download complete 19:06:28 2408cc74d12b: Pull complete 19:06:28 ea60b727a1ce: Pull complete 19:06:29 30c4a7721957: Pull complete 19:06:29 59ccb84bbe0f: Verifying Checksum 19:06:29 59ccb84bbe0f: Download complete 19:06:29 bcfd1f05c69d: Verifying Checksum 19:06:29 bcfd1f05c69d: Download complete 19:06:29 370296b7ddb6: Download complete 19:06:33 370296b7ddb6: Pull complete 19:06:33 7c6cee850709: Pull complete 19:06:33 39a5fcdaea64: Pull complete 19:06:33 d94ebbe4e438: Pull complete 19:06:36 bcfd1f05c69d: Pull complete 19:06:36 59ccb84bbe0f: Pull complete 19:06:36 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 19:06:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:06:37 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:37 WORKDIR /edgex 19:06:37 COPY go.mod . 19:06:37 RUN go mod download 19:06:37 + docker build -t ci-base-image-x86_64 -f - . 19:06:37 Sending build context to Docker daemon 169.5MB 19:06:37 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:37 ---> a4fb48ad2a94 19:06:37 Step 2/4 : WORKDIR /edgex 19:06:42 Still waiting to schedule task 19:06:42 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:06:44 ---> Running in 73806f0fb6c2 19:06:44 Removing intermediate container 73806f0fb6c2 19:06:44 ---> 46f3a9af86a6 19:06:44 Step 3/4 : COPY go.mod . 19:06:44 ---> bbd2df3ab4a5 19:06:44 Step 4/4 : RUN go mod download 19:06:44 ---> Running in 825e86e0d65c 19:06:59 Removing intermediate container 825e86e0d65c 19:06:59 ---> ecc8013e96eb 19:06:59 Successfully built ecc8013e96eb 19:06:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:59 + docker inspect -f . ci-base-image-x86_64 19:06:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:59 prd-ubuntu20.04-docker-8c-8g-29976 does not seem to be running inside a container 19:06:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:07:00 $ docker top c15e90ae1d6194784ff7b287af306aaaac9929035fe13020221fde331f3a3d84 -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:00 + go version 19:07:00 go version go1.18.3 linux/amd64 [Pipeline] } 19:07:00 $ docker stop --time=1 c15e90ae1d6194784ff7b287af306aaaac9929035fe13020221fde331f3a3d84 19:07:01 $ docker rm -f c15e90ae1d6194784ff7b287af306aaaac9929035fe13020221fde331f3a3d84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:07:02 + docker inspect -f . ci-base-image-x86_64 19:07:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:07:02 prd-ubuntu20.04-docker-8c-8g-29976 does not seem to be running inside a container 19:07:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:07:03 $ docker top 16df160668f18f540c1273c84887c87f03c212ac88fb62621bd33c18f1cc623a -eo pid,comm [Pipeline] { [Pipeline] echo 19:07:03 ========================================================= 19:07:03 [edgeXBuildGoParallel] Running Tests and Build... 19:07:03 ========================================================= [Pipeline] sh 19:07:03 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:07:04 + make test 19:07:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:07:10 ? github.com/edgexfoundry/edgex-go [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:07:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.084s coverage: 28.7% of statements 19:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:07:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.091s coverage: 98.5% of statements 19:07:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/external 0.085s coverage: 72.5% of statements 19:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:07:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.116s coverage: 54.2% of statements 19:07:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:07:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.701s coverage: 89.2% of statements 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:07:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.075s coverage: 2.0% of statements 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:07:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.542s coverage: 95.6% of statements 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:07:30 ok github.com/edgexfoundry/edgex-go/internal/io 0.084s coverage: 72.2% of statements 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:07:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.079s coverage: 60.0% of statements 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:07:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.062s coverage: 0.9% of statements 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:07:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements 19:07:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.075s coverage: 29.6% of statements 19:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements 19:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements 19:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements 19:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements 19:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.104s coverage: 94.4% of statements 19:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.078s coverage: 44.8% of statements 19:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.218s coverage: 80.8% of statements 19:07:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.114s coverage: 92.9% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.046s coverage: 65.1% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.062s coverage: 86.9% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 58.8% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.108s coverage: 80.0% of statements 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.090s coverage: 85.4% of statements 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 91.2% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 64.7% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.370s coverage: 65.8% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.187s coverage: 41.8% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.074s coverage: 89.5% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.086s coverage: 84.8% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.100s coverage: 17.7% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.156s coverage: 92.3% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.123s coverage: 97.7% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.058s coverage: 28.9% of statements 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 19:07:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 19:07:49 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 19:08:11 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." 19:08:11 GO111MODULE=on go vet ./... 19:08:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:08:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:08:15 ./bin/test-attribution-txt.sh 19:08:15 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 19:08:15 An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add 19:08:15 An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add 19:08:15 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 19:08:15 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 19:08:15 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 19:08:15 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 19:08:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:08:15 + ls -al . 19:08:15 total 748 19:08:15 drwxrwxr-x 10 1001 1001 4096 Sep 20 19:07 . 19:08:15 drwxr-xr-x 4 root root 4096 Sep 20 19:07 .. 19:08:15 -rw-rw-r-- 1 1001 1001 16 Sep 20 19:05 .dockerignore 19:08:15 drwxrwxr-x 8 1001 1001 4096 Sep 20 19:07 .git 19:08:15 drwxrwxr-x 3 1001 1001 4096 Sep 20 19:05 .github 19:08:15 -rw-rw-r-- 1 1001 1001 1030 Sep 20 19:05 .gitignore 19:08:15 -rw-rw-r-- 1 1001 1001 42 Sep 20 19:05 .golangci.yml 19:08:15 -rw-rw-r-- 1 1001 1001 87 Sep 20 19:05 .hadolint.yml 19:08:15 drwxr-xr-x 3 1001 1001 4096 Sep 20 19:06 .semver 19:08:15 -rw-rw-r-- 1 1001 1001 166 Sep 20 19:05 .sonarcloud.properties 19:08:15 -rw-rw-r-- 1 1001 1001 1171 Sep 20 19:05 ADOPTERS.md 19:08:15 -rw-rw-r-- 1 1001 1001 10347 Sep 20 19:05 Attribution.txt 19:08:15 -rw-rw-r-- 1 1001 1001 63209 Sep 20 19:05 CHANGELOG.md 19:08:15 -rw-rw-r-- 1 1001 1001 3804 Sep 20 19:05 CONTRIBUTING.md 19:08:15 -rw-rw-r-- 1 1001 1001 677 Sep 20 19:05 GOVERNANCE.md 19:08:15 -rw-rw-r-- 1 1001 1001 850 Sep 20 19:05 Jenkinsfile 19:08:15 -rw-rw-r-- 1 1001 1001 10775 Sep 20 19:05 LICENSE 19:08:15 -rw-rw-r-- 1 1001 1001 13724 Sep 20 19:05 Makefile 19:08:15 -rw-rw-r-- 1 1001 1001 582 Sep 20 19:05 OWNERS.md 19:08:15 -rw-rw-r-- 1 1001 1001 9799 Sep 20 19:05 README.md 19:08:15 -rw-rw-r-- 1 1001 1001 6912 Sep 20 19:05 SECURITY.md 19:08:15 -rw-rw-r-- 1 1001 1001 5 Sep 20 19:06 VERSION 19:08:15 -rw-rw-r-- 1 1001 1001 4131 Sep 20 19:05 ZMQWindows.md 19:08:15 drwxrwxr-x 2 1001 1001 4096 Sep 20 19:05 bin 19:08:15 drwxrwxr-x 18 1001 1001 4096 Sep 20 19:05 cmd 19:08:15 -rw-r--r-- 1 root root 491929 Sep 20 19:07 coverage.out 19:08:15 -rw-rw-r-- 1 1001 1001 3670 Sep 20 19:05 go.mod 19:08:15 -rw-rw-r-- 1 1001 1001 38527 Sep 20 19:05 go.sum 19:08:15 drwxrwxr-x 8 1001 1001 4096 Sep 20 19:05 internal 19:08:15 drwxrwxr-x 3 1001 1001 4096 Sep 20 19:05 openapi 19:08:15 drwxrwxr-x 4 1001 1001 4096 Sep 20 19:05 snap 19:08:15 -rw-rw-r-- 1 1001 1001 204 Sep 20 19:05 version.go [Pipeline] sh 19:08:16 + '[' -e coverage.out ] 19:08:16 + chown 1001:1001 coverage.out [Pipeline] stash 19:08:16 Stashed 1 file(s) [Pipeline] sh 19:08:16 + make build 19:08:16 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:08:20 Running on prd-ubuntu20.04-docker-arm64-4c-16g-29978 in /w/workspace/edgexfoundry_edgex-go_PR-4160 [Pipeline] { [Pipeline] ws 19:08:20 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:08:20 The recommended git tool is: git 19:08:26 using credential edgex-jenkins-ssh 19:08:26 Cloning the remote Git repository 19:08:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:08:26 > git init /w/workspace/edgex-go/1 # timeout=10 19:08:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:08:27 > git --version # timeout=10 19:08:27 > git --version # 'git version 2.25.1' 19:08:27 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:31 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:08:39 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:08:40 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:08:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:08:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:08:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:08:44 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4160/head:refs/remotes/origin/PR-4160 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:08:45 Merging remotes/origin/main commit f87a0e7ad2d654d2bfa8949ba3950bab910e31fb into PR head commit 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:08:45 Merge succeeded, producing 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:08:45 Checking out Revision 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 (PR-4160) 19:08:45 > git config core.sparsecheckout # timeout=10 19:08:45 > git checkout -f 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 # timeout=10 19:08:45 > git remote # timeout=10 19:08:45 > git config --get remote.origin.url # timeout=10 19:08:45 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:45 > git merge f87a0e7ad2d654d2bfa8949ba3950bab910e31fb # timeout=10 19:08:45 > git rev-parse HEAD^{commit} # timeout=10 19:08:45 > git config core.sparsecheckout # timeout=10 19:08:45 > git checkout -f 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 # timeout=10 19:08:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:08:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:08:48 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:08:49 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" 19:08:50 > git --version # timeout=10 19:08:50 > git --version # 'git version 2.25.1' 19:08:50 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d 19:08:50 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:08:51 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:08:51 % Total % Received % Xferd Average Speed Time Time Time Current 19:08:51 Dload Upload Total Spent Left Speed 19:08:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 94751 0 --:--:-- --:--:-- --:--:-- 94751 19:08:51 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] sh 19:08:52 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:08:52 + sudo tee /etc/docker/daemon.new 19:08:52 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:08:52 { 19:08:52 "registry-mirrors": [ 19:08:52 "https://nexus3.edgexfoundry.org:10001" 19:08:52 ], 19:08:52 "bip": "10.250.0.254/24", 19:08:52 "hosts": [ 19:08:52 "tcp://0.0.0.0:5555", 19:08:52 "unix:///var/run/docker.sock" 19:08:52 ], 19:08:52 "mtu": 1458, 19:08:52 "selinux-enabled": true, 19:08:52 "seccomp-profile": "/etc/docker/seccomp.json" 19:08:52 } [Pipeline] sh 19:08:52 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:08:52 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:08:53 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:08:53 + sudo service docker restart 19:08:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:08:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:08:57 $ docker stop --time=1 16df160668f18f540c1273c84887c87f03c212ac88fb62621bd33c18f1cc623a 19:09:01 $ docker rm -f 16df160668f18f540c1273c84887c87f03c212ac88fb62621bd33c18f1cc623a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:02 19:09:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:02 latest: Pulling from edgex-devops/edgex-compose 19:09:02 cbdbe7a5bc2a: Pulling fs layer 19:09:02 ca9280d653b3: Pulling fs layer 19:09:02 7e9c9ca2126c: Pulling fs layer 19:09:02 cbdbe7a5bc2a: Verifying Checksum 19:09:02 ca9280d653b3: Verifying Checksum 19:09:02 ca9280d653b3: Download complete 19:09:02 cbdbe7a5bc2a: Pull complete 19:09:03 7e9c9ca2126c: Download complete 19:09:03 ca9280d653b3: Pull complete 19:09:06 7e9c9ca2126c: Pull complete 19:09:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:09:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:06 prd-ubuntu20.04-docker-8c-8g-29976 does not seem to be running inside a container 19:09:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:09:09 $ docker top 8a04f6bf9ec44486fdeb4102db6ead9659279c66689ee7a76c68b11ca1a9cc44 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:09 + docker-compose build --help 19:09:09 + grep parallel 19:09:10 --parallel Build images in parallel. [Pipeline] } 19:09:10 $ docker stop --time=1 8a04f6bf9ec44486fdeb4102db6ead9659279c66689ee7a76c68b11ca1a9cc44 19:09:11 $ docker rm -f 8a04f6bf9ec44486fdeb4102db6ead9659279c66689ee7a76c68b11ca1a9cc44 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:09:11 provisioning config files... 19:09:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7210317235325585777tmp [Pipeline] writeFile [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:12 ---> docker-login.sh 19:09:12 nexus3.edgexfoundry.org:10001 19:09:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:12 prd-ubuntu20.04-docker-8c-8g-29976 does not seem to be running inside a container 19:09:12 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:09:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:12 $ docker top 8dece47caaa1a0cef7335e265719d290728e30615aed8d6d61617f845924e837 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:13 Configure a credential helper to remove this warning. See 19:09:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:13 19:09:13 Login Succeeded 19:09:13 nexus3.edgexfoundry.org:10002 19:09:13 + docker-compose -f ./docker-compose-build.yml build --parallel 19:09:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:13 Configure a credential helper to remove this warning. See 19:09:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:13 19:09:13 Login Succeeded 19:09:13 nexus3.edgexfoundry.org:10003 19:09:13 Building core-command ... 19:09:13 Building core-data ... 19:09:13 Building core-metadata ... 19:09:13 Building security-bootstrapper ... 19:09:13 Building security-proxy-setup ... 19:09:13 Building security-secretstore-setup ... 19:09:13 Building security-spiffe-token-provider ... 19:09:13 Building security-spire-agent ... 19:09:13 Building security-spire-config ... 19:09:13 Building security-spire-server ... 19:09:13 Building support-notifications ... 19:09:13 Building support-scheduler ... 19:09:13 Building sys-mgmt-agent ... 19:09:13 Building security-spiffe-token-provider 19:09:13 Building security-secretstore-setup 19:09:13 Building security-bootstrapper 19:09:13 Building security-spire-agent 19:09:13 Building security-spire-config 19:09:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:14 Configure a credential helper to remove this warning. See 19:09:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:14 19:09:14 Login Succeeded 19:09:14 nexus3.edgexfoundry.org:10004 19:09:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:14 Configure a credential helper to remove this warning. See 19:09:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:14 19:09:14 Login Succeeded 19:09:14 docker.io 19:09:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:15 Configure a credential helper to remove this warning. See 19:09:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:15 19:09:15 Login Succeeded 19:09:15 ---> docker-login.sh ends [Pipeline] } 19:09:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:09:16 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:09:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:09:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:09:16 ========================================================= 19:09:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:09:16 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:09:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:16 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:09:16 b3c136eddcbf: Pulling fs layer 19:09:16 c0a3192eca97: Pulling fs layer 19:09:16 a050256f5b6f: Pulling fs layer 19:09:16 656be50a0ddc: Pulling fs layer 19:09:16 2bbca73fdf42: Pulling fs layer 19:09:16 46d945488cbd: Pulling fs layer 19:09:16 8a5474983e97: Pulling fs layer 19:09:16 329c88fbcd65: Pulling fs layer 19:09:16 656be50a0ddc: Waiting 19:09:16 2bbca73fdf42: Waiting 19:09:16 46d945488cbd: Waiting 19:09:16 8a5474983e97: Waiting 19:09:16 329c88fbcd65: Waiting 19:09:16 a050256f5b6f: Verifying Checksum 19:09:16 a050256f5b6f: Download complete 19:09:16 c0a3192eca97: Verifying Checksum 19:09:16 c0a3192eca97: Download complete 19:09:16 2bbca73fdf42: Verifying Checksum 19:09:16 2bbca73fdf42: Download complete 19:09:16 46d945488cbd: Download complete 19:09:16 b3c136eddcbf: Verifying Checksum 19:09:16 b3c136eddcbf: Download complete 19:09:17 b3c136eddcbf: Pull complete 19:09:17 329c88fbcd65: Verifying Checksum 19:09:17 329c88fbcd65: Download complete 19:09:18 c0a3192eca97: Pull complete 19:09:18 a050256f5b6f: Pull complete 19:09:19 8a5474983e97: Verifying Checksum 19:09:19 8a5474983e97: Download complete 19:09:20 656be50a0ddc: Verifying Checksum 19:09:20 656be50a0ddc: Download complete 19:09:23 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:23 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:09:23 ---> ecc8013e96eb 19:09:23 Step 3/26 : WORKDIR /edgex-go 19:09:23 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:23 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:09:23 ---> ecc8013e96eb 19:09:23 Step 3/20 : WORKDIR /edgex-go 19:09:24 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:24 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:09:24 ---> ecc8013e96eb 19:09:24 Step 3/33 : WORKDIR /edgex-go 19:09:24 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:24 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:09:24 ---> ecc8013e96eb 19:09:24 Step 3/25 : WORKDIR /edgex-go 19:09:26 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:09:26 ---> ecc8013e96eb 19:09:26 Step 3/26 : WORKDIR /edgex-go 19:09:34 ---> Running in 1be9d6d790b7 19:09:34 ---> Running in fc1834263e5b 19:09:34 ---> Running in 740d918739f1 19:09:34 ---> Running in edec68631300 19:09:34 ---> Running in 6d55daf6b763 19:09:34 Removing intermediate container 740d918739f1 19:09:34 ---> 9126a725c040 19:09:34 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:09:34 Removing intermediate container edec68631300 19:09:34 ---> 8d5af284f301 19:09:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:34 Removing intermediate container 6d55daf6b763 19:09:34 ---> 782e14474073 19:09:34 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:34 Removing intermediate container fc1834263e5b 19:09:34 ---> 35a0f39c5143 19:09:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:34 Removing intermediate container 1be9d6d790b7 19:09:34 ---> 784d6ba0f5d5 19:09:34 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:34 ---> Running in 1bc90fe0cf92 19:09:34 ---> Running in 2ff662fca992 19:09:34 ---> Running in 03b9149e8515 19:09:34 ---> Running in ead980355839 19:09:34 ---> Running in f7507786a8c3 19:09:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:34 v3.16.2-176-g217b4b6f4b [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:09:34 v3.16.2-184-g3f729d91ce [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:09:34 OK: 17040 distinct packages available 19:09:34 Removing intermediate container 1bc90fe0cf92 19:09:34 ---> 92a5f3f1b18a 19:09:34 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:09:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:34 ---> Running in 26435f167d8d 19:09:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:34 Removing intermediate container 2ff662fca992 19:09:34 ---> 8443a004b26d 19:09:34 Step 5/33 : RUN apk add --update --no-cache make git 19:09:34 ---> Running in 9d137c672e0e 19:09:35 656be50a0ddc: Pull complete 19:09:35 2bbca73fdf42: Pull complete 19:09:35 46d945488cbd: Pull complete 19:09:35 OK: 211 MiB in 51 packages 19:09:35 Removing intermediate container ead980355839 19:09:35 ---> 14811a5707c6 19:09:35 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:09:35 ---> Running in f3de4a4093ab 19:09:35 Removing intermediate container f7507786a8c3 19:09:35 ---> bd686dfeda88 19:09:35 Step 5/25 : RUN apk add --update --no-cache make git 19:09:35 ---> Running in 80b5f95f9d41 19:09:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:35 Removing intermediate container 03b9149e8515 19:09:35 ---> 5a4d4301302f 19:09:35 Step 5/20 : COPY go.mod vendor* ./ 19:09:36 ---> 1a20ebeb1c17 19:09:36 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:36 ---> Running in b7ae673f167a 19:09:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:36 OK: 211 MiB in 51 packages 19:09:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:37 Removing intermediate container 26435f167d8d 19:09:37 ---> b765f7595d78 19:09:37 Step 6/26 : COPY go.mod vendor* ./ 19:09:37 OK: 211 MiB in 51 packages 19:09:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:37 ---> a0834d169fed 19:09:37 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:37 ---> Running in fc76e2d90cfc 19:09:37 OK: 211 MiB in 51 packages 19:09:38 OK: 211 MiB in 51 packages 19:09:39 Removing intermediate container 80b5f95f9d41 19:09:39 ---> 1063d0c18254 19:09:39 Step 6/25 : COPY go.mod vendor* ./ 19:09:39 Removing intermediate container f3de4a4093ab 19:09:39 ---> fa9ba5456502 19:09:39 Step 6/26 : COPY go.mod vendor* ./ 19:09:39 ---> e742389b3d21 19:09:39 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:39 ---> 8580de099e54 19:09:39 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:40 8a5474983e97: Pull complete 19:09:40 Removing intermediate container 9d137c672e0e 19:09:40 ---> 7076565009c7 19:09:40 Step 6/33 : COPY go.mod vendor* ./ 19:09:40 ---> Running in 51337eab1c66 19:09:40 ---> Running in 79363bcf5a86 19:09:41 ---> 54496130c6f4 19:09:41 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:41 ---> Running in 43ff6b6e6da1 19:09:42 329c88fbcd65: Pull complete 19:09:42 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 19:09:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:09:42 + docker build -t ci-base-image-arm64 -f - . 19:09:42 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:42 WORKDIR /edgex 19:09:42 COPY go.mod . 19:09:42 RUN go mod download 19:09:43 Sending build context to Docker daemon 3.232MB 19:09:43 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:43 ---> ff4287adb874 19:09:43 Step 2/4 : WORKDIR /edgex 19:09:45 ---> Running in 01df615a0e0b 19:09:45 Removing intermediate container 01df615a0e0b 19:09:45 ---> 47802c51f4ee 19:09:45 Step 3/4 : COPY go.mod . 19:09:45 ---> 5c7a4c16afc2 19:09:45 Step 4/4 : RUN go mod download 19:09:46 ---> Running in 90a3b97cadbd 19:09:49 Removing intermediate container b7ae673f167a 19:09:49 ---> 8d81b883965f 19:09:49 Step 7/20 : COPY . . 19:09:49 Removing intermediate container fc76e2d90cfc 19:09:49 ---> 91569a134499 19:09:49 Step 8/26 : COPY . . 19:10:01 ---> 484103557cb0 19:10:01 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:10:01 ---> 723fe07a1f46 19:10:01 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:10:01 ---> Running in 2a31312485fb 19:10:01 ---> Running in dc52bb642fdd 19:10:01 Removing intermediate container dc52bb642fdd 19:10:01 ---> 2f19e4e2c054 19:10:01 Step 10/26 : WORKDIR /edgex-go/spire-build 19:10:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:10:01 ---> Running in ac8749e18821 19:10:01 Removing intermediate container 51337eab1c66 19:10:01 ---> 230d435e8513 19:10:01 Step 8/25 : COPY . . 19:10:01 Removing intermediate container 79363bcf5a86 19:10:01 ---> e37b640a142a 19:10:01 Step 8/26 : COPY . . 19:10:01 Removing intermediate container 43ff6b6e6da1 19:10:01 ---> 117d305ab4a0 19:10:01 Step 8/33 : COPY . . 19:10:01 Removing intermediate container ac8749e18821 19:10:01 ---> 7032d5508b17 19:10:01 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:10:16 ---> Running in 796509e09bb9 19:10:16 ---> 149c333d4e8c 19:10:16 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:10:16 ---> 037a33b8255d 19:10:16 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:10:16 ---> 74aaef548910 19:10:16 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:10:16 ---> Running in 9904e3f069e0 19:10:16 ---> Running in 822ae3140072 19:10:16 ---> Running in 598f22c36c90 19:10:16 Removing intermediate container 598f22c36c90 19:10:16 ---> 0c8ab4f938b9 19:10:16 Step 10/26 : WORKDIR /edgex-go/spire-build 19:10:16 ---> Running in 6a54ef482b36 19:10:16 Removing intermediate container 6a54ef482b36 19:10:16 ---> 2727830b3977 19:10:16 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:10:16 ---> Running in 48850966d946 19:10:16 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:10:16 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:10:16 Removing intermediate container 796509e09bb9 19:10:16 ---> 177cfe597d16 19:10:16 Step 12/26 : WORKDIR /edgex-go 19:10:16 ---> Running in 9f9576ac7c25 19:10:16 Removing intermediate container 9f9576ac7c25 19:10:16 ---> 64e1d62e2739 19:10:16 19:10:16 Step 13/26 : FROM alpine:3.15 19:10:16 3.15: Pulling from library/alpine 19:10:16 Removing intermediate container 48850966d946 19:10:16 ---> a4ae134b469e 19:10:16 Step 12/26 : WORKDIR /edgex-go 19:10:16 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:10:16 Status: Downloaded newer image for alpine:3.15 19:10:16 ---> c4fc93816858 19:10:16 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:16 ---> Running in febc50aa13e0 19:10:16 ---> Running in 19d166aa2ece 19:10:17 Removing intermediate container febc50aa13e0 19:10:17 ---> b24e5459e1b5 19:10:17 19:10:17 Removing intermediate container 19d166aa2ece 19:10:17 ---> 8ec18968c591 19:10:17 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:17 Step 13/26 : FROM alpine:3.15 19:10:17 ---> c4fc93816858 19:10:17 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:17 ---> Using cache 19:10:17 ---> 8ec18968c591 19:10:17 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:17 ---> Running in 1e45c32877cf 19:10:17 ---> Running in 6afb007a32af 19:10:18 Removing intermediate container 6afb007a32af 19:10:18 ---> 220877b51d49 19:10:18 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:10:18 Removing intermediate container 1e45c32877cf 19:10:18 ---> d7cfdebbfe51 19:10:18 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:10:18 ---> Running in 4a6d2969ffdd 19:10:18 ---> Running in ff69bd144c7a 19:10:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:20 v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:10:20 v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:10:20 OK: 15857 distinct packages available 19:10:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:20 v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:10:20 v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:10:20 OK: 15857 distinct packages available 19:10:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:21 (1/4) Installing dumb-init (1.2.5-r1) 19:10:21 (2/4) Installing musl-obstack (1.2.3-r0) 19:10:21 (3/4) Installing libucontext (1.1-r0) 19:10:21 (1/5) Installing dumb-init (1.2.5-r1) 19:10:21 (2/5) Installing musl-obstack (1.2.3-r0) 19:10:21 (4/4) Installing gcompat (1.0.0-r4) 19:10:21 (3/5) Installing libucontext (1.1-r0) 19:10:21 Executing busybox-1.34.1-r7.trigger 19:10:21 OK: 6 MiB in 18 packages 19:10:21 (4/5) Installing gcompat (1.0.0-r4) 19:10:21 (5/5) Installing openssl (1.1.1q-r0) 19:10:21 Executing busybox-1.34.1-r7.trigger 19:10:21 OK: 7 MiB in 19 packages 19:10:23 Removing intermediate container 2a31312485fb 19:10:23 ---> d367ade38bbd 19:10:23 19:10:23 Step 9/20 : FROM alpine:3.15 19:10:23 ---> c4fc93816858 19:10:23 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:23 ---> Using cache 19:10:23 ---> 8ec18968c591 19:10:23 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:23 ---> Using cache 19:10:23 ---> d7cfdebbfe51 19:10:23 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:10:23 ---> Running in 9cd1ad29e699 19:10:24 Removing intermediate container 4a6d2969ffdd 19:10:24 ---> d2c0e20faa9f 19:10:24 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:10:24 Removing intermediate container ff69bd144c7a 19:10:24 ---> 4c77d8565680 19:10:24 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:10:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:25 Removing intermediate container 90a3b97cadbd 19:10:25 ---> 47ef5e03ee80 19:10:25 Successfully built 47ef5e03ee80 19:10:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:25 + docker inspect -f . ci-base-image-arm64 19:10:25 . [Pipeline] } 19:10:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:25 prd-ubuntu20.04-docker-arm64-4c-16g-29978 does not seem to be running inside a container 19:10:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:10:26 v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:10:26 v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:10:26 OK: 15857 distinct packages available 19:10:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:27 $ docker top 82189eb7dac3196a38a7028e27b7becefb2bbd7eda8d4dfd6eade257b705601b -eo pid,comm 19:10:27 (1/9) Installing ca-certificates (20220614-r0) 19:10:27 (2/9) Installing brotli-libs (1.0.9-r5) 19:10:27 (3/9) Installing nghttp2-libs (1.46.0-r0) [Pipeline] { 19:10:27 (4/9) Installing libcurl (7.80.0-r3) 19:10:27 (5/9) Installing curl (7.80.0-r3) 19:10:27 (6/9) Installing dumb-init (1.2.5-r1) [Pipeline] sh 19:10:27 (7/9) Installing musl-obstack (1.2.3-r0) 19:10:27 (8/9) Installing libucontext (1.1-r0) 19:10:27 (9/9) Installing gcompat (1.0.0-r4) 19:10:28 Executing busybox-1.34.1-r7.trigger 19:10:28 Executing ca-certificates-20220614-r0.trigger 19:10:28 ---> dcab81c95c77 19:10:28 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:10:28 OK: 8 MiB in 23 packages 19:10:28 ---> 1cf3b352177e 19:10:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:10:28 + go version 19:10:28 go version go1.18.3 linux/arm64 [Pipeline] } 19:10:28 $ docker stop --time=1 82189eb7dac3196a38a7028e27b7becefb2bbd7eda8d4dfd6eade257b705601b 19:10:28 ---> e9a4b1321da1 19:10:28 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:10:28 ---> Running in 26743dc2fdb2 19:10:30 $ docker rm -f 82189eb7dac3196a38a7028e27b7becefb2bbd7eda8d4dfd6eade257b705601b 19:10:30 Removing intermediate container 26743dc2fdb2 19:10:30 ---> fb8c85e93c2c 19:10:30 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:10:30 Removing intermediate container 9cd1ad29e699 19:10:30 ---> d1cbf95b22b0 19:10:30 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:30 ---> a9f203bf5ec6 19:10:30 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 19:10:30 ---> b83b25de63df 19:10:30 Step 21/26 : WORKDIR / [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:30 ---> 24981f8d9c7a 19:10:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:10:30 ---> b1b1a3393a65 19:10:30 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:10:30 + docker inspect -f . ci-base-image-arm64 19:10:30 . [Pipeline] } 19:10:31 ---> Running in d3e95f0fb712 [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:31 prd-ubuntu20.04-docker-arm64-4c-16g-29978 does not seem to be running inside a container 19:10:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:10:31 ---> a0cc369c31a9 19:10:31 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:10:31 Removing intermediate container d3e95f0fb712 19:10:31 ---> 37a925127bbd 19:10:31 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:10:31 ---> 865aa9caac8f 19:10:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:10:31 ---> Running in b55d4302050e 19:10:32 Removing intermediate container b55d4302050e 19:10:32 ---> 4bae357e7be8 19:10:32 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:10:32 ---> baa040d779be 19:10:32 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:10:32 ---> 73a56d19387a 19:10:32 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:10:32 ---> Running in e5047be92ee3 19:10:32 ---> Running in 30c81288f9ae 19:10:32 ---> Running in 375bd4874ad2 19:10:32 Removing intermediate container e5047be92ee3 19:10:32 ---> 23831b5990a9 19:10:32 Step 24/26 : LABEL arch=x86_64 19:10:32 Removing intermediate container 30c81288f9ae 19:10:32 ---> f3939f47c94d 19:10:32 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:10:32 ---> Running in e555200f51ff 19:10:32 Removing intermediate container 375bd4874ad2 19:10:32 ---> 3e71d20636f1 19:10:32 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:32 ---> Running in 5d06b787a936 19:10:32 ---> Running in add260100fe2 19:10:32 Removing intermediate container e555200f51ff 19:10:32 ---> 61e9e6f161cd 19:10:32 Step 25/26 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:10:32 Removing intermediate container 5d06b787a936 19:10:32 ---> e9083451fecd 19:10:32 Step 24/26 : LABEL arch=x86_64 19:10:32 Removing intermediate container add260100fe2 19:10:32 ---> 0776073801fd 19:10:32 Step 18/20 : LABEL arch=x86_64 19:10:32 ---> Running in dc6b88ce9a61 19:10:32 ---> Running in 4fb20b7a063f 19:10:32 ---> Running in 0359661fd0b4 19:10:32 $ docker top 7bd92929ca0e8d515eee3f454414dd6e26a1e6c890611000f2079017d1e8479f -eo pid,comm 19:10:32 Removing intermediate container dc6b88ce9a61 19:10:32 ---> 56ee73c6c52d 19:10:32 Step 26/26 : LABEL version=0.0.0 19:10:32 Removing intermediate container 0359661fd0b4 19:10:32 ---> 0fae7569700f 19:10:32 Removing intermediate container 4fb20b7a063f 19:10:32 Step 19/20 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 ---> e421cc4ae515 19:10:32 19:10:32 Step 25/26 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:10:32 ---> Running in 84e2fb82b474 19:10:32 ---> Running in 9725fd3f6502 19:10:32 ---> Running in fb1651c3188b [Pipeline] { [Pipeline] echo 19:10:33 ========================================================= 19:10:33 [edgeXBuildGoParallel] Running Tests and Build... 19:10:33 ========================================================= [Pipeline] sh 19:10:33 Removing intermediate container 84e2fb82b474 19:10:33 ---> 78d0421eaecb 19:10:33 19:10:33 Removing intermediate container fb1651c3188b 19:10:33 ---> c307a3ebb61c 19:10:33 Step 26/26 : LABEL version=0.0.0 19:10:33 Removing intermediate container 9725fd3f6502 19:10:33 ---> 5426364afc43 19:10:33 Step 20/20 : LABEL version=0.0.0 19:10:33 Successfully built 78d0421eaecb 19:10:33 ---> Running in b5ed2b575a5d 19:10:33 Successfully tagged security-spire-config:latest 19:10:33 Building core-command 19:10:33  Building security-spire-config ... done  ---> Running in 4107ce19cc35 19:10:33 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:10:34 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:10:34 Removing intermediate container b5ed2b575a5d 19:10:34 ---> 776ec3f832b7 19:10:34 19:10:34 Successfully built 776ec3f832b7 19:10:34 + make test 19:10:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:10:35 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:10:36 Successfully tagged security-spire-agent:latest 19:10:36  Building security-spire-agent ... done  ---> ecc8013e96eb 19:10:36 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:10:36 Building support-scheduler 19:10:37 Removing intermediate container 4107ce19cc35 19:10:37 ---> 34c0ae55e4ec 19:10:37 19:10:37 Successfully built 34c0ae55e4ec 19:10:39 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:10:40 ---> ecc8013e96eb 19:10:40 Successfully tagged security-spiffe-token-provider:latest 19:10:40  Building security-spiffe-token-provider ... done Building sys-mgmt-agent 19:10:40 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:10:44 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:10:44 ---> ecc8013e96eb 19:10:44 Step 3/23 : WORKDIR /edgex-go 19:10:44 ---> Using cache 19:10:44 ---> 784d6ba0f5d5 19:10:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:44 ---> Using cache 19:10:44 ---> bd686dfeda88 19:10:44 Step 5/23 : RUN apk add --update --no-cache make bash git 19:10:45 ---> Running in be10b02689b8 19:10:45 ---> Running in 2a702c94c3ce 19:10:45 ---> Running in 99522ad249f1 19:10:45 Removing intermediate container be10b02689b8 19:10:45 ---> 4f4bbb63a330 19:10:45 Step 4/24 : WORKDIR /edgex-go 19:10:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:46 Removing intermediate container 2a702c94c3ce 19:10:46 ---> 974e89d00962 19:10:46 Step 4/23 : WORKDIR /edgex-go 19:10:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:46 ---> Running in 52f439f44868 19:10:46 OK: 211 MiB in 51 packages 19:10:47 ---> Running in 38859e50957e 19:10:47 Removing intermediate container 52f439f44868 19:10:47 ---> 9ed20b4c029d 19:10:47 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:47 Removing intermediate container 9904e3f069e0 19:10:47 ---> fe0e9c920644 19:10:47 19:10:47 Step 10/33 : FROM alpine:3.16 19:10:47 Removing intermediate container 38859e50957e 19:10:47 ---> 76f7f03ca26e 19:10:47 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:47 Removing intermediate container 822ae3140072 19:10:47 ---> e64183f89358 19:10:47 19:10:47 Step 10/25 : FROM alpine:3.16 19:10:47 ---> Running in 1eaaa9fa5053 19:10:47 ---> Running in 6a7de9cbd87e 19:10:47 3.16: Pulling from library/alpine 19:10:47 3.16: Pulling from library/alpine 19:10:47 Removing intermediate container 99522ad249f1 19:10:47 ---> 97e017be194e 19:10:47 Step 6/23 : COPY go.mod vendor* ./ 19:10:47 ---> 434f8f2d7955 19:10:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:47 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:10:47 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:10:47 Status: Downloaded newer image for alpine:3.16 19:10:47 Status: Downloaded newer image for alpine:3.16 19:10:47 ---> 9c6f07244728 19:10:47 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:10:47 ---> Running in a35a1d318b0c 19:10:47 ---> 9c6f07244728 19:10:47 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:47 ---> Running in 6bd90e5b4a4a 19:10:47 ---> Running in 37cb94825b04 19:10:47 Removing intermediate container 37cb94825b04 19:10:47 ---> 59ebf738e673 19:10:47 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:10:48 ---> Running in dab193c0af23 19:10:48 Removing intermediate container 1eaaa9fa5053 19:10:48 ---> 42a5bb8feaec 19:10:48 Step 6/24 : RUN apk add --update --no-cache make git 19:10:48 ---> Running in f1c7d560d91d 19:10:48 Removing intermediate container 6a7de9cbd87e 19:10:48 ---> d78b08f5b5b7 19:10:48 Step 6/23 : RUN apk add --update --no-cache make git 19:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:48 ---> Running in 139c50993ea5 19:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:48 (1/3) Installing ca-certificates (20220614-r0) 19:10:48 (2/3) Installing dumb-init (1.2.5-r1) 19:10:48 (3/3) Installing su-exec (0.2-r1) 19:10:48 Executing busybox-1.35.0-r17.trigger 19:10:48 Executing ca-certificates-20220614-r0.trigger 19:10:48 (1/2) Installing dumb-init (1.2.5-r1) 19:10:48 (2/2) Installing su-exec (0.2-r1) 19:10:48 Executing busybox-1.35.0-r17.trigger 19:10:48 OK: 6 MiB in 16 packages 19:10:48 OK: 6 MiB in 17 packages 19:10:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:49 Removing intermediate container dab193c0af23 19:10:49 ---> 5fedfdab0b6b 19:10:49 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:10:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:49 OK: 211 MiB in 51 packages 19:10:50 ---> Running in 1681ef0770e0 19:10:50 Removing intermediate container 6bd90e5b4a4a 19:10:50 ---> 883008b4ca2f 19:10:50 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:10:50 ---> Running in d822735be873 19:10:50 Removing intermediate container 1681ef0770e0 19:10:50 ---> 390b11ebc385 19:10:50 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:10:50 ---> Running in 3618eef61866 19:10:50 Removing intermediate container d822735be873 19:10:50 ---> 529f34183915 19:10:50 Step 13/25 : WORKDIR / 19:10:50 ---> Running in 95b36c8255b8 19:10:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:50 Removing intermediate container 3618eef61866 19:10:50 ---> c6b1da2d9405 19:10:50 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:10:50 Removing intermediate container 95b36c8255b8 19:10:50 ---> 723baf98591f 19:10:50 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:10:50 Removing intermediate container 139c50993ea5 19:10:50 ---> bf9d5e15901c 19:10:50 Step 7/23 : COPY go.mod vendor* ./ 19:10:50 ---> Running in 807c4defe09b 19:10:51 OK: 211 MiB in 51 packages 19:10:51 Removing intermediate container 807c4defe09b 19:10:51 ---> 6b92a238b922 19:10:51 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:10:51 ---> 2dbab586d8b2 19:10:51 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:10:51 ---> a597224f7d3d 19:10:51 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:51 ---> Running in a198c1b38264 19:10:51 ---> Running in 355495c729b8 19:10:51 Removing intermediate container a198c1b38264 19:10:51 ---> 3d3d5d48a85f 19:10:51 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:10:51 ---> Running in 97f24321b179 19:10:51 ---> 7884c58ef934 19:10:51 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:10:51 Removing intermediate container f1c7d560d91d 19:10:51 ---> a4a40f0b9dfc 19:10:51 Step 7/24 : COPY go.mod vendor* ./ 19:10:51 ---> 1ddbfa434eba 19:10:51 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:10:51 ---> 66261125d6fb 19:10:51 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:51 ---> Running in 37895e3cfdef 19:10:52 ---> b60661b6474f 19:10:52 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:10:52 ---> edc7a869563e 19:10:52 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:10:52 Removing intermediate container 97f24321b179 19:10:52 ---> 49d3bbe59079 19:10:52 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:10:53 ---> Running in 2bbf15ea36be 19:10:55 ---> e11ae15617eb 19:10:55 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:10:56 Removing intermediate container 2bbf15ea36be 19:10:56 ---> ce4321d61ddd 19:10:56 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:10:56 Removing intermediate container a35a1d318b0c 19:10:56 ---> 82e0f085c72d 19:10:56 Step 8/23 : COPY . . 19:11:01 ---> 1dd797fd3e6d 19:11:01 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:11:01 ---> bc99fa8e9635 19:11:01 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:11:01 ---> Running in 34ff1f663b4d 19:11:01 ---> Running in 060da553803c 19:11:01 ---> a8de17e578a4 19:11:01 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:11:01 ---> Running in 2c3723d14e09 19:11:01 Removing intermediate container 355495c729b8 19:11:01 ---> 05187d237693 19:11:01 Step 9/23 : COPY . . 19:11:01 Removing intermediate container 37895e3cfdef 19:11:01 ---> af2d7f67742b 19:11:01 Step 9/24 : COPY . . 19:11:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:11:06 ? github.com/edgexfoundry/edgex-go [no test files] 19:11:10 Removing intermediate container 34ff1f663b4d 19:11:10 ---> 2cf9dae6fb75 19:11:10 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:11:10 Removing intermediate container 060da553803c 19:11:10 ---> af2ab76229e3 19:11:10 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:10 ---> ab0fc5188ccf 19:11:10 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:11:10 ---> 26f7c344031d 19:11:10 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:11:10 ---> Running in 2b7b2d00a7e4 19:11:10 ---> Running in 42535fbee42e 19:11:10 ---> Running in e0081618b6b9 19:11:10 Removing intermediate container 2b7b2d00a7e4 19:11:10 ---> 95647db243c5 19:11:10 Step 23/25 : LABEL arch=x86_64 19:11:10 ---> Running in 59c5cdb133d9 19:11:10 ---> 6816cbfb7e87 19:11:10 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:11:10 Removing intermediate container 59c5cdb133d9 19:11:10 ---> 64efe9c7e165 19:11:10 Step 24/25 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:11:10 ---> Running in 34666497e10b 19:11:11 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:11:11 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:11:11 Removing intermediate container 34666497e10b 19:11:11 ---> 9090c05ed065 19:11:11 Step 25/25 : LABEL version=0.0.0 19:11:11 ---> ecc1c2b4c01c 19:11:11 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:11:11 ---> Running in 31c55ad841a3 19:11:11 Removing intermediate container 31c55ad841a3 19:11:11 ---> 022ca3d0e6ea 19:11:11 19:11:11 Successfully built 022ca3d0e6ea 19:11:11 ---> 4afdc4c6f92e 19:11:11 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:11:11 Successfully tagged security-secretstore-setup:latest 19:11:11  Building security-secretstore-setup ... done Building security-spire-server 19:11:16 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:16 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:11:16 ---> ecc8013e96eb 19:11:16 Step 3/25 : WORKDIR /edgex-go 19:11:16 ---> Using cache 19:11:16 ---> 784d6ba0f5d5 19:11:16 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:16 ---> Using cache 19:11:16 ---> bd686dfeda88 19:11:16 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:11:17 ---> 90cd1c915f24 19:11:17 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:11:17 ---> Running in eab7e48fc477 19:11:18 ---> 9b7baa2f9288 19:11:18 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:11:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:19 ---> 7c19f5c3247d 19:11:19 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:11:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:19 ---> a90d39992744 19:11:19 Step 28/33 : RUN chmod +x /entrypoint.sh 19:11:19 ---> Running in f7ff8988e523 19:11:20 OK: 211 MiB in 51 packages 19:11:21 Removing intermediate container eab7e48fc477 19:11:21 ---> 3829db762711 19:11:21 Step 6/25 : COPY go.mod vendor* ./ 19:11:22 ---> 4d46e193a91f 19:11:22 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:22 Removing intermediate container f7ff8988e523 19:11:22 ---> 296c0a8193fe 19:11:22 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:11:22 ---> Running in b607703d286a 19:11:22 ---> Running in 9556a1cf1ae3 19:11:23 Removing intermediate container 9556a1cf1ae3 19:11:23 ---> 61454c1f0222 19:11:23 Step 30/33 : CMD ["gate"] 19:11:23 ---> Running in a7ec3c471d58 19:11:23 Removing intermediate container 2c3723d14e09 19:11:23 ---> afa19a969c7f 19:11:23 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:11:24 ---> Running in 68ff18e01f1e 19:11:24 Removing intermediate container a7ec3c471d58 19:11:24 ---> 6b7caf20acc3 19:11:24 Step 31/33 : LABEL arch=x86_64 19:11:24 ---> Running in c34bf937556e 19:11:24 Removing intermediate container c34bf937556e 19:11:24 ---> 05db5fd18ce7 19:11:24 Step 32/33 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:11:25 ---> Running in 45ecb0671e65 19:11:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:11:26 Removing intermediate container 45ecb0671e65 19:11:26 ---> 677afd319a01 19:11:26 Step 33/33 : LABEL version=0.0.0 19:11:26 ---> Running in 61b19cdb7ca0 19:11:27 Removing intermediate container 61b19cdb7ca0 19:11:27 ---> 05d024998838 19:11:27 19:11:27 Successfully built 05d024998838 19:11:27 Successfully tagged security-bootstrapper:latest 19:11:27  Building security-bootstrapper ... done Building support-notifications 19:11:30 Removing intermediate container 68ff18e01f1e 19:11:30 ---> 69983f80a624 19:11:30 19:11:30 Step 11/23 : FROM alpine:3.16 19:11:30 ---> 9c6f07244728 19:11:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:11:33 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:11:33 ---> ecc8013e96eb 19:11:33 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:11:33 ---> Using cache 19:11:33 ---> 974e89d00962 19:11:33 Step 4/23 : WORKDIR /edgex-go 19:11:33 ---> Using cache 19:11:33 ---> 76f7f03ca26e 19:11:33 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:33 ---> Using cache 19:11:33 ---> d78b08f5b5b7 19:11:33 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:11:34 ---> Running in f60aa1583204 19:11:34 ---> Running in 882d16617638 19:11:34 Removing intermediate container f60aa1583204 19:11:34 ---> 94b0e52c6a98 19:11:34 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 19:11:34 ---> Running in 32cd8e6bbdac 19:11:35 Removing intermediate container b607703d286a 19:11:35 ---> d325a07ec6f1 19:11:35 Step 8/25 : COPY . . 19:11:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:35 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:11:35 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:11:35 (3/33) Installing readline (8.1.2-r0) 19:11:35 (4/33) Installing bash (5.1.16-r2) 19:11:35 Executing bash-5.1.16-r2.post-install 19:11:35 (5/33) Installing ca-certificates (20220614-r0) 19:11:35 (6/33) Installing brotli-libs (1.0.9-r6) 19:11:35 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:11:35 (8/33) Installing libcurl (7.83.1-r3) 19:11:35 (9/33) Installing curl (7.83.1-r3) 19:11:35 (10/33) Installing docker-cli (20.10.18-r0) 19:11:36 (11/33) Installing dumb-init (1.2.5-r1) 19:11:36 (12/33) Installing libbz2 (1.0.8-r1) 19:11:36 (13/33) Installing expat (2.4.8-r0) 19:11:36 (14/33) Installing libffi (3.4.2-r1) 19:11:36 (15/33) Installing gdbm (1.23-r0) 19:11:36 (16/33) Installing xz-libs (5.2.5-r1) 19:11:36 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:11:36 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:11:36 (19/33) Installing mpdecimal (2.5.1-r1) 19:11:36 (20/33) Installing sqlite-libs (3.38.5-r0) 19:11:36 (21/33) Installing python3 (3.10.5-r0) 19:11:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:36 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:11:36 (23/33) Installing py3-tomli (2.0.1-r1) 19:11:36 (24/33) Installing py3-pep517 (0.12.0-r2) 19:11:36 (25/33) Installing py3-six (1.16.0-r1) 19:11:36 (26/33) Installing py3-retrying (1.3.3-r3) 19:11:36 (27/33) Installing py3-appdirs (1.4.4-r3) 19:11:36 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:11:36 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:11:36 (30/33) Installing py3-parsing (2.4.7-r3) 19:11:36 (31/33) Installing py3-packaging (21.3-r0) 19:11:36 (32/33) Installing py3-setuptools (59.4.0-r0) 19:11:36 (33/33) Installing py3-pip (22.1.1-r0) 19:11:37 Executing busybox-1.35.0-r17.trigger 19:11:37 Executing ca-certificates-20220614-r0.trigger 19:11:37 OK: 122 MiB in 47 packages 19:11:38 OK: 211 MiB in 51 packages 19:11:41 ---> 5a60833faea9 19:11:41 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:11:42 ---> Running in aca64853baf3 19:11:42 Removing intermediate container e0081618b6b9 19:11:42 ---> 499ea8717929 19:11:42 19:11:42 Step 11/24 : FROM alpine:3.16 19:11:42 ---> 9c6f07244728 19:11:42 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:11:42 Removing intermediate container 882d16617638 19:11:42 ---> b7cd75cff4c4 19:11:42 Step 7/23 : COPY go.mod vendor* ./ 19:11:42 ---> Running in 9e00440b7ecd 19:11:42 Removing intermediate container aca64853baf3 19:11:42 ---> 2082ac7d1772 19:11:42 Step 10/25 : WORKDIR /edgex-go/spire-build 19:11:42 ---> c515f46177f7 19:11:42 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:42 ---> Running in c31161851dbf 19:11:42 ---> Running in 421575f71975 19:11:42 Removing intermediate container c31161851dbf 19:11:42 ---> 009c9a2a16b9 19:11:42 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:11:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:43 ---> Running in c09148a04edf 19:11:43 (1/1) Installing dumb-init (1.2.5-r1) 19:11:43 Executing busybox-1.35.0-r17.trigger 19:11:43 OK: 6 MiB in 15 packages 19:11:44 Collecting docker-compose==1.23.2 19:11:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:11:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 32.5 MB/s eta 0:00:00 19:11:44 Collecting docker<4.0,>=3.6.0 19:11:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:11:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 81.2 MB/s eta 0:00:00 19:11:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:11:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:11:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 70.4 MB/s eta 0:00:00 19:11:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 19:11:44 Removing intermediate container 9e00440b7ecd 19:11:44 ---> cc186577e818 19:11:44 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:11:44 Collecting dockerpty<0.5,>=0.4.1 19:11:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:11:44 Preparing metadata (setup.py): started 19:11:44 ---> Running in 54b6e424d217 19:11:44 Removing intermediate container 42535fbee42e 19:11:44 ---> 35242bc50250 19:11:44 19:11:44 Step 11/23 : FROM alpine:3.16 19:11:44 ---> 9c6f07244728 19:11:44 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:11:44 ---> Using cache 19:11:44 ---> cc186577e818 19:11:44 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:11:44 Preparing metadata (setup.py): finished with status 'done' 19:11:44 Collecting docopt<0.7,>=0.6.1 19:11:44 Downloading docopt-0.6.2.tar.gz (25 kB) 19:11:44 Preparing metadata (setup.py): started 19:11:45 Removing intermediate container c09148a04edf 19:11:45 ---> bf8cd0e8b5ca 19:11:45 Step 12/25 : WORKDIR /edgex-go 19:11:45 Preparing metadata (setup.py): finished with status 'done' 19:11:45 Collecting cached-property<2,>=1.2.0 19:11:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:11:45 Collecting jsonschema<3,>=2.5.1 19:11:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:11:45 Collecting websocket-client<1.0,>=0.32.0 19:11:45 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:11:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 191.3 MB/s eta 0:00:00 19:11:45 Collecting texttable<0.10,>=0.9.0 19:11:45 Downloading texttable-0.9.1.tar.gz (11 kB) 19:11:45 Preparing metadata (setup.py): started 19:11:46 Preparing metadata (setup.py): finished with status 'done' 19:11:46 ---> Running in 58b0afae32ae 19:11:46 Removing intermediate container 54b6e424d217 19:11:46 ---> 2dcf380b8106 19:11:46 Step 14/24 : ENV APP_PORT=59882 19:11:46 ---> Running in ff109701ce1a 19:11:46 ---> Running in 0c8f21b26310 19:11:46 Collecting PyYAML<4,>=3.10 19:11:46 Downloading PyYAML-3.13.tar.gz (270 kB) 19:11:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 66.2 MB/s eta 0:00:00 19:11:46 Removing intermediate container 58b0afae32ae 19:11:46 ---> 6221ab531d90 19:11:46 Step 14/23 : ENV APP_PORT=59861 19:11:46 ---> Running in c0b4603442c4 19:11:46 Removing intermediate container ff109701ce1a 19:11:46 ---> 2336eff87fd6 19:11:46 19:11:46 Step 13/25 : FROM alpine:3.15 19:11:46 ---> c4fc93816858 19:11:46 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:11:46 ---> Using cache 19:11:46 ---> 8ec18968c591 19:11:46 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:46 ---> Using cache 19:11:46 ---> d7cfdebbfe51 19:11:46 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:11:46 ---> Using cache 19:11:46 ---> d2c0e20faa9f 19:11:46 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:11:46 Removing intermediate container 0c8f21b26310 19:11:46 ---> 3d2c2f457590 19:11:46 Step 15/24 : EXPOSE $APP_PORT 19:11:46 ---> Running in 0b930c354b0c 19:11:46 Removing intermediate container c0b4603442c4 19:11:46 ---> 7330c5dd3008 19:11:46 Step 15/23 : EXPOSE $APP_PORT 19:11:46 Preparing metadata (setup.py): started 19:11:46 ---> Running in bc15a9ed3270 19:11:47 Preparing metadata (setup.py): finished with status 'done' 19:11:47 Collecting docker-pycreds>=0.4.0 19:11:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:11:47 Collecting idna<2.8,>=2.5 19:11:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:11:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 186.2 MB/s eta 0:00:00 19:11:47 Collecting chardet<3.1.0,>=3.0.2 19:11:47 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:11:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 173.2 MB/s eta 0:00:00 19:11:47 Collecting urllib3<1.25,>=1.21.1 19:11:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:11:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 138.6 MB/s eta 0:00:00 19:11:47 Collecting certifi>=2017.4.17 19:11:47 Downloading certifi-2022.9.14-py3-none-any.whl (162 kB) 19:11:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 59.0 MB/s eta 0:00:00 19:11:47 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:11:47 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:11:47 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:11:47 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:11:47 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:11:47 Running setup.py install for texttable: started 19:11:47 Removing intermediate container 0b930c354b0c 19:11:47 ---> ecc3964d6ce2 19:11:47 Step 16/24 : WORKDIR / 19:11:47 Running setup.py install for texttable: finished with status 'done' 19:11:47 Running setup.py install for PyYAML: started 19:11:48 Running setup.py install for PyYAML: finished with status 'done' 19:11:48 Removing intermediate container bc15a9ed3270 19:11:48 ---> 99af9d89dd67 19:11:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:48 ---> f29dd283e0f4 19:11:48 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:11:48 ---> Running in 0db6e3c5c143 19:11:48 Running setup.py install for docopt: started 19:11:48 Removing intermediate container 0db6e3c5c143 19:11:48 ---> 5b06bd79102f 19:11:48 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:48 ---> b7cc8849f383 19:11:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:11:48 Running setup.py install for docopt: finished with status 'done' 19:11:48 ---> 2a19d14e3289 19:11:48 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:11:49 ---> 203d1ad02c94 19:11:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:11:49 ---> 22064dd532b0 19:11:49 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:11:49 Removing intermediate container 421575f71975 19:11:49 ---> 40f1de284f3f 19:11:49 Step 9/23 : COPY . . 19:11:49 ---> 6545febe547a 19:11:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:11:53 Running setup.py install for dockerpty: started 19:11:53 Running setup.py install for dockerpty: finished with status 'done' 19:11:53 ---> 2395c750f346 19:11:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:11:53 ---> 5742c1f9b0ff 19:11:53 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:11:53 ---> 70ccec44c180 19:11:53 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:11:53 ---> Running in d1900ee1d77e 19:11:53 ---> Running in 1520283aff48 19:11:53 ---> 0fcad64b047a 19:11:53 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:11:53 ---> 74372c9fb1cc 19:11:53 Step 20/24 : ENTRYPOINT ["/core-command"] 19:11:53 Removing intermediate container d1900ee1d77e 19:11:53 ---> bd0dc56dae75 19:11:53 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:11:53 ---> Running in 90d61657dd0b 19:11:53 Removing intermediate container 1520283aff48 19:11:53 ---> 7fc7791a6442 19:11:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:53 ---> Running in 35de889cafd7 19:11:53 ---> Running in 4d0d99a55a90 19:11:53 ---> Running in 6f345ac11ab8 19:11:53 Removing intermediate container 35de889cafd7 19:11:53 ---> e477e0fdf73b 19:11:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:54 Removing intermediate container 4d0d99a55a90 19:11:54 ---> cd092c93ef76 19:11:54 Step 23/25 : LABEL arch=x86_64 19:11:54 ---> Running in 84e40b5515b2 19:11:54 Removing intermediate container 6f345ac11ab8 19:11:54 ---> 4dae21fb9097 19:11:54 Step 21/23 : LABEL arch=x86_64 19:11:54 ---> Running in 37b264119e2a 19:11:54 ---> Running in 0f6dc7fe0e17 19:11:54 Removing intermediate container 84e40b5515b2 19:11:54 ---> af2d7889ef5a 19:11:54 Step 22/24 : LABEL arch=x86_64 19:11:54 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:11:54 ---> Running in 88d1423e95c8 19:11:54 Removing intermediate container 37b264119e2a 19:11:54 ---> b229bebf36c3 19:11:54 Step 24/25 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:11:54 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.14 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:11:54 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 19:11:54 Removing intermediate container 0f6dc7fe0e17 19:11:54 ---> 945e327efab4 19:11:54 Step 22/23 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:11:54 ---> Running in 30ab72add87d 19:11:54 ---> Running in 45c320fb3a51 19:11:54 Removing intermediate container 88d1423e95c8 19:11:54 ---> 21595dad527f 19:11:54 Step 23/24 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:11:54 ---> Running in 6221146d0c1b 19:11:54 Removing intermediate container 30ab72add87d 19:11:54 ---> 9b6b37282e23 19:11:54 Step 25/25 : LABEL version=0.0.0 19:11:54 Removing intermediate container 45c320fb3a51 19:11:54 ---> 8c2ed62b7ba5 19:11:54 Step 23/23 : LABEL version=0.0.0 19:11:54 ---> Running in 003a26bdee73 19:11:54 ---> Running in 20314a411917 19:11:54 Removing intermediate container 6221146d0c1b 19:11:54 ---> fcdeda9b2386 19:11:54 Step 24/24 : LABEL version=0.0.0 19:11:54 ---> Running in ec5c448315f0 19:11:54 Removing intermediate container 20314a411917 19:11:54 ---> 929e4d6ff1d3 19:11:54 19:11:54 Removing intermediate container 003a26bdee73 19:11:54 ---> fed031893a45 19:11:54 19:11:54 Removing intermediate container ec5c448315f0 19:11:54 ---> 77f080955433 19:11:54 19:11:54 Successfully built fed031893a45 19:11:54 Successfully built 929e4d6ff1d3 19:11:54 Successfully tagged security-spire-server:latest 19:11:54  Building security-spire-server ... done Successfully tagged support-scheduler:latest 19:11:54 Building security-proxy-setup 19:11:54  Building support-scheduler ... done Building core-metadata 19:11:54 Successfully built 77f080955433 19:11:54 Successfully tagged core-command:latest 19:11:54  Building core-command ... done Building core-data 19:12:01 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:12:01 ---> ecc8013e96eb 19:12:01 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:12:01 ---> Using cache 19:12:01 ---> 974e89d00962 19:12:01 Step 4/24 : WORKDIR /edgex-go 19:12:01 ---> Using cache 19:12:01 ---> 76f7f03ca26e 19:12:01 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:01 ---> Using cache 19:12:01 ---> d78b08f5b5b7 19:12:01 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:12:01 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:12:01 ---> ecc8013e96eb 19:12:01 Step 3/22 : WORKDIR /edgex-go 19:12:01 ---> Using cache 19:12:01 ---> 784d6ba0f5d5 19:12:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:01 ---> Using cache 19:12:01 ---> bd686dfeda88 19:12:01 Step 5/22 : RUN apk add --update --no-cache make git 19:12:01 ---> Using cache 19:12:01 ---> 1063d0c18254 19:12:01 Step 6/22 : COPY go.mod vendor* ./ 19:12:01 ---> Using cache 19:12:01 ---> e742389b3d21 19:12:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:01 ---> Using cache 19:12:01 ---> 230d435e8513 19:12:01 Step 8/22 : COPY . . 19:12:01 ---> Using cache 19:12:01 ---> 037a33b8255d 19:12:01 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:12:01 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:01 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:12:01 ---> ecc8013e96eb 19:12:01 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:12:01 ---> Using cache 19:12:01 ---> 974e89d00962 19:12:01 Step 4/25 : WORKDIR /edgex-go 19:12:01 ---> Using cache 19:12:01 ---> 76f7f03ca26e 19:12:01 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:01 ---> Using cache 19:12:01 ---> d78b08f5b5b7 19:12:01 Step 6/25 : RUN apk add --update --no-cache make git 19:12:01 ---> Using cache 19:12:01 ---> bf9d5e15901c 19:12:01 Step 7/25 : COPY go.mod vendor* ./ 19:12:01 ---> Using cache 19:12:01 ---> a597224f7d3d 19:12:01 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:01 ---> Using cache 19:12:01 ---> 05187d237693 19:12:01 Step 9/25 : COPY . . 19:12:01 ---> Using cache 19:12:01 ---> 26f7c344031d 19:12:01 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:12:11 ---> Running in 5b2f0be55dad 19:12:11 ---> Running in 3321ff6fa2f7 19:12:11 ---> Running in 05015f5b1a48 19:12:11 Removing intermediate container 32cd8e6bbdac 19:12:11 ---> 24ead6484026 19:12:11 Step 14/23 : ENV APP_PORT=58890 19:12:11 ---> Running in 9e836e265e53 19:12:11 Removing intermediate container 9e836e265e53 19:12:11 ---> eedcd22e51b7 19:12:11 Step 15/23 : EXPOSE $APP_PORT 19:12:11 ---> Running in 78793106719f 19:12:11 Removing intermediate container 78793106719f 19:12:11 ---> ef2aaf266334 19:12:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:12:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:12 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:12:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:12:12 ---> 7dfeb3114dc3 19:12:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:12:12 ---> a612c8c28d58 19:12:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:12:13 OK: 211 MiB in 51 packages 19:12:13 ---> f160f1499953 19:12:13 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:12:13 ---> Running in 50af0ebc8fba 19:12:14 Removing intermediate container 50af0ebc8fba 19:12:14 ---> eddad8485514 19:12:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:14 Removing intermediate container 3321ff6fa2f7 19:12:14 ---> 1c86e0891fad 19:12:14 Step 7/24 : COPY go.mod vendor* ./ 19:12:14 ---> Running in da9062905207 19:12:14 Removing intermediate container da9062905207 19:12:14 ---> f2d6fb659ab8 19:12:14 Step 21/23 : LABEL arch=x86_64 19:12:14 ---> 147384497ae8 19:12:14 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:14 ---> Running in ebb0d9247b0c 19:12:15 ---> Running in 4a9e98c9c304 19:12:15 Removing intermediate container ebb0d9247b0c 19:12:15 ---> 4be68d0800aa 19:12:15 Step 22/23 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:12:15 ---> Running in 4e2b13dba7b5 19:12:15 Removing intermediate container 4e2b13dba7b5 19:12:15 ---> d30894e4cc01 19:12:15 Step 23/23 : LABEL version=0.0.0 19:12:16 ---> Running in ea6f4064fce5 19:12:16 Removing intermediate container ea6f4064fce5 19:12:16 ---> 199246a925bf 19:12:16 19:12:16 Removing intermediate container 90d61657dd0b 19:12:16 ---> 6041120ea889 19:12:16 19:12:16 Step 11/23 : FROM alpine:3.16 19:12:16 ---> 9c6f07244728 19:12:16 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:12:16 Successfully built 199246a925bf 19:12:16 Successfully tagged sys-mgmt-agent:latest 19:12:16  Building sys-mgmt-agent ... done  ---> Running in b6518f4e5346 19:12:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:17 (1/2) Installing ca-certificates (20220614-r0) 19:12:17 (2/2) Installing dumb-init (1.2.5-r1) 19:12:17 Executing busybox-1.35.0-r17.trigger 19:12:17 Executing ca-certificates-20220614-r0.trigger 19:12:17 OK: 6 MiB in 16 packages 19:12:21 Removing intermediate container b6518f4e5346 19:12:21 ---> 22898d57fb43 19:12:21 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:12:21 ---> Running in 0bbc5ecc2201 19:12:22 Removing intermediate container 0bbc5ecc2201 19:12:22 ---> adf412e7c4a1 19:12:22 Step 14/23 : ENV APP_PORT=59860 19:12:23 ---> Running in af62dc7669ac 19:12:23 Removing intermediate container af62dc7669ac 19:12:23 ---> 890101176511 19:12:23 Step 15/23 : EXPOSE $APP_PORT 19:12:23 ---> Running in 76dd4215b84a 19:12:24 Removing intermediate container 76dd4215b84a 19:12:24 ---> 2ce5de12624d 19:12:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:25 ---> 8e695330e315 19:12:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:12:25 Removing intermediate container 4a9e98c9c304 19:12:25 ---> f8eb8a07c6dd 19:12:25 Step 9/24 : COPY . . 19:12:30 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:12:30 ---> 3e854c437f35 19:12:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:12:30 ---> 43f5d2e1f695 19:12:30 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:12:30 ---> Running in cc2ef0270174 19:12:30 ---> 4e22bac6da52 19:12:30 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:12:30 ---> Running in acc727092fcd 19:12:30 Removing intermediate container acc727092fcd 19:12:30 ---> 30ec6ffac68f 19:12:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:30 ---> Running in c5d0ecc55ed1 19:12:31 Removing intermediate container c5d0ecc55ed1 19:12:31 ---> c3e971331126 19:12:31 Step 21/23 : LABEL arch=x86_64 19:12:31 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:12:31 ---> Running in a639ddb82211 19:12:31 Removing intermediate container a639ddb82211 19:12:31 ---> 7bf859328309 19:12:31 Step 22/23 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:12:31 ---> Running in 2db4858b4332 19:12:31 Removing intermediate container 2db4858b4332 19:12:31 ---> 73f26e945a4c 19:12:31 Step 23/23 : LABEL version=0.0.0 19:12:32 ---> Running in 264b34f4d78d 19:12:33 Removing intermediate container 05015f5b1a48 19:12:33 ---> b881183b9b16 19:12:33 19:12:33 Step 11/25 : FROM alpine:3.16 19:12:33 ---> 9c6f07244728 19:12:33 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:12:33 ---> Using cache 19:12:33 ---> cc186577e818 19:12:33 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:12:33 ---> Using cache 19:12:33 ---> 6221ab531d90 19:12:33 Step 14/25 : ENV APP_PORT=59881 19:12:33 Removing intermediate container 264b34f4d78d 19:12:33 ---> 45b5094e8209 19:12:33 19:12:33 ---> Running in c12f94ebfeb2 19:12:33 Successfully built 45b5094e8209 19:12:33 Successfully tagged support-notifications:latest 19:12:33  Building support-notifications ... done Removing intermediate container c12f94ebfeb2 19:12:33 ---> 73ab48ddff24 19:12:33 Step 15/25 : EXPOSE $APP_PORT 19:12:34 ---> Running in 87832e48f919 19:12:34 Removing intermediate container 5b2f0be55dad 19:12:34 ---> 74830f841a32 19:12:34 19:12:34 Step 10/22 : FROM alpine:3.16 19:12:34 ---> 9c6f07244728 19:12:34 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:12:34 ---> Running in afd9606c08bf 19:12:34 Removing intermediate container 87832e48f919 19:12:34 ---> c33237abf573 19:12:34 Step 16/25 : WORKDIR / 19:12:34 ---> Running in 6548cce15b78 19:12:34 Removing intermediate container 6548cce15b78 19:12:34 ---> f81595a9d232 19:12:34 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:35 ---> 09710645c6c0 19:12:35 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:12:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:35 (1/6) Installing ca-certificates (20220614-r0) 19:12:35 (2/6) Installing brotli-libs (1.0.9-r6) 19:12:35 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:12:35 (4/6) Installing libcurl (7.83.1-r3) 19:12:35 (5/6) Installing curl (7.83.1-r3) 19:12:35 (6/6) Installing dumb-init (1.2.5-r1) 19:12:35 Executing busybox-1.35.0-r17.trigger 19:12:35 Executing ca-certificates-20220614-r0.trigger 19:12:35 OK: 8 MiB in 20 packages 19:12:36 ---> 287e65119f2b 19:12:36 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:12:36 ---> d022b06c81a0 19:12:36 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:12:36 Removing intermediate container afd9606c08bf 19:12:36 ---> f79d3ec6a414 19:12:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:12:36 ---> Running in 52d2d5cbf6d3 19:12:36 Removing intermediate container 52d2d5cbf6d3 19:12:36 ---> 67cfffa9330d 19:12:36 Step 13/22 : WORKDIR /edgex 19:12:36 ---> Running in acd0993bbe4b 19:12:36 ---> 3fb75084dbf7 19:12:36 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:12:36 ---> Running in 2396533fdb64 19:12:36 Removing intermediate container acd0993bbe4b 19:12:36 ---> 5b068d8c5d79 19:12:36 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:12:37 Removing intermediate container 2396533fdb64 19:12:37 ---> 0de2cf41aa7c 19:12:37 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:37 ---> Running in 932747b6810c 19:12:37 ---> 61bf6d91a63d 19:12:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:12:37 Removing intermediate container 932747b6810c 19:12:37 ---> 326f43abbbdf 19:12:37 Step 23/25 : LABEL arch=x86_64 19:12:37 ---> Running in da88d3f50cf4 19:12:37 Removing intermediate container da88d3f50cf4 19:12:37 ---> 296123a4d3c6 19:12:37 Step 24/25 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:12:37 ---> Running in ff1745d1d753 19:12:37 ---> ffc1fc481ba1 19:12:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:12:38 Removing intermediate container ff1745d1d753 19:12:38 ---> 4e467e9388ce 19:12:38 Step 25/25 : LABEL version=0.0.0 19:12:38 ---> Running in ab8bc883b132 19:12:38 Removing intermediate container ab8bc883b132 19:12:38 ---> 6cfa5e6e75bc 19:12:38 19:12:38 Successfully built 6cfa5e6e75bc 19:12:38 Successfully tagged core-metadata:latest 19:12:38  Building core-metadata ... done  ---> aba3c13b6f49 19:12:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:12:38 ---> f4bac74ec1f0 19:12:38 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:12:38 ---> Running in b416469f0084 19:12:39 Removing intermediate container b416469f0084 19:12:39 ---> bd0d1eb58ca1 19:12:39 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:12:39 ---> Running in b708e4b12657 19:12:39 Removing intermediate container b708e4b12657 19:12:39 ---> a53a900b752b 19:12:39 Step 20/22 : LABEL arch=x86_64 19:12:40 ---> Running in b7dbabebc3c4 19:12:40 Removing intermediate container b7dbabebc3c4 19:12:40 ---> 1680537ff481 19:12:40 Step 21/22 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:12:40 ---> Running in 8c6ff4c2c33f 19:12:40 Removing intermediate container 8c6ff4c2c33f 19:12:40 ---> 707b9409a2b9 19:12:40 Step 22/22 : LABEL version=0.0.0 19:12:40 ---> Running in 4482ebe2ffb9 19:12:40 Removing intermediate container 4482ebe2ffb9 19:12:40 ---> e0234c3d8590 19:12:40 19:12:40 Successfully built e0234c3d8590 19:12:40 Successfully tagged security-proxy-setup:latest 19:12:48  Building security-proxy-setup ... done Removing intermediate container cc2ef0270174 19:12:48 ---> ecb5c007c9a3 19:12:48 19:12:48 Step 11/24 : FROM alpine:3.16 19:12:48 ---> 9c6f07244728 19:12:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:12:48 ---> Running in 874de69b2072 19:12:48 Removing intermediate container 874de69b2072 19:12:48 ---> c7406689483d 19:12:48 Step 13/24 : ENV APP_PORT=59880 19:12:48 ---> Running in 0628c89ebd6d 19:12:48 Removing intermediate container 0628c89ebd6d 19:12:48 ---> d06414f0c072 19:12:48 Step 14/24 : EXPOSE $APP_PORT 19:12:48 ---> Running in 10eb920f66d6 19:12:49 Removing intermediate container 10eb920f66d6 19:12:49 ---> c92b5256b5f7 19:12:49 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:49 ---> Running in 920b1768cc2b 19:12:49 Removing intermediate container 920b1768cc2b 19:12:49 ---> 852885a5eaff 19:12:49 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:12:49 ---> Running in 008b8284a8e9 19:12:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:51 (1/6) Installing dumb-init (1.2.5-r1) 19:12:51 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:12:51 (3/6) Installing libsodium (1.0.18-r0) 19:12:51 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:12:51 (5/6) Installing libzmq (4.3.4-r0) 19:12:51 (6/6) Installing zeromq (4.3.4-r0) 19:12:51 Executing busybox-1.35.0-r17.trigger 19:12:51 OK: 8 MiB in 20 packages 19:12:51 Removing intermediate container 008b8284a8e9 19:12:51 ---> 088d37326ce4 19:12:51 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:52 ---> 6d65d8f0ac3a 19:12:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:12:52 ---> 7ca19e1d8816 19:12:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:12:52 ---> 80974efe63c3 19:12:52 Step 20/24 : ENTRYPOINT ["/core-data"] 19:12:52 ---> Running in 969f82ee61ec 19:12:52 Removing intermediate container 969f82ee61ec 19:12:52 ---> 1de0025e7768 19:12:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:53 ---> Running in ebee4738a93b 19:12:53 Removing intermediate container ebee4738a93b 19:12:53 ---> aab76d2df117 19:12:53 Step 22/24 : LABEL arch=x86_64 19:12:53 ---> Running in 064235f0d974 19:12:53 Removing intermediate container 064235f0d974 19:12:53 ---> 4e7fd69f429c 19:12:53 Step 23/24 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:12:53 ---> Running in d46c1a00c66e 19:12:53 Removing intermediate container d46c1a00c66e 19:12:53 ---> 1f20db0253fd 19:12:53 Step 24/24 : LABEL version=0.0.0 19:12:53 ---> Running in 1693c06460b8 19:12:53 Removing intermediate container 1693c06460b8 19:12:53 ---> 265b40ae3bcd 19:12:53 19:12:53 Successfully built 265b40ae3bcd 19:12:53 Successfully tagged core-data:latest 19:12:53  Building core-data ... done  [Pipeline] } 19:12:53 $ docker stop --time=1 8dece47caaa1a0cef7335e265719d290728e30615aed8d6d61617f845924e837 19:12:54 $ docker rm -f 8dece47caaa1a0cef7335e265719d290728e30615aed8d6d61617f845924e837 [Pipeline] // withDockerContainer [Pipeline] sh 19:12:55 + docker images 19:12:55 REPOSITORY TAG IMAGE ID CREATED SIZE 19:12:55 core-data latest 265b40ae3bcd 1 second ago 21.6MB 19:12:55 ecb5c007c9a3 7 seconds ago 1.55GB 19:12:55 security-proxy-setup latest e0234c3d8590 14 seconds ago 27.4MB 19:12:55 core-metadata latest 6cfa5e6e75bc 16 seconds ago 18.2MB 19:12:55 74830f841a32 20 seconds ago 1.53GB 19:12:55 b881183b9b16 22 seconds ago 1.55GB 19:12:55 support-notifications latest 45b5094e8209 22 seconds ago 27.3MB 19:12:55 6041120ea889 38 seconds ago 1.61GB 19:12:55 sys-mgmt-agent latest 199246a925bf 38 seconds ago 136MB 19:12:55 support-scheduler latest 929e4d6ff1d3 About a minute ago 26.7MB 19:12:55 security-spire-server latest fed031893a45 About a minute ago 86.5MB 19:12:55 core-command latest 77f080955433 About a minute ago 17.3MB 19:12:55 2336eff87fd6 About a minute ago 1.42GB 19:12:55 35242bc50250 About a minute ago 1.61GB 19:12:55 499ea8717929 About a minute ago 1.54GB 19:12:55 69983f80a624 About a minute ago 1.53GB 19:12:55 security-bootstrapper latest 05d024998838 About a minute ago 19.8MB 19:12:55 security-secretstore-setup latest 022ca3d0e6ea About a minute ago 29.2MB 19:12:55 e64183f89358 2 minutes ago 1.54GB 19:12:55 fe0e9c920644 2 minutes ago 1.53GB 19:12:55 security-spire-agent latest 776ec3f832b7 2 minutes ago 125MB 19:12:55 security-spiffe-token-provider latest 34c0ae55e4ec 2 minutes ago 29.3MB 19:12:55 security-spire-config latest 78d0421eaecb 2 minutes ago 85.8MB 19:12:55 d367ade38bbd 2 minutes ago 1.58GB 19:12:55 b24e5459e1b5 2 minutes ago 1.42GB 19:12:55 64e1d62e2739 2 minutes ago 1.42GB 19:12:55 ci-base-image-x86_64 latest ecc8013e96eb 5 minutes ago 994MB 19:12:55 alpine 3.15 c4fc93816858 6 weeks ago 5.59MB 19:12:55 alpine 3.16 9c6f07244728 6 weeks ago 5.54MB 19:12:55 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 months ago 253MB 19:12:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 2 months ago 677MB 19:12:55 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] } 19:12:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:12:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:12:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:12:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:12:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:12:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:12:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:12:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:12:58 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:13:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.268s coverage: 28.7% of statements 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:13:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.605s coverage: 98.5% of statements 19:13:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/external 0.550s coverage: 72.5% of statements 19:13:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:13:22 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:13:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.619s coverage: 54.2% of statements 19:13:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:13:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:13:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.136s coverage: 89.2% of statements 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:13:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.556s coverage: 2.0% of statements 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:13:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.605s coverage: 95.6% of statements 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:13:44 ok github.com/edgexfoundry/edgex-go/internal/io 0.408s coverage: 72.2% of statements 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:13:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.573s coverage: 60.0% of statements 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:13:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.661s coverage: 0.9% of statements 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:13:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.260s coverage: 58.8% of statements 19:13:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.259s coverage: 29.6% of statements 19:13:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.336s coverage: 47.1% of statements 19:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.304s coverage: 79.5% of statements 19:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.328s coverage: 94.1% of statements 19:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.282s coverage: 96.3% of statements 19:13:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.235s coverage: 87.5% of statements 19:14:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.239s coverage: 94.4% of statements 19:14:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.246s coverage: 44.8% of statements 19:14:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.758s coverage: 80.8% of statements 19:14:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.291s coverage: 92.9% of statements 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.245s coverage: 86.9% of statements 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.214s coverage: 87.2% of statements 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.280s coverage: 58.8% of statements 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.281s coverage: 80.0% of statements 19:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.239s coverage: 87.2% of statements 19:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.311s coverage: 85.4% of statements 19:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.876s coverage: 91.2% of statements 19:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.061s coverage: 64.7% of statements 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.278s coverage: 100.0% of statements 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 89.4% of statements 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements 19:14:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.430s coverage: 65.8% of statements 19:14:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:14:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:14:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.906s coverage: 41.8% of statements 19:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.292s coverage: 89.5% of statements 19:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.299s coverage: 84.8% of statements 19:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:14:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:14:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.424s coverage: 17.7% of statements 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:14:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.757s coverage: 92.3% of statements 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:14:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.359s coverage: 63.2% of statements 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:14:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.487s coverage: 97.7% of statements 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:14:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.213s coverage: 28.9% of statements 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:14:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.208s coverage: 100.0% of statements 19:14:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements 19:14:45 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:14:45 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:14:45 GO111MODULE=on go vet ./... 19:16:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:16:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:16:37 ./bin/test-attribution-txt.sh 19:16:38 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 19:16:38 An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add 19:16:38 An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add 19:16:38 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 19:16:38 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 19:16:38 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 19:16:38 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 19:16:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:16:38 + ls -al . 19:16:38 total 744 19:16:38 drwxrwxr-x 9 1001 1001 4096 Sep 20 19:10 . 19:16:38 drwxr-xr-x 4 root root 4096 Sep 20 19:10 .. 19:16:38 -rw-rw-r-- 1 1001 1001 16 Sep 20 19:08 .dockerignore 19:16:38 drwxrwxr-x 8 1001 1001 4096 Sep 20 19:08 .git 19:16:38 drwxrwxr-x 3 1001 1001 4096 Sep 20 19:08 .github 19:16:38 -rw-rw-r-- 1 1001 1001 1030 Sep 20 19:08 .gitignore 19:16:38 -rw-rw-r-- 1 1001 1001 42 Sep 20 19:08 .golangci.yml 19:16:38 -rw-rw-r-- 1 1001 1001 87 Sep 20 19:08 .hadolint.yml 19:16:38 -rw-rw-r-- 1 1001 1001 166 Sep 20 19:08 .sonarcloud.properties 19:16:38 -rw-rw-r-- 1 1001 1001 1171 Sep 20 19:08 ADOPTERS.md 19:16:38 -rw-rw-r-- 1 1001 1001 10347 Sep 20 19:08 Attribution.txt 19:16:38 -rw-rw-r-- 1 1001 1001 63209 Sep 20 19:08 CHANGELOG.md 19:16:38 -rw-rw-r-- 1 1001 1001 3804 Sep 20 19:08 CONTRIBUTING.md 19:16:38 -rw-rw-r-- 1 1001 1001 677 Sep 20 19:08 GOVERNANCE.md 19:16:38 -rw-rw-r-- 1 1001 1001 850 Sep 20 19:08 Jenkinsfile 19:16:38 -rw-rw-r-- 1 1001 1001 10775 Sep 20 19:08 LICENSE 19:16:38 -rw-rw-r-- 1 1001 1001 13724 Sep 20 19:08 Makefile 19:16:38 -rw-rw-r-- 1 1001 1001 582 Sep 20 19:08 OWNERS.md 19:16:38 -rw-rw-r-- 1 1001 1001 9799 Sep 20 19:08 README.md 19:16:38 -rw-rw-r-- 1 1001 1001 6912 Sep 20 19:08 SECURITY.md 19:16:38 -rw-rw-r-- 1 1001 1001 5 Sep 20 19:06 VERSION 19:16:38 -rw-rw-r-- 1 1001 1001 4131 Sep 20 19:08 ZMQWindows.md 19:16:38 drwxrwxr-x 2 1001 1001 4096 Sep 20 19:08 bin 19:16:38 drwxrwxr-x 18 1001 1001 4096 Sep 20 19:08 cmd 19:16:38 -rw-r--r-- 1 root root 491929 Sep 20 19:14 coverage.out 19:16:38 -rw-rw-r-- 1 1001 1001 3670 Sep 20 19:08 go.mod 19:16:38 -rw-rw-r-- 1 1001 1001 38527 Sep 20 19:08 go.sum 19:16:38 drwxrwxr-x 8 1001 1001 4096 Sep 20 19:08 internal 19:16:38 drwxrwxr-x 3 1001 1001 4096 Sep 20 19:08 openapi 19:16:38 drwxrwxr-x 4 1001 1001 4096 Sep 20 19:08 snap 19:16:38 -rw-rw-r-- 1 1001 1001 204 Sep 20 19:08 version.go [Pipeline] sh 19:16:39 + '[' -e coverage.out ] 19:16:39 + chown 1001:1001 coverage.out [Pipeline] stash 19:16:39 Warning: overwriting stash ‘coverage-report’ 19:16:40 Stashed 1 file(s) [Pipeline] sh 19:16:41 + make build 19:16:41 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:18:18 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:19:39 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:19:39 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:20:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:20:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:20:21 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:20:28 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:20:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:20:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:20:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:20:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:20:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:21:01 $ docker stop --time=1 7bd92929ca0e8d515eee3f454414dd6e26a1e6c890611000f2079017d1e8479f 19:21:03 $ docker rm -f 7bd92929ca0e8d515eee3f454414dd6e26a1e6c890611000f2079017d1e8479f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:06 19:21:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:07 latest: Pulling from edgex-devops/edgex-compose-arm64 19:21:07 29e5d40040c1: Pulling fs layer 19:21:07 1ce36da41761: Pulling fs layer 19:21:07 25b303627fd3: Pulling fs layer 19:21:07 29e5d40040c1: Verifying Checksum 19:21:07 29e5d40040c1: Download complete 19:21:07 1ce36da41761: Verifying Checksum 19:21:07 1ce36da41761: Download complete 19:21:08 29e5d40040c1: Pull complete 19:21:09 1ce36da41761: Pull complete 19:21:09 25b303627fd3: Verifying Checksum 19:21:09 25b303627fd3: Download complete 19:21:21 25b303627fd3: Pull complete 19:21:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:21:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:21:22 prd-ubuntu20.04-docker-arm64-4c-16g-29978 does not seem to be running inside a container 19:21:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:21:24 $ docker top 082028823e466039debec651db3a8133d692b91944c42b4df36e7be4f8dc1973 -eo pid,comm [Pipeline] { [Pipeline] sh 19:21:25 + + docker-composegrep build --help 19:21:25 parallel 19:21:30 --parallel Build images in parallel. [Pipeline] } 19:21:30 $ docker stop --time=1 082028823e466039debec651db3a8133d692b91944c42b4df36e7be4f8dc1973 19:21:32 $ docker rm -f 082028823e466039debec651db3a8133d692b91944c42b4df36e7be4f8dc1973 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:21:33 prd-ubuntu20.04-docker-arm64-4c-16g-29978 does not seem to be running inside a container 19:21:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:21:34 $ docker top 5cf118d565e7bb1360c6cc8d5d076def5c3357528b38ae7c52454d6709f008c1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:21:35 + docker-compose -f ./docker-compose-build.yml build --parallel 19:21:41 Building core-command ... 19:21:41 Building core-data ... 19:21:41 Building core-metadata ... 19:21:41 Building security-bootstrapper ... 19:21:41 Building security-proxy-setup ... 19:21:41 Building security-secretstore-setup ... 19:21:41 Building security-spiffe-token-provider ... 19:21:41 Building security-spire-agent ... 19:21:41 Building security-spire-config ... 19:21:41 Building security-spire-server ... 19:21:41 Building support-notifications ... 19:21:41 Building support-scheduler ... 19:21:41 Building sys-mgmt-agent ... 19:21:41 Building support-scheduler 19:21:41 Building core-data 19:21:41 Building core-metadata 19:21:41 Building support-notifications 19:21:41 Building security-proxy-setup 19:22:28 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:22:28 ---> 47ef5e03ee80 19:22:28 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:22:28 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:22:28 ---> 47ef5e03ee80 19:22:28 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:22:28 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:22:28 ---> 47ef5e03ee80 19:22:28 Step 3/22 : WORKDIR /edgex-go 19:22:28 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:28 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:22:28 ---> 47ef5e03ee80 19:22:28 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:22:28 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:22:28 ---> 47ef5e03ee80 19:22:28 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:22:28 ---> Running in 72b55fc2c217 19:22:28 ---> Running in 0c4e0934985d 19:22:28 ---> Running in f8927f1077a6 19:22:28 ---> Running in 67ce0da62265 19:22:28 ---> Running in f32b823dc8fb 19:22:28 Removing intermediate container f8927f1077a6 19:22:28 ---> fec941030ccb 19:22:28 Step 4/23 : WORKDIR /edgex-go 19:22:28 Removing intermediate container 72b55fc2c217 19:22:28 ---> 103bcd512f48 19:22:28 Step 4/24 : WORKDIR /edgex-go 19:22:28 Removing intermediate container 67ce0da62265 19:22:28 ---> ea8fdb8ed9d2 19:22:28 Step 4/23 : WORKDIR /edgex-go 19:22:28 ---> Running in d88472d2ffab 19:22:28 ---> Running in 4d131633eaba 19:22:28 Removing intermediate container 0c4e0934985d 19:22:28 ---> 428465a22655 19:22:28 Step 4/25 : WORKDIR /edgex-go 19:22:28 ---> Running in e86c077bcb4f 19:22:28 Removing intermediate container f32b823dc8fb 19:22:28 ---> 8fd298e4fce9 19:22:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:28 ---> Running in 929bd353274c 19:22:28 ---> Running in b09519f73dfd 19:22:28 Removing intermediate container 4d131633eaba 19:22:28 ---> 4342333a3cea 19:22:28 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:28 Removing intermediate container d88472d2ffab 19:22:28 ---> 677d32f7e2e7 19:22:28 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:28 Removing intermediate container e86c077bcb4f 19:22:28 ---> 03d706e18daf 19:22:28 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:28 ---> Running in d8a2f276b4f8 19:22:28 ---> Running in 5b2c68a07b77 19:22:28 ---> Running in fa50d9f7fabc 19:22:28 Removing intermediate container b09519f73dfd 19:22:28 ---> 3a065d7b0b1f 19:22:28 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:28 ---> Running in 4f2a40bf8680 19:22:29 Removing intermediate container 929bd353274c 19:22:29 ---> bc38f3b08a93 19:22:29 Step 5/22 : RUN apk add --update --no-cache make git 19:22:29 ---> Running in 792e6f3a700d 19:22:30 Removing intermediate container d8a2f276b4f8 19:22:30 ---> 2b05cc192877 19:22:30 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:22:30 ---> Running in 861a64fabd04 19:22:30 Removing intermediate container fa50d9f7fabc 19:22:30 ---> 43217b8ca30d 19:22:30 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:22:30 Removing intermediate container 5b2c68a07b77 19:22:30 ---> 5f5bd5f8c265 19:22:30 Step 6/23 : RUN apk add --update --no-cache make git 19:22:30 ---> Running in 2b9e78d1c75b 19:22:30 ---> Running in f5f880e834fe 19:22:30 Removing intermediate container 4f2a40bf8680 19:22:30 ---> e6e6a64e8f18 19:22:30 Step 6/25 : RUN apk add --update --no-cache make git 19:22:31 ---> Running in 9aeb396d01c5 19:22:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:33 OK: 221 MiB in 51 packages 19:22:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:34 OK: 221 MiB in 51 packages 19:22:34 Removing intermediate container 792e6f3a700d 19:22:34 ---> 44c2386638bb 19:22:34 Step 6/22 : COPY go.mod vendor* ./ 19:22:34 OK: 221 MiB in 51 packages 19:22:35 OK: 221 MiB in 51 packages 19:22:35 OK: 221 MiB in 51 packages 19:22:36 Removing intermediate container 861a64fabd04 19:22:36 ---> 67a712158018 19:22:36 Step 7/24 : COPY go.mod vendor* ./ 19:22:36 ---> a5fbca7c2d1a 19:22:36 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:36 ---> Running in fd976dec99cb 19:22:36 Removing intermediate container 2b9e78d1c75b 19:22:36 ---> 74deb2ee7d6f 19:22:36 Step 7/23 : COPY go.mod vendor* ./ 19:22:36 Removing intermediate container f5f880e834fe 19:22:36 ---> 45d595c64f61 19:22:36 Step 7/23 : COPY go.mod vendor* ./ 19:22:36 Removing intermediate container 9aeb396d01c5 19:22:36 ---> 048216d71431 19:22:36 Step 7/25 : COPY go.mod vendor* ./ 19:22:37 ---> 43a5663786c0 19:22:37 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:37 ---> Running in f3ac6c48c56c 19:22:37 ---> 94a71100e033 19:22:38 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:38 ---> Running in 48d72de1e2c9 19:22:38 ---> 040a5251d211 19:22:38 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:38 ---> caa06ceeb382 19:22:38 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:38 ---> Running in 76e8c2d3d6ae 19:22:38 ---> Running in 7b77d7b9ada1 19:23:35 Removing intermediate container 76e8c2d3d6ae 19:23:35 ---> 16b3c66f4225 19:23:35 Step 9/23 : COPY . . 19:23:35 Removing intermediate container f3ac6c48c56c 19:23:35 ---> 505632b0859a 19:23:35 Step 9/24 : COPY . . 19:23:35 Removing intermediate container fd976dec99cb 19:23:35 ---> 6be1e4299f44 19:23:35 Step 8/22 : COPY . . 19:23:35 Removing intermediate container 48d72de1e2c9 19:23:35 ---> 1b25c5efac8a 19:23:35 Step 9/23 : COPY . . 19:23:35 Removing intermediate container 7b77d7b9ada1 19:23:35 ---> d08c3c9db7f7 19:23:35 Step 9/25 : COPY . . 19:23:50 ---> 85101ddb9546 19:23:50 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:23:50 ---> ba7701bf881e 19:23:50 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:23:50 ---> 9977949b75fb 19:23:50 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:23:50 ---> beba9bc022a9 19:23:50 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:23:50 ---> Running in 5b8bd507eb68 19:23:50 ---> Running in 5716e99507af 19:23:50 ---> Running in 7fee45bc16cf 19:23:50 ---> Running in 9c6d364f82aa 19:23:50 ---> 039951dc37c0 19:23:50 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:23:50 ---> Running in 7bdb61b986e7 19:23:51 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:23:52 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:23:52 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:23:52 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:23:52 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:29:29 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:29:45 Removing intermediate container 9c6d364f82aa 19:29:45 ---> f4799cfab397 19:29:45 19:29:45 Step 10/22 : FROM alpine:3.16 19:29:45 3.16: Pulling from library/alpine 19:29:46 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:29:46 Status: Downloaded newer image for alpine:3.16 19:29:46 ---> a6215f271958 19:29:46 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:29:46 ---> Running in 0b737e709279 19:29:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:29:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:29:50 (1/6) Installing ca-certificates (20220614-r0) 19:29:50 (2/6) Installing brotli-libs (1.0.9-r6) 19:29:50 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:29:50 (4/6) Installing libcurl (7.83.1-r3) 19:29:50 (5/6) Installing curl (7.83.1-r3) 19:29:50 (6/6) Installing dumb-init (1.2.5-r1) 19:29:50 Executing busybox-1.35.0-r17.trigger 19:29:50 Executing ca-certificates-20220614-r0.trigger 19:29:50 OK: 8 MiB in 20 packages 19:29:52 Removing intermediate container 0b737e709279 19:29:52 ---> 712bd572761b 19:29:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:29:53 ---> Running in 38759cecce93 19:29:53 Removing intermediate container 38759cecce93 19:29:53 ---> 9e7db2c1db51 19:29:53 Step 13/22 : WORKDIR /edgex 19:29:53 ---> Running in 7d0b2b54bd29 19:29:53 Removing intermediate container 7d0b2b54bd29 19:29:53 ---> 50b471c1bd32 19:29:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:29:54 ---> 5ef49eefac01 19:29:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:29:56 ---> 6280d725f923 19:29:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:29:57 ---> c289459f9cad 19:29:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:29:58 ---> 3129c74df52e 19:29:58 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:29:59 ---> Running in c2e27048144e 19:30:02 Removing intermediate container c2e27048144e 19:30:02 ---> f44cefa55b62 19:30:02 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:30:02 ---> Running in 1f72bc87d1fc 19:30:02 Removing intermediate container 1f72bc87d1fc 19:30:02 ---> c2f100c1ce6f 19:30:02 Step 20/22 : LABEL arch=arm64 19:30:03 ---> Running in 2d96fc6c7948 19:30:03 Removing intermediate container 2d96fc6c7948 19:30:03 ---> 4c4a44d89628 19:30:03 Step 21/22 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:30:04 ---> Running in b0a1638d0882 19:30:04 Removing intermediate container b0a1638d0882 19:30:04 ---> 44407eaa093d 19:30:04 Step 22/22 : LABEL version=0.0.0 19:30:04 ---> Running in 7bd985fba431 19:30:05 Removing intermediate container 7bd985fba431 19:30:05 ---> 39e9802ce00c 19:30:05 19:30:05 Successfully built 39e9802ce00c 19:30:05 Successfully tagged security-proxy-setup-arm64:latest 19:30:05  Building security-proxy-setup ... done Building security-spire-server 19:30:23 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:30:23 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:30:23 ---> 47ef5e03ee80 19:30:23 Step 3/25 : WORKDIR /edgex-go 19:30:23 ---> Using cache 19:30:23 ---> 8fd298e4fce9 19:30:23 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:23 ---> Using cache 19:30:23 ---> bc38f3b08a93 19:30:23 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:30:23 ---> Running in 14a81c774c7a 19:30:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:30:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:30:27 OK: 221 MiB in 51 packages 19:30:29 Removing intermediate container 14a81c774c7a 19:30:29 ---> be128f2720a9 19:30:29 Step 6/25 : COPY go.mod vendor* ./ 19:30:30 ---> 6fcd759bda7d 19:30:30 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:30:30 ---> Running in aec2591004db 19:30:48 Removing intermediate container 7bdb61b986e7 19:30:48 ---> 22fb05642dad 19:30:48 19:30:48 Step 11/25 : FROM alpine:3.16 19:30:48 ---> a6215f271958 19:30:48 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:30:49 ---> Running in 54b154b91642 19:30:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:30:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:30:52 (1/1) Installing dumb-init (1.2.5-r1) 19:30:52 Executing busybox-1.35.0-r17.trigger 19:30:52 OK: 5 MiB in 15 packages 19:30:54 Removing intermediate container 54b154b91642 19:30:54 ---> 7835a02d84da 19:30:54 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:30:54 ---> Running in 49e4e8e0639f 19:30:54 Removing intermediate container 49e4e8e0639f 19:30:54 ---> 60829d96dbbc 19:30:54 Step 14/25 : ENV APP_PORT=59881 19:30:55 ---> Running in e1c62cd1553e 19:30:55 Removing intermediate container e1c62cd1553e 19:30:55 ---> 6f5086d39e06 19:30:55 Step 15/25 : EXPOSE $APP_PORT 19:30:55 ---> Running in eff2c7d8c22a 19:30:56 Removing intermediate container eff2c7d8c22a 19:30:56 ---> d4fa782a0cf5 19:30:56 Step 16/25 : WORKDIR / 19:30:56 ---> Running in 2bd0c7cdd7a6 19:30:56 Removing intermediate container 2bd0c7cdd7a6 19:30:56 ---> 3c96c2de57a3 19:30:56 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:57 ---> 072f339d3a7b 19:30:57 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:31:00 ---> edd1064d3acc 19:31:00 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:31:01 ---> 2ef6781c6b98 19:31:01 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:31:03 ---> 58e735ac5ed0 19:31:03 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:31:03 ---> Running in d31de3584c7d 19:31:04 Removing intermediate container d31de3584c7d 19:31:04 ---> ec735595eee1 19:31:04 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:31:04 ---> Running in 69ca146ee786 19:31:05 Removing intermediate container 69ca146ee786 19:31:05 ---> 6cdb7eb08b7b 19:31:05 Step 23/25 : LABEL arch=arm64 19:31:05 ---> Running in c22fb2cbadf9 19:31:06 Removing intermediate container c22fb2cbadf9 19:31:06 ---> 2c8d5cf1cae2 19:31:06 Step 24/25 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:31:06 ---> Running in cb33a4013b1f 19:31:07 Removing intermediate container cb33a4013b1f 19:31:07 ---> 9499a2a85a34 19:31:07 Step 25/25 : LABEL version=0.0.0 19:31:07 ---> Running in d8dd0f9b9fe8 19:31:08 Removing intermediate container d8dd0f9b9fe8 19:31:08 ---> 528cfd0958fc 19:31:08 19:31:09 Successfully built 528cfd0958fc 19:31:09 Successfully tagged core-metadata-arm64:latest 19:31:09 Building security-secretstore-setup 19:31:31  Building core-metadata ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:31 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:31:31 ---> 47ef5e03ee80 19:31:31 Step 3/25 : WORKDIR /edgex-go 19:31:31 ---> Using cache 19:31:31 ---> 8fd298e4fce9 19:31:31 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:31 ---> Using cache 19:31:31 ---> bc38f3b08a93 19:31:31 Step 5/25 : RUN apk add --update --no-cache make git 19:31:31 ---> Using cache 19:31:31 ---> 44c2386638bb 19:31:31 Step 6/25 : COPY go.mod vendor* ./ 19:31:31 ---> Using cache 19:31:31 ---> a5fbca7c2d1a 19:31:31 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:31 ---> Using cache 19:31:31 ---> 6be1e4299f44 19:31:31 Step 8/25 : COPY . . 19:31:31 ---> Using cache 19:31:31 ---> 9977949b75fb 19:31:31 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:31:31 ---> Running in ad90dd4eb7df 19:31:31 Removing intermediate container aec2591004db 19:31:31 ---> a1e0b699e194 19:31:31 Step 8/25 : COPY . . 19:31:32 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:31:38 Removing intermediate container 5716e99507af 19:31:38 ---> b959b5b63ddc 19:31:38 19:31:38 Step 11/24 : FROM alpine:3.16 19:31:38 ---> a6215f271958 19:31:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:31:38 ---> Running in 0ca05e385f4c 19:31:39 Removing intermediate container 0ca05e385f4c 19:31:39 ---> d3076d7cb926 19:31:39 Step 13/24 : ENV APP_PORT=59880 19:31:39 ---> Running in 4f0d655a36d2 19:31:40 Removing intermediate container 4f0d655a36d2 19:31:40 ---> fbc722be09fb 19:31:40 Step 14/24 : EXPOSE $APP_PORT 19:31:40 ---> Running in 09a5035f530f 19:31:41 Removing intermediate container 09a5035f530f 19:31:41 ---> 5aa6ac6b80c6 19:31:41 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:41 ---> Running in daad77383427 19:31:47 Removing intermediate container daad77383427 19:31:47 ---> cf57d9530f8f 19:31:47 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:31:47 ---> Running in 75c2610a628e 19:31:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:31:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:31:51 ---> a78b403990f8 19:31:51 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:31:51 ---> Running in 8e38be78c66b 19:31:51 (1/6) Installing dumb-init (1.2.5-r1) 19:31:51 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:31:52 (3/6) Installing libsodium (1.0.18-r0) 19:31:52 Removing intermediate container 8e38be78c66b 19:31:52 ---> 996605ee2ee9 19:31:52 Step 10/25 : WORKDIR /edgex-go/spire-build 19:31:52 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:31:52 ---> Running in 88eb77c13015 19:31:52 (5/6) Installing libzmq (4.3.4-r0) 19:31:52 (6/6) Installing zeromq (4.3.4-r0) 19:31:52 Executing busybox-1.35.0-r17.trigger 19:31:52 Removing intermediate container 88eb77c13015 19:31:52 ---> e8822f8591ca 19:31:52 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:31:52 OK: 8 MiB in 20 packages 19:31:52 ---> Running in 52f3461a5b6a 19:31:54 Removing intermediate container 75c2610a628e 19:31:54 ---> 8621b09d56fe 19:31:54 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:56 ---> 8ea2dbcd8bbd 19:31:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:31:56 Removing intermediate container 52f3461a5b6a 19:31:56 ---> 1b5d4e42b8d7 19:31:56 Step 12/25 : WORKDIR /edgex-go 19:31:56 ---> Running in 2c9d44bb3600 19:31:57 Removing intermediate container 2c9d44bb3600 19:31:57 ---> 6ccb247d206c 19:31:57 19:31:57 Step 13/25 : FROM alpine:3.15 19:31:57 3.15: Pulling from library/alpine 19:31:58 ---> 5dbe800411cc 19:31:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:32:00 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:32:00 Status: Downloaded newer image for alpine:3.15 19:32:00 ---> 02e0d6fdf486 19:32:00 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:32:00 ---> Running in a853e167eb81 19:32:00 ---> 1dd08366a0f2 19:32:00 Step 20/24 : ENTRYPOINT ["/core-data"] 19:32:00 ---> Running in bfce90a8fe35 19:32:00 Removing intermediate container bfce90a8fe35 19:32:00 ---> 3ef216a5b6b5 19:32:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:32:00 Removing intermediate container a853e167eb81 19:32:00 ---> be635ee1f628 19:32:00 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:01 ---> Running in ed7521e3649f 19:32:01 ---> Running in 7e436454cb44 19:32:01 Removing intermediate container ed7521e3649f 19:32:01 ---> 60649eb98744 19:32:01 Step 22/24 : LABEL arch=arm64 19:32:02 ---> Running in a7aa60deefdc 19:32:03 Removing intermediate container a7aa60deefdc 19:32:03 ---> 947f22a9b490 19:32:03 Step 23/24 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:32:03 ---> Running in 7c06299e0e3f 19:32:03 Removing intermediate container 7c06299e0e3f 19:32:03 ---> caaa65b4fb73 19:32:03 Step 24/24 : LABEL version=0.0.0 19:32:03 ---> Running in 87c49b0bd48c 19:32:04 Removing intermediate container 87c49b0bd48c 19:32:04 ---> 9a3e806152da 19:32:04 19:32:05 Removing intermediate container 7e436454cb44 19:32:05 ---> f3a33ac1067f 19:32:05 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:32:05 Successfully built 9a3e806152da 19:32:05 ---> Running in bad062e79aa6 19:32:05 Successfully tagged core-data-arm64:latest 19:32:05  Building core-data ... done Building sys-mgmt-agent 19:32:07 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:32:08 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:32:09 v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:32:09 v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:32:09 OK: 15734 distinct packages available 19:32:09 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:32:10 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:32:12 (1/5) Installing dumb-init (1.2.5-r1) 19:32:12 (2/5) Installing musl-obstack (1.2.3-r0) 19:32:12 (3/5) Installing libucontext (1.1-r0) 19:32:12 (4/5) Installing gcompat (1.0.0-r4) 19:32:12 (5/5) Installing openssl (1.1.1q-r0) 19:32:13 Executing busybox-1.34.1-r7.trigger 19:32:13 OK: 6 MiB in 19 packages 19:32:15 Removing intermediate container bad062e79aa6 19:32:15 ---> a8c85ee26453 19:32:15 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:32:22 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:32:22 ---> 47ef5e03ee80 19:32:22 Step 3/23 : WORKDIR /edgex-go 19:32:22 ---> Using cache 19:32:22 ---> 8fd298e4fce9 19:32:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:22 ---> Using cache 19:32:22 ---> bc38f3b08a93 19:32:22 Step 5/23 : RUN apk add --update --no-cache make bash git 19:32:22 ---> Running in bc4059403615 19:32:24 ---> caf71ea05e52 19:32:24 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:32:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:32:25 ---> 503ee06b3c6c 19:32:25 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:32:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:32:26 ---> 2aea8e604201 19:32:26 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:32:27 ---> fea17287a597 19:32:27 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:32:27 ---> Running in 1affece8c3bc 19:32:27 OK: 221 MiB in 51 packages 19:32:27 Removing intermediate container 1affece8c3bc 19:32:27 ---> 09c107512513 19:32:27 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:32:28 ---> Running in 28990e9457c5 19:32:29 Removing intermediate container bc4059403615 19:32:29 ---> b08e58328774 19:32:29 Step 6/23 : COPY go.mod vendor* ./ 19:32:29 Removing intermediate container 28990e9457c5 19:32:29 ---> 77d613044075 19:32:29 Step 23/25 : LABEL arch=arm64 19:32:29 ---> Running in ea72ef377120 19:32:30 Removing intermediate container ea72ef377120 19:32:30 ---> ede69fac0878 19:32:30 Step 24/25 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:32:30 ---> Running in 6466c2b80c33 19:32:30 ---> 239a8bcca148 19:32:30 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:30 ---> Running in b8d3d5a1913b 19:32:31 Removing intermediate container 6466c2b80c33 19:32:31 ---> 052240ef6444 19:32:31 Step 25/25 : LABEL version=0.0.0 19:32:31 ---> Running in 071539548b4e 19:32:32 Removing intermediate container 071539548b4e 19:32:32 ---> 10bcfb48acc9 19:32:32 19:32:32 Successfully built 10bcfb48acc9 19:32:32 Successfully tagged security-spire-server-arm64:latest 19:32:32  Building security-spire-server ... done Building security-spire-agent 19:32:51 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:32:51 ---> 47ef5e03ee80 19:32:51 Step 3/26 : WORKDIR /edgex-go 19:32:51 ---> Using cache 19:32:51 ---> 8fd298e4fce9 19:32:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:51 ---> Using cache 19:32:51 ---> bc38f3b08a93 19:32:51 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:32:51 ---> Using cache 19:32:51 ---> be128f2720a9 19:32:51 Step 6/26 : COPY go.mod vendor* ./ 19:32:51 ---> Using cache 19:32:51 ---> 6fcd759bda7d 19:32:51 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:51 ---> Using cache 19:32:51 ---> a1e0b699e194 19:32:51 Step 8/26 : COPY . . 19:32:51 ---> Using cache 19:32:51 ---> a78b403990f8 19:32:51 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:32:51 ---> Using cache 19:32:51 ---> 996605ee2ee9 19:32:51 Step 10/26 : WORKDIR /edgex-go/spire-build 19:32:51 ---> Using cache 19:32:51 ---> e8822f8591ca 19:32:51 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:32:51 ---> Running in ac7a44b4416b 19:32:52 Removing intermediate container ac7a44b4416b 19:32:52 ---> dd269a0933e6 19:32:52 Step 12/26 : WORKDIR /edgex-go 19:32:52 ---> Running in eb1a5106ca16 19:32:53 Removing intermediate container eb1a5106ca16 19:32:53 ---> 11bbe041aa74 19:32:53 19:32:53 Step 13/26 : FROM alpine:3.15 19:32:53 ---> 02e0d6fdf486 19:32:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:32:53 ---> Using cache 19:32:53 ---> be635ee1f628 19:32:53 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:53 ---> Using cache 19:32:53 ---> f3a33ac1067f 19:32:53 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:32:53 ---> Using cache 19:32:53 ---> a8c85ee26453 19:32:53 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:32:56 ---> cc09237bac2a 19:32:56 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:33:03 ---> 069a7107b04b 19:33:03 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:33:03 ---> 39a979ac23fe 19:33:03 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:33:05 ---> e99e46dc609c 19:33:05 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:33:07 ---> 007abaf1bbf1 19:33:07 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:33:07 ---> Running in 9e550fa8b325 19:33:08 Removing intermediate container 9e550fa8b325 19:33:08 ---> d3de3096e893 19:33:08 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:33:08 ---> Running in 033a4b36dcda 19:33:10 Removing intermediate container 033a4b36dcda 19:33:10 ---> 805deea66bab 19:33:10 Step 24/26 : LABEL arch=arm64 19:33:10 ---> Running in aca6240f3e32 19:33:11 Removing intermediate container aca6240f3e32 19:33:11 ---> f6a25193d62a 19:33:11 Step 25/26 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:33:11 ---> Running in 1a751e49cb96 19:33:13 Removing intermediate container 1a751e49cb96 19:33:13 ---> bfce304c836f 19:33:13 Step 26/26 : LABEL version=0.0.0 19:33:13 ---> Running in 1e9c824232c9 19:33:15 Removing intermediate container 1e9c824232c9 19:33:15 ---> db153d9beea4 19:33:15 19:33:16 Successfully built db153d9beea4 19:33:16 Successfully tagged security-spire-agent-arm64:latest 19:33:16 Building security-bootstrapper 19:33:43  Building security-spire-agent ... done Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:43 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:33:43 ---> 47ef5e03ee80 19:33:43 Step 3/33 : WORKDIR /edgex-go 19:33:43 ---> Using cache 19:33:43 ---> 8fd298e4fce9 19:33:43 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:43 ---> Using cache 19:33:43 ---> bc38f3b08a93 19:33:43 Step 5/33 : RUN apk add --update --no-cache make git 19:33:43 ---> Using cache 19:33:43 ---> 44c2386638bb 19:33:43 Step 6/33 : COPY go.mod vendor* ./ 19:33:43 ---> Using cache 19:33:43 ---> a5fbca7c2d1a 19:33:43 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:43 ---> Using cache 19:33:43 ---> 6be1e4299f44 19:33:43 Step 8/33 : COPY . . 19:33:43 Removing intermediate container 7fee45bc16cf 19:33:43 ---> 74f2b5cda06e 19:33:43 19:33:43 Step 11/23 : FROM alpine:3.16 19:33:43 ---> a6215f271958 19:33:43 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:33:43 ---> Using cache 19:33:43 ---> 7835a02d84da 19:33:43 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:33:43 ---> Using cache 19:33:43 ---> 60829d96dbbc 19:33:43 Step 14/23 : ENV APP_PORT=59861 19:33:43 ---> Using cache 19:33:43 ---> 9977949b75fb 19:33:43 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:33:43 ---> Running in e408fc494cf3 19:33:43 ---> Running in 2682d770ec2e 19:33:43 Removing intermediate container 5b8bd507eb68 19:33:43 ---> 142ae47f004c 19:33:43 19:33:43 Step 11/23 : FROM alpine:3.16 19:33:43 ---> a6215f271958 19:33:43 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:33:43 ---> Running in 5ffd8a51c967 19:33:43 Removing intermediate container e408fc494cf3 19:33:43 ---> 18d115c775c8 19:33:43 Step 15/23 : EXPOSE $APP_PORT 19:33:43 ---> Running in 5537217fdf08 19:33:43 Removing intermediate container 5537217fdf08 19:33:43 ---> 23782ddf2e76 19:33:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:33:43 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:33:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:33:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:33:43 ---> b3b4c7258004 19:33:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:33:45 (1/2) Installing ca-certificates (20220614-r0) 19:33:45 (2/2) Installing dumb-init (1.2.5-r1) 19:33:45 Executing busybox-1.35.0-r17.trigger 19:33:45 Executing ca-certificates-20220614-r0.trigger 19:33:45 OK: 6 MiB in 16 packages 19:33:45 Removing intermediate container b8d3d5a1913b 19:33:45 ---> f942d5bc9ef7 19:33:45 Step 8/23 : COPY . . 19:33:47 ---> 0b549d9aea14 19:33:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:33:48 ---> 61fbba217eca 19:33:48 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:33:48 Removing intermediate container 5ffd8a51c967 19:33:48 ---> 85f72b3d9479 19:33:48 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:33:48 ---> Running in 0c18aaf41996 19:33:48 ---> Running in f4a5556dc721 19:33:50 Removing intermediate container f4a5556dc721 19:33:50 ---> 411647929f7b 19:33:50 Step 14/23 : ENV APP_PORT=59860 19:33:50 Removing intermediate container 0c18aaf41996 19:33:50 ---> 9672ad288dd1 19:33:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:33:50 ---> Running in 787c357119fd 19:33:50 ---> Running in d33d7d6598d1 19:33:51 Removing intermediate container d33d7d6598d1 19:33:51 ---> b7b6e495381e 19:33:51 Step 21/23 : LABEL arch=arm64 19:33:51 Removing intermediate container 787c357119fd 19:33:51 ---> 121259520efb 19:33:51 Step 15/23 : EXPOSE $APP_PORT 19:33:51 ---> Running in 8857a6fd4ef5 19:33:51 ---> Running in ec9b8876f5b3 19:33:53 Removing intermediate container ec9b8876f5b3 19:33:53 ---> 1487980589e1 19:33:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:33:53 Removing intermediate container 8857a6fd4ef5 19:33:53 ---> 49bb05df17c8 19:33:53 Step 22/23 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:33:53 ---> Running in b2b97091ae8d 19:33:54 Removing intermediate container b2b97091ae8d 19:33:54 ---> 9514d7c71e3e 19:33:54 Step 23/23 : LABEL version=0.0.0 19:33:54 ---> Running in f97efc9677ba 19:33:54 ---> b8bec097f879 19:33:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:33:54 Removing intermediate container f97efc9677ba 19:33:54 ---> c0d8fc0721b5 19:33:54 19:33:55 Successfully built c0d8fc0721b5 19:33:55 Successfully tagged support-scheduler-arm64:latest 19:33:55 Building core-command 19:33:58  Building support-scheduler ... done  ---> fbbebb81fbbd 19:33:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:34:00 ---> 3046f5a91f80 19:34:00 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:34:00 ---> Running in 38489ea5d1e1 19:34:01 Removing intermediate container 38489ea5d1e1 19:34:01 ---> d0f266d8f32c 19:34:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:34:01 ---> Running in 505fa5e8d627 19:34:02 Removing intermediate container 505fa5e8d627 19:34:02 ---> 44de5518be57 19:34:02 Step 21/23 : LABEL arch=arm64 19:34:02 ---> Running in 95e1eec64a63 19:34:03 Removing intermediate container 95e1eec64a63 19:34:03 ---> 7aac655f4070 19:34:03 Step 22/23 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:34:04 ---> Running in 972da6dc50ac 19:34:05 Removing intermediate container 972da6dc50ac 19:34:05 ---> afd73e5031b8 19:34:05 Step 23/23 : LABEL version=0.0.0 19:34:05 ---> Running in b4ed457b289e 19:34:06 Removing intermediate container b4ed457b289e 19:34:06 ---> a37dc0d69c36 19:34:06 19:34:07 Successfully built a37dc0d69c36 19:34:07 Successfully tagged support-notifications-arm64:latest 19:34:07  Building support-notifications ... done Building security-spiffe-token-provider 19:34:07 ---> 0a4715fd5d6a 19:34:07 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:34:07 ---> Running in f6ad749d9787 19:34:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:34:20 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:34:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:34:20 ---> 47ef5e03ee80 19:34:20 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:34:20 ---> Using cache 19:34:20 ---> 428465a22655 19:34:20 Step 4/24 : WORKDIR /edgex-go 19:34:20 ---> Using cache 19:34:20 ---> 3a065d7b0b1f 19:34:20 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:20 ---> Using cache 19:34:20 ---> e6e6a64e8f18 19:34:20 Step 6/24 : RUN apk add --update --no-cache make git 19:34:20 ---> Using cache 19:34:20 ---> 048216d71431 19:34:20 Step 7/24 : COPY go.mod vendor* ./ 19:34:20 ---> Using cache 19:34:20 ---> caa06ceeb382 19:34:20 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:20 ---> Using cache 19:34:20 ---> d08c3c9db7f7 19:34:20 Step 9/24 : COPY . . 19:34:20 ---> Using cache 19:34:20 ---> 039951dc37c0 19:34:20 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:34:21 ---> Running in 21fd2b29ae4e 19:34:23 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:34:32 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:34:32 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:34:32 ---> 47ef5e03ee80 19:34:32 Step 3/20 : WORKDIR /edgex-go 19:34:32 ---> Using cache 19:34:32 ---> 8fd298e4fce9 19:34:32 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:34:32 ---> Running in 31bb1086f0e8 19:34:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:34:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:34:36 v3.16.2-176-g217b4b6f4b [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:34:36 v3.16.2-184-g3f729d91ce [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:34:36 OK: 16894 distinct packages available 19:34:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:34:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:34:38 OK: 221 MiB in 51 packages 19:34:40 Removing intermediate container 31bb1086f0e8 19:34:40 ---> e6f9fb051b11 19:34:40 Step 5/20 : COPY go.mod vendor* ./ 19:34:41 ---> e2381a586860 19:34:41 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:41 ---> Running in fc87d8100a04 19:35:38 Removing intermediate container fc87d8100a04 19:35:38 ---> d4f349423ecf 19:35:38 Step 7/20 : COPY . . 19:35:43 ---> 724ad2553cca 19:35:43 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:35:43 ---> Running in add0d8d89851 19:35:45 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:36:24 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:36:46 Removing intermediate container ad90dd4eb7df 19:36:46 ---> 261763f135cb 19:36:46 19:36:46 Step 10/25 : FROM alpine:3.16 19:36:46 ---> a6215f271958 19:36:46 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:36:46 ---> Running in 9248bd962c59 19:36:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:36:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:36:48 (1/3) Installing ca-certificates (20220614-r0) 19:36:48 (2/3) Installing dumb-init (1.2.5-r1) 19:36:48 (3/3) Installing su-exec (0.2-r1) 19:36:48 Executing busybox-1.35.0-r17.trigger 19:36:48 Executing ca-certificates-20220614-r0.trigger 19:36:49 OK: 6 MiB in 17 packages 19:36:51 Removing intermediate container 9248bd962c59 19:36:51 ---> 7791738de5cc 19:36:51 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:36:51 ---> Running in d7982306c84e 19:36:51 Removing intermediate container d7982306c84e 19:36:51 ---> 3935bb16066a 19:36:51 Step 13/25 : WORKDIR / 19:36:52 ---> Running in 63499b323363 19:36:52 Removing intermediate container 63499b323363 19:36:52 ---> 80f838c5ffab 19:36:52 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:36:53 ---> cffe6147e5e1 19:36:53 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:36:54 ---> e5dfc1d4b1d0 19:36:54 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:36:55 ---> f2a32563c070 19:36:55 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:36:56 ---> f1b9a0f5c8a4 19:36:56 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:36:58 ---> 32b3b0988cb5 19:36:58 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:37:00 ---> 4639f788a3c8 19:37:00 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:37:01 ---> 19533acbe544 19:37:01 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:37:01 ---> Running in 5b0b613df8b3 19:37:04 Removing intermediate container 5b0b613df8b3 19:37:04 ---> ec2f5aecd3d5 19:37:04 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:37:04 ---> Running in 587ae14b7129 19:37:04 Removing intermediate container 587ae14b7129 19:37:04 ---> 183affac4a4a 19:37:04 Step 23/25 : LABEL arch=arm64 19:37:04 ---> Running in 31699ce28a50 19:37:05 Removing intermediate container 31699ce28a50 19:37:05 ---> 2f722cd70154 19:37:05 Step 24/25 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:37:05 ---> Running in 12fc33ae03e3 19:37:06 Removing intermediate container 12fc33ae03e3 19:37:06 ---> 0ff618734516 19:37:06 Step 25/25 : LABEL version=0.0.0 19:37:06 ---> Running in 0220dc296e48 19:37:06 Removing intermediate container 0220dc296e48 19:37:06 ---> 5889d20d493d 19:37:06 19:37:07 Successfully built 5889d20d493d 19:37:07 Successfully tagged security-secretstore-setup-arm64:latest 19:37:07  Building security-secretstore-setup ... done Building security-spire-config 19:37:22 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:37:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:37:22 ---> 47ef5e03ee80 19:37:22 Step 3/26 : WORKDIR /edgex-go 19:37:22 ---> Using cache 19:37:22 ---> 8fd298e4fce9 19:37:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:37:22 ---> Using cache 19:37:22 ---> bc38f3b08a93 19:37:22 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:37:22 ---> Using cache 19:37:22 ---> be128f2720a9 19:37:22 Step 6/26 : COPY go.mod vendor* ./ 19:37:22 ---> Using cache 19:37:22 ---> 6fcd759bda7d 19:37:22 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:22 ---> Using cache 19:37:22 ---> a1e0b699e194 19:37:22 Step 8/26 : COPY . . 19:37:22 ---> Using cache 19:37:22 ---> a78b403990f8 19:37:22 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:37:22 ---> Using cache 19:37:22 ---> 996605ee2ee9 19:37:22 Step 10/26 : WORKDIR /edgex-go/spire-build 19:37:22 ---> Using cache 19:37:22 ---> e8822f8591ca 19:37:22 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:37:22 ---> Using cache 19:37:22 ---> dd269a0933e6 19:37:22 Step 12/26 : WORKDIR /edgex-go 19:37:22 ---> Using cache 19:37:22 ---> 11bbe041aa74 19:37:22 19:37:22 Step 13/26 : FROM alpine:3.15 19:37:22 ---> 02e0d6fdf486 19:37:22 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:37:22 ---> Using cache 19:37:22 ---> be635ee1f628 19:37:22 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:37:22 ---> Using cache 19:37:22 ---> f3a33ac1067f 19:37:22 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:37:22 ---> Running in 20f7b1624cee 19:37:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:37:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:37:27 v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:37:27 v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:37:27 OK: 15734 distinct packages available 19:37:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:37:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:37:30 (1/4) Installing dumb-init (1.2.5-r1) 19:37:30 (2/4) Installing musl-obstack (1.2.3-r0) 19:37:30 (3/4) Installing libucontext (1.1-r0) 19:37:30 (4/4) Installing gcompat (1.0.0-r4) 19:37:30 Executing busybox-1.34.1-r7.trigger 19:37:30 OK: 6 MiB in 18 packages 19:37:32 Removing intermediate container 20f7b1624cee 19:37:32 ---> f1c056664be3 19:37:32 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:37:38 ---> cfec006ff79f 19:37:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:37:38 ---> b67605a5321f 19:37:38 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:37:38 ---> Running in f98f81f099ad 19:37:39 Removing intermediate container f98f81f099ad 19:37:39 ---> 1475ca74a7ed 19:37:39 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:37:40 ---> 5577c18777c8 19:37:40 Step 21/26 : WORKDIR / 19:37:40 ---> Running in 94647a339e7a 19:37:40 Removing intermediate container 94647a339e7a 19:37:40 ---> 30d1fa0b6444 19:37:40 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:37:40 ---> Running in ca3a40e69a06 19:37:41 Removing intermediate container ca3a40e69a06 19:37:41 ---> 3dad89db86bf 19:37:41 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:37:41 ---> Running in 8d425b4014d1 19:37:41 Removing intermediate container 8d425b4014d1 19:37:41 ---> a9a1c7bb37a2 19:37:41 Step 24/26 : LABEL arch=arm64 19:37:41 ---> Running in 175194216d6f 19:37:42 Removing intermediate container 175194216d6f 19:37:42 ---> 5febc924babd 19:37:42 Step 25/26 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:37:42 ---> Running in a5651a1bebc0 19:37:43 Removing intermediate container a5651a1bebc0 19:37:43 ---> 41950345acc0 19:37:43 Step 26/26 : LABEL version=0.0.0 19:37:43 ---> Running in 8cdf5a887d2e 19:37:43 Removing intermediate container 8cdf5a887d2e 19:37:43 ---> d5abbce4085a 19:37:43 19:37:44 Successfully built d5abbce4085a 19:37:44 Successfully tagged security-spire-config-arm64:latest 19:39:35  Building security-spire-config ... done Removing intermediate container 2682d770ec2e 19:39:35 ---> 7409218a34f3 19:39:35 19:39:35 Step 10/33 : FROM alpine:3.16 19:39:35 ---> a6215f271958 19:39:35 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:39:35 ---> Running in 2dd1b40a25b0 19:39:35 Removing intermediate container 2dd1b40a25b0 19:39:35 ---> 8f0fdb9e4702 19:39:35 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:39:35 ---> Running in f462662a2170 19:39:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:39:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:37 (1/2) Installing dumb-init (1.2.5-r1) 19:39:37 (2/2) Installing su-exec (0.2-r1) 19:39:37 Executing busybox-1.35.0-r17.trigger 19:39:37 OK: 5 MiB in 16 packages 19:39:40 Removing intermediate container f462662a2170 19:39:40 ---> c75f3fa7b9a9 19:39:40 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:39:40 ---> Running in 4c39691270ae 19:39:41 Removing intermediate container 4c39691270ae 19:39:41 ---> 51d007535d97 19:39:41 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:39:41 ---> Running in d6606d846c8f 19:39:42 Removing intermediate container d6606d846c8f 19:39:42 ---> 06e5023565f8 19:39:42 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:39:42 ---> Running in 249f4ad31969 19:39:43 Removing intermediate container 249f4ad31969 19:39:43 ---> 1015e3bfb428 19:39:43 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:39:43 ---> Running in b8bb4b7cfeaa 19:39:43 Removing intermediate container f6ad749d9787 19:39:43 ---> 17b0211b75f2 19:39:43 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:39:44 ---> Running in 7e5c139a2ae4 19:39:44 Removing intermediate container b8bb4b7cfeaa 19:39:44 ---> 0a7daeea09e1 19:39:44 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:39:44 ---> Running in 83957d39f77c 19:39:47 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:39:47 Removing intermediate container 83957d39f77c 19:39:47 ---> e6ee6f5a91b5 19:39:47 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:39:47 ---> Running in 2d4b2c3bcdf0 19:39:48 Removing intermediate container 2d4b2c3bcdf0 19:39:48 ---> b9f3ad5bc76f 19:39:48 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:39:49 ---> 6a00e9076b67 19:39:49 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:39:49 ---> Running in ea3b1018f825 19:39:52 Removing intermediate container 7e5c139a2ae4 19:39:52 ---> 7e5a4e8236bf 19:39:52 19:39:52 Step 11/23 : FROM alpine:3.16 19:39:52 ---> a6215f271958 19:39:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:39:52 ---> Running in 8d73da99b117 19:39:53 Removing intermediate container ea3b1018f825 19:39:53 ---> d24b29f55f2e 19:39:53 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:53 Removing intermediate container 8d73da99b117 19:39:53 ---> 652db0560775 19:39:53 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 19:39:53 ---> Running in 6b2dcde1ecb1 19:39:55 ---> afbe173a5c3a 19:39:55 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:39:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:39:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:57 ---> 16123bb5757e 19:39:57 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:39:57 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:39:57 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:39:57 (3/33) Installing readline (8.1.2-r0) 19:39:57 (4/33) Installing bash (5.1.16-r2) 19:39:57 Executing bash-5.1.16-r2.post-install 19:39:57 (5/33) Installing ca-certificates (20220614-r0) 19:39:57 (6/33) Installing brotli-libs (1.0.9-r6) 19:39:57 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:39:57 (8/33) Installing libcurl (7.83.1-r3) 19:39:57 (9/33) Installing curl (7.83.1-r3) 19:39:57 (10/33) Installing docker-cli (20.10.18-r0) 19:39:58 ---> 5ca9c67b0a5f 19:39:58 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:39:58 (11/33) Installing dumb-init (1.2.5-r1) 19:39:58 (12/33) Installing libbz2 (1.0.8-r1) 19:39:58 (13/33) Installing expat (2.4.8-r0) 19:39:58 (14/33) Installing libffi (3.4.2-r1) 19:39:58 (15/33) Installing gdbm (1.23-r0) 19:39:58 (16/33) Installing xz-libs (5.2.5-r1) 19:39:58 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:39:58 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:39:58 (19/33) Installing mpdecimal (2.5.1-r1) 19:39:58 (20/33) Installing sqlite-libs (3.38.5-r0) 19:39:58 (21/33) Installing python3 (3.10.5-r0) 19:39:59 ---> 830d61ddad3b 19:39:59 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:40:00 ---> 023b0af285f8 19:40:00 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:40:01 ---> 41cce95dc565 19:40:01 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:40:01 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:40:01 (23/33) Installing py3-tomli (2.0.1-r1) 19:40:01 (24/33) Installing py3-pep517 (0.12.0-r2) 19:40:01 (25/33) Installing py3-six (1.16.0-r1) 19:40:02 (26/33) Installing py3-retrying (1.3.3-r3) 19:40:02 (27/33) Installing py3-appdirs (1.4.4-r3) 19:40:02 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:40:02 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:40:02 (30/33) Installing py3-parsing (2.4.7-r3) 19:40:02 (31/33) Installing py3-packaging (21.3-r0) 19:40:02 (32/33) Installing py3-setuptools (59.4.0-r0) 19:40:02 (33/33) Installing py3-pip (22.1.1-r0) 19:40:02 ---> bdc3f4408208 19:40:02 Step 28/33 : RUN chmod +x /entrypoint.sh 19:40:02 ---> Running in f82b20c779db 19:40:03 Executing busybox-1.35.0-r17.trigger 19:40:03 Executing ca-certificates-20220614-r0.trigger 19:40:04 OK: 120 MiB in 47 packages 19:40:06 Removing intermediate container f82b20c779db 19:40:06 ---> 35fc1861f916 19:40:06 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:40:06 ---> Running in dfc96784e6b2 19:40:06 Removing intermediate container dfc96784e6b2 19:40:06 ---> fdd3675b0665 19:40:06 Step 30/33 : CMD ["gate"] 19:40:06 ---> Running in 8dbe7454ff8a 19:40:07 Removing intermediate container 8dbe7454ff8a 19:40:07 ---> ef38b4cce8ff 19:40:07 Step 31/33 : LABEL arch=arm64 19:40:07 ---> Running in 66774f3bb2af 19:40:07 Removing intermediate container 66774f3bb2af 19:40:07 ---> 8e3c7ab5009a 19:40:07 Step 32/33 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:40:07 ---> Running in d38a9af07b44 19:40:08 Removing intermediate container d38a9af07b44 19:40:08 ---> 6ef81a9817a9 19:40:08 Step 33/33 : LABEL version=0.0.0 19:40:08 ---> Running in d6a2d592f0d9 19:40:09 Removing intermediate container d6a2d592f0d9 19:40:09 ---> af86714eaae0 19:40:09 19:40:09 Successfully built af86714eaae0 19:40:09 Successfully tagged security-bootstrapper-arm64:latest 19:40:19  Building security-bootstrapper ... done Removing intermediate container 21fd2b29ae4e 19:40:19 ---> 8e583329cf95 19:40:19 19:40:19 Step 11/24 : FROM alpine:3.16 19:40:19 ---> a6215f271958 19:40:19 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:40:19 ---> Using cache 19:40:19 ---> 7835a02d84da 19:40:19 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:40:19 ---> Using cache 19:40:19 ---> 60829d96dbbc 19:40:19 Step 14/24 : ENV APP_PORT=59882 19:40:19 Collecting docker-compose==1.23.2 19:40:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:40:19 ---> Running in 888a24e4f0f8 19:40:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.2 MB/s eta 0:00:00 19:40:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 19:40:19 Removing intermediate container 888a24e4f0f8 19:40:19 ---> 2d0d2e3ecf5e 19:40:19 Step 15/24 : EXPOSE $APP_PORT 19:40:19 ---> Running in 2b506c05bc2b 19:40:19 Collecting websocket-client<1.0,>=0.32.0 19:40:20 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:40:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 12.9 MB/s eta 0:00:00 19:40:20 Removing intermediate container 2b506c05bc2b 19:40:20 ---> e9591ab8202c 19:40:20 Step 16/24 : WORKDIR / 19:40:20 ---> Running in 05a59db2700d 19:40:20 Collecting dockerpty<0.5,>=0.4.1 19:40:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:40:20 Preparing metadata (setup.py): started 19:40:20 Removing intermediate container 05a59db2700d 19:40:20 ---> d5b8d7eb9a4a 19:40:20 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:40:21 ---> bb6ce38147be 19:40:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:40:22 Preparing metadata (setup.py): finished with status 'done' 19:40:23 ---> 507192ab1ce7 19:40:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:40:23 Collecting docker<4.0,>=3.6.0 19:40:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:40:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 16.3 MB/s eta 0:00:00 19:40:23 Collecting texttable<0.10,>=0.9.0 19:40:23 Downloading texttable-0.9.1.tar.gz (11 kB) 19:40:23 Preparing metadata (setup.py): started 19:40:24 ---> dee0964fd80e 19:40:24 Step 20/24 : ENTRYPOINT ["/core-command"] 19:40:24 ---> Running in 2ce770a7b82b 19:40:25 Removing intermediate container 2ce770a7b82b 19:40:25 ---> a84d9476d0a7 19:40:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:40:25 ---> Running in c4bd09de44d2 19:40:25 Removing intermediate container c4bd09de44d2 19:40:25 ---> efb4767ab59a 19:40:25 Step 22/24 : LABEL arch=arm64 19:40:25 ---> Running in f38cf28d9247 19:40:26 Preparing metadata (setup.py): finished with status 'done' 19:40:26 Removing intermediate container f38cf28d9247 19:40:26 ---> 93e849af4f2e 19:40:26 Step 23/24 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:40:26 ---> Running in 1ac0ce0a8bd4 19:40:26 Collecting jsonschema<3,>=2.5.1 19:40:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:40:26 Removing intermediate container 1ac0ce0a8bd4 19:40:26 ---> 86e15a29f35b 19:40:26 Step 24/24 : LABEL version=0.0.0 19:40:26 ---> Running in d931a811cced 19:40:27 Removing intermediate container d931a811cced 19:40:27 ---> e654716cc239 19:40:27 19:40:27 Collecting PyYAML<4,>=3.10 19:40:27 Downloading PyYAML-3.13.tar.gz (270 kB) 19:40:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 17.6 MB/s eta 0:00:00 19:40:27 Successfully built e654716cc239 19:40:27 Successfully tagged core-command-arm64:latest 19:40:29  Building core-command ... done  Preparing metadata (setup.py): started 19:40:31 Preparing metadata (setup.py): finished with status 'done' 19:40:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:40:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:40:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 16.8 MB/s eta 0:00:00 19:40:32 Collecting docopt<0.7,>=0.6.1 19:40:32 Downloading docopt-0.6.2.tar.gz (25 kB) 19:40:32 Preparing metadata (setup.py): started 19:40:34 Preparing metadata (setup.py): finished with status 'done' 19:40:34 Collecting cached-property<2,>=1.2.0 19:40:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:40:35 Collecting docker-pycreds>=0.4.0 19:40:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:40:36 Collecting chardet<3.1.0,>=3.0.2 19:40:36 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:40:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 17.2 MB/s eta 0:00:00 19:40:36 Collecting idna<2.8,>=2.5 19:40:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:40:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 15.7 MB/s eta 0:00:00 19:40:37 Collecting urllib3<1.25,>=1.21.1 19:40:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:40:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 15.5 MB/s eta 0:00:00 19:40:37 Collecting certifi>=2017.4.17 19:40:37 Downloading certifi-2022.9.14-py3-none-any.whl (162 kB) 19:40:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 18.8 MB/s eta 0:00:00 19:40:38 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:40:38 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:40:38 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:40:38 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:40:39 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:40:39 Running setup.py install for texttable: started 19:40:42 Running setup.py install for texttable: finished with status 'done' 19:40:42 Running setup.py install for PyYAML: started 19:40:44 Running setup.py install for PyYAML: finished with status 'done' 19:40:46 Running setup.py install for docopt: started 19:40:48 Running setup.py install for docopt: finished with status 'done' 19:40:51 Running setup.py install for dockerpty: started 19:40:54 Running setup.py install for dockerpty: finished with status 'done' 19:40:56 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.14 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:40:56 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 19:41:09 Removing intermediate container 6b2dcde1ecb1 19:41:09 ---> cfeec9c8a86e 19:41:09 Step 14/23 : ENV APP_PORT=58890 19:41:09 ---> Running in 8d1c67ad7a7f 19:41:09 Removing intermediate container 8d1c67ad7a7f 19:41:09 ---> 13dd40967b14 19:41:09 Step 15/23 : EXPOSE $APP_PORT 19:41:09 ---> Running in c81ed4559763 19:41:09 Removing intermediate container c81ed4559763 19:41:09 ---> 84347780975f 19:41:09 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:41:11 ---> 5922dced2b34 19:41:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:41:11 ---> 69446dd2b3ef 19:41:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:41:12 ---> 25b5bd3d45ba 19:41:12 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:41:12 ---> Running in 7c284a8d197a 19:41:13 Removing intermediate container 7c284a8d197a 19:41:13 ---> 1d07d24e819b 19:41:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:41:13 Removing intermediate container add0d8d89851 19:41:13 ---> e75df59940f4 19:41:13 19:41:13 Step 9/20 : FROM alpine:3.15 19:41:13 ---> 02e0d6fdf486 19:41:13 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:41:13 ---> Using cache 19:41:13 ---> be635ee1f628 19:41:13 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:41:13 ---> Using cache 19:41:13 ---> f3a33ac1067f 19:41:13 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:41:13 ---> Running in 3486c6483b6a 19:41:13 ---> Running in 032d19940b8f 19:41:14 Removing intermediate container 3486c6483b6a 19:41:14 ---> 74a3349d2ef2 19:41:14 Step 21/23 : LABEL arch=arm64 19:41:14 ---> Running in 8378f41a2d71 19:41:14 Removing intermediate container 8378f41a2d71 19:41:14 ---> d16c136356ba 19:41:14 Step 22/23 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:41:14 ---> Running in fa10c0e1787f 19:41:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:41:14 Removing intermediate container fa10c0e1787f 19:41:14 ---> d8b40add3f0f 19:41:14 Step 23/23 : LABEL version=0.0.0 19:41:14 ---> Running in 0c0629f6bc6c 19:41:15 Removing intermediate container 0c0629f6bc6c 19:41:15 ---> 4e1c37deeb55 19:41:15 19:41:15 Successfully built 4e1c37deeb55 19:41:15 Successfully tagged sys-mgmt-agent-arm64:latest 19:41:15  Building sys-mgmt-agent ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:41:16 v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:41:16 v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:41:16 OK: 15734 distinct packages available 19:41:16 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:41:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:41:18 (1/9) Installing ca-certificates (20220614-r0) 19:41:18 (2/9) Installing brotli-libs (1.0.9-r5) 19:41:18 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:41:18 (4/9) Installing libcurl (7.80.0-r3) 19:41:19 (5/9) Installing curl (7.80.0-r3) 19:41:19 (6/9) Installing dumb-init (1.2.5-r1) 19:41:19 (7/9) Installing musl-obstack (1.2.3-r0) 19:41:19 (8/9) Installing libucontext (1.1-r0) 19:41:19 (9/9) Installing gcompat (1.0.0-r4) 19:41:19 Executing busybox-1.34.1-r7.trigger 19:41:19 Executing ca-certificates-20220614-r0.trigger 19:41:19 OK: 8 MiB in 23 packages 19:41:21 Removing intermediate container 032d19940b8f 19:41:21 ---> 704320756e42 19:41:21 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:41:21 ---> 55c8dd54e553 19:41:21 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:41:23 ---> 700ed23d78c8 19:41:23 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:41:23 ---> bc6d2f789f30 19:41:23 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:41:23 ---> Running in e9fd7a4c0f7f 19:41:24 Removing intermediate container e9fd7a4c0f7f 19:41:24 ---> 070920bf305b 19:41:24 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:41:24 ---> Running in a35ecce56545 19:41:24 Removing intermediate container a35ecce56545 19:41:24 ---> 1e80649984ed 19:41:24 Step 18/20 : LABEL arch=arm64 19:41:24 ---> Running in 713e5ae28cfc 19:41:24 Removing intermediate container 713e5ae28cfc 19:41:24 ---> 26bcb12806fa 19:41:24 Step 19/20 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 19:41:24 ---> Running in abe48aa12edc 19:41:25 Removing intermediate container abe48aa12edc 19:41:25 ---> 864a0bbb0881 19:41:25 Step 20/20 : LABEL version=0.0.0 19:41:25 ---> Running in 1c468dd39214 19:41:25 Removing intermediate container 1c468dd39214 19:41:25 ---> 29e083165b69 19:41:25 19:41:25 Successfully built 29e083165b69 19:41:25 Successfully tagged security-spiffe-token-provider-arm64:latest 19:41:26  Building security-spiffe-token-provider ... done  [Pipeline] } 19:41:26 $ docker stop --time=1 5cf118d565e7bb1360c6cc8d5d076def5c3357528b38ae7c52454d6709f008c1 19:41:28 $ docker rm -f 5cf118d565e7bb1360c6cc8d5d076def5c3357528b38ae7c52454d6709f008c1 [Pipeline] // withDockerContainer [Pipeline] sh 19:41:28 + docker images 19:41:29 REPOSITORY TAG IMAGE ID CREATED SIZE 19:41:29 security-spiffe-token-provider-arm64 latest 29e083165b69 3 seconds ago 28.4MB 19:41:29 sys-mgmt-agent-arm64 latest 4e1c37deeb55 13 seconds ago 133MB 19:41:29 e75df59940f4 16 seconds ago 1.41GB 19:41:29 core-command-arm64 latest e654716cc239 About a minute ago 16.7MB 19:41:29 8e583329cf95 About a minute ago 1.37GB 19:41:29 security-bootstrapper-arm64 latest af86714eaae0 About a minute ago 19.1MB 19:41:29 7e5a4e8236bf About a minute ago 1.36GB 19:41:29 7409218a34f3 About a minute ago 1.36GB 19:41:29 security-spire-config-arm64 latest d5abbce4085a 3 minutes ago 83.6MB 19:41:29 security-secretstore-setup-arm64 latest 5889d20d493d 4 minutes ago 28.2MB 19:41:29 261763f135cb 4 minutes ago 1.37GB 19:41:29 support-notifications-arm64 latest a37dc0d69c36 7 minutes ago 26.3MB 19:41:29 support-scheduler-arm64 latest c0d8fc0721b5 7 minutes ago 25.7MB 19:41:29 142ae47f004c 7 minutes ago 1.44GB 19:41:29 74f2b5cda06e 7 minutes ago 1.43GB 19:41:29 security-spire-agent-arm64 latest db153d9beea4 8 minutes ago 122MB 19:41:29 11bbe041aa74 8 minutes ago 1.25GB 19:41:29 security-spire-server-arm64 latest 10bcfb48acc9 8 minutes ago 84.2MB 19:41:29 core-data-arm64 latest 9a3e806152da 9 minutes ago 20.7MB 19:41:29 6ccb247d206c 9 minutes ago 1.25GB 19:41:29 b959b5b63ddc 9 minutes ago 1.38GB 19:41:29 core-metadata-arm64 latest 528cfd0958fc 10 minutes ago 17.5MB 19:41:29 22fb05642dad 10 minutes ago 1.38GB 19:41:29 security-proxy-setup-arm64 latest 39e9802ce00c 11 minutes ago 26.4MB 19:41:29 f4799cfab397 11 minutes ago 1.36GB 19:41:29 ci-base-image-arm64 latest 47ef5e03ee80 31 minutes ago 995MB 19:41:29 alpine 3.15 02e0d6fdf486 6 weeks ago 5.33MB 19:41:29 alpine 3.16 a6215f271958 6 weeks ago 5.29MB 19:41:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 2 months ago 678MB 19:41:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:41:29 19:41:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:41:30 arm64: Pulling from edgex-lftools-log-publisher 19:41:30 8998bd30e6a1: Pulling fs layer 19:41:30 04944245beec: Pulling fs layer 19:41:30 699f458cf7ca: Pulling fs layer 19:41:30 765212b225bb: Pulling fs layer 19:41:30 f23df028b6ca: Pulling fs layer 19:41:30 d65c8cfc05b1: Pulling fs layer 19:41:30 2437ff75d9bd: Pulling fs layer 19:41:30 f23df028b6ca: Waiting 19:41:30 d65c8cfc05b1: Waiting 19:41:30 2437ff75d9bd: Waiting 19:41:30 765212b225bb: Waiting 19:41:30 04944245beec: Verifying Checksum 19:41:30 04944245beec: Download complete 19:41:30 765212b225bb: Verifying Checksum 19:41:30 765212b225bb: Download complete 19:41:30 f23df028b6ca: Verifying Checksum 19:41:30 f23df028b6ca: Download complete 19:41:30 d65c8cfc05b1: Verifying Checksum 19:41:30 d65c8cfc05b1: Download complete 19:41:30 699f458cf7ca: Verifying Checksum 19:41:30 699f458cf7ca: Download complete 19:41:31 8998bd30e6a1: Verifying Checksum 19:41:31 8998bd30e6a1: Download complete 19:41:34 2437ff75d9bd: Verifying Checksum 19:41:34 2437ff75d9bd: Download complete 19:41:36 8998bd30e6a1: Pull complete 19:41:36 04944245beec: Pull complete 19:41:38 699f458cf7ca: Pull complete 19:41:38 765212b225bb: Pull complete 19:41:39 f23df028b6ca: Pull complete 19:41:39 d65c8cfc05b1: Pull complete 19:41:57 2437ff75d9bd: Pull complete 19:41:57 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:41:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:41:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:41:58 prd-ubuntu20.04-docker-arm64-4c-16g-29978 does not seem to be running inside a container 19:41:58 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:42:00 $ docker top 1e2bfda70a8811d89e87baa9ceceaaf823fd02f38430ac8d15df03d8addff30d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:42:02 ---> job-cost.sh 19:42:02 lf-activate-venv: SKIPPING 19:42:02 INFO: No Stack... 19:42:02 INFO: Retrieving Pricing Info for: v3-standard-4 19:42:03 INFO: Archiving Costs [Pipeline] sh 19:42:04 + + cat /w/workspace/edgex-go/1/archives/cost.csv 19:42:04 cut -d, -f6 [Pipeline] lock 19:42:04 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4160-1-stack-cost] 19:42:04 Resource [jenkins-edgexfoundry-edgex-go-PR-4160-1-stack-cost] did not exist. Created. 19:42:04 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4160-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:42:05 + echo total: 0.10999999940395355 [Pipeline] stash 19:42:05 Stashed 1 file(s) [Pipeline] } 19:42:05 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4160-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:42:05 $ docker stop --time=1 1e2bfda70a8811d89e87baa9ceceaaf823fd02f38430ac8d15df03d8addff30d 19:42:06 $ docker rm -f 1e2bfda70a8811d89e87baa9ceceaaf823fd02f38430ac8d15df03d8addff30d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 19:42:07 provisioning config files... 19:42:07 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config485209195421634443tmp [Pipeline] { [Pipeline] sh 19:42:08 + set +x 19:42:08 + curl -s https://codecov.io/bash 19:42:08 + bash -s -- 19:42:08 19:42:08 _____ _ 19:42:08 / ____| | | 19:42:08 | | ___ __| | ___ ___ _____ __ 19:42:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:42:08 | |___| (_) | (_| | __/ (_| (_) \ V / 19:42:08 \_____\___/ \__,_|\___|\___\___/ \_/ 19:42:08 Bash-1.0.6 19:42:08 19:42:08 19:42:08 ==> git version 2.25.1 found 19:42:08 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 19:42:08 Release-Date: 2020-01-08 19:42:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:42:08 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:42:08 ==> Jenkins CI detected. 19:42:08 current dir:  /w/workspace/edgex-go/1 19:42:08 project root: . 19:42:08 --> token set from env 19:42:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:42:08 ==> Running gcov in . (disable via -X gcov) 19:42:08 ==> Python coveragepy not found 19:42:08 ==> Searching for coverage reports in: 19:42:08 + . 19:42:08 -> Found 1 reports 19:42:08 ==> Detecting git/mercurial file structure 19:42:08 ==> Reading reports 19:42:08 + ./coverage.out bytes=491929 19:42:08 ==> Appending adjustments 19:42:08 https://docs.codecov.io/docs/fixing-reports 19:42:09 + Found adjustments 19:42:09 ==> Gzipping contents 19:42:09 64K /tmp/codecov.R7rBKA.gz 19:42:09 ==> Uploading reports 19:42:09 url: https://codecov.io 19:42:09 query: branch=PR-4160&commit=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4160%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4160&job=&cmd_args= 19:42:09 -> Pinging Codecov 19:42:09 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4160&commit=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4160%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4160&job=&cmd_args= 19:42:10 -> Uploading to 19:42:10 https://storage.googleapis.com/codecov/v4/raw/2022-09-20/00271124DB129430A58F1EEE437C3FCB/56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13/60b11a35-b530-43c3-a965-6626b889c7e3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220920%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220920T194209Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eede493c33bd8907a9127122b7082c2a3e14d351cae52b777985b6efa81cf9b2 19:42:10 % Total % Received % Xferd Average Speed Time Time Time Current 19:42:10 Dload Upload Total Spent Left Speed 19:42:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64650 0 0 100 64650 0 197k --:--:-- --:--:-- --:--:-- 196k 19:42:10 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [Pipeline] } 19:42:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 19:42:11 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:42:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:42:13 ---> package-listing.sh 19:42:13 ++ facter osfamily 19:42:13 ++ tr '[:upper:]' '[:lower:]' 19:42:13 + OS_FAMILY=debian 19:42:13 + workspace=/w/workspace/edgex-go/1 19:42:13 + START_PACKAGES=/tmp/packages_start.txt 19:42:13 + END_PACKAGES=/tmp/packages_end.txt 19:42:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:42:13 + PACKAGES=/tmp/packages_start.txt 19:42:13 + '[' /w/workspace/edgex-go/1 ']' 19:42:13 + PACKAGES=/tmp/packages_end.txt 19:42:13 + case "${OS_FAMILY}" in 19:42:13 + dpkg -l 19:42:13 + grep '^ii' 19:42:13 + '[' -f /tmp/packages_start.txt ']' 19:42:13 + '[' -f /tmp/packages_end.txt ']' 19:42:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:42:13 + '[' /w/workspace/edgex-go/1 ']' 19:42:13 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:42:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:42:13 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:42:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:42:14 19:42:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:42:14 latest: Pulling from edgex-lftools-log-publisher 19:42:14 5eb5b503b376: Pulling fs layer 19:42:14 5c69ac0246d0: Pulling fs layer 19:42:14 ec43610c2a17: Pulling fs layer 19:42:14 3a2ae6a8a46f: Pulling fs layer 19:42:14 33b1e0a273af: Pulling fs layer 19:42:14 5d3b04190fa2: Pulling fs layer 19:42:14 2f39f015ded8: Pulling fs layer 19:42:14 2f39f015ded8: Waiting 19:42:14 5d3b04190fa2: Waiting 19:42:14 3a2ae6a8a46f: Waiting 19:42:14 33b1e0a273af: Waiting 19:42:14 5c69ac0246d0: Download complete 19:42:14 3a2ae6a8a46f: Verifying Checksum 19:42:14 3a2ae6a8a46f: Download complete 19:42:14 33b1e0a273af: Verifying Checksum 19:42:14 33b1e0a273af: Download complete 19:42:14 5d3b04190fa2: Verifying Checksum 19:42:14 5d3b04190fa2: Download complete 19:42:14 ec43610c2a17: Verifying Checksum 19:42:14 ec43610c2a17: Download complete 19:42:14 5eb5b503b376: Verifying Checksum 19:42:14 5eb5b503b376: Download complete 19:42:15 2f39f015ded8: Download complete 19:42:16 5eb5b503b376: Pull complete 19:42:16 5c69ac0246d0: Pull complete 19:42:16 ec43610c2a17: Pull complete 19:42:16 3a2ae6a8a46f: Pull complete 19:42:16 33b1e0a273af: Pull complete 19:42:16 5d3b04190fa2: Pull complete 19:42:21 2f39f015ded8: Pull complete 19:42:21 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:42:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:42:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:42:21 prd-ubuntu20.04-docker-8c-8g-29976 does not seem to be running inside a container 19:42:21 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:42:23 $ docker top 391a3eef33b8135f05154468520581bdfc1141129e988a5c5ecc8b518aa0e58d -eo pid,comm [Pipeline] { [Pipeline] sh 19:42:23 + touch /tmp/pre-build-complete [Pipeline] sh 19:42:24 + mkdir -p /var/log/sysstat [Pipeline] sh 19:42:24 + ls /var/log/sa-host 19:42:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:42:24 provisioning config files... 19:42:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3189700144514041931tmp [Pipeline] { [Pipeline] echo 19:42:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:42:24 ---> create-netrc.sh [Pipeline] } 19:42:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:42:25 ---> python-tools-install.sh [Pipeline] echo 19:42:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:42:25 ---> sudo-logs.sh 19:42:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:42:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:42:26 ---> job-cost.sh 19:42:26 lf-activate-venv: SKIPPING 19:42:26 DEBUG: total: 0.10999999940395355 19:42:26 INFO: Retrieving Stack Cost... 19:42:26 INFO: Retrieving Pricing Info for: v3-standard-8 19:42:26 INFO: Archiving Costs [Pipeline] echo 19:42:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:42:27 ---> logs-deploy.sh 19:42:27 lf-activate-venv: SKIPPING 19:42:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4160/1 19:42:27 INFO: archiving workspace using pattern(s): 19:42:28 Archives upload complete. 19:42:28 INFO: archiving logs to Nexus 19:42:29 ---> uname -a: 19:42:29 Linux prd-ubuntu20-04-docker-8c-8g-29976 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 19:42:29 19:42:29 19:42:29 ---> lscpu: 19:42:29 Architecture: x86_64 19:42:29 CPU op-mode(s): 32-bit, 64-bit 19:42:29 Byte Order: Little Endian 19:42:29 Address sizes: 40 bits physical, 48 bits virtual 19:42:29 CPU(s): 8 19:42:29 On-line CPU(s) list: 0-7 19:42:29 Thread(s) per core: 1 19:42:29 Core(s) per socket: 1 19:42:29 Socket(s): 8 19:42:29 NUMA node(s): 1 19:42:29 Vendor ID: AuthenticAMD 19:42:29 CPU family: 23 19:42:29 Model: 49 19:42:29 Model name: AMD EPYC-Rome Processor 19:42:29 Stepping: 0 19:42:29 CPU MHz: 2799.998 19:42:29 BogoMIPS: 5599.99 19:42:29 Virtualization: AMD-V 19:42:29 Hypervisor vendor: KVM 19:42:29 Virtualization type: full 19:42:29 L1d cache: 256 KiB 19:42:29 L1i cache: 256 KiB 19:42:29 L2 cache: 4 MiB 19:42:29 L3 cache: 128 MiB 19:42:29 NUMA node0 CPU(s): 0-7 19:42:29 Vulnerability Itlb multihit: Not affected 19:42:29 Vulnerability L1tf: Not affected 19:42:29 Vulnerability Mds: Not affected 19:42:29 Vulnerability Meltdown: Not affected 19:42:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:42:29 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:42:29 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:42:29 Vulnerability Srbds: Not affected 19:42:29 Vulnerability Tsx async abort: Not affected 19:42:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 19:42:29 19:42:29 19:42:29 ---> nproc: 19:42:29 8 19:42:29 19:42:29 19:42:29 ---> df -h: 19:42:29 Filesystem Size Used Avail Use% Mounted on 19:42:29 overlay 155G 18G 138G 12% / 19:42:29 tmpfs 64M 0 64M 0% /dev 19:42:29 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:42:29 shm 64M 0 64M 0% /dev/shm 19:42:29 /dev/vda1 155G 18G 138G 12% /facter-os 19:42:29 19:42:29 19:42:29 ---> sar -b -r -n DEV: 19:42:29 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-29976) 09/20/22 _x86_64_ (8 CPU) 19:42:29 19:42:29 19:05:11 LINUX RESTART (8 CPU) 19:42:29 19:42:29 19:06:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:42:29 19:07:01 155.01 11.44 143.57 0.00 2025.01 91081.24 0.00 19:42:29 19:08:01 39.73 0.00 39.73 0.00 0.00 12850.26 0.00 19:42:29 19:09:01 52.57 0.12 52.45 0.00 4.13 23878.99 0.00 19:42:29 19:10:01 444.29 5.20 439.09 0.00 57.86 179900.42 0.00 19:42:29 19:11:01 908.63 2.12 906.51 0.00 31.19 251827.12 0.00 19:42:29 19:12:01 821.31 0.93 820.38 0.00 13.73 244562.35 0.00 19:42:29 19:13:01 708.58 0.65 707.93 0.00 5.20 138178.17 0.00 19:42:29 19:14:01 2.10 0.00 2.10 0.00 0.00 25.60 0.00 19:42:29 19:15:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 19:42:29 19:16:01 1.95 0.00 1.95 0.00 0.00 24.93 0.00 19:42:29 19:17:01 0.98 0.02 0.97 0.00 0.13 11.06 0.00 19:42:29 19:18:01 1.88 0.00 1.88 0.00 0.00 20.26 0.00 19:42:29 19:19:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 19:42:29 19:20:01 1.52 0.00 1.52 0.00 0.00 17.06 0.00 19:42:29 19:21:01 1.98 0.02 1.97 0.00 0.13 22.40 0.00 19:42:29 19:22:01 1.55 0.00 1.55 0.00 0.00 17.06 0.00 19:42:29 19:23:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 19:42:29 19:24:01 1.58 0.00 1.58 0.00 0.00 17.46 0.00 19:42:29 19:25:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 19:42:29 19:26:01 1.70 0.00 1.70 0.00 0.00 20.13 0.00 19:42:29 19:27:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 19:42:29 19:28:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 19:42:29 19:29:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 19:42:29 19:30:01 1.55 0.00 1.55 0.00 0.00 17.06 0.00 19:42:29 19:31:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 19:42:29 19:32:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 19:42:29 19:33:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 19:42:29 19:34:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 19:42:29 19:35:01 0.92 0.00 0.92 0.00 0.00 9.87 0.00 19:42:29 19:36:01 1.70 0.00 1.70 0.00 0.00 19.60 0.00 19:42:29 19:37:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 19:42:29 19:38:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 19:42:29 19:39:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 19:42:29 19:40:01 1.72 0.00 1.72 0.00 0.00 18.93 0.00 19:42:29 19:41:01 1.08 0.00 1.08 0.00 0.00 13.20 0.00 19:42:29 19:42:01 1.63 0.00 1.63 0.00 0.00 18.80 0.00 19:42:29 Average: 88.03 0.56 87.47 0.00 58.46 26158.59 0.00 19:42:29 19:42:29 19:06:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:42:29 19:07:01 28202556 31767060 528744 1.61 136116 3652572 2083504 6.14 1181428 3068204 616 19:42:29 19:08:01 27450368 31606604 680456 2.07 138464 4198924 2420612 7.13 1569664 3377228 306548 19:42:29 19:09:01 28030532 31779220 512984 1.56 141016 3818052 1814272 5.35 1269812 3134492 84 19:42:29 19:10:01 24203876 31684988 592240 1.80 280512 7157336 2674500 7.88 1841192 6113584 1388 19:42:29 19:11:01 21773920 31657072 614008 1.87 355516 9363728 3178852 9.37 2060280 8201316 588 19:42:29 19:12:01 19078100 31528932 730268 2.22 431124 11721204 2675764 7.89 2423704 10386356 1122892 19:42:29 19:13:01 20033004 31753536 517248 1.57 471664 10947956 1931676 5.69 2211120 9653756 460 19:42:29 19:14:01 20034748 31755252 515724 1.57 471676 10947956 1931676 5.69 2208568 9653756 188 19:42:29 19:15:01 20036308 31756824 514124 1.56 471688 10947960 1931676 5.69 2207500 9653760 12 19:42:29 19:16:01 20045080 31765600 505264 1.54 471736 10947936 1931676 5.69 2198820 9653736 172 19:42:29 19:17:01 20046212 31766792 504032 1.53 471760 10947940 1931676 5.69 2197436 9653740 216 19:42:29 19:18:01 20050748 31771376 499456 1.52 471776 10947948 1931676 5.69 2193796 9653744 188 19:42:29 19:19:01 20050732 31771360 499448 1.52 471780 10947948 1931676 5.69 2193844 9653744 188 19:42:29 19:20:01 20050968 31771652 499136 1.52 471792 10947952 1931676 5.69 2193640 9653776 192 19:42:29 19:21:01 20051264 31771820 498864 1.52 471816 10947956 1950168 5.75 2193916 9653780 188 19:42:29 19:22:01 20051708 31772276 498568 1.52 471816 10947956 1950168 5.75 2193612 9653780 152 19:42:29 19:23:01 20051448 31772028 498780 1.52 471840 10947960 1950168 5.75 2193628 9653784 36 19:42:29 19:24:01 20051652 31772252 498512 1.52 471844 10947960 1950168 5.75 2193664 9653784 176 19:42:29 19:25:01 20051604 31772212 498492 1.52 471844 10947968 1950168 5.75 2193648 9653788 188 19:42:29 19:26:01 20051052 31771684 498960 1.52 471860 10947976 1950168 5.75 2194152 9653796 60 19:42:29 19:27:01 20050752 31771396 499188 1.52 471864 10947976 1950168 5.75 2193808 9653800 188 19:42:29 19:28:01 20050996 31771644 498868 1.52 471876 10947980 1950168 5.75 2193596 9653804 12 19:42:29 19:29:01 20051480 31772132 498572 1.52 471900 10947980 1950168 5.75 2193332 9653804 8 19:42:29 19:30:01 20051536 31772192 498620 1.52 471912 10947984 1950168 5.75 2193724 9653808 180 19:42:29 19:31:01 20051568 31772296 498544 1.52 471932 10947988 1950168 5.75 2194124 9653812 24 19:42:29 19:32:01 20051504 31772240 498608 1.52 471960 10947988 1950168 5.75 2193816 9653812 188 19:42:29 19:33:01 20051448 31772188 498588 1.52 471976 10947992 1950168 5.75 2193732 9653816 196 19:42:29 19:34:01 20051600 31772408 498548 1.52 472004 10947996 1950168 5.75 2193880 9653824 188 19:42:29 19:35:01 20051592 31772512 498388 1.52 472016 10948124 1950168 5.75 2193912 9653928 196 19:42:29 19:36:01 20051616 31772564 498332 1.52 472040 10948132 1950168 5.75 2193828 9653956 32 19:42:29 19:37:01 20051496 31772504 498312 1.52 472060 10948132 1950168 5.75 2194164 9653964 192 19:42:29 19:38:01 20051196 31772208 498524 1.52 472084 10948136 1950168 5.75 2193920 9653968 192 19:42:29 19:39:01 20051400 31772420 498240 1.52 472096 10948140 1950168 5.75 2193964 9653972 184 19:42:29 19:40:01 20051392 31772412 498184 1.52 472100 10948140 1950168 5.75 2193844 9653972 12 19:42:29 19:41:01 20051308 31772404 498416 1.52 472132 10948144 1950168 5.75 2194372 9653968 48 19:42:29 19:42:01 20051220 31772356 498416 1.52 472148 10948148 1966248 5.79 2194052 9653968 192 19:42:29 Average: 20839388 31753456 518935 1.58 434437 10232005 2033908 5.99 2117097 8997113 39905 19:42:29 19:42:29 19:06:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:42:29 19:07:01 veth96ca384 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 19:42:29 19:07:01 ens3 693.98 650.09 9698.69 130.64 0.00 0.00 0.00 0.00 19:42:29 19:07:01 docker0 435.27 396.00 33.12 3926.93 0.00 0.00 0.00 0.00 19:42:29 19:07:01 lo 4.41 4.41 0.43 0.43 0.00 0.00 0.00 0.00 19:42:29 19:08:01 ens3 31.81 18.76 26.70 12.68 0.00 0.00 0.00 0.00 19:42:29 19:08:01 docker0 1.50 1.53 0.10 0.13 0.00 0.00 0.00 0.00 19:42:29 19:08:01 veth6a1a9f1 1.50 1.70 0.12 0.14 0.00 0.00 0.00 0.00 19:42:29 19:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:09:01 ens3 57.41 46.83 27.50 69.81 0.00 0.00 0.00 0.00 19:42:29 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:10:01 ens3 268.79 190.60 3369.63 30.94 0.00 0.00 0.00 0.00 19:42:29 19:10:01 docker0 130.69 173.52 9.94 1672.69 0.00 0.00 0.00 0.00 19:42:29 19:10:01 veth6537f02 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:10:01 veth8122084 0.00 0.85 0.00 0.05 0.00 0.00 0.00 0.00 19:42:29 19:10:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 19:42:29 19:11:01 vethc184d79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:11:01 veth159e600 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:11:01 ens3 241.59 189.14 1446.33 83.50 0.00 0.00 0.00 0.00 19:42:29 19:11:01 docker0 130.67 165.01 9.03 1315.81 0.00 0.00 0.00 0.00 19:42:29 19:11:01 veth6011d5d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:11:01 vethc939746 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:11:01 vethbadf0db 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:11:01 vethf5d0191 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:11:01 veth8122084 0.00 1.23 0.00 0.06 0.00 0.00 0.00 0.00 19:42:29 19:11:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 19:42:29 19:12:01 ens3 205.68 142.57 1385.51 96.20 0.00 0.00 0.00 0.00 19:42:29 19:12:01 docker0 75.04 119.54 5.58 1348.07 0.00 0.00 0.00 0.00 19:42:29 19:12:01 vethed8e231 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:42:29 19:12:01 veth8122084 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 19:42:29 19:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:13:01 ens3 92.37 59.14 519.50 20.26 0.00 0.00 0.00 0.00 19:42:29 19:13:01 docker0 36.18 51.69 2.60 484.15 0.00 0.00 0.00 0.00 19:42:29 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:14:01 ens3 0.48 0.47 0.03 0.04 0.00 0.00 0.00 0.00 19:42:29 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:15:01 ens3 0.23 0.27 0.01 0.02 0.00 0.00 0.00 0.00 19:42:29 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:16:01 ens3 7.67 14.16 0.56 13.12 0.00 0.00 0.00 0.00 19:42:29 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:18:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:20:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:21:01 ens3 4.60 8.73 0.77 7.62 0.00 0.00 0.00 0.00 19:42:29 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:23:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:24:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:25:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:26:01 ens3 3.83 7.05 0.31 7.40 0.00 0.00 0.00 0.00 19:42:29 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:29:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:31:01 ens3 5.20 6.50 0.40 13.81 0.00 0.00 0.00 0.00 19:42:29 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:32:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:36:01 ens3 4.63 8.78 0.53 7.63 0.00 0.00 0.00 0.00 19:42:29 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:39:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:40:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:41:01 ens3 3.77 7.70 0.31 7.55 0.00 0.00 0.00 0.00 19:42:29 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:42:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:29 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:29 Average: ens3 44.79 37.27 453.41 13.87 0.00 0.00 0.00 0.00 19:42:29 Average: docker0 22.29 25.03 1.66 241.29 0.00 0.00 0.00 0.00 19:42:29 Average: lo 0.28 0.28 0.02 0.02 0.00 0.00 0.00 0.00 19:42:29 19:42:29 19:42:29 ---> sar -P ALL: 19:42:29 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-29976) 09/20/22 _x86_64_ (8 CPU) 19:42:29 19:42:29 19:05:11 LINUX RESTART (8 CPU) 19:42:29 19:42:29 19:06:02 CPU %user %nice %system %iowait %steal %idle 19:42:29 19:07:01 all 9.47 0.00 3.86 3.72 0.05 82.89 19:42:29 19:07:01 0 8.96 0.00 3.79 0.58 0.05 86.62 19:42:29 19:07:01 1 8.64 0.00 3.52 0.36 0.05 87.42 19:42:29 19:07:01 2 9.26 0.00 3.98 10.73 0.05 75.98 19:42:29 19:07:01 3 9.00 0.00 4.32 9.66 0.07 76.95 19:42:29 19:07:01 4 10.40 0.00 3.76 4.11 0.05 81.68 19:42:29 19:07:01 5 10.66 0.00 3.80 2.07 0.05 83.43 19:42:29 19:07:01 6 10.12 0.00 3.20 0.65 0.05 85.98 19:42:29 19:07:01 7 8.72 0.00 4.56 1.60 0.05 85.07 19:42:29 19:08:01 all 44.04 0.00 7.47 0.43 0.08 47.97 19:42:29 19:08:01 0 47.38 0.00 7.97 0.87 0.07 43.70 19:42:29 19:08:01 1 38.36 0.00 6.31 0.03 0.08 55.21 19:42:29 19:08:01 2 47.52 0.00 7.84 0.12 0.08 44.44 19:42:29 19:08:01 3 45.27 0.00 7.80 2.38 0.08 44.47 19:42:29 19:08:01 4 39.92 0.00 7.22 0.03 0.08 52.75 19:42:29 19:08:01 5 38.53 0.00 6.04 0.00 0.09 55.35 19:42:29 19:08:01 6 48.38 0.00 8.46 0.00 0.08 43.08 19:42:29 19:08:01 7 46.84 0.00 8.08 0.03 0.08 44.96 19:42:29 19:09:01 all 45.54 0.00 6.35 0.86 0.08 47.18 19:42:29 19:09:01 0 47.20 0.00 6.72 1.63 0.08 44.37 19:42:29 19:09:01 1 41.81 0.00 5.80 0.24 0.07 52.08 19:42:29 19:09:01 2 46.99 0.00 7.30 0.05 0.07 45.59 19:42:29 19:09:01 3 47.31 0.00 6.45 0.45 0.08 45.71 19:42:29 19:09:01 4 43.12 0.00 6.10 0.17 0.07 50.55 19:42:29 19:09:01 5 42.31 0.00 5.84 4.15 0.07 47.64 19:42:29 19:09:01 6 47.91 0.00 5.81 0.08 0.07 46.12 19:42:29 19:09:01 7 47.65 0.00 6.78 0.07 0.10 45.40 19:42:29 19:10:01 all 12.55 0.00 8.05 10.98 0.09 68.33 19:42:29 19:10:01 0 13.53 0.00 8.24 19.89 0.07 58.27 19:42:29 19:10:01 1 12.40 0.00 7.04 3.40 0.09 77.08 19:42:29 19:10:01 2 12.96 0.00 7.98 9.96 0.07 69.03 19:42:29 19:10:01 3 13.75 0.00 9.48 11.64 0.10 65.02 19:42:29 19:10:01 4 11.33 0.00 8.22 5.42 0.07 74.96 19:42:29 19:10:01 5 10.10 0.00 8.91 15.55 0.09 65.35 19:42:29 19:10:01 6 13.93 0.00 9.30 18.97 0.07 57.74 19:42:29 19:10:01 7 12.39 0.00 5.25 3.05 0.15 79.16 19:42:29 19:11:01 all 42.75 0.00 12.41 13.34 0.13 31.36 19:42:29 19:11:01 0 45.59 0.00 14.00 26.47 0.17 13.77 19:42:29 19:11:01 1 43.83 0.00 13.18 18.67 0.12 24.20 19:42:29 19:11:01 2 45.14 0.00 13.86 12.25 0.12 28.63 19:42:29 19:11:01 3 45.99 0.00 13.04 9.43 0.14 31.39 19:42:29 19:11:01 4 39.64 0.00 10.72 8.20 0.10 41.34 19:42:29 19:11:01 5 38.77 0.00 10.96 12.04 0.12 38.12 19:42:29 19:11:01 6 42.34 0.00 11.22 4.05 0.14 42.25 19:42:29 19:11:01 7 40.74 0.00 12.31 15.62 0.12 31.21 19:42:29 19:12:01 all 49.95 0.00 14.13 11.26 0.20 24.45 19:42:29 19:12:01 0 49.83 0.00 12.18 10.46 0.14 27.38 19:42:29 19:12:01 1 52.59 0.00 14.32 16.88 0.19 16.02 19:42:29 19:12:01 2 52.45 0.00 16.07 8.89 0.28 22.31 19:42:29 19:12:01 3 52.71 0.00 14.54 11.01 0.14 21.59 19:42:29 19:12:01 4 48.24 0.00 13.52 3.79 0.16 34.30 19:42:29 19:12:01 5 46.06 0.00 14.97 9.65 0.17 29.15 19:42:29 19:12:01 6 49.13 0.00 12.37 19.02 0.35 19.14 19:42:29 19:12:01 7 48.54 0.00 15.04 10.44 0.19 25.79 19:42:29 19:13:01 all 45.43 0.00 9.53 4.07 0.13 40.84 19:42:29 19:13:01 0 45.99 0.00 8.65 3.20 0.15 42.01 19:42:29 19:13:01 1 47.69 0.00 9.68 2.83 0.10 39.70 19:42:29 19:13:01 2 45.05 0.00 9.75 1.92 0.14 43.14 19:42:29 19:13:01 3 44.64 0.00 10.93 10.07 0.10 34.26 19:42:29 19:13:01 4 44.72 0.00 9.06 1.65 0.12 44.46 19:42:29 19:13:01 5 42.17 0.00 9.07 8.18 0.14 40.44 19:42:29 19:13:01 6 44.55 0.00 8.87 1.65 0.15 44.78 19:42:29 19:13:01 7 48.55 0.00 10.25 3.10 0.12 37.98 19:42:29 19:14:01 all 0.21 0.00 0.01 0.01 0.00 99.76 19:42:29 19:14:01 0 1.61 0.00 0.00 0.00 0.02 98.37 19:42:29 19:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:14:01 4 0.02 0.00 0.02 0.00 0.02 99.95 19:42:29 19:14:01 5 0.02 0.00 0.03 0.07 0.00 99.88 19:42:29 19:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:15:01 all 0.01 0.00 0.01 0.01 0.01 99.97 19:42:29 19:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:15:01 1 0.00 0.00 0.02 0.00 0.02 99.97 19:42:29 19:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:15:01 4 0.02 0.00 0.02 0.00 0.02 99.95 19:42:29 19:15:01 5 0.02 0.00 0.02 0.05 0.02 99.90 19:42:29 19:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:16:01 all 0.04 0.00 0.02 0.02 0.01 99.92 19:42:29 19:16:01 0 0.03 0.00 0.05 0.00 0.02 99.90 19:42:29 19:16:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:42:29 19:16:01 2 0.07 0.00 0.03 0.00 0.00 99.90 19:42:29 19:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:16:01 4 0.03 0.00 0.03 0.07 0.02 99.85 19:42:29 19:16:01 5 0.03 0.00 0.02 0.07 0.00 99.88 19:42:29 19:16:01 6 0.03 0.00 0.02 0.00 0.00 99.95 19:42:29 19:16:01 7 0.03 0.00 0.00 0.00 0.02 99.95 19:42:29 19:17:01 all 0.01 0.00 0.01 0.00 0.01 99.97 19:42:29 19:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:17:01 2 0.00 0.00 0.02 0.00 0.02 99.97 19:42:29 19:17:01 3 0.00 0.00 0.02 0.00 0.02 99.97 19:42:29 19:17:01 4 0.02 0.00 0.02 0.00 0.03 99.93 19:42:29 19:17:01 5 0.00 0.00 0.00 0.02 0.00 99.98 19:42:29 19:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:42:29 19:17:01 CPU %user %nice %system %iowait %steal %idle 19:42:29 19:18:01 all 0.02 0.00 0.00 0.01 0.00 99.96 19:42:29 19:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:18:01 1 0.05 0.00 0.02 0.00 0.00 99.93 19:42:29 19:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:18:01 4 0.07 0.00 0.00 0.02 0.02 99.90 19:42:29 19:18:01 5 0.00 0.00 0.00 0.07 0.02 99.92 19:42:29 19:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:19:01 all 0.01 0.00 0.00 0.00 0.00 99.98 19:42:29 19:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:19:01 4 0.03 0.00 0.02 0.02 0.03 99.90 19:42:29 19:19:01 5 0.00 0.00 0.00 0.02 0.00 99.98 19:42:29 19:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:20:01 all 0.01 0.00 0.00 0.01 0.01 99.97 19:42:29 19:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:20:01 1 0.03 0.00 0.00 0.00 0.02 99.95 19:42:29 19:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:20:01 4 0.02 0.00 0.00 0.03 0.02 99.93 19:42:29 19:20:01 5 0.02 0.00 0.00 0.02 0.00 99.97 19:42:29 19:20:01 6 0.02 0.00 0.02 0.00 0.02 99.95 19:42:29 19:20:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:21:01 all 0.02 0.00 0.02 0.01 0.01 99.95 19:42:29 19:21:01 0 0.07 0.00 0.03 0.00 0.00 99.90 19:42:29 19:21:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:21:01 3 0.00 0.00 0.02 0.00 0.02 99.97 19:42:29 19:21:01 4 0.02 0.00 0.02 0.02 0.00 99.95 19:42:29 19:21:01 5 0.00 0.00 0.03 0.03 0.00 99.93 19:42:29 19:21:01 6 0.02 0.00 0.02 0.00 0.03 99.93 19:42:29 19:21:01 7 0.03 0.00 0.03 0.00 0.00 99.93 19:42:29 19:22:01 all 0.01 0.00 0.01 0.01 0.01 99.97 19:42:29 19:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 19:42:29 19:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:42:29 19:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:22:01 3 0.00 0.00 0.03 0.00 0.00 99.97 19:42:29 19:22:01 4 0.00 0.00 0.00 0.02 0.02 99.97 19:42:29 19:22:01 5 0.00 0.00 0.00 0.03 0.00 99.97 19:42:29 19:22:01 6 0.02 0.00 0.00 0.00 0.02 99.97 19:42:29 19:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:23:01 all 0.01 0.00 0.01 0.00 0.00 99.98 19:42:29 19:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:23:01 5 0.02 0.00 0.00 0.02 0.00 99.97 19:42:29 19:23:01 6 0.00 0.00 0.03 0.00 0.02 99.95 19:42:29 19:23:01 7 0.03 0.00 0.00 0.00 0.02 99.95 19:42:29 19:24:01 all 0.01 0.00 0.01 0.02 0.00 99.96 19:42:29 19:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:24:01 5 0.00 0.00 0.02 0.18 0.00 99.80 19:42:29 19:24:01 6 0.02 0.00 0.00 0.00 0.02 99.97 19:42:29 19:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:25:01 all 0.01 0.00 0.00 0.00 0.01 99.98 19:42:29 19:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:25:01 4 0.00 0.00 0.00 0.02 0.02 99.97 19:42:29 19:25:01 5 0.00 0.00 0.00 0.02 0.02 99.97 19:42:29 19:25:01 6 0.03 0.00 0.02 0.00 0.02 99.93 19:42:29 19:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:42:29 19:26:01 all 0.02 0.00 0.01 0.01 0.00 99.96 19:42:29 19:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:26:01 3 0.02 0.00 0.02 0.00 0.02 99.95 19:42:29 19:26:01 4 0.02 0.00 0.00 0.03 0.00 99.95 19:42:29 19:26:01 5 0.02 0.00 0.02 0.03 0.00 99.93 19:42:29 19:26:01 6 0.02 0.00 0.03 0.00 0.02 99.93 19:42:29 19:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:27:01 all 0.01 0.00 0.01 0.00 0.00 99.98 19:42:29 19:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:27:01 4 0.00 0.00 0.00 0.02 0.00 99.98 19:42:29 19:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:27:01 6 0.03 0.00 0.02 0.00 0.02 99.93 19:42:29 19:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:28:01 all 0.01 0.00 0.01 0.00 0.01 99.97 19:42:29 19:28:01 0 0.00 0.00 0.02 0.00 0.02 99.97 19:42:29 19:28:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:42:29 19:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:28:01 4 0.03 0.00 0.00 0.02 0.02 99.93 19:42:29 19:28:01 5 0.00 0.00 0.00 0.02 0.00 99.98 19:42:29 19:28:01 6 0.02 0.00 0.02 0.00 0.02 99.95 19:42:29 19:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:42:29 19:28:01 CPU %user %nice %system %iowait %steal %idle 19:42:29 19:29:01 all 0.01 0.00 0.00 0.00 0.00 99.99 19:42:29 19:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:29:01 1 0.02 0.00 0.00 0.02 0.00 99.97 19:42:29 19:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:29:01 5 0.00 0.00 0.00 0.02 0.00 99.98 19:42:29 19:29:01 6 0.02 0.00 0.02 0.00 0.02 99.95 19:42:29 19:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:30:01 all 0.00 0.00 0.01 0.01 0.00 99.98 19:42:29 19:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:30:01 1 0.02 0.00 0.02 0.02 0.00 99.95 19:42:29 19:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:30:01 4 0.00 0.00 0.00 0.02 0.00 99.98 19:42:29 19:30:01 5 0.00 0.00 0.02 0.02 0.00 99.97 19:42:29 19:30:01 6 0.00 0.00 0.00 0.00 0.02 99.98 19:42:29 19:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:31:01 all 0.02 0.00 0.01 0.00 0.01 99.95 19:42:29 19:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:42:29 19:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:31:01 4 0.03 0.00 0.00 0.02 0.02 99.93 19:42:29 19:31:01 5 0.05 0.00 0.03 0.00 0.02 99.90 19:42:29 19:31:01 6 0.00 0.00 0.03 0.00 0.02 99.95 19:42:29 19:31:01 7 0.03 0.00 0.02 0.00 0.02 99.93 19:42:29 19:32:01 all 0.01 0.00 0.01 0.01 0.01 99.97 19:42:29 19:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:32:01 1 0.02 0.00 0.00 0.02 0.00 99.97 19:42:29 19:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 19:42:29 19:32:01 4 0.00 0.00 0.00 0.02 0.00 99.98 19:42:29 19:32:01 5 0.02 0.00 0.00 0.05 0.00 99.93 19:42:29 19:32:01 6 0.03 0.00 0.03 0.00 0.03 99.90 19:42:29 19:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:33:01 all 0.01 0.00 0.00 0.00 0.00 99.98 19:42:29 19:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:33:01 4 0.02 0.00 0.00 0.02 0.00 99.97 19:42:29 19:33:01 5 0.00 0.00 0.00 0.02 0.00 99.98 19:42:29 19:33:01 6 0.03 0.00 0.02 0.00 0.02 99.93 19:42:29 19:33:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:42:29 19:34:01 all 0.01 0.00 0.00 0.00 0.01 99.98 19:42:29 19:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 19:42:29 19:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:34:01 4 0.00 0.00 0.00 0.02 0.02 99.97 19:42:29 19:34:01 5 0.00 0.00 0.00 0.02 0.00 99.98 19:42:29 19:34:01 6 0.02 0.00 0.02 0.00 0.02 99.95 19:42:29 19:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:35:01 all 0.02 0.00 0.01 0.01 0.00 99.97 19:42:29 19:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:35:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:42:29 19:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:35:01 4 0.02 0.00 0.00 0.05 0.00 99.93 19:42:29 19:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:35:01 6 0.05 0.00 0.03 0.00 0.02 99.90 19:42:29 19:35:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:42:29 19:36:01 all 0.01 0.00 0.01 0.01 0.00 99.96 19:42:29 19:36:01 0 0.03 0.00 0.05 0.00 0.00 99.92 19:42:29 19:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:36:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:42:29 19:36:01 4 0.00 0.00 0.00 0.03 0.00 99.97 19:42:29 19:36:01 5 0.03 0.00 0.00 0.05 0.00 99.92 19:42:29 19:36:01 6 0.02 0.00 0.00 0.00 0.02 99.97 19:42:29 19:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:37:01 all 0.01 0.00 0.00 0.01 0.01 99.96 19:42:29 19:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:37:01 4 0.02 0.00 0.00 0.03 0.02 99.93 19:42:29 19:37:01 5 0.00 0.00 0.00 0.08 0.00 99.92 19:42:29 19:37:01 6 0.03 0.00 0.00 0.00 0.05 99.92 19:42:29 19:37:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:38:01 all 0.01 0.00 0.01 0.03 0.00 99.95 19:42:29 19:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:38:01 4 0.00 0.00 0.00 0.18 0.00 99.82 19:42:29 19:38:01 5 0.00 0.00 0.00 0.07 0.02 99.92 19:42:29 19:38:01 6 0.03 0.00 0.02 0.00 0.02 99.93 19:42:29 19:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:39:01 all 0.01 0.00 0.01 0.00 0.01 99.98 19:42:29 19:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:39:01 1 0.02 0.00 0.00 0.02 0.00 99.97 19:42:29 19:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:39:01 3 0.00 0.00 0.00 0.00 0.02 99.98 19:42:29 19:39:01 4 0.02 0.00 0.00 0.00 0.02 99.97 19:42:29 19:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:39:01 6 0.02 0.00 0.02 0.00 0.03 99.93 19:42:29 19:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:42:29 19:39:01 CPU %user %nice %system %iowait %steal %idle 19:42:29 19:40:01 all 0.01 0.00 0.01 0.01 0.01 99.97 19:42:29 19:40:01 0 0.00 0.00 0.00 0.00 0.02 99.98 19:42:29 19:40:01 1 0.02 0.00 0.02 0.02 0.02 99.93 19:42:29 19:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 19:42:29 19:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:40:01 4 0.00 0.00 0.00 0.02 0.00 99.98 19:42:29 19:40:01 5 0.02 0.00 0.00 0.02 0.00 99.97 19:42:29 19:40:01 6 0.00 0.00 0.03 0.00 0.02 99.95 19:42:29 19:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:42:29 19:41:01 all 0.02 0.00 0.00 0.00 0.00 99.97 19:42:29 19:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:42:29 19:41:01 1 0.03 0.00 0.00 0.02 0.00 99.95 19:42:29 19:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:41:01 5 0.00 0.00 0.00 0.02 0.00 99.98 19:42:29 19:41:01 6 0.08 0.00 0.02 0.00 0.02 99.88 19:42:29 19:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:42:29 19:42:01 all 0.00 0.00 0.01 0.01 0.01 99.98 19:42:29 19:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:42:01 1 0.00 0.00 0.02 0.03 0.00 99.95 19:42:29 19:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:42:29 19:42:01 4 0.00 0.00 0.00 0.00 0.02 99.98 19:42:29 19:42:01 5 0.00 0.00 0.00 0.02 0.00 99.98 19:42:29 19:42:01 6 0.02 0.00 0.02 0.00 0.02 99.95 19:42:29 19:42:01 7 0.00 0.00 0.02 0.00 0.02 99.97 19:42:29 Average: all 6.82 0.00 1.69 1.22 0.02 90.25 19:42:29 Average: 0 7.11 0.00 1.69 1.72 0.02 89.46 19:42:29 Average: 1 6.70 0.00 1.64 1.15 0.02 90.49 19:42:29 Average: 2 7.09 0.00 1.82 1.19 0.02 89.87 19:42:29 Average: 3 7.06 0.00 1.82 1.48 0.02 89.61 19:42:29 Average: 4 6.46 0.00 1.59 0.65 0.03 91.27 19:42:29 Average: 5 6.22 0.00 1.62 1.43 0.02 90.70 19:42:29 Average: 6 7.00 0.00 1.62 1.20 0.04 90.13 19:42:29 Average: 7 6.93 0.00 1.70 0.92 0.02 90.43 19:42:29 19:42:29 19:42:29