Pull request #4121 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 20b0bae75a96705a8150c67b7f1d65e9ae879747+e18dbdcecdb0d114bc1a1bd073cbd42566b9224e (9a98c3983a8fec5eea01467cf2b2a2bf4629e0ba) 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-ssh14044704719808157414.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh8697226890034311801.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-4121/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-4121/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6451843435886960615.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-4121/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4822527339720556992.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh10946049234836411049.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-4121/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-4121/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15568982833839811838.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 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > 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 2c432abcf2d142718d3fe157e81a44428d9b823e Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-22253’ Running on prd-ubuntu20.04-docker-8c-8g-22255 in /w/workspace/edgexfoundry_edgex-go_PR-4121 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4121/head:refs/remotes/origin/PR-4121 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit e18dbdcecdb0d114bc1a1bd073cbd42566b9224e into PR head commit 20b0bae75a96705a8150c67b7f1d65e9ae879747 Merge succeeded, producing 20b0bae75a96705a8150c67b7f1d65e9ae879747 Checking out Revision 20b0bae75a96705a8150c67b7f1d65e9ae879747 (PR-4121) > git config core.sparsecheckout # timeout=10 > git checkout -f 20b0bae75a96705a8150c67b7f1d65e9ae879747 # 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 e18dbdcecdb0d114bc1a1bd073cbd42566b9224e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20b0bae75a96705a8150c67b7f1d65e9ae879747 # timeout=10 Commit message: "fix: Add backwards compatability for Device System Events" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:23:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:23:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:23:44 ========================================================= 20:23:44 EdgeX Global Pipelines Version Info 20:23:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:23:44 ------------------- 20:23:44 stable info: 20:23:44 ------------------- 20:23:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:23:44 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 20:23:44 Message: update stable to v1.0.238 20:23:45 ------------------- 20:23:45 experimental info: 20:23:45 ------------------- 20:23:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:23:45 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 20:23:45 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:23:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:23:45 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:23:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4121 [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4121 [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4121 [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 20b0bae75a96705a8150c67b7f1d65e9ae879747 [Pipeline] echo 20:23:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 20b0bae [Pipeline] echo 20:23:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:23:47 provisioning config files... 20:23:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8320921657338204707tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:23:47 ---> docker-login.sh 20:23:47 nexus3.edgexfoundry.org:10001 20:23:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:47 Configure a credential helper to remove this warning. See 20:23:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:47 20:23:47 Login Succeeded 20:23:47 nexus3.edgexfoundry.org:10002 20:23:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:48 Configure a credential helper to remove this warning. See 20:23:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:48 20:23:48 Login Succeeded 20:23:48 nexus3.edgexfoundry.org:10003 20:23:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:48 Configure a credential helper to remove this warning. See 20:23:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:48 20:23:48 Login Succeeded 20:23:48 nexus3.edgexfoundry.org:10004 20:23:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:48 Configure a credential helper to remove this warning. See 20:23:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:48 20:23:48 Login Succeeded 20:23:48 docker.io 20:23:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:48 Configure a credential helper to remove this warning. See 20:23:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:48 20:23:48 Login Succeeded 20:23:48 ---> docker-login.sh ends [Pipeline] } 20:23:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:23:49 + 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 20:23:49 + dirname cmd/core-command/Dockerfile 20:23:49 + cut -d/ -f2 20:23:49 + echo core-command,cmd/core-command/Dockerfile 20:23:49 + dirname cmd/core-data/Dockerfile 20:23:49 + cut -d/ -f2 20:23:49 + echo core-data,cmd/core-data/Dockerfile 20:23:49 + dirname cmd/core-metadata/Dockerfile 20:23:49 + cut -d/ -f2 20:23:49 + echo core-metadata,cmd/core-metadata/Dockerfile 20:23:49 + dirname cmd/security-bootstrapper/Dockerfile 20:23:49 + cut -d/ -f2 20:23:49 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:23:49 + dirname cmd/security-proxy-setup/Dockerfile 20:23:49 + cut -d/ -f2 20:23:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:23:49 + dirname cmd/security-secretstore-setup/Dockerfile 20:23:49 + cut -d/ -f2 20:23:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:23:49 + dirname cmd/security-spiffe-token-provider/Dockerfile 20:23:49 + cut -d/ -f2 20:23:49 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 20:23:49 + dirname cmd/security-spire-agent/Dockerfile 20:23:49 + cut -d/ -f2 20:23:49 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 20:23:49 + dirname cmd/security-spire-config/Dockerfile 20:23:49 + cut -d/ -f2 20:23:49 + echo security-spire-config,cmd/security-spire-config/Dockerfile 20:23:49 + + dirname cmd/security-spire-server/Dockerfile 20:23:49 cut -d/ -f2 20:23:49 + echo security-spire-server,cmd/security-spire-server/Dockerfile 20:23:49 + + dirname cmd/support-notifications/Dockerfile 20:23:49 cut -d/ -f2 20:23:49 + echo support-notifications,cmd/support-notifications/Dockerfile 20:23:49 + dirname cmd/support-scheduler/Dockerfile 20:23:49 + cut -d/ -f2 20:23:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:23:49 + dirname cmd/sys-mgmt-agent/Dockerfile 20:23:49 + cut -d/ -f2 20:23:49 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:23:49 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 20:23:49 + git rev-list -1 --merges 20b0bae75a96705a8150c67b7f1d65e9ae879747~1..20b0bae75a96705a8150c67b7f1d65e9ae879747 [Pipeline] echo 20:23:49 -----------> git rev-list -1 --merges 20b0bae75a96705a8150c67b7f1d65e9ae879747~1..20b0bae75a96705a8150c67b7f1d65e9ae879747 20b0bae75a96705a8150c67b7f1d65e9ae879747 [false] [Pipeline] sh 20:23:50 + git log --format=format:%s -1 20b0bae75a96705a8150c67b7f1d65e9ae879747 [Pipeline] echo 20:23:50 ========================================================= 20:23:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:23:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:23:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:23:50 + grep -v github /etc/ssh/ssh_known_hosts 20:23:50 + [ -e /tmp/ssh_known_hosts ] 20:23:50 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:23:50 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:23:50 + sudo tee -a /etc/ssh/ssh_known_hosts 20:23:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:23:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:23:51 20:23:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:23:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:23:51 0.1.4: Pulling from edgex-devops/py-git-semver 20:23:51 b85a868b505f: Pulling fs layer 20:23:51 e2be974225ed: Pulling fs layer 20:23:51 339a4e72a1f5: Pulling fs layer 20:23:51 988bab9f4d93: Pulling fs layer 20:23:51 1469e6f7b9e6: Pulling fs layer 20:23:51 eaf3925da568: Pulling fs layer 20:23:51 bab4dde63d76: Pulling fs layer 20:23:51 bde34c3a00c8: Pulling fs layer 20:23:51 b352a97aabf1: Pulling fs layer 20:23:51 4872d77fe225: Pulling fs layer 20:23:51 5851b861e8e6: Pulling fs layer 20:23:51 4872d77fe225: Waiting 20:23:51 bde34c3a00c8: Waiting 20:23:51 bab4dde63d76: Waiting 20:23:51 988bab9f4d93: Waiting 20:23:51 eaf3925da568: Waiting 20:23:51 b352a97aabf1: Waiting 20:23:51 1469e6f7b9e6: Waiting 20:23:51 e2be974225ed: Verifying Checksum 20:23:51 e2be974225ed: Download complete 20:23:51 988bab9f4d93: Verifying Checksum 20:23:51 339a4e72a1f5: Verifying Checksum 20:23:51 339a4e72a1f5: Download complete 20:23:51 1469e6f7b9e6: Verifying Checksum 20:23:51 1469e6f7b9e6: Download complete 20:23:51 eaf3925da568: Verifying Checksum 20:23:51 eaf3925da568: Download complete 20:23:51 bde34c3a00c8: Verifying Checksum 20:23:51 bde34c3a00c8: Download complete 20:23:51 b352a97aabf1: Download complete 20:23:51 4872d77fe225: Verifying Checksum 20:23:51 4872d77fe225: Download complete 20:23:51 5851b861e8e6: Verifying Checksum 20:23:51 5851b861e8e6: Download complete 20:23:51 b85a868b505f: Download complete 20:23:52 bab4dde63d76: Verifying Checksum 20:23:52 bab4dde63d76: Download complete 20:23:53 b85a868b505f: Pull complete 20:23:53 e2be974225ed: Pull complete 20:23:54 339a4e72a1f5: Pull complete 20:23:54 988bab9f4d93: Pull complete 20:23:54 1469e6f7b9e6: Pull complete 20:23:54 eaf3925da568: Pull complete 20:23:56 bab4dde63d76: Pull complete 20:23:56 bde34c3a00c8: Pull complete 20:23:56 b352a97aabf1: Pull complete 20:23:56 4872d77fe225: Pull complete 20:23:56 5851b861e8e6: Pull complete 20:23:56 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:23:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:23:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:23:57 prd-ubuntu20.04-docker-8c-8g-22255 does not seem to be running inside a container 20:23:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:23:58 $ docker top c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:23:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:23:58 [ssh-agent] Looking for ssh-agent implementation... 20:23:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:23:58 $ docker exec c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 ssh-agent 20:23:59 SSH_AUTH_SOCK=/tmp/ssh-0Ky3so1msE5E/agent.32 20:23:59 SSH_AGENT_PID=38 20:23:59 Running ssh-add (command line suppressed) 20:23:59 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8836069811305276928.key (/w/workspace/edgex-go/1@tmp/private_key_8836069811305276928.key) 20:23:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:23:59 + git tag --points-at HEAD [Pipeline] } 20:23:59 $ docker exec --env ******** --env ******** c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 ssh-agent -k 20:23:59 unset SSH_AUTH_SOCK; 20:23:59 unset SSH_AGENT_PID; 20:23:59 echo Agent pid 38 killed; 20:23:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:23:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:23:59 [ssh-agent] Looking for ssh-agent implementation... 20:23:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:23:59 $ docker exec c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 ssh-agent 20:24:00 SSH_AUTH_SOCK=/tmp/ssh-Iavy9CFpMkI2/agent.72 20:24:00 SSH_AGENT_PID=78 20:24:00 Running ssh-add (command line suppressed) 20:24:00 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4245204445691919378.key (/w/workspace/edgex-go/1@tmp/private_key_4245204445691919378.key) 20:24:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:24:00 + git semver init 20:24:00 2022-08-09 20:24:00,706 [run_init] DEBUG init version:0.0.0 force:False 20:24:00 2022-08-09 20:24:00,707 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 20:24:00 2022-08-09 20:24:00,707 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 20:24:00 2022-08-09 20:24:00,707 [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) 20:24:05 2022-08-09 20:24:04,793 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 20:24:05 2022-08-09 20:24:04,794 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4121 with force:False 20:24:05 2022-08-09 20:24:04,794 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4121 20:24:05 2022-08-09 20:24:04,799 [execute] INFO git cat-file --batch-check 20:24:05 2022-08-09 20:24:04,800 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:24:05 2022-08-09 20:24:04,807 [execute] INFO git cat-file --batch 20:24:05 2022-08-09 20:24:04,807 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:24:05 2022-08-09 20:24:04,813 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4121 20:24:05 0.0.0 [Pipeline] } 20:24:05 $ docker exec --env ******** --env ******** c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 ssh-agent -k 20:24:05 unset SSH_AUTH_SOCK; 20:24:05 unset SSH_AGENT_PID; 20:24:05 echo Agent pid 78 killed; 20:24:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:24:05 + git semver [Pipeline] } 20:24:05 $ docker stop --time=1 c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 20:24:07 $ docker rm -f c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 [Pipeline] // withDockerContainer [Pipeline] sh 20:24:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:24:08 Stashed 1 file(s) [Pipeline] echo 20:24:08 [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 20:24:08 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:24:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:24:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:24:08 ========================================================= 20:24:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:24:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:24:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:24:09 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:24:09 2408cc74d12b: Pulling fs layer 20:24:09 ea60b727a1ce: Pulling fs layer 20:24:09 30c4a7721957: Pulling fs layer 20:24:09 370296b7ddb6: Pulling fs layer 20:24:09 7c6cee850709: Pulling fs layer 20:24:09 39a5fcdaea64: Pulling fs layer 20:24:09 d94ebbe4e438: Pulling fs layer 20:24:09 bcfd1f05c69d: Pulling fs layer 20:24:09 59ccb84bbe0f: Pulling fs layer 20:24:09 370296b7ddb6: Waiting 20:24:09 7c6cee850709: Waiting 20:24:09 39a5fcdaea64: Waiting 20:24:09 d94ebbe4e438: Waiting 20:24:09 bcfd1f05c69d: Waiting 20:24:09 59ccb84bbe0f: Waiting 20:24:09 30c4a7721957: Verifying Checksum 20:24:09 30c4a7721957: Download complete 20:24:09 ea60b727a1ce: Download complete 20:24:09 7c6cee850709: Download complete 20:24:09 39a5fcdaea64: Verifying Checksum 20:24:09 39a5fcdaea64: Download complete 20:24:09 2408cc74d12b: Verifying Checksum 20:24:09 2408cc74d12b: Download complete 20:24:09 d94ebbe4e438: Verifying Checksum 20:24:09 d94ebbe4e438: Download complete 20:24:09 2408cc74d12b: Pull complete 20:24:09 ea60b727a1ce: Pull complete 20:24:09 30c4a7721957: Pull complete 20:24:10 59ccb84bbe0f: Verifying Checksum 20:24:10 59ccb84bbe0f: Download complete 20:24:10 370296b7ddb6: Verifying Checksum 20:24:10 370296b7ddb6: Download complete 20:24:10 bcfd1f05c69d: Verifying Checksum 20:24:10 bcfd1f05c69d: Download complete 20:24:14 370296b7ddb6: Pull complete 20:24:14 7c6cee850709: Pull complete 20:24:14 39a5fcdaea64: Pull complete 20:24:14 d94ebbe4e438: Pull complete 20:24:17 bcfd1f05c69d: Pull complete 20:24:17 59ccb84bbe0f: Pull complete 20:24:17 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 20:24:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:24:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:24:18 + docker build -t ci-base-image-x86_64 -f - . 20:24:18 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:24:18 WORKDIR /edgex 20:24:18 COPY go.mod . 20:24:18 RUN go mod download 20:24:19 Sending build context to Docker daemon 169.2MB 20:24:19 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:24:19 ---> a4fb48ad2a94 20:24:19 Step 2/4 : WORKDIR /edgex 20:24:21 ---> Running in ef833c4ae705 20:24:21 Removing intermediate container ef833c4ae705 20:24:21 ---> 45f9f1b98570 20:24:21 Step 3/4 : COPY go.mod . 20:24:21 ---> 6f72efb185fc 20:24:21 Step 4/4 : RUN go mod download 20:24:21 ---> Running in a1c4da0a571f 20:24:23 Still waiting to schedule task 20:24:23 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:24:36 Removing intermediate container a1c4da0a571f 20:24:36 ---> 35a31de7d9e3 20:24:36 Successfully built 35a31de7d9e3 20:24:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:24:36 + docker inspect -f . ci-base-image-x86_64 20:24:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:24:36 prd-ubuntu20.04-docker-8c-8g-22255 does not seem to be running inside a container 20:24:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:24:37 $ docker top 924338177b31eac3e486500d36c7ce1de376f7c5380d75e248474970dda8c251 -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:37 + go version 20:24:37 go version go1.18.3 linux/amd64 [Pipeline] } 20:24:37 $ docker stop --time=1 924338177b31eac3e486500d36c7ce1de376f7c5380d75e248474970dda8c251 20:24:38 $ docker rm -f 924338177b31eac3e486500d36c7ce1de376f7c5380d75e248474970dda8c251 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:24:39 + docker inspect -f . ci-base-image-x86_64 20:24:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:24:39 prd-ubuntu20.04-docker-8c-8g-22255 does not seem to be running inside a container 20:24:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:24:40 $ docker top a114a97cd3a2c892d3574579004985049d5ba63596d5942e6f601959852569e7 -eo pid,comm [Pipeline] { [Pipeline] echo 20:24:40 ========================================================= 20:24:40 [edgeXBuildGoParallel] Running Tests and Build... 20:24:40 ========================================================= [Pipeline] sh 20:24:40 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:24:41 + make test 20:24:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:24:47 ? github.com/edgexfoundry/edgex-go [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:25:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements 20:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:25:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.094s coverage: 98.5% of statements 20:25:03 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:25:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.091s coverage: 54.2% of statements 20:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:25:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.935s coverage: 89.2% of statements 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:25:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.085s coverage: 2.1% of statements 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:25:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.463s coverage: 95.6% of statements 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:25:08 ok github.com/edgexfoundry/edgex-go/internal/io 0.066s coverage: 72.2% of statements 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:25:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.077s coverage: 60.0% of statements 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:25:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.102s coverage: 0.9% of statements 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:25:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements 20:25:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.088s coverage: 29.6% of statements 20:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements 20:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements 20:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements 20:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 20:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements 20:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.068s coverage: 94.4% of statements 20:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.084s coverage: 44.8% of statements 20:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.215s coverage: 82.2% of statements 20:25:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 58.8% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.0% of statements 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.056s coverage: 87.2% of statements 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 85.4% of statements 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.238s coverage: 91.2% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 64.7% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.403s coverage: 65.8% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.180s coverage: 43.6% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.070s coverage: 89.5% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.086s coverage: 17.7% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.164s coverage: 92.3% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.113s coverage: 97.7% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.066s coverage: 28.9% of statements 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:25:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 20:25:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 20:25:27 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 20:25:49 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." 20:25:49 GO111MODULE=on go vet ./... 20:25:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:25:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:25:51 ./bin/test-attribution-txt.sh 20:25:51 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 20:25:51 An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add 20:25:51 An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add 20:25:51 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 20:25:51 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 20:25:51 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 20:25:51 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 20:25:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:25:51 + ls -al . 20:25:51 total 728 20:25:51 drwxrwxr-x 10 1001 1001 4096 Aug 9 20:24 . 20:25:51 drwxr-xr-x 4 root root 4096 Aug 9 20:24 .. 20:25:51 -rw-rw-r-- 1 1001 1001 16 Aug 9 20:23 .dockerignore 20:25:51 drwxrwxr-x 8 1001 1001 4096 Aug 9 20:25 .git 20:25:51 drwxrwxr-x 3 1001 1001 4096 Aug 9 20:23 .github 20:25:51 -rw-rw-r-- 1 1001 1001 1030 Aug 9 20:23 .gitignore 20:25:51 -rw-rw-r-- 1 1001 1001 42 Aug 9 20:23 .golangci.yml 20:25:51 -rw-rw-r-- 1 1001 1001 87 Aug 9 20:23 .hadolint.yml 20:25:51 drwxr-xr-x 3 1001 1001 4096 Aug 9 20:24 .semver 20:25:51 -rw-rw-r-- 1 1001 1001 166 Aug 9 20:23 .sonarcloud.properties 20:25:51 -rw-rw-r-- 1 1001 1001 1171 Aug 9 20:23 ADOPTERS.md 20:25:51 -rw-rw-r-- 1 1001 1001 10347 Aug 9 20:23 Attribution.txt 20:25:51 -rw-rw-r-- 1 1001 1001 63209 Aug 9 20:23 CHANGELOG.md 20:25:51 -rw-rw-r-- 1 1001 1001 3804 Aug 9 20:23 CONTRIBUTING.md 20:25:51 -rw-rw-r-- 1 1001 1001 677 Aug 9 20:23 GOVERNANCE.md 20:25:51 -rw-rw-r-- 1 1001 1001 850 Aug 9 20:23 Jenkinsfile 20:25:51 -rw-rw-r-- 1 1001 1001 10775 Aug 9 20:23 LICENSE 20:25:51 -rw-rw-r-- 1 1001 1001 12212 Aug 9 20:23 Makefile 20:25:51 -rw-rw-r-- 1 1001 1001 582 Aug 9 20:23 OWNERS.md 20:25:51 -rw-rw-r-- 1 1001 1001 9094 Aug 9 20:23 README.md 20:25:51 -rw-rw-r-- 1 1001 1001 6912 Aug 9 20:23 SECURITY.md 20:25:51 -rw-rw-r-- 1 1001 1001 5 Aug 9 20:24 VERSION 20:25:51 -rw-rw-r-- 1 1001 1001 4131 Aug 9 20:23 ZMQWindows.md 20:25:51 drwxrwxr-x 2 1001 1001 4096 Aug 9 20:23 bin 20:25:51 drwxrwxr-x 18 1001 1001 4096 Aug 9 20:23 cmd 20:25:51 -rw-r--r-- 1 root root 478941 Aug 9 20:25 coverage.out 20:25:51 -rw-rw-r-- 1 1001 1001 3681 Aug 9 20:23 go.mod 20:25:51 -rw-rw-r-- 1 1001 1001 38033 Aug 9 20:23 go.sum 20:25:51 drwxrwxr-x 8 1001 1001 4096 Aug 9 20:23 internal 20:25:51 drwxrwxr-x 3 1001 1001 4096 Aug 9 20:23 openapi 20:25:51 drwxrwxr-x 4 1001 1001 4096 Aug 9 20:23 snap 20:25:51 -rw-rw-r-- 1 1001 1001 204 Aug 9 20:23 version.go [Pipeline] sh 20:25:52 + '[' -e coverage.out ] 20:25:52 + chown 1001:1001 coverage.out [Pipeline] stash 20:25:52 Stashed 1 file(s) [Pipeline] sh 20:25:52 + make build 20:25: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 20:25:58 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22257 in /w/workspace/edgexfoundry_edgex-go_PR-4121 [Pipeline] { [Pipeline] ws 20:25:58 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:25:58 The recommended git tool is: git 20:26:05 using credential edgex-jenkins-ssh 20:26:05 Cloning the remote Git repository 20:26:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:26:05 > git init /w/workspace/edgex-go/1 # timeout=10 20:26:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:26:05 > git --version # timeout=10 20:26:05 > git --version # 'git version 2.25.1' 20:26:05 using GIT_SSH to set credentials SSH Credentials for GitHub 20:26:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:26:07 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 20:26:19 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/core-command/core-command ./cmd/core-command 20:26:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:26:23 Merging remotes/origin/main commit e18dbdcecdb0d114bc1a1bd073cbd42566b9224e into PR head commit 20b0bae75a96705a8150c67b7f1d65e9ae879747 20:26:23 Merge succeeded, producing 20b0bae75a96705a8150c67b7f1d65e9ae879747 20:26:23 Checking out Revision 20b0bae75a96705a8150c67b7f1d65e9ae879747 (PR-4121) 20:26:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:26:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:26:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:26:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:26:22 using GIT_SSH to set credentials SSH Credentials for GitHub 20:26:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4121/head:refs/remotes/origin/PR-4121 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:26:23 > git config core.sparsecheckout # timeout=10 20:26:23 > git checkout -f 20b0bae75a96705a8150c67b7f1d65e9ae879747 # timeout=10 20:26:23 > git remote # timeout=10 20:26:23 > git config --get remote.origin.url # timeout=10 20:26:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:26:23 > git merge e18dbdcecdb0d114bc1a1bd073cbd42566b9224e # timeout=10 20:26:23 > git rev-parse HEAD^{commit} # timeout=10 20:26:23 > git config core.sparsecheckout # timeout=10 20:26:23 > git checkout -f 20b0bae75a96705a8150c67b7f1d65e9ae879747 # timeout=10 20:26:26 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 20:26:26 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 20:26:27 Commit message: "fix: Add backwards compatability for Device System Events" 20:26:27 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:26:27 > git --version # timeout=10 20:26:27 > git --version # 'git version 2.25.1' 20:26:27 fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:26:28 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:26:28 % Total % Received % Xferd Average Speed Time Time Time Current 20:26:28 Dload Upload Total Spent Left Speed 20:26:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 88085 0 --:--:-- --:--:-- --:--:-- 88085 20:26: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/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] sh 20:26:29 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:26: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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:26:30 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:26:30 + sudo tee /etc/docker/daemon.new 20:26:30 { 20:26:30 "registry-mirrors": [ 20:26:30 "https://nexus3.edgexfoundry.org:10001" 20:26:30 ], 20:26:30 "bip": "10.250.0.254/24", 20:26:30 "hosts": [ 20:26:30 "tcp://0.0.0.0:5555", 20:26:30 "unix:///var/run/docker.sock" 20:26:30 ], 20:26:30 "mtu": 1458, 20:26:30 "selinux-enabled": true, 20:26:30 "seccomp-profile": "/etc/docker/seccomp.json" 20:26:30 } [Pipeline] sh 20:26:30 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:26:30 + sudo service docker restart 20:26:31 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 20:26: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/secrets-config ./cmd/secrets-config 20:26: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:26: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:26:36 $ docker stop --time=1 a114a97cd3a2c892d3574579004985049d5ba63596d5942e6f601959852569e7 20:26:38 $ docker rm -f a114a97cd3a2c892d3574579004985049d5ba63596d5942e6f601959852569e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:26:40 20:26:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:26:40 latest: Pulling from edgex-devops/edgex-compose 20:26:40 cbdbe7a5bc2a: Pulling fs layer 20:26:40 ca9280d653b3: Pulling fs layer 20:26:40 7e9c9ca2126c: Pulling fs layer 20:26:40 cbdbe7a5bc2a: Verifying Checksum 20:26:40 cbdbe7a5bc2a: Download complete 20:26:40 ca9280d653b3: Verifying Checksum 20:26:40 ca9280d653b3: Download complete 20:26:40 cbdbe7a5bc2a: Pull complete 20:26:41 7e9c9ca2126c: Download complete 20:26:41 ca9280d653b3: Pull complete 20:26:45 7e9c9ca2126c: Pull complete 20:26:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:26:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:26:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:26:45 prd-ubuntu20.04-docker-8c-8g-22255 does not seem to be running inside a container 20:26:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:26:48 $ docker top 2dbe6533e8953beb0f718adede2009bfa7fbefd217617347476298fe955d7146 -eo pid,comm [Pipeline] { [Pipeline] sh 20:26:48 + docker-compose build --help 20:26:48 + grep parallel [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:26:49 provisioning config files... 20:26:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2420385001083613138tmp [Pipeline] { [Pipeline] libraryResource 20:26:49 --parallel Build images in parallel. [Pipeline] sh [Pipeline] } 20:26:49 $ docker stop --time=1 2dbe6533e8953beb0f718adede2009bfa7fbefd217617347476298fe955d7146 20:26:49 ---> docker-login.sh 20:26:49 nexus3.edgexfoundry.org:10001 20:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:50 Configure a credential helper to remove this warning. See 20:26:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:50 20:26:50 Login Succeeded 20:26:50 nexus3.edgexfoundry.org:10002 20:26:51 $ docker rm -f 2dbe6533e8953beb0f718adede2009bfa7fbefd217617347476298fe955d7146 20:26:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:51 Configure a credential helper to remove this warning. See 20:26:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:51 20:26:51 Login Succeeded 20:26:51 nexus3.edgexfoundry.org:10003 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:51 Configure a credential helper to remove this warning. See 20:26:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:51 20:26:51 Login Succeeded 20:26:51 nexus3.edgexfoundry.org:10004 20:26:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:26:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:26:51 prd-ubuntu20.04-docker-8c-8g-22255 does not seem to be running inside a container 20:26:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:51 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:26:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:52 Configure a credential helper to remove this warning. See 20:26:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:52 20:26:52 Login Succeeded 20:26:52 docker.io 20:26:52 $ docker top 0d5f86d708c9c462e189a6fc20b05f39337ac03eae0f337ef0fec8303fe33f4f -eo pid,comm [Pipeline] { 20:26:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh 20:26:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:52 Configure a credential helper to remove this warning. See 20:26:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:52 20:26:52 Login Succeeded 20:26:52 ---> docker-login.sh ends [Pipeline] } 20:26:52 Deleting 1 temporary files 20:26:52 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 20:26:53 Building core-command ... 20:26:53 Building core-data ... 20:26:53 Building core-metadata ... 20:26:53 Building security-bootstrapper ... 20:26:53 Building security-proxy-setup ... 20:26:53 Building security-secretstore-setup ... 20:26:53 Building security-spiffe-token-provider ... 20:26:53 Building security-spire-agent ... 20:26:53 Building security-spire-config ... 20:26:53 Building security-spire-server ... 20:26:53 Building support-notifications ... 20:26:53 Building support-scheduler ... 20:26:53 Building sys-mgmt-agent ... 20:26:53 Building security-bootstrapper 20:26:53 Building sys-mgmt-agent 20:26:53 Building core-data 20:26:53 Building security-spire-config 20:26:53 Building core-metadata 20:26:53 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:26:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:26:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:26:53 ========================================================= 20:26:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:26:53 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:26:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:26:54 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:26:54 b3c136eddcbf: Pulling fs layer 20:26:54 c0a3192eca97: Pulling fs layer 20:26:54 a050256f5b6f: Pulling fs layer 20:26:54 656be50a0ddc: Pulling fs layer 20:26:54 2bbca73fdf42: Pulling fs layer 20:26:54 46d945488cbd: Pulling fs layer 20:26:54 8a5474983e97: Pulling fs layer 20:26:54 329c88fbcd65: Pulling fs layer 20:26:54 46d945488cbd: Waiting 20:26:54 8a5474983e97: Waiting 20:26:54 329c88fbcd65: Waiting 20:26:54 656be50a0ddc: Waiting 20:26:54 2bbca73fdf42: Waiting 20:26:54 a050256f5b6f: Download complete 20:26:54 c0a3192eca97: Verifying Checksum 20:26:54 c0a3192eca97: Download complete 20:26:54 2bbca73fdf42: Verifying Checksum 20:26:54 2bbca73fdf42: Download complete 20:26:54 46d945488cbd: Verifying Checksum 20:26:54 46d945488cbd: Download complete 20:26:54 b3c136eddcbf: Verifying Checksum 20:26:55 b3c136eddcbf: Pull complete 20:26:55 329c88fbcd65: Verifying Checksum 20:26:55 329c88fbcd65: Download complete 20:26:55 c0a3192eca97: Pull complete 20:26:56 a050256f5b6f: Pull complete 20:26:56 8a5474983e97: Verifying Checksum 20:26:56 8a5474983e97: Download complete 20:26:57 656be50a0ddc: Download complete 20:27:05 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:27:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:27:05 ---> 35a31de7d9e3 20:27:05 Step 3/23 : WORKDIR /edgex-go 20:27:05 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:27:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:27:05 ---> 35a31de7d9e3 20:27:05 Step 3/26 : WORKDIR /edgex-go 20:27:05 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:27:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:27:05 ---> 35a31de7d9e3 20:27:05 Step 3/31 : WORKDIR /edgex-go 20:27:05 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:27:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:27:05 ---> 35a31de7d9e3 20:27:05 Step 3/23 : WORKDIR /edgex-go 20:27:05 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:27:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:27:05 ---> 35a31de7d9e3 20:27:05 Step 3/23 : WORKDIR /edgex-go 20:27:08 ---> Running in 85960e867d13 20:27:08 ---> Running in ac376f448d7e 20:27:08 ---> Running in 1c2c0a02c162 20:27:08 ---> Running in 31c901d63daa 20:27:08 ---> Running in 1e8387a28347 20:27:08 Removing intermediate container 85960e867d13 20:27:08 ---> ec3671fd9e98 20:27:08 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:08 Removing intermediate container ac376f448d7e 20:27:08 ---> c3ce773063a7 20:27:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:08 Removing intermediate container 1e8387a28347 20:27:08 ---> b1d287031b91 20:27:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:08 Removing intermediate container 31c901d63daa 20:27:08 ---> 1a092b07c16f 20:27:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:08 Removing intermediate container 1c2c0a02c162 20:27:08 ---> 8ac966682a68 20:27:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:08 ---> Running in 89e74c1c7abf 20:27:08 ---> Running in aa57d79466a2 20:27:08 ---> Running in 2ae6a3c04c45 20:27:08 ---> Running in be3273b55e39 20:27:08 ---> Running in 9b47b71cbc99 20:27:09 Removing intermediate container 89e74c1c7abf 20:27:09 ---> 37041f207d6a 20:27:09 Step 5/23 : RUN apk add --update --no-cache make bash git 20:27:09 ---> Running in 618acdde1861 20:27:10 Removing intermediate container aa57d79466a2 20:27:10 ---> 9adecf4de9e4 20:27:10 Step 5/31 : RUN apk add --update --no-cache make git 20:27:10 ---> Running in 29bba484745c 20:27:10 Removing intermediate container 2ae6a3c04c45 20:27:10 ---> 021e3cc57756 20:27:10 Step 5/23 : RUN apk add --update --no-cache make git 20:27:10 ---> Running in bc97750f8829 20:27:10 Removing intermediate container be3273b55e39 20:27:10 ---> e7cdcd05f79b 20:27:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:27:10 ---> Running in d77c61c7c526 20:27:10 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:27:10 Removing intermediate container 9b47b71cbc99 20:27:10 ---> 4e5836c5f38e 20:27:10 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 20:27:10 ---> Running in 9de75e66b34b 20:27:10 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:27:10 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:27:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:27:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:27:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:27:11 OK: 211 MiB in 51 packages 20:27:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:27:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:27:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:27:12 Removing intermediate container 618acdde1861 20:27:12 ---> 95ed034213b4 20:27:12 Step 6/23 : COPY go.mod vendor* ./ 20:27:12 ---> 15ae0402ad91 20:27:12 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:12 656be50a0ddc: Pull complete 20:27:12 2bbca73fdf42: Pull complete 20:27:12 46d945488cbd: Pull complete 20:27:12 ---> Running in 3fadf9c86ea8 20:27:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:27:12 OK: 211 MiB in 51 packages 20:27:13 OK: 211 MiB in 51 packages 20:27:13 Removing intermediate container 9de75e66b34b 20:27:13 ---> 4d4051a14231 20:27:13 Step 6/26 : COPY go.mod vendor* ./ 20:27:13 OK: 211 MiB in 51 packages 20:27:13 OK: 211 MiB in 51 packages 20:27:13 ---> 0f384dd6a7ef 20:27:13 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:13 ---> Running in 4ec2d7b74f70 20:27:13 Removing intermediate container d77c61c7c526 20:27:13 ---> 8d88ddeb1048 20:27:13 Step 6/23 : COPY go.mod vendor* ./ 20:27:13 Removing intermediate container bc97750f8829 20:27:13 ---> a7077694c675 20:27:13 Step 6/23 : COPY go.mod vendor* ./ 20:27:13 ---> ef366ce3937b 20:27:13 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:13 ---> Running in e04f8d21c4cc 20:27:13 ---> 8b40d44b2db6 20:27:13 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:13 ---> Running in 50e36e3d3b5c 20:27:13 Removing intermediate container 29bba484745c 20:27:13 ---> c639526c144d 20:27:13 Step 6/31 : COPY go.mod vendor* ./ 20:27:14 ---> 9dd327747355 20:27:14 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:14 ---> Running in b30510f0ff07 20:27:16 8a5474983e97: Pull complete 20:27:19 329c88fbcd65: Pull complete 20:27:19 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 20:27:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:27:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:27:19 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:27:19 WORKDIR /edgex 20:27:19 COPY go.mod . 20:27:19 RUN go mod download 20:27:19 + docker build -t ci-base-image-arm64 -f - . 20:27:20 Sending build context to Docker daemon 3.125MB 20:27:20 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:27:20 ---> ff4287adb874 20:27:20 Step 2/4 : WORKDIR /edgex 20:27:22 ---> Running in c93c364850c4 20:27:22 Removing intermediate container c93c364850c4 20:27:22 ---> 045a04995fc0 20:27:22 Step 3/4 : COPY go.mod . 20:27:23 ---> 93166a0413a2 20:27:23 Step 4/4 : RUN go mod download 20:27:23 ---> Running in df8651f82fa1 20:27:29 Removing intermediate container b30510f0ff07 20:27:29 ---> 7280bf2f4350 20:27:29 Step 8/31 : COPY . . 20:27:29 Removing intermediate container 4ec2d7b74f70 20:27:29 ---> 74b0e34edcdd 20:27:29 Step 8/26 : COPY . . 20:27:29 Removing intermediate container e04f8d21c4cc 20:27:29 ---> 04f70909b974 20:27:29 Step 8/23 : COPY . . 20:27:29 Removing intermediate container 50e36e3d3b5c 20:27:29 ---> b6929872332c 20:27:29 Step 8/23 : COPY . . 20:27:29 Removing intermediate container 3fadf9c86ea8 20:27:29 ---> 84c4ac32a118 20:27:29 Step 8/23 : COPY . . 20:27:39 ---> 3ca769019bd5 20:27:39 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:27:39 ---> abb45400e9e5 20:27:39 Step 9/23 : RUN make cmd/core-data/core-data 20:27:39 ---> a123703d66d9 20:27:39 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:27:39 ---> 7568f84e0c78 20:27:39 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 20:27:39 ---> 3e74bc63dd6c 20:27:39 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:27:39 ---> Running in a64488e629dc 20:27:39 ---> Running in a71f00d42dfc 20:27:39 ---> Running in f276041f374a 20:27:39 ---> Running in 5c63232fa3f1 20:27:39 ---> Running in a98678215427 20:27:39 Removing intermediate container 5c63232fa3f1 20:27:39 ---> 148e76e34f7e 20:27:39 Step 10/26 : WORKDIR /edgex-go/spire-build 20:27:39 ---> Running in 9c022358b733 20:27:39 Removing intermediate container 9c022358b733 20:27:39 ---> ed7c9f660860 20:27:39 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 20:27:39 ---> Running in 852c3047c529 20:27:40 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 20:27:40 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 20:27:40 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 20:27:40 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 20:27:41 Removing intermediate container 852c3047c529 20:27:41 ---> 854bc997552c 20:27:41 Step 12/26 : WORKDIR /edgex-go 20:27:41 ---> Running in ad313948aa78 20:27:41 Removing intermediate container ad313948aa78 20:27:41 ---> d7397caed06e 20:27:41 20:27:41 Step 13/26 : FROM alpine:3.15 20:27:41 3.15: Pulling from library/alpine 20:27:41 Digest: sha256:0483110c51a764abe175a8cefb941541ca0bc0f628ce418d3a660338abf4622a 20:27:41 Status: Downloaded newer image for alpine:3.15 20:27:41 ---> 2720e26172a0 20:27:41 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:27:42 ---> Running in deb9e9e38184 20:27:42 Removing intermediate container deb9e9e38184 20:27:42 ---> b27db8fd39da 20:27:42 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:42 ---> Running in f39e9da99117 20:27:43 Removing intermediate container f39e9da99117 20:27:43 ---> 959072c554fa 20:27:43 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:27:43 ---> Running in 32cb841f2217 20:27:44 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:27:44 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:27:45 v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:27:45 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:27:45 OK: 15858 distinct packages available 20:27:45 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:27:46 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:27:48 (1/4) Installing dumb-init (1.2.5-r1) 20:27:48 (2/4) Installing musl-obstack (1.2.3-r0) 20:27:49 (3/4) Installing libucontext (1.1-r0) 20:27:49 (4/4) Installing gcompat (1.0.0-r4) 20:27:49 Executing busybox-1.34.1-r7.trigger 20:27:49 OK: 6 MiB in 18 packages 20:27:51 Removing intermediate container 32cb841f2217 20:27:51 ---> f92f38535523 20:27:51 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:27:54 ---> 2328bb70670f 20:27:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:27:55 ---> 98ff6b3f2d19 20:27:55 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:27:55 ---> Running in e147280d5ccd 20:27:55 Removing intermediate container e147280d5ccd 20:27:55 ---> 2c18937c6898 20:27:55 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:27:56 ---> cf718de57dbf 20:27:56 Step 21/26 : WORKDIR / 20:27:56 ---> Running in 7ad14157f21f 20:27:56 Removing intermediate container 7ad14157f21f 20:27:56 ---> 9916baf1b489 20:27:56 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:27:56 ---> Running in 17a6cbebf0d9 20:27:57 Removing intermediate container 17a6cbebf0d9 20:27:57 ---> 7718e1f50fcc 20:27:57 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:27:57 ---> Running in a82fa4de6b32 20:27:58 Removing intermediate container a82fa4de6b32 20:27:58 ---> e446d679105f 20:27:58 Step 24/26 : LABEL arch=x86_64 20:27:58 ---> Running in 24d61d96a7dd 20:27:58 Removing intermediate container 24d61d96a7dd 20:27:58 ---> 14da799f40d6 20:27:58 Step 25/26 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:27:58 ---> Running in b3d119ed6bbb 20:27:58 Removing intermediate container b3d119ed6bbb 20:27:58 ---> 7f777539bd9d 20:27:58 Step 26/26 : LABEL version=0.0.0 20:27:58 ---> Running in 2cefc01968b8 20:27:59 Removing intermediate container 2cefc01968b8 20:27:59 ---> a494f2c3051a 20:27:59 20:27:59 Successfully built a494f2c3051a 20:27:59 Successfully tagged security-spire-config:latest 20:27:59  Building security-spire-config ... done Building security-secretstore-setup 20:28:02 Removing intermediate container df8651f82fa1 20:28:02 ---> 351623c7a876 20:28:02 Successfully built 351623c7a876 20:28:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:28:02 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:28:02 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:28:02 ---> 35a31de7d9e3 20:28:02 Step 3/25 : WORKDIR /edgex-go 20:28:02 ---> Using cache 20:28:02 ---> b1d287031b91 20:28:02 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:02 ---> Using cache 20:28:02 ---> 021e3cc57756 20:28:02 Step 5/25 : RUN apk add --update --no-cache make git 20:28:02 ---> Using cache 20:28:02 ---> a7077694c675 20:28:02 Step 6/25 : COPY go.mod vendor* ./ 20:28:02 ---> Using cache 20:28:02 ---> 8b40d44b2db6 20:28:02 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:28:02 ---> Using cache 20:28:02 ---> b6929872332c 20:28:02 Step 8/25 : COPY . . 20:28:02 ---> Using cache 20:28:02 ---> 3ca769019bd5 20:28:02 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:28:02 + docker inspect -f . ci-base-image-arm64 20:28:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:28:02 prd-ubuntu20.04-docker-arm64-4c-16g-22257 does not seem to be running inside a container 20:28:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:28:03 ---> Running in f85c4f043824 20:28:04 $ docker top efbd3b3729626019addfcb1ae37a1e28609a52f3ea30e9befa413ad806544f06 -eo pid,comm 20:28:04 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 [Pipeline] { [Pipeline] sh 20:28:05 + go version 20:28:05 go version go1.18.3 linux/arm64 [Pipeline] } 20:28:05 $ docker stop --time=1 efbd3b3729626019addfcb1ae37a1e28609a52f3ea30e9befa413ad806544f06 20:28:06 $ docker rm -f efbd3b3729626019addfcb1ae37a1e28609a52f3ea30e9befa413ad806544f06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:28:07 + docker inspect -f . ci-base-image-arm64 20:28:07 . 20:28:07 Removing intermediate container a98678215427 20:28:07 ---> 2d9ba28ecc16 20:28:07 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:28:08 prd-ubuntu20.04-docker-arm64-4c-16g-22257 does not seem to be running inside a container 20:28:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:28:08 ---> Running in 98701e7c1325 20:28:08 Removing intermediate container f276041f374a 20:28:08 ---> 404f53da4a1f 20:28:08 20:28:08 Step 10/31 : FROM alpine:3.16 20:28:08 3.16: Pulling from library/alpine 20:28: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-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:28:09 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 20:28:09 Status: Downloaded newer image for alpine:3.16 20:28:09 ---> d7d3d98c851f 20:28:09 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:28:09 $ docker top 361f308fb4b02bb38e5bb23d6d34b4db559689b03a80fd31bbfc87223596d50b -eo pid,comm [Pipeline] { [Pipeline] echo 20:28:09 ========================================================= 20:28:09 [edgeXBuildGoParallel] Running Tests and Build... 20:28:09 ========================================================= [Pipeline] sh 20:28:09 ---> Running in edb6a4e5ff5f 20:28:10 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:28:10 Removing intermediate container edb6a4e5ff5f 20:28:10 ---> 4fc2f55366ae 20:28:10 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:28:10 ---> Running in 0dc9da3a4903 20:28:11 + make test 20:28:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:28:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:28:11 Removing intermediate container 98701e7c1325 20:28:11 ---> db7f5f85d796 20:28:11 20:28:11 Step 11/23 : FROM alpine:3.16 20:28:11 ---> d7d3d98c851f 20:28:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:28:11 Removing intermediate container a71f00d42dfc 20:28:11 ---> 41838c93476d 20:28:11 20:28:11 Step 10/23 : FROM alpine:3.16 20:28:11 ---> d7d3d98c851f 20:28:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:28:11 ---> Running in ab9937f628c7 20:28:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:28:11 ---> Running in 6a121bf8274f 20:28:11 Removing intermediate container ab9937f628c7 20:28:11 ---> f79918adc187 20:28:11 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 20:28:11 (1/2) Installing dumb-init (1.2.5-r1) 20:28:11 ---> Running in 9d0c109b0084 20:28:11 (2/2) Installing su-exec (0.2-r1) 20:28:11 Executing busybox-1.35.0-r15.trigger 20:28:11 OK: 6 MiB in 16 packages 20:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:28:12 Removing intermediate container a64488e629dc 20:28:12 ---> fa49e1b8808a 20:28:12 20:28:12 Step 10/23 : FROM alpine:3.16 20:28:12 ---> d7d3d98c851f 20:28:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:28:12 ---> Running in f6c20ec171e5 20:28:12 Removing intermediate container 0dc9da3a4903 20:28:12 ---> 6f3992a48a7d 20:28:12 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:28:12 (1/1) Installing dumb-init (1.2.5-r1) 20:28:12 Executing busybox-1.35.0-r15.trigger 20:28:12 OK: 6 MiB in 15 packages 20:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:28:12 Removing intermediate container f6c20ec171e5 20:28:12 ---> d83a9ac10276 20:28:12 Step 12/23 : ENV APP_PORT=59880 20:28:12 ---> Running in 9f07acabc41b 20:28:12 ---> Running in f7c068d0949a 20:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:28:13 Removing intermediate container 9f07acabc41b 20:28:13 ---> 50be0785c015 20:28:13 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:28:13 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 20:28:13 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 20:28:13 ---> Running in f180a251fab0 20:28:13 Removing intermediate container f7c068d0949a 20:28:13 ---> 156f0a72011d 20:28:13 Step 13/23 : EXPOSE $APP_PORT 20:28:13 (3/33) Installing readline (8.1.2-r0) 20:28:13 (4/33) Installing bash (5.1.16-r2) 20:28:13 ---> Running in b3605b9efefe 20:28:13 Executing bash-5.1.16-r2.post-install 20:28:13 (5/33) Installing ca-certificates (20220614-r0) 20:28:13 Removing intermediate container f180a251fab0 20:28:13 ---> 4b6a8041f899 20:28:13 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:28:13 Removing intermediate container 6a121bf8274f 20:28:13 ---> 3ca8aada36df 20:28:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:28:13 (6/33) Installing brotli-libs (1.0.9-r6) 20:28:13 (7/33) Installing nghttp2-libs (1.47.0-r0) 20:28:13 (8/33) Installing libcurl (7.83.1-r2) 20:28:13 ---> Running in 84e296fb1ba0 20:28:13 ---> Running in c89662989b8d 20:28:13 Removing intermediate container b3605b9efefe 20:28:13 ---> b4406a6fba4a 20:28:13 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:13 (9/33) Installing curl (7.83.1-r2) 20:28:13 (10/33) Installing docker-cli (20.10.16-r2) 20:28:13 ---> Running in d0f26b3012d7 20:28:13 Removing intermediate container 84e296fb1ba0 20:28:13 ---> 44f3034feaef 20:28:13 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:28:13 Removing intermediate container c89662989b8d 20:28:13 ---> 8e95c8162aaf 20:28:13 Step 13/23 : ENV APP_PORT=59881 20:28:13 ---> Running in 9cc8e13f5524 20:28:13 ---> Running in 5f08457cc9d4 20:28:13 Removing intermediate container 5f08457cc9d4 20:28:13 ---> 5d28e4e19411 20:28:13 Step 14/23 : EXPOSE $APP_PORT 20:28:14 ---> Running in a7aef3f9cfef 20:28:14 Removing intermediate container a7aef3f9cfef 20:28:14 ---> 6650e7d0f671 20:28:14 Step 15/23 : WORKDIR / 20:28:14 ---> Running in b04516708481 20:28:14 Removing intermediate container b04516708481 20:28:14 ---> f0512c2cc196 20:28:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:14 (11/33) Installing dumb-init (1.2.5-r1) 20:28:14 (12/33) Installing libbz2 (1.0.8-r1) 20:28:14 ---> c43e38cbdac1 20:28:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:28:14 (13/33) Installing expat (2.4.8-r0) 20:28:14 (14/33) Installing libffi (3.4.2-r1) 20:28:14 (15/33) Installing gdbm (1.23-r0) 20:28:14 Removing intermediate container d0f26b3012d7 20:28:14 ---> b2b4ecb477ce 20:28:14 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:28:14 (16/33) Installing xz-libs (5.2.5-r1) 20:28:14 Removing intermediate container 9cc8e13f5524 20:28:14 ---> de332f9e988c 20:28:14 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 20:28:14 (17/33) Installing libgcc (11.2.1_git20220219-r2) 20:28:14 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 20:28:14 (19/33) Installing mpdecimal (2.5.1-r1) 20:28:14 ---> Running in a2627b05c24f 20:28:14 (20/33) Installing sqlite-libs (3.38.5-r0) 20:28:14 ---> Running in 2cec2eba2d9a 20:28:14 (21/33) Installing python3 (3.10.5-r0) 20:28:15 Removing intermediate container a2627b05c24f 20:28:15 ---> 8577ed38579d 20:28:15 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:28:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:28:15 ---> 3df58296f8e7 20:28:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:28:15 ---> 7e0e38a09040 20:28:15 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:28:15 ---> Running in 1c891bdd16a3 20:28:15 ---> 69624542fe9a 20:28:15 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:28:15 ---> Running in 09cc6170e4a5 20:28:15 Removing intermediate container 09cc6170e4a5 20:28:15 ---> f301636ec40f 20:28:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:15 ---> Running in 1e33c8622668 20:28:15 Removing intermediate container 1e33c8622668 20:28:15 ---> cbcb18666381 20:28:15 Step 21/23 : LABEL arch=x86_64 20:28:15 ---> Running in 01b221a58e00 20:28:16 Removing intermediate container 01b221a58e00 20:28:16 ---> dc197ec4d1e3 20:28:16 Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:28:16 ---> Running in 48f8d8f062c1 20:28:16 Removing intermediate container 1c891bdd16a3 20:28:16 ---> a56849582f75 20:28:16 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:16 Removing intermediate container 48f8d8f062c1 20:28:16 ---> 20bba3799274 20:28:16 Step 23/23 : LABEL version=0.0.0 20:28:16 ---> Running in 22300eeb030f 20:28:16 ---> b376415fdaf8 20:28:16 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:28:16 Removing intermediate container 22300eeb030f 20:28:16 ---> a576d54e0b6c 20:28:16 20:28:16 Successfully built a576d54e0b6c 20:28:16 Successfully tagged core-metadata:latest 20:28:16  Building core-metadata ... done Building security-proxy-setup 20:28:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:28:17 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 20:28:18 ---> f8b2b870b62b 20:28:18 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:28:18 ---> 48ec916a7635 20:28:18 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:28:19 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:28:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:28:19 ---> 35a31de7d9e3 20:28:19 Step 3/22 : WORKDIR /edgex-go 20:28:19 ---> Using cache 20:28:19 ---> b1d287031b91 20:28:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:19 ---> Using cache 20:28:19 ---> 021e3cc57756 20:28:19 Step 5/22 : RUN apk add --update --no-cache make git 20:28:19 ---> Using cache 20:28:19 ---> a7077694c675 20:28:19 Step 6/22 : COPY go.mod vendor* ./ 20:28:19 ---> Using cache 20:28:19 ---> 8b40d44b2db6 20:28:19 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:28:19 ---> Using cache 20:28:19 ---> b6929872332c 20:28:19 Step 8/22 : COPY . . 20:28:19 ---> Using cache 20:28:19 ---> 3ca769019bd5 20:28:19 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:28:19 ---> Running in 1dfe0f002555 20:28:19 ---> bfd9d63dbadd 20:28:19 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:28:19 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 20:28:19 ---> 9a9327dedbb8 20:28:19 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:28:20 ---> c15000d06c96 20:28:20 Step 26/31 : RUN chmod +x /entrypoint.sh 20:28:20 ---> Running in 7325841a3f50 20:28:20 Removing intermediate container f85c4f043824 20:28:20 ---> 99f5e2c87da8 20:28:20 20:28:20 Step 10/25 : FROM alpine:3.16 20:28:20 ---> d7d3d98c851f 20:28:20 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:28:20 ---> Running in 7623048a03c7 20:28:21 Removing intermediate container 7325841a3f50 20:28:21 ---> be3a1cbad368 20:28:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:28:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:28:21 ---> Running in 7c61f8a93532 20:28:21 Removing intermediate container 7c61f8a93532 20:28:21 ---> 75cb188a827c 20:28:21 Step 28/31 : CMD ["gate"] 20:28:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:28:21 ---> Running in 388c42939b7b 20:28:21 Removing intermediate container 388c42939b7b 20:28:21 ---> 9c28dde72704 20:28:21 Step 29/31 : LABEL arch=x86_64 20:28:21 ---> Running in 0359318bb670 20:28:21 Removing intermediate container 0359318bb670 20:28:21 ---> 50a20ccd30a5 20:28:21 Step 30/31 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:28:21 ---> Running in 8fb648292fb7 20:28:22 Removing intermediate container 8fb648292fb7 20:28:22 ---> 76afee6a9104 20:28:22 Step 31/31 : LABEL version=0.0.0 20:28:22 (1/3) Installing ca-certificates (20220614-r0) 20:28:22 ---> Running in dcd31d4feb4f 20:28:22 (2/3) Installing dumb-init (1.2.5-r1) 20:28:22 (3/3) Installing su-exec (0.2-r1) 20:28:22 Executing busybox-1.35.0-r15.trigger 20:28:22 Executing ca-certificates-20220614-r0.trigger 20:28:22 (22/33) Installing py3-contextlib2 (21.6.0-r2) 20:28:22 (23/33) Installing py3-tomli (2.0.1-r1) 20:28:22 OK: 6 MiB in 17 packages 20:28:22 (24/33) Installing py3-pep517 (0.12.0-r2) 20:28:22 (1/6) Installing dumb-init (1.2.5-r1) 20:28:22 (25/33) Installing py3-six (1.16.0-r1) 20:28:22 Removing intermediate container dcd31d4feb4f 20:28:22 ---> 0482fc256344 20:28:22 20:28:22 (26/33) Installing py3-retrying (1.3.3-r3) 20:28:22 (27/33) Installing py3-appdirs (1.4.4-r3) 20:28:22 Successfully built 0482fc256344 20:28:22 (28/33) Installing py3-more-itertools (8.13.0-r0) 20:28:22 Successfully tagged security-bootstrapper:latest 20:28:22 Building support-scheduler 20:28:22  Building security-bootstrapper ... done (2/6) Installing libgcc (11.2.1_git20220219-r2) 20:28:22 (29/33) Installing py3-ordered-set (4.0.2-r3) 20:28:22 (30/33) Installing py3-parsing (2.4.7-r3) 20:28:22 (31/33) Installing py3-packaging (21.3-r0) 20:28:22 (32/33) Installing py3-setuptools (59.4.0-r0) 20:28:22 (3/6) Installing libsodium (1.0.18-r0) 20:28:22 (33/33) Installing py3-pip (22.1.1-r0) 20:28:23 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 20:28:24 Removing intermediate container 7623048a03c7 20:28:24 ---> 9d5c268474c4 20:28:24 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:28:24 Executing busybox-1.35.0-r15.trigger 20:28:24 Executing ca-certificates-20220614-r0.trigger 20:28:24 OK: 122 MiB in 47 packages 20:28:24 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:28:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:28:24 ---> 35a31de7d9e3 20:28:24 Step 3/22 : WORKDIR /edgex-go 20:28:24 ---> Using cache 20:28:24 ---> b1d287031b91 20:28:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:24 ---> Using cache 20:28:24 ---> 021e3cc57756 20:28:24 Step 5/22 : RUN apk add --update --no-cache make git 20:28:24 ---> Using cache 20:28:24 ---> a7077694c675 20:28:24 Step 6/22 : COPY go.mod vendor* ./ 20:28:24 ---> Using cache 20:28:24 ---> 8b40d44b2db6 20:28:24 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:28:24 ---> Using cache 20:28:24 ---> b6929872332c 20:28:24 Step 8/22 : COPY . . 20:28:24 ---> Using cache 20:28:24 ---> 3ca769019bd5 20:28:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:28:24 (5/6) Installing libzmq (4.3.4-r0) 20:28:25 ---> Running in 4325f3d79b57 20:28:25 ---> Running in 68bf9c2c4c0a 20:28:25 (6/6) Installing zeromq (4.3.4-r0) 20:28:25 Executing busybox-1.35.0-r15.trigger 20:28:25 OK: 8 MiB in 20 packages 20:28:25 Removing intermediate container 68bf9c2c4c0a 20:28:25 ---> c44dde80ee5c 20:28:25 Step 13/25 : WORKDIR / 20:28:25 ---> Running in cb219e8de6db 20:28:25 Removing intermediate container cb219e8de6db 20:28:25 ---> cf5ec8bc5ca6 20:28:25 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:28:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:28:26 ---> 0fb03b00a584 20:28:26 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:28:26 Removing intermediate container 2cec2eba2d9a 20:28:26 ---> 7b477b389915 20:28:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:26 ---> faef5f39832a 20:28:26 ---> 8f513a229195 20:28:26 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.tomlStep 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:28:26 20:28:27 ---> 893f04aa8873 20:28:27 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:28:27 ---> ffd1f8015707 20:28:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:28:27 Collecting docker-compose==1.23.2 20:28:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:28:27 ---> a5ea0b7abb51 20:28:27 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:28:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 3.0 MB/s eta 0:00:00 20:28:27 ---> 1d0f26cfaebf 20:28:27 Step 19/23 : ENTRYPOINT ["/core-data"] 20:28:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:28:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:28:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 20.3 MB/s eta 0:00:00 20:28:28 Collecting websocket-client<1.0,>=0.32.0 20:28:28 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:28:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 13.7 MB/s eta 0:00:00 20:28:28 ---> Running in 4d07f3c3e216 20:28:28 Collecting texttable<0.10,>=0.9.0 20:28:28 Downloading texttable-0.9.1.tar.gz (11 kB) 20:28:28 Preparing metadata (setup.py): started 20:28:28 ---> a8c567cda0fb 20:28:28 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:28:28 Removing intermediate container 4d07f3c3e216 20:28:28 ---> b3ff29fa2dd6 20:28:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:28 ---> Running in 9cba21d9c154 20:28:28 Preparing metadata (setup.py): finished with status 'done' 20:28:28 Removing intermediate container 9cba21d9c154 20:28:28 ---> b08039c1abae 20:28:28 Step 21/23 : LABEL arch=x86_64 20:28:28 Collecting PyYAML<4,>=3.10 20:28:28 Downloading PyYAML-3.13.tar.gz (270 kB) 20:28:28 ---> Running in abd1dd491ba0 20:28:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 7.9 MB/s eta 0:00:00 20:28:28 ---> 72655dcffac2 20:28:28 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:28:28 Removing intermediate container abd1dd491ba0 20:28:28 ---> dc1288a3afad 20:28:28 Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:28:29 ---> Running in b4766e006da9 20:28:29 Preparing metadata (setup.py): started 20:28:29 ---> 645b1478934d 20:28:29 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:28:29 ---> Running in 5665a251726f 20:28:29 Removing intermediate container b4766e006da9 20:28:29 ---> aebe31cf7a02 20:28:29 Step 23/23 : LABEL version=0.0.0 20:28:29 ---> Running in ff97e3790839 20:28:29 Preparing metadata (setup.py): finished with status 'done' 20:28:29 Collecting cached-property<2,>=1.2.0 20:28:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:28:29 Collecting dockerpty<0.5,>=0.4.1 20:28:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:28:29 Preparing metadata (setup.py): started 20:28:29 Removing intermediate container ff97e3790839 20:28:29 ---> 143bb9d59b62 20:28:29 20:28:29 Successfully built 143bb9d59b62 20:28:29 Successfully tagged core-data:latest 20:28:29  Building core-data ... done Building support-notifications 20:28:29 Preparing metadata (setup.py): finished with status 'done' 20:28:29 Collecting docker<4.0,>=3.6.0 20:28:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:28:29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 10.5 MB/s eta 0:00:00 20:28:29 Collecting docopt<0.7,>=0.6.1 20:28:29 Downloading docopt-0.6.2.tar.gz (25 kB) 20:28:29 Preparing metadata (setup.py): started 20:28:30 Preparing metadata (setup.py): finished with status 'done' 20:28:30 Collecting jsonschema<3,>=2.5.1 20:28:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:28:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 20:28:30 Collecting docker-pycreds>=0.4.0 20:28:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:28:30 Collecting urllib3<1.25,>=1.21.1 20:28:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:28:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 7.0 MB/s eta 0:00:00 20:28:30 Collecting certifi>=2017.4.17 20:28:30 Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 20:28:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 4.4 MB/s eta 0:00:00 20:28:30 Collecting idna<2.8,>=2.5 20:28:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:28:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 6.2 MB/s eta 0:00:00 20:28:31 Collecting chardet<3.1.0,>=3.0.2 20:28:31 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:28:31 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 27.9 MB/s eta 0:00:00 20:28:31 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:28:31 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:28:31 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:28:31 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:28:31 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 20:28:31 Running setup.py install for texttable: started 20:28:31 Running setup.py install for texttable: finished with status 'done' 20:28:31 Running setup.py install for PyYAML: started 20:28:31 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:28:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:28:31 ---> 35a31de7d9e3 20:28:31 Step 3/22 : WORKDIR /edgex-go 20:28:31 ---> Using cache 20:28:31 ---> b1d287031b91 20:28:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:31 ---> Using cache 20:28:31 ---> 021e3cc57756 20:28:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:28:32 Running setup.py install for PyYAML: finished with status 'done' 20:28:32 ---> Running in 6f3dfe96ebb1 20:28:32 Removing intermediate container 5665a251726f 20:28:32 ---> 0292f637469f 20:28:32 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:28:32 ---> Running in 55d66521bcd8 20:28: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/secrets-config ./cmd/secrets-config 20:28:32 Running setup.py install for docopt: started 20:28:32 Removing intermediate container 55d66521bcd8 20:28:32 ---> ce2216ee2e1d 20:28:32 Step 23/25 : LABEL arch=x86_64 20:28:33 ---> Running in c465ca28de0f 20:28:33 Running setup.py install for docopt: finished with status 'done' 20:28:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:28:33 Removing intermediate container c465ca28de0f 20:28:33 ---> 5f03324db724 20:28:33 Step 24/25 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:28:33 ---> Running in fa070051b53d 20:28:33 Removing intermediate container fa070051b53d 20:28:33 ---> 56b5ca43fe8a 20:28:33 Step 25/25 : LABEL version=0.0.0 20:28:33 ---> Running in 6557bfc729b2 20:28:33 Running setup.py install for dockerpty: started 20:28:33 Removing intermediate container 6557bfc729b2 20:28:33 ---> 8909744209fb 20:28:33 20:28:33 Successfully built 8909744209fb 20:28:33 Successfully tagged security-secretstore-setup:latest 20:28:33  Building security-secretstore-setup ... done Building core-command 20:28:33 Running setup.py install for dockerpty: finished with status 'done' 20:28:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:28:34 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.6.15 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 20:28:34 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 20:28:35 OK: 211 MiB in 51 packages 20:28:36 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:28:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:28:36 ---> 35a31de7d9e3 20:28:36 Step 3/23 : WORKDIR /edgex-go 20:28:36 ---> Using cache 20:28:36 ---> b1d287031b91 20:28:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:36 ---> Using cache 20:28:36 ---> 021e3cc57756 20:28:36 Step 5/23 : RUN apk add --update --no-cache make git 20:28:36 ---> Using cache 20:28:36 ---> a7077694c675 20:28:36 Step 6/23 : COPY go.mod vendor* ./ 20:28:36 ---> Using cache 20:28:36 ---> 8b40d44b2db6 20:28:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:28:36 ---> Using cache 20:28:36 ---> b6929872332c 20:28:36 Step 8/23 : COPY . . 20:28:36 ---> Using cache 20:28:36 ---> 3ca769019bd5 20:28:36 Step 9/23 : RUN make cmd/core-command/core-command 20:28:37 Removing intermediate container 6f3dfe96ebb1 20:28:37 ---> 6ffd2d8fa485 20:28:37 Step 6/22 : COPY go.mod vendor* ./ 20:28:37 ---> Running in 0e59cc574b3e 20:28:38 ---> 90839819b84a 20:28:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:28:38 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/core-command/core-command ./cmd/core-command 20:28:38 ---> Running in c4cb492c5208 20:28:38 Removing intermediate container 1dfe0f002555 20:28:38 ---> 2f3d13e89ba3 20:28:38 20:28:38 Step 10/22 : FROM alpine:3.16 20:28:38 ---> d7d3d98c851f 20:28:38 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 20:28:38 ---> Running in d24ad56479e2 20:28:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:28:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:28:40 (1/6) Installing ca-certificates (20220614-r0) 20:28:40 (2/6) Installing brotli-libs (1.0.9-r6) 20:28:40 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:28:40 (4/6) Installing libcurl (7.83.1-r2) 20:28:40 (5/6) Installing curl (7.83.1-r2) 20:28:40 (6/6) Installing dumb-init (1.2.5-r1) 20:28:40 Executing busybox-1.35.0-r15.trigger 20:28:40 Executing ca-certificates-20220614-r0.trigger 20:28:40 Removing intermediate container 9d0c109b0084 20:28:40 ---> 22f27b166b1b 20:28:40 Step 14/23 : ENV APP_PORT=58890 20:28:40 OK: 8 MiB in 20 packages 20:28:40 ---> Running in 18ad8c6add79 20:28:40 Removing intermediate container 18ad8c6add79 20:28:40 ---> 1e71886efce8 20:28:40 Step 15/23 : EXPOSE $APP_PORT 20:28:40 ---> Running in 54355e134598 20:28:41 Removing intermediate container 54355e134598 20:28:41 ---> 2b3d1a333c92 20:28:41 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:28:41 Removing intermediate container d24ad56479e2 20:28:41 ---> 74cbcdff7b0f 20:28:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:28:41 ---> Running in b44aa76fb525 20:28:41 Removing intermediate container b44aa76fb525 20:28:41 ---> ef85019d5b21 20:28:41 Step 13/22 : WORKDIR /edgex 20:28:41 ---> Running in 50155dff8b3d 20:28:41 ---> 29607820bc3e 20:28:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:28:41 Removing intermediate container 50155dff8b3d 20:28:41 ---> eccd456b15cc 20:28:41 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:28:42 ---> 52eabf36f4cc 20:28:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:28:42 ---> 92b673ccf66f 20:28:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:28:42 ---> 1bc4851d3d9b 20:28:42 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:28:42 ---> Running in a0a95d14e4e6 20:28:42 Removing intermediate container a0a95d14e4e6 20:28:42 ---> 605d48dff566 20:28:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:42 ---> Running in acf78aa5714d 20:28:42 ---> f02b8e66314d 20:28:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:28:43 ? github.com/edgexfoundry/edgex-go [no test files] 20:28:43 Removing intermediate container acf78aa5714d 20:28:43 ---> ee989f5fab87 20:28:43 Step 21/23 : LABEL arch=x86_64 20:28:44 ---> ca4024dd28cf 20:28:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:28:44 ---> Running in cb11d95278f4 20:28:44 Removing intermediate container cb11d95278f4 20:28:44 ---> 03faa6f5156d 20:28:44 Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:28:45 ---> c5f063feb4df 20:28:45 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:28:45 ---> Running in 669185d86c00 20:28:45 ---> Running in a2689c4736f5 20:28:45 Removing intermediate container a2689c4736f5 20:28:45 ---> 02aa10c6990e 20:28:45 Step 23/23 : LABEL version=0.0.0 20:28:45 ---> Running in 3bcaf43cb103 20:28:45 Removing intermediate container 3bcaf43cb103 20:28:45 ---> e6e0aa5dd464 20:28:45 20:28:45 Successfully built e6e0aa5dd464 20:28:45 Successfully tagged sys-mgmt-agent:latest 20:28:45 Building security-spire-agent 20:28:47  Building sys-mgmt-agent ... done Removing intermediate container 669185d86c00 20:28:47 ---> 2584075e874d 20:28:47 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:28:48 ---> Running in 2a41fe538539 20:28:48 Removing intermediate container 4325f3d79b57 20:28:48 ---> b1230bf2b0e1 20:28:48 20:28:48 Step 10/22 : FROM alpine:3.16 20:28:48 ---> d7d3d98c851f 20:28:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:28:48 ---> Using cache 20:28:48 ---> 3ca8aada36df 20:28:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:28:48 ---> Using cache 20:28:48 ---> 8e95c8162aaf 20:28:48 Step 13/22 : ENV APP_PORT=59861 20:28:49 Removing intermediate container c4cb492c5208 20:28:49 ---> d07a44ce955c 20:28:49 Step 8/22 : COPY . . 20:28:49 ---> Running in a4e38d921a87 20:28:49 Removing intermediate container 2a41fe538539 20:28:49 ---> 6dbdc6df2e91 20:28:49 Step 20/22 : LABEL arch=x86_64 20:28:49 ---> Running in 395926892b5e 20:28:49 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:28:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:28:49 ---> 35a31de7d9e3 20:28:49 Step 3/26 : WORKDIR /edgex-go 20:28:49 ---> Using cache 20:28:49 ---> b1d287031b91 20:28:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:49 ---> Using cache 20:28:49 ---> 021e3cc57756 20:28:49 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 20:28:50 Removing intermediate container a4e38d921a87 20:28:50 ---> 520a1da5e845 20:28:50 Step 14/22 : EXPOSE $APP_PORT 20:28:50 ---> Running in c10a281f6ef0 20:28:50 Removing intermediate container 395926892b5e 20:28:50 ---> 00aa1c6e06c9 20:28:50 Step 21/22 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:28:50 ---> Running in aa33ee1b7659 20:28:50 ---> Running in 40be68a00b5a 20:28:50 Removing intermediate container aa33ee1b7659 20:28:50 ---> 08e22c079eba 20:28:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:50 Removing intermediate container 40be68a00b5a 20:28:50 ---> 56d624f03114 20:28:50 Step 22/22 : LABEL version=0.0.0 20:28:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:28:51 ---> Running in 4035eea81616 20:28:51 ---> 121a048fee98 20:28:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:28:51 Removing intermediate container 4035eea81616 20:28:51 ---> 262000438f86 20:28:51 20:28:51 Successfully built 262000438f86 20:28:51 Successfully tagged security-proxy-setup:latest 20:28:51  Building security-proxy-setup ... done Building security-spire-server 20:28:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:28:52 OK: 211 MiB in 51 packages 20:28:54 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:28:54 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:28:54 ---> 35a31de7d9e3 20:28:54 Step 3/25 : WORKDIR /edgex-go 20:28:54 ---> Using cache 20:28:54 ---> b1d287031b91 20:28:54 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:54 ---> Using cache 20:28:54 ---> 021e3cc57756 20:28:54 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 20:28:54 ---> 33e70305f111 20:28:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:28:54 ---> Running in a22a9d977bf9 20:28:54 ---> cdb5cf66ab04 20:28:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:28:54 ---> e10b649a4c59 20:28:54 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:28:54 ---> Running in b8e0539e201b 20:28:54 Removing intermediate container c10a281f6ef0 20:28:54 ---> Running in 4e317f890b3c 20:28:54 ---> 4ac56892585e 20:28:54 Step 6/26 : COPY go.mod vendor* ./ 20:28:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:28:54 Removing intermediate container b8e0539e201b 20:28:54 ---> 60339bb73aef 20:28:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:54 ---> c0f06417c601 20:28:54 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:28:54 ---> Running in 442a5ebc31f6 20:28:54 ---> Running in 6138e9b2f1b3 20:28:54 Removing intermediate container 442a5ebc31f6 20:28:54 ---> 8a575cf9e54c 20:28:54 Step 20/22 : LABEL arch=x86_64 20:28:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:28:55 ---> Running in b054e8e77f07 20:28:55 Removing intermediate container b054e8e77f07 20:28:55 ---> b8c2497c1743 20:28:55 Step 21/22 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:28:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:28:55 ---> Running in ed97be7e2ba1 20:28:55 Removing intermediate container ed97be7e2ba1 20:28:55 ---> aea5e7b0c8ab 20:28:55 Step 22/22 : LABEL version=0.0.0 20:28:56 ---> Running in 885f7cde7c62 20:28:56 Removing intermediate container 0e59cc574b3e 20:28:56 ---> dddc9f589d52 20:28:56 20:28:56 Step 10/23 : FROM alpine:3.16 20:28:56 ---> d7d3d98c851f 20:28:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:28:56 ---> Using cache 20:28:56 ---> 3ca8aada36df 20:28:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:28:56 ---> Using cache 20:28:56 ---> 8e95c8162aaf 20:28:56 Step 13/23 : ENV APP_PORT=59882 20:28:56 ---> Running in f0d54134b746 20:28:56 Removing intermediate container 885f7cde7c62 20:28:56 ---> 6b4e221b64b1 20:28:56 20:28:56 Successfully built 6b4e221b64b1 20:28:56 Successfully tagged support-scheduler:latest 20:28:56 Building security-spiffe-token-provider 20:28:56  Building support-scheduler ... done Removing intermediate container f0d54134b746 20:28:56 ---> d4cba25e89ca 20:28:56 Step 14/23 : EXPOSE $APP_PORT 20:28:56 ---> Running in b3cd134ad287 20:28:56 OK: 211 MiB in 51 packages 20:28:56 Removing intermediate container b3cd134ad287 20:28:56 ---> c0b689792132 20:28:56 Step 15/23 : WORKDIR / 20:28:57 ---> Running in f9b042f4de61 20:28:58 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:28:58 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:28:58 ---> 35a31de7d9e3 20:28:58 Step 3/20 : WORKDIR /edgex-go 20:28:58 ---> Using cache 20:28:58 ---> b1d287031b91 20:28:58 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:28:58 Removing intermediate container f9b042f4de61 20:28:58 ---> 55f0883a5464 20:28:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:58 ---> Running in 5811c308e1f6 20:28:58 Removing intermediate container a22a9d977bf9 20:28:58 ---> 1dd0d5735881 20:28:58 Step 6/25 : COPY go.mod vendor* ./ 20:28:59 ---> bf4d1ef9834e 20:28:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:28:59 ---> 70f8efa2cb0e 20:28:59 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:28:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:28:59 ---> Running in 4782ea9ea391 20:28:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:28:59 ---> 9d6e3d71091a 20:28:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:29:00 v3.16.2-6-gd76f9d8b35 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:29:00 v3.16.2-7-g2f8a4891a7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:29:00 OK: 17038 distinct packages available 20:29:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:29:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:29:00 ---> 13c95f0d1c0c 20:29:00 Step 19/23 : ENTRYPOINT ["/core-command"] 20:29:00 ---> Running in 1dfe61d0cffe 20:29:00 OK: 211 MiB in 51 packages 20:29:00 Removing intermediate container 1dfe61d0cffe 20:29:00 ---> 4f0e7e4e4667 20:29:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:01 ---> Running in 6d380a6e6ed8 20:29:01 Removing intermediate container 6d380a6e6ed8 20:29:01 ---> dc3099413ab2 20:29:01 Step 21/23 : LABEL arch=x86_64 20:29:01 Removing intermediate container 5811c308e1f6 20:29:01 ---> 0b9957f5fda8 20:29:01 Step 5/20 : COPY go.mod vendor* ./ 20:29:01 ---> Running in 913068dcabf6 20:29:02 Removing intermediate container 913068dcabf6 20:29:02 ---> 802f6d06b12d 20:29:02 Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:29:03 ---> da81b28dcf1a 20:29:03 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:29:03 ---> Running in 16f0a6f166bf 20:29:03 ---> Running in e0506df23e3c 20:29:03 Removing intermediate container 16f0a6f166bf 20:29:03 ---> 34b98379227b 20:29:03 Step 23/23 : LABEL version=0.0.0 20:29:04 ---> Running in 44f7fd12ce97 20:29:04 Removing intermediate container 44f7fd12ce97 20:29:04 ---> 3fe230fbc381 20:29:04 20:29:04 Successfully built 3fe230fbc381 20:29:04 Successfully tagged core-command:latest 20:29:05  Building core-command ... done Removing intermediate container 6138e9b2f1b3 20:29:05 ---> 82f09fb589cf 20:29:05 Step 8/26 : COPY . . 20:29:11 ---> c0df9a731176 20:29:11 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 20:29:11 ---> Running in 2c40c4fc9045 20:29:11 Removing intermediate container 4782ea9ea391 20:29:11 ---> d38df910ed1d 20:29:11 Step 8/25 : COPY . . 20:29:11 Removing intermediate container 2c40c4fc9045 20:29:11 ---> d68f41a204ef 20:29:11 Step 10/26 : WORKDIR /edgex-go/spire-build 20:29:12 ---> Running in 992c3727dc87 20:29:12 Removing intermediate container 992c3727dc87 20:29:12 ---> 8c028cbd983b 20:29:12 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 20:29:12 ---> Running in af5df3911be1 20:29:13 Removing intermediate container e0506df23e3c 20:29:13 ---> 472545d972b9 20:29:13 Step 7/20 : COPY . . 20:29:14 Removing intermediate container af5df3911be1 20:29:14 ---> 3ef25bc6eb42 20:29:14 Step 12/26 : WORKDIR /edgex-go 20:29:15 ---> Running in 6a2ef0e05ba2 20:29:15 ---> 71982bd88796 20:29:15 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 20:29:15 ---> Running in 140f1adde378 20:29:15 Removing intermediate container 4e317f890b3c 20:29:15 ---> abe24f91604b 20:29:15 20:29:15 Step 10/22 : FROM alpine:3.16 20:29:15 ---> d7d3d98c851f 20:29:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:29:15 Removing intermediate container 6a2ef0e05ba2 20:29:15 ---> 76abd257307a 20:29:15 20:29:15 Step 13/26 : FROM alpine:3.15 20:29:15 ---> 2720e26172a0 20:29:15 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:29:15 ---> Using cache 20:29:15 ---> b27db8fd39da 20:29:15 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:15 ---> Using cache 20:29:15 ---> 959072c554fa 20:29:15 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:29:15 ---> Running in ea8db42ff143 20:29:15 ---> Running in b9c027af3adb 20:29:15 Removing intermediate container 140f1adde378 20:29:15 ---> 0e4bc92b3f96 20:29:15 Step 10/25 : WORKDIR /edgex-go/spire-build 20:29:15 ---> Running in 35d2e025dcd0 20:29:15 Removing intermediate container 35d2e025dcd0 20:29:15 ---> 42f5a014fe59 20:29:15 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 20:29:15 ---> Running in e7d585092e60 20:29:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:29:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:29:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:29:16 (1/2) Installing ca-certificates (20220614-r0) 20:29:16 (2/2) Installing dumb-init (1.2.5-r1) 20:29:16 Executing busybox-1.35.0-r15.trigger 20:29:16 Executing ca-certificates-20220614-r0.trigger 20:29:16 OK: 6 MiB in 16 packages 20:29:17 Removing intermediate container e7d585092e60 20:29:17 ---> 7406ef83cd3a 20:29:17 Step 12/25 : WORKDIR /edgex-go 20:29:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:29:17 ---> Running in 1782e8bcd70a 20:29:17 ---> 7ecda199e9d2 20:29:17 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:29:17 ---> Running in 9e1da9c0d6d1 20:29:17 Removing intermediate container ea8db42ff143 20:29:17 ---> 06ca8e3ac69e 20:29:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:29:17 Removing intermediate container 1782e8bcd70a 20:29:17 ---> 51b4ee60b1fa 20:29:17 20:29:17 Step 13/25 : FROM alpine:3.15 20:29:17 ---> 2720e26172a0 20:29:17 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:29:17 ---> Using cache 20:29:17 ---> b27db8fd39da 20:29:17 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:17 ---> Using cache 20:29:17 ---> 959072c554fa 20:29:17 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:29:17 ---> Running in 0136676cfa12 20:29:17 ---> Running in 761399d5fa55 20:29:17 v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:29:17 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:29:17 OK: 15858 distinct packages available 20:29:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:29:17 Removing intermediate container 0136676cfa12 20:29:17 ---> 7402d95a39b4 20:29:17 Step 13/22 : ENV APP_PORT=59860 20:29:17 ---> Running in 5dace0b58d3e 20:29:17 Removing intermediate container 5dace0b58d3e 20:29:17 ---> a1fd184e0945 20:29:17 Step 14/22 : EXPOSE $APP_PORT 20:29:17 ---> Running in ec15895aa002 20:29:17 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 20:29:17 Removing intermediate container ec15895aa002 20:29:17 ---> 04f817bb26a5 20:29:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:29:17 ---> e2c6ba4a8d59 20:29:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:29:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:29:18 ---> af7c3b1a80e6 20:29:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:29:18 (1/5) Installing dumb-init (1.2.5-r1) 20:29:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:29:18 (2/5) Installing musl-obstack (1.2.3-r0) 20:29:18 ---> dcb6eaa32d07 20:29:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:29:18 (3/5) Installing libucontext (1.1-r0) 20:29:18 ---> Running in f5e66770a20d 20:29:18 (4/5) Installing gcompat (1.0.0-r4) 20:29:18 Removing intermediate container f5e66770a20d 20:29:18 ---> b7596161d756 20:29:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:18 ---> Running in 39f49c13f9c0 20:29:18 (5/5) Installing openssl (1.1.1q-r0) 20:29:18 Removing intermediate container 39f49c13f9c0 20:29:18 ---> ac7268b7391e 20:29:18 Step 20/22 : LABEL arch=x86_64 20:29:18 Executing busybox-1.34.1-r7.trigger 20:29:18 ---> Running in 8977e7804b3b 20:29:18 OK: 6 MiB in 19 packages 20:29:18 v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:29:18 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:29:18 OK: 15858 distinct packages available 20:29:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:29:18 Removing intermediate container 8977e7804b3b 20:29:18 ---> e35e69d21cac 20:29:18 Step 21/22 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:29:19 ---> Running in 596953d74291 20:29:19 Removing intermediate container 596953d74291 20:29:19 ---> 62f574adc1ff 20:29:19 Step 22/22 : LABEL version=0.0.0 20:29:19 ---> Running in 0626b29e823a 20:29:19 Removing intermediate container b9c027af3adb 20:29:19 ---> 7fd1bebcbdec 20:29:19 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:29:19 Removing intermediate container 0626b29e823a 20:29:19 ---> 8924ac4a6142 20:29:19 20:29:19 Successfully built 8924ac4a6142 20:29:19 Successfully tagged support-notifications:latest 20:29:19  Building support-notifications ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:29:20 ---> 71a0f562f552 20:29:20 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:29:20 (1/5) Installing dumb-init (1.2.5-r1) 20:29:20 (2/5) Installing musl-obstack (1.2.3-r0) 20:29:20 (3/5) Installing libucontext (1.1-r0) 20:29:20 (4/5) Installing gcompat (1.0.0-r4) 20:29:20 (5/5) Installing openssl (1.1.1q-r0) 20:29:20 Executing busybox-1.34.1-r7.trigger 20:29:20 OK: 6 MiB in 19 packages 20:29:21 ---> afe816d35d71 20:29:21 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:29:21 Removing intermediate container 761399d5fa55 20:29:21 ---> 20f5ba5c9bde 20:29:21 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:29:21 ---> 37e60c7faa96 20:29:21 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:29:22 ---> a07cf365550a 20:29:22 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:29:23 ---> 5933d8cbfdbe 20:29:23 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:29:23 ---> 7935023815ae 20:29:23 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:29:23 ---> Running in a3e5580d8868 20:29:23 Removing intermediate container a3e5580d8868 20:29:23 ---> 424ff36def7b 20:29:23 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:29:23 ---> 5cc898a7d93f 20:29:23 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:29:23 ---> Running in 1c9cb4252d00 20:29:23 Removing intermediate container 1c9cb4252d00 20:29:23 ---> 4daee88f7f64 20:29:23 Step 24/26 : LABEL arch=x86_64 20:29:23 ---> 1ba9376c4358 20:29:23 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:29:23 ---> Running in 6fdd9befad74 20:29:23 Removing intermediate container 6fdd9befad74 20:29:23 ---> 15423536caba 20:29:23 Step 25/26 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:29:24 ---> 32d392c42fbf 20:29:24 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:29:24 ---> Running in affc7e19aa0b 20:29:24 ---> Running in b0a3e9b698af 20:29:24 Removing intermediate container affc7e19aa0b 20:29:24 ---> 19c87509c598 20:29:24 Step 26/26 : LABEL version=0.0.0 20:29:24 ---> Running in 0cc19b376b01 20:29:24 Removing intermediate container b0a3e9b698af 20:29:24 ---> 3ecf053e3e5f 20:29:24 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:29:24 ---> Running in f604b4d0eb60 20:29:24 Removing intermediate container 0cc19b376b01 20:29:24 ---> 35d20717e042 20:29:24 20:29:24 Removing intermediate container f604b4d0eb60 20:29:24 ---> 984cae279149 20:29:24 Step 23/25 : LABEL arch=x86_64 20:29:24 Successfully built 35d20717e042 20:29:24 Successfully tagged security-spire-agent:latest 20:29:24  Building security-spire-agent ... done  ---> Running in 9565987ab29b 20:29:25 Removing intermediate container 9565987ab29b 20:29:25 ---> cfbbaf8407d5 20:29:25 Step 24/25 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:29:25 ---> Running in e76106c1844e 20:29:25 Removing intermediate container e76106c1844e 20:29:25 ---> bdb682fe5234 20:29:25 Step 25/25 : LABEL version=0.0.0 20:29:25 ---> Running in 884ffd497595 20:29:25 Removing intermediate container 884ffd497595 20:29:25 ---> 5accfa882531 20:29:25 20:29:25 Successfully built 5accfa882531 20:29:25 Successfully tagged security-spire-server:latest 20:29:33  Building security-spire-server ... done Removing intermediate container 9e1da9c0d6d1 20:29:33 ---> 6719dcdc9757 20:29:33 20:29:33 Step 9/20 : FROM alpine:3.15 20:29:33 ---> 2720e26172a0 20:29:33 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:29:33 ---> Using cache 20:29:33 ---> b27db8fd39da 20:29:33 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:33 ---> Using cache 20:29:33 ---> 959072c554fa 20:29:33 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:29:33 ---> Running in f4bb98054373 20:29:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:29:34 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:29:34 v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:29:34 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:29:34 OK: 15858 distinct packages available 20:29:34 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:29:35 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:29:35 (1/9) Installing ca-certificates (20220614-r0) 20:29:35 (2/9) Installing brotli-libs (1.0.9-r5) 20:29:35 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:29:36 (4/9) Installing libcurl (7.80.0-r2) 20:29:36 (5/9) Installing curl (7.80.0-r2) 20:29:36 (6/9) Installing dumb-init (1.2.5-r1) 20:29:36 (7/9) Installing musl-obstack (1.2.3-r0) 20:29:36 (8/9) Installing libucontext (1.1-r0) 20:29:36 (9/9) Installing gcompat (1.0.0-r4) 20:29:36 Executing busybox-1.34.1-r7.trigger 20:29:36 Executing ca-certificates-20220614-r0.trigger 20:29:36 OK: 8 MiB in 23 packages 20:29:37 Removing intermediate container f4bb98054373 20:29:37 ---> 8d9518c594e7 20:29:37 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:37 ---> 9a999ea421a9 20:29:37 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:29:37 ---> 8ed58fe71e79 20:29:37 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:29:38 ---> 613622cdbdbe 20:29:38 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:29:38 ---> Running in b3640b234e39 20:29:38 Removing intermediate container b3640b234e39 20:29:38 ---> 08a987297624 20:29:38 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:38 ---> Running in f3f5a62209be 20:29:38 Removing intermediate container f3f5a62209be 20:29:38 ---> fa42858ef242 20:29:38 Step 18/20 : LABEL arch=x86_64 20:29:38 ---> Running in 6e95b3c43e4b 20:29:38 Removing intermediate container 6e95b3c43e4b 20:29:38 ---> 8c90d703387b 20:29:38 Step 19/20 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:29:38 ---> Running in 08563b9cb797 20:29:38 Removing intermediate container 08563b9cb797 20:29:38 ---> e04af981ef22 20:29:38 Step 20/20 : LABEL version=0.0.0 20:29:38 ---> Running in 800ec72a59cb 20:29:38 Removing intermediate container 800ec72a59cb 20:29:38 ---> 30a2dc8b9dae 20:29:38 20:29:38 Successfully built 30a2dc8b9dae 20:29:38 Successfully tagged security-spiffe-token-provider:latest 20:29:38  Building security-spiffe-token-provider ... done  [Pipeline] } 20:29:38 $ docker stop --time=1 0d5f86d708c9c462e189a6fc20b05f39337ac03eae0f337ef0fec8303fe33f4f 20:29:39 $ docker rm -f 0d5f86d708c9c462e189a6fc20b05f39337ac03eae0f337ef0fec8303fe33f4f [Pipeline] // withDockerContainer [Pipeline] sh 20:29:40 + docker images 20:29:40 REPOSITORY TAG IMAGE ID CREATED SIZE 20:29:40 security-spiffe-token-provider latest 30a2dc8b9dae 2 seconds ago 29.2MB 20:29:40 6719dcdc9757 8 seconds ago 1.57GB 20:29:40 security-spire-server latest 5accfa882531 15 seconds ago 86.5MB 20:29:40 security-spire-agent latest 35d20717e042 16 seconds ago 125MB 20:29:40 support-notifications latest 8924ac4a6142 21 seconds ago 27.1MB 20:29:40 51b4ee60b1fa 24 seconds ago 1.42GB 20:29:40 76abd257307a 25 seconds ago 1.42GB 20:29:40 abe24f91604b 26 seconds ago 1.58GB 20:29:40 core-command latest 3fe230fbc381 37 seconds ago 16.2MB 20:29:40 support-scheduler latest 6b4e221b64b1 45 seconds ago 26.5MB 20:29:40 dddc9f589d52 45 seconds ago 1.52GB 20:29:40 security-proxy-setup latest 262000438f86 49 seconds ago 27.2MB 20:29:40 b1230bf2b0e1 52 seconds ago 1.58GB 20:29:40 sys-mgmt-agent latest e6e0aa5dd464 55 seconds ago 135MB 20:29:40 2f3d13e89ba3 About a minute ago 1.53GB 20:29:40 security-secretstore-setup latest 8909744209fb About a minute ago 28.9MB 20:29:40 core-data latest 143bb9d59b62 About a minute ago 21.5MB 20:29:40 security-bootstrapper latest 0482fc256344 About a minute ago 19.3MB 20:29:40 99f5e2c87da8 About a minute ago 1.53GB 20:29:40 core-metadata latest a576d54e0b6c About a minute ago 18.2MB 20:29:40 fa49e1b8808a About a minute ago 1.55GB 20:29:40 41838c93476d About a minute ago 1.55GB 20:29:40 db7f5f85d796 About a minute ago 1.52GB 20:29:40 404f53da4a1f About a minute ago 1.52GB 20:29:40 security-spire-config latest a494f2c3051a About a minute ago 85.8MB 20:29:40 d7397caed06e About a minute ago 1.42GB 20:29:40 ci-base-image-x86_64 latest 35a31de7d9e3 5 minutes ago 993MB 20:29:40 alpine 3.15 2720e26172a0 2 weeks ago 5.57MB 20:29:40 alpine 3.16 d7d3d98c851f 3 weeks ago 5.53MB 20:29:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 4 weeks ago 253MB 20:29:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 4 weeks ago 677MB 20:29:40 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] } 20:30:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:30:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:30:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:30:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:30:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:30:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:30:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:30:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:30:25 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:30:27 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:30:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.239s coverage: 28.7% of statements 20:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:30:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:30:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.579s coverage: 98.5% of statements 20:30:45 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:30:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.489s coverage: 54.2% of statements 20:30:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:30:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:31:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.042s coverage: 89.2% of statements 20:31:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:31:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:31:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:31:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:31:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:31:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.610s coverage: 2.1% of statements 20:31:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:31:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:31:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.360s coverage: 95.6% of statements 20:31:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:31:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:31:06 ok github.com/edgexfoundry/edgex-go/internal/io 0.278s coverage: 72.2% of statements 20:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:31:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.289s coverage: 60.0% of statements 20:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:31:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.362s coverage: 0.9% of statements 20:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:31:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.274s coverage: 58.8% of statements 20:31:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.296s coverage: 29.6% of statements 20:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:31:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.304s coverage: 47.1% of statements 20:31:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.244s coverage: 79.5% of statements 20:31:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.250s coverage: 94.1% of statements 20:31:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.206s coverage: 96.3% of statements 20:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.219s coverage: 87.5% of statements 20:31:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.280s coverage: 94.4% of statements 20:31:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.232s coverage: 44.8% of statements 20:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.794s coverage: 82.2% of statements 20:31:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.294s coverage: 92.9% of statements 20:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.063s coverage: 65.1% of statements 20:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.209s coverage: 87.2% of statements 20:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.177s coverage: 100.0% of statements 20:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.271s coverage: 58.8% of statements 20:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.259s coverage: 80.0% of statements 20:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.215s coverage: 87.2% of statements 20:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.275s coverage: 85.4% of statements 20:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.856s coverage: 91.2% of statements 20:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:31:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.905s coverage: 64.7% of statements 20:31:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:31:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:31:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.244s coverage: 100.0% of statements 20:31:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 89.4% of statements 20:31:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 20:31:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements 20:31:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 20:31:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.374s coverage: 65.8% of statements 20:31:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:31:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:31:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:31:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.837s coverage: 43.6% of statements 20:31:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:31:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:31:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.287s coverage: 89.5% of statements 20:31:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:31:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.265s coverage: 84.8% of statements 20:31:51 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:31:51 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:31:51 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:31:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:32:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.320s coverage: 17.7% of statements 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:32:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.724s coverage: 92.3% of statements 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:32:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.249s coverage: 63.2% of statements 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:32:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.454s coverage: 97.7% of statements 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:32:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.237s coverage: 28.9% of statements 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:32:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:32:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.257s coverage: 100.0% of statements 20:32:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements 20:32:00 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 20:32:00 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:32:00 GO111MODULE=on go vet ./... 20:33:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:33:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:33:52 ./bin/test-attribution-txt.sh 20:33:52 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 20:33:52 An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add 20:33:52 An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add 20:33:52 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 20:33:52 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 20:33:52 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 20:33:52 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 20:33:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:33:53 + ls -al . 20:33:53 total 724 20:33:53 drwxrwxr-x 9 1001 1001 4096 Aug 9 20:28 . 20:33:53 drwxr-xr-x 4 root root 4096 Aug 9 20:28 .. 20:33:53 -rw-rw-r-- 1 1001 1001 16 Aug 9 20:26 .dockerignore 20:33:53 drwxrwxr-x 8 1001 1001 4096 Aug 9 20:26 .git 20:33:53 drwxrwxr-x 3 1001 1001 4096 Aug 9 20:26 .github 20:33:53 -rw-rw-r-- 1 1001 1001 1030 Aug 9 20:26 .gitignore 20:33:53 -rw-rw-r-- 1 1001 1001 42 Aug 9 20:26 .golangci.yml 20:33:53 -rw-rw-r-- 1 1001 1001 87 Aug 9 20:26 .hadolint.yml 20:33:53 -rw-rw-r-- 1 1001 1001 166 Aug 9 20:26 .sonarcloud.properties 20:33:53 -rw-rw-r-- 1 1001 1001 1171 Aug 9 20:26 ADOPTERS.md 20:33:53 -rw-rw-r-- 1 1001 1001 10347 Aug 9 20:26 Attribution.txt 20:33:53 -rw-rw-r-- 1 1001 1001 63209 Aug 9 20:26 CHANGELOG.md 20:33:53 -rw-rw-r-- 1 1001 1001 3804 Aug 9 20:26 CONTRIBUTING.md 20:33:53 -rw-rw-r-- 1 1001 1001 677 Aug 9 20:26 GOVERNANCE.md 20:33:53 -rw-rw-r-- 1 1001 1001 850 Aug 9 20:26 Jenkinsfile 20:33:53 -rw-rw-r-- 1 1001 1001 10775 Aug 9 20:26 LICENSE 20:33:53 -rw-rw-r-- 1 1001 1001 12212 Aug 9 20:26 Makefile 20:33:53 -rw-rw-r-- 1 1001 1001 582 Aug 9 20:26 OWNERS.md 20:33:53 -rw-rw-r-- 1 1001 1001 9094 Aug 9 20:26 README.md 20:33:53 -rw-rw-r-- 1 1001 1001 6912 Aug 9 20:26 SECURITY.md 20:33:53 -rw-rw-r-- 1 1001 1001 5 Aug 9 20:24 VERSION 20:33:53 -rw-rw-r-- 1 1001 1001 4131 Aug 9 20:26 ZMQWindows.md 20:33:53 drwxrwxr-x 2 1001 1001 4096 Aug 9 20:26 bin 20:33:53 drwxrwxr-x 18 1001 1001 4096 Aug 9 20:26 cmd 20:33:53 -rw-r--r-- 1 root root 478941 Aug 9 20:32 coverage.out 20:33:53 -rw-rw-r-- 1 1001 1001 3681 Aug 9 20:26 go.mod 20:33:53 -rw-rw-r-- 1 1001 1001 38033 Aug 9 20:26 go.sum 20:33:53 drwxrwxr-x 8 1001 1001 4096 Aug 9 20:26 internal 20:33:53 drwxrwxr-x 3 1001 1001 4096 Aug 9 20:26 openapi 20:33:53 drwxrwxr-x 4 1001 1001 4096 Aug 9 20:26 snap 20:33:53 -rw-rw-r-- 1 1001 1001 204 Aug 9 20:26 version.go [Pipeline] sh 20:33:54 + '[' -e coverage.out ] 20:33:54 + chown 1001:1001 coverage.out [Pipeline] stash 20:33:54 Warning: overwriting stash ‘coverage-report’ 20:33:55 Stashed 1 file(s) [Pipeline] sh 20:33:55 + make build 20:33:55 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 20:35:17 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 20:36: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/core-command/core-command ./cmd/core-command 20:36:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:37:11 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 20:37:11 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 20:37:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:37:20 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 20:37:23 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 20:37: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:37:31 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 20:37:35 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 20:37: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:37:48 $ docker stop --time=1 361f308fb4b02bb38e5bb23d6d34b4db559689b03a80fd31bbfc87223596d50b 20:37:50 $ docker rm -f 361f308fb4b02bb38e5bb23d6d34b4db559689b03a80fd31bbfc87223596d50b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:37:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:37:53 20:37:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:37:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:37:54 latest: Pulling from edgex-devops/edgex-compose-arm64 20:37:54 29e5d40040c1: Pulling fs layer 20:37:54 1ce36da41761: Pulling fs layer 20:37:54 25b303627fd3: Pulling fs layer 20:37:54 29e5d40040c1: Verifying Checksum 20:37:54 29e5d40040c1: Download complete 20:37:55 1ce36da41761: Verifying Checksum 20:37:55 1ce36da41761: Download complete 20:37:55 29e5d40040c1: Pull complete 20:37:56 25b303627fd3: Verifying Checksum 20:37:56 25b303627fd3: Download complete 20:37:57 1ce36da41761: Pull complete 20:38:09 25b303627fd3: Pull complete 20:38:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:38:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:38:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:38:10 prd-ubuntu20.04-docker-arm64-4c-16g-22257 does not seem to be running inside a container 20:38:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:38:12 $ docker top 76e758c553b20c587399d308988d31b898625386e0373d00be217569e8f40bc7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:38:13 + docker-compose build --help 20:38:13 + grep parallel 20:38:16 --parallel Build images in parallel. [Pipeline] } 20:38:17 $ docker stop --time=1 76e758c553b20c587399d308988d31b898625386e0373d00be217569e8f40bc7 20:38:18 $ docker rm -f 76e758c553b20c587399d308988d31b898625386e0373d00be217569e8f40bc7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:38:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:38:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:38:19 prd-ubuntu20.04-docker-arm64-4c-16g-22257 does not seem to be running inside a container 20:38:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:38:21 $ docker top 87152867506ab360b7e028ac62020d89d227e85e0889e801941bd37e3346e890 -eo pid,comm [Pipeline] { [Pipeline] sh 20:38:22 + docker-compose -f ./docker-compose-build.yml build --parallel 20:38:26 Building core-command ... 20:38:26 Building core-data ... 20:38:26 Building core-metadata ... 20:38:26 Building security-bootstrapper ... 20:38:26 Building security-proxy-setup ... 20:38:26 Building security-secretstore-setup ... 20:38:26 Building security-spiffe-token-provider ... 20:38:26 Building security-spire-agent ... 20:38:26 Building security-spire-config ... 20:38:26 Building security-spire-server ... 20:38:26 Building support-notifications ... 20:38:26 Building support-scheduler ... 20:38:26 Building sys-mgmt-agent ... 20:38:26 Building security-proxy-setup 20:38:26 Building security-secretstore-setup 20:38:26 Building core-metadata 20:38:26 Building sys-mgmt-agent 20:38:26 Building core-data 20:39:13 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:39:13 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:39:13 ---> 351623c7a876 20:39:13 Step 3/25 : WORKDIR /edgex-go 20:39:13 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:39:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:39:13 ---> 351623c7a876 20:39:13 Step 3/23 : WORKDIR /edgex-go 20:39:13 20:39:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:39:13 ---> 351623c7a876 20:39:13 Step 3/22 : WORKDIR /edgex-go 20:39:13 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:39:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:39:13 ---> 351623c7a876 20:39:13 Step 3/23 : WORKDIR /edgex-go 20:39:13 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:39:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:39:13 ---> 351623c7a876 20:39:13 Step 3/23 : WORKDIR /edgex-go 20:39:13 ---> Running in 85216bba76d6 20:39:13 ---> Running in a5617bf86511 20:39:13 ---> Running in 4a52868276a8 20:39:13 ---> Running in 57eeec3ea214 20:39:13 ---> Running in acd0cb021a02 20:39:14 Removing intermediate container 85216bba76d6 20:39:14 ---> aadadedbf0df 20:39:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:39:14 Removing intermediate container 4a52868276a8 20:39:14 ---> f3817611b815 20:39:14 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:39:14 Removing intermediate container acd0cb021a02 20:39:14 ---> 1f6afccf237f 20:39:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:39:14 Removing intermediate container a5617bf86511 20:39:14 ---> 1067561d584f 20:39:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:39:14 ---> Running in b881e08afeff 20:39:14 ---> Running in 32c1e4daa42f 20:39:14 ---> Running in a1dfd5424766 20:39:14 Removing intermediate container 57eeec3ea214 20:39:14 ---> 30932475037d 20:39:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:39:14 ---> Running in dd34e7020e5c 20:39:14 ---> Running in 28ed5f1e0215 20:39:18 Removing intermediate container a1dfd5424766 20:39:18 ---> daf7beb49b9d 20:39:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:39:18 Removing intermediate container 32c1e4daa42f 20:39:18 ---> ae3da7991774 20:39:18 Step 5/25 : RUN apk add --update --no-cache make git 20:39:18 Removing intermediate container b881e08afeff 20:39:18 ---> 5ed24cd23ee3 20:39:18 Step 5/23 : RUN apk add --update --no-cache make git 20:39:18 ---> Running in 18d1dca5db7c 20:39:18 ---> Running in c5c9d21f4c5d 20:39:18 ---> Running in 348dd6fcfb71 20:39:18 Removing intermediate container dd34e7020e5c 20:39:18 ---> 0e331d72e398 20:39:18 Step 5/23 : RUN apk add --update --no-cache make bash git 20:39:18 Removing intermediate container 28ed5f1e0215 20:39:18 ---> 61a1187cf28b 20:39:18 Step 5/22 : RUN apk add --update --no-cache make git 20:39:18 ---> Running in c03a3c7a0e1d 20:39:18 ---> Running in bb6769a8262c 20:39:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:39:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:39:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:39:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:39:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:39:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:39:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:39:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:39:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:39:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:39:22 OK: 221 MiB in 51 packages 20:39:22 OK: 221 MiB in 51 packages 20:39:23 OK: 221 MiB in 51 packages 20:39:23 OK: 221 MiB in 51 packages 20:39:23 OK: 221 MiB in 51 packages 20:39:24 Removing intermediate container 18d1dca5db7c 20:39:24 ---> 92f462384e6b 20:39:24 Step 6/23 : COPY go.mod vendor* ./ 20:39:24 Removing intermediate container 348dd6fcfb71 20:39:24 ---> 9990c2704dd6 20:39:24 Step 6/25 : COPY go.mod vendor* ./ 20:39:24 Removing intermediate container c03a3c7a0e1d 20:39:24 ---> 1c9325ccd41a 20:39:24 Step 6/23 : COPY go.mod vendor* ./ 20:39:24 Removing intermediate container bb6769a8262c 20:39:24 ---> 50cda11bada8 20:39:24 Step 6/22 : COPY go.mod vendor* ./ 20:39:25 Removing intermediate container c5c9d21f4c5d 20:39:25 ---> 64e5f8624e51 20:39:25 Step 6/23 : COPY go.mod vendor* ./ 20:39:25 ---> e462efa05c73 20:39:25 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:39:25 ---> Running in a4df1c963b2c 20:39:25 ---> 42a49613daa6 20:39:25 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:39:25 ---> Running in 1051694600e1 20:39:26 ---> 0fb015602f3d 20:39:26 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:39:26 ---> fc9b0a42bca2 20:39:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:39:26 ---> 84410326a000 20:39:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:39:26 ---> Running in a8beee47adf4 20:39:26 ---> Running in 5365dad47ecf 20:39:26 ---> Running in 6e11e2cd4609 20:40:34 Removing intermediate container a8beee47adf4 20:40:34 ---> faa89719c135 20:40:34 Step 8/22 : COPY . . 20:40:34 Removing intermediate container 1051694600e1 20:40:34 ---> cedd4e86fcd7 20:40:34 Step 8/25 : COPY . . 20:40:34 Removing intermediate container a4df1c963b2c 20:40:34 ---> 8a3b751718d8 20:40:34 Step 8/23 : COPY . . 20:40:34 Removing intermediate container 5365dad47ecf 20:40:34 ---> 8504a77c6584 20:40:34 Step 8/23 : COPY . . 20:40:34 Removing intermediate container 6e11e2cd4609 20:40:34 ---> 546043be9bf2 20:40:34 Step 8/23 : COPY . . 20:40:40 ---> 015d138e9f95 20:40:40 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:40:40 ---> 97c7d641696c 20:40:40 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:40:40 ---> Running in 6dd0a98e6335 20:40:40 ---> 5b2286ddd1a3 20:40:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:40:40 ---> b6f7563337a2 20:40:40 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:40:40 ---> c6b341f33241 20:40:40 Step 9/23 : RUN make cmd/core-data/core-data 20:40:40 ---> Running in c95444d2391a 20:40:40 ---> Running in 60bb459779ba 20:40:40 ---> Running in 93e21a3f1b4b 20:40:40 ---> Running in ba4b2be94305 20:40: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/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:40:42 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 20:40: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:40: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:40:43 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 20:45:20 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 20:45: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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:45:35 Removing intermediate container ba4b2be94305 20:45:35 ---> 4285294d91fa 20:45:35 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:45:35 ---> Running in 4bd6567c2189 20:45:38 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 20:45:45 Removing intermediate container 4bd6567c2189 20:45:45 ---> ead84173094c 20:45:45 20:45:45 Step 11/23 : FROM alpine:3.16 20:45:45 3.16: Pulling from library/alpine 20:45:48 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 20:45:48 Status: Downloaded newer image for alpine:3.16 20:45:48 ---> 3d81c46cd875 20:45:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:45:48 ---> Running in c9e708a5cb63 20:45:48 Removing intermediate container 6dd0a98e6335 20:45:48 ---> fcf406d65825 20:45:48 20:45:48 Step 10/22 : FROM alpine:3.16 20:45:48 ---> 3d81c46cd875 20:45:48 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 20:45:48 ---> Running in 022a2d41a6f2 20:45:48 Removing intermediate container c9e708a5cb63 20:45:48 ---> 0d5e78c5e3ae 20:45:48 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 20:45:49 ---> Running in 9e1685f92edc 20:45:49 Removing intermediate container 60bb459779ba 20:45:49 ---> e3a6f2223915 20:45:49 20:45:49 Step 10/25 : FROM alpine:3.16 20:45:49 ---> 3d81c46cd875 20:45:49 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:45:49 ---> Running in 24084709a6c8 20:45:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:45:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:45:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:45:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:45:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:45:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:45:53 (1/6) Installing ca-certificates (20220614-r0) 20:45:53 (2/6) Installing brotli-libs (1.0.9-r6) 20:45:53 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:45:53 (4/6) Installing libcurl (7.83.1-r2) 20:45:53 (5/6) Installing curl (7.83.1-r2) 20:45:53 (6/6) Installing dumb-init (1.2.5-r1) 20:45:53 Executing busybox-1.35.0-r15.trigger 20:45:53 Executing ca-certificates-20220614-r0.trigger 20:45:53 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 20:45:53 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 20:45:53 (3/33) Installing readline (8.1.2-r0) 20:45:53 (4/33) Installing bash (5.1.16-r2) 20:45:53 Executing bash-5.1.16-r2.post-install 20:45:53 (5/33) Installing ca-certificates (20220614-r0) 20:45:54 (1/3) Installing ca-certificates (20220614-r0) 20:45:54 (6/33) Installing brotli-libs (1.0.9-r6) 20:45:54 OK: 8 MiB in 20 packages 20:45:54 (7/33) Installing nghttp2-libs (1.47.0-r0) 20:45:54 (8/33) Installing libcurl (7.83.1-r2) 20:45:54 (9/33) Installing curl (7.83.1-r2) 20:45:54 (2/3) Installing dumb-init (1.2.5-r1) 20:45:54 (3/3) Installing su-exec (0.2-r1) 20:45:54 Executing busybox-1.35.0-r15.trigger 20:45:54 (10/33) Installing docker-cli (20.10.16-r2) 20:45:54 Executing ca-certificates-20220614-r0.trigger 20:45:54 OK: 6 MiB in 17 packages 20:45:55 (11/33) Installing dumb-init (1.2.5-r1) 20:45:55 (12/33) Installing libbz2 (1.0.8-r1) 20:45:55 (13/33) Installing expat (2.4.8-r0) 20:45:55 (14/33) Installing libffi (3.4.2-r1) 20:45:55 (15/33) Installing gdbm (1.23-r0) 20:45:55 (16/33) Installing xz-libs (5.2.5-r1) 20:45:55 (17/33) Installing libgcc (11.2.1_git20220219-r2) 20:45:55 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 20:45:55 (19/33) Installing mpdecimal (2.5.1-r1) 20:45:55 (20/33) Installing sqlite-libs (3.38.5-r0) 20:45:55 (21/33) Installing python3 (3.10.5-r0) 20:45:56 Removing intermediate container 022a2d41a6f2 20:45:56 ---> 80c0bf6d9f32 20:45:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:45:57 ---> Running in e05d7e6080e0 20:45:57 Removing intermediate container 24084709a6c8 20:45:57 ---> e64d89de9e50 20:45:57 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:45:57 ---> Running in ebedbfc12428 20:45:57 Removing intermediate container e05d7e6080e0 20:45:57 ---> fff0174783c6 20:45:57 Step 13/22 : WORKDIR /edgex 20:45:58 Removing intermediate container ebedbfc12428 20:45:58 ---> 97f506c6a85c 20:45:58 Step 13/25 : WORKDIR / 20:45:58 ---> Running in 09cab7b88329 20:45:58 ---> Running in 2eb1a7acdf3c 20:45:58 (22/33) Installing py3-contextlib2 (21.6.0-r2) 20:45:58 (23/33) Installing py3-tomli (2.0.1-r1) 20:45:58 (24/33) Installing py3-pep517 (0.12.0-r2) 20:45:58 (25/33) Installing py3-six (1.16.0-r1) 20:45:59 (26/33) Installing py3-retrying (1.3.3-r3) 20:45:59 (27/33) Installing py3-appdirs (1.4.4-r3) 20:45:59 (28/33) Installing py3-more-itertools (8.13.0-r0) 20:45:59 (29/33) Installing py3-ordered-set (4.0.2-r3) 20:45:59 (30/33) Installing py3-parsing (2.4.7-r3) 20:45:59 Removing intermediate container 09cab7b88329 20:45:59 ---> 0133790fca8c 20:45:59 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:45:59 (31/33) Installing py3-packaging (21.3-r0) 20:45:59 (32/33) Installing py3-setuptools (59.4.0-r0) 20:45:59 Removing intermediate container 2eb1a7acdf3c 20:45:59 ---> f3acb3d00944 20:45:59 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:45:59 (33/33) Installing py3-pip (22.1.1-r0) 20:46:00 Executing busybox-1.35.0-r15.trigger 20:46:00 ---> ca06cb616b8c 20:46:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:46:00 Executing ca-certificates-20220614-r0.trigger 20:46:00 ---> 0fb3569815d7 20:46:00 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:46:00 OK: 120 MiB in 47 packages 20:46:02 ---> e21b9de24215 20:46:02 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:46:02 ---> 7faf2afb98a4 20:46:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:46:03 ---> e0a2cd2b57e3 20:46:03 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:46:04 ---> d90d1fec372e 20:46:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:46:04 ---> e7500fb00487 20:46:04 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:46:05 ---> bedad8c7436f 20:46:05 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:46:06 ---> Running in 9f39a6cda1c5 20:46:07 ---> 7a76b9f8d564 20:46:07 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:46:09 ---> c3e230a4ab9d 20:46:09 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:46:10 Removing intermediate container 9f39a6cda1c5 20:46:10 ---> 255704ba654e 20:46:10 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:46:10 ---> Running in e1aeb1862ed1 20:46:10 ---> 6332980fbfa3 20:46:10 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:46:10 ---> Running in 1c9517fe47fd 20:46:10 Removing intermediate container e1aeb1862ed1 20:46:10 ---> b2ee9bbeff08 20:46:10 Step 20/22 : LABEL arch=arm64 20:46:11 ---> Running in 534bbf66295e 20:46:11 Removing intermediate container 534bbf66295e 20:46:11 ---> c6e3f35b608d 20:46:11 Step 21/22 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:46:11 ---> Running in 29bd94b8a76a 20:46:12 Removing intermediate container 29bd94b8a76a 20:46:12 ---> dac21c09b330 20:46:12 Step 22/22 : LABEL version=0.0.0 20:46:12 ---> Running in 95f15fc198cc 20:46:13 Removing intermediate container 95f15fc198cc 20:46:13 ---> a2d226c19637 20:46:13 20:46:13 Successfully built a2d226c19637 20:46:13 Successfully tagged security-proxy-setup-arm64:latest 20:46:13  Building security-proxy-setup ... done Building security-spire-config 20:46:14 Removing intermediate container 1c9517fe47fd 20:46:14 ---> a6e8c6de9383 20:46:14 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:46:14 ---> Running in 89253e9a499e 20:46:14 Removing intermediate container 89253e9a499e 20:46:14 ---> a93a4a7586fe 20:46:14 Step 23/25 : LABEL arch=arm64 20:46:14 ---> Running in 22ab9e9bf1df 20:46:15 Removing intermediate container 22ab9e9bf1df 20:46:15 ---> ecd408241813 20:46:15 Step 24/25 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:46:15 ---> Running in b47af481a9dc 20:46:16 Removing intermediate container b47af481a9dc 20:46:16 ---> 40e64f1c5363 20:46:16 Step 25/25 : LABEL version=0.0.0 20:46:16 ---> Running in a0a5edc8d9ff 20:46:16 Removing intermediate container a0a5edc8d9ff 20:46:16 ---> 6540e4cf02c0 20:46:16 20:46:17 Successfully built 6540e4cf02c0 20:46:17 Successfully tagged security-secretstore-setup-arm64:latest 20:46:17 Building core-command 20:46:18  Building security-secretstore-setup ... done Collecting docker-compose==1.23.2 20:46:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:46:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 8.8 MB/s eta 0:00:00 20:46:19 Collecting dockerpty<0.5,>=0.4.1 20:46:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:46:19 Preparing metadata (setup.py): started 20:46:21 Preparing metadata (setup.py): finished with status 'done' 20:46:21 Collecting docker<4.0,>=3.6.0 20:46:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:46:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 9.1 MB/s eta 0:00:00 20:46:22 Collecting jsonschema<3,>=2.5.1 20:46:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:46:22 Collecting cached-property<2,>=1.2.0 20:46:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:46:22 Collecting docopt<0.7,>=0.6.1 20:46:22 Downloading docopt-0.6.2.tar.gz (25 kB) 20:46:22 Preparing metadata (setup.py): started 20:46:25 Preparing metadata (setup.py): finished with status 'done' 20:46:25 Collecting texttable<0.10,>=0.9.0 20:46:25 Downloading texttable-0.9.1.tar.gz (11 kB) 20:46:25 Preparing metadata (setup.py): started 20:46:27 Preparing metadata (setup.py): finished with status 'done' 20:46:28 Collecting PyYAML<4,>=3.10 20:46:28 Downloading PyYAML-3.13.tar.gz (270 kB) 20:46:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 6.7 MB/s eta 0:00:00 20:46:30 Preparing metadata (setup.py): started 20:46:32 Preparing metadata (setup.py): finished with status 'done' 20:46:32 Collecting websocket-client<1.0,>=0.32.0 20:46:32 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:46:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 10.9 MB/s eta 0:00:00 20:46:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:46:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:46:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 17.0 MB/s eta 0:00:00 20:46:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 20:46:34 Collecting docker-pycreds>=0.4.0 20:46:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:46:35 Collecting chardet<3.1.0,>=3.0.2 20:46:35 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:46:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 18.3 MB/s eta 0:00:00 20:46:35 Collecting urllib3<1.25,>=1.21.1 20:46:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:46:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 18.9 MB/s eta 0:00:00 20:46:36 Collecting certifi>=2017.4.17 20:46:36 Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 20:46:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 18.7 MB/s eta 0:00:00 20:46:36 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:46:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:46:36 ---> 351623c7a876 20:46:36 Step 3/26 : WORKDIR /edgex-go 20:46:36 ---> Using cache 20:46:36 ---> 30932475037d 20:46:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:36 ---> Using cache 20:46:36 ---> 61a1187cf28b 20:46:36 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 20:46:36 Collecting idna<2.8,>=2.5 20:46:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:46:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 3.0 MB/s eta 0:00:00 20:46:36 ---> Running in 2827c3c3dbeb 20:46:37 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:46:37 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:46:37 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:46:37 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:46:38 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 20:46:38 Running setup.py install for texttable: started 20:46:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:46:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:46:40 Running setup.py install for texttable: finished with status 'done' 20:46:40 Running setup.py install for PyYAML: started 20:46:40 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:46:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:46:40 ---> 351623c7a876 20:46:40 Step 3/23 : WORKDIR /edgex-go 20:46:40 ---> Using cache 20:46:40 ---> 30932475037d 20:46:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:40 ---> Using cache 20:46:40 ---> 61a1187cf28b 20:46:40 Step 5/23 : RUN apk add --update --no-cache make git 20:46:40 ---> Using cache 20:46:40 ---> 50cda11bada8 20:46:40 Step 6/23 : COPY go.mod vendor* ./ 20:46:40 ---> Using cache 20:46:40 ---> 0fb015602f3d 20:46:40 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:46:40 ---> Using cache 20:46:40 ---> faa89719c135 20:46:40 Step 8/23 : COPY . . 20:46:40 ---> Using cache 20:46:40 ---> 015d138e9f95 20:46:40 Step 9/23 : RUN make cmd/core-command/core-command 20:46:41 ---> Running in 41fbab398b3d 20:46:41 OK: 221 MiB in 51 packages 20:46:43 Removing intermediate container 2827c3c3dbeb 20:46:43 ---> bdfa5b7665e7 20:46:43 Step 6/26 : COPY go.mod vendor* ./ 20:46:44 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/core-command/core-command ./cmd/core-command 20:46:44 Running setup.py install for PyYAML: finished with status 'done' 20:46:44 Removing intermediate container c95444d2391a 20:46:44 ---> 6ecc9d704853 20:46:44 20:46:44 Step 10/23 : FROM alpine:3.16 20:46:44 ---> 3d81c46cd875 20:46:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:46:44 ---> Running in d7c8df7656be 20:46:45 ---> ffca2fb29a32 20:46:45 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:46:45 ---> Running in 8ae85f9ebfde 20:46:46 Running setup.py install for docopt: started 20:46:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:46:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:46:48 (1/1) Installing dumb-init (1.2.5-r1) 20:46:48 Executing busybox-1.35.0-r15.trigger 20:46:48 OK: 5 MiB in 15 packages 20:46:48 Running setup.py install for docopt: finished with status 'done' 20:46:50 Removing intermediate container d7c8df7656be 20:46:50 ---> 250dc9388620 20:46:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:46:50 ---> Running in e804bf41a481 20:46:50 Removing intermediate container e804bf41a481 20:46:50 ---> 17d05d47fd6e 20:46:50 Step 13/23 : ENV APP_PORT=59881 20:46:50 ---> Running in 5269eb0c2063 20:46:51 Removing intermediate container 5269eb0c2063 20:46:51 ---> 43b4cfc6e724 20:46:51 Step 14/23 : EXPOSE $APP_PORT 20:46:51 ---> Running in be8d66d4e32f 20:46:52 Removing intermediate container be8d66d4e32f 20:46:52 ---> b823dee783f3 20:46:52 Step 15/23 : WORKDIR / 20:46:52 ---> Running in 8f65d5797ec7 20:46:52 Removing intermediate container 8f65d5797ec7 20:46:52 ---> f95a9d74bab0 20:46:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:46:52 Running setup.py install for dockerpty: started 20:46:53 ---> 64d47ead1d28 20:46:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:46:55 ---> d05945e00afa 20:46:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:46:56 Running setup.py install for dockerpty: finished with status 'done' 20:46:56 ---> 944930719b77 20:46:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:46:56 ---> Running in b1c0fb90daca 20:46:57 Removing intermediate container b1c0fb90daca 20:46:57 ---> 82cce69e851a 20:46:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:46:57 ---> Running in 36939c25bcc1 20:46:57 Removing intermediate container 36939c25bcc1 20:46:57 ---> 4dcc9c0c2337 20:46:57 Step 21/23 : LABEL arch=arm64 20:46:57 ---> Running in bcfaf8abe76c 20:46:58 Removing intermediate container bcfaf8abe76c 20:46:58 ---> 924a37180b24 20:46:58 Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:46:58 ---> Running in d5915f213719 20:46:59 Removing intermediate container d5915f213719 20:46:59 ---> 82d33dd1ac58 20:46:59 Step 23/23 : LABEL version=0.0.0 20:46:59 ---> Running in be1f82540b75 20:47:00 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.6.15 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 20:47:00 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 20:47:00 Removing intermediate container be1f82540b75 20:47:00 ---> 0a44dc3a1daa 20:47:00 20:47:01 Successfully built 0a44dc3a1daa 20:47:01 Successfully tagged core-metadata-arm64:latest 20:47:01  Building core-metadata ... done Building security-bootstrapper 20:47:13 Removing intermediate container 93e21a3f1b4b 20:47:13 ---> f634cf898b7e 20:47:13 20:47:13 Step 10/23 : FROM alpine:3.16 20:47:13 ---> 3d81c46cd875 20:47:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:47:13 ---> Running in d0e6dbab42d8 20:47:14 Removing intermediate container d0e6dbab42d8 20:47:14 ---> a46573a55b90 20:47:14 Step 12/23 : ENV APP_PORT=59880 20:47:14 ---> Running in ebe65e4e2545 20:47:15 Removing intermediate container ebe65e4e2545 20:47:15 ---> 74648ea95b7d 20:47:15 Step 13/23 : EXPOSE $APP_PORT 20:47:15 ---> Running in 0e0744eea2ae 20:47:16 Removing intermediate container 0e0744eea2ae 20:47:16 ---> 43be355072a1 20:47:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:16 ---> Running in 6e25c84c4d4d 20:47:20 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:47:20 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:47:20 ---> 351623c7a876 20:47:20 Step 3/31 : WORKDIR /edgex-go 20:47:20 ---> Using cache 20:47:20 ---> 30932475037d 20:47:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:20 ---> Using cache 20:47:20 ---> 61a1187cf28b 20:47:20 Step 5/31 : RUN apk add --update --no-cache make git 20:47:20 ---> Using cache 20:47:20 ---> 50cda11bada8 20:47:20 Step 6/31 : COPY go.mod vendor* ./ 20:47:20 ---> Using cache 20:47:20 ---> 0fb015602f3d 20:47:20 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:47:20 ---> Using cache 20:47:20 ---> faa89719c135 20:47:20 Step 8/31 : COPY . . 20:47:20 ---> Using cache 20:47:20 ---> 015d138e9f95 20:47:20 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:47:21 ---> Running in 8c2bb235c92f 20:47:21 Removing intermediate container 6e25c84c4d4d 20:47:21 ---> 827010f5b43b 20:47:21 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:47:21 ---> Running in 9d9dd8f1d53f 20:47: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:47:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:47:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:47:26 (1/6) Installing dumb-init (1.2.5-r1) 20:47:27 (2/6) Installing libgcc (11.2.1_git20220219-r2) 20:47:27 (3/6) Installing libsodium (1.0.18-r0) 20:47:27 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 20:47:27 (5/6) Installing libzmq (4.3.4-r0) 20:47:27 (6/6) Installing zeromq (4.3.4-r0) 20:47:27 Executing busybox-1.35.0-r15.trigger 20:47:27 OK: 8 MiB in 20 packages 20:47:30 Removing intermediate container 9d9dd8f1d53f 20:47:30 ---> e8b0f009461d 20:47:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:47:32 ---> ea5d4058829e 20:47:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:47:32 Removing intermediate container 9e1685f92edc 20:47:32 ---> 494832c02f97 20:47:32 Step 14/23 : ENV APP_PORT=58890 20:47:32 ---> Running in e76ba4c43084 20:47:33 Removing intermediate container e76ba4c43084 20:47:33 ---> 23ab49e414c7 20:47:33 Step 15/23 : EXPOSE $APP_PORT 20:47:33 ---> Running in 7c6c91f0d387 20:47:34 Removing intermediate container 7c6c91f0d387 20:47:34 ---> b95722340c94 20:47:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:47:36 ---> 6219549a1048 20:47:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:47:38 ---> cf7120c7e3f4 20:47:38 Step 19/23 : ENTRYPOINT ["/core-data"] 20:47:38 ---> 87d0e7f7dcf3 20:47:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:47:38 ---> Running in d5d10cd4fcb6 20:47:39 Removing intermediate container d5d10cd4fcb6 20:47:39 ---> 8e3724305e4f 20:47:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:39 ---> Running in 65158c4fea32 20:47:40 ---> 5b440df1f039 20:47:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:47:40 Removing intermediate container 65158c4fea32 20:47:40 ---> 337a7c2f2c6f 20:47:40 Step 21/23 : LABEL arch=arm64 20:47:40 ---> Running in 3d645f5ede31 20:47:41 Removing intermediate container 3d645f5ede31 20:47:41 ---> 0cd151274c1c 20:47:41 Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:47:41 ---> Running in 8b07631a5323 20:47:42 ---> c8e905ac20c3 20:47:42 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:47:42 ---> Running in 0bea65b2dffd 20:47:42 Removing intermediate container 8b07631a5323 20:47:42 ---> 902735a74e26 20:47:42 Step 23/23 : LABEL version=0.0.0 20:47:43 ---> Running in 34f1ef8d81db 20:47:43 Removing intermediate container 0bea65b2dffd 20:47:43 ---> 49476f10cc46 20:47:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:43 ---> Running in 3c499ec0cd90 20:47:43 Removing intermediate container 34f1ef8d81db 20:47:43 ---> b3d370a6ccb3 20:47:43 20:47:44 Successfully built b3d370a6ccb3 20:47:44 Successfully tagged core-data-arm64:latest 20:47:44  Building core-data ... done Building support-scheduler 20:47:44 Removing intermediate container 3c499ec0cd90 20:47:44 ---> 544e28f527aa 20:47:44 Step 21/23 : LABEL arch=arm64 20:47:44 ---> Running in 3c9eeef5e274 20:47:45 Removing intermediate container 3c9eeef5e274 20:47:45 ---> 3d31cd85f9df 20:47:45 Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:47:45 ---> Running in cd22c1f85ad4 20:47:46 Removing intermediate container cd22c1f85ad4 20:47:46 ---> 44b26dbb98bc 20:47:46 Step 23/23 : LABEL version=0.0.0 20:47:46 ---> Running in fa4147b649d4 20:47:47 Removing intermediate container fa4147b649d4 20:47:47 ---> 5b3a7ecf2dda 20:47:47 20:47:47 Successfully built 5b3a7ecf2dda 20:47:47 Successfully tagged sys-mgmt-agent-arm64:latest 20:47:47  Building sys-mgmt-agent ... done Building support-notifications 20:47:48 Removing intermediate container 8ae85f9ebfde 20:47:48 ---> e90425759b3d 20:47:48 Step 8/26 : COPY . . 20:48:06 ---> 97fca5c4d9f8 20:48:06 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 20:48:06 ---> Running in 62e2dbff2d3c 20:48:06 Removing intermediate container 62e2dbff2d3c 20:48:06 ---> 1f2e23a597f7 20:48:06 Step 10/26 : WORKDIR /edgex-go/spire-build 20:48:06 ---> Running in 1172c118224f 20:48:06 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:48:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:48:06 ---> 351623c7a876 20:48:06 Step 3/22 : WORKDIR /edgex-go 20:48:06 ---> Using cache 20:48:06 ---> 30932475037d 20:48:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:06 ---> Using cache 20:48:06 ---> 61a1187cf28b 20:48:06 Step 5/22 : RUN apk add --update --no-cache make git 20:48:06 ---> Using cache 20:48:06 ---> 50cda11bada8 20:48:06 Step 6/22 : COPY go.mod vendor* ./ 20:48:06 ---> Using cache 20:48:06 ---> 0fb015602f3d 20:48:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:48:06 ---> Using cache 20:48:06 ---> faa89719c135 20:48:06 Step 8/22 : COPY . . 20:48:06 Removing intermediate container 1172c118224f 20:48:06 ---> 0591200194cf 20:48:06 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 20:48:06 ---> Running in 9164936b1282 20:48:07 ---> Using cache 20:48:07 ---> 015d138e9f95 20:48:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:48:07 ---> Running in 85280d17506f 20:48:10 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:48:11 Removing intermediate container 9164936b1282 20:48:11 ---> c09fe68d561f 20:48:11 Step 12/26 : WORKDIR /edgex-go 20:48:11 ---> Running in 926661a4bda8 20:48:12 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:48:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:48:12 ---> 351623c7a876 20:48:12 Step 3/22 : WORKDIR /edgex-go 20:48:12 ---> Using cache 20:48:12 ---> 30932475037d 20:48:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:12 ---> Using cache 20:48:12 ---> 61a1187cf28b 20:48:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:48:12 ---> Running in f762633d2d32 20:48:12 Removing intermediate container 926661a4bda8 20:48:12 ---> 7fa09f74e102 20:48:12 20:48:12 Step 13/26 : FROM alpine:3.15 20:48:12 3.15: Pulling from library/alpine 20:48:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:48:14 Digest: sha256:0483110c51a764abe175a8cefb941541ca0bc0f628ce418d3a660338abf4622a 20:48:14 Status: Downloaded newer image for alpine:3.15 20:48:14 ---> 60f2846fe774 20:48:14 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:48:14 ---> Running in d0566d8c9998 20:48:15 Removing intermediate container d0566d8c9998 20:48:15 ---> 1218d93f201e 20:48:15 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:15 ---> Running in ddf9ccddf4f4 20:48:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:48:16 OK: 221 MiB in 51 packages 20:48:18 Removing intermediate container f762633d2d32 20:48:18 Removing intermediate container ddf9ccddf4f4 20:48:18 ---> 6a4ee6736c9d 20:48:18 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:48:18 ---> 2263f5c0a4fb 20:48:18 Step 6/22 : COPY go.mod vendor* ./ 20:48:18 ---> Running in 14858424c494 20:48:20 ---> a322c5877335 20:48:20 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:48:20 ---> Running in 6c4444f5258e 20:48:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:48:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:48:23 v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:48:23 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:48:23 OK: 15735 distinct packages available 20:48:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:48:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:48:26 (1/4) Installing dumb-init (1.2.5-r1) 20:48:26 (2/4) Installing musl-obstack (1.2.3-r0) 20:48:26 (3/4) Installing libucontext (1.1-r0) 20:48:26 (4/4) Installing gcompat (1.0.0-r4) 20:48:26 Executing busybox-1.34.1-r7.trigger 20:48:26 OK: 6 MiB in 18 packages 20:48:28 Removing intermediate container 14858424c494 20:48:28 ---> fa14baf5dc5b 20:48:28 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:48:33 ---> dcd58bff9085 20:48:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:48:34 ---> 13d8916cd4a6 20:48:34 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:48:34 ---> Running in 2c6f691a3927 20:48:35 Removing intermediate container 2c6f691a3927 20:48:35 ---> 49726413db65 20:48:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:48:36 ---> 700395ea9882 20:48:36 Step 21/26 : WORKDIR / 20:48:36 ---> Running in 4f6eae074138 20:48:36 Removing intermediate container 4f6eae074138 20:48:36 ---> 0e6ba9c6f7ed 20:48:36 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:48:36 ---> Running in c6bb9ed2aff0 20:48:37 Removing intermediate container c6bb9ed2aff0 20:48:37 ---> 527d86eb049b 20:48:37 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:48:37 ---> Running in be0f758ca269 20:48:38 Removing intermediate container be0f758ca269 20:48:38 ---> 7fa49fcf92c0 20:48:38 Step 24/26 : LABEL arch=arm64 20:48:38 ---> Running in dd3db7aee28b 20:48:39 Removing intermediate container dd3db7aee28b 20:48:39 ---> 386e40d96a58 20:48:39 Step 25/26 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:48:39 ---> Running in aaeb19b078e0 20:48:39 Removing intermediate container aaeb19b078e0 20:48:39 ---> 951676b9d12e 20:48:39 Step 26/26 : LABEL version=0.0.0 20:48:40 ---> Running in 71b8e637050c 20:48:40 Removing intermediate container 71b8e637050c 20:48:40 ---> d02187b3f909 20:48:40 20:48:40 Successfully built d02187b3f909 20:48:40 Successfully tagged security-spire-config-arm64:latest 20:48:40 Building security-spire-agent 20:48:58  Building security-spire-config ... done Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:48:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:48:58 ---> 351623c7a876 20:48:58 Step 3/26 : WORKDIR /edgex-go 20:48:58 ---> Using cache 20:48:58 ---> 30932475037d 20:48:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:58 ---> Using cache 20:48:58 ---> 61a1187cf28b 20:48:58 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 20:48:58 ---> Using cache 20:48:58 ---> bdfa5b7665e7 20:48:58 Step 6/26 : COPY go.mod vendor* ./ 20:48:58 ---> Using cache 20:48:58 ---> ffca2fb29a32 20:48:58 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:48:58 ---> Using cache 20:48:58 ---> e90425759b3d 20:48:58 Step 8/26 : COPY . . 20:48:58 ---> Using cache 20:48:58 ---> 97fca5c4d9f8 20:48:58 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 20:48:58 ---> Using cache 20:48:58 ---> 1f2e23a597f7 20:48:58 Step 10/26 : WORKDIR /edgex-go/spire-build 20:48:58 ---> Using cache 20:48:58 ---> 0591200194cf 20:48:58 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 20:48:58 ---> Using cache 20:48:58 ---> c09fe68d561f 20:48:58 Step 12/26 : WORKDIR /edgex-go 20:48:58 ---> Using cache 20:48:58 ---> 7fa09f74e102 20:48:58 20:48:58 Step 13/26 : FROM alpine:3.15 20:48:58 ---> 60f2846fe774 20:48:58 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:48:58 ---> Using cache 20:48:58 ---> 1218d93f201e 20:48:58 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:58 ---> Using cache 20:48:58 ---> 6a4ee6736c9d 20:48:58 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:48:58 ---> Running in 41d077741d37 20:49:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:49:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:49:03 v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:49:03 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:49:03 OK: 15735 distinct packages available 20:49:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:49:04 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:49:06 (1/5) Installing dumb-init (1.2.5-r1) 20:49:06 (2/5) Installing musl-obstack (1.2.3-r0) 20:49:06 (3/5) Installing libucontext (1.1-r0) 20:49:06 (4/5) Installing gcompat (1.0.0-r4) 20:49:06 (5/5) Installing openssl (1.1.1q-r0) 20:49:06 Executing busybox-1.34.1-r7.trigger 20:49:06 OK: 6 MiB in 19 packages 20:49:09 Removing intermediate container 41d077741d37 20:49:09 ---> 038d737c939e 20:49:09 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:49:11 Removing intermediate container 6c4444f5258e 20:49:11 ---> e0270fac12a6 20:49:11 Step 8/22 : COPY . . 20:49:13 ---> ae748c3b4eaf 20:49:13 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:49:22 ---> 42e5e5c967ea 20:49:22 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:49:22 ---> 8d19ec414229 20:49:22 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:49:24 ---> eff943d9b1d0 20:49:24 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:49:25 ---> 0e3349f128c0 20:49:25 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:49:25 ---> Running in e35d70598c48 20:49:26 Removing intermediate container e35d70598c48 20:49:26 ---> 3047d12954cb 20:49:26 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:49:26 ---> Running in f15c53ab5c8e 20:49:27 Removing intermediate container f15c53ab5c8e 20:49:27 ---> d1caaa5ef8a7 20:49:27 Step 24/26 : LABEL arch=arm64 20:49:27 ---> Running in 998d3abc57bb 20:49:28 Removing intermediate container 998d3abc57bb 20:49:28 ---> 2d226d4d6170 20:49:28 Step 25/26 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:49:28 ---> Running in 4eb256cf3c49 20:49:28 ---> 9960d6194fa3 20:49:28 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:49:28 ---> Running in ee8171ef7db2 20:49:29 Removing intermediate container 4eb256cf3c49 20:49:29 ---> 211052c2d10f 20:49:29 Step 26/26 : LABEL version=0.0.0 20:49:29 ---> Running in f645032036da 20:49:30 Removing intermediate container f645032036da 20:49:30 ---> db7b43870734 20:49:30 20:49:30 Successfully built db7b43870734 20:49:30 Successfully tagged security-spire-agent-arm64:latest 20:49:30  Building security-spire-agent ... done Building security-spiffe-token-provider 20:49:31 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:49:49 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:49:49 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:49:49 ---> 351623c7a876 20:49:49 Step 3/20 : WORKDIR /edgex-go 20:49:49 ---> Using cache 20:49:49 ---> 30932475037d 20:49:49 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:49:49 ---> Running in 65972af38bd5 20:49:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:49:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:49:51 v3.16.2-6-gd76f9d8b35 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:49:51 v3.16.2-7-g2f8a4891a7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:49:51 OK: 16892 distinct packages available 20:49:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:49:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:49:52 OK: 221 MiB in 51 packages 20:49:54 Removing intermediate container 65972af38bd5 20:49:54 ---> 9252f7cfb857 20:49:54 Step 5/20 : COPY go.mod vendor* ./ 20:49:55 ---> 62bf527d01cd 20:49:55 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:49:55 ---> Running in 43a9c6067c63 20:50:42 Removing intermediate container 43a9c6067c63 20:50:42 ---> 09acf529b86d 20:50:42 Step 7/20 : COPY . . 20:50:50 ---> acf708f8eef7 20:50:50 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:50:50 ---> Running in c08513e8f35a 20:50: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:51:14 Removing intermediate container 41fbab398b3d 20:51:14 ---> b7917c994f52 20:51:14 20:51:14 Step 10/23 : FROM alpine:3.16 20:51:14 ---> 3d81c46cd875 20:51:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:51:14 ---> Using cache 20:51:14 ---> 250dc9388620 20:51:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:51:14 ---> Using cache 20:51:14 ---> 17d05d47fd6e 20:51:14 Step 13/23 : ENV APP_PORT=59882 20:51:14 ---> Running in 8623dc57aa9f 20:51:14 Removing intermediate container 8623dc57aa9f 20:51:14 ---> 5d65f8144e04 20:51:14 Step 14/23 : EXPOSE $APP_PORT 20:51:14 ---> Running in 004e56067b8f 20:51:14 Removing intermediate container 004e56067b8f 20:51:14 ---> f851f3adce34 20:51:14 Step 15/23 : WORKDIR / 20:51:14 ---> Running in 41e6eed6f194 20:51:14 Removing intermediate container 41e6eed6f194 20:51:14 ---> 5bcae0315311 20:51:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:51:16 ---> 656db0875b56 20:51:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:51:17 ---> a85b0b3d0938 20:51:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:51:18 ---> afb09db4aa72 20:51:18 Step 19/23 : ENTRYPOINT ["/core-command"] 20:51:18 ---> Running in 38480397c670 20:51:18 Removing intermediate container 38480397c670 20:51:18 ---> 23c19b62d866 20:51:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:51:19 ---> Running in 637bcd19f639 20:51:19 Removing intermediate container 637bcd19f639 20:51:19 ---> 17935c08aedc 20:51:19 Step 21/23 : LABEL arch=arm64 20:51:19 ---> Running in 691a89979f61 20:51:20 Removing intermediate container 691a89979f61 20:51:20 ---> 7d4f33079630 20:51:20 Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:51:20 ---> Running in cda5fe6e1d23 20:51:20 Removing intermediate container cda5fe6e1d23 20:51:20 ---> 046f7d7c0ca2 20:51:20 Step 23/23 : LABEL version=0.0.0 20:51:20 ---> Running in 7d7fdf28166c 20:51:21 Removing intermediate container 7d7fdf28166c 20:51:21 ---> 1ca0f51bcca6 20:51:21 20:51:21 Successfully built 1ca0f51bcca6 20:51:21 Successfully tagged core-command-arm64:latest 20:51:21  Building core-command ... done Building security-spire-server 20:51:40 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:51:40 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:51:40 ---> 351623c7a876 20:51:40 Step 3/25 : WORKDIR /edgex-go 20:51:40 ---> Using cache 20:51:40 ---> 30932475037d 20:51:40 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:51:40 ---> Using cache 20:51:40 ---> 61a1187cf28b 20:51:40 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 20:51:40 ---> Using cache 20:51:40 ---> bdfa5b7665e7 20:51:40 Step 6/25 : COPY go.mod vendor* ./ 20:51:40 ---> Using cache 20:51:40 ---> ffca2fb29a32 20:51:40 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:51:40 ---> Using cache 20:51:40 ---> e90425759b3d 20:51:40 Step 8/25 : COPY . . 20:51:40 ---> Using cache 20:51:40 ---> 97fca5c4d9f8 20:51:40 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 20:51:40 ---> Using cache 20:51:40 ---> 1f2e23a597f7 20:51:40 Step 10/25 : WORKDIR /edgex-go/spire-build 20:51:40 ---> Using cache 20:51:40 ---> 0591200194cf 20:51:40 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 20:51:40 ---> Running in 99cbda95289b 20:51:43 Removing intermediate container 99cbda95289b 20:51:43 ---> 4f5d1941df90 20:51:43 Step 12/25 : WORKDIR /edgex-go 20:51:43 ---> Running in f8cf958d96d9 20:51:43 Removing intermediate container f8cf958d96d9 20:51:43 ---> e74f8324cba1 20:51:43 20:51:43 Step 13/25 : FROM alpine:3.15 20:51:43 ---> 60f2846fe774 20:51:43 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:51:43 ---> Using cache 20:51:43 ---> 1218d93f201e 20:51:43 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:51:43 ---> Using cache 20:51:43 ---> 6a4ee6736c9d 20:51:43 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:51:43 ---> Using cache 20:51:43 ---> 038d737c939e 20:51:43 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:51:48 ---> a2896a2949c3 20:51:48 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:51:48 ---> 1d472e9d3ba3 20:51:48 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:51:49 ---> e3ed0c599f92 20:51:49 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:51:50 ---> 5b99bcb4b990 20:51:50 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:51:50 ---> Running in 033342d5d364 20:51:51 Removing intermediate container 033342d5d364 20:51:51 ---> c3ed850c17ca 20:51:51 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:51:51 ---> Running in 42d43828886d 20:51:52 Removing intermediate container 42d43828886d 20:51:52 ---> bd3633741438 20:51:52 Step 23/25 : LABEL arch=arm64 20:51:52 ---> Running in 239cb2ce51f9 20:51:53 Removing intermediate container 239cb2ce51f9 20:51:53 ---> 815252ead514 20:51:53 Step 24/25 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:51:53 ---> Running in 83cd032fe7b6 20:51:53 Removing intermediate container 83cd032fe7b6 20:51:53 ---> 0cd8413af4ae 20:51:53 Step 25/25 : LABEL version=0.0.0 20:51:53 ---> Running in aed66b31322c 20:51:54 Removing intermediate container aed66b31322c 20:51:54 ---> d1e17c36b5e5 20:51:54 20:51:54 Successfully built d1e17c36b5e5 20:51:54 Successfully tagged security-spire-server-arm64:latest 20:52:41  Building security-spire-server ... done Removing intermediate container 8c2bb235c92f 20:52:41 ---> ef68d6b34cc8 20:52:41 20:52:41 Step 10/31 : FROM alpine:3.16 20:52:41 ---> 3d81c46cd875 20:52:41 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:52:41 ---> Running in 1c5b967910a8 20:52:41 Removing intermediate container 1c5b967910a8 20:52:41 ---> b405b87b5609 20:52:41 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:52:41 ---> Running in 30a96ab0c09f 20:52:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:52:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:52:41 (1/2) Installing dumb-init (1.2.5-r1) 20:52:41 (2/2) Installing su-exec (0.2-r1) 20:52:41 Executing busybox-1.35.0-r15.trigger 20:52:41 OK: 5 MiB in 16 packages 20:52:41 Removing intermediate container 30a96ab0c09f 20:52:41 ---> 0b0e933b6e5d 20:52:41 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:52:41 ---> Running in bdb6fece685a 20:52:41 Removing intermediate container bdb6fece685a 20:52:41 ---> 6fe49a581d8b 20:52:41 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:52:41 ---> Running in c691c020a4cc 20:52:41 Removing intermediate container c691c020a4cc 20:52:41 ---> dc59bbc21e82 20:52:41 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:52:42 ---> Running in bef97c2f8628 20:52:42 Removing intermediate container bef97c2f8628 20:52:42 ---> ea28a698f010 20:52:42 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:52:42 ---> Running in 3b7ad8fa2cdf 20:52:45 Removing intermediate container 3b7ad8fa2cdf 20:52:45 ---> 79f951ba6d70 20:52:45 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 20:52:45 ---> Running in 7861662a02ef 20:52:45 Removing intermediate container 7861662a02ef 20:52:45 ---> 4845e74f995d 20:52:45 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:52:47 ---> 4ac551fbfd9c 20:52:47 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:52:47 ---> Running in fbb848897b47 20:52:50 Removing intermediate container fbb848897b47 20:52:50 ---> dd25a70b2462 20:52:50 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:52:51 ---> 3c0cfdf7e267 20:52:51 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:52:54 ---> e3dd12bbafbe 20:52:54 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:52:54 ---> aa1bfc98d945 20:52:54 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:52:55 ---> 2f3f5d84c128 20:52:55 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:52:56 ---> 24a34bf64526 20:52:56 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:52:57 ---> ce268d7d9c45 20:52:57 Step 26/31 : RUN chmod +x /entrypoint.sh 20:52:57 ---> Running in 1cc50dffe6d4 20:53:00 Removing intermediate container 1cc50dffe6d4 20:53:00 ---> b4fc36914426 20:53:00 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:53:00 ---> Running in 54204ccd574a 20:53:01 Removing intermediate container 54204ccd574a 20:53:01 ---> 0eaeda4cc594 20:53:01 Step 28/31 : CMD ["gate"] 20:53:01 ---> Running in e1091b5a39ff 20:53:01 Removing intermediate container e1091b5a39ff 20:53:01 ---> 40d6b9ab3baa 20:53:01 Step 29/31 : LABEL arch=arm64 20:53:01 ---> Running in d984ed3211d9 20:53:02 Removing intermediate container d984ed3211d9 20:53:02 ---> cb5d17b63251 20:53:02 Step 30/31 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:53:02 ---> Running in 4df7a62393c7 20:53:03 Removing intermediate container 4df7a62393c7 20:53:03 ---> f0100976d478 20:53:03 Step 31/31 : LABEL version=0.0.0 20:53:03 ---> Running in b4b8a90930db 20:53:03 Removing intermediate container b4b8a90930db 20:53:03 ---> 5bb5fd8194ec 20:53:03 20:53:03 Successfully built 5bb5fd8194ec 20:53:03 Successfully tagged security-bootstrapper-arm64:latest 20:54:55  Building security-bootstrapper ... done Removing intermediate container 85280d17506f 20:54:55 ---> 47e3367c9819 20:54:55 20:54:55 Step 10/22 : FROM alpine:3.16 20:54:55 ---> 3d81c46cd875 20:54:55 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:54:55 ---> Using cache 20:54:55 ---> 250dc9388620 20:54:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:54:55 ---> Using cache 20:54:55 ---> 17d05d47fd6e 20:54:55 Step 13/22 : ENV APP_PORT=59861 20:54:55 ---> Running in 5fc6c5602b61 20:54:55 Removing intermediate container 5fc6c5602b61 20:54:55 ---> f48bf767b9ff 20:54:55 Step 14/22 : EXPOSE $APP_PORT 20:54:55 ---> Running in c1fcef552f84 20:54:55 Removing intermediate container c1fcef552f84 20:54:55 ---> 9cc8f1442d4e 20:54:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:55 ---> a0ff01dd055e 20:54:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:54:57 ---> 9753ba9efe5d 20:54:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:54:58 ---> 7b93665490be 20:54:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:54:58 ---> Running in 62baa83c0b71 20:54:59 Removing intermediate container 62baa83c0b71 20:54:59 ---> c81060d37e02 20:54:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:54:59 ---> Running in 584b570c843c 20:54:59 Removing intermediate container 584b570c843c 20:54:59 ---> 63fcdbf6698e 20:54:59 Step 20/22 : LABEL arch=arm64 20:54:59 ---> Running in c60823185f7a 20:55:00 Removing intermediate container c60823185f7a 20:55:00 ---> 3e0279c007a4 20:55:00 Step 21/22 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:55:00 ---> Running in fdf3f3f68af1 20:55:01 Removing intermediate container fdf3f3f68af1 20:55:01 ---> ab5b95bb6edd 20:55:01 Step 22/22 : LABEL version=0.0.0 20:55:01 ---> Running in 49b6cd3698a8 20:55:01 Removing intermediate container 49b6cd3698a8 20:55:01 ---> 266dd5639a19 20:55:01 20:55:01 Successfully built 266dd5639a19 20:55:01 Successfully tagged support-scheduler-arm64:latest 20:55:23  Building support-scheduler ... done Removing intermediate container ee8171ef7db2 20:55:23 ---> 45248c9e9623 20:55:23 20:55:23 Step 10/22 : FROM alpine:3.16 20:55:23 ---> 3d81c46cd875 20:55:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:55:23 ---> Running in 130ebf117a06 20:55:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:55:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:55:25 (1/2) Installing ca-certificates (20220614-r0) 20:55:25 (2/2) Installing dumb-init (1.2.5-r1) 20:55:25 Executing busybox-1.35.0-r15.trigger 20:55:25 Executing ca-certificates-20220614-r0.trigger 20:55:25 OK: 6 MiB in 16 packages 20:55:27 Removing intermediate container 130ebf117a06 20:55:27 ---> b0bf857c40d6 20:55:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:55:27 ---> Running in e5a6c72e6792 20:55:27 Removing intermediate container e5a6c72e6792 20:55:27 ---> 937dc819daae 20:55:27 Step 13/22 : ENV APP_PORT=59860 20:55:27 ---> Running in 700e429e7d5b 20:55:28 Removing intermediate container 700e429e7d5b 20:55:28 ---> 28d38266bd34 20:55:28 Step 14/22 : EXPOSE $APP_PORT 20:55:28 ---> Running in 99f612c8d4f6 20:55:28 Removing intermediate container 99f612c8d4f6 20:55:28 ---> fd3e3285a703 20:55:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:55:29 ---> 9fd8314c050f 20:55:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:55:31 ---> eee8fa2c5140 20:55:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:55:32 ---> 08fcf961824b 20:55:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:55:32 ---> Running in 49c88decef62 20:55:32 Removing intermediate container c08513e8f35a 20:55:32 ---> ced0816a1629 20:55:32 20:55:32 Step 9/20 : FROM alpine:3.15 20:55:32 ---> 60f2846fe774 20:55:32 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:55:32 ---> Using cache 20:55:32 ---> 1218d93f201e 20:55:32 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:55:32 ---> Using cache 20:55:32 ---> 6a4ee6736c9d 20:55:32 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:55:32 ---> Running in 87b22912afcf 20:55:32 Removing intermediate container 49c88decef62 20:55:32 ---> 253adbbf1cbd 20:55:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:55:32 ---> Running in 76b111526cee 20:55:33 Removing intermediate container 76b111526cee 20:55:33 ---> 846794fb7045 20:55:33 Step 20/22 : LABEL arch=arm64 20:55:33 ---> Running in 400329ad11ab 20:55:33 Removing intermediate container 400329ad11ab 20:55:33 ---> 433e8e608da9 20:55:33 Step 21/22 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:55:33 ---> Running in 882e0fb94bca 20:55:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:55:34 Removing intermediate container 882e0fb94bca 20:55:34 ---> 5c9ff3bd6d89 20:55:34 Step 22/22 : LABEL version=0.0.0 20:55:34 ---> Running in b2591e306819 20:55:34 Removing intermediate container b2591e306819 20:55:34 ---> d6afe4aa5318 20:55:34 20:55:34 Successfully built d6afe4aa5318 20:55:34 Successfully tagged support-notifications-arm64:latest 20:55:35  Building support-notifications ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:55:36 v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:55:36 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:55:36 OK: 15735 distinct packages available 20:55:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:55:37 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:55:37 (1/9) Installing ca-certificates (20220614-r0) 20:55:37 (2/9) Installing brotli-libs (1.0.9-r5) 20:55:37 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:55:38 (4/9) Installing libcurl (7.80.0-r2) 20:55:38 (5/9) Installing curl (7.80.0-r2) 20:55:38 (6/9) Installing dumb-init (1.2.5-r1) 20:55:38 (7/9) Installing musl-obstack (1.2.3-r0) 20:55:38 (8/9) Installing libucontext (1.1-r0) 20:55:38 (9/9) Installing gcompat (1.0.0-r4) 20:55:38 Executing busybox-1.34.1-r7.trigger 20:55:38 Executing ca-certificates-20220614-r0.trigger 20:55:38 OK: 8 MiB in 23 packages 20:55:40 Removing intermediate container 87b22912afcf 20:55:40 ---> 527ae11d4314 20:55:40 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:55:40 ---> 025ee58f940d 20:55:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:55:41 ---> ecf9b335aa7a 20:55:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:55:42 ---> 6f384507be23 20:55:42 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:55:42 ---> Running in e7a841043714 20:55:42 Removing intermediate container e7a841043714 20:55:42 ---> a466f731127e 20:55:42 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:55:42 ---> Running in a7e74bd32d87 20:55:43 Removing intermediate container a7e74bd32d87 20:55:43 ---> d2f94de22796 20:55:43 Step 18/20 : LABEL arch=arm64 20:55:43 ---> Running in 2774b423064b 20:55:43 Removing intermediate container 2774b423064b 20:55:43 ---> 09bc1bc47968 20:55:43 Step 19/20 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 20:55:43 ---> Running in 7547f462cef7 20:55:44 Removing intermediate container 7547f462cef7 20:55:44 ---> 8f740f336128 20:55:44 Step 20/20 : LABEL version=0.0.0 20:55:44 ---> Running in f46f79e52eba 20:55:44 Removing intermediate container f46f79e52eba 20:55:44 ---> c835b7e8757e 20:55:44 20:55:44 Successfully built c835b7e8757e 20:55:44 Successfully tagged security-spiffe-token-provider-arm64:latest 20:55:44  Building security-spiffe-token-provider ... done  [Pipeline] } 20:55:44 $ docker stop --time=1 87152867506ab360b7e028ac62020d89d227e85e0889e801941bd37e3346e890 20:55:46 $ docker rm -f 87152867506ab360b7e028ac62020d89d227e85e0889e801941bd37e3346e890 [Pipeline] // withDockerContainer [Pipeline] sh 20:55:47 + docker images 20:55:47 REPOSITORY TAG IMAGE ID CREATED SIZE 20:55:47 security-spiffe-token-provider-arm64 latest c835b7e8757e 3 seconds ago 28.3MB 20:55:47 support-notifications-arm64 latest d6afe4aa5318 13 seconds ago 26.1MB 20:55:47 ced0816a1629 16 seconds ago 1.4GB 20:55:47 45248c9e9623 26 seconds ago 1.41GB 20:55:47 support-scheduler-arm64 latest 266dd5639a19 46 seconds ago 25.6MB 20:55:47 47e3367c9819 56 seconds ago 1.41GB 20:55:47 security-bootstrapper-arm64 latest 5bb5fd8194ec 2 minutes ago 18.6MB 20:55:47 ef68d6b34cc8 3 minutes ago 1.35GB 20:55:47 security-spire-server-arm64 latest d1e17c36b5e5 3 minutes ago 84.2MB 20:55:47 e74f8324cba1 4 minutes ago 1.25GB 20:55:47 core-command-arm64 latest 1ca0f51bcca6 4 minutes ago 15.5MB 20:55:47 b7917c994f52 4 minutes ago 1.35GB 20:55:47 security-spire-agent-arm64 latest db7b43870734 6 minutes ago 122MB 20:55:47 security-spire-config-arm64 latest d02187b3f909 7 minutes ago 83.6MB 20:55:47 7fa09f74e102 7 minutes ago 1.25GB 20:55:47 sys-mgmt-agent-arm64 latest 5b3a7ecf2dda 8 minutes ago 133MB 20:55:47 core-data-arm64 latest b3d370a6ccb3 8 minutes ago 20.6MB 20:55:47 f634cf898b7e 8 minutes ago 1.38GB 20:55:47 core-metadata-arm64 latest 0a44dc3a1daa 8 minutes ago 17.4MB 20:55:47 6ecc9d704853 9 minutes ago 1.38GB 20:55:47 security-secretstore-setup-arm64 latest 6540e4cf02c0 9 minutes ago 27.9MB 20:55:47 security-proxy-setup-arm64 latest a2d226c19637 9 minutes ago 26.2MB 20:55:47 e3a6f2223915 9 minutes ago 1.36GB 20:55:47 fcf406d65825 10 minutes ago 1.36GB 20:55:47 ead84173094c 10 minutes ago 1.35GB 20:55:47 ci-base-image-arm64 latest 351623c7a876 27 minutes ago 995MB 20:55:47 alpine 3.15 60f2846fe774 2 weeks ago 5.32MB 20:55:47 alpine 3.16 3d81c46cd875 3 weeks ago 5.27MB 20:55:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 4 weeks ago 678MB 20:55:47 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 20:55:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:55:48 20:55:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:55:49 arm64: Pulling from edgex-lftools-log-publisher 20:55:49 8998bd30e6a1: Pulling fs layer 20:55:49 04944245beec: Pulling fs layer 20:55:49 699f458cf7ca: Pulling fs layer 20:55:49 765212b225bb: Pulling fs layer 20:55:49 f23df028b6ca: Pulling fs layer 20:55:49 d65c8cfc05b1: Pulling fs layer 20:55:49 2437ff75d9bd: Pulling fs layer 20:55:49 765212b225bb: Waiting 20:55:49 f23df028b6ca: Waiting 20:55:49 2437ff75d9bd: Waiting 20:55:49 d65c8cfc05b1: Waiting 20:55:49 04944245beec: Verifying Checksum 20:55:49 04944245beec: Download complete 20:55:49 765212b225bb: Verifying Checksum 20:55:49 765212b225bb: Download complete 20:55:49 f23df028b6ca: Verifying Checksum 20:55:49 f23df028b6ca: Download complete 20:55:49 d65c8cfc05b1: Verifying Checksum 20:55:49 d65c8cfc05b1: Download complete 20:55:49 699f458cf7ca: Verifying Checksum 20:55:49 699f458cf7ca: Download complete 20:55:49 8998bd30e6a1: Verifying Checksum 20:55:49 8998bd30e6a1: Download complete 20:55:52 2437ff75d9bd: Verifying Checksum 20:55:52 2437ff75d9bd: Download complete 20:55:54 8998bd30e6a1: Pull complete 20:55:54 04944245beec: Pull complete 20:55:56 699f458cf7ca: Pull complete 20:55:56 765212b225bb: Pull complete 20:55:57 f23df028b6ca: Pull complete 20:55:57 d65c8cfc05b1: Pull complete 20:56:12 2437ff75d9bd: Pull complete 20:56:12 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:56:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:56:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:56:12 prd-ubuntu20.04-docker-arm64-4c-16g-22257 does not seem to be running inside a container 20:56:12 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:56:15 $ docker top da66eb4762b6509ca7bc69b82fcc6955fbc63ea82a881c69bc296c73fcf9aa03 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:56:16 ---> job-cost.sh 20:56:16 lf-activate-venv: SKIPPING 20:56:16 INFO: No Stack... 20:56:17 INFO: Retrieving Pricing Info for: v3-standard-4 20:56:18 INFO: Archiving Costs [Pipeline] sh 20:56:18 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:56:18 + cut -d, -f6 [Pipeline] lock 20:56:18 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4121-1-stack-cost] 20:56:18 Resource [jenkins-edgexfoundry-edgex-go-PR-4121-1-stack-cost] did not exist. Created. 20:56:18 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4121-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:56:19 + echo total: 0.10999999940395355 [Pipeline] stash 20:56:19 Stashed 1 file(s) [Pipeline] } 20:56:19 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4121-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:56:19 $ docker stop --time=1 da66eb4762b6509ca7bc69b82fcc6955fbc63ea82a881c69bc296c73fcf9aa03 20:56:21 $ docker rm -f da66eb4762b6509ca7bc69b82fcc6955fbc63ea82a881c69bc296c73fcf9aa03 [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 20:56:22 provisioning config files... 20:56:22 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config551552560617779633tmp [Pipeline] { [Pipeline] sh 20:56:22 + set +x 20:56:22 + curl -s https://codecov.io/bash 20:56:22 + bash -s -- 20:56:22 20:56:22 _____ _ 20:56:22 / ____| | | 20:56:22 | | ___ __| | ___ ___ _____ __ 20:56:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:56:22 | |___| (_) | (_| | __/ (_| (_) \ V / 20:56:22 \_____\___/ \__,_|\___|\___\___/ \_/ 20:56:22 Bash-1.0.6 20:56:22 20:56:22 20:56:22 ==> git version 2.25.1 found 20:56:22 ==> 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 20:56:22 Release-Date: 2020-01-08 20:56:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:56:22 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:56:22 ==> Jenkins CI detected. 20:56:22 current dir:  /w/workspace/edgex-go/1 20:56:22 project root: . 20:56:22 --> token set from env 20:56:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:56:22 ==> Running gcov in . (disable via -X gcov) 20:56:22 ==> Python coveragepy not found 20:56:22 ==> Searching for coverage reports in: 20:56:22 + . 20:56:22 -> Found 1 reports 20:56:22 ==> Detecting git/mercurial file structure 20:56:22 ==> Reading reports 20:56:22 + ./coverage.out bytes=478941 20:56:23 ==> Appending adjustments 20:56:23 https://docs.codecov.io/docs/fixing-reports 20:56:23 + Found adjustments 20:56:23 ==> Gzipping contents 20:56:23 64K /tmp/codecov.eHVUvn.gz 20:56:23 ==> Uploading reports 20:56:23 url: https://codecov.io 20:56:23 query: branch=PR-4121&commit=20b0bae75a96705a8150c67b7f1d65e9ae879747&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4121%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4121&job=&cmd_args= 20:56:23 -> Pinging Codecov 20:56:23 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4121&commit=20b0bae75a96705a8150c67b7f1d65e9ae879747&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4121%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4121&job=&cmd_args= 20:56:24 -> Uploading to 20:56:24 https://storage.googleapis.com/codecov/v4/raw/2022-08-09/00271124DB129430A58F1EEE437C3FCB/20b0bae75a96705a8150c67b7f1d65e9ae879747/20284fa3-42e1-45fb-8208-f55e6e6dde35.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220809%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220809T205624Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d3fddf90281ea73f3bace6fadee8b2750da1d814f1f1604ef48f0101b3652d0a 20:56:24 % Total % Received % Xferd Average Speed Time Time Time Current 20:56:24 Dload Upload Total Spent Left Speed 20:56:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62869 0 0 100 62869 0 266k --:--:-- --:--:-- --:--:-- 266k 20:56:24 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/20b0bae75a96705a8150c67b7f1d65e9ae879747 [Pipeline] } 20:56:24 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 20:56:25 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:56:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:56:27 ---> package-listing.sh 20:56:27 ++ facter osfamily 20:56:27 ++ tr '[:upper:]' '[:lower:]' 20:56:27 + OS_FAMILY=debian 20:56:27 + workspace=/w/workspace/edgex-go/1 20:56:27 + START_PACKAGES=/tmp/packages_start.txt 20:56:27 + END_PACKAGES=/tmp/packages_end.txt 20:56:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:56:27 + PACKAGES=/tmp/packages_start.txt 20:56:27 + '[' /w/workspace/edgex-go/1 ']' 20:56:27 + PACKAGES=/tmp/packages_end.txt 20:56:27 + case "${OS_FAMILY}" in 20:56:27 + dpkg -l 20:56:27 + grep '^ii' 20:56:27 + '[' -f /tmp/packages_start.txt ']' 20:56:27 + '[' -f /tmp/packages_end.txt ']' 20:56:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:56:27 + '[' /w/workspace/edgex-go/1 ']' 20:56:27 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:56:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:56:27 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 20:56:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:56:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:56:28 20:56:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:56:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:56:28 latest: Pulling from edgex-lftools-log-publisher 20:56:28 5eb5b503b376: Pulling fs layer 20:56:28 5c69ac0246d0: Pulling fs layer 20:56:28 ec43610c2a17: Pulling fs layer 20:56:28 3a2ae6a8a46f: Pulling fs layer 20:56:28 33b1e0a273af: Pulling fs layer 20:56:28 5d3b04190fa2: Pulling fs layer 20:56:28 2f39f015ded8: Pulling fs layer 20:56:28 33b1e0a273af: Waiting 20:56:28 5d3b04190fa2: Waiting 20:56:28 2f39f015ded8: Waiting 20:56:28 3a2ae6a8a46f: Waiting 20:56:28 5c69ac0246d0: Verifying Checksum 20:56:28 5c69ac0246d0: Download complete 20:56:28 3a2ae6a8a46f: Download complete 20:56:29 33b1e0a273af: Download complete 20:56:29 ec43610c2a17: Verifying Checksum 20:56:29 ec43610c2a17: Download complete 20:56:29 5d3b04190fa2: Download complete 20:56:29 5eb5b503b376: Verifying Checksum 20:56:29 5eb5b503b376: Download complete 20:56:29 2f39f015ded8: Download complete 20:56:30 5eb5b503b376: Pull complete 20:56:30 5c69ac0246d0: Pull complete 20:56:30 ec43610c2a17: Pull complete 20:56:31 3a2ae6a8a46f: Pull complete 20:56:31 33b1e0a273af: Pull complete 20:56:31 5d3b04190fa2: Pull complete 20:56:35 2f39f015ded8: Pull complete 20:56:35 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:56:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:56:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:56:35 prd-ubuntu20.04-docker-8c-8g-22255 does not seem to be running inside a container 20:56:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:56:37 $ docker top 097c89f00ae384ef9f55d1d640df063cb9fd184b674b1ec5ae77df6a1b1d4a74 -eo pid,comm [Pipeline] { [Pipeline] sh 20:56:38 + touch /tmp/pre-build-complete [Pipeline] sh 20:56:38 + mkdir -p /var/log/sysstat [Pipeline] sh 20:56:38 + ls /var/log/sa-host 20:56:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:56:39 provisioning config files... 20:56:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3441272873483282698tmp [Pipeline] { [Pipeline] echo 20:56:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:56:39 ---> create-netrc.sh [Pipeline] } 20:56:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:56:39 ---> python-tools-install.sh [Pipeline] echo 20:56:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:56:40 ---> sudo-logs.sh 20:56:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:56:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:56:40 ---> job-cost.sh 20:56:40 lf-activate-venv: SKIPPING 20:56:40 DEBUG: total: 0.10999999940395355 20:56:40 INFO: Retrieving Stack Cost... 20:56:41 INFO: Retrieving Pricing Info for: v3-standard-8 20:56:41 INFO: Archiving Costs [Pipeline] echo 20:56:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:56:41 ---> logs-deploy.sh 20:56:41 lf-activate-venv: SKIPPING 20:56:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4121/1 20:56:41 INFO: archiving workspace using pattern(s): 20:56:42 Archives upload complete. 20:56:42 INFO: archiving logs to Nexus 20:56:43 ---> uname -a: 20:56:43 Linux prd-ubuntu20-04-docker-8c-8g-22255 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 20:56:43 20:56:43 20:56:43 ---> lscpu: 20:56:43 Architecture: x86_64 20:56:43 CPU op-mode(s): 32-bit, 64-bit 20:56:43 Byte Order: Little Endian 20:56:43 Address sizes: 40 bits physical, 48 bits virtual 20:56:43 CPU(s): 8 20:56:43 On-line CPU(s) list: 0-7 20:56:43 Thread(s) per core: 1 20:56:43 Core(s) per socket: 1 20:56:43 Socket(s): 8 20:56:43 NUMA node(s): 1 20:56:43 Vendor ID: AuthenticAMD 20:56:43 CPU family: 23 20:56:43 Model: 49 20:56:43 Model name: AMD EPYC-Rome Processor 20:56:43 Stepping: 0 20:56:43 CPU MHz: 2799.996 20:56:43 BogoMIPS: 5599.99 20:56:43 Virtualization: AMD-V 20:56:43 Hypervisor vendor: KVM 20:56:43 Virtualization type: full 20:56:43 L1d cache: 256 KiB 20:56:43 L1i cache: 256 KiB 20:56:43 L2 cache: 4 MiB 20:56:43 L3 cache: 128 MiB 20:56:43 NUMA node0 CPU(s): 0-7 20:56:43 Vulnerability Itlb multihit: Not affected 20:56:43 Vulnerability L1tf: Not affected 20:56:43 Vulnerability Mds: Not affected 20:56:43 Vulnerability Meltdown: Not affected 20:56:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:56:43 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:56:43 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:56:43 Vulnerability Srbds: Not affected 20:56:43 Vulnerability Tsx async abort: Not affected 20:56:43 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 20:56:43 20:56:43 20:56:43 ---> nproc: 20:56:43 8 20:56:43 20:56:43 20:56:43 ---> df -h: 20:56:43 Filesystem Size Used Avail Use% Mounted on 20:56:43 overlay 155G 17G 139G 11% / 20:56:43 tmpfs 64M 0 64M 0% /dev 20:56:43 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:56:43 shm 64M 0 64M 0% /dev/shm 20:56:43 /dev/vda1 155G 17G 139G 11% /facter-os 20:56:43 20:56:43 20:56:43 ---> sar -b -r -n DEV: 20:56:43 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22255) 08/09/22 _x86_64_ (8 CPU) 20:56:43 20:56:43 20:23:01 LINUX RESTART (8 CPU) 20:56:43 20:56:43 20:24:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:56:43 20:25:01 126.72 1.34 125.39 0.00 37.42 62632.64 0.00 20:56:43 20:26:01 32.89 0.12 32.78 0.00 1.60 12761.49 0.00 20:56:43 20:27:01 73.62 0.08 73.54 0.00 6.13 34219.36 0.00 20:56:43 20:28:01 624.73 5.50 619.23 0.00 68.51 260535.95 0.00 20:56:43 20:29:01 1353.20 0.38 1352.82 0.00 7.86 321736.35 0.00 20:56:43 20:30:01 576.99 1.08 575.91 0.00 8.66 140178.58 0.00 20:56:43 20:31:01 1.92 0.00 1.92 0.00 0.00 23.86 0.00 20:56:43 20:32:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 20:56:43 20:33:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 20:56:43 20:34:01 1.33 0.00 1.33 0.00 0.00 19.33 0.00 20:56:43 20:35:01 0.85 0.00 0.85 0.00 0.00 9.73 0.00 20:56:43 20:36:01 1.13 0.00 1.13 0.00 0.00 13.60 0.00 20:56:43 20:37:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 20:56:43 20:38:01 1.12 0.00 1.12 0.00 0.00 13.86 0.00 20:56:43 20:39:01 1.30 0.02 1.28 0.00 0.13 16.00 0.00 20:56:43 20:40:01 1.28 0.00 1.28 0.00 0.00 16.00 0.00 20:56:43 20:41:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 20:56:43 20:42:01 1.18 0.00 1.18 0.00 0.00 14.53 0.00 20:56:43 20:43:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 20:56:43 20:44:01 1.20 0.00 1.20 0.00 0.00 15.06 0.00 20:56:43 20:45:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 20:56:43 20:46:01 1.17 0.00 1.17 0.00 0.00 14.26 0.00 20:56:43 20:47:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 20:56:43 20:48:01 1.33 0.00 1.33 0.00 0.00 16.93 0.00 20:56:43 20:49:01 1.07 0.00 1.07 0.00 0.00 13.06 0.00 20:56:43 20:50:01 1.30 0.00 1.30 0.00 0.00 16.53 0.00 20:56:43 20:51:01 0.98 0.00 0.98 0.00 0.00 11.73 0.00 20:56:43 20:52:01 1.30 0.00 1.30 0.00 0.00 16.54 0.00 20:56:43 20:53:01 2.63 1.58 1.05 0.00 50.39 13.20 0.00 20:56:43 20:54:01 1.78 0.00 1.78 0.00 0.00 21.33 0.00 20:56:43 20:55:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 20:56:43 20:56:01 1.22 0.00 1.22 0.00 0.00 14.80 0.00 20:56:43 Average: 88.18 0.32 87.87 0.00 5.63 26010.89 0.00 20:56:43 20:56:43 20:24:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:56:43 20:25:01 27639556 31710128 580600 1.77 137540 4125288 2228668 6.57 1565924 3207348 482928 20:56:43 20:26:01 27435352 31639920 649672 1.98 141028 4229552 2161012 6.37 1491412 3459092 331668 20:56:43 20:27:01 25001712 31620064 670772 2.04 142604 6589760 2993636 8.82 1716000 5614720 2454208 20:56:43 20:28:01 21696452 31103132 1156796 3.52 283164 9015512 4128696 12.17 2747364 7630764 726628 20:56:43 20:29:01 21016652 31512472 752184 2.29 339836 9973560 2992644 8.82 2280652 8704500 18740 20:56:43 20:30:01 21180128 31760320 513764 1.56 421228 9944444 1893532 5.58 2147064 8659596 444 20:56:43 20:31:01 21181764 31762064 511724 1.56 421256 9944440 1893532 5.58 2145320 8659600 24 20:56:43 20:32:01 21195036 31775372 498496 1.52 421276 9944456 1893532 5.58 2132764 8659604 36 20:56:43 20:33:01 21195320 31775644 498248 1.52 421292 9944460 1893532 5.58 2132736 8659608 24 20:56:43 20:34:01 21196060 31776348 497496 1.51 421304 9944436 1893532 5.58 2132536 8659588 20 20:56:43 20:35:01 21196900 31777100 496968 1.51 421320 9944440 1893532 5.58 2132176 8659592 20 20:56:43 20:36:01 21196884 31777100 496932 1.51 421336 9944444 1893532 5.58 2132484 8659596 32 20:56:43 20:37:01 21197088 31777392 496656 1.51 421348 9944444 1893532 5.58 2132192 8659668 24 20:56:43 20:38:01 21197024 31777356 496640 1.51 421356 9944448 1893532 5.58 2132504 8659672 176 20:56:43 20:39:01 21196660 31776968 496844 1.51 421380 9944448 1901240 5.60 2133148 8659672 200 20:56:43 20:40:01 21196824 31777264 496436 1.51 421392 9944584 1901240 5.60 2132796 8659788 192 20:56:43 20:41:01 21197044 31777528 496120 1.51 421400 9944588 1901240 5.60 2132360 8659812 184 20:56:43 20:42:01 21197068 31777556 496088 1.51 421408 9944588 1901240 5.60 2132288 8659812 20 20:56:43 20:43:01 21197020 31777516 496044 1.51 421444 9944580 1901240 5.60 2131980 8659816 12 20:56:43 20:44:01 21197004 31777564 495968 1.51 421464 9944596 1901240 5.60 2132360 8659820 28 20:56:43 20:45:01 21197236 31777800 495940 1.51 421480 9944596 1901240 5.60 2132352 8659820 16 20:56:43 20:46:01 21197148 31777732 495980 1.51 421488 9944600 1901240 5.60 2132352 8659824 12 20:56:43 20:47:01 21196880 31777472 496172 1.51 421504 9944600 1901240 5.60 2132360 8659824 16 20:56:43 20:48:01 21196800 31777420 496172 1.51 421524 9944600 1901240 5.60 2132748 8659828 12 20:56:43 20:49:01 21197000 31777640 496108 1.51 421532 9944608 1901240 5.60 2132992 8659832 28 20:56:43 20:50:01 21196976 31777620 496076 1.51 421544 9944616 1901240 5.60 2133260 8659832 20 20:56:43 20:51:01 21196928 31777604 496084 1.51 421552 9944620 1901240 5.60 2132452 8659844 40 20:56:43 20:52:01 21196660 31777340 496284 1.51 421556 9944624 1901240 5.60 2132948 8659848 8 20:56:43 20:53:01 21192472 31775780 497820 1.51 421592 9946136 1917400 5.65 2137000 8659428 64 20:56:43 20:54:01 21192168 31775524 498236 1.52 421632 9946140 1917400 5.65 2136340 8659408 20 20:56:43 20:55:01 21192072 31775472 498220 1.52 421640 9946140 1917400 5.65 2136092 8659408 8 20:56:43 20:56:01 21192080 31775484 498168 1.51 421644 9946144 1901216 5.60 2135800 8659412 28 20:56:43 Average: 21720374 31735366 539241 1.64 388221 9451328 2056788 6.06 2106961 8200874 125496 20:56:43 20:56:43 20:24:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:56:43 20:25:01 ens3 493.02 479.22 6460.62 106.22 0.00 0.00 0.00 0.00 20:56:43 20:25:01 docker0 333.98 302.86 25.12 2429.05 0.00 0.00 0.00 0.00 20:56:43 20:25:01 vethfe12243 0.08 0.25 0.01 0.03 0.00 0.00 0.00 0.00 20:56:43 20:25:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 20:56:43 20:26:01 ens3 27.16 17.31 22.31 12.32 0.00 0.00 0.00 0.00 20:56:43 20:26:01 docker0 1.42 1.42 0.09 0.12 0.00 0.00 0.00 0.00 20:56:43 20:26:01 vethfe12243 1.42 1.45 0.11 0.12 0.00 0.00 0.00 0.00 20:56:43 20:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:27:01 vethe95723d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:56:43 20:27:01 ens3 134.43 94.57 1698.97 80.57 0.00 0.00 0.00 0.00 20:56:43 20:27:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 20:56:43 20:27:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 20:56:43 20:28:01 veth4a4c1e9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:56:43 20:28:01 veth6935d81 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:56:43 20:28:01 vethe95723d 0.00 0.58 0.00 0.03 0.00 0.00 0.00 0.00 20:56:43 20:28:01 ens3 284.49 223.76 1786.23 31.56 0.00 0.00 0.00 0.00 20:56:43 20:28:01 docker0 201.77 247.28 13.94 1712.40 0.00 0.00 0.00 0.00 20:56:43 20:28:01 vethf915493 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:56:43 20:28:01 veth05ff72e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:56:43 20:28:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 20:56:43 20:29:01 veth72f5e3f 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:56:43 20:29:01 vethe95723d 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 20:56:43 20:29:01 ens3 390.55 292.19 1824.60 97.97 0.00 0.00 0.00 0.00 20:56:43 20:29:01 docker0 233.56 309.53 14.62 1730.36 0.00 0.00 0.00 0.00 20:56:43 20:29:01 veth19d2670 7.98 8.95 0.74 53.40 0.00 0.00 0.00 0.00 20:56:43 20:29:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 20:56:43 20:30:01 ens3 159.90 132.28 856.78 81.02 0.00 0.00 0.00 0.00 20:56:43 20:30:01 docker0 77.01 98.18 5.34 816.21 0.00 0.00 0.00 0.00 20:56:43 20:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:31:01 ens3 0.80 0.77 0.05 0.07 0.00 0.00 0.00 0.00 20:56:43 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:32:01 ens3 0.27 0.30 0.02 0.02 0.00 0.00 0.00 0.00 20:56:43 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:34:01 ens3 0.30 0.25 0.09 0.08 0.00 0.00 0.00 0.00 20:56:43 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:36:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:38:01 ens3 0.27 0.25 0.42 0.02 0.00 0.00 0.00 0.00 20:56:43 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:39:01 ens3 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 20:56:43 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:40:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:41:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:42:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:43:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:44:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:56:43 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:46:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:47:01 ens3 0.42 0.00 0.04 0.00 0.00 0.00 0.00 0.00 20:56:43 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:48:01 ens3 0.65 0.37 0.27 0.21 0.00 0.00 0.00 0.00 20:56:43 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:49:01 ens3 2.12 0.65 0.73 0.35 0.00 0.00 0.00 0.00 20:56:43 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:50:01 ens3 1.97 0.98 0.92 0.70 0.00 0.00 0.00 0.00 20:56:43 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:51:01 ens3 0.87 0.00 0.09 0.00 0.00 0.00 0.00 0.00 20:56:43 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:52:01 ens3 1.08 0.68 0.54 0.42 0.00 0.00 0.00 0.00 20:56:43 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:53:01 ens3 28.68 28.45 6.57 43.89 0.00 0.00 0.00 0.00 20:56:43 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:53:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:54:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 20:56:43 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:56:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:43 20:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:43 Average: ens3 47.55 39.58 392.65 14.20 0.00 0.00 0.00 0.00 20:56:43 Average: docker0 26.35 29.85 1.84 207.97 0.00 0.00 0.00 0.00 20:56:43 Average: lo 0.19 0.19 0.02 0.02 0.00 0.00 0.00 0.00 20:56:43 20:56:43 20:56:43 ---> sar -P ALL: 20:56:43 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22255) 08/09/22 _x86_64_ (8 CPU) 20:56:43 20:56:43 20:23:01 LINUX RESTART (8 CPU) 20:56:43 20:56:43 20:24:02 CPU %user %nice %system %iowait %steal %idle 20:56:43 20:25:01 all 30.31 0.00 6.47 1.05 0.07 62.10 20:56:43 20:25:01 0 24.50 0.00 6.25 4.92 0.07 64.26 20:56:43 20:25:01 1 32.53 0.00 6.92 1.17 0.07 59.31 20:56:43 20:25:01 2 32.90 0.00 6.19 0.62 0.07 60.22 20:56:43 20:25:01 3 31.33 0.00 7.26 0.17 0.07 61.17 20:56:43 20:25:01 4 28.40 0.00 6.10 0.78 0.07 64.66 20:56:43 20:25:01 5 32.75 0.00 6.60 0.21 0.09 60.36 20:56:43 20:25:01 6 29.78 0.00 6.54 0.24 0.07 63.37 20:56:43 20:25:01 7 30.30 0.00 5.87 0.29 0.07 63.47 20:56:43 20:26:01 all 46.70 0.00 7.53 0.18 0.08 45.51 20:56:43 20:26:01 0 43.64 0.00 6.42 0.02 0.08 49.84 20:56:43 20:26:01 1 46.56 0.00 7.54 0.05 0.08 45.77 20:56:43 20:26:01 2 47.96 0.00 7.66 1.04 0.08 43.25 20:56:43 20:26:01 3 46.53 0.00 7.63 0.02 0.08 45.74 20:56:43 20:26:01 4 47.66 0.00 7.11 0.00 0.07 45.16 20:56:43 20:26:01 5 47.24 0.00 8.48 0.05 0.08 44.15 20:56:43 20:26:01 6 47.17 0.00 7.53 0.00 0.08 45.22 20:56:43 20:26:01 7 46.79 0.00 7.89 0.29 0.08 44.95 20:56:43 20:27:01 all 30.23 0.00 7.12 0.83 0.07 61.75 20:56:43 20:27:01 0 27.32 0.00 7.72 4.83 0.07 60.05 20:56:43 20:27:01 1 29.72 0.00 6.76 0.10 0.07 63.35 20:56:43 20:27:01 2 30.70 0.00 6.96 0.22 0.07 62.05 20:56:43 20:27:01 3 29.65 0.00 6.05 0.12 0.07 64.11 20:56:43 20:27:01 4 31.83 0.00 8.13 0.02 0.07 59.95 20:56:43 20:27:01 5 29.34 0.00 5.97 0.05 0.07 64.57 20:56:43 20:27:01 6 29.63 0.00 7.34 0.53 0.07 62.44 20:56:43 20:27:01 7 33.67 0.00 8.04 0.78 0.10 57.41 20:56:43 20:28:01 all 41.42 0.00 11.98 8.07 0.12 38.41 20:56:43 20:28:01 0 40.48 0.00 12.77 4.26 0.14 42.37 20:56:43 20:28:01 1 41.35 0.00 13.25 9.44 0.13 35.82 20:56:43 20:28:01 2 41.62 0.00 10.48 3.36 0.12 44.43 20:56:43 20:28:01 3 41.15 0.00 12.29 12.71 0.12 33.72 20:56:43 20:28:01 4 41.71 0.00 12.36 4.02 0.10 41.81 20:56:43 20:28:01 5 42.35 0.00 10.45 5.30 0.14 41.77 20:56:43 20:28:01 6 41.19 0.00 12.82 21.82 0.12 24.05 20:56:43 20:28:01 7 41.48 0.00 11.44 3.76 0.10 43.22 20:56:43 20:29:01 all 60.61 0.00 15.10 6.23 0.16 17.90 20:56:43 20:29:01 0 57.50 0.00 14.55 5.30 0.14 22.51 20:56:43 20:29:01 1 60.39 0.00 16.59 9.87 0.15 13.00 20:56:43 20:29:01 2 59.51 0.00 13.30 3.81 0.15 23.23 20:56:43 20:29:01 3 62.76 0.00 13.88 3.66 0.15 19.55 20:56:43 20:29:01 4 60.51 0.00 14.31 6.15 0.15 18.87 20:56:43 20:29:01 5 61.04 0.00 16.04 7.11 0.17 15.64 20:56:43 20:29:01 6 61.25 0.00 16.29 8.41 0.15 13.90 20:56:43 20:29:01 7 61.88 0.00 15.86 5.53 0.19 16.54 20:56:43 20:30:01 all 25.29 0.00 6.59 2.83 0.08 65.22 20:56:43 20:30:01 0 23.18 0.00 6.03 1.03 0.07 69.69 20:56:43 20:30:01 1 26.56 0.00 7.34 1.93 0.08 64.08 20:56:43 20:30:01 2 23.36 0.00 5.64 0.79 0.07 70.14 20:56:43 20:30:01 3 23.39 0.00 5.74 2.62 0.07 68.19 20:56:43 20:30:01 4 25.82 0.00 6.00 3.17 0.07 64.95 20:56:43 20:30:01 5 26.86 0.00 8.50 6.32 0.10 58.22 20:56:43 20:30:01 6 25.75 0.00 6.42 4.76 0.07 63.00 20:56:43 20:30:01 7 27.37 0.00 7.05 2.01 0.10 63.47 20:56:43 20:31:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:56:43 20:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:31:01 5 0.02 0.00 0.02 0.05 0.00 99.92 20:56:43 20:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:31:01 7 0.02 0.00 0.03 0.02 0.02 99.92 20:56:43 20:32:01 all 0.03 0.00 0.01 0.01 0.01 99.94 20:56:43 20:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:32:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:56:43 20:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:32:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:56:43 20:32:01 4 0.05 0.00 0.03 0.00 0.02 99.90 20:56:43 20:32:01 5 0.05 0.00 0.02 0.02 0.00 99.92 20:56:43 20:32:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:56:43 20:32:01 7 0.08 0.00 0.02 0.03 0.02 99.85 20:56:43 20:33:01 all 0.09 0.00 0.01 0.00 0.01 99.88 20:56:43 20:33:01 0 0.65 0.00 0.00 0.00 0.02 99.33 20:56:43 20:33:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:56:43 20:33:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:56:43 20:33:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:56:43 20:33:01 4 0.05 0.00 0.02 0.00 0.00 99.93 20:56:43 20:33:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:56:43 20:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:33:01 7 0.00 0.00 0.02 0.02 0.02 99.95 20:56:43 20:34:01 all 0.29 0.00 0.01 0.01 0.00 99.69 20:56:43 20:34:01 0 1.97 0.00 0.00 0.00 0.00 98.03 20:56:43 20:34:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:56:43 20:34:01 2 0.05 0.00 0.00 0.00 0.00 99.95 20:56:43 20:34:01 3 0.02 0.00 0.00 0.03 0.00 99.95 20:56:43 20:34:01 4 0.13 0.00 0.02 0.00 0.02 99.83 20:56:43 20:34:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:56:43 20:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:34:01 7 0.03 0.00 0.00 0.02 0.00 99.95 20:56:43 20:35:01 all 0.26 0.00 0.01 0.00 0.00 99.72 20:56:43 20:35:01 0 1.97 0.00 0.00 0.00 0.00 98.03 20:56:43 20:35:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:56:43 20:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:35:01 3 0.00 0.00 0.02 0.02 0.00 99.97 20:56:43 20:35:01 4 0.02 0.00 0.03 0.00 0.02 99.93 20:56:43 20:35:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:35:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:35:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:56:43 20:56:43 20:35:01 CPU %user %nice %system %iowait %steal %idle 20:56:43 20:36:01 all 0.09 0.00 0.00 0.00 0.00 99.91 20:56:43 20:36:01 0 0.50 0.00 0.00 0.00 0.02 99.48 20:56:43 20:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:36:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:56:43 20:36:01 4 0.08 0.00 0.02 0.00 0.00 99.90 20:56:43 20:36:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:56:43 20:36:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:56:43 20:36:01 7 0.05 0.00 0.00 0.00 0.00 99.95 20:56:43 20:37:01 all 0.25 0.00 0.01 0.01 0.00 99.73 20:56:43 20:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:37:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:56:43 20:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:37:01 3 1.87 0.00 0.00 0.05 0.02 98.06 20:56:43 20:37:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:56:43 20:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:37:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:56:43 20:38:01 all 0.24 0.00 0.02 0.01 0.00 99.74 20:56:43 20:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:38:01 3 1.81 0.00 0.05 0.07 0.02 98.06 20:56:43 20:38:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:56:43 20:38:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:56:43 20:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:38:01 7 0.00 0.00 0.03 0.00 0.00 99.97 20:56:43 20:39:01 all 0.02 0.00 0.03 0.00 0.01 99.94 20:56:43 20:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:39:01 1 0.02 0.00 0.03 0.02 0.02 99.92 20:56:43 20:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:39:01 3 0.03 0.00 0.02 0.00 0.02 99.93 20:56:43 20:39:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:56:43 20:39:01 5 0.02 0.00 0.05 0.00 0.02 99.92 20:56:43 20:39:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:56:43 20:39:01 7 0.02 0.00 0.03 0.02 0.00 99.93 20:56:43 20:40:01 all 0.02 0.00 0.01 0.01 0.00 99.97 20:56:43 20:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:40:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:40:01 3 0.03 0.00 0.02 0.03 0.02 99.90 20:56:43 20:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:40:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:56:43 20:40:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:40:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:56:43 20:41:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:56:43 20:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:41:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:56:43 20:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:41:01 3 0.03 0.00 0.02 0.02 0.02 99.92 20:56:43 20:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:41:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:56:43 20:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:41:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:56:43 20:42:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:56:43 20:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:42:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:56:43 20:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:42:01 3 0.02 0.00 0.02 0.03 0.02 99.92 20:56:43 20:42:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:42:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:56:43 20:43:01 all 0.01 0.00 0.00 0.01 0.01 99.97 20:56:43 20:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:43:01 1 0.02 0.00 0.03 0.00 0.02 99.93 20:56:43 20:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:43:01 3 0.02 0.00 0.00 0.02 0.03 99.93 20:56:43 20:43:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:56:43 20:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:43:01 7 0.02 0.00 0.00 0.05 0.02 99.92 20:56:43 20:44:01 all 0.01 0.00 0.01 0.01 0.00 99.96 20:56:43 20:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:44:01 1 0.05 0.00 0.02 0.03 0.00 99.90 20:56:43 20:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:44:01 3 0.02 0.00 0.03 0.00 0.02 99.93 20:56:43 20:44:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:44:01 5 0.00 0.00 0.03 0.00 0.00 99.97 20:56:43 20:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:44:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:56:43 20:45:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:56:43 20:45:01 0 0.02 0.00 0.02 0.02 0.02 99.93 20:56:43 20:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:56:43 20:45:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:45:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:56:43 20:45:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:45:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:56:43 20:46:01 all 0.01 0.00 0.02 0.00 0.00 99.96 20:56:43 20:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:46:01 1 0.02 0.00 0.03 0.02 0.02 99.92 20:56:43 20:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:46:01 3 0.03 0.00 0.03 0.00 0.02 99.92 20:56:43 20:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:46:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:46:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:56:43 20:56:43 20:46:01 CPU %user %nice %system %iowait %steal %idle 20:56:43 20:47:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:56:43 20:47:01 0 0.00 0.00 0.00 0.03 0.00 99.97 20:56:43 20:47:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:56:43 20:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:47:01 4 0.00 0.00 0.03 0.00 0.02 99.95 20:56:43 20:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:47:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:47:01 7 0.03 0.00 0.00 0.02 0.00 99.95 20:56:43 20:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:56:43 20:48:01 0 0.00 0.00 0.02 0.02 0.00 99.97 20:56:43 20:48:01 1 0.07 0.00 0.00 0.00 0.02 99.92 20:56:43 20:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:48:01 3 0.03 0.00 0.03 0.00 0.03 99.90 20:56:43 20:48:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:56:43 20:48:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:56:43 20:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:49:01 all 0.01 0.00 0.01 0.01 0.00 99.96 20:56:43 20:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:49:01 1 0.00 0.00 0.03 0.02 0.00 99.95 20:56:43 20:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:49:01 3 0.03 0.00 0.03 0.00 0.02 99.92 20:56:43 20:49:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:56:43 20:49:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:56:43 20:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:49:01 7 0.02 0.00 0.00 0.03 0.00 99.95 20:56:43 20:50:01 all 0.01 0.00 0.01 0.01 0.00 99.96 20:56:43 20:50:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:56:43 20:50:01 1 0.02 0.00 0.00 0.07 0.00 99.92 20:56:43 20:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:56:43 20:50:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:50:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:56:43 20:50:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:56:43 20:51:01 all 0.16 0.00 0.01 0.00 0.00 99.83 20:56:43 20:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:51:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:56:43 20:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:51:01 3 1.18 0.00 0.03 0.00 0.02 98.77 20:56:43 20:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:52:01 all 0.02 0.00 0.00 0.01 0.01 99.96 20:56:43 20:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:52:01 1 0.07 0.00 0.02 0.03 0.00 99.88 20:56:43 20:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:52:01 3 0.05 0.00 0.00 0.00 0.02 99.93 20:56:43 20:52:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:56:43 20:52:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:56:43 20:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:52:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:56:43 20:53:01 all 0.23 0.00 0.06 0.01 0.01 99.70 20:56:43 20:53:01 0 0.27 0.00 0.10 0.02 0.02 99.60 20:56:43 20:53:01 1 0.27 0.00 0.08 0.00 0.02 99.63 20:56:43 20:53:01 2 0.28 0.00 0.03 0.02 0.00 99.67 20:56:43 20:53:01 3 0.08 0.00 0.08 0.00 0.02 99.82 20:56:43 20:53:01 4 0.22 0.00 0.02 0.00 0.00 99.77 20:56:43 20:53:01 5 0.40 0.00 0.08 0.00 0.02 99.50 20:56:43 20:53:01 6 0.18 0.00 0.02 0.00 0.00 99.80 20:56:43 20:53:01 7 0.12 0.00 0.05 0.03 0.00 99.80 20:56:43 20:54:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:56:43 20:54:01 0 0.03 0.00 0.02 0.03 0.00 99.92 20:56:43 20:54:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:56:43 20:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:54:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:56:43 20:54:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:56:43 20:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:54:01 7 0.00 0.00 0.00 0.03 0.00 99.97 20:56:43 20:55:01 all 0.00 0.00 0.01 0.00 0.00 99.98 20:56:43 20:55:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:55:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:56:43 20:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:56:43 20:55:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:56:43 20:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:56:43 20:55:01 7 0.00 0.00 0.00 0.02 0.02 99.97 20:56:43 20:56:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:56:43 20:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:56:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:56:43 20:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:56:43 20:56:01 5 0.02 0.00 0.03 0.00 0.02 99.93 20:56:43 20:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:56:43 20:56:01 7 0.00 0.00 0.02 0.02 0.00 99.97 20:56:43 Average: all 7.28 0.00 1.70 0.60 0.02 90.40 20:56:43 Average: 0 6.83 0.00 1.66 0.63 0.02 90.86 20:56:43 Average: 1 7.34 0.00 1.82 0.70 0.02 90.12 20:56:43 Average: 2 7.28 0.00 1.55 0.30 0.02 90.85 20:56:43 Average: 3 7.41 0.00 1.64 0.61 0.03 90.32 20:56:43 Average: 4 7.32 0.00 1.68 0.44 0.02 90.55 20:56:43 Average: 5 7.41 0.00 1.74 0.59 0.03 90.24 20:56:43 Average: 6 7.25 0.00 1.76 1.10 0.02 89.88 20:56:43 Average: 7 7.44 0.00 1.73 0.40 0.02 90.40 20:56:43 20:56:43 20:56:43