Pull request #4125 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 farshidtz for edgexfoundry/edgex-go Obtained Jenkinsfile from 8b197995a8250201abf561ad50e078495bf84b3f+166620d9f56c7df6403b4f88f57b6f2fdd40f3fd (ed424f6b9d5161d4ec5573e0e720ecc5622cc44f) 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-ssh396049880963353678.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-ssh10052324875628626893.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-4125/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-4125/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9803454430919676394.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-4125/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3676555220585559784.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-ssh3262230326981179980.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-4125/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-4125/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6963194163258534791.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-22806’ Running on prd-ubuntu20.04-docker-8c-8g-22809 in /w/workspace/edgexfoundry_edgex-go_PR-4125 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd into PR head commit 8b197995a8250201abf561ad50e078495bf84b3f Merge succeeded, producing 8b197995a8250201abf561ad50e078495bf84b3f Checking out Revision 8b197995a8250201abf561ad50e078495bf84b3f (PR-4125) > 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/4125/head:refs/remotes/origin/PR-4125 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b197995a8250201abf561ad50e078495bf84b3f # 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 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b197995a8250201abf561ad50e078495bf84b3f # timeout=10 Commit message: "fix(snap): Install Unit of Measure config file on upgrade" 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 [2022-08-15T13:18:04.703Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-15T13:18:04.857Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-15T13:18:04.950Z] ========================================================= [2022-08-15T13:18:04.950Z] EdgeX Global Pipelines Version Info [2022-08-15T13:18:04.950Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-15T13:18:05.752Z] ------------------- [2022-08-15T13:18:05.752Z] stable info: [2022-08-15T13:18:05.752Z] ------------------- [2022-08-15T13:18:05.752Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-15T13:18:05.752Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-15T13:18:05.752Z] Message: update stable to v1.0.238 [2022-08-15T13:18:06.325Z] ------------------- [2022-08-15T13:18:06.325Z] experimental info: [2022-08-15T13:18:06.325Z] ------------------- [2022-08-15T13:18:06.325Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-15T13:18:06.325Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-15T13:18:06.325Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-15T13:18:06.727Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-08-15T13:18:06.771Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-08-15T13:18:06.813Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-15T13:18:06.851Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-15T13:18:06.892Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-15T13:18:06.927Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-15T13:18:06.961Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-15T13:18:06.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-08-15T13:18:07.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-08-15T13:18:07.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-08-15T13:18:07.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-15T13:18:07.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-15T13:18:07.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-15T13:18:07.218Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-15T13:18:07.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-15T13:18:07.292Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-15T13:18:07.326Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-15T13:18:07.361Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-15T13:18:07.397Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-08-15T13:18:07.431Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-08-15T13:18:07.465Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-15T13:18:07.506Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-15T13:18:07.539Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-15T13:18:07.580Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4125 [Pipeline] echo [2022-08-15T13:18:07.616Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4125 [Pipeline] echo [2022-08-15T13:18:07.649Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4125 [Pipeline] echo [2022-08-15T13:18:07.682Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8b197995a8250201abf561ad50e078495bf84b3f [Pipeline] echo [2022-08-15T13:18:07.715Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8b19799 [Pipeline] echo [2022-08-15T13:18:07.751Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-15T13:18:07.847Z] provisioning config files... [2022-08-15T13:18:07.860Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3177265718883771875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T13:18:08.206Z] ---> docker-login.sh [2022-08-15T13:18:08.206Z] nexus3.edgexfoundry.org:10001 [2022-08-15T13:18:08.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T13:18:08.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T13:18:08.468Z] Configure a credential helper to remove this warning. See [2022-08-15T13:18:08.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T13:18:08.468Z] [2022-08-15T13:18:08.468Z] Login Succeeded [2022-08-15T13:18:08.468Z] nexus3.edgexfoundry.org:10002 [2022-08-15T13:18:08.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T13:18:08.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T13:18:08.728Z] Configure a credential helper to remove this warning. See [2022-08-15T13:18:08.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T13:18:08.728Z] [2022-08-15T13:18:08.728Z] Login Succeeded [2022-08-15T13:18:08.728Z] nexus3.edgexfoundry.org:10003 [2022-08-15T13:18:08.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T13:18:08.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T13:18:08.728Z] Configure a credential helper to remove this warning. See [2022-08-15T13:18:08.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T13:18:08.728Z] [2022-08-15T13:18:08.728Z] Login Succeeded [2022-08-15T13:18:08.728Z] nexus3.edgexfoundry.org:10004 [2022-08-15T13:18:08.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T13:18:08.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T13:18:08.989Z] Configure a credential helper to remove this warning. See [2022-08-15T13:18:08.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T13:18:08.989Z] [2022-08-15T13:18:08.989Z] Login Succeeded [2022-08-15T13:18:08.989Z] docker.io [2022-08-15T13:18:08.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T13:18:09.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T13:18:09.252Z] Configure a credential helper to remove this warning. See [2022-08-15T13:18:09.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T13:18:09.252Z] [2022-08-15T13:18:09.252Z] Login Succeeded [2022-08-15T13:18:09.252Z] ---> docker-login.sh ends [Pipeline] } [2022-08-15T13:18:09.275Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T13:18:09.705Z] + 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 [2022-08-15T13:18:09.706Z] + dirname cmd/core-command/Dockerfile [2022-08-15T13:18:09.706Z] + cut -d/ -f2 [2022-08-15T13:18:09.706Z] + echo core-command,cmd/core-command/Dockerfile [2022-08-15T13:18:09.706Z] + dirname cmd/core-data/Dockerfile [2022-08-15T13:18:09.706Z] + cut -d/ -f2 [2022-08-15T13:18:09.706Z] + echo core-data,cmd/core-data/Dockerfile [2022-08-15T13:18:09.706Z] + dirname cmd/core-metadata/Dockerfile [2022-08-15T13:18:09.706Z] + cut -d/ -f2 [2022-08-15T13:18:09.706Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-08-15T13:18:09.706Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-08-15T13:18:09.706Z] + cut -d/ -f2 [2022-08-15T13:18:09.706Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-08-15T13:18:09.706Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-08-15T13:18:09.706Z] + cut -d/ -f2 [2022-08-15T13:18:09.706Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-08-15T13:18:09.706Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-08-15T13:18:09.706Z] + cut -d/ -f2 [2022-08-15T13:18:09.706Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-08-15T13:18:09.706Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-08-15T13:18:09.706Z] + cut -d/ -f2 [2022-08-15T13:18:09.706Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-08-15T13:18:09.706Z] + dirname cmd/security-spire-agent/Dockerfile [2022-08-15T13:18:09.706Z] + cut -d/ -f2 [2022-08-15T13:18:09.706Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-08-15T13:18:09.706Z] + dirname cmd/security-spire-config/Dockerfile [2022-08-15T13:18:09.706Z] + cut -d/ -f2 [2022-08-15T13:18:09.706Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-08-15T13:18:09.706Z] + dirname cmd/security-spire-server/Dockerfile [2022-08-15T13:18:09.706Z] + cut -d/ -f2 [2022-08-15T13:18:09.706Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-08-15T13:18:09.706Z] + dirname cmd/support-notifications/Dockerfile [2022-08-15T13:18:09.706Z] + cut -d/ -f2 [2022-08-15T13:18:09.706Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-08-15T13:18:09.706Z] + dirname cmd/support-scheduler/Dockerfile [2022-08-15T13:18:09.706Z] + cut -d/ -f2 [2022-08-15T13:18:09.706Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-08-15T13:18:09.706Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-08-15T13:18:09.706Z] + cut -d/ -f2 [2022-08-15T13:18:09.706Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-08-15T13:18:09.762Z] 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 [2022-08-15T13:18:10.247Z] + git rev-list -1 --merges 8b197995a8250201abf561ad50e078495bf84b3f~1..8b197995a8250201abf561ad50e078495bf84b3f [Pipeline] echo [2022-08-15T13:18:10.280Z] -----------> git rev-list -1 --merges 8b197995a8250201abf561ad50e078495bf84b3f~1..8b197995a8250201abf561ad50e078495bf84b3f 8b197995a8250201abf561ad50e078495bf84b3f [false] [Pipeline] sh [2022-08-15T13:18:10.598Z] + git log --format=format:%s -1 8b197995a8250201abf561ad50e078495bf84b3f [Pipeline] echo [2022-08-15T13:18:10.635Z] ========================================================= [2022-08-15T13:18:10.635Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-15T13:18:10.635Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-08-15T13:18:11.068Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-15T13:18:11.068Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-15T13:18:11.068Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-15T13:18:11.068Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-15T13:18:11.068Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2022-08-15T13:18:11.068Z] -a /etc/ssh/ssh_known_hosts [2022-08-15T13:18:11.068Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:18:11.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T13:18:11.490Z] [2022-08-15T13:18:11.490Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:18:11.864Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T13:18:11.864Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-15T13:18:11.864Z] b85a868b505f: Pulling fs layer [2022-08-15T13:18:11.864Z] e2be974225ed: Pulling fs layer [2022-08-15T13:18:11.864Z] 339a4e72a1f5: Pulling fs layer [2022-08-15T13:18:11.864Z] 988bab9f4d93: Pulling fs layer [2022-08-15T13:18:11.864Z] 1469e6f7b9e6: Pulling fs layer [2022-08-15T13:18:11.864Z] eaf3925da568: Pulling fs layer [2022-08-15T13:18:11.864Z] bab4dde63d76: Pulling fs layer [2022-08-15T13:18:11.864Z] 988bab9f4d93: Waiting [2022-08-15T13:18:11.864Z] 1469e6f7b9e6: Waiting [2022-08-15T13:18:11.864Z] eaf3925da568: Waiting [2022-08-15T13:18:11.864Z] bde34c3a00c8: Pulling fs layer [2022-08-15T13:18:11.864Z] b352a97aabf1: Pulling fs layer [2022-08-15T13:18:11.864Z] 4872d77fe225: Pulling fs layer [2022-08-15T13:18:11.864Z] 5851b861e8e6: Pulling fs layer [2022-08-15T13:18:11.864Z] bab4dde63d76: Waiting [2022-08-15T13:18:11.864Z] 4872d77fe225: Waiting [2022-08-15T13:18:11.864Z] bde34c3a00c8: Waiting [2022-08-15T13:18:11.864Z] b352a97aabf1: Waiting [2022-08-15T13:18:11.864Z] 5851b861e8e6: Waiting [2022-08-15T13:18:11.864Z] e2be974225ed: Verifying Checksum [2022-08-15T13:18:11.864Z] e2be974225ed: Download complete [2022-08-15T13:18:11.864Z] 988bab9f4d93: Verifying Checksum [2022-08-15T13:18:11.864Z] 988bab9f4d93: Download complete [2022-08-15T13:18:12.129Z] 1469e6f7b9e6: Verifying Checksum [2022-08-15T13:18:12.129Z] 1469e6f7b9e6: Download complete [2022-08-15T13:18:12.129Z] 339a4e72a1f5: Verifying Checksum [2022-08-15T13:18:12.129Z] 339a4e72a1f5: Download complete [2022-08-15T13:18:12.129Z] eaf3925da568: Verifying Checksum [2022-08-15T13:18:12.129Z] eaf3925da568: Download complete [2022-08-15T13:18:12.129Z] bde34c3a00c8: Verifying Checksum [2022-08-15T13:18:12.129Z] bde34c3a00c8: Download complete [2022-08-15T13:18:12.129Z] b352a97aabf1: Verifying Checksum [2022-08-15T13:18:12.129Z] b352a97aabf1: Download complete [2022-08-15T13:18:12.129Z] 4872d77fe225: Verifying Checksum [2022-08-15T13:18:12.129Z] 4872d77fe225: Download complete [2022-08-15T13:18:12.129Z] 5851b861e8e6: Verifying Checksum [2022-08-15T13:18:12.129Z] 5851b861e8e6: Download complete [2022-08-15T13:18:12.129Z] b85a868b505f: Verifying Checksum [2022-08-15T13:18:12.129Z] b85a868b505f: Download complete [2022-08-15T13:18:12.390Z] bab4dde63d76: Verifying Checksum [2022-08-15T13:18:12.390Z] bab4dde63d76: Download complete [2022-08-15T13:18:13.331Z] b85a868b505f: Pull complete [2022-08-15T13:18:13.331Z] e2be974225ed: Pull complete [2022-08-15T13:18:13.902Z] 339a4e72a1f5: Pull complete [2022-08-15T13:18:13.902Z] 988bab9f4d93: Pull complete [2022-08-15T13:18:14.165Z] 1469e6f7b9e6: Pull complete [2022-08-15T13:18:14.424Z] eaf3925da568: Pull complete [2022-08-15T13:18:16.337Z] bab4dde63d76: Pull complete [2022-08-15T13:18:16.337Z] bde34c3a00c8: Pull complete [2022-08-15T13:18:16.337Z] b352a97aabf1: Pull complete [2022-08-15T13:18:16.604Z] 4872d77fe225: Pull complete [2022-08-15T13:18:16.604Z] 5851b861e8e6: Pull complete [2022-08-15T13:18:16.604Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-15T13:18:16.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T13:18:16.604Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T13:18:16.834Z] prd-ubuntu20.04-docker-8c-8g-22809 does not seem to be running inside a container [2022-08-15T13:18:16.868Z] $ 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 [2022-08-15T13:18:18.048Z] $ docker top a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe -eo pid,comm [2022-08-15T13:18:18.116Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-08-15T13:18:18.116Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-15T13:18:18.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T13:18:18.238Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T13:18:18.384Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T13:18:18.391Z] $ docker exec a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe ssh-agent [2022-08-15T13:18:18.511Z] SSH_AUTH_SOCK=/tmp/ssh-5VjrFmro6Ew4/agent.32 [2022-08-15T13:18:18.511Z] SSH_AGENT_PID=39 [2022-08-15T13:18:18.518Z] Running ssh-add (command line suppressed) [2022-08-15T13:18:18.647Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5337523997887754176.key (/w/workspace/edgex-go/1@tmp/private_key_5337523997887754176.key) [2022-08-15T13:18:18.667Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T13:18:19.000Z] + git tag --points-at HEAD [Pipeline] } [2022-08-15T13:18:19.034Z] $ docker exec --env ******** --env ******** a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe ssh-agent -k [2022-08-15T13:18:19.146Z] unset SSH_AUTH_SOCK; [2022-08-15T13:18:19.147Z] unset SSH_AGENT_PID; [2022-08-15T13:18:19.147Z] echo Agent pid 39 killed; [2022-08-15T13:18:19.155Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-15T13:18:19.241Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T13:18:19.242Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T13:18:19.373Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T13:18:19.380Z] $ docker exec a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe ssh-agent [2022-08-15T13:18:19.482Z] SSH_AUTH_SOCK=/tmp/ssh-PF1mMWV00c5x/agent.72 [2022-08-15T13:18:19.482Z] SSH_AGENT_PID=78 [2022-08-15T13:18:19.487Z] Running ssh-add (command line suppressed) [2022-08-15T13:18:19.599Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4644096971971889481.key (/w/workspace/edgex-go/1@tmp/private_key_4644096971971889481.key) [2022-08-15T13:18:19.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T13:18:19.940Z] + git semver init [2022-08-15T13:18:20.202Z] 2022-08-15 13:18:20,147 [run_init] DEBUG init version:0.0.0 force:False [2022-08-15T13:18:20.202Z] 2022-08-15 13:18:20,147 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-08-15T13:18:20.202Z] 2022-08-15 13:18:20,148 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-08-15T13:18:20.202Z] 2022-08-15 13:18:20,148 [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) [2022-08-15T13:18:24.445Z] 2022-08-15 13:18:24,372 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-08-15T13:18:24.445Z] 2022-08-15 13:18:24,372 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4125 with force:False [2022-08-15T13:18:24.445Z] 2022-08-15 13:18:24,373 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4125 [2022-08-15T13:18:24.445Z] 2022-08-15 13:18:24,377 [execute] INFO git cat-file --batch-check [2022-08-15T13:18:24.445Z] 2022-08-15 13:18:24,377 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-08-15T13:18:24.445Z] 2022-08-15 13:18:24,383 [execute] INFO git cat-file --batch [2022-08-15T13:18:24.445Z] 2022-08-15 13:18:24,383 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-08-15T13:18:24.445Z] 2022-08-15 13:18:24,387 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4125 [2022-08-15T13:18:24.446Z] 0.0.0 [Pipeline] } [2022-08-15T13:18:24.477Z] $ docker exec --env ******** --env ******** a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe ssh-agent -k [2022-08-15T13:18:24.594Z] unset SSH_AUTH_SOCK; [2022-08-15T13:18:24.594Z] unset SSH_AGENT_PID; [2022-08-15T13:18:24.594Z] echo Agent pid 78 killed; [2022-08-15T13:18:24.601Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T13:18:25.032Z] + git semver [Pipeline] } [2022-08-15T13:18:25.322Z] $ docker stop --time=1 a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe [2022-08-15T13:18:26.647Z] $ docker rm -f a81eab91b6e3b26254738a95bbf08bf2d63e6ba1e6478e80e6f0f98fa427a2fe [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T13:18:27.049Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-15T13:18:27.342Z] Stashed 1 file(s) [Pipeline] echo [2022-08-15T13:18:27.359Z] [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 [2022-08-15T13:18:28.144Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-08-15T13:18:28.182Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T13:18:28.219Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T13:18:28.254Z] ========================================================= [2022-08-15T13:18:28.254Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-15T13:18:28.254Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-08-15T13:18:28.605Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-15T13:18:28.605Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-15T13:18:28.605Z] 2408cc74d12b: Pulling fs layer [2022-08-15T13:18:28.605Z] ea60b727a1ce: Pulling fs layer [2022-08-15T13:18:28.605Z] 30c4a7721957: Pulling fs layer [2022-08-15T13:18:28.605Z] 370296b7ddb6: Pulling fs layer [2022-08-15T13:18:28.605Z] 7c6cee850709: Pulling fs layer [2022-08-15T13:18:28.605Z] 39a5fcdaea64: Pulling fs layer [2022-08-15T13:18:28.605Z] d94ebbe4e438: Pulling fs layer [2022-08-15T13:18:28.605Z] bcfd1f05c69d: Pulling fs layer [2022-08-15T13:18:28.605Z] 59ccb84bbe0f: Pulling fs layer [2022-08-15T13:18:28.605Z] 39a5fcdaea64: Waiting [2022-08-15T13:18:28.605Z] 370296b7ddb6: Waiting [2022-08-15T13:18:28.605Z] 59ccb84bbe0f: Waiting [2022-08-15T13:18:28.605Z] 7c6cee850709: Waiting [2022-08-15T13:18:28.605Z] d94ebbe4e438: Waiting [2022-08-15T13:18:28.605Z] bcfd1f05c69d: Waiting [2022-08-15T13:18:28.605Z] 30c4a7721957: Verifying Checksum [2022-08-15T13:18:28.605Z] 30c4a7721957: Download complete [2022-08-15T13:18:28.605Z] ea60b727a1ce: Verifying Checksum [2022-08-15T13:18:28.605Z] ea60b727a1ce: Download complete [2022-08-15T13:18:28.605Z] 7c6cee850709: Verifying Checksum [2022-08-15T13:18:28.605Z] 7c6cee850709: Download complete [2022-08-15T13:18:28.605Z] 39a5fcdaea64: Verifying Checksum [2022-08-15T13:18:28.605Z] 39a5fcdaea64: Download complete [2022-08-15T13:18:28.605Z] 2408cc74d12b: Verifying Checksum [2022-08-15T13:18:28.605Z] 2408cc74d12b: Download complete [2022-08-15T13:18:28.605Z] d94ebbe4e438: Verifying Checksum [2022-08-15T13:18:28.605Z] d94ebbe4e438: Download complete [2022-08-15T13:18:28.870Z] 2408cc74d12b: Pull complete [2022-08-15T13:18:28.870Z] ea60b727a1ce: Pull complete [2022-08-15T13:18:29.131Z] 30c4a7721957: Pull complete [2022-08-15T13:18:29.131Z] 59ccb84bbe0f: Verifying Checksum [2022-08-15T13:18:29.131Z] 59ccb84bbe0f: Download complete [2022-08-15T13:18:29.394Z] bcfd1f05c69d: Verifying Checksum [2022-08-15T13:18:29.394Z] bcfd1f05c69d: Download complete [2022-08-15T13:18:29.394Z] 370296b7ddb6: Verifying Checksum [2022-08-15T13:18:29.394Z] 370296b7ddb6: Download complete [2022-08-15T13:18:33.588Z] 370296b7ddb6: Pull complete [2022-08-15T13:18:33.588Z] 7c6cee850709: Pull complete [2022-08-15T13:18:33.588Z] 39a5fcdaea64: Pull complete [2022-08-15T13:18:33.588Z] d94ebbe4e438: Pull complete [2022-08-15T13:18:34.984Z] bcfd1f05c69d: Pull complete [2022-08-15T13:18:35.923Z] 59ccb84bbe0f: Pull complete [2022-08-15T13:18:35.923Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-15T13:18:35.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-15T13:18:35.923Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-08-15T13:18:36.276Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-15T13:18:36.276Z] WORKDIR /edgex [2022-08-15T13:18:36.276Z] COPY go.mod . [2022-08-15T13:18:36.276Z] RUN go mod download build [2022-08-15T13:18:36.276Z] -t ci-base-image-x86_64 -f - . [2022-08-15T13:18:36.845Z] Sending build context to Docker daemon 169.3MB [2022-08-15T13:18:36.845Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-15T13:18:36.845Z] ---> a4fb48ad2a94 [2022-08-15T13:18:36.845Z] Step 2/4 : WORKDIR /edgex [2022-08-15T13:18:38.757Z] ---> Running in d09ed0e5f669 [2022-08-15T13:18:38.757Z] Removing intermediate container d09ed0e5f669 [2022-08-15T13:18:38.757Z] ---> 875e8d61b71f [2022-08-15T13:18:38.757Z] Step 3/4 : COPY go.mod . [2022-08-15T13:18:38.757Z] ---> 6c96cc243c5e [2022-08-15T13:18:38.757Z] Step 4/4 : RUN go mod download [2022-08-15T13:18:38.757Z] ---> Running in c623180fed72 [2022-08-15T13:18:42.673Z] Still waiting to schedule task [2022-08-15T13:18:42.673Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-22808’ is offline [2022-08-15T13:18:53.662Z] Removing intermediate container c623180fed72 [2022-08-15T13:18:53.662Z] ---> 3ccfb946accb [2022-08-15T13:18:53.662Z] Successfully built 3ccfb946accb [2022-08-15T13:18:53.662Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:18:54.033Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-15T13:18:54.033Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T13:18:54.186Z] prd-ubuntu20.04-docker-8c-8g-22809 does not seem to be running inside a container [2022-08-15T13:18:54.225Z] $ 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 [2022-08-15T13:18:54.625Z] $ docker top f2a71b0e502586d847e4f44dda9127afee8cfede600400b1d4e231e76645d91b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T13:18:55.028Z] + go version [2022-08-15T13:18:55.028Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-15T13:18:55.064Z] $ docker stop --time=1 f2a71b0e502586d847e4f44dda9127afee8cfede600400b1d4e231e76645d91b [2022-08-15T13:18:56.327Z] $ docker rm -f f2a71b0e502586d847e4f44dda9127afee8cfede600400b1d4e231e76645d91b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:18:57.012Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-15T13:18:57.012Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T13:18:57.173Z] prd-ubuntu20.04-docker-8c-8g-22809 does not seem to be running inside a container [2022-08-15T13:18:57.211Z] $ 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 [2022-08-15T13:18:57.595Z] $ docker top f4aef51640feee63f464dcecac187e8ec7dd58125f9dcf21d4dc7c8e26839fd3 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-15T13:18:57.726Z] ========================================================= [2022-08-15T13:18:57.726Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-08-15T13:18:57.726Z] ========================================================= [Pipeline] sh [2022-08-15T13:18:58.033Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-08-15T13:18:58.394Z] + make test [2022-08-15T13:18:58.394Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-08-15T13:19:04.970Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-08-15T13:19:19.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.076s coverage: 28.7% of statements [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-08-15T13:19:19.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.115s coverage: 98.5% of statements [2022-08-15T13:19:19.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-08-15T13:19:20.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.102s coverage: 54.2% of statements [2022-08-15T13:19:20.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-08-15T13:19:20.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-08-15T13:19:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.176s coverage: 89.2% of statements [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-08-15T13:19:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.082s coverage: 2.1% of statements [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-08-15T13:19:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.530s coverage: 95.6% of statements [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-08-15T13:19:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.071s coverage: 72.2% of statements [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-08-15T13:19:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.108s coverage: 60.0% of statements [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-08-15T13:19:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.069s coverage: 0.9% of statements [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-08-15T13:19:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2022-08-15T13:19:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.087s coverage: 29.6% of statements [2022-08-15T13:19:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-08-15T13:19:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.049s coverage: 47.1% of statements [2022-08-15T13:19:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements [2022-08-15T13:19:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements [2022-08-15T13:19:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.356s coverage: 96.3% of statements [2022-08-15T13:19:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.095s coverage: 87.5% of statements [2022-08-15T13:19:29.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements [2022-08-15T13:19:29.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2022-08-15T13:19:35.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.208s coverage: 82.2% of statements [2022-08-15T13:19:35.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 65.1% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 58.8% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.0% of statements [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 85.4% of statements [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.2% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.7% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 65.8% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.162s coverage: 43.6% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.080s coverage: 17.7% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.165s coverage: 92.3% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.113s coverage: 97.7% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-08-15T13:19:43.442Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-08-15T13:19:43.442Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-08-15T13:19:43.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-08-15T13:19:43.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-08-15T13:19:43.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-08-15T13:19:43.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2022-08-15T13:19:43.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements [2022-08-15T13:19:43.443Z] 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 [2022-08-15T13:20:05.413Z] 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." [2022-08-15T13:20:05.413Z] GO111MODULE=on go vet ./... [2022-08-15T13:20:07.328Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-15T13:20:07.328Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-15T13:20:07.328Z] ./bin/test-attribution-txt.sh [2022-08-15T13:20:07.328Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2022-08-15T13:20:07.328Z] An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add [2022-08-15T13:20:07.328Z] An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add [2022-08-15T13:20:07.328Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-15T13:20:07.328Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-15T13:20:07.328Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-08-15T13:20:07.328Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2022-08-15T13:20:07.369Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-08-15T13:20:07.682Z] + ls -al . [2022-08-15T13:20:07.682Z] total 732 [2022-08-15T13:20:07.682Z] drwxrwxr-x 10 1001 1001 4096 Aug 15 13:18 . [2022-08-15T13:20:07.682Z] drwxr-xr-x 4 root root 4096 Aug 15 13:18 .. [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 16 Aug 15 13:18 .dockerignore [2022-08-15T13:20:07.682Z] drwxrwxr-x 8 1001 1001 4096 Aug 15 13:19 .git [2022-08-15T13:20:07.682Z] drwxrwxr-x 3 1001 1001 4096 Aug 15 13:18 .github [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 1030 Aug 15 13:18 .gitignore [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 42 Aug 15 13:18 .golangci.yml [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 87 Aug 15 13:18 .hadolint.yml [2022-08-15T13:20:07.682Z] drwxr-xr-x 3 1001 1001 4096 Aug 15 13:18 .semver [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 166 Aug 15 13:18 .sonarcloud.properties [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 1171 Aug 15 13:18 ADOPTERS.md [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 10347 Aug 15 13:18 Attribution.txt [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 63209 Aug 15 13:18 CHANGELOG.md [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 3804 Aug 15 13:18 CONTRIBUTING.md [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 677 Aug 15 13:18 GOVERNANCE.md [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 850 Aug 15 13:18 Jenkinsfile [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 10775 Aug 15 13:18 LICENSE [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 12212 Aug 15 13:18 Makefile [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 582 Aug 15 13:18 OWNERS.md [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 9094 Aug 15 13:18 README.md [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 6912 Aug 15 13:18 SECURITY.md [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 5 Aug 15 13:18 VERSION [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 4131 Aug 15 13:18 ZMQWindows.md [2022-08-15T13:20:07.682Z] drwxrwxr-x 2 1001 1001 4096 Aug 15 13:18 bin [2022-08-15T13:20:07.682Z] drwxrwxr-x 18 1001 1001 4096 Aug 15 13:18 cmd [2022-08-15T13:20:07.682Z] -rw-r--r-- 1 root root 479862 Aug 15 13:19 coverage.out [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 3681 Aug 15 13:18 go.mod [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 38033 Aug 15 13:18 go.sum [2022-08-15T13:20:07.682Z] drwxrwxr-x 8 1001 1001 4096 Aug 15 13:18 internal [2022-08-15T13:20:07.682Z] drwxrwxr-x 3 1001 1001 4096 Aug 15 13:18 openapi [2022-08-15T13:20:07.682Z] drwxrwxr-x 4 1001 1001 4096 Aug 15 13:18 snap [2022-08-15T13:20:07.682Z] -rw-rw-r-- 1 1001 1001 204 Aug 15 13:18 version.go [Pipeline] sh [2022-08-15T13:20:07.993Z] + '[' -e coverage.out ] [2022-08-15T13:20:07.993Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-08-15T13:20:08.108Z] Stashed 1 file(s) [Pipeline] sh [2022-08-15T13:20:08.406Z] + make build [2022-08-15T13:20:08.406Z] 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 [2022-08-15T13:20:20.314Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22810 in /w/workspace/edgexfoundry_edgex-go_PR-4125 [Pipeline] { [Pipeline] ws [2022-08-15T13:20:20.355Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-08-15T13:20:20.437Z] The recommended git tool is: git [2022-08-15T13:20:23.363Z] 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 [2022-08-15T13:20:26.557Z] using credential edgex-jenkins-ssh [2022-08-15T13:20:26.576Z] Cloning the remote Git repository [2022-08-15T13:20:26.623Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-08-15T13:20:26.694Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-08-15T13:20:26.765Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-08-15T13:20:26.766Z] > git --version # timeout=10 [2022-08-15T13:20:26.790Z] > git --version # 'git version 2.25.1' [2022-08-15T13:20:26.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-15T13:20:26.910Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-15T13:20:35.581Z] 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 [2022-08-15T13:20:35.581Z] 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 [2022-08-15T13:20:42.157Z] 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 [2022-08-15T13:20:42.729Z] 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 [2022-08-15T13:20:43.668Z] 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 [2022-08-15T13:20:44.389Z] Merging remotes/origin/main commit 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd into PR head commit 8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:20:44.747Z] Merge succeeded, producing 8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:20:44.748Z] Checking out Revision 8b197995a8250201abf561ad50e078495bf84b3f (PR-4125) [2022-08-15T13:20:43.560Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-08-15T13:20:43.580Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-15T13:20:43.607Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-08-15T13:20:43.641Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-08-15T13:20:43.641Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-15T13:20:43.659Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4125/head:refs/remotes/origin/PR-4125 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-08-15T13:20:44.397Z] > git config core.sparsecheckout # timeout=10 [2022-08-15T13:20:44.416Z] > git checkout -f 8b197995a8250201abf561ad50e078495bf84b3f # timeout=10 [2022-08-15T13:20:44.654Z] > git remote # timeout=10 [2022-08-15T13:20:44.672Z] > git config --get remote.origin.url # timeout=10 [2022-08-15T13:20:44.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-15T13:20:44.697Z] > git merge 166620d9f56c7df6403b4f88f57b6f2fdd40f3fd # timeout=10 [2022-08-15T13:20:44.722Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-15T13:20:44.744Z] > git config core.sparsecheckout # timeout=10 [2022-08-15T13:20:44.755Z] > git checkout -f 8b197995a8250201abf561ad50e078495bf84b3f # timeout=10 [2022-08-15T13:20:45.047Z] 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 [2022-08-15T13:20:45.985Z] 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 [2022-08-15T13:20:46.924Z] 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 [2022-08-15T13:20:47.861Z] 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 [2022-08-15T13:20:48.800Z] 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 [2022-08-15T13:20:49.029Z] Commit message: "fix(snap): Install Unit of Measure config file on upgrade" [2022-08-15T13:20:49.073Z] > git --version # timeout=10 [2022-08-15T13:20:49.082Z] > git --version # 'git version 2.25.1' [2022-08-15T13:20:49.095Z] fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-15T13:20:50.229Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-15T13:20:50.229Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T13:20:50.229Z] Dload Upload Total Spent Left Speed [2022-08-15T13:20:50.229Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 88085 0 --:--:-- --:--:-- --:--:-- 88085 [Pipeline] sh [2022-08-15T13:20:50.703Z] 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 [2022-08-15T13:20:50.973Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-15T13:20:51.332Z] + sudo tee /etc/docker/daemon.new [2022-08-15T13:20:51.332Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-15T13:20:51.332Z] { [2022-08-15T13:20:51.332Z] "registry-mirrors": [ [2022-08-15T13:20:51.332Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-15T13:20:51.332Z] ], [2022-08-15T13:20:51.332Z] "bip": "10.250.0.254/24", [2022-08-15T13:20:51.332Z] "hosts": [ [2022-08-15T13:20:51.332Z] "tcp://0.0.0.0:5555", [2022-08-15T13:20:51.332Z] "unix:///var/run/docker.sock" [2022-08-15T13:20:51.332Z] ], [2022-08-15T13:20:51.332Z] "mtu": 1458, [2022-08-15T13:20:51.332Z] "selinux-enabled": true, [2022-08-15T13:20:51.332Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-15T13:20:51.332Z] } [Pipeline] sh [Pipeline] } [2022-08-15T13:20:51.671Z] $ docker stop --time=1 f4aef51640feee63f464dcecac187e8ec7dd58125f9dcf21d4dc7c8e26839fd3 [2022-08-15T13:20:51.684Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [2022-08-15T13:20:54.629Z] $ docker rm -f f4aef51640feee63f464dcecac187e8ec7dd58125f9dcf21d4dc7c8e26839fd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2022-08-15T13:20:55.383Z] + sudo service docker restart [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:20:55.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-15T13:20:55.823Z] [2022-08-15T13:20:55.823Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:20:56.213Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-15T13:20:56.213Z] latest: Pulling from edgex-devops/edgex-compose [2022-08-15T13:20:56.213Z] cbdbe7a5bc2a: Pulling fs layer [2022-08-15T13:20:56.213Z] ca9280d653b3: Pulling fs layer [2022-08-15T13:20:56.213Z] 7e9c9ca2126c: Pulling fs layer [2022-08-15T13:20:56.473Z] cbdbe7a5bc2a: Download complete [2022-08-15T13:20:56.473Z] ca9280d653b3: Verifying Checksum [2022-08-15T13:20:56.473Z] ca9280d653b3: Download complete [2022-08-15T13:20:56.473Z] cbdbe7a5bc2a: Pull complete [2022-08-15T13:20:57.041Z] 7e9c9ca2126c: Verifying Checksum [2022-08-15T13:20:57.041Z] 7e9c9ca2126c: Download complete [2022-08-15T13:20:57.041Z] ca9280d653b3: Pull complete [2022-08-15T13:21:01.239Z] 7e9c9ca2126c: Pull complete [2022-08-15T13:21:01.239Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-08-15T13:21:01.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-15T13:21:01.239Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T13:21:01.506Z] prd-ubuntu20.04-docker-8c-8g-22809 does not seem to be running inside a container [2022-08-15T13:21:01.550Z] $ 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 [2022-08-15T13:21:03.173Z] $ docker top 62be3458dadb63cbbaa836ba3a8d57c77cd533edc03c9c1ba7b1f7e9bb0a6088 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T13:21:03.669Z] + docker-compose build --help [2022-08-15T13:21:03.669Z] + grep parallel [2022-08-15T13:21:04.237Z] --parallel Build images in parallel. [Pipeline] } [2022-08-15T13:21:04.525Z] $ docker stop --time=1 62be3458dadb63cbbaa836ba3a8d57c77cd533edc03c9c1ba7b1f7e9bb0a6088 [2022-08-15T13:21:05.787Z] $ docker rm -f 62be3458dadb63cbbaa836ba3a8d57c77cd533edc03c9c1ba7b1f7e9bb0a6088 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:21:06.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-15T13:21:06.373Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T13:21:06.543Z] prd-ubuntu20.04-docker-8c-8g-22809 does not seem to be running inside a container [2022-08-15T13:21:06.583Z] $ 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 [2022-08-15T13:21:06.978Z] $ docker top 8a4f925a70353d738474973afc86da5a029c3f845b5582b70570185dd8912879 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T13:21:07.388Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-08-15T13:21:07.960Z] Building core-command ... [2022-08-15T13:21:07.960Z] Building core-data ... [2022-08-15T13:21:07.960Z] Building core-metadata ... [2022-08-15T13:21:07.960Z] Building security-bootstrapper ... [2022-08-15T13:21:07.960Z] Building security-proxy-setup ... [2022-08-15T13:21:07.960Z] Building security-secretstore-setup ... [2022-08-15T13:21:07.960Z] Building security-spiffe-token-provider ... [2022-08-15T13:21:07.960Z] Building security-spire-agent ... [2022-08-15T13:21:07.960Z] Building security-spire-config ... [2022-08-15T13:21:07.960Z] Building security-spire-server ... [2022-08-15T13:21:07.960Z] Building support-notifications ... [2022-08-15T13:21:07.960Z] Building support-scheduler ... [2022-08-15T13:21:07.960Z] Building sys-mgmt-agent ... [2022-08-15T13:21:07.960Z] Building security-bootstrapper [2022-08-15T13:21:07.960Z] Building core-data [2022-08-15T13:21:07.960Z] Building security-spiffe-token-provider [2022-08-15T13:21:07.960Z] Building support-scheduler [2022-08-15T13:21:07.960Z] Building sys-mgmt-agent [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-15T13:21:13.971Z] provisioning config files... [2022-08-15T13:21:13.997Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5367474021107769887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T13:21:14.401Z] ---> docker-login.sh [2022-08-15T13:21:14.401Z] nexus3.edgexfoundry.org:10001 [2022-08-15T13:21:15.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T13:21:15.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T13:21:15.280Z] Configure a credential helper to remove this warning. See [2022-08-15T13:21:15.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T13:21:15.280Z] [2022-08-15T13:21:15.280Z] Login Succeeded [2022-08-15T13:21:15.280Z] nexus3.edgexfoundry.org:10002 [2022-08-15T13:21:15.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T13:21:15.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T13:21:15.554Z] Configure a credential helper to remove this warning. See [2022-08-15T13:21:15.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T13:21:15.554Z] [2022-08-15T13:21:15.554Z] Login Succeeded [2022-08-15T13:21:15.554Z] nexus3.edgexfoundry.org:10003 [2022-08-15T13:21:16.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T13:21:16.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T13:21:16.155Z] Configure a credential helper to remove this warning. See [2022-08-15T13:21:16.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T13:21:16.155Z] [2022-08-15T13:21:16.155Z] Login Succeeded [2022-08-15T13:21:16.155Z] nexus3.edgexfoundry.org:10004 [2022-08-15T13:21:16.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T13:21:16.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T13:21:16.707Z] Configure a credential helper to remove this warning. See [2022-08-15T13:21:16.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T13:21:16.707Z] [2022-08-15T13:21:16.707Z] Login Succeeded [2022-08-15T13:21:16.707Z] docker.io [2022-08-15T13:21:16.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T13:21:17.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T13:21:17.252Z] Configure a credential helper to remove this warning. See [2022-08-15T13:21:17.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T13:21:17.252Z] [2022-08-15T13:21:17.252Z] Login Succeeded [2022-08-15T13:21:17.252Z] ---> docker-login.sh ends [Pipeline] } [2022-08-15T13:21:17.285Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-08-15T13:21:17.993Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-08-15T13:21:18.032Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T13:21:18.070Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T13:21:18.102Z] ========================================================= [2022-08-15T13:21:18.102Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-15T13:21:18.102Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-08-15T13:21:18.485Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-15T13:21:18.764Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-15T13:21:18.764Z] b3c136eddcbf: Pulling fs layer [2022-08-15T13:21:18.764Z] c0a3192eca97: Pulling fs layer [2022-08-15T13:21:18.764Z] a050256f5b6f: Pulling fs layer [2022-08-15T13:21:18.764Z] 656be50a0ddc: Pulling fs layer [2022-08-15T13:21:18.764Z] 2bbca73fdf42: Pulling fs layer [2022-08-15T13:21:18.764Z] 46d945488cbd: Pulling fs layer [2022-08-15T13:21:18.764Z] 8a5474983e97: Pulling fs layer [2022-08-15T13:21:18.764Z] 329c88fbcd65: Pulling fs layer [2022-08-15T13:21:18.764Z] 656be50a0ddc: Waiting [2022-08-15T13:21:18.764Z] 2bbca73fdf42: Waiting [2022-08-15T13:21:18.764Z] 46d945488cbd: Waiting [2022-08-15T13:21:18.764Z] 8a5474983e97: Waiting [2022-08-15T13:21:18.764Z] 329c88fbcd65: Waiting [2022-08-15T13:21:18.764Z] a050256f5b6f: Verifying Checksum [2022-08-15T13:21:18.764Z] a050256f5b6f: Download complete [2022-08-15T13:21:18.764Z] c0a3192eca97: Verifying Checksum [2022-08-15T13:21:18.764Z] c0a3192eca97: Download complete [2022-08-15T13:21:18.764Z] 2bbca73fdf42: Verifying Checksum [2022-08-15T13:21:18.764Z] 2bbca73fdf42: Download complete [2022-08-15T13:21:18.764Z] 46d945488cbd: Verifying Checksum [2022-08-15T13:21:18.764Z] 46d945488cbd: Download complete [2022-08-15T13:21:18.764Z] b3c136eddcbf: Verifying Checksum [2022-08-15T13:21:18.764Z] b3c136eddcbf: Download complete [2022-08-15T13:21:19.757Z] b3c136eddcbf: Pull complete [2022-08-15T13:21:19.757Z] 329c88fbcd65: Verifying Checksum [2022-08-15T13:21:19.757Z] 329c88fbcd65: Download complete [2022-08-15T13:21:20.365Z] c0a3192eca97: Pull complete [2022-08-15T13:21:20.641Z] a050256f5b6f: Pull complete [2022-08-15T13:21:20.916Z] 8a5474983e97: Verifying Checksum [2022-08-15T13:21:20.916Z] 8a5474983e97: Download complete [2022-08-15T13:21:21.513Z] 656be50a0ddc: Verifying Checksum [2022-08-15T13:21:21.513Z] 656be50a0ddc: Download complete [2022-08-15T13:21:22.856Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:21:22.856Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:21:22.856Z] ---> 3ccfb946accb [2022-08-15T13:21:22.856Z] Step 3/23 : WORKDIR /edgex-go [2022-08-15T13:21:22.856Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:21:22.856Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:21:22.856Z] ---> 3ccfb946accb [2022-08-15T13:21:22.856Z] Step 3/31 : WORKDIR /edgex-go [2022-08-15T13:21:22.856Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:21:22.856Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:21:22.856Z] ---> 3ccfb946accb [2022-08-15T13:21:22.856Z] Step 3/22 : WORKDIR /edgex-go [2022-08-15T13:21:22.856Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:21:22.856Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:21:22.856Z] ---> 3ccfb946accb [2022-08-15T13:21:22.856Z] Step 3/20 : WORKDIR /edgex-go [2022-08-15T13:21:22.856Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:21:22.856Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:21:22.856Z] ---> 3ccfb946accb [2022-08-15T13:21:22.856Z] Step 3/23 : WORKDIR /edgex-go [2022-08-15T13:21:23.798Z] ---> Running in 1ff1e9af4d34 [2022-08-15T13:21:23.798Z] ---> Running in 0db2c03569d8 [2022-08-15T13:21:23.798Z] ---> Running in a99143e6f261 [2022-08-15T13:21:23.798Z] ---> Running in 35463c69ab09 [2022-08-15T13:21:23.798Z] ---> Running in ac3c0b30a4e8 [2022-08-15T13:21:23.798Z] Removing intermediate container 1ff1e9af4d34 [2022-08-15T13:21:23.798Z] ---> 17a1d50d4412 [2022-08-15T13:21:23.798Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:21:23.798Z] Removing intermediate container a99143e6f261 [2022-08-15T13:21:23.798Z] ---> 1aae58521c7c [2022-08-15T13:21:23.798Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:21:23.798Z] Removing intermediate container 0db2c03569d8 [2022-08-15T13:21:23.798Z] ---> fc5db7efef0a [2022-08-15T13:21:23.798Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:21:23.798Z] Removing intermediate container 35463c69ab09 [2022-08-15T13:21:23.798Z] ---> 58d9855b8133 [2022-08-15T13:21:23.798Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:21:23.798Z] ---> Running in 3d1fa81bdf50 [2022-08-15T13:21:23.798Z] Removing intermediate container ac3c0b30a4e8 [2022-08-15T13:21:23.798Z] ---> 7542d22045da [2022-08-15T13:21:23.798Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-08-15T13:21:23.798Z] ---> Running in af6c4e71d584 [2022-08-15T13:21:23.798Z] ---> Running in 3c93235b7fc3 [2022-08-15T13:21:23.798Z] ---> Running in 65798c4f2aa8 [2022-08-15T13:21:23.798Z] ---> Running in a6cc90bc5fdd [2022-08-15T13:21:24.735Z] Removing intermediate container 3d1fa81bdf50 [2022-08-15T13:21:24.735Z] ---> 037dd1199a58 [2022-08-15T13:21:24.735Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-08-15T13:21:24.735Z] Removing intermediate container af6c4e71d584 [2022-08-15T13:21:24.735Z] ---> 6ec5be37e69e [2022-08-15T13:21:24.735Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-15T13:21:24.735Z] ---> Running in f95710c3545c [2022-08-15T13:21:24.735Z] ---> Running in c9afa9bd947d [2022-08-15T13:21:24.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:21:24.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:21:25.260Z] v3.16.2-31-gfe918834c6 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-08-15T13:21:25.260Z] v3.16.2-31-gfe918834c6 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-08-15T13:21:25.260Z] OK: 17036 distinct packages available [2022-08-15T13:21:25.260Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:21:25.260Z] Removing intermediate container 3c93235b7fc3 [2022-08-15T13:21:25.260Z] ---> aaa58f545fda [2022-08-15T13:21:25.260Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-08-15T13:21:25.260Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:21:25.520Z] ---> Running in ef3b7877855b [2022-08-15T13:21:25.520Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:21:25.520Z] Removing intermediate container 65798c4f2aa8 [2022-08-15T13:21:25.520Z] ---> 9bc284d4db00 [2022-08-15T13:21:25.520Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-08-15T13:21:25.520Z] ---> Running in 6042bce69713 [2022-08-15T13:21:25.520Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:21:25.520Z] OK: 211 MiB in 51 packages [2022-08-15T13:21:25.780Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:21:26.038Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:21:26.038Z] Removing intermediate container a6cc90bc5fdd [2022-08-15T13:21:26.038Z] ---> 779fc57ba690 [2022-08-15T13:21:26.038Z] Step 5/20 : COPY go.mod vendor* ./ [2022-08-15T13:21:26.298Z] ---> f7976b0fee16 [2022-08-15T13:21:26.298Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:21:26.298Z] ---> Running in b0edb92c5409 [2022-08-15T13:21:26.298Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:21:26.298Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:21:26.559Z] OK: 211 MiB in 51 packages [2022-08-15T13:21:26.559Z] OK: 211 MiB in 51 packages [2022-08-15T13:21:26.835Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:21:26.835Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:21:27.095Z] Removing intermediate container c9afa9bd947d [2022-08-15T13:21:27.095Z] ---> d93d1d071976 [2022-08-15T13:21:27.095Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-15T13:21:27.095Z] OK: 211 MiB in 51 packages [2022-08-15T13:21:27.095Z] Removing intermediate container f95710c3545c [2022-08-15T13:21:27.095Z] ---> 914f72a53a9a [2022-08-15T13:21:27.095Z] Step 6/31 : COPY go.mod vendor* ./ [2022-08-15T13:21:27.095Z] ---> fc1d31d57981 [2022-08-15T13:21:27.095Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:21:27.095Z] ---> Running in 30a39c6ea5a6 [2022-08-15T13:21:27.095Z] OK: 211 MiB in 51 packages [2022-08-15T13:21:27.388Z] ---> e9d7769ef832 [2022-08-15T13:21:27.388Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:21:27.388Z] ---> Running in 4795f5d0b02e [2022-08-15T13:21:27.995Z] Removing intermediate container ef3b7877855b [2022-08-15T13:21:27.995Z] ---> 6a5a4cc6717a [2022-08-15T13:21:27.995Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-15T13:21:27.995Z] Removing intermediate container 6042bce69713 [2022-08-15T13:21:27.995Z] ---> 6e6d25da8cdb [2022-08-15T13:21:27.995Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-15T13:21:28.566Z] ---> 2b0971bf2c5f [2022-08-15T13:21:28.566Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:21:28.566Z] ---> a7231ac3eb06 [2022-08-15T13:21:28.566Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:21:28.828Z] ---> Running in 5d6fe8604ecd [2022-08-15T13:21:28.828Z] ---> Running in ceb6f790319e [2022-08-15T13:21:33.034Z] Removing intermediate container b0edb92c5409 [2022-08-15T13:21:33.034Z] ---> 748b14b9a887 [2022-08-15T13:21:33.034Z] Step 7/20 : COPY . . [2022-08-15T13:21:36.637Z] 656be50a0ddc: Pull complete [2022-08-15T13:21:36.637Z] 2bbca73fdf42: Pull complete [2022-08-15T13:21:36.637Z] 46d945488cbd: Pull complete [2022-08-15T13:21:39.617Z] ---> 10c67d693cc8 [2022-08-15T13:21:39.617Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-08-15T13:21:39.617Z] ---> Running in f2e0c810f1b0 [2022-08-15T13:21:39.878Z] Removing intermediate container 30a39c6ea5a6 [2022-08-15T13:21:39.878Z] ---> 9f1522213307 [2022-08-15T13:21:39.878Z] Step 8/22 : COPY . . [2022-08-15T13:21:39.878Z] Removing intermediate container 4795f5d0b02e [2022-08-15T13:21:39.878Z] ---> d939190072d4 [2022-08-15T13:21:39.878Z] Step 8/31 : COPY . . [2022-08-15T13:21:39.878Z] Removing intermediate container ceb6f790319e [2022-08-15T13:21:39.878Z] ---> 10e7b38c06f6 [2022-08-15T13:21:39.878Z] Step 8/23 : COPY . . [2022-08-15T13:21:39.878Z] Removing intermediate container 5d6fe8604ecd [2022-08-15T13:21:39.878Z] ---> 2af5e63ad179 [2022-08-15T13:21:39.878Z] Step 8/23 : COPY . . [2022-08-15T13:21:39.878Z] 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 [2022-08-15T13:21:42.050Z] 8a5474983e97: Pull complete [2022-08-15T13:21:44.030Z] 329c88fbcd65: Pull complete [2022-08-15T13:21:44.030Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-15T13:21:44.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-15T13:21:44.030Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-08-15T13:21:44.428Z] + + docker build -t ci-base-image-arm64 -f - . [2022-08-15T13:21:44.429Z] echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-15T13:21:44.429Z] WORKDIR /edgex [2022-08-15T13:21:44.429Z] COPY go.mod . [2022-08-15T13:21:44.429Z] RUN go mod download [2022-08-15T13:21:45.040Z] Sending build context to Docker daemon 3.139MB [2022-08-15T13:21:45.040Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-15T13:21:45.040Z] ---> ff4287adb874 [2022-08-15T13:21:45.040Z] Step 2/4 : WORKDIR /edgex [2022-08-15T13:21:47.029Z] ---> Running in 729088df3aca [2022-08-15T13:21:47.029Z] Removing intermediate container 729088df3aca [2022-08-15T13:21:47.029Z] ---> 41e522357925 [2022-08-15T13:21:47.029Z] Step 3/4 : COPY go.mod . [2022-08-15T13:21:47.632Z] ---> 6ff4b1b10aad [2022-08-15T13:21:47.632Z] Step 4/4 : RUN go mod download [2022-08-15T13:21:47.632Z] ---> Running in 09331b8cc869 [2022-08-15T13:21:52.107Z] ---> 33edd3b65759 [2022-08-15T13:21:52.107Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-08-15T13:21:52.107Z] ---> 22dfb5d4a9f9 [2022-08-15T13:21:52.107Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-08-15T13:21:52.107Z] ---> Running in 3b4e5e4cd059 [2022-08-15T13:21:52.107Z] ---> 0af989dd2ac4 [2022-08-15T13:21:52.107Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-08-15T13:21:52.107Z] ---> f71e7c27a362 [2022-08-15T13:21:52.107Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-08-15T13:21:52.107Z] ---> Running in b2b1db866693 [2022-08-15T13:21:52.107Z] ---> Running in 0fa22f45f37f [2022-08-15T13:21:52.107Z] ---> Running in 1d960b0a8368 [2022-08-15T13:21:52.107Z] 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 [2022-08-15T13:21:52.107Z] 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 [2022-08-15T13:21:52.107Z] 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 [2022-08-15T13:21:52.107Z] 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 [2022-08-15T13:22:04.315Z] Removing intermediate container f2e0c810f1b0 [2022-08-15T13:22:04.315Z] ---> 089e7118221f [2022-08-15T13:22:04.315Z] [2022-08-15T13:22:04.315Z] Step 9/20 : FROM alpine:3.15 [2022-08-15T13:22:04.315Z] 3.15: Pulling from library/alpine [2022-08-15T13:22:04.315Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-08-15T13:22:04.315Z] Status: Downloaded newer image for alpine:3.15 [2022-08-15T13:22:04.315Z] ---> c4fc93816858 [2022-08-15T13:22:04.315Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-15T13:22:04.315Z] ---> Running in 24904da79a59 [2022-08-15T13:22:04.883Z] Removing intermediate container 24904da79a59 [2022-08-15T13:22:04.883Z] ---> 84a306091b92 [2022-08-15T13:22:04.883Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:22:04.883Z] ---> Running in 0de034fdf5e7 [2022-08-15T13:22:07.420Z] Removing intermediate container 0de034fdf5e7 [2022-08-15T13:22:07.420Z] ---> 54e30914f754 [2022-08-15T13:22:07.420Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-08-15T13:22:07.420Z] ---> Running in 36563ae55967 [2022-08-15T13:22:08.365Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:09.302Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:09.562Z] v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-15T13:22:09.562Z] v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-15T13:22:09.562Z] OK: 15856 distinct packages available [2022-08-15T13:22:09.562Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:10.499Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:10.758Z] (1/9) Installing ca-certificates (20220614-r0) [2022-08-15T13:22:10.758Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-08-15T13:22:11.018Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-08-15T13:22:11.018Z] (4/9) Installing libcurl (7.80.0-r2) [2022-08-15T13:22:11.285Z] (5/9) Installing curl (7.80.0-r2) [2022-08-15T13:22:11.285Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-08-15T13:22:11.285Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-08-15T13:22:11.544Z] (8/9) Installing libucontext (1.1-r0) [2022-08-15T13:22:11.544Z] (9/9) Installing gcompat (1.0.0-r4) [2022-08-15T13:22:11.544Z] Executing busybox-1.34.1-r7.trigger [2022-08-15T13:22:11.544Z] Executing ca-certificates-20220614-r0.trigger [2022-08-15T13:22:11.544Z] OK: 8 MiB in 23 packages [2022-08-15T13:22:14.082Z] Removing intermediate container 36563ae55967 [2022-08-15T13:22:14.082Z] ---> c0ebf06aab86 [2022-08-15T13:22:14.082Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:22:14.652Z] ---> 701db45e9e3d [2022-08-15T13:22:14.652Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-08-15T13:22:15.593Z] ---> db18c485df68 [2022-08-15T13:22:15.593Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-08-15T13:22:16.175Z] ---> b90d78f16e3f [2022-08-15T13:22:16.175Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-08-15T13:22:16.175Z] ---> Running in fb62fe6ec798 [2022-08-15T13:22:16.434Z] Removing intermediate container fb62fe6ec798 [2022-08-15T13:22:16.434Z] ---> a0d1ffd4cfcd [2022-08-15T13:22:16.434Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:22:16.434Z] ---> Running in 5b785f0ee733 [2022-08-15T13:22:16.696Z] Removing intermediate container 5b785f0ee733 [2022-08-15T13:22:16.696Z] ---> 26854b1b7da9 [2022-08-15T13:22:16.696Z] Step 18/20 : LABEL arch=x86_64 [2022-08-15T13:22:16.696Z] ---> Running in ac7a42f7a24f [2022-08-15T13:22:17.276Z] Removing intermediate container ac7a42f7a24f [2022-08-15T13:22:17.276Z] ---> 96461b22dc69 [2022-08-15T13:22:17.276Z] Step 19/20 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:22:17.276Z] ---> Running in b06970475cac [2022-08-15T13:22:17.536Z] Removing intermediate container b06970475cac [2022-08-15T13:22:17.536Z] ---> 94e6b9f61e3c [2022-08-15T13:22:17.536Z] Step 20/20 : LABEL version=0.0.0 [2022-08-15T13:22:17.536Z] ---> Running in 118a87bb436a [2022-08-15T13:22:17.796Z] Removing intermediate container 118a87bb436a [2022-08-15T13:22:17.796Z] ---> 4339b6ded134 [2022-08-15T13:22:17.796Z] [2022-08-15T13:22:17.796Z] Successfully built 4339b6ded134 [2022-08-15T13:22:17.796Z] Successfully tagged security-spiffe-token-provider:latest [2022-08-15T13:22:17.796Z]  Building security-spiffe-token-provider ... done Building security-secretstore-setup [2022-08-15T13:22:20.026Z] Removing intermediate container 09331b8cc869 [2022-08-15T13:22:20.026Z] ---> 40639bbecdd0 [2022-08-15T13:22:20.026Z] Successfully built 40639bbecdd0 [2022-08-15T13:22:20.026Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:22:20.444Z] + docker inspect -f . ci-base-image-arm64 [2022-08-15T13:22:20.444Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T13:22:20.757Z] prd-ubuntu20.04-docker-arm64-4c-16g-22810 does not seem to be running inside a container [2022-08-15T13:22:20.845Z] $ 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 [2022-08-15T13:22:21.249Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:22:21.249Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:22:21.249Z] ---> 3ccfb946accb [2022-08-15T13:22:21.249Z] Step 3/25 : WORKDIR /edgex-go [2022-08-15T13:22:21.249Z] ---> Using cache [2022-08-15T13:22:21.249Z] ---> 7542d22045da [2022-08-15T13:22:21.249Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:22:22.113Z] $ docker top 25042d79aa7f11ff352b460ec8f9d52ea667a9b16815a4f2c17c1dbca98cc29e -eo pid,comm [2022-08-15T13:22:22.251Z] ---> Running in f7b2ad53feb2 [Pipeline] { [Pipeline] sh [2022-08-15T13:22:23.090Z] + go version [2022-08-15T13:22:23.090Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-15T13:22:23.119Z] $ docker stop --time=1 25042d79aa7f11ff352b460ec8f9d52ea667a9b16815a4f2c17c1dbca98cc29e [2022-08-15T13:22:24.743Z] $ docker rm -f 25042d79aa7f11ff352b460ec8f9d52ea667a9b16815a4f2c17c1dbca98cc29e [2022-08-15T13:22:24.861Z] Removing intermediate container f7b2ad53feb2 [2022-08-15T13:22:24.861Z] ---> e72be463c78d [2022-08-15T13:22:24.861Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-08-15T13:22:24.861Z] ---> Running in 370c0d7ca4bd [2022-08-15T13:22:24.861Z] Removing intermediate container 0fa22f45f37f [2022-08-15T13:22:24.861Z] ---> f0497197010d [2022-08-15T13:22:24.861Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-08-15T13:22:24.861Z] Removing intermediate container b2b1db866693 [2022-08-15T13:22:24.861Z] ---> ca89f0c16cef [2022-08-15T13:22:24.861Z] [2022-08-15T13:22:24.861Z] Step 10/31 : FROM alpine:3.16 [2022-08-15T13:22:24.861Z] ---> Running in aa4bbddd42a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2022-08-15T13:22:25.121Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:22:25.380Z] 3.16: Pulling from library/alpine [2022-08-15T13:22:25.381Z] 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 [2022-08-15T13:22:25.662Z] + docker inspect -f . ci-base-image-arm64 [2022-08-15T13:22:25.662Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T13:22:25.957Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-15T13:22:25.957Z] Status: Downloaded newer image for alpine:3.16 [2022-08-15T13:22:25.957Z] ---> 9c6f07244728 [2022-08-15T13:22:25.957Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-15T13:22:25.957Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:25.960Z] prd-ubuntu20.04-docker-arm64-4c-16g-22810 does not seem to be running inside a container [2022-08-15T13:22:26.037Z] $ 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 [2022-08-15T13:22:26.527Z] OK: 211 MiB in 51 packages [2022-08-15T13:22:26.527Z] ---> Running in 1c5b85a1ade5 [2022-08-15T13:22:26.805Z] Removing intermediate container 1d960b0a8368 [2022-08-15T13:22:26.805Z] ---> 4272ab9346a1 [2022-08-15T13:22:26.805Z] [2022-08-15T13:22:26.805Z] Step 10/23 : FROM alpine:3.16 [2022-08-15T13:22:26.805Z] ---> 9c6f07244728 [2022-08-15T13:22:26.805Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-08-15T13:22:26.805Z] ---> Running in 0f72e3782e8b [2022-08-15T13:22:26.805Z] Removing intermediate container 1c5b85a1ade5 [2022-08-15T13:22:26.805Z] Removing intermediate container aa4bbddd42a7 [2022-08-15T13:22:26.805Z] ---> f2692f574b15 [2022-08-15T13:22:26.805Z] [2022-08-15T13:22:26.805Z] Step 11/23 : FROM alpine:3.16 [2022-08-15T13:22:26.805Z] ---> df0cc51e91da [2022-08-15T13:22:26.805Z] ---> 9c6f07244728 [2022-08-15T13:22:26.805Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-08-15T13:22:26.805Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-08-15T13:22:27.092Z] ---> Running in 3fcdd03410e4 [2022-08-15T13:22:27.092Z] ---> Running in c09155671c8f [2022-08-15T13:22:27.092Z] Removing intermediate container 0f72e3782e8b [2022-08-15T13:22:27.092Z] ---> b42e5cebdfa7 [2022-08-15T13:22:27.092Z] Step 12/23 : ENV APP_PORT=59880 [2022-08-15T13:22:27.092Z] Removing intermediate container 370c0d7ca4bd [2022-08-15T13:22:27.092Z] ---> 64e445e7f971 [2022-08-15T13:22:27.092Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-15T13:22:27.092Z] ---> Running in 3d00f7ec1a9d [2022-08-15T13:22:27.092Z] Removing intermediate container 3fcdd03410e4 [2022-08-15T13:22:27.092Z] ---> 682f9335706f [2022-08-15T13:22:27.092Z] 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 [2022-08-15T13:22:27.238Z] $ docker top 99b3e5e13f0aa746da834e00f5d8a619394c5151c2899aefcac4e0d40666a8f4 -eo pid,comm [2022-08-15T13:22:27.364Z] ---> Running in 4e5d7702c1f5 [2022-08-15T13:22:27.365Z] Removing intermediate container 3d00f7ec1a9d [2022-08-15T13:22:27.365Z] ---> 6030f9573f51 [2022-08-15T13:22:27.365Z] Step 13/23 : EXPOSE $APP_PORT [2022-08-15T13:22:27.365Z] ---> Running in 348aa2391c67 [2022-08-15T13:22:27.365Z] ---> be16426d3766 [2022-08-15T13:22:27.365Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:22:27.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:27.365Z] ---> Running in cdd08f706295 [2022-08-15T13:22:27.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo [2022-08-15T13:22:27.620Z] ========================================================= [2022-08-15T13:22:27.620Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-08-15T13:22:27.620Z] ========================================================= [2022-08-15T13:22:27.624Z] Removing intermediate container 348aa2391c67 [2022-08-15T13:22:27.624Z] ---> 9ec759e45bbd [2022-08-15T13:22:27.624Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:22:27.624Z] ---> Running in f1dfd7e59069 [2022-08-15T13:22:27.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:27.624Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-08-15T13:22:27.624Z] (2/2) Installing su-exec (0.2-r1) [2022-08-15T13:22:27.624Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:22:27.624Z] OK: 6 MiB in 16 packages [Pipeline] sh [2022-08-15T13:22:27.882Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:27.883Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-15T13:22:27.883Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-15T13:22:27.883Z] (3/33) Installing readline (8.1.2-r0) [2022-08-15T13:22:28.142Z] (4/33) Installing bash (5.1.16-r2) [2022-08-15T13:22:28.142Z] Executing bash-5.1.16-r2.post-install [2022-08-15T13:22:28.142Z] (5/33) Installing ca-certificates (20220614-r0) [2022-08-15T13:22:28.142Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-08-15T13:22:28.142Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-08-15T13:22:28.142Z] (8/33) Installing libcurl (7.83.1-r2) [2022-08-15T13:22:28.142Z] (9/33) Installing curl (7.83.1-r2) [2022-08-15T13:22:28.142Z] (10/33) Installing docker-cli (20.10.16-r2) [2022-08-15T13:22:28.271Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-08-15T13:22:28.428Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-08-15T13:22:28.428Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-08-15T13:22:28.428Z] (13/33) Installing expat (2.4.8-r0) [2022-08-15T13:22:28.428Z] (14/33) Installing libffi (3.4.2-r1) [2022-08-15T13:22:28.428Z] (15/33) Installing gdbm (1.23-r0) [2022-08-15T13:22:28.428Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-08-15T13:22:28.428Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-08-15T13:22:28.428Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-15T13:22:28.428Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-08-15T13:22:28.428Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-08-15T13:22:28.428Z] (21/33) Installing python3 (3.10.5-r0) [2022-08-15T13:22:28.990Z] + make test [2022-08-15T13:22:28.990Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-08-15T13:22:29.005Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-08-15T13:22:29.005Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-08-15T13:22:29.005Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-08-15T13:22:29.005Z] (25/33) Installing py3-six (1.16.0-r1) [2022-08-15T13:22:29.005Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-08-15T13:22:29.005Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-08-15T13:22:29.005Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-08-15T13:22:29.005Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-08-15T13:22:29.005Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-08-15T13:22:29.005Z] (31/33) Installing py3-packaging (21.3-r0) [2022-08-15T13:22:29.005Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-08-15T13:22:29.005Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-08-15T13:22:29.268Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:22:29.268Z] Executing ca-certificates-20220614-r0.trigger [2022-08-15T13:22:29.268Z] OK: 122 MiB in 47 packages [2022-08-15T13:22:30.704Z] Removing intermediate container c09155671c8f [2022-08-15T13:22:30.704Z] ---> 9befd106c27c [2022-08-15T13:22:30.704Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-08-15T13:22:30.704Z] ---> Running in 82e1404251cd [2022-08-15T13:22:30.704Z] Removing intermediate container f1dfd7e59069 [2022-08-15T13:22:30.704Z] ---> 50f9924f8506 [2022-08-15T13:22:30.704Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-15T13:22:30.704Z] Removing intermediate container 82e1404251cd [2022-08-15T13:22:30.704Z] ---> fed2f2610673 [2022-08-15T13:22:30.704Z] Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-08-15T13:22:30.704Z] Removing intermediate container 3b4e5e4cd059 [2022-08-15T13:22:30.704Z] ---> 3ff904c4b664 [2022-08-15T13:22:30.704Z] [2022-08-15T13:22:30.704Z] Step 10/22 : FROM alpine:3.16 [2022-08-15T13:22:30.704Z] ---> 9c6f07244728 [2022-08-15T13:22:30.704Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-08-15T13:22:30.964Z] ---> Running in b545efe382cb [2022-08-15T13:22:30.964Z] ---> Running in 8e1ba8d0582a [2022-08-15T13:22:30.964Z] ---> Running in 408e10b214f6 [2022-08-15T13:22:30.964Z] Removing intermediate container 8e1ba8d0582a [2022-08-15T13:22:30.964Z] ---> 24e79c3a54c0 [2022-08-15T13:22:30.964Z] Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-08-15T13:22:30.964Z] ---> Running in 005a71b6deb5 [2022-08-15T13:22:31.224Z] Removing intermediate container 005a71b6deb5 [2022-08-15T13:22:31.224Z] ---> 0dd548fc6d25 [2022-08-15T13:22:31.224Z] Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-08-15T13:22:31.224Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:31.224Z] ---> Running in 3ada0c1a0549 [2022-08-15T13:22:31.485Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:31.485Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:31.744Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-08-15T13:22:31.744Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:22:31.744Z] OK: 6 MiB in 15 packages [2022-08-15T13:22:32.330Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:32.589Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-15T13:22:32.589Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-15T13:22:32.589Z] Removing intermediate container 3ada0c1a0549 [2022-08-15T13:22:32.589Z] ---> 919642a08ca9 [2022-08-15T13:22:32.589Z] Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} [2022-08-15T13:22:32.589Z] Removing intermediate container 408e10b214f6 [2022-08-15T13:22:32.589Z] ---> f9ebc2acc506 [2022-08-15T13:22:32.589Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-15T13:22:32.849Z] ---> Running in 9fadbd6ba76c [2022-08-15T13:22:32.849Z] ---> Running in 365872c1453d [2022-08-15T13:22:32.849Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-15T13:22:32.849Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-15T13:22:32.849Z] Removing intermediate container 9fadbd6ba76c [2022-08-15T13:22:32.849Z] ---> 95469e71b3f4 [2022-08-15T13:22:32.849Z] Step 13/22 : ENV APP_PORT=59861 [2022-08-15T13:22:32.849Z] Removing intermediate container 365872c1453d [2022-08-15T13:22:32.849Z] ---> 3a36d2017bcf [2022-08-15T13:22:32.849Z] Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-08-15T13:22:33.109Z] ---> Running in a269c727909d [2022-08-15T13:22:33.109Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-15T13:22:33.109Z] Collecting docker-compose==1.23.2 [2022-08-15T13:22:33.109Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-08-15T13:22:33.109Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 21.7 MB/s eta 0:00:00 [2022-08-15T13:22:33.109Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-15T13:22:33.109Z] Collecting dockerpty<0.5,>=0.4.1 [2022-08-15T13:22:33.109Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-08-15T13:22:33.109Z] Preparing metadata (setup.py): started [2022-08-15T13:22:33.109Z] Removing intermediate container a269c727909d [2022-08-15T13:22:33.109Z] ---> a179f463dab6 [2022-08-15T13:22:33.109Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-15T13:22:33.109Z] ---> 75c60f2cde42 [2022-08-15T13:22:33.109Z] Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-08-15T13:22:33.109Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:22:33.109Z] OK: 8 MiB in 20 packages [2022-08-15T13:22:33.370Z] ---> Running in 6d4cf346753e [2022-08-15T13:22:33.370Z] ---> Running in 9d3defe9cdf7 [2022-08-15T13:22:33.370Z] Removing intermediate container 6d4cf346753e [2022-08-15T13:22:33.370Z] ---> aa45d635c1c3 [2022-08-15T13:22:33.370Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:22:33.370Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-15T13:22:33.370Z] Collecting jsonschema<3,>=2.5.1 [2022-08-15T13:22:33.629Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-08-15T13:22:33.629Z] Collecting PyYAML<4,>=3.10 [2022-08-15T13:22:33.629Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-08-15T13:22:33.629Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 36.4 MB/s eta 0:00:00 [2022-08-15T13:22:33.629Z] ---> bc7626097fb3 [2022-08-15T13:22:33.629Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-08-15T13:22:33.992Z] Removing intermediate container b545efe382cb [2022-08-15T13:22:33.992Z] ---> 8125193e3bf2 [2022-08-15T13:22:33.992Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:22:33.992Z] Preparing metadata (setup.py): started [2022-08-15T13:22:34.256Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-15T13:22:34.256Z] Collecting websocket-client<1.0,>=0.32.0 [2022-08-15T13:22:34.256Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-08-15T13:22:34.256Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 162.5 MB/s eta 0:00:00 [2022-08-15T13:22:34.256Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-08-15T13:22:34.256Z] ---> 8e87f3d148dc [2022-08-15T13:22:34.256Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-08-15T13:22:34.256Z] ---> b4c3c7b87ef4 [2022-08-15T13:22:34.256Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-08-15T13:22:34.256Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-08-15T13:22:34.256Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-08-15T13:22:34.256Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 65.6 MB/s eta 0:00:00 [2022-08-15T13:22:34.256Z] Collecting docopt<0.7,>=0.6.1 [2022-08-15T13:22:34.526Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-08-15T13:22:34.526Z] Preparing metadata (setup.py): started [2022-08-15T13:22:34.526Z] Removing intermediate container 9d3defe9cdf7 [2022-08-15T13:22:34.526Z] ---> 9f5156dfbf5e [2022-08-15T13:22:34.526Z] Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:22:34.526Z] Removing intermediate container cdd08f706295 [2022-08-15T13:22:34.526Z] ---> 516561393c5d [2022-08-15T13:22:34.526Z] Step 8/25 : COPY . . [2022-08-15T13:22:34.786Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-15T13:22:34.786Z] Collecting cached-property<2,>=1.2.0 [2022-08-15T13:22:34.786Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-08-15T13:22:34.786Z] ---> c3cb6499a635 [2022-08-15T13:22:34.786Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-08-15T13:22:34.786Z] Collecting docker<4.0,>=3.6.0 [2022-08-15T13:22:34.786Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-08-15T13:22:34.786Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 3.9 MB/s eta 0:00:00 [2022-08-15T13:22:34.786Z] Collecting texttable<0.10,>=0.9.0 [2022-08-15T13:22:34.786Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-08-15T13:22:34.786Z] Preparing metadata (setup.py): started [2022-08-15T13:22:35.355Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-15T13:22:35.355Z] Collecting docker-pycreds>=0.4.0 [2022-08-15T13:22:35.355Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-08-15T13:22:35.355Z] Collecting certifi>=2017.4.17 [2022-08-15T13:22:35.355Z] Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) [2022-08-15T13:22:35.355Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 13.1 MB/s eta 0:00:00 [2022-08-15T13:22:35.355Z] Collecting urllib3<1.25,>=1.21.1 [2022-08-15T13:22:35.617Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-08-15T13:22:35.617Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 26.0 MB/s eta 0:00:00 [2022-08-15T13:22:35.617Z] ---> 0533f0f28592 [2022-08-15T13:22:35.618Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-08-15T13:22:35.618Z] Collecting idna<2.8,>=2.5 [2022-08-15T13:22:35.618Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-08-15T13:22:35.618Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 167.1 MB/s eta 0:00:00 [2022-08-15T13:22:35.618Z] ---> Running in 4adbb483d9c4 [2022-08-15T13:22:35.618Z] ---> 531f4ef765d3 [2022-08-15T13:22:35.618Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-08-15T13:22:35.618Z] Collecting chardet<3.1.0,>=3.0.2 [2022-08-15T13:22:35.618Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-08-15T13:22:35.618Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 47.4 MB/s eta 0:00:00 [2022-08-15T13:22:35.618Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-08-15T13:22:35.618Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-08-15T13:22:35.618Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-08-15T13:22:35.618Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-08-15T13:22:35.618Z] Removing intermediate container 4adbb483d9c4 [2022-08-15T13:22:35.618Z] ---> a940ed1a5da7 [2022-08-15T13:22:35.618Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:22:35.618Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-08-15T13:22:35.618Z] Running setup.py install for texttable: started [2022-08-15T13:22:35.877Z] ---> Running in 9eeafe1a41b5 [2022-08-15T13:22:35.877Z] ---> afbcd6cde28d [2022-08-15T13:22:35.877Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-08-15T13:22:35.877Z] ---> Running in f7ee4af46d6e [2022-08-15T13:22:35.877Z] Removing intermediate container 9eeafe1a41b5 [2022-08-15T13:22:35.877Z] ---> 5de44f3025f2 [2022-08-15T13:22:35.877Z] Step 20/22 : LABEL arch=x86_64 [2022-08-15T13:22:35.877Z] ---> Running in 73f377fee51e [2022-08-15T13:22:35.877Z] Removing intermediate container f7ee4af46d6e [2022-08-15T13:22:35.877Z] ---> 16d449ba8b31 [2022-08-15T13:22:35.877Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:22:36.137Z] Running setup.py install for texttable: finished with status 'done' [2022-08-15T13:22:36.137Z] ---> Running in b914fbd2d876 [2022-08-15T13:22:36.137Z] Running setup.py install for PyYAML: started [2022-08-15T13:22:36.137Z] ---> ecc2a28659b0 [2022-08-15T13:22:36.137Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-08-15T13:22:36.137Z] Removing intermediate container 73f377fee51e [2022-08-15T13:22:36.137Z] ---> a43ecbc5ed42 [2022-08-15T13:22:36.137Z] Step 21/22 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:22:36.137Z] ---> Running in 1796fcdbc01f [2022-08-15T13:22:36.137Z] Removing intermediate container b914fbd2d876 [2022-08-15T13:22:36.137Z] ---> 0e682643a012 [2022-08-15T13:22:36.137Z] Step 21/23 : LABEL arch=x86_64 [2022-08-15T13:22:36.402Z] ---> Running in 4c425845a790 [2022-08-15T13:22:36.402Z] ---> b138c77e3d57 [2022-08-15T13:22:36.402Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-08-15T13:22:36.402Z] Removing intermediate container 1796fcdbc01f [2022-08-15T13:22:36.402Z] ---> 43990df59795 [2022-08-15T13:22:36.402Z] Step 22/22 : LABEL version=0.0.0 [2022-08-15T13:22:36.402Z] ---> Running in 72bbb03f9114 [2022-08-15T13:22:36.402Z] Removing intermediate container 4c425845a790 [2022-08-15T13:22:36.402Z] ---> 7b0e7e76d776 [2022-08-15T13:22:36.402Z] Step 22/23 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:22:36.402Z] ---> Running in c2dcba2b1036 [2022-08-15T13:22:36.402Z] Running setup.py install for PyYAML: finished with status 'done' [2022-08-15T13:22:36.669Z] Removing intermediate container 72bbb03f9114 [2022-08-15T13:22:36.669Z] ---> bfff838391e6 [2022-08-15T13:22:36.669Z] [2022-08-15T13:22:36.669Z] Removing intermediate container c2dcba2b1036 [2022-08-15T13:22:36.669Z] ---> df77908a72c6 [2022-08-15T13:22:36.669Z] Step 23/23 : LABEL version=0.0.0 [2022-08-15T13:22:36.669Z] Successfully built bfff838391e6 [2022-08-15T13:22:36.669Z] ---> e9706e570209 [2022-08-15T13:22:36.669Z] Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-08-15T13:22:36.669Z] Successfully tagged support-scheduler:latest [2022-08-15T13:22:36.669Z]  Building support-scheduler ... done Building security-spire-agent [2022-08-15T13:22:36.931Z] ---> Running in 0866ee22b442 [2022-08-15T13:22:36.931Z] Running setup.py install for docopt: started [2022-08-15T13:22:37.501Z] Running setup.py install for docopt: finished with status 'done' [2022-08-15T13:22:37.766Z] ---> 0ddb63f9eff8 [2022-08-15T13:22:37.766Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-08-15T13:22:38.025Z] Removing intermediate container 0866ee22b442 [2022-08-15T13:22:38.025Z] ---> b51a521dbc55 [2022-08-15T13:22:38.025Z] [2022-08-15T13:22:38.025Z] Successfully built b51a521dbc55 [2022-08-15T13:22:38.288Z] Successfully tagged core-data:latest [2022-08-15T13:22:38.288Z] Building security-spire-config [2022-08-15T13:22:38.856Z]  Building core-data ... done  ---> 486e5d243afe [2022-08-15T13:22:38.856Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-08-15T13:22:38.856Z] Running setup.py install for dockerpty: started [2022-08-15T13:22:39.115Z] Running setup.py install for dockerpty: finished with status 'done' [2022-08-15T13:22:39.686Z] ---> 7d9d904cc257 [2022-08-15T13:22:39.686Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-08-15T13:22:39.945Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:22:39.945Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:22:39.945Z] ---> 3ccfb946accb [2022-08-15T13:22:39.945Z] Step 3/26 : WORKDIR /edgex-go [2022-08-15T13:22:39.945Z] ---> Using cache [2022-08-15T13:22:39.945Z] ---> 7542d22045da [2022-08-15T13:22:39.945Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:22:39.945Z] ---> Using cache [2022-08-15T13:22:39.945Z] ---> e72be463c78d [2022-08-15T13:22:39.945Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-15T13:22:40.205Z] ---> Running in d2e1c748822e [2022-08-15T13:22:40.205Z] ---> Running in 266e4f0636b0 [2022-08-15T13:22:40.205Z] ---> Running in 40ad7b9fa1dc [2022-08-15T13:22:40.464Z] 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 [2022-08-15T13:22:40.464Z] 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 [2022-08-15T13:22:41.093Z] 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 [2022-08-15T13:22:41.353Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:41.924Z] Removing intermediate container d2e1c748822e [2022-08-15T13:22:41.924Z] ---> f328bf8d6517 [2022-08-15T13:22:41.924Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-08-15T13:22:41.924Z] ---> Running in 6772730deeab [2022-08-15T13:22:42.187Z] Removing intermediate container 6772730deeab [2022-08-15T13:22:42.187Z] ---> 223acef66c68 [2022-08-15T13:22:42.187Z] Step 28/31 : CMD ["gate"] [2022-08-15T13:22:42.187Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:42.526Z] ---> Running in 4b474074521d [2022-08-15T13:22:42.526Z] Removing intermediate container 4b474074521d [2022-08-15T13:22:42.526Z] ---> 6ffe310e4d46 [2022-08-15T13:22:42.526Z] Step 29/31 : LABEL arch=x86_64 [2022-08-15T13:22:42.787Z] OK: 211 MiB in 51 packages [2022-08-15T13:22:42.787Z] ---> Running in 64698b82cf64 [2022-08-15T13:22:43.360Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:22:43.360Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:22:43.360Z] ---> 3ccfb946accb [2022-08-15T13:22:43.360Z] Step 3/26 : WORKDIR /edgex-go [2022-08-15T13:22:43.360Z] ---> Using cache [2022-08-15T13:22:43.360Z] ---> 7542d22045da [2022-08-15T13:22:43.360Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:22:43.360Z] ---> Using cache [2022-08-15T13:22:43.360Z] ---> e72be463c78d [2022-08-15T13:22:43.360Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-15T13:22:43.360Z] Removing intermediate container 64698b82cf64 [2022-08-15T13:22:43.360Z] ---> 7e3c7e1d4d38 [2022-08-15T13:22:43.360Z] Step 30/31 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:22:43.360Z] ---> Running in eca13bb55595 [2022-08-15T13:22:43.360Z] ---> Running in 67a578ee684b [2022-08-15T13:22:43.360Z] Removing intermediate container 40ad7b9fa1dc [2022-08-15T13:22:43.360Z] ---> 719fbff98cb3 [2022-08-15T13:22:43.360Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-15T13:22:43.630Z] Removing intermediate container 67a578ee684b [2022-08-15T13:22:43.630Z] ---> 9b43562ac1a4 [2022-08-15T13:22:43.630Z] Step 31/31 : LABEL version=0.0.0 [2022-08-15T13:22:43.630Z] ---> Running in 8c2e5dd269a4 [2022-08-15T13:22:43.630Z] ---> 779cb1e68fa0 [2022-08-15T13:22:43.630Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:22:43.630Z] ---> Running in b5de57c968c9 [2022-08-15T13:22:43.630Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:43.890Z] Removing intermediate container 8c2e5dd269a4 [2022-08-15T13:22:43.890Z] ---> 33acea228896 [2022-08-15T13:22:43.890Z] [2022-08-15T13:22:43.890Z] Successfully built 33acea228896 [2022-08-15T13:22:43.890Z] Successfully tagged security-bootstrapper:latest [2022-08-15T13:22:43.890Z]  Building security-bootstrapper ... done Building security-spire-server [2022-08-15T13:22:44.459Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:22:45.160Z] OK: 211 MiB in 51 packages [2022-08-15T13:22:47.070Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:22:47.070Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:22:47.070Z] ---> 3ccfb946accb [2022-08-15T13:22:47.070Z] Step 3/25 : WORKDIR /edgex-go [2022-08-15T13:22:47.070Z] ---> Using cache [2022-08-15T13:22:47.070Z] ---> 7542d22045da [2022-08-15T13:22:47.070Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:22:47.070Z] ---> Using cache [2022-08-15T13:22:47.070Z] ---> e72be463c78d [2022-08-15T13:22:47.070Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-08-15T13:22:47.070Z] ---> Using cache [2022-08-15T13:22:47.070Z] ---> 719fbff98cb3 [2022-08-15T13:22:47.070Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-15T13:22:47.070Z] ---> Using cache [2022-08-15T13:22:47.070Z] ---> 779cb1e68fa0 [2022-08-15T13:22:47.070Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:22:49.618Z] ---> Running in 48cf8b889ff6 [2022-08-15T13:22:49.618Z] Removing intermediate container 4e5d7702c1f5 [2022-08-15T13:22:49.618Z] ---> 244692a80133 [2022-08-15T13:22:49.618Z] Step 14/23 : ENV APP_PORT=58890 [2022-08-15T13:22:49.618Z] ---> Running in 8241f782e9c6 [2022-08-15T13:22:49.618Z] Removing intermediate container eca13bb55595 [2022-08-15T13:22:49.618Z] ---> 148a1de0a83c [2022-08-15T13:22:49.618Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-15T13:22:49.882Z] Removing intermediate container 8241f782e9c6 [2022-08-15T13:22:49.882Z] ---> f07440bde463 [2022-08-15T13:22:49.882Z] Step 15/23 : EXPOSE $APP_PORT [2022-08-15T13:22:50.147Z] ---> b9cb5804d6b3 [2022-08-15T13:22:50.147Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:22:50.147Z] ---> Running in 17038e6bd589 [2022-08-15T13:22:50.147Z] ---> Running in 154c133e9bcf [2022-08-15T13:22:50.408Z] Removing intermediate container 17038e6bd589 [2022-08-15T13:22:50.408Z] ---> df5444881fb6 [2022-08-15T13:22:50.408Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-08-15T13:22:51.356Z] ---> 3e642f5fa467 [2022-08-15T13:22:51.356Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-08-15T13:22:51.925Z] ---> daf552c32e5e [2022-08-15T13:22:51.925Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-08-15T13:22:53.336Z] ---> 4b94f19c06cf [2022-08-15T13:22:53.336Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-08-15T13:22:53.595Z] ---> Running in 2f0cb64f5ccd [2022-08-15T13:22:53.855Z] Removing intermediate container 2f0cb64f5ccd [2022-08-15T13:22:53.855Z] ---> 6dc5ce8d085e [2022-08-15T13:22:53.855Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:22:53.855Z] Removing intermediate container b5de57c968c9 [2022-08-15T13:22:53.855Z] ---> 5544b5368238 [2022-08-15T13:22:53.855Z] Step 8/26 : COPY . . [2022-08-15T13:22:54.115Z] ---> Running in fba2def92333 [2022-08-15T13:22:54.716Z] Removing intermediate container fba2def92333 [2022-08-15T13:22:54.716Z] ---> c1da08fbb598 [2022-08-15T13:22:54.716Z] Step 21/23 : LABEL arch=x86_64 [2022-08-15T13:22:54.984Z] 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 [2022-08-15T13:22:55.566Z] ---> Running in 4054b2914ac8 [2022-08-15T13:22:56.161Z] Removing intermediate container 4054b2914ac8 [2022-08-15T13:22:56.161Z] ---> 9c7d5531d670 [2022-08-15T13:22:56.161Z] Step 22/23 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:22:56.161Z] ---> Running in 56b1014f84ba [2022-08-15T13:22:56.729Z] Removing intermediate container 56b1014f84ba [2022-08-15T13:22:56.729Z] ---> 6f9e7e77e2f5 [2022-08-15T13:22:56.729Z] Step 23/23 : LABEL version=0.0.0 [2022-08-15T13:22:56.729Z] ---> Running in a825b19893e9 [2022-08-15T13:22:57.304Z] Removing intermediate container a825b19893e9 [2022-08-15T13:22:57.304Z] ---> 8af4857545ae [2022-08-15T13:22:57.304Z] [2022-08-15T13:22:57.304Z] Successfully built 8af4857545ae [2022-08-15T13:22:57.566Z] Successfully tagged sys-mgmt-agent:latest [2022-08-15T13:22:57.566Z] Building support-notifications [2022-08-15T13:22:58.170Z]  Building sys-mgmt-agent ... done Removing intermediate container 154c133e9bcf [2022-08-15T13:22:58.170Z] ---> ee966c0c755d [2022-08-15T13:22:58.170Z] Step 8/26 : COPY . . [2022-08-15T13:22:58.170Z] Removing intermediate container 48cf8b889ff6 [2022-08-15T13:22:58.170Z] ---> 2880d112fd22 [2022-08-15T13:22:58.170Z] Step 8/25 : COPY . . [2022-08-15T13:23:00.731Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:23:00.732Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:23:00.732Z] ---> 3ccfb946accb [2022-08-15T13:23:00.732Z] Step 3/22 : WORKDIR /edgex-go [2022-08-15T13:23:00.732Z] ---> Using cache [2022-08-15T13:23:00.732Z] ---> 7542d22045da [2022-08-15T13:23:00.732Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:23:00.732Z] ---> Using cache [2022-08-15T13:23:00.732Z] ---> e72be463c78d [2022-08-15T13:23:00.732Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-08-15T13:23:01.346Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-08-15T13:23:02.647Z] ---> Running in b5de4fb3ffb7 [2022-08-15T13:23:02.647Z] Removing intermediate container 266e4f0636b0 [2022-08-15T13:23:02.647Z] ---> 6984d7c274b2 [2022-08-15T13:23:02.647Z] [2022-08-15T13:23:02.647Z] Step 10/25 : FROM alpine:3.16 [2022-08-15T13:23:02.647Z] ---> 9c6f07244728 [2022-08-15T13:23:02.647Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-08-15T13:23:02.647Z] ---> 1a297d4228dd [2022-08-15T13:23:02.647Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-15T13:23:02.647Z] ---> Running in 905beebbd547 [2022-08-15T13:23:02.906Z] ---> e5304b0c36be [2022-08-15T13:23:02.906Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-08-15T13:23:02.906Z] ---> 848480a233f1 [2022-08-15T13:23:02.906Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-15T13:23:02.907Z] ---> Running in 58fac0956a35 [2022-08-15T13:23:02.907Z] ---> Running in 54c152e64b8a [2022-08-15T13:23:02.907Z] ---> Running in d9b8bd94fba7 [2022-08-15T13:23:02.907Z] Removing intermediate container 58fac0956a35 [2022-08-15T13:23:02.907Z] ---> 798bc5c374d1 [2022-08-15T13:23:02.907Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-15T13:23:02.907Z] ---> Running in 680a2f97a6fe [2022-08-15T13:23:02.907Z] Removing intermediate container 54c152e64b8a [2022-08-15T13:23:02.907Z] ---> 51fd03aca597 [2022-08-15T13:23:02.907Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-15T13:23:02.907Z] Removing intermediate container d9b8bd94fba7 [2022-08-15T13:23:02.907Z] ---> 3d607424c2b4 [2022-08-15T13:23:02.907Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-08-15T13:23:02.907Z] ---> Running in 780f1bc77b56 [2022-08-15T13:23:02.907Z] ---> Running in 2510cc833395 [2022-08-15T13:23:02.907Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:03.167Z] Removing intermediate container 680a2f97a6fe [2022-08-15T13:23:03.167Z] ---> f3e84d7440cd [2022-08-15T13:23:03.167Z] 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 [2022-08-15T13:23:03.167Z] Removing intermediate container 780f1bc77b56 [2022-08-15T13:23:03.167Z] ---> 5fa7e74a68c9 [2022-08-15T13:23:03.167Z] 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 [2022-08-15T13:23:03.167Z] ---> Running in 34323d38f6a5 [2022-08-15T13:23:03.167Z] Removing intermediate container 2510cc833395 [2022-08-15T13:23:03.167Z] ---> 464e5ad4e29f [2022-08-15T13:23:03.167Z] 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 [2022-08-15T13:23:03.167Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:03.167Z] ---> Running in 3a3cf495ad9d [2022-08-15T13:23:03.167Z] ---> Running in 9e66b3944acc [2022-08-15T13:23:03.428Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:03.428Z] (1/3) Installing ca-certificates (20220614-r0) [2022-08-15T13:23:03.428Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-08-15T13:23:03.428Z] (3/3) Installing su-exec (0.2-r1) [2022-08-15T13:23:03.428Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:23:03.428Z] Executing ca-certificates-20220614-r0.trigger [2022-08-15T13:23:03.688Z] OK: 6 MiB in 17 packages [2022-08-15T13:23:03.948Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:04.208Z] Removing intermediate container 34323d38f6a5 [2022-08-15T13:23:04.208Z] ---> 6812ee281f5f [2022-08-15T13:23:04.208Z] Step 12/26 : WORKDIR /edgex-go [2022-08-15T13:23:04.208Z] ---> Running in cc899d435f97 [2022-08-15T13:23:04.208Z] Removing intermediate container 9e66b3944acc [2022-08-15T13:23:04.208Z] ---> 49c48b2d6965 [2022-08-15T13:23:04.208Z] Step 12/25 : WORKDIR /edgex-go [2022-08-15T13:23:04.208Z] ---> Running in cde445c5950d [2022-08-15T13:23:04.208Z] Removing intermediate container cc899d435f97 [2022-08-15T13:23:04.208Z] ---> 170dc1825899 [2022-08-15T13:23:04.208Z] [2022-08-15T13:23:04.208Z] Step 13/26 : FROM alpine:3.15 [2022-08-15T13:23:04.208Z] ---> c4fc93816858 [2022-08-15T13:23:04.208Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-15T13:23:04.208Z] ---> Using cache [2022-08-15T13:23:04.208Z] ---> 84a306091b92 [2022-08-15T13:23:04.208Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:23:04.208Z] ---> Using cache [2022-08-15T13:23:04.208Z] ---> 54e30914f754 [2022-08-15T13:23:04.208Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-15T13:23:04.208Z] OK: 211 MiB in 51 packages [2022-08-15T13:23:04.208Z] ---> Running in 657724e695e7 [2022-08-15T13:23:04.467Z] Removing intermediate container 3a3cf495ad9d [2022-08-15T13:23:04.467Z] ---> 63435e321f61 [2022-08-15T13:23:04.467Z] Step 12/26 : WORKDIR /edgex-go [2022-08-15T13:23:04.467Z] Removing intermediate container cde445c5950d [2022-08-15T13:23:04.467Z] ---> 38f68f6974fd [2022-08-15T13:23:04.467Z] [2022-08-15T13:23:04.467Z] Step 13/25 : FROM alpine:3.15 [2022-08-15T13:23:04.467Z] ---> c4fc93816858 [2022-08-15T13:23:04.467Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-15T13:23:04.467Z] ---> Using cache [2022-08-15T13:23:04.467Z] ---> 84a306091b92 [2022-08-15T13:23:04.467Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:23:04.467Z] ---> Using cache [2022-08-15T13:23:04.467Z] ---> 54e30914f754 [2022-08-15T13:23:04.467Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-15T13:23:04.467Z] ---> Running in 08c983f77f2d [2022-08-15T13:23:04.467Z] ---> Running in 494a0e224b42 [2022-08-15T13:23:04.467Z] Removing intermediate container 905beebbd547 [2022-08-15T13:23:04.467Z] ---> f74be98d308a [2022-08-15T13:23:04.467Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-15T13:23:04.467Z] ---> Running in 93917c62d50e [2022-08-15T13:23:04.467Z] Removing intermediate container 08c983f77f2d [2022-08-15T13:23:04.467Z] ---> 67ff7a0761da [2022-08-15T13:23:04.468Z] [2022-08-15T13:23:04.468Z] Step 13/26 : FROM alpine:3.15 [2022-08-15T13:23:04.468Z] ---> c4fc93816858 [2022-08-15T13:23:04.468Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-15T13:23:04.468Z] ---> Using cache [2022-08-15T13:23:04.468Z] ---> 84a306091b92 [2022-08-15T13:23:04.468Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:23:04.468Z] ---> Using cache [2022-08-15T13:23:04.468Z] ---> 54e30914f754 [2022-08-15T13:23:04.468Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-08-15T13:23:04.743Z] ---> Running in 2aec89cd8515 [2022-08-15T13:23:04.743Z] Removing intermediate container 93917c62d50e [2022-08-15T13:23:04.743Z] ---> dfdfe04ccce8 [2022-08-15T13:23:04.743Z] Step 13/25 : WORKDIR / [2022-08-15T13:23:04.743Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:04.743Z] ---> Running in 0e1e346f92fe [2022-08-15T13:23:04.743Z] Removing intermediate container b5de4fb3ffb7 [2022-08-15T13:23:04.743Z] ---> 77b46fa97a0b [2022-08-15T13:23:04.743Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-15T13:23:04.743Z] Removing intermediate container 0e1e346f92fe [2022-08-15T13:23:04.743Z] ---> c4d7037acba7 [2022-08-15T13:23:04.743Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-08-15T13:23:05.004Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:05.004Z] ---> 454fb0402dae [2022-08-15T13:23:05.004Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:23:05.004Z] ---> 865a778fe9e3 [2022-08-15T13:23:05.004Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-08-15T13:23:05.004Z] ---> Running in 93bb4f65ff05 [2022-08-15T13:23:05.004Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:05.004Z] ---> e4705dfb12da [2022-08-15T13:23:05.004Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-08-15T13:23:05.264Z] ---> 36cea45ba4d5 [2022-08-15T13:23:05.264Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-08-15T13:23:05.529Z] ---> 85bdb2816042 [2022-08-15T13:23:05.529Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-08-15T13:23:05.529Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:05.794Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:05.794Z] v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-15T13:23:05.794Z] v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-15T13:23:05.794Z] OK: 15856 distinct packages available [2022-08-15T13:23:05.794Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:05.794Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:06.064Z] ---> 751f979275ad [2022-08-15T13:23:06.064Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-08-15T13:23:06.064Z] v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-15T13:23:06.064Z] v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-15T13:23:06.064Z] OK: 15856 distinct packages available [2022-08-15T13:23:06.064Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:06.326Z] v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-15T13:23:06.326Z] v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-15T13:23:06.326Z] OK: 15856 distinct packages available [2022-08-15T13:23:06.326Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:06.587Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:06.846Z] ---> 403cb79ede5f [2022-08-15T13:23:06.846Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-08-15T13:23:06.846Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:07.137Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-08-15T13:23:07.137Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-08-15T13:23:07.137Z] (3/5) Installing libucontext (1.1-r0) [2022-08-15T13:23:07.401Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:07.401Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-08-15T13:23:07.401Z] (4/5) Installing gcompat (1.0.0-r4) [2022-08-15T13:23:07.401Z] ---> 55ceb1e184f1 [2022-08-15T13:23:07.401Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-15T13:23:07.401Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-08-15T13:23:07.401Z] (5/5) Installing openssl (1.1.1q-r0) [2022-08-15T13:23:07.401Z] ---> Running in 702e76d21206 [2022-08-15T13:23:07.401Z] (3/5) Installing libucontext (1.1-r0) [2022-08-15T13:23:07.401Z] Executing busybox-1.34.1-r7.trigger [2022-08-15T13:23:07.401Z] OK: 7 MiB in 19 packages [2022-08-15T13:23:07.662Z] (4/5) Installing gcompat (1.0.0-r4) [2022-08-15T13:23:07.662Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-08-15T13:23:07.662Z] (5/5) Installing openssl (1.1.1q-r0) [2022-08-15T13:23:07.662Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-08-15T13:23:07.662Z] Executing busybox-1.34.1-r7.trigger [2022-08-15T13:23:07.662Z] OK: 7 MiB in 19 packages [2022-08-15T13:23:07.662Z] (3/4) Installing libucontext (1.1-r0) [2022-08-15T13:23:07.952Z] (4/4) Installing gcompat (1.0.0-r4) [2022-08-15T13:23:07.952Z] Executing busybox-1.34.1-r7.trigger [2022-08-15T13:23:07.952Z] OK: 6 MiB in 18 packages [2022-08-15T13:23:08.218Z] Removing intermediate container 657724e695e7 [2022-08-15T13:23:08.218Z] ---> a59e9345c87f [2022-08-15T13:23:08.218Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-08-15T13:23:08.486Z] Removing intermediate container 702e76d21206 [2022-08-15T13:23:08.486Z] ---> 694774276eb4 [2022-08-15T13:23:08.486Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-08-15T13:23:08.486Z] Removing intermediate container 494a0e224b42 [2022-08-15T13:23:08.486Z] ---> 28a7e12b9beb [2022-08-15T13:23:08.486Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-15T13:23:08.486Z] ---> Running in 388eeb6b06f9 [2022-08-15T13:23:08.746Z] Removing intermediate container 2aec89cd8515 [2022-08-15T13:23:08.746Z] ---> 90cebf7bdfc7 [2022-08-15T13:23:08.746Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-15T13:23:08.746Z] Removing intermediate container 388eeb6b06f9 [2022-08-15T13:23:08.746Z] ---> 74aaaa67818b [2022-08-15T13:23:08.746Z] Step 23/25 : LABEL arch=x86_64 [2022-08-15T13:23:08.746Z] ---> Running in e2a189c54120 [2022-08-15T13:23:09.324Z] Removing intermediate container e2a189c54120 [2022-08-15T13:23:09.324Z] ---> 48c5e834c541 [2022-08-15T13:23:09.324Z] Step 24/25 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:23:09.586Z] ---> 29453d2f01dd [2022-08-15T13:23:09.586Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-15T13:23:09.848Z] ---> Running in a6f9cc83f05b [2022-08-15T13:23:10.140Z] ---> b0a29de1bbb9 [2022-08-15T13:23:10.140Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-08-15T13:23:10.140Z] Removing intermediate container a6f9cc83f05b [2022-08-15T13:23:10.140Z] ---> 29eb7e152e93 [2022-08-15T13:23:10.140Z] Step 25/25 : LABEL version=0.0.0 [2022-08-15T13:23:10.140Z] ---> 3b22f67e01c3 [2022-08-15T13:23:10.140Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-08-15T13:23:10.416Z] ---> Running in da9e05161f44 [2022-08-15T13:23:10.416Z] ---> e26bc0469483 [2022-08-15T13:23:10.416Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-08-15T13:23:10.416Z] ---> ed7f1bdb533c [2022-08-15T13:23:10.416Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-08-15T13:23:10.678Z] Removing intermediate container da9e05161f44 [2022-08-15T13:23:10.678Z] ---> d43e3afc2c45 [2022-08-15T13:23:10.678Z] [2022-08-15T13:23:10.678Z] ---> Running in 89a846a18fb9 [2022-08-15T13:23:10.938Z] Successfully built d43e3afc2c45 [2022-08-15T13:23:10.938Z] Successfully tagged security-secretstore-setup:latest [2022-08-15T13:23:10.938Z] Building security-proxy-setup [2022-08-15T13:23:10.938Z]  Building security-secretstore-setup ... done  ---> b5251b8bf2be [2022-08-15T13:23:10.938Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-08-15T13:23:11.877Z] Removing intermediate container 89a846a18fb9 [2022-08-15T13:23:11.877Z] ---> 2b50eef28f81 [2022-08-15T13:23:11.877Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-08-15T13:23:12.818Z] ---> 528bc731fa35 [2022-08-15T13:23:12.818Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-15T13:23:12.818Z] ---> de3ea37371a6 [2022-08-15T13:23:12.818Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-08-15T13:23:12.818Z] ---> 9eefbd8202e5 [2022-08-15T13:23:12.818Z] Step 21/26 : WORKDIR / [2022-08-15T13:23:12.818Z] ---> Running in 6ab9b2a76324 [2022-08-15T13:23:12.818Z] ---> Running in e028c0bf6629 [2022-08-15T13:23:13.095Z] ---> 853d8c50441e [2022-08-15T13:23:13.095Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-08-15T13:23:13.095Z] Removing intermediate container 6ab9b2a76324 [2022-08-15T13:23:13.095Z] ---> ff0c788ef5b3 [2022-08-15T13:23:13.095Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-15T13:23:13.095Z] Removing intermediate container e028c0bf6629 [2022-08-15T13:23:13.095Z] ---> 6ae5f4297945 [2022-08-15T13:23:13.095Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-15T13:23:13.354Z] Removing intermediate container 93bb4f65ff05 [2022-08-15T13:23:13.354Z] ---> 474d6e68a050 [2022-08-15T13:23:13.355Z] Step 8/22 : COPY . . [2022-08-15T13:23:13.355Z] ---> Running in b11bf83820fa [2022-08-15T13:23:13.355Z] ---> e1b57d571a62 [2022-08-15T13:23:13.355Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-08-15T13:23:13.355Z] ---> Running in bed1abe647c8 [2022-08-15T13:23:13.925Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:23:13.925Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:23:13.925Z] ---> 3ccfb946accb [2022-08-15T13:23:13.925Z] Step 3/22 : WORKDIR /edgex-go [2022-08-15T13:23:13.925Z] ---> Using cache [2022-08-15T13:23:13.925Z] ---> 7542d22045da [2022-08-15T13:23:13.925Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:23:13.925Z] ---> Using cache [2022-08-15T13:23:13.925Z] ---> e72be463c78d [2022-08-15T13:23:13.925Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-15T13:23:13.925Z] ---> Using cache [2022-08-15T13:23:13.925Z] ---> 64e445e7f971 [2022-08-15T13:23:13.925Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-15T13:23:13.925Z] ---> Using cache [2022-08-15T13:23:13.925Z] ---> be16426d3766 [2022-08-15T13:23:13.925Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:23:13.925Z] ---> Using cache [2022-08-15T13:23:13.925Z] ---> 516561393c5d [2022-08-15T13:23:13.925Z] Step 8/22 : COPY . . [2022-08-15T13:23:13.925Z] ---> Using cache [2022-08-15T13:23:13.925Z] ---> 7d9d904cc257 [2022-08-15T13:23:13.925Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-08-15T13:23:14.861Z] Removing intermediate container b11bf83820fa [2022-08-15T13:23:14.861Z] ---> 463a13cd1419 [2022-08-15T13:23:14.861Z] Step 23/25 : LABEL arch=x86_64 [2022-08-15T13:23:14.861Z] Removing intermediate container bed1abe647c8 [2022-08-15T13:23:14.861Z] ---> 0600571bcefe [2022-08-15T13:23:14.861Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-15T13:23:14.861Z] ---> Running in 9a574397fde2 [2022-08-15T13:23:14.861Z] ---> 99cab4946856 [2022-08-15T13:23:14.861Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-15T13:23:14.861Z] ---> Running in f39594f7597a [2022-08-15T13:23:14.861Z] ---> Running in 7384aa636cf3 [2022-08-15T13:23:14.861Z] ---> Running in 135e506fe9c5 [2022-08-15T13:23:14.861Z] Removing intermediate container f39594f7597a [2022-08-15T13:23:14.861Z] ---> 1fd0ab5e9279 [2022-08-15T13:23:14.861Z] Step 24/25 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:23:14.861Z] Removing intermediate container 7384aa636cf3 [2022-08-15T13:23:14.861Z] ---> 8d99692a9f5b [2022-08-15T13:23:14.861Z] Step 24/26 : LABEL arch=x86_64 [2022-08-15T13:23:15.171Z] ---> Running in 19dd454d6594 [2022-08-15T13:23:15.171Z] ---> Running in a7350625bd78 [2022-08-15T13:23:15.171Z] Removing intermediate container 135e506fe9c5 [2022-08-15T13:23:15.171Z] ---> bfbe896a77ea [2022-08-15T13:23:15.171Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-15T13:23:15.171Z] ---> Running in d185fbff0e12 [2022-08-15T13:23:15.171Z] Removing intermediate container 19dd454d6594 [2022-08-15T13:23:15.171Z] ---> d3e6d2ef8314 [2022-08-15T13:23:15.171Z] Step 25/25 : LABEL version=0.0.0 [2022-08-15T13:23:15.171Z] Removing intermediate container a7350625bd78 [2022-08-15T13:23:15.171Z] ---> 05fed935eaac [2022-08-15T13:23:15.171Z] Step 25/26 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:23:15.171Z] ---> Running in 60c98c001596 [2022-08-15T13:23:15.431Z] 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 [2022-08-15T13:23:15.431Z] ---> Running in 693f39b3e4f7 [2022-08-15T13:23:15.431Z] Removing intermediate container d185fbff0e12 [2022-08-15T13:23:15.431Z] ---> ecdcd99fa392 [2022-08-15T13:23:15.431Z] Step 24/26 : LABEL arch=x86_64 [2022-08-15T13:23:15.690Z] Removing intermediate container 60c98c001596 [2022-08-15T13:23:15.691Z] ---> 349cac13f62b [2022-08-15T13:23:15.691Z] [2022-08-15T13:23:15.691Z] Successfully built 349cac13f62b [2022-08-15T13:23:15.691Z] ---> Running in fc9040c015a0 [2022-08-15T13:23:15.691Z] Successfully tagged security-spire-server:latest [2022-08-15T13:23:15.691Z] Building core-metadata [2022-08-15T13:23:15.691Z]  Building security-spire-server ... done Removing intermediate container 693f39b3e4f7 [2022-08-15T13:23:15.691Z] ---> 369b2a4ed0bd [2022-08-15T13:23:15.691Z] Step 26/26 : LABEL version=0.0.0 [2022-08-15T13:23:15.952Z] ---> Running in ad2094290808 [2022-08-15T13:23:16.889Z] Removing intermediate container fc9040c015a0 [2022-08-15T13:23:16.889Z] ---> 3697a3f3f522 [2022-08-15T13:23:16.889Z] Step 25/26 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:23:17.150Z] Removing intermediate container ad2094290808 [2022-08-15T13:23:17.150Z] ---> 50ee6a204da1 [2022-08-15T13:23:17.150Z] [2022-08-15T13:23:17.411Z] Successfully built 50ee6a204da1 [2022-08-15T13:23:17.411Z] ---> Running in 2071258f54aa [2022-08-15T13:23:17.411Z] Successfully tagged security-spire-config:latest [2022-08-15T13:23:17.411Z] Building core-command [2022-08-15T13:23:17.411Z]  Building security-spire-config ... done  ---> cf033bacd3c7 [2022-08-15T13:23:17.411Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-08-15T13:23:17.411Z] ---> Running in 81304ab6a8be [2022-08-15T13:23:18.351Z] Removing intermediate container 2071258f54aa [2022-08-15T13:23:18.351Z] ---> 28c80bab25f5 [2022-08-15T13:23:18.351Z] Step 26/26 : LABEL version=0.0.0 [2022-08-15T13:23:18.924Z] 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 [2022-08-15T13:23:19.497Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:23:19.497Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:23:19.497Z] ---> 3ccfb946accb [2022-08-15T13:23:19.497Z] Step 3/24 : WORKDIR /edgex-go [2022-08-15T13:23:19.497Z] ---> Using cache [2022-08-15T13:23:19.497Z] ---> 7542d22045da [2022-08-15T13:23:19.497Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:23:19.497Z] ---> Using cache [2022-08-15T13:23:19.497Z] ---> e72be463c78d [2022-08-15T13:23:19.497Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-08-15T13:23:19.497Z] ---> Using cache [2022-08-15T13:23:19.497Z] ---> 64e445e7f971 [2022-08-15T13:23:19.497Z] Step 6/24 : COPY go.mod vendor* ./ [2022-08-15T13:23:19.497Z] ---> Using cache [2022-08-15T13:23:19.497Z] ---> be16426d3766 [2022-08-15T13:23:19.497Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:23:19.497Z] ---> Using cache [2022-08-15T13:23:19.497Z] ---> 516561393c5d [2022-08-15T13:23:19.497Z] Step 8/24 : COPY . . [2022-08-15T13:23:19.497Z] ---> Using cache [2022-08-15T13:23:19.497Z] ---> 7d9d904cc257 [2022-08-15T13:23:19.497Z] Step 9/24 : RUN make cmd/core-metadata/core-metadata [2022-08-15T13:23:20.875Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:23:20.875Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:23:20.875Z] ---> 3ccfb946accb [2022-08-15T13:23:20.875Z] Step 3/23 : WORKDIR /edgex-go [2022-08-15T13:23:20.875Z] ---> Using cache [2022-08-15T13:23:20.875Z] ---> 7542d22045da [2022-08-15T13:23:20.875Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:23:20.875Z] ---> Using cache [2022-08-15T13:23:20.875Z] ---> e72be463c78d [2022-08-15T13:23:20.875Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-08-15T13:23:20.875Z] ---> Using cache [2022-08-15T13:23:20.875Z] ---> 64e445e7f971 [2022-08-15T13:23:20.875Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-15T13:23:20.875Z] ---> Using cache [2022-08-15T13:23:20.875Z] ---> be16426d3766 [2022-08-15T13:23:20.875Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:23:20.875Z] ---> Using cache [2022-08-15T13:23:20.875Z] ---> 516561393c5d [2022-08-15T13:23:20.875Z] Step 8/23 : COPY . . [2022-08-15T13:23:20.875Z] ---> Using cache [2022-08-15T13:23:20.875Z] ---> 7d9d904cc257 [2022-08-15T13:23:20.875Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-08-15T13:23:21.133Z] ---> Running in 98b62bb4f7f1 [2022-08-15T13:23:21.133Z] ---> Running in 16cc16b535c7 [2022-08-15T13:23:21.133Z] ---> Running in 50400cb04d07 [2022-08-15T13:23:21.392Z] Removing intermediate container 98b62bb4f7f1 [2022-08-15T13:23:21.392Z] ---> 3ca3d401960a [2022-08-15T13:23:21.392Z] [2022-08-15T13:23:21.392Z] Successfully built 3ca3d401960a [2022-08-15T13:23:21.392Z] Successfully tagged security-spire-agent:latest [2022-08-15T13:23:21.961Z]  Building security-spire-agent ... done 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 [2022-08-15T13:23:21.961Z] 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 [2022-08-15T13:23:36.957Z] 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 [2022-08-15T13:23:45.138Z] Removing intermediate container 9a574397fde2 [2022-08-15T13:23:45.138Z] ---> deb70fd2c118 [2022-08-15T13:23:45.138Z] [2022-08-15T13:23:45.138Z] Step 10/22 : FROM alpine:3.16 [2022-08-15T13:23:45.138Z] ---> 9c6f07244728 [2022-08-15T13:23:45.138Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-08-15T13:23:45.138Z] ---> Running in 6b561a6f22cf [2022-08-15T13:23:45.138Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:45.138Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:45.463Z] (1/6) Installing ca-certificates (20220614-r0) [2022-08-15T13:23:45.463Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-08-15T13:23:45.463Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-08-15T13:23:45.463Z] (4/6) Installing libcurl (7.83.1-r2) [2022-08-15T13:23:45.463Z] (5/6) Installing curl (7.83.1-r2) [2022-08-15T13:23:45.463Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-08-15T13:23:45.463Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:23:45.463Z] Executing ca-certificates-20220614-r0.trigger [2022-08-15T13:23:45.463Z] OK: 8 MiB in 20 packages [2022-08-15T13:23:47.019Z] Removing intermediate container 50400cb04d07 [2022-08-15T13:23:47.019Z] ---> 59c7db549296 [2022-08-15T13:23:47.019Z] [2022-08-15T13:23:47.019Z] Step 10/23 : FROM alpine:3.16 [2022-08-15T13:23:47.019Z] ---> 9c6f07244728 [2022-08-15T13:23:47.019Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-08-15T13:23:47.019Z] ---> Using cache [2022-08-15T13:23:47.019Z] ---> f9ebc2acc506 [2022-08-15T13:23:47.019Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-15T13:23:47.019Z] ---> Using cache [2022-08-15T13:23:47.019Z] ---> 95469e71b3f4 [2022-08-15T13:23:47.019Z] Step 13/23 : ENV APP_PORT=59882 [2022-08-15T13:23:47.019Z] ---> Running in 708c52f1d6d6 [2022-08-15T13:23:47.019Z] Removing intermediate container 6b561a6f22cf [2022-08-15T13:23:47.019Z] ---> 94eedbf850bd [2022-08-15T13:23:47.019Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-15T13:23:47.019Z] ---> Running in 7773be33577d [2022-08-15T13:23:47.019Z] Removing intermediate container 708c52f1d6d6 [2022-08-15T13:23:47.019Z] ---> 9e8f07787dd3 [2022-08-15T13:23:47.019Z] Step 14/23 : EXPOSE $APP_PORT [2022-08-15T13:23:47.019Z] ---> Running in a187fda8b536 [2022-08-15T13:23:47.019Z] Removing intermediate container 7773be33577d [2022-08-15T13:23:47.019Z] ---> 4967a8c9d3c6 [2022-08-15T13:23:47.019Z] Step 13/22 : WORKDIR /edgex [2022-08-15T13:23:47.019Z] ---> Running in e4ab1b9de0df [2022-08-15T13:23:47.019Z] Removing intermediate container a187fda8b536 [2022-08-15T13:23:47.019Z] ---> a4101ded0630 [2022-08-15T13:23:47.019Z] Step 15/23 : WORKDIR / [2022-08-15T13:23:47.279Z] ---> Running in a2dba7792485 [2022-08-15T13:23:47.279Z] Removing intermediate container e4ab1b9de0df [2022-08-15T13:23:47.279Z] ---> 3a6580600307 [2022-08-15T13:23:47.279Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-08-15T13:23:47.279Z] Removing intermediate container a2dba7792485 [2022-08-15T13:23:47.279Z] ---> c64afa11275e [2022-08-15T13:23:47.279Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:23:47.540Z] ---> 0ede5338e921 [2022-08-15T13:23:47.540Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-08-15T13:23:48.111Z] ---> 6a52998e2d8d [2022-08-15T13:23:48.111Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-08-15T13:23:48.382Z] ---> 1d1c46ffdc44 [2022-08-15T13:23:48.382Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-08-15T13:23:48.961Z] ---> d3eb8a007aeb [2022-08-15T13:23:48.961Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-08-15T13:23:48.961Z] ---> 3f93928d6214 [2022-08-15T13:23:48.961Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-08-15T13:23:48.961Z] Removing intermediate container 16cc16b535c7 [2022-08-15T13:23:48.961Z] ---> ce1c1e0cae95 [2022-08-15T13:23:48.961Z] [2022-08-15T13:23:48.961Z] Step 10/24 : FROM alpine:3.16 [2022-08-15T13:23:48.961Z] ---> 9c6f07244728 [2022-08-15T13:23:48.961Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-08-15T13:23:48.961Z] ---> Using cache [2022-08-15T13:23:48.961Z] ---> f9ebc2acc506 [2022-08-15T13:23:48.961Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-15T13:23:48.961Z] ---> Using cache [2022-08-15T13:23:48.961Z] ---> 95469e71b3f4 [2022-08-15T13:23:48.961Z] Step 13/24 : ENV APP_PORT=59881 [2022-08-15T13:23:48.961Z] ---> Running in dcd2228ee939 [2022-08-15T13:23:49.223Z] ---> 48309d71195e [2022-08-15T13:23:49.223Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-15T13:23:49.223Z] ---> 9f87555dd46c [2022-08-15T13:23:49.223Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-08-15T13:23:49.223Z] ---> Running in 048ae497dd6a [2022-08-15T13:23:49.223Z] Removing intermediate container dcd2228ee939 [2022-08-15T13:23:49.223Z] ---> e77bac3e5821 [2022-08-15T13:23:49.223Z] Step 14/24 : EXPOSE $APP_PORT [2022-08-15T13:23:49.223Z] ---> Running in 718f55cbf06c [2022-08-15T13:23:49.223Z] ---> Running in 4ea6044c1936 [2022-08-15T13:23:49.484Z] Removing intermediate container 718f55cbf06c [2022-08-15T13:23:49.484Z] ---> 496a00e42ab7 [2022-08-15T13:23:49.484Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:23:49.484Z] Removing intermediate container 4ea6044c1936 [2022-08-15T13:23:49.484Z] ---> 46198a4964d3 [2022-08-15T13:23:49.484Z] Step 15/24 : WORKDIR / [2022-08-15T13:23:49.484Z] ---> Running in 7ce2993d90ea [2022-08-15T13:23:49.484Z] ---> Running in 5136c0fef43f [2022-08-15T13:23:49.758Z] Removing intermediate container 7ce2993d90ea [2022-08-15T13:23:49.758Z] ---> ccf3db73a90e [2022-08-15T13:23:49.758Z] Step 21/23 : LABEL arch=x86_64 [2022-08-15T13:23:49.758Z] ---> Running in dfe646e2bcfe [2022-08-15T13:23:49.758Z] Removing intermediate container 5136c0fef43f [2022-08-15T13:23:49.758Z] ---> 006332d3be61 [2022-08-15T13:23:49.758Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:23:49.758Z] Removing intermediate container dfe646e2bcfe [2022-08-15T13:23:49.758Z] ---> 0ca955ed886e [2022-08-15T13:23:49.758Z] Step 22/23 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:23:50.022Z] ---> Running in 7b61f3605d64 [2022-08-15T13:23:50.022Z] ---> 6ea05eaeeb9f [2022-08-15T13:23:50.022Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-08-15T13:23:50.022Z] Removing intermediate container 048ae497dd6a [2022-08-15T13:23:50.022Z] ---> 0959359366f5 [2022-08-15T13:23:50.022Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-08-15T13:23:50.022Z] ---> Running in e8eed60c010d [2022-08-15T13:23:50.342Z] Removing intermediate container 7b61f3605d64 [2022-08-15T13:23:50.342Z] ---> 7b1be5a1259d [2022-08-15T13:23:50.342Z] Step 23/23 : LABEL version=0.0.0 [2022-08-15T13:23:50.342Z] ---> Running in fe0096f6037e [2022-08-15T13:23:50.342Z] Removing intermediate container e8eed60c010d [2022-08-15T13:23:50.342Z] ---> 52197d56b6e3 [2022-08-15T13:23:50.342Z] Step 20/22 : LABEL arch=x86_64 [2022-08-15T13:23:50.640Z] ---> Running in b80b07ec3d68 [2022-08-15T13:23:50.640Z] ---> e08ddd15c1ed [2022-08-15T13:23:50.640Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-08-15T13:23:50.640Z] Removing intermediate container fe0096f6037e [2022-08-15T13:23:50.640Z] ---> f3dd366d3cc0 [2022-08-15T13:23:50.640Z] [2022-08-15T13:23:50.901Z] Removing intermediate container b80b07ec3d68 [2022-08-15T13:23:50.901Z] ---> 4c1eda4c51a1 [2022-08-15T13:23:50.901Z] Step 21/22 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:23:50.901Z] Successfully built f3dd366d3cc0 [2022-08-15T13:23:50.901Z] Successfully tagged core-command:latest [2022-08-15T13:23:50.901Z]  Building core-command ... done  ---> Running in 4cdcf3d9b97d [2022-08-15T13:23:50.901Z] ---> cf612e777edf [2022-08-15T13:23:50.901Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-08-15T13:23:51.160Z] Removing intermediate container 4cdcf3d9b97d [2022-08-15T13:23:51.160Z] ---> a69f670056eb [2022-08-15T13:23:51.160Z] Step 22/22 : LABEL version=0.0.0 [2022-08-15T13:23:51.160Z] ---> Running in 5af02cd299be [2022-08-15T13:23:51.160Z] ---> a45f773b9c93 [2022-08-15T13:23:51.160Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-08-15T13:23:51.160Z] ---> Running in 81f4a65334a5 [2022-08-15T13:23:51.434Z] Removing intermediate container 5af02cd299be [2022-08-15T13:23:51.434Z] ---> 38c63e1fd249 [2022-08-15T13:23:51.434Z] [2022-08-15T13:23:51.434Z] Removing intermediate container 81f4a65334a5 [2022-08-15T13:23:51.434Z] ---> 057d731c52c7 [2022-08-15T13:23:51.434Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:23:51.699Z] Successfully built 38c63e1fd249 [2022-08-15T13:23:51.699Z] ---> Running in bf1c110a9514 [2022-08-15T13:23:51.699Z] Successfully tagged security-proxy-setup:latest [2022-08-15T13:23:51.699Z]  Building security-proxy-setup ... done Removing intermediate container bf1c110a9514 [2022-08-15T13:23:51.699Z] ---> fbfd7e7212f5 [2022-08-15T13:23:51.699Z] Step 22/24 : LABEL arch=x86_64 [2022-08-15T13:23:51.699Z] ---> Running in 82dee6e26498 [2022-08-15T13:23:51.964Z] Removing intermediate container 81304ab6a8be [2022-08-15T13:23:51.964Z] ---> 896aa6d0382c [2022-08-15T13:23:51.964Z] [2022-08-15T13:23:51.964Z] Step 10/22 : FROM alpine:3.16 [2022-08-15T13:23:51.964Z] ---> 9c6f07244728 [2022-08-15T13:23:51.964Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-08-15T13:23:51.964Z] ---> Running in 44697c8ffc77 [2022-08-15T13:23:51.964Z] Removing intermediate container 82dee6e26498 [2022-08-15T13:23:51.964Z] ---> 167dd3efe323 [2022-08-15T13:23:51.964Z] Step 23/24 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:23:51.964Z] ---> Running in 09a90e94e091 [2022-08-15T13:23:51.964Z] Removing intermediate container 09a90e94e091 [2022-08-15T13:23:51.964Z] ---> 80f439764760 [2022-08-15T13:23:51.964Z] Step 24/24 : LABEL version=0.0.0 [2022-08-15T13:23:51.964Z] ---> Running in 7470c5612a49 [2022-08-15T13:23:52.227Z] Removing intermediate container 7470c5612a49 [2022-08-15T13:23:52.227Z] ---> 5157bc6ac997 [2022-08-15T13:23:52.227Z] [2022-08-15T13:23:52.227Z] Successfully built 5157bc6ac997 [2022-08-15T13:23:52.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:52.227Z] Successfully tagged core-metadata:latest [2022-08-15T13:23:52.227Z]  Building core-metadata ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T13:23:52.489Z] (1/2) Installing ca-certificates (20220614-r0) [2022-08-15T13:23:52.489Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-08-15T13:23:52.489Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:23:52.489Z] Executing ca-certificates-20220614-r0.trigger [2022-08-15T13:23:52.768Z] OK: 6 MiB in 16 packages [2022-08-15T13:23:53.030Z] Removing intermediate container 44697c8ffc77 [2022-08-15T13:23:53.030Z] ---> e17e5c008bff [2022-08-15T13:23:53.030Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-15T13:23:53.030Z] ---> Running in 2e7c306dd13e [2022-08-15T13:23:53.291Z] Removing intermediate container 2e7c306dd13e [2022-08-15T13:23:53.292Z] ---> 86e0f5a80e54 [2022-08-15T13:23:53.292Z] Step 13/22 : ENV APP_PORT=59860 [2022-08-15T13:23:53.292Z] ---> Running in 474d20fe6a09 [2022-08-15T13:23:53.292Z] Removing intermediate container 474d20fe6a09 [2022-08-15T13:23:53.292Z] ---> 4ca93fb5ad42 [2022-08-15T13:23:53.292Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-15T13:23:53.292Z] ---> Running in 70675c813832 [2022-08-15T13:23:53.557Z] Removing intermediate container 70675c813832 [2022-08-15T13:23:53.557Z] ---> 4671d0587039 [2022-08-15T13:23:53.557Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:23:53.557Z] ---> c0f9cb1a2f3e [2022-08-15T13:23:53.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-08-15T13:23:54.131Z] ---> 96824aa090c3 [2022-08-15T13:23:54.131Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-08-15T13:23:54.392Z] ---> 9fd9686b4748 [2022-08-15T13:23:54.392Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-08-15T13:23:54.392Z] ---> Running in 23a8b0cb8d5c [2022-08-15T13:23:54.392Z] Removing intermediate container 23a8b0cb8d5c [2022-08-15T13:23:54.392Z] ---> 336f499c209a [2022-08-15T13:23:54.392Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:23:54.392Z] ---> Running in d4d5e4db5420 [2022-08-15T13:23:54.655Z] Removing intermediate container d4d5e4db5420 [2022-08-15T13:23:54.655Z] ---> f423428135c3 [2022-08-15T13:23:54.655Z] Step 20/22 : LABEL arch=x86_64 [2022-08-15T13:23:54.655Z] ---> Running in 210909ee31a4 [2022-08-15T13:23:54.655Z] Removing intermediate container 210909ee31a4 [2022-08-15T13:23:54.655Z] ---> ec976dc3e70b [2022-08-15T13:23:54.655Z] Step 21/22 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:23:54.655Z] ---> Running in a077b55f6f65 [2022-08-15T13:23:54.655Z] Removing intermediate container a077b55f6f65 [2022-08-15T13:23:54.655Z] ---> 44c54687196f [2022-08-15T13:23:54.655Z] Step 22/22 : LABEL version=0.0.0 [2022-08-15T13:23:54.655Z] ---> Running in 44f70c7d4e88 [2022-08-15T13:23:54.919Z] Removing intermediate container 44f70c7d4e88 [2022-08-15T13:23:54.919Z] ---> 53eb1b115797 [2022-08-15T13:23:54.919Z] [2022-08-15T13:23:54.919Z] Successfully built 53eb1b115797 [2022-08-15T13:23:54.919Z] Successfully tagged support-notifications:latest [2022-08-15T13:23:54.928Z]  Building support-notifications ... done  [Pipeline] } [2022-08-15T13:23:54.958Z] $ docker stop --time=1 8a4f925a70353d738474973afc86da5a029c3f845b5582b70570185dd8912879 [2022-08-15T13:23:56.270Z] $ docker rm -f 8a4f925a70353d738474973afc86da5a029c3f845b5582b70570185dd8912879 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T13:23:56.679Z] + docker images [2022-08-15T13:23:56.679Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-08-15T13:23:56.679Z] support-notifications latest 53eb1b115797 2 seconds ago 27.2MB [2022-08-15T13:23:56.679Z] core-metadata latest 5157bc6ac997 4 seconds ago 18.2MB [2022-08-15T13:23:56.679Z] security-proxy-setup latest 38c63e1fd249 5 seconds ago 27.2MB [2022-08-15T13:23:56.679Z] 896aa6d0382c 5 seconds ago 1.58GB [2022-08-15T13:23:56.679Z] core-command latest f3dd366d3cc0 6 seconds ago 16.2MB [2022-08-15T13:23:56.679Z] ce1c1e0cae95 8 seconds ago 1.55GB [2022-08-15T13:23:56.679Z] 59c7db549296 10 seconds ago 1.52GB [2022-08-15T13:23:56.679Z] deb70fd2c118 13 seconds ago 1.53GB [2022-08-15T13:23:56.679Z] security-spire-agent latest 3ca3d401960a 35 seconds ago 125MB [2022-08-15T13:23:56.679Z] security-spire-config latest 50ee6a204da1 40 seconds ago 85.8MB [2022-08-15T13:23:56.679Z] security-spire-server latest 349cac13f62b 41 seconds ago 86.5MB [2022-08-15T13:23:56.679Z] security-secretstore-setup latest d43e3afc2c45 46 seconds ago 28.9MB [2022-08-15T13:23:56.679Z] 67ff7a0761da 52 seconds ago 1.42GB [2022-08-15T13:23:56.679Z] 170dc1825899 52 seconds ago 1.42GB [2022-08-15T13:23:56.679Z] 38f68f6974fd 52 seconds ago 1.42GB [2022-08-15T13:23:56.679Z] 6984d7c274b2 58 seconds ago 1.53GB [2022-08-15T13:23:56.679Z] sys-mgmt-agent latest 8af4857545ae About a minute ago 135MB [2022-08-15T13:23:56.679Z] security-bootstrapper latest 33acea228896 About a minute ago 19.3MB [2022-08-15T13:23:56.679Z] core-data latest b51a521dbc55 About a minute ago 21.5MB [2022-08-15T13:23:56.679Z] support-scheduler latest bfff838391e6 About a minute ago 26.5MB [2022-08-15T13:23:56.679Z] 3ff904c4b664 About a minute ago 1.58GB [2022-08-15T13:23:56.679Z] 4272ab9346a1 About a minute ago 1.55GB [2022-08-15T13:23:56.679Z] f2692f574b15 About a minute ago 1.52GB [2022-08-15T13:23:56.679Z] ca89f0c16cef About a minute ago 1.52GB [2022-08-15T13:23:56.679Z] security-spiffe-token-provider latest 4339b6ded134 About a minute ago 29.2MB [2022-08-15T13:23:56.679Z] 089e7118221f About a minute ago 1.57GB [2022-08-15T13:23:56.679Z] ci-base-image-x86_64 latest 3ccfb946accb 5 minutes ago 993MB [2022-08-15T13:23:56.679Z] alpine 3.15 c4fc93816858 5 days ago 5.59MB [2022-08-15T13:23:56.679Z] alpine 3.16 9c6f07244728 5 days ago 5.54MB [2022-08-15T13:23:56.679Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 5 weeks ago 253MB [2022-08-15T13:23:56.679Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 5 weeks ago 677MB [2022-08-15T13:23:56.679Z] 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] } [2022-08-15T13:24:38.239Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-08-15T13:24:38.239Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-08-15T13:24:39.683Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-08-15T13:24:39.683Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-08-15T13:24:43.094Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-08-15T13:24:43.094Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-08-15T13:24:43.094Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-08-15T13:24:43.094Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-08-15T13:24:43.094Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-08-15T13:24:45.087Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-08-15T13:24:45.087Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-08-15T13:24:45.087Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-08-15T13:24:45.087Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-08-15T13:24:45.087Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-08-15T13:24:45.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-08-15T13:25:00.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.281s coverage: 28.7% of statements [2022-08-15T13:25:00.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-08-15T13:25:00.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-08-15T13:25:03.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.585s coverage: 98.5% of statements [2022-08-15T13:25:03.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-08-15T13:25:03.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.640s coverage: 54.2% of statements [2022-08-15T13:25:03.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-08-15T13:25:03.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-08-15T13:25:25.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.007s coverage: 89.2% of statements [2022-08-15T13:25:25.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-08-15T13:25:25.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-08-15T13:25:25.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-08-15T13:25:25.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-08-15T13:25:25.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-08-15T13:25:25.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.572s coverage: 2.1% of statements [2022-08-15T13:25:25.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-08-15T13:25:25.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-08-15T13:25:27.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.336s coverage: 95.6% of statements [2022-08-15T13:25:27.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-08-15T13:25:27.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-08-15T13:25:27.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-08-15T13:25:27.337Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.526s coverage: 72.2% of statements [2022-08-15T13:25:27.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-08-15T13:25:27.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-08-15T13:25:27.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-08-15T13:25:27.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-08-15T13:25:27.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-08-15T13:25:27.337Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.399s coverage: 60.0% of statements [2022-08-15T13:25:27.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-08-15T13:25:27.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-08-15T13:25:27.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-08-15T13:25:27.337Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.407s coverage: 0.9% of statements [2022-08-15T13:25:27.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-08-15T13:25:27.337Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.254s coverage: 58.8% of statements [2022-08-15T13:25:27.337Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.283s coverage: 29.6% of statements [2022-08-15T13:25:27.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-08-15T13:25:34.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.255s coverage: 47.1% of statements [2022-08-15T13:25:34.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.277s coverage: 79.5% of statements [2022-08-15T13:25:34.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.256s coverage: 94.1% of statements [2022-08-15T13:25:34.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.260s coverage: 96.3% of statements [2022-08-15T13:25:36.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.282s coverage: 87.5% of statements [2022-08-15T13:25:44.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.287s coverage: 94.4% of statements [2022-08-15T13:25:44.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.192s coverage: 44.8% of statements [2022-08-15T13:25:54.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.678s coverage: 82.2% of statements [2022-08-15T13:25:54.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-08-15T13:25:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.302s coverage: 92.9% of statements [2022-08-15T13:25:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-08-15T13:25:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-08-15T13:25:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-08-15T13:25:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.076s coverage: 65.1% of statements [2022-08-15T13:25:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-08-15T13:25:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-08-15T13:25:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-08-15T13:25:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-08-15T13:25:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-08-15T13:25:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.225s coverage: 87.2% of statements [2022-08-15T13:25:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-08-15T13:25:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-08-15T13:25:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.176s coverage: 100.0% of statements [2022-08-15T13:25:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-08-15T13:25:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.270s coverage: 58.8% of statements [2022-08-15T13:25:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-08-15T13:25:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.258s coverage: 80.0% of statements [2022-08-15T13:25:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.238s coverage: 87.2% of statements [2022-08-15T13:25:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.267s coverage: 85.4% of statements [2022-08-15T13:25:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.838s coverage: 91.2% of statements [2022-08-15T13:25:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-08-15T13:26:03.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.993s coverage: 64.7% of statements [2022-08-15T13:26:03.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-08-15T13:26:03.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-08-15T13:26:03.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.234s coverage: 100.0% of statements [2022-08-15T13:26:03.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.186s coverage: 89.4% of statements [2022-08-15T13:26:03.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements [2022-08-15T13:26:03.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements [2022-08-15T13:26:03.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2022-08-15T13:26:11.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.412s coverage: 65.8% of statements [2022-08-15T13:26:11.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-08-15T13:26:11.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-08-15T13:26:11.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-08-15T13:26:12.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.998s coverage: 43.6% of statements [2022-08-15T13:26:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-08-15T13:26:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-08-15T13:26:12.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.300s coverage: 89.5% of statements [2022-08-15T13:26:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-08-15T13:26:12.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.297s coverage: 84.8% of statements [2022-08-15T13:26:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-08-15T13:26:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-08-15T13:26:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-08-15T13:26:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-08-15T13:26:22.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.314s coverage: 17.7% of statements [2022-08-15T13:26:22.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-08-15T13:26:22.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-08-15T13:26:22.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-08-15T13:26:22.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-08-15T13:26:22.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.702s coverage: 92.3% of statements [2022-08-15T13:26:22.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-08-15T13:26:22.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-08-15T13:26:22.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-08-15T13:26:22.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-08-15T13:26:22.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.291s coverage: 63.2% of statements [2022-08-15T13:26:22.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-08-15T13:26:22.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-08-15T13:26:22.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.470s coverage: 97.7% of statements [2022-08-15T13:26:22.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-08-15T13:26:22.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-08-15T13:26:22.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-08-15T13:26:22.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-08-15T13:26:22.668Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.210s coverage: 28.9% of statements [2022-08-15T13:26:22.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-08-15T13:26:22.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-08-15T13:26:22.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-08-15T13:26:22.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-08-15T13:26:22.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-08-15T13:26:22.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-08-15T13:26:22.668Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.218s coverage: 100.0% of statements [2022-08-15T13:26:22.668Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 96.9% of statements [2022-08-15T13:26:22.668Z] 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 [2022-08-15T13:26:22.668Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-08-15T13:26:22.668Z] GO111MODULE=on go vet ./... [2022-08-15T13:28:14.536Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-15T13:28:14.536Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-15T13:28:14.536Z] ./bin/test-attribution-txt.sh [2022-08-15T13:28:14.536Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2022-08-15T13:28:14.536Z] An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add [2022-08-15T13:28:14.536Z] An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add [2022-08-15T13:28:14.536Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-15T13:28:14.536Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-15T13:28:14.536Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-08-15T13:28:14.536Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2022-08-15T13:28:14.574Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-08-15T13:28:15.248Z] + ls -al . [2022-08-15T13:28:15.248Z] total 728 [2022-08-15T13:28:15.248Z] drwxrwxr-x 9 1001 1001 4096 Aug 15 13:22 . [2022-08-15T13:28:15.248Z] drwxr-xr-x 4 root root 4096 Aug 15 13:22 .. [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 16 Aug 15 13:20 .dockerignore [2022-08-15T13:28:15.248Z] drwxrwxr-x 8 1001 1001 4096 Aug 15 13:20 .git [2022-08-15T13:28:15.248Z] drwxrwxr-x 3 1001 1001 4096 Aug 15 13:20 .github [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 1030 Aug 15 13:20 .gitignore [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 42 Aug 15 13:20 .golangci.yml [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 87 Aug 15 13:20 .hadolint.yml [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 166 Aug 15 13:20 .sonarcloud.properties [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 1171 Aug 15 13:20 ADOPTERS.md [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 10347 Aug 15 13:20 Attribution.txt [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 63209 Aug 15 13:20 CHANGELOG.md [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 3804 Aug 15 13:20 CONTRIBUTING.md [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 677 Aug 15 13:20 GOVERNANCE.md [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 850 Aug 15 13:20 Jenkinsfile [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 10775 Aug 15 13:20 LICENSE [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 12212 Aug 15 13:20 Makefile [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 582 Aug 15 13:20 OWNERS.md [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 9094 Aug 15 13:20 README.md [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 6912 Aug 15 13:20 SECURITY.md [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 5 Aug 15 13:18 VERSION [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 4131 Aug 15 13:20 ZMQWindows.md [2022-08-15T13:28:15.248Z] drwxrwxr-x 2 1001 1001 4096 Aug 15 13:20 bin [2022-08-15T13:28:15.248Z] drwxrwxr-x 18 1001 1001 4096 Aug 15 13:20 cmd [2022-08-15T13:28:15.248Z] -rw-r--r-- 1 root root 479862 Aug 15 13:26 coverage.out [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 3681 Aug 15 13:20 go.mod [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 38033 Aug 15 13:20 go.sum [2022-08-15T13:28:15.248Z] drwxrwxr-x 8 1001 1001 4096 Aug 15 13:20 internal [2022-08-15T13:28:15.248Z] drwxrwxr-x 3 1001 1001 4096 Aug 15 13:20 openapi [2022-08-15T13:28:15.248Z] drwxrwxr-x 4 1001 1001 4096 Aug 15 13:20 snap [2022-08-15T13:28:15.248Z] -rw-rw-r-- 1 1001 1001 204 Aug 15 13:20 version.go [Pipeline] sh [2022-08-15T13:28:15.967Z] + '[' -e coverage.out ] [2022-08-15T13:28:15.967Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-08-15T13:28:16.008Z] Warning: overwriting stash ‘coverage-report’ [2022-08-15T13:28:16.848Z] Stashed 1 file(s) [Pipeline] sh [2022-08-15T13:28:17.524Z] + make build [2022-08-15T13:28:17.524Z] 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 [2022-08-15T13:29:39.353Z] 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 [2022-08-15T13:31:01.167Z] 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 [2022-08-15T13:31:01.167Z] 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 [2022-08-15T13:31:33.539Z] 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 [2022-08-15T13:31:33.814Z] 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 [2022-08-15T13:31:38.119Z] 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 [2022-08-15T13:31:43.523Z] 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 [2022-08-15T13:31:46.912Z] 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 [2022-08-15T13:31:52.319Z] 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 [2022-08-15T13:31:55.717Z] 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 [2022-08-15T13:31:59.118Z] 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 [2022-08-15T13:32:07.395Z] 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] } [2022-08-15T13:32:11.724Z] $ docker stop --time=1 99b3e5e13f0aa746da834e00f5d8a619394c5151c2899aefcac4e0d40666a8f4 [2022-08-15T13:32:13.753Z] $ docker rm -f 99b3e5e13f0aa746da834e00f5d8a619394c5151c2899aefcac4e0d40666a8f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:32:16.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-15T13:32:16.377Z] [2022-08-15T13:32:16.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:32:16.790Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-15T13:32:17.064Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-08-15T13:32:17.064Z] 29e5d40040c1: Pulling fs layer [2022-08-15T13:32:17.064Z] 1ce36da41761: Pulling fs layer [2022-08-15T13:32:17.064Z] 25b303627fd3: Pulling fs layer [2022-08-15T13:32:17.341Z] 29e5d40040c1: Download complete [2022-08-15T13:32:17.618Z] 1ce36da41761: Verifying Checksum [2022-08-15T13:32:17.618Z] 1ce36da41761: Download complete [2022-08-15T13:32:17.893Z] 29e5d40040c1: Pull complete [2022-08-15T13:32:19.326Z] 25b303627fd3: Verifying Checksum [2022-08-15T13:32:19.326Z] 25b303627fd3: Download complete [2022-08-15T13:32:19.326Z] 1ce36da41761: Pull complete [2022-08-15T13:32:31.711Z] 25b303627fd3: Pull complete [2022-08-15T13:32:31.711Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-08-15T13:32:31.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-15T13:32:31.711Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T13:32:32.065Z] prd-ubuntu20.04-docker-arm64-4c-16g-22810 does not seem to be running inside a container [2022-08-15T13:32:32.148Z] $ 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 [2022-08-15T13:32:34.610Z] $ docker top 3e85aad6f20d854d1f21177b27e909ad06c81874101206e11c7b1a5453baa467 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T13:32:35.638Z] + docker-compose build --help [2022-08-15T13:32:35.638Z] + grep parallel [2022-08-15T13:32:39.942Z] --parallel Build images in parallel. [Pipeline] } [2022-08-15T13:32:39.975Z] $ docker stop --time=1 3e85aad6f20d854d1f21177b27e909ad06c81874101206e11c7b1a5453baa467 [2022-08-15T13:32:41.621Z] $ docker rm -f 3e85aad6f20d854d1f21177b27e909ad06c81874101206e11c7b1a5453baa467 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:32:42.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-15T13:32:42.422Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T13:32:42.735Z] prd-ubuntu20.04-docker-arm64-4c-16g-22810 does not seem to be running inside a container [2022-08-15T13:32:42.809Z] $ 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 [2022-08-15T13:32:44.062Z] $ docker top 652744d8e6476287238d4a8092e6969010594e853c7ccc8e92f2133e679d6422 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T13:32:45.001Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-08-15T13:32:49.294Z] Building core-command ... [2022-08-15T13:32:49.294Z] Building core-data ... [2022-08-15T13:32:49.294Z] Building core-metadata ... [2022-08-15T13:32:49.294Z] Building security-bootstrapper ... [2022-08-15T13:32:49.294Z] Building security-proxy-setup ... [2022-08-15T13:32:49.294Z] Building security-secretstore-setup ... [2022-08-15T13:32:49.294Z] Building security-spiffe-token-provider ... [2022-08-15T13:32:49.294Z] Building security-spire-agent ... [2022-08-15T13:32:49.294Z] Building security-spire-config ... [2022-08-15T13:32:49.294Z] Building security-spire-server ... [2022-08-15T13:32:49.294Z] Building support-notifications ... [2022-08-15T13:32:49.294Z] Building support-scheduler ... [2022-08-15T13:32:49.294Z] Building sys-mgmt-agent ... [2022-08-15T13:32:49.294Z] Building support-notifications [2022-08-15T13:32:49.294Z] Building security-spire-server [2022-08-15T13:32:49.294Z] Building security-bootstrapper [2022-08-15T13:32:49.294Z] Building security-secretstore-setup [2022-08-15T13:32:49.294Z] Building security-proxy-setup [2022-08-15T13:33:36.253Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:33:36.253Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:33:36.253Z] ---> 40639bbecdd0 [2022-08-15T13:33:36.253Z] Step 3/31 : WORKDIR /edgex-go [2022-08-15T13:33:36.253Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:33:36.253Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:33:36.253Z] ---> 40639bbecdd0 [2022-08-15T13:33:36.253Z] Step 3/22 : WORKDIR /edgex-go [2022-08-15T13:33:36.253Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:33:36.253Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:33:36.253Z] ---> 40639bbecdd0 [2022-08-15T13:33:36.253Z] Step 3/25 : WORKDIR /edgex-go [2022-08-15T13:33:36.253Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:33:36.253Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:33:36.253Z] ---> 40639bbecdd0 [2022-08-15T13:33:36.253Z] Step 3/25 : WORKDIR /edgex-go [2022-08-15T13:33:36.253Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:33:36.253Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:33:36.253Z] ---> 40639bbecdd0 [2022-08-15T13:33:36.253Z] Step 3/22 : WORKDIR /edgex-go [2022-08-15T13:33:36.253Z] ---> Running in d446c321fe56 [2022-08-15T13:33:36.253Z] ---> Running in b04771f42ee2 [2022-08-15T13:33:36.253Z] ---> Running in b32d6af1adf2 [2022-08-15T13:33:36.253Z] ---> Running in e8f3893cc901 [2022-08-15T13:33:36.253Z] ---> Running in 758d8fb23a37 [2022-08-15T13:33:36.253Z] Removing intermediate container d446c321fe56 [2022-08-15T13:33:36.253Z] ---> f786556447a4 [2022-08-15T13:33:36.253Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:33:36.253Z] Removing intermediate container e8f3893cc901 [2022-08-15T13:33:36.253Z] ---> 3970a9a150b0 [2022-08-15T13:33:36.253Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:33:36.253Z] Removing intermediate container b32d6af1adf2 [2022-08-15T13:33:36.253Z] ---> d19f26f75b43 [2022-08-15T13:33:36.253Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:33:36.253Z] Removing intermediate container b04771f42ee2 [2022-08-15T13:33:36.253Z] ---> f070148ed60a [2022-08-15T13:33:36.253Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:33:36.253Z] Removing intermediate container 758d8fb23a37 [2022-08-15T13:33:36.253Z] ---> e1f8b78cfc43 [2022-08-15T13:33:36.253Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:33:36.253Z] ---> Running in 24c192df7645 [2022-08-15T13:33:36.253Z] ---> Running in 527d59bb3560 [2022-08-15T13:33:36.253Z] ---> Running in cccc93978243 [2022-08-15T13:33:36.253Z] ---> Running in cf447ab7fdaf [2022-08-15T13:33:36.253Z] ---> Running in 50d40c41796a [2022-08-15T13:33:38.885Z] Removing intermediate container 24c192df7645 [2022-08-15T13:33:38.885Z] ---> 52f104b128bf [2022-08-15T13:33:38.885Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-15T13:33:38.885Z] Removing intermediate container cccc93978243 [2022-08-15T13:33:38.885Z] ---> 9773804ac020 [2022-08-15T13:33:38.885Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-08-15T13:33:38.886Z] Removing intermediate container 527d59bb3560 [2022-08-15T13:33:38.886Z] ---> f3711e046a12 [2022-08-15T13:33:38.886Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-08-15T13:33:39.172Z] ---> Running in 13d860c2b4c3 [2022-08-15T13:33:39.172Z] ---> Running in 9c721244bde9 [2022-08-15T13:33:39.172Z] ---> Running in 78d1d71a1af1 [2022-08-15T13:33:39.776Z] Removing intermediate container 50d40c41796a [2022-08-15T13:33:39.776Z] ---> 64dbdd28abc3 [2022-08-15T13:33:39.776Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-08-15T13:33:39.776Z] Removing intermediate container cf447ab7fdaf [2022-08-15T13:33:39.776Z] ---> 8c02e3700292 [2022-08-15T13:33:39.776Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-08-15T13:33:39.776Z] ---> Running in eb153146fc76 [2022-08-15T13:33:39.776Z] ---> Running in ece2d4ff31b0 [2022-08-15T13:33:41.789Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:33:41.789Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:33:41.789Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:33:41.789Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:33:42.069Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:33:42.345Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:33:42.345Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:33:42.944Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:33:42.944Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:33:42.944Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:33:43.573Z] OK: 221 MiB in 51 packages [2022-08-15T13:33:43.573Z] OK: 221 MiB in 51 packages [2022-08-15T13:33:44.176Z] OK: 221 MiB in 51 packages [2022-08-15T13:33:44.463Z] OK: 221 MiB in 51 packages [2022-08-15T13:33:44.463Z] OK: 221 MiB in 51 packages [2022-08-15T13:33:45.071Z] Removing intermediate container 13d860c2b4c3 [2022-08-15T13:33:45.071Z] ---> bea4e7035dcf [2022-08-15T13:33:45.071Z] Step 6/31 : COPY go.mod vendor* ./ [2022-08-15T13:33:45.682Z] Removing intermediate container 9c721244bde9 [2022-08-15T13:33:45.682Z] ---> ab33ed8f9fbd [2022-08-15T13:33:45.682Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-15T13:33:45.958Z] Removing intermediate container ece2d4ff31b0 [2022-08-15T13:33:45.958Z] ---> 75e8f779da6d [2022-08-15T13:33:45.958Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-15T13:33:46.240Z] Removing intermediate container eb153146fc76 [2022-08-15T13:33:46.241Z] Removing intermediate container 78d1d71a1af1 [2022-08-15T13:33:46.241Z] ---> 4449a92412d0 [2022-08-15T13:33:46.241Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-15T13:33:46.241Z] ---> a9b5306cf107 [2022-08-15T13:33:46.241Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-15T13:33:46.514Z] ---> 57d71a6437d1 [2022-08-15T13:33:46.514Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:33:46.514Z] ---> c75173d7d8e2 [2022-08-15T13:33:46.514Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:33:46.790Z] ---> Running in 92556a75f3b3 [2022-08-15T13:33:46.790Z] ---> Running in 6217dcd39306 [2022-08-15T13:33:47.071Z] ---> c907b57849a1 [2022-08-15T13:33:47.071Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:33:47.355Z] ---> Running in aee3f073d3db [2022-08-15T13:33:47.641Z] ---> f57c40959195 [2022-08-15T13:33:47.641Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:33:47.641Z] ---> 6962e1f7b1d3 [2022-08-15T13:33:47.641Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:33:47.641Z] ---> Running in 059f9b4b7ba1 [2022-08-15T13:33:47.935Z] ---> Running in 385815ad0ffb [2022-08-15T13:34:55.989Z] Removing intermediate container 6217dcd39306 [2022-08-15T13:34:55.989Z] ---> 0a0b3714350a [2022-08-15T13:34:55.989Z] Step 8/31 : COPY . . [2022-08-15T13:34:55.989Z] Removing intermediate container aee3f073d3db [2022-08-15T13:34:55.989Z] ---> f237f1eaae34 [2022-08-15T13:34:55.989Z] Step 8/25 : COPY . . [2022-08-15T13:34:55.989Z] Removing intermediate container 92556a75f3b3 [2022-08-15T13:34:55.989Z] ---> 4a7acb7f5147 [2022-08-15T13:34:55.989Z] Step 8/22 : COPY . . [2022-08-15T13:34:55.989Z] Removing intermediate container 059f9b4b7ba1 [2022-08-15T13:34:55.989Z] ---> 488aab22223f [2022-08-15T13:34:55.989Z] Step 8/25 : COPY . . [2022-08-15T13:34:55.989Z] Removing intermediate container 385815ad0ffb [2022-08-15T13:34:55.989Z] ---> b3bb7db25e1d [2022-08-15T13:34:55.989Z] Step 8/22 : COPY . . [2022-08-15T13:35:02.722Z] ---> 76426418748a [2022-08-15T13:35:02.722Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-08-15T13:35:02.722Z] ---> 2d3cfa14569e [2022-08-15T13:35:02.722Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications ---> 5c34eb6b8f95 [2022-08-15T13:35:02.722Z] [2022-08-15T13:35:02.722Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-08-15T13:35:02.722Z] ---> Running in 94c28e56714f [2022-08-15T13:35:02.722Z] ---> 42ece6b01767 [2022-08-15T13:35:02.722Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-08-15T13:35:02.722Z] ---> Running in 20af80799fb1 [2022-08-15T13:35:02.722Z] ---> Running in 12b6eb051d7f [2022-08-15T13:35:02.722Z] ---> 7a71141ac82f [2022-08-15T13:35:02.722Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-08-15T13:35:03.004Z] ---> Running in ed7a42510ab1 [2022-08-15T13:35:03.004Z] ---> Running in ec9e3f524139 [2022-08-15T13:35:03.984Z] Removing intermediate container ec9e3f524139 [2022-08-15T13:35:03.984Z] ---> c53720a62bbf [2022-08-15T13:35:03.984Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-08-15T13:35:03.984Z] ---> Running in 60aa8952db96 [2022-08-15T13:35:04.586Z] Removing intermediate container 60aa8952db96 [2022-08-15T13:35:04.586Z] ---> 4a367f7dd076 [2022-08-15T13:35:04.586Z] 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 [2022-08-15T13:35:04.863Z] ---> Running in 13589575b9d8 [2022-08-15T13:35:04.863Z] 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 [2022-08-15T13:35:05.474Z] 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 [2022-08-15T13:35:05.474Z] 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 [2022-08-15T13:35:05.753Z] 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 [2022-08-15T13:35:07.759Z] Removing intermediate container 13589575b9d8 [2022-08-15T13:35:07.759Z] ---> 793c515ffec9 [2022-08-15T13:35:07.759Z] Step 12/25 : WORKDIR /edgex-go [2022-08-15T13:35:08.041Z] ---> Running in 54549298e7a2 [2022-08-15T13:35:08.320Z] Removing intermediate container 54549298e7a2 [2022-08-15T13:35:08.320Z] ---> d0b966617c1c [2022-08-15T13:35:08.320Z] [2022-08-15T13:35:08.320Z] Step 13/25 : FROM alpine:3.15 [2022-08-15T13:35:08.601Z] 3.15: Pulling from library/alpine [2022-08-15T13:35:10.604Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-08-15T13:35:10.604Z] Status: Downloaded newer image for alpine:3.15 [2022-08-15T13:35:10.604Z] ---> 02e0d6fdf486 [2022-08-15T13:35:10.604Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-15T13:35:10.884Z] ---> Running in 049a4636cd2f [2022-08-15T13:35:11.493Z] Removing intermediate container 049a4636cd2f [2022-08-15T13:35:11.493Z] ---> bb6a9ad6ba3b [2022-08-15T13:35:11.493Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:35:11.774Z] ---> Running in 63e3a1edbe02 [2022-08-15T13:35:14.447Z] Removing intermediate container 63e3a1edbe02 [2022-08-15T13:35:14.447Z] ---> dd623b9778ac [2022-08-15T13:35:14.447Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-15T13:35:14.729Z] ---> Running in 6801520f20fb [2022-08-15T13:35:16.723Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:35:17.334Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:35:18.886Z] v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-15T13:35:18.886Z] v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-15T13:35:18.886Z] OK: 15733 distinct packages available [2022-08-15T13:35:19.403Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:35:20.449Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:35:21.987Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-08-15T13:35:22.261Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-08-15T13:35:22.261Z] (3/5) Installing libucontext (1.1-r0) [2022-08-15T13:35:22.261Z] (4/5) Installing gcompat (1.0.0-r4) [2022-08-15T13:35:22.539Z] (5/5) Installing openssl (1.1.1q-r0) [2022-08-15T13:35:22.818Z] Executing busybox-1.34.1-r7.trigger [2022-08-15T13:35:22.818Z] OK: 6 MiB in 19 packages [2022-08-15T13:35:24.272Z] Removing intermediate container 6801520f20fb [2022-08-15T13:35:24.272Z] ---> 35d4ad582c7e [2022-08-15T13:35:24.272Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-15T13:35:29.727Z] ---> 93efb67c2d74 [2022-08-15T13:35:29.727Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-08-15T13:35:29.727Z] ---> 98dea28f7862 [2022-08-15T13:35:29.727Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-08-15T13:35:30.720Z] ---> fcd56c9e2231 [2022-08-15T13:35:30.720Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-08-15T13:35:31.715Z] ---> 37249e01d71d [2022-08-15T13:35:31.715Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-15T13:35:31.715Z] ---> Running in 5bf9942f2ffe [2022-08-15T13:35:32.017Z] Removing intermediate container 5bf9942f2ffe [2022-08-15T13:35:32.017Z] ---> a00c2c8d9890 [2022-08-15T13:35:32.017Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-15T13:35:32.293Z] ---> Running in 18ef137e8fcd [2022-08-15T13:35:32.572Z] Removing intermediate container 18ef137e8fcd [2022-08-15T13:35:32.572Z] ---> e74232612b96 [2022-08-15T13:35:32.572Z] Step 23/25 : LABEL arch=arm64 [2022-08-15T13:35:32.846Z] ---> Running in 9c8fc5f562d5 [2022-08-15T13:35:33.457Z] Removing intermediate container 9c8fc5f562d5 [2022-08-15T13:35:33.457Z] ---> 2d41d01255e4 [2022-08-15T13:35:33.457Z] Step 24/25 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:35:33.457Z] ---> Running in b15978fdbadb [2022-08-15T13:35:34.060Z] Removing intermediate container b15978fdbadb [2022-08-15T13:35:34.060Z] ---> d45de50854ba [2022-08-15T13:35:34.060Z] Step 25/25 : LABEL version=0.0.0 [2022-08-15T13:35:34.060Z] ---> Running in 0f65a5654f6e [2022-08-15T13:35:34.660Z] Removing intermediate container 0f65a5654f6e [2022-08-15T13:35:34.660Z] ---> 9df92a0b173a [2022-08-15T13:35:34.660Z] [2022-08-15T13:35:34.660Z] Successfully built 9df92a0b173a [2022-08-15T13:35:34.660Z] Successfully tagged security-spire-server-arm64:latest [2022-08-15T13:35:34.932Z] Building core-data [2022-08-15T13:35:50.033Z]  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:35:50.033Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:35:50.033Z] ---> 40639bbecdd0 [2022-08-15T13:35:50.033Z] Step 3/23 : WORKDIR /edgex-go [2022-08-15T13:35:50.033Z] ---> Using cache [2022-08-15T13:35:50.033Z] ---> e1f8b78cfc43 [2022-08-15T13:35:50.033Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:35:50.033Z] ---> Using cache [2022-08-15T13:35:50.033Z] ---> 64dbdd28abc3 [2022-08-15T13:35:50.033Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-08-15T13:35:50.033Z] ---> Running in 0ddb0a083a0f [2022-08-15T13:35:51.493Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:35:52.485Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:35:53.923Z] OK: 221 MiB in 51 packages [2022-08-15T13:35:55.373Z] Removing intermediate container 0ddb0a083a0f [2022-08-15T13:35:55.373Z] ---> 71c94a0a82f6 [2022-08-15T13:35:55.373Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-15T13:35:56.363Z] ---> 27916f3ffdb5 [2022-08-15T13:35:56.363Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:35:56.639Z] ---> Running in f19cbb02ec98 [2022-08-15T13:36:43.670Z] Removing intermediate container f19cbb02ec98 [2022-08-15T13:36:43.670Z] ---> 5c2e11e0169f [2022-08-15T13:36:43.670Z] Step 8/23 : COPY . . [2022-08-15T13:36:53.861Z] ---> 53d94dc22173 [2022-08-15T13:36:53.861Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-08-15T13:36:53.861Z] ---> Running in 0fd8683ac6fc [2022-08-15T13:36:55.303Z] 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 [2022-08-15T13:40:02.277Z] 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 [2022-08-15T13:40:02.277Z] 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 [2022-08-15T13:40:20.611Z] Removing intermediate container ed7a42510ab1 [2022-08-15T13:40:20.611Z] ---> 27fe5b29a238 [2022-08-15T13:40:20.611Z] [2022-08-15T13:40:20.611Z] Step 10/22 : FROM alpine:3.16 [2022-08-15T13:40:21.210Z] 3.16: Pulling from library/alpine [2022-08-15T13:40:24.613Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-15T13:40:24.892Z] Status: Downloaded newer image for alpine:3.16 [2022-08-15T13:40:24.892Z] ---> a6215f271958 [2022-08-15T13:40:24.892Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-08-15T13:40:24.892Z] ---> Running in a6fe1440b67f [2022-08-15T13:40:26.340Z] Removing intermediate container 94c28e56714f [2022-08-15T13:40:26.340Z] ---> 25a8ab9187a8 [2022-08-15T13:40:26.340Z] [2022-08-15T13:40:26.340Z] Step 10/31 : FROM alpine:3.16 [2022-08-15T13:40:26.340Z] ---> a6215f271958 [2022-08-15T13:40:26.340Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-15T13:40:26.340Z] ---> Running in 6c1a384b1987 [2022-08-15T13:40:26.616Z] Removing intermediate container 20af80799fb1 [2022-08-15T13:40:26.616Z] ---> 1fc0fb8c82e8 [2022-08-15T13:40:26.616Z] [2022-08-15T13:40:26.616Z] Step 10/25 : FROM alpine:3.16 [2022-08-15T13:40:26.616Z] ---> a6215f271958 [2022-08-15T13:40:26.616Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-08-15T13:40:26.896Z] ---> Running in 4a0fd8aeb968 [2022-08-15T13:40:27.171Z] Removing intermediate container 6c1a384b1987 [2022-08-15T13:40:27.171Z] ---> 095cf190f971 [2022-08-15T13:40:27.171Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-08-15T13:40:27.445Z] ---> Running in 2a5b56e2aa85 [2022-08-15T13:40:28.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:40:29.122Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:40:29.541Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:40:29.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:40:30.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:40:30.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:40:31.285Z] (1/6) Installing ca-certificates (20220614-r0) [2022-08-15T13:40:31.285Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-08-15T13:40:31.285Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-08-15T13:40:31.285Z] (4/6) Installing libcurl (7.83.1-r2) [2022-08-15T13:40:31.285Z] (5/6) Installing curl (7.83.1-r2) [2022-08-15T13:40:31.285Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-08-15T13:40:31.285Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:40:31.285Z] Executing ca-certificates-20220614-r0.trigger [2022-08-15T13:40:32.062Z] (1/3) Installing ca-certificates (20220614-r0) [2022-08-15T13:40:32.062Z] OK: 8 MiB in 20 packages [2022-08-15T13:40:32.062Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-08-15T13:40:32.062Z] (3/3) Installing su-exec (0.2-r1) [2022-08-15T13:40:32.062Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:40:32.062Z] Executing ca-certificates-20220614-r0.trigger [2022-08-15T13:40:32.062Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-08-15T13:40:32.062Z] (2/2) Installing su-exec (0.2-r1) [2022-08-15T13:40:32.062Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:40:32.063Z] OK: 5 MiB in 16 packages [2022-08-15T13:40:32.340Z] OK: 6 MiB in 17 packages [2022-08-15T13:40:35.018Z] Removing intermediate container 2a5b56e2aa85 [2022-08-15T13:40:35.018Z] ---> 0af36074c0af [2022-08-15T13:40:35.018Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-08-15T13:40:35.018Z] ---> Running in 10a1d96950be [2022-08-15T13:40:35.620Z] Removing intermediate container a6fe1440b67f [2022-08-15T13:40:35.621Z] ---> 901227356828 [2022-08-15T13:40:35.621Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-15T13:40:35.621Z] ---> Running in 2f69bc18bef1 [2022-08-15T13:40:35.621Z] Removing intermediate container 10a1d96950be [2022-08-15T13:40:35.621Z] ---> d3efafb42188 [2022-08-15T13:40:35.621Z] Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-08-15T13:40:35.896Z] ---> Running in 9dde9c3e4bad [2022-08-15T13:40:35.896Z] Removing intermediate container 4a0fd8aeb968 [2022-08-15T13:40:35.896Z] ---> 243ffd9d3efa [2022-08-15T13:40:35.896Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-15T13:40:35.896Z] ---> Running in 106c2251af95 [2022-08-15T13:40:36.502Z] Removing intermediate container 2f69bc18bef1 [2022-08-15T13:40:36.502Z] ---> 24888f388911 [2022-08-15T13:40:36.502Z] Step 13/22 : WORKDIR /edgex [2022-08-15T13:40:36.502Z] ---> Running in 3053fcde7c19 [2022-08-15T13:40:36.781Z] Removing intermediate container 9dde9c3e4bad [2022-08-15T13:40:36.781Z] ---> 61e0e18aa5a0 [2022-08-15T13:40:36.781Z] Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-08-15T13:40:37.060Z] ---> Running in f9bba3ecd69f [2022-08-15T13:40:37.060Z] Removing intermediate container 106c2251af95 [2022-08-15T13:40:37.060Z] ---> e41ec0080513 [2022-08-15T13:40:37.060Z] Step 13/25 : WORKDIR / [2022-08-15T13:40:37.060Z] ---> Running in 0218e16fa438 [2022-08-15T13:40:37.682Z] Removing intermediate container 3053fcde7c19 [2022-08-15T13:40:37.682Z] ---> 217e9dd13250 [2022-08-15T13:40:37.683Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-08-15T13:40:37.959Z] Removing intermediate container f9bba3ecd69f [2022-08-15T13:40:37.959Z] ---> a9aac3727fa7 [2022-08-15T13:40:37.959Z] Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-08-15T13:40:37.959Z] ---> Running in d5853ab964a9 [2022-08-15T13:40:38.232Z] Removing intermediate container 0218e16fa438 [2022-08-15T13:40:38.232Z] ---> 400e888d7e24 [2022-08-15T13:40:38.232Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-08-15T13:40:39.671Z] ---> fa3d7e9c8b8d [2022-08-15T13:40:39.671Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-08-15T13:40:40.281Z] ---> 75844b4099ff [2022-08-15T13:40:40.281Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-08-15T13:40:42.274Z] ---> 44843ed7de7a [2022-08-15T13:40:42.274Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-08-15T13:40:42.275Z] Removing intermediate container d5853ab964a9 [2022-08-15T13:40:42.275Z] ---> 728bd70a8fcb [2022-08-15T13:40:42.275Z] Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} [2022-08-15T13:40:42.275Z] ---> Running in 22a2564dcf75 [2022-08-15T13:40:42.551Z] ---> 1415ed00a45c [2022-08-15T13:40:42.551Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-08-15T13:40:43.151Z] Removing intermediate container 22a2564dcf75 [2022-08-15T13:40:43.151Z] ---> 091b12af707c [2022-08-15T13:40:43.151Z] Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-08-15T13:40:43.754Z] ---> 7f0776f04dbd [2022-08-15T13:40:43.754Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-08-15T13:40:45.208Z] ---> 28368e929baa [2022-08-15T13:40:45.208Z] Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-08-15T13:40:45.208Z] ---> d83d78039629 [2022-08-15T13:40:45.208Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-08-15T13:40:45.208Z] ---> 44a4851d6a1f [2022-08-15T13:40:45.208Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-08-15T13:40:45.208Z] ---> Running in 148a324c4377 [2022-08-15T13:40:47.210Z] ---> eb3a1c3fcd6a [2022-08-15T13:40:47.210Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-15T13:40:47.210Z] ---> Running in 236e54fa1225 [2022-08-15T13:40:48.684Z] ---> 71e88c21a02a [2022-08-15T13:40:48.684Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-08-15T13:40:49.292Z] Removing intermediate container 148a324c4377 [2022-08-15T13:40:49.292Z] ---> aff4bc7ffe5d [2022-08-15T13:40:49.292Z] Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:40:51.292Z] ---> 652f54c28b01 [2022-08-15T13:40:51.292Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-08-15T13:40:51.568Z] Removing intermediate container 236e54fa1225 [2022-08-15T13:40:51.568Z] ---> e7d3beb76c23 [2022-08-15T13:40:51.568Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-08-15T13:40:51.846Z] ---> Running in 53aeb4cf05ca [2022-08-15T13:40:52.120Z] ---> 79647ecc6c72 [2022-08-15T13:40:52.120Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-08-15T13:40:52.727Z] Removing intermediate container 53aeb4cf05ca [2022-08-15T13:40:52.727Z] ---> 5775c989c267 [2022-08-15T13:40:52.727Z] Step 20/22 : LABEL arch=arm64 [2022-08-15T13:40:52.727Z] ---> Running in 075ea6437a8f [2022-08-15T13:40:53.336Z] Removing intermediate container 075ea6437a8f [2022-08-15T13:40:53.336Z] ---> 675a1e5cbad7 [2022-08-15T13:40:53.336Z] Step 21/22 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:40:53.336Z] ---> 8aa217c554a0 [2022-08-15T13:40:53.336Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-15T13:40:53.612Z] ---> Running in 70643bd5adfd [2022-08-15T13:40:53.612Z] ---> Running in ec315727c9a6 [2022-08-15T13:40:54.606Z] Removing intermediate container 70643bd5adfd [2022-08-15T13:40:54.606Z] ---> 226d8f002134 [2022-08-15T13:40:54.606Z] Step 22/22 : LABEL version=0.0.0 [2022-08-15T13:40:54.885Z] ---> Running in cef4c5dac228 [2022-08-15T13:40:54.885Z] ---> 74294efced54 [2022-08-15T13:40:54.885Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-08-15T13:40:55.880Z] Removing intermediate container cef4c5dac228 [2022-08-15T13:40:55.880Z] ---> aceb7cd81f64 [2022-08-15T13:40:55.880Z] [2022-08-15T13:40:56.479Z] Successfully built aceb7cd81f64 [2022-08-15T13:40:56.479Z] Successfully tagged security-proxy-setup-arm64:latest [2022-08-15T13:40:56.479Z] Building sys-mgmt-agent [2022-08-15T13:40:56.479Z] ---> 7c787e8ebed8 [2022-08-15T13:40:56.479Z]  Building security-proxy-setup ... done Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-08-15T13:40:57.077Z] Removing intermediate container ec315727c9a6 [2022-08-15T13:40:57.077Z] ---> 1837496c2bcc [2022-08-15T13:40:57.077Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-08-15T13:40:57.347Z] ---> Running in 37bb6afc31fb [2022-08-15T13:40:57.621Z] ---> f5af32e11eda [2022-08-15T13:40:57.621Z] Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-08-15T13:40:58.220Z] Removing intermediate container 37bb6afc31fb [2022-08-15T13:40:58.220Z] ---> 6fecd58dc3ec [2022-08-15T13:40:58.220Z] Step 23/25 : LABEL arch=arm64 [2022-08-15T13:40:58.220Z] ---> Running in db5fa0aa6d3a [2022-08-15T13:40:58.837Z] ---> ef42af1c6a4f [2022-08-15T13:40:58.837Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-08-15T13:40:58.837Z] Removing intermediate container db5fa0aa6d3a [2022-08-15T13:40:58.837Z] ---> 586480e22224 [2022-08-15T13:40:58.837Z] Step 24/25 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:40:58.837Z] ---> Running in ca9567a5d63b [2022-08-15T13:40:59.819Z] Removing intermediate container ca9567a5d63b [2022-08-15T13:40:59.819Z] ---> b48e5dea54d3 [2022-08-15T13:40:59.819Z] Step 25/25 : LABEL version=0.0.0 [2022-08-15T13:40:59.819Z] ---> Running in 4ced4e7222c6 [2022-08-15T13:41:00.095Z] ---> d94ffc0d54ab [2022-08-15T13:41:00.095Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-08-15T13:41:00.382Z] ---> Running in be47a66653d2 [2022-08-15T13:41:00.382Z] Removing intermediate container 4ced4e7222c6 [2022-08-15T13:41:00.382Z] ---> f21012aec1ad [2022-08-15T13:41:00.382Z] [2022-08-15T13:41:01.003Z] Successfully built f21012aec1ad [2022-08-15T13:41:01.003Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-08-15T13:41:01.003Z] Building security-spire-agent [2022-08-15T13:41:03.644Z]  Building security-secretstore-setup ... done Removing intermediate container be47a66653d2 [2022-08-15T13:41:03.644Z] ---> 622dc92a2640 [2022-08-15T13:41:03.644Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-08-15T13:41:03.644Z] ---> Running in 69e883c247cd [2022-08-15T13:41:03.921Z] Removing intermediate container 69e883c247cd [2022-08-15T13:41:03.921Z] ---> 92ed03d48750 [2022-08-15T13:41:03.921Z] Step 28/31 : CMD ["gate"] [2022-08-15T13:41:04.198Z] ---> Running in 379cd366e2ab [2022-08-15T13:41:04.808Z] Removing intermediate container 379cd366e2ab [2022-08-15T13:41:04.808Z] ---> 7f0c867dca38 [2022-08-15T13:41:04.808Z] Step 29/31 : LABEL arch=arm64 [2022-08-15T13:41:04.808Z] ---> Running in 09bd13742896 [2022-08-15T13:41:05.415Z] Removing intermediate container 09bd13742896 [2022-08-15T13:41:05.415Z] ---> 7c42fbe1c6e2 [2022-08-15T13:41:05.415Z] Step 30/31 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:41:05.691Z] ---> Running in 7adadc236afc [2022-08-15T13:41:06.298Z] Removing intermediate container 7adadc236afc [2022-08-15T13:41:06.298Z] ---> 1afb0309c4bf [2022-08-15T13:41:06.298Z] Step 31/31 : LABEL version=0.0.0 [2022-08-15T13:41:06.298Z] ---> Running in 2d1526a38ef3 [2022-08-15T13:41:06.904Z] Removing intermediate container 2d1526a38ef3 [2022-08-15T13:41:06.904Z] ---> 5203a01a6720 [2022-08-15T13:41:06.904Z] [2022-08-15T13:41:07.183Z] Successfully built 5203a01a6720 [2022-08-15T13:41:07.183Z] Successfully tagged security-bootstrapper-arm64:latest [2022-08-15T13:41:07.183Z] Building core-command [2022-08-15T13:41:29.419Z]  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:41:29.419Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:41:29.419Z] ---> 40639bbecdd0 [2022-08-15T13:41:29.419Z] Step 3/23 : WORKDIR /edgex-go [2022-08-15T13:41:29.419Z] ---> Using cache [2022-08-15T13:41:29.419Z] ---> e1f8b78cfc43 [2022-08-15T13:41:29.419Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:41:29.419Z] ---> Using cache [2022-08-15T13:41:29.419Z] ---> 64dbdd28abc3 [2022-08-15T13:41:29.419Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-08-15T13:41:29.419Z] ---> Running in 1ac76934e483 [2022-08-15T13:41:30.021Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:41:30.298Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:41:30.298Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:41:30.298Z] ---> 40639bbecdd0 [2022-08-15T13:41:30.298Z] Step 3/26 : WORKDIR /edgex-go [2022-08-15T13:41:30.298Z] ---> Using cache [2022-08-15T13:41:30.298Z] ---> e1f8b78cfc43 [2022-08-15T13:41:30.298Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:41:30.298Z] ---> Using cache [2022-08-15T13:41:30.298Z] ---> 64dbdd28abc3 [2022-08-15T13:41:30.298Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-15T13:41:30.298Z] ---> Using cache [2022-08-15T13:41:30.298Z] ---> 75e8f779da6d [2022-08-15T13:41:30.298Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-15T13:41:30.298Z] ---> Using cache [2022-08-15T13:41:30.298Z] ---> c907b57849a1 [2022-08-15T13:41:30.298Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:41:30.298Z] ---> Using cache [2022-08-15T13:41:30.298Z] ---> f237f1eaae34 [2022-08-15T13:41:30.298Z] Step 8/26 : COPY . . [2022-08-15T13:41:30.298Z] ---> Using cache [2022-08-15T13:41:30.298Z] ---> 7a71141ac82f [2022-08-15T13:41:30.298Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-15T13:41:30.298Z] ---> Using cache [2022-08-15T13:41:30.298Z] ---> c53720a62bbf [2022-08-15T13:41:30.298Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-15T13:41:30.298Z] ---> Using cache [2022-08-15T13:41:30.298Z] ---> 4a367f7dd076 [2022-08-15T13:41:30.298Z] 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 [2022-08-15T13:41:30.580Z] ---> Running in 483062125b06 [2022-08-15T13:41:30.859Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:41:32.852Z] OK: 221 MiB in 51 packages [2022-08-15T13:41:34.290Z] Removing intermediate container 483062125b06 [2022-08-15T13:41:34.290Z] ---> 883dbce5409b [2022-08-15T13:41:34.290Z] Step 12/26 : WORKDIR /edgex-go [2022-08-15T13:41:34.563Z] ---> Running in cbca1091aad6 [2022-08-15T13:41:34.835Z] Removing intermediate container 1ac76934e483 [2022-08-15T13:41:34.835Z] ---> c37e6ee99a69 [2022-08-15T13:41:34.835Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-15T13:41:35.429Z] Removing intermediate container cbca1091aad6 [2022-08-15T13:41:35.429Z] ---> bcaeb86f1e02 [2022-08-15T13:41:35.429Z] [2022-08-15T13:41:35.429Z] Step 13/26 : FROM alpine:3.15 [2022-08-15T13:41:35.429Z] ---> 02e0d6fdf486 [2022-08-15T13:41:35.429Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-15T13:41:35.429Z] ---> Using cache [2022-08-15T13:41:35.430Z] ---> bb6a9ad6ba3b [2022-08-15T13:41:35.430Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:41:35.430Z] ---> Using cache [2022-08-15T13:41:35.430Z] ---> dd623b9778ac [2022-08-15T13:41:35.430Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-15T13:41:35.430Z] ---> Using cache [2022-08-15T13:41:35.430Z] ---> 35d4ad582c7e [2022-08-15T13:41:35.430Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-08-15T13:41:36.431Z] ---> d2ddff29bc07 [2022-08-15T13:41:36.432Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:41:36.710Z] ---> Running in 3f24e7fd1d6b [2022-08-15T13:41:38.170Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:41:38.170Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:41:38.170Z] ---> 40639bbecdd0 [2022-08-15T13:41:38.170Z] Step 3/23 : WORKDIR /edgex-go [2022-08-15T13:41:38.170Z] ---> Using cache [2022-08-15T13:41:38.170Z] ---> e1f8b78cfc43 [2022-08-15T13:41:38.170Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:41:38.170Z] ---> Using cache [2022-08-15T13:41:38.170Z] ---> 64dbdd28abc3 [2022-08-15T13:41:38.170Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-08-15T13:41:38.170Z] ---> Running in 4e930a188ace [2022-08-15T13:41:40.172Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:41:41.620Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:41:41.620Z] ---> d84e47bf8356 [2022-08-15T13:41:41.620Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-15T13:41:42.606Z] OK: 221 MiB in 51 packages [2022-08-15T13:41:44.585Z] Removing intermediate container 4e930a188ace [2022-08-15T13:41:44.585Z] ---> 1fd6a9f83262 [2022-08-15T13:41:44.586Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-15T13:41:46.032Z] ---> 558b174a7108 [2022-08-15T13:41:46.032Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:41:46.032Z] ---> Running in a82ea177046f [2022-08-15T13:41:48.676Z] ---> ac8fd7de4ccd [2022-08-15T13:41:48.676Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-08-15T13:41:49.285Z] ---> 5d3bdcee88ad [2022-08-15T13:41:49.285Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-08-15T13:41:50.428Z] ---> f4cd04c3b404 [2022-08-15T13:41:50.428Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-08-15T13:41:51.086Z] ---> a860f2075ed4 [2022-08-15T13:41:51.086Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-15T13:41:51.374Z] ---> Running in 3af7ff83f264 [2022-08-15T13:41:52.018Z] Removing intermediate container 3af7ff83f264 [2022-08-15T13:41:52.018Z] ---> 3c2e84cecf28 [2022-08-15T13:41:52.018Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-15T13:41:52.018Z] ---> Running in bd5e5f849c80 [2022-08-15T13:41:52.670Z] Removing intermediate container bd5e5f849c80 [2022-08-15T13:41:52.670Z] ---> c6880d204ac2 [2022-08-15T13:41:52.670Z] Step 24/26 : LABEL arch=arm64 [2022-08-15T13:41:52.670Z] ---> Running in 68722753341d [2022-08-15T13:41:53.305Z] Removing intermediate container 68722753341d [2022-08-15T13:41:53.305Z] ---> 7a2246f90fc1 [2022-08-15T13:41:53.305Z] Step 25/26 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:41:53.583Z] ---> Running in 69dc79d7ce26 [2022-08-15T13:41:54.189Z] Removing intermediate container 69dc79d7ce26 [2022-08-15T13:41:54.189Z] ---> de0b6b09e9c0 [2022-08-15T13:41:54.189Z] Step 26/26 : LABEL version=0.0.0 [2022-08-15T13:41:54.466Z] ---> Running in 70eb791a07d6 [2022-08-15T13:41:55.065Z] Removing intermediate container 70eb791a07d6 [2022-08-15T13:41:55.065Z] ---> 7c9586808317 [2022-08-15T13:41:55.065Z] [2022-08-15T13:41:55.341Z] Successfully built 7c9586808317 [2022-08-15T13:41:55.341Z] Successfully tagged security-spire-agent-arm64:latest [2022-08-15T13:41:55.341Z]  Building security-spire-agent ... done Building security-spire-config [2022-08-15T13:42:13.713Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:42:13.713Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:42:13.713Z] ---> 40639bbecdd0 [2022-08-15T13:42:13.713Z] Step 3/26 : WORKDIR /edgex-go [2022-08-15T13:42:13.713Z] ---> Using cache [2022-08-15T13:42:13.713Z] ---> e1f8b78cfc43 [2022-08-15T13:42:13.713Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:42:13.713Z] ---> Using cache [2022-08-15T13:42:13.713Z] ---> 64dbdd28abc3 [2022-08-15T13:42:13.713Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-15T13:42:13.713Z] ---> Using cache [2022-08-15T13:42:13.713Z] ---> 75e8f779da6d [2022-08-15T13:42:13.713Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-15T13:42:13.713Z] ---> Using cache [2022-08-15T13:42:13.713Z] ---> c907b57849a1 [2022-08-15T13:42:13.713Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:42:13.713Z] ---> Using cache [2022-08-15T13:42:13.713Z] ---> f237f1eaae34 [2022-08-15T13:42:13.713Z] Step 8/26 : COPY . . [2022-08-15T13:42:13.713Z] ---> Using cache [2022-08-15T13:42:13.713Z] ---> 7a71141ac82f [2022-08-15T13:42:13.713Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-15T13:42:13.713Z] ---> Using cache [2022-08-15T13:42:13.713Z] ---> c53720a62bbf [2022-08-15T13:42:13.713Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-15T13:42:13.713Z] ---> Using cache [2022-08-15T13:42:13.713Z] ---> 4a367f7dd076 [2022-08-15T13:42:13.713Z] 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 [2022-08-15T13:42:13.713Z] ---> Using cache [2022-08-15T13:42:13.713Z] ---> 883dbce5409b [2022-08-15T13:42:13.713Z] Step 12/26 : WORKDIR /edgex-go [2022-08-15T13:42:13.713Z] ---> Using cache [2022-08-15T13:42:13.713Z] ---> bcaeb86f1e02 [2022-08-15T13:42:13.713Z] [2022-08-15T13:42:13.713Z] Step 13/26 : FROM alpine:3.15 [2022-08-15T13:42:13.713Z] ---> 02e0d6fdf486 [2022-08-15T13:42:13.713Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-15T13:42:13.713Z] ---> Using cache [2022-08-15T13:42:13.713Z] ---> bb6a9ad6ba3b [2022-08-15T13:42:13.713Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:42:13.713Z] ---> Using cache [2022-08-15T13:42:13.713Z] ---> dd623b9778ac [2022-08-15T13:42:13.713Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-08-15T13:42:13.713Z] ---> Running in 024ff123dfc3 [2022-08-15T13:42:14.708Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:42:16.159Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:42:17.177Z] v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-15T13:42:17.177Z] v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-15T13:42:17.177Z] OK: 15733 distinct packages available [2022-08-15T13:42:17.177Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:42:18.161Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:42:19.601Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-08-15T13:42:19.601Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-08-15T13:42:19.601Z] (3/4) Installing libucontext (1.1-r0) [2022-08-15T13:42:19.601Z] (4/4) Installing gcompat (1.0.0-r4) [2022-08-15T13:42:19.601Z] Executing busybox-1.34.1-r7.trigger [2022-08-15T13:42:19.879Z] OK: 6 MiB in 18 packages [2022-08-15T13:42:22.511Z] Removing intermediate container 024ff123dfc3 [2022-08-15T13:42:22.511Z] ---> 980ac7edbcba [2022-08-15T13:42:22.511Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-15T13:42:34.938Z] ---> ca811f7742f0 [2022-08-15T13:42:34.938Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-08-15T13:42:35.918Z] ---> 2ec81d931f2c [2022-08-15T13:42:35.918Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-08-15T13:42:36.192Z] ---> Running in b021e04b59ad [2022-08-15T13:42:36.788Z] Removing intermediate container 12b6eb051d7f [2022-08-15T13:42:36.788Z] ---> 9ae0e1cedca5 [2022-08-15T13:42:36.788Z] [2022-08-15T13:42:36.788Z] Step 10/22 : FROM alpine:3.16 [2022-08-15T13:42:36.788Z] ---> a6215f271958 [2022-08-15T13:42:36.788Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-08-15T13:42:37.063Z] ---> Running in 626ca5fe96d5 [2022-08-15T13:42:37.063Z] Removing intermediate container b021e04b59ad [2022-08-15T13:42:37.063Z] ---> 5ab33b2de27d [2022-08-15T13:42:37.063Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-08-15T13:42:38.498Z] ---> 182dc7f6f714 [2022-08-15T13:42:38.498Z] Step 21/26 : WORKDIR / [2022-08-15T13:42:38.770Z] ---> Running in 3db1150bddec [2022-08-15T13:42:38.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:42:39.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:42:39.644Z] Removing intermediate container 3db1150bddec [2022-08-15T13:42:39.644Z] ---> 9e934ae5bc45 [2022-08-15T13:42:39.644Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-15T13:42:39.927Z] ---> Running in 8e6b6695c987 [2022-08-15T13:42:40.201Z] (1/2) Installing ca-certificates (20220614-r0) [2022-08-15T13:42:40.201Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-08-15T13:42:40.201Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:42:40.477Z] Executing ca-certificates-20220614-r0.trigger [2022-08-15T13:42:40.477Z] Removing intermediate container 3f24e7fd1d6b [2022-08-15T13:42:40.477Z] ---> 424eedb0b19d [2022-08-15T13:42:40.477Z] Step 8/23 : COPY . . [2022-08-15T13:42:40.477Z] Removing intermediate container 8e6b6695c987 [2022-08-15T13:42:40.477Z] ---> 2b54bfddc68d [2022-08-15T13:42:40.477Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-15T13:42:40.751Z] OK: 6 MiB in 16 packages [2022-08-15T13:42:40.751Z] ---> Running in 64c943e32cbb [2022-08-15T13:42:41.733Z] Removing intermediate container 64c943e32cbb [2022-08-15T13:42:41.733Z] ---> b1caa0f67569 [2022-08-15T13:42:41.733Z] Step 24/26 : LABEL arch=arm64 [2022-08-15T13:42:41.733Z] ---> Running in 3ace33b4b14e [2022-08-15T13:42:42.728Z] Removing intermediate container 3ace33b4b14e [2022-08-15T13:42:42.728Z] ---> a441b322e70e [2022-08-15T13:42:42.728Z] Step 25/26 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:42:43.004Z] ---> Running in 1d7b01de3e58 [2022-08-15T13:42:43.004Z] Removing intermediate container 626ca5fe96d5 [2022-08-15T13:42:43.004Z] ---> a9466f7eea5d [2022-08-15T13:42:43.004Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-15T13:42:43.004Z] ---> Running in 9536300c6c14 [2022-08-15T13:42:43.610Z] Removing intermediate container 1d7b01de3e58 [2022-08-15T13:42:43.610Z] ---> 72aee51753cc [2022-08-15T13:42:43.610Z] Step 26/26 : LABEL version=0.0.0 [2022-08-15T13:42:43.889Z] ---> Running in af006866f082 [2022-08-15T13:42:43.889Z] Removing intermediate container 9536300c6c14 [2022-08-15T13:42:43.889Z] ---> 6c82f84559a0 [2022-08-15T13:42:43.889Z] Step 13/22 : ENV APP_PORT=59860 [2022-08-15T13:42:43.889Z] ---> Running in 6cabf5807867 [2022-08-15T13:42:44.493Z] Removing intermediate container af006866f082 [2022-08-15T13:42:44.493Z] ---> 253eb443e711 [2022-08-15T13:42:44.493Z] [2022-08-15T13:42:44.768Z] Removing intermediate container 6cabf5807867 [2022-08-15T13:42:44.768Z] ---> 4c11fd942001 [2022-08-15T13:42:44.768Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-15T13:42:44.768Z] ---> Running in 7219e030f028 [2022-08-15T13:42:45.050Z] Successfully built 253eb443e711 [2022-08-15T13:42:45.050Z] Successfully tagged security-spire-config-arm64:latest [2022-08-15T13:42:45.050Z]  Building security-spire-config ... done Building security-spiffe-token-provider [2022-08-15T13:42:45.651Z] Removing intermediate container 7219e030f028 [2022-08-15T13:42:45.651Z] ---> b802862d3138 [2022-08-15T13:42:45.651Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:42:47.102Z] ---> 71dd88ac52e7 [2022-08-15T13:42:47.102Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-08-15T13:42:47.102Z] Removing intermediate container 0fd8683ac6fc [2022-08-15T13:42:47.102Z] ---> 7899e5afcc4e [2022-08-15T13:42:47.102Z] [2022-08-15T13:42:47.102Z] Step 10/23 : FROM alpine:3.16 [2022-08-15T13:42:47.102Z] ---> a6215f271958 [2022-08-15T13:42:47.102Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-08-15T13:42:47.376Z] ---> Running in 92b827933842 [2022-08-15T13:42:48.000Z] Removing intermediate container 92b827933842 [2022-08-15T13:42:48.000Z] ---> dec0786e0a90 [2022-08-15T13:42:48.000Z] Step 12/23 : ENV APP_PORT=59880 [2022-08-15T13:42:48.274Z] ---> Running in 9379b894f698 [2022-08-15T13:42:48.274Z] Removing intermediate container a82ea177046f [2022-08-15T13:42:48.274Z] ---> 54fecc1cc446 [2022-08-15T13:42:48.274Z] Step 8/23 : COPY . . [2022-08-15T13:42:48.877Z] Removing intermediate container 9379b894f698 [2022-08-15T13:42:48.877Z] ---> b3296f97715d [2022-08-15T13:42:48.877Z] Step 13/23 : EXPOSE $APP_PORT [2022-08-15T13:42:49.180Z] ---> Running in 8b7451224583 [2022-08-15T13:42:49.801Z] Removing intermediate container 8b7451224583 [2022-08-15T13:42:49.801Z] ---> 291a69b94f04 [2022-08-15T13:42:49.801Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:42:49.801Z] ---> Running in bd15af9c7279 [2022-08-15T13:42:50.409Z] ---> 9db7e312c9fc [2022-08-15T13:42:50.409Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-08-15T13:42:51.854Z] ---> f775767aafe8 [2022-08-15T13:42:51.854Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-08-15T13:42:51.854Z] ---> Running in b05acfe0dc7d [2022-08-15T13:42:52.461Z] Removing intermediate container bd15af9c7279 [2022-08-15T13:42:52.461Z] ---> 00305cc91606 [2022-08-15T13:42:52.461Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-15T13:42:52.733Z] Removing intermediate container b05acfe0dc7d [2022-08-15T13:42:52.733Z] ---> 8570afda65dd [2022-08-15T13:42:52.733Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:42:52.733Z] ---> Running in c6f450787a44 [2022-08-15T13:42:52.733Z] ---> Running in 88c3776dbc7c [2022-08-15T13:42:53.724Z] Removing intermediate container 88c3776dbc7c [2022-08-15T13:42:53.724Z] ---> 7937ea7a57e4 [2022-08-15T13:42:53.724Z] Step 20/22 : LABEL arch=arm64 [2022-08-15T13:42:53.997Z] ---> Running in 650dac0fa831 [2022-08-15T13:42:54.594Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:42:54.594Z] Removing intermediate container 650dac0fa831 [2022-08-15T13:42:54.594Z] ---> ff9efe6036ca [2022-08-15T13:42:54.594Z] Step 21/22 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:42:54.868Z] ---> Running in 94609d87fd9e [2022-08-15T13:42:55.472Z] Removing intermediate container 94609d87fd9e [2022-08-15T13:42:55.472Z] ---> bce1bc942975 [2022-08-15T13:42:55.472Z] Step 22/22 : LABEL version=0.0.0 [2022-08-15T13:42:55.472Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:42:55.472Z] ---> Running in 00836de8dd25 [2022-08-15T13:42:56.076Z] Removing intermediate container 00836de8dd25 [2022-08-15T13:42:56.076Z] ---> dbc0d6b93781 [2022-08-15T13:42:56.076Z] [2022-08-15T13:42:56.353Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-15T13:42:56.353Z] Successfully built dbc0d6b93781 [2022-08-15T13:42:56.353Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-15T13:42:56.632Z] Successfully tagged support-notifications-arm64:latest [2022-08-15T13:42:56.632Z]  Building support-notifications ... done Building support-scheduler [2022-08-15T13:42:56.632Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-15T13:42:56.632Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-15T13:42:56.915Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-15T13:42:56.915Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-15T13:42:56.915Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:42:57.189Z] OK: 8 MiB in 20 packages [2022-08-15T13:42:59.176Z] ---> 7e55b26058b0 [2022-08-15T13:42:59.176Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-08-15T13:42:59.176Z] Removing intermediate container c6f450787a44 [2022-08-15T13:42:59.176Z] ---> eefdf2d2c0bb [2022-08-15T13:42:59.176Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:42:59.176Z] ---> Running in 6e9109d1da35 [2022-08-15T13:43:00.160Z] ---> d5549d417fca [2022-08-15T13:43:00.160Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-08-15T13:43:00.777Z] 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 [2022-08-15T13:43:01.755Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:43:01.755Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:43:01.755Z] ---> 40639bbecdd0 [2022-08-15T13:43:01.755Z] Step 3/20 : WORKDIR /edgex-go [2022-08-15T13:43:01.755Z] ---> Using cache [2022-08-15T13:43:01.755Z] ---> e1f8b78cfc43 [2022-08-15T13:43:01.755Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-08-15T13:43:01.755Z] ---> Running in 3ca847140bdc [2022-08-15T13:43:03.193Z] ---> 16417bfed87d [2022-08-15T13:43:03.193Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-08-15T13:43:03.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:43:04.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:43:05.068Z] ---> 1e29e590e45d [2022-08-15T13:43:05.068Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-08-15T13:43:05.068Z] ---> Running in 9c228cf1a9b9 [2022-08-15T13:43:05.343Z] v3.16.2-31-gfe918834c6 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-08-15T13:43:05.343Z] v3.16.2-31-gfe918834c6 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-08-15T13:43:05.343Z] OK: 16890 distinct packages available [2022-08-15T13:43:05.617Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:43:05.895Z] Removing intermediate container 9c228cf1a9b9 [2022-08-15T13:43:05.895Z] ---> c3f36906e710 [2022-08-15T13:43:05.895Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:43:05.895Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:43:06.173Z] ---> Running in 19ec10833578 [2022-08-15T13:43:06.772Z] Removing intermediate container 19ec10833578 [2022-08-15T13:43:06.772Z] ---> 3a920bea3eb5 [2022-08-15T13:43:06.772Z] Step 21/23 : LABEL arch=arm64 [2022-08-15T13:43:07.096Z] OK: 221 MiB in 51 packages [2022-08-15T13:43:07.096Z] ---> Running in df2133654bc9 [2022-08-15T13:43:08.706Z] Removing intermediate container df2133654bc9 [2022-08-15T13:43:08.706Z] ---> 8ff3bf0fbc02 [2022-08-15T13:43:08.706Z] Step 22/23 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:43:09.046Z] ---> Running in 45c5c6aebfd4 [2022-08-15T13:43:10.546Z] Removing intermediate container 45c5c6aebfd4 [2022-08-15T13:43:10.546Z] ---> f1afc5230084 [2022-08-15T13:43:10.546Z] Step 23/23 : LABEL version=0.0.0 [2022-08-15T13:43:10.546Z] Removing intermediate container 3ca847140bdc [2022-08-15T13:43:10.546Z] ---> ed7ff676df66 [2022-08-15T13:43:10.546Z] Step 5/20 : COPY go.mod vendor* ./ [2022-08-15T13:43:10.546Z] ---> Running in 5ef150a9d5fe [2022-08-15T13:43:11.144Z] Removing intermediate container 5ef150a9d5fe [2022-08-15T13:43:11.144Z] ---> 89f51fdd4e78 [2022-08-15T13:43:11.144Z] [2022-08-15T13:43:11.745Z] ---> 917b896cde21 [2022-08-15T13:43:11.745Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:43:11.745Z] ---> c3209f339872 [2022-08-15T13:43:11.745Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-08-15T13:43:11.745Z] Successfully built 89f51fdd4e78 [2022-08-15T13:43:11.745Z] Successfully tagged core-data-arm64:latest [2022-08-15T13:43:11.745Z]  Building core-data ... done Building core-metadata [2022-08-15T13:43:11.745Z] ---> Running in 0df8f18a1dbf [2022-08-15T13:43:11.745Z] ---> Running in 6d1b27f27970 [2022-08-15T13:43:13.724Z] 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 [2022-08-15T13:43:15.712Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:43:15.712Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:43:15.712Z] ---> 40639bbecdd0 [2022-08-15T13:43:15.712Z] Step 3/22 : WORKDIR /edgex-go [2022-08-15T13:43:15.712Z] ---> Using cache [2022-08-15T13:43:15.712Z] ---> e1f8b78cfc43 [2022-08-15T13:43:15.712Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:43:15.712Z] ---> Using cache [2022-08-15T13:43:15.712Z] ---> 64dbdd28abc3 [2022-08-15T13:43:15.712Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-15T13:43:15.712Z] ---> Using cache [2022-08-15T13:43:15.712Z] ---> 1fd6a9f83262 [2022-08-15T13:43:15.712Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-15T13:43:15.712Z] ---> Using cache [2022-08-15T13:43:15.712Z] ---> 558b174a7108 [2022-08-15T13:43:15.712Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:43:15.712Z] ---> Using cache [2022-08-15T13:43:15.712Z] ---> 54fecc1cc446 [2022-08-15T13:43:15.712Z] Step 8/22 : COPY . . [2022-08-15T13:43:15.712Z] ---> Using cache [2022-08-15T13:43:15.712Z] ---> c3209f339872 [2022-08-15T13:43:15.712Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-08-15T13:43:15.993Z] ---> Running in 74b59c84834b [2022-08-15T13:43:17.994Z] 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 [2022-08-15T13:43:30.447Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-15T13:43:30.447Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-08-15T13:43:30.447Z] ---> 40639bbecdd0 [2022-08-15T13:43:30.447Z] Step 3/24 : WORKDIR /edgex-go [2022-08-15T13:43:30.447Z] ---> Using cache [2022-08-15T13:43:30.447Z] ---> e1f8b78cfc43 [2022-08-15T13:43:30.447Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:43:30.447Z] ---> Using cache [2022-08-15T13:43:30.447Z] ---> 64dbdd28abc3 [2022-08-15T13:43:30.447Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-08-15T13:43:30.447Z] ---> Using cache [2022-08-15T13:43:30.447Z] ---> 1fd6a9f83262 [2022-08-15T13:43:30.447Z] Step 6/24 : COPY go.mod vendor* ./ [2022-08-15T13:43:30.447Z] ---> Using cache [2022-08-15T13:43:30.447Z] ---> 558b174a7108 [2022-08-15T13:43:30.447Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T13:43:30.447Z] ---> Using cache [2022-08-15T13:43:30.447Z] ---> 54fecc1cc446 [2022-08-15T13:43:30.447Z] Step 8/24 : COPY . . [2022-08-15T13:43:30.447Z] ---> Using cache [2022-08-15T13:43:30.447Z] ---> c3209f339872 [2022-08-15T13:43:30.447Z] Step 9/24 : RUN make cmd/core-metadata/core-metadata [2022-08-15T13:43:30.447Z] ---> Running in a26a94251bf0 [2022-08-15T13:43:31.904Z] 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 [2022-08-15T13:43:58.762Z] Removing intermediate container 6d1b27f27970 [2022-08-15T13:43:58.762Z] ---> b9b549de0013 [2022-08-15T13:43:58.762Z] Step 7/20 : COPY . . [2022-08-15T13:44:11.202Z] ---> 172ac1e3c396 [2022-08-15T13:44:11.202Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-08-15T13:44:11.202Z] ---> Running in 046b463b3850 [2022-08-15T13:44:12.650Z] 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 [2022-08-15T13:48:04.775Z] Removing intermediate container 6e9109d1da35 [2022-08-15T13:48:04.775Z] ---> e91583efbb80 [2022-08-15T13:48:04.775Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-08-15T13:48:04.775Z] ---> Running in d61f16cbdabf [2022-08-15T13:48:04.775Z] 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 [2022-08-15T13:48:04.775Z] Removing intermediate container d61f16cbdabf [2022-08-15T13:48:04.775Z] ---> 0e804ba059a7 [2022-08-15T13:48:04.775Z] [2022-08-15T13:48:04.775Z] Step 11/23 : FROM alpine:3.16 [2022-08-15T13:48:04.775Z] ---> a6215f271958 [2022-08-15T13:48:04.775Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-08-15T13:48:04.775Z] ---> Running in 2c7a28833299 [2022-08-15T13:48:04.775Z] Removing intermediate container 2c7a28833299 [2022-08-15T13:48:04.775Z] ---> d1bce08e6bdc [2022-08-15T13:48:04.775Z] 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 [2022-08-15T13:48:04.775Z] ---> Running in 07a085a00f37 [2022-08-15T13:48:04.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:48:05.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:48:06.044Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-15T13:48:06.044Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-15T13:48:06.044Z] (3/33) Installing readline (8.1.2-r0) [2022-08-15T13:48:06.044Z] (4/33) Installing bash (5.1.16-r2) [2022-08-15T13:48:06.322Z] Executing bash-5.1.16-r2.post-install [2022-08-15T13:48:06.322Z] (5/33) Installing ca-certificates (20220614-r0) [2022-08-15T13:48:06.322Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-08-15T13:48:06.322Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-08-15T13:48:06.322Z] (8/33) Installing libcurl (7.83.1-r2) [2022-08-15T13:48:06.322Z] (9/33) Installing curl (7.83.1-r2) [2022-08-15T13:48:06.322Z] (10/33) Installing docker-cli (20.10.16-r2) [2022-08-15T13:48:07.779Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-08-15T13:48:07.779Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-08-15T13:48:07.779Z] (13/33) Installing expat (2.4.8-r0) [2022-08-15T13:48:07.779Z] (14/33) Installing libffi (3.4.2-r1) [2022-08-15T13:48:07.779Z] (15/33) Installing gdbm (1.23-r0) [2022-08-15T13:48:07.779Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-08-15T13:48:07.779Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-08-15T13:48:07.779Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-15T13:48:07.779Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-08-15T13:48:07.779Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-08-15T13:48:07.779Z] (21/33) Installing python3 (3.10.5-r0) [2022-08-15T13:48:10.425Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-08-15T13:48:10.425Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-08-15T13:48:10.425Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-08-15T13:48:10.425Z] (25/33) Installing py3-six (1.16.0-r1) [2022-08-15T13:48:10.425Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-08-15T13:48:10.425Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-08-15T13:48:10.425Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-08-15T13:48:10.425Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-08-15T13:48:10.425Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-08-15T13:48:10.425Z] (31/33) Installing py3-packaging (21.3-r0) [2022-08-15T13:48:10.425Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-08-15T13:48:10.706Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-08-15T13:48:12.152Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:48:12.152Z] Executing ca-certificates-20220614-r0.trigger [2022-08-15T13:48:12.757Z] OK: 120 MiB in 47 packages [2022-08-15T13:48:18.194Z] Removing intermediate container 0df8f18a1dbf [2022-08-15T13:48:18.194Z] ---> 385647d321a6 [2022-08-15T13:48:18.194Z] [2022-08-15T13:48:18.194Z] Step 10/23 : FROM alpine:3.16 [2022-08-15T13:48:18.194Z] ---> a6215f271958 [2022-08-15T13:48:18.194Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-08-15T13:48:18.194Z] ---> Running in 04e917c717f0 [2022-08-15T13:48:19.643Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:48:20.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:48:21.240Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-08-15T13:48:21.240Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T13:48:21.240Z] OK: 5 MiB in 15 packages [2022-08-15T13:48:22.702Z] Removing intermediate container 04e917c717f0 [2022-08-15T13:48:22.702Z] ---> b7b50a32c46a [2022-08-15T13:48:22.702Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-15T13:48:22.702Z] ---> Running in 89095a9dd635 [2022-08-15T13:48:23.308Z] Removing intermediate container 89095a9dd635 [2022-08-15T13:48:23.308Z] ---> efa704ebd9b0 [2022-08-15T13:48:23.308Z] Step 13/23 : ENV APP_PORT=59882 [2022-08-15T13:48:23.583Z] ---> Running in f9ad47ea0024 [2022-08-15T13:48:23.860Z] Removing intermediate container f9ad47ea0024 [2022-08-15T13:48:23.860Z] ---> b279baca6847 [2022-08-15T13:48:23.860Z] Step 14/23 : EXPOSE $APP_PORT [2022-08-15T13:48:24.135Z] ---> Running in 99d898a51819 [2022-08-15T13:48:24.419Z] Removing intermediate container 99d898a51819 [2022-08-15T13:48:24.419Z] ---> 74746e717f2c [2022-08-15T13:48:24.419Z] Step 15/23 : WORKDIR / [2022-08-15T13:48:24.704Z] ---> Running in 7b2f10101232 [2022-08-15T13:48:25.311Z] Removing intermediate container 7b2f10101232 [2022-08-15T13:48:25.311Z] ---> ef51449d5025 [2022-08-15T13:48:25.311Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:48:26.409Z] ---> 4a57393c76fd [2022-08-15T13:48:26.409Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-08-15T13:48:27.949Z] ---> 3a7e9365bd29 [2022-08-15T13:48:27.949Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-08-15T13:48:28.976Z] ---> dd52d79f42da [2022-08-15T13:48:28.976Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-08-15T13:48:28.976Z] ---> Running in b8457ae41723 [2022-08-15T13:48:29.588Z] Removing intermediate container b8457ae41723 [2022-08-15T13:48:29.588Z] ---> f19c4be69782 [2022-08-15T13:48:29.588Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:48:29.588Z] ---> Running in e244706e33f3 [2022-08-15T13:48:30.222Z] Removing intermediate container e244706e33f3 [2022-08-15T13:48:30.222Z] ---> 6debd1f6f756 [2022-08-15T13:48:30.222Z] Step 21/23 : LABEL arch=arm64 [2022-08-15T13:48:30.222Z] ---> Running in ad1fb0ea098d [2022-08-15T13:48:30.514Z] Removing intermediate container ad1fb0ea098d [2022-08-15T13:48:30.514Z] ---> d820f8f56b59 [2022-08-15T13:48:30.514Z] Step 22/23 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:48:30.795Z] ---> Running in 7ca0f0ad9730 [2022-08-15T13:48:31.412Z] Removing intermediate container 7ca0f0ad9730 [2022-08-15T13:48:31.412Z] ---> 27a102272f03 [2022-08-15T13:48:31.412Z] Step 23/23 : LABEL version=0.0.0 [2022-08-15T13:48:31.412Z] ---> Running in 9535760a0b9e [2022-08-15T13:48:32.020Z] Removing intermediate container 9535760a0b9e [2022-08-15T13:48:32.020Z] ---> bf6f4e49dab0 [2022-08-15T13:48:32.020Z] [2022-08-15T13:48:32.302Z] Successfully built bf6f4e49dab0 [2022-08-15T13:48:32.302Z] Successfully tagged core-command-arm64:latest [2022-08-15T13:48:32.302Z]  Building core-command ... done Collecting docker-compose==1.23.2 [2022-08-15T13:48:32.302Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-08-15T13:48:32.580Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 8.8 MB/s eta 0:00:00 [2022-08-15T13:48:32.580Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-08-15T13:48:32.860Z] Collecting docopt<0.7,>=0.6.1 [2022-08-15T13:48:32.860Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-08-15T13:48:32.860Z] Preparing metadata (setup.py): started [2022-08-15T13:48:34.855Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-15T13:48:35.132Z] Collecting docker<4.0,>=3.6.0 [2022-08-15T13:48:35.409Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-08-15T13:48:35.409Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 19.0 MB/s eta 0:00:00 [2022-08-15T13:48:36.402Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-08-15T13:48:36.402Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-08-15T13:48:36.402Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 17.2 MB/s eta 0:00:00 [2022-08-15T13:48:36.682Z] Collecting websocket-client<1.0,>=0.32.0 [2022-08-15T13:48:36.682Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-08-15T13:48:36.682Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 19.5 MB/s eta 0:00:00 [2022-08-15T13:48:36.960Z] Collecting dockerpty<0.5,>=0.4.1 [2022-08-15T13:48:36.960Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-08-15T13:48:36.960Z] Preparing metadata (setup.py): started [2022-08-15T13:48:38.962Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-15T13:48:39.241Z] Collecting PyYAML<4,>=3.10 [2022-08-15T13:48:39.241Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-08-15T13:48:39.241Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 12.0 MB/s eta 0:00:00 [2022-08-15T13:48:40.697Z] Preparing metadata (setup.py): started [2022-08-15T13:48:42.691Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-15T13:48:42.968Z] Collecting jsonschema<3,>=2.5.1 [2022-08-15T13:48:42.968Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-08-15T13:48:42.968Z] Collecting cached-property<2,>=1.2.0 [2022-08-15T13:48:42.968Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-08-15T13:48:43.245Z] Collecting texttable<0.10,>=0.9.0 [2022-08-15T13:48:43.245Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-08-15T13:48:43.245Z] Preparing metadata (setup.py): started [2022-08-15T13:48:45.235Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-15T13:48:45.510Z] Collecting docker-pycreds>=0.4.0 [2022-08-15T13:48:45.510Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-08-15T13:48:46.118Z] Collecting idna<2.8,>=2.5 [2022-08-15T13:48:46.118Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-08-15T13:48:46.118Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 18.2 MB/s eta 0:00:00 [2022-08-15T13:48:46.725Z] Collecting urllib3<1.25,>=1.21.1 [2022-08-15T13:48:46.725Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-08-15T13:48:46.725Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 20.4 MB/s eta 0:00:00 [2022-08-15T13:48:47.005Z] Collecting certifi>=2017.4.17 [2022-08-15T13:48:47.284Z] Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) [2022-08-15T13:48:47.284Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 12.5 MB/s eta 0:00:00 [2022-08-15T13:48:47.284Z] Collecting chardet<3.1.0,>=3.0.2 [2022-08-15T13:48:47.562Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-08-15T13:48:47.562Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 19.2 MB/s eta 0:00:00 [2022-08-15T13:48:47.842Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-08-15T13:48:47.842Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-08-15T13:48:47.842Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-08-15T13:48:48.122Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-08-15T13:48:49.115Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-08-15T13:48:49.115Z] Running setup.py install for texttable: started [2022-08-15T13:48:51.117Z] Running setup.py install for texttable: finished with status 'done' [2022-08-15T13:48:51.117Z] Running setup.py install for PyYAML: started [2022-08-15T13:48:54.544Z] Running setup.py install for PyYAML: finished with status 'done' [2022-08-15T13:48:55.540Z] Running setup.py install for docopt: started [2022-08-15T13:48:57.538Z] Running setup.py install for docopt: finished with status 'done' [2022-08-15T13:49:00.964Z] Running setup.py install for dockerpty: started [2022-08-15T13:49:02.967Z] Running setup.py install for dockerpty: finished with status 'done' [2022-08-15T13:49:05.621Z] 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 [2022-08-15T13:49:05.621Z] 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 [2022-08-15T13:49:24.034Z] Removing intermediate container 07a085a00f37 [2022-08-15T13:49:24.034Z] ---> ad550c35933b [2022-08-15T13:49:24.034Z] Step 14/23 : ENV APP_PORT=58890 [2022-08-15T13:49:24.034Z] ---> Running in 4fdcc90ddaac [2022-08-15T13:49:24.034Z] Removing intermediate container 4fdcc90ddaac [2022-08-15T13:49:24.034Z] ---> 8fda5ecefb42 [2022-08-15T13:49:24.034Z] Step 15/23 : EXPOSE $APP_PORT [2022-08-15T13:49:24.034Z] ---> Running in 431dca72fc86 [2022-08-15T13:49:24.034Z] Removing intermediate container 431dca72fc86 [2022-08-15T13:49:24.034Z] ---> c0259432c28d [2022-08-15T13:49:24.034Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-08-15T13:49:24.318Z] ---> a2dd170e2ec2 [2022-08-15T13:49:24.318Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-08-15T13:49:25.782Z] ---> dbd1ee2ba4a9 [2022-08-15T13:49:25.782Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-08-15T13:49:27.792Z] ---> 2076c6b1b04a [2022-08-15T13:49:27.792Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-08-15T13:49:27.792Z] ---> Running in 8ca50d6887af [2022-08-15T13:49:28.794Z] Removing intermediate container 8ca50d6887af [2022-08-15T13:49:28.794Z] ---> a3628759f1c4 [2022-08-15T13:49:28.794Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:49:28.794Z] ---> Running in fa894204260e [2022-08-15T13:49:29.795Z] Removing intermediate container fa894204260e [2022-08-15T13:49:29.795Z] ---> 8d7397374f82 [2022-08-15T13:49:29.795Z] Step 21/23 : LABEL arch=arm64 [2022-08-15T13:49:30.076Z] ---> Running in ff059f73fc54 [2022-08-15T13:49:31.081Z] Removing intermediate container ff059f73fc54 [2022-08-15T13:49:31.081Z] ---> f74dffde3cdb [2022-08-15T13:49:31.081Z] Step 22/23 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:49:31.081Z] ---> Running in e675bfb004f6 [2022-08-15T13:49:32.076Z] Removing intermediate container e675bfb004f6 [2022-08-15T13:49:32.076Z] ---> 6a9cd3d3e19f [2022-08-15T13:49:32.076Z] Step 23/23 : LABEL version=0.0.0 [2022-08-15T13:49:32.363Z] ---> Running in fa0b3f78d98f [2022-08-15T13:49:33.355Z] Removing intermediate container fa0b3f78d98f [2022-08-15T13:49:33.355Z] ---> 2231f46e66fa [2022-08-15T13:49:33.355Z] [2022-08-15T13:49:33.628Z] Successfully built 2231f46e66fa [2022-08-15T13:49:33.628Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-08-15T13:49:34.231Z]  Building sys-mgmt-agent ... done Removing intermediate container a26a94251bf0 [2022-08-15T13:49:34.231Z] ---> e77735e1a7aa [2022-08-15T13:49:34.231Z] [2022-08-15T13:49:34.231Z] Step 10/24 : FROM alpine:3.16 [2022-08-15T13:49:34.231Z] ---> a6215f271958 [2022-08-15T13:49:34.231Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-08-15T13:49:34.231Z] ---> Using cache [2022-08-15T13:49:34.231Z] ---> b7b50a32c46a [2022-08-15T13:49:34.231Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-15T13:49:34.231Z] ---> Using cache [2022-08-15T13:49:34.231Z] ---> efa704ebd9b0 [2022-08-15T13:49:34.231Z] Step 13/24 : ENV APP_PORT=59881 [2022-08-15T13:49:34.507Z] ---> Running in f167ea912a8d [2022-08-15T13:49:35.124Z] Removing intermediate container f167ea912a8d [2022-08-15T13:49:35.124Z] ---> 6a93cd8670c5 [2022-08-15T13:49:35.124Z] Step 14/24 : EXPOSE $APP_PORT [2022-08-15T13:49:35.124Z] ---> Running in 8965b9e588c4 [2022-08-15T13:49:35.726Z] Removing intermediate container 8965b9e588c4 [2022-08-15T13:49:35.726Z] ---> 0cdc0abdd764 [2022-08-15T13:49:35.726Z] Step 15/24 : WORKDIR / [2022-08-15T13:49:35.726Z] ---> Running in bdec9e03903a [2022-08-15T13:49:36.335Z] Removing intermediate container bdec9e03903a [2022-08-15T13:49:36.335Z] ---> 0cdf2c6ffcd5 [2022-08-15T13:49:36.335Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:49:37.326Z] ---> e394dd78dc04 [2022-08-15T13:49:37.326Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-08-15T13:49:38.772Z] ---> 766645521e70 [2022-08-15T13:49:38.772Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-08-15T13:49:40.047Z] ---> 54904f6b81c8 [2022-08-15T13:49:40.047Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-08-15T13:49:40.721Z] ---> 3bb0c77531ee [2022-08-15T13:49:40.721Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-08-15T13:49:40.721Z] ---> Running in 993bf8766aa9 [2022-08-15T13:49:41.494Z] Removing intermediate container 993bf8766aa9 [2022-08-15T13:49:41.494Z] ---> 3c573cc88bb7 [2022-08-15T13:49:41.494Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:49:41.494Z] ---> Running in 5666f6d7f0e3 [2022-08-15T13:49:42.094Z] Removing intermediate container 5666f6d7f0e3 [2022-08-15T13:49:42.094Z] ---> 2ff156a4e179 [2022-08-15T13:49:42.094Z] Step 22/24 : LABEL arch=arm64 [2022-08-15T13:49:42.094Z] ---> Running in a45d448f197f [2022-08-15T13:49:42.693Z] Removing intermediate container a45d448f197f [2022-08-15T13:49:42.693Z] ---> 11aecd2316ad [2022-08-15T13:49:42.693Z] Step 23/24 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:49:42.693Z] ---> Running in 80f7b194e2e2 [2022-08-15T13:49:43.290Z] Removing intermediate container 80f7b194e2e2 [2022-08-15T13:49:43.290Z] ---> 397ad47f3a3c [2022-08-15T13:49:43.290Z] Step 24/24 : LABEL version=0.0.0 [2022-08-15T13:49:43.290Z] ---> Running in 3b9e0319aec6 [2022-08-15T13:49:43.902Z] Removing intermediate container 3b9e0319aec6 [2022-08-15T13:49:43.902Z] ---> 5df844bb515b [2022-08-15T13:49:43.902Z] [2022-08-15T13:49:43.902Z] Successfully built 5df844bb515b [2022-08-15T13:49:43.902Z] Successfully tagged core-metadata-arm64:latest [2022-08-15T13:50:10.730Z]  Building core-metadata ... done Removing intermediate container 74b59c84834b [2022-08-15T13:50:10.730Z] ---> 94d824d3da09 [2022-08-15T13:50:10.730Z] [2022-08-15T13:50:10.730Z] Step 10/22 : FROM alpine:3.16 [2022-08-15T13:50:10.730Z] ---> a6215f271958 [2022-08-15T13:50:10.730Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-08-15T13:50:10.730Z] ---> Using cache [2022-08-15T13:50:10.730Z] ---> b7b50a32c46a [2022-08-15T13:50:10.730Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-15T13:50:10.730Z] ---> Using cache [2022-08-15T13:50:10.730Z] ---> efa704ebd9b0 [2022-08-15T13:50:10.730Z] Step 13/22 : ENV APP_PORT=59861 [2022-08-15T13:50:10.730Z] ---> Running in ef5e75b31c65 [2022-08-15T13:50:10.730Z] Removing intermediate container ef5e75b31c65 [2022-08-15T13:50:10.730Z] ---> d5ccd77e36b7 [2022-08-15T13:50:10.730Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-15T13:50:10.730Z] ---> Running in 7d5efa449e96 [2022-08-15T13:50:11.324Z] Removing intermediate container 7d5efa449e96 [2022-08-15T13:50:11.324Z] ---> f4342041d6a6 [2022-08-15T13:50:11.324Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:50:11.918Z] ---> af1c38f51703 [2022-08-15T13:50:11.918Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-08-15T13:50:13.894Z] ---> 006fbf05ac89 [2022-08-15T13:50:13.894Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-08-15T13:50:14.173Z] Removing intermediate container 046b463b3850 [2022-08-15T13:50:14.173Z] ---> 4a43f3adb4b5 [2022-08-15T13:50:14.173Z] [2022-08-15T13:50:14.173Z] Step 9/20 : FROM alpine:3.15 [2022-08-15T13:50:14.173Z] ---> 02e0d6fdf486 [2022-08-15T13:50:14.173Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-15T13:50:14.173Z] ---> Using cache [2022-08-15T13:50:14.173Z] ---> bb6a9ad6ba3b [2022-08-15T13:50:14.173Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T13:50:14.173Z] ---> Using cache [2022-08-15T13:50:14.173Z] ---> dd623b9778ac [2022-08-15T13:50:14.173Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-08-15T13:50:14.173Z] ---> dab5cc9ccfeb [2022-08-15T13:50:14.173Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-08-15T13:50:14.446Z] ---> Running in ec64c99dc1c9 [2022-08-15T13:50:14.446Z] ---> Running in 15e5a15e5e1d [2022-08-15T13:50:15.048Z] Removing intermediate container ec64c99dc1c9 [2022-08-15T13:50:15.048Z] ---> de6e1a07b548 [2022-08-15T13:50:15.048Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:50:15.048Z] ---> Running in cedbb0fbea0b [2022-08-15T13:50:15.322Z] Removing intermediate container cedbb0fbea0b [2022-08-15T13:50:15.322Z] ---> bedd029ac768 [2022-08-15T13:50:15.322Z] Step 20/22 : LABEL arch=arm64 [2022-08-15T13:50:15.322Z] ---> Running in d626f24ed8a1 [2022-08-15T13:50:15.602Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:50:15.879Z] Removing intermediate container d626f24ed8a1 [2022-08-15T13:50:15.879Z] ---> 4b75788f537f [2022-08-15T13:50:15.879Z] Step 21/22 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:50:15.879Z] ---> Running in 6d21b03a7ca9 [2022-08-15T13:50:16.153Z] Removing intermediate container 6d21b03a7ca9 [2022-08-15T13:50:16.153Z] ---> 7a49a307e3ba [2022-08-15T13:50:16.153Z] Step 22/22 : LABEL version=0.0.0 [2022-08-15T13:50:16.153Z] ---> Running in e6feebf72a71 [2022-08-15T13:50:16.426Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:50:16.426Z] Removing intermediate container e6feebf72a71 [2022-08-15T13:50:16.426Z] ---> 3ca5a9049788 [2022-08-15T13:50:16.426Z] [2022-08-15T13:50:16.698Z] Successfully built 3ca5a9049788 [2022-08-15T13:50:16.698Z] Successfully tagged support-scheduler-arm64:latest [2022-08-15T13:50:17.669Z]  Building support-scheduler ... done v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-15T13:50:17.669Z] v3.15.6-5-g12ee2843ae [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-15T13:50:17.669Z] OK: 15733 distinct packages available [2022-08-15T13:50:17.669Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-15T13:50:18.643Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-15T13:50:19.233Z] (1/9) Installing ca-certificates (20220614-r0) [2022-08-15T13:50:19.503Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-08-15T13:50:19.503Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-08-15T13:50:19.777Z] (4/9) Installing libcurl (7.80.0-r2) [2022-08-15T13:50:19.777Z] (5/9) Installing curl (7.80.0-r2) [2022-08-15T13:50:20.048Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-08-15T13:50:20.048Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-08-15T13:50:20.048Z] (8/9) Installing libucontext (1.1-r0) [2022-08-15T13:50:20.048Z] (9/9) Installing gcompat (1.0.0-r4) [2022-08-15T13:50:20.321Z] Executing busybox-1.34.1-r7.trigger [2022-08-15T13:50:20.321Z] Executing ca-certificates-20220614-r0.trigger [2022-08-15T13:50:20.593Z] OK: 8 MiB in 23 packages [2022-08-15T13:50:22.032Z] Removing intermediate container 15e5a15e5e1d [2022-08-15T13:50:22.032Z] ---> d7d9312f94fd [2022-08-15T13:50:22.032Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-15T13:50:22.305Z] ---> dcdd0f218aca [2022-08-15T13:50:22.305Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-08-15T13:50:23.738Z] ---> 2e16925cc8c9 [2022-08-15T13:50:23.738Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-08-15T13:50:24.010Z] ---> c6bec9f747ed [2022-08-15T13:50:24.010Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-08-15T13:50:24.284Z] ---> Running in 3ecf104549e2 [2022-08-15T13:50:24.556Z] Removing intermediate container 3ecf104549e2 [2022-08-15T13:50:24.556Z] ---> 58854c74c887 [2022-08-15T13:50:24.556Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-15T13:50:24.556Z] ---> Running in 172d533bc33a [2022-08-15T13:50:24.829Z] Removing intermediate container 172d533bc33a [2022-08-15T13:50:24.829Z] ---> 224a17ecc55b [2022-08-15T13:50:24.829Z] Step 18/20 : LABEL arch=arm64 [2022-08-15T13:50:25.105Z] ---> Running in 4cbca6527dfc [2022-08-15T13:50:25.377Z] Removing intermediate container 4cbca6527dfc [2022-08-15T13:50:25.378Z] ---> 86b4dc7fb5b3 [2022-08-15T13:50:25.378Z] Step 19/20 : LABEL git_sha=8b197995a8250201abf561ad50e078495bf84b3f [2022-08-15T13:50:25.378Z] ---> Running in a8862a4ded84 [2022-08-15T13:50:25.650Z] Removing intermediate container a8862a4ded84 [2022-08-15T13:50:25.650Z] ---> 69086ea9bae2 [2022-08-15T13:50:25.650Z] Step 20/20 : LABEL version=0.0.0 [2022-08-15T13:50:25.923Z] ---> Running in 2a974ae525db [2022-08-15T13:50:26.195Z] Removing intermediate container 2a974ae525db [2022-08-15T13:50:26.195Z] ---> 236c2c8ef5eb [2022-08-15T13:50:26.195Z] [2022-08-15T13:50:26.466Z] Successfully built 236c2c8ef5eb [2022-08-15T13:50:26.466Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-08-15T13:50:26.757Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2022-08-15T13:50:26.765Z] $ docker stop --time=1 652744d8e6476287238d4a8092e6969010594e853c7ccc8e92f2133e679d6422 [2022-08-15T13:50:28.413Z] $ docker rm -f 652744d8e6476287238d4a8092e6969010594e853c7ccc8e92f2133e679d6422 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T13:50:29.033Z] + docker images [2022-08-15T13:50:29.304Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-08-15T13:50:29.304Z] security-spiffe-token-provider-arm64 latest 236c2c8ef5eb 4 seconds ago 28.3MB [2022-08-15T13:50:29.305Z] support-scheduler-arm64 latest 3ca5a9049788 13 seconds ago 25.6MB [2022-08-15T13:50:29.305Z] 4a43f3adb4b5 16 seconds ago 1.4GB [2022-08-15T13:50:29.305Z] 94d824d3da09 20 seconds ago 1.41GB [2022-08-15T13:50:29.305Z] core-metadata-arm64 latest 5df844bb515b 46 seconds ago 17.4MB [2022-08-15T13:50:29.305Z] e77735e1a7aa 56 seconds ago 1.38GB [2022-08-15T13:50:29.305Z] sys-mgmt-agent-arm64 latest 2231f46e66fa 57 seconds ago 133MB [2022-08-15T13:50:29.305Z] core-command-arm64 latest bf6f4e49dab0 About a minute ago 15.6MB [2022-08-15T13:50:29.305Z] 385647d321a6 2 minutes ago 1.35GB [2022-08-15T13:50:29.305Z] 0e804ba059a7 2 minutes ago 1.35GB [2022-08-15T13:50:29.305Z] core-data-arm64 latest 89f51fdd4e78 7 minutes ago 20.6MB [2022-08-15T13:50:29.305Z] support-notifications-arm64 latest dbc0d6b93781 7 minutes ago 26.1MB [2022-08-15T13:50:29.305Z] 7899e5afcc4e 7 minutes ago 1.38GB [2022-08-15T13:50:29.305Z] security-spire-config-arm64 latest 253eb443e711 7 minutes ago 83.6MB [2022-08-15T13:50:29.305Z] 9ae0e1cedca5 7 minutes ago 1.41GB [2022-08-15T13:50:29.305Z] security-spire-agent-arm64 latest 7c9586808317 8 minutes ago 122MB [2022-08-15T13:50:29.305Z] bcaeb86f1e02 8 minutes ago 1.25GB [2022-08-15T13:50:29.305Z] security-bootstrapper-arm64 latest 5203a01a6720 9 minutes ago 18.6MB [2022-08-15T13:50:29.305Z] security-secretstore-setup-arm64 latest f21012aec1ad 9 minutes ago 27.9MB [2022-08-15T13:50:29.305Z] security-proxy-setup-arm64 latest aceb7cd81f64 9 minutes ago 26.2MB [2022-08-15T13:50:29.305Z] 1fc0fb8c82e8 10 minutes ago 1.36GB [2022-08-15T13:50:29.305Z] 25a8ab9187a8 10 minutes ago 1.35GB [2022-08-15T13:50:29.305Z] 27fe5b29a238 10 minutes ago 1.36GB [2022-08-15T13:50:29.305Z] security-spire-server-arm64 latest 9df92a0b173a 14 minutes ago 84.2MB [2022-08-15T13:50:29.305Z] d0b966617c1c 15 minutes ago 1.25GB [2022-08-15T13:50:29.305Z] ci-base-image-arm64 latest 40639bbecdd0 28 minutes ago 995MB [2022-08-15T13:50:29.305Z] alpine 3.15 02e0d6fdf486 5 days ago 5.33MB [2022-08-15T13:50:29.305Z] alpine 3.16 a6215f271958 5 days ago 5.29MB [2022-08-15T13:50:29.305Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 5 weeks ago 678MB [2022-08-15T13:50:29.305Z] 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 [2022-08-15T13:50:30.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-15T13:50:30.107Z] [2022-08-15T13:50:30.107Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:50:30.516Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-15T13:50:30.788Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-15T13:50:30.788Z] 8998bd30e6a1: Pulling fs layer [2022-08-15T13:50:30.788Z] 04944245beec: Pulling fs layer [2022-08-15T13:50:30.788Z] 699f458cf7ca: Pulling fs layer [2022-08-15T13:50:30.788Z] 765212b225bb: Pulling fs layer [2022-08-15T13:50:30.788Z] f23df028b6ca: Pulling fs layer [2022-08-15T13:50:30.788Z] d65c8cfc05b1: Pulling fs layer [2022-08-15T13:50:30.788Z] 2437ff75d9bd: Pulling fs layer [2022-08-15T13:50:30.788Z] f23df028b6ca: Waiting [2022-08-15T13:50:30.788Z] d65c8cfc05b1: Waiting [2022-08-15T13:50:30.788Z] 2437ff75d9bd: Waiting [2022-08-15T13:50:30.788Z] 765212b225bb: Waiting [2022-08-15T13:50:30.788Z] 04944245beec: Verifying Checksum [2022-08-15T13:50:30.788Z] 04944245beec: Download complete [2022-08-15T13:50:30.788Z] 765212b225bb: Verifying Checksum [2022-08-15T13:50:30.788Z] 765212b225bb: Download complete [2022-08-15T13:50:30.788Z] f23df028b6ca: Download complete [2022-08-15T13:50:30.788Z] d65c8cfc05b1: Verifying Checksum [2022-08-15T13:50:30.788Z] d65c8cfc05b1: Download complete [2022-08-15T13:50:31.060Z] 699f458cf7ca: Verifying Checksum [2022-08-15T13:50:31.060Z] 699f458cf7ca: Download complete [2022-08-15T13:50:31.333Z] 8998bd30e6a1: Verifying Checksum [2022-08-15T13:50:31.333Z] 8998bd30e6a1: Download complete [2022-08-15T13:50:33.954Z] 2437ff75d9bd: Verifying Checksum [2022-08-15T13:50:33.954Z] 2437ff75d9bd: Download complete [2022-08-15T13:50:35.929Z] 8998bd30e6a1: Pull complete [2022-08-15T13:50:36.202Z] 04944245beec: Pull complete [2022-08-15T13:50:37.638Z] 699f458cf7ca: Pull complete [2022-08-15T13:50:37.910Z] 765212b225bb: Pull complete [2022-08-15T13:50:38.891Z] f23df028b6ca: Pull complete [2022-08-15T13:50:39.163Z] d65c8cfc05b1: Pull complete [2022-08-15T13:50:54.230Z] 2437ff75d9bd: Pull complete [2022-08-15T13:50:54.230Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-15T13:50:54.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-15T13:50:54.230Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T13:50:54.601Z] prd-ubuntu20.04-docker-arm64-4c-16g-22810 does not seem to be running inside a container [2022-08-15T13:50:54.685Z] $ 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 [2022-08-15T13:50:57.388Z] $ docker top d8d134ba7e43dbb00e4229290490d8712e786dbf8e0de7433d94b0846358da4a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T13:50:58.470Z] ---> job-cost.sh [2022-08-15T13:50:58.470Z] lf-activate-venv: SKIPPING [2022-08-15T13:50:58.470Z] INFO: No Stack... [2022-08-15T13:50:59.081Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-15T13:50:59.673Z] INFO: Archiving Costs [Pipeline] sh [2022-08-15T13:51:00.371Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-08-15T13:51:00.371Z] + cut -d, -f6 [Pipeline] lock [2022-08-15T13:51:00.416Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4125-1-stack-cost] [2022-08-15T13:51:00.421Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4125-1-stack-cost] did not exist. Created. [2022-08-15T13:51:00.421Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4125-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-15T13:51:01.173Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-15T13:51:01.356Z] Stashed 1 file(s) [Pipeline] } [2022-08-15T13:51:01.372Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4125-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-15T13:51:01.434Z] $ docker stop --time=1 d8d134ba7e43dbb00e4229290490d8712e786dbf8e0de7433d94b0846358da4a [2022-08-15T13:51:02.964Z] $ docker rm -f d8d134ba7e43dbb00e4229290490d8712e786dbf8e0de7433d94b0846358da4a [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 [2022-08-15T13:51:04.013Z] provisioning config files... [2022-08-15T13:51:04.023Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config331390259881054519tmp [Pipeline] { [Pipeline] sh [2022-08-15T13:51:04.361Z] + set +x [2022-08-15T13:51:04.361Z] + curl -s https://codecov.io/bash [2022-08-15T13:51:04.361Z] + bash -s -- [2022-08-15T13:51:04.361Z] [2022-08-15T13:51:04.361Z] _____ _ [2022-08-15T13:51:04.361Z] / ____| | | [2022-08-15T13:51:04.361Z] | | ___ __| | ___ ___ _____ __ [2022-08-15T13:51:04.361Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-15T13:51:04.361Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-15T13:51:04.361Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-15T13:51:04.361Z] Bash-1.0.6 [2022-08-15T13:51:04.361Z] [2022-08-15T13:51:04.361Z] [2022-08-15T13:51:04.361Z] ==> git version 2.25.1 found [2022-08-15T13:51:04.361Z] ==> 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 [2022-08-15T13:51:04.361Z] Release-Date: 2020-01-08 [2022-08-15T13:51:04.361Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-08-15T13:51:04.361Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-15T13:51:04.361Z] ==> Jenkins CI detected. [2022-08-15T13:51:04.361Z] current dir:  /w/workspace/edgex-go/1 [2022-08-15T13:51:04.361Z] project root: . [2022-08-15T13:51:04.361Z] --> token set from env [2022-08-15T13:51:04.361Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-15T13:51:04.361Z] ==> Running gcov in . (disable via -X gcov) [2022-08-15T13:51:04.361Z] ==> Python coveragepy not found [2022-08-15T13:51:04.361Z] ==> Searching for coverage reports in: [2022-08-15T13:51:04.361Z] + . [2022-08-15T13:51:04.361Z] -> Found 1 reports [2022-08-15T13:51:04.361Z] ==> Detecting git/mercurial file structure [2022-08-15T13:51:04.361Z] ==> Reading reports [2022-08-15T13:51:04.361Z] + ./coverage.out bytes=479862 [2022-08-15T13:51:04.361Z] ==> Appending adjustments [2022-08-15T13:51:04.361Z] https://docs.codecov.io/docs/fixing-reports [2022-08-15T13:51:05.744Z] + Found adjustments [2022-08-15T13:51:05.744Z] ==> Gzipping contents [2022-08-15T13:51:05.744Z] 64K /tmp/codecov.VRlyxR.gz [2022-08-15T13:51:05.744Z] ==> Uploading reports [2022-08-15T13:51:05.744Z] url: https://codecov.io [2022-08-15T13:51:05.744Z] query: branch=PR-4125&commit=8b197995a8250201abf561ad50e078495bf84b3f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4125%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4125&job=&cmd_args= [2022-08-15T13:51:05.744Z] -> Pinging Codecov [2022-08-15T13:51:05.744Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4125&commit=8b197995a8250201abf561ad50e078495bf84b3f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4125%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4125&job=&cmd_args= [2022-08-15T13:51:06.005Z] -> Uploading to [2022-08-15T13:51:06.006Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-15/00271124DB129430A58F1EEE437C3FCB/8b197995a8250201abf561ad50e078495bf84b3f/ac5d9559-bde8-41cc-8b9b-30b978600fbb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220815%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220815T135105Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7fbd1e4f782cf28979b2fb5a77ddbd41abe68ed07b05fd76224daf1cb7580ba0 [2022-08-15T13:51:06.006Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T13:51:06.006Z] Dload Upload Total Spent Left Speed [2022-08-15T13:51:06.266Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63081 0 0 100 63081 0 257k --:--:-- --:--:-- --:--:-- 257k [2022-08-15T13:51:06.266Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8b197995a8250201abf561ad50e078495bf84b3f [Pipeline] } [2022-08-15T13:51:06.294Z] 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 [2022-08-15T13:51:07.544Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-08-15T13:51:07.877Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T13:51:08.773Z] ---> package-listing.sh [2022-08-15T13:51:08.773Z] ++ facter osfamily [2022-08-15T13:51:08.773Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-15T13:51:09.034Z] + OS_FAMILY=debian [2022-08-15T13:51:09.034Z] + workspace=/w/workspace/edgex-go/1 [2022-08-15T13:51:09.034Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-15T13:51:09.034Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-15T13:51:09.034Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-15T13:51:09.034Z] + PACKAGES=/tmp/packages_start.txt [2022-08-15T13:51:09.034Z] + '[' /w/workspace/edgex-go/1 ']' [2022-08-15T13:51:09.034Z] + PACKAGES=/tmp/packages_end.txt [2022-08-15T13:51:09.034Z] + case "${OS_FAMILY}" in [2022-08-15T13:51:09.034Z] + dpkg -l [2022-08-15T13:51:09.034Z] + grep '^ii' [2022-08-15T13:51:09.034Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-15T13:51:09.034Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-15T13:51:09.034Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-15T13:51:09.034Z] + '[' /w/workspace/edgex-go/1 ']' [2022-08-15T13:51:09.034Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-08-15T13:51:09.034Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-08-15T13:51:09.066Z] 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 [2022-08-15T13:51:09.358Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:51:10.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T13:51:10.057Z] [2022-08-15T13:51:10.057Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T13:51:10.427Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T13:51:10.689Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-15T13:51:10.689Z] 5eb5b503b376: Pulling fs layer [2022-08-15T13:51:10.689Z] 5c69ac0246d0: Pulling fs layer [2022-08-15T13:51:10.689Z] ec43610c2a17: Pulling fs layer [2022-08-15T13:51:10.689Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-15T13:51:10.689Z] 33b1e0a273af: Pulling fs layer [2022-08-15T13:51:10.689Z] 5d3b04190fa2: Pulling fs layer [2022-08-15T13:51:10.689Z] 2f39f015ded8: Pulling fs layer [2022-08-15T13:51:10.689Z] 3a2ae6a8a46f: Waiting [2022-08-15T13:51:10.689Z] 33b1e0a273af: Waiting [2022-08-15T13:51:10.689Z] 2f39f015ded8: Waiting [2022-08-15T13:51:10.689Z] 5d3b04190fa2: Waiting [2022-08-15T13:51:10.689Z] 5c69ac0246d0: Download complete [2022-08-15T13:51:10.689Z] 3a2ae6a8a46f: Download complete [2022-08-15T13:51:10.689Z] 33b1e0a273af: Verifying Checksum [2022-08-15T13:51:10.689Z] 33b1e0a273af: Download complete [2022-08-15T13:51:10.689Z] 5d3b04190fa2: Verifying Checksum [2022-08-15T13:51:10.689Z] 5d3b04190fa2: Download complete [2022-08-15T13:51:10.689Z] ec43610c2a17: Verifying Checksum [2022-08-15T13:51:10.689Z] ec43610c2a17: Download complete [2022-08-15T13:51:10.951Z] 5eb5b503b376: Verifying Checksum [2022-08-15T13:51:10.951Z] 5eb5b503b376: Download complete [2022-08-15T13:51:11.520Z] 2f39f015ded8: Download complete [2022-08-15T13:51:12.090Z] 5eb5b503b376: Pull complete [2022-08-15T13:51:12.090Z] 5c69ac0246d0: Pull complete [2022-08-15T13:51:12.661Z] ec43610c2a17: Pull complete [2022-08-15T13:51:12.661Z] 3a2ae6a8a46f: Pull complete [2022-08-15T13:51:12.920Z] 33b1e0a273af: Pull complete [2022-08-15T13:51:12.920Z] 5d3b04190fa2: Pull complete [2022-08-15T13:51:18.197Z] 2f39f015ded8: Pull complete [2022-08-15T13:51:18.197Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-15T13:51:18.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T13:51:18.197Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T13:51:18.416Z] prd-ubuntu20.04-docker-8c-8g-22809 does not seem to be running inside a container [2022-08-15T13:51:18.457Z] $ 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 [2022-08-15T13:51:19.573Z] $ docker top f0ebf4dbc5ea490710d7fcc33eab61837edce930579080fa3022fbb48c09f86b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T13:51:19.984Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-15T13:51:20.296Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-15T13:51:20.611Z] + ls /var/log/sa-host [2022-08-15T13:51:20.611Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-15T13:51:20.734Z] provisioning config files... [2022-08-15T13:51:20.745Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8030791436475478606tmp [Pipeline] { [Pipeline] echo [2022-08-15T13:51:20.793Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T13:51:21.103Z] ---> create-netrc.sh [Pipeline] } [2022-08-15T13:51:21.133Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-15T13:51:21.531Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-15T13:51:21.562Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T13:51:21.878Z] ---> sudo-logs.sh [2022-08-15T13:51:21.879Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-15T13:51:21.953Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T13:51:22.274Z] ---> job-cost.sh [2022-08-15T13:51:22.274Z] lf-activate-venv: SKIPPING [2022-08-15T13:51:22.274Z] DEBUG: total: 0.10999999940395355 [2022-08-15T13:51:22.274Z] INFO: Retrieving Stack Cost... [2022-08-15T13:51:22.846Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-15T13:51:23.106Z] INFO: Archiving Costs [Pipeline] echo [2022-08-15T13:51:23.135Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T13:51:23.446Z] ---> logs-deploy.sh [2022-08-15T13:51:23.446Z] lf-activate-venv: SKIPPING [2022-08-15T13:51:23.446Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4125/1 [2022-08-15T13:51:23.446Z] INFO: archiving workspace using pattern(s): [2022-08-15T13:51:24.390Z] Archives upload complete. [2022-08-15T13:51:24.390Z] INFO: archiving logs to Nexus [2022-08-15T13:51:25.338Z] ---> uname -a: [2022-08-15T13:51:25.338Z] Linux prd-ubuntu20-04-docker-8c-8g-22809 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-08-15T13:51:25.338Z] [2022-08-15T13:51:25.338Z] [2022-08-15T13:51:25.338Z] ---> lscpu: [2022-08-15T13:51:25.338Z] Architecture: x86_64 [2022-08-15T13:51:25.338Z] CPU op-mode(s): 32-bit, 64-bit [2022-08-15T13:51:25.338Z] Byte Order: Little Endian [2022-08-15T13:51:25.338Z] Address sizes: 40 bits physical, 48 bits virtual [2022-08-15T13:51:25.338Z] CPU(s): 8 [2022-08-15T13:51:25.338Z] On-line CPU(s) list: 0-7 [2022-08-15T13:51:25.338Z] Thread(s) per core: 1 [2022-08-15T13:51:25.338Z] Core(s) per socket: 1 [2022-08-15T13:51:25.339Z] Socket(s): 8 [2022-08-15T13:51:25.339Z] NUMA node(s): 1 [2022-08-15T13:51:25.339Z] Vendor ID: AuthenticAMD [2022-08-15T13:51:25.339Z] CPU family: 23 [2022-08-15T13:51:25.339Z] Model: 49 [2022-08-15T13:51:25.339Z] Model name: AMD EPYC-Rome Processor [2022-08-15T13:51:25.339Z] Stepping: 0 [2022-08-15T13:51:25.339Z] CPU MHz: 2799.998 [2022-08-15T13:51:25.339Z] BogoMIPS: 5599.99 [2022-08-15T13:51:25.339Z] Virtualization: AMD-V [2022-08-15T13:51:25.339Z] Hypervisor vendor: KVM [2022-08-15T13:51:25.339Z] Virtualization type: full [2022-08-15T13:51:25.339Z] L1d cache: 256 KiB [2022-08-15T13:51:25.339Z] L1i cache: 256 KiB [2022-08-15T13:51:25.339Z] L2 cache: 4 MiB [2022-08-15T13:51:25.339Z] L3 cache: 128 MiB [2022-08-15T13:51:25.339Z] NUMA node0 CPU(s): 0-7 [2022-08-15T13:51:25.339Z] Vulnerability Itlb multihit: Not affected [2022-08-15T13:51:25.339Z] Vulnerability L1tf: Not affected [2022-08-15T13:51:25.339Z] Vulnerability Mds: Not affected [2022-08-15T13:51:25.339Z] Vulnerability Meltdown: Not affected [2022-08-15T13:51:25.339Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-08-15T13:51:25.339Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-08-15T13:51:25.339Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-08-15T13:51:25.339Z] Vulnerability Srbds: Not affected [2022-08-15T13:51:25.339Z] Vulnerability Tsx async abort: Not affected [2022-08-15T13:51:25.339Z] 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 [2022-08-15T13:51:25.339Z] [2022-08-15T13:51:25.339Z] [2022-08-15T13:51:25.339Z] ---> nproc: [2022-08-15T13:51:25.339Z] 8 [2022-08-15T13:51:25.339Z] [2022-08-15T13:51:25.339Z] [2022-08-15T13:51:25.339Z] ---> df -h: [2022-08-15T13:51:25.339Z] Filesystem Size Used Avail Use% Mounted on [2022-08-15T13:51:25.339Z] overlay 155G 18G 138G 12% / [2022-08-15T13:51:25.339Z] tmpfs 64M 0 64M 0% /dev [2022-08-15T13:51:25.339Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-08-15T13:51:25.339Z] shm 64M 0 64M 0% /dev/shm [2022-08-15T13:51:25.339Z] /dev/vda1 155G 18G 138G 12% /facter-os [2022-08-15T13:51:25.339Z] [2022-08-15T13:51:25.339Z] [2022-08-15T13:51:25.339Z] ---> sar -b -r -n DEV: [2022-08-15T13:51:25.339Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22809) 08/15/22 _x86_64_ (8 CPU) [2022-08-15T13:51:25.339Z] [2022-08-15T13:51:25.339Z] 13:17:22 LINUX RESTART (8 CPU) [2022-08-15T13:51:25.339Z] [2022-08-15T13:51:25.339Z] 13:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-08-15T13:51:25.339Z] 13:19:01 310.70 11.63 299.07 0.00 2015.80 118985.37 0.00 [2022-08-15T13:51:25.339Z] 13:20:01 36.17 0.12 36.05 0.00 0.93 13529.37 0.00 [2022-08-15T13:51:25.339Z] 13:21:01 52.47 0.07 52.41 0.00 2.13 24164.51 0.00 [2022-08-15T13:51:25.339Z] 13:22:01 584.54 5.11 579.42 0.00 76.91 266149.82 0.00 [2022-08-15T13:51:25.339Z] 13:23:01 1138.59 2.47 1136.13 0.00 32.39 316615.10 0.00 [2022-08-15T13:51:25.339Z] 13:24:01 963.84 0.48 963.36 0.00 4.93 191334.91 0.00 [2022-08-15T13:51:25.339Z] 13:25:01 2.22 0.00 2.22 0.00 0.00 26.00 0.00 [2022-08-15T13:51:25.339Z] 13:26:01 1.60 0.00 1.60 0.00 0.00 18.79 0.00 [2022-08-15T13:51:25.339Z] 13:27:01 3.32 1.58 1.73 0.00 50.39 20.40 0.00 [2022-08-15T13:51:25.339Z] 13:28:01 2.30 0.00 2.30 0.00 0.00 31.46 0.00 [2022-08-15T13:51:25.339Z] 13:29:01 1.58 0.00 1.58 0.00 0.00 17.60 0.00 [2022-08-15T13:51:25.339Z] 13:30:01 2.17 0.00 2.17 0.00 0.00 23.86 0.00 [2022-08-15T13:51:25.339Z] 13:31:01 1.58 0.00 1.58 0.00 0.00 17.33 0.00 [2022-08-15T13:51:25.339Z] 13:32:01 1.80 0.00 1.80 0.00 0.00 20.66 0.00 [2022-08-15T13:51:25.339Z] 13:33:01 2.15 0.02 2.13 0.00 0.13 23.20 0.00 [2022-08-15T13:51:25.339Z] 13:34:01 2.02 0.00 2.02 0.00 0.00 22.66 0.00 [2022-08-15T13:51:25.339Z] 13:35:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 [2022-08-15T13:51:25.339Z] 13:36:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 [2022-08-15T13:51:25.339Z] 13:37:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 [2022-08-15T13:51:25.339Z] 13:38:02 2.00 0.00 2.00 0.00 0.00 25.33 0.00 [2022-08-15T13:51:25.339Z] 13:39:01 1.25 0.00 1.25 0.00 0.00 15.18 0.00 [2022-08-15T13:51:25.339Z] 13:40:01 1.37 0.00 1.37 0.00 0.00 17.06 0.00 [2022-08-15T13:51:25.339Z] 13:41:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 [2022-08-15T13:51:25.339Z] 13:42:01 1.88 0.00 1.88 0.00 0.00 21.06 0.00 [2022-08-15T13:51:25.339Z] 13:43:01 1.32 0.00 1.32 0.00 0.00 14.53 0.00 [2022-08-15T13:51:25.339Z] 13:44:01 2.33 0.00 2.33 0.00 0.00 26.13 0.00 [2022-08-15T13:51:25.339Z] 13:45:01 1.58 0.00 1.58 0.00 0.00 17.20 0.00 [2022-08-15T13:51:25.339Z] 13:46:01 2.18 0.00 2.18 0.00 0.00 24.93 0.00 [2022-08-15T13:51:25.339Z] 13:47:01 1.38 0.00 1.38 0.00 0.00 15.33 0.00 [2022-08-15T13:51:25.339Z] 13:48:01 1.45 0.00 1.45 0.00 0.00 17.19 0.00 [2022-08-15T13:51:25.339Z] 13:49:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 [2022-08-15T13:51:25.339Z] 13:50:01 1.85 0.00 1.85 0.00 0.00 21.06 0.00 [2022-08-15T13:51:25.339Z] 13:51:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 [2022-08-15T13:51:25.339Z] Average: 94.99 0.65 94.34 0.00 66.20 28236.07 0.00 [2022-08-15T13:51:25.339Z] [2022-08-15T13:51:25.339Z] 13:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-08-15T13:51:25.339Z] 13:19:01 28114256 31705028 587864 1.79 136048 3670452 2071468 6.10 1295776 3026544 25888 [2022-08-15T13:51:25.339Z] 13:20:01 27126064 31164180 1124288 3.42 139084 4074128 2488424 7.33 1877692 3392468 170808 [2022-08-15T13:51:25.339Z] 13:21:01 27674348 31766696 526336 1.60 140816 4135828 1967016 5.80 1280336 3454692 283924 [2022-08-15T13:51:25.339Z] 13:22:01 22306036 31210860 1046620 3.18 275756 8532980 4401228 12.97 2382644 7394124 32724 [2022-08-15T13:51:25.339Z] 13:23:01 19240968 31702780 568376 1.73 390300 11806660 2066488 6.09 2074516 10617304 156148 [2022-08-15T13:51:25.339Z] 13:24:01 20683612 31755456 517020 1.57 439492 10376200 1915168 5.64 2168848 9090712 448 [2022-08-15T13:51:25.339Z] 13:25:01 20685076 31756944 515484 1.57 439540 10376204 1915168 5.64 2167432 9090712 12 [2022-08-15T13:51:25.339Z] 13:26:01 20686964 31758656 513936 1.56 439564 10376208 1915168 5.64 2167004 9090716 16 [2022-08-15T13:51:25.339Z] 13:27:01 20696984 31771236 501264 1.52 439644 10377724 1931540 5.69 2159260 9090312 8 [2022-08-15T13:51:25.339Z] 13:28:01 20697448 31771732 500744 1.52 439700 10377696 1931540 5.69 2157432 9090252 8 [2022-08-15T13:51:25.339Z] 13:29:01 20697900 31772208 500424 1.52 439744 10377708 1931540 5.69 2156960 9090256 12 [2022-08-15T13:51:25.339Z] 13:30:01 20697916 31772260 500348 1.52 439784 10377708 1931540 5.69 2156928 9090256 12 [2022-08-15T13:51:25.339Z] 13:31:01 20697616 31772372 500540 1.52 439836 10377712 1931540 5.69 2156820 9090604 12 [2022-08-15T13:51:25.339Z] 13:32:01 20697568 31772360 500496 1.52 439860 10377716 1931540 5.69 2156836 9090604 20 [2022-08-15T13:51:25.339Z] 13:33:01 20695760 31770664 501984 1.53 439900 10377716 1927404 5.68 2157368 9090604 36 [2022-08-15T13:51:25.339Z] 13:34:01 20695988 31770908 501664 1.53 439920 10377712 1927404 5.68 2157172 9090608 12 [2022-08-15T13:51:25.339Z] 13:35:01 20696148 31771268 501448 1.52 439980 10377852 1927404 5.68 2157024 9090728 12 [2022-08-15T13:51:25.339Z] 13:36:01 20695880 31771004 501664 1.53 440000 10377852 1927404 5.68 2157316 9090728 48 [2022-08-15T13:51:25.339Z] 13:37:01 20695832 31770984 501608 1.53 440036 10377856 1927404 5.68 2157056 9090728 24 [2022-08-15T13:51:25.339Z] 13:38:02 20695848 31771080 501608 1.53 440088 10377856 1927404 5.68 2157652 9090728 8 [2022-08-15T13:51:25.339Z] 13:39:01 20695792 31771060 501560 1.53 440124 10377864 1927404 5.68 2157304 9090752 24 [2022-08-15T13:51:25.339Z] 13:40:01 20695672 31770984 501588 1.53 440148 10377868 1927404 5.68 2157492 9090756 48 [2022-08-15T13:51:25.339Z] 13:41:01 20695840 31771176 501568 1.53 440164 10377868 1927404 5.68 2157516 9090756 12 [2022-08-15T13:51:25.339Z] 13:42:01 20695784 31771148 501560 1.53 440188 10377876 1927404 5.68 2157272 9090764 12 [2022-08-15T13:51:25.339Z] 13:43:01 20695720 31771164 501420 1.52 440228 10377876 1910856 5.63 2158212 9090764 8 [2022-08-15T13:51:25.339Z] 13:44:01 20695460 31770972 501592 1.53 440296 10377876 1910856 5.63 2157484 9090772 12 [2022-08-15T13:51:25.339Z] 13:45:01 20695380 31770912 501548 1.53 440352 10377876 1910856 5.63 2157700 9090772 12 [2022-08-15T13:51:25.339Z] 13:46:01 20695616 31771236 501188 1.52 440404 10377888 1910856 5.63 2158584 9090776 12 [2022-08-15T13:51:25.339Z] 13:47:01 20695568 31771244 501140 1.52 440436 10377892 1910856 5.63 2157580 9090780 12 [2022-08-15T13:51:25.339Z] 13:48:01 20695236 31770932 501396 1.52 440444 10377896 1926912 5.68 2158040 9090784 56 [2022-08-15T13:51:25.339Z] 13:49:01 20695188 31770884 501376 1.52 440452 10377896 1926912 5.68 2157852 9090784 20 [2022-08-15T13:51:25.339Z] 13:50:01 20695140 31770868 501340 1.52 440468 10377900 1926912 5.68 2157604 9090788 12 [2022-08-15T13:51:25.339Z] 13:51:01 20695092 31770820 501316 1.52 440480 10377900 1926912 5.68 2157896 9090788 12 [2022-08-15T13:51:25.339Z] Average: 21330900 31730366 543403 1.65 406160 9781644 2026222 5.97 2101594 8558294 20316 [2022-08-15T13:51:25.339Z] [2022-08-15T13:51:25.339Z] 13:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-08-15T13:51:25.339Z] 13:19:01 vethc9a6ba7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:19:01 docker0 527.65 478.50 39.72 3861.93 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:19:01 lo 4.40 4.40 0.43 0.43 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:19:01 ens3 807.92 746.04 9552.28 147.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:20:01 vethc9a6ba7 1.37 1.43 0.11 0.12 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:20:01 docker0 1.37 1.37 0.09 0.12 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:20:01 ens3 21.04 12.21 16.12 8.88 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:21:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:21:01 ens3 88.52 55.36 1690.29 17.47 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:22:01 veth671ef5d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:22:01 docker0 122.38 169.96 9.45 1671.28 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:22:01 vethfc9d266 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:22:01 veth2c728f6 0.00 0.67 0.00 0.04 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:22:01 vethba28c3f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:22:01 vethe0aeb6e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:22:01 ens3 237.74 176.62 1715.25 85.22 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:23:01 docker0 138.59 199.33 10.33 2149.91 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:23:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:23:01 veth2c728f6 0.00 0.82 0.00 0.04 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:23:01 ens3 282.25 209.53 2286.68 86.89 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.339Z] 13:24:01 docker0 78.39 99.92 5.02 710.53 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:24:01 ens3 167.92 134.46 745.11 94.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:25:01 ens3 0.02 0.02 0.00 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:26:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:27:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:27:01 ens3 6.60 4.27 5.14 5.88 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:28:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:33:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:34:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:35:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:36:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:38:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:38:02 ens3 0.83 0.55 2.13 0.10 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:42:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:43:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:44:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:45:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:46:01 ens3 0.52 0.35 0.26 0.21 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:48:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:50:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] 13:51:01 ens3 0.25 0.12 0.15 0.01 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] Average: docker0 26.33 28.77 1.96 254.49 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] Average: lo 0.28 0.28 0.02 0.02 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] Average: ens3 48.99 40.66 485.51 13.52 0.00 0.00 0.00 0.00 [2022-08-15T13:51:25.340Z] [2022-08-15T13:51:25.340Z] [2022-08-15T13:51:25.340Z] ---> sar -P ALL: [2022-08-15T13:51:25.340Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22809) 08/15/22 _x86_64_ (8 CPU) [2022-08-15T13:51:25.340Z] [2022-08-15T13:51:25.340Z] 13:17:22 LINUX RESTART (8 CPU) [2022-08-15T13:51:25.340Z] [2022-08-15T13:51:25.340Z] 13:18:01 CPU %user %nice %system %iowait %steal %idle [2022-08-15T13:51:25.340Z] 13:19:01 all 11.18 0.00 4.35 1.59 0.06 82.82 [2022-08-15T13:51:25.340Z] 13:19:01 0 10.28 0.00 4.33 0.76 0.07 84.56 [2022-08-15T13:51:25.340Z] 13:19:01 1 9.31 0.00 4.02 0.69 0.05 85.93 [2022-08-15T13:51:25.340Z] 13:19:01 2 12.38 0.00 4.33 0.29 0.07 82.93 [2022-08-15T13:51:25.340Z] 13:19:01 3 10.41 0.00 4.75 5.51 0.07 79.26 [2022-08-15T13:51:25.340Z] 13:19:01 4 13.48 0.00 4.40 0.84 0.05 81.22 [2022-08-15T13:51:25.340Z] 13:19:01 5 10.74 0.00 4.59 1.89 0.07 82.71 [2022-08-15T13:51:25.340Z] 13:19:01 6 12.24 0.00 4.25 1.94 0.05 81.52 [2022-08-15T13:51:25.340Z] 13:19:01 7 10.62 0.00 4.10 0.78 0.08 84.42 [2022-08-15T13:51:25.340Z] 13:20:01 all 51.03 0.00 7.38 0.40 0.07 41.12 [2022-08-15T13:51:25.340Z] 13:20:01 0 51.32 0.00 7.75 0.13 0.07 40.72 [2022-08-15T13:51:25.340Z] 13:20:01 1 51.50 0.00 7.66 2.22 0.07 38.56 [2022-08-15T13:51:25.340Z] 13:20:01 2 52.34 0.00 8.02 0.45 0.07 39.12 [2022-08-15T13:51:25.340Z] 13:20:01 3 52.35 0.00 7.11 0.10 0.07 40.37 [2022-08-15T13:51:25.340Z] 13:20:01 4 51.10 0.00 8.00 0.02 0.07 40.82 [2022-08-15T13:51:25.340Z] 13:20:01 5 47.33 0.00 6.64 0.08 0.07 45.89 [2022-08-15T13:51:25.340Z] 13:20:01 6 52.50 0.00 6.82 0.03 0.07 40.57 [2022-08-15T13:51:25.340Z] 13:20:01 7 49.80 0.00 7.01 0.15 0.07 42.97 [2022-08-15T13:51:25.340Z] 13:21:01 all 39.89 0.00 7.18 0.62 0.08 52.24 [2022-08-15T13:51:25.340Z] 13:21:01 0 40.73 0.00 6.99 0.00 0.07 52.21 [2022-08-15T13:51:25.340Z] 13:21:01 1 40.86 0.00 6.92 0.98 0.08 51.16 [2022-08-15T13:51:25.340Z] 13:21:01 2 41.30 0.00 7.17 1.49 0.08 49.96 [2022-08-15T13:51:25.340Z] 13:21:01 3 39.50 0.00 7.34 0.05 0.07 53.04 [2022-08-15T13:51:25.340Z] 13:21:01 4 40.23 0.00 7.03 2.31 0.08 50.34 [2022-08-15T13:51:25.340Z] 13:21:01 5 35.58 0.00 6.74 0.02 0.07 57.59 [2022-08-15T13:51:25.340Z] 13:21:01 6 41.75 0.00 7.60 0.08 0.08 50.48 [2022-08-15T13:51:25.340Z] 13:21:01 7 39.15 0.00 7.64 0.00 0.07 53.14 [2022-08-15T13:51:25.340Z] 13:22:01 all 39.87 0.00 14.71 4.20 0.09 41.13 [2022-08-15T13:51:25.340Z] 13:22:01 0 39.48 0.00 13.94 2.32 0.10 44.16 [2022-08-15T13:51:25.340Z] 13:22:01 1 40.75 0.00 15.09 3.34 0.09 40.73 [2022-08-15T13:51:25.340Z] 13:22:01 2 37.85 0.00 15.23 6.06 0.10 40.76 [2022-08-15T13:51:25.340Z] 13:22:01 3 39.80 0.00 15.80 5.07 0.09 39.25 [2022-08-15T13:51:25.340Z] 13:22:01 4 38.46 0.00 13.76 10.45 0.07 37.26 [2022-08-15T13:51:25.340Z] 13:22:01 5 38.83 0.00 14.09 1.52 0.09 45.47 [2022-08-15T13:51:25.340Z] 13:22:01 6 41.53 0.00 14.50 2.27 0.09 41.61 [2022-08-15T13:51:25.340Z] 13:22:01 7 42.30 0.00 15.28 2.55 0.09 39.78 [2022-08-15T13:51:25.340Z] 13:23:01 all 53.27 0.00 15.49 8.23 0.19 22.81 [2022-08-15T13:51:25.340Z] 13:23:01 0 51.31 0.00 15.48 5.59 0.19 27.43 [2022-08-15T13:51:25.340Z] 13:23:01 1 52.64 0.00 14.69 14.41 0.17 18.08 [2022-08-15T13:51:25.340Z] 13:23:01 2 51.94 0.00 16.15 7.15 0.24 24.53 [2022-08-15T13:51:25.340Z] 13:23:01 3 52.49 0.00 14.70 5.32 0.12 27.38 [2022-08-15T13:51:25.340Z] 13:23:01 4 55.30 0.00 17.24 15.76 0.24 11.46 [2022-08-15T13:51:25.340Z] 13:23:01 5 52.05 0.00 14.44 4.24 0.14 29.14 [2022-08-15T13:51:25.341Z] 13:23:01 6 54.46 0.00 13.24 6.22 0.24 25.84 [2022-08-15T13:51:25.341Z] 13:23:01 7 56.04 0.00 18.02 7.22 0.21 18.51 [2022-08-15T13:51:25.341Z] 13:24:01 all 47.37 0.00 10.84 5.94 0.12 35.74 [2022-08-15T13:51:25.341Z] 13:24:01 0 47.42 0.00 10.20 4.04 0.12 38.22 [2022-08-15T13:51:25.341Z] 13:24:01 1 47.75 0.00 9.57 3.32 0.12 39.25 [2022-08-15T13:51:25.341Z] 13:24:01 2 46.12 0.00 10.96 2.35 0.10 40.47 [2022-08-15T13:51:25.341Z] 13:24:01 3 48.91 0.00 11.39 3.08 0.12 36.51 [2022-08-15T13:51:25.341Z] 13:24:01 4 50.49 0.00 13.49 11.74 0.10 24.18 [2022-08-15T13:51:25.341Z] 13:24:01 5 45.71 0.00 10.83 8.91 0.09 34.46 [2022-08-15T13:51:25.341Z] 13:24:01 6 45.81 0.00 9.24 3.53 0.10 41.32 [2022-08-15T13:51:25.341Z] 13:24:01 7 46.70 0.00 11.03 10.54 0.19 31.55 [2022-08-15T13:51:25.341Z] 13:25:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:25:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-08-15T13:51:25.341Z] 13:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] 13:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] 13:25:01 4 0.02 0.00 0.03 0.03 0.00 99.92 [2022-08-15T13:51:25.341Z] 13:25:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:25:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2022-08-15T13:51:25.341Z] 13:25:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:26:01 all 0.16 0.00 0.02 0.00 0.01 99.81 [2022-08-15T13:51:25.341Z] 13:26:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:26:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2022-08-15T13:51:25.341Z] 13:26:01 3 1.19 0.00 0.02 0.00 0.02 98.78 [2022-08-15T13:51:25.341Z] 13:26:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2022-08-15T13:51:25.341Z] 13:26:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2022-08-15T13:51:25.341Z] 13:26:01 6 0.03 0.00 0.03 0.00 0.03 99.90 [2022-08-15T13:51:25.341Z] 13:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:27:01 all 0.47 0.00 0.04 0.02 0.00 99.47 [2022-08-15T13:51:25.341Z] 13:27:01 0 0.12 0.00 0.03 0.00 0.02 99.83 [2022-08-15T13:51:25.341Z] 13:27:01 1 0.53 0.00 0.03 0.03 0.00 99.40 [2022-08-15T13:51:25.341Z] 13:27:01 2 0.10 0.00 0.02 0.03 0.00 99.85 [2022-08-15T13:51:25.341Z] 13:27:01 3 2.02 0.00 0.08 0.02 0.00 97.88 [2022-08-15T13:51:25.341Z] 13:27:01 4 0.33 0.00 0.02 0.05 0.00 99.60 [2022-08-15T13:51:25.341Z] 13:27:01 5 0.17 0.00 0.02 0.03 0.00 99.78 [2022-08-15T13:51:25.341Z] 13:27:01 6 0.23 0.00 0.07 0.00 0.02 99.68 [2022-08-15T13:51:25.341Z] 13:27:01 7 0.22 0.00 0.03 0.00 0.00 99.75 [2022-08-15T13:51:25.341Z] 13:28:01 all 0.26 0.00 0.01 0.01 0.01 99.72 [2022-08-15T13:51:25.341Z] 13:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:28:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-15T13:51:25.341Z] 13:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] 13:28:01 3 1.97 0.00 0.03 0.00 0.02 97.98 [2022-08-15T13:51:25.341Z] 13:28:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2022-08-15T13:51:25.341Z] 13:28:01 5 0.02 0.00 0.00 0.03 0.00 99.95 [2022-08-15T13:51:25.341Z] 13:28:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2022-08-15T13:51:25.341Z] 13:28:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2022-08-15T13:51:25.341Z] 13:29:01 all 0.18 0.00 0.01 0.01 0.01 99.79 [2022-08-15T13:51:25.341Z] 13:29:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] 13:29:01 3 1.27 0.00 0.07 0.00 0.02 98.65 [2022-08-15T13:51:25.341Z] 13:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] 13:29:01 5 0.03 0.00 0.02 0.03 0.02 99.90 [2022-08-15T13:51:25.341Z] 13:29:01 6 0.10 0.00 0.03 0.00 0.02 99.85 [2022-08-15T13:51:25.341Z] 13:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] [2022-08-15T13:51:25.341Z] 13:29:01 CPU %user %nice %system %iowait %steal %idle [2022-08-15T13:51:25.341Z] 13:30:01 all 0.01 0.00 0.00 0.01 0.01 99.96 [2022-08-15T13:51:25.341Z] 13:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-15T13:51:25.341Z] 13:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:30:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-15T13:51:25.341Z] 13:30:01 4 0.00 0.00 0.00 0.03 0.02 99.95 [2022-08-15T13:51:25.341Z] 13:30:01 5 0.00 0.00 0.00 0.03 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:30:01 6 0.02 0.00 0.03 0.00 0.03 99.92 [2022-08-15T13:51:25.341Z] 13:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:31:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2022-08-15T13:51:25.341Z] 13:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] 13:31:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-08-15T13:51:25.341Z] 13:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:31:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:31:01 5 0.02 0.00 0.00 0.03 0.00 99.95 [2022-08-15T13:51:25.341Z] 13:31:01 6 0.02 0.00 0.03 0.00 0.03 99.92 [2022-08-15T13:51:25.341Z] 13:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] 13:32:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-08-15T13:51:25.341Z] 13:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:32:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] 13:32:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2022-08-15T13:51:25.341Z] 13:32:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:32:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:32:01 6 0.03 0.00 0.02 0.00 0.03 99.92 [2022-08-15T13:51:25.341Z] 13:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] 13:33:01 all 0.02 0.00 0.03 0.01 0.01 99.94 [2022-08-15T13:51:25.341Z] 13:33:01 0 0.00 0.00 0.03 0.03 0.02 99.92 [2022-08-15T13:51:25.341Z] 13:33:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-08-15T13:51:25.341Z] 13:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:33:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2022-08-15T13:51:25.341Z] 13:33:01 4 0.00 0.00 0.03 0.00 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:33:01 5 0.03 0.00 0.02 0.03 0.00 99.92 [2022-08-15T13:51:25.341Z] 13:33:01 6 0.03 0.00 0.05 0.00 0.02 99.90 [2022-08-15T13:51:25.341Z] 13:33:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2022-08-15T13:51:25.341Z] 13:34:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:34:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:34:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:34:01 6 0.03 0.00 0.02 0.00 0.03 99.92 [2022-08-15T13:51:25.341Z] 13:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] 13:35:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2022-08-15T13:51:25.341Z] 13:35:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:35:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-15T13:51:25.341Z] 13:35:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-15T13:51:25.341Z] 13:35:01 5 0.02 0.00 0.00 0.07 0.02 99.90 [2022-08-15T13:51:25.341Z] 13:35:01 6 0.03 0.00 0.02 0.00 0.03 99.92 [2022-08-15T13:51:25.341Z] 13:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] 13:36:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2022-08-15T13:51:25.341Z] 13:36:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2022-08-15T13:51:25.341Z] 13:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-08-15T13:51:25.341Z] 13:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] 13:36:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-15T13:51:25.341Z] 13:36:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:36:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:36:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-08-15T13:51:25.341Z] 13:36:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-15T13:51:25.341Z] 13:37:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2022-08-15T13:51:25.341Z] 13:37:01 0 0.10 0.00 0.00 0.00 0.00 99.90 [2022-08-15T13:51:25.341Z] 13:37:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2022-08-15T13:51:25.341Z] 13:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:37:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2022-08-15T13:51:25.341Z] 13:37:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2022-08-15T13:51:25.341Z] 13:37:01 5 0.02 0.00 0.00 0.03 0.00 99.95 [2022-08-15T13:51:25.341Z] 13:37:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2022-08-15T13:51:25.341Z] 13:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:38:02 all 0.03 0.00 0.02 0.01 0.01 99.93 [2022-08-15T13:51:25.341Z] 13:38:02 0 0.00 0.00 0.03 0.02 0.00 99.95 [2022-08-15T13:51:25.341Z] 13:38:02 1 0.08 0.00 0.02 0.00 0.02 99.88 [2022-08-15T13:51:25.341Z] 13:38:02 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:38:02 3 0.00 0.00 0.02 0.00 0.02 99.97 [2022-08-15T13:51:25.341Z] 13:38:02 4 0.08 0.00 0.00 0.00 0.00 99.92 [2022-08-15T13:51:25.341Z] 13:38:02 5 0.00 0.00 0.02 0.05 0.00 99.93 [2022-08-15T13:51:25.341Z] 13:38:02 6 0.05 0.00 0.03 0.00 0.03 99.88 [2022-08-15T13:51:25.341Z] 13:38:02 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:39:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2022-08-15T13:51:25.341Z] 13:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.341Z] 13:39:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2022-08-15T13:51:25.341Z] 13:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:39:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-08-15T13:51:25.341Z] 13:39:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-08-15T13:51:25.341Z] 13:39:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2022-08-15T13:51:25.341Z] 13:39:01 6 0.05 0.00 0.03 0.00 0.03 99.88 [2022-08-15T13:51:25.341Z] 13:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.341Z] 13:40:01 all 0.00 0.00 0.00 0.01 0.01 99.97 [2022-08-15T13:51:25.341Z] 13:40:01 0 0.00 0.00 0.00 0.03 0.02 99.95 [2022-08-15T13:51:25.341Z] 13:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-15T13:51:25.341Z] 13:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:40:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-15T13:51:25.342Z] 13:40:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2022-08-15T13:51:25.342Z] 13:40:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:40:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-08-15T13:51:25.342Z] 13:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] [2022-08-15T13:51:25.342Z] 13:40:01 CPU %user %nice %system %iowait %steal %idle [2022-08-15T13:51:25.342Z] 13:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-08-15T13:51:25.342Z] 13:41:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-15T13:51:25.342Z] 13:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:41:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:41:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:41:01 6 0.00 0.00 0.02 0.00 0.03 99.95 [2022-08-15T13:51:25.342Z] 13:41:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:42:01 all 0.12 0.00 0.01 0.01 0.00 99.86 [2022-08-15T13:51:25.342Z] 13:42:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:42:01 1 0.88 0.00 0.03 0.00 0.00 99.09 [2022-08-15T13:51:25.342Z] 13:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:42:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-15T13:51:25.342Z] 13:42:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:42:01 5 0.00 0.00 0.00 0.03 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:42:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-08-15T13:51:25.342Z] 13:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:43:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2022-08-15T13:51:25.342Z] 13:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:43:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-08-15T13:51:25.342Z] 13:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:43:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:43:01 5 0.00 0.00 0.00 0.03 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:43:01 6 0.02 0.00 0.00 0.00 0.07 99.92 [2022-08-15T13:51:25.342Z] 13:43:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2022-08-15T13:51:25.342Z] 13:44:01 all 0.08 0.00 0.01 0.01 0.01 99.89 [2022-08-15T13:51:25.342Z] 13:44:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2022-08-15T13:51:25.342Z] 13:44:01 1 0.53 0.00 0.00 0.00 0.02 99.45 [2022-08-15T13:51:25.342Z] 13:44:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:44:01 4 0.00 0.00 0.02 0.05 0.00 99.93 [2022-08-15T13:51:25.342Z] 13:44:01 5 0.00 0.00 0.02 0.05 0.02 99.92 [2022-08-15T13:51:25.342Z] 13:44:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-08-15T13:51:25.342Z] 13:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:45:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2022-08-15T13:51:25.342Z] 13:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:45:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2022-08-15T13:51:25.342Z] 13:45:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-15T13:51:25.342Z] 13:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-15T13:51:25.342Z] 13:45:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-15T13:51:25.342Z] 13:45:01 5 0.00 0.00 0.00 0.03 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:45:01 6 0.00 0.00 0.03 0.00 0.03 99.93 [2022-08-15T13:51:25.342Z] 13:45:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:46:01 all 0.06 0.00 0.01 0.01 0.00 99.91 [2022-08-15T13:51:25.342Z] 13:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:46:01 1 0.35 0.00 0.02 0.00 0.00 99.63 [2022-08-15T13:51:25.342Z] 13:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2022-08-15T13:51:25.342Z] 13:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:46:01 4 0.02 0.00 0.02 0.05 0.00 99.92 [2022-08-15T13:51:25.342Z] 13:46:01 5 0.02 0.00 0.00 0.03 0.00 99.95 [2022-08-15T13:51:25.342Z] 13:46:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2022-08-15T13:51:25.342Z] 13:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:47:01 all 0.08 0.00 0.00 0.01 0.01 99.91 [2022-08-15T13:51:25.342Z] 13:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-15T13:51:25.342Z] 13:47:01 1 0.60 0.00 0.00 0.00 0.02 99.38 [2022-08-15T13:51:25.342Z] 13:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:47:01 5 0.00 0.00 0.00 0.05 0.00 99.95 [2022-08-15T13:51:25.342Z] 13:47:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2022-08-15T13:51:25.342Z] 13:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:48:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2022-08-15T13:51:25.342Z] 13:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:48:01 1 2.00 0.00 0.00 0.00 0.00 98.00 [2022-08-15T13:51:25.342Z] 13:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-15T13:51:25.342Z] 13:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-15T13:51:25.342Z] 13:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:48:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:48:01 6 0.07 0.00 0.03 0.00 0.03 99.87 [2022-08-15T13:51:25.342Z] 13:48:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:49:01 all 0.25 0.00 0.01 0.00 0.01 99.73 [2022-08-15T13:51:25.342Z] 13:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:49:01 1 1.94 0.00 0.02 0.00 0.02 98.03 [2022-08-15T13:51:25.342Z] 13:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:49:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2022-08-15T13:51:25.342Z] 13:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:49:01 6 0.00 0.00 0.05 0.00 0.02 99.93 [2022-08-15T13:51:25.342Z] 13:49:01 7 0.00 0.00 0.02 0.03 0.00 99.95 [2022-08-15T13:51:25.342Z] 13:50:01 all 0.19 0.00 0.01 0.01 0.01 99.78 [2022-08-15T13:51:25.342Z] 13:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:50:01 1 1.35 0.00 0.00 0.00 0.02 98.63 [2022-08-15T13:51:25.342Z] 13:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-08-15T13:51:25.342Z] 13:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:50:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2022-08-15T13:51:25.342Z] 13:50:01 5 0.03 0.00 0.00 0.02 0.02 99.93 [2022-08-15T13:51:25.342Z] 13:50:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-08-15T13:51:25.342Z] 13:50:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2022-08-15T13:51:25.342Z] 13:51:01 all 0.00 0.00 0.01 0.00 0.00 99.99 [2022-08-15T13:51:25.342Z] 13:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:51:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2022-08-15T13:51:25.342Z] 13:51:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2022-08-15T13:51:25.342Z] 13:51:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-15T13:51:25.342Z] 13:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] 13:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-15T13:51:25.342Z] [2022-08-15T13:51:25.342Z] Average: CPU %user %nice %system %iowait %steal %idle [2022-08-15T13:51:25.342Z] Average: all 7.30 0.00 1.79 0.63 0.02 90.26 [2022-08-15T13:51:25.342Z] Average: 0 7.19 0.00 1.75 0.39 0.02 90.65 [2022-08-15T13:51:25.342Z] Average: 1 7.50 0.00 1.73 0.74 0.02 90.01 [2022-08-15T13:51:25.342Z] Average: 2 7.23 0.00 1.85 0.53 0.02 90.37 [2022-08-15T13:51:25.342Z] Average: 3 7.47 0.00 1.83 0.57 0.02 90.10 [2022-08-15T13:51:25.342Z] Average: 4 7.45 0.00 1.91 1.23 0.02 89.39 [2022-08-15T13:51:25.342Z] Average: 5 6.86 0.00 1.71 0.52 0.02 90.90 [2022-08-15T13:51:25.342Z] Average: 6 7.44 0.00 1.68 0.42 0.04 90.42 [2022-08-15T13:51:25.342Z] Average: 7 7.27 0.00 1.87 0.63 0.02 90.20 [2022-08-15T13:51:25.342Z] [2022-08-15T13:51:25.342Z] [2022-08-15T13:51:25.342Z]