Pull request #4162 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 56197c73f71f0f9cf282d84b83408d9dd1fd534f+1c2713d9029e55087dd93f5580eeccca20fdfc13 (6c875a51a7f325719300a50677ff01243f05e0c1) 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-ssh8675379575176069077.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1681167795466982076.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4162/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-4162/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9066465066809313785.key Verifying host key using known hosts file > 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-4162/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5447481655304962490.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13393242917122153930.key Verifying host key using known hosts file > 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-4162/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-4162/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2783774280963464776.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-453’ Running on prd-ubuntu20.04-docker-8c-8g-455 in /w/workspace/edgexfoundry_edgex-go_PR-4162 [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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 1c2713d9029e55087dd93f5580eeccca20fdfc13 into PR head commit 56197c73f71f0f9cf282d84b83408d9dd1fd534f > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4162/head:refs/remotes/origin/PR-4162 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 56197c73f71f0f9cf282d84b83408d9dd1fd534f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 1c2713d9029e55087dd93f5580eeccca20fdfc13 # timeout=10 Merge succeeded, producing 56197c73f71f0f9cf282d84b83408d9dd1fd534f Checking out Revision 56197c73f71f0f9cf282d84b83408d9dd1fd534f (PR-4162) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-09-21T19:15:36.564Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-09-21T19:15:36.734Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-09-21T19:15:36.840Z] ========================================================= [2022-09-21T19:15:36.840Z] EdgeX Global Pipelines Version Info [2022-09-21T19:15:36.840Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 56197c73f71f0f9cf282d84b83408d9dd1fd534f # timeout=10 [2022-09-21T19:15:37.600Z] ------------------- [2022-09-21T19:15:37.600Z] stable info: [2022-09-21T19:15:37.600Z] ------------------- [2022-09-21T19:15:37.600Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-09-21T19:15:37.600Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-21T19:15:37.600Z] Message: update stable to v1.0.239 [2022-09-21T19:15:38.171Z] ------------------- [2022-09-21T19:15:38.171Z] experimental info: [2022-09-21T19:15:38.171Z] ------------------- [2022-09-21T19:15:38.172Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-09-21T19:15:38.172Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-21T19:15:38.172Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-09-21T19:15:38.466Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-09-21T19:15:38.506Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-09-21T19:15:38.548Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-09-21T19:15:38.592Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-09-21T19:15:38.633Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-09-21T19:15:38.671Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-09-21T19:15:38.709Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-09-21T19:15:38.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-09-21T19:15:38.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-09-21T19:15:38.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-09-21T19:15:38.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-09-21T19:15:38.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-09-21T19:15:38.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-09-21T19:15:38.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-09-21T19:15:39.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-09-21T19:15:39.073Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-09-21T19:15:39.112Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-09-21T19:15:39.153Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-09-21T19:15:39.199Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-09-21T19:15:39.239Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-09-21T19:15:39.275Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-09-21T19:15:39.315Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-09-21T19:15:39.356Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-09-21T19:15:39.392Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4162 [Pipeline] echo [2022-09-21T19:15:39.433Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4162 [Pipeline] echo [2022-09-21T19:15:39.475Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4162 [Pipeline] echo [2022-09-21T19:15:39.513Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 56197c73f71f0f9cf282d84b83408d9dd1fd534f [Pipeline] echo [2022-09-21T19:15:39.552Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 56197c7 [Pipeline] echo [2022-09-21T19:15:39.589Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-21T19:15:39.705Z] provisioning config files... [2022-09-21T19:15:39.723Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config12773914291498507363tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-21T19:15:40.069Z] ---> docker-login.sh [2022-09-21T19:15:40.069Z] nexus3.edgexfoundry.org:10001 [2022-09-21T19:15:40.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T19:15:40.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T19:15:40.332Z] Configure a credential helper to remove this warning. See [2022-09-21T19:15:40.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T19:15:40.332Z] [2022-09-21T19:15:40.332Z] Login Succeeded [2022-09-21T19:15:40.592Z] nexus3.edgexfoundry.org:10002 [2022-09-21T19:15:40.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T19:15:40.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T19:15:40.593Z] Configure a credential helper to remove this warning. See [2022-09-21T19:15:40.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T19:15:40.593Z] [2022-09-21T19:15:40.593Z] Login Succeeded [2022-09-21T19:15:40.593Z] nexus3.edgexfoundry.org:10003 [2022-09-21T19:15:40.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T19:15:40.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T19:15:40.856Z] Configure a credential helper to remove this warning. See [2022-09-21T19:15:40.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T19:15:40.856Z] [2022-09-21T19:15:40.856Z] Login Succeeded [2022-09-21T19:15:40.856Z] nexus3.edgexfoundry.org:10004 [2022-09-21T19:15:40.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T19:15:40.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T19:15:40.856Z] Configure a credential helper to remove this warning. See [2022-09-21T19:15:40.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T19:15:40.856Z] [2022-09-21T19:15:40.856Z] Login Succeeded [2022-09-21T19:15:40.856Z] docker.io [2022-09-21T19:15:40.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T19:15:41.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T19:15:41.115Z] Configure a credential helper to remove this warning. See [2022-09-21T19:15:41.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T19:15:41.115Z] [2022-09-21T19:15:41.115Z] Login Succeeded [2022-09-21T19:15:41.375Z] ---> docker-login.sh ends [Pipeline] } [2022-09-21T19:15:41.402Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-09-21T19:15:41.828Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-09-21T19:15:41.828Z] + dirname cmd/core-command/Dockerfile [2022-09-21T19:15:41.828Z] + cut -d/ -f2 [2022-09-21T19:15:41.828Z] + echo core-command,cmd/core-command/Dockerfile [2022-09-21T19:15:41.828Z] + + cut -d/ -f2 [2022-09-21T19:15:41.828Z] dirname cmd/core-data/Dockerfile [2022-09-21T19:15:41.828Z] + echo core-data,cmd/core-data/Dockerfile [2022-09-21T19:15:41.828Z] + dirname+ cmd/core-metadata/Dockerfile [2022-09-21T19:15:41.828Z] cut -d/ -f2 [2022-09-21T19:15:41.828Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-09-21T19:15:41.828Z] + + dirname cmd/security-bootstrapper/Dockerfile [2022-09-21T19:15:41.828Z] cut -d/ -f2 [2022-09-21T19:15:41.828Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-09-21T19:15:41.828Z] + + dirname cmd/security-proxy-setup/Dockerfile [2022-09-21T19:15:41.828Z] cut -d/ -f2 [2022-09-21T19:15:41.828Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-09-21T19:15:41.828Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-09-21T19:15:41.828Z] + cut -d/ -f2 [2022-09-21T19:15:41.828Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-09-21T19:15:41.828Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-09-21T19:15:41.828Z] + cut -d/ -f2 [2022-09-21T19:15:41.828Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-09-21T19:15:41.828Z] + dirname cmd/security-spire-agent/Dockerfile [2022-09-21T19:15:41.828Z] + cut -d/ -f2 [2022-09-21T19:15:41.828Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-09-21T19:15:41.828Z] + dirname cmd/security-spire-config/Dockerfile [2022-09-21T19:15:41.828Z] + cut -d/ -f2 [2022-09-21T19:15:41.828Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-09-21T19:15:41.828Z] + dirname cmd/security-spire-server/Dockerfile [2022-09-21T19:15:41.828Z] + cut -d/ -f2 [2022-09-21T19:15:41.828Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-09-21T19:15:41.828Z] + dirname cmd/support-notifications/Dockerfile [2022-09-21T19:15:41.828Z] + cut -d/ -f2 [2022-09-21T19:15:41.828Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-09-21T19:15:41.828Z] + dirname cmd/support-scheduler/Dockerfile [2022-09-21T19:15:41.828Z] + cut -d/ -f2 [2022-09-21T19:15:41.828Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-09-21T19:15:41.828Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-09-21T19:15:41.828Z] + cut -d/ -f2 [2022-09-21T19:15:41.828Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-09-21T19:15:41.881Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-09-21T19:15:42.356Z] + git rev-list -1 --merges 56197c73f71f0f9cf282d84b83408d9dd1fd534f~1..56197c73f71f0f9cf282d84b83408d9dd1fd534f [Pipeline] echo [2022-09-21T19:15:42.387Z] -----------> git rev-list -1 --merges 56197c73f71f0f9cf282d84b83408d9dd1fd534f~1..56197c73f71f0f9cf282d84b83408d9dd1fd534f 56197c73f71f0f9cf282d84b83408d9dd1fd534f [false] [Pipeline] sh [2022-09-21T19:15:42.699Z] + git log --format=format:%s -1 56197c73f71f0f9cf282d84b83408d9dd1fd534f [Pipeline] echo [2022-09-21T19:15:42.733Z] ========================================================= [2022-09-21T19:15:42.733Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-09-21T19:15:42.733Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-09-21T19:15:43.143Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-09-21T19:15:43.143Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-09-21T19:15:43.143Z] + [ -e /tmp/ssh_known_hosts ] [2022-09-21T19:15:43.143Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-09-21T19:15:43.143Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-09-21T19:15:43.143Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-09-21T19:15:43.143Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:15:43.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-21T19:15:43.557Z] [2022-09-21T19:15:43.557Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:15:43.927Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-21T19:15:43.927Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-09-21T19:15:43.927Z] b85a868b505f: Pulling fs layer [2022-09-21T19:15:43.927Z] e2be974225ed: Pulling fs layer [2022-09-21T19:15:43.927Z] 339a4e72a1f5: Pulling fs layer [2022-09-21T19:15:43.927Z] 988bab9f4d93: Pulling fs layer [2022-09-21T19:15:43.927Z] 1469e6f7b9e6: Pulling fs layer [2022-09-21T19:15:43.927Z] eaf3925da568: Pulling fs layer [2022-09-21T19:15:43.927Z] bab4dde63d76: Pulling fs layer [2022-09-21T19:15:43.927Z] bde34c3a00c8: Pulling fs layer [2022-09-21T19:15:43.927Z] b352a97aabf1: Pulling fs layer [2022-09-21T19:15:43.927Z] 4872d77fe225: Pulling fs layer [2022-09-21T19:15:43.927Z] 5851b861e8e6: Pulling fs layer [2022-09-21T19:15:43.927Z] b352a97aabf1: Waiting [2022-09-21T19:15:43.927Z] 988bab9f4d93: Waiting [2022-09-21T19:15:43.927Z] bde34c3a00c8: Waiting [2022-09-21T19:15:43.927Z] 1469e6f7b9e6: Waiting [2022-09-21T19:15:43.927Z] eaf3925da568: Waiting [2022-09-21T19:15:43.927Z] 5851b861e8e6: Waiting [2022-09-21T19:15:43.927Z] bab4dde63d76: Waiting [2022-09-21T19:15:43.927Z] e2be974225ed: Download complete [2022-09-21T19:15:43.927Z] 988bab9f4d93: Download complete [2022-09-21T19:15:44.188Z] 1469e6f7b9e6: Verifying Checksum [2022-09-21T19:15:44.189Z] 1469e6f7b9e6: Download complete [2022-09-21T19:15:44.189Z] eaf3925da568: Download complete [2022-09-21T19:15:44.189Z] 339a4e72a1f5: Verifying Checksum [2022-09-21T19:15:44.189Z] 339a4e72a1f5: Download complete [2022-09-21T19:15:44.189Z] bde34c3a00c8: Download complete [2022-09-21T19:15:44.189Z] b352a97aabf1: Download complete [2022-09-21T19:15:44.189Z] 4872d77fe225: Download complete [2022-09-21T19:15:44.189Z] 5851b861e8e6: Verifying Checksum [2022-09-21T19:15:44.189Z] 5851b861e8e6: Download complete [2022-09-21T19:15:44.189Z] b85a868b505f: Verifying Checksum [2022-09-21T19:15:44.189Z] b85a868b505f: Download complete [2022-09-21T19:15:44.447Z] bab4dde63d76: Verifying Checksum [2022-09-21T19:15:44.447Z] bab4dde63d76: Download complete [2022-09-21T19:15:45.388Z] b85a868b505f: Pull complete [2022-09-21T19:15:45.648Z] e2be974225ed: Pull complete [2022-09-21T19:15:46.219Z] 339a4e72a1f5: Pull complete [2022-09-21T19:15:46.219Z] 988bab9f4d93: Pull complete [2022-09-21T19:15:46.479Z] 1469e6f7b9e6: Pull complete [2022-09-21T19:15:46.738Z] eaf3925da568: Pull complete [2022-09-21T19:15:48.645Z] bab4dde63d76: Pull complete [2022-09-21T19:15:48.645Z] bde34c3a00c8: Pull complete [2022-09-21T19:15:48.645Z] b352a97aabf1: Pull complete [2022-09-21T19:15:48.645Z] 4872d77fe225: Pull complete [2022-09-21T19:15:48.906Z] 5851b861e8e6: Pull complete [2022-09-21T19:15:48.906Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-09-21T19:15:48.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-21T19:15:48.906Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T19:15:49.109Z] prd-ubuntu20.04-docker-8c-8g-455 does not seem to be running inside a container [2022-09-21T19:15:49.136Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-09-21T19:15:50.358Z] $ docker top 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 -eo pid,comm [2022-09-21T19:15:50.433Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-09-21T19:15:50.434Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-09-21T19:15:50.546Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-21T19:15:50.546Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-21T19:15:50.695Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-21T19:15:50.695Z] $ docker exec 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 ssh-agent [2022-09-21T19:15:50.811Z] SSH_AUTH_SOCK=/tmp/ssh-K4jDCXnGxgpO/agent.32 [2022-09-21T19:15:50.811Z] SSH_AGENT_PID=38 [2022-09-21T19:15:50.817Z] Running ssh-add (command line suppressed) [2022-09-21T19:15:50.922Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5930205113561710241.key (/w/workspace/edgex-go/1@tmp/private_key_5930205113561710241.key) [2022-09-21T19:15:50.939Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-21T19:15:51.266Z] + git tag --points-at HEAD [Pipeline] } [2022-09-21T19:15:51.289Z] $ docker exec --env ******** --env ******** 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 ssh-agent -k [2022-09-21T19:15:51.405Z] unset SSH_AUTH_SOCK; [2022-09-21T19:15:51.406Z] unset SSH_AGENT_PID; [2022-09-21T19:15:51.406Z] echo Agent pid 38 killed; [2022-09-21T19:15:51.423Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-09-21T19:15:51.508Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-21T19:15:51.508Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-21T19:15:51.636Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-21T19:15:51.635Z] $ docker exec 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 ssh-agent [2022-09-21T19:15:51.746Z] SSH_AUTH_SOCK=/tmp/ssh-gdw9wPC8X4D0/agent.70 [2022-09-21T19:15:51.746Z] SSH_AGENT_PID=76 [2022-09-21T19:15:51.751Z] Running ssh-add (command line suppressed) [2022-09-21T19:15:51.848Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8262391655966376026.key (/w/workspace/edgex-go/1@tmp/private_key_8262391655966376026.key) [2022-09-21T19:15:51.866Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-21T19:15:52.193Z] + git semver init [2022-09-21T19:15:52.453Z] 2022-09-21 19:15:52,362 [run_init] DEBUG init version:0.0.0 force:False [2022-09-21T19:15:52.453Z] 2022-09-21 19:15:52,363 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-09-21T19:15:52.453Z] 2022-09-21 19:15:52,364 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-09-21T19:15:52.453Z] 2022-09-21 19:15:52,364 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2022-09-21T19:15:56.659Z] 2022-09-21 19:15:56,538 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-09-21T19:15:56.659Z] 2022-09-21 19:15:56,538 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4162 with force:False [2022-09-21T19:15:56.659Z] 2022-09-21 19:15:56,538 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4162 [2022-09-21T19:15:56.659Z] 2022-09-21 19:15:56,541 [execute] INFO git cat-file --batch-check [2022-09-21T19:15:56.659Z] 2022-09-21 19:15:56,541 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-09-21T19:15:56.659Z] 2022-09-21 19:15:56,547 [execute] INFO git cat-file --batch [2022-09-21T19:15:56.659Z] 2022-09-21 19:15:56,548 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-09-21T19:15:56.659Z] 2022-09-21 19:15:56,554 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4162 [2022-09-21T19:15:56.659Z] 0.0.0 [Pipeline] } [2022-09-21T19:15:56.683Z] $ docker exec --env ******** --env ******** 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 ssh-agent -k [2022-09-21T19:15:56.793Z] unset SSH_AUTH_SOCK; [2022-09-21T19:15:56.794Z] unset SSH_AGENT_PID; [2022-09-21T19:15:56.794Z] echo Agent pid 76 killed; [2022-09-21T19:15:56.811Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-09-21T19:15:57.235Z] + git semver [Pipeline] } [2022-09-21T19:15:57.524Z] $ docker stop --time=1 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 [2022-09-21T19:15:58.858Z] $ docker rm -f 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-21T19:15:59.250Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-09-21T19:15:59.496Z] Stashed 1 file(s) [Pipeline] echo [2022-09-21T19:15:59.513Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-21T19:16:00.258Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-09-21T19:16:00.300Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-21T19:16:00.333Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-21T19:16:00.367Z] ========================================================= [2022-09-21T19:16:00.367Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-09-21T19:16:00.367Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-09-21T19:16:00.710Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-21T19:16:00.710Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-09-21T19:16:00.710Z] 2408cc74d12b: Pulling fs layer [2022-09-21T19:16:00.710Z] ea60b727a1ce: Pulling fs layer [2022-09-21T19:16:00.710Z] 30c4a7721957: Pulling fs layer [2022-09-21T19:16:00.710Z] 370296b7ddb6: Pulling fs layer [2022-09-21T19:16:00.710Z] 7c6cee850709: Pulling fs layer [2022-09-21T19:16:00.710Z] 39a5fcdaea64: Pulling fs layer [2022-09-21T19:16:00.710Z] d94ebbe4e438: Pulling fs layer [2022-09-21T19:16:00.710Z] bcfd1f05c69d: Pulling fs layer [2022-09-21T19:16:00.710Z] 59ccb84bbe0f: Pulling fs layer [2022-09-21T19:16:00.710Z] 39a5fcdaea64: Waiting [2022-09-21T19:16:00.710Z] d94ebbe4e438: Waiting [2022-09-21T19:16:00.710Z] bcfd1f05c69d: Waiting [2022-09-21T19:16:00.710Z] 59ccb84bbe0f: Waiting [2022-09-21T19:16:00.710Z] 370296b7ddb6: Waiting [2022-09-21T19:16:00.710Z] 7c6cee850709: Waiting [2022-09-21T19:16:00.710Z] 30c4a7721957: Download complete [2022-09-21T19:16:00.710Z] ea60b727a1ce: Download complete [2022-09-21T19:16:00.710Z] 7c6cee850709: Download complete [2022-09-21T19:16:00.710Z] 39a5fcdaea64: Verifying Checksum [2022-09-21T19:16:00.710Z] 39a5fcdaea64: Download complete [2022-09-21T19:16:00.710Z] 2408cc74d12b: Verifying Checksum [2022-09-21T19:16:00.710Z] d94ebbe4e438: Verifying Checksum [2022-09-21T19:16:00.710Z] d94ebbe4e438: Download complete [2022-09-21T19:16:00.971Z] 2408cc74d12b: Pull complete [2022-09-21T19:16:00.971Z] ea60b727a1ce: Pull complete [2022-09-21T19:16:01.232Z] 30c4a7721957: Pull complete [2022-09-21T19:16:01.233Z] 59ccb84bbe0f: Verifying Checksum [2022-09-21T19:16:01.233Z] 59ccb84bbe0f: Download complete [2022-09-21T19:16:01.492Z] bcfd1f05c69d: Verifying Checksum [2022-09-21T19:16:01.492Z] bcfd1f05c69d: Download complete [2022-09-21T19:16:01.492Z] 370296b7ddb6: Verifying Checksum [2022-09-21T19:16:01.492Z] 370296b7ddb6: Download complete [2022-09-21T19:16:05.680Z] 370296b7ddb6: Pull complete [2022-09-21T19:16:05.680Z] 7c6cee850709: Pull complete [2022-09-21T19:16:05.680Z] 39a5fcdaea64: Pull complete [2022-09-21T19:16:05.680Z] d94ebbe4e438: Pull complete [2022-09-21T19:16:08.215Z] bcfd1f05c69d: Pull complete [2022-09-21T19:16:08.789Z] 59ccb84bbe0f: Pull complete [2022-09-21T19:16:08.789Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-09-21T19:16:08.789Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-21T19:16:08.789Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-09-21T19:16:09.147Z] + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-21T19:16:09.147Z] WORKDIR /edgex [2022-09-21T19:16:09.147Z] COPY go.mod . [2022-09-21T19:16:09.147Z] RUN go mod download [2022-09-21T19:16:09.147Z] docker build -t ci-base-image-x86_64 -f - . [2022-09-21T19:16:10.084Z] Sending build context to Docker daemon 169.5MB [2022-09-21T19:16:10.084Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-21T19:16:10.084Z] ---> a4fb48ad2a94 [2022-09-21T19:16:10.084Z] Step 2/4 : WORKDIR /edgex [2022-09-21T19:16:11.464Z] ---> Running in bb4bb571b4f7 [2022-09-21T19:16:11.464Z] Removing intermediate container bb4bb571b4f7 [2022-09-21T19:16:11.464Z] ---> 3ea9840b7548 [2022-09-21T19:16:11.464Z] Step 3/4 : COPY go.mod . [2022-09-21T19:16:11.723Z] ---> 31e249bd0064 [2022-09-21T19:16:11.723Z] Step 4/4 : RUN go mod download [2022-09-21T19:16:11.723Z] ---> Running in 223016f252ea [2022-09-21T19:16:14.795Z] Still waiting to schedule task [2022-09-21T19:16:14.795Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-454’ [2022-09-21T19:16:23.926Z] Removing intermediate container 223016f252ea [2022-09-21T19:16:23.926Z] ---> ad4ef8de464a [2022-09-21T19:16:23.926Z] Successfully built ad4ef8de464a [2022-09-21T19:16:23.926Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:16:24.281Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-21T19:16:24.282Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T19:16:24.416Z] prd-ubuntu20.04-docker-8c-8g-455 does not seem to be running inside a container [2022-09-21T19:16:24.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-09-21T19:16:24.856Z] $ docker top e0d0c3333cc9a77c2b69073d05acd61d4cfebe966174ecc90bac3faf1cc21e04 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-21T19:16:25.243Z] + go version [2022-09-21T19:16:25.243Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-09-21T19:16:25.273Z] $ docker stop --time=1 e0d0c3333cc9a77c2b69073d05acd61d4cfebe966174ecc90bac3faf1cc21e04 [2022-09-21T19:16:26.604Z] $ docker rm -f e0d0c3333cc9a77c2b69073d05acd61d4cfebe966174ecc90bac3faf1cc21e04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:16:27.301Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-21T19:16:27.301Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T19:16:27.443Z] prd-ubuntu20.04-docker-8c-8g-455 does not seem to be running inside a container [2022-09-21T19:16:27.473Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-09-21T19:16:27.837Z] $ docker top 5ca6d33f189ccbbb97bd84af1ccc4072c35ece62467120c6e1c7a3ad86568845 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-09-21T19:16:27.956Z] ========================================================= [2022-09-21T19:16:27.956Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-09-21T19:16:27.956Z] ========================================================= [Pipeline] sh [2022-09-21T19:16:28.250Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-09-21T19:16:28.611Z] + make test [2022-09-21T19:16:28.611Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-09-21T19:16:35.194Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-09-21T19:16:50.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-09-21T19:16:51.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.071s coverage: 28.7% of statements [2022-09-21T19:16:51.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-09-21T19:16:51.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-09-21T19:16:51.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.100s coverage: 98.5% of statements [2022-09-21T19:16:51.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/external 0.100s coverage: 75.6% of statements [2022-09-21T19:16:51.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-09-21T19:16:51.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-09-21T19:16:51.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.086s coverage: 54.2% of statements [2022-09-21T19:16:51.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-09-21T19:16:51.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-09-21T19:16:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.805s coverage: 89.2% of statements [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-09-21T19:16:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.126s coverage: 2.0% of statements [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-09-21T19:16:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.541s coverage: 95.6% of statements [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-09-21T19:16:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.075s coverage: 72.2% of statements [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-09-21T19:16:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.069s coverage: 60.0% of statements [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-09-21T19:16:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.069s coverage: 0.9% of statements [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-09-21T19:16:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.117s coverage: 58.8% of statements [2022-09-21T19:16:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.055s coverage: 29.6% of statements [2022-09-21T19:16:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-09-21T19:16:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements [2022-09-21T19:16:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements [2022-09-21T19:16:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements [2022-09-21T19:16:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2022-09-21T19:16:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2022-09-21T19:16:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements [2022-09-21T19:16:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements [2022-09-21T19:17:07.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.209s coverage: 80.8% of statements [2022-09-21T19:17:07.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.020s coverage: 65.1% of statements [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.068s coverage: 86.9% of statements [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 58.8% of statements [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.0% of statements [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.085s coverage: 85.4% of statements [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.208s coverage: 91.2% of statements [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 64.7% of statements [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.337s coverage: 65.8% of statements [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.166s coverage: 41.8% of statements [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.077s coverage: 89.5% of statements [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-09-21T19:17:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.088s coverage: 17.7% of statements [2022-09-21T19:17:10.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-09-21T19:17:10.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.183s coverage: 92.3% of statements [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-09-21T19:17:10.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-09-21T19:17:10.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.109s coverage: 97.7% of statements [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-09-21T19:17:10.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-09-21T19:17:10.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-09-21T19:17:10.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2022-09-21T19:17:10.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-09-21T19:17:10.778Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-09-21T19:17:28.862Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-09-21T19:17:28.862Z] GO111MODULE=on go vet ./... [2022-09-21T19:17:33.210Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-09-21T19:17:33.210Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-09-21T19:17:33.210Z] ./bin/test-attribution-txt.sh [2022-09-21T19:17:33.210Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-09-21T19:17:33.210Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-09-21T19:17:33.210Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-09-21T19:17:33.247Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-09-21T19:17:33.553Z] + ls -al . [2022-09-21T19:17:33.553Z] total 748 [2022-09-21T19:17:33.553Z] drwxrwxr-x 10 1001 1001 4096 Sep 21 19:16 . [2022-09-21T19:17:33.553Z] drwxr-xr-x 4 root root 4096 Sep 21 19:16 .. [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 16 Sep 21 19:15 .dockerignore [2022-09-21T19:17:33.553Z] drwxrwxr-x 8 1001 1001 4096 Sep 21 19:17 .git [2022-09-21T19:17:33.553Z] drwxrwxr-x 3 1001 1001 4096 Sep 21 19:15 .github [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 1030 Sep 21 19:15 .gitignore [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 42 Sep 21 19:15 .golangci.yml [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 87 Sep 21 19:15 .hadolint.yml [2022-09-21T19:17:33.553Z] drwxr-xr-x 3 1001 1001 4096 Sep 21 19:15 .semver [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 166 Sep 21 19:15 .sonarcloud.properties [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 1171 Sep 21 19:15 ADOPTERS.md [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 10347 Sep 21 19:15 Attribution.txt [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 63209 Sep 21 19:15 CHANGELOG.md [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 3804 Sep 21 19:15 CONTRIBUTING.md [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 677 Sep 21 19:15 GOVERNANCE.md [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 850 Sep 21 19:15 Jenkinsfile [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 10775 Sep 21 19:15 LICENSE [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 13724 Sep 21 19:15 Makefile [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 582 Sep 21 19:15 OWNERS.md [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 9799 Sep 21 19:15 README.md [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 6912 Sep 21 19:15 SECURITY.md [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 5 Sep 21 19:15 VERSION [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 4131 Sep 21 19:15 ZMQWindows.md [2022-09-21T19:17:33.553Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 19:15 bin [2022-09-21T19:17:33.553Z] drwxrwxr-x 18 1001 1001 4096 Sep 21 19:15 cmd [2022-09-21T19:17:33.553Z] -rw-r--r-- 1 root root 494099 Sep 21 19:17 coverage.out [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 3458 Sep 21 19:15 go.mod [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 38040 Sep 21 19:15 go.sum [2022-09-21T19:17:33.553Z] drwxrwxr-x 8 1001 1001 4096 Sep 21 19:15 internal [2022-09-21T19:17:33.553Z] drwxrwxr-x 3 1001 1001 4096 Sep 21 19:15 openapi [2022-09-21T19:17:33.553Z] drwxrwxr-x 4 1001 1001 4096 Sep 21 19:15 snap [2022-09-21T19:17:33.553Z] -rw-rw-r-- 1 1001 1001 204 Sep 21 19:15 version.go [Pipeline] sh [2022-09-21T19:17:33.870Z] + '[' -e coverage.out ] [2022-09-21T19:17:33.870Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-09-21T19:17:34.011Z] Stashed 1 file(s) [Pipeline] sh [2022-09-21T19:17:34.301Z] + make build [2022-09-21T19:17:34.301Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-09-21T19:17:46.497Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-09-21T19:17:56.462Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-09-21T19:17:57.445Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-09-21T19:18:05.557Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-09-21T19:18:05.557Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-09-21T19:18:06.124Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-09-21T19:18:07.501Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-09-21T19:18:08.441Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-09-21T19:18:09.819Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-09-21T19:18:10.385Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-09-21T19:18:11.316Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-09-21T19:18:13.216Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-09-21T19:18:14.615Z] $ docker stop --time=1 5ca6d33f189ccbbb97bd84af1ccc4072c35ece62467120c6e1c7a3ad86568845 [2022-09-21T19:18:16.715Z] $ docker rm -f 5ca6d33f189ccbbb97bd84af1ccc4072c35ece62467120c6e1c7a3ad86568845 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:18:17.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-09-21T19:18:17.843Z] [2022-09-21T19:18:17.843Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:18:18.209Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-09-21T19:18:18.209Z] latest: Pulling from edgex-devops/edgex-compose [2022-09-21T19:18:18.209Z] cbdbe7a5bc2a: Pulling fs layer [2022-09-21T19:18:18.209Z] ca9280d653b3: Pulling fs layer [2022-09-21T19:18:18.209Z] 7e9c9ca2126c: Pulling fs layer [2022-09-21T19:18:18.209Z] cbdbe7a5bc2a: Verifying Checksum [2022-09-21T19:18:18.209Z] cbdbe7a5bc2a: Download complete [2022-09-21T19:18:18.468Z] cbdbe7a5bc2a: Pull complete [2022-09-21T19:18:18.468Z] ca9280d653b3: Verifying Checksum [2022-09-21T19:18:18.468Z] ca9280d653b3: Download complete [2022-09-21T19:18:18.725Z] 7e9c9ca2126c: Verifying Checksum [2022-09-21T19:18:18.725Z] 7e9c9ca2126c: Download complete [2022-09-21T19:18:18.725Z] ca9280d653b3: Pull complete [2022-09-21T19:18:22.004Z] 7e9c9ca2126c: Pull complete [2022-09-21T19:18:22.004Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-09-21T19:18:22.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-09-21T19:18:22.004Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T19:18:22.192Z] prd-ubuntu20.04-docker-8c-8g-455 does not seem to be running inside a container [2022-09-21T19:18:22.222Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-09-21T19:18:23.306Z] $ docker top a8aa3c32b6b57692ebcd7a55a24975f479875b9cac986985ce1c7dab9eddad8f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-21T19:18:23.701Z] + docker-compose build --help [2022-09-21T19:18:23.701Z] + grep parallel [2022-09-21T19:18:24.267Z] --parallel Build images in parallel. [Pipeline] } [2022-09-21T19:18:24.300Z] $ docker stop --time=1 a8aa3c32b6b57692ebcd7a55a24975f479875b9cac986985ce1c7dab9eddad8f [2022-09-21T19:18:25.605Z] $ docker rm -f a8aa3c32b6b57692ebcd7a55a24975f479875b9cac986985ce1c7dab9eddad8f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:18:26.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-09-21T19:18:26.147Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T19:18:26.279Z] prd-ubuntu20.04-docker-8c-8g-455 does not seem to be running inside a container [2022-09-21T19:18:26.306Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-09-21T19:18:26.625Z] $ docker top 3093ec7506ea33b3116d6e646158d644e517926a0757ad5378c8bc183f9eeff6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-21T19:18:27.002Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-09-21T19:18:27.569Z] Building core-command ... [2022-09-21T19:18:27.569Z] Building core-data ... [2022-09-21T19:18:27.569Z] Building core-metadata ... [2022-09-21T19:18:27.569Z] Building security-bootstrapper ... [2022-09-21T19:18:27.569Z] Building security-proxy-setup ... [2022-09-21T19:18:27.569Z] Building security-secretstore-setup ... [2022-09-21T19:18:27.569Z] Building security-spiffe-token-provider ... [2022-09-21T19:18:27.569Z] Building security-spire-agent ... [2022-09-21T19:18:27.569Z] Building security-spire-config ... [2022-09-21T19:18:27.569Z] Building security-spire-server ... [2022-09-21T19:18:27.569Z] Building support-notifications ... [2022-09-21T19:18:27.569Z] Building support-scheduler ... [2022-09-21T19:18:27.569Z] Building sys-mgmt-agent ... [2022-09-21T19:18:27.569Z] Building core-command [2022-09-21T19:18:27.569Z] Building security-secretstore-setup [2022-09-21T19:18:27.569Z] Building sys-mgmt-agent [2022-09-21T19:18:27.569Z] Building security-spiffe-token-provider [2022-09-21T19:18:27.569Z] Building security-bootstrapper [2022-09-21T19:18:37.541Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:18:37.541Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:18:37.541Z] ---> ad4ef8de464a [2022-09-21T19:18:37.541Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-09-21T19:18:37.541Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:18:37.541Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:18:37.541Z] ---> ad4ef8de464a [2022-09-21T19:18:37.541Z] Step 3/33 : WORKDIR /edgex-go [2022-09-21T19:18:37.541Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:18:37.541Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:18:37.541Z] ---> ad4ef8de464a [2022-09-21T19:18:37.541Z] Step 3/25 : WORKDIR /edgex-go [2022-09-21T19:18:37.541Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:18:37.541Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:18:37.541Z] ---> ad4ef8de464a [2022-09-21T19:18:37.541Z] Step 3/23 : WORKDIR /edgex-go [2022-09-21T19:18:37.800Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:18:37.800Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:18:37.800Z] ---> ad4ef8de464a [2022-09-21T19:18:37.800Z] Step 3/20 : WORKDIR /edgex-go [2022-09-21T19:18:40.337Z] ---> Running in 8b2454afb73b [2022-09-21T19:18:40.337Z] ---> Running in 520b44cd7514 [2022-09-21T19:18:40.337Z] ---> Running in 5b2b9537d3be [2022-09-21T19:18:40.337Z] ---> Running in 68ff16a54afe [2022-09-21T19:18:40.337Z] ---> Running in a8f3ee6a1643 [2022-09-21T19:18:40.337Z] Removing intermediate container 68ff16a54afe [2022-09-21T19:18:40.337Z] ---> 879542b78638 [2022-09-21T19:18:40.337Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-09-21T19:18:40.337Z] Removing intermediate container 8b2454afb73b [2022-09-21T19:18:40.337Z] ---> 2cf305f782e9 [2022-09-21T19:18:40.337Z] Step 4/24 : WORKDIR /edgex-go [2022-09-21T19:18:40.337Z] Removing intermediate container a8f3ee6a1643 [2022-09-21T19:18:40.337Z] ---> 8b4430e8897b [2022-09-21T19:18:40.337Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:18:40.337Z] Removing intermediate container 5b2b9537d3be [2022-09-21T19:18:40.337Z] ---> a1fae57cd642 [2022-09-21T19:18:40.337Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:18:40.337Z] Removing intermediate container 520b44cd7514 [2022-09-21T19:18:40.337Z] ---> 6215d74963bd [2022-09-21T19:18:40.337Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:18:40.337Z] ---> Running in 32918f9f212e [2022-09-21T19:18:40.337Z] ---> Running in 69673d980990 [2022-09-21T19:18:40.337Z] ---> Running in 813b43d1bf9e [2022-09-21T19:18:40.337Z] ---> Running in 8869eb5be3bd [2022-09-21T19:18:40.337Z] ---> Running in c9f5afe2f9ed [2022-09-21T19:18:40.337Z] Removing intermediate container 813b43d1bf9e [2022-09-21T19:18:40.337Z] ---> 6fe5e4a1909a [2022-09-21T19:18:40.337Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:18:40.337Z] ---> Running in ec027299c88b [2022-09-21T19:18:40.904Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:18:40.904Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:18:41.161Z] Removing intermediate container c9f5afe2f9ed [2022-09-21T19:18:41.161Z] ---> 5b409ddffee3 [2022-09-21T19:18:41.161Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-09-21T19:18:41.161Z] ---> Running in 05abe1ae9718 [2022-09-21T19:18:41.419Z] Removing intermediate container 69673d980990 [2022-09-21T19:18:41.419Z] ---> 642fab354587 [2022-09-21T19:18:41.419Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-09-21T19:18:41.419Z] v3.16.2-193-g9da6059f45 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-09-21T19:18:41.419Z] v3.16.2-191-gc8e9e5baa8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-09-21T19:18:41.419Z] OK: 17041 distinct packages available [2022-09-21T19:18:41.419Z] ---> Running in faa9c3c0cc23 [2022-09-21T19:18:41.419Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:18:41.419Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:18:41.676Z] Removing intermediate container ec027299c88b [2022-09-21T19:18:41.676Z] ---> efaeddb31156 [2022-09-21T19:18:41.676Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-09-21T19:18:41.676Z] ---> Running in 9ea3b4a22984 [2022-09-21T19:18:41.676Z] Removing intermediate container 8869eb5be3bd [2022-09-21T19:18:41.676Z] ---> ffdf2ee43eed [2022-09-21T19:18:41.676Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-09-21T19:18:41.676Z] OK: 211 MiB in 51 packages [2022-09-21T19:18:41.676Z] ---> Running in 0384c59438e3 [2022-09-21T19:18:41.676Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:18:41.935Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:18:42.193Z] Removing intermediate container 32918f9f212e [2022-09-21T19:18:42.193Z] ---> 7f87f1b753eb [2022-09-21T19:18:42.193Z] Step 5/20 : COPY go.mod vendor* ./ [2022-09-21T19:18:42.193Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:18:42.193Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:18:42.193Z] ---> 1182cd41e821 [2022-09-21T19:18:42.193Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:18:42.452Z] ---> Running in 04190b46960f [2022-09-21T19:18:42.452Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:18:42.710Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:18:42.968Z] OK: 211 MiB in 51 packages [2022-09-21T19:18:42.968Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:18:42.968Z] OK: 211 MiB in 51 packages [2022-09-21T19:18:43.226Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:18:43.226Z] Removing intermediate container 05abe1ae9718 [2022-09-21T19:18:43.226Z] ---> 63804b6a12c4 [2022-09-21T19:18:43.226Z] Step 6/33 : COPY go.mod vendor* ./ [2022-09-21T19:18:43.484Z] ---> 2070def7c872 [2022-09-21T19:18:43.484Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:18:43.484Z] OK: 211 MiB in 51 packages [2022-09-21T19:18:43.484Z] ---> Running in eec37290a228 [2022-09-21T19:18:43.484Z] OK: 211 MiB in 51 packages [2022-09-21T19:18:43.484Z] Removing intermediate container faa9c3c0cc23 [2022-09-21T19:18:43.484Z] ---> b42c2358d04e [2022-09-21T19:18:43.484Z] Step 6/23 : COPY go.mod vendor* ./ [2022-09-21T19:18:43.742Z] ---> 999c9891fca8 [2022-09-21T19:18:43.742Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:18:43.742Z] ---> Running in 73653a6a4327 [2022-09-21T19:18:43.742Z] Removing intermediate container 0384c59438e3 [2022-09-21T19:18:43.742Z] ---> 41c6431c9396 [2022-09-21T19:18:43.742Z] Step 6/25 : COPY go.mod vendor* ./ [2022-09-21T19:18:43.742Z] Removing intermediate container 9ea3b4a22984 [2022-09-21T19:18:43.742Z] ---> 186bdb76993c [2022-09-21T19:18:43.742Z] Step 7/24 : COPY go.mod vendor* ./ [2022-09-21T19:18:43.998Z] ---> ef06e7f64638 [2022-09-21T19:18:43.998Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:18:43.998Z] ---> Running in 1fa765c65752 [2022-09-21T19:18:43.998Z] ---> 95101ba387eb [2022-09-21T19:18:43.998Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:18:43.998Z] ---> Running in c88f3112a19b [2022-09-21T19:18:49.939Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-456 in /w/workspace/edgexfoundry_edgex-go_PR-4162 [Pipeline] { [Pipeline] ws [2022-09-21T19:18:49.978Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-09-21T19:18:50.053Z] The recommended git tool is: git [2022-09-21T19:18:54.659Z] using credential edgex-jenkins-ssh [2022-09-21T19:18:54.677Z] Cloning the remote Git repository [2022-09-21T19:18:54.715Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-09-21T19:18:54.799Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-09-21T19:18:54.947Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-09-21T19:18:54.949Z] > git --version # timeout=10 [2022-09-21T19:18:54.973Z] > git --version # 'git version 2.25.1' [2022-09-21T19:18:54.975Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-21T19:18:55.026Z] Verifying host key using known hosts file [2022-09-21T19:18:55.202Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-09-21T19:18:55.216Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-21T19:18:58.916Z] Removing intermediate container 1fa765c65752 [2022-09-21T19:18:58.916Z] ---> dd630214bdc1 [2022-09-21T19:18:58.916Z] Step 8/25 : COPY . . [2022-09-21T19:18:58.916Z] Removing intermediate container eec37290a228 [2022-09-21T19:18:58.916Z] ---> 95dfbfd1a0ef [2022-09-21T19:18:58.916Z] Step 8/33 : COPY . . [2022-09-21T19:18:58.916Z] Removing intermediate container c88f3112a19b [2022-09-21T19:18:58.916Z] ---> 2f3abb013ff9 [2022-09-21T19:18:58.916Z] Step 9/24 : COPY . . [2022-09-21T19:18:58.916Z] Removing intermediate container 73653a6a4327 [2022-09-21T19:18:58.916Z] ---> 71187e0228cc [2022-09-21T19:18:58.916Z] Step 8/23 : COPY . . [2022-09-21T19:18:58.916Z] Removing intermediate container 04190b46960f [2022-09-21T19:18:58.916Z] ---> bab109e7f8bd [2022-09-21T19:18:58.916Z] Step 7/20 : COPY . . [2022-09-21T19:19:05.476Z] ---> 353e8e2c9839 [2022-09-21T19:19:05.476Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-09-21T19:19:05.476Z] ---> 8f7ceb5272c7 [2022-09-21T19:19:05.476Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-09-21T19:19:05.476Z] ---> aa068a01d869 [2022-09-21T19:19:05.476Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-09-21T19:19:05.476Z] ---> 59c6237eb89c [2022-09-21T19:19:05.476Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-09-21T19:19:05.476Z] ---> dee9224c20e8 [2022-09-21T19:19:05.476Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-09-21T19:19:05.476Z] ---> Running in 700ccba7d6f3 [2022-09-21T19:19:05.476Z] ---> Running in 1ca0c770588b [2022-09-21T19:19:05.476Z] ---> Running in 6d82cbbed3b3 [2022-09-21T19:19:05.476Z] ---> Running in 1a5258494c4c [2022-09-21T19:19:05.476Z] ---> Running in 234064013b1f [2022-09-21T19:19:05.476Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-09-21T19:19:05.476Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-09-21T19:19:05.476Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-09-21T19:19:05.476Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-09-21T19:19:05.476Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-09-21T19:19:10.874Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-09-21T19:19:10.901Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-21T19:19:11.677Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-09-21T19:19:11.720Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-09-21T19:19:11.721Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-21T19:19:11.725Z] Verifying host key using known hosts file [2022-09-21T19:19:11.732Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-09-21T19:19:11.743Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4162/head:refs/remotes/origin/PR-4162 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-09-21T19:19:12.409Z] Merging remotes/origin/main commit 1c2713d9029e55087dd93f5580eeccca20fdfc13 into PR head commit 56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:19:12.752Z] Merge succeeded, producing 56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:19:12.753Z] Checking out Revision 56197c73f71f0f9cf282d84b83408d9dd1fd534f (PR-4162) [2022-09-21T19:19:13.350Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2022-09-21T19:19:13.391Z] > git --version # timeout=10 [2022-09-21T19:19:13.401Z] > git --version # 'git version 2.25.1' [2022-09-21T19:19:13.416Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-21T19:19:12.421Z] > git config core.sparsecheckout # timeout=10 [2022-09-21T19:19:12.434Z] > git checkout -f 56197c73f71f0f9cf282d84b83408d9dd1fd534f # timeout=10 [2022-09-21T19:19:12.665Z] > git remote # timeout=10 [2022-09-21T19:19:12.683Z] > git config --get remote.origin.url # timeout=10 [2022-09-21T19:19:12.698Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-21T19:19:12.702Z] Verifying host key using known hosts file [2022-09-21T19:19:12.707Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-09-21T19:19:12.715Z] > git merge 1c2713d9029e55087dd93f5580eeccca20fdfc13 # timeout=10 [2022-09-21T19:19:12.736Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-09-21T19:19:12.756Z] > git config core.sparsecheckout # timeout=10 [2022-09-21T19:19:12.768Z] > git checkout -f 56197c73f71f0f9cf282d84b83408d9dd1fd534f # timeout=10 [2022-09-21T19:19:14.449Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-09-21T19:19:14.449Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-09-21T19:19:14.449Z] Dload Upload Total Spent Left Speed [2022-09-21T19:19:14.449Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 88125 0 --:--:-- --:--:-- --:--:-- 88125 [Pipeline] sh [2022-09-21T19:19:15.039Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-09-21T19:19:15.376Z] + sudo tee /etc/docker/daemon.new [2022-09-21T19:19:15.376Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-09-21T19:19:15.376Z] { [2022-09-21T19:19:15.376Z] "registry-mirrors": [ [2022-09-21T19:19:15.376Z] "https://nexus3.edgexfoundry.org:10001" [2022-09-21T19:19:15.376Z] ], [2022-09-21T19:19:15.376Z] "bip": "10.250.0.254/24", [2022-09-21T19:19:15.376Z] "hosts": [ [2022-09-21T19:19:15.376Z] "tcp://0.0.0.0:5555", [2022-09-21T19:19:15.376Z] "unix:///var/run/docker.sock" [2022-09-21T19:19:15.376Z] ], [2022-09-21T19:19:15.376Z] "mtu": 1458, [2022-09-21T19:19:15.376Z] "selinux-enabled": true, [2022-09-21T19:19:15.376Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-09-21T19:19:15.376Z] } [Pipeline] sh [2022-09-21T19:19:15.712Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-09-21T19:19:16.057Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-21T19:19:34.362Z] provisioning config files... [2022-09-21T19:19:34.385Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2894636666745685576tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-21T19:19:34.768Z] ---> docker-login.sh [2022-09-21T19:19:34.768Z] nexus3.edgexfoundry.org:10001 [2022-09-21T19:19:35.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T19:19:35.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T19:19:35.621Z] Configure a credential helper to remove this warning. See [2022-09-21T19:19:35.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T19:19:35.621Z] [2022-09-21T19:19:35.621Z] Login Succeeded [2022-09-21T19:19:35.621Z] nexus3.edgexfoundry.org:10002 [2022-09-21T19:19:35.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T19:19:35.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T19:19:35.890Z] Configure a credential helper to remove this warning. See [2022-09-21T19:19:35.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T19:19:35.890Z] [2022-09-21T19:19:35.890Z] Login Succeeded [2022-09-21T19:19:35.890Z] nexus3.edgexfoundry.org:10003 [2022-09-21T19:19:36.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T19:19:36.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T19:19:36.159Z] Configure a credential helper to remove this warning. See [2022-09-21T19:19:36.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T19:19:36.159Z] [2022-09-21T19:19:36.159Z] Login Succeeded [2022-09-21T19:19:36.159Z] nexus3.edgexfoundry.org:10004 [2022-09-21T19:19:36.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T19:19:36.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T19:19:36.700Z] Configure a credential helper to remove this warning. See [2022-09-21T19:19:36.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T19:19:36.700Z] [2022-09-21T19:19:36.700Z] Login Succeeded [2022-09-21T19:19:36.700Z] docker.io [2022-09-21T19:19:36.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-21T19:19:37.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-21T19:19:37.282Z] Configure a credential helper to remove this warning. See [2022-09-21T19:19:37.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-21T19:19:37.282Z] [2022-09-21T19:19:37.282Z] Login Succeeded [2022-09-21T19:19:37.282Z] ---> docker-login.sh ends [Pipeline] } [2022-09-21T19:19:37.313Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2022-09-21T19:19:37.537Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] sh [2022-09-21T19:19:37.795Z] Removing intermediate container 1ca0c770588b [2022-09-21T19:19:37.795Z] ---> 2cf2caf0d340 [2022-09-21T19:19:37.795Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-09-21T19:19:37.795Z] Removing intermediate container 1a5258494c4c [2022-09-21T19:19:37.795Z] ---> 1cc78ec50192 [2022-09-21T19:19:37.795Z] [2022-09-21T19:19:37.795Z] Step 10/33 : FROM alpine:3.16 [2022-09-21T19:19:37.795Z] Removing intermediate container 700ccba7d6f3 [2022-09-21T19:19:37.795Z] ---> 861a436683ed [2022-09-21T19:19:37.795Z] [2022-09-21T19:19:37.795Z] Step 10/25 : FROM alpine:3.16 [2022-09-21T19:19:37.795Z] Removing intermediate container 234064013b1f [2022-09-21T19:19:37.795Z] ---> 169bf5819097 [2022-09-21T19:19:37.795Z] [2022-09-21T19:19:37.795Z] Step 11/24 : FROM alpine:3.16 [2022-09-21T19:19:37.795Z] ---> Running in 8c0c6a63c21b [2022-09-21T19:19:37.885Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-09-21T19:19:37.919Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-21T19:19:37.946Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-21T19:19:37.971Z] ========================================================= [2022-09-21T19:19:37.971Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-09-21T19:19:37.971Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-09-21T19:19:38.360Z] 3.16: Pulling from library/alpine [2022-09-21T19:19:38.360Z] 3.16: Pulling from library/alpine [2022-09-21T19:19:38.360Z] 3.16: Pulling from library/alpine [2022-09-21T19:19:38.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-21T19:19:38.405Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-09-21T19:19:38.405Z] b3c136eddcbf: Pulling fs layer [2022-09-21T19:19:38.405Z] c0a3192eca97: Pulling fs layer [2022-09-21T19:19:38.405Z] a050256f5b6f: Pulling fs layer [2022-09-21T19:19:38.405Z] 656be50a0ddc: Pulling fs layer [2022-09-21T19:19:38.405Z] 2bbca73fdf42: Pulling fs layer [2022-09-21T19:19:38.405Z] 46d945488cbd: Pulling fs layer [2022-09-21T19:19:38.405Z] 8a5474983e97: Pulling fs layer [2022-09-21T19:19:38.405Z] 329c88fbcd65: Pulling fs layer [2022-09-21T19:19:38.405Z] 656be50a0ddc: Waiting [2022-09-21T19:19:38.405Z] 2bbca73fdf42: Waiting [2022-09-21T19:19:38.405Z] 46d945488cbd: Waiting [2022-09-21T19:19:38.405Z] 8a5474983e97: Waiting [2022-09-21T19:19:38.405Z] 329c88fbcd65: Waiting [2022-09-21T19:19:38.743Z] a050256f5b6f: Verifying Checksum [2022-09-21T19:19:38.743Z] a050256f5b6f: Download complete [2022-09-21T19:19:38.743Z] c0a3192eca97: Verifying Checksum [2022-09-21T19:19:38.743Z] c0a3192eca97: Download complete [2022-09-21T19:19:38.743Z] 2bbca73fdf42: Verifying Checksum [2022-09-21T19:19:38.743Z] 2bbca73fdf42: Download complete [2022-09-21T19:19:38.743Z] b3c136eddcbf: Verifying Checksum [2022-09-21T19:19:38.743Z] b3c136eddcbf: Download complete [2022-09-21T19:19:38.743Z] 46d945488cbd: Verifying Checksum [2022-09-21T19:19:38.743Z] 46d945488cbd: Download complete [2022-09-21T19:19:39.739Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-09-21T19:19:39.740Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-09-21T19:19:39.740Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-09-21T19:19:39.740Z] Status: Image is up to date for alpine:3.16 [2022-09-21T19:19:39.740Z] Status: Image is up to date for alpine:3.16 [2022-09-21T19:19:39.740Z] Status: Downloaded newer image for alpine:3.16 [2022-09-21T19:19:39.740Z] ---> 9c6f07244728 [2022-09-21T19:19:39.740Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-09-21T19:19:39.740Z] ---> 9c6f07244728 [2022-09-21T19:19:39.740Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-09-21T19:19:39.740Z] ---> 9c6f07244728 [2022-09-21T19:19:39.740Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-21T19:19:39.740Z] ---> Running in e8d331fa28e6 [2022-09-21T19:19:39.740Z] ---> Running in f7e71c8c0e23 [2022-09-21T19:19:39.740Z] ---> Running in eaebc0108454 [2022-09-21T19:19:39.740Z] Removing intermediate container 6d82cbbed3b3 [2022-09-21T19:19:39.740Z] ---> a230a01d0203 [2022-09-21T19:19:39.740Z] [2022-09-21T19:19:39.740Z] Step 9/20 : FROM alpine:3.15 [2022-09-21T19:19:39.740Z] Removing intermediate container eaebc0108454 [2022-09-21T19:19:39.740Z] ---> ae6c0cbbc402 [2022-09-21T19:19:39.740Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-09-21T19:19:39.740Z] 3.15: Pulling from library/alpine [2022-09-21T19:19:39.740Z] ---> Running in 510557c2ae8f [2022-09-21T19:19:39.998Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-09-21T19:19:40.220Z] b3c136eddcbf: Pull complete [2022-09-21T19:19:40.220Z] 329c88fbcd65: Verifying Checksum [2022-09-21T19:19:40.220Z] 329c88fbcd65: Download complete [2022-09-21T19:19:40.258Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:40.258Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:40.258Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-09-21T19:19:40.258Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:40.258Z] Status: Downloaded newer image for alpine:3.15 [2022-09-21T19:19:40.258Z] ---> c4fc93816858 [2022-09-21T19:19:40.258Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-21T19:19:40.258Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:40.258Z] ---> Running in c4bd96acd225 [2022-09-21T19:19:40.258Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:40.258Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:40.487Z] c0a3192eca97: Pull complete [2022-09-21T19:19:40.518Z] Removing intermediate container c4bd96acd225 [2022-09-21T19:19:40.518Z] ---> 684c6f6f9abe [2022-09-21T19:19:40.518Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:19:40.518Z] ---> Running in b3f675e3d013 [2022-09-21T19:19:40.518Z] (1/3) Installing ca-certificates (20220614-r0) [2022-09-21T19:19:40.518Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-09-21T19:19:40.518Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-09-21T19:19:40.518Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:19:40.518Z] (3/3) Installing su-exec (0.2-r1) [2022-09-21T19:19:40.518Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:19:40.518Z] OK: 6 MiB in 15 packages [2022-09-21T19:19:40.518Z] Executing ca-certificates-20220614-r0.trigger [2022-09-21T19:19:40.518Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-09-21T19:19:40.518Z] (2/2) Installing su-exec (0.2-r1) [2022-09-21T19:19:40.518Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:19:40.518Z] OK: 6 MiB in 16 packages [2022-09-21T19:19:40.518Z] OK: 6 MiB in 17 packages [2022-09-21T19:19:40.758Z] a050256f5b6f: Pull complete [2022-09-21T19:19:40.779Z] Removing intermediate container 8c0c6a63c21b [2022-09-21T19:19:40.779Z] ---> 4d1bd8db50b9 [2022-09-21T19:19:40.779Z] [2022-09-21T19:19:40.779Z] Step 11/23 : FROM alpine:3.16 [2022-09-21T19:19:40.779Z] ---> 9c6f07244728 [2022-09-21T19:19:40.779Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-09-21T19:19:40.779Z] ---> Running in 3c933b51b5b0 [2022-09-21T19:19:40.779Z] Removing intermediate container 3c933b51b5b0 [2022-09-21T19:19:40.779Z] ---> 4ddf154a7428 [2022-09-21T19:19:40.779Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-09-21T19:19:40.779Z] ---> Running in 85f6d551d652 [2022-09-21T19:19:41.037Z] Removing intermediate container e8d331fa28e6 [2022-09-21T19:19:41.037Z] ---> 6e761594eb17 [2022-09-21T19:19:41.037Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-21T19:19:41.037Z] ---> Running in 1690bb2db3de [2022-09-21T19:19:41.037Z] Removing intermediate container 510557c2ae8f [2022-09-21T19:19:41.037Z] ---> 44e58165995d [2022-09-21T19:19:41.037Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-09-21T19:19:41.037Z] ---> Running in d60691121121 [2022-09-21T19:19:41.037Z] Removing intermediate container 1690bb2db3de [2022-09-21T19:19:41.037Z] ---> 3141cfa5f9c4 [2022-09-21T19:19:41.037Z] Step 14/24 : ENV APP_PORT=59882 [2022-09-21T19:19:41.294Z] ---> Running in 95b9dcd8042d [2022-09-21T19:19:41.294Z] Removing intermediate container d60691121121 [2022-09-21T19:19:41.294Z] ---> a82fd635e805 [2022-09-21T19:19:41.294Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-09-21T19:19:41.294Z] ---> Running in 151dd5a7bf81 [2022-09-21T19:19:41.294Z] Removing intermediate container f7e71c8c0e23 [2022-09-21T19:19:41.294Z] ---> d8b2ea6e6eec [2022-09-21T19:19:41.294Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-09-21T19:19:41.294Z] ---> Running in a58ee3db370d [2022-09-21T19:19:41.294Z] Removing intermediate container 95b9dcd8042d [2022-09-21T19:19:41.294Z] ---> 31d82621758f [2022-09-21T19:19:41.294Z] Step 15/24 : EXPOSE $APP_PORT [2022-09-21T19:19:41.294Z] ---> Running in 1bb9c5306ca7 [2022-09-21T19:19:41.294Z] Removing intermediate container 151dd5a7bf81 [2022-09-21T19:19:41.294Z] ---> ba61229c5258 [2022-09-21T19:19:41.294Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-09-21T19:19:41.342Z] 8a5474983e97: Download complete [2022-09-21T19:19:41.552Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:41.552Z] ---> Running in 8f505dc92fe6 [2022-09-21T19:19:41.552Z] Removing intermediate container b3f675e3d013 [2022-09-21T19:19:41.552Z] ---> 88305511eb2c [2022-09-21T19:19:41.552Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-09-21T19:19:41.552Z] Removing intermediate container a58ee3db370d [2022-09-21T19:19:41.552Z] ---> 6b5ddfcc64be [2022-09-21T19:19:41.552Z] Step 13/25 : WORKDIR / [2022-09-21T19:19:41.552Z] ---> Running in e9e54dc7ff46 [2022-09-21T19:19:41.552Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:41.552Z] Removing intermediate container 1bb9c5306ca7 [2022-09-21T19:19:41.552Z] ---> 6debfaf3c34f [2022-09-21T19:19:41.552Z] Step 16/24 : WORKDIR / [2022-09-21T19:19:41.552Z] ---> Running in 17d386f9b1bc [2022-09-21T19:19:41.552Z] Removing intermediate container 8f505dc92fe6 [2022-09-21T19:19:41.552Z] ---> 9ab70f5bee9f [2022-09-21T19:19:41.552Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-09-21T19:19:41.552Z] ---> Running in e510af6f370f [2022-09-21T19:19:41.552Z] ---> Running in 33a4b448a0ea [2022-09-21T19:19:41.812Z] Removing intermediate container 17d386f9b1bc [2022-09-21T19:19:41.812Z] ---> 5877d05c35ac [2022-09-21T19:19:41.812Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-09-21T19:19:41.812Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-09-21T19:19:41.813Z] Removing intermediate container 33a4b448a0ea [2022-09-21T19:19:41.813Z] Removing intermediate container e510af6f370f [2022-09-21T19:19:41.813Z] ---> fa5280af8c62 [2022-09-21T19:19:41.813Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:19:41.813Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-09-21T19:19:41.813Z] ---> 2d0170344b3a [2022-09-21T19:19:41.813Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-09-21T19:19:41.813Z] (3/33) Installing readline (8.1.2-r0) [2022-09-21T19:19:41.813Z] (4/33) Installing bash (5.1.16-r2) [2022-09-21T19:19:41.813Z] ---> Running in 45dc5ddf525f [2022-09-21T19:19:41.813Z] Executing bash-5.1.16-r2.post-install [2022-09-21T19:19:41.813Z] (5/33) Installing ca-certificates (20220614-r0) [2022-09-21T19:19:41.813Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-09-21T19:19:41.813Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-09-21T19:19:41.813Z] ---> ca7b3bfac1e7 [2022-09-21T19:19:41.813Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-09-21T19:19:41.813Z] (8/33) Installing libcurl (7.83.1-r3) [2022-09-21T19:19:41.813Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:41.813Z] (9/33) Installing curl (7.83.1-r3) [2022-09-21T19:19:41.813Z] (10/33) Installing docker-cli (20.10.18-r0) [2022-09-21T19:19:41.926Z] 656be50a0ddc: Download complete [2022-09-21T19:19:42.071Z] ---> ebc04cb94aeb [2022-09-21T19:19:42.071Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-09-21T19:19:42.071Z] ---> aaea5dfd888c [2022-09-21T19:19:42.071Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-09-21T19:19:42.329Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-09-21T19:19:42.329Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-09-21T19:19:42.329Z] (13/33) Installing expat (2.4.9-r0) [2022-09-21T19:19:42.329Z] (14/33) Installing libffi (3.4.2-r1) [2022-09-21T19:19:42.329Z] (15/33) Installing gdbm (1.23-r0) [2022-09-21T19:19:42.329Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-09-21T19:19:42.329Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-09-21T19:19:42.329Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-09-21T19:19:42.329Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-09-21T19:19:42.329Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-09-21T19:19:42.329Z] (21/33) Installing python3 (3.10.5-r0) [2022-09-21T19:19:42.329Z] ---> 1fd680d8db37 [2022-09-21T19:19:42.329Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-09-21T19:19:42.329Z] ---> c2c7d997770c [2022-09-21T19:19:42.329Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-09-21T19:19:42.587Z] ---> 498e6ffa381d [2022-09-21T19:19:42.587Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-09-21T19:19:42.587Z] Removing intermediate container 45dc5ddf525f [2022-09-21T19:19:42.587Z] ---> b64826e24f66 [2022-09-21T19:19:42.587Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-09-21T19:19:42.587Z] ---> Running in d2d9a055ea94 [2022-09-21T19:19:42.587Z] ---> 8f58c12aca25 [2022-09-21T19:19:42.587Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-09-21T19:19:42.587Z] ---> Running in fce9d9e8c8c8 [2022-09-21T19:19:42.849Z] Removing intermediate container d2d9a055ea94 [2022-09-21T19:19:42.849Z] ---> 8c82001d1203 [2022-09-21T19:19:42.849Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:19:42.849Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:42.849Z] ---> Running in 198da0b94da0 [2022-09-21T19:19:42.849Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-09-21T19:19:42.849Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-09-21T19:19:42.849Z] Removing intermediate container fce9d9e8c8c8 [2022-09-21T19:19:42.849Z] ---> a9f4540af15d [2022-09-21T19:19:42.849Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-09-21T19:19:42.849Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-09-21T19:19:42.849Z] (25/33) Installing py3-six (1.16.0-r1) [2022-09-21T19:19:42.849Z] Removing intermediate container 198da0b94da0 [2022-09-21T19:19:42.849Z] ---> c60c6c4c4132 [2022-09-21T19:19:42.849Z] Step 22/24 : LABEL arch=x86_64 [2022-09-21T19:19:42.849Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-09-21T19:19:43.110Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-09-21T19:19:43.110Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-09-21T19:19:43.110Z] ---> 72ae878fd5c2 [2022-09-21T19:19:43.110Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-09-21T19:19:43.110Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-09-21T19:19:43.110Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-09-21T19:19:43.110Z] ---> Running in 3b7f9095b711 [2022-09-21T19:19:43.110Z] (31/33) Installing py3-packaging (21.3-r0) [2022-09-21T19:19:43.110Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-09-21T19:19:43.110Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-09-21T19:19:43.110Z] v3.15.6-76-gc40548a3b8 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-09-21T19:19:43.110Z] v3.15.6-75-g2ba602a0c7 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-09-21T19:19:43.110Z] OK: 15857 distinct packages available [2022-09-21T19:19:43.110Z] ---> 4d1f56c98ead [2022-09-21T19:19:43.110Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-09-21T19:19:43.110Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:43.368Z] Removing intermediate container 3b7f9095b711 [2022-09-21T19:19:43.368Z] ---> 5d6027d34440 [2022-09-21T19:19:43.368Z] Step 23/24 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:19:43.368Z] ---> Running in fd1b3847dd53 [2022-09-21T19:19:43.368Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:19:43.368Z] Executing ca-certificates-20220614-r0.trigger [2022-09-21T19:19:43.368Z] OK: 122 MiB in 47 packages [2022-09-21T19:19:43.368Z] ---> Running in abf4e60609cd [2022-09-21T19:19:43.368Z] ---> cb1976f80799 [2022-09-21T19:19:43.368Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-09-21T19:19:43.368Z] Removing intermediate container abf4e60609cd [2022-09-21T19:19:43.368Z] ---> 71d863f1fe29 [2022-09-21T19:19:43.368Z] Step 24/24 : LABEL version=0.0.0 [2022-09-21T19:19:43.368Z] ---> Running in 6208470fe9d7 [2022-09-21T19:19:43.625Z] ---> f2802697bbcc [2022-09-21T19:19:43.625Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-09-21T19:19:43.625Z] Removing intermediate container 6208470fe9d7 [2022-09-21T19:19:43.625Z] ---> f6a5614e39aa [2022-09-21T19:19:43.625Z] [2022-09-21T19:19:43.625Z] ---> Running in a75665164947 [2022-09-21T19:19:43.625Z] Successfully built f6a5614e39aa [2022-09-21T19:19:43.625Z] Successfully tagged core-command:latest [2022-09-21T19:19:43.625Z] Building security-spire-agent [2022-09-21T19:19:43.883Z]  Building core-command ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:44.449Z] (1/9) Installing ca-certificates (20220614-r0) [2022-09-21T19:19:44.449Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-09-21T19:19:44.449Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-09-21T19:19:44.706Z] (4/9) Installing libcurl (7.80.0-r3) [2022-09-21T19:19:44.706Z] (5/9) Installing curl (7.80.0-r3) [2022-09-21T19:19:44.706Z] Removing intermediate container fd1b3847dd53 [2022-09-21T19:19:44.706Z] ---> 602f79f02921 [2022-09-21T19:19:44.706Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:19:44.706Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-09-21T19:19:44.963Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-09-21T19:19:44.963Z] Removing intermediate container a75665164947 [2022-09-21T19:19:44.963Z] ---> fb4a3d1521bc [2022-09-21T19:19:44.963Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-09-21T19:19:44.963Z] (8/9) Installing libucontext (1.1-r0) [2022-09-21T19:19:44.963Z] ---> fb62b1a59752 [2022-09-21T19:19:44.963Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-09-21T19:19:44.963Z] ---> Running in aba2f0874bb8 [2022-09-21T19:19:44.963Z] (9/9) Installing gcompat (1.0.0-r4) [2022-09-21T19:19:45.224Z] Executing busybox-1.34.1-r7.trigger [2022-09-21T19:19:45.224Z] Executing ca-certificates-20220614-r0.trigger [2022-09-21T19:19:45.224Z] Removing intermediate container aba2f0874bb8 [2022-09-21T19:19:45.224Z] ---> 2882a5383baa [2022-09-21T19:19:45.224Z] Step 23/25 : LABEL arch=x86_64 [2022-09-21T19:19:45.224Z] ---> Running in f41525ef8cdf [2022-09-21T19:19:45.224Z] OK: 8 MiB in 23 packages [2022-09-21T19:19:45.481Z] Removing intermediate container f41525ef8cdf [2022-09-21T19:19:45.481Z] ---> f3f2680ac94a [2022-09-21T19:19:45.481Z] Step 24/25 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:19:45.481Z] ---> c265422d8bf1 [2022-09-21T19:19:45.481Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-09-21T19:19:45.481Z] ---> Running in 02ec8fea0401 [2022-09-21T19:19:45.739Z] Removing intermediate container 02ec8fea0401 [2022-09-21T19:19:45.739Z] ---> 81670e5f6b79 [2022-09-21T19:19:45.739Z] Step 25/25 : LABEL version=0.0.0 [2022-09-21T19:19:45.739Z] ---> Running in 5d46526c0eaa [2022-09-21T19:19:45.739Z] ---> f18f44fa3365 [2022-09-21T19:19:45.739Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-09-21T19:19:45.739Z] Removing intermediate container e9e54dc7ff46 [2022-09-21T19:19:45.739Z] ---> ef348d5b3015 [2022-09-21T19:19:45.739Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:19:45.997Z] Removing intermediate container 5d46526c0eaa [2022-09-21T19:19:45.997Z] ---> b58c0eecc0d5 [2022-09-21T19:19:45.997Z] [2022-09-21T19:19:45.997Z] ---> 206947a164f6 [2022-09-21T19:19:45.997Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-09-21T19:19:45.997Z] Successfully built b58c0eecc0d5 [2022-09-21T19:19:45.997Z] Successfully tagged security-secretstore-setup:latest [2022-09-21T19:19:45.997Z] Building support-scheduler [2022-09-21T19:19:45.997Z]  Building security-secretstore-setup ... done  ---> e52c1fa5627f [2022-09-21T19:19:45.997Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-09-21T19:19:45.997Z] ---> 0d026b15a27b [2022-09-21T19:19:45.997Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-09-21T19:19:46.257Z] Collecting docker-compose==1.23.2 [2022-09-21T19:19:46.257Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-09-21T19:19:46.257Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 25.4 MB/s eta 0:00:00 [2022-09-21T19:19:46.257Z] Collecting jsonschema<3,>=2.5.1 [2022-09-21T19:19:46.257Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-09-21T19:19:46.517Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:19:46.517Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:19:46.517Z] ---> ad4ef8de464a [2022-09-21T19:19:46.517Z] Step 3/26 : WORKDIR /edgex-go [2022-09-21T19:19:46.517Z] ---> Using cache [2022-09-21T19:19:46.517Z] ---> 6215d74963bd [2022-09-21T19:19:46.517Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:19:46.517Z] ---> Using cache [2022-09-21T19:19:46.517Z] ---> 5b409ddffee3 [2022-09-21T19:19:46.517Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-09-21T19:19:46.517Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-09-21T19:19:46.517Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-09-21T19:19:46.517Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 120.5 MB/s eta 0:00:00 [2022-09-21T19:19:46.517Z] Collecting websocket-client<1.0,>=0.32.0 [2022-09-21T19:19:46.517Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-09-21T19:19:46.517Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 127.0 MB/s eta 0:00:00 [2022-09-21T19:19:46.517Z] Collecting dockerpty<0.5,>=0.4.1 [2022-09-21T19:19:46.517Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-09-21T19:19:46.517Z] Preparing metadata (setup.py): started [2022-09-21T19:19:46.776Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-21T19:19:46.776Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-09-21T19:19:47.034Z] Collecting PyYAML<4,>=3.10 [2022-09-21T19:19:47.034Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-09-21T19:19:47.034Z] ---> 96309524b6da [2022-09-21T19:19:47.034Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-09-21T19:19:47.034Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 27.9 MB/s eta 0:00:00 [2022-09-21T19:19:47.034Z] ---> Running in 137ee3bae572 [2022-09-21T19:19:47.034Z] ---> 9065d0dba54d [2022-09-21T19:19:47.034Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-09-21T19:19:47.291Z] Preparing metadata (setup.py): started [2022-09-21T19:19:47.291Z] ---> 961eae1a32d7 [2022-09-21T19:19:47.291Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-09-21T19:19:47.291Z] ---> fcf8d5d4c19c [2022-09-21T19:19:47.291Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-09-21T19:19:47.291Z] ---> Running in 02768a7ffb8a [2022-09-21T19:19:47.291Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:47.291Z] ---> Running in de53ac4e4b17 [2022-09-21T19:19:47.549Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-21T19:19:47.549Z] Removing intermediate container de53ac4e4b17 [2022-09-21T19:19:47.549Z] ---> da0002814885 [2022-09-21T19:19:47.549Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:19:47.549Z] Collecting docopt<0.7,>=0.6.1 [2022-09-21T19:19:47.549Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-09-21T19:19:47.549Z] Preparing metadata (setup.py): started [2022-09-21T19:19:47.549Z] ---> Running in 0f7fc32438d5 [2022-09-21T19:19:47.810Z] Removing intermediate container 0f7fc32438d5 [2022-09-21T19:19:47.810Z] ---> 156f9a16fb21 [2022-09-21T19:19:47.810Z] Step 18/20 : LABEL arch=x86_64 [2022-09-21T19:19:47.810Z] ---> Running in 34122de71081 [2022-09-21T19:19:47.810Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-21T19:19:47.810Z] Collecting cached-property<2,>=1.2.0 [2022-09-21T19:19:47.810Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-09-21T19:19:47.810Z] Collecting texttable<0.10,>=0.9.0 [2022-09-21T19:19:48.069Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-09-21T19:19:48.069Z] Preparing metadata (setup.py): started [2022-09-21T19:19:48.069Z] Removing intermediate container 34122de71081 [2022-09-21T19:19:48.069Z] ---> 8c50d4e0d3e1 [2022-09-21T19:19:48.069Z] Step 19/20 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:19:48.069Z] ---> Running in 86ddcef28bd8 [2022-09-21T19:19:48.069Z] Removing intermediate container 02768a7ffb8a [2022-09-21T19:19:48.069Z] ---> e98d4a68f0db [2022-09-21T19:19:48.069Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-09-21T19:19:48.069Z] ---> Running in 848d02a4b92c [2022-09-21T19:19:48.069Z] Removing intermediate container 86ddcef28bd8 [2022-09-21T19:19:48.069Z] ---> acc2436e778f [2022-09-21T19:19:48.069Z] Step 20/20 : LABEL version=0.0.0 [2022-09-21T19:19:48.069Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-21T19:19:48.069Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:48.331Z] ---> Running in b337126c42d2 [2022-09-21T19:19:48.331Z] Collecting docker<4.0,>=3.6.0 [2022-09-21T19:19:48.331Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-09-21T19:19:48.331Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 47.7 MB/s eta 0:00:00 [2022-09-21T19:19:48.331Z] Collecting docker-pycreds>=0.4.0 [2022-09-21T19:19:48.331Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-09-21T19:19:48.331Z] Removing intermediate container 848d02a4b92c [2022-09-21T19:19:48.331Z] ---> be7b5977067f [2022-09-21T19:19:48.331Z] Step 30/33 : CMD ["gate"] [2022-09-21T19:19:48.331Z] Removing intermediate container b337126c42d2 [2022-09-21T19:19:48.331Z] ---> 7fe0fbb35c74 [2022-09-21T19:19:48.331Z] [2022-09-21T19:19:48.331Z] ---> Running in c964b6699647 [2022-09-21T19:19:48.331Z] Collecting chardet<3.1.0,>=3.0.2 [2022-09-21T19:19:48.331Z] Successfully built 7fe0fbb35c74 [2022-09-21T19:19:48.331Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-09-21T19:19:48.331Z] Successfully tagged security-spiffe-token-provider:latest [2022-09-21T19:19:48.331Z] Building security-proxy-setup [2022-09-21T19:19:48.331Z]  Building security-spiffe-token-provider ... done  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 50.3 MB/s eta 0:00:00 [2022-09-21T19:19:48.331Z] Removing intermediate container c964b6699647 [2022-09-21T19:19:48.331Z] ---> 11c34206f05f [2022-09-21T19:19:48.331Z] Step 31/33 : LABEL arch=x86_64 [2022-09-21T19:19:48.589Z] Collecting certifi>=2017.4.17 [2022-09-21T19:19:48.589Z] Downloading certifi-2022.9.14-py3-none-any.whl (162 kB) [2022-09-21T19:19:48.589Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 141.7 MB/s eta 0:00:00 [2022-09-21T19:19:48.589Z] ---> Running in f983c15f929f [2022-09-21T19:19:48.589Z] Collecting idna<2.8,>=2.5 [2022-09-21T19:19:48.589Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-09-21T19:19:48.589Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 184.7 MB/s eta 0:00:00 [2022-09-21T19:19:48.589Z] OK: 211 MiB in 51 packages [2022-09-21T19:19:48.589Z] Collecting urllib3<1.25,>=1.21.1 [2022-09-21T19:19:48.589Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-09-21T19:19:48.589Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 132.8 MB/s eta 0:00:00 [2022-09-21T19:19:48.589Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-09-21T19:19:48.589Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-09-21T19:19:48.589Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-09-21T19:19:48.589Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-09-21T19:19:48.853Z] Removing intermediate container f983c15f929f [2022-09-21T19:19:48.853Z] ---> 7cd224ea41ba [2022-09-21T19:19:48.853Z] Step 32/33 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:19:48.853Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-09-21T19:19:48.853Z] Running setup.py install for texttable: started [2022-09-21T19:19:49.111Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:19:49.111Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:19:49.111Z] ---> ad4ef8de464a [2022-09-21T19:19:49.111Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-09-21T19:19:49.111Z] ---> Using cache [2022-09-21T19:19:49.111Z] ---> 2cf305f782e9 [2022-09-21T19:19:49.111Z] Step 4/23 : WORKDIR /edgex-go [2022-09-21T19:19:49.111Z] ---> Using cache [2022-09-21T19:19:49.111Z] ---> 6fe5e4a1909a [2022-09-21T19:19:49.111Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:19:49.111Z] ---> Using cache [2022-09-21T19:19:49.111Z] ---> efaeddb31156 [2022-09-21T19:19:49.111Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-09-21T19:19:49.111Z] ---> Using cache [2022-09-21T19:19:49.111Z] ---> 186bdb76993c [2022-09-21T19:19:49.111Z] Step 7/23 : COPY go.mod vendor* ./ [2022-09-21T19:19:49.111Z] ---> Using cache [2022-09-21T19:19:49.111Z] ---> 95101ba387eb [2022-09-21T19:19:49.111Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:19:49.111Z] ---> Using cache [2022-09-21T19:19:49.111Z] ---> 2f3abb013ff9 [2022-09-21T19:19:49.111Z] Step 9/23 : COPY . . [2022-09-21T19:19:49.111Z] ---> Using cache [2022-09-21T19:19:49.111Z] ---> 59c6237eb89c [2022-09-21T19:19:49.111Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-09-21T19:19:49.111Z] Running setup.py install for texttable: finished with status 'done' [2022-09-21T19:19:49.111Z] Running setup.py install for PyYAML: started [2022-09-21T19:19:49.111Z] ---> Running in 4963ddd0473b [2022-09-21T19:19:49.111Z] ---> Running in 4bbc9bc0f786 [2022-09-21T19:19:49.371Z] Removing intermediate container 4963ddd0473b [2022-09-21T19:19:49.371Z] ---> c4b0def263b7 [2022-09-21T19:19:49.371Z] Step 33/33 : LABEL version=0.0.0 [2022-09-21T19:19:49.371Z] Removing intermediate container 137ee3bae572 [2022-09-21T19:19:49.371Z] ---> a0c2e4f74c85 [2022-09-21T19:19:49.371Z] Step 6/26 : COPY go.mod vendor* ./ [2022-09-21T19:19:49.371Z] ---> Running in 8483f236c786 [2022-09-21T19:19:49.629Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-09-21T19:19:49.629Z] Running setup.py install for PyYAML: finished with status 'done' [2022-09-21T19:19:49.629Z] Removing intermediate container 8483f236c786 [2022-09-21T19:19:49.629Z] ---> 171f15ff9164 [2022-09-21T19:19:49.629Z] [2022-09-21T19:19:49.629Z] ---> 9039375cb225 [2022-09-21T19:19:49.629Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:19:49.629Z] Successfully built 171f15ff9164 [2022-09-21T19:19:49.629Z] Successfully tagged security-bootstrapper:latest [2022-09-21T19:19:49.629Z] Building support-notifications [2022-09-21T19:19:49.629Z]  Building security-bootstrapper ... done  ---> Running in 05540d878ef0 [2022-09-21T19:19:49.886Z] Running setup.py install for docopt: started [2022-09-21T19:19:50.145Z] Running setup.py install for docopt: finished with status 'done' [2022-09-21T19:19:50.709Z] Running setup.py install for dockerpty: started [2022-09-21T19:19:50.970Z] Running setup.py install for dockerpty: finished with status 'done' [2022-09-21T19:19:51.534Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-09-21T19:19:51.534Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.14 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-09-21T19:19:51.795Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:19:51.795Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:19:51.795Z] ---> ad4ef8de464a [2022-09-21T19:19:51.795Z] Step 3/22 : WORKDIR /edgex-go [2022-09-21T19:19:51.795Z] ---> Using cache [2022-09-21T19:19:51.795Z] ---> 6215d74963bd [2022-09-21T19:19:51.795Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:19:51.795Z] ---> Using cache [2022-09-21T19:19:51.795Z] ---> 5b409ddffee3 [2022-09-21T19:19:51.795Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-09-21T19:19:51.795Z] ---> Using cache [2022-09-21T19:19:51.795Z] ---> 63804b6a12c4 [2022-09-21T19:19:51.795Z] Step 6/22 : COPY go.mod vendor* ./ [2022-09-21T19:19:51.795Z] ---> Using cache [2022-09-21T19:19:51.795Z] ---> 2070def7c872 [2022-09-21T19:19:51.795Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:19:51.795Z] ---> Using cache [2022-09-21T19:19:51.795Z] ---> 95dfbfd1a0ef [2022-09-21T19:19:51.795Z] Step 8/22 : COPY . . [2022-09-21T19:19:51.795Z] ---> Using cache [2022-09-21T19:19:51.795Z] ---> dee9224c20e8 [2022-09-21T19:19:51.795Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-09-21T19:19:52.730Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:19:52.730Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:19:52.730Z] ---> ad4ef8de464a [2022-09-21T19:19:52.730Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-09-21T19:19:52.730Z] ---> Using cache [2022-09-21T19:19:52.730Z] ---> 2cf305f782e9 [2022-09-21T19:19:52.730Z] Step 4/23 : WORKDIR /edgex-go [2022-09-21T19:19:52.730Z] ---> Using cache [2022-09-21T19:19:52.730Z] ---> 6fe5e4a1909a [2022-09-21T19:19:52.730Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:19:52.730Z] ---> Using cache [2022-09-21T19:19:52.730Z] ---> efaeddb31156 [2022-09-21T19:19:52.730Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-09-21T19:19:54.102Z] ---> Running in b3cfc60c29f4 [2022-09-21T19:19:54.102Z] ---> Running in d4a2b023d3b5 [2022-09-21T19:19:54.244Z] 656be50a0ddc: Pull complete [2022-09-21T19:19:54.244Z] 2bbca73fdf42: Pull complete [2022-09-21T19:19:54.244Z] 46d945488cbd: Pull complete [2022-09-21T19:19:54.666Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-09-21T19:19:54.666Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:55.605Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:19:55.863Z] OK: 211 MiB in 51 packages [2022-09-21T19:19:57.237Z] Removing intermediate container d4a2b023d3b5 [2022-09-21T19:19:57.237Z] ---> 9c0b3f85d618 [2022-09-21T19:19:57.237Z] Step 7/23 : COPY go.mod vendor* ./ [2022-09-21T19:19:57.496Z] ---> b8b8680794f5 [2022-09-21T19:19:57.496Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:19:57.496Z] ---> Running in 36b1226fb260 [2022-09-21T19:19:58.430Z] Removing intermediate container 85f6d551d652 [2022-09-21T19:19:58.430Z] ---> 864cf5330ff3 [2022-09-21T19:19:58.430Z] Step 14/23 : ENV APP_PORT=58890 [2022-09-21T19:19:58.430Z] ---> Running in b5d552b846c9 [2022-09-21T19:19:58.430Z] Removing intermediate container 05540d878ef0 [2022-09-21T19:19:58.430Z] ---> a13ec8b77039 [2022-09-21T19:19:58.430Z] Step 8/26 : COPY . . [2022-09-21T19:19:58.687Z] Removing intermediate container b5d552b846c9 [2022-09-21T19:19:58.687Z] ---> e9ec3e958db5 [2022-09-21T19:19:58.687Z] Step 15/23 : EXPOSE $APP_PORT [2022-09-21T19:19:59.252Z] ---> Running in d6c03b55d32f [2022-09-21T19:19:59.603Z] 8a5474983e97: Pull complete [2022-09-21T19:19:59.817Z] Removing intermediate container d6c03b55d32f [2022-09-21T19:19:59.817Z] ---> f0b62f87ece3 [2022-09-21T19:19:59.817Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-09-21T19:20:01.194Z] ---> 76b5366c830e [2022-09-21T19:20:01.194Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-09-21T19:20:01.453Z] ---> 75665712a970 [2022-09-21T19:20:01.453Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-09-21T19:20:02.031Z] ---> 8e48c707f6d3 [2022-09-21T19:20:02.031Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-09-21T19:20:02.031Z] ---> Running in 03a90b187701 [2022-09-21T19:20:02.185Z] 329c88fbcd65: Pull complete [2022-09-21T19:20:02.185Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-09-21T19:20:02.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-21T19:20:02.185Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-09-21T19:20:02.567Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-21T19:20:02.567Z] WORKDIR /edgex [2022-09-21T19:20:02.567Z] COPY go.mod . [2022-09-21T19:20:02.567Z] RUN go mod download [2022-09-21T19:20:02.567Z] + docker build -t ci-base-image-arm64 -f - . [2022-09-21T19:20:02.595Z] Removing intermediate container 03a90b187701 [2022-09-21T19:20:02.595Z] ---> ccc152eca487 [2022-09-21T19:20:02.595Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:20:02.595Z] ---> Running in 9b525a8dccac [2022-09-21T19:20:02.853Z] Removing intermediate container 9b525a8dccac [2022-09-21T19:20:02.853Z] ---> 7d527f7314a6 [2022-09-21T19:20:02.853Z] Step 21/23 : LABEL arch=x86_64 [2022-09-21T19:20:02.853Z] ---> Running in 76fdbf662154 [2022-09-21T19:20:03.162Z] Sending build context to Docker daemon 3.242MB [2022-09-21T19:20:03.162Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-21T19:20:03.162Z] ---> ff4287adb874 [2022-09-21T19:20:03.162Z] Step 2/4 : WORKDIR /edgex [2022-09-21T19:20:03.420Z] Removing intermediate container 76fdbf662154 [2022-09-21T19:20:03.420Z] ---> 87e91dc2eecf [2022-09-21T19:20:03.420Z] Step 22/23 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:20:03.420Z] ---> Running in e8b0e948fde5 [2022-09-21T19:20:03.683Z] Removing intermediate container e8b0e948fde5 [2022-09-21T19:20:03.683Z] ---> dc1f2c7ce6e0 [2022-09-21T19:20:03.683Z] Step 23/23 : LABEL version=0.0.0 [2022-09-21T19:20:03.941Z] ---> Running in eb3970372b5e [2022-09-21T19:20:04.203Z] ---> 8b1111f1d6eb [2022-09-21T19:20:04.203Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-09-21T19:20:04.203Z] ---> Running in 7be6e29a741a [2022-09-21T19:20:04.203Z] Removing intermediate container eb3970372b5e [2022-09-21T19:20:04.203Z] ---> bb7e3ca05c04 [2022-09-21T19:20:04.203Z] [2022-09-21T19:20:04.468Z] Removing intermediate container 7be6e29a741a [2022-09-21T19:20:04.468Z] ---> 54e26979df01 [2022-09-21T19:20:04.468Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-09-21T19:20:04.468Z] Successfully built bb7e3ca05c04 [2022-09-21T19:20:04.468Z] ---> Running in f5ec5d1a0124 [2022-09-21T19:20:04.468Z] Successfully tagged sys-mgmt-agent:latest [2022-09-21T19:20:04.468Z] Building core-data [2022-09-21T19:20:05.119Z] ---> Running in 9d29961bc7e5 [2022-09-21T19:20:05.119Z] Removing intermediate container 9d29961bc7e5 [2022-09-21T19:20:05.119Z] ---> 4bff5be7fc70 [2022-09-21T19:20:05.119Z] Step 3/4 : COPY go.mod . [2022-09-21T19:20:05.402Z]  Building sys-mgmt-agent ... done Removing intermediate container f5ec5d1a0124 [2022-09-21T19:20:05.402Z] ---> e4514c8b02f8 [2022-09-21T19:20:05.403Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-09-21T19:20:05.659Z] ---> Running in d9f7bcd79639 [2022-09-21T19:20:05.702Z] ---> c3ed052bc3b2 [2022-09-21T19:20:05.702Z] Step 4/4 : RUN go mod download [2022-09-21T19:20:05.702Z] ---> Running in 80570f3a71be [2022-09-21T19:20:07.557Z] Removing intermediate container d9f7bcd79639 [2022-09-21T19:20:07.557Z] ---> 547c994b638b [2022-09-21T19:20:07.557Z] Step 12/26 : WORKDIR /edgex-go [2022-09-21T19:20:07.820Z] ---> Running in 0fcb78bb3939 [2022-09-21T19:20:07.820Z] Removing intermediate container 0fcb78bb3939 [2022-09-21T19:20:07.820Z] ---> c4a0cd3c6911 [2022-09-21T19:20:07.820Z] [2022-09-21T19:20:07.820Z] Step 13/26 : FROM alpine:3.15 [2022-09-21T19:20:07.820Z] ---> c4fc93816858 [2022-09-21T19:20:07.820Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-21T19:20:07.820Z] ---> Using cache [2022-09-21T19:20:07.820Z] ---> 684c6f6f9abe [2022-09-21T19:20:07.820Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:20:07.820Z] ---> Using cache [2022-09-21T19:20:07.820Z] ---> 88305511eb2c [2022-09-21T19:20:07.820Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-09-21T19:20:08.077Z] ---> Running in bc3d7808ee83 [2022-09-21T19:20:08.642Z] Removing intermediate container 36b1226fb260 [2022-09-21T19:20:08.642Z] ---> 7a3f8f71b024 [2022-09-21T19:20:08.642Z] Step 9/23 : COPY . . [2022-09-21T19:20:08.899Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:09.156Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:20:09.156Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:20:09.156Z] ---> ad4ef8de464a [2022-09-21T19:20:09.156Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-09-21T19:20:09.156Z] ---> Using cache [2022-09-21T19:20:09.156Z] ---> 2cf305f782e9 [2022-09-21T19:20:09.156Z] Step 4/24 : WORKDIR /edgex-go [2022-09-21T19:20:09.156Z] ---> Using cache [2022-09-21T19:20:09.156Z] ---> 6fe5e4a1909a [2022-09-21T19:20:09.156Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:20:09.156Z] ---> Using cache [2022-09-21T19:20:09.156Z] ---> efaeddb31156 [2022-09-21T19:20:09.156Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-09-21T19:20:09.739Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:09.999Z] ---> Running in a6cae690a707 [2022-09-21T19:20:10.567Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:11.134Z] v3.15.6-76-gc40548a3b8 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-09-21T19:20:11.134Z] v3.15.6-75-g2ba602a0c7 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-09-21T19:20:11.134Z] OK: 15857 distinct packages available [2022-09-21T19:20:11.134Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:11.134Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:11.395Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-09-21T19:20:11.654Z] OK: 211 MiB in 51 packages [2022-09-21T19:20:11.914Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:12.181Z] ---> 98b9bad4afcb [2022-09-21T19:20:12.181Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-09-21T19:20:12.440Z] ---> Running in c1251325afd1 [2022-09-21T19:20:12.440Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-09-21T19:20:12.440Z] Removing intermediate container a6cae690a707 [2022-09-21T19:20:12.440Z] ---> b42b0994a6be [2022-09-21T19:20:12.440Z] Step 7/24 : COPY go.mod vendor* ./ [2022-09-21T19:20:12.440Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-09-21T19:20:12.440Z] (3/5) Installing libucontext (1.1-r0) [2022-09-21T19:20:12.698Z] (4/5) Installing gcompat (1.0.0-r4) [2022-09-21T19:20:12.698Z] ---> d80733d76160 [2022-09-21T19:20:12.698Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:20:12.698Z] (5/5) Installing openssl (1.1.1q-r0) [2022-09-21T19:20:12.698Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-09-21T19:20:12.698Z] ---> Running in 7f2532486794 [2022-09-21T19:20:12.698Z] Executing busybox-1.34.1-r7.trigger [2022-09-21T19:20:12.698Z] OK: 7 MiB in 19 packages [2022-09-21T19:20:14.078Z] Removing intermediate container bc3d7808ee83 [2022-09-21T19:20:14.078Z] ---> dae9eefecda9 [2022-09-21T19:20:14.078Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-09-21T19:20:15.453Z] ---> dbd8889247f3 [2022-09-21T19:20:15.453Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-09-21T19:20:15.453Z] Removing intermediate container b3cfc60c29f4 [2022-09-21T19:20:15.453Z] ---> c6f2359559ec [2022-09-21T19:20:15.453Z] [2022-09-21T19:20:15.453Z] Step 10/22 : FROM alpine:3.16 [2022-09-21T19:20:15.453Z] ---> 9c6f07244728 [2022-09-21T19:20:15.453Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-09-21T19:20:15.453Z] Removing intermediate container 4bbc9bc0f786 [2022-09-21T19:20:15.453Z] ---> 67b910300d35 [2022-09-21T19:20:15.453Z] [2022-09-21T19:20:15.453Z] Step 11/23 : FROM alpine:3.16 [2022-09-21T19:20:15.453Z] ---> 9c6f07244728 [2022-09-21T19:20:15.453Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-09-21T19:20:15.453Z] ---> Using cache [2022-09-21T19:20:15.453Z] ---> 6e761594eb17 [2022-09-21T19:20:15.453Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-21T19:20:15.453Z] ---> Using cache [2022-09-21T19:20:15.453Z] ---> 3141cfa5f9c4 [2022-09-21T19:20:15.453Z] Step 14/23 : ENV APP_PORT=59861 [2022-09-21T19:20:15.453Z] ---> Running in 5ea6d278f107 [2022-09-21T19:20:15.453Z] ---> Running in b6579250d8f0 [2022-09-21T19:20:16.020Z] Removing intermediate container 5ea6d278f107 [2022-09-21T19:20:16.020Z] ---> bfadf07b0f76 [2022-09-21T19:20:16.020Z] Step 15/23 : EXPOSE $APP_PORT [2022-09-21T19:20:16.020Z] ---> Running in 947c19eb88bc [2022-09-21T19:20:16.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:16.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:16.536Z] Removing intermediate container 947c19eb88bc [2022-09-21T19:20:16.536Z] ---> 0b2cda0cc302 [2022-09-21T19:20:16.536Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:20:16.795Z] (1/6) Installing ca-certificates (20220614-r0) [2022-09-21T19:20:16.795Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-09-21T19:20:16.795Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-09-21T19:20:16.795Z] (4/6) Installing libcurl (7.83.1-r3) [2022-09-21T19:20:16.795Z] (5/6) Installing curl (7.83.1-r3) [2022-09-21T19:20:16.796Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-09-21T19:20:16.796Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:20:16.796Z] Executing ca-certificates-20220614-r0.trigger [2022-09-21T19:20:16.796Z] ---> f5e575abb5ef [2022-09-21T19:20:16.796Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-09-21T19:20:16.796Z] OK: 8 MiB in 20 packages [2022-09-21T19:20:17.363Z] ---> 502ab66a242f [2022-09-21T19:20:17.363Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-09-21T19:20:17.621Z] ---> d3dbde7ca660 [2022-09-21T19:20:17.621Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-09-21T19:20:17.880Z] ---> 21191b64d10c [2022-09-21T19:20:17.880Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-09-21T19:20:17.880Z] Removing intermediate container b6579250d8f0 [2022-09-21T19:20:17.880Z] ---> c0eb884175e3 [2022-09-21T19:20:17.880Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-09-21T19:20:17.880Z] ---> Running in 93682687e298 [2022-09-21T19:20:18.147Z] ---> 9cf8497a7109 [2022-09-21T19:20:18.147Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-09-21T19:20:18.147Z] Removing intermediate container 93682687e298 [2022-09-21T19:20:18.147Z] ---> b56efec7baec [2022-09-21T19:20:18.147Z] Step 13/22 : WORKDIR /edgex [2022-09-21T19:20:18.147Z] ---> Running in d4c511b5d270 [2022-09-21T19:20:18.147Z] ---> Running in 139aacd11bf3 [2022-09-21T19:20:18.406Z] ---> 53a98619215f [2022-09-21T19:20:18.406Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-09-21T19:20:18.406Z] Removing intermediate container d4c511b5d270 [2022-09-21T19:20:18.406Z] ---> bb026a4c8a60 [2022-09-21T19:20:18.406Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:20:18.665Z] Removing intermediate container 139aacd11bf3 [2022-09-21T19:20:18.665Z] ---> d1f606fc42ad [2022-09-21T19:20:18.665Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-09-21T19:20:18.665Z] ---> Running in 77389d19192e [2022-09-21T19:20:18.924Z] Removing intermediate container 77389d19192e [2022-09-21T19:20:18.924Z] ---> 4b784aeb7561 [2022-09-21T19:20:18.924Z] Step 21/23 : LABEL arch=x86_64 [2022-09-21T19:20:18.924Z] ---> Running in 44619d6ac5da [2022-09-21T19:20:18.924Z] ---> b778a32c929d [2022-09-21T19:20:18.924Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-09-21T19:20:19.182Z] ---> 7384d75ff5a8 [2022-09-21T19:20:19.182Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-09-21T19:20:19.182Z] ---> Running in a3f363fd72b2 [2022-09-21T19:20:19.182Z] Removing intermediate container 44619d6ac5da [2022-09-21T19:20:19.182Z] ---> 9a89720a0aa9 [2022-09-21T19:20:19.182Z] Step 22/23 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:20:19.439Z] Removing intermediate container a3f363fd72b2 [2022-09-21T19:20:19.439Z] ---> ad1643eb46bb [2022-09-21T19:20:19.439Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-09-21T19:20:19.439Z] ---> Running in a74a840b065c [2022-09-21T19:20:19.439Z] ---> Running in 54945d4215a6 [2022-09-21T19:20:19.698Z] Removing intermediate container a74a840b065c [2022-09-21T19:20:19.698Z] ---> 41d051098159 [2022-09-21T19:20:19.698Z] Step 23/23 : LABEL version=0.0.0 [2022-09-21T19:20:19.698Z] Removing intermediate container 54945d4215a6 [2022-09-21T19:20:19.698Z] ---> 1d37596ba8db [2022-09-21T19:20:19.698Z] Step 24/26 : LABEL arch=x86_64 [2022-09-21T19:20:19.698Z] ---> 97ffcbbe3997 [2022-09-21T19:20:19.698Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-09-21T19:20:19.698Z] ---> Running in da21d8c43ebf [2022-09-21T19:20:19.698Z] ---> Running in 02bbd4b87161 [2022-09-21T19:20:19.956Z] Removing intermediate container 02bbd4b87161 [2022-09-21T19:20:19.956Z] ---> 0232d90bb075 [2022-09-21T19:20:19.956Z] Step 25/26 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:20:19.956Z] Removing intermediate container da21d8c43ebf [2022-09-21T19:20:19.956Z] ---> 9fa45d406745 [2022-09-21T19:20:19.956Z] [2022-09-21T19:20:20.214Z] Successfully built 9fa45d406745 [2022-09-21T19:20:20.215Z] ---> Running in 8256f69eaa15 [2022-09-21T19:20:20.215Z] Successfully tagged support-scheduler:latest [2022-09-21T19:20:20.215Z] Building security-spire-server [2022-09-21T19:20:20.476Z]  Building support-scheduler ... done Removing intermediate container 8256f69eaa15 [2022-09-21T19:20:20.476Z] ---> b3dd0f1840ca [2022-09-21T19:20:20.476Z] Step 26/26 : LABEL version=0.0.0 [2022-09-21T19:20:21.041Z] ---> 14cf04236460 [2022-09-21T19:20:21.041Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-09-21T19:20:21.041Z] ---> Running in df6c96192413 [2022-09-21T19:20:21.301Z] Removing intermediate container df6c96192413 [2022-09-21T19:20:21.301Z] ---> 22a694cef099 [2022-09-21T19:20:21.301Z] [2022-09-21T19:20:21.564Z] ---> 06aaa7cba4a0 [2022-09-21T19:20:21.564Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-09-21T19:20:21.564Z] ---> Running in cb55385c8171 [2022-09-21T19:20:21.564Z] Successfully built 22a694cef099 [2022-09-21T19:20:21.564Z] Successfully tagged security-spire-agent:latest [2022-09-21T19:20:21.564Z]  Building security-spire-agent ... done Building core-metadata [2022-09-21T19:20:21.822Z] Removing intermediate container 7f2532486794 [2022-09-21T19:20:21.822Z] ---> 5fc8f4b9608d [2022-09-21T19:20:21.822Z] Step 9/24 : COPY . . [2022-09-21T19:20:23.719Z] Removing intermediate container cb55385c8171 [2022-09-21T19:20:23.719Z] ---> 042ef21ea5b4 [2022-09-21T19:20:23.719Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-09-21T19:20:23.719Z] ---> Running in 1e1ea384a27f [2022-09-21T19:20:24.286Z] Removing intermediate container 1e1ea384a27f [2022-09-21T19:20:24.286Z] ---> 98d2d8c8870b [2022-09-21T19:20:24.286Z] Step 20/22 : LABEL arch=x86_64 [2022-09-21T19:20:24.286Z] ---> Running in f06b69e478f3 [2022-09-21T19:20:24.545Z] Removing intermediate container f06b69e478f3 [2022-09-21T19:20:24.545Z] ---> 4a60c1a9f847 [2022-09-21T19:20:24.545Z] Step 21/22 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:20:24.803Z] ---> Running in 5b5873f79ad1 [2022-09-21T19:20:25.062Z] Removing intermediate container 5b5873f79ad1 [2022-09-21T19:20:25.062Z] ---> 6dfb4f4e7bd6 [2022-09-21T19:20:25.062Z] Step 22/22 : LABEL version=0.0.0 [2022-09-21T19:20:25.062Z] ---> Running in 3ebfa104f129 [2022-09-21T19:20:25.632Z] Removing intermediate container 3ebfa104f129 [2022-09-21T19:20:25.632Z] ---> 70409f410360 [2022-09-21T19:20:25.632Z] [2022-09-21T19:20:25.632Z] Successfully built 70409f410360 [2022-09-21T19:20:25.632Z] Successfully tagged security-proxy-setup:latest [2022-09-21T19:20:25.632Z] Building security-spire-config [2022-09-21T19:20:26.201Z]  Building security-proxy-setup ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:20:26.201Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:20:26.201Z] ---> ad4ef8de464a [2022-09-21T19:20:26.201Z] Step 3/25 : WORKDIR /edgex-go [2022-09-21T19:20:26.201Z] ---> Using cache [2022-09-21T19:20:26.201Z] ---> 6215d74963bd [2022-09-21T19:20:26.201Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:20:26.201Z] ---> Using cache [2022-09-21T19:20:26.201Z] ---> 5b409ddffee3 [2022-09-21T19:20:26.201Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-09-21T19:20:26.201Z] ---> Using cache [2022-09-21T19:20:26.201Z] ---> a0c2e4f74c85 [2022-09-21T19:20:26.201Z] Step 6/25 : COPY go.mod vendor* ./ [2022-09-21T19:20:26.201Z] ---> Using cache [2022-09-21T19:20:26.201Z] ---> 9039375cb225 [2022-09-21T19:20:26.201Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:20:26.201Z] ---> Using cache [2022-09-21T19:20:26.201Z] ---> a13ec8b77039 [2022-09-21T19:20:26.201Z] Step 8/25 : COPY . . [2022-09-21T19:20:26.201Z] ---> Using cache [2022-09-21T19:20:26.201Z] ---> 8b1111f1d6eb [2022-09-21T19:20:26.201Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-09-21T19:20:26.201Z] ---> Using cache [2022-09-21T19:20:26.201Z] ---> 54e26979df01 [2022-09-21T19:20:26.201Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-09-21T19:20:26.201Z] ---> Using cache [2022-09-21T19:20:26.201Z] ---> e4514c8b02f8 [2022-09-21T19:20:26.201Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-09-21T19:20:27.138Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:20:27.138Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:20:27.138Z] ---> ad4ef8de464a [2022-09-21T19:20:27.138Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-09-21T19:20:27.138Z] ---> Using cache [2022-09-21T19:20:27.138Z] ---> 2cf305f782e9 [2022-09-21T19:20:27.138Z] Step 4/25 : WORKDIR /edgex-go [2022-09-21T19:20:27.138Z] ---> Using cache [2022-09-21T19:20:27.138Z] ---> 6fe5e4a1909a [2022-09-21T19:20:27.138Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:20:27.138Z] ---> Using cache [2022-09-21T19:20:27.138Z] ---> efaeddb31156 [2022-09-21T19:20:27.138Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-09-21T19:20:27.138Z] ---> Using cache [2022-09-21T19:20:27.138Z] ---> 186bdb76993c [2022-09-21T19:20:27.138Z] Step 7/25 : COPY go.mod vendor* ./ [2022-09-21T19:20:27.138Z] ---> Using cache [2022-09-21T19:20:27.138Z] ---> 95101ba387eb [2022-09-21T19:20:27.138Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:20:27.138Z] ---> Using cache [2022-09-21T19:20:27.138Z] ---> 2f3abb013ff9 [2022-09-21T19:20:27.138Z] Step 9/25 : COPY . . [2022-09-21T19:20:27.138Z] ---> Using cache [2022-09-21T19:20:27.138Z] ---> 59c6237eb89c [2022-09-21T19:20:27.138Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-09-21T19:20:27.703Z] ---> Running in 1efb02461cd7 [2022-09-21T19:20:27.703Z] ---> Running in 0511b5d49628 [2022-09-21T19:20:28.270Z] ---> f2ab2431609a [2022-09-21T19:20:28.270Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-09-21T19:20:28.270Z] ---> Running in e1cf960c5779 [2022-09-21T19:20:28.270Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-09-21T19:20:28.840Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-09-21T19:20:28.840Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:20:28.840Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:20:28.840Z] ---> ad4ef8de464a [2022-09-21T19:20:28.840Z] Step 3/26 : WORKDIR /edgex-go [2022-09-21T19:20:28.840Z] ---> Using cache [2022-09-21T19:20:28.840Z] ---> 6215d74963bd [2022-09-21T19:20:28.840Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:20:28.840Z] ---> Using cache [2022-09-21T19:20:28.840Z] ---> 5b409ddffee3 [2022-09-21T19:20:28.840Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-09-21T19:20:28.840Z] ---> Using cache [2022-09-21T19:20:28.840Z] ---> a0c2e4f74c85 [2022-09-21T19:20:28.840Z] Step 6/26 : COPY go.mod vendor* ./ [2022-09-21T19:20:28.840Z] ---> Using cache [2022-09-21T19:20:28.840Z] ---> 9039375cb225 [2022-09-21T19:20:28.840Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:20:28.840Z] ---> Using cache [2022-09-21T19:20:28.840Z] ---> a13ec8b77039 [2022-09-21T19:20:28.840Z] Step 8/26 : COPY . . [2022-09-21T19:20:28.840Z] ---> Using cache [2022-09-21T19:20:28.840Z] ---> 8b1111f1d6eb [2022-09-21T19:20:28.840Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-09-21T19:20:28.840Z] ---> Using cache [2022-09-21T19:20:28.840Z] ---> 54e26979df01 [2022-09-21T19:20:28.840Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-09-21T19:20:28.840Z] ---> Using cache [2022-09-21T19:20:28.840Z] ---> e4514c8b02f8 [2022-09-21T19:20:28.840Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-09-21T19:20:28.840Z] ---> Using cache [2022-09-21T19:20:28.840Z] ---> 547c994b638b [2022-09-21T19:20:28.840Z] Step 12/26 : WORKDIR /edgex-go [2022-09-21T19:20:28.840Z] ---> Using cache [2022-09-21T19:20:28.840Z] ---> c4a0cd3c6911 [2022-09-21T19:20:28.840Z] [2022-09-21T19:20:28.840Z] Step 13/26 : FROM alpine:3.15 [2022-09-21T19:20:28.840Z] ---> c4fc93816858 [2022-09-21T19:20:28.840Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-21T19:20:28.840Z] ---> Using cache [2022-09-21T19:20:28.840Z] ---> 684c6f6f9abe [2022-09-21T19:20:28.840Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:20:28.840Z] ---> Using cache [2022-09-21T19:20:28.840Z] ---> 88305511eb2c [2022-09-21T19:20:28.840Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-09-21T19:20:28.840Z] Removing intermediate container 1efb02461cd7 [2022-09-21T19:20:28.840Z] ---> 996440500a6a [2022-09-21T19:20:28.840Z] Step 12/25 : WORKDIR /edgex-go [2022-09-21T19:20:29.098Z] ---> Running in 13a1a57e3482 [2022-09-21T19:20:29.098Z] ---> Running in 90a6c31d2654 [2022-09-21T19:20:29.098Z] Removing intermediate container 90a6c31d2654 [2022-09-21T19:20:29.098Z] ---> c36c2d89a20f [2022-09-21T19:20:29.098Z] [2022-09-21T19:20:29.098Z] Step 13/25 : FROM alpine:3.15 [2022-09-21T19:20:29.098Z] ---> c4fc93816858 [2022-09-21T19:20:29.098Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-21T19:20:29.098Z] ---> Using cache [2022-09-21T19:20:29.098Z] ---> 684c6f6f9abe [2022-09-21T19:20:29.098Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:20:29.098Z] ---> Using cache [2022-09-21T19:20:29.098Z] ---> 88305511eb2c [2022-09-21T19:20:29.098Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-09-21T19:20:29.098Z] ---> Using cache [2022-09-21T19:20:29.098Z] ---> dae9eefecda9 [2022-09-21T19:20:29.098Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-09-21T19:20:29.356Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:30.288Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:30.566Z] ---> 57eac259c2fb [2022-09-21T19:20:30.566Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-09-21T19:20:30.566Z] v3.15.6-76-gc40548a3b8 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-09-21T19:20:30.566Z] v3.15.6-75-g2ba602a0c7 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-09-21T19:20:30.566Z] OK: 15857 distinct packages available [2022-09-21T19:20:30.824Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:30.824Z] ---> c5d0f2fc4661 [2022-09-21T19:20:30.824Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-09-21T19:20:30.824Z] ---> a0c45351e8fd [2022-09-21T19:20:30.824Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-09-21T19:20:31.404Z] ---> 39f290e277bc [2022-09-21T19:20:31.404Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-09-21T19:20:31.404Z] ---> Running in 0217e7306023 [2022-09-21T19:20:31.404Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:31.662Z] Removing intermediate container 0217e7306023 [2022-09-21T19:20:31.662Z] ---> e27cbabb15bb [2022-09-21T19:20:31.662Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-09-21T19:20:31.662Z] ---> Running in d1bb2a9e277c [2022-09-21T19:20:31.922Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-09-21T19:20:31.922Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-09-21T19:20:31.922Z] Removing intermediate container d1bb2a9e277c [2022-09-21T19:20:31.922Z] ---> 30584dee1adf [2022-09-21T19:20:31.922Z] Step 23/25 : LABEL arch=x86_64 [2022-09-21T19:20:31.922Z] (3/4) Installing libucontext (1.1-r0) [2022-09-21T19:20:32.181Z] ---> Running in c98747e8c6a6 [2022-09-21T19:20:32.181Z] (4/4) Installing gcompat (1.0.0-r4) [2022-09-21T19:20:32.181Z] Executing busybox-1.34.1-r7.trigger [2022-09-21T19:20:32.181Z] OK: 6 MiB in 18 packages [2022-09-21T19:20:32.438Z] Removing intermediate container c98747e8c6a6 [2022-09-21T19:20:32.438Z] ---> 9a488d2d5b00 [2022-09-21T19:20:32.438Z] Step 24/25 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:20:32.697Z] ---> Running in a587e6bd05a5 [2022-09-21T19:20:32.960Z] Removing intermediate container a587e6bd05a5 [2022-09-21T19:20:32.960Z] ---> eef14e3ca5b7 [2022-09-21T19:20:32.960Z] Step 25/25 : LABEL version=0.0.0 [2022-09-21T19:20:32.960Z] Removing intermediate container 13a1a57e3482 [2022-09-21T19:20:32.960Z] ---> 9c822e1b6151 [2022-09-21T19:20:32.960Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-09-21T19:20:32.960Z] ---> Running in 785ef4288a94 [2022-09-21T19:20:33.529Z] Removing intermediate container 785ef4288a94 [2022-09-21T19:20:33.529Z] ---> 51c868b57b39 [2022-09-21T19:20:33.529Z] [2022-09-21T19:20:33.529Z] Successfully built 51c868b57b39 [2022-09-21T19:20:33.529Z] Successfully tagged security-spire-server:latest [2022-09-21T19:20:33.529Z]  Building security-spire-server ... done Removing intermediate container c1251325afd1 [2022-09-21T19:20:33.529Z] ---> 24d7196c353a [2022-09-21T19:20:33.529Z] [2022-09-21T19:20:33.529Z] Step 11/23 : FROM alpine:3.16 [2022-09-21T19:20:33.529Z] ---> 9c6f07244728 [2022-09-21T19:20:33.529Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-09-21T19:20:33.788Z] ---> Running in 865db740a453 [2022-09-21T19:20:34.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:34.304Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:34.563Z] (1/2) Installing ca-certificates (20220614-r0) [2022-09-21T19:20:34.563Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-09-21T19:20:34.563Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:20:34.563Z] Executing ca-certificates-20220614-r0.trigger [2022-09-21T19:20:34.563Z] ---> 8048f20f67a9 [2022-09-21T19:20:34.563Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-09-21T19:20:34.563Z] OK: 6 MiB in 16 packages [2022-09-21T19:20:34.820Z] ---> b89d24cd5d5e [2022-09-21T19:20:34.820Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-09-21T19:20:35.077Z] ---> Running in 9272bceeefbc [2022-09-21T19:20:35.334Z] Removing intermediate container 9272bceeefbc [2022-09-21T19:20:35.334Z] ---> c37058eebcb5 [2022-09-21T19:20:35.334Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-09-21T19:20:35.334Z] Removing intermediate container 865db740a453 [2022-09-21T19:20:35.334Z] ---> 0002217ce391 [2022-09-21T19:20:35.334Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-21T19:20:35.334Z] ---> Running in 1432a7f75abf [2022-09-21T19:20:35.594Z] Removing intermediate container 1432a7f75abf [2022-09-21T19:20:35.594Z] ---> 267d2895aad3 [2022-09-21T19:20:35.594Z] Step 14/23 : ENV APP_PORT=59860 [2022-09-21T19:20:35.594Z] ---> Running in beb3ef8f3719 [2022-09-21T19:20:35.851Z] ---> 9f0279a0fd7a [2022-09-21T19:20:35.851Z] Step 21/26 : WORKDIR / [2022-09-21T19:20:35.851Z] Removing intermediate container beb3ef8f3719 [2022-09-21T19:20:35.851Z] ---> 4e01d6d60cc7 [2022-09-21T19:20:35.851Z] Step 15/23 : EXPOSE $APP_PORT [2022-09-21T19:20:35.851Z] ---> Running in c7d26b04ede7 [2022-09-21T19:20:35.851Z] ---> Running in a58bde593b36 [2022-09-21T19:20:36.433Z] Removing intermediate container c7d26b04ede7 [2022-09-21T19:20:36.433Z] ---> b3343d1dc310 [2022-09-21T19:20:36.433Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-09-21T19:20:36.433Z] Removing intermediate container a58bde593b36 [2022-09-21T19:20:36.433Z] ---> 46a1d979fa46 [2022-09-21T19:20:36.433Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:20:36.433Z] ---> Running in 14c9870a3923 [2022-09-21T19:20:36.692Z] ---> f90a5688b5a4 [2022-09-21T19:20:36.692Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-09-21T19:20:36.692Z] Removing intermediate container 14c9870a3923 [2022-09-21T19:20:36.692Z] ---> bf8a8be1f908 [2022-09-21T19:20:36.692Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-09-21T19:20:36.692Z] ---> Running in a3c03a8687dc [2022-09-21T19:20:36.953Z] Removing intermediate container a3c03a8687dc [2022-09-21T19:20:36.953Z] ---> 085a913aeb60 [2022-09-21T19:20:36.953Z] Step 24/26 : LABEL arch=x86_64 [2022-09-21T19:20:36.953Z] ---> Running in 99e10574567e [2022-09-21T19:20:37.214Z] Removing intermediate container 99e10574567e [2022-09-21T19:20:37.214Z] ---> 31b2f8ce4840 [2022-09-21T19:20:37.214Z] Step 25/26 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:20:37.214Z] ---> Running in 37e38d1a0cde [2022-09-21T19:20:37.489Z] ---> bca1a720ea73 [2022-09-21T19:20:37.489Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-09-21T19:20:37.489Z] Removing intermediate container 37e38d1a0cde [2022-09-21T19:20:37.489Z] ---> 4b769940a6f7 [2022-09-21T19:20:37.489Z] Step 26/26 : LABEL version=0.0.0 [2022-09-21T19:20:37.747Z] ---> Running in 5a5f99ae9924 [2022-09-21T19:20:37.747Z] ---> 24936525a3fa [2022-09-21T19:20:37.747Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-09-21T19:20:37.747Z] ---> Running in 688a3cb532c0 [2022-09-21T19:20:37.921Z] Removing intermediate container 80570f3a71be [2022-09-21T19:20:37.921Z] ---> c36b7483727c [2022-09-21T19:20:37.922Z] Successfully built c36b7483727c [2022-09-21T19:20:37.922Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2022-09-21T19:20:38.005Z] Removing intermediate container 5a5f99ae9924 [2022-09-21T19:20:38.005Z] ---> 8d0dc4359c86 [2022-09-21T19:20:38.005Z] [2022-09-21T19:20:38.005Z] Removing intermediate container 688a3cb532c0 [2022-09-21T19:20:38.005Z] ---> ef1bb5293d79 [2022-09-21T19:20:38.005Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:20:38.005Z] Successfully built 8d0dc4359c86 [2022-09-21T19:20:38.005Z] Successfully tagged security-spire-config:latest [2022-09-21T19:20:38.005Z]  Building security-spire-config ... done  ---> Running in f8aa653dfd0b [Pipeline] sh [2022-09-21T19:20:38.262Z] Removing intermediate container f8aa653dfd0b [2022-09-21T19:20:38.262Z] ---> afb7b39e84d0 [2022-09-21T19:20:38.262Z] Step 21/23 : LABEL arch=x86_64 [2022-09-21T19:20:38.263Z] ---> Running in 061da6f2cf92 [2022-09-21T19:20:38.339Z] + docker inspect -f . ci-base-image-arm64 [2022-09-21T19:20:38.339Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T19:20:38.520Z] Removing intermediate container 061da6f2cf92 [2022-09-21T19:20:38.520Z] ---> 2da23186519a [2022-09-21T19:20:38.520Z] Step 22/23 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:20:38.520Z] ---> Running in 3525e16e4c36 [2022-09-21T19:20:38.520Z] Removing intermediate container 3525e16e4c36 [2022-09-21T19:20:38.520Z] ---> 1b84ce308641 [2022-09-21T19:20:38.520Z] Step 23/23 : LABEL version=0.0.0 [2022-09-21T19:20:38.520Z] ---> Running in 5793c71de0bc [2022-09-21T19:20:38.576Z] prd-ubuntu20.04-docker-arm64-4c-16g-456 does not seem to be running inside a container [2022-09-21T19:20:38.637Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-21T19:20:38.777Z] Removing intermediate container 5793c71de0bc [2022-09-21T19:20:38.777Z] ---> 4592fb7a9a14 [2022-09-21T19:20:38.777Z] [2022-09-21T19:20:38.777Z] Successfully built 4592fb7a9a14 [2022-09-21T19:20:38.777Z] Successfully tagged support-notifications:latest [2022-09-21T19:20:39.820Z] $ docker top b1e946030fafc782c10c5dca11a1167ef5cdb69cb2f60f5a8688519f4ec8e54b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-21T19:20:40.725Z] + go version [2022-09-21T19:20:40.725Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-09-21T19:20:40.758Z] $ docker stop --time=1 b1e946030fafc782c10c5dca11a1167ef5cdb69cb2f60f5a8688519f4ec8e54b [2022-09-21T19:20:42.340Z] $ docker rm -f b1e946030fafc782c10c5dca11a1167ef5cdb69cb2f60f5a8688519f4ec8e54b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:20:43.163Z] + docker inspect -f . ci-base-image-arm64 [2022-09-21T19:20:43.163Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T19:20:43.387Z] prd-ubuntu20.04-docker-arm64-4c-16g-456 does not seem to be running inside a container [2022-09-21T19:20:43.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-21T19:20:44.522Z] $ docker top a9952aa8e4b2d31ee144cd0e9a3a3fa1079bec5ab0d857772f59ab6f1852d35c -eo pid,comm [Pipeline] { [Pipeline] echo [2022-09-21T19:20:44.766Z] ========================================================= [2022-09-21T19:20:44.766Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-09-21T19:20:44.766Z] ========================================================= [Pipeline] sh [2022-09-21T19:20:45.082Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-09-21T19:20:45.782Z] + make test [2022-09-21T19:20:45.782Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-09-21T19:20:46.890Z]  Building support-notifications ... done Removing intermediate container 0511b5d49628 [2022-09-21T19:20:46.890Z] ---> 214f18fbf3e6 [2022-09-21T19:20:46.890Z] [2022-09-21T19:20:46.890Z] Step 11/25 : FROM alpine:3.16 [2022-09-21T19:20:46.890Z] ---> 9c6f07244728 [2022-09-21T19:20:46.890Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-09-21T19:20:46.890Z] ---> Using cache [2022-09-21T19:20:46.890Z] ---> 6e761594eb17 [2022-09-21T19:20:46.890Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-21T19:20:46.890Z] ---> Using cache [2022-09-21T19:20:46.890Z] ---> 3141cfa5f9c4 [2022-09-21T19:20:46.890Z] Step 14/25 : ENV APP_PORT=59881 [2022-09-21T19:20:46.890Z] ---> Running in 411f0d989d16 [2022-09-21T19:20:46.890Z] Removing intermediate container 411f0d989d16 [2022-09-21T19:20:46.890Z] ---> 7959f21ab072 [2022-09-21T19:20:46.890Z] Step 15/25 : EXPOSE $APP_PORT [2022-09-21T19:20:46.890Z] ---> Running in e23425e710a0 [2022-09-21T19:20:46.890Z] Removing intermediate container e23425e710a0 [2022-09-21T19:20:46.890Z] ---> 34fd84109ba6 [2022-09-21T19:20:46.890Z] Step 16/25 : WORKDIR / [2022-09-21T19:20:46.890Z] ---> Running in 859abc500d89 [2022-09-21T19:20:47.156Z] Removing intermediate container 859abc500d89 [2022-09-21T19:20:47.156Z] ---> 8fc530322c82 [2022-09-21T19:20:47.156Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:20:47.413Z] ---> 183bbb8c7b75 [2022-09-21T19:20:47.413Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-09-21T19:20:47.672Z] ---> ecd9d9fe6aeb [2022-09-21T19:20:47.672Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-09-21T19:20:47.931Z] Removing intermediate container e1cf960c5779 [2022-09-21T19:20:47.931Z] ---> 20c202c4fdd4 [2022-09-21T19:20:47.931Z] [2022-09-21T19:20:47.931Z] Step 11/24 : FROM alpine:3.16 [2022-09-21T19:20:47.931Z] ---> 9c6f07244728 [2022-09-21T19:20:47.931Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-09-21T19:20:47.931Z] ---> Running in 423fb8646be7 [2022-09-21T19:20:47.931Z] ---> 2f06fb68e249 [2022-09-21T19:20:47.931Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-09-21T19:20:47.931Z] Removing intermediate container 423fb8646be7 [2022-09-21T19:20:47.931Z] ---> 89df32704070 [2022-09-21T19:20:47.931Z] Step 13/24 : ENV APP_PORT=59880 [2022-09-21T19:20:47.931Z] ---> Running in e7ad6afad500 [2022-09-21T19:20:48.193Z] ---> 1eef69bdf6ed [2022-09-21T19:20:48.193Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-09-21T19:20:48.193Z] Removing intermediate container e7ad6afad500 [2022-09-21T19:20:48.193Z] ---> e04643e0479a [2022-09-21T19:20:48.193Z] Step 14/24 : EXPOSE $APP_PORT [2022-09-21T19:20:48.193Z] ---> Running in eda9609209b9 [2022-09-21T19:20:48.193Z] ---> Running in 4901d0caa6ba [2022-09-21T19:20:48.193Z] Removing intermediate container eda9609209b9 [2022-09-21T19:20:48.193Z] ---> 56fff460578b [2022-09-21T19:20:48.193Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:20:48.193Z] ---> Running in 5230e174b527 [2022-09-21T19:20:48.193Z] Removing intermediate container 4901d0caa6ba [2022-09-21T19:20:48.193Z] ---> 19cc99fdf804 [2022-09-21T19:20:48.193Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:20:48.193Z] ---> Running in 0d889e2c8fba [2022-09-21T19:20:48.193Z] Removing intermediate container 5230e174b527 [2022-09-21T19:20:48.193Z] ---> 6b09802195ec [2022-09-21T19:20:48.193Z] Step 23/25 : LABEL arch=x86_64 [2022-09-21T19:20:48.453Z] ---> Running in 776b92a10618 [2022-09-21T19:20:48.453Z] Removing intermediate container 776b92a10618 [2022-09-21T19:20:48.453Z] ---> f2c69f35a34f [2022-09-21T19:20:48.453Z] Step 24/25 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:20:48.453Z] ---> Running in 402502552d05 [2022-09-21T19:20:48.453Z] Removing intermediate container 402502552d05 [2022-09-21T19:20:48.453Z] ---> fd63a269ec2d [2022-09-21T19:20:48.453Z] Step 25/25 : LABEL version=0.0.0 [2022-09-21T19:20:48.453Z] ---> Running in e6b317cca0e1 [2022-09-21T19:20:48.710Z] Removing intermediate container e6b317cca0e1 [2022-09-21T19:20:48.710Z] ---> 06ba24a0cebe [2022-09-21T19:20:48.710Z] [2022-09-21T19:20:48.710Z] Successfully built 06ba24a0cebe [2022-09-21T19:20:48.710Z] Successfully tagged core-metadata:latest [2022-09-21T19:20:48.710Z]  Building core-metadata ... done Removing intermediate container 0d889e2c8fba [2022-09-21T19:20:48.710Z] ---> 5f512adc2558 [2022-09-21T19:20:48.710Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-09-21T19:20:48.969Z] ---> Running in 9edf4e6314aa [2022-09-21T19:20:49.227Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:49.794Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-21T19:20:50.361Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-09-21T19:20:50.361Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-09-21T19:20:50.361Z] (3/6) Installing libsodium (1.0.18-r0) [2022-09-21T19:20:50.620Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-09-21T19:20:50.620Z] (5/6) Installing libzmq (4.3.4-r0) [2022-09-21T19:20:50.620Z] (6/6) Installing zeromq (4.3.4-r0) [2022-09-21T19:20:50.878Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:20:50.878Z] OK: 8 MiB in 20 packages [2022-09-21T19:20:51.135Z] Removing intermediate container 9edf4e6314aa [2022-09-21T19:20:51.135Z] ---> 22a06dcb46e1 [2022-09-21T19:20:51.135Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:20:51.393Z] ---> 2af5ebd156a7 [2022-09-21T19:20:51.393Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-09-21T19:20:51.650Z] ---> 89d3d49f4dd6 [2022-09-21T19:20:51.650Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-09-21T19:20:51.650Z] ---> d78f73273b4c [2022-09-21T19:20:51.650Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-09-21T19:20:51.908Z] ---> Running in af5d4a82f0ee [2022-09-21T19:20:51.908Z] Removing intermediate container af5d4a82f0ee [2022-09-21T19:20:51.908Z] ---> f0a68e76e936 [2022-09-21T19:20:51.908Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:20:51.908Z] ---> Running in fad8c15df390 [2022-09-21T19:20:51.908Z] Removing intermediate container fad8c15df390 [2022-09-21T19:20:51.908Z] ---> 5774b0d8b88f [2022-09-21T19:20:51.908Z] Step 22/24 : LABEL arch=x86_64 [2022-09-21T19:20:52.166Z] ---> Running in 5f05f818117a [2022-09-21T19:20:52.166Z] Removing intermediate container 5f05f818117a [2022-09-21T19:20:52.166Z] ---> 0bacb0239742 [2022-09-21T19:20:52.166Z] Step 23/24 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:20:52.166Z] ---> Running in 88514df09f0e [2022-09-21T19:20:52.166Z] Removing intermediate container 88514df09f0e [2022-09-21T19:20:52.166Z] ---> 86b2293adaf2 [2022-09-21T19:20:52.166Z] Step 24/24 : LABEL version=0.0.0 [2022-09-21T19:20:52.166Z] ---> Running in f2992e005ce7 [2022-09-21T19:20:52.424Z] Removing intermediate container f2992e005ce7 [2022-09-21T19:20:52.424Z] ---> f4e5bcf8c571 [2022-09-21T19:20:52.424Z] [2022-09-21T19:20:52.424Z] Successfully built f4e5bcf8c571 [2022-09-21T19:20:52.424Z] Successfully tagged core-data:latest [2022-09-21T19:20:52.430Z]  Building core-data ... done  [Pipeline] } [2022-09-21T19:20:52.455Z] $ docker stop --time=1 3093ec7506ea33b3116d6e646158d644e517926a0757ad5378c8bc183f9eeff6 [2022-09-21T19:20:53.726Z] $ docker rm -f 3093ec7506ea33b3116d6e646158d644e517926a0757ad5378c8bc183f9eeff6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-21T19:20:54.126Z] + docker images [2022-09-21T19:20:54.126Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-09-21T19:20:54.126Z] core-data latest f4e5bcf8c571 1 second ago 21.6MB [2022-09-21T19:20:54.126Z] core-metadata latest 06ba24a0cebe 5 seconds ago 18.3MB [2022-09-21T19:20:54.126Z] 20c202c4fdd4 6 seconds ago 1.56GB [2022-09-21T19:20:54.126Z] 214f18fbf3e6 7 seconds ago 1.55GB [2022-09-21T19:20:54.126Z] support-notifications latest 4592fb7a9a14 15 seconds ago 27.3MB [2022-09-21T19:20:54.126Z] security-spire-config latest 8d0dc4359c86 16 seconds ago 85.8MB [2022-09-21T19:20:54.126Z] security-spire-server latest 51c868b57b39 20 seconds ago 86.5MB [2022-09-21T19:20:54.126Z] 24d7196c353a 20 seconds ago 1.61GB [2022-09-21T19:20:54.126Z] c36c2d89a20f 24 seconds ago 1.42GB [2022-09-21T19:20:54.126Z] security-proxy-setup latest 70409f410360 28 seconds ago 27.4MB [2022-09-21T19:20:54.126Z] security-spire-agent latest 22a694cef099 32 seconds ago 125MB [2022-09-21T19:20:54.126Z] support-scheduler latest 9fa45d406745 34 seconds ago 26.7MB [2022-09-21T19:20:54.126Z] 67b910300d35 39 seconds ago 1.61GB [2022-09-21T19:20:54.126Z] c6f2359559ec 39 seconds ago 1.54GB [2022-09-21T19:20:54.126Z] c4a0cd3c6911 46 seconds ago 1.42GB [2022-09-21T19:20:54.126Z] sys-mgmt-agent latest bb7e3ca05c04 49 seconds ago 136MB [2022-09-21T19:20:54.126Z] security-bootstrapper latest 171f15ff9164 About a minute ago 19.8MB [2022-09-21T19:20:54.126Z] security-spiffe-token-provider latest 7fe0fbb35c74 About a minute ago 29.3MB [2022-09-21T19:20:54.126Z] security-secretstore-setup latest b58c0eecc0d5 About a minute ago 29.2MB [2022-09-21T19:20:54.126Z] core-command latest f6a5614e39aa About a minute ago 17.3MB [2022-09-21T19:20:54.126Z] 4d1bd8db50b9 About a minute ago 1.53GB [2022-09-21T19:20:54.126Z] a230a01d0203 About a minute ago 1.58GB [2022-09-21T19:20:54.126Z] 169bf5819097 About a minute ago 1.55GB [2022-09-21T19:20:54.126Z] 861a436683ed About a minute ago 1.54GB [2022-09-21T19:20:54.126Z] 1cc78ec50192 About a minute ago 1.54GB [2022-09-21T19:20:54.126Z] ci-base-image-x86_64 latest ad4ef8de464a 4 minutes ago 940MB [2022-09-21T19:20:54.126Z] alpine 3.15 c4fc93816858 6 weeks ago 5.59MB [2022-09-21T19:20:54.126Z] alpine 3.16 9c6f07244728 6 weeks ago 5.54MB [2022-09-21T19:20:54.126Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 months ago 253MB [2022-09-21T19:20:54.126Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 2 months ago 677MB [2022-09-21T19:20:54.126Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-09-21T19:21:18.015Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-09-21T19:22:54.675Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-09-21T19:22:54.675Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-09-21T19:22:56.084Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-09-21T19:22:56.084Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-09-21T19:22:58.689Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-09-21T19:22:59.273Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-09-21T19:22:59.273Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-09-21T19:22:59.273Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-09-21T19:22:59.273Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-09-21T19:23:02.607Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-09-21T19:23:02.607Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-09-21T19:23:02.607Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-09-21T19:23:02.608Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-09-21T19:23:02.608Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-09-21T19:23:02.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-09-21T19:23:20.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.525s coverage: 28.7% of statements [2022-09-21T19:23:20.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-09-21T19:23:20.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-09-21T19:23:23.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.664s coverage: 98.5% of statements [2022-09-21T19:23:26.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/external 0.850s coverage: 75.6% of statements [2022-09-21T19:23:26.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-09-21T19:23:26.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-09-21T19:23:26.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.480s coverage: 54.2% of statements [2022-09-21T19:23:26.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-09-21T19:23:26.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-09-21T19:23:58.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 25.753s coverage: 89.2% of statements [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-09-21T19:23:58.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.859s coverage: 2.0% of statements [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-09-21T19:23:58.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.007s coverage: 95.6% of statements [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-09-21T19:23:58.980Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.678s coverage: 72.2% of statements [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-09-21T19:23:58.980Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.509s coverage: 60.0% of statements [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-09-21T19:23:58.980Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.478s coverage: 0.9% of statements [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-09-21T19:23:58.980Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.277s coverage: 58.8% of statements [2022-09-21T19:23:58.980Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.346s coverage: 29.6% of statements [2022-09-21T19:23:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-09-21T19:24:05.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.397s coverage: 47.1% of statements [2022-09-21T19:24:05.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.294s coverage: 79.5% of statements [2022-09-21T19:24:05.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.495s coverage: 94.1% of statements [2022-09-21T19:24:05.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.422s coverage: 96.3% of statements [2022-09-21T19:24:06.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.290s coverage: 87.5% of statements [2022-09-21T19:24:16.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.356s coverage: 94.4% of statements [2022-09-21T19:24:16.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.273s coverage: 44.8% of statements [2022-09-21T19:24:31.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.799s coverage: 80.8% of statements [2022-09-21T19:24:31.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-09-21T19:24:31.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.336s coverage: 92.9% of statements [2022-09-21T19:24:31.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-09-21T19:24:31.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-09-21T19:24:31.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-09-21T19:24:31.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.080s coverage: 65.1% of statements [2022-09-21T19:24:31.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-09-21T19:24:31.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-09-21T19:24:31.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-09-21T19:24:31.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-09-21T19:24:31.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.273s coverage: 86.9% of statements [2022-09-21T19:24:31.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-09-21T19:24:31.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-09-21T19:24:31.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-09-21T19:24:31.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-09-21T19:24:31.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.214s coverage: 87.2% of statements [2022-09-21T19:24:31.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-09-21T19:24:31.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-09-21T19:24:31.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.185s coverage: 100.0% of statements [2022-09-21T19:24:31.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-09-21T19:24:31.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.280s coverage: 58.8% of statements [2022-09-21T19:24:31.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-09-21T19:24:31.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.281s coverage: 80.0% of statements [2022-09-21T19:24:31.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.236s coverage: 87.2% of statements [2022-09-21T19:24:31.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.277s coverage: 85.4% of statements [2022-09-21T19:24:33.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.972s coverage: 91.2% of statements [2022-09-21T19:24:33.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-09-21T19:24:40.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.862s coverage: 64.7% of statements [2022-09-21T19:24:40.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-09-21T19:24:40.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-09-21T19:24:40.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.224s coverage: 100.0% of statements [2022-09-21T19:24:40.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 89.4% of statements [2022-09-21T19:24:40.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2022-09-21T19:24:40.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2022-09-21T19:24:40.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.090s coverage: 100.0% of statements [2022-09-21T19:24:47.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.358s coverage: 65.8% of statements [2022-09-21T19:24:47.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-09-21T19:24:47.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-09-21T19:24:47.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-09-21T19:24:49.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.850s coverage: 41.8% of statements [2022-09-21T19:24:49.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-09-21T19:24:49.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-09-21T19:24:49.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.344s coverage: 89.5% of statements [2022-09-21T19:24:49.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-09-21T19:24:49.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.270s coverage: 84.8% of statements [2022-09-21T19:24:49.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-09-21T19:24:49.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-09-21T19:24:49.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-09-21T19:24:49.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-09-21T19:24:57.930Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.376s coverage: 17.7% of statements [2022-09-21T19:24:57.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-09-21T19:24:57.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-09-21T19:24:57.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-09-21T19:24:57.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-09-21T19:24:57.930Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.748s coverage: 92.3% of statements [2022-09-21T19:24:57.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-09-21T19:24:57.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-09-21T19:24:57.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-09-21T19:24:57.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-09-21T19:24:57.930Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.258s coverage: 63.2% of statements [2022-09-21T19:24:57.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-09-21T19:24:57.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-09-21T19:24:58.512Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.460s coverage: 97.7% of statements [2022-09-21T19:24:58.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-09-21T19:24:58.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-09-21T19:24:58.512Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-09-21T19:24:58.512Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-09-21T19:24:58.512Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.221s coverage: 28.9% of statements [2022-09-21T19:24:58.512Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-09-21T19:24:58.512Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-09-21T19:24:58.512Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-09-21T19:24:58.512Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-09-21T19:24:58.512Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-09-21T19:24:58.512Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-09-21T19:24:58.512Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.203s coverage: 100.0% of statements [2022-09-21T19:24:58.512Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements [2022-09-21T19:24:59.467Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-09-21T19:24:59.467Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-09-21T19:24:59.467Z] GO111MODULE=on go vet ./... [2022-09-21T19:26:51.126Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-09-21T19:26:51.126Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-09-21T19:26:51.126Z] ./bin/test-attribution-txt.sh [2022-09-21T19:26:51.126Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-09-21T19:26:51.126Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-09-21T19:26:51.126Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-09-21T19:26:51.167Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-09-21T19:26:51.500Z] + ls -al . [2022-09-21T19:26:51.501Z] total 744 [2022-09-21T19:26:51.501Z] drwxrwxr-x 9 1001 1001 4096 Sep 21 19:20 . [2022-09-21T19:26:51.501Z] drwxr-xr-x 4 root root 4096 Sep 21 19:20 .. [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 16 Sep 21 19:19 .dockerignore [2022-09-21T19:26:51.501Z] drwxrwxr-x 8 1001 1001 4096 Sep 21 19:19 .git [2022-09-21T19:26:51.501Z] drwxrwxr-x 3 1001 1001 4096 Sep 21 19:19 .github [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 1030 Sep 21 19:19 .gitignore [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 42 Sep 21 19:19 .golangci.yml [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 87 Sep 21 19:19 .hadolint.yml [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 166 Sep 21 19:19 .sonarcloud.properties [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 1171 Sep 21 19:19 ADOPTERS.md [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 10347 Sep 21 19:19 Attribution.txt [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 63209 Sep 21 19:19 CHANGELOG.md [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 3804 Sep 21 19:19 CONTRIBUTING.md [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 677 Sep 21 19:19 GOVERNANCE.md [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 850 Sep 21 19:19 Jenkinsfile [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 10775 Sep 21 19:19 LICENSE [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 13724 Sep 21 19:19 Makefile [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 582 Sep 21 19:19 OWNERS.md [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 9799 Sep 21 19:19 README.md [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 6912 Sep 21 19:19 SECURITY.md [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 5 Sep 21 19:15 VERSION [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 4131 Sep 21 19:19 ZMQWindows.md [2022-09-21T19:26:51.501Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 19:19 bin [2022-09-21T19:26:51.501Z] drwxrwxr-x 18 1001 1001 4096 Sep 21 19:19 cmd [2022-09-21T19:26:51.501Z] -rw-r--r-- 1 root root 494099 Sep 21 19:24 coverage.out [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 3458 Sep 21 19:19 go.mod [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 38040 Sep 21 19:19 go.sum [2022-09-21T19:26:51.501Z] drwxrwxr-x 8 1001 1001 4096 Sep 21 19:19 internal [2022-09-21T19:26:51.501Z] drwxrwxr-x 3 1001 1001 4096 Sep 21 19:19 openapi [2022-09-21T19:26:51.501Z] drwxrwxr-x 4 1001 1001 4096 Sep 21 19:19 snap [2022-09-21T19:26:51.501Z] -rw-rw-r-- 1 1001 1001 204 Sep 21 19:19 version.go [Pipeline] sh [2022-09-21T19:26:51.835Z] + '[' -e coverage.out ] [2022-09-21T19:26:51.836Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-09-21T19:26:51.873Z] Warning: overwriting stash ‘coverage-report’ [2022-09-21T19:26:52.669Z] Stashed 1 file(s) [Pipeline] sh [2022-09-21T19:26:53.018Z] + make build [2022-09-21T19:26:53.301Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-09-21T19:28:15.003Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-09-21T19:29:36.605Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-09-21T19:29:36.605Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-09-21T19:30:08.809Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-09-21T19:30:08.809Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-09-21T19:30:14.141Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-09-21T19:30:20.787Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-09-21T19:30:23.361Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-09-21T19:30:28.687Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-09-21T19:30:31.263Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-09-21T19:30:35.511Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-09-21T19:30:43.710Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-09-21T19:30:47.973Z] $ docker stop --time=1 a9952aa8e4b2d31ee144cd0e9a3a3fa1079bec5ab0d857772f59ab6f1852d35c [2022-09-21T19:30:49.950Z] $ docker rm -f a9952aa8e4b2d31ee144cd0e9a3a3fa1079bec5ab0d857772f59ab6f1852d35c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:30:52.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-09-21T19:30:52.413Z] [2022-09-21T19:30:52.413Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:30:52.932Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-09-21T19:30:53.200Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-09-21T19:30:53.200Z] 29e5d40040c1: Pulling fs layer [2022-09-21T19:30:53.200Z] 1ce36da41761: Pulling fs layer [2022-09-21T19:30:53.200Z] 25b303627fd3: Pulling fs layer [2022-09-21T19:30:53.469Z] 29e5d40040c1: Download complete [2022-09-21T19:30:53.736Z] 1ce36da41761: Verifying Checksum [2022-09-21T19:30:53.736Z] 1ce36da41761: Download complete [2022-09-21T19:30:54.003Z] 29e5d40040c1: Pull complete [2022-09-21T19:30:55.410Z] 1ce36da41761: Pull complete [2022-09-21T19:30:55.410Z] 25b303627fd3: Verifying Checksum [2022-09-21T19:30:55.410Z] 25b303627fd3: Download complete [2022-09-21T19:31:05.472Z] 25b303627fd3: Pull complete [2022-09-21T19:31:05.472Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-09-21T19:31:05.472Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-09-21T19:31:05.472Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T19:31:05.762Z] prd-ubuntu20.04-docker-arm64-4c-16g-456 does not seem to be running inside a container [2022-09-21T19:31:05.812Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-09-21T19:31:08.078Z] $ docker top 983dc3b3561120512ae1b050bebc958e4d7ea873c224e05b60ab9c3708df0df2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-21T19:31:08.925Z] + grep+ paralleldocker-compose [2022-09-21T19:31:08.925Z] build --help [2022-09-21T19:31:12.248Z] --parallel Build images in parallel. [Pipeline] } [2022-09-21T19:31:12.534Z] $ docker stop --time=1 983dc3b3561120512ae1b050bebc958e4d7ea873c224e05b60ab9c3708df0df2 [2022-09-21T19:31:14.080Z] $ docker rm -f 983dc3b3561120512ae1b050bebc958e4d7ea873c224e05b60ab9c3708df0df2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:31:14.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-09-21T19:31:14.755Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T19:31:14.969Z] prd-ubuntu20.04-docker-arm64-4c-16g-456 does not seem to be running inside a container [2022-09-21T19:31:15.015Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-09-21T19:31:16.068Z] $ docker top 998c934c36da2cbc979fb2b017420fbd54eeba6c1fcc848be8f113458454884e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-21T19:31:16.638Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-09-21T19:31:20.909Z] Building core-command ... [2022-09-21T19:31:20.909Z] Building core-data ... [2022-09-21T19:31:20.909Z] Building core-metadata ... [2022-09-21T19:31:20.909Z] Building security-bootstrapper ... [2022-09-21T19:31:20.909Z] Building security-proxy-setup ... [2022-09-21T19:31:20.909Z] Building security-secretstore-setup ... [2022-09-21T19:31:20.909Z] Building security-spiffe-token-provider ... [2022-09-21T19:31:20.909Z] Building security-spire-agent ... [2022-09-21T19:31:20.909Z] Building security-spire-config ... [2022-09-21T19:31:20.909Z] Building security-spire-server ... [2022-09-21T19:31:20.909Z] Building support-notifications ... [2022-09-21T19:31:20.909Z] Building support-scheduler ... [2022-09-21T19:31:20.909Z] Building sys-mgmt-agent ... [2022-09-21T19:31:20.909Z] Building security-bootstrapper [2022-09-21T19:31:20.909Z] Building core-command [2022-09-21T19:31:20.909Z] Building sys-mgmt-agent [2022-09-21T19:31:20.909Z] Building security-spire-config [2022-09-21T19:31:20.909Z] Building support-scheduler [2022-09-21T19:32:07.712Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:32:07.712Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:32:07.712Z] ---> c36b7483727c [2022-09-21T19:32:07.712Z] Step 3/33 : WORKDIR /edgex-go [2022-09-21T19:32:07.712Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:32:07.712Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:32:07.712Z] ---> c36b7483727c [2022-09-21T19:32:07.712Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-09-21T19:32:07.712Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:32:07.712Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:32:07.712Z] ---> c36b7483727c [2022-09-21T19:32:07.712Z] Step 3/26 : WORKDIR /edgex-go [2022-09-21T19:32:07.712Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:32:07.712Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:32:07.712Z] ---> c36b7483727c [2022-09-21T19:32:07.712Z] Step 3/23 : WORKDIR /edgex-go [2022-09-21T19:32:07.712Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:32:07.712Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:32:07.712Z] ---> c36b7483727c [2022-09-21T19:32:07.712Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-09-21T19:32:07.712Z] ---> Running in c4851a2b7fa0 [2022-09-21T19:32:07.712Z] ---> Running in 2d6245ef9259 [2022-09-21T19:32:07.712Z] ---> Running in 9f99d3b8b6fb [2022-09-21T19:32:07.712Z] ---> Running in 7fc70110e2ea [2022-09-21T19:32:07.712Z] ---> Running in 889bbda7f8c5 [2022-09-21T19:32:07.712Z] Removing intermediate container 7fc70110e2ea [2022-09-21T19:32:07.712Z] ---> 76d9567c3409 [2022-09-21T19:32:07.712Z] Step 4/23 : WORKDIR /edgex-go [2022-09-21T19:32:07.712Z] Removing intermediate container 2d6245ef9259 [2022-09-21T19:32:07.712Z] ---> 47d5ae292b5f [2022-09-21T19:32:07.712Z] Step 4/24 : WORKDIR /edgex-go [2022-09-21T19:32:07.712Z] ---> Running in cad29deff691 [2022-09-21T19:32:07.712Z] Removing intermediate container 9f99d3b8b6fb [2022-09-21T19:32:07.712Z] ---> 4abe5e993c00 [2022-09-21T19:32:07.712Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:32:07.712Z] Removing intermediate container 889bbda7f8c5 [2022-09-21T19:32:07.712Z] ---> 575205a52ac2 [2022-09-21T19:32:07.712Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:32:07.712Z] ---> Running in 56acbfdf85bb [2022-09-21T19:32:07.712Z] ---> Running in b4b5c0b2c58a [2022-09-21T19:32:07.712Z] ---> Running in 39b06ee9fd32 [2022-09-21T19:32:07.712Z] Removing intermediate container c4851a2b7fa0 [2022-09-21T19:32:07.712Z] ---> 70f9d410e374 [2022-09-21T19:32:07.712Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:32:07.712Z] ---> Running in 3529cd36c5bf [2022-09-21T19:32:07.979Z] Removing intermediate container cad29deff691 [2022-09-21T19:32:07.980Z] Removing intermediate container 56acbfdf85bb [2022-09-21T19:32:07.980Z] ---> 1a3a4f8fcd2f [2022-09-21T19:32:07.980Z] ---> 8806ce41c1ce [2022-09-21T19:32:07.980Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:32:07.980Z] [2022-09-21T19:32:08.248Z] ---> Running in 9e7bbee39312 [2022-09-21T19:32:08.248Z] ---> Running in 40a3849be5f7 [2022-09-21T19:32:11.591Z] Removing intermediate container b4b5c0b2c58a [2022-09-21T19:32:11.591Z] ---> 0f63e1e56cec [2022-09-21T19:32:11.591Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-09-21T19:32:11.591Z] Removing intermediate container 39b06ee9fd32 [2022-09-21T19:32:11.591Z] ---> Running in 69da50aa4275 [2022-09-21T19:32:11.591Z] ---> 8dd7d1461ee7 [2022-09-21T19:32:11.591Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-09-21T19:32:11.591Z] ---> Running in 06b9395677d9 [2022-09-21T19:32:12.174Z] Removing intermediate container 40a3849be5f7 [2022-09-21T19:32:12.174Z] ---> 568ea34d8ed0 [2022-09-21T19:32:12.174Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-09-21T19:32:12.174Z] Removing intermediate container 9e7bbee39312 [2022-09-21T19:32:12.174Z] ---> 13cf5adc1a32 [2022-09-21T19:32:12.174Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-09-21T19:32:12.174Z] Removing intermediate container 3529cd36c5bf [2022-09-21T19:32:12.174Z] ---> 1379cc738e9f [2022-09-21T19:32:12.174Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-09-21T19:32:12.174Z] ---> Running in 41798f5638e6 [2022-09-21T19:32:12.445Z] ---> Running in 862100f9d2f7 [2022-09-21T19:32:12.445Z] ---> Running in 2c2ba2a18d0b [2022-09-21T19:32:13.407Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:32:13.673Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:32:14.255Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:32:14.255Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:32:14.255Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:32:14.522Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:32:14.522Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:32:15.106Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:32:15.106Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:32:15.372Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:32:15.372Z] OK: 221 MiB in 51 packages [2022-09-21T19:32:15.639Z] OK: 221 MiB in 51 packages [2022-09-21T19:32:16.597Z] OK: 221 MiB in 51 packages [2022-09-21T19:32:16.597Z] OK: 221 MiB in 51 packages [2022-09-21T19:32:16.867Z] OK: 221 MiB in 51 packages [2022-09-21T19:32:17.133Z] Removing intermediate container 69da50aa4275 [2022-09-21T19:32:17.133Z] ---> 0de14a99c8b1 [2022-09-21T19:32:17.133Z] Step 6/26 : COPY go.mod vendor* ./ [2022-09-21T19:32:17.405Z] Removing intermediate container 06b9395677d9 [2022-09-21T19:32:17.405Z] ---> b46be4a8d518 [2022-09-21T19:32:17.405Z] Step 6/33 : COPY go.mod vendor* ./ [2022-09-21T19:32:18.363Z] Removing intermediate container 862100f9d2f7 [2022-09-21T19:32:18.363Z] ---> 8108a79bd7c6 [2022-09-21T19:32:18.363Z] Step 7/23 : COPY go.mod vendor* ./ [2022-09-21T19:32:18.363Z] Removing intermediate container 2c2ba2a18d0b [2022-09-21T19:32:18.363Z] ---> 941a70bd564b [2022-09-21T19:32:18.363Z] Step 6/23 : COPY go.mod vendor* ./ [2022-09-21T19:32:18.630Z] Removing intermediate container 41798f5638e6 [2022-09-21T19:32:18.630Z] ---> 9228222f2022 [2022-09-21T19:32:18.630Z] Step 7/24 : COPY go.mod vendor* ./ [2022-09-21T19:32:18.630Z] ---> e6f66bd27df6 [2022-09-21T19:32:18.630Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:32:18.630Z] ---> 665cd8b6fcf9 [2022-09-21T19:32:18.630Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:32:18.897Z] ---> Running in 05d6736ae5aa [2022-09-21T19:32:18.897Z] ---> Running in a7df4e71821e [2022-09-21T19:32:19.482Z] ---> f16b4e2fcd2d [2022-09-21T19:32:19.482Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:32:19.751Z] ---> Running in 4a20a67e6b58 [2022-09-21T19:32:20.025Z] ---> 19cd275bae58 [2022-09-21T19:32:20.025Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:32:20.025Z] ---> 547d37c0c139 [2022-09-21T19:32:20.025Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:32:20.025Z] ---> Running in 902af761c4f7 [2022-09-21T19:32:20.292Z] ---> Running in 311e85384c53 [2022-09-21T19:33:28.134Z] Removing intermediate container 311e85384c53 [2022-09-21T19:33:28.134Z] ---> 67cb57399ee0 [2022-09-21T19:33:28.134Z] Step 8/23 : COPY . . [2022-09-21T19:33:28.134Z] Removing intermediate container 902af761c4f7 [2022-09-21T19:33:28.134Z] ---> bb9d00d4a22a [2022-09-21T19:33:28.134Z] Step 9/24 : COPY . . [2022-09-21T19:33:28.134Z] Removing intermediate container a7df4e71821e [2022-09-21T19:33:28.134Z] ---> 77e77fcf0a26 [2022-09-21T19:33:28.134Z] Step 8/33 : COPY . . [2022-09-21T19:33:28.134Z] Removing intermediate container 4a20a67e6b58 [2022-09-21T19:33:28.134Z] ---> 267e46040511 [2022-09-21T19:33:28.134Z] Step 9/23 : COPY . . [2022-09-21T19:33:28.134Z] Removing intermediate container 05d6736ae5aa [2022-09-21T19:33:28.134Z] ---> 029acd099231 [2022-09-21T19:33:28.134Z] Step 8/26 : COPY . . [2022-09-21T19:33:40.546Z] ---> 7cac9f400bd1 [2022-09-21T19:33:40.546Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-09-21T19:33:40.546Z] ---> 8345b7b89454 [2022-09-21T19:33:40.546Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-09-21T19:33:40.546Z] ---> ec65eace3cbc [2022-09-21T19:33:40.546Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-09-21T19:33:40.546Z] ---> 41f16d8866f6 [2022-09-21T19:33:40.546Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-09-21T19:33:40.546Z] ---> f1cd0d6fed53 [2022-09-21T19:33:40.546Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-09-21T19:33:40.546Z] ---> Running in 7599db3ce0f6 [2022-09-21T19:33:40.546Z] ---> Running in 3bd9074e620d [2022-09-21T19:33:40.546Z] ---> Running in 4f92ec787b3b [2022-09-21T19:33:40.546Z] ---> Running in 1b7be0ae5c97 [2022-09-21T19:33:40.546Z] ---> Running in 99f23665198f [2022-09-21T19:33:40.546Z] Removing intermediate container 4f92ec787b3b [2022-09-21T19:33:40.546Z] ---> 6362a645944c [2022-09-21T19:33:40.546Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-09-21T19:33:40.546Z] ---> Running in c863ccf60782 [2022-09-21T19:33:41.129Z] Removing intermediate container c863ccf60782 [2022-09-21T19:33:41.129Z] ---> 81c26d940e1c [2022-09-21T19:33:41.129Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-09-21T19:33:41.129Z] ---> Running in 1e6f3a31ffa9 [2022-09-21T19:33:41.719Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-09-21T19:33:42.301Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-09-21T19:33:42.568Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-09-21T19:33:42.835Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-09-21T19:33:44.243Z] Removing intermediate container 1e6f3a31ffa9 [2022-09-21T19:33:44.243Z] ---> 85237d9dded6 [2022-09-21T19:33:44.243Z] Step 12/26 : WORKDIR /edgex-go [2022-09-21T19:33:44.243Z] ---> Running in fc3e39414244 [2022-09-21T19:33:44.509Z] Removing intermediate container fc3e39414244 [2022-09-21T19:33:44.509Z] ---> 174e9978132a [2022-09-21T19:33:44.509Z] [2022-09-21T19:33:44.509Z] Step 13/26 : FROM alpine:3.15 [2022-09-21T19:33:44.776Z] 3.15: Pulling from library/alpine [2022-09-21T19:33:46.218Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-09-21T19:33:46.218Z] Status: Downloaded newer image for alpine:3.15 [2022-09-21T19:33:46.218Z] ---> 02e0d6fdf486 [2022-09-21T19:33:46.218Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-21T19:33:46.484Z] ---> Running in faf2d3b937ed [2022-09-21T19:33:46.754Z] Removing intermediate container faf2d3b937ed [2022-09-21T19:33:46.754Z] ---> 0832608fa45c [2022-09-21T19:33:46.754Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:33:47.020Z] ---> Running in 0af85c35dac1 [2022-09-21T19:33:50.348Z] Removing intermediate container 0af85c35dac1 [2022-09-21T19:33:50.348Z] ---> 796bfff25ad3 [2022-09-21T19:33:50.348Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-09-21T19:33:50.348Z] ---> Running in eabd1e8cfef6 [2022-09-21T19:33:51.747Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:33:52.699Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:33:54.098Z] v3.15.6-76-gc40548a3b8 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-09-21T19:33:54.098Z] v3.15.6-75-g2ba602a0c7 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-09-21T19:33:54.098Z] OK: 15734 distinct packages available [2022-09-21T19:33:54.361Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:33:55.319Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:33:56.722Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-09-21T19:33:56.722Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-09-21T19:33:56.987Z] (3/4) Installing libucontext (1.1-r0) [2022-09-21T19:33:56.987Z] (4/4) Installing gcompat (1.0.0-r4) [2022-09-21T19:33:56.987Z] Executing busybox-1.34.1-r7.trigger [2022-09-21T19:33:56.987Z] OK: 6 MiB in 18 packages [2022-09-21T19:33:58.926Z] Removing intermediate container eabd1e8cfef6 [2022-09-21T19:33:58.926Z] ---> 9fb57afe07c0 [2022-09-21T19:33:58.926Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-09-21T19:34:05.550Z] ---> 1d1c5305b37d [2022-09-21T19:34:05.550Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-09-21T19:34:05.550Z] ---> 52690b7bd254 [2022-09-21T19:34:05.550Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-09-21T19:34:05.550Z] ---> Running in ef31d57c3262 [2022-09-21T19:34:05.814Z] Removing intermediate container ef31d57c3262 [2022-09-21T19:34:05.814Z] ---> 0c31d1a980a6 [2022-09-21T19:34:05.814Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-09-21T19:34:06.766Z] ---> 4af3845398f1 [2022-09-21T19:34:06.766Z] Step 21/26 : WORKDIR / [2022-09-21T19:34:06.766Z] ---> Running in 80db66a2fe80 [2022-09-21T19:34:07.343Z] Removing intermediate container 80db66a2fe80 [2022-09-21T19:34:07.343Z] ---> 6375f60d55e6 [2022-09-21T19:34:07.343Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-09-21T19:34:07.343Z] ---> Running in a19845f63bf1 [2022-09-21T19:34:07.921Z] Removing intermediate container a19845f63bf1 [2022-09-21T19:34:07.921Z] ---> e5b3a831f969 [2022-09-21T19:34:07.921Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-09-21T19:34:07.921Z] ---> Running in fb16747352ae [2022-09-21T19:34:08.499Z] Removing intermediate container fb16747352ae [2022-09-21T19:34:08.499Z] ---> 7c92225d6c9b [2022-09-21T19:34:08.499Z] Step 24/26 : LABEL arch=arm64 [2022-09-21T19:34:08.499Z] ---> Running in 3f238727c4a7 [2022-09-21T19:34:09.076Z] Removing intermediate container 3f238727c4a7 [2022-09-21T19:34:09.076Z] ---> 575c84f090d8 [2022-09-21T19:34:09.076Z] Step 25/26 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:34:09.076Z] ---> Running in 1c0977576a8a [2022-09-21T19:34:09.341Z] Removing intermediate container 1c0977576a8a [2022-09-21T19:34:09.341Z] ---> 72046f7e4f09 [2022-09-21T19:34:09.341Z] Step 26/26 : LABEL version=0.0.0 [2022-09-21T19:34:09.341Z] ---> Running in 85d6a4eb8af8 [2022-09-21T19:34:09.922Z] Removing intermediate container 85d6a4eb8af8 [2022-09-21T19:34:09.922Z] ---> ad2240a1c0c0 [2022-09-21T19:34:09.922Z] [2022-09-21T19:34:10.195Z] Successfully built ad2240a1c0c0 [2022-09-21T19:34:10.195Z] Successfully tagged security-spire-config-arm64:latest [2022-09-21T19:34:10.195Z] Building core-metadata [2022-09-21T19:34:25.151Z]  Building security-spire-config ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:34:25.151Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:34:25.151Z] ---> c36b7483727c [2022-09-21T19:34:25.151Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-09-21T19:34:25.151Z] ---> Using cache [2022-09-21T19:34:25.151Z] ---> 47d5ae292b5f [2022-09-21T19:34:25.151Z] Step 4/25 : WORKDIR /edgex-go [2022-09-21T19:34:25.151Z] ---> Using cache [2022-09-21T19:34:25.151Z] ---> 1a3a4f8fcd2f [2022-09-21T19:34:25.151Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:34:25.151Z] ---> Using cache [2022-09-21T19:34:25.151Z] ---> 568ea34d8ed0 [2022-09-21T19:34:25.151Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-09-21T19:34:25.151Z] ---> Using cache [2022-09-21T19:34:25.151Z] ---> 9228222f2022 [2022-09-21T19:34:25.151Z] Step 7/25 : COPY go.mod vendor* ./ [2022-09-21T19:34:25.151Z] ---> Using cache [2022-09-21T19:34:25.151Z] ---> 19cd275bae58 [2022-09-21T19:34:25.151Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:34:25.151Z] ---> Using cache [2022-09-21T19:34:25.151Z] ---> bb9d00d4a22a [2022-09-21T19:34:25.152Z] Step 9/25 : COPY . . [2022-09-21T19:34:25.152Z] ---> Using cache [2022-09-21T19:34:25.152Z] ---> f1cd0d6fed53 [2022-09-21T19:34:25.152Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-09-21T19:34:25.152Z] ---> Running in 8e8607ddf2f4 [2022-09-21T19:34:27.095Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-09-21T19:38:48.876Z] Removing intermediate container 7599db3ce0f6 [2022-09-21T19:38:48.876Z] ---> 4f69a111c4d5 [2022-09-21T19:38:48.876Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-09-21T19:38:48.876Z] ---> Running in b64373262e5d [2022-09-21T19:38:49.836Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-09-21T19:38:55.165Z] Removing intermediate container b64373262e5d [2022-09-21T19:38:55.165Z] ---> b017ae16e18a [2022-09-21T19:38:55.165Z] [2022-09-21T19:38:55.165Z] Step 11/23 : FROM alpine:3.16 [2022-09-21T19:38:55.435Z] 3.16: Pulling from library/alpine [2022-09-21T19:38:57.374Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-09-21T19:38:57.374Z] Status: Downloaded newer image for alpine:3.16 [2022-09-21T19:38:57.374Z] ---> a6215f271958 [2022-09-21T19:38:57.374Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-09-21T19:38:57.374Z] ---> Running in 0193a12e3e3f [2022-09-21T19:38:57.641Z] Removing intermediate container 0193a12e3e3f [2022-09-21T19:38:57.641Z] ---> ca1233b80135 [2022-09-21T19:38:57.641Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-09-21T19:38:57.641Z] ---> Running in 154d15280391 [2022-09-21T19:38:59.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:38:59.847Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:39:01.251Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-09-21T19:39:01.251Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-09-21T19:39:01.523Z] (3/33) Installing readline (8.1.2-r0) [2022-09-21T19:39:01.523Z] (4/33) Installing bash (5.1.16-r2) [2022-09-21T19:39:01.523Z] Executing bash-5.1.16-r2.post-install [2022-09-21T19:39:01.523Z] (5/33) Installing ca-certificates (20220614-r0) [2022-09-21T19:39:01.523Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-09-21T19:39:01.789Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-09-21T19:39:01.789Z] (8/33) Installing libcurl (7.83.1-r3) [2022-09-21T19:39:01.789Z] (9/33) Installing curl (7.83.1-r3) [2022-09-21T19:39:01.789Z] (10/33) Installing docker-cli (20.10.18-r0) [2022-09-21T19:39:03.191Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-09-21T19:39:03.191Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-09-21T19:39:03.191Z] (13/33) Installing expat (2.4.9-r0) [2022-09-21T19:39:03.191Z] (14/33) Installing libffi (3.4.2-r1) [2022-09-21T19:39:03.191Z] (15/33) Installing gdbm (1.23-r0) [2022-09-21T19:39:03.191Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-09-21T19:39:03.191Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-09-21T19:39:03.191Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-09-21T19:39:03.191Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-09-21T19:39:03.191Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-09-21T19:39:03.457Z] (21/33) Installing python3 (3.10.5-r0) [2022-09-21T19:39:06.805Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-09-21T19:39:06.805Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-09-21T19:39:06.805Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-09-21T19:39:06.805Z] (25/33) Installing py3-six (1.16.0-r1) [2022-09-21T19:39:06.805Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-09-21T19:39:06.805Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-09-21T19:39:06.805Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-09-21T19:39:06.805Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-09-21T19:39:06.805Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-09-21T19:39:06.805Z] (31/33) Installing py3-packaging (21.3-r0) [2022-09-21T19:39:06.805Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-09-21T19:39:06.805Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-09-21T19:39:07.766Z] Removing intermediate container 1b7be0ae5c97 [2022-09-21T19:39:07.766Z] ---> bc72cb289eae [2022-09-21T19:39:07.766Z] [2022-09-21T19:39:07.766Z] Step 10/33 : FROM alpine:3.16 [2022-09-21T19:39:07.766Z] ---> a6215f271958 [2022-09-21T19:39:07.766Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-21T19:39:08.032Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:39:08.032Z] ---> Running in 047da439164d [2022-09-21T19:39:08.032Z] Executing ca-certificates-20220614-r0.trigger [2022-09-21T19:39:08.612Z] OK: 120 MiB in 47 packages [2022-09-21T19:39:08.612Z] Removing intermediate container 047da439164d [2022-09-21T19:39:08.612Z] ---> 93ff887b4ea9 [2022-09-21T19:39:08.612Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-09-21T19:39:08.612Z] ---> Running in 7635dfbe4b36 [2022-09-21T19:39:10.547Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:39:10.812Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:39:12.230Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-09-21T19:39:12.230Z] (2/2) Installing su-exec (0.2-r1) [2022-09-21T19:39:12.230Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:39:12.230Z] OK: 5 MiB in 16 packages [2022-09-21T19:39:13.638Z] Removing intermediate container 7635dfbe4b36 [2022-09-21T19:39:13.638Z] ---> b55f3e1b50ab [2022-09-21T19:39:13.638Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-09-21T19:39:13.638Z] ---> Running in e1bc7d479cbb [2022-09-21T19:39:13.910Z] Removing intermediate container e1bc7d479cbb [2022-09-21T19:39:14.176Z] ---> e422e78cb8ff [2022-09-21T19:39:14.176Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-09-21T19:39:14.176Z] ---> Running in 5270a4806fbb [2022-09-21T19:39:14.760Z] Removing intermediate container 5270a4806fbb [2022-09-21T19:39:14.760Z] ---> 4d6ae1183c13 [2022-09-21T19:39:14.760Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-09-21T19:39:14.760Z] ---> Running in ea16a7a29cbd [2022-09-21T19:39:15.343Z] Removing intermediate container ea16a7a29cbd [2022-09-21T19:39:15.343Z] ---> 21f8cdde25a6 [2022-09-21T19:39:15.343Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-09-21T19:39:15.343Z] ---> Running in 9dfe3f71fc94 [2022-09-21T19:39:15.942Z] Removing intermediate container 9dfe3f71fc94 [2022-09-21T19:39:15.942Z] ---> a1171953cac9 [2022-09-21T19:39:15.942Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-09-21T19:39:16.208Z] ---> Running in 80e3f32557cf [2022-09-21T19:39:19.539Z] Removing intermediate container 80e3f32557cf [2022-09-21T19:39:19.539Z] ---> b64bd9239512 [2022-09-21T19:39:19.539Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-09-21T19:39:19.539Z] ---> Running in 3405df712700 [2022-09-21T19:39:19.539Z] Removing intermediate container 3405df712700 [2022-09-21T19:39:19.539Z] ---> 949d9518e267 [2022-09-21T19:39:19.539Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-09-21T19:39:20.495Z] ---> 409f6acbf612 [2022-09-21T19:39:20.495Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-09-21T19:39:20.495Z] ---> Running in f58f7b631cdd [2022-09-21T19:39:24.748Z] Removing intermediate container f58f7b631cdd [2022-09-21T19:39:24.748Z] ---> 4b93e7300950 [2022-09-21T19:39:24.748Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:39:25.328Z] Collecting docker-compose==1.23.2 [2022-09-21T19:39:25.328Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-09-21T19:39:25.328Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 8.4 MB/s eta 0:00:00 [2022-09-21T19:39:25.913Z] ---> c524942cfa42 [2022-09-21T19:39:25.913Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-09-21T19:39:27.321Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-09-21T19:39:27.321Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-09-21T19:39:27.321Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 15.7 MB/s eta 0:00:00 [2022-09-21T19:39:27.901Z] Collecting docker<4.0,>=3.6.0 [2022-09-21T19:39:27.901Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-09-21T19:39:27.901Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 11.1 MB/s eta 0:00:00 [2022-09-21T19:39:27.901Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-09-21T19:39:28.493Z] Collecting jsonschema<3,>=2.5.1 [2022-09-21T19:39:28.493Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-09-21T19:39:28.768Z] Collecting docopt<0.7,>=0.6.1 [2022-09-21T19:39:28.768Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-09-21T19:39:28.768Z] ---> dec994ee2915 [2022-09-21T19:39:28.768Z] Preparing metadata (setup.py): started [2022-09-21T19:39:28.768Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-09-21T19:39:30.174Z] ---> ecaf96b8782f [2022-09-21T19:39:30.174Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-09-21T19:39:31.153Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-21T19:39:31.153Z] Removing intermediate container 99f23665198f [2022-09-21T19:39:31.153Z] ---> 79c7b8ed55ae [2022-09-21T19:39:31.153Z] [2022-09-21T19:39:31.153Z] Step 11/24 : FROM alpine:3.16 [2022-09-21T19:39:31.153Z] ---> a6215f271958 [2022-09-21T19:39:31.153Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-09-21T19:39:31.429Z] ---> Running in 4ec5ec404166 [2022-09-21T19:39:31.429Z] ---> e7ff5caf85fb [2022-09-21T19:39:31.429Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-09-21T19:39:32.027Z] Collecting PyYAML<4,>=3.10 [2022-09-21T19:39:32.293Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-09-21T19:39:32.293Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 13.9 MB/s eta 0:00:00 [2022-09-21T19:39:32.874Z] ---> 22a190d1f447 [2022-09-21T19:39:32.874Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-09-21T19:39:33.456Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:39:33.724Z] ---> 4881bece8238 [2022-09-21T19:39:33.724Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-09-21T19:39:33.990Z] Preparing metadata (setup.py): started [2022-09-21T19:39:33.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:39:34.572Z] ---> 40cbe7698e42 [2022-09-21T19:39:34.572Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-09-21T19:39:34.839Z] ---> Running in ee7e025b02ff [2022-09-21T19:39:35.419Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-09-21T19:39:35.419Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:39:35.419Z] OK: 5 MiB in 15 packages [2022-09-21T19:39:36.821Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-21T19:39:37.088Z] Removing intermediate container 4ec5ec404166 [2022-09-21T19:39:37.088Z] ---> dc098171fcea [2022-09-21T19:39:37.088Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-21T19:39:37.352Z] ---> Running in d116a6cf4145 [2022-09-21T19:39:37.617Z] Collecting websocket-client<1.0,>=0.32.0 [2022-09-21T19:39:37.617Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-09-21T19:39:37.617Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 17.3 MB/s eta 0:00:00 [2022-09-21T19:39:37.882Z] Collecting cached-property<2,>=1.2.0 [2022-09-21T19:39:37.882Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-09-21T19:39:38.147Z] Collecting dockerpty<0.5,>=0.4.1 [2022-09-21T19:39:38.147Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-09-21T19:39:38.147Z] Removing intermediate container d116a6cf4145 [2022-09-21T19:39:38.147Z] ---> 99a40122fb18 [2022-09-21T19:39:38.147Z] Step 14/24 : ENV APP_PORT=59882 [2022-09-21T19:39:38.147Z] Preparing metadata (setup.py): started [2022-09-21T19:39:38.412Z] Removing intermediate container ee7e025b02ff [2022-09-21T19:39:38.412Z] ---> 24bba94423b1 [2022-09-21T19:39:38.412Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-09-21T19:39:38.412Z] ---> Running in cda2bac2be7a [2022-09-21T19:39:38.412Z] ---> Running in cec175c4039c [2022-09-21T19:39:39.130Z] Removing intermediate container cec175c4039c [2022-09-21T19:39:39.130Z] ---> 1d1b74d8e807 [2022-09-21T19:39:39.130Z] Step 30/33 : CMD ["gate"] [2022-09-21T19:39:39.130Z] Removing intermediate container cda2bac2be7a [2022-09-21T19:39:39.130Z] ---> 38fa4aee04ab [2022-09-21T19:39:39.130Z] Step 15/24 : EXPOSE $APP_PORT [2022-09-21T19:39:39.130Z] ---> Running in 1fea07519503 [2022-09-21T19:39:39.130Z] ---> Running in d54cb809e85f [2022-09-21T19:39:39.746Z] Removing intermediate container d54cb809e85f [2022-09-21T19:39:39.746Z] ---> 9f8c673ba7c9 [2022-09-21T19:39:39.746Z] Step 16/24 : WORKDIR / [2022-09-21T19:39:39.746Z] Removing intermediate container 1fea07519503 [2022-09-21T19:39:39.746Z] ---> fe5003f98847 [2022-09-21T19:39:39.746Z] Step 31/33 : LABEL arch=arm64 [2022-09-21T19:39:40.022Z] ---> Running in a1c155563a78 [2022-09-21T19:39:40.022Z] ---> Running in cb80e972c9e1 [2022-09-21T19:39:40.673Z] Removing intermediate container a1c155563a78 [2022-09-21T19:39:40.673Z] ---> 4ad7d23dd697 [2022-09-21T19:39:40.673Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:39:40.673Z] Removing intermediate container cb80e972c9e1 [2022-09-21T19:39:40.673Z] ---> f9571851e8d2 [2022-09-21T19:39:40.673Z] Step 32/33 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:39:40.673Z] ---> Running in ee7dac8bf65c [2022-09-21T19:39:41.725Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-21T19:39:41.725Z] Removing intermediate container ee7dac8bf65c [2022-09-21T19:39:41.725Z] ---> 223233a93d9f [2022-09-21T19:39:41.725Z] Step 33/33 : LABEL version=0.0.0 [2022-09-21T19:39:41.725Z] Collecting texttable<0.10,>=0.9.0 [2022-09-21T19:39:41.725Z] ---> Running in 7aaccc68437a [2022-09-21T19:39:41.725Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-09-21T19:39:41.725Z] ---> 49577e457522 [2022-09-21T19:39:41.725Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-09-21T19:39:41.726Z] Preparing metadata (setup.py): started [2022-09-21T19:39:42.312Z] Removing intermediate container 7aaccc68437a [2022-09-21T19:39:42.312Z] ---> 1316950b6e48 [2022-09-21T19:39:42.312Z] [2022-09-21T19:39:43.294Z] Successfully built 1316950b6e48 [2022-09-21T19:39:43.294Z] Successfully tagged security-bootstrapper-arm64:latest [2022-09-21T19:39:43.294Z]  Building security-bootstrapper ... done Building security-proxy-setup [2022-09-21T19:39:43.892Z] ---> c01c9aa3d3cf [2022-09-21T19:39:43.892Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-09-21T19:39:44.157Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-21T19:39:44.734Z] ---> 4fcb365a7702 [2022-09-21T19:39:44.734Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-09-21T19:39:44.734Z] ---> Running in b3976aabf67e [2022-09-21T19:39:45.001Z] Collecting docker-pycreds>=0.4.0 [2022-09-21T19:39:45.001Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-09-21T19:39:45.266Z] Removing intermediate container b3976aabf67e [2022-09-21T19:39:45.266Z] ---> 5117f11aba6c [2022-09-21T19:39:45.266Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:39:45.266Z] ---> Running in 61d21c09cb00 [2022-09-21T19:39:45.533Z] Collecting chardet<3.1.0,>=3.0.2 [2022-09-21T19:39:45.533Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-09-21T19:39:45.533Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 18.5 MB/s eta 0:00:00 [2022-09-21T19:39:45.799Z] Removing intermediate container 61d21c09cb00 [2022-09-21T19:39:45.799Z] ---> eaccdb7adae5 [2022-09-21T19:39:45.799Z] Step 22/24 : LABEL arch=arm64 [2022-09-21T19:39:46.064Z] ---> Running in e70ebef5292c [2022-09-21T19:39:46.356Z] Collecting urllib3<1.25,>=1.21.1 [2022-09-21T19:39:46.622Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-09-21T19:39:46.622Z] Removing intermediate container e70ebef5292c [2022-09-21T19:39:46.622Z] ---> 95834c252fee [2022-09-21T19:39:46.622Z] Step 23/24 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:39:46.622Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 7.9 MB/s eta 0:00:00 [2022-09-21T19:39:46.622Z] ---> Running in e936ecbaf856 [2022-09-21T19:39:47.212Z] Collecting certifi>=2017.4.17 [2022-09-21T19:39:47.212Z] Downloading certifi-2022.9.14-py3-none-any.whl (162 kB) [2022-09-21T19:39:47.212Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 13.6 MB/s eta 0:00:00 [2022-09-21T19:39:47.212Z] Removing intermediate container e936ecbaf856 [2022-09-21T19:39:47.212Z] ---> a04a312ec4a6 [2022-09-21T19:39:47.212Z] Step 24/24 : LABEL version=0.0.0 [2022-09-21T19:39:47.478Z] ---> Running in 0930422e5873 [2022-09-21T19:39:47.478Z] Collecting idna<2.8,>=2.5 [2022-09-21T19:39:47.743Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-09-21T19:39:47.743Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 16.3 MB/s eta 0:00:00 [2022-09-21T19:39:47.743Z] Removing intermediate container 0930422e5873 [2022-09-21T19:39:47.743Z] ---> ec6e0276fb6a [2022-09-21T19:39:47.743Z] [2022-09-21T19:39:48.008Z] Successfully built ec6e0276fb6a [2022-09-21T19:39:48.008Z] Successfully tagged core-command-arm64:latest [2022-09-21T19:39:48.008Z] Building support-notifications [2022-09-21T19:39:48.274Z]  Building core-command ... done Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-09-21T19:39:48.274Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-09-21T19:39:48.274Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-09-21T19:39:48.274Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-09-21T19:39:49.229Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-09-21T19:39:49.229Z] Running setup.py install for texttable: started [2022-09-21T19:39:51.165Z] Running setup.py install for texttable: finished with status 'done' [2022-09-21T19:39:51.165Z] Running setup.py install for PyYAML: started [2022-09-21T19:39:54.499Z] Running setup.py install for PyYAML: finished with status 'done' [2022-09-21T19:39:55.903Z] Running setup.py install for docopt: started [2022-09-21T19:39:58.471Z] Running setup.py install for docopt: finished with status 'done' [2022-09-21T19:40:01.808Z] Running setup.py install for dockerpty: started [2022-09-21T19:40:05.148Z] Running setup.py install for dockerpty: finished with status 'done' [2022-09-21T19:40:08.485Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:40:08.485Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:40:08.485Z] ---> c36b7483727c [2022-09-21T19:40:08.485Z] Step 3/22 : WORKDIR /edgex-go [2022-09-21T19:40:08.485Z] ---> Using cache [2022-09-21T19:40:08.485Z] ---> 70f9d410e374 [2022-09-21T19:40:08.485Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:40:08.485Z] ---> Using cache [2022-09-21T19:40:08.485Z] ---> 1379cc738e9f [2022-09-21T19:40:08.485Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-09-21T19:40:09.067Z] ---> Running in f67cae3e8225 [2022-09-21T19:40:09.332Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.14 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-09-21T19:40:09.332Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-09-21T19:40:11.268Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:40:11.848Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:40:11.848Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:40:11.848Z] ---> c36b7483727c [2022-09-21T19:40:11.848Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-09-21T19:40:11.848Z] ---> Using cache [2022-09-21T19:40:11.848Z] ---> 47d5ae292b5f [2022-09-21T19:40:11.848Z] Step 4/23 : WORKDIR /edgex-go [2022-09-21T19:40:11.848Z] ---> Using cache [2022-09-21T19:40:11.848Z] ---> 1a3a4f8fcd2f [2022-09-21T19:40:11.848Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:40:11.848Z] ---> Using cache [2022-09-21T19:40:11.848Z] ---> 568ea34d8ed0 [2022-09-21T19:40:11.848Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-09-21T19:40:12.115Z] ---> Running in ad1732a93359 [2022-09-21T19:40:12.115Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:40:13.523Z] OK: 221 MiB in 51 packages [2022-09-21T19:40:14.931Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:40:15.196Z] Removing intermediate container f67cae3e8225 [2022-09-21T19:40:15.196Z] ---> e9fe40f6da4d [2022-09-21T19:40:15.196Z] Step 6/22 : COPY go.mod vendor* ./ [2022-09-21T19:40:15.775Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:40:16.728Z] ---> a1bc2ff3ceef [2022-09-21T19:40:16.728Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:40:16.728Z] ---> Running in d4f42ca496e7 [2022-09-21T19:40:16.728Z] OK: 221 MiB in 51 packages [2022-09-21T19:40:19.304Z] Removing intermediate container ad1732a93359 [2022-09-21T19:40:19.304Z] ---> dd01811c57ec [2022-09-21T19:40:19.304Z] Step 7/23 : COPY go.mod vendor* ./ [2022-09-21T19:40:20.702Z] ---> fa604c456e3a [2022-09-21T19:40:20.702Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:40:20.702Z] ---> Running in c6ad74d72315 [2022-09-21T19:40:32.994Z] Removing intermediate container 154d15280391 [2022-09-21T19:40:32.994Z] ---> cda7ae4c3349 [2022-09-21T19:40:32.994Z] Step 14/23 : ENV APP_PORT=58890 [2022-09-21T19:40:32.994Z] ---> Running in e68c7d24641d [2022-09-21T19:40:33.579Z] Removing intermediate container e68c7d24641d [2022-09-21T19:40:33.579Z] ---> 2f664bf9def8 [2022-09-21T19:40:33.579Z] Step 15/23 : EXPOSE $APP_PORT [2022-09-21T19:40:33.857Z] ---> Running in 889b530d1d3a [2022-09-21T19:40:34.479Z] Removing intermediate container 8e8607ddf2f4 [2022-09-21T19:40:34.479Z] ---> ab3d8eed4c5b [2022-09-21T19:40:34.479Z] [2022-09-21T19:40:34.479Z] Step 11/25 : FROM alpine:3.16 [2022-09-21T19:40:34.479Z] ---> a6215f271958 [2022-09-21T19:40:34.479Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-09-21T19:40:34.479Z] ---> Using cache [2022-09-21T19:40:34.479Z] ---> dc098171fcea [2022-09-21T19:40:34.479Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-21T19:40:34.479Z] ---> Using cache [2022-09-21T19:40:34.479Z] ---> 99a40122fb18 [2022-09-21T19:40:34.479Z] Step 14/25 : ENV APP_PORT=59881 [2022-09-21T19:40:34.479Z] Removing intermediate container 889b530d1d3a [2022-09-21T19:40:34.479Z] ---> 7049fe3b7d27 [2022-09-21T19:40:34.479Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-09-21T19:40:34.479Z] ---> Running in 953d32da6466 [2022-09-21T19:40:35.439Z] Removing intermediate container 953d32da6466 [2022-09-21T19:40:35.439Z] ---> 24f2d2f50605 [2022-09-21T19:40:35.439Z] Step 15/25 : EXPOSE $APP_PORT [2022-09-21T19:40:35.439Z] ---> Running in 8298b32fc761 [2022-09-21T19:40:36.408Z] Removing intermediate container 8298b32fc761 [2022-09-21T19:40:36.408Z] ---> 4208ced04a8e [2022-09-21T19:40:36.408Z] Step 16/25 : WORKDIR / [2022-09-21T19:40:36.408Z] ---> Running in c603107846ab [2022-09-21T19:40:36.683Z] ---> 8f49412f552d [2022-09-21T19:40:36.683Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-09-21T19:40:37.266Z] Removing intermediate container c603107846ab [2022-09-21T19:40:37.266Z] ---> 1a6a72845373 [2022-09-21T19:40:37.266Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:40:37.847Z] ---> e85d17b3f494 [2022-09-21T19:40:37.847Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-09-21T19:40:38.804Z] ---> 92c5f8deaf02 [2022-09-21T19:40:38.804Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-09-21T19:40:39.087Z] ---> da15eb99fb5e [2022-09-21T19:40:39.087Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-09-21T19:40:39.353Z] ---> Running in f6fd35753d0c [2022-09-21T19:40:39.943Z] Removing intermediate container f6fd35753d0c [2022-09-21T19:40:39.943Z] ---> 37af2164e947 [2022-09-21T19:40:39.943Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:40:40.212Z] ---> Running in ac1e167eb720 [2022-09-21T19:40:40.796Z] Removing intermediate container ac1e167eb720 [2022-09-21T19:40:40.796Z] ---> 1d06cf9168c8 [2022-09-21T19:40:40.796Z] Step 21/23 : LABEL arch=arm64 [2022-09-21T19:40:41.073Z] ---> Running in 935393775eee [2022-09-21T19:40:41.340Z] ---> 2293d38cefd9 [2022-09-21T19:40:41.340Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-09-21T19:40:41.923Z] Removing intermediate container 935393775eee [2022-09-21T19:40:41.923Z] ---> 6043f765552f [2022-09-21T19:40:41.923Z] Step 22/23 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:40:42.211Z] ---> Running in e8bad8946516 [2022-09-21T19:40:42.491Z] ---> f7dad893c669 [2022-09-21T19:40:42.491Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-09-21T19:40:42.757Z] Removing intermediate container e8bad8946516 [2022-09-21T19:40:42.757Z] ---> 553bef6fe298 [2022-09-21T19:40:42.757Z] Step 23/23 : LABEL version=0.0.0 [2022-09-21T19:40:43.025Z] ---> Running in 96c86ac40f55 [2022-09-21T19:40:43.613Z] ---> 62230bf76f58 [2022-09-21T19:40:43.613Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-09-21T19:40:43.613Z] Removing intermediate container 96c86ac40f55 [2022-09-21T19:40:43.613Z] ---> 3a38fd8f58a3 [2022-09-21T19:40:43.613Z] [2022-09-21T19:40:43.613Z] ---> Running in 79fc1ade9b80 [2022-09-21T19:40:44.196Z] Successfully built 3a38fd8f58a3 [2022-09-21T19:40:44.196Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-09-21T19:40:44.196Z] Building security-spiffe-token-provider [2022-09-21T19:40:44.463Z]  Building sys-mgmt-agent ... done Removing intermediate container 79fc1ade9b80 [2022-09-21T19:40:44.463Z] ---> 773f4cda9169 [2022-09-21T19:40:44.463Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:40:44.731Z] ---> Running in ad1841781ba8 [2022-09-21T19:40:45.311Z] Removing intermediate container ad1841781ba8 [2022-09-21T19:40:45.311Z] ---> 38b134df9a37 [2022-09-21T19:40:45.311Z] Step 23/25 : LABEL arch=arm64 [2022-09-21T19:40:45.311Z] ---> Running in c8a2b165cc22 [2022-09-21T19:40:45.892Z] Removing intermediate container c8a2b165cc22 [2022-09-21T19:40:45.892Z] ---> 77a5cdad4055 [2022-09-21T19:40:45.892Z] Step 24/25 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:40:45.892Z] ---> Running in e5a5cef835e9 [2022-09-21T19:40:46.501Z] Removing intermediate container e5a5cef835e9 [2022-09-21T19:40:46.501Z] ---> 474b54692cdb [2022-09-21T19:40:46.501Z] Step 25/25 : LABEL version=0.0.0 [2022-09-21T19:40:46.768Z] ---> Running in 499e6e569c1d [2022-09-21T19:40:47.727Z] Removing intermediate container 499e6e569c1d [2022-09-21T19:40:47.727Z] ---> b4cb798e8900 [2022-09-21T19:40:47.727Z] [2022-09-21T19:40:47.994Z] Successfully built b4cb798e8900 [2022-09-21T19:40:48.261Z] Successfully tagged core-metadata-arm64:latest [2022-09-21T19:40:48.261Z]  Building core-metadata ... done Building security-secretstore-setup [2022-09-21T19:41:06.459Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:41:06.459Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:41:06.459Z] ---> c36b7483727c [2022-09-21T19:41:06.459Z] Step 3/20 : WORKDIR /edgex-go [2022-09-21T19:41:06.459Z] ---> Using cache [2022-09-21T19:41:06.459Z] ---> 70f9d410e374 [2022-09-21T19:41:06.459Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-09-21T19:41:07.862Z] ---> Running in c9e78b2f45aa [2022-09-21T19:41:09.260Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:41:09.838Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:41:10.806Z] v3.16.2-193-g9da6059f45 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-09-21T19:41:10.806Z] v3.16.2-191-gc8e9e5baa8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-09-21T19:41:10.806Z] OK: 16895 distinct packages available [2022-09-21T19:41:10.806Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:41:10.806Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:41:10.806Z] ---> c36b7483727c [2022-09-21T19:41:10.806Z] Step 3/25 : WORKDIR /edgex-go [2022-09-21T19:41:10.806Z] ---> Using cache [2022-09-21T19:41:10.806Z] ---> 70f9d410e374 [2022-09-21T19:41:10.806Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:41:10.806Z] ---> Using cache [2022-09-21T19:41:10.806Z] ---> 1379cc738e9f [2022-09-21T19:41:10.806Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-09-21T19:41:10.806Z] ---> Using cache [2022-09-21T19:41:10.806Z] ---> e9fe40f6da4d [2022-09-21T19:41:10.806Z] Step 6/25 : COPY go.mod vendor* ./ [2022-09-21T19:41:10.806Z] ---> Using cache [2022-09-21T19:41:10.806Z] ---> a1bc2ff3ceef [2022-09-21T19:41:10.806Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:41:11.074Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:41:11.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:41:11.607Z] ---> Running in a1774da10364 [2022-09-21T19:41:12.560Z] OK: 221 MiB in 51 packages [2022-09-21T19:41:14.501Z] Removing intermediate container c9e78b2f45aa [2022-09-21T19:41:14.501Z] ---> 4f7220256a17 [2022-09-21T19:41:14.501Z] Step 5/20 : COPY go.mod vendor* ./ [2022-09-21T19:41:15.907Z] ---> badf451640ab [2022-09-21T19:41:15.907Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:41:16.179Z] ---> Running in 088b72be5f72 [2022-09-21T19:41:22.815Z] Removing intermediate container d4f42ca496e7 [2022-09-21T19:41:22.815Z] ---> b4c81e908e6b [2022-09-21T19:41:22.815Z] Step 8/22 : COPY . . [2022-09-21T19:41:24.747Z] Removing intermediate container c6ad74d72315 [2022-09-21T19:41:24.747Z] ---> 4b24a0f6e1f9 [2022-09-21T19:41:24.747Z] Step 9/23 : COPY . . [2022-09-21T19:41:39.750Z] ---> 26d0fa61a78a [2022-09-21T19:41:39.750Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-09-21T19:41:39.750Z] ---> Running in 68cf767c42fa [2022-09-21T19:41:40.333Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-09-21T19:41:46.962Z] ---> aef77eb39fb9 [2022-09-21T19:41:47.227Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-09-21T19:41:47.227Z] Removing intermediate container 3bd9074e620d [2022-09-21T19:41:47.227Z] ---> 54829ac73e34 [2022-09-21T19:41:47.227Z] [2022-09-21T19:41:47.227Z] Step 11/23 : FROM alpine:3.16 [2022-09-21T19:41:47.227Z] ---> a6215f271958 [2022-09-21T19:41:47.227Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-09-21T19:41:47.227Z] ---> Using cache [2022-09-21T19:41:47.227Z] ---> dc098171fcea [2022-09-21T19:41:47.227Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-21T19:41:47.227Z] ---> Using cache [2022-09-21T19:41:47.227Z] ---> 99a40122fb18 [2022-09-21T19:41:47.227Z] Step 14/23 : ENV APP_PORT=59861 [2022-09-21T19:41:47.495Z] ---> Running in 4402b0637224 [2022-09-21T19:41:47.495Z] ---> Running in 808e889ad9bf [2022-09-21T19:41:48.462Z] Removing intermediate container 808e889ad9bf [2022-09-21T19:41:48.462Z] ---> d37a94a3f9f1 [2022-09-21T19:41:48.462Z] Step 15/23 : EXPOSE $APP_PORT [2022-09-21T19:41:48.462Z] ---> Running in 06f64926e64b [2022-09-21T19:41:49.418Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-09-21T19:41:49.418Z] Removing intermediate container 06f64926e64b [2022-09-21T19:41:49.418Z] ---> cfe7da06874d [2022-09-21T19:41:49.418Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:41:51.354Z] ---> 452e8c41c4d7 [2022-09-21T19:41:51.354Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-09-21T19:41:56.677Z] ---> 8364d35bb2a6 [2022-09-21T19:41:56.677Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-09-21T19:41:58.608Z] ---> 1dec5a69d004 [2022-09-21T19:41:58.608Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-09-21T19:41:58.608Z] ---> Running in 63dc56394fc0 [2022-09-21T19:41:59.187Z] Removing intermediate container 63dc56394fc0 [2022-09-21T19:41:59.187Z] ---> 7a80fc297b93 [2022-09-21T19:41:59.187Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:41:59.454Z] ---> Running in f8e9b82127b5 [2022-09-21T19:42:00.855Z] Removing intermediate container f8e9b82127b5 [2022-09-21T19:42:00.855Z] ---> 660344b614a2 [2022-09-21T19:42:00.855Z] Step 21/23 : LABEL arch=arm64 [2022-09-21T19:42:00.855Z] ---> Running in bde4667e0133 [2022-09-21T19:42:01.813Z] Removing intermediate container bde4667e0133 [2022-09-21T19:42:01.813Z] ---> c0889cd2ffc8 [2022-09-21T19:42:01.813Z] Step 22/23 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:42:02.175Z] ---> Running in 0d5ce4c91778 [2022-09-21T19:42:03.157Z] Removing intermediate container 0d5ce4c91778 [2022-09-21T19:42:03.157Z] ---> 89ed819cf4d2 [2022-09-21T19:42:03.157Z] Step 23/23 : LABEL version=0.0.0 [2022-09-21T19:42:03.469Z] ---> Running in 51b38d4b8901 [2022-09-21T19:42:04.941Z] Removing intermediate container 51b38d4b8901 [2022-09-21T19:42:04.941Z] ---> 8a79b883862e [2022-09-21T19:42:04.941Z] [2022-09-21T19:42:05.538Z] Successfully built 8a79b883862e [2022-09-21T19:42:05.538Z] Successfully tagged support-scheduler-arm64:latest [2022-09-21T19:42:05.538Z]  Building support-scheduler ... done Building security-spire-agent [2022-09-21T19:42:15.597Z] Removing intermediate container 088b72be5f72 [2022-09-21T19:42:15.597Z] ---> f577fa1abe29 [2022-09-21T19:42:15.597Z] Step 7/20 : COPY . . [2022-09-21T19:42:15.597Z] Removing intermediate container a1774da10364 [2022-09-21T19:42:15.597Z] ---> 1d59412c57a2 [2022-09-21T19:42:15.597Z] Step 8/25 : COPY . . [2022-09-21T19:42:20.928Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:42:20.928Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:42:20.928Z] ---> c36b7483727c [2022-09-21T19:42:20.928Z] Step 3/26 : WORKDIR /edgex-go [2022-09-21T19:42:20.928Z] ---> Using cache [2022-09-21T19:42:20.928Z] ---> 70f9d410e374 [2022-09-21T19:42:20.928Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:42:20.928Z] ---> Using cache [2022-09-21T19:42:20.928Z] ---> 1379cc738e9f [2022-09-21T19:42:20.928Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-09-21T19:42:21.508Z] ---> Running in 98afdc9bb998 [2022-09-21T19:42:23.447Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:42:24.403Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:42:25.817Z] OK: 221 MiB in 51 packages [2022-09-21T19:42:28.393Z] Removing intermediate container 98afdc9bb998 [2022-09-21T19:42:28.393Z] ---> d64943be3820 [2022-09-21T19:42:28.393Z] Step 6/26 : COPY go.mod vendor* ./ [2022-09-21T19:42:29.799Z] ---> cde179c9981f [2022-09-21T19:42:29.799Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:42:30.079Z] ---> Running in 9c3f9043399f [2022-09-21T19:42:36.712Z] ---> 7d9c7e5e4eed [2022-09-21T19:42:36.712Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-09-21T19:42:36.712Z] ---> Running in ffd88d9f4392 [2022-09-21T19:42:38.120Z] ---> 45d5477f66d1 [2022-09-21T19:42:38.120Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-09-21T19:42:38.393Z] ---> Running in 0d2ce0fb7dab [2022-09-21T19:42:38.975Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-09-21T19:42:39.931Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-09-21T19:43:26.745Z] Removing intermediate container 9c3f9043399f [2022-09-21T19:43:26.745Z] ---> c92aeb2120a8 [2022-09-21T19:43:26.745Z] Step 8/26 : COPY . . [2022-09-21T19:43:34.934Z] ---> 6873fd4f4151 [2022-09-21T19:43:34.934Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-09-21T19:43:34.934Z] ---> Running in 9661115c4925 [2022-09-21T19:43:34.934Z] Removing intermediate container 9661115c4925 [2022-09-21T19:43:34.934Z] ---> 6b5b996d105e [2022-09-21T19:43:34.934Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-09-21T19:43:34.934Z] ---> Running in 7b981dcc8942 [2022-09-21T19:43:35.200Z] Removing intermediate container 7b981dcc8942 [2022-09-21T19:43:35.200Z] ---> f7db7b56c99d [2022-09-21T19:43:35.200Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-09-21T19:43:35.466Z] ---> Running in 352ad7a767a9 [2022-09-21T19:43:38.820Z] Removing intermediate container 352ad7a767a9 [2022-09-21T19:43:38.820Z] ---> d5bdc7637426 [2022-09-21T19:43:38.820Z] Step 12/26 : WORKDIR /edgex-go [2022-09-21T19:43:38.820Z] ---> Running in 7c97657a3737 [2022-09-21T19:43:39.089Z] Removing intermediate container 7c97657a3737 [2022-09-21T19:43:39.089Z] ---> 393c108e5faa [2022-09-21T19:43:39.089Z] [2022-09-21T19:43:39.089Z] Step 13/26 : FROM alpine:3.15 [2022-09-21T19:43:39.089Z] ---> 02e0d6fdf486 [2022-09-21T19:43:39.089Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-21T19:43:39.089Z] ---> Using cache [2022-09-21T19:43:39.089Z] ---> 0832608fa45c [2022-09-21T19:43:39.089Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:43:39.089Z] ---> Using cache [2022-09-21T19:43:39.089Z] ---> 796bfff25ad3 [2022-09-21T19:43:39.089Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-09-21T19:43:39.089Z] ---> Running in 79af89654721 [2022-09-21T19:43:41.036Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:43:41.989Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:43:43.390Z] v3.15.6-76-gc40548a3b8 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-09-21T19:43:43.390Z] v3.15.6-75-g2ba602a0c7 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-09-21T19:43:43.390Z] OK: 15734 distinct packages available [2022-09-21T19:43:43.390Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:43:44.345Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:43:45.743Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-09-21T19:43:45.743Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-09-21T19:43:45.743Z] (3/5) Installing libucontext (1.1-r0) [2022-09-21T19:43:46.008Z] (4/5) Installing gcompat (1.0.0-r4) [2022-09-21T19:43:46.008Z] (5/5) Installing openssl (1.1.1q-r0) [2022-09-21T19:43:46.274Z] Executing busybox-1.34.1-r7.trigger [2022-09-21T19:43:46.274Z] OK: 6 MiB in 19 packages [2022-09-21T19:43:48.210Z] Removing intermediate container 79af89654721 [2022-09-21T19:43:48.210Z] ---> e04fc02bb60d [2022-09-21T19:43:48.210Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-09-21T19:43:51.542Z] ---> f90c80343200 [2022-09-21T19:43:51.542Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-09-21T19:43:56.901Z] ---> af4ac24a575a [2022-09-21T19:43:56.901Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-09-21T19:43:57.481Z] ---> 1a1e17d3f03c [2022-09-21T19:43:57.481Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-09-21T19:43:58.441Z] ---> 7a733697bf86 [2022-09-21T19:43:58.441Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-09-21T19:43:59.024Z] ---> 74dab9a27ae9 [2022-09-21T19:43:59.289Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-09-21T19:43:59.289Z] ---> Running in 9dc211531633 [2022-09-21T19:43:59.870Z] Removing intermediate container 9dc211531633 [2022-09-21T19:43:59.870Z] ---> 82060d14d894 [2022-09-21T19:43:59.870Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-09-21T19:43:59.870Z] ---> Running in 5c1d7fd1dcca [2022-09-21T19:44:00.451Z] Removing intermediate container 5c1d7fd1dcca [2022-09-21T19:44:00.451Z] ---> 18a214c1bf1f [2022-09-21T19:44:00.451Z] Step 24/26 : LABEL arch=arm64 [2022-09-21T19:44:00.716Z] ---> Running in 8b7163ffa673 [2022-09-21T19:44:00.982Z] Removing intermediate container 8b7163ffa673 [2022-09-21T19:44:00.982Z] ---> 1b51f650d69a [2022-09-21T19:44:00.982Z] Step 25/26 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:44:01.249Z] ---> Running in 2e9ff2d79911 [2022-09-21T19:44:01.516Z] Removing intermediate container 2e9ff2d79911 [2022-09-21T19:44:01.516Z] ---> c10f5daeae06 [2022-09-21T19:44:01.516Z] Step 26/26 : LABEL version=0.0.0 [2022-09-21T19:44:01.787Z] ---> Running in d888ec9f44f4 [2022-09-21T19:44:02.370Z] Removing intermediate container d888ec9f44f4 [2022-09-21T19:44:02.370Z] ---> 7fb5cbd1707a [2022-09-21T19:44:02.370Z] [2022-09-21T19:44:02.635Z] Successfully built 7fb5cbd1707a [2022-09-21T19:44:02.635Z] Successfully tagged security-spire-agent-arm64:latest [2022-09-21T19:44:02.635Z]  Building security-spire-agent ... done Building security-spire-server [2022-09-21T19:44:20.825Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:44:20.825Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:44:20.825Z] ---> c36b7483727c [2022-09-21T19:44:20.825Z] Step 3/25 : WORKDIR /edgex-go [2022-09-21T19:44:20.825Z] ---> Using cache [2022-09-21T19:44:20.825Z] ---> 70f9d410e374 [2022-09-21T19:44:20.825Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:44:20.825Z] ---> Using cache [2022-09-21T19:44:20.825Z] ---> 1379cc738e9f [2022-09-21T19:44:20.825Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-09-21T19:44:20.825Z] ---> Using cache [2022-09-21T19:44:20.825Z] ---> d64943be3820 [2022-09-21T19:44:20.825Z] Step 6/25 : COPY go.mod vendor* ./ [2022-09-21T19:44:20.825Z] ---> Using cache [2022-09-21T19:44:20.825Z] ---> cde179c9981f [2022-09-21T19:44:20.825Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:44:20.825Z] ---> Using cache [2022-09-21T19:44:20.825Z] ---> c92aeb2120a8 [2022-09-21T19:44:20.825Z] Step 8/25 : COPY . . [2022-09-21T19:44:20.825Z] ---> Using cache [2022-09-21T19:44:20.825Z] ---> 6873fd4f4151 [2022-09-21T19:44:20.825Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-09-21T19:44:20.825Z] ---> Using cache [2022-09-21T19:44:20.825Z] ---> 6b5b996d105e [2022-09-21T19:44:20.825Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-09-21T19:44:20.825Z] ---> Using cache [2022-09-21T19:44:20.825Z] ---> f7db7b56c99d [2022-09-21T19:44:20.825Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-09-21T19:44:20.825Z] ---> Running in c717b3bbffc3 [2022-09-21T19:44:23.394Z] Removing intermediate container c717b3bbffc3 [2022-09-21T19:44:23.394Z] ---> b69e46dc83eb [2022-09-21T19:44:23.394Z] Step 12/25 : WORKDIR /edgex-go [2022-09-21T19:44:23.394Z] ---> Running in 6f41e8acd79e [2022-09-21T19:44:23.659Z] Removing intermediate container 6f41e8acd79e [2022-09-21T19:44:23.659Z] ---> 6eb6c787450a [2022-09-21T19:44:23.659Z] [2022-09-21T19:44:23.659Z] Step 13/25 : FROM alpine:3.15 [2022-09-21T19:44:23.659Z] ---> 02e0d6fdf486 [2022-09-21T19:44:23.659Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-21T19:44:23.659Z] ---> Using cache [2022-09-21T19:44:23.659Z] ---> 0832608fa45c [2022-09-21T19:44:23.924Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:44:23.924Z] ---> Using cache [2022-09-21T19:44:23.924Z] ---> 796bfff25ad3 [2022-09-21T19:44:23.924Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-09-21T19:44:23.924Z] ---> Using cache [2022-09-21T19:44:23.924Z] ---> e04fc02bb60d [2022-09-21T19:44:23.924Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-09-21T19:44:29.263Z] ---> cdb3567f47c4 [2022-09-21T19:44:29.263Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-09-21T19:44:29.866Z] ---> 46529f10f146 [2022-09-21T19:44:29.866Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-09-21T19:44:30.448Z] ---> 28fd46f4a848 [2022-09-21T19:44:30.448Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-09-21T19:44:31.418Z] ---> 512d980d4ac1 [2022-09-21T19:44:31.418Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-09-21T19:44:31.418Z] ---> Running in 7e46ccd79b9b [2022-09-21T19:44:31.998Z] Removing intermediate container 7e46ccd79b9b [2022-09-21T19:44:31.998Z] ---> 56d2d6ce22da [2022-09-21T19:44:31.998Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-09-21T19:44:31.998Z] ---> Running in 8b9ed1acd501 [2022-09-21T19:44:32.578Z] Removing intermediate container 8b9ed1acd501 [2022-09-21T19:44:32.578Z] ---> 94c3514ab7c6 [2022-09-21T19:44:32.578Z] Step 23/25 : LABEL arch=arm64 [2022-09-21T19:44:32.843Z] ---> Running in d5f5b906d88e [2022-09-21T19:44:33.110Z] Removing intermediate container d5f5b906d88e [2022-09-21T19:44:33.110Z] ---> db7f46d2ac1b [2022-09-21T19:44:33.110Z] Step 24/25 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:44:33.375Z] ---> Running in 29c125801444 [2022-09-21T19:44:33.645Z] Removing intermediate container 29c125801444 [2022-09-21T19:44:33.645Z] ---> 7976bb6c8b7e [2022-09-21T19:44:33.645Z] Step 25/25 : LABEL version=0.0.0 [2022-09-21T19:44:33.911Z] ---> Running in 3af3211e5a98 [2022-09-21T19:44:34.177Z] Removing intermediate container 3af3211e5a98 [2022-09-21T19:44:34.177Z] ---> 7a1a72171528 [2022-09-21T19:44:34.177Z] [2022-09-21T19:44:34.442Z] Successfully built 7a1a72171528 [2022-09-21T19:44:34.443Z] Successfully tagged security-spire-server-arm64:latest [2022-09-21T19:44:34.443Z]  Building security-spire-server ... done Building core-data [2022-09-21T19:44:52.651Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-21T19:44:52.651Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-09-21T19:44:52.651Z] ---> c36b7483727c [2022-09-21T19:44:52.651Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-09-21T19:44:52.651Z] ---> Using cache [2022-09-21T19:44:52.651Z] ---> 47d5ae292b5f [2022-09-21T19:44:52.651Z] Step 4/24 : WORKDIR /edgex-go [2022-09-21T19:44:52.651Z] ---> Using cache [2022-09-21T19:44:52.651Z] ---> 1a3a4f8fcd2f [2022-09-21T19:44:52.652Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:44:52.652Z] ---> Using cache [2022-09-21T19:44:52.652Z] ---> 568ea34d8ed0 [2022-09-21T19:44:52.652Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-09-21T19:44:52.652Z] ---> Running in 94d69241b55f [2022-09-21T19:44:53.230Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:44:54.630Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:44:55.584Z] OK: 221 MiB in 51 packages [2022-09-21T19:44:56.985Z] Removing intermediate container 94d69241b55f [2022-09-21T19:44:56.985Z] ---> 64b7f8998e86 [2022-09-21T19:44:56.985Z] Step 7/24 : COPY go.mod vendor* ./ [2022-09-21T19:44:57.582Z] ---> f1d93d900a09 [2022-09-21T19:44:57.582Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-21T19:44:57.849Z] ---> Running in 03067630a856 [2022-09-21T19:45:54.198Z] Removing intermediate container 03067630a856 [2022-09-21T19:45:54.198Z] ---> a21a5938cc27 [2022-09-21T19:45:54.198Z] Step 9/24 : COPY . . [2022-09-21T19:46:02.386Z] ---> a3ac1f6b4633 [2022-09-21T19:46:02.386Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-09-21T19:46:02.386Z] ---> Running in 68843dee3791 [2022-09-21T19:46:02.967Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-09-21T19:46:21.142Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-09-21T19:46:43.178Z] Removing intermediate container 68cf767c42fa [2022-09-21T19:46:43.178Z] ---> 70a2e5a247dd [2022-09-21T19:46:43.178Z] [2022-09-21T19:46:43.178Z] Step 10/22 : FROM alpine:3.16 [2022-09-21T19:46:43.178Z] ---> a6215f271958 [2022-09-21T19:46:43.178Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-09-21T19:46:43.178Z] ---> Running in 0206adf469bd [2022-09-21T19:46:44.583Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:46:44.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:46:46.455Z] (1/6) Installing ca-certificates (20220614-r0) [2022-09-21T19:46:46.455Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-09-21T19:46:46.455Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-09-21T19:46:46.455Z] (4/6) Installing libcurl (7.83.1-r3) [2022-09-21T19:46:46.455Z] (5/6) Installing curl (7.83.1-r3) [2022-09-21T19:46:46.455Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-09-21T19:46:46.455Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:46:46.455Z] Executing ca-certificates-20220614-r0.trigger [2022-09-21T19:46:46.746Z] OK: 8 MiB in 20 packages [2022-09-21T19:46:49.425Z] Removing intermediate container 0206adf469bd [2022-09-21T19:46:49.425Z] ---> 8c58ebd00875 [2022-09-21T19:46:49.425Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-09-21T19:46:49.425Z] ---> Running in 11fca3016fd9 [2022-09-21T19:46:49.692Z] Removing intermediate container 11fca3016fd9 [2022-09-21T19:46:49.692Z] ---> 2d2519e7c42c [2022-09-21T19:46:49.692Z] Step 13/22 : WORKDIR /edgex [2022-09-21T19:46:49.692Z] ---> Running in 75b00f5ad6db [2022-09-21T19:46:50.322Z] Removing intermediate container 75b00f5ad6db [2022-09-21T19:46:50.323Z] ---> 5abe820bfe32 [2022-09-21T19:46:50.323Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-09-21T19:46:51.338Z] ---> 5f09f82029ee [2022-09-21T19:46:51.338Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-09-21T19:46:52.743Z] ---> b244f4924f42 [2022-09-21T19:46:52.743Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-09-21T19:46:54.679Z] ---> eb4602942dd0 [2022-09-21T19:46:54.679Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-09-21T19:46:55.258Z] ---> 619eee78f95e [2022-09-21T19:46:55.258Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-09-21T19:46:55.522Z] ---> Running in 523e72ffd475 [2022-09-21T19:46:58.852Z] Removing intermediate container 523e72ffd475 [2022-09-21T19:46:58.852Z] ---> 6df98327ffa8 [2022-09-21T19:46:58.852Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-09-21T19:46:58.852Z] ---> Running in a13eb15e27dd [2022-09-21T19:46:58.852Z] Removing intermediate container a13eb15e27dd [2022-09-21T19:46:58.852Z] ---> 4c782775773c [2022-09-21T19:46:58.852Z] Step 20/22 : LABEL arch=arm64 [2022-09-21T19:46:58.852Z] ---> Running in 57cff815a7f0 [2022-09-21T19:46:59.431Z] Removing intermediate container 57cff815a7f0 [2022-09-21T19:46:59.431Z] ---> f49d7c55647b [2022-09-21T19:46:59.431Z] Step 21/22 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:46:59.431Z] ---> Running in 342e93df31da [2022-09-21T19:47:00.010Z] Removing intermediate container 342e93df31da [2022-09-21T19:47:00.010Z] ---> ebcf9d85be54 [2022-09-21T19:47:00.010Z] Step 22/22 : LABEL version=0.0.0 [2022-09-21T19:47:00.010Z] ---> Running in 9a2f7fb4a9fb [2022-09-21T19:47:00.593Z] Removing intermediate container 9a2f7fb4a9fb [2022-09-21T19:47:00.593Z] ---> 102adc52ea5a [2022-09-21T19:47:00.593Z] [2022-09-21T19:47:00.857Z] Successfully built 102adc52ea5a [2022-09-21T19:47:00.857Z] Successfully tagged security-proxy-setup-arm64:latest [2022-09-21T19:47:47.647Z]  Building security-proxy-setup ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-09-21T19:48:05.830Z] Removing intermediate container 0d2ce0fb7dab [2022-09-21T19:48:05.830Z] ---> 8dfccf99d227 [2022-09-21T19:48:05.830Z] [2022-09-21T19:48:05.830Z] Step 10/25 : FROM alpine:3.16 [2022-09-21T19:48:05.830Z] ---> a6215f271958 [2022-09-21T19:48:05.830Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-09-21T19:48:05.830Z] ---> Running in d0dbcf9d3c56 [2022-09-21T19:48:06.096Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:48:06.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:48:07.315Z] (1/3) Installing ca-certificates (20220614-r0) [2022-09-21T19:48:07.580Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-09-21T19:48:07.580Z] (3/3) Installing su-exec (0.2-r1) [2022-09-21T19:48:07.580Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:48:07.580Z] Executing ca-certificates-20220614-r0.trigger [2022-09-21T19:48:07.847Z] OK: 6 MiB in 17 packages [2022-09-21T19:48:09.785Z] Removing intermediate container d0dbcf9d3c56 [2022-09-21T19:48:09.785Z] ---> 52ddcd553006 [2022-09-21T19:48:09.785Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-09-21T19:48:10.051Z] ---> Running in a44d1c99b49c [2022-09-21T19:48:10.332Z] Removing intermediate container a44d1c99b49c [2022-09-21T19:48:10.332Z] ---> cd35ee40d14a [2022-09-21T19:48:10.332Z] Step 13/25 : WORKDIR / [2022-09-21T19:48:10.332Z] ---> Running in 93be6609c705 [2022-09-21T19:48:10.918Z] Removing intermediate container 93be6609c705 [2022-09-21T19:48:10.918Z] ---> 084b279dca02 [2022-09-21T19:48:10.918Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-09-21T19:48:11.874Z] ---> da26c07bee34 [2022-09-21T19:48:11.874Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-09-21T19:48:12.829Z] ---> aa4ed9e06847 [2022-09-21T19:48:12.829Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-09-21T19:48:13.784Z] ---> 7f84584cb6e1 [2022-09-21T19:48:13.784Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-09-21T19:48:14.750Z] ---> 85c1b9a6d0f6 [2022-09-21T19:48:14.750Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-09-21T19:48:16.150Z] ---> 635190353f4c [2022-09-21T19:48:16.150Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-09-21T19:48:17.552Z] ---> 1006774fd654 [2022-09-21T19:48:17.552Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-09-21T19:48:18.510Z] ---> e731b1ef7a74 [2022-09-21T19:48:18.510Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-09-21T19:48:18.510Z] ---> Running in 2afd06595c4a [2022-09-21T19:48:21.841Z] Removing intermediate container 2afd06595c4a [2022-09-21T19:48:21.841Z] ---> 3c94e1ecfa8a [2022-09-21T19:48:21.841Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-09-21T19:48:21.841Z] ---> Running in 80e9eb487331 [2022-09-21T19:48:21.841Z] Removing intermediate container 80e9eb487331 [2022-09-21T19:48:21.841Z] ---> ac82ce2f6629 [2022-09-21T19:48:21.841Z] Step 23/25 : LABEL arch=arm64 [2022-09-21T19:48:21.841Z] ---> Running in 89ff0b98a324 [2022-09-21T19:48:22.421Z] Removing intermediate container 89ff0b98a324 [2022-09-21T19:48:22.421Z] ---> 210b0a7aa4c7 [2022-09-21T19:48:22.421Z] Step 24/25 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:48:22.421Z] ---> Running in b20ac93af6fc [2022-09-21T19:48:23.001Z] Removing intermediate container b20ac93af6fc [2022-09-21T19:48:23.001Z] ---> 15cec29e779f [2022-09-21T19:48:23.001Z] Step 25/25 : LABEL version=0.0.0 [2022-09-21T19:48:23.001Z] ---> Running in 5720619b8a8e [2022-09-21T19:48:23.582Z] Removing intermediate container 5720619b8a8e [2022-09-21T19:48:23.582Z] ---> 2c410f0791c2 [2022-09-21T19:48:23.582Z] [2022-09-21T19:48:23.846Z] Successfully built 2c410f0791c2 [2022-09-21T19:48:23.846Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-09-21T19:49:31.687Z]  Building security-secretstore-setup ... done Removing intermediate container ffd88d9f4392 [2022-09-21T19:49:31.687Z] ---> 4d427c27af2f [2022-09-21T19:49:31.687Z] [2022-09-21T19:49:31.687Z] Step 9/20 : FROM alpine:3.15 [2022-09-21T19:49:31.687Z] ---> 02e0d6fdf486 [2022-09-21T19:49:31.687Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-21T19:49:31.687Z] ---> Using cache [2022-09-21T19:49:31.687Z] ---> 0832608fa45c [2022-09-21T19:49:31.687Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:49:31.687Z] ---> Using cache [2022-09-21T19:49:31.687Z] ---> 796bfff25ad3 [2022-09-21T19:49:31.687Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-09-21T19:49:31.687Z] ---> Running in e7e63ebbfcaa [2022-09-21T19:49:31.687Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:49:31.687Z] Removing intermediate container 4402b0637224 [2022-09-21T19:49:31.687Z] ---> f4b38fba0ff1 [2022-09-21T19:49:31.687Z] [2022-09-21T19:49:31.687Z] Step 11/23 : FROM alpine:3.16 [2022-09-21T19:49:31.687Z] ---> a6215f271958 [2022-09-21T19:49:31.687Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-09-21T19:49:31.688Z] ---> Running in 6275a4ac98bc [2022-09-21T19:49:31.688Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:49:31.688Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:49:31.688Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:49:31.688Z] v3.15.6-76-gc40548a3b8 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-09-21T19:49:31.688Z] v3.15.6-75-g2ba602a0c7 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-09-21T19:49:31.688Z] OK: 15734 distinct packages available [2022-09-21T19:49:31.688Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:49:32.267Z] (1/2) Installing ca-certificates (20220614-r0) [2022-09-21T19:49:32.267Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-09-21T19:49:32.267Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:49:32.267Z] Executing ca-certificates-20220614-r0.trigger [2022-09-21T19:49:32.267Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:49:32.534Z] OK: 6 MiB in 16 packages [2022-09-21T19:49:33.486Z] (1/9) Installing ca-certificates (20220614-r0) [2022-09-21T19:49:33.486Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-09-21T19:49:33.750Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-09-21T19:49:33.750Z] (4/9) Installing libcurl (7.80.0-r3) [2022-09-21T19:49:34.015Z] (5/9) Installing curl (7.80.0-r3) [2022-09-21T19:49:34.015Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-09-21T19:49:34.015Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-09-21T19:49:34.279Z] (8/9) Installing libucontext (1.1-r0) [2022-09-21T19:49:34.279Z] (9/9) Installing gcompat (1.0.0-r4) [2022-09-21T19:49:34.279Z] Executing busybox-1.34.1-r7.trigger [2022-09-21T19:49:34.544Z] Executing ca-certificates-20220614-r0.trigger [2022-09-21T19:49:34.544Z] Removing intermediate container 6275a4ac98bc [2022-09-21T19:49:34.544Z] ---> d59889328c47 [2022-09-21T19:49:34.544Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-21T19:49:34.544Z] ---> Running in 00f0f7c8c9bd [2022-09-21T19:49:34.809Z] OK: 8 MiB in 23 packages [2022-09-21T19:49:35.074Z] Removing intermediate container 00f0f7c8c9bd [2022-09-21T19:49:35.074Z] ---> d1bac06b6df5 [2022-09-21T19:49:35.074Z] Step 14/23 : ENV APP_PORT=59860 [2022-09-21T19:49:35.339Z] ---> Running in 53e0b1fd3212 [2022-09-21T19:49:35.922Z] Removing intermediate container 53e0b1fd3212 [2022-09-21T19:49:35.922Z] ---> e3fc121f22b9 [2022-09-21T19:49:35.922Z] Step 15/23 : EXPOSE $APP_PORT [2022-09-21T19:49:36.187Z] ---> Running in c9be26e4bb72 [2022-09-21T19:49:36.769Z] Removing intermediate container c9be26e4bb72 [2022-09-21T19:49:36.769Z] ---> 7e995774a085 [2022-09-21T19:49:36.769Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:49:37.359Z] Removing intermediate container e7e63ebbfcaa [2022-09-21T19:49:37.359Z] ---> d2d048c3264e [2022-09-21T19:49:37.359Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:49:37.626Z] ---> 1ff93a5240f9 [2022-09-21T19:49:37.626Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-09-21T19:49:38.581Z] ---> 0956707ef243 [2022-09-21T19:49:38.581Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-09-21T19:49:40.517Z] ---> 1bdcd8f0d983 [2022-09-21T19:49:40.517Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-09-21T19:49:41.095Z] ---> 8d3a93b4aad5 [2022-09-21T19:49:41.095Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-09-21T19:49:42.054Z] ---> ba0d4fb8fb3f [2022-09-21T19:49:42.054Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-09-21T19:49:42.319Z] ---> 85b530ed7bb8 [2022-09-21T19:49:42.319Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-09-21T19:49:42.319Z] ---> Running in 9f40440745ad [2022-09-21T19:49:42.319Z] ---> Running in 648004fb8a92 [2022-09-21T19:49:42.898Z] Removing intermediate container 648004fb8a92 [2022-09-21T19:49:42.898Z] ---> 9999c8592d42 [2022-09-21T19:49:42.898Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:49:42.898Z] Removing intermediate container 9f40440745ad [2022-09-21T19:49:42.898Z] ---> ad77a9608186 [2022-09-21T19:49:42.898Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:49:42.898Z] ---> Running in 4199111e1d64 [2022-09-21T19:49:43.163Z] ---> Running in 46440ba5efc7 [2022-09-21T19:49:43.429Z] Removing intermediate container 4199111e1d64 [2022-09-21T19:49:43.429Z] ---> 1318818edef0 [2022-09-21T19:49:43.429Z] Step 18/20 : LABEL arch=arm64 [2022-09-21T19:49:43.694Z] ---> Running in 522a6565a3f6 [2022-09-21T19:49:43.694Z] Removing intermediate container 46440ba5efc7 [2022-09-21T19:49:43.694Z] ---> 095da4dd92f1 [2022-09-21T19:49:43.694Z] Step 21/23 : LABEL arch=arm64 [2022-09-21T19:49:43.960Z] ---> Running in 87565b46fd67 [2022-09-21T19:49:44.227Z] Removing intermediate container 522a6565a3f6 [2022-09-21T19:49:44.227Z] ---> c93ecf2a0c8f [2022-09-21T19:49:44.227Z] Step 19/20 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:49:44.227Z] ---> Running in 8679e19e37c5 [2022-09-21T19:49:44.495Z] Removing intermediate container 87565b46fd67 [2022-09-21T19:49:44.495Z] ---> bd89e06e8291 [2022-09-21T19:49:44.495Z] Step 22/23 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:49:44.774Z] ---> Running in 349f29c301f7 [2022-09-21T19:49:45.043Z] Removing intermediate container 8679e19e37c5 [2022-09-21T19:49:45.043Z] ---> 9315b156691f [2022-09-21T19:49:45.043Z] Step 20/20 : LABEL version=0.0.0 [2022-09-21T19:49:45.043Z] ---> Running in c2da1a7af101 [2022-09-21T19:49:45.310Z] Removing intermediate container 349f29c301f7 [2022-09-21T19:49:45.310Z] ---> 611d2491fa63 [2022-09-21T19:49:45.310Z] Step 23/23 : LABEL version=0.0.0 [2022-09-21T19:49:45.585Z] ---> Running in 450632b8d35f [2022-09-21T19:49:45.850Z] Removing intermediate container c2da1a7af101 [2022-09-21T19:49:45.850Z] ---> 99a445f459fe [2022-09-21T19:49:45.850Z] [2022-09-21T19:49:46.120Z] Removing intermediate container 450632b8d35f [2022-09-21T19:49:46.120Z] ---> 296dd3976672 [2022-09-21T19:49:46.120Z] [2022-09-21T19:49:46.385Z] Successfully built 99a445f459fe [2022-09-21T19:49:46.385Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-09-21T19:49:46.385Z]  Building security-spiffe-token-provider ... done Successfully built 296dd3976672 [2022-09-21T19:49:46.385Z] Successfully tagged support-notifications-arm64:latest [2022-09-21T19:50:01.610Z]  Building support-notifications ... done Removing intermediate container 68843dee3791 [2022-09-21T19:50:01.610Z] ---> 4404e8c355fc [2022-09-21T19:50:01.610Z] [2022-09-21T19:50:01.610Z] Step 11/24 : FROM alpine:3.16 [2022-09-21T19:50:01.610Z] ---> a6215f271958 [2022-09-21T19:50:01.611Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-09-21T19:50:01.611Z] ---> Running in 71753e52574e [2022-09-21T19:50:01.875Z] Removing intermediate container 71753e52574e [2022-09-21T19:50:01.875Z] ---> 5bc4b0c7248d [2022-09-21T19:50:01.875Z] Step 13/24 : ENV APP_PORT=59880 [2022-09-21T19:50:01.875Z] ---> Running in 77e7faac43e0 [2022-09-21T19:50:02.142Z] Removing intermediate container 77e7faac43e0 [2022-09-21T19:50:02.142Z] ---> d69d6efa73cf [2022-09-21T19:50:02.142Z] Step 14/24 : EXPOSE $APP_PORT [2022-09-21T19:50:02.409Z] ---> Running in f898dfc4ea74 [2022-09-21T19:50:02.675Z] Removing intermediate container f898dfc4ea74 [2022-09-21T19:50:02.675Z] ---> 83ef15794885 [2022-09-21T19:50:02.675Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-21T19:50:02.675Z] ---> Running in cfaed0cd79b1 [2022-09-21T19:50:04.085Z] Removing intermediate container cfaed0cd79b1 [2022-09-21T19:50:04.085Z] ---> 346e20c03c07 [2022-09-21T19:50:04.085Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-09-21T19:50:04.350Z] ---> Running in 3c9a4cf702ac [2022-09-21T19:50:05.303Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-21T19:50:06.256Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-21T19:50:06.832Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-09-21T19:50:07.095Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-09-21T19:50:07.095Z] (3/6) Installing libsodium (1.0.18-r0) [2022-09-21T19:50:07.095Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-09-21T19:50:07.357Z] (5/6) Installing libzmq (4.3.4-r0) [2022-09-21T19:50:07.357Z] (6/6) Installing zeromq (4.3.4-r0) [2022-09-21T19:50:07.621Z] Executing busybox-1.35.0-r17.trigger [2022-09-21T19:50:07.621Z] OK: 8 MiB in 20 packages [2022-09-21T19:50:08.570Z] Removing intermediate container 3c9a4cf702ac [2022-09-21T19:50:08.570Z] ---> e83b4aeb51f1 [2022-09-21T19:50:08.570Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-21T19:50:09.150Z] ---> daf6bfdcac3f [2022-09-21T19:50:09.150Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-09-21T19:50:10.103Z] ---> a90a75eafce1 [2022-09-21T19:50:10.103Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-09-21T19:50:10.369Z] ---> 9d889c54ae72 [2022-09-21T19:50:10.369Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-09-21T19:50:10.369Z] ---> Running in 042da58bfbef [2022-09-21T19:50:10.634Z] Removing intermediate container 042da58bfbef [2022-09-21T19:50:10.634Z] ---> cd058b74a81c [2022-09-21T19:50:10.634Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-21T19:50:10.900Z] ---> Running in 6c09fc09ed64 [2022-09-21T19:50:11.164Z] Removing intermediate container 6c09fc09ed64 [2022-09-21T19:50:11.164Z] ---> 2586d067f580 [2022-09-21T19:50:11.164Z] Step 22/24 : LABEL arch=arm64 [2022-09-21T19:50:11.164Z] ---> Running in 7e42adc2b9c5 [2022-09-21T19:50:11.430Z] Removing intermediate container 7e42adc2b9c5 [2022-09-21T19:50:11.430Z] ---> f17052573177 [2022-09-21T19:50:11.430Z] Step 23/24 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f [2022-09-21T19:50:11.704Z] ---> Running in 806683a6673c [2022-09-21T19:50:12.008Z] Removing intermediate container 806683a6673c [2022-09-21T19:50:12.008Z] ---> a6e1bdf2d88a [2022-09-21T19:50:12.008Z] Step 24/24 : LABEL version=0.0.0 [2022-09-21T19:50:12.008Z] ---> Running in 65272efb2b69 [2022-09-21T19:50:12.273Z] Removing intermediate container 65272efb2b69 [2022-09-21T19:50:12.273Z] ---> 042a428c8171 [2022-09-21T19:50:12.273Z] [2022-09-21T19:50:12.540Z] Successfully built 042a428c8171 [2022-09-21T19:50:12.540Z] Successfully tagged core-data-arm64:latest [2022-09-21T19:50:12.814Z]  Building core-data ... done  [Pipeline] } [2022-09-21T19:50:12.840Z] $ docker stop --time=1 998c934c36da2cbc979fb2b017420fbd54eeba6c1fcc848be8f113458454884e [2022-09-21T19:50:14.555Z] $ docker rm -f 998c934c36da2cbc979fb2b017420fbd54eeba6c1fcc848be8f113458454884e [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-21T19:50:15.611Z] + docker images [2022-09-21T19:50:15.612Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-09-21T19:50:15.612Z] core-data-arm64 latest 042a428c8171 3 seconds ago 20.7MB [2022-09-21T19:50:15.612Z] 4404e8c355fc 15 seconds ago 1.38GB [2022-09-21T19:50:15.612Z] support-notifications-arm64 latest 296dd3976672 30 seconds ago 26.3MB [2022-09-21T19:50:15.612Z] security-spiffe-token-provider-arm64 latest 99a445f459fe 30 seconds ago 28.4MB [2022-09-21T19:50:15.612Z] f4b38fba0ff1 47 seconds ago 1.44GB [2022-09-21T19:50:15.612Z] 4d427c27af2f 51 seconds ago 1.41GB [2022-09-21T19:50:15.612Z] security-secretstore-setup-arm64 latest 2c410f0791c2 About a minute ago 28.2MB [2022-09-21T19:50:15.612Z] 8dfccf99d227 2 minutes ago 1.37GB [2022-09-21T19:50:15.612Z] security-proxy-setup-arm64 latest 102adc52ea5a 3 minutes ago 26.4MB [2022-09-21T19:50:15.612Z] 70a2e5a247dd 3 minutes ago 1.37GB [2022-09-21T19:50:15.612Z] security-spire-server-arm64 latest 7a1a72171528 5 minutes ago 84.2MB [2022-09-21T19:50:15.612Z] 6eb6c787450a 5 minutes ago 1.25GB [2022-09-21T19:50:15.612Z] security-spire-agent-arm64 latest 7fb5cbd1707a 6 minutes ago 122MB [2022-09-21T19:50:15.612Z] 393c108e5faa 6 minutes ago 1.25GB [2022-09-21T19:50:15.612Z] support-scheduler-arm64 latest 8a79b883862e 8 minutes ago 25.7MB [2022-09-21T19:50:15.612Z] 54829ac73e34 8 minutes ago 1.44GB [2022-09-21T19:50:15.612Z] core-metadata-arm64 latest b4cb798e8900 9 minutes ago 17.5MB [2022-09-21T19:50:15.612Z] sys-mgmt-agent-arm64 latest 3a38fd8f58a3 9 minutes ago 133MB [2022-09-21T19:50:15.612Z] ab3d8eed4c5b 9 minutes ago 1.38GB [2022-09-21T19:50:15.612Z] core-command-arm64 latest ec6e0276fb6a 10 minutes ago 16.7MB [2022-09-21T19:50:15.612Z] security-bootstrapper-arm64 latest 1316950b6e48 10 minutes ago 19.1MB [2022-09-21T19:50:15.612Z] 79c7b8ed55ae 10 minutes ago 1.38GB [2022-09-21T19:50:15.612Z] bc72cb289eae 11 minutes ago 1.36GB [2022-09-21T19:50:15.612Z] b017ae16e18a 11 minutes ago 1.36GB [2022-09-21T19:50:15.612Z] security-spire-config-arm64 latest ad2240a1c0c0 16 minutes ago 83.6MB [2022-09-21T19:50:15.612Z] 174e9978132a 16 minutes ago 1.25GB [2022-09-21T19:50:15.612Z] ci-base-image-arm64 latest c36b7483727c 29 minutes ago 941MB [2022-09-21T19:50:15.612Z] alpine 3.15 02e0d6fdf486 6 weeks ago 5.33MB [2022-09-21T19:50:15.612Z] alpine 3.16 a6215f271958 6 weeks ago 5.29MB [2022-09-21T19:50:15.612Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 2 months ago 678MB [2022-09-21T19:50:15.612Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:50:16.391Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-21T19:50:16.391Z] [2022-09-21T19:50:16.391Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:50:16.782Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-21T19:50:17.362Z] arm64: Pulling from edgex-lftools-log-publisher [2022-09-21T19:50:17.362Z] 8998bd30e6a1: Pulling fs layer [2022-09-21T19:50:17.362Z] 04944245beec: Pulling fs layer [2022-09-21T19:50:17.362Z] 699f458cf7ca: Pulling fs layer [2022-09-21T19:50:17.362Z] 765212b225bb: Pulling fs layer [2022-09-21T19:50:17.362Z] f23df028b6ca: Pulling fs layer [2022-09-21T19:50:17.362Z] d65c8cfc05b1: Pulling fs layer [2022-09-21T19:50:17.362Z] 2437ff75d9bd: Pulling fs layer [2022-09-21T19:50:17.362Z] f23df028b6ca: Waiting [2022-09-21T19:50:17.362Z] d65c8cfc05b1: Waiting [2022-09-21T19:50:17.362Z] 2437ff75d9bd: Waiting [2022-09-21T19:50:17.362Z] 765212b225bb: Waiting [2022-09-21T19:50:17.362Z] 04944245beec: Verifying Checksum [2022-09-21T19:50:17.362Z] 04944245beec: Download complete [2022-09-21T19:50:17.362Z] 765212b225bb: Verifying Checksum [2022-09-21T19:50:17.362Z] 765212b225bb: Download complete [2022-09-21T19:50:17.362Z] f23df028b6ca: Verifying Checksum [2022-09-21T19:50:17.362Z] f23df028b6ca: Download complete [2022-09-21T19:50:17.362Z] d65c8cfc05b1: Verifying Checksum [2022-09-21T19:50:17.362Z] d65c8cfc05b1: Download complete [2022-09-21T19:50:17.362Z] 699f458cf7ca: Verifying Checksum [2022-09-21T19:50:17.362Z] 699f458cf7ca: Download complete [2022-09-21T19:50:17.944Z] 8998bd30e6a1: Download complete [2022-09-21T19:50:20.513Z] 2437ff75d9bd: Verifying Checksum [2022-09-21T19:50:20.513Z] 2437ff75d9bd: Download complete [2022-09-21T19:50:21.915Z] 8998bd30e6a1: Pull complete [2022-09-21T19:50:22.179Z] 04944245beec: Pull complete [2022-09-21T19:50:23.583Z] 699f458cf7ca: Pull complete [2022-09-21T19:50:23.583Z] 765212b225bb: Pull complete [2022-09-21T19:50:24.539Z] f23df028b6ca: Pull complete [2022-09-21T19:50:24.539Z] d65c8cfc05b1: Pull complete [2022-09-21T19:50:39.500Z] 2437ff75d9bd: Pull complete [2022-09-21T19:50:39.500Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-09-21T19:50:39.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-21T19:50:39.500Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T19:50:39.810Z] prd-ubuntu20.04-docker-arm64-4c-16g-456 does not seem to be running inside a container [2022-09-21T19:50:39.851Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-09-21T19:50:42.710Z] $ docker top 3d2a95c3274962ccea509479c2c9d1dc518cf277fd8609ad621fabeb97f90c1f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-21T19:50:43.662Z] ---> job-cost.sh [2022-09-21T19:50:43.662Z] lf-activate-venv: SKIPPING [2022-09-21T19:50:43.662Z] INFO: No Stack... [2022-09-21T19:50:43.927Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-09-21T19:50:44.877Z] INFO: Archiving Costs [Pipeline] sh [2022-09-21T19:50:45.523Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-09-21T19:50:45.523Z] + cut -d, -f6 [Pipeline] lock [2022-09-21T19:50:45.575Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4162-1-stack-cost] [2022-09-21T19:50:45.580Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4162-1-stack-cost] did not exist. Created. [2022-09-21T19:50:45.580Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4162-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-09-21T19:50:45.987Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-09-21T19:50:46.421Z] Stashed 1 file(s) [Pipeline] } [2022-09-21T19:50:46.443Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4162-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-09-21T19:50:46.501Z] $ docker stop --time=1 3d2a95c3274962ccea509479c2c9d1dc518cf277fd8609ad621fabeb97f90c1f [2022-09-21T19:50:47.985Z] $ docker rm -f 3d2a95c3274962ccea509479c2c9d1dc518cf277fd8609ad621fabeb97f90c1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-09-21T19:50:48.964Z] provisioning config files... [2022-09-21T19:50:48.972Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2439054136770203720tmp [Pipeline] { [Pipeline] sh [2022-09-21T19:50:49.313Z] + set +x [2022-09-21T19:50:49.313Z] + bash -s -- [2022-09-21T19:50:49.313Z] + curl -s https://codecov.io/bash [2022-09-21T19:50:49.313Z] [2022-09-21T19:50:49.313Z] _____ _ [2022-09-21T19:50:49.313Z] / ____| | | [2022-09-21T19:50:49.313Z] | | ___ __| | ___ ___ _____ __ [2022-09-21T19:50:49.313Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-09-21T19:50:49.313Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-09-21T19:50:49.313Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-09-21T19:50:49.313Z] Bash-1.0.6 [2022-09-21T19:50:49.313Z] [2022-09-21T19:50:49.313Z] [2022-09-21T19:50:49.313Z] ==> git version 2.25.1 found [2022-09-21T19:50:49.313Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-09-21T19:50:49.313Z] Release-Date: 2020-01-08 [2022-09-21T19:50:49.313Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-09-21T19:50:49.313Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-09-21T19:50:49.313Z] ==> Jenkins CI detected. [2022-09-21T19:50:49.313Z] current dir:  /w/workspace/edgex-go/1 [2022-09-21T19:50:49.313Z] project root: . [2022-09-21T19:50:49.313Z] --> token set from env [2022-09-21T19:50:49.313Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-09-21T19:50:49.313Z] ==> Running gcov in . (disable via -X gcov) [2022-09-21T19:50:49.314Z] ==> Python coveragepy not found [2022-09-21T19:50:49.314Z] ==> Searching for coverage reports in: [2022-09-21T19:50:49.314Z] + . [2022-09-21T19:50:49.314Z] -> Found 1 reports [2022-09-21T19:50:49.314Z] ==> Detecting git/mercurial file structure [2022-09-21T19:50:49.314Z] ==> Reading reports [2022-09-21T19:50:49.314Z] + ./coverage.out bytes=494099 [2022-09-21T19:50:49.314Z] ==> Appending adjustments [2022-09-21T19:50:49.314Z] https://docs.codecov.io/docs/fixing-reports [2022-09-21T19:50:50.688Z] + Found adjustments [2022-09-21T19:50:50.688Z] ==> Gzipping contents [2022-09-21T19:50:50.689Z] 64K /tmp/codecov.eiOoJl.gz [2022-09-21T19:50:50.689Z] ==> Uploading reports [2022-09-21T19:50:50.689Z] url: https://codecov.io [2022-09-21T19:50:50.689Z] query: branch=PR-4162&commit=56197c73f71f0f9cf282d84b83408d9dd1fd534f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4162%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4162&job=&cmd_args= [2022-09-21T19:50:50.689Z] -> Pinging Codecov [2022-09-21T19:50:50.689Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4162&commit=56197c73f71f0f9cf282d84b83408d9dd1fd534f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4162%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4162&job=&cmd_args= [2022-09-21T19:50:50.948Z] -> Uploading to [2022-09-21T19:50:50.948Z] https://storage.googleapis.com/codecov/v4/raw/2022-09-21/00271124DB129430A58F1EEE437C3FCB/56197c73f71f0f9cf282d84b83408d9dd1fd534f/8db8760f-b0de-43fa-868f-f14f415912e8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220921%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220921T195050Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=04dfb25a4b31ca2ad488837b2e9b1e5fb9d7861c83cf137414c97dbc80ffab9b [2022-09-21T19:50:51.210Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-09-21T19:50:51.210Z] Dload Upload Total Spent Left Speed [2022-09-21T19:50:51.470Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64871 0 0 100 64871 0 237k --:--:-- --:--:-- --:--:-- 237k [2022-09-21T19:50:51.470Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/56197c73f71f0f9cf282d84b83408d9dd1fd534f [Pipeline] } [2022-09-21T19:50:51.496Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-09-21T19:50:52.812Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-09-21T19:50:53.137Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-21T19:50:54.038Z] ---> package-listing.sh [2022-09-21T19:50:54.038Z] ++ facter osfamily [2022-09-21T19:50:54.038Z] ++ tr '[:upper:]' '[:lower:]' [2022-09-21T19:50:54.300Z] + OS_FAMILY=debian [2022-09-21T19:50:54.300Z] + workspace=/w/workspace/edgex-go/1 [2022-09-21T19:50:54.300Z] + START_PACKAGES=/tmp/packages_start.txt [2022-09-21T19:50:54.300Z] + END_PACKAGES=/tmp/packages_end.txt [2022-09-21T19:50:54.300Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-09-21T19:50:54.300Z] + PACKAGES=/tmp/packages_start.txt [2022-09-21T19:50:54.300Z] + '[' /w/workspace/edgex-go/1 ']' [2022-09-21T19:50:54.300Z] + PACKAGES=/tmp/packages_end.txt [2022-09-21T19:50:54.300Z] + case "${OS_FAMILY}" in [2022-09-21T19:50:54.300Z] + dpkg -l [2022-09-21T19:50:54.300Z] + grep '^ii' [2022-09-21T19:50:54.300Z] + '[' -f /tmp/packages_start.txt ']' [2022-09-21T19:50:54.300Z] + '[' -f /tmp/packages_end.txt ']' [2022-09-21T19:50:54.300Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-09-21T19:50:54.300Z] + '[' /w/workspace/edgex-go/1 ']' [2022-09-21T19:50:54.300Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-09-21T19:50:54.300Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-09-21T19:50:54.336Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-09-21T19:50:54.627Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:50:55.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-21T19:50:55.247Z] [2022-09-21T19:50:55.247Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-21T19:50:55.729Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-21T19:50:55.729Z] latest: Pulling from edgex-lftools-log-publisher [2022-09-21T19:50:55.729Z] 5eb5b503b376: Pulling fs layer [2022-09-21T19:50:55.729Z] 5c69ac0246d0: Pulling fs layer [2022-09-21T19:50:55.729Z] ec43610c2a17: Pulling fs layer [2022-09-21T19:50:55.729Z] 3a2ae6a8a46f: Pulling fs layer [2022-09-21T19:50:55.729Z] 33b1e0a273af: Pulling fs layer [2022-09-21T19:50:55.729Z] 5d3b04190fa2: Pulling fs layer [2022-09-21T19:50:55.729Z] 2f39f015ded8: Pulling fs layer [2022-09-21T19:50:55.729Z] 3a2ae6a8a46f: Waiting [2022-09-21T19:50:55.729Z] 33b1e0a273af: Waiting [2022-09-21T19:50:55.729Z] 5d3b04190fa2: Waiting [2022-09-21T19:50:55.729Z] 2f39f015ded8: Waiting [2022-09-21T19:50:55.729Z] 5c69ac0246d0: Download complete [2022-09-21T19:50:55.729Z] 3a2ae6a8a46f: Verifying Checksum [2022-09-21T19:50:55.729Z] 3a2ae6a8a46f: Download complete [2022-09-21T19:50:55.729Z] 33b1e0a273af: Verifying Checksum [2022-09-21T19:50:55.729Z] 33b1e0a273af: Download complete [2022-09-21T19:50:55.729Z] 5d3b04190fa2: Verifying Checksum [2022-09-21T19:50:55.729Z] 5d3b04190fa2: Download complete [2022-09-21T19:50:55.729Z] ec43610c2a17: Verifying Checksum [2022-09-21T19:50:55.729Z] ec43610c2a17: Download complete [2022-09-21T19:50:55.996Z] 5eb5b503b376: Verifying Checksum [2022-09-21T19:50:55.996Z] 5eb5b503b376: Download complete [2022-09-21T19:50:56.603Z] 2f39f015ded8: Download complete [2022-09-21T19:50:57.218Z] 5eb5b503b376: Pull complete [2022-09-21T19:50:57.218Z] 5c69ac0246d0: Pull complete [2022-09-21T19:50:57.500Z] ec43610c2a17: Pull complete [2022-09-21T19:50:57.500Z] 3a2ae6a8a46f: Pull complete [2022-09-21T19:50:57.758Z] 33b1e0a273af: Pull complete [2022-09-21T19:50:57.758Z] 5d3b04190fa2: Pull complete [2022-09-21T19:51:01.945Z] 2f39f015ded8: Pull complete [2022-09-21T19:51:01.945Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-09-21T19:51:01.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-21T19:51:01.945Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-21T19:51:02.160Z] prd-ubuntu20.04-docker-8c-8g-455 does not seem to be running inside a container [2022-09-21T19:51:02.189Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-09-21T19:51:03.690Z] $ docker top 2c8701ca1b8bb9be19b1b7f7517280e319a8492290a6601c79f4d92850ffcf2a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-21T19:51:04.078Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-09-21T19:51:04.385Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-09-21T19:51:04.703Z] + ls /var/log/sa-host [2022-09-21T19:51:04.703Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-21T19:51:04.905Z] provisioning config files... [2022-09-21T19:51:04.915Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config17494670790578347930tmp [Pipeline] { [Pipeline] echo [2022-09-21T19:51:04.952Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-21T19:51:05.265Z] ---> create-netrc.sh [Pipeline] } [2022-09-21T19:51:05.289Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-09-21T19:51:05.685Z] ---> python-tools-install.sh [Pipeline] echo [2022-09-21T19:51:05.718Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-21T19:51:06.043Z] ---> sudo-logs.sh [2022-09-21T19:51:06.043Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-09-21T19:51:06.118Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-21T19:51:06.435Z] ---> job-cost.sh [2022-09-21T19:51:06.435Z] lf-activate-venv: SKIPPING [2022-09-21T19:51:06.435Z] DEBUG: total: 0.10999999940395355 [2022-09-21T19:51:06.435Z] INFO: Retrieving Stack Cost... [2022-09-21T19:51:07.003Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-09-21T19:51:07.572Z] INFO: Archiving Costs [Pipeline] echo [2022-09-21T19:51:07.606Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-21T19:51:07.917Z] ---> logs-deploy.sh [2022-09-21T19:51:07.917Z] lf-activate-venv: SKIPPING [2022-09-21T19:51:07.917Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4162/1 [2022-09-21T19:51:07.917Z] INFO: archiving workspace using pattern(s): [2022-09-21T19:51:08.856Z] Archives upload complete. [2022-09-21T19:51:08.857Z] INFO: archiving logs to Nexus [2022-09-21T19:51:09.798Z] ---> uname -a: [2022-09-21T19:51:09.798Z] Linux prd-ubuntu20-04-docker-8c-8g-455 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-09-21T19:51:09.798Z] [2022-09-21T19:51:09.798Z] [2022-09-21T19:51:09.798Z] ---> lscpu: [2022-09-21T19:51:09.798Z] Architecture: x86_64 [2022-09-21T19:51:09.798Z] CPU op-mode(s): 32-bit, 64-bit [2022-09-21T19:51:09.798Z] Byte Order: Little Endian [2022-09-21T19:51:09.798Z] Address sizes: 40 bits physical, 48 bits virtual [2022-09-21T19:51:09.798Z] CPU(s): 8 [2022-09-21T19:51:09.798Z] On-line CPU(s) list: 0-7 [2022-09-21T19:51:09.798Z] Thread(s) per core: 1 [2022-09-21T19:51:09.798Z] Core(s) per socket: 1 [2022-09-21T19:51:09.798Z] Socket(s): 8 [2022-09-21T19:51:09.798Z] NUMA node(s): 1 [2022-09-21T19:51:09.798Z] Vendor ID: AuthenticAMD [2022-09-21T19:51:09.798Z] CPU family: 23 [2022-09-21T19:51:09.798Z] Model: 49 [2022-09-21T19:51:09.798Z] Model name: AMD EPYC-Rome Processor [2022-09-21T19:51:09.798Z] Stepping: 0 [2022-09-21T19:51:09.798Z] CPU MHz: 2800.000 [2022-09-21T19:51:09.798Z] BogoMIPS: 5600.00 [2022-09-21T19:51:09.798Z] Virtualization: AMD-V [2022-09-21T19:51:09.798Z] Hypervisor vendor: KVM [2022-09-21T19:51:09.798Z] Virtualization type: full [2022-09-21T19:51:09.798Z] L1d cache: 256 KiB [2022-09-21T19:51:09.798Z] L1i cache: 256 KiB [2022-09-21T19:51:09.798Z] L2 cache: 4 MiB [2022-09-21T19:51:09.798Z] L3 cache: 128 MiB [2022-09-21T19:51:09.798Z] NUMA node0 CPU(s): 0-7 [2022-09-21T19:51:09.798Z] Vulnerability Itlb multihit: Not affected [2022-09-21T19:51:09.798Z] Vulnerability L1tf: Not affected [2022-09-21T19:51:09.798Z] Vulnerability Mds: Not affected [2022-09-21T19:51:09.798Z] Vulnerability Meltdown: Not affected [2022-09-21T19:51:09.798Z] Vulnerability Mmio stale data: Not affected [2022-09-21T19:51:09.798Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-09-21T19:51:09.798Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-09-21T19:51:09.798Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-09-21T19:51:09.798Z] Vulnerability Srbds: Not affected [2022-09-21T19:51:09.798Z] Vulnerability Tsx async abort: Not affected [2022-09-21T19:51:09.799Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-09-21T19:51:09.799Z] [2022-09-21T19:51:09.799Z] [2022-09-21T19:51:09.799Z] ---> nproc: [2022-09-21T19:51:09.799Z] 8 [2022-09-21T19:51:09.799Z] [2022-09-21T19:51:09.799Z] [2022-09-21T19:51:09.799Z] ---> df -h: [2022-09-21T19:51:09.799Z] Filesystem Size Used Avail Use% Mounted on [2022-09-21T19:51:09.799Z] overlay 155G 18G 138G 12% / [2022-09-21T19:51:09.799Z] tmpfs 64M 0 64M 0% /dev [2022-09-21T19:51:09.799Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-09-21T19:51:09.799Z] shm 64M 0 64M 0% /dev/shm [2022-09-21T19:51:09.799Z] /dev/vda1 155G 18G 138G 12% /facter-os [2022-09-21T19:51:09.799Z] [2022-09-21T19:51:09.799Z] [2022-09-21T19:51:09.799Z] ---> sar -b -r -n DEV: [2022-09-21T19:51:09.799Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-455) 09/21/22 _x86_64_ (8 CPU) [2022-09-21T19:51:09.799Z] [2022-09-21T19:51:09.799Z] 19:14:58 LINUX RESTART (8 CPU) [2022-09-21T19:51:09.799Z] [2022-09-21T19:51:09.799Z] 19:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-09-21T19:51:09.799Z] 19:16:01 156.07 63.52 92.55 0.00 5464.12 209594.67 0.00 [2022-09-21T19:51:09.799Z] 19:17:01 109.38 0.85 108.53 0.00 47.58 52620.86 0.00 [2022-09-21T19:51:09.799Z] 19:18:01 48.49 0.32 48.18 0.00 10.26 19135.36 0.00 [2022-09-21T19:51:09.799Z] 19:19:01 491.09 7.10 483.99 0.00 71.31 234893.17 0.00 [2022-09-21T19:51:09.799Z] 19:20:01 891.92 1.35 890.57 0.00 89.45 271665.12 0.00 [2022-09-21T19:51:09.799Z] 19:21:01 1215.66 9.15 1206.52 0.00 2837.93 269337.91 0.00 [2022-09-21T19:51:09.799Z] 19:22:01 2.07 0.00 2.07 0.00 0.00 27.06 0.00 [2022-09-21T19:51:09.799Z] 19:23:01 0.88 0.00 0.88 0.00 0.00 10.66 0.00 [2022-09-21T19:51:09.799Z] 19:24:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 [2022-09-21T19:51:09.799Z] 19:25:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 [2022-09-21T19:51:09.799Z] 19:26:01 1.63 0.00 1.63 0.00 0.00 28.53 0.00 [2022-09-21T19:51:09.799Z] 19:27:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 [2022-09-21T19:51:09.799Z] 19:28:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 [2022-09-21T19:51:09.799Z] 19:29:02 0.88 0.00 0.88 0.00 0.00 9.60 0.00 [2022-09-21T19:51:09.799Z] 19:30:01 1.12 0.00 1.12 0.00 0.00 12.88 0.00 [2022-09-21T19:51:09.799Z] 19:31:01 1.87 0.02 1.85 0.00 0.13 19.59 0.00 [2022-09-21T19:51:09.799Z] 19:32:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 [2022-09-21T19:51:09.799Z] 19:33:01 0.87 0.00 0.87 0.00 0.00 9.33 0.00 [2022-09-21T19:51:09.799Z] 19:34:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 [2022-09-21T19:51:09.799Z] 19:35:01 3.45 1.02 2.43 0.00 21.86 27.33 0.00 [2022-09-21T19:51:09.799Z] 19:36:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 [2022-09-21T19:51:09.799Z] 19:37:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 [2022-09-21T19:51:09.799Z] 19:38:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 [2022-09-21T19:51:09.799Z] 19:39:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 [2022-09-21T19:51:09.799Z] 19:40:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 [2022-09-21T19:51:09.799Z] 19:41:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 [2022-09-21T19:51:09.799Z] 19:42:01 1.60 0.00 1.60 0.00 0.00 17.20 0.00 [2022-09-21T19:51:09.799Z] 19:43:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 [2022-09-21T19:51:09.799Z] 19:44:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 [2022-09-21T19:51:09.799Z] 19:45:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 [2022-09-21T19:51:09.799Z] 19:46:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 [2022-09-21T19:51:09.799Z] 19:47:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 [2022-09-21T19:51:09.799Z] 19:48:01 1.23 0.00 1.23 0.00 0.00 14.93 0.00 [2022-09-21T19:51:09.799Z] 19:49:01 0.90 0.00 0.90 0.00 0.00 9.33 0.00 [2022-09-21T19:51:09.799Z] 19:50:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 [2022-09-21T19:51:09.799Z] 19:51:01 6.20 1.83 4.37 0.00 54.12 745.08 0.00 [2022-09-21T19:51:09.799Z] Average: 82.14 2.37 79.77 0.00 238.90 29413.81 0.00 [2022-09-21T19:51:09.799Z] [2022-09-21T19:51:09.799Z] 19:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-09-21T19:51:09.799Z] 19:16:01 29347020 31593184 739744 2.25 61976 2479864 2041528 6.02 1010312 2203252 283232 [2022-09-21T19:51:09.799Z] 19:17:01 27772588 31423768 872568 2.65 106912 3746832 2154764 6.35 1582864 3072036 565624 [2022-09-21T19:51:09.799Z] 19:18:01 27629644 31549228 745000 2.27 110620 3984808 1807040 5.33 1277948 3495824 371296 [2022-09-21T19:51:09.799Z] 19:19:01 21706104 31499176 783868 2.38 252156 9459012 1908360 5.62 1697980 8724708 1673148 [2022-09-21T19:51:09.799Z] 19:20:01 20778232 31065388 1201728 3.65 285528 9825936 3232204 9.53 2397548 8834524 3292 [2022-09-21T19:51:09.799Z] 19:21:01 21073744 31513516 755040 2.30 369044 9864764 1927200 5.68 2216460 8696192 456 [2022-09-21T19:51:09.799Z] 19:22:01 21073772 31513472 755216 2.30 369064 9864772 1927200 5.68 2216320 8696196 16 [2022-09-21T19:51:09.799Z] 19:23:01 21075396 31515116 753640 2.29 369080 9864780 1927200 5.68 2215664 8696200 40 [2022-09-21T19:51:09.799Z] 19:24:01 21090240 31530272 738680 2.25 369100 9864780 1927200 5.68 2201036 8696540 16 [2022-09-21T19:51:09.799Z] 19:25:01 21091744 31531828 737124 2.24 369128 9864780 1927200 5.68 2199740 8696544 16 [2022-09-21T19:51:09.799Z] 19:26:01 21092232 31532388 736596 2.24 369188 9864784 1927200 5.68 2199848 8696556 8 [2022-09-21T19:51:09.799Z] 19:27:01 21092184 31532344 736560 2.24 369212 9864788 1927200 5.68 2199696 8696556 8 [2022-09-21T19:51:09.799Z] 19:28:01 21092136 31532548 736536 2.24 369220 9864792 1927200 5.68 2199480 8696784 8 [2022-09-21T19:51:09.799Z] 19:29:02 21092288 31532708 736512 2.24 369240 9864792 1927200 5.68 2199536 8696784 8 [2022-09-21T19:51:09.799Z] 19:30:01 21092532 31532976 736224 2.24 369252 9864796 1927200 5.68 2199556 8696788 8 [2022-09-21T19:51:09.799Z] 19:31:01 21091784 31532316 736896 2.24 369300 9864800 1894836 5.58 2199672 8696792 32 [2022-09-21T19:51:09.799Z] 19:32:01 21091768 31532396 736756 2.24 369324 9864868 1894836 5.58 2199624 8696852 12 [2022-09-21T19:51:09.799Z] 19:33:01 21091468 31532124 736988 2.24 369328 9864872 1894836 5.58 2199652 8696856 8 [2022-09-21T19:51:09.799Z] 19:34:01 21091672 31532336 736716 2.24 369332 9864872 1894836 5.58 2199656 8696856 8 [2022-09-21T19:51:09.799Z] 19:35:01 21090508 31532204 736848 2.24 369416 9865492 1902568 5.61 2199836 8697388 8 [2022-09-21T19:51:09.799Z] 19:36:01 21090684 31532416 736812 2.24 369436 9865488 1902568 5.61 2199960 8697388 8 [2022-09-21T19:51:09.799Z] 19:37:01 21090164 31531924 737276 2.24 369452 9865496 1902568 5.61 2199896 8697392 32 [2022-09-21T19:51:09.799Z] 19:38:01 21090620 31532444 736704 2.24 369464 9865544 1902568 5.61 2199928 8697440 28 [2022-09-21T19:51:09.799Z] 19:39:01 21090824 31532664 736408 2.24 369484 9865552 1902568 5.61 2199940 8697440 8 [2022-09-21T19:51:09.799Z] 19:40:01 21090348 31532212 736796 2.24 369508 9865556 1902568 5.61 2199972 8697444 28 [2022-09-21T19:51:09.799Z] 19:41:01 21090340 31532272 736592 2.24 369540 9865540 1902568 5.61 2200028 8697444 8 [2022-09-21T19:51:09.799Z] 19:42:01 21090768 31532776 736416 2.24 369548 9865560 1902568 5.61 2200056 8697460 8 [2022-09-21T19:51:09.799Z] 19:43:01 21090736 31532748 736412 2.24 369580 9865564 1902568 5.61 2200168 8697464 4 [2022-09-21T19:51:09.799Z] 19:44:01 21091008 31533024 736364 2.24 369592 9865564 1886016 5.56 2200040 8697464 12 [2022-09-21T19:51:09.799Z] 19:45:01 21090756 31532832 736604 2.24 369608 9865560 1886016 5.56 2200100 8697468 8 [2022-09-21T19:51:09.799Z] 19:46:01 21090740 31532820 736572 2.24 369636 9865556 1886016 5.56 2200180 8697468 12 [2022-09-21T19:51:09.799Z] 19:47:01 21090936 31533072 736280 2.24 369656 9865572 1886016 5.56 2200172 8697476 8 [2022-09-21T19:51:09.799Z] 19:48:01 21090920 31533060 736212 2.24 369672 9865580 1886016 5.56 2200156 8697480 8 [2022-09-21T19:51:09.799Z] 19:49:01 21090368 31532512 736688 2.24 369684 9865580 1886016 5.56 2200156 8697480 12 [2022-09-21T19:51:09.799Z] 19:50:01 21090464 31532620 736712 2.24 369700 9865584 1886016 5.56 2200156 8697484 8 [2022-09-21T19:51:09.799Z] 19:51:01 20454036 31474384 793408 2.41 384500 10386192 2168988 6.39 2273536 9216464 536040 [2022-09-21T19:51:09.799Z] Average: 21676966 31514530 758097 2.31 341208 9328852 1958040 5.77 2119080 8234958 95374 [2022-09-21T19:51:09.799Z] [2022-09-21T19:51:09.799Z] 19:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-09-21T19:51:09.799Z] 19:16:01 ens3 1275.22 1097.67 11754.61 144.61 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:16:01 lo 5.47 5.47 0.52 0.52 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:16:01 docker0 342.33 320.73 25.63 2713.82 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:17:01 ens3 143.64 111.95 790.40 25.11 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:17:01 veth5be8f5a 0.57 0.75 0.04 0.07 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:17:01 docker0 85.24 102.12 6.92 752.76 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:18:01 ens3 47.79 43.41 32.62 98.90 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:18:01 veth5be8f5a 0.95 0.97 0.07 0.07 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:18:01 docker0 0.95 0.95 0.06 0.07 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:19:01 ens3 532.44 414.80 5405.01 51.39 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:19:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:19:01 veth60580fa 0.00 0.57 0.00 0.04 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:19:01 docker0 351.08 432.81 25.60 3705.42 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:20:01 ens3 244.81 152.19 2633.82 26.46 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:20:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:20:01 veth60580fa 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:20:01 vethe9815f8 0.02 0.33 0.00 0.02 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:20:01 docker0 117.65 195.25 9.34 2334.41 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:20:01 vethe143054 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:21:01 ens3 227.28 146.91 2206.67 31.36 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:21:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:21:01 docker0 83.85 116.08 5.81 1048.07 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:22:01 ens3 0.43 0.42 0.03 0.03 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:23:01 ens3 0.32 0.33 0.02 0.03 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:24:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:25:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:26:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:27:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:28:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:29:02 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:29:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:30:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:31:01 ens3 0.83 0.57 2.83 0.10 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:32:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:36:01 ens3 0.23 0.22 0.08 0.08 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.799Z] 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:41:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:42:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:43:01 ens3 0.43 0.33 0.26 0.21 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:44:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:46:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:47:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:49:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:50:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:51:01 ens3 125.10 112.15 2527.86 172.38 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:51:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] Average: ens3 72.26 57.87 704.61 15.31 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] Average: lo 0.36 0.36 0.03 0.03 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] Average: docker0 27.27 32.46 2.04 293.32 0.00 0.00 0.00 0.00 [2022-09-21T19:51:09.800Z] [2022-09-21T19:51:09.800Z] [2022-09-21T19:51:09.800Z] ---> sar -P ALL: [2022-09-21T19:51:09.800Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-455) 09/21/22 _x86_64_ (8 CPU) [2022-09-21T19:51:09.800Z] [2022-09-21T19:51:09.800Z] 19:14:58 LINUX RESTART (8 CPU) [2022-09-21T19:51:09.800Z] [2022-09-21T19:51:09.800Z] 19:15:01 CPU %user %nice %system %iowait %steal %idle [2022-09-21T19:51:09.800Z] 19:16:01 all 8.46 0.00 2.99 0.91 0.06 87.59 [2022-09-21T19:51:09.800Z] 19:16:01 0 9.91 0.00 3.64 0.20 0.05 86.20 [2022-09-21T19:51:09.800Z] 19:16:01 1 9.83 0.00 3.34 0.77 0.05 86.00 [2022-09-21T19:51:09.800Z] 19:16:01 2 7.53 0.00 3.64 0.28 0.05 88.50 [2022-09-21T19:51:09.800Z] 19:16:01 3 6.68 0.00 2.55 2.75 0.08 87.93 [2022-09-21T19:51:09.800Z] 19:16:01 4 10.38 0.00 3.05 1.09 0.05 85.43 [2022-09-21T19:51:09.800Z] 19:16:01 5 9.67 0.00 1.81 1.26 0.03 87.23 [2022-09-21T19:51:09.800Z] 19:16:01 6 6.80 0.00 2.72 0.72 0.05 89.71 [2022-09-21T19:51:09.800Z] 19:16:01 7 6.88 0.00 3.16 0.17 0.08 89.70 [2022-09-21T19:51:09.800Z] 19:17:01 all 36.27 0.00 8.03 0.58 0.10 55.02 [2022-09-21T19:51:09.800Z] 19:17:01 0 36.45 0.00 8.51 0.10 0.10 54.84 [2022-09-21T19:51:09.800Z] 19:17:01 1 37.72 0.00 7.72 0.02 0.08 54.46 [2022-09-21T19:51:09.800Z] 19:17:01 2 36.42 0.00 7.47 0.00 0.08 56.03 [2022-09-21T19:51:09.800Z] 19:17:01 3 34.77 0.00 10.01 1.66 0.10 53.46 [2022-09-21T19:51:09.800Z] 19:17:01 4 36.55 0.00 7.93 1.60 0.12 53.80 [2022-09-21T19:51:09.800Z] 19:17:01 5 34.10 0.00 7.60 0.88 0.08 57.33 [2022-09-21T19:51:09.800Z] 19:17:01 6 35.83 0.00 7.53 0.17 0.10 56.38 [2022-09-21T19:51:09.800Z] 19:17:01 7 38.34 0.00 7.47 0.24 0.10 53.85 [2022-09-21T19:51:09.800Z] 19:18:01 all 50.73 0.00 7.03 0.12 0.11 42.01 [2022-09-21T19:51:09.800Z] 19:18:01 0 49.43 0.00 6.68 0.02 0.10 43.77 [2022-09-21T19:51:09.800Z] 19:18:01 1 50.75 0.00 7.06 0.25 0.12 41.83 [2022-09-21T19:51:09.800Z] 19:18:01 2 50.63 0.00 6.90 0.02 0.10 42.34 [2022-09-21T19:51:09.800Z] 19:18:01 3 51.21 0.00 7.30 0.00 0.10 41.39 [2022-09-21T19:51:09.800Z] 19:18:01 4 49.30 0.00 7.21 0.61 0.10 42.78 [2022-09-21T19:51:09.800Z] 19:18:01 5 51.86 0.00 6.64 0.08 0.10 41.32 [2022-09-21T19:51:09.800Z] 19:18:01 6 51.11 0.00 6.64 0.02 0.10 42.13 [2022-09-21T19:51:09.800Z] 19:18:01 7 51.52 0.00 7.83 0.00 0.12 40.54 [2022-09-21T19:51:09.800Z] 19:19:01 all 19.35 0.00 11.11 4.15 0.10 65.28 [2022-09-21T19:51:09.800Z] 19:19:01 0 21.56 0.00 11.25 5.31 0.10 61.77 [2022-09-21T19:51:09.800Z] 19:19:01 1 19.27 0.00 11.55 6.12 0.09 62.98 [2022-09-21T19:51:09.800Z] 19:19:01 2 18.79 0.00 11.13 2.94 0.09 67.05 [2022-09-21T19:51:09.800Z] 19:19:01 3 18.17 0.00 10.98 2.11 0.12 68.62 [2022-09-21T19:51:09.800Z] 19:19:01 4 18.92 0.00 9.22 3.09 0.09 68.69 [2022-09-21T19:51:09.800Z] 19:19:01 5 19.71 0.00 10.65 2.59 0.10 66.96 [2022-09-21T19:51:09.800Z] 19:19:01 6 20.26 0.00 10.80 6.62 0.10 62.21 [2022-09-21T19:51:09.800Z] 19:19:01 7 18.14 0.00 13.34 4.41 0.10 64.00 [2022-09-21T19:51:09.800Z] 19:20:01 all 64.34 0.00 13.07 3.53 0.14 18.92 [2022-09-21T19:51:09.800Z] 19:20:01 0 63.67 0.00 13.40 5.46 0.14 17.34 [2022-09-21T19:51:09.800Z] 19:20:01 1 65.02 0.00 12.91 3.51 0.15 18.41 [2022-09-21T19:51:09.800Z] 19:20:01 2 63.72 0.00 13.02 2.95 0.13 20.18 [2022-09-21T19:51:09.800Z] 19:20:01 3 65.49 0.00 12.68 3.02 0.13 18.68 [2022-09-21T19:51:09.800Z] 19:20:01 4 64.34 0.00 12.97 1.48 0.13 21.07 [2022-09-21T19:51:09.800Z] 19:20:01 5 64.68 0.00 12.59 2.60 0.13 20.00 [2022-09-21T19:51:09.800Z] 19:20:01 6 63.75 0.00 12.77 3.00 0.13 20.35 [2022-09-21T19:51:09.800Z] 19:20:01 7 64.09 0.00 14.23 6.26 0.14 15.29 [2022-09-21T19:51:09.800Z] 19:21:01 all 52.28 0.00 12.38 1.84 0.11 33.39 [2022-09-21T19:51:09.800Z] 19:21:01 0 51.83 0.00 11.92 2.82 0.10 33.32 [2022-09-21T19:51:09.800Z] 19:21:01 1 52.27 0.00 11.75 1.89 0.10 33.99 [2022-09-21T19:51:09.800Z] 19:21:01 2 54.49 0.00 11.71 1.00 0.10 32.70 [2022-09-21T19:51:09.800Z] 19:21:01 3 52.58 0.00 12.67 2.64 0.14 31.98 [2022-09-21T19:51:09.800Z] 19:21:01 4 51.93 0.00 12.65 1.20 0.10 34.12 [2022-09-21T19:51:09.800Z] 19:21:01 5 51.42 0.00 13.03 1.06 0.10 34.39 [2022-09-21T19:51:09.800Z] 19:21:01 6 52.13 0.00 12.61 2.33 0.10 32.83 [2022-09-21T19:51:09.800Z] 19:21:01 7 51.57 0.00 12.70 1.81 0.10 33.81 [2022-09-21T19:51:09.800Z] 19:22:01 all 0.02 0.00 0.02 0.01 0.01 99.94 [2022-09-21T19:51:09.800Z] 19:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2022-09-21T19:51:09.800Z] 19:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:22:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-21T19:51:09.800Z] 19:22:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:22:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:22:01 5 0.00 0.00 0.03 0.10 0.00 99.87 [2022-09-21T19:51:09.800Z] 19:22:01 6 0.03 0.00 0.05 0.00 0.02 99.90 [2022-09-21T19:51:09.800Z] 19:22:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2022-09-21T19:51:09.800Z] 19:23:01 all 0.05 0.00 0.03 0.00 0.00 99.92 [2022-09-21T19:51:09.800Z] 19:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:23:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2022-09-21T19:51:09.800Z] 19:23:01 3 0.22 0.00 0.03 0.02 0.00 99.73 [2022-09-21T19:51:09.800Z] 19:23:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2022-09-21T19:51:09.800Z] 19:23:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:23:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2022-09-21T19:51:09.800Z] 19:23:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2022-09-21T19:51:09.800Z] 19:24:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2022-09-21T19:51:09.800Z] 19:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.800Z] 19:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:24:01 3 0.08 0.00 0.00 0.02 0.00 99.90 [2022-09-21T19:51:09.800Z] 19:24:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2022-09-21T19:51:09.800Z] 19:24:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2022-09-21T19:51:09.800Z] 19:24:01 6 0.03 0.00 0.07 0.00 0.02 99.88 [2022-09-21T19:51:09.800Z] 19:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.800Z] 19:25:01 all 0.04 0.00 0.01 0.00 0.00 99.94 [2022-09-21T19:51:09.800Z] 19:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2022-09-21T19:51:09.800Z] 19:25:01 3 0.13 0.00 0.00 0.00 0.00 99.87 [2022-09-21T19:51:09.800Z] 19:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:25:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2022-09-21T19:51:09.800Z] 19:25:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-21T19:51:09.800Z] 19:25:01 7 0.03 0.00 0.02 0.02 0.02 99.92 [2022-09-21T19:51:09.800Z] 19:26:01 all 0.10 0.00 0.02 0.01 0.01 99.87 [2022-09-21T19:51:09.800Z] 19:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.800Z] 19:26:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-09-21T19:51:09.800Z] 19:26:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-09-21T19:51:09.800Z] 19:26:01 3 0.02 0.00 0.02 0.03 0.02 99.92 [2022-09-21T19:51:09.800Z] 19:26:01 4 0.57 0.00 0.03 0.00 0.00 99.40 [2022-09-21T19:51:09.800Z] 19:26:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:26:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2022-09-21T19:51:09.800Z] 19:26:01 7 0.05 0.00 0.02 0.02 0.00 99.92 [2022-09-21T19:51:09.800Z] [2022-09-21T19:51:09.800Z] 19:26:01 CPU %user %nice %system %iowait %steal %idle [2022-09-21T19:51:09.800Z] 19:27:01 all 0.26 0.00 0.02 0.00 0.00 99.71 [2022-09-21T19:51:09.800Z] 19:27:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.800Z] 19:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:27:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:27:01 4 1.99 0.00 0.00 0.00 0.02 98.00 [2022-09-21T19:51:09.800Z] 19:27:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:27:01 6 0.07 0.00 0.05 0.00 0.02 99.87 [2022-09-21T19:51:09.800Z] 19:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:28:01 all 0.27 0.00 0.02 0.00 0.00 99.72 [2022-09-21T19:51:09.800Z] 19:28:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:28:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.800Z] 19:28:01 4 2.02 0.00 0.03 0.00 0.00 97.95 [2022-09-21T19:51:09.800Z] 19:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.800Z] 19:28:01 6 0.05 0.00 0.07 0.00 0.00 99.88 [2022-09-21T19:51:09.800Z] 19:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:29:02 all 0.05 0.00 0.02 0.01 0.00 99.93 [2022-09-21T19:51:09.800Z] 19:29:02 0 0.02 0.00 0.02 0.03 0.00 99.93 [2022-09-21T19:51:09.800Z] 19:29:02 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:29:02 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:29:02 3 0.02 0.00 0.02 0.02 0.00 99.95 [2022-09-21T19:51:09.800Z] 19:29:02 4 0.27 0.00 0.05 0.00 0.00 99.68 [2022-09-21T19:51:09.800Z] 19:29:02 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:29:02 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-21T19:51:09.800Z] 19:29:02 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:30:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-09-21T19:51:09.800Z] 19:30:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:30:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:30:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2022-09-21T19:51:09.800Z] 19:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.800Z] 19:30:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:30:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:30:01 6 0.03 0.00 0.05 0.00 0.00 99.92 [2022-09-21T19:51:09.800Z] 19:30:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:31:01 all 0.02 0.00 0.03 0.01 0.00 99.94 [2022-09-21T19:51:09.800Z] 19:31:01 0 0.00 0.00 0.03 0.02 0.00 99.95 [2022-09-21T19:51:09.800Z] 19:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:31:01 2 0.02 0.00 0.03 0.02 0.00 99.93 [2022-09-21T19:51:09.800Z] 19:31:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2022-09-21T19:51:09.800Z] 19:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.800Z] 19:31:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2022-09-21T19:51:09.801Z] 19:31:01 6 0.05 0.00 0.12 0.00 0.02 99.82 [2022-09-21T19:51:09.801Z] 19:31:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2022-09-21T19:51:09.801Z] 19:32:01 all 0.03 0.00 0.02 0.00 0.01 99.95 [2022-09-21T19:51:09.801Z] 19:32:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:32:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-21T19:51:09.801Z] 19:32:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2022-09-21T19:51:09.801Z] 19:32:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2022-09-21T19:51:09.801Z] 19:32:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:32:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2022-09-21T19:51:09.801Z] 19:32:01 7 0.07 0.00 0.03 0.00 0.02 99.88 [2022-09-21T19:51:09.801Z] 19:33:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-09-21T19:51:09.801Z] 19:33:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2022-09-21T19:51:09.801Z] 19:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:33:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-09-21T19:51:09.801Z] 19:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:33:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2022-09-21T19:51:09.801Z] 19:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:33:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:34:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2022-09-21T19:51:09.801Z] 19:34:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:34:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:34:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2022-09-21T19:51:09.801Z] 19:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:34:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:34:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:34:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2022-09-21T19:51:09.801Z] 19:35:01 all 0.08 0.00 0.03 0.02 0.00 99.87 [2022-09-21T19:51:09.801Z] 19:35:01 0 0.03 0.00 0.05 0.08 0.00 99.83 [2022-09-21T19:51:09.801Z] 19:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:35:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-21T19:51:09.801Z] 19:35:01 3 0.22 0.00 0.03 0.02 0.00 99.73 [2022-09-21T19:51:09.801Z] 19:35:01 4 0.02 0.00 0.05 0.00 0.02 99.92 [2022-09-21T19:51:09.801Z] 19:35:01 5 0.27 0.00 0.05 0.03 0.00 99.65 [2022-09-21T19:51:09.801Z] 19:35:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:35:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:36:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:36:01 0 0.02 0.00 0.02 0.03 0.00 99.93 [2022-09-21T19:51:09.801Z] 19:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:36:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:36:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-21T19:51:09.801Z] 19:36:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:36:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2022-09-21T19:51:09.801Z] 19:37:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:37:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:37:01 3 0.03 0.00 0.02 0.02 0.02 99.92 [2022-09-21T19:51:09.801Z] 19:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:37:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] [2022-09-21T19:51:09.801Z] 19:37:01 CPU %user %nice %system %iowait %steal %idle [2022-09-21T19:51:09.801Z] 19:38:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2022-09-21T19:51:09.801Z] 19:38:01 0 0.00 0.00 0.02 0.03 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:38:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2022-09-21T19:51:09.801Z] 19:38:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:38:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2022-09-21T19:51:09.801Z] 19:38:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-09-21T19:51:09.801Z] 19:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:39:01 all 0.22 0.00 0.02 0.00 0.00 99.75 [2022-09-21T19:51:09.801Z] 19:39:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:39:01 4 1.65 0.00 0.05 0.00 0.02 98.29 [2022-09-21T19:51:09.801Z] 19:39:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:39:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2022-09-21T19:51:09.801Z] 19:40:01 all 0.26 0.00 0.01 0.00 0.01 99.71 [2022-09-21T19:51:09.801Z] 19:40:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2022-09-21T19:51:09.801Z] 19:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2022-09-21T19:51:09.801Z] 19:40:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-21T19:51:09.801Z] 19:40:01 3 1.94 0.00 0.00 0.02 0.00 98.05 [2022-09-21T19:51:09.801Z] 19:40:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:40:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2022-09-21T19:51:09.801Z] 19:40:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:40:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2022-09-21T19:51:09.801Z] 19:41:01 all 0.25 0.00 0.02 0.00 0.00 99.72 [2022-09-21T19:51:09.801Z] 19:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:41:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:41:01 3 1.87 0.00 0.05 0.02 0.00 98.06 [2022-09-21T19:51:09.801Z] 19:41:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:41:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2022-09-21T19:51:09.801Z] 19:41:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:41:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:42:01 all 0.03 0.00 0.02 0.01 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:42:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:42:01 3 0.05 0.00 0.05 0.02 0.00 99.88 [2022-09-21T19:51:09.801Z] 19:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:42:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2022-09-21T19:51:09.801Z] 19:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:42:01 7 0.07 0.00 0.02 0.02 0.00 99.90 [2022-09-21T19:51:09.801Z] 19:43:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:43:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-09-21T19:51:09.801Z] 19:43:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:43:01 7 0.03 0.00 0.05 0.02 0.02 99.88 [2022-09-21T19:51:09.801Z] 19:44:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-09-21T19:51:09.801Z] 19:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:44:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:44:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-09-21T19:51:09.801Z] 19:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:44:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2022-09-21T19:51:09.801Z] 19:44:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2022-09-21T19:51:09.801Z] 19:44:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:45:01 all 0.03 0.00 0.02 0.00 0.00 99.94 [2022-09-21T19:51:09.801Z] 19:45:01 0 0.03 0.00 0.02 0.02 0.00 99.93 [2022-09-21T19:51:09.801Z] 19:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:45:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2022-09-21T19:51:09.801Z] 19:45:01 3 0.07 0.00 0.02 0.02 0.00 99.90 [2022-09-21T19:51:09.801Z] 19:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:45:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2022-09-21T19:51:09.801Z] 19:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:45:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:46:01 all 0.01 0.00 0.01 0.00 0.00 99.96 [2022-09-21T19:51:09.801Z] 19:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:46:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:46:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2022-09-21T19:51:09.801Z] 19:46:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:46:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:46:01 5 0.03 0.00 0.05 0.00 0.00 99.92 [2022-09-21T19:51:09.801Z] 19:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:46:01 7 0.03 0.00 0.00 0.02 0.02 99.93 [2022-09-21T19:51:09.801Z] 19:47:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-09-21T19:51:09.801Z] 19:47:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:47:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2022-09-21T19:51:09.801Z] 19:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:47:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2022-09-21T19:51:09.801Z] 19:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:47:01 7 0.02 0.00 0.05 0.00 0.00 99.93 [2022-09-21T19:51:09.801Z] 19:48:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-09-21T19:51:09.801Z] 19:48:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2022-09-21T19:51:09.801Z] 19:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:48:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:48:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2022-09-21T19:51:09.801Z] 19:48:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:48:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2022-09-21T19:51:09.801Z] [2022-09-21T19:51:09.801Z] 19:48:01 CPU %user %nice %system %iowait %steal %idle [2022-09-21T19:51:09.801Z] 19:49:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-09-21T19:51:09.801Z] 19:49:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:49:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:49:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2022-09-21T19:51:09.801Z] 19:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:49:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:49:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2022-09-21T19:51:09.801Z] 19:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:49:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2022-09-21T19:51:09.801Z] 19:50:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-09-21T19:51:09.801Z] 19:50:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-21T19:51:09.801Z] 19:50:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:50:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:50:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-21T19:51:09.801Z] 19:50:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2022-09-21T19:51:09.801Z] 19:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-21T19:51:09.801Z] 19:50:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2022-09-21T19:51:09.801Z] 19:51:01 all 2.97 0.00 1.03 0.03 0.02 95.95 [2022-09-21T19:51:09.801Z] 19:51:01 0 2.89 0.00 0.97 0.03 0.02 96.08 [2022-09-21T19:51:09.801Z] 19:51:01 1 3.89 0.00 1.02 0.02 0.03 95.04 [2022-09-21T19:51:09.801Z] 19:51:01 2 1.99 0.00 1.42 0.03 0.02 96.54 [2022-09-21T19:51:09.801Z] 19:51:01 3 2.90 0.00 0.67 0.15 0.02 96.26 [2022-09-21T19:51:09.801Z] 19:51:01 4 2.60 0.00 0.93 0.03 0.02 96.41 [2022-09-21T19:51:09.801Z] 19:51:01 5 2.45 0.00 0.99 0.00 0.02 96.55 [2022-09-21T19:51:09.801Z] 19:51:01 6 3.64 0.00 1.50 0.00 0.02 94.84 [2022-09-21T19:51:09.801Z] 19:51:01 7 3.37 0.00 0.75 0.00 0.02 95.86 [2022-09-21T19:51:09.801Z] Average: all 6.50 0.00 1.54 0.31 0.02 91.63 [2022-09-21T19:51:09.801Z] Average: 0 6.48 0.00 1.56 0.39 0.02 91.55 [2022-09-21T19:51:09.801Z] Average: 1 6.58 0.00 1.53 0.35 0.02 91.53 [2022-09-21T19:51:09.801Z] Average: 2 6.43 0.00 1.53 0.20 0.02 91.82 [2022-09-21T19:51:09.802Z] Average: 3 6.51 0.00 1.57 0.35 0.02 91.55 [2022-09-21T19:51:09.802Z] Average: 4 6.62 0.00 1.49 0.25 0.02 91.62 [2022-09-21T19:51:09.802Z] Average: 5 6.46 0.00 1.48 0.24 0.02 91.80 [2022-09-21T19:51:09.802Z] Average: 6 6.44 0.00 1.52 0.35 0.02 91.66 [2022-09-21T19:51:09.802Z] Average: 7 6.45 0.00 1.65 0.36 0.02 91.52 [2022-09-21T19:51:09.802Z] [2022-09-21T19:51:09.802Z] [2022-09-21T19:51:09.802Z]