Pull request #4435 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of vli11 for edgexfoundry/edgex-go Obtained Jenkinsfile from e869783a4c36ad155a525780dc958aeed284c14c+d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 (90936f111c5d9fbb550c7102e85d837e4cfafa6c) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4226909477840110753.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5424588507803642701.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4435/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4435/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14031813478821417355.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4435/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7019417355791790710.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2853120670529359381.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4435/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4435/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4013556304974144808.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9686 in /w/workspace/edgexfoundry_edgex-go_PR-4435 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4435/head:refs/remotes/origin/PR-4435 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 into PR head commit e869783a4c36ad155a525780dc958aeed284c14c Merge succeeded, producing e869783a4c36ad155a525780dc958aeed284c14c Checking out Revision e869783a4c36ad155a525780dc958aeed284c14c (PR-4435) > git config core.sparsecheckout # timeout=10 > git checkout -f e869783a4c36ad155a525780dc958aeed284c14c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e869783a4c36ad155a525780dc958aeed284c14c # timeout=10 Commit message: "refactor!: Updated secret path to secret name" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-10T22:17:44.740Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-10T22:17:44.906Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-10T22:17:45.007Z] ========================================================= [2023-03-10T22:17:45.007Z] EdgeX Global Pipelines Version Info [2023-03-10T22:17:45.007Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-10T22:17:45.760Z] ------------------- [2023-03-10T22:17:45.760Z] stable info: [2023-03-10T22:17:45.760Z] ------------------- [2023-03-10T22:17:45.760Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-10T22:17:45.760Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T22:17:45.760Z] Message: update stable to v1.0.244 [2023-03-10T22:17:46.330Z] ------------------- [2023-03-10T22:17:46.330Z] experimental info: [2023-03-10T22:17:46.330Z] ------------------- [2023-03-10T22:17:46.330Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-10T22:17:46.330Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T22:17:46.330Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-10T22:17:46.606Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-10T22:17:46.652Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-10T22:17:46.688Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-10T22:17:46.727Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-10T22:17:46.764Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-10T22:17:46.802Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-10T22:17:46.836Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-10T22:17:46.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-10T22:17:46.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-10T22:17:46.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-10T22:17:46.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-10T22:17:47.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-10T22:17:47.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-10T22:17:47.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-10T22:17:47.139Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-10T22:17:47.175Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-10T22:17:47.207Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-10T22:17:47.246Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-10T22:17:47.283Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-10T22:17:47.320Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-10T22:17:47.356Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-10T22:17:47.398Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-10T22:17:47.434Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-10T22:17:47.467Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4435 [Pipeline] echo [2023-03-10T22:17:47.503Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4435 [Pipeline] echo [2023-03-10T22:17:47.539Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4435 [Pipeline] echo [2023-03-10T22:17:47.572Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e869783a4c36ad155a525780dc958aeed284c14c [Pipeline] echo [2023-03-10T22:17:47.608Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e869783 [Pipeline] echo [2023-03-10T22:17:47.642Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T22:17:47.751Z] provisioning config files... [2023-03-10T22:17:47.765Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8094437866087251739tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T22:17:48.107Z] ---> docker-login.sh [2023-03-10T22:17:48.107Z] nexus3.edgexfoundry.org:10001 [2023-03-10T22:17:48.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T22:17:48.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T22:17:48.373Z] Configure a credential helper to remove this warning. See [2023-03-10T22:17:48.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T22:17:48.373Z] [2023-03-10T22:17:48.373Z] Login Succeeded [2023-03-10T22:17:48.373Z] nexus3.edgexfoundry.org:10002 [2023-03-10T22:17:48.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T22:17:48.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T22:17:48.634Z] Configure a credential helper to remove this warning. See [2023-03-10T22:17:48.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T22:17:48.634Z] [2023-03-10T22:17:48.634Z] Login Succeeded [2023-03-10T22:17:48.634Z] nexus3.edgexfoundry.org:10003 [2023-03-10T22:17:48.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T22:17:48.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T22:17:48.634Z] Configure a credential helper to remove this warning. See [2023-03-10T22:17:48.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T22:17:48.634Z] [2023-03-10T22:17:48.634Z] Login Succeeded [2023-03-10T22:17:48.634Z] nexus3.edgexfoundry.org:10004 [2023-03-10T22:17:48.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T22:17:48.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T22:17:48.896Z] Configure a credential helper to remove this warning. See [2023-03-10T22:17:48.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T22:17:48.896Z] [2023-03-10T22:17:48.896Z] Login Succeeded [2023-03-10T22:17:48.896Z] docker.io [2023-03-10T22:17:48.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T22:17:49.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T22:17:49.155Z] Configure a credential helper to remove this warning. See [2023-03-10T22:17:49.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T22:17:49.155Z] [2023-03-10T22:17:49.155Z] Login Succeeded [2023-03-10T22:17:49.155Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T22:17:49.180Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T22:17:49.613Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-03-10T22:17:49.613Z] + + cut -d/dirname -f2 cmd/core-command/Dockerfile [2023-03-10T22:17:49.613Z] [2023-03-10T22:17:49.613Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-10T22:17:49.613Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-10T22:17:49.613Z] + cut -d/ -f2 [2023-03-10T22:17:49.613Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-10T22:17:49.613Z] + dirname cmd/core-data/Dockerfile [2023-03-10T22:17:49.613Z] + cut -d/ -f2 [2023-03-10T22:17:49.613Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-10T22:17:49.613Z] + dirname cmd/core-metadata/Dockerfile [2023-03-10T22:17:49.613Z] + cut -d/ -f2 [2023-03-10T22:17:49.613Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-10T22:17:49.613Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-10T22:17:49.613Z] + cut -d/ -f2 [2023-03-10T22:17:49.613Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-10T22:17:49.613Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-10T22:17:49.613Z] + cut -d/ -f2 [2023-03-10T22:17:49.613Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-10T22:17:49.613Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-10T22:17:49.613Z] + cut -d/ -f2 [2023-03-10T22:17:49.613Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-10T22:17:49.613Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-10T22:17:49.613Z] + cut -d/ -f2 [2023-03-10T22:17:49.613Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-10T22:17:49.613Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-10T22:17:49.613Z] + cut -d/ -f2 [2023-03-10T22:17:49.613Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-10T22:17:49.613Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-10T22:17:49.613Z] + cut -d/ -f2 [2023-03-10T22:17:49.613Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-10T22:17:49.613Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-10T22:17:49.613Z] + cut -d/ -f2 [2023-03-10T22:17:49.613Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-10T22:17:49.613Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-10T22:17:49.613Z] + cut -d/ -f2 [2023-03-10T22:17:49.613Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-10T22:17:49.613Z] + dirname cmd/support-notifications/Dockerfile [2023-03-10T22:17:49.613Z] + cut -d/ -f2 [2023-03-10T22:17:49.613Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-10T22:17:49.613Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-10T22:17:49.613Z] + cut -d/ -f2 [2023-03-10T22:17:49.613Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-10T22:17:49.698Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-10T22:17:50.224Z] + git rev-list -1 --merges e869783a4c36ad155a525780dc958aeed284c14c~1..e869783a4c36ad155a525780dc958aeed284c14c [Pipeline] echo [2023-03-10T22:17:50.263Z] -----------> git rev-list -1 --merges e869783a4c36ad155a525780dc958aeed284c14c~1..e869783a4c36ad155a525780dc958aeed284c14c e869783a4c36ad155a525780dc958aeed284c14c [false] [Pipeline] sh [2023-03-10T22:17:50.576Z] + git log --format=format:%s -1 e869783a4c36ad155a525780dc958aeed284c14c [Pipeline] echo [2023-03-10T22:17:50.616Z] ========================================================= [2023-03-10T22:17:50.616Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-10T22:17:50.616Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-10T22:17:51.124Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T22:17:51.124Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-10T22:17:51.124Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-10T22:17:51.124Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-10T22:17:51.124Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-10T22:17:51.124Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-10T22:17:51.125Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:17:51.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T22:17:51.627Z] [2023-03-10T22:17:51.627Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:17:52.007Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T22:17:52.008Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-10T22:17:52.008Z] b85a868b505f: Pulling fs layer [2023-03-10T22:17:52.008Z] e2be974225ed: Pulling fs layer [2023-03-10T22:17:52.008Z] 339a4e72a1f5: Pulling fs layer [2023-03-10T22:17:52.008Z] 988bab9f4d93: Pulling fs layer [2023-03-10T22:17:52.008Z] 1469e6f7b9e6: Pulling fs layer [2023-03-10T22:17:52.008Z] eaf3925da568: Pulling fs layer [2023-03-10T22:17:52.008Z] bab4dde63d76: Pulling fs layer [2023-03-10T22:17:52.008Z] bde34c3a00c8: Pulling fs layer [2023-03-10T22:17:52.008Z] b352a97aabf1: Pulling fs layer [2023-03-10T22:17:52.008Z] 4872d77fe225: Pulling fs layer [2023-03-10T22:17:52.008Z] 5851b861e8e6: Pulling fs layer [2023-03-10T22:17:52.008Z] 988bab9f4d93: Waiting [2023-03-10T22:17:52.008Z] bab4dde63d76: Waiting [2023-03-10T22:17:52.008Z] 1469e6f7b9e6: Waiting [2023-03-10T22:17:52.008Z] eaf3925da568: Waiting [2023-03-10T22:17:52.008Z] bde34c3a00c8: Waiting [2023-03-10T22:17:52.008Z] 4872d77fe225: Waiting [2023-03-10T22:17:52.008Z] 5851b861e8e6: Waiting [2023-03-10T22:17:52.008Z] b352a97aabf1: Waiting [2023-03-10T22:17:52.008Z] e2be974225ed: Verifying Checksum [2023-03-10T22:17:52.008Z] e2be974225ed: Download complete [2023-03-10T22:17:52.008Z] 988bab9f4d93: Verifying Checksum [2023-03-10T22:17:52.008Z] 988bab9f4d93: Download complete [2023-03-10T22:17:52.269Z] 1469e6f7b9e6: Verifying Checksum [2023-03-10T22:17:52.269Z] 1469e6f7b9e6: Download complete [2023-03-10T22:17:52.269Z] eaf3925da568: Download complete [2023-03-10T22:17:52.269Z] 339a4e72a1f5: Verifying Checksum [2023-03-10T22:17:52.269Z] 339a4e72a1f5: Download complete [2023-03-10T22:17:52.269Z] bde34c3a00c8: Download complete [2023-03-10T22:17:52.269Z] b352a97aabf1: Download complete [2023-03-10T22:17:52.269Z] 4872d77fe225: Verifying Checksum [2023-03-10T22:17:52.269Z] 4872d77fe225: Download complete [2023-03-10T22:17:52.530Z] 5851b861e8e6: Download complete [2023-03-10T22:17:52.530Z] b85a868b505f: Verifying Checksum [2023-03-10T22:17:52.530Z] b85a868b505f: Download complete [2023-03-10T22:17:52.789Z] bab4dde63d76: Verifying Checksum [2023-03-10T22:17:52.789Z] bab4dde63d76: Download complete [2023-03-10T22:17:53.732Z] b85a868b505f: Pull complete [2023-03-10T22:17:53.990Z] e2be974225ed: Pull complete [2023-03-10T22:17:54.251Z] 339a4e72a1f5: Pull complete [2023-03-10T22:17:54.510Z] 988bab9f4d93: Pull complete [2023-03-10T22:17:54.769Z] 1469e6f7b9e6: Pull complete [2023-03-10T22:17:54.769Z] eaf3925da568: Pull complete [2023-03-10T22:17:56.671Z] bab4dde63d76: Pull complete [2023-03-10T22:17:56.671Z] bde34c3a00c8: Pull complete [2023-03-10T22:17:56.932Z] b352a97aabf1: Pull complete [2023-03-10T22:17:56.932Z] 4872d77fe225: Pull complete [2023-03-10T22:17:56.932Z] 5851b861e8e6: Pull complete [2023-03-10T22:17:56.932Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-10T22:17:56.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T22:17:56.932Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T22:17:57.180Z] prd-ubuntu20.04-docker-8c-8g-9686 does not seem to be running inside a container [2023-03-10T22:17:57.214Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T22:17:58.552Z] $ docker top 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 -eo pid,comm [2023-03-10T22:17:58.610Z] 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). [2023-03-10T22:17:58.610Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T22:17:58.742Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T22:17:58.742Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T22:17:58.871Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T22:17:58.878Z] $ docker exec 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 ssh-agent [2023-03-10T22:17:59.004Z] SSH_AUTH_SOCK=/tmp/ssh-q4jHovLC0UCA/agent.33 [2023-03-10T22:17:59.004Z] SSH_AGENT_PID=39 [2023-03-10T22:17:59.010Z] Running ssh-add (command line suppressed) [2023-03-10T22:17:59.118Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_16758042257213775891.key (/w/workspace/edgex-go/1@tmp/private_key_16758042257213775891.key) [2023-03-10T22:17:59.127Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T22:17:59.465Z] + git tag --points-at HEAD [Pipeline] } [2023-03-10T22:17:59.494Z] $ docker exec --env ******** --env ******** 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 ssh-agent -k [2023-03-10T22:17:59.596Z] unset SSH_AUTH_SOCK; [2023-03-10T22:17:59.597Z] unset SSH_AGENT_PID; [2023-03-10T22:17:59.597Z] echo Agent pid 39 killed; [2023-03-10T22:17:59.603Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-10T22:17:59.691Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T22:17:59.691Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T22:17:59.823Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T22:17:59.830Z] $ docker exec 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 ssh-agent [2023-03-10T22:17:59.940Z] SSH_AUTH_SOCK=/tmp/ssh-hJQSWBldtSuT/agent.72 [2023-03-10T22:17:59.940Z] SSH_AGENT_PID=78 [2023-03-10T22:17:59.945Z] Running ssh-add (command line suppressed) [2023-03-10T22:18:00.057Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3451590651146090761.key (/w/workspace/edgex-go/1@tmp/private_key_3451590651146090761.key) [2023-03-10T22:18:00.066Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T22:18:00.390Z] + git semver init [2023-03-10T22:18:00.650Z] 2023-03-10 22:18:00,587 [run_init] DEBUG init version:0.0.0 force:False [2023-03-10T22:18:00.650Z] 2023-03-10 22:18:00,588 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-03-10T22:18:00.650Z] 2023-03-10 22:18:00,588 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-03-10T22:18:00.650Z] 2023-03-10 22:18:00,588 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-03-10T22:18:04.842Z] 2023-03-10 22:18:04,632 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-03-10T22:18:04.842Z] 2023-03-10 22:18:04,633 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4435 with force:False [2023-03-10T22:18:04.842Z] 2023-03-10 22:18:04,633 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4435 [2023-03-10T22:18:04.842Z] 2023-03-10 22:18:04,638 [execute] INFO git cat-file --batch-check [2023-03-10T22:18:04.842Z] 2023-03-10 22:18:04,639 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T22:18:04.842Z] 2023-03-10 22:18:04,645 [execute] INFO git cat-file --batch [2023-03-10T22:18:04.842Z] 2023-03-10 22:18:04,645 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T22:18:04.842Z] 2023-03-10 22:18:04,651 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4435 [2023-03-10T22:18:04.842Z] 0.0.0 [Pipeline] } [2023-03-10T22:18:04.871Z] $ docker exec --env ******** --env ******** 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 ssh-agent -k [2023-03-10T22:18:04.984Z] unset SSH_AUTH_SOCK; [2023-03-10T22:18:04.985Z] unset SSH_AGENT_PID; [2023-03-10T22:18:04.985Z] echo Agent pid 78 killed; [2023-03-10T22:18:04.991Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T22:18:05.407Z] + git semver [Pipeline] } [2023-03-10T22:18:05.696Z] $ docker stop --time=1 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 [2023-03-10T22:18:07.041Z] $ docker rm -f --volumes 564777b7d26563655059d557c4f525fd1d7a2d83ba466a6e24adee3acb8c6a46 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T22:18:07.432Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-10T22:18:07.693Z] Stashed 1 file(s) [Pipeline] echo [2023-03-10T22:18:07.710Z] [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 [2023-03-10T22:18:08.477Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-10T22:18:08.514Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T22:18:08.551Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T22:18:08.582Z] ========================================================= [2023-03-10T22:18:08.582Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-10T22:18:08.582Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-10T22:18:08.925Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T22:18:08.925Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-10T22:18:08.925Z] 213ec9aee27d: Pulling fs layer [2023-03-10T22:18:08.925Z] 4583459ba037: Pulling fs layer [2023-03-10T22:18:08.925Z] 93c1e223e6f2: Pulling fs layer [2023-03-10T22:18:08.925Z] 53926ce57604: Pulling fs layer [2023-03-10T22:18:08.925Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-10T22:18:08.925Z] 22ff95d597cd: Pulling fs layer [2023-03-10T22:18:08.925Z] 12d6caf4c0d1: Pulling fs layer [2023-03-10T22:18:08.925Z] 96b7cbca73a9: Pulling fs layer [2023-03-10T22:18:08.925Z] a7acece74701: Pulling fs layer [2023-03-10T22:18:08.925Z] 53926ce57604: Waiting [2023-03-10T22:18:08.925Z] 21b2b0c7a3f4: Waiting [2023-03-10T22:18:08.925Z] 22ff95d597cd: Waiting [2023-03-10T22:18:08.925Z] 12d6caf4c0d1: Waiting [2023-03-10T22:18:08.925Z] 96b7cbca73a9: Waiting [2023-03-10T22:18:08.925Z] a7acece74701: Waiting [2023-03-10T22:18:08.925Z] 93c1e223e6f2: Verifying Checksum [2023-03-10T22:18:08.925Z] 93c1e223e6f2: Download complete [2023-03-10T22:18:08.925Z] 4583459ba037: Download complete [2023-03-10T22:18:08.925Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-10T22:18:08.925Z] 21b2b0c7a3f4: Download complete [2023-03-10T22:18:08.925Z] 213ec9aee27d: Download complete [2023-03-10T22:18:08.925Z] 22ff95d597cd: Download complete [2023-03-10T22:18:08.925Z] 12d6caf4c0d1: Download complete [2023-03-10T22:18:09.193Z] 213ec9aee27d: Pull complete [2023-03-10T22:18:09.193Z] 4583459ba037: Pull complete [2023-03-10T22:18:09.455Z] 93c1e223e6f2: Pull complete [2023-03-10T22:18:09.455Z] a7acece74701: Verifying Checksum [2023-03-10T22:18:09.455Z] a7acece74701: Download complete [2023-03-10T22:18:09.715Z] 96b7cbca73a9: Verifying Checksum [2023-03-10T22:18:09.715Z] 96b7cbca73a9: Download complete [2023-03-10T22:18:09.974Z] 53926ce57604: Verifying Checksum [2023-03-10T22:18:09.974Z] 53926ce57604: Download complete [2023-03-10T22:18:14.163Z] 53926ce57604: Pull complete [2023-03-10T22:18:14.163Z] 21b2b0c7a3f4: Pull complete [2023-03-10T22:18:14.163Z] 22ff95d597cd: Pull complete [2023-03-10T22:18:14.163Z] 12d6caf4c0d1: Pull complete [2023-03-10T22:18:16.065Z] 96b7cbca73a9: Pull complete [2023-03-10T22:18:17.002Z] a7acece74701: Pull complete [2023-03-10T22:18:17.002Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-10T22:18:17.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T22:18:17.002Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-10T22:18:17.361Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T22:18:17.361Z] WORKDIR /edgex [2023-03-10T22:18:17.361Z] COPY go.mod . [2023-03-10T22:18:17.361Z] RUN go mod download [2023-03-10T22:18:17.361Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-10T22:18:17.927Z] Sending build context to Docker daemon 170.4MB [2023-03-10T22:18:17.927Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T22:18:17.927Z] ---> db6d94c90886 [2023-03-10T22:18:17.927Z] Step 2/4 : WORKDIR /edgex [2023-03-10T22:18:20.461Z] ---> Running in 609b91dda003 [2023-03-10T22:18:20.461Z] Removing intermediate container 609b91dda003 [2023-03-10T22:18:20.461Z] ---> d9744a9a4d13 [2023-03-10T22:18:20.461Z] Step 3/4 : COPY go.mod . [2023-03-10T22:18:20.719Z] ---> fa44900e0944 [2023-03-10T22:18:20.719Z] Step 4/4 : RUN go mod download [2023-03-10T22:18:20.719Z] ---> Running in 71d2f0f622e0 [2023-03-10T22:18:23.019Z] Still waiting to schedule task [2023-03-10T22:18:23.019Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-10T22:18:30.708Z] Removing intermediate container 71d2f0f622e0 [2023-03-10T22:18:30.708Z] ---> 907761b60d33 [2023-03-10T22:18:30.708Z] Successfully built 907761b60d33 [2023-03-10T22:18:30.708Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:18:31.089Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-10T22:18:31.089Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T22:18:31.239Z] prd-ubuntu20.04-docker-8c-8g-9686 does not seem to be running inside a container [2023-03-10T22:18:31.271Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-10T22:18:31.680Z] $ docker top 426c7476b3d678d5cf3c2a1bff816bc0fc0ab724d83025ec7282ba324ba7b7b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T22:18:32.067Z] + go version [2023-03-10T22:18:32.067Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-10T22:18:32.105Z] $ docker stop --time=1 426c7476b3d678d5cf3c2a1bff816bc0fc0ab724d83025ec7282ba324ba7b7b9 [2023-03-10T22:18:33.377Z] $ docker rm -f --volumes 426c7476b3d678d5cf3c2a1bff816bc0fc0ab724d83025ec7282ba324ba7b7b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:18:34.039Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-10T22:18:34.039Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T22:18:34.184Z] prd-ubuntu20.04-docker-8c-8g-9686 does not seem to be running inside a container [2023-03-10T22:18:34.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-10T22:18:34.584Z] $ docker top 30cb1dff51ce2a4236244c3bd7b7f93426f6b0f912e56b64c9df943fbf2f9a5c -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-10T22:18:34.689Z] ========================================================= [2023-03-10T22:18:34.689Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-10T22:18:34.689Z] ========================================================= [Pipeline] sh [2023-03-10T22:18:34.981Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-10T22:18:35.340Z] + make test [2023-03-10T22:18:35.340Z] go test -race -coverprofile=coverage.out ./... [2023-03-10T22:18:41.947Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-10T22:18:56.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-10T22:18:56.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-10T22:18:56.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.128s coverage: 98.5% of statements [2023-03-10T22:19:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.153s coverage: 71.2% of statements [2023-03-10T22:19:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-10T22:19:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-10T22:19:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-10T22:19:00.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.100s coverage: 54.0% of statements [2023-03-10T22:19:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-10T22:19:00.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-10T22:19:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.028s coverage: 88.5% of statements [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-10T22:19:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 3.9% of statements [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-10T22:19:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.476s coverage: 95.6% of statements [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-10T22:19:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.096s coverage: 72.2% of statements [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-10T22:19:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.071s coverage: 65.9% of statements [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-10T22:19:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-10T22:19:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.060s coverage: 29.0% of statements [2023-03-10T22:19:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-10T22:19:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 45.5% of statements [2023-03-10T22:19:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 82.9% of statements [2023-03-10T22:19:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2023-03-10T22:19:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2023-03-10T22:19:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2023-03-10T22:19:09.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.366s coverage: 79.9% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.090s coverage: 92.9% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.082s coverage: 86.9% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.054s coverage: 20.0% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 81.2% of statements [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.095s coverage: 82.1% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.066s coverage: 84.8% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.227s coverage: 63.1% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.161s coverage: 38.4% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.160s coverage: 92.3% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 61.5% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-10T22:19:24.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.096s coverage: 97.7% of statements [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-10T22:19:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-10T22:19:24.047Z] 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 [2023-03-10T22:19:42.137Z] 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." [2023-03-10T22:19:42.137Z] go vet ./... [2023-03-10T22:19:45.416Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-10T22:19:45.416Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-10T22:19:45.416Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-10T22:19:45.457Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-10T22:19:45.766Z] + ls -al . [2023-03-10T22:19:45.766Z] total 704 [2023-03-10T22:19:45.766Z] drwxrwxr-x 11 1001 1001 4096 Mar 10 22:18 . [2023-03-10T22:19:45.766Z] drwxr-xr-x 4 root root 4096 Mar 10 22:18 .. [2023-03-10T22:19:45.766Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 22:17 .blubracket [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 16 Mar 10 22:17 .dockerignore [2023-03-10T22:19:45.766Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 22:19 .git [2023-03-10T22:19:45.766Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 22:17 .github [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 1133 Mar 10 22:17 .gitignore [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 42 Mar 10 22:17 .golangci.yml [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 87 Mar 10 22:17 .hadolint.yml [2023-03-10T22:19:45.766Z] drwxr-xr-x 3 1001 1001 4096 Mar 10 22:18 .semver [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 22:17 .sonarcloud.properties [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 1171 Mar 10 22:17 ADOPTERS.md [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 10825 Mar 10 22:17 Attribution.txt [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 73765 Mar 10 22:17 CHANGELOG.md [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 22:17 CONTRIBUTING.md [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 677 Mar 10 22:17 GOVERNANCE.md [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 883 Mar 10 22:17 Jenkinsfile [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 22:17 LICENSE [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 14232 Mar 10 22:17 Makefile [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 582 Mar 10 22:17 OWNERS.md [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 9403 Mar 10 22:17 README.md [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 789 Mar 10 22:17 SECURITY.md [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 22:18 VERSION [2023-03-10T22:19:45.766Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 22:17 bin [2023-03-10T22:19:45.766Z] drwxrwxr-x 18 1001 1001 4096 Mar 10 22:17 cmd [2023-03-10T22:19:45.766Z] -rw-r--r-- 1 root root 447487 Mar 10 22:19 coverage.out [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 3232 Mar 10 22:17 go.mod [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 31098 Mar 10 22:17 go.sum [2023-03-10T22:19:45.766Z] drwxrwxr-x 7 1001 1001 4096 Mar 10 22:17 internal [2023-03-10T22:19:45.766Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 22:17 openapi [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 594 Mar 10 22:17 security.txt [2023-03-10T22:19:45.766Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 22:17 snap [2023-03-10T22:19:45.766Z] -rw-rw-r-- 1 1001 1001 204 Mar 10 22:17 version.go [Pipeline] sh [2023-03-10T22:19:46.078Z] + '[' -e coverage.out ] [2023-03-10T22:19:46.078Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-10T22:19:46.194Z] Stashed 1 file(s) [Pipeline] sh [2023-03-10T22:19:46.486Z] + make build [2023-03-10T22:19:46.486Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-10T22:19:53.452Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9687 in /w/workspace/edgexfoundry_edgex-go_PR-4435 [Pipeline] { [Pipeline] ws [2023-03-10T22:19:53.508Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-03-10T22:19:53.593Z] The recommended git tool is: git [2023-03-10T22:19:58.685Z] using credential edgex-jenkins-ssh [2023-03-10T22:19:58.708Z] Cloning the remote Git repository [2023-03-10T22:19:58.757Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-10T22:19:58.833Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-03-10T22:19:58.989Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-10T22:19:58.990Z] > git --version # timeout=10 [2023-03-10T22:19:59.010Z] > git --version # 'git version 2.25.1' [2023-03-10T22:19:59.012Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-10T22:19:59.077Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T22:20:01.359Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-10T22:20:01.359Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-10T22:20:01.618Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T22:20:02.556Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-10T22:20:10.663Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-10T22:20:11.231Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T22:20:12.166Z] 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 [2023-03-10T22:20:13.540Z] 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 [2023-03-10T22:20:14.474Z] 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 [2023-03-10T22:20:15.413Z] 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 [2023-03-10T22:20:15.808Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-10T22:20:15.832Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T22:20:16.349Z] 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 [2023-03-10T22:20:17.474Z] Merging remotes/origin/main commit d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 into PR head commit e869783a4c36ad155a525780dc958aeed284c14c [Pipeline] } [2023-03-10T22:20:17.750Z] $ docker stop --time=1 30cb1dff51ce2a4236244c3bd7b7f93426f6b0f912e56b64c9df943fbf2f9a5c [2023-03-10T22:20:17.843Z] Merge succeeded, producing e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:20:17.844Z] Checking out Revision e869783a4c36ad155a525780dc958aeed284c14c (PR-4435) [2023-03-10T22:20:16.623Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-10T22:20:16.660Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-10T22:20:16.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-10T22:20:16.680Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4435/head:refs/remotes/origin/PR-4435 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-10T22:20:17.498Z] > git config core.sparsecheckout # timeout=10 [2023-03-10T22:20:17.535Z] > git checkout -f e869783a4c36ad155a525780dc958aeed284c14c # timeout=10 [2023-03-10T22:20:17.759Z] > git remote # timeout=10 [2023-03-10T22:20:17.774Z] > git config --get remote.origin.url # timeout=10 [2023-03-10T22:20:17.790Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-10T22:20:17.803Z] > git merge d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 # timeout=10 [2023-03-10T22:20:17.827Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-10T22:20:17.855Z] > git config core.sparsecheckout # timeout=10 [2023-03-10T22:20:17.868Z] > git checkout -f e869783a4c36ad155a525780dc958aeed284c14c # timeout=10 [2023-03-10T22:20:20.220Z] $ docker rm -f --volumes 30cb1dff51ce2a4236244c3bd7b7f93426f6b0f912e56b64c9df943fbf2f9a5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:20:21.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T22:20:21.378Z] [2023-03-10T22:20:21.378Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:20:21.475Z] Commit message: "refactor!: Updated secret path to secret name" [2023-03-10T22:20:21.521Z] > git --version # timeout=10 [2023-03-10T22:20:21.537Z] > git --version # 'git version 2.25.1' [2023-03-10T22:20:21.550Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T22:20:21.749Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T22:20:21.749Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-10T22:20:21.749Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-10T22:20:21.749Z] ca9280d653b3: Pulling fs layer [2023-03-10T22:20:21.749Z] 7e9c9ca2126c: Pulling fs layer [2023-03-10T22:20:21.749Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-10T22:20:21.749Z] cbdbe7a5bc2a: Download complete [2023-03-10T22:20:22.008Z] ca9280d653b3: Verifying Checksum [2023-03-10T22:20:22.008Z] ca9280d653b3: Download complete [2023-03-10T22:20:22.008Z] cbdbe7a5bc2a: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T22:20:22.573Z] 7e9c9ca2126c: Download complete [2023-03-10T22:20:22.573Z] ca9280d653b3: Pull complete [2023-03-10T22:20:22.682Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-10T22:20:22.682Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T22:20:22.682Z] Dload Upload Total Spent Left Speed [2023-03-10T22:20:22.682Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 90432 [Pipeline] sh [2023-03-10T22:20:23.440Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-10T22:20:23.786Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-10T22:20:23.786Z] + sudo tee /etc/docker/daemon.new [2023-03-10T22:20:23.786Z] { [2023-03-10T22:20:23.786Z] "registry-mirrors": [ [2023-03-10T22:20:23.786Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-10T22:20:23.786Z] ], [2023-03-10T22:20:23.786Z] "bip": "10.250.0.254/24", [2023-03-10T22:20:23.786Z] "hosts": [ [2023-03-10T22:20:23.786Z] "tcp://0.0.0.0:5555", [2023-03-10T22:20:23.786Z] "unix:///var/run/docker.sock" [2023-03-10T22:20:23.786Z] ], [2023-03-10T22:20:23.786Z] "mtu": 1458, [2023-03-10T22:20:23.786Z] "selinux-enabled": true, [2023-03-10T22:20:23.786Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-10T22:20:23.786Z] } [Pipeline] sh [2023-03-10T22:20:24.128Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-10T22:20:24.472Z] + sudo service docker restart [2023-03-10T22:20:25.852Z] 7e9c9ca2126c: Pull complete [2023-03-10T22:20:25.852Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-10T22:20:25.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T22:20:25.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T22:20:26.078Z] prd-ubuntu20.04-docker-8c-8g-9686 does not seem to be running inside a container [2023-03-10T22:20:26.110Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-10T22:20:27.705Z] $ docker top d19c90a9b10fef97d24ec24b5b15b7a17572f9449df17b71a6f3178885fa7636 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T22:20:28.104Z] + docker-compose build --help [2023-03-10T22:20:28.105Z] + grep parallel [2023-03-10T22:20:28.672Z] --parallel Build images in parallel. [Pipeline] } [2023-03-10T22:20:28.716Z] $ docker stop --time=1 d19c90a9b10fef97d24ec24b5b15b7a17572f9449df17b71a6f3178885fa7636 [2023-03-10T22:20:30.007Z] $ docker rm -f --volumes d19c90a9b10fef97d24ec24b5b15b7a17572f9449df17b71a6f3178885fa7636 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:20:30.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T22:20:30.641Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T22:20:30.801Z] prd-ubuntu20.04-docker-8c-8g-9686 does not seem to be running inside a container [2023-03-10T22:20:30.840Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-10T22:20:31.194Z] $ docker top 4227348cdf7155327e66045dae3b9c469c9613fb737804229a12be18e4290161 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T22:20:31.594Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-10T22:20:32.161Z] Building core-command ... [2023-03-10T22:20:32.161Z] Building core-common-config-bootstrapper ... [2023-03-10T22:20:32.161Z] Building core-data ... [2023-03-10T22:20:32.161Z] Building core-metadata ... [2023-03-10T22:20:32.161Z] Building security-bootstrapper ... [2023-03-10T22:20:32.161Z] Building security-proxy-auth ... [2023-03-10T22:20:32.161Z] Building security-proxy-setup ... [2023-03-10T22:20:32.161Z] Building security-secretstore-setup ... [2023-03-10T22:20:32.161Z] Building security-spiffe-token-provider ... [2023-03-10T22:20:32.161Z] Building security-spire-agent ... [2023-03-10T22:20:32.161Z] Building security-spire-config ... [2023-03-10T22:20:32.161Z] Building security-spire-server ... [2023-03-10T22:20:32.161Z] Building support-notifications ... [2023-03-10T22:20:32.161Z] Building support-scheduler ... [2023-03-10T22:20:32.161Z] Building core-command [2023-03-10T22:20:32.161Z] Building core-data [2023-03-10T22:20:32.161Z] Building security-bootstrapper [2023-03-10T22:20:32.161Z] Building core-metadata [2023-03-10T22:20:32.161Z] Building security-spiffe-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T22:20:42.785Z] provisioning config files... [2023-03-10T22:20:42.810Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13537701140390650000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T22:20:43.190Z] ---> docker-login.sh [2023-03-10T22:20:43.190Z] nexus3.edgexfoundry.org:10001 [2023-03-10T22:20:43.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T22:20:43.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T22:20:43.729Z] Configure a credential helper to remove this warning. See [2023-03-10T22:20:43.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T22:20:43.729Z] [2023-03-10T22:20:43.729Z] Login Succeeded [2023-03-10T22:20:43.729Z] nexus3.edgexfoundry.org:10002 [2023-03-10T22:20:43.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T22:20:43.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T22:20:43.998Z] Configure a credential helper to remove this warning. See [2023-03-10T22:20:43.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T22:20:43.998Z] [2023-03-10T22:20:44.267Z] Login Succeeded [2023-03-10T22:20:44.267Z] nexus3.edgexfoundry.org:10003 [2023-03-10T22:20:44.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T22:20:44.369Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:20:44.369Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:20:44.370Z] ---> 907761b60d33 [2023-03-10T22:20:44.370Z] Step 3/32 : WORKDIR /edgex-go [2023-03-10T22:20:44.370Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:20:44.370Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:20:44.370Z] ---> 907761b60d33 [2023-03-10T22:20:44.370Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:20:44.370Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:20:44.370Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:20:44.370Z] ---> 907761b60d33 [2023-03-10T22:20:44.370Z] Step 3/19 : WORKDIR /edgex-go [2023-03-10T22:20:44.370Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:20:44.370Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:20:44.370Z] ---> 907761b60d33 [2023-03-10T22:20:44.370Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:20:44.370Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:20:44.370Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:20:44.370Z] ---> 907761b60d33 [2023-03-10T22:20:44.370Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:20:44.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T22:20:44.538Z] Configure a credential helper to remove this warning. See [2023-03-10T22:20:44.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T22:20:44.538Z] [2023-03-10T22:20:44.538Z] Login Succeeded [2023-03-10T22:20:44.538Z] nexus3.edgexfoundry.org:10004 [2023-03-10T22:20:44.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T22:20:44.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T22:20:44.808Z] Configure a credential helper to remove this warning. See [2023-03-10T22:20:44.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T22:20:44.808Z] [2023-03-10T22:20:44.808Z] Login Succeeded [2023-03-10T22:20:44.808Z] docker.io [2023-03-10T22:20:45.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T22:20:45.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T22:20:45.345Z] Configure a credential helper to remove this warning. See [2023-03-10T22:20:45.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T22:20:45.345Z] [2023-03-10T22:20:45.345Z] Login Succeeded [2023-03-10T22:20:45.345Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T22:20:45.374Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-10T22:20:46.026Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-10T22:20:46.065Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T22:20:46.100Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T22:20:46.132Z] ========================================================= [2023-03-10T22:20:46.132Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-10T22:20:46.132Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-10T22:20:46.500Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T22:20:46.500Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-10T22:20:46.500Z] 9b18e9b68314: Pulling fs layer [2023-03-10T22:20:46.500Z] 35d82f9e3411: Pulling fs layer [2023-03-10T22:20:46.500Z] e16973657156: Pulling fs layer [2023-03-10T22:20:46.500Z] fc693d55d65f: Pulling fs layer [2023-03-10T22:20:46.500Z] 7e9fc2657dce: Pulling fs layer [2023-03-10T22:20:46.500Z] dda99020689f: Pulling fs layer [2023-03-10T22:20:46.500Z] db1c61fa0a46: Pulling fs layer [2023-03-10T22:20:46.500Z] 891c053d2c06: Pulling fs layer [2023-03-10T22:20:46.500Z] fc693d55d65f: Waiting [2023-03-10T22:20:46.500Z] 7e9fc2657dce: Waiting [2023-03-10T22:20:46.500Z] dda99020689f: Waiting [2023-03-10T22:20:46.500Z] 891c053d2c06: Waiting [2023-03-10T22:20:46.500Z] db1c61fa0a46: Waiting [2023-03-10T22:20:46.769Z] e16973657156: Verifying Checksum [2023-03-10T22:20:46.769Z] e16973657156: Download complete [2023-03-10T22:20:46.769Z] 35d82f9e3411: Download complete [2023-03-10T22:20:46.769Z] 7e9fc2657dce: Verifying Checksum [2023-03-10T22:20:46.769Z] 7e9fc2657dce: Download complete [2023-03-10T22:20:46.769Z] dda99020689f: Verifying Checksum [2023-03-10T22:20:46.769Z] dda99020689f: Download complete [2023-03-10T22:20:46.769Z] 9b18e9b68314: Download complete [2023-03-10T22:20:47.653Z] ---> Running in ad1164972204 [2023-03-10T22:20:47.653Z] ---> Running in 1f8b85123082 [2023-03-10T22:20:47.653Z] ---> Running in b36f93c74abf [2023-03-10T22:20:47.653Z] ---> Running in 4adce4b44dc4 [2023-03-10T22:20:47.653Z] ---> Running in 32711f6cf6e6 [2023-03-10T22:20:47.653Z] Removing intermediate container ad1164972204 [2023-03-10T22:20:47.653Z] ---> 7f811c260e42 [2023-03-10T22:20:47.653Z] Step 4/24 : WORKDIR /edgex-go [2023-03-10T22:20:47.653Z] Removing intermediate container b36f93c74abf [2023-03-10T22:20:47.653Z] ---> aceab42a066c [2023-03-10T22:20:47.653Z] Step 4/23 : WORKDIR /edgex-go [2023-03-10T22:20:47.653Z] Removing intermediate container 32711f6cf6e6 [2023-03-10T22:20:47.653Z] ---> af882fe3c1f0 [2023-03-10T22:20:47.653Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T22:20:47.653Z] ---> Running in c64207113f45 [2023-03-10T22:20:47.653Z] Removing intermediate container 1f8b85123082 [2023-03-10T22:20:47.653Z] ---> 7cb1f49e4103 [2023-03-10T22:20:47.653Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-10T22:20:47.653Z] Removing intermediate container 4adce4b44dc4 [2023-03-10T22:20:47.653Z] ---> 7410c5be3b18 [2023-03-10T22:20:47.653Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-10T22:20:47.653Z] ---> Running in 3241f1e3b8f3 [2023-03-10T22:20:47.653Z] ---> Running in d422fb8ae383 [2023-03-10T22:20:47.653Z] ---> Running in 7cdc6c51b131 [2023-03-10T22:20:47.653Z] ---> Running in e0bf9bf520c4 [2023-03-10T22:20:47.653Z] Removing intermediate container c64207113f45 [2023-03-10T22:20:47.653Z] ---> fd3610657268 [2023-03-10T22:20:47.653Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-10T22:20:47.653Z] ---> Running in cb273556dc48 [2023-03-10T22:20:47.653Z] Removing intermediate container 3241f1e3b8f3 [2023-03-10T22:20:47.653Z] ---> 5b228deef6ca [2023-03-10T22:20:47.653Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T22:20:47.653Z] Removing intermediate container d422fb8ae383 [2023-03-10T22:20:47.653Z] ---> 1a98aa868780 [2023-03-10T22:20:47.653Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-10T22:20:47.653Z] ---> Running in 1871b2503bc3 [2023-03-10T22:20:47.653Z] ---> Running in 59565a140fe3 [2023-03-10T22:20:47.749Z] 9b18e9b68314: Pull complete [2023-03-10T22:20:47.749Z] 891c053d2c06: Verifying Checksum [2023-03-10T22:20:47.749Z] 891c053d2c06: Download complete [2023-03-10T22:20:48.019Z] 35d82f9e3411: Pull complete [2023-03-10T22:20:48.221Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:20:48.221Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:20:48.221Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:20:48.221Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:20:48.221Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:20:48.221Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:20:48.221Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:20:48.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:20:48.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:20:48.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:20:48.478Z] OK: 211 MiB in 51 packages [2023-03-10T22:20:48.478Z] v3.16.4-52-g6cdb9d7f1d8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-10T22:20:48.478Z] v3.16.4-52-g6cdb9d7f1d8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-10T22:20:48.478Z] OK: 17046 distinct packages available [2023-03-10T22:20:48.478Z] OK: 211 MiB in 51 packages [2023-03-10T22:20:48.478Z] OK: 211 MiB in 51 packages [2023-03-10T22:20:48.737Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:20:48.737Z] OK: 211 MiB in 51 packages [2023-03-10T22:20:48.737Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:20:48.986Z] db1c61fa0a46: Verifying Checksum [2023-03-10T22:20:48.986Z] db1c61fa0a46: Download complete [2023-03-10T22:20:48.996Z] OK: 211 MiB in 51 packages [2023-03-10T22:20:49.253Z] Removing intermediate container cb273556dc48 [2023-03-10T22:20:49.253Z] ---> 3d4a725bb933 [2023-03-10T22:20:49.253Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-10T22:20:49.253Z] Removing intermediate container e0bf9bf520c4 [2023-03-10T22:20:49.253Z] ---> 001fa337909a [2023-03-10T22:20:49.253Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-10T22:20:49.253Z] Removing intermediate container 1871b2503bc3 [2023-03-10T22:20:49.253Z] ---> a283f2bb6f72 [2023-03-10T22:20:49.253Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T22:20:49.254Z] fc693d55d65f: Verifying Checksum [2023-03-10T22:20:49.254Z] fc693d55d65f: Download complete [2023-03-10T22:20:49.513Z] Removing intermediate container 59565a140fe3 [2023-03-10T22:20:49.513Z] ---> 2d6c5e7709de [2023-03-10T22:20:49.513Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-10T22:20:49.513Z] ---> 961a4597545e [2023-03-10T22:20:49.513Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:20:49.513Z] Removing intermediate container 7cdc6c51b131 [2023-03-10T22:20:49.513Z] ---> f2497cab9541 [2023-03-10T22:20:49.513Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-10T22:20:49.513Z] ---> ca5d459c33b5 [2023-03-10T22:20:49.513Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:20:49.513Z] ---> Running in 51a1541a718e [2023-03-10T22:20:49.513Z] ---> 71e62f59df33 [2023-03-10T22:20:49.513Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:20:49.513Z] ---> Running in 9030cb09962b [2023-03-10T22:20:49.513Z] ---> Running in b0529b41f60f [2023-03-10T22:20:49.513Z] ---> 2ec61cda1a8a [2023-03-10T22:20:49.513Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:20:49.773Z] ---> 96b99882b00e [2023-03-10T22:20:49.773Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:20:49.773Z] ---> Running in 97d5ca169575 [2023-03-10T22:20:49.773Z] ---> Running in 46045fbe0965 [2023-03-10T22:20:50.214Z] e16973657156: Pull complete [2023-03-10T22:21:02.564Z] fc693d55d65f: Pull complete [2023-03-10T22:21:02.564Z] 7e9fc2657dce: Pull complete [2023-03-10T22:21:02.564Z] dda99020689f: Pull complete [2023-03-10T22:21:07.914Z] db1c61fa0a46: Pull complete [2023-03-10T22:21:09.325Z] 891c053d2c06: Pull complete [2023-03-10T22:21:09.325Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-10T22:21:09.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T22:21:09.325Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-10T22:21:09.714Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-10T22:21:09.714Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T22:21:09.714Z] WORKDIR /edgex [2023-03-10T22:21:09.714Z] COPY go.mod . [2023-03-10T22:21:09.714Z] RUN go mod download [2023-03-10T22:21:10.303Z] Sending build context to Docker daemon 2.946MB [2023-03-10T22:21:10.303Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T22:21:10.303Z] ---> f96f9c87975a [2023-03-10T22:21:10.303Z] Step 2/4 : WORKDIR /edgex [2023-03-10T22:21:12.255Z] ---> Running in 79829bdbb70b [2023-03-10T22:21:12.255Z] Removing intermediate container 79829bdbb70b [2023-03-10T22:21:12.255Z] ---> 3ceeedb92ab3 [2023-03-10T22:21:12.255Z] Step 3/4 : COPY go.mod . [2023-03-10T22:21:12.840Z] ---> 6e3f4071f285 [2023-03-10T22:21:12.840Z] Step 4/4 : RUN go mod download [2023-03-10T22:21:12.840Z] ---> Running in d4ca2e052ba5 [2023-03-10T22:21:36.456Z] Removing intermediate container 97d5ca169575 [2023-03-10T22:21:36.456Z] ---> 17f05af653ba [2023-03-10T22:21:36.456Z] Step 8/23 : COPY . . [2023-03-10T22:21:36.456Z] Removing intermediate container 9030cb09962b [2023-03-10T22:21:36.456Z] ---> 0506410ad2ec [2023-03-10T22:21:36.456Z] Step 7/32 : COPY . . [2023-03-10T22:21:36.456Z] Removing intermediate container 51a1541a718e [2023-03-10T22:21:36.456Z] ---> 7cd129d3ce68 [2023-03-10T22:21:36.456Z] Step 8/24 : COPY . . [2023-03-10T22:21:36.456Z] Removing intermediate container b0529b41f60f [2023-03-10T22:21:36.456Z] ---> 017cec81bab7 [2023-03-10T22:21:36.456Z] Step 8/22 : COPY . . [2023-03-10T22:21:36.456Z] Removing intermediate container 46045fbe0965 [2023-03-10T22:21:36.456Z] ---> 9bea93f65a0a [2023-03-10T22:21:36.456Z] Step 7/19 : COPY . . [2023-03-10T22:21:45.085Z] Removing intermediate container d4ca2e052ba5 [2023-03-10T22:21:45.085Z] ---> e134e1b8a3e4 [2023-03-10T22:21:45.085Z] Successfully built e134e1b8a3e4 [2023-03-10T22:21:45.085Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:21:45.498Z] + docker inspect -f . ci-base-image-arm64 [2023-03-10T22:21:45.498Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T22:21:45.753Z] prd-ubuntu20.04-docker-arm64-4c-16g-9687 does not seem to be running inside a container [2023-03-10T22:21:45.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-10T22:21:46.433Z] ---> 4d4940d51654 [2023-03-10T22:21:46.433Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-10T22:21:46.433Z] ---> 48c392b7e9f6 [2023-03-10T22:21:46.433Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-10T22:21:46.433Z] ---> b8c403891ce8 [2023-03-10T22:21:46.433Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-10T22:21:46.433Z] ---> ee9f9d62f15d [2023-03-10T22:21:46.433Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-10T22:21:46.433Z] ---> Running in 25897ee70b38 [2023-03-10T22:21:46.433Z] ---> bba9719aaeb7 [2023-03-10T22:21:46.433Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-10T22:21:46.433Z] ---> Running in 3c9352fffcff [2023-03-10T22:21:46.433Z] ---> Running in 2209c953a2e1 [2023-03-10T22:21:46.433Z] ---> Running in 1911032ce65b [2023-03-10T22:21:46.433Z] ---> Running in 8c25c666be55 [2023-03-10T22:21:46.433Z] 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 [2023-03-10T22:21:46.433Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-10T22:21:46.433Z] 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 [2023-03-10T22:21:46.433Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-10T22:21:46.433Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-10T22:21:46.915Z] $ docker top 76f55a4c4f1646469d27caeb95ad1ba0d404d40d4e336fcab0c0920948576caf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T22:21:47.800Z] + go version [2023-03-10T22:21:47.800Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-10T22:21:47.839Z] $ docker stop --time=1 76f55a4c4f1646469d27caeb95ad1ba0d404d40d4e336fcab0c0920948576caf [2023-03-10T22:21:49.428Z] $ docker rm -f --volumes 76f55a4c4f1646469d27caeb95ad1ba0d404d40d4e336fcab0c0920948576caf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:21:50.257Z] + docker inspect -f . ci-base-image-arm64 [2023-03-10T22:21:50.257Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T22:21:50.506Z] prd-ubuntu20.04-docker-arm64-4c-16g-9687 does not seem to be running inside a container [2023-03-10T22:21:50.572Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-10T22:21:51.756Z] $ docker top 23f3ff121d45e632ba45318aeb21248ccfa4a5b696112ae833f936f6306d0e36 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-10T22:21:52.021Z] ========================================================= [2023-03-10T22:21:52.021Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-10T22:21:52.021Z] ========================================================= [Pipeline] sh [2023-03-10T22:21:52.345Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-10T22:21:53.004Z] + make test [2023-03-10T22:21:53.277Z] go test -race -coverprofile=coverage.out ./... [2023-03-10T22:22:25.124Z] Removing intermediate container 25897ee70b38 [2023-03-10T22:22:25.124Z] ---> 75ab9987ab6b [2023-03-10T22:22:25.124Z] [2023-03-10T22:22:25.124Z] Step 9/32 : FROM alpine:3.16 [2023-03-10T22:22:25.124Z] 3.16: Pulling from library/alpine [2023-03-10T22:22:25.124Z] Removing intermediate container 3c9352fffcff [2023-03-10T22:22:25.124Z] ---> 7ab4e768aeb7 [2023-03-10T22:22:25.124Z] [2023-03-10T22:22:25.124Z] Step 10/24 : FROM alpine:3.16 [2023-03-10T22:22:25.124Z] Removing intermediate container 1911032ce65b [2023-03-10T22:22:25.124Z] ---> aac0b378c2a2 [2023-03-10T22:22:25.124Z] [2023-03-10T22:22:25.124Z] Step 10/23 : FROM alpine:3.16 [2023-03-10T22:22:25.124Z] Removing intermediate container 2209c953a2e1 [2023-03-10T22:22:25.124Z] ---> dc24fce34741 [2023-03-10T22:22:25.124Z] [2023-03-10T22:22:25.124Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T22:22:25.124Z] 3.16: Pulling from library/alpine [2023-03-10T22:22:25.381Z] 3.16: Pulling from library/alpine [2023-03-10T22:22:25.381Z] 3.16: Pulling from library/alpine [2023-03-10T22:22:25.381Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T22:22:25.381Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T22:22:25.381Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T22:22:25.381Z] Status: Image is up to date for alpine:3.16 [2023-03-10T22:22:25.381Z] ---> dfd21b5a31f5 [2023-03-10T22:22:25.381Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T22:22:25.381Z] ---> dfd21b5a31f5 [2023-03-10T22:22:25.381Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-10T22:22:25.381Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T22:22:25.381Z] Status: Image is up to date for alpine:3.16 [2023-03-10T22:22:25.502Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-10T22:22:25.658Z] ---> dfd21b5a31f5 [2023-03-10T22:22:25.658Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-10T22:22:25.658Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T22:22:25.658Z] Status: Image is up to date for alpine:3.16 [2023-03-10T22:22:25.916Z] ---> dfd21b5a31f5 [2023-03-10T22:22:25.916Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-10T22:22:25.916Z] ---> Running in 519b9d0db636 [2023-03-10T22:22:25.916Z] ---> Running in 24201add1a0f [2023-03-10T22:22:25.916Z] ---> Running in df39231f2044 [2023-03-10T22:22:25.916Z] ---> Running in c4c885189dbc [2023-03-10T22:22:26.174Z] Removing intermediate container 519b9d0db636 [2023-03-10T22:22:26.174Z] ---> 2d362e6676f6 [2023-03-10T22:22:26.174Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-10T22:22:26.174Z] Removing intermediate container df39231f2044 [2023-03-10T22:22:26.174Z] ---> ea75ac18d1d4 [2023-03-10T22:22:26.174Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-10T22:22:26.174Z] ---> Running in 289d1737ccdb [2023-03-10T22:22:26.431Z] ---> Running in 1460153cc716 [2023-03-10T22:22:26.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:26.431Z] Removing intermediate container 289d1737ccdb [2023-03-10T22:22:26.431Z] ---> 12ebe9a6e699 [2023-03-10T22:22:26.431Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-10T22:22:26.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:26.431Z] ---> Running in cfe1d7f8623f [2023-03-10T22:22:26.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:26.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:26.689Z] Removing intermediate container cfe1d7f8623f [2023-03-10T22:22:26.689Z] ---> fdfc12b708e0 [2023-03-10T22:22:26.689Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T22:22:26.689Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T22:22:26.946Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:22:26.946Z] OK: 6 MiB in 15 packages [2023-03-10T22:22:26.946Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T22:22:26.946Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:22:26.946Z] OK: 6 MiB in 15 packages [2023-03-10T22:22:26.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:26.946Z] ---> Running in 927b93b42ffa [2023-03-10T22:22:26.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:27.204Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T22:22:27.204Z] (2/2) Installing su-exec (0.2-r1) [2023-03-10T22:22:27.204Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:22:27.204Z] OK: 6 MiB in 16 packages [2023-03-10T22:22:27.461Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:27.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:27.727Z] Removing intermediate container c4c885189dbc [2023-03-10T22:22:27.727Z] ---> 373f26ae616a [2023-03-10T22:22:27.727Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T22:22:27.727Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T22:22:27.727Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:22:27.727Z] Removing intermediate container 24201add1a0f [2023-03-10T22:22:27.727Z] ---> d6c2697666b7 [2023-03-10T22:22:27.727Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T22:22:27.727Z] OK: 6 MiB in 15 packages [2023-03-10T22:22:27.987Z] ---> Running in fec4713523c9 [2023-03-10T22:22:27.987Z] ---> Running in 5cf3f3b402ee [2023-03-10T22:22:27.987Z] Removing intermediate container 1460153cc716 [2023-03-10T22:22:27.987Z] ---> 2a4217081855 [2023-03-10T22:22:27.987Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-10T22:22:27.987Z] Removing intermediate container 8c25c666be55 [2023-03-10T22:22:27.987Z] ---> 90cd89a01035 [2023-03-10T22:22:27.987Z] [2023-03-10T22:22:27.987Z] Step 9/19 : FROM alpine:3.15 [2023-03-10T22:22:27.987Z] ---> Running in c0dca3a377db [2023-03-10T22:22:27.987Z] Removing intermediate container fec4713523c9 [2023-03-10T22:22:27.987Z] ---> a11b289dd083 [2023-03-10T22:22:27.987Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-10T22:22:27.987Z] 3.15: Pulling from library/alpine [2023-03-10T22:22:27.987Z] Removing intermediate container 5cf3f3b402ee [2023-03-10T22:22:27.987Z] ---> 8aafd46e9405 [2023-03-10T22:22:27.987Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-10T22:22:28.246Z] ---> Running in 37e5d11cfe17 [2023-03-10T22:22:28.246Z] ---> Running in 5edffbdd8f96 [2023-03-10T22:22:28.246Z] Removing intermediate container c0dca3a377db [2023-03-10T22:22:28.246Z] ---> 8cdc2ee45e4f [2023-03-10T22:22:28.246Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-10T22:22:28.246Z] ---> Running in 6bd9f3eb6d41 [2023-03-10T22:22:28.246Z] Removing intermediate container 5edffbdd8f96 [2023-03-10T22:22:28.246Z] ---> a05dd52b6a86 [2023-03-10T22:22:28.246Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-10T22:22:28.246Z] Removing intermediate container 37e5d11cfe17 [2023-03-10T22:22:28.246Z] ---> 2f7073348487 [2023-03-10T22:22:28.246Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-10T22:22:28.508Z] Removing intermediate container 927b93b42ffa [2023-03-10T22:22:28.508Z] ---> d81feebff243 [2023-03-10T22:22:28.508Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:22:28.508Z] ---> Running in 622af260bd36 [2023-03-10T22:22:28.508Z] ---> Running in 34c5bfb76005 [2023-03-10T22:22:28.508Z] Removing intermediate container 6bd9f3eb6d41 [2023-03-10T22:22:28.508Z] ---> c212d7f45141 [2023-03-10T22:22:28.508Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-10T22:22:28.508Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-10T22:22:28.508Z] Status: Downloaded newer image for alpine:3.15 [2023-03-10T22:22:28.508Z] ---> 5ce65d7b0fde [2023-03-10T22:22:28.508Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T22:22:28.508Z] ---> Running in 1d247090ab16 [2023-03-10T22:22:28.508Z] Removing intermediate container 622af260bd36 [2023-03-10T22:22:28.508Z] ---> ef855b172e43 [2023-03-10T22:22:28.508Z] Step 15/24 : WORKDIR / [2023-03-10T22:22:28.508Z] ---> Running in e9658ec7f48b [2023-03-10T22:22:28.508Z] Removing intermediate container 34c5bfb76005 [2023-03-10T22:22:28.508Z] ---> 9110b3fc2b5c [2023-03-10T22:22:28.508Z] Step 15/23 : WORKDIR / [2023-03-10T22:22:28.769Z] ---> 98e075d9044e [2023-03-10T22:22:28.769Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-10T22:22:28.769Z] ---> Running in 616b4fc819e6 [2023-03-10T22:22:28.769Z] ---> Running in a6e42a3c391f [2023-03-10T22:22:28.769Z] Removing intermediate container 1d247090ab16 [2023-03-10T22:22:28.769Z] ---> d5057dffa0fa [2023-03-10T22:22:28.769Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-10T22:22:28.769Z] ---> Running in 86b2b4c367d0 [2023-03-10T22:22:28.769Z] Removing intermediate container e9658ec7f48b [2023-03-10T22:22:28.769Z] ---> 932b0ec12057 [2023-03-10T22:22:28.769Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-10T22:22:28.769Z] Removing intermediate container 616b4fc819e6 [2023-03-10T22:22:28.769Z] ---> 45d4b86f709e [2023-03-10T22:22:28.769Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:22:29.032Z] ---> Running in 0e1639a6a146 [2023-03-10T22:22:29.032Z] Removing intermediate container 86b2b4c367d0 [2023-03-10T22:22:29.032Z] Removing intermediate container a6e42a3c391f [2023-03-10T22:22:29.032Z] ---> 4bd6cad58033 [2023-03-10T22:22:29.032Z] ---> 0a32fe2094a8 [2023-03-10T22:22:29.032Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:22:29.032Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-10T22:22:29.292Z] ---> afa06b474c2f [2023-03-10T22:22:29.292Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-10T22:22:29.292Z] ---> Running in c4951fb24805 [2023-03-10T22:22:29.292Z] ---> f0e32a81e0c0 [2023-03-10T22:22:29.292Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-10T22:22:29.292Z] ---> e71fe2e44f45 [2023-03-10T22:22:29.292Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-10T22:22:29.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:29.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:29.848Z] ---> 17b98e1dc450 [2023-03-10T22:22:29.848Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-10T22:22:29.848Z] v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T22:22:29.848Z] v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T22:22:29.848Z] OK: 15859 distinct packages available [2023-03-10T22:22:29.848Z] ---> d3ebce6a7ac6 [2023-03-10T22:22:29.848Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-10T22:22:29.848Z] ---> Running in 47cc9291fcc5 [2023-03-10T22:22:30.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:30.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:30.110Z] ---> ff7219325a86 [2023-03-10T22:22:30.110Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-10T22:22:30.110Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-10T22:22:30.110Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-10T22:22:30.369Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-10T22:22:30.369Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-10T22:22:30.369Z] (5/9) Installing curl (7.80.0-r6) [2023-03-10T22:22:30.369Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-10T22:22:30.369Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-10T22:22:30.369Z] (8/9) Installing libucontext (1.1-r0) [2023-03-10T22:22:30.369Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-10T22:22:30.369Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T22:22:30.369Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T22:22:30.369Z] OK: 8 MiB in 23 packages [2023-03-10T22:22:30.369Z] Removing intermediate container 47cc9291fcc5 [2023-03-10T22:22:30.369Z] ---> 1d0308283a59 [2023-03-10T22:22:30.369Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T22:22:30.632Z] ---> 65f0bc68e0b6 [2023-03-10T22:22:30.632Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-10T22:22:30.632Z] ---> Running in 9bd632a876fa [2023-03-10T22:22:30.632Z] ---> a9ebdc9827cc [2023-03-10T22:22:30.632Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-10T22:22:30.632Z] Removing intermediate container c4951fb24805 [2023-03-10T22:22:30.632Z] ---> ae11339d0f3e [2023-03-10T22:22:30.632Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-10T22:22:30.890Z] ---> 2cc9dc79bbdc [2023-03-10T22:22:30.890Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-10T22:22:30.890Z] ---> Running in 3567045b85d0 [2023-03-10T22:22:30.890Z] ---> Running in 32ca0aff3d39 [2023-03-10T22:22:30.890Z] Removing intermediate container 9bd632a876fa [2023-03-10T22:22:30.890Z] ---> eedd2d931e9e [2023-03-10T22:22:30.890Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T22:22:30.890Z] ---> Running in 2b91eb0068d4 [2023-03-10T22:22:30.890Z] ---> Running in f1bf145c6cb8 [2023-03-10T22:22:31.149Z] Removing intermediate container 3567045b85d0 [2023-03-10T22:22:31.149Z] ---> c48aca944471 [2023-03-10T22:22:31.149Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T22:22:31.149Z] Removing intermediate container 2b91eb0068d4 [2023-03-10T22:22:31.149Z] Removing intermediate container 32ca0aff3d39 [2023-03-10T22:22:31.149Z] ---> 342d9cc442ee [2023-03-10T22:22:31.149Z] ---> 9bf787296458 [2023-03-10T22:22:31.149Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"]Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-10T22:22:31.149Z] [2023-03-10T22:22:31.149Z] Removing intermediate container f1bf145c6cb8 [2023-03-10T22:22:31.149Z] ---> 1378be858773 [2023-03-10T22:22:31.149Z] Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:22:31.149Z] ---> Running in 6f7dfe50637f [2023-03-10T22:22:31.149Z] ---> Running in 9618cdc588a4 [2023-03-10T22:22:31.149Z] Removing intermediate container 0e1639a6a146 [2023-03-10T22:22:31.149Z] ---> f31fc0ad1069 [2023-03-10T22:22:31.149Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:22:31.149Z] ---> Running in a070a9c011b8 [2023-03-10T22:22:31.413Z] Removing intermediate container 6f7dfe50637f [2023-03-10T22:22:31.413Z] ---> 793617562a64 [2023-03-10T22:22:31.413Z] Step 22/24 : LABEL arch=x86_64 [2023-03-10T22:22:31.413Z] Removing intermediate container 9618cdc588a4 [2023-03-10T22:22:31.413Z] ---> 7467baf4fcee [2023-03-10T22:22:31.413Z] Step 21/23 : LABEL arch=x86_64 [2023-03-10T22:22:31.413Z] ---> Running in 898fceb1f341 [2023-03-10T22:22:31.413Z] ---> 5c38291d82d1 [2023-03-10T22:22:31.413Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-10T22:22:31.413Z] ---> Running in 3c5e28b83151 [2023-03-10T22:22:31.413Z] Removing intermediate container a070a9c011b8 [2023-03-10T22:22:31.413Z] ---> 7a24cea1b66b [2023-03-10T22:22:31.413Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T22:22:31.413Z] ---> Running in 7addeda46c03 [2023-03-10T22:22:31.413Z] ---> 09460a725279 [2023-03-10T22:22:31.413Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-10T22:22:31.413Z] ---> Running in 90d96f1a724c [2023-03-10T22:22:31.413Z] Removing intermediate container 898fceb1f341 [2023-03-10T22:22:31.675Z] ---> c6a284c9ac4a [2023-03-10T22:22:31.675Z] Step 23/24 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:22:31.675Z] Removing intermediate container 3c5e28b83151 [2023-03-10T22:22:31.675Z] ---> eac71f9aa23d [2023-03-10T22:22:31.675Z] Step 22/23 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:22:31.675Z] ---> Running in 2854d53fa6f8 [2023-03-10T22:22:31.675Z] ---> Running in 42244a519c13 [2023-03-10T22:22:31.675Z] Removing intermediate container 90d96f1a724c [2023-03-10T22:22:31.675Z] ---> 8e0566259577 [2023-03-10T22:22:31.675Z] [2023-03-10T22:22:31.935Z] Successfully built 8e0566259577 [2023-03-10T22:22:31.935Z] Successfully tagged core-data:latest [2023-03-10T22:22:31.935Z] Building support-scheduler [2023-03-10T22:22:31.936Z]  Building core-data ... done Removing intermediate container 2854d53fa6f8 [2023-03-10T22:22:31.936Z] ---> 80ceee43b617 [2023-03-10T22:22:31.936Z] Step 24/24 : LABEL version=0.0.0 [2023-03-10T22:22:31.936Z] Removing intermediate container 42244a519c13 [2023-03-10T22:22:31.936Z] ---> c9dd7efe27cc [2023-03-10T22:22:31.936Z] Step 23/23 : LABEL version=0.0.0 [2023-03-10T22:22:31.936Z] ---> Running in c4e048662a0a [2023-03-10T22:22:31.936Z] ---> 258bfc3c49ce [2023-03-10T22:22:31.936Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-10T22:22:31.936Z] ---> Running in 39ca1d3c963b [2023-03-10T22:22:33.343Z] Removing intermediate container c4e048662a0a [2023-03-10T22:22:33.343Z] ---> f76a1c45456d [2023-03-10T22:22:33.343Z] [2023-03-10T22:22:33.343Z] Successfully built f76a1c45456d [2023-03-10T22:22:33.343Z] Successfully tagged core-metadata:latest [2023-03-10T22:22:33.343Z]  Building core-metadata ... done Building support-notifications [2023-03-10T22:22:33.343Z] Removing intermediate container 39ca1d3c963b [2023-03-10T22:22:33.343Z] ---> fef1f55adb91 [2023-03-10T22:22:33.343Z] [2023-03-10T22:22:33.343Z] ---> 2b98398fffcb [2023-03-10T22:22:33.343Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-10T22:22:33.343Z] Successfully built fef1f55adb91 [2023-03-10T22:22:33.343Z] Successfully tagged core-command:latest [2023-03-10T22:22:33.343Z] Building security-spire-config [2023-03-10T22:22:33.917Z]  Building core-command ... done Removing intermediate container 7addeda46c03 [2023-03-10T22:22:33.917Z] ---> 81e72d5decde [2023-03-10T22:22:33.917Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:22:33.917Z] ---> Running in 0910c829fada [2023-03-10T22:22:35.292Z] Removing intermediate container 0910c829fada [2023-03-10T22:22:35.292Z] ---> a8ebce83afa4 [2023-03-10T22:22:35.292Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T22:22:36.286Z] ---> e0cac2bb9d7c [2023-03-10T22:22:36.286Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-10T22:22:36.286Z] ---> Running in 7af65cd9465f [2023-03-10T22:22:37.219Z] Removing intermediate container 7af65cd9465f [2023-03-10T22:22:37.219Z] ---> 302eacd3320a [2023-03-10T22:22:37.219Z] Step 17/19 : LABEL arch=x86_64 [2023-03-10T22:22:37.219Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:22:37.219Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:22:37.219Z] ---> 907761b60d33 [2023-03-10T22:22:37.219Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:22:37.219Z] ---> Using cache [2023-03-10T22:22:37.219Z] ---> af882fe3c1f0 [2023-03-10T22:22:37.219Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T22:22:37.219Z] ---> Using cache [2023-03-10T22:22:37.219Z] ---> 5b228deef6ca [2023-03-10T22:22:37.219Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T22:22:37.219Z] ---> Using cache [2023-03-10T22:22:37.219Z] ---> a283f2bb6f72 [2023-03-10T22:22:37.219Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T22:22:37.219Z] ---> Using cache [2023-03-10T22:22:37.219Z] ---> 71e62f59df33 [2023-03-10T22:22:37.219Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:22:37.219Z] ---> Using cache [2023-03-10T22:22:37.219Z] ---> 017cec81bab7 [2023-03-10T22:22:37.219Z] Step 8/22 : COPY . . [2023-03-10T22:22:37.219Z] ---> Using cache [2023-03-10T22:22:37.219Z] ---> ee9f9d62f15d [2023-03-10T22:22:37.219Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-10T22:22:37.219Z] ---> f4aefe2e6966 [2023-03-10T22:22:37.219Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-10T22:22:37.477Z] ---> Running in f8a56602b1e4 [2023-03-10T22:22:37.477Z] ---> Running in 4c82ba9c8329 [2023-03-10T22:22:37.735Z] ---> 0bbfa0beb2b9 [2023-03-10T22:22:37.735Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-10T22:22:37.991Z] Removing intermediate container f8a56602b1e4 [2023-03-10T22:22:37.992Z] ---> 511fc20190b7 [2023-03-10T22:22:37.992Z] Step 18/19 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:22:37.992Z] ---> c608c3a8fc8b [2023-03-10T22:22:37.992Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-10T22:22:37.992Z] ---> Running in 7f2ef973ce8c [2023-03-10T22:22:38.295Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-10T22:22:38.295Z] Removing intermediate container 7f2ef973ce8c [2023-03-10T22:22:38.295Z] ---> f2dbbecafac7 [2023-03-10T22:22:38.295Z] Step 19/19 : LABEL version=0.0.0 [2023-03-10T22:22:38.863Z] ---> 44f589bdac49 [2023-03-10T22:22:38.863Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-10T22:22:38.863Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:22:38.863Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:22:38.863Z] ---> 907761b60d33 [2023-03-10T22:22:38.863Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T22:22:38.863Z] ---> Using cache [2023-03-10T22:22:38.863Z] ---> 7cb1f49e4103 [2023-03-10T22:22:38.863Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T22:22:38.863Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:22:38.863Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:22:38.863Z] ---> 907761b60d33 [2023-03-10T22:22:38.863Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:22:38.863Z] ---> Using cache [2023-03-10T22:22:38.863Z] ---> af882fe3c1f0 [2023-03-10T22:22:38.863Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T22:22:38.863Z] ---> Using cache [2023-03-10T22:22:38.863Z] ---> 5b228deef6ca [2023-03-10T22:22:38.863Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-10T22:22:38.863Z] ---> Running in 67648c23b642 [2023-03-10T22:22:38.863Z] ---> Running in 0ca02f3c1ed2 [2023-03-10T22:22:38.863Z] ---> Running in b5d4ba59d960 [2023-03-10T22:22:39.121Z] Removing intermediate container 67648c23b642 [2023-03-10T22:22:39.121Z] ---> 87aca0cb5fe7 [2023-03-10T22:22:39.121Z] [2023-03-10T22:22:39.121Z] ---> aa43fe54af24 [2023-03-10T22:22:39.121Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-10T22:22:39.379Z] Successfully built 87aca0cb5fe7 [2023-03-10T22:22:39.379Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-10T22:22:39.379Z] Building security-secretstore-setup [2023-03-10T22:22:40.059Z]  Building security-spiffe-token-provider ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:40.059Z] ---> d1ce02872a41 [2023-03-10T22:22:40.059Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-10T22:22:40.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:40.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:40.347Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:22:40.348Z] OK: 211 MiB in 51 packages [2023-03-10T22:22:40.348Z] OK: 211 MiB in 51 packages [2023-03-10T22:22:40.650Z] ---> Running in 529abfb1e672 [2023-03-10T22:22:41.219Z] Removing intermediate container b5d4ba59d960 [2023-03-10T22:22:41.219Z] ---> faa9c7a3a92a [2023-03-10T22:22:41.219Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T22:22:41.219Z] Removing intermediate container 0ca02f3c1ed2 [2023-03-10T22:22:41.219Z] ---> 3a4eea9149f4 [2023-03-10T22:22:41.219Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T22:22:41.801Z] ---> b5f83a03ce1f [2023-03-10T22:22:41.801Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:22:42.059Z] ---> 97d9d0473826 [2023-03-10T22:22:42.059Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:22:42.059Z] ---> Running in 56d7fcef3ec4 [2023-03-10T22:22:42.320Z] ---> Running in e5c0c77b76c0 [2023-03-10T22:22:42.320Z] Removing intermediate container 529abfb1e672 [2023-03-10T22:22:42.320Z] ---> ff666d9ec5ba [2023-03-10T22:22:42.320Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-10T22:22:42.320Z] ---> Running in b15db9adec10 [2023-03-10T22:22:42.580Z] Removing intermediate container b15db9adec10 [2023-03-10T22:22:42.580Z] ---> 3e483f37a71d [2023-03-10T22:22:42.580Z] Step 29/32 : CMD ["gate"] [2023-03-10T22:22:42.839Z] ---> Running in 3d9d1ace48d5 [2023-03-10T22:22:43.103Z] Removing intermediate container 3d9d1ace48d5 [2023-03-10T22:22:43.103Z] ---> 1185c1c88b45 [2023-03-10T22:22:43.103Z] Step 30/32 : LABEL arch=x86_64 [2023-03-10T22:22:43.103Z] ---> Running in abefcc293d16 [2023-03-10T22:22:43.361Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:22:43.361Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:22:43.361Z] ---> 907761b60d33 [2023-03-10T22:22:43.361Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T22:22:43.361Z] ---> Using cache [2023-03-10T22:22:43.361Z] ---> 7cb1f49e4103 [2023-03-10T22:22:43.361Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-10T22:22:43.361Z] ---> Using cache [2023-03-10T22:22:43.361Z] ---> 001fa337909a [2023-03-10T22:22:43.361Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T22:22:43.361Z] ---> Using cache [2023-03-10T22:22:43.361Z] ---> ca5d459c33b5 [2023-03-10T22:22:43.361Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:22:43.361Z] ---> Using cache [2023-03-10T22:22:43.361Z] ---> 0506410ad2ec [2023-03-10T22:22:43.361Z] Step 7/23 : COPY . . [2023-03-10T22:22:43.361Z] ---> Using cache [2023-03-10T22:22:43.361Z] ---> 4d4940d51654 [2023-03-10T22:22:43.361Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-10T22:22:43.361Z] Removing intermediate container abefcc293d16 [2023-03-10T22:22:43.361Z] ---> fd99248dd2d3 [2023-03-10T22:22:43.361Z] Step 31/32 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:22:43.621Z] ---> Running in 0476c446edb4 [2023-03-10T22:22:43.621Z] ---> Running in e209863f8385 [2023-03-10T22:22:43.621Z] Removing intermediate container e209863f8385 [2023-03-10T22:22:43.621Z] ---> 4b6c637aee5e [2023-03-10T22:22:43.621Z] Step 32/32 : LABEL version=0.0.0 [2023-03-10T22:22:43.879Z] ---> Running in 3c0c2ee19aee [2023-03-10T22:22:43.879Z] 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 [2023-03-10T22:22:44.138Z] Removing intermediate container 3c0c2ee19aee [2023-03-10T22:22:44.138Z] ---> f7dcfeaf119b [2023-03-10T22:22:44.138Z] [2023-03-10T22:22:44.138Z] Successfully built f7dcfeaf119b [2023-03-10T22:22:44.138Z] Successfully tagged security-bootstrapper:latest [2023-03-10T22:22:44.138Z] Building security-spire-server [2023-03-10T22:22:46.673Z]  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:22:46.673Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:22:46.673Z] ---> 907761b60d33 [2023-03-10T22:22:46.673Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T22:22:46.673Z] ---> Using cache [2023-03-10T22:22:46.673Z] ---> 7cb1f49e4103 [2023-03-10T22:22:46.673Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T22:22:46.673Z] ---> Using cache [2023-03-10T22:22:46.673Z] ---> faa9c7a3a92a [2023-03-10T22:22:46.673Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T22:22:46.673Z] ---> Using cache [2023-03-10T22:22:46.673Z] ---> b5f83a03ce1f [2023-03-10T22:22:46.673Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:22:47.726Z] ---> Running in d29a76286a20 [2023-03-10T22:23:05.816Z] 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 [2023-03-10T22:23:10.086Z] Removing intermediate container 4c82ba9c8329 [2023-03-10T22:23:10.086Z] ---> cc10b09d884e [2023-03-10T22:23:10.086Z] [2023-03-10T22:23:10.086Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T22:23:10.086Z] ---> dfd21b5a31f5 [2023-03-10T22:23:10.086Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T22:23:10.086Z] ---> Using cache [2023-03-10T22:23:10.086Z] ---> d6c2697666b7 [2023-03-10T22:23:10.086Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T22:23:10.086Z] ---> Using cache [2023-03-10T22:23:10.086Z] ---> 8aafd46e9405 [2023-03-10T22:23:10.086Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-10T22:23:11.030Z] ---> Running in 77bc5b133c81 [2023-03-10T22:23:11.030Z] Removing intermediate container 0476c446edb4 [2023-03-10T22:23:11.030Z] ---> 082d0b9c99d4 [2023-03-10T22:23:11.030Z] [2023-03-10T22:23:11.030Z] Step 9/23 : FROM alpine:3.16 [2023-03-10T22:23:11.030Z] ---> dfd21b5a31f5 [2023-03-10T22:23:11.030Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-10T22:23:11.030Z] Removing intermediate container 77bc5b133c81 [2023-03-10T22:23:11.030Z] ---> 593e1c7eeec8 [2023-03-10T22:23:11.030Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T22:23:11.030Z] ---> Running in c9477b2b6117 [2023-03-10T22:23:11.289Z] ---> Running in 9f35051ee192 [2023-03-10T22:23:11.553Z] Removing intermediate container 9f35051ee192 [2023-03-10T22:23:11.553Z] ---> 2cd892c25c22 [2023-03-10T22:23:11.553Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:23:11.553Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:11.553Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:11.810Z] Removing intermediate container d29a76286a20 [2023-03-10T22:23:11.810Z] ---> cd43a5ed11ed [2023-03-10T22:23:11.810Z] Step 7/23 : COPY . . [2023-03-10T22:23:11.810Z] Removing intermediate container 56d7fcef3ec4 [2023-03-10T22:23:11.810Z] ---> 354f2d30cdf8 [2023-03-10T22:23:11.810Z] ---> cdfe7f952bde [2023-03-10T22:23:11.810Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Step 7/24 : COPY . . [2023-03-10T22:23:11.810Z] [2023-03-10T22:23:11.810Z] Removing intermediate container e5c0c77b76c0 [2023-03-10T22:23:11.810Z] ---> c03a23ba9834 [2023-03-10T22:23:11.810Z] Step 8/22 : COPY . . [2023-03-10T22:23:11.810Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-10T22:23:11.810Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-10T22:23:11.810Z] (3/3) Installing su-exec (0.2-r1) [2023-03-10T22:23:12.068Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:23:12.068Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T22:23:12.068Z] OK: 6 MiB in 17 packages [2023-03-10T22:23:17.328Z] ---> c3fb602607a6 [2023-03-10T22:23:17.328Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-10T22:23:17.586Z] ---> 2ed5f79b38a3 [2023-03-10T22:23:17.586Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-10T22:23:17.586Z] ---> fc57be410767 [2023-03-10T22:23:17.587Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T22:23:17.587Z] ---> 93fdbe32aa4d [2023-03-10T22:23:17.587Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T22:23:17.587Z] ---> Running in f57346349876 [2023-03-10T22:23:17.587Z] ---> 4c36bb3af5c0 [2023-03-10T22:23:17.587Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-10T22:23:17.587Z] ---> Running in 9639bd4a4bbe [2023-03-10T22:23:17.587Z] ---> Running in cb1663b11c8a [2023-03-10T22:23:17.587Z] ---> Running in a2c1742a9273 [2023-03-10T22:23:17.587Z] Removing intermediate container c9477b2b6117 [2023-03-10T22:23:17.587Z] ---> 1de480a62188 [2023-03-10T22:23:17.587Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-10T22:23:17.846Z] ---> Running in 7cf3e70b2bd2 [2023-03-10T22:23:17.847Z] Removing intermediate container 9639bd4a4bbe [2023-03-10T22:23:17.847Z] ---> b4b85bb757a1 [2023-03-10T22:23:17.847Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-10T22:23:17.847Z] Removing intermediate container cb1663b11c8a [2023-03-10T22:23:17.847Z] ---> 7c4beedf558b [2023-03-10T22:23:17.847Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T22:23:17.847Z] Removing intermediate container a2c1742a9273 [2023-03-10T22:23:17.847Z] ---> 44e88fc67840 [2023-03-10T22:23:17.847Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T22:23:17.847Z] ---> Running in 8a3bed9e1a87 [2023-03-10T22:23:17.847Z] ---> Running in 1967030c9ff5 [2023-03-10T22:23:17.847Z] Removing intermediate container 7cf3e70b2bd2 [2023-03-10T22:23:17.847Z] ---> 9ce6620f2276 [2023-03-10T22:23:17.847Z] Step 12/23 : WORKDIR / [2023-03-10T22:23:17.847Z] ---> Running in 063b252957cc [2023-03-10T22:23:18.107Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-10T22:23:18.107Z] ---> Running in 4e7197422262 [2023-03-10T22:23:18.107Z] Removing intermediate container 8a3bed9e1a87 [2023-03-10T22:23:18.107Z] ---> 3516ba284b8e [2023-03-10T22:23:18.107Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-10T22:23:18.107Z] Removing intermediate container 1967030c9ff5 [2023-03-10T22:23:18.107Z] ---> 9944b1e432d5 [2023-03-10T22:23:18.107Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-10T22:23:18.107Z] ---> Running in 9d99d9526e27 [2023-03-10T22:23:18.107Z] Removing intermediate container 063b252957cc [2023-03-10T22:23:18.107Z] ---> 399ddc1dd69f [2023-03-10T22:23:18.107Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T22:23:18.107Z] ---> Running in 721fc91ea113 [2023-03-10T22:23:18.107Z] Removing intermediate container 4e7197422262 [2023-03-10T22:23:18.107Z] ---> 8e30cd04fb7f [2023-03-10T22:23:18.107Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-10T22:23:18.107Z] ---> Running in 3edb7cc1eb06 [2023-03-10T22:23:18.366Z] Removing intermediate container 3edb7cc1eb06 [2023-03-10T22:23:18.366Z] ---> 01070f835d48 [2023-03-10T22:23:18.366Z] Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:23:18.624Z] ---> Running in 0175062991fb [2023-03-10T22:23:18.624Z] ---> d411ee32ad91 [2023-03-10T22:23:18.624Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-10T22:23:18.624Z] Removing intermediate container 0175062991fb [2023-03-10T22:23:18.624Z] ---> 6ca921a9a4d2 [2023-03-10T22:23:18.624Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T22:23:18.881Z] ---> Running in d5bbae348fc1 [2023-03-10T22:23:18.881Z] ---> 46b3da2f858c [2023-03-10T22:23:18.881Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-10T22:23:18.881Z] Removing intermediate container d5bbae348fc1 [2023-03-10T22:23:18.881Z] ---> ec17e765b783 [2023-03-10T22:23:18.881Z] [2023-03-10T22:23:19.139Z] ---> 9e91c63c0232 [2023-03-10T22:23:19.139Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-10T22:23:19.139Z] Removing intermediate container 9d99d9526e27 [2023-03-10T22:23:19.139Z] ---> 706b57e6bab6 [2023-03-10T22:23:19.139Z] Step 11/23 : WORKDIR /edgex-go [2023-03-10T22:23:19.139Z] Successfully built ec17e765b783 [2023-03-10T22:23:19.139Z] Successfully tagged support-scheduler:latest [2023-03-10T22:23:19.139Z] Building security-proxy-setup [2023-03-10T22:23:19.139Z]  Building support-scheduler ... done  ---> Running in 53111a97ec32 [2023-03-10T22:23:19.139Z] Removing intermediate container 721fc91ea113 [2023-03-10T22:23:19.139Z] ---> 4df5152ba17c [2023-03-10T22:23:19.139Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T22:23:20.070Z] Removing intermediate container 53111a97ec32 [2023-03-10T22:23:20.070Z] ---> b75a6309cdc8 [2023-03-10T22:23:20.070Z] [2023-03-10T22:23:20.070Z] Step 12/23 : FROM alpine:3.15 [2023-03-10T22:23:20.329Z] ---> 5ce65d7b0fde [2023-03-10T22:23:20.329Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T22:23:20.329Z] ---> Using cache [2023-03-10T22:23:20.329Z] ---> 932b0ec12057 [2023-03-10T22:23:20.329Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T22:23:20.329Z] ---> Running in 0dc7ac6533bf [2023-03-10T22:23:20.587Z] ---> 1d0d4fb32e66 [2023-03-10T22:23:20.587Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-10T22:23:20.587Z] ---> Running in 248570fa257e [2023-03-10T22:23:20.587Z] Removing intermediate container 0dc7ac6533bf [2023-03-10T22:23:20.587Z] ---> 258d4ffe422f [2023-03-10T22:23:20.587Z] [2023-03-10T22:23:20.587Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T22:23:20.587Z] ---> 5ce65d7b0fde [2023-03-10T22:23:20.587Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T22:23:20.587Z] ---> Using cache [2023-03-10T22:23:20.587Z] ---> 932b0ec12057 [2023-03-10T22:23:20.587Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-10T22:23:20.845Z] ---> Running in 0410a0e37b1b [2023-03-10T22:23:20.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:21.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:21.374Z] v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T22:23:21.374Z] v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T22:23:21.374Z] OK: 15859 distinct packages available [2023-03-10T22:23:21.374Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:21.374Z] ---> b8dfe6d3443b [2023-03-10T22:23:21.374Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T22:23:21.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:21.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:21.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:21.634Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-10T22:23:21.893Z] v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T22:23:21.893Z] v3.15.7-47-gf27beb3c5b3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T22:23:21.893Z] OK: 15859 distinct packages available [2023-03-10T22:23:21.893Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-10T22:23:21.893Z] (3/5) Installing libucontext (1.1-r0) [2023-03-10T22:23:21.893Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-10T22:23:21.893Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-10T22:23:21.893Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T22:23:21.893Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:21.893Z] OK: 7 MiB in 19 packages [2023-03-10T22:23:21.893Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:21.893Z] ---> 9a728b9e025d [2023-03-10T22:23:21.893Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T22:23:21.893Z] ---> Running in 4a8d65141d11 [2023-03-10T22:23:22.153Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-10T22:23:22.153Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-10T22:23:22.153Z] (3/4) Installing libucontext (1.1-r0) [2023-03-10T22:23:22.153Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-10T22:23:22.153Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T22:23:22.153Z] OK: 6 MiB in 18 packages [2023-03-10T22:23:22.719Z] Removing intermediate container 248570fa257e [2023-03-10T22:23:22.719Z] ---> e6593fc567e4 [2023-03-10T22:23:22.719Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T22:23:23.285Z] Removing intermediate container 0410a0e37b1b [2023-03-10T22:23:23.285Z] ---> 93e56c018005 [2023-03-10T22:23:23.285Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T22:23:23.547Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:23:23.547Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:23:23.547Z] ---> 907761b60d33 [2023-03-10T22:23:23.547Z] Step 3/20 : WORKDIR /edgex-go [2023-03-10T22:23:23.547Z] ---> Using cache [2023-03-10T22:23:23.547Z] ---> 7cb1f49e4103 [2023-03-10T22:23:23.547Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-10T22:23:23.547Z] ---> Using cache [2023-03-10T22:23:23.547Z] ---> 001fa337909a [2023-03-10T22:23:23.547Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-10T22:23:23.547Z] ---> Using cache [2023-03-10T22:23:23.547Z] ---> ca5d459c33b5 [2023-03-10T22:23:23.547Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:23:23.547Z] ---> Using cache [2023-03-10T22:23:23.547Z] ---> 0506410ad2ec [2023-03-10T22:23:23.547Z] Step 7/20 : COPY . . [2023-03-10T22:23:23.547Z] ---> Using cache [2023-03-10T22:23:23.547Z] ---> 4d4940d51654 [2023-03-10T22:23:23.547Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-10T22:23:24.140Z] Removing intermediate container 4a8d65141d11 [2023-03-10T22:23:24.140Z] ---> 3bbb2f327e22 [2023-03-10T22:23:24.140Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T22:23:24.421Z] ---> Running in 8dd5773bb2ae [2023-03-10T22:23:24.681Z] ---> Running in 5b5822b130fc [2023-03-10T22:23:24.943Z] ---> bfc12da8e458 [2023-03-10T22:23:24.943Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T22:23:24.943Z] Removing intermediate container 5b5822b130fc [2023-03-10T22:23:24.943Z] ---> 2dbbb0bcba83 [2023-03-10T22:23:24.943Z] Step 21/23 : LABEL arch=x86_64 [2023-03-10T22:23:24.943Z] ---> Running in c51388aeb778 [2023-03-10T22:23:25.216Z] ---> 600ca6f1802f [2023-03-10T22:23:25.216Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T22:23:25.216Z] 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 [2023-03-10T22:23:25.216Z] ---> e1bc0b9cc680 [2023-03-10T22:23:25.216Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-10T22:23:25.216Z] Removing intermediate container c51388aeb778 [2023-03-10T22:23:25.216Z] ---> ff9c7c65f499 [2023-03-10T22:23:25.216Z] Step 22/23 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:23:25.521Z] ---> Running in ab137c31bcde [2023-03-10T22:23:25.521Z] ---> eea9a9065724 [2023-03-10T22:23:25.521Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-10T22:23:25.521Z] ---> Running in 35373a4e880c [2023-03-10T22:23:25.779Z] ---> e78ba269067c [2023-03-10T22:23:25.780Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-10T22:23:25.780Z] Removing intermediate container ab137c31bcde [2023-03-10T22:23:25.780Z] ---> 869c4e3bcdd1 [2023-03-10T22:23:25.780Z] Step 23/23 : LABEL version=0.0.0 [2023-03-10T22:23:25.780Z] ---> Running in 42f82479883e [2023-03-10T22:23:25.780Z] Removing intermediate container 35373a4e880c [2023-03-10T22:23:25.780Z] ---> 2a95629a2cb9 [2023-03-10T22:23:25.780Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-10T22:23:26.040Z] ---> 1a6aaaa6b85b [2023-03-10T22:23:26.040Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T22:23:26.040Z] ---> Running in 7b2ede9fe4ac [2023-03-10T22:23:26.040Z] Removing intermediate container 42f82479883e [2023-03-10T22:23:26.040Z] ---> 5c02ec775a02 [2023-03-10T22:23:26.040Z] [2023-03-10T22:23:26.312Z] ---> d55d4137c61a [2023-03-10T22:23:26.312Z] Step 19/24 : WORKDIR / [2023-03-10T22:23:26.312Z] Successfully built 5c02ec775a02 [2023-03-10T22:23:26.312Z] Successfully tagged security-secretstore-setup:latest [2023-03-10T22:23:26.312Z] Building core-common-config-bootstrapper [2023-03-10T22:23:26.312Z]  Building security-secretstore-setup ... done  ---> Running in fb7ba3b9242e [2023-03-10T22:23:26.572Z] Removing intermediate container 7b2ede9fe4ac [2023-03-10T22:23:26.573Z] ---> eb34ebd23a66 [2023-03-10T22:23:26.573Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T22:23:26.831Z] ---> Running in 915334193d6c [2023-03-10T22:23:26.831Z] Removing intermediate container fb7ba3b9242e [2023-03-10T22:23:26.831Z] ---> 116ce0058e56 [2023-03-10T22:23:26.831Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T22:23:28.205Z] ---> Running in 49e2b5e198d9 [2023-03-10T22:23:28.205Z] Removing intermediate container 915334193d6c [2023-03-10T22:23:28.205Z] ---> 9896194a3134 [2023-03-10T22:23:28.205Z] Step 21/23 : LABEL arch=x86_64 [2023-03-10T22:23:28.205Z] ---> Running in 2cf3bc4f5195 [2023-03-10T22:23:28.205Z] Removing intermediate container 49e2b5e198d9 [2023-03-10T22:23:28.205Z] ---> 4c04dce268a1 [2023-03-10T22:23:28.205Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T22:23:28.465Z] ---> Running in f9c036c0fc0a [2023-03-10T22:23:28.465Z] Removing intermediate container 2cf3bc4f5195 [2023-03-10T22:23:28.465Z] ---> c170df21b607 [2023-03-10T22:23:28.465Z] Step 22/23 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:23:28.723Z] ---> Running in 73cfc2751e8e [2023-03-10T22:23:28.723Z] Removing intermediate container f9c036c0fc0a [2023-03-10T22:23:28.723Z] ---> 245315585d00 [2023-03-10T22:23:28.723Z] Step 22/24 : LABEL arch=x86_64 [2023-03-10T22:23:28.981Z] ---> Running in f195fb057cfe [2023-03-10T22:23:28.981Z] Removing intermediate container 73cfc2751e8e [2023-03-10T22:23:28.981Z] ---> 1579e6b46cac [2023-03-10T22:23:28.981Z] Step 23/23 : LABEL version=0.0.0 [2023-03-10T22:23:29.239Z] ---> Running in df925d1b965c [2023-03-10T22:23:29.497Z] Removing intermediate container f195fb057cfe [2023-03-10T22:23:29.497Z] ---> d54fe98b05d1 [2023-03-10T22:23:29.497Z] Step 23/24 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:23:29.497Z] Removing intermediate container df925d1b965c [2023-03-10T22:23:29.497Z] ---> 081e02c93f5a [2023-03-10T22:23:29.497Z] [2023-03-10T22:23:29.755Z] ---> Running in fa1443bbc83a [2023-03-10T22:23:29.755Z] Successfully built 081e02c93f5a [2023-03-10T22:23:29.755Z] Successfully tagged security-spire-server:latest [2023-03-10T22:23:29.755Z]  Building security-spire-server ... done Building security-proxy-auth [2023-03-10T22:23:30.341Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:23:30.341Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:23:30.341Z] ---> 907761b60d33 [2023-03-10T22:23:30.341Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:23:30.341Z] ---> Using cache [2023-03-10T22:23:30.341Z] ---> af882fe3c1f0 [2023-03-10T22:23:30.341Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T22:23:30.341Z] ---> Using cache [2023-03-10T22:23:30.341Z] ---> 5b228deef6ca [2023-03-10T22:23:30.341Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T22:23:30.341Z] ---> Using cache [2023-03-10T22:23:30.341Z] ---> a283f2bb6f72 [2023-03-10T22:23:30.341Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T22:23:30.341Z] ---> Using cache [2023-03-10T22:23:30.341Z] ---> 71e62f59df33 [2023-03-10T22:23:30.341Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:23:30.341Z] ---> Using cache [2023-03-10T22:23:30.341Z] ---> 017cec81bab7 [2023-03-10T22:23:30.341Z] Step 8/22 : COPY . . [2023-03-10T22:23:30.341Z] ---> Using cache [2023-03-10T22:23:30.341Z] ---> ee9f9d62f15d [2023-03-10T22:23:30.341Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-10T22:23:32.320Z] Removing intermediate container fa1443bbc83a [2023-03-10T22:23:32.320Z] ---> 319d63210f9d [2023-03-10T22:23:32.320Z] Step 24/24 : LABEL version=0.0.0 [2023-03-10T22:23:32.578Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:23:32.578Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:23:32.578Z] ---> 907761b60d33 [2023-03-10T22:23:32.578Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:23:32.578Z] ---> Using cache [2023-03-10T22:23:32.578Z] ---> af882fe3c1f0 [2023-03-10T22:23:32.578Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T22:23:32.578Z] ---> Using cache [2023-03-10T22:23:32.578Z] ---> 5b228deef6ca [2023-03-10T22:23:32.578Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T22:23:32.578Z] ---> Using cache [2023-03-10T22:23:32.578Z] ---> a283f2bb6f72 [2023-03-10T22:23:32.578Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T22:23:32.578Z] ---> Using cache [2023-03-10T22:23:32.578Z] ---> 71e62f59df33 [2023-03-10T22:23:32.578Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:23:32.578Z] ---> Using cache [2023-03-10T22:23:32.578Z] ---> 017cec81bab7 [2023-03-10T22:23:32.578Z] Step 8/22 : COPY . . [2023-03-10T22:23:32.578Z] ---> Using cache [2023-03-10T22:23:32.578Z] ---> ee9f9d62f15d [2023-03-10T22:23:32.578Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-10T22:23:32.836Z] ---> Running in 461fcb5f81cb [2023-03-10T22:23:33.113Z] ---> Running in 14dc23a60586 [2023-03-10T22:23:33.113Z] ---> Running in 75bc21c454cc [2023-03-10T22:23:33.371Z] Removing intermediate container 75bc21c454cc [2023-03-10T22:23:33.371Z] ---> 525bf4285f9d [2023-03-10T22:23:33.371Z] [2023-03-10T22:23:33.371Z] Successfully built 525bf4285f9d [2023-03-10T22:23:33.371Z] Successfully tagged security-spire-config:latest [2023-03-10T22:23:33.371Z]  Building security-spire-config ... done Building security-spire-agent [2023-03-10T22:23:33.629Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T22:23:33.629Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T22:23:36.915Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:23:36.915Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:23:36.915Z] ---> 907761b60d33 [2023-03-10T22:23:36.915Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T22:23:36.915Z] ---> Using cache [2023-03-10T22:23:36.915Z] ---> 7cb1f49e4103 [2023-03-10T22:23:36.915Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T22:23:36.915Z] ---> Using cache [2023-03-10T22:23:36.915Z] ---> faa9c7a3a92a [2023-03-10T22:23:36.915Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T22:23:36.915Z] ---> Using cache [2023-03-10T22:23:36.915Z] ---> b5f83a03ce1f [2023-03-10T22:23:36.915Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:23:36.915Z] ---> Using cache [2023-03-10T22:23:36.915Z] ---> cd43a5ed11ed [2023-03-10T22:23:36.915Z] Step 7/24 : COPY . . [2023-03-10T22:23:36.915Z] ---> Using cache [2023-03-10T22:23:36.915Z] ---> fc57be410767 [2023-03-10T22:23:36.915Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T22:23:36.916Z] ---> Using cache [2023-03-10T22:23:36.916Z] ---> b4b85bb757a1 [2023-03-10T22:23:36.916Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T22:23:36.916Z] ---> Using cache [2023-03-10T22:23:36.916Z] ---> 3516ba284b8e [2023-03-10T22:23:36.916Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-10T22:23:38.291Z] ---> Running in 7c19d1394be1 [2023-03-10T22:23:39.665Z] Removing intermediate container 7c19d1394be1 [2023-03-10T22:23:39.665Z] ---> e5b11d2ed727 [2023-03-10T22:23:39.665Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T22:23:39.665Z] ---> Running in cdf16d79d03c [2023-03-10T22:23:39.922Z] Removing intermediate container cdf16d79d03c [2023-03-10T22:23:39.922Z] ---> 3249e0b2fceb [2023-03-10T22:23:39.922Z] [2023-03-10T22:23:39.922Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T22:23:39.922Z] ---> 5ce65d7b0fde [2023-03-10T22:23:39.922Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T22:23:39.922Z] ---> Using cache [2023-03-10T22:23:39.922Z] ---> 932b0ec12057 [2023-03-10T22:23:39.922Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T22:23:39.922Z] ---> Using cache [2023-03-10T22:23:39.922Z] ---> e6593fc567e4 [2023-03-10T22:23:39.922Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-10T22:23:41.816Z] ---> 3f2f706924a1 [2023-03-10T22:23:41.816Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T22:23:44.346Z] ---> 332b08863bad [2023-03-10T22:23:44.346Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T22:23:44.606Z] ---> 71df8a3b5f5b [2023-03-10T22:23:44.606Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-10T22:23:45.565Z] ---> 0851a3fabd18 [2023-03-10T22:23:45.565Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-10T22:23:46.143Z] ---> 098e4d9fe93f [2023-03-10T22:23:46.143Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T22:23:46.143Z] ---> Running in 669adfc34116 [2023-03-10T22:23:46.420Z] Removing intermediate container 669adfc34116 [2023-03-10T22:23:46.420Z] ---> d7961d8e9579 [2023-03-10T22:23:46.420Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T22:23:46.679Z] ---> Running in de3848c97dd5 [2023-03-10T22:23:46.942Z] Removing intermediate container de3848c97dd5 [2023-03-10T22:23:46.942Z] ---> c5bda68cb922 [2023-03-10T22:23:46.942Z] Step 22/24 : LABEL arch=x86_64 [2023-03-10T22:23:47.367Z] ---> Running in 69e357fe1680 [2023-03-10T22:23:47.651Z] Removing intermediate container 69e357fe1680 [2023-03-10T22:23:47.651Z] ---> 3197646d6d7d [2023-03-10T22:23:47.651Z] Step 23/24 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:23:47.937Z] ---> Running in ccfc375df943 [2023-03-10T22:23:48.996Z] Removing intermediate container ccfc375df943 [2023-03-10T22:23:48.996Z] ---> efad1db1591d [2023-03-10T22:23:48.996Z] Step 24/24 : LABEL version=0.0.0 [2023-03-10T22:23:49.402Z] ---> Running in e5c1656465cb [2023-03-10T22:23:49.678Z] Removing intermediate container e5c1656465cb [2023-03-10T22:23:49.678Z] ---> 6c3bf5c8148e [2023-03-10T22:23:49.678Z] [2023-03-10T22:23:49.678Z] Successfully built 6c3bf5c8148e [2023-03-10T22:23:49.678Z] Successfully tagged security-spire-agent:latest [2023-03-10T22:23:49.678Z]  Building security-spire-agent ... done Removing intermediate container f57346349876 [2023-03-10T22:23:49.678Z] ---> 19cc019539cc [2023-03-10T22:23:49.678Z] [2023-03-10T22:23:49.678Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T22:23:49.678Z] ---> dfd21b5a31f5 [2023-03-10T22:23:49.678Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-10T22:23:49.971Z] ---> Running in d51b594cb4cb [2023-03-10T22:23:50.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:50.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:50.929Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-10T22:23:50.929Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-10T22:23:50.929Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:23:50.929Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T22:23:51.188Z] OK: 6 MiB in 16 packages [2023-03-10T22:23:52.124Z] Removing intermediate container d51b594cb4cb [2023-03-10T22:23:52.124Z] ---> 13f3167c8933 [2023-03-10T22:23:52.124Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T22:23:52.383Z] ---> Running in 7edfad2f86af [2023-03-10T22:23:52.642Z] Removing intermediate container 7edfad2f86af [2023-03-10T22:23:52.642Z] ---> d76b5e5a7247 [2023-03-10T22:23:52.642Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-10T22:23:52.642Z] ---> Running in 31b1881c7acd [2023-03-10T22:23:52.642Z] Removing intermediate container 8dd5773bb2ae [2023-03-10T22:23:52.642Z] ---> c7c45a264949 [2023-03-10T22:23:52.642Z] [2023-03-10T22:23:52.642Z] Step 9/20 : FROM alpine:3.16 [2023-03-10T22:23:52.642Z] ---> dfd21b5a31f5 [2023-03-10T22:23:52.642Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-10T22:23:52.903Z] ---> Running in 734c6496aca1 [2023-03-10T22:23:52.903Z] Removing intermediate container 31b1881c7acd [2023-03-10T22:23:52.903Z] ---> bdabac3d9ed6 [2023-03-10T22:23:52.903Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T22:23:52.903Z] ---> Running in cb67aa828c1f [2023-03-10T22:23:53.470Z] Removing intermediate container cb67aa828c1f [2023-03-10T22:23:53.470Z] ---> 734706506506 [2023-03-10T22:23:53.470Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:23:53.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:53.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:53.728Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T22:23:53.728Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-10T22:23:53.728Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:23:53.728Z] OK: 6 MiB in 16 packages [2023-03-10T22:23:53.728Z] ---> 8a8268e7c308 [2023-03-10T22:23:53.728Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-10T22:23:54.662Z] Removing intermediate container 734c6496aca1 [2023-03-10T22:23:54.662Z] ---> 29e342017b5f [2023-03-10T22:23:54.663Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-10T22:23:54.663Z] ---> Running in b595fde23d56 [2023-03-10T22:23:54.663Z] ---> 5b0dd997925c [2023-03-10T22:23:54.663Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-10T22:23:54.921Z] Removing intermediate container b595fde23d56 [2023-03-10T22:23:54.921Z] ---> 1cf94372494b [2023-03-10T22:23:54.921Z] Step 12/20 : WORKDIR /edgex [2023-03-10T22:23:54.921Z] ---> Running in 782f3c7de653 [2023-03-10T22:23:55.178Z] ---> d0b300443497 [2023-03-10T22:23:55.178Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-10T22:23:55.178Z] ---> Running in b61fd567853b [2023-03-10T22:23:55.178Z] Removing intermediate container 782f3c7de653 [2023-03-10T22:23:55.178Z] ---> e202b6ec5edd [2023-03-10T22:23:55.178Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-10T22:23:55.440Z] Removing intermediate container b61fd567853b [2023-03-10T22:23:55.440Z] ---> 2061883c7602 [2023-03-10T22:23:55.440Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T22:23:55.697Z] ---> 739baa74aab2 [2023-03-10T22:23:55.697Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-10T22:23:55.697Z] ---> Running in e0afab601cc6 [2023-03-10T22:23:55.955Z] Removing intermediate container e0afab601cc6 [2023-03-10T22:23:55.955Z] ---> 8e1ca3e29f0b [2023-03-10T22:23:55.955Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T22:23:55.955Z] ---> 6e22ed0ef7a3 [2023-03-10T22:23:55.955Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T22:23:55.955Z] ---> Running in 6bcc3ac81a87 [2023-03-10T22:23:56.213Z] ---> 238913159138 [2023-03-10T22:23:56.213Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh /Removing intermediate container 6bcc3ac81a87 [2023-03-10T22:23:56.213Z] [2023-03-10T22:23:56.213Z] ---> 4b6435dd99eb [2023-03-10T22:23:56.213Z] Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:23:56.213Z] ---> Running in 078cd3d5c828 [2023-03-10T22:23:56.213Z] ---> Running in 1cb45210cc8c [2023-03-10T22:23:56.471Z] Removing intermediate container 1cb45210cc8c [2023-03-10T22:23:56.471Z] ---> 028a5e3b9ebb [2023-03-10T22:23:56.471Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T22:23:56.471Z] ---> Running in 8b61cf1e94d3 [2023-03-10T22:23:56.471Z] Removing intermediate container 8b61cf1e94d3 [2023-03-10T22:23:56.471Z] ---> 3741a5e54fc6 [2023-03-10T22:23:56.471Z] [2023-03-10T22:23:56.471Z] Successfully built 3741a5e54fc6 [2023-03-10T22:23:56.471Z] Successfully tagged support-notifications:latest [2023-03-10T22:23:57.405Z]  Building support-notifications ... done Removing intermediate container 078cd3d5c828 [2023-03-10T22:23:57.405Z] ---> d5b14ee0fb3c [2023-03-10T22:23:57.405Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T22:23:57.405Z] ---> Running in b26b03dc8b6d [2023-03-10T22:23:57.973Z] Removing intermediate container b26b03dc8b6d [2023-03-10T22:23:57.973Z] ---> 26f55d1ddfcc [2023-03-10T22:23:57.973Z] Step 18/20 : LABEL arch=x86_64 [2023-03-10T22:23:58.543Z] ---> Running in 5a4e5e0658e6 [2023-03-10T22:23:58.803Z] Removing intermediate container 5a4e5e0658e6 [2023-03-10T22:23:58.803Z] ---> f2908a73b61c [2023-03-10T22:23:58.803Z] Step 19/20 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:23:59.062Z] ---> Running in 78829b965366 [2023-03-10T22:23:59.062Z] Removing intermediate container 14dc23a60586 [2023-03-10T22:23:59.062Z] ---> 298b185d6b77 [2023-03-10T22:23:59.062Z] [2023-03-10T22:23:59.062Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T22:23:59.062Z] ---> dfd21b5a31f5 [2023-03-10T22:23:59.062Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T22:23:59.062Z] Removing intermediate container 461fcb5f81cb [2023-03-10T22:23:59.062Z] ---> 99627b3a15d6 [2023-03-10T22:23:59.062Z] [2023-03-10T22:23:59.062Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T22:23:59.062Z] ---> dfd21b5a31f5 [2023-03-10T22:23:59.062Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T22:23:59.062Z] ---> Running in e8b1893d4753 [2023-03-10T22:23:59.062Z] ---> Running in a69f20e8acf9 [2023-03-10T22:23:59.062Z] Removing intermediate container 78829b965366 [2023-03-10T22:23:59.062Z] ---> cc9893c1f07e [2023-03-10T22:23:59.062Z] Step 20/20 : LABEL version=0.0.0 [2023-03-10T22:23:59.062Z] ---> Running in c766ba250c07 [2023-03-10T22:23:59.062Z] Removing intermediate container e8b1893d4753 [2023-03-10T22:23:59.062Z] ---> 189d540a8ab5 [2023-03-10T22:23:59.062Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T22:23:59.321Z] Removing intermediate container a69f20e8acf9 [2023-03-10T22:23:59.321Z] ---> 78667ee16c57 [2023-03-10T22:23:59.321Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T22:23:59.321Z] ---> Running in 28e71a29ccf2 [2023-03-10T22:23:59.321Z] ---> Running in df638f135ade [2023-03-10T22:23:59.321Z] Removing intermediate container c766ba250c07 [2023-03-10T22:23:59.321Z] ---> a24ad4b5ca29 [2023-03-10T22:23:59.321Z] [2023-03-10T22:23:59.321Z] Successfully built a24ad4b5ca29 [2023-03-10T22:23:59.321Z] Successfully tagged security-proxy-setup:latest [2023-03-10T22:23:59.584Z]  Building security-proxy-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:59.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:59.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:59.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T22:23:59.843Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T22:23:59.843Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:23:59.843Z] OK: 6 MiB in 15 packages [2023-03-10T22:23:59.843Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T22:23:59.843Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:24:00.104Z] OK: 6 MiB in 15 packages [2023-03-10T22:24:00.370Z] Removing intermediate container 28e71a29ccf2 [2023-03-10T22:24:00.370Z] ---> d7c4771b424f [2023-03-10T22:24:00.370Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:24:00.370Z] Removing intermediate container df638f135ade [2023-03-10T22:24:00.370Z] ---> 7370b7b5a839 [2023-03-10T22:24:00.370Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:24:00.628Z] ---> 95a4c1748371 [2023-03-10T22:24:00.628Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-10T22:24:00.628Z] ---> fd54b4a92399 [2023-03-10T22:24:00.628Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-10T22:24:00.886Z] ---> 900b0baaa1f9 [2023-03-10T22:24:00.886Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-10T22:24:00.886Z] ---> 1ec41d8bbd94 [2023-03-10T22:24:00.886Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-10T22:24:01.144Z] ---> 8bbfa8f2bee7 [2023-03-10T22:24:01.144Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-10T22:24:01.144Z] ---> 82f591855ddf [2023-03-10T22:24:01.144Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-10T22:24:01.144Z] ---> 84c2f8640573 [2023-03-10T22:24:01.144Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T22:24:01.403Z] ---> Running in d8549e328074 [2023-03-10T22:24:01.403Z] ---> e00b63e6de3d [2023-03-10T22:24:01.403Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T22:24:01.403Z] ---> Running in 7e428cfeee65 [2023-03-10T22:24:01.969Z] Removing intermediate container 7e428cfeee65 [2023-03-10T22:24:01.969Z] ---> f4b6e12b63b7 [2023-03-10T22:24:01.969Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T22:24:01.969Z] Removing intermediate container d8549e328074 [2023-03-10T22:24:01.969Z] ---> 83eec51f5e42 [2023-03-10T22:24:01.969Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T22:24:01.969Z] ---> Running in 5b812d3efbd3 [2023-03-10T22:24:01.969Z] ---> Running in f87142daa64e [2023-03-10T22:24:02.184Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-10T22:24:02.185Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-10T22:24:02.185Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-10T22:24:02.185Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-10T22:24:02.185Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-10T22:24:02.185Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-10T22:24:02.231Z] Removing intermediate container 5b812d3efbd3 [2023-03-10T22:24:02.231Z] ---> 93eabce457c1 [2023-03-10T22:24:02.231Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-10T22:24:02.231Z] Removing intermediate container f87142daa64e [2023-03-10T22:24:02.231Z] ---> a95d8da1d72a [2023-03-10T22:24:02.231Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-10T22:24:02.231Z] ---> Running in 311de89732bb [2023-03-10T22:24:02.231Z] ---> Running in 86dfd1726e4c [2023-03-10T22:24:02.231Z] Removing intermediate container 311de89732bb [2023-03-10T22:24:02.231Z] ---> a398622593bb [2023-03-10T22:24:02.231Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T22:24:02.231Z] ---> Running in c1a7e0935f90 [2023-03-10T22:24:02.231Z] Removing intermediate container 86dfd1726e4c [2023-03-10T22:24:02.231Z] ---> 2570fadd6161 [2023-03-10T22:24:02.231Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T22:24:02.489Z] ---> Running in 86cb5a7aea7a [2023-03-10T22:24:02.489Z] Removing intermediate container c1a7e0935f90 [2023-03-10T22:24:02.489Z] ---> 47a7bb6494f5 [2023-03-10T22:24:02.489Z] Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:24:02.489Z] ---> Running in ad9ce4469545 [2023-03-10T22:24:02.489Z] Removing intermediate container 86cb5a7aea7a [2023-03-10T22:24:02.489Z] ---> 3bf1ee663f7c [2023-03-10T22:24:02.489Z] Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:24:02.489Z] ---> Running in 56f0b7904049 [2023-03-10T22:24:02.489Z] Removing intermediate container ad9ce4469545 [2023-03-10T22:24:02.489Z] ---> fc7ba4a79236 [2023-03-10T22:24:02.489Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T22:24:02.489Z] ---> Running in aeb0691b3065 [2023-03-10T22:24:02.750Z] Removing intermediate container 56f0b7904049 [2023-03-10T22:24:02.750Z] ---> d8e4637f8fb1 [2023-03-10T22:24:02.750Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T22:24:02.750Z] ---> Running in cfbddcd56f4d [2023-03-10T22:24:02.750Z] Removing intermediate container aeb0691b3065 [2023-03-10T22:24:02.750Z] ---> 435e0297a1cd [2023-03-10T22:24:02.750Z] [2023-03-10T22:24:02.750Z] Removing intermediate container cfbddcd56f4d [2023-03-10T22:24:02.750Z] ---> c7da610b5109 [2023-03-10T22:24:02.750Z] [2023-03-10T22:24:02.750Z] Successfully built 435e0297a1cd [2023-03-10T22:24:02.750Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-10T22:24:02.750Z]  Building core-common-config-bootstrapper ... done Successfully built c7da610b5109 [2023-03-10T22:24:02.750Z] Successfully tagged security-proxy-auth:latest [2023-03-10T22:24:02.769Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-10T22:24:02.769Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-10T22:24:02.769Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-10T22:24:03.013Z]  Building security-proxy-auth ... done  [Pipeline] } [2023-03-10T22:24:03.032Z] $ docker stop --time=1 4227348cdf7155327e66045dae3b9c469c9613fb737804229a12be18e4290161 [2023-03-10T22:24:03.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-10T22:24:04.322Z] $ docker rm -f --volumes 4227348cdf7155327e66045dae3b9c469c9613fb737804229a12be18e4290161 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T22:24:04.742Z] + docker images [2023-03-10T22:24:04.742Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-10T22:24:04.742Z] security-proxy-auth latest c7da610b5109 2 seconds ago 16.2MB [2023-03-10T22:24:04.742Z] core-common-config-bootstrapper latest 435e0297a1cd 2 seconds ago 15.5MB [2023-03-10T22:24:04.742Z] security-proxy-setup latest a24ad4b5ca29 5 seconds ago 16.5MB [2023-03-10T22:24:04.742Z] 99627b3a15d6 6 seconds ago 1.68GB [2023-03-10T22:24:04.742Z] 298b185d6b77 6 seconds ago 1.66GB [2023-03-10T22:24:04.742Z] support-notifications latest 3741a5e54fc6 8 seconds ago 30.7MB [2023-03-10T22:24:04.742Z] c7c45a264949 12 seconds ago 1.66GB [2023-03-10T22:24:04.742Z] security-spire-agent latest 6c3bf5c8148e 15 seconds ago 125MB [2023-03-10T22:24:04.742Z] 19cc019539cc 15 seconds ago 1.75GB [2023-03-10T22:24:04.742Z] 3249e0b2fceb 25 seconds ago 1.55GB [2023-03-10T22:24:04.742Z] security-spire-config latest 525bf4285f9d 31 seconds ago 85.8MB [2023-03-10T22:24:04.742Z] security-spire-server latest 081e02c93f5a 35 seconds ago 86.5MB [2023-03-10T22:24:04.742Z] security-secretstore-setup latest 5c02ec775a02 39 seconds ago 29.9MB [2023-03-10T22:24:04.742Z] 258d4ffe422f 44 seconds ago 1.55GB [2023-03-10T22:24:04.742Z] b75a6309cdc8 45 seconds ago 1.55GB [2023-03-10T22:24:04.742Z] support-scheduler latest ec17e765b783 46 seconds ago 30.1MB [2023-03-10T22:24:04.742Z] 082d0b9c99d4 54 seconds ago 1.67GB [2023-03-10T22:24:04.742Z] cc10b09d884e 59 seconds ago 1.75GB [2023-03-10T22:24:04.742Z] security-bootstrapper latest f7dcfeaf119b About a minute ago 19.8MB [2023-03-10T22:24:04.742Z] security-spiffe-token-provider latest 87aca0cb5fe7 About a minute ago 30MB [2023-03-10T22:24:04.742Z] core-command latest fef1f55adb91 About a minute ago 17.8MB [2023-03-10T22:24:04.742Z] core-metadata latest f76a1c45456d About a minute ago 18.5MB [2023-03-10T22:24:04.742Z] core-data latest 8e0566259577 About a minute ago 18MB [2023-03-10T22:24:04.742Z] 90cd89a01035 About a minute ago 1.72GB [2023-03-10T22:24:04.742Z] dc24fce34741 About a minute ago 1.69GB [2023-03-10T22:24:04.742Z] aac0b378c2a2 About a minute ago 1.68GB [2023-03-10T22:24:04.742Z] 7ab4e768aeb7 About a minute ago 1.69GB [2023-03-10T22:24:04.742Z] 75ab9987ab6b About a minute ago 1.67GB [2023-03-10T22:24:04.742Z] ci-base-image-x86_64 latest 907761b60d33 5 minutes ago 903MB [2023-03-10T22:24:04.742Z] alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB [2023-03-10T22:24:04.742Z] alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB [2023-03-10T22:24:04.742Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-10T22:24:04.742Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-10T22:24:04.742Z] 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] } [2023-03-10T22:24:05.701Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-10T22:24:05.702Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-10T22:24:05.702Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-10T22:24:05.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-10T22:24:20.685Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.469s coverage: 28.7% of statements [2023-03-10T22:24:20.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-10T22:24:20.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-10T22:24:26.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.529s coverage: 98.5% of statements [2023-03-10T22:24:30.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.677s coverage: 71.2% of statements [2023-03-10T22:24:30.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-10T22:24:30.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-10T22:24:30.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-10T22:24:30.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.476s coverage: 54.0% of statements [2023-03-10T22:24:30.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-10T22:24:30.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-10T22:24:57.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 27.100s coverage: 88.5% of statements [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-10T22:24:57.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.856s coverage: 3.9% of statements [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-10T22:24:57.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.332s coverage: 95.6% of statements [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-10T22:24:57.089Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.607s coverage: 72.2% of statements [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-10T22:24:57.089Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.677s coverage: 65.9% of statements [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-10T22:24:57.089Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.421s coverage: 0.9% of statements [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-10T22:24:57.089Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.827s coverage: 29.0% of statements [2023-03-10T22:24:57.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-10T22:24:59.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.477s coverage: 45.5% of statements [2023-03-10T22:24:59.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.421s coverage: 82.9% of statements [2023-03-10T22:24:59.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.241s coverage: 94.1% of statements [2023-03-10T22:24:59.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.383s coverage: 96.3% of statements [2023-03-10T22:25:02.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.324s coverage: 87.5% of statements [2023-03-10T22:25:12.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.314s coverage: 94.4% of statements [2023-03-10T22:25:31.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 25.078s coverage: 79.9% of statements [2023-03-10T22:25:31.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-10T22:25:31.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.384s coverage: 92.9% of statements [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-10T22:25:31.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.086s coverage: 64.4% of statements [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-10T22:25:31.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.228s coverage: 86.9% of statements [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-10T22:25:31.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.313s coverage: 87.2% of statements [2023-03-10T22:25:31.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.189s coverage: 20.0% of statements [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-10T22:25:31.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.195s coverage: 100.0% of statements [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-10T22:25:31.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.311s coverage: 81.2% of statements [2023-03-10T22:25:31.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.331s coverage: 82.1% of statements [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-10T22:25:31.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 84.8% of statements [2023-03-10T22:25:31.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-10T22:25:33.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.057s coverage: 63.1% of statements [2023-03-10T22:25:33.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-10T22:25:33.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-10T22:25:33.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.235s coverage: 100.0% of statements [2023-03-10T22:25:33.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 89.4% of statements [2023-03-10T22:25:33.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2023-03-10T22:25:33.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.099s coverage: 73.7% of statements [2023-03-10T22:25:33.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2023-03-10T22:25:33.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-10T22:25:33.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-10T22:25:33.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-10T22:25:41.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.834s coverage: 38.4% of statements [2023-03-10T22:25:41.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-10T22:25:41.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-10T22:25:41.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.359s coverage: 89.5% of statements [2023-03-10T22:25:41.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-10T22:25:41.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.259s coverage: 84.8% of statements [2023-03-10T22:25:41.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-10T22:25:41.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-10T22:25:41.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-10T22:25:41.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-10T22:25:48.445Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.311s coverage: 17.7% of statements [2023-03-10T22:25:48.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-10T22:25:48.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-10T22:25:48.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-10T22:25:48.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-10T22:25:48.445Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.697s coverage: 92.3% of statements [2023-03-10T22:25:48.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-10T22:25:48.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-10T22:25:48.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-10T22:25:48.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-10T22:25:48.445Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.323s coverage: 61.5% of statements [2023-03-10T22:25:48.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-10T22:25:48.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-10T22:25:48.445Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.398s coverage: 97.7% of statements [2023-03-10T22:25:48.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-10T22:25:48.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-10T22:25:48.445Z] 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 [2023-03-10T22:25:48.711Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-10T22:25:48.711Z] go vet ./... [2023-03-10T22:27:40.365Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-10T22:27:40.365Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-10T22:27:40.365Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-10T22:27:40.405Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-10T22:27:41.058Z] + ls -al . [2023-03-10T22:27:41.058Z] total 700 [2023-03-10T22:27:41.058Z] drwxrwxr-x 10 1001 1001 4096 Mar 10 22:21 . [2023-03-10T22:27:41.058Z] drwxr-xr-x 4 root root 4096 Mar 10 22:21 .. [2023-03-10T22:27:41.058Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 22:20 .blubracket [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 16 Mar 10 22:20 .dockerignore [2023-03-10T22:27:41.058Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 22:20 .git [2023-03-10T22:27:41.058Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 22:20 .github [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 1133 Mar 10 22:20 .gitignore [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 42 Mar 10 22:20 .golangci.yml [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 87 Mar 10 22:20 .hadolint.yml [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 22:20 .sonarcloud.properties [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 1171 Mar 10 22:20 ADOPTERS.md [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 10825 Mar 10 22:20 Attribution.txt [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 73765 Mar 10 22:20 CHANGELOG.md [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 22:20 CONTRIBUTING.md [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 677 Mar 10 22:20 GOVERNANCE.md [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 883 Mar 10 22:20 Jenkinsfile [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 22:20 LICENSE [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 14232 Mar 10 22:20 Makefile [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 582 Mar 10 22:20 OWNERS.md [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 9403 Mar 10 22:20 README.md [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 789 Mar 10 22:20 SECURITY.md [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 22:18 VERSION [2023-03-10T22:27:41.058Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 22:20 bin [2023-03-10T22:27:41.058Z] drwxrwxr-x 18 1001 1001 4096 Mar 10 22:20 cmd [2023-03-10T22:27:41.058Z] -rw-r--r-- 1 root root 447487 Mar 10 22:25 coverage.out [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 3232 Mar 10 22:20 go.mod [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 31098 Mar 10 22:20 go.sum [2023-03-10T22:27:41.058Z] drwxrwxr-x 7 1001 1001 4096 Mar 10 22:20 internal [2023-03-10T22:27:41.058Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 22:20 openapi [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 594 Mar 10 22:20 security.txt [2023-03-10T22:27:41.058Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 22:20 snap [2023-03-10T22:27:41.058Z] -rw-rw-r-- 1 1001 1001 204 Mar 10 22:20 version.go [Pipeline] sh [2023-03-10T22:27:41.393Z] + '[' -e coverage.out ] [2023-03-10T22:27:41.393Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-10T22:27:41.432Z] Warning: overwriting stash ‘coverage-report’ [2023-03-10T22:27:42.149Z] Stashed 1 file(s) [Pipeline] sh [2023-03-10T22:27:42.473Z] + make build [2023-03-10T22:27:42.744Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-10T22:29:04.384Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-10T22:29:05.345Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-10T22:29:10.686Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T22:29:14.028Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-10T22:29:52.869Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-10T22:29:59.503Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T22:30:04.832Z] 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 [2023-03-10T22:30:10.163Z] 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 [2023-03-10T22:30:13.499Z] 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 [2023-03-10T22:30:17.747Z] 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 [2023-03-10T22:30:23.070Z] 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] } [2023-03-10T22:30:28.414Z] $ docker stop --time=1 23f3ff121d45e632ba45318aeb21248ccfa4a5b696112ae833f936f6306d0e36 [2023-03-10T22:30:30.311Z] $ docker rm -f --volumes 23f3ff121d45e632ba45318aeb21248ccfa4a5b696112ae833f936f6306d0e36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:30:32.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T22:30:32.463Z] [2023-03-10T22:30:32.463Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:30:32.858Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T22:30:33.125Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-10T22:30:33.125Z] 29e5d40040c1: Pulling fs layer [2023-03-10T22:30:33.125Z] 1ce36da41761: Pulling fs layer [2023-03-10T22:30:33.125Z] 25b303627fd3: Pulling fs layer [2023-03-10T22:30:33.125Z] 29e5d40040c1: Verifying Checksum [2023-03-10T22:30:33.125Z] 29e5d40040c1: Download complete [2023-03-10T22:30:33.393Z] 1ce36da41761: Verifying Checksum [2023-03-10T22:30:33.393Z] 1ce36da41761: Download complete [2023-03-10T22:30:33.658Z] 29e5d40040c1: Pull complete [2023-03-10T22:30:34.614Z] 1ce36da41761: Pull complete [2023-03-10T22:30:34.879Z] 25b303627fd3: Verifying Checksum [2023-03-10T22:30:34.879Z] 25b303627fd3: Download complete [2023-03-10T22:30:44.932Z] 25b303627fd3: Pull complete [2023-03-10T22:30:44.932Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-10T22:30:44.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T22:30:44.932Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T22:30:45.234Z] prd-ubuntu20.04-docker-arm64-4c-16g-9687 does not seem to be running inside a container [2023-03-10T22:30:45.307Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-10T22:30:47.525Z] $ docker top 8994bbe2b00e3901c0177e2ce76ffd3bb7655c62cfc518a9024db329553378f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T22:30:48.379Z] + docker-compose build+ --helpgrep [2023-03-10T22:30:48.380Z] parallel [2023-03-10T22:30:52.608Z] --parallel Build images in parallel. [Pipeline] } [2023-03-10T22:30:52.649Z] $ docker stop --time=1 8994bbe2b00e3901c0177e2ce76ffd3bb7655c62cfc518a9024db329553378f2 [2023-03-10T22:30:54.292Z] $ docker rm -f --volumes 8994bbe2b00e3901c0177e2ce76ffd3bb7655c62cfc518a9024db329553378f2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:30:55.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T22:30:55.011Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T22:30:55.257Z] prd-ubuntu20.04-docker-arm64-4c-16g-9687 does not seem to be running inside a container [2023-03-10T22:30:55.357Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-10T22:30:56.504Z] $ docker top 5c23f2324be2a0c1bf5025b5b125f534b2711ae0e11ca3c6d0ba3f6adb657c3c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T22:30:57.048Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-10T22:31:01.289Z] Building core-command ... [2023-03-10T22:31:01.289Z] Building core-common-config-bootstrapper ... [2023-03-10T22:31:01.289Z] Building core-data ... [2023-03-10T22:31:01.289Z] Building core-metadata ... [2023-03-10T22:31:01.289Z] Building security-bootstrapper ... [2023-03-10T22:31:01.289Z] Building security-proxy-auth ... [2023-03-10T22:31:01.289Z] Building security-proxy-setup ... [2023-03-10T22:31:01.289Z] Building security-secretstore-setup ... [2023-03-10T22:31:01.289Z] Building security-spiffe-token-provider ... [2023-03-10T22:31:01.289Z] Building security-spire-agent ... [2023-03-10T22:31:01.289Z] Building security-spire-config ... [2023-03-10T22:31:01.289Z] Building security-spire-server ... [2023-03-10T22:31:01.289Z] Building support-notifications ... [2023-03-10T22:31:01.289Z] Building support-scheduler ... [2023-03-10T22:31:01.289Z] Building core-command [2023-03-10T22:31:01.289Z] Building security-spire-agent [2023-03-10T22:31:01.289Z] Building core-common-config-bootstrapper [2023-03-10T22:31:01.289Z] Building security-spiffe-token-provider [2023-03-10T22:31:01.289Z] Building core-metadata [2023-03-10T22:31:48.121Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:31:48.121Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:31:48.121Z] ---> e134e1b8a3e4 [2023-03-10T22:31:48.121Z] Step 3/19 : WORKDIR /edgex-go [2023-03-10T22:31:48.121Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:31:48.121Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:31:48.121Z] ---> e134e1b8a3e4 [2023-03-10T22:31:48.121Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:31:48.121Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:31:48.121Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:31:48.121Z] ---> e134e1b8a3e4 [2023-03-10T22:31:48.121Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T22:31:48.121Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:31:48.121Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:31:48.121Z] ---> e134e1b8a3e4 [2023-03-10T22:31:48.121Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:31:48.121Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:31:48.121Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:31:48.121Z] ---> e134e1b8a3e4 [2023-03-10T22:31:48.121Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:31:48.121Z] ---> Running in d33af1ab4019 [2023-03-10T22:31:48.121Z] ---> Running in ce65d6dc0d1c [2023-03-10T22:31:48.121Z] ---> Running in 631bbd89cbc3 [2023-03-10T22:31:48.121Z] ---> Running in c8d9fb52c871 [2023-03-10T22:31:48.121Z] ---> Running in 59d08cbcd83a [2023-03-10T22:31:48.121Z] Removing intermediate container c8d9fb52c871 [2023-03-10T22:31:48.121Z] ---> d246800b77e2 [2023-03-10T22:31:48.121Z] Step 4/24 : WORKDIR /edgex-go [2023-03-10T22:31:48.121Z] Removing intermediate container 631bbd89cbc3 [2023-03-10T22:31:48.121Z] ---> d6921ade8985 [2023-03-10T22:31:48.121Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T22:31:48.121Z] ---> Running in 5f40e52f5d7a [2023-03-10T22:31:48.121Z] ---> Running in 720a5f3f11a9 [2023-03-10T22:31:48.121Z] Removing intermediate container d33af1ab4019 [2023-03-10T22:31:48.121Z] ---> 3afefa572566 [2023-03-10T22:31:48.121Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-10T22:31:48.121Z] Removing intermediate container 59d08cbcd83a [2023-03-10T22:31:48.121Z] ---> c9f5daf9f5ab [2023-03-10T22:31:48.121Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T22:31:48.121Z] Removing intermediate container ce65d6dc0d1c [2023-03-10T22:31:48.121Z] ---> 0f05023b65e2 [2023-03-10T22:31:48.121Z] Step 4/23 : WORKDIR /edgex-go [2023-03-10T22:31:48.121Z] ---> Running in b6a058708585 [2023-03-10T22:31:48.121Z] ---> Running in 9e5305e91053 [2023-03-10T22:31:48.121Z] ---> Running in a45068e2de75 [2023-03-10T22:31:48.121Z] Removing intermediate container 5f40e52f5d7a [2023-03-10T22:31:48.121Z] ---> dfe02b575260 [2023-03-10T22:31:48.121Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-10T22:31:48.121Z] Removing intermediate container 720a5f3f11a9 [2023-03-10T22:31:48.121Z] ---> b7f39a577696 [2023-03-10T22:31:48.121Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T22:31:48.121Z] ---> Running in b3478b1df655 [2023-03-10T22:31:48.121Z] ---> Running in 1eb7bea0cda4 [2023-03-10T22:31:48.121Z] Removing intermediate container 9e5305e91053 [2023-03-10T22:31:48.121Z] ---> e5aec95ed564 [2023-03-10T22:31:48.121Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-10T22:31:48.121Z] ---> Running in 732e2ced3f42 [2023-03-10T22:31:49.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:31:49.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:31:49.352Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:31:49.352Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:31:49.352Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:31:49.621Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:31:49.621Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:31:49.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:31:50.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:31:50.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:31:50.812Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-10T22:31:50.812Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-10T22:31:50.812Z] OK: 16903 distinct packages available [2023-03-10T22:31:50.812Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:31:50.812Z] OK: 221 MiB in 51 packages [2023-03-10T22:31:51.082Z] OK: 221 MiB in 51 packages [2023-03-10T22:31:51.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:31:51.349Z] OK: 221 MiB in 51 packages [2023-03-10T22:31:51.617Z] OK: 221 MiB in 51 packages [2023-03-10T22:31:52.590Z] OK: 221 MiB in 51 packages [2023-03-10T22:31:52.858Z] Removing intermediate container a45068e2de75 [2023-03-10T22:31:52.858Z] ---> ef341b9ae642 [2023-03-10T22:31:52.858Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T22:31:53.465Z] Removing intermediate container 1eb7bea0cda4 [2023-03-10T22:31:53.465Z] ---> d1fbe331356d [2023-03-10T22:31:53.465Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T22:31:53.465Z] Removing intermediate container 732e2ced3f42 [2023-03-10T22:31:53.465Z] ---> fbc0319aa38b [2023-03-10T22:31:53.465Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-10T22:31:53.465Z] Removing intermediate container b3478b1df655 [2023-03-10T22:31:53.465Z] ---> acc67eaad92f [2023-03-10T22:31:53.465Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-10T22:31:54.055Z] Removing intermediate container b6a058708585 [2023-03-10T22:31:54.055Z] ---> a48a65d786b2 [2023-03-10T22:31:54.055Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-10T22:31:54.322Z] ---> 39126241d4eb [2023-03-10T22:31:54.322Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:31:54.322Z] ---> Running in 22517c844d8f [2023-03-10T22:31:54.590Z] ---> 82a8582af03a [2023-03-10T22:31:54.590Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:31:54.857Z] ---> 31239ef4cc09 [2023-03-10T22:31:54.857Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:31:54.857Z] ---> Running in c4a392aa39f4 [2023-03-10T22:31:55.123Z] ---> Running in ef2f7ef4bae9 [2023-03-10T22:31:55.389Z] ---> 593272734b66 [2023-03-10T22:31:55.390Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:31:55.390Z] ---> 8634f58eb3f9 [2023-03-10T22:31:55.390Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:31:55.655Z] ---> Running in d26f792f2edf [2023-03-10T22:31:55.655Z] ---> Running in ac92488cc0df [2023-03-10T22:33:47.302Z] Removing intermediate container ef2f7ef4bae9 [2023-03-10T22:33:47.302Z] ---> dbddbf7c9a08 [2023-03-10T22:33:47.302Z] Step 8/23 : COPY . . [2023-03-10T22:33:47.302Z] Removing intermediate container d26f792f2edf [2023-03-10T22:33:47.302Z] ---> 600e5469b7c9 [2023-03-10T22:33:47.302Z] Step 8/24 : COPY . . [2023-03-10T22:33:47.302Z] Removing intermediate container 22517c844d8f [2023-03-10T22:33:47.302Z] ---> 6df397f1cb2b [2023-03-10T22:33:47.302Z] Step 7/24 : COPY . . [2023-03-10T22:33:47.302Z] Removing intermediate container c4a392aa39f4 [2023-03-10T22:33:47.302Z] ---> 02ab284eb226 [2023-03-10T22:33:47.302Z] Step 8/22 : COPY . . [2023-03-10T22:33:47.302Z] Removing intermediate container ac92488cc0df [2023-03-10T22:33:47.302Z] ---> 2bfedd9c786e [2023-03-10T22:33:47.302Z] Step 7/19 : COPY . . [2023-03-10T22:33:53.942Z] ---> e742714cab57 [2023-03-10T22:33:53.942Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-10T22:33:53.942Z] ---> 7bd31a6c2c08 [2023-03-10T22:33:53.942Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-10T22:33:53.942Z] ---> 8905960848da [2023-03-10T22:33:53.942Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T22:33:53.942Z] ---> Running in 18779fc16371 [2023-03-10T22:33:53.942Z] ---> 58e5ba7423c3 [2023-03-10T22:33:53.942Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-10T22:33:53.942Z] ---> cec3d417b0fb [2023-03-10T22:33:53.942Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-10T22:33:53.942Z] ---> Running in 784a8fc114fb [2023-03-10T22:33:54.210Z] ---> Running in cbe9792b9517 [2023-03-10T22:33:54.210Z] ---> Running in e5ae78b3e345 [2023-03-10T22:33:54.478Z] ---> Running in aa7241b44795 [2023-03-10T22:33:55.070Z] Removing intermediate container cbe9792b9517 [2023-03-10T22:33:55.070Z] ---> 662f669c6e62 [2023-03-10T22:33:55.070Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T22:33:55.070Z] ---> Running in 279fa7bb4b52 [2023-03-10T22:33:56.037Z] Removing intermediate container 279fa7bb4b52 [2023-03-10T22:33:56.037Z] ---> c6c41f796729 [2023-03-10T22:33:56.037Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-10T22:33:56.037Z] ---> Running in cbeaca941a37 [2023-03-10T22:33:56.037Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T22:33:56.993Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-10T22:33:57.265Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-10T22:33:57.265Z] 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 [2023-03-10T22:33:59.839Z] Removing intermediate container cbeaca941a37 [2023-03-10T22:33:59.839Z] ---> 7a1110c09650 [2023-03-10T22:33:59.839Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T22:33:59.839Z] ---> Running in 361b646afe64 [2023-03-10T22:34:00.423Z] Removing intermediate container 361b646afe64 [2023-03-10T22:34:00.423Z] ---> 1b1e4c6865a3 [2023-03-10T22:34:00.423Z] [2023-03-10T22:34:00.423Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T22:34:00.423Z] 3.15: Pulling from library/alpine [2023-03-10T22:34:01.836Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-10T22:34:01.836Z] Status: Downloaded newer image for alpine:3.15 [2023-03-10T22:34:01.836Z] ---> 354640af7b1b [2023-03-10T22:34:01.836Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T22:34:01.836Z] ---> Running in e2c478852aee [2023-03-10T22:34:02.432Z] Removing intermediate container e2c478852aee [2023-03-10T22:34:02.432Z] ---> fca61501aa02 [2023-03-10T22:34:02.432Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T22:34:02.432Z] ---> Running in dede2b8f43ac [2023-03-10T22:34:04.387Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:34:04.653Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:34:06.590Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T22:34:06.590Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T22:34:06.590Z] OK: 15736 distinct packages available [2023-03-10T22:34:06.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:34:06.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:34:08.263Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-10T22:34:08.263Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-10T22:34:08.263Z] (3/5) Installing libucontext (1.1-r0) [2023-03-10T22:34:08.263Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-10T22:34:08.263Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-10T22:34:08.263Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T22:34:08.263Z] OK: 6 MiB in 19 packages [2023-03-10T22:34:13.599Z] Removing intermediate container dede2b8f43ac [2023-03-10T22:34:13.599Z] ---> 0343686ae686 [2023-03-10T22:34:13.599Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-10T22:34:16.181Z] ---> cfc23f22bb22 [2023-03-10T22:34:16.181Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T22:34:21.535Z] ---> 5e46fb69bb9f [2023-03-10T22:34:21.535Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T22:34:21.808Z] ---> a107a5c56580 [2023-03-10T22:34:21.808Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-10T22:34:22.768Z] ---> 0b5c338a3af4 [2023-03-10T22:34:22.768Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-10T22:34:26.706Z] ---> 91059b2de829 [2023-03-10T22:34:26.706Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T22:34:26.706Z] ---> Running in 5dc8be758e03 [2023-03-10T22:34:26.973Z] Removing intermediate container 5dc8be758e03 [2023-03-10T22:34:26.973Z] ---> 33b00d9c3a39 [2023-03-10T22:34:26.973Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T22:34:27.247Z] ---> Running in 7fc6664b2700 [2023-03-10T22:34:27.520Z] Removing intermediate container 7fc6664b2700 [2023-03-10T22:34:27.520Z] ---> d434cff0a4e2 [2023-03-10T22:34:27.520Z] Step 22/24 : LABEL arch=arm64 [2023-03-10T22:34:27.520Z] ---> Running in 2c5cc43c1e9d [2023-03-10T22:34:28.109Z] Removing intermediate container 2c5cc43c1e9d [2023-03-10T22:34:28.109Z] ---> 2c1c35dd08fb [2023-03-10T22:34:28.109Z] Step 23/24 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:34:28.109Z] ---> Running in 16a179a08b12 [2023-03-10T22:34:28.699Z] Removing intermediate container 16a179a08b12 [2023-03-10T22:34:28.699Z] ---> fe12e1261650 [2023-03-10T22:34:28.699Z] Step 24/24 : LABEL version=0.0.0 [2023-03-10T22:34:28.699Z] ---> Running in 4ee6f9740b45 [2023-03-10T22:34:29.282Z] Removing intermediate container 4ee6f9740b45 [2023-03-10T22:34:29.282Z] ---> 5a00c8f5dfae [2023-03-10T22:34:29.282Z] [2023-03-10T22:34:29.282Z] Successfully built 5a00c8f5dfae [2023-03-10T22:34:29.282Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-10T22:34:29.282Z]  Building security-spire-agent ... done Building security-proxy-auth [2023-03-10T22:34:44.264Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:34:44.264Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:34:44.264Z] ---> e134e1b8a3e4 [2023-03-10T22:34:44.530Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:34:44.530Z] ---> Using cache [2023-03-10T22:34:44.530Z] ---> 0f05023b65e2 [2023-03-10T22:34:44.530Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T22:34:44.530Z] ---> Using cache [2023-03-10T22:34:44.530Z] ---> e5aec95ed564 [2023-03-10T22:34:44.530Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T22:34:44.530Z] ---> Using cache [2023-03-10T22:34:44.530Z] ---> fbc0319aa38b [2023-03-10T22:34:44.530Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T22:34:44.530Z] ---> Using cache [2023-03-10T22:34:44.530Z] ---> 31239ef4cc09 [2023-03-10T22:34:44.530Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:34:44.530Z] ---> Using cache [2023-03-10T22:34:44.530Z] ---> dbddbf7c9a08 [2023-03-10T22:34:44.530Z] Step 8/22 : COPY . . [2023-03-10T22:34:44.530Z] ---> Using cache [2023-03-10T22:34:44.530Z] ---> cec3d417b0fb [2023-03-10T22:34:44.530Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-10T22:34:45.113Z] ---> Running in 9523c88ab7d9 [2023-03-10T22:34:47.051Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T22:40:23.933Z] Removing intermediate container 18779fc16371 [2023-03-10T22:40:23.933Z] ---> 03924364ef91 [2023-03-10T22:40:23.933Z] [2023-03-10T22:40:23.933Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T22:40:23.933Z] 3.16: Pulling from library/alpine [2023-03-10T22:40:23.933Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T22:40:23.933Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T22:40:23.933Z] ---> 4c81e5bf8899 [2023-03-10T22:40:23.933Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T22:40:23.933Z] ---> Running in e5191dc99805 [2023-03-10T22:40:23.933Z] Removing intermediate container e5191dc99805 [2023-03-10T22:40:23.933Z] ---> a027a6681386 [2023-03-10T22:40:23.933Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T22:40:23.933Z] ---> Running in 6cf4376e06fe [2023-03-10T22:40:23.933Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:40:23.933Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:40:23.933Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T22:40:23.933Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:40:23.933Z] OK: 5 MiB in 15 packages [2023-03-10T22:40:23.933Z] Removing intermediate container 6cf4376e06fe [2023-03-10T22:40:23.933Z] ---> 8586ff5bcfe0 [2023-03-10T22:40:23.933Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:40:23.933Z] ---> 3f0cd485da3e [2023-03-10T22:40:23.933Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-10T22:40:23.933Z] ---> e9656ed07e35 [2023-03-10T22:40:23.933Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-10T22:40:24.200Z] Removing intermediate container aa7241b44795 [2023-03-10T22:40:24.200Z] ---> 9e78df59ccd5 [2023-03-10T22:40:24.200Z] [2023-03-10T22:40:24.200Z] Step 10/23 : FROM alpine:3.16 [2023-03-10T22:40:24.200Z] ---> 4c81e5bf8899 [2023-03-10T22:40:24.200Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-10T22:40:24.468Z] ---> Running in 352d07011dbf [2023-03-10T22:40:25.050Z] ---> 219bf291260a [2023-03-10T22:40:25.050Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-10T22:40:26.991Z] ---> cab9acdbb1c6 [2023-03-10T22:40:26.991Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T22:40:26.991Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:40:26.991Z] ---> Running in ce4ae9cfc64b [2023-03-10T22:40:27.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:40:28.157Z] Removing intermediate container 9523c88ab7d9 [2023-03-10T22:40:28.157Z] ---> 69bf71bd2e7b [2023-03-10T22:40:28.157Z] [2023-03-10T22:40:28.157Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T22:40:28.157Z] ---> 4c81e5bf8899 [2023-03-10T22:40:28.157Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T22:40:28.157Z] ---> Using cache [2023-03-10T22:40:28.157Z] ---> a027a6681386 [2023-03-10T22:40:28.157Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T22:40:28.157Z] ---> Using cache [2023-03-10T22:40:28.157Z] ---> 8586ff5bcfe0 [2023-03-10T22:40:28.157Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:40:28.157Z] ---> Using cache [2023-03-10T22:40:28.425Z] ---> 3f0cd485da3e [2023-03-10T22:40:28.425Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-10T22:40:29.007Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T22:40:29.007Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:40:29.007Z] OK: 5 MiB in 15 packages [2023-03-10T22:40:31.589Z] ---> d0a19b075b31 [2023-03-10T22:40:31.589Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-10T22:40:31.589Z] Removing intermediate container 352d07011dbf [2023-03-10T22:40:31.589Z] ---> 8aba512fc851 [2023-03-10T22:40:31.589Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T22:40:31.859Z] ---> Running in c8c474b94cd3 [2023-03-10T22:40:32.126Z] Removing intermediate container ce4ae9cfc64b [2023-03-10T22:40:32.126Z] ---> 272820ac480d [2023-03-10T22:40:32.126Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T22:40:32.126Z] ---> Running in a395e8cd7b6f [2023-03-10T22:40:32.708Z] Removing intermediate container c8c474b94cd3 [2023-03-10T22:40:32.709Z] ---> 09a50e37792b [2023-03-10T22:40:32.709Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-10T22:40:33.297Z] ---> Running in d9949e485b6f [2023-03-10T22:40:33.297Z] ---> c896089bcda4 [2023-03-10T22:40:33.297Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-10T22:40:33.564Z] Removing intermediate container a395e8cd7b6f [2023-03-10T22:40:33.564Z] ---> b8fa3c8ba13e [2023-03-10T22:40:33.564Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-10T22:40:33.830Z] ---> Running in ce995bbdc054 [2023-03-10T22:40:34.098Z] Removing intermediate container d9949e485b6f [2023-03-10T22:40:34.098Z] ---> 507848eb39c5 [2023-03-10T22:40:34.098Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-10T22:40:34.364Z] ---> Running in ad0c50874588 [2023-03-10T22:40:34.946Z] Removing intermediate container ce995bbdc054 [2023-03-10T22:40:34.946Z] ---> 870b0fe9e49d [2023-03-10T22:40:34.946Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T22:40:35.212Z] ---> d5f1d14f9280 [2023-03-10T22:40:35.212Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T22:40:35.212Z] ---> Running in d183d6a2257a [2023-03-10T22:40:35.478Z] ---> Running in a57eccb44d15 [2023-03-10T22:40:35.479Z] Removing intermediate container ad0c50874588 [2023-03-10T22:40:35.479Z] ---> e89fed8f2d1d [2023-03-10T22:40:35.479Z] Step 15/23 : WORKDIR / [2023-03-10T22:40:36.061Z] ---> Running in 18d8c6d401e7 [2023-03-10T22:40:37.016Z] Removing intermediate container d183d6a2257a [2023-03-10T22:40:37.016Z] ---> 48445e8ca086 [2023-03-10T22:40:37.016Z] Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:40:37.465Z] ---> Running in 64c9b901b7cf [2023-03-10T22:40:37.465Z] Removing intermediate container 18d8c6d401e7 [2023-03-10T22:40:37.465Z] ---> a9c18355a3e7 [2023-03-10T22:40:37.465Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:40:38.517Z] Removing intermediate container 64c9b901b7cf [2023-03-10T22:40:38.517Z] ---> bb4035d9ad32 [2023-03-10T22:40:38.517Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T22:40:38.517Z] ---> Running in fe9dc75bc7d7 [2023-03-10T22:40:42.956Z] ---> 3c2e5d063398 [2023-03-10T22:40:42.956Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-10T22:40:42.956Z] Removing intermediate container fe9dc75bc7d7 [2023-03-10T22:40:42.956Z] ---> 052a2b571a4e [2023-03-10T22:40:42.956Z] [2023-03-10T22:40:43.911Z] Removing intermediate container a57eccb44d15 [2023-03-10T22:40:43.911Z] ---> fc01c3206098 [2023-03-10T22:40:43.911Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T22:40:43.911Z] Successfully built 052a2b571a4e [2023-03-10T22:40:43.911Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-10T22:40:43.911Z] Building core-data [2023-03-10T22:40:43.911Z]  Building core-common-config-bootstrapper ... done  ---> Running in 75656b9e5915 [2023-03-10T22:40:44.868Z] Removing intermediate container 75656b9e5915 [2023-03-10T22:40:44.868Z] ---> 60182009269e [2023-03-10T22:40:44.868Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-10T22:40:44.868Z] ---> Running in c9b655d9ecb6 [2023-03-10T22:40:45.831Z] Removing intermediate container 784a8fc114fb [2023-03-10T22:40:45.831Z] ---> 4781b3741b14 [2023-03-10T22:40:45.831Z] [2023-03-10T22:40:45.831Z] Step 10/24 : FROM alpine:3.16 [2023-03-10T22:40:45.831Z] ---> 4c81e5bf8899 [2023-03-10T22:40:45.831Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-10T22:40:45.831Z] ---> Using cache [2023-03-10T22:40:45.831Z] ---> 8aba512fc851 [2023-03-10T22:40:45.831Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T22:40:45.831Z] ---> Using cache [2023-03-10T22:40:45.831Z] ---> 09a50e37792b [2023-03-10T22:40:45.831Z] Step 13/24 : ENV APP_PORT=59881 ---> 1673240de071 [2023-03-10T22:40:45.831Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-10T22:40:45.831Z] [2023-03-10T22:40:45.831Z] Removing intermediate container c9b655d9ecb6 [2023-03-10T22:40:45.831Z] ---> c6340400f45b [2023-03-10T22:40:45.831Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T22:40:45.831Z] ---> Running in e61a1c42df62 [2023-03-10T22:40:46.099Z] ---> Running in bebcd435962c [2023-03-10T22:40:46.700Z] Removing intermediate container e61a1c42df62 [2023-03-10T22:40:46.700Z] ---> acb06255343d [2023-03-10T22:40:46.700Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-10T22:40:46.971Z] Removing intermediate container bebcd435962c [2023-03-10T22:40:46.971Z] ---> bb90e32c9713 [2023-03-10T22:40:46.971Z] Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:40:46.971Z] ---> Running in 3b2178d06eb7 [2023-03-10T22:40:46.971Z] ---> 48999072913c [2023-03-10T22:40:46.971Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-10T22:40:46.971Z] ---> Running in e91504c1604a [2023-03-10T22:40:47.238Z] ---> Running in 616c76d304ea [2023-03-10T22:40:47.833Z] Removing intermediate container 3b2178d06eb7 [2023-03-10T22:40:47.833Z] ---> e387b3a1989b [2023-03-10T22:40:47.833Z] Step 15/24 : WORKDIR / [2023-03-10T22:40:47.833Z] Removing intermediate container 616c76d304ea [2023-03-10T22:40:47.833Z] ---> 501f86a27f12 [2023-03-10T22:40:47.833Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T22:40:48.101Z] Removing intermediate container e91504c1604a [2023-03-10T22:40:48.101Z] ---> f72defecaf9b [2023-03-10T22:40:48.101Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T22:40:48.101Z] ---> Running in 50083224343f [2023-03-10T22:40:48.101Z] ---> Running in 2c701bddf481 [2023-03-10T22:40:48.101Z] ---> Running in fff146d3197b [2023-03-10T22:40:48.683Z] Removing intermediate container 50083224343f [2023-03-10T22:40:48.683Z] ---> 46c5640584fe [2023-03-10T22:40:48.683Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:40:48.683Z] Removing intermediate container 2c701bddf481 [2023-03-10T22:40:48.683Z] ---> f19cf3836a7e [2023-03-10T22:40:48.683Z] Step 21/23 : LABEL arch=arm64 [2023-03-10T22:40:48.950Z] Removing intermediate container fff146d3197b [2023-03-10T22:40:48.950Z] ---> 2b9248fb7f93 [2023-03-10T22:40:48.950Z] [2023-03-10T22:40:48.950Z] ---> Running in 4ab553423bf1 [2023-03-10T22:40:49.535Z] Successfully built 2b9248fb7f93 [2023-03-10T22:40:49.535Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-10T22:40:49.535Z]  Building security-proxy-auth ... done Building support-scheduler [2023-03-10T22:40:49.535Z] Removing intermediate container 4ab553423bf1 [2023-03-10T22:40:49.535Z] ---> 1924e07a9a2b [2023-03-10T22:40:49.535Z] Step 22/23 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:40:49.804Z] ---> Running in 1a4b0c019199 [2023-03-10T22:40:49.804Z] ---> d01070a513e3 [2023-03-10T22:40:49.804Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-10T22:40:50.765Z] Removing intermediate container 1a4b0c019199 [2023-03-10T22:40:50.765Z] ---> 26ed6e9aaf77 [2023-03-10T22:40:50.766Z] Step 23/23 : LABEL version=0.0.0 [2023-03-10T22:40:50.766Z] ---> Running in f1d529c8f445 [2023-03-10T22:40:51.722Z] Removing intermediate container f1d529c8f445 [2023-03-10T22:40:51.722Z] ---> 24bab7b345db [2023-03-10T22:40:51.722Z] [2023-03-10T22:40:52.307Z] Successfully built 24bab7b345db [2023-03-10T22:40:52.307Z] Successfully tagged core-command-arm64:latest [2023-03-10T22:40:52.307Z]  Building core-command ... done Building support-notifications [2023-03-10T22:40:52.307Z] ---> 9677c7ca682f [2023-03-10T22:40:52.307Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-10T22:40:56.558Z] ---> a10b3dd909cb [2023-03-10T22:40:56.559Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-10T22:40:56.827Z] ---> 8ab6914b9cc5 [2023-03-10T22:40:56.827Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-10T22:40:57.092Z] ---> Running in d60ff789c057 [2023-03-10T22:40:57.673Z] Removing intermediate container d60ff789c057 [2023-03-10T22:40:57.673Z] ---> 5389989274f5 [2023-03-10T22:40:57.673Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T22:40:57.673Z] ---> Running in 0c49f2681ff9 [2023-03-10T22:40:58.262Z] Removing intermediate container 0c49f2681ff9 [2023-03-10T22:40:58.262Z] ---> 2066f2bb8c78 [2023-03-10T22:40:58.262Z] Step 22/24 : LABEL arch=arm64 [2023-03-10T22:40:58.533Z] ---> Running in 337303dedc33 [2023-03-10T22:40:58.813Z] Removing intermediate container 337303dedc33 [2023-03-10T22:40:58.813Z] ---> e3f06feec4e8 [2023-03-10T22:40:58.813Z] Step 23/24 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:40:58.813Z] ---> Running in b6c67d3c0195 [2023-03-10T22:40:59.399Z] Removing intermediate container b6c67d3c0195 [2023-03-10T22:40:59.399Z] ---> 2317c4f34e11 [2023-03-10T22:40:59.399Z] Step 24/24 : LABEL version=0.0.0 [2023-03-10T22:40:59.399Z] ---> Running in bd3e32478261 [2023-03-10T22:40:59.979Z] Removing intermediate container bd3e32478261 [2023-03-10T22:40:59.979Z] ---> b630a05ff28b [2023-03-10T22:40:59.979Z] [2023-03-10T22:41:00.245Z] Successfully built b630a05ff28b [2023-03-10T22:41:00.245Z] Successfully tagged core-metadata-arm64:latest [2023-03-10T22:41:00.245Z] Building security-secretstore-setup [2023-03-10T22:41:08.439Z]  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:41:08.439Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:41:08.439Z] ---> e134e1b8a3e4 [2023-03-10T22:41:08.439Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:41:08.439Z] ---> Using cache [2023-03-10T22:41:08.439Z] ---> 0f05023b65e2 [2023-03-10T22:41:08.439Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T22:41:08.439Z] ---> Using cache [2023-03-10T22:41:08.439Z] ---> e5aec95ed564 [2023-03-10T22:41:08.439Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T22:41:08.439Z] ---> Using cache [2023-03-10T22:41:08.439Z] ---> fbc0319aa38b [2023-03-10T22:41:08.439Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T22:41:08.439Z] ---> Using cache [2023-03-10T22:41:08.439Z] ---> 31239ef4cc09 [2023-03-10T22:41:08.439Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:41:08.439Z] ---> Using cache [2023-03-10T22:41:08.439Z] ---> dbddbf7c9a08 [2023-03-10T22:41:08.439Z] Step 8/22 : COPY . . [2023-03-10T22:41:08.439Z] ---> Using cache [2023-03-10T22:41:08.439Z] ---> cec3d417b0fb [2023-03-10T22:41:08.439Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-10T22:41:08.705Z] ---> Running in c1f522b3b473 [2023-03-10T22:41:10.658Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-10T22:41:17.293Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:41:17.293Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:41:17.293Z] ---> e134e1b8a3e4 [2023-03-10T22:41:17.293Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:41:17.293Z] ---> Using cache [2023-03-10T22:41:17.293Z] ---> 0f05023b65e2 [2023-03-10T22:41:17.293Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T22:41:17.293Z] ---> Using cache [2023-03-10T22:41:17.293Z] ---> e5aec95ed564 [2023-03-10T22:41:17.293Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T22:41:17.293Z] ---> Using cache [2023-03-10T22:41:17.293Z] ---> fbc0319aa38b [2023-03-10T22:41:17.293Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T22:41:17.293Z] ---> Using cache [2023-03-10T22:41:17.293Z] ---> 31239ef4cc09 [2023-03-10T22:41:17.293Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:41:17.293Z] ---> Using cache [2023-03-10T22:41:17.293Z] ---> dbddbf7c9a08 [2023-03-10T22:41:17.293Z] Step 8/22 : COPY . . [2023-03-10T22:41:17.293Z] ---> Using cache [2023-03-10T22:41:17.293Z] ---> cec3d417b0fb [2023-03-10T22:41:17.293Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-10T22:41:17.880Z] ---> Running in 52f7e68bd32e [2023-03-10T22:41:18.838Z] Removing intermediate container e5ae78b3e345 [2023-03-10T22:41:18.838Z] ---> b8599761d146 [2023-03-10T22:41:18.838Z] [2023-03-10T22:41:18.838Z] Step 9/19 : FROM alpine:3.15 [2023-03-10T22:41:18.838Z] ---> 354640af7b1b [2023-03-10T22:41:18.838Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T22:41:18.838Z] ---> Using cache [2023-03-10T22:41:18.838Z] ---> fca61501aa02 [2023-03-10T22:41:18.838Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-10T22:41:20.778Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:41:20.778Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:41:20.778Z] ---> e134e1b8a3e4 [2023-03-10T22:41:20.778Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T22:41:20.778Z] ---> Using cache [2023-03-10T22:41:20.778Z] ---> 0f05023b65e2 [2023-03-10T22:41:20.778Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T22:41:20.778Z] ---> Using cache [2023-03-10T22:41:20.778Z] ---> e5aec95ed564 [2023-03-10T22:41:20.778Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-10T22:41:21.364Z] ---> Running in 449515e65045 [2023-03-10T22:41:21.364Z] ---> Running in 5196095e9e59 [2023-03-10T22:41:21.630Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-10T22:41:23.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:41:24.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:41:24.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:41:24.752Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:41:25.023Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:41:25.023Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:41:25.023Z] ---> e134e1b8a3e4 [2023-03-10T22:41:25.023Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T22:41:25.023Z] ---> Using cache [2023-03-10T22:41:25.023Z] ---> c9f5daf9f5ab [2023-03-10T22:41:25.023Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-10T22:41:25.293Z] ---> Running in 5590de361ded [2023-03-10T22:41:25.559Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T22:41:25.559Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T22:41:25.559Z] OK: 15736 distinct packages available [2023-03-10T22:41:25.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:41:26.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:41:26.141Z] OK: 221 MiB in 51 packages [2023-03-10T22:41:27.550Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-10T22:41:27.550Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-10T22:41:27.550Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-10T22:41:27.550Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-10T22:41:27.550Z] (5/9) Installing curl (7.80.0-r6) [2023-03-10T22:41:27.550Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-10T22:41:27.550Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-10T22:41:27.550Z] (8/9) Installing libucontext (1.1-r0) [2023-03-10T22:41:27.550Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-10T22:41:27.550Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T22:41:27.550Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T22:41:27.550Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:41:27.818Z] Removing intermediate container 5196095e9e59 [2023-03-10T22:41:27.818Z] ---> c63ec28f8f64 [2023-03-10T22:41:27.818Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T22:41:27.818Z] OK: 8 MiB in 23 packages [2023-03-10T22:41:28.087Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:41:28.683Z] ---> bcec3714a4d8 [2023-03-10T22:41:28.683Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:41:28.957Z] ---> Running in cbb7f5c0bef0 [2023-03-10T22:41:29.538Z] OK: 221 MiB in 51 packages [2023-03-10T22:41:30.943Z] Removing intermediate container 449515e65045 [2023-03-10T22:41:30.943Z] ---> fbee3796841a [2023-03-10T22:41:30.943Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:41:31.530Z] Removing intermediate container 5590de361ded [2023-03-10T22:41:31.530Z] ---> ef8870c3d110 [2023-03-10T22:41:31.530Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T22:41:32.112Z] ---> 410a7275bc35 [2023-03-10T22:41:32.112Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-10T22:41:32.384Z] ---> e3333dda922a [2023-03-10T22:41:32.384Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:41:32.657Z] ---> Running in 462e5fb75b79 [2023-03-10T22:41:35.235Z] ---> a76aecaf3d45 [2023-03-10T22:41:35.235Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-10T22:41:35.821Z] ---> b2a8d9909668 [2023-03-10T22:41:35.821Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-10T22:41:35.821Z] ---> Running in e63f97b3c87e [2023-03-10T22:41:36.085Z] Removing intermediate container e63f97b3c87e [2023-03-10T22:41:36.085Z] ---> bbe6f5b3dd62 [2023-03-10T22:41:36.085Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T22:41:36.352Z] ---> Running in 9e3ad3104aff [2023-03-10T22:41:36.930Z] Removing intermediate container 9e3ad3104aff [2023-03-10T22:41:36.930Z] ---> 6c626ed6e3f7 [2023-03-10T22:41:36.930Z] Step 17/19 : LABEL arch=arm64 [2023-03-10T22:41:36.930Z] ---> Running in 239052e6ac23 [2023-03-10T22:41:37.196Z] Removing intermediate container 239052e6ac23 [2023-03-10T22:41:37.461Z] ---> 1c012737dcf1 [2023-03-10T22:41:37.461Z] Step 18/19 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:41:37.461Z] ---> Running in 4aea5790dc80 [2023-03-10T22:41:38.048Z] Removing intermediate container 4aea5790dc80 [2023-03-10T22:41:38.048Z] ---> c0c86cf7446e [2023-03-10T22:41:38.048Z] Step 19/19 : LABEL version=0.0.0 [2023-03-10T22:41:38.048Z] ---> Running in 0a03d5586b14 [2023-03-10T22:41:38.632Z] Removing intermediate container 0a03d5586b14 [2023-03-10T22:41:38.632Z] ---> af5b15794eba [2023-03-10T22:41:38.632Z] [2023-03-10T22:41:38.632Z] Successfully built af5b15794eba [2023-03-10T22:41:38.898Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-10T22:41:38.898Z]  Building security-spiffe-token-provider ... done Building security-spire-config [2023-03-10T22:41:53.872Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:41:54.136Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:41:54.136Z] ---> e134e1b8a3e4 [2023-03-10T22:41:54.136Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T22:41:54.136Z] ---> Using cache [2023-03-10T22:41:54.136Z] ---> c9f5daf9f5ab [2023-03-10T22:41:54.136Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T22:41:54.136Z] ---> Using cache [2023-03-10T22:41:54.136Z] ---> ef341b9ae642 [2023-03-10T22:41:54.136Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T22:41:54.136Z] ---> Using cache [2023-03-10T22:41:54.136Z] ---> 39126241d4eb [2023-03-10T22:41:54.136Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:41:54.136Z] ---> Using cache [2023-03-10T22:41:54.136Z] ---> 6df397f1cb2b [2023-03-10T22:41:54.136Z] Step 7/24 : COPY . . [2023-03-10T22:41:54.136Z] ---> Using cache [2023-03-10T22:41:54.136Z] ---> 8905960848da [2023-03-10T22:41:54.136Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T22:41:54.136Z] ---> Using cache [2023-03-10T22:41:54.136Z] ---> 662f669c6e62 [2023-03-10T22:41:54.136Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T22:41:54.136Z] ---> Using cache [2023-03-10T22:41:54.136Z] ---> c6c41f796729 [2023-03-10T22:41:54.136Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-10T22:41:54.136Z] ---> Using cache [2023-03-10T22:41:54.136Z] ---> 7a1110c09650 [2023-03-10T22:41:54.136Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T22:41:54.136Z] ---> Using cache [2023-03-10T22:41:54.136Z] ---> 1b1e4c6865a3 [2023-03-10T22:41:54.136Z] [2023-03-10T22:41:54.136Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T22:41:54.136Z] ---> 354640af7b1b [2023-03-10T22:41:54.136Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T22:41:54.136Z] ---> Using cache [2023-03-10T22:41:54.136Z] ---> fca61501aa02 [2023-03-10T22:41:54.136Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-10T22:41:55.091Z] ---> Running in f2ca99e52728 [2023-03-10T22:41:57.024Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:41:57.604Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:41:59.006Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T22:41:59.006Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T22:41:59.006Z] OK: 15736 distinct packages available [2023-03-10T22:41:59.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:41:59.535Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:42:00.488Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-10T22:42:00.488Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-10T22:42:00.488Z] (3/4) Installing libucontext (1.1-r0) [2023-03-10T22:42:00.488Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-10T22:42:00.752Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T22:42:00.752Z] OK: 6 MiB in 18 packages [2023-03-10T22:42:02.698Z] Removing intermediate container f2ca99e52728 [2023-03-10T22:42:02.698Z] ---> 8326b63449d3 [2023-03-10T22:42:02.698Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T22:42:09.322Z] ---> f79eac05dcfd [2023-03-10T22:42:09.322Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T22:42:09.322Z] ---> e17b5fb1730e [2023-03-10T22:42:09.322Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-10T22:42:09.322Z] ---> Running in 5684d5633959 [2023-03-10T22:42:09.901Z] Removing intermediate container 5684d5633959 [2023-03-10T22:42:09.901Z] ---> 889f41690afa [2023-03-10T22:42:09.901Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-10T22:42:10.863Z] ---> 659bdd705eb0 [2023-03-10T22:42:10.863Z] Step 19/24 : WORKDIR / [2023-03-10T22:42:10.863Z] ---> Running in 82aad363ba4f [2023-03-10T22:42:11.449Z] Removing intermediate container 82aad363ba4f [2023-03-10T22:42:11.449Z] ---> acfa0383be19 [2023-03-10T22:42:11.449Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T22:42:11.449Z] ---> Running in a3ac9b96abdb [2023-03-10T22:42:12.405Z] Removing intermediate container a3ac9b96abdb [2023-03-10T22:42:12.405Z] ---> 13a72f2e2b61 [2023-03-10T22:42:12.405Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T22:42:12.405Z] ---> Running in 51ef807e14ca [2023-03-10T22:42:12.984Z] Removing intermediate container 51ef807e14ca [2023-03-10T22:42:12.984Z] ---> c70b6360ee6e [2023-03-10T22:42:12.984Z] Step 22/24 : LABEL arch=arm64 [2023-03-10T22:42:12.984Z] ---> Running in 80b97c4acc8e [2023-03-10T22:42:13.572Z] Removing intermediate container 80b97c4acc8e [2023-03-10T22:42:13.572Z] ---> 839ac3076079 [2023-03-10T22:42:13.572Z] Step 23/24 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:42:13.838Z] ---> Running in 09b7d99bef19 [2023-03-10T22:42:14.416Z] Removing intermediate container 09b7d99bef19 [2023-03-10T22:42:14.416Z] ---> 65c13e7e04b7 [2023-03-10T22:42:14.416Z] Step 24/24 : LABEL version=0.0.0 [2023-03-10T22:42:14.416Z] ---> Running in a4ae5e595952 [2023-03-10T22:42:14.998Z] Removing intermediate container a4ae5e595952 [2023-03-10T22:42:14.998Z] ---> 1cfe1b93b91c [2023-03-10T22:42:14.998Z] [2023-03-10T22:42:15.264Z] Successfully built 1cfe1b93b91c [2023-03-10T22:42:15.264Z] Successfully tagged security-spire-config-arm64:latest [2023-03-10T22:42:15.264Z]  Building security-spire-config ... done Building security-proxy-setup [2023-03-10T22:42:33.470Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:42:33.470Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:42:33.470Z] ---> e134e1b8a3e4 [2023-03-10T22:42:33.470Z] Step 3/20 : WORKDIR /edgex-go [2023-03-10T22:42:33.470Z] ---> Using cache [2023-03-10T22:42:33.470Z] ---> c9f5daf9f5ab [2023-03-10T22:42:33.470Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-10T22:42:33.470Z] ---> Using cache [2023-03-10T22:42:33.470Z] ---> ef8870c3d110 [2023-03-10T22:42:33.470Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-10T22:42:33.470Z] ---> Using cache [2023-03-10T22:42:33.470Z] ---> e3333dda922a [2023-03-10T22:42:33.470Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:42:33.470Z] ---> Running in cb8f8695cfd3 [2023-03-10T22:43:29.880Z] Removing intermediate container 462e5fb75b79 [2023-03-10T22:43:29.880Z] ---> c9bf39029f0d [2023-03-10T22:43:29.880Z] Step 7/23 : COPY . . [2023-03-10T22:43:29.880Z] Removing intermediate container cbb7f5c0bef0 [2023-03-10T22:43:29.880Z] ---> e080d4118743 [2023-03-10T22:43:29.880Z] Step 8/22 : COPY . . [2023-03-10T22:43:59.643Z] ---> ced3e8202788 [2023-03-10T22:43:59.643Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-10T22:43:59.643Z] ---> 7e8b7571a0a3 [2023-03-10T22:43:59.643Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-10T22:43:59.643Z] ---> Running in b31877ad716a [2023-03-10T22:43:59.643Z] ---> Running in 80584b145565 [2023-03-10T22:44:01.583Z] 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 [2023-03-10T22:44:01.583Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-10T22:44:16.564Z] Removing intermediate container cb8f8695cfd3 [2023-03-10T22:44:16.564Z] ---> 551fd30917a9 [2023-03-10T22:44:16.564Z] Step 7/20 : COPY . . [2023-03-10T22:44:28.854Z] ---> c029f6331663 [2023-03-10T22:44:28.854Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-10T22:44:28.854Z] ---> Running in 396ed2db41eb [2023-03-10T22:44:29.434Z] 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 [2023-03-10T22:47:21.532Z] Removing intermediate container c1f522b3b473 [2023-03-10T22:47:21.532Z] ---> 976fd59a225b [2023-03-10T22:47:21.532Z] [2023-03-10T22:47:21.532Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T22:47:21.532Z] ---> 4c81e5bf8899 [2023-03-10T22:47:21.532Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-10T22:47:21.532Z] ---> Running in d04ab63bfb3f [2023-03-10T22:47:21.532Z] Removing intermediate container d04ab63bfb3f [2023-03-10T22:47:21.532Z] ---> 1e65dd10597e [2023-03-10T22:47:21.532Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-10T22:47:21.532Z] ---> Running in 91e3af2ee7d5 [2023-03-10T22:47:21.532Z] Removing intermediate container 91e3af2ee7d5 [2023-03-10T22:47:21.532Z] ---> da226db8adeb [2023-03-10T22:47:21.532Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-10T22:47:21.532Z] ---> Running in ac3e14e62acd [2023-03-10T22:47:21.532Z] Removing intermediate container ac3e14e62acd [2023-03-10T22:47:21.532Z] ---> 54015befb569 [2023-03-10T22:47:21.532Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T22:47:21.532Z] ---> Running in e71438a4271f [2023-03-10T22:47:21.532Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:47:21.532Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:47:22.489Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T22:47:22.489Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:47:22.489Z] OK: 5 MiB in 15 packages [2023-03-10T22:47:23.896Z] Removing intermediate container e71438a4271f [2023-03-10T22:47:23.896Z] ---> 66792821aba5 [2023-03-10T22:47:23.896Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:47:24.858Z] ---> 588b6b41ebd5 [2023-03-10T22:47:24.858Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-10T22:47:26.798Z] ---> 250ac21dc079 [2023-03-10T22:47:26.798Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-10T22:47:27.381Z] ---> 7a88779cf078 [2023-03-10T22:47:27.381Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-10T22:47:27.648Z] ---> Running in 0d97cb869eef [2023-03-10T22:47:28.228Z] Removing intermediate container 0d97cb869eef [2023-03-10T22:47:28.228Z] ---> 429bd55b009a [2023-03-10T22:47:28.228Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T22:47:28.228Z] ---> Running in f57814c89f76 [2023-03-10T22:47:28.810Z] Removing intermediate container f57814c89f76 [2023-03-10T22:47:28.810Z] ---> 42d59eef57c7 [2023-03-10T22:47:28.810Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T22:47:28.810Z] ---> Running in 1a0339376566 [2023-03-10T22:47:29.391Z] Removing intermediate container 1a0339376566 [2023-03-10T22:47:29.391Z] ---> fa46f6f30714 [2023-03-10T22:47:29.391Z] Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:47:29.658Z] ---> Running in 2938d2d30144 [2023-03-10T22:47:29.925Z] Removing intermediate container 2938d2d30144 [2023-03-10T22:47:29.925Z] ---> 9b13fa486020 [2023-03-10T22:47:29.925Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T22:47:30.193Z] ---> Running in 4e6a9da95243 [2023-03-10T22:47:30.773Z] Removing intermediate container 4e6a9da95243 [2023-03-10T22:47:30.773Z] ---> cfcd1c0707ba [2023-03-10T22:47:30.773Z] [2023-03-10T22:47:31.040Z] Successfully built cfcd1c0707ba [2023-03-10T22:47:31.040Z] Successfully tagged core-data-arm64:latest [2023-03-10T22:47:31.040Z] Building security-bootstrapper [2023-03-10T22:47:49.292Z]  Building core-data ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:47:49.292Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:47:49.292Z] ---> e134e1b8a3e4 [2023-03-10T22:47:49.292Z] Step 3/32 : WORKDIR /edgex-go [2023-03-10T22:47:49.292Z] ---> Using cache [2023-03-10T22:47:49.292Z] ---> c9f5daf9f5ab [2023-03-10T22:47:49.292Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-10T22:47:49.292Z] ---> Using cache [2023-03-10T22:47:49.292Z] ---> ef8870c3d110 [2023-03-10T22:47:49.292Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-10T22:47:49.292Z] ---> Using cache [2023-03-10T22:47:49.292Z] ---> e3333dda922a [2023-03-10T22:47:49.292Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:47:49.292Z] ---> Using cache [2023-03-10T22:47:49.292Z] ---> 551fd30917a9 [2023-03-10T22:47:49.292Z] Step 7/32 : COPY . . [2023-03-10T22:47:49.292Z] ---> Using cache [2023-03-10T22:47:49.292Z] ---> c029f6331663 [2023-03-10T22:47:49.292Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-10T22:47:49.292Z] ---> Running in 2efbdd96b817 [2023-03-10T22:47:49.881Z] 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 [2023-03-10T22:49:56.601Z] 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 [2023-03-10T22:50:01.968Z] Removing intermediate container 80584b145565 [2023-03-10T22:50:01.968Z] ---> c27219d6753b [2023-03-10T22:50:01.968Z] [2023-03-10T22:50:01.968Z] Step 9/23 : FROM alpine:3.16 [2023-03-10T22:50:01.968Z] ---> 4c81e5bf8899 [2023-03-10T22:50:01.968Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-10T22:50:01.968Z] ---> Running in 391e7ce63ba5 [2023-03-10T22:50:03.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:50:03.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:50:05.341Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-10T22:50:05.610Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-10T22:50:05.610Z] (3/3) Installing su-exec (0.2-r1) [2023-03-10T22:50:05.610Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:50:05.610Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T22:50:06.198Z] OK: 6 MiB in 17 packages [2023-03-10T22:50:08.153Z] Removing intermediate container 391e7ce63ba5 [2023-03-10T22:50:08.153Z] ---> 0ec249fc78dd [2023-03-10T22:50:08.153Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-10T22:50:08.739Z] ---> Running in 350b0c7a360e [2023-03-10T22:50:09.325Z] Removing intermediate container 350b0c7a360e [2023-03-10T22:50:09.325Z] ---> 77b2d47eb5e4 [2023-03-10T22:50:09.325Z] Step 12/23 : WORKDIR / [2023-03-10T22:50:09.595Z] ---> Running in b7b31caa7904 [2023-03-10T22:50:12.947Z] Removing intermediate container b7b31caa7904 [2023-03-10T22:50:12.947Z] ---> e834a5a1a291 [2023-03-10T22:50:12.948Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-10T22:50:14.363Z] ---> 81fccc76dd73 [2023-03-10T22:50:14.363Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-10T22:50:15.326Z] ---> df9b72f9fa62 [2023-03-10T22:50:15.326Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-10T22:50:17.918Z] ---> 48b82986a27a [2023-03-10T22:50:17.918Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-10T22:50:19.905Z] Removing intermediate container 396ed2db41eb [2023-03-10T22:50:19.905Z] ---> 5d487abe883d [2023-03-10T22:50:19.905Z] [2023-03-10T22:50:19.905Z] Step 9/20 : FROM alpine:3.16 [2023-03-10T22:50:19.905Z] ---> 4c81e5bf8899 [2023-03-10T22:50:19.905Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-10T22:50:19.905Z] ---> Running in 2408e81b8065 [2023-03-10T22:50:20.872Z] ---> 207d06cae942 [2023-03-10T22:50:20.872Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-10T22:50:22.813Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:50:22.813Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:50:24.216Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T22:50:24.216Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-10T22:50:24.216Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:50:24.216Z] OK: 6 MiB in 16 packages [2023-03-10T22:50:24.797Z] ---> 7ff008d2be00 [2023-03-10T22:50:24.797Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T22:50:26.787Z] ---> b2570ddcf982 [2023-03-10T22:50:26.787Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T22:50:26.787Z] Removing intermediate container 2408e81b8065 [2023-03-10T22:50:26.787Z] ---> a0f48217ae85 [2023-03-10T22:50:26.787Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-10T22:50:27.057Z] ---> Running in 36863d7c646f [2023-03-10T22:50:27.057Z] ---> Running in 944a77f194fa [2023-03-10T22:50:28.483Z] Removing intermediate container 944a77f194fa [2023-03-10T22:50:28.483Z] ---> ac6e6500dfef [2023-03-10T22:50:28.483Z] Step 12/20 : WORKDIR /edgex [2023-03-10T22:50:28.483Z] ---> Running in c7d062f0dbc1 [2023-03-10T22:50:29.456Z] Removing intermediate container c7d062f0dbc1 [2023-03-10T22:50:29.456Z] ---> 740af95d9f34 [2023-03-10T22:50:29.456Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-10T22:50:31.427Z] ---> 8c2629d0de3c [2023-03-10T22:50:31.427Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-10T22:50:31.427Z] Removing intermediate container 36863d7c646f [2023-03-10T22:50:31.427Z] ---> c15ac2c18ff9 [2023-03-10T22:50:31.427Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T22:50:31.700Z] ---> Running in 08cc47fcb5be [2023-03-10T22:50:31.700Z] Removing intermediate container 52f7e68bd32e [2023-03-10T22:50:31.700Z] ---> 0da70fc3c771 [2023-03-10T22:50:31.700Z] [2023-03-10T22:50:31.700Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T22:50:31.700Z] ---> 4c81e5bf8899 [2023-03-10T22:50:31.700Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T22:50:31.700Z] ---> Using cache [2023-03-10T22:50:31.700Z] ---> 8aba512fc851 [2023-03-10T22:50:31.700Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T22:50:31.700Z] ---> Using cache [2023-03-10T22:50:31.700Z] ---> 09a50e37792b [2023-03-10T22:50:31.700Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-10T22:50:31.969Z] ---> Running in 64d8a9dca8ef [2023-03-10T22:50:32.556Z] Removing intermediate container 08cc47fcb5be [2023-03-10T22:50:32.556Z] ---> 7e776503ba65 [2023-03-10T22:50:32.556Z] Step 21/23 : LABEL arch=arm64 [2023-03-10T22:50:32.825Z] ---> Running in 5f23f56ccac8 [2023-03-10T22:50:33.093Z] Removing intermediate container 64d8a9dca8ef [2023-03-10T22:50:33.093Z] ---> 586a631f6681 [2023-03-10T22:50:33.093Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T22:50:33.093Z] ---> Running in 70523d34bc90 [2023-03-10T22:50:34.056Z] Removing intermediate container 70523d34bc90 [2023-03-10T22:50:34.056Z] ---> e1b42e4c3894 [2023-03-10T22:50:34.056Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:50:34.056Z] ---> 660f635575da [2023-03-10T22:50:34.056Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T22:50:34.056Z] Removing intermediate container 5f23f56ccac8 [2023-03-10T22:50:34.056Z] ---> 9e4a7d3432a1 [2023-03-10T22:50:34.056Z] Step 22/23 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:50:34.056Z] ---> Running in 1f3ef2d1ff29 [2023-03-10T22:50:35.029Z] Removing intermediate container 1f3ef2d1ff29 [2023-03-10T22:50:35.029Z] ---> 5e4c07020ffb [2023-03-10T22:50:35.029Z] Step 23/23 : LABEL version=0.0.0 [2023-03-10T22:50:35.303Z] ---> Running in 30cd7b4f10d9 [2023-03-10T22:50:35.303Z] ---> d784cd1e3206 [2023-03-10T22:50:35.303Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-10T22:50:35.303Z] ---> b65d37ecb861 [2023-03-10T22:50:35.303Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T22:50:35.573Z] ---> Running in e08f1d107792 [2023-03-10T22:50:36.550Z] Removing intermediate container 30cd7b4f10d9 [2023-03-10T22:50:36.550Z] ---> 241262164029 [2023-03-10T22:50:36.550Z] [2023-03-10T22:50:36.825Z] Successfully built 241262164029 [2023-03-10T22:50:36.825Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-10T22:50:36.825Z]  Building security-secretstore-setup ... done Building security-spire-server [2023-03-10T22:50:40.181Z] Removing intermediate container e08f1d107792 [2023-03-10T22:50:40.181Z] ---> b90c6c8d53b7 [2023-03-10T22:50:40.181Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T22:50:40.181Z] ---> 4204141599c7 [2023-03-10T22:50:40.181Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-10T22:50:40.181Z] ---> Running in da6b1b6a24a2 [2023-03-10T22:50:40.465Z] Removing intermediate container da6b1b6a24a2 [2023-03-10T22:50:40.465Z] ---> 7d00b93a94ca [2023-03-10T22:50:40.465Z] Step 18/20 : LABEL arch=arm64 [2023-03-10T22:50:40.738Z] ---> Running in d7b9054aba5c [2023-03-10T22:50:41.007Z] ---> 854a8b85aebf [2023-03-10T22:50:41.007Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-10T22:50:41.277Z] ---> Running in 25b380312b5a [2023-03-10T22:50:41.546Z] Removing intermediate container d7b9054aba5c [2023-03-10T22:50:41.546Z] ---> d5818a77fb3c [2023-03-10T22:50:41.546Z] Step 19/20 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:50:41.546Z] ---> Running in 78633025ef81 [2023-03-10T22:50:41.815Z] Removing intermediate container 25b380312b5a [2023-03-10T22:50:41.815Z] ---> 393db97fd42d [2023-03-10T22:50:41.815Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T22:50:42.085Z] ---> Running in 4c452927173f [2023-03-10T22:50:42.362Z] Removing intermediate container 78633025ef81 [2023-03-10T22:50:42.362Z] ---> 61bb81e6cf8e [2023-03-10T22:50:42.362Z] Step 20/20 : LABEL version=0.0.0 [2023-03-10T22:50:42.630Z] ---> Running in 5a6802f920d5 [2023-03-10T22:50:42.630Z] Removing intermediate container 4c452927173f [2023-03-10T22:50:42.630Z] ---> 5a58047a6ef9 [2023-03-10T22:50:42.630Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T22:50:42.900Z] ---> Running in 2872f1f578fe [2023-03-10T22:50:43.865Z] Removing intermediate container 5a6802f920d5 [2023-03-10T22:50:43.865Z] ---> e65b5f79065b [2023-03-10T22:50:43.865Z] [2023-03-10T22:50:43.865Z] Removing intermediate container 2872f1f578fe [2023-03-10T22:50:43.865Z] ---> 6ccfbdfe5f54 [2023-03-10T22:50:43.865Z] Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:50:43.865Z] ---> Running in c65bbbd8e6f0 [2023-03-10T22:50:44.457Z] Successfully built e65b5f79065b [2023-03-10T22:50:44.457Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-10T22:50:44.457Z]  Building security-proxy-setup ... done Removing intermediate container c65bbbd8e6f0 [2023-03-10T22:50:44.457Z] ---> 5d76ee7386e8 [2023-03-10T22:50:44.457Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T22:50:44.726Z] ---> Running in cd6170924337 [2023-03-10T22:50:45.310Z] Removing intermediate container cd6170924337 [2023-03-10T22:50:45.310Z] ---> ac2083a85f70 [2023-03-10T22:50:45.310Z] [2023-03-10T22:50:45.578Z] Successfully built ac2083a85f70 [2023-03-10T22:50:45.578Z] Successfully tagged support-scheduler-arm64:latest [2023-03-10T22:50:53.796Z]  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T22:50:53.796Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T22:50:53.796Z] ---> e134e1b8a3e4 [2023-03-10T22:50:53.796Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T22:50:53.796Z] ---> Using cache [2023-03-10T22:50:53.796Z] ---> c9f5daf9f5ab [2023-03-10T22:50:53.796Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T22:50:53.796Z] ---> Using cache [2023-03-10T22:50:53.796Z] ---> ef341b9ae642 [2023-03-10T22:50:53.796Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T22:50:53.796Z] ---> Using cache [2023-03-10T22:50:53.796Z] ---> 39126241d4eb [2023-03-10T22:50:53.796Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T22:50:53.796Z] ---> Using cache [2023-03-10T22:50:53.796Z] ---> 6df397f1cb2b [2023-03-10T22:50:53.796Z] Step 7/23 : COPY . . [2023-03-10T22:50:53.796Z] ---> Using cache [2023-03-10T22:50:53.796Z] ---> 8905960848da [2023-03-10T22:50:53.796Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T22:50:53.796Z] ---> Using cache [2023-03-10T22:50:53.796Z] ---> 662f669c6e62 [2023-03-10T22:50:53.796Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-10T22:50:53.796Z] ---> Using cache [2023-03-10T22:50:53.796Z] ---> c6c41f796729 [2023-03-10T22:50:53.796Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-10T22:50:53.796Z] ---> Running in 107aab699515 [2023-03-10T22:50:56.379Z] Removing intermediate container 107aab699515 [2023-03-10T22:50:56.379Z] ---> 6e3dd8159d4a [2023-03-10T22:50:56.379Z] Step 11/23 : WORKDIR /edgex-go [2023-03-10T22:50:56.379Z] ---> Running in 58d573e299c1 [2023-03-10T22:50:56.644Z] Removing intermediate container 58d573e299c1 [2023-03-10T22:50:56.644Z] ---> 75e72f01711c [2023-03-10T22:50:56.644Z] [2023-03-10T22:50:56.644Z] Step 12/23 : FROM alpine:3.15 [2023-03-10T22:50:56.644Z] ---> 354640af7b1b [2023-03-10T22:50:56.644Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T22:50:56.644Z] ---> Using cache [2023-03-10T22:50:56.644Z] ---> fca61501aa02 [2023-03-10T22:50:56.644Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T22:50:56.644Z] ---> Using cache [2023-03-10T22:50:56.644Z] ---> 0343686ae686 [2023-03-10T22:50:56.644Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T22:51:03.285Z] ---> 964709914bc0 [2023-03-10T22:51:03.285Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T22:51:03.285Z] ---> ee7c8b9672a9 [2023-03-10T22:51:03.285Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-10T22:51:04.690Z] ---> 4bdc632a90b9 [2023-03-10T22:51:04.690Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-10T22:51:05.271Z] ---> 8fc9354f73ff [2023-03-10T22:51:05.271Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T22:51:05.537Z] ---> Running in be0034099b4f [2023-03-10T22:51:06.120Z] Removing intermediate container be0034099b4f [2023-03-10T22:51:06.120Z] ---> 4c476ea7fe9a [2023-03-10T22:51:06.120Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T22:51:06.120Z] ---> Running in c2b85f80521a [2023-03-10T22:51:06.727Z] Removing intermediate container c2b85f80521a [2023-03-10T22:51:06.727Z] ---> 08bf85e31a0c [2023-03-10T22:51:06.727Z] Step 21/23 : LABEL arch=arm64 [2023-03-10T22:51:06.727Z] ---> Running in 25d6c2d3eed4 [2023-03-10T22:51:07.310Z] Removing intermediate container 25d6c2d3eed4 [2023-03-10T22:51:07.310Z] ---> 00c1cc4e9a4c [2023-03-10T22:51:07.310Z] Step 22/23 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:51:07.310Z] ---> Running in 091151c8a5aa [2023-03-10T22:51:07.895Z] Removing intermediate container 091151c8a5aa [2023-03-10T22:51:07.895Z] ---> 9769c6836b8f [2023-03-10T22:51:07.895Z] Step 23/23 : LABEL version=0.0.0 [2023-03-10T22:51:07.895Z] ---> Running in 8cb2b5bb28ec [2023-03-10T22:51:08.479Z] Removing intermediate container 8cb2b5bb28ec [2023-03-10T22:51:08.479Z] ---> 0f7a3fd408e8 [2023-03-10T22:51:08.479Z] [2023-03-10T22:51:08.479Z] Successfully built 0f7a3fd408e8 [2023-03-10T22:51:08.479Z] Successfully tagged security-spire-server-arm64:latest [2023-03-10T22:52:04.875Z]  Building security-spire-server ... done Removing intermediate container 2efbdd96b817 [2023-03-10T22:52:04.875Z] ---> 84bc2b374505 [2023-03-10T22:52:04.875Z] [2023-03-10T22:52:04.875Z] Step 9/32 : FROM alpine:3.16 [2023-03-10T22:52:04.875Z] ---> 4c81e5bf8899 [2023-03-10T22:52:04.875Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T22:52:04.875Z] Removing intermediate container b31877ad716a [2023-03-10T22:52:04.875Z] ---> 8df0a434dd07 [2023-03-10T22:52:04.875Z] [2023-03-10T22:52:04.875Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T22:52:04.875Z] ---> 4c81e5bf8899 [2023-03-10T22:52:04.875Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-10T22:52:04.875Z] ---> Running in 7459f4a337b7 [2023-03-10T22:52:04.875Z] ---> Running in 5a6606180f41 [2023-03-10T22:52:04.875Z] Removing intermediate container 5a6606180f41 [2023-03-10T22:52:04.875Z] ---> 25c4e60a980c [2023-03-10T22:52:04.875Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-10T22:52:04.876Z] ---> Running in 8cdf88c0ebbd [2023-03-10T22:52:04.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:52:04.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T22:52:04.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:52:04.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T22:52:04.876Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-10T22:52:04.876Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-10T22:52:04.876Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:52:04.876Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T22:52:04.876Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T22:52:04.876Z] (2/2) Installing su-exec (0.2-r1) [2023-03-10T22:52:04.876Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T22:52:04.876Z] OK: 5 MiB in 16 packages [2023-03-10T22:52:04.876Z] OK: 6 MiB in 16 packages [2023-03-10T22:52:04.876Z] Removing intermediate container 8cdf88c0ebbd [2023-03-10T22:52:04.876Z] ---> 7a6491247ec8 [2023-03-10T22:52:04.876Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-10T22:52:04.876Z] ---> Running in 26a1c332b8f5 [2023-03-10T22:52:04.876Z] Removing intermediate container 7459f4a337b7 [2023-03-10T22:52:04.876Z] ---> f34db1cdc49e [2023-03-10T22:52:04.876Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T22:52:04.876Z] ---> Running in ad14a9f9dfaa [2023-03-10T22:52:04.876Z] Removing intermediate container 26a1c332b8f5 [2023-03-10T22:52:04.876Z] ---> ceebed71b0f7 [2023-03-10T22:52:04.876Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-10T22:52:04.876Z] ---> Running in a7e85b54a201 [2023-03-10T22:52:04.876Z] Removing intermediate container ad14a9f9dfaa [2023-03-10T22:52:04.876Z] ---> b6fd0d512200 [2023-03-10T22:52:04.876Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-10T22:52:04.876Z] ---> Running in 918e1b836bac [2023-03-10T22:52:04.876Z] Removing intermediate container a7e85b54a201 [2023-03-10T22:52:04.876Z] ---> 4b9496dae48a [2023-03-10T22:52:04.876Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-10T22:52:04.876Z] ---> Running in 126de26e5644 [2023-03-10T22:52:04.876Z] Removing intermediate container 918e1b836bac [2023-03-10T22:52:04.876Z] ---> fe8b40ae37d1 [2023-03-10T22:52:04.876Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T22:52:04.876Z] ---> Running in 18de6078070f [2023-03-10T22:52:04.876Z] Removing intermediate container 126de26e5644 [2023-03-10T22:52:04.876Z] ---> 7d52cb437245 [2023-03-10T22:52:04.876Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-10T22:52:04.876Z] ---> Running in bfff6a83fd15 [2023-03-10T22:52:04.876Z] Removing intermediate container 18de6078070f [2023-03-10T22:52:04.876Z] ---> 892b6bd598d3 [2023-03-10T22:52:04.876Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:52:04.876Z] Removing intermediate container bfff6a83fd15 [2023-03-10T22:52:04.876Z] ---> 7c12ac3c4ad5 [2023-03-10T22:52:04.876Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-10T22:52:04.876Z] ---> Running in 12dc967e96c0 [2023-03-10T22:52:04.876Z] ---> 0e309a50d767 [2023-03-10T22:52:04.876Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-10T22:52:04.876Z] Removing intermediate container 12dc967e96c0 [2023-03-10T22:52:04.876Z] ---> bed3a16ab1ae [2023-03-10T22:52:04.876Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-10T22:52:04.876Z] ---> 173469bb0477 [2023-03-10T22:52:04.876Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-10T22:52:04.876Z] ---> Running in fa64d5d64261 [2023-03-10T22:52:05.144Z] Removing intermediate container fa64d5d64261 [2023-03-10T22:52:05.144Z] ---> 1d0c1b766470 [2023-03-10T22:52:05.144Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-10T22:52:05.414Z] ---> d66f41cc7814 [2023-03-10T22:52:05.414Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-10T22:52:05.414Z] ---> Running in 15a05e69db0d [2023-03-10T22:52:05.685Z] ---> f7f46bd22940 [2023-03-10T22:52:05.685Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-10T22:52:05.954Z] Removing intermediate container 15a05e69db0d [2023-03-10T22:52:05.954Z] ---> 419869784438 [2023-03-10T22:52:05.954Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T22:52:05.954Z] ---> Running in dd786050eaa0 [2023-03-10T22:52:05.954Z] ---> Running in 4dea98d59ce2 [2023-03-10T22:52:06.233Z] Removing intermediate container 4dea98d59ce2 [2023-03-10T22:52:06.233Z] ---> 6b44b8915b6c [2023-03-10T22:52:06.233Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T22:52:06.506Z] ---> Running in 2c9c4bc29988 [2023-03-10T22:52:06.775Z] Removing intermediate container 2c9c4bc29988 [2023-03-10T22:52:06.775Z] ---> a6b7a649c7ee [2023-03-10T22:52:06.775Z] Step 21/22 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:52:06.775Z] ---> Running in c0fb144c7855 [2023-03-10T22:52:07.045Z] Removing intermediate container c0fb144c7855 [2023-03-10T22:52:07.045Z] ---> cf0e976492c2 [2023-03-10T22:52:07.045Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T22:52:07.314Z] ---> Running in 7f0a2b40753a [2023-03-10T22:52:07.585Z] Removing intermediate container 7f0a2b40753a [2023-03-10T22:52:07.585Z] ---> 072afaf80cf5 [2023-03-10T22:52:07.585Z] [2023-03-10T22:52:07.853Z] Removing intermediate container dd786050eaa0 [2023-03-10T22:52:07.853Z] ---> eeb04a653e87 [2023-03-10T22:52:07.853Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T22:52:07.853Z] Successfully built 072afaf80cf5 [2023-03-10T22:52:07.853Z] Successfully tagged support-notifications-arm64:latest [2023-03-10T22:52:08.441Z]  Building support-notifications ... done  ---> 1ff0d18c88d1 [2023-03-10T22:52:08.441Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-10T22:52:10.394Z] ---> d38a808343d6 [2023-03-10T22:52:10.394Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-10T22:52:10.979Z] ---> c3cdc66fafbd [2023-03-10T22:52:10.979Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-10T22:52:11.569Z] ---> 1a0f65e9cede [2023-03-10T22:52:11.569Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-10T22:52:11.838Z] ---> 89a4798f9c5d [2023-03-10T22:52:11.838Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-10T22:52:12.424Z] ---> 5730acdb04bb [2023-03-10T22:52:12.425Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-10T22:52:13.010Z] ---> ad619f20c8e6 [2023-03-10T22:52:13.010Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-10T22:52:13.010Z] ---> Running in acf327a8a5d0 [2023-03-10T22:52:15.014Z] Removing intermediate container acf327a8a5d0 [2023-03-10T22:52:15.014Z] ---> 2c32aba9c37d [2023-03-10T22:52:15.014Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-10T22:52:15.014Z] ---> Running in bdd97ce28cf4 [2023-03-10T22:52:15.014Z] Removing intermediate container bdd97ce28cf4 [2023-03-10T22:52:15.014Z] ---> 7297360689fd [2023-03-10T22:52:15.014Z] Step 29/32 : CMD ["gate"] [2023-03-10T22:52:15.288Z] ---> Running in 7c20f754a9ca [2023-03-10T22:52:15.566Z] Removing intermediate container 7c20f754a9ca [2023-03-10T22:52:15.566Z] ---> 268d752fa0a0 [2023-03-10T22:52:15.566Z] Step 30/32 : LABEL arch=arm64 [2023-03-10T22:52:15.566Z] ---> Running in 7556f548d4f4 [2023-03-10T22:52:15.844Z] Removing intermediate container 7556f548d4f4 [2023-03-10T22:52:15.844Z] ---> 64280f446dec [2023-03-10T22:52:15.844Z] Step 31/32 : LABEL git_sha=e869783a4c36ad155a525780dc958aeed284c14c [2023-03-10T22:52:15.844Z] ---> Running in 09656fd6a64b [2023-03-10T22:52:16.118Z] Removing intermediate container 09656fd6a64b [2023-03-10T22:52:16.118Z] ---> 8bec28a15210 [2023-03-10T22:52:16.118Z] Step 32/32 : LABEL version=0.0.0 [2023-03-10T22:52:16.398Z] ---> Running in 1bfcebbb4d8a [2023-03-10T22:52:16.669Z] Removing intermediate container 1bfcebbb4d8a [2023-03-10T22:52:16.669Z] ---> 68eedb9a425d [2023-03-10T22:52:16.669Z] [2023-03-10T22:52:16.940Z] Successfully built 68eedb9a425d [2023-03-10T22:52:16.940Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-10T22:52:17.220Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-03-10T22:52:17.229Z] $ docker stop --time=1 5c23f2324be2a0c1bf5025b5b125f534b2711ae0e11ca3c6d0ba3f6adb657c3c [2023-03-10T22:52:18.857Z] $ docker rm -f --volumes 5c23f2324be2a0c1bf5025b5b125f534b2711ae0e11ca3c6d0ba3f6adb657c3c [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T22:52:19.392Z] + docker images [2023-03-10T22:52:19.658Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-10T22:52:19.658Z] security-bootstrapper-arm64 latest 68eedb9a425d 3 seconds ago 19MB [2023-03-10T22:52:19.658Z] support-notifications-arm64 latest 072afaf80cf5 12 seconds ago 29.7MB [2023-03-10T22:52:19.658Z] 8df0a434dd07 24 seconds ago 1.57GB [2023-03-10T22:52:19.658Z] 84bc2b374505 25 seconds ago 1.49GB [2023-03-10T22:52:19.658Z] security-spire-server-arm64 latest 0f7a3fd408e8 About a minute ago 84.3MB [2023-03-10T22:52:19.658Z] 75e72f01711c About a minute ago 1.38GB [2023-03-10T22:52:19.658Z] support-scheduler-arm64 latest ac2083a85f70 About a minute ago 29.1MB [2023-03-10T22:52:19.658Z] security-proxy-setup-arm64 latest e65b5f79065b About a minute ago 15.8MB [2023-03-10T22:52:19.658Z] security-secretstore-setup-arm64 latest 241262164029 About a minute ago 28.8MB [2023-03-10T22:52:19.658Z] 0da70fc3c771 About a minute ago 1.57GB [2023-03-10T22:52:19.658Z] 5d487abe883d 2 minutes ago 1.49GB [2023-03-10T22:52:19.658Z] c27219d6753b 2 minutes ago 1.5GB [2023-03-10T22:52:19.658Z] core-data-arm64 latest cfcd1c0707ba 4 minutes ago 17.3MB [2023-03-10T22:52:19.658Z] 976fd59a225b 5 minutes ago 1.51GB [2023-03-10T22:52:19.658Z] security-spire-config-arm64 latest 1cfe1b93b91c 10 minutes ago 83.6MB [2023-03-10T22:52:19.658Z] security-spiffe-token-provider-arm64 latest af5b15794eba 10 minutes ago 29.1MB [2023-03-10T22:52:19.658Z] b8599761d146 11 minutes ago 1.54GB [2023-03-10T22:52:19.658Z] core-metadata-arm64 latest b630a05ff28b 11 minutes ago 17.8MB [2023-03-10T22:52:19.658Z] core-command-arm64 latest 24bab7b345db 11 minutes ago 17.1MB [2023-03-10T22:52:19.658Z] security-proxy-auth-arm64 latest 2b9248fb7f93 11 minutes ago 15.7MB [2023-03-10T22:52:19.658Z] 4781b3741b14 11 minutes ago 1.52GB [2023-03-10T22:52:19.658Z] core-common-config-bootstrapper-arm64 latest 052a2b571a4e 11 minutes ago 14.9MB [2023-03-10T22:52:19.658Z] 69bf71bd2e7b 11 minutes ago 1.49GB [2023-03-10T22:52:19.658Z] 9e78df59ccd5 11 minutes ago 1.51GB [2023-03-10T22:52:19.658Z] 03924364ef91 12 minutes ago 1.5GB [2023-03-10T22:52:19.658Z] security-spire-agent-arm64 latest 5a00c8f5dfae 17 minutes ago 122MB [2023-03-10T22:52:19.658Z] 1b1e4c6865a3 18 minutes ago 1.38GB [2023-03-10T22:52:19.658Z] ci-base-image-arm64 latest e134e1b8a3e4 30 minutes ago 904MB [2023-03-10T22:52:19.658Z] alpine 3.15 354640af7b1b 4 weeks ago 5.34MB [2023-03-10T22:52:19.658Z] alpine 3.16 4c81e5bf8899 4 weeks ago 5.3MB [2023-03-10T22:52:19.658Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-10T22:52:19.658Z] 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 [2023-03-10T22:52:20.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T22:52:20.438Z] [2023-03-10T22:52:20.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:52:20.833Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T22:52:20.833Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-10T22:52:20.833Z] 8998bd30e6a1: Pulling fs layer [2023-03-10T22:52:20.833Z] 04944245beec: Pulling fs layer [2023-03-10T22:52:20.833Z] 699f458cf7ca: Pulling fs layer [2023-03-10T22:52:20.833Z] 765212b225bb: Pulling fs layer [2023-03-10T22:52:20.833Z] f23df028b6ca: Pulling fs layer [2023-03-10T22:52:20.833Z] d65c8cfc05b1: Pulling fs layer [2023-03-10T22:52:20.833Z] 2437ff75d9bd: Pulling fs layer [2023-03-10T22:52:20.833Z] f23df028b6ca: Waiting [2023-03-10T22:52:20.833Z] d65c8cfc05b1: Waiting [2023-03-10T22:52:20.833Z] 2437ff75d9bd: Waiting [2023-03-10T22:52:20.833Z] 765212b225bb: Waiting [2023-03-10T22:52:21.101Z] 04944245beec: Verifying Checksum [2023-03-10T22:52:21.101Z] 04944245beec: Download complete [2023-03-10T22:52:21.101Z] 765212b225bb: Verifying Checksum [2023-03-10T22:52:21.101Z] 765212b225bb: Download complete [2023-03-10T22:52:21.101Z] f23df028b6ca: Download complete [2023-03-10T22:52:21.101Z] d65c8cfc05b1: Verifying Checksum [2023-03-10T22:52:21.101Z] d65c8cfc05b1: Download complete [2023-03-10T22:52:21.366Z] 699f458cf7ca: Download complete [2023-03-10T22:52:21.633Z] 8998bd30e6a1: Verifying Checksum [2023-03-10T22:52:21.633Z] 8998bd30e6a1: Download complete [2023-03-10T22:52:24.216Z] 2437ff75d9bd: Verifying Checksum [2023-03-10T22:52:24.216Z] 2437ff75d9bd: Download complete [2023-03-10T22:52:25.621Z] 8998bd30e6a1: Pull complete [2023-03-10T22:52:25.886Z] 04944245beec: Pull complete [2023-03-10T22:52:27.289Z] 699f458cf7ca: Pull complete [2023-03-10T22:52:27.555Z] 765212b225bb: Pull complete [2023-03-10T22:52:28.136Z] f23df028b6ca: Pull complete [2023-03-10T22:52:28.402Z] d65c8cfc05b1: Pull complete [2023-03-10T22:52:43.515Z] 2437ff75d9bd: Pull complete [2023-03-10T22:52:43.515Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-10T22:52:43.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T22:52:43.515Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T22:52:43.832Z] prd-ubuntu20.04-docker-arm64-4c-16g-9687 does not seem to be running inside a container [2023-03-10T22:52:43.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-10T22:52:47.233Z] $ docker top 0740f59643115c8dd52f5b65878cff8c4bd27f9ab70ff14597aee5832624199e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T22:52:48.172Z] ---> job-cost.sh [2023-03-10T22:52:48.172Z] lf-activate-venv: SKIPPING [2023-03-10T22:52:48.172Z] INFO: No Stack... [2023-03-10T22:52:48.749Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-10T22:52:49.703Z] INFO: Archiving Costs [Pipeline] sh [2023-03-10T22:52:50.361Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-03-10T22:52:50.361Z] + cut -d, -f6 [Pipeline] lock [2023-03-10T22:52:50.413Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4435-1-stack-cost] [2023-03-10T22:52:50.418Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4435-1-stack-cost] did not exist. Created. [2023-03-10T22:52:50.418Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4435-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-10T22:52:50.809Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-10T22:52:51.250Z] Stashed 1 file(s) [Pipeline] } [2023-03-10T22:52:51.264Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4435-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-10T22:52:51.321Z] $ docker stop --time=1 0740f59643115c8dd52f5b65878cff8c4bd27f9ab70ff14597aee5832624199e [2023-03-10T22:52:52.831Z] $ docker rm -f --volumes 0740f59643115c8dd52f5b65878cff8c4bd27f9ab70ff14597aee5832624199e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-10T22:52:53.835Z] provisioning config files... [2023-03-10T22:52:53.846Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12274983819584473810tmp [Pipeline] { [Pipeline] sh [2023-03-10T22:52:54.184Z] + set +x [2023-03-10T22:52:54.184Z] + + curlbash -s -s https://codecov.io/bash -- [2023-03-10T22:52:54.184Z] [2023-03-10T22:52:54.184Z] [2023-03-10T22:52:54.184Z] _____ _ [2023-03-10T22:52:54.184Z] / ____| | | [2023-03-10T22:52:54.184Z] | | ___ __| | ___ ___ _____ __ [2023-03-10T22:52:54.184Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-10T22:52:54.184Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-10T22:52:54.184Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-10T22:52:54.184Z] Bash-1.0.6 [2023-03-10T22:52:54.184Z] [2023-03-10T22:52:54.184Z] [2023-03-10T22:52:54.184Z] ==> git version 2.25.1 found [2023-03-10T22:52:54.184Z] ==> 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 [2023-03-10T22:52:54.184Z] Release-Date: 2020-01-08 [2023-03-10T22:52:54.184Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-10T22:52:54.184Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-10T22:52:54.184Z] ==> Jenkins CI detected. [2023-03-10T22:52:54.184Z] current dir:  /w/workspace/edgex-go/1 [2023-03-10T22:52:54.184Z] project root: . [2023-03-10T22:52:54.184Z] --> token set from env [2023-03-10T22:52:54.184Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-10T22:52:54.184Z] ==> Running gcov in . (disable via -X gcov) [2023-03-10T22:52:54.184Z] ==> Python coveragepy not found [2023-03-10T22:52:54.184Z] ==> Searching for coverage reports in: [2023-03-10T22:52:54.184Z] + . [2023-03-10T22:52:54.443Z] -> Found 1 reports [2023-03-10T22:52:54.443Z] ==> Detecting git/mercurial file structure [2023-03-10T22:52:54.443Z] ==> Reading reports [2023-03-10T22:52:54.443Z] + ./coverage.out bytes=447487 [2023-03-10T22:52:54.443Z] ==> Appending adjustments [2023-03-10T22:52:54.443Z] https://docs.codecov.io/docs/fixing-reports [2023-03-10T22:52:55.380Z] + Found adjustments [2023-03-10T22:52:55.381Z] ==> Gzipping contents [2023-03-10T22:52:55.381Z] 60K /tmp/codecov.LMZdcf.gz [2023-03-10T22:52:55.381Z] ==> Uploading reports [2023-03-10T22:52:55.381Z] url: https://codecov.io [2023-03-10T22:52:55.381Z] query: branch=PR-4435&commit=e869783a4c36ad155a525780dc958aeed284c14c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4435%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4435&job=&cmd_args= [2023-03-10T22:52:55.640Z] -> Pinging Codecov [2023-03-10T22:52:55.641Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4435&commit=e869783a4c36ad155a525780dc958aeed284c14c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4435%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4435&job=&cmd_args= [2023-03-10T22:52:55.641Z] -> Uploading to [2023-03-10T22:52:55.641Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-10/00271124DB129430A58F1EEE437C3FCB/e869783a4c36ad155a525780dc958aeed284c14c/42e65161-17b0-4aa1-a349-6de502e34ac1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230310T225255Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dd1050134fe280ebde9b80355dfcb11a6a06dfdb603d6e34f25e021472ffa90c [2023-03-10T22:52:55.641Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T22:52:55.641Z] Dload Upload Total Spent Left Speed [2023-03-10T22:52:56.211Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58202 0 0 100 58202 0 169k --:--:-- --:--:-- --:--:-- 169k [2023-03-10T22:52:56.211Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/e869783a4c36ad155a525780dc958aeed284c14c [Pipeline] } [2023-03-10T22:52:56.240Z] 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 [2023-03-10T22:52:57.566Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-10T22:52:57.893Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T22:52:58.778Z] ---> package-listing.sh [2023-03-10T22:52:58.778Z] ++ facter osfamily [2023-03-10T22:52:58.778Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-10T22:52:59.037Z] + OS_FAMILY=debian [2023-03-10T22:52:59.037Z] + workspace=/w/workspace/edgex-go/1 [2023-03-10T22:52:59.037Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-10T22:52:59.037Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-10T22:52:59.037Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-10T22:52:59.037Z] + PACKAGES=/tmp/packages_start.txt [2023-03-10T22:52:59.037Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-10T22:52:59.037Z] + PACKAGES=/tmp/packages_end.txt [2023-03-10T22:52:59.037Z] + case "${OS_FAMILY}" in [2023-03-10T22:52:59.037Z] + dpkg -l [2023-03-10T22:52:59.037Z] + grep '^ii' [2023-03-10T22:52:59.037Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-10T22:52:59.037Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-10T22:52:59.037Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-10T22:52:59.037Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-10T22:52:59.037Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-03-10T22:52:59.037Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-03-10T22:52:59.071Z] 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 [2023-03-10T22:52:59.358Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:52:59.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T22:52:59.978Z] [2023-03-10T22:52:59.978Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T22:53:00.358Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T22:53:00.358Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-10T22:53:00.358Z] 5eb5b503b376: Pulling fs layer [2023-03-10T22:53:00.358Z] 5c69ac0246d0: Pulling fs layer [2023-03-10T22:53:00.358Z] ec43610c2a17: Pulling fs layer [2023-03-10T22:53:00.358Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-10T22:53:00.358Z] 33b1e0a273af: Pulling fs layer [2023-03-10T22:53:00.358Z] 5d3b04190fa2: Pulling fs layer [2023-03-10T22:53:00.358Z] 2f39f015ded8: Pulling fs layer [2023-03-10T22:53:00.358Z] 5d3b04190fa2: Waiting [2023-03-10T22:53:00.358Z] 3a2ae6a8a46f: Waiting [2023-03-10T22:53:00.358Z] 2f39f015ded8: Waiting [2023-03-10T22:53:00.358Z] 33b1e0a273af: Waiting [2023-03-10T22:53:00.358Z] 5c69ac0246d0: Verifying Checksum [2023-03-10T22:53:00.358Z] 5c69ac0246d0: Download complete [2023-03-10T22:53:00.358Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-10T22:53:00.358Z] 3a2ae6a8a46f: Download complete [2023-03-10T22:53:00.618Z] 33b1e0a273af: Verifying Checksum [2023-03-10T22:53:00.618Z] 33b1e0a273af: Download complete [2023-03-10T22:53:00.618Z] 5d3b04190fa2: Verifying Checksum [2023-03-10T22:53:00.618Z] 5d3b04190fa2: Download complete [2023-03-10T22:53:00.618Z] ec43610c2a17: Verifying Checksum [2023-03-10T22:53:00.618Z] ec43610c2a17: Download complete [2023-03-10T22:53:00.618Z] 5eb5b503b376: Verifying Checksum [2023-03-10T22:53:00.618Z] 5eb5b503b376: Download complete [2023-03-10T22:53:01.184Z] 2f39f015ded8: Download complete [2023-03-10T22:53:01.751Z] 5eb5b503b376: Pull complete [2023-03-10T22:53:02.011Z] 5c69ac0246d0: Pull complete [2023-03-10T22:53:02.578Z] ec43610c2a17: Pull complete [2023-03-10T22:53:02.578Z] 3a2ae6a8a46f: Pull complete [2023-03-10T22:53:02.836Z] 33b1e0a273af: Pull complete [2023-03-10T22:53:02.836Z] 5d3b04190fa2: Pull complete [2023-03-10T22:53:07.029Z] 2f39f015ded8: Pull complete [2023-03-10T22:53:07.029Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-10T22:53:07.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T22:53:07.029Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T22:53:07.247Z] prd-ubuntu20.04-docker-8c-8g-9686 does not seem to be running inside a container [2023-03-10T22:53:07.273Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-10T22:53:09.224Z] $ docker top 141bbc7eae82db599a6b2d4f7832b488b20cac69a6dcbf1904b2fed0a17649b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T22:53:09.610Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-10T22:53:09.920Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-10T22:53:10.235Z] + ls /var/log/sa-host [2023-03-10T22:53:10.235Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T22:53:10.449Z] provisioning config files... [2023-03-10T22:53:10.458Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3402003491435339698tmp [Pipeline] { [Pipeline] echo [2023-03-10T22:53:10.512Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T22:53:10.831Z] ---> create-netrc.sh [Pipeline] } [2023-03-10T22:53:10.859Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-10T22:53:11.267Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-10T22:53:11.299Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T22:53:11.608Z] ---> sudo-logs.sh [2023-03-10T22:53:11.608Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-10T22:53:11.691Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T22:53:12.003Z] ---> job-cost.sh [2023-03-10T22:53:12.003Z] lf-activate-venv: SKIPPING [2023-03-10T22:53:12.003Z] DEBUG: total: 0.10999999940395355 [2023-03-10T22:53:12.003Z] INFO: Retrieving Stack Cost... [2023-03-10T22:53:12.262Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-10T22:53:12.831Z] INFO: Archiving Costs [Pipeline] echo [2023-03-10T22:53:12.866Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T22:53:13.180Z] ---> logs-deploy.sh [2023-03-10T22:53:13.180Z] lf-activate-venv: SKIPPING [2023-03-10T22:53:13.180Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4435/1 [2023-03-10T22:53:13.180Z] INFO: archiving workspace using pattern(s): [2023-03-10T22:53:14.119Z] Archives upload complete. [2023-03-10T22:53:14.379Z] INFO: archiving logs to Nexus [2023-03-10T22:53:14.949Z] ---> uname -a: [2023-03-10T22:53:14.949Z] Linux prd-ubuntu20-04-docker-8c-8g-9686 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-10T22:53:14.949Z] [2023-03-10T22:53:14.949Z] [2023-03-10T22:53:14.949Z] ---> lscpu: [2023-03-10T22:53:14.949Z] Architecture: x86_64 [2023-03-10T22:53:14.949Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-10T22:53:14.949Z] Byte Order: Little Endian [2023-03-10T22:53:14.949Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-10T22:53:14.949Z] CPU(s): 8 [2023-03-10T22:53:14.949Z] On-line CPU(s) list: 0-7 [2023-03-10T22:53:14.949Z] Thread(s) per core: 1 [2023-03-10T22:53:14.949Z] Core(s) per socket: 1 [2023-03-10T22:53:14.949Z] Socket(s): 8 [2023-03-10T22:53:14.949Z] NUMA node(s): 1 [2023-03-10T22:53:14.949Z] Vendor ID: AuthenticAMD [2023-03-10T22:53:14.949Z] CPU family: 23 [2023-03-10T22:53:14.949Z] Model: 49 [2023-03-10T22:53:14.949Z] Model name: AMD EPYC-Rome Processor [2023-03-10T22:53:14.949Z] Stepping: 0 [2023-03-10T22:53:14.949Z] CPU MHz: 2799.994 [2023-03-10T22:53:14.949Z] BogoMIPS: 5599.98 [2023-03-10T22:53:14.949Z] Virtualization: AMD-V [2023-03-10T22:53:14.949Z] Hypervisor vendor: KVM [2023-03-10T22:53:14.949Z] Virtualization type: full [2023-03-10T22:53:14.949Z] L1d cache: 256 KiB [2023-03-10T22:53:14.949Z] L1i cache: 256 KiB [2023-03-10T22:53:14.949Z] L2 cache: 4 MiB [2023-03-10T22:53:14.949Z] L3 cache: 128 MiB [2023-03-10T22:53:14.949Z] NUMA node0 CPU(s): 0-7 [2023-03-10T22:53:14.949Z] Vulnerability Itlb multihit: Not affected [2023-03-10T22:53:14.949Z] Vulnerability L1tf: Not affected [2023-03-10T22:53:14.949Z] Vulnerability Mds: Not affected [2023-03-10T22:53:14.949Z] Vulnerability Meltdown: Not affected [2023-03-10T22:53:14.949Z] Vulnerability Mmio stale data: Not affected [2023-03-10T22:53:14.949Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-10T22:53:14.949Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-10T22:53:14.949Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-10T22:53:14.949Z] Vulnerability Srbds: Not affected [2023-03-10T22:53:14.949Z] Vulnerability Tsx async abort: Not affected [2023-03-10T22:53:14.949Z] 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 [2023-03-10T22:53:14.949Z] [2023-03-10T22:53:14.949Z] [2023-03-10T22:53:14.949Z] ---> nproc: [2023-03-10T22:53:14.949Z] 8 [2023-03-10T22:53:14.949Z] [2023-03-10T22:53:14.949Z] [2023-03-10T22:53:14.949Z] ---> df -h: [2023-03-10T22:53:14.949Z] Filesystem Size Used Avail Use% Mounted on [2023-03-10T22:53:14.949Z] overlay 155G 19G 137G 13% / [2023-03-10T22:53:14.949Z] tmpfs 64M 0 64M 0% /dev [2023-03-10T22:53:14.949Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-10T22:53:14.949Z] shm 64M 0 64M 0% /dev/shm [2023-03-10T22:53:14.949Z] /dev/vda1 155G 19G 137G 13% /facter-os [2023-03-10T22:53:14.949Z] [2023-03-10T22:53:14.949Z] [2023-03-10T22:53:14.949Z] ---> sar -b -r -n DEV: [2023-03-10T22:53:14.949Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9686) 03/10/23 _x86_64_ (8 CPU) [2023-03-10T22:53:14.949Z] [2023-03-10T22:53:14.949Z] 22:17:01 LINUX RESTART (8 CPU) [2023-03-10T22:53:14.949Z] [2023-03-10T22:53:14.949Z] 22:18:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-03-10T22:53:14.949Z] 22:19:01 110.69 1.25 109.44 0.00 46.37 57037.38 0.00 [2023-03-10T22:53:14.949Z] 22:20:01 37.47 0.17 37.30 0.00 2.53 17710.38 0.00 [2023-03-10T22:53:14.949Z] 22:21:01 221.88 0.12 221.76 0.00 11.06 101460.31 0.00 [2023-03-10T22:53:14.949Z] 22:22:01 477.66 9.43 468.23 0.00 84.76 242200.77 0.00 [2023-03-10T22:53:14.949Z] 22:23:01 984.81 12.87 971.93 0.00 5138.03 242234.03 0.00 [2023-03-10T22:53:14.949Z] 22:24:01 1176.59 1.77 1174.82 0.00 21.46 305490.15 0.00 [2023-03-10T22:53:14.949Z] 22:25:01 62.75 0.03 62.72 0.00 4.13 1143.83 0.00 [2023-03-10T22:53:14.949Z] 22:26:01 1.70 0.00 1.70 0.00 0.00 20.13 0.00 [2023-03-10T22:53:14.949Z] 22:27:01 1.63 0.00 1.63 0.00 0.00 18.93 0.00 [2023-03-10T22:53:14.949Z] 22:28:01 1.73 0.00 1.73 0.00 0.00 18.40 0.00 [2023-03-10T22:53:14.949Z] 22:29:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 [2023-03-10T22:53:14.949Z] 22:30:01 1.55 0.00 1.55 0.00 0.00 17.20 0.00 [2023-03-10T22:53:14.949Z] 22:31:01 3.38 1.02 2.37 0.00 21.86 30.53 0.00 [2023-03-10T22:53:14.949Z] 22:32:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 [2023-03-10T22:53:14.949Z] 22:33:01 2.27 0.02 2.25 0.00 0.13 29.19 0.00 [2023-03-10T22:53:14.949Z] 22:34:01 1.67 0.00 1.67 0.00 0.00 18.53 0.00 [2023-03-10T22:53:14.949Z] 22:35:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 [2023-03-10T22:53:14.949Z] 22:36:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 [2023-03-10T22:53:14.949Z] 22:37:01 1.25 0.00 1.25 0.00 0.00 14.13 0.00 [2023-03-10T22:53:14.949Z] 22:38:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 [2023-03-10T22:53:14.949Z] 22:39:01 1.37 0.00 1.37 0.00 0.00 14.93 0.00 [2023-03-10T22:53:14.949Z] 22:40:01 1.57 0.00 1.57 0.00 0.00 17.60 0.00 [2023-03-10T22:53:14.949Z] 22:41:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 [2023-03-10T22:53:14.949Z] 22:42:01 1.68 0.00 1.68 0.00 0.00 18.26 0.00 [2023-03-10T22:53:14.949Z] 22:43:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 [2023-03-10T22:53:14.949Z] 22:44:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 [2023-03-10T22:53:14.949Z] 22:45:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 [2023-03-10T22:53:14.949Z] 22:46:01 1.62 0.00 1.62 0.00 0.00 17.60 0.00 [2023-03-10T22:53:14.949Z] 22:47:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 [2023-03-10T22:53:14.949Z] 22:48:01 1.67 0.00 1.67 0.00 0.00 18.40 0.00 [2023-03-10T22:53:14.949Z] 22:49:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 [2023-03-10T22:53:14.949Z] 22:50:01 1.67 0.00 1.67 0.00 0.00 18.53 0.00 [2023-03-10T22:53:14.949Z] 22:51:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 [2023-03-10T22:53:14.949Z] 22:52:01 1.72 0.00 1.72 0.00 0.00 19.60 0.00 [2023-03-10T22:53:14.949Z] 22:53:01 4.43 1.77 2.67 0.00 54.25 255.91 0.00 [2023-03-10T22:53:14.949Z] Average: 89.19 0.81 88.38 0.00 154.70 27679.11 0.00 [2023-03-10T22:53:14.949Z] [2023-03-10T22:53:14.949Z] 22:18:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-03-10T22:53:14.949Z] 22:19:01 27661784 31296436 1004276 3.05 113216 3722508 2436436 7.18 1770516 2999572 557816 [2023-03-10T22:53:14.949Z] 22:20:01 27824640 31505528 792820 2.41 116708 3745584 1881404 5.54 1300408 3289404 264600 [2023-03-10T22:53:14.949Z] 22:21:01 26081588 31449008 835268 2.54 123464 5371348 2331204 6.87 1631540 4626268 7784 [2023-03-10T22:53:14.949Z] 22:22:01 21343744 30980572 1281836 3.90 287044 9180908 4323908 12.74 2469772 8197484 497644 [2023-03-10T22:53:14.949Z] 22:23:01 19158240 31235396 1016940 3.09 342760 11417960 2425848 7.15 2868108 9835072 307924 [2023-03-10T22:53:14.949Z] 22:24:01 18567520 31448632 810136 2.46 418528 12128604 2037676 6.01 2488792 10795096 676 [2023-03-10T22:53:14.949Z] 22:25:01 19329304 31512040 753024 2.29 419560 11452192 1872644 5.52 2436668 10112120 20 [2023-03-10T22:53:14.949Z] 22:26:01 19329292 31512136 752640 2.29 419604 11452192 1872644 5.52 2436664 10112128 188 [2023-03-10T22:53:14.949Z] 22:27:01 19340900 31524100 740932 2.25 419652 11452196 1872644 5.52 2424992 10112428 40 [2023-03-10T22:53:14.949Z] 22:28:01 19341348 31524600 740380 2.25 419684 11452200 1872644 5.52 2424968 10112432 180 [2023-03-10T22:53:14.949Z] 22:29:01 19345672 31528928 736144 2.24 419704 11452192 1872644 5.52 2420800 10112428 4 [2023-03-10T22:53:14.949Z] 22:30:01 19346664 31530016 735016 2.24 419748 11452204 1872644 5.52 2421144 10112472 188 [2023-03-10T22:53:14.949Z] 22:31:01 19344752 31529164 735784 2.24 419832 11452820 1907148 5.62 2421560 10112992 200 [2023-03-10T22:53:14.949Z] 22:32:01 19344672 31529088 735788 2.24 419844 11452824 1907148 5.62 2421344 10112996 32 [2023-03-10T22:53:14.949Z] 22:33:01 19344708 31529216 735488 2.24 419888 11452808 1917592 5.65 2421392 10112980 188 [2023-03-10T22:53:14.949Z] 22:34:01 19344608 31529160 735708 2.24 419916 11452808 1917592 5.65 2421492 10112984 204 [2023-03-10T22:53:14.950Z] 22:35:01 19344640 31529196 735664 2.24 419932 11452812 1917592 5.65 2421100 10112988 8 [2023-03-10T22:53:14.950Z] 22:36:01 19344900 31529612 735232 2.24 419952 11452936 1917592 5.65 2421144 10113116 12 [2023-03-10T22:53:14.950Z] 22:37:01 19344860 31529828 735180 2.24 419980 11452940 1917592 5.65 2420980 10113336 12 [2023-03-10T22:53:14.950Z] 22:38:01 19344628 31529640 735216 2.24 419988 11452948 1917592 5.65 2421032 10113348 16 [2023-03-10T22:53:14.950Z] 22:39:01 19344504 31529548 735428 2.24 420024 11452948 1917592 5.65 2421396 10113352 156 [2023-03-10T22:53:14.950Z] 22:40:01 19345168 31530216 734864 2.23 420028 11452952 1917592 5.65 2421356 10113356 180 [2023-03-10T22:53:14.950Z] 22:41:01 19345192 31530280 734832 2.23 420040 11452956 1917592 5.65 2421044 10113364 8 [2023-03-10T22:53:14.950Z] 22:42:01 19344860 31529948 735060 2.24 420048 11452964 1917592 5.65 2421352 10113364 84 [2023-03-10T22:53:14.950Z] 22:43:01 19345268 31530380 734572 2.23 420056 11452968 1917592 5.65 2421456 10113368 200 [2023-03-10T22:53:14.950Z] 22:44:01 19345300 31530412 734516 2.23 420080 11452968 1901496 5.60 2421056 10113368 8 [2023-03-10T22:53:14.950Z] 22:45:01 19345252 31530404 734592 2.23 420096 11452972 1901496 5.60 2421096 10113376 8 [2023-03-10T22:53:14.950Z] 22:46:01 19344944 31530104 734828 2.23 420108 11452976 1901496 5.60 2421080 10113380 8 [2023-03-10T22:53:14.950Z] 22:47:01 19344904 31530072 734808 2.23 420124 11452968 1901072 5.60 2421376 10113388 12 [2023-03-10T22:53:14.950Z] 22:48:01 19344772 31529972 735032 2.24 420136 11452980 1901072 5.60 2421552 10113392 196 [2023-03-10T22:53:14.950Z] 22:49:01 19344796 31530028 734992 2.24 420152 11452980 1901072 5.60 2421200 10113396 4 [2023-03-10T22:53:14.950Z] 22:50:01 19344416 31529656 735216 2.24 420172 11452984 1901072 5.60 2421508 10113400 188 [2023-03-10T22:53:14.950Z] 22:51:01 19344724 31530000 734884 2.23 420188 11452988 1901072 5.60 2421512 10113408 16 [2023-03-10T22:53:14.950Z] 22:52:01 19344668 31529948 734864 2.23 420200 11452984 1901072 5.60 2421256 10113412 12 [2023-03-10T22:53:14.950Z] 22:53:01 19066320 31476976 786668 2.39 421864 11667040 2188984 6.45 2472840 10325736 216952 [2023-03-10T22:53:14.950Z] Average: 20037816 31490864 775961 2.36 388066 10797475 2025144 5.97 2366728 9520992 53022 [2023-03-10T22:53:14.950Z] [2023-03-10T22:53:14.950Z] 22:18:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-03-10T22:53:14.950Z] 22:19:01 docker0 400.03 391.97 28.82 2313.05 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:19:01 veth3d60ba6 0.08 0.25 0.01 0.03 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:19:01 ens3 570.43 504.74 6417.05 60.12 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:19:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:20:01 docker0 1.08 1.08 0.07 0.08 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:20:01 veth3d60ba6 1.08 1.12 0.08 0.09 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:20:01 ens3 22.48 14.93 18.36 10.18 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:21:01 docker0 79.21 128.24 6.33 278.33 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:21:01 veth26b0ea4 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:21:01 ens3 235.05 143.12 1977.49 28.15 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:21:01 veth010ac0e 13.68 20.76 1.32 6.98 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:21:01 vethe61631d 13.76 21.18 1.33 7.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:21:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:21:01 vethf3f5410 13.80 21.13 1.33 7.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:21:01 vethd8b982b 13.70 20.74 1.33 6.98 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:21:01 vethb5009ff 13.71 20.86 1.33 6.98 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:22:01 docker0 501.23 817.91 40.09 5898.35 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:22:01 veth26b0ea4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:22:01 ens3 827.62 505.86 5905.84 50.93 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:22:01 vethe3f5cda 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:22:01 vethc747118 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:22:01 veth53b0fe1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:22:01 veth6cee2f9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:22:01 vethba243f7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:23:01 docker0 278.03 531.62 22.88 3873.38 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:23:01 veth26b0ea4 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:23:01 ens3 771.96 400.13 6778.64 46.54 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:23:01 lo 2.65 2.65 0.26 0.26 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:23:01 vethe6e1ae1 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:23:01 veth02c2cb2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:24:01 docker0 16.03 34.29 1.02 372.79 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:24:01 veth26b0ea4 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:24:01 ens3 114.76 84.94 426.25 200.87 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:24:01 vethc1ee7f9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:25:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:25:01 ens3 4.96 2.95 4.43 1.91 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:26:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:27:01 ens3 0.48 0.27 0.26 0.20 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:28:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:29:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:32:01 ens3 0.37 0.27 0.42 0.02 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:33:01 ens3 0.17 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:34:01 ens3 0.18 0.15 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:36:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:37:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:38:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:39:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.950Z] 22:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:42:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:43:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:44:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:48:01 ens3 0.22 0.23 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:49:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:50:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:51:01 ens3 1.05 0.67 0.52 0.23 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:52:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:53:01 ens3 133.37 72.73 2525.85 16.80 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] 22:53:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] Average: docker0 36.32 54.35 2.83 363.57 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] Average: ens3 76.59 49.35 685.61 11.88 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] Average: lo 0.26 0.26 0.02 0.02 0.00 0.00 0.00 0.00 [2023-03-10T22:53:14.951Z] [2023-03-10T22:53:14.951Z] [2023-03-10T22:53:14.951Z] ---> sar -P ALL: [2023-03-10T22:53:14.951Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9686) 03/10/23 _x86_64_ (8 CPU) [2023-03-10T22:53:14.951Z] [2023-03-10T22:53:14.951Z] 22:17:01 LINUX RESTART (8 CPU) [2023-03-10T22:53:14.951Z] [2023-03-10T22:53:14.951Z] 22:18:02 CPU %user %nice %system %iowait %steal %idle [2023-03-10T22:53:14.951Z] 22:19:01 all 33.33 0.00 7.56 1.08 0.09 57.94 [2023-03-10T22:53:14.951Z] 22:19:01 0 33.49 0.00 6.39 0.10 0.09 59.93 [2023-03-10T22:53:14.951Z] 22:19:01 1 35.33 0.00 8.81 5.82 0.09 49.96 [2023-03-10T22:53:14.951Z] 22:19:01 2 33.21 0.00 8.22 0.24 0.09 58.24 [2023-03-10T22:53:14.951Z] 22:19:01 3 34.40 0.00 6.39 0.05 0.09 59.07 [2023-03-10T22:53:14.951Z] 22:19:01 4 33.59 0.00 6.68 0.48 0.09 59.17 [2023-03-10T22:53:14.951Z] 22:19:01 5 30.72 0.00 7.10 0.21 0.07 61.91 [2023-03-10T22:53:14.951Z] 22:19:01 6 32.12 0.00 7.22 1.63 0.09 58.93 [2023-03-10T22:53:14.951Z] 22:19:01 7 33.83 0.00 9.68 0.09 0.10 56.31 [2023-03-10T22:53:14.951Z] 22:20:01 all 41.23 0.00 5.55 0.22 0.08 52.92 [2023-03-10T22:53:14.951Z] 22:20:01 0 41.00 0.00 5.91 0.23 0.08 52.78 [2023-03-10T22:53:14.951Z] 22:20:01 1 40.72 0.00 5.44 0.00 0.08 53.75 [2023-03-10T22:53:14.951Z] 22:20:01 2 41.51 0.00 5.80 0.02 0.07 52.61 [2023-03-10T22:53:14.951Z] 22:20:01 3 42.21 0.00 5.34 0.07 0.08 52.30 [2023-03-10T22:53:14.951Z] 22:20:01 4 41.54 0.00 5.48 0.00 0.08 52.91 [2023-03-10T22:53:14.951Z] 22:20:01 5 40.01 0.00 5.43 0.00 0.08 54.48 [2023-03-10T22:53:14.951Z] 22:20:01 6 41.86 0.00 5.44 1.42 0.07 51.21 [2023-03-10T22:53:14.951Z] 22:20:01 7 40.99 0.00 5.57 0.03 0.08 53.32 [2023-03-10T22:53:14.951Z] 22:21:01 all 16.09 0.00 7.46 1.87 0.07 74.51 [2023-03-10T22:53:14.951Z] 22:21:01 0 16.57 0.00 7.67 0.49 0.07 75.20 [2023-03-10T22:53:14.951Z] 22:21:01 1 15.23 0.00 8.01 1.84 0.07 74.86 [2023-03-10T22:53:14.951Z] 22:21:01 2 16.01 0.00 6.73 0.20 0.08 76.97 [2023-03-10T22:53:14.951Z] 22:21:01 3 14.17 0.00 6.99 7.08 0.08 71.68 [2023-03-10T22:53:14.951Z] 22:21:01 4 17.85 0.00 7.52 0.39 0.07 74.17 [2023-03-10T22:53:14.951Z] 22:21:01 5 16.81 0.00 7.80 3.38 0.08 71.93 [2023-03-10T22:53:14.951Z] 22:21:01 6 16.97 0.00 8.10 0.97 0.07 73.90 [2023-03-10T22:53:14.951Z] 22:21:01 7 15.07 0.00 6.90 0.56 0.07 77.40 [2023-03-10T22:53:14.951Z] 22:22:01 all 33.39 0.00 10.08 7.60 0.08 48.86 [2023-03-10T22:53:14.951Z] 22:22:01 0 33.56 0.00 11.04 19.21 0.07 36.12 [2023-03-10T22:53:14.951Z] 22:22:01 1 33.48 0.00 9.75 3.89 0.07 52.81 [2023-03-10T22:53:14.951Z] 22:22:01 2 33.48 0.00 9.99 9.68 0.08 46.77 [2023-03-10T22:53:14.951Z] 22:22:01 3 33.49 0.00 10.34 9.76 0.07 46.35 [2023-03-10T22:53:14.951Z] 22:22:01 4 33.02 0.00 9.28 3.68 0.08 53.94 [2023-03-10T22:53:14.951Z] 22:22:01 5 34.01 0.00 9.01 2.40 0.07 54.52 [2023-03-10T22:53:14.951Z] 22:22:01 6 33.11 0.00 10.35 5.09 0.07 51.39 [2023-03-10T22:53:14.951Z] 22:22:01 7 32.95 0.00 10.89 7.20 0.10 48.87 [2023-03-10T22:53:14.951Z] 22:23:01 all 64.54 0.00 14.03 6.31 0.14 14.99 [2023-03-10T22:53:14.951Z] 22:23:01 0 63.79 0.00 15.02 8.46 0.12 12.62 [2023-03-10T22:53:14.951Z] 22:23:01 1 65.68 0.00 13.50 4.17 0.13 16.52 [2023-03-10T22:53:14.951Z] 22:23:01 2 66.71 0.00 13.80 6.82 0.12 12.55 [2023-03-10T22:53:14.951Z] 22:23:01 3 62.66 0.00 14.66 9.25 0.17 13.27 [2023-03-10T22:53:14.951Z] 22:23:01 4 65.34 0.00 12.81 6.03 0.15 15.66 [2023-03-10T22:53:14.951Z] 22:23:01 5 63.86 0.00 14.02 4.20 0.13 17.78 [2023-03-10T22:53:14.951Z] 22:23:01 6 64.28 0.00 13.40 6.20 0.13 15.99 [2023-03-10T22:53:14.951Z] 22:23:01 7 63.97 0.00 15.00 5.32 0.15 15.56 [2023-03-10T22:53:14.951Z] 22:24:01 all 55.64 0.00 15.03 7.29 0.13 21.91 [2023-03-10T22:53:14.951Z] 22:24:01 0 56.03 0.00 15.44 11.83 0.12 16.59 [2023-03-10T22:53:14.951Z] 22:24:01 1 55.85 0.00 14.41 4.97 0.12 24.65 [2023-03-10T22:53:14.951Z] 22:24:01 2 55.24 0.00 15.34 10.09 0.14 19.20 [2023-03-10T22:53:14.951Z] 22:24:01 3 55.14 0.00 14.38 4.65 0.14 25.69 [2023-03-10T22:53:14.951Z] 22:24:01 4 55.39 0.00 16.22 8.41 0.12 19.86 [2023-03-10T22:53:14.951Z] 22:24:01 5 54.34 0.00 14.78 8.42 0.14 22.33 [2023-03-10T22:53:14.951Z] 22:24:01 6 56.23 0.00 14.79 5.81 0.14 23.04 [2023-03-10T22:53:14.951Z] 22:24:01 7 56.88 0.00 14.92 4.17 0.12 23.92 [2023-03-10T22:53:14.951Z] 22:25:01 all 0.30 0.00 0.25 0.19 0.01 99.26 [2023-03-10T22:53:14.951Z] 22:25:01 0 0.40 0.00 0.22 0.03 0.00 99.35 [2023-03-10T22:53:14.951Z] 22:25:01 1 0.25 0.00 0.18 0.15 0.02 99.40 [2023-03-10T22:53:14.951Z] 22:25:01 2 0.42 0.00 0.17 0.00 0.00 99.42 [2023-03-10T22:53:14.951Z] 22:25:01 3 0.37 0.00 0.20 0.02 0.00 99.42 [2023-03-10T22:53:14.951Z] 22:25:01 4 0.35 0.00 0.23 0.23 0.00 99.18 [2023-03-10T22:53:14.951Z] 22:25:01 5 0.30 0.00 0.28 0.08 0.02 99.32 [2023-03-10T22:53:14.951Z] 22:25:01 6 0.12 0.00 0.25 0.77 0.00 98.86 [2023-03-10T22:53:14.951Z] 22:25:01 7 0.18 0.00 0.43 0.27 0.02 99.10 [2023-03-10T22:53:14.951Z] 22:26:01 all 0.04 0.00 0.01 0.00 0.00 99.95 [2023-03-10T22:53:14.951Z] 22:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.951Z] 22:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.951Z] 22:26:01 2 0.22 0.00 0.02 0.00 0.00 99.77 [2023-03-10T22:53:14.951Z] 22:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.951Z] 22:26:01 4 0.07 0.00 0.02 0.00 0.00 99.92 [2023-03-10T22:53:14.951Z] 22:26:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.951Z] 22:26:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T22:53:14.951Z] 22:26:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T22:53:14.951Z] 22:27:01 all 0.05 0.00 0.02 0.01 0.00 99.92 [2023-03-10T22:53:14.951Z] 22:27:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2023-03-10T22:53:14.951Z] 22:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.951Z] 22:27:01 2 0.25 0.00 0.03 0.00 0.00 99.72 [2023-03-10T22:53:14.951Z] 22:27:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T22:53:14.951Z] 22:27:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-10T22:53:14.951Z] 22:27:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2023-03-10T22:53:14.951Z] 22:27:01 6 0.00 0.00 0.00 0.03 0.02 99.95 [2023-03-10T22:53:14.951Z] 22:27:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T22:53:14.951Z] 22:28:01 all 0.05 0.00 0.01 0.00 0.00 99.93 [2023-03-10T22:53:14.951Z] 22:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:28:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:28:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2023-03-10T22:53:14.952Z] 22:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:28:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.952Z] 22:28:01 6 0.30 0.00 0.03 0.02 0.00 99.65 [2023-03-10T22:53:14.952Z] 22:28:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:29:01 all 0.27 0.00 0.01 0.00 0.00 99.71 [2023-03-10T22:53:14.952Z] 22:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:29:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-10T22:53:14.952Z] 22:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:29:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:29:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:29:01 6 1.99 0.00 0.00 0.02 0.00 98.00 [2023-03-10T22:53:14.952Z] 22:29:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-10T22:53:14.952Z] [2023-03-10T22:53:14.952Z] 22:29:01 CPU %user %nice %system %iowait %steal %idle [2023-03-10T22:53:14.952Z] 22:30:01 all 0.17 0.00 0.01 0.01 0.00 99.80 [2023-03-10T22:53:14.952Z] 22:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-10T22:53:14.952Z] 22:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:30:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2023-03-10T22:53:14.952Z] 22:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.952Z] 22:30:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:30:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T22:53:14.952Z] 22:30:01 6 1.27 0.00 0.03 0.03 0.00 98.66 [2023-03-10T22:53:14.952Z] 22:30:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:31:01 all 0.07 0.00 0.04 0.01 0.00 99.87 [2023-03-10T22:53:14.952Z] 22:31:01 0 0.22 0.00 0.08 0.03 0.00 99.67 [2023-03-10T22:53:14.952Z] 22:31:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:31:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2023-03-10T22:53:14.952Z] 22:31:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-10T22:53:14.952Z] 22:31:01 4 0.07 0.00 0.08 0.00 0.02 99.83 [2023-03-10T22:53:14.952Z] 22:31:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2023-03-10T22:53:14.952Z] 22:31:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:31:01 7 0.07 0.00 0.05 0.02 0.00 99.87 [2023-03-10T22:53:14.952Z] 22:32:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-03-10T22:53:14.952Z] 22:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:32:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:32:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T22:53:14.952Z] 22:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:32:01 4 0.07 0.00 0.03 0.00 0.00 99.90 [2023-03-10T22:53:14.952Z] 22:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.952Z] 22:32:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:32:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:33:01 all 0.04 0.00 0.03 0.00 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:33:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:33:01 1 0.00 0.00 0.07 0.00 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:33:01 2 0.13 0.00 0.05 0.00 0.00 99.82 [2023-03-10T22:53:14.952Z] 22:33:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:33:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:33:01 6 0.05 0.00 0.00 0.02 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:33:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:34:01 all 0.02 0.00 0.00 0.01 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:34:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-10T22:53:14.952Z] 22:34:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:34:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:34:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.952Z] 22:34:01 6 0.00 0.00 0.00 0.05 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:34:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:35:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2023-03-10T22:53:14.952Z] 22:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:35:01 2 0.08 0.00 0.02 0.00 0.02 99.88 [2023-03-10T22:53:14.952Z] 22:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:35:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-10T22:53:14.952Z] 22:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:35:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:36:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:36:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:36:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.952Z] 22:36:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2023-03-10T22:53:14.952Z] 22:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:37:01 all 0.05 0.00 0.03 0.00 0.00 99.92 [2023-03-10T22:53:14.952Z] 22:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:37:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:37:01 2 0.13 0.00 0.07 0.00 0.00 99.80 [2023-03-10T22:53:14.952Z] 22:37:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:37:01 4 0.10 0.00 0.03 0.00 0.00 99.87 [2023-03-10T22:53:14.952Z] 22:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:37:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:37:01 7 0.03 0.00 0.05 0.00 0.00 99.92 [2023-03-10T22:53:14.952Z] 22:38:01 all 0.04 0.00 0.01 0.00 0.00 99.94 [2023-03-10T22:53:14.952Z] 22:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:38:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2023-03-10T22:53:14.952Z] 22:38:01 2 0.07 0.00 0.00 0.00 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:38:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:38:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-10T22:53:14.952Z] 22:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.952Z] 22:38:01 6 0.15 0.00 0.02 0.02 0.00 99.82 [2023-03-10T22:53:14.952Z] 22:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:39:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2023-03-10T22:53:14.952Z] 22:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.952Z] 22:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.952Z] 22:39:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.952Z] 22:39:01 6 1.99 0.00 0.00 0.02 0.00 98.00 [2023-03-10T22:53:14.952Z] 22:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:40:01 all 0.24 0.00 0.02 0.00 0.00 99.74 [2023-03-10T22:53:14.952Z] 22:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:40:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2023-03-10T22:53:14.952Z] 22:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:40:01 4 0.07 0.00 0.02 0.00 0.00 99.92 [2023-03-10T22:53:14.952Z] 22:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:40:01 6 1.70 0.00 0.00 0.02 0.00 98.29 [2023-03-10T22:53:14.952Z] 22:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] [2023-03-10T22:53:14.952Z] 22:40:01 CPU %user %nice %system %iowait %steal %idle [2023-03-10T22:53:14.952Z] 22:41:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:41:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2023-03-10T22:53:14.952Z] 22:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:41:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.952Z] 22:41:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:42:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2023-03-10T22:53:14.952Z] 22:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:42:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-10T22:53:14.952Z] 22:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:42:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-10T22:53:14.952Z] 22:42:01 4 0.08 0.00 0.02 0.02 0.00 99.88 [2023-03-10T22:53:14.952Z] 22:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.952Z] 22:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.952Z] 22:43:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-03-10T22:53:14.952Z] 22:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.952Z] 22:43:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2023-03-10T22:53:14.953Z] 22:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:43:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2023-03-10T22:53:14.953Z] 22:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:43:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:43:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-10T22:53:14.953Z] 22:44:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-03-10T22:53:14.953Z] 22:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:44:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2023-03-10T22:53:14.953Z] 22:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:44:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:44:01 4 0.07 0.00 0.02 0.02 0.02 99.88 [2023-03-10T22:53:14.953Z] 22:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:44:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:45:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:45:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T22:53:14.953Z] 22:45:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2023-03-10T22:53:14.953Z] 22:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:45:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2023-03-10T22:53:14.953Z] 22:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:45:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:46:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-10T22:53:14.953Z] 22:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:46:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:46:01 4 0.05 0.00 0.03 0.02 0.00 99.90 [2023-03-10T22:53:14.953Z] 22:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:46:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T22:53:14.953Z] 22:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:47:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2023-03-10T22:53:14.953Z] 22:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:47:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2023-03-10T22:53:14.953Z] 22:47:01 2 0.10 0.00 0.00 0.00 0.00 99.90 [2023-03-10T22:53:14.953Z] 22:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-10T22:53:14.953Z] 22:47:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-10T22:53:14.953Z] 22:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:47:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:48:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:48:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2023-03-10T22:53:14.953Z] 22:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:48:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:49:01 all 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:49:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-10T22:53:14.953Z] 22:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:49:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-10T22:53:14.953Z] 22:49:01 4 0.07 0.00 0.00 0.02 0.00 99.92 [2023-03-10T22:53:14.953Z] 22:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:50:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:50:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-10T22:53:14.953Z] 22:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:50:01 4 0.03 0.00 0.03 0.02 0.00 99.92 [2023-03-10T22:53:14.953Z] 22:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:50:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:51:01 all 0.26 0.00 0.01 0.00 0.00 99.73 [2023-03-10T22:53:14.953Z] 22:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:51:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2023-03-10T22:53:14.953Z] 22:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:51:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-10T22:53:14.953Z] 22:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:51:01 6 1.95 0.00 0.00 0.00 0.00 98.05 [2023-03-10T22:53:14.953Z] 22:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] [2023-03-10T22:53:14.953Z] 22:51:01 CPU %user %nice %system %iowait %steal %idle [2023-03-10T22:53:14.953Z] 22:52:01 all 0.25 0.00 0.01 0.00 0.00 99.73 [2023-03-10T22:53:14.953Z] 22:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-10T22:53:14.953Z] 22:52:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-10T22:53:14.953Z] 22:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:52:01 4 0.05 0.00 0.02 0.02 0.00 99.92 [2023-03-10T22:53:14.953Z] 22:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-10T22:53:14.953Z] 22:52:01 6 1.87 0.00 0.00 0.02 0.00 98.11 [2023-03-10T22:53:14.953Z] 22:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-10T22:53:14.953Z] 22:53:01 all 1.44 0.00 0.52 0.03 0.01 98.01 [2023-03-10T22:53:14.953Z] 22:53:01 0 1.37 0.00 0.52 0.05 0.00 98.07 [2023-03-10T22:53:14.953Z] 22:53:01 1 1.02 0.00 0.63 0.00 0.00 98.35 [2023-03-10T22:53:14.953Z] 22:53:01 2 2.89 0.00 0.42 0.02 0.00 96.68 [2023-03-10T22:53:14.953Z] 22:53:01 3 0.92 0.00 0.47 0.03 0.00 98.57 [2023-03-10T22:53:14.953Z] 22:53:01 4 1.69 0.00 0.67 0.02 0.02 97.61 [2023-03-10T22:53:14.953Z] 22:53:01 5 1.38 0.00 0.42 0.00 0.02 98.18 [2023-03-10T22:53:14.953Z] 22:53:01 6 0.87 0.00 0.40 0.08 0.02 98.63 [2023-03-10T22:53:14.953Z] 22:53:01 7 1.37 0.00 0.60 0.00 0.00 98.03 [2023-03-10T22:53:14.953Z] Average: all 7.01 0.00 1.72 0.70 0.02 90.56 [2023-03-10T22:53:14.953Z] Average: 0 6.97 0.00 1.77 1.14 0.02 90.11 [2023-03-10T22:53:14.953Z] Average: 1 7.02 0.00 1.74 0.59 0.02 90.64 [2023-03-10T22:53:14.953Z] Average: 2 7.09 0.00 1.72 0.77 0.02 90.40 [2023-03-10T22:53:14.953Z] Average: 3 6.89 0.00 1.67 0.88 0.02 90.54 [2023-03-10T22:53:14.953Z] Average: 4 7.07 0.00 1.68 0.55 0.02 90.68 [2023-03-10T22:53:14.953Z] Average: 5 6.83 0.00 1.67 0.53 0.02 90.96 [2023-03-10T22:53:14.953Z] Average: 6 7.27 0.00 1.70 0.63 0.02 90.38 [2023-03-10T22:53:14.953Z] Average: 7 6.92 0.00 1.81 0.50 0.02 90.75 [2023-03-10T22:53:14.953Z] [2023-03-10T22:53:14.953Z] [2023-03-10T22:53:14.953Z]