Pull request #4188 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9836205f5a3e27ed82ea122f736ef9860377326b+07636ef9ecc7fdcde5aa1f3409367271039fc420 (c8d5659253bdcf2a321b030b2def98501156cc10) 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-ssh4202538257843064545.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-ssh5872764902741565123.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-4188/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-4188/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12102659619084645280.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-4188/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9744067054399071342.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-ssh17009396684092051862.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-4188/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-4188/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17837705032224004801.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7280 in /w/workspace/edgexfoundry_edgex-go_PR-4188 [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 > 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/4188/head:refs/remotes/origin/PR-4188 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 07636ef9ecc7fdcde5aa1f3409367271039fc420 into PR head commit 9836205f5a3e27ed82ea122f736ef9860377326b Merge succeeded, producing 9836205f5a3e27ed82ea122f736ef9860377326b Checking out Revision 9836205f5a3e27ed82ea122f736ef9860377326b (PR-4188) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/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-10-06T19:06:31.626Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-06T19:06:31.806Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-06T19:06:31.910Z] ========================================================= [2022-10-06T19:06:31.910Z] EdgeX Global Pipelines Version Info [2022-10-06T19:06:31.910Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-06T19:06:32.638Z] ------------------- [2022-10-06T19:06:32.638Z] stable info: [2022-10-06T19:06:32.638Z] ------------------- [2022-10-06T19:06:32.638Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-06T19:06:32.638Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-06T19:06:32.638Z] Message: update stable to v1.0.239 > git config core.sparsecheckout # timeout=10 > git checkout -f 9836205f5a3e27ed82ea122f736ef9860377326b # 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 07636ef9ecc7fdcde5aa1f3409367271039fc420 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9836205f5a3e27ed82ea122f736ef9860377326b # timeout=10 [2022-10-06T19:06:33.207Z] ------------------- [2022-10-06T19:06:33.207Z] experimental info: [2022-10-06T19:06:33.207Z] ------------------- [2022-10-06T19:06:33.207Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-06T19:06:33.207Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-06T19:06:33.207Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-06T19:06:33.468Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-10-06T19:06:33.508Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-10-06T19:06:33.545Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-06T19:06:33.583Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-06T19:06:33.626Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-06T19:06:33.667Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-06T19:06:33.707Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-06T19:06:33.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-10-06T19:06:33.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-10-06T19:06:33.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-10-06T19:06:33.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-06T19:06:33.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-06T19:06:33.943Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-06T19:06:33.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-06T19:06:34.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-06T19:06:34.062Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-06T19:06:34.103Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-06T19:06:34.145Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-06T19:06:34.184Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-06T19:06:34.219Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-06T19:06:34.256Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-06T19:06:34.295Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-06T19:06:34.334Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-06T19:06:34.374Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4188 [Pipeline] echo [2022-10-06T19:06:34.412Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4188 [Pipeline] echo [2022-10-06T19:06:34.451Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4188 [Pipeline] echo [2022-10-06T19:06:34.488Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9836205f5a3e27ed82ea122f736ef9860377326b [Pipeline] echo [2022-10-06T19:06:34.523Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9836205 [Pipeline] echo [2022-10-06T19:06:34.561Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-06T19:06:34.671Z] provisioning config files... [2022-10-06T19:06:34.686Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9933389351956890920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-06T19:06:35.032Z] ---> docker-login.sh [2022-10-06T19:06:35.032Z] nexus3.edgexfoundry.org:10001 [2022-10-06T19:06:35.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-06T19:06:35.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-06T19:06:35.293Z] Configure a credential helper to remove this warning. See [2022-10-06T19:06:35.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-06T19:06:35.293Z] [2022-10-06T19:06:35.293Z] Login Succeeded [2022-10-06T19:06:35.293Z] nexus3.edgexfoundry.org:10002 [2022-10-06T19:06:35.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-06T19:06:35.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-06T19:06:35.553Z] Configure a credential helper to remove this warning. See [2022-10-06T19:06:35.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-06T19:06:35.553Z] [2022-10-06T19:06:35.553Z] Login Succeeded [2022-10-06T19:06:35.553Z] nexus3.edgexfoundry.org:10003 [2022-10-06T19:06:35.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-06T19:06:35.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-06T19:06:35.553Z] Configure a credential helper to remove this warning. See [2022-10-06T19:06:35.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-06T19:06:35.553Z] [2022-10-06T19:06:35.553Z] Login Succeeded [2022-10-06T19:06:35.553Z] nexus3.edgexfoundry.org:10004 [2022-10-06T19:06:35.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-06T19:06:35.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-06T19:06:35.813Z] Configure a credential helper to remove this warning. See [2022-10-06T19:06:35.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-06T19:06:35.813Z] [2022-10-06T19:06:35.813Z] Login Succeeded [2022-10-06T19:06:35.813Z] docker.io [2022-10-06T19:06:35.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-06T19:06:36.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-06T19:06:36.073Z] Configure a credential helper to remove this warning. See [2022-10-06T19:06:36.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-06T19:06:36.073Z] [2022-10-06T19:06:36.073Z] Login Succeeded [2022-10-06T19:06:36.073Z] ---> docker-login.sh ends [Pipeline] } [2022-10-06T19:06:36.099Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-06T19:06:36.511Z] + 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-10-06T19:06:36.511Z] + dirname cmd/core-command/Dockerfile [2022-10-06T19:06:36.511Z] + cut -d/ -f2 [2022-10-06T19:06:36.511Z] + echo core-command,cmd/core-command/Dockerfile [2022-10-06T19:06:36.511Z] + + dirname cmd/core-data/Dockerfilecut [2022-10-06T19:06:36.511Z] -d/ -f2 [2022-10-06T19:06:36.511Z] + echo core-data,cmd/core-data/Dockerfile [2022-10-06T19:06:36.511Z] + + cut -d/ -f2 [2022-10-06T19:06:36.511Z] dirname cmd/core-metadata/Dockerfile [2022-10-06T19:06:36.511Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-10-06T19:06:36.511Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-10-06T19:06:36.511Z] + cut -d/ -f2 [2022-10-06T19:06:36.511Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-10-06T19:06:36.511Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-10-06T19:06:36.511Z] + cut -d/ -f2 [2022-10-06T19:06:36.511Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-10-06T19:06:36.511Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-10-06T19:06:36.511Z] + cut -d/ -f2 [2022-10-06T19:06:36.511Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-10-06T19:06:36.511Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-10-06T19:06:36.511Z] + cut -d/ -f2 [2022-10-06T19:06:36.511Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-10-06T19:06:36.511Z] + dirname cmd/security-spire-agent/Dockerfile [2022-10-06T19:06:36.511Z] + cut -d/ -f2 [2022-10-06T19:06:36.511Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-10-06T19:06:36.511Z] + dirname cmd/security-spire-config/Dockerfile [2022-10-06T19:06:36.511Z] + cut -d/ -f2 [2022-10-06T19:06:36.511Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-10-06T19:06:36.511Z] + dirname cmd/security-spire-server/Dockerfile [2022-10-06T19:06:36.511Z] + cut -d/ -f2 [2022-10-06T19:06:36.511Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-10-06T19:06:36.511Z] + dirname+ cmd/support-notifications/Dockerfile [2022-10-06T19:06:36.511Z] cut -d/ -f2 [2022-10-06T19:06:36.511Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-10-06T19:06:36.511Z] + dirname cmd/support-scheduler/Dockerfile [2022-10-06T19:06:36.511Z] + cut -d/ -f2 [2022-10-06T19:06:36.511Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-10-06T19:06:36.511Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-10-06T19:06:36.511Z] + cut -d/ -f2 [2022-10-06T19:06:36.511Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-10-06T19:06:36.561Z] 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-10-06T19:06:37.068Z] + git rev-list -1 --merges 9836205f5a3e27ed82ea122f736ef9860377326b~1..9836205f5a3e27ed82ea122f736ef9860377326b [Pipeline] echo [2022-10-06T19:06:37.103Z] -----------> git rev-list -1 --merges 9836205f5a3e27ed82ea122f736ef9860377326b~1..9836205f5a3e27ed82ea122f736ef9860377326b 9836205f5a3e27ed82ea122f736ef9860377326b [false] [Pipeline] sh [2022-10-06T19:06:37.411Z] + git log --format=format:%s -1 9836205f5a3e27ed82ea122f736ef9860377326b [Pipeline] echo [2022-10-06T19:06:37.452Z] ========================================================= [2022-10-06T19:06:37.452Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-06T19:06:37.452Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-10-06T19:06:37.959Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-06T19:06:37.959Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-06T19:06:37.959Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-06T19:06:37.959Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-06T19:06:37.960Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-06T19:06:37.960Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-06T19:06:37.960Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:06:38.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-06T19:06:38.451Z] [2022-10-06T19:06:38.451Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:06:38.823Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-06T19:06:38.824Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-06T19:06:38.824Z] b85a868b505f: Pulling fs layer [2022-10-06T19:06:38.824Z] e2be974225ed: Pulling fs layer [2022-10-06T19:06:38.824Z] 339a4e72a1f5: Pulling fs layer [2022-10-06T19:06:38.824Z] 988bab9f4d93: Pulling fs layer [2022-10-06T19:06:38.824Z] 1469e6f7b9e6: Pulling fs layer [2022-10-06T19:06:38.824Z] eaf3925da568: Pulling fs layer [2022-10-06T19:06:38.824Z] bab4dde63d76: Pulling fs layer [2022-10-06T19:06:38.824Z] 988bab9f4d93: Waiting [2022-10-06T19:06:38.824Z] 1469e6f7b9e6: Waiting [2022-10-06T19:06:38.824Z] eaf3925da568: Waiting [2022-10-06T19:06:38.824Z] bde34c3a00c8: Pulling fs layer [2022-10-06T19:06:38.824Z] b352a97aabf1: Pulling fs layer [2022-10-06T19:06:38.824Z] 4872d77fe225: Pulling fs layer [2022-10-06T19:06:38.824Z] b352a97aabf1: Waiting [2022-10-06T19:06:38.824Z] bab4dde63d76: Waiting [2022-10-06T19:06:38.824Z] bde34c3a00c8: Waiting [2022-10-06T19:06:38.824Z] 5851b861e8e6: Pulling fs layer [2022-10-06T19:06:38.824Z] 5851b861e8e6: Waiting [2022-10-06T19:06:38.824Z] e2be974225ed: Verifying Checksum [2022-10-06T19:06:38.824Z] e2be974225ed: Download complete [2022-10-06T19:06:38.824Z] 988bab9f4d93: Verifying Checksum [2022-10-06T19:06:38.824Z] 988bab9f4d93: Download complete [2022-10-06T19:06:39.083Z] 1469e6f7b9e6: Verifying Checksum [2022-10-06T19:06:39.083Z] 1469e6f7b9e6: Download complete [2022-10-06T19:06:39.083Z] eaf3925da568: Download complete [2022-10-06T19:06:39.083Z] 339a4e72a1f5: Verifying Checksum [2022-10-06T19:06:39.083Z] 339a4e72a1f5: Download complete [2022-10-06T19:06:39.083Z] bde34c3a00c8: Download complete [2022-10-06T19:06:39.083Z] 4872d77fe225: Verifying Checksum [2022-10-06T19:06:39.083Z] 4872d77fe225: Download complete [2022-10-06T19:06:39.083Z] b85a868b505f: Verifying Checksum [2022-10-06T19:06:39.083Z] b85a868b505f: Download complete [2022-10-06T19:06:39.083Z] 5851b861e8e6: Verifying Checksum [2022-10-06T19:06:39.083Z] 5851b861e8e6: Download complete [2022-10-06T19:06:39.342Z] bab4dde63d76: Verifying Checksum [2022-10-06T19:06:39.342Z] bab4dde63d76: Download complete [2022-10-06T19:06:40.280Z] b85a868b505f: Pull complete [2022-10-06T19:06:40.280Z] e2be974225ed: Pull complete [2022-10-06T19:06:40.848Z] 339a4e72a1f5: Pull complete [2022-10-06T19:06:40.848Z] 988bab9f4d93: Pull complete [2022-10-06T19:06:41.107Z] 1469e6f7b9e6: Pull complete [2022-10-06T19:06:41.107Z] eaf3925da568: Pull complete [2022-10-06T19:06:43.010Z] bab4dde63d76: Pull complete [2022-10-06T19:06:43.010Z] bde34c3a00c8: Pull complete [2022-10-06T19:06:43.010Z] b352a97aabf1: Pull complete [2022-10-06T19:06:43.010Z] 4872d77fe225: Pull complete [2022-10-06T19:06:43.010Z] 5851b861e8e6: Pull complete [2022-10-06T19:06:43.271Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-06T19:06:43.271Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-06T19:06:43.271Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-06T19:06:43.494Z] prd-ubuntu20.04-docker-8c-8g-7280 does not seem to be running inside a container [2022-10-06T19:06:43.526Z] $ 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-10-06T19:06:44.812Z] $ docker top 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 -eo pid,comm [2022-10-06T19:06:44.859Z] 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-10-06T19:06:44.860Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-06T19:06:44.992Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-06T19:06:44.992Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-06T19:06:45.100Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-06T19:06:45.104Z] $ docker exec 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 ssh-agent [2022-10-06T19:06:45.211Z] SSH_AUTH_SOCK=/tmp/ssh-f04WvZa1gkem/agent.32 [2022-10-06T19:06:45.211Z] SSH_AGENT_PID=38 [2022-10-06T19:06:45.218Z] Running ssh-add (command line suppressed) [2022-10-06T19:06:45.308Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5080114849302954062.key (/w/workspace/edgex-go/1@tmp/private_key_5080114849302954062.key) [2022-10-06T19:06:45.324Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-06T19:06:45.656Z] + git tag --points-at HEAD [Pipeline] } [2022-10-06T19:06:45.681Z] $ docker exec --env ******** --env ******** 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 ssh-agent -k [2022-10-06T19:06:45.784Z] unset SSH_AUTH_SOCK; [2022-10-06T19:06:45.785Z] unset SSH_AGENT_PID; [2022-10-06T19:06:45.785Z] echo Agent pid 38 killed; [2022-10-06T19:06:45.794Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-06T19:06:45.886Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-06T19:06:45.886Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-06T19:06:46.000Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-06T19:06:46.003Z] $ docker exec 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 ssh-agent [2022-10-06T19:06:46.100Z] SSH_AUTH_SOCK=/tmp/ssh-eXA1h7fDejWM/agent.70 [2022-10-06T19:06:46.100Z] SSH_AGENT_PID=76 [2022-10-06T19:06:46.105Z] Running ssh-add (command line suppressed) [2022-10-06T19:06:46.205Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_12408166641125296676.key (/w/workspace/edgex-go/1@tmp/private_key_12408166641125296676.key) [2022-10-06T19:06:46.216Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-06T19:06:46.549Z] + git semver init [2022-10-06T19:06:46.809Z] 2022-10-06 19:06:46,731 [run_init] DEBUG init version:0.0.0 force:False [2022-10-06T19:06:46.809Z] 2022-10-06 19:06:46,732 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-10-06T19:06:46.809Z] 2022-10-06 19:06:46,732 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-10-06T19:06:46.809Z] 2022-10-06 19:06:46,733 [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-10-06T19:06:51.035Z] 2022-10-06 19:06:50,745 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-10-06T19:06:51.035Z] 2022-10-06 19:06:50,745 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4188 with force:False [2022-10-06T19:06:51.035Z] 2022-10-06 19:06:50,746 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4188 [2022-10-06T19:06:51.035Z] 2022-10-06 19:06:50,750 [execute] INFO git cat-file --batch-check [2022-10-06T19:06:51.035Z] 2022-10-06 19:06:50,750 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-06T19:06:51.035Z] 2022-10-06 19:06:50,756 [execute] INFO git cat-file --batch [2022-10-06T19:06:51.035Z] 2022-10-06 19:06:50,756 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-06T19:06:51.035Z] 2022-10-06 19:06:50,762 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4188 [2022-10-06T19:06:51.035Z] 0.0.0 [Pipeline] } [2022-10-06T19:06:51.060Z] $ docker exec --env ******** --env ******** 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 ssh-agent -k [2022-10-06T19:06:51.155Z] unset SSH_AUTH_SOCK; [2022-10-06T19:06:51.155Z] unset SSH_AGENT_PID; [2022-10-06T19:06:51.156Z] echo Agent pid 76 killed; [2022-10-06T19:06:51.162Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-06T19:06:51.592Z] + git semver [Pipeline] } [2022-10-06T19:06:51.881Z] $ docker stop --time=1 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 [2022-10-06T19:06:53.189Z] $ docker rm -f 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-06T19:06:53.582Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-06T19:06:53.811Z] Stashed 1 file(s) [Pipeline] echo [2022-10-06T19:06:53.828Z] [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-10-06T19:06:54.606Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-06T19:06:54.642Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-06T19:06:54.675Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-06T19:06:54.708Z] ========================================================= [2022-10-06T19:06:54.708Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-06T19:06:54.708Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-06T19:06:55.046Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-06T19:06:55.046Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-06T19:06:55.046Z] 2408cc74d12b: Pulling fs layer [2022-10-06T19:06:55.046Z] ea60b727a1ce: Pulling fs layer [2022-10-06T19:06:55.046Z] 30c4a7721957: Pulling fs layer [2022-10-06T19:06:55.046Z] 370296b7ddb6: Pulling fs layer [2022-10-06T19:06:55.046Z] 7c6cee850709: Pulling fs layer [2022-10-06T19:06:55.046Z] aa9baa53a306: Pulling fs layer [2022-10-06T19:06:55.046Z] 8b309c321861: Pulling fs layer [2022-10-06T19:06:55.046Z] d8d76fd02f46: Pulling fs layer [2022-10-06T19:06:55.046Z] fa31f396de31: Pulling fs layer [2022-10-06T19:06:55.046Z] aa9baa53a306: Waiting [2022-10-06T19:06:55.046Z] 8b309c321861: Waiting [2022-10-06T19:06:55.046Z] d8d76fd02f46: Waiting [2022-10-06T19:06:55.046Z] fa31f396de31: Waiting [2022-10-06T19:06:55.046Z] 370296b7ddb6: Waiting [2022-10-06T19:06:55.046Z] 7c6cee850709: Waiting [2022-10-06T19:06:55.046Z] 30c4a7721957: Download complete [2022-10-06T19:06:55.046Z] ea60b727a1ce: Verifying Checksum [2022-10-06T19:06:55.046Z] ea60b727a1ce: Download complete [2022-10-06T19:06:55.046Z] 7c6cee850709: Verifying Checksum [2022-10-06T19:06:55.046Z] 7c6cee850709: Download complete [2022-10-06T19:06:55.046Z] aa9baa53a306: Download complete [2022-10-06T19:06:55.046Z] 2408cc74d12b: Verifying Checksum [2022-10-06T19:06:55.046Z] 2408cc74d12b: Download complete [2022-10-06T19:06:55.046Z] 8b309c321861: Download complete [2022-10-06T19:06:55.314Z] 2408cc74d12b: Pull complete [2022-10-06T19:06:55.314Z] ea60b727a1ce: Pull complete [2022-10-06T19:06:55.579Z] 30c4a7721957: Pull complete [2022-10-06T19:06:55.579Z] fa31f396de31: Verifying Checksum [2022-10-06T19:06:55.579Z] fa31f396de31: Download complete [2022-10-06T19:06:55.841Z] d8d76fd02f46: Verifying Checksum [2022-10-06T19:06:55.841Z] d8d76fd02f46: Download complete [2022-10-06T19:06:55.841Z] 370296b7ddb6: Verifying Checksum [2022-10-06T19:06:55.841Z] 370296b7ddb6: Download complete [2022-10-06T19:06:59.120Z] 370296b7ddb6: Pull complete [2022-10-06T19:06:59.120Z] 7c6cee850709: Pull complete [2022-10-06T19:06:59.378Z] aa9baa53a306: Pull complete [2022-10-06T19:06:59.378Z] 8b309c321861: Pull complete [2022-10-06T19:07:01.278Z] d8d76fd02f46: Pull complete [2022-10-06T19:07:02.212Z] fa31f396de31: Pull complete [2022-10-06T19:07:02.212Z] Digest: sha256:2371a9c145f0d593c9024d3814659be550d63e8930698ddb4de3d51b9130800a [2022-10-06T19:07:02.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-06T19:07:02.212Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-06T19:07:02.575Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-06T19:07:02.575Z] WORKDIR /edgex [2022-10-06T19:07:02.575Z] COPY go.mod . [2022-10-06T19:07:02.575Z] RUN go mod download [2022-10-06T19:07:02.575Z] + docker build -t ci-base-image-x86_64 -f - . [2022-10-06T19:07:03.141Z] Sending build context to Docker daemon 169.6MB [2022-10-06T19:07:03.141Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-06T19:07:03.141Z] ---> cef68f9685f8 [2022-10-06T19:07:03.141Z] Step 2/4 : WORKDIR /edgex [2022-10-06T19:07:05.045Z] ---> Running in 9cb4573c98e0 [2022-10-06T19:07:05.302Z] Removing intermediate container 9cb4573c98e0 [2022-10-06T19:07:05.302Z] ---> e3a8d616a12a [2022-10-06T19:07:05.302Z] Step 3/4 : COPY go.mod . [2022-10-06T19:07:05.302Z] ---> cf4724e7c7cb [2022-10-06T19:07:05.302Z] Step 4/4 : RUN go mod download [2022-10-06T19:07:05.302Z] ---> Running in e93f0fbaa0d5 [2022-10-06T19:07:09.130Z] Still waiting to schedule task [2022-10-06T19:07:09.131Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-10-06T19:07:17.512Z] Removing intermediate container e93f0fbaa0d5 [2022-10-06T19:07:17.512Z] ---> 418b175a35ae [2022-10-06T19:07:17.512Z] Successfully built 418b175a35ae [2022-10-06T19:07:17.512Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:07:17.899Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-06T19:07:17.899Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-06T19:07:18.044Z] prd-ubuntu20.04-docker-8c-8g-7280 does not seem to be running inside a container [2022-10-06T19:07:18.073Z] $ 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-10-06T19:07:18.476Z] $ docker top 53ab5b9a56bf9040265cdb81edfbd5cf33a9b0061812bba11aff54f048136759 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-06T19:07:18.872Z] + go version [2022-10-06T19:07:18.872Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-10-06T19:07:18.911Z] $ docker stop --time=1 53ab5b9a56bf9040265cdb81edfbd5cf33a9b0061812bba11aff54f048136759 [2022-10-06T19:07:20.203Z] $ docker rm -f 53ab5b9a56bf9040265cdb81edfbd5cf33a9b0061812bba11aff54f048136759 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:07:20.924Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-06T19:07:20.924Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-06T19:07:21.081Z] prd-ubuntu20.04-docker-8c-8g-7280 does not seem to be running inside a container [2022-10-06T19:07:21.110Z] $ 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-10-06T19:07:21.451Z] $ docker top 09c5afda2f18345808395a3c67e8b77a3d9a1299ea66e5c000867cd22e7f3379 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-06T19:07:21.564Z] ========================================================= [2022-10-06T19:07:21.564Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-06T19:07:21.564Z] ========================================================= [Pipeline] sh [2022-10-06T19:07:21.855Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-06T19:07:22.215Z] + make test [2022-10-06T19:07:22.216Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-06T19:07:28.782Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-06T19:07:40.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-06T19:07:41.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.068s coverage: 28.7% of statements [2022-10-06T19:07:41.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-06T19:07:41.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-06T19:07:41.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.112s coverage: 98.5% of statements [2022-10-06T19:07:42.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.081s coverage: 40.6% of statements [2022-10-06T19:07:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-06T19:07:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-06T19:07:42.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.121s coverage: 54.2% of statements [2022-10-06T19:07:42.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-06T19:07:42.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-06T19:07:45.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.323s coverage: 89.2% of statements [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-06T19:07:45.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 2.2% of statements [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-06T19:07:45.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.453s coverage: 95.6% of statements [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-06T19:07:45.593Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 72.2% of statements [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-06T19:07:45.593Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.075s coverage: 60.0% of statements [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-06T19:07:45.593Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.056s coverage: 0.9% of statements [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-06T19:07:45.593Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2022-10-06T19:07:45.593Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.090s coverage: 29.6% of statements [2022-10-06T19:07:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-06T19:07:45.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 47.1% of statements [2022-10-06T19:07:45.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements [2022-10-06T19:07:45.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements [2022-10-06T19:07:45.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2022-10-06T19:07:45.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2022-10-06T19:07:55.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements [2022-10-06T19:07:55.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [2022-10-06T19:07:56.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.253s coverage: 80.5% of statements [2022-10-06T19:07:56.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.108s coverage: 92.9% of statements [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.073s coverage: 86.9% of statements [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 58.8% of statements [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.0% of statements [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.056s coverage: 87.2% of statements [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.084s coverage: 85.4% of statements [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.238s coverage: 91.2% of statements [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 64.7% of statements [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 65.8% of statements [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.163s coverage: 41.8% of statements [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-06T19:08:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-06T19:08:05.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-06T19:08:05.151Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.165s coverage: 92.3% of statements [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-06T19:08:05.151Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 63.2% of statements [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-06T19:08:05.151Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.101s coverage: 97.7% of statements [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-06T19:08:05.151Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-06T19:08:05.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-06T19:08:05.151Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2022-10-06T19:08:05.151Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements [2022-10-06T19:08:05.151Z] 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-10-06T19:08:23.227Z] 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-10-06T19:08:23.227Z] GO111MODULE=on go vet ./... [2022-10-06T19:08:26.509Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-06T19:08:26.509Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-06T19:08:26.509Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-06T19:08:26.545Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-06T19:08:26.853Z] + ls -al . [2022-10-06T19:08:26.853Z] total 760 [2022-10-06T19:08:26.853Z] drwxrwxr-x 11 1001 1001 4096 Oct 6 19:07 . [2022-10-06T19:08:26.853Z] drwxr-xr-x 4 root root 4096 Oct 6 19:07 .. [2022-10-06T19:08:26.853Z] drwxrwxr-x 2 1001 1001 4096 Oct 6 19:06 .blubracket [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 16 Oct 6 19:06 .dockerignore [2022-10-06T19:08:26.853Z] drwxrwxr-x 8 1001 1001 4096 Oct 6 19:08 .git [2022-10-06T19:08:26.853Z] drwxrwxr-x 3 1001 1001 4096 Oct 6 19:06 .github [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 1030 Oct 6 19:06 .gitignore [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 42 Oct 6 19:06 .golangci.yml [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 87 Oct 6 19:06 .hadolint.yml [2022-10-06T19:08:26.853Z] drwxr-xr-x 3 1001 1001 4096 Oct 6 19:06 .semver [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 166 Oct 6 19:06 .sonarcloud.properties [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 1171 Oct 6 19:06 ADOPTERS.md [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 10722 Oct 6 19:06 Attribution.txt [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 63209 Oct 6 19:06 CHANGELOG.md [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 3804 Oct 6 19:06 CONTRIBUTING.md [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 677 Oct 6 19:06 GOVERNANCE.md [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 850 Oct 6 19:06 Jenkinsfile [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 10775 Oct 6 19:06 LICENSE [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 13724 Oct 6 19:06 Makefile [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 582 Oct 6 19:06 OWNERS.md [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 9799 Oct 6 19:06 README.md [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 6912 Oct 6 19:06 SECURITY.md [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 5 Oct 6 19:06 VERSION [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 4131 Oct 6 19:06 ZMQWindows.md [2022-10-06T19:08:26.853Z] drwxrwxr-x 2 1001 1001 4096 Oct 6 19:06 bin [2022-10-06T19:08:26.853Z] drwxrwxr-x 18 1001 1001 4096 Oct 6 19:06 cmd [2022-10-06T19:08:26.853Z] -rw-r--r-- 1 root root 502163 Oct 6 19:08 coverage.out [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 3458 Oct 6 19:06 go.mod [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 38041 Oct 6 19:06 go.sum [2022-10-06T19:08:26.853Z] drwxrwxr-x 8 1001 1001 4096 Oct 6 19:06 internal [2022-10-06T19:08:26.853Z] drwxrwxr-x 3 1001 1001 4096 Oct 6 19:06 openapi [2022-10-06T19:08:26.853Z] drwxrwxr-x 4 1001 1001 4096 Oct 6 19:06 snap [2022-10-06T19:08:26.853Z] -rw-rw-r-- 1 1001 1001 204 Oct 6 19:06 version.go [Pipeline] sh [2022-10-06T19:08:27.171Z] + '[' -e coverage.out ] [2022-10-06T19:08:27.171Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-06T19:08:27.278Z] Stashed 1 file(s) [Pipeline] sh [2022-10-06T19:08:27.576Z] + make build [2022-10-06T19:08:27.576Z] 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-10-06T19:08:36.817Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7281 in /w/workspace/edgexfoundry_edgex-go_PR-4188 [Pipeline] { [Pipeline] ws [2022-10-06T19:08:36.866Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-10-06T19:08:36.939Z] The recommended git tool is: git [2022-10-06T19:08:39.766Z] 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-10-06T19:08:41.767Z] using credential edgex-jenkins-ssh [2022-10-06T19:08:41.784Z] Cloning the remote Git repository [2022-10-06T19:08:41.823Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-10-06T19:08:41.896Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-10-06T19:08:42.033Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-06T19:08:42.034Z] > git --version # timeout=10 [2022-10-06T19:08:42.057Z] > git --version # 'git version 2.25.1' [2022-10-06T19:08:42.059Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-06T19:08:42.101Z] Verifying host key using known hosts file [2022-10-06T19:08:42.290Z] 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-10-06T19:08:42.309Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-06T19:08:49.740Z] 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-10-06T19:08:50.308Z] 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-10-06T19:08:56.867Z] 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-10-06T19:08:56.867Z] 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-10-06T19:08:57.803Z] 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-10-06T19:08:58.911Z] Merging remotes/origin/main commit 07636ef9ecc7fdcde5aa1f3409367271039fc420 into PR head commit 9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:08:59.181Z] 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-10-06T19:08:57.382Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-06T19:08:57.406Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-06T19:08:58.217Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-06T19:08:58.255Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-06T19:08:58.256Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-06T19:08:58.261Z] Verifying host key using known hosts file [2022-10-06T19:08:58.267Z] 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-10-06T19:08:58.276Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4188/head:refs/remotes/origin/PR-4188 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-06T19:08:58.931Z] > git config core.sparsecheckout # timeout=10 [2022-10-06T19:08:58.949Z] > git checkout -f 9836205f5a3e27ed82ea122f736ef9860377326b # timeout=10 [2022-10-06T19:08:59.210Z] > git remote # timeout=10 [2022-10-06T19:08:59.317Z] Merge succeeded, producing 9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:08:59.317Z] Checking out Revision 9836205f5a3e27ed82ea122f736ef9860377326b (PR-4188) [2022-10-06T19:09:00.022Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-10-06T19:09:00.071Z] > git --version # timeout=10 [2022-10-06T19:09:00.083Z] > git --version # 'git version 2.25.1' [2022-10-06T19:09:00.097Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-06T19:09:00.118Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-06T19:09:01.056Z] 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-10-06T19:09:01.229Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-06T19:09:01.230Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-06T19:09:01.230Z] Dload Upload Total Spent Left Speed [2022-10-06T19:09:01.230Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 75915 0 --:--:-- --:--:-- --:--:-- 75915 [2022-10-06T19:08:59.232Z] > git config --get remote.origin.url # timeout=10 [2022-10-06T19:08:59.250Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-06T19:08:59.255Z] Verifying host key using known hosts file [2022-10-06T19:08:59.258Z] 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-10-06T19:08:59.266Z] > git merge 07636ef9ecc7fdcde5aa1f3409367271039fc420 # timeout=10 [2022-10-06T19:08:59.294Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-06T19:08:59.327Z] > git config core.sparsecheckout # timeout=10 [2022-10-06T19:08:59.343Z] > git checkout -f 9836205f5a3e27ed82ea122f736ef9860377326b # timeout=10 [Pipeline] sh [2022-10-06T19:09:01.623Z] 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-10-06T19:09:01.832Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-06T19:09:02.188Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-06T19:09:02.188Z] + sudo tee /etc/docker/daemon.new [2022-10-06T19:09:02.188Z] { [2022-10-06T19:09:02.188Z] "registry-mirrors": [ [2022-10-06T19:09:02.188Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-06T19:09:02.188Z] ], [2022-10-06T19:09:02.188Z] "bip": "10.250.0.254/24", [2022-10-06T19:09:02.188Z] "hosts": [ [2022-10-06T19:09:02.188Z] "tcp://0.0.0.0:5555", [2022-10-06T19:09:02.188Z] "unix:///var/run/docker.sock" [2022-10-06T19:09:02.188Z] ], [2022-10-06T19:09:02.188Z] "mtu": 1458, [2022-10-06T19:09:02.188Z] "selinux-enabled": true, [2022-10-06T19:09:02.188Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-06T19:09:02.188Z] } [Pipeline] sh [2022-10-06T19:09:02.533Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [2022-10-06T19:09:02.558Z] 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 [Pipeline] sh [2022-10-06T19:09:02.880Z] + sudo service docker restart [2022-10-06T19:09:04.461Z] 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-10-06T19:09:05.431Z] $ docker stop --time=1 09c5afda2f18345808395a3c67e8b77a3d9a1299ea66e5c000867cd22e7f3379 [2022-10-06T19:09:07.909Z] $ docker rm -f 09c5afda2f18345808395a3c67e8b77a3d9a1299ea66e5c000867cd22e7f3379 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:09:09.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-06T19:09:09.081Z] [2022-10-06T19:09:09.082Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:09:09.454Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-06T19:09:09.454Z] latest: Pulling from edgex-devops/edgex-compose [2022-10-06T19:09:09.454Z] cbdbe7a5bc2a: Pulling fs layer [2022-10-06T19:09:09.454Z] ca9280d653b3: Pulling fs layer [2022-10-06T19:09:09.454Z] 7e9c9ca2126c: Pulling fs layer [2022-10-06T19:09:09.454Z] cbdbe7a5bc2a: Verifying Checksum [2022-10-06T19:09:09.454Z] cbdbe7a5bc2a: Download complete [2022-10-06T19:09:09.722Z] cbdbe7a5bc2a: Pull complete [2022-10-06T19:09:09.722Z] ca9280d653b3: Verifying Checksum [2022-10-06T19:09:09.722Z] ca9280d653b3: Download complete [2022-10-06T19:09:09.980Z] 7e9c9ca2126c: Verifying Checksum [2022-10-06T19:09:09.980Z] 7e9c9ca2126c: Download complete [2022-10-06T19:09:09.980Z] ca9280d653b3: Pull complete [2022-10-06T19:09:13.267Z] 7e9c9ca2126c: Pull complete [2022-10-06T19:09:13.267Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-10-06T19:09:13.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-06T19:09:13.267Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-06T19:09:13.470Z] prd-ubuntu20.04-docker-8c-8g-7280 does not seem to be running inside a container [2022-10-06T19:09:13.501Z] $ 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-10-06T19:09:14.790Z] $ docker top a290176737cf3d58ff0dc253f1e41be8b10b9afad85cad6557b882bc1f159e19 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-06T19:09:15.172Z] + docker-compose build --help [2022-10-06T19:09:15.172Z] + grep parallel [2022-10-06T19:09:15.742Z] --parallel Build images in parallel. [Pipeline] } [2022-10-06T19:09:15.774Z] $ docker stop --time=1 a290176737cf3d58ff0dc253f1e41be8b10b9afad85cad6557b882bc1f159e19 [2022-10-06T19:09:17.086Z] $ docker rm -f a290176737cf3d58ff0dc253f1e41be8b10b9afad85cad6557b882bc1f159e19 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:09:17.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-06T19:09:17.679Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-06T19:09:17.817Z] prd-ubuntu20.04-docker-8c-8g-7280 does not seem to be running inside a container [2022-10-06T19:09:17.844Z] $ 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-10-06T19:09:18.189Z] $ docker top bfb8f9cfea8c6811fb1db28ef6339740ab40e000406661393656687d5e334ed1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-06T19:09:18.576Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-06T19:09:19.143Z] Building core-command ... [2022-10-06T19:09:19.143Z] Building core-data ... [2022-10-06T19:09:19.143Z] Building core-metadata ... [2022-10-06T19:09:19.143Z] Building security-bootstrapper ... [2022-10-06T19:09:19.143Z] Building security-proxy-setup ... [2022-10-06T19:09:19.143Z] Building security-secretstore-setup ... [2022-10-06T19:09:19.143Z] Building security-spiffe-token-provider ... [2022-10-06T19:09:19.143Z] Building security-spire-agent ... [2022-10-06T19:09:19.143Z] Building security-spire-config ... [2022-10-06T19:09:19.143Z] Building security-spire-server ... [2022-10-06T19:09:19.143Z] Building support-notifications ... [2022-10-06T19:09:19.143Z] Building support-scheduler ... [2022-10-06T19:09:19.143Z] Building sys-mgmt-agent ... [2022-10-06T19:09:19.143Z] Building core-command [2022-10-06T19:09:19.143Z] Building security-spiffe-token-provider [2022-10-06T19:09:19.143Z] Building support-scheduler [2022-10-06T19:09:19.143Z] Building security-bootstrapper [2022-10-06T19:09:19.143Z] Building security-spire-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-06T19:09:21.195Z] provisioning config files... [2022-10-06T19:09:21.220Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config903529446639113101tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-06T19:09:21.604Z] ---> docker-login.sh [2022-10-06T19:09:21.604Z] nexus3.edgexfoundry.org:10001 [2022-10-06T19:09:21.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-06T19:09:22.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-06T19:09:22.459Z] Configure a credential helper to remove this warning. See [2022-10-06T19:09:22.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-06T19:09:22.459Z] [2022-10-06T19:09:22.459Z] Login Succeeded [2022-10-06T19:09:22.459Z] nexus3.edgexfoundry.org:10002 [2022-10-06T19:09:22.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-06T19:09:22.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-06T19:09:22.727Z] Configure a credential helper to remove this warning. See [2022-10-06T19:09:22.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-06T19:09:22.727Z] [2022-10-06T19:09:22.727Z] Login Succeeded [2022-10-06T19:09:22.727Z] nexus3.edgexfoundry.org:10003 [2022-10-06T19:09:22.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-06T19:09:22.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-06T19:09:22.995Z] Configure a credential helper to remove this warning. See [2022-10-06T19:09:22.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-06T19:09:22.995Z] [2022-10-06T19:09:22.995Z] Login Succeeded [2022-10-06T19:09:22.995Z] nexus3.edgexfoundry.org:10004 [2022-10-06T19:09:23.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-06T19:09:23.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-06T19:09:23.267Z] Configure a credential helper to remove this warning. See [2022-10-06T19:09:23.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-06T19:09:23.267Z] [2022-10-06T19:09:23.267Z] Login Succeeded [2022-10-06T19:09:23.267Z] docker.io [2022-10-06T19:09:23.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-06T19:09:24.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-06T19:09:24.120Z] Configure a credential helper to remove this warning. See [2022-10-06T19:09:24.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-06T19:09:24.120Z] [2022-10-06T19:09:24.120Z] Login Succeeded [2022-10-06T19:09:24.120Z] ---> docker-login.sh ends [Pipeline] } [2022-10-06T19:09:24.149Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-10-06T19:09:24.735Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-06T19:09:24.773Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-06T19:09:24.810Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-06T19:09:24.841Z] ========================================================= [2022-10-06T19:09:24.841Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-06T19:09:24.841Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-06T19:09:25.226Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-06T19:09:25.226Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-06T19:09:25.226Z] b3c136eddcbf: Pulling fs layer [2022-10-06T19:09:25.226Z] c0a3192eca97: Pulling fs layer [2022-10-06T19:09:25.226Z] a050256f5b6f: Pulling fs layer [2022-10-06T19:09:25.226Z] 656be50a0ddc: Pulling fs layer [2022-10-06T19:09:25.226Z] 2bbca73fdf42: Pulling fs layer [2022-10-06T19:09:25.226Z] f607e4fc86c3: Pulling fs layer [2022-10-06T19:09:25.226Z] 4d572c569a2c: Pulling fs layer [2022-10-06T19:09:25.226Z] fcf976331f73: Pulling fs layer [2022-10-06T19:09:25.226Z] 2bbca73fdf42: Waiting [2022-10-06T19:09:25.226Z] 4d572c569a2c: Waiting [2022-10-06T19:09:25.226Z] f607e4fc86c3: Waiting [2022-10-06T19:09:25.226Z] fcf976331f73: Waiting [2022-10-06T19:09:25.226Z] 656be50a0ddc: Waiting [2022-10-06T19:09:25.497Z] a050256f5b6f: Download complete [2022-10-06T19:09:25.497Z] c0a3192eca97: Verifying Checksum [2022-10-06T19:09:25.497Z] c0a3192eca97: Download complete [2022-10-06T19:09:25.497Z] 2bbca73fdf42: Verifying Checksum [2022-10-06T19:09:25.497Z] 2bbca73fdf42: Download complete [2022-10-06T19:09:25.497Z] f607e4fc86c3: Verifying Checksum [2022-10-06T19:09:25.497Z] f607e4fc86c3: Download complete [2022-10-06T19:09:25.497Z] b3c136eddcbf: Verifying Checksum [2022-10-06T19:09:25.497Z] b3c136eddcbf: Download complete [2022-10-06T19:09:26.469Z] b3c136eddcbf: Pull complete [2022-10-06T19:09:26.469Z] fcf976331f73: Verifying Checksum [2022-10-06T19:09:26.469Z] fcf976331f73: Download complete [2022-10-06T19:09:26.737Z] c0a3192eca97: Pull complete [2022-10-06T19:09:27.012Z] a050256f5b6f: Pull complete [2022-10-06T19:09:27.605Z] 4d572c569a2c: Verifying Checksum [2022-10-06T19:09:27.605Z] 4d572c569a2c: Download complete [2022-10-06T19:09:28.190Z] 656be50a0ddc: Verifying Checksum [2022-10-06T19:09:28.190Z] 656be50a0ddc: Download complete [2022-10-06T19:09:29.106Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:09:29.106Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:09:29.106Z] ---> 418b175a35ae [2022-10-06T19:09:29.106Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-06T19:09:29.106Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:09:29.106Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:09:29.106Z] ---> 418b175a35ae [2022-10-06T19:09:29.106Z] Step 3/33 : WORKDIR /edgex-go [2022-10-06T19:09:29.106Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:09:29.106Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:09:29.106Z] ---> 418b175a35ae [2022-10-06T19:09:29.106Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-06T19:09:29.106Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:09:29.106Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:09:29.106Z] ---> 418b175a35ae [2022-10-06T19:09:29.106Z] Step 3/20 : WORKDIR /edgex-go [2022-10-06T19:09:29.106Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:09:29.106Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:09:29.106Z] ---> 418b175a35ae [2022-10-06T19:09:29.106Z] Step 3/26 : WORKDIR /edgex-go [2022-10-06T19:09:31.638Z] ---> Running in 1ea4e3d808b0 [2022-10-06T19:09:31.638Z] ---> Running in f2acaf284af7 [2022-10-06T19:09:31.638Z] ---> Running in 29654403cf5e [2022-10-06T19:09:31.638Z] ---> Running in 3114308aa0b6 [2022-10-06T19:09:31.638Z] ---> Running in 7f30aecee75b [2022-10-06T19:09:31.897Z] Removing intermediate container 3114308aa0b6 [2022-10-06T19:09:31.897Z] ---> 159740360674 [2022-10-06T19:09:31.897Z] Step 4/23 : WORKDIR /edgex-go [2022-10-06T19:09:31.897Z] Removing intermediate container 1ea4e3d808b0 [2022-10-06T19:09:31.897Z] ---> a0a4b2b5eab8 [2022-10-06T19:09:31.897Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:09:31.897Z] Removing intermediate container f2acaf284af7 [2022-10-06T19:09:31.897Z] ---> f8617e1737b4 [2022-10-06T19:09:31.897Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-06T19:09:31.897Z] Removing intermediate container 7f30aecee75b [2022-10-06T19:09:31.897Z] ---> 93040e8ac783 [2022-10-06T19:09:31.897Z] Step 4/24 : WORKDIR /edgex-go [2022-10-06T19:09:31.897Z] Removing intermediate container 29654403cf5e [2022-10-06T19:09:31.897Z] ---> a5c17ab4d429 [2022-10-06T19:09:31.897Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:09:31.897Z] ---> Running in 470540b3b602 [2022-10-06T19:09:31.897Z] ---> Running in fbe9dd938dcf [2022-10-06T19:09:31.897Z] ---> Running in f58858e38e75 [2022-10-06T19:09:31.897Z] ---> Running in 88b85961b58a [2022-10-06T19:09:31.897Z] ---> Running in 1fcd4119816c [2022-10-06T19:09:31.897Z] Removing intermediate container 470540b3b602 [2022-10-06T19:09:31.897Z] ---> 008514234443 [2022-10-06T19:09:31.897Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:09:32.156Z] Removing intermediate container 88b85961b58a [2022-10-06T19:09:32.156Z] ---> e7233055ddb4 [2022-10-06T19:09:32.156Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:09:32.156Z] ---> Running in 7d756aade151 [2022-10-06T19:09:32.156Z] ---> Running in 75f0c0408cb1 [2022-10-06T19:09:32.414Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:09:32.414Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:09:32.671Z] v3.16.2-238-g1f791c2f57 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-06T19:09:32.671Z] v3.16.2-237-g36a8973e6a [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-06T19:09:32.671Z] OK: 17040 distinct packages available [2022-10-06T19:09:32.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:09:32.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:09:32.929Z] OK: 211 MiB in 51 packages [2022-10-06T19:09:33.187Z] Removing intermediate container fbe9dd938dcf [2022-10-06T19:09:33.187Z] ---> d20d6f92dd84 [2022-10-06T19:09:33.187Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-06T19:09:33.187Z] ---> Running in af6291b9f43a [2022-10-06T19:09:33.187Z] Removing intermediate container 7d756aade151 [2022-10-06T19:09:33.187Z] ---> 488fda320ad4 [2022-10-06T19:09:33.187Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-06T19:09:33.187Z] ---> Running in 641a511fb658 [2022-10-06T19:09:33.187Z] Removing intermediate container 1fcd4119816c [2022-10-06T19:09:33.187Z] ---> dc2b3923133a [2022-10-06T19:09:33.187Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-06T19:09:33.187Z] ---> Running in 660083f313f3 [2022-10-06T19:09:33.446Z] Removing intermediate container 75f0c0408cb1 [2022-10-06T19:09:33.446Z] ---> 428f56b6ee18 [2022-10-06T19:09:33.446Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-06T19:09:33.446Z] ---> Running in 82f449a936e0 [2022-10-06T19:09:33.446Z] Removing intermediate container f58858e38e75 [2022-10-06T19:09:33.446Z] ---> e03710630528 [2022-10-06T19:09:33.446Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-06T19:09:33.704Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:09:33.704Z] ---> ef0f091737b8 [2022-10-06T19:09:33.704Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:09:33.704Z] ---> Running in 01058c075b31 [2022-10-06T19:09:33.963Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:09:33.963Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:09:33.963Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:09:34.533Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:09:34.795Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:09:34.795Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:09:34.795Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:09:34.795Z] OK: 211 MiB in 51 packages [2022-10-06T19:09:35.066Z] OK: 211 MiB in 51 packages [2022-10-06T19:09:35.324Z] OK: 211 MiB in 51 packages [2022-10-06T19:09:35.324Z] OK: 211 MiB in 51 packages [2022-10-06T19:09:35.324Z] Removing intermediate container af6291b9f43a [2022-10-06T19:09:35.324Z] ---> 0d48880c5e6c [2022-10-06T19:09:35.324Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-06T19:09:35.583Z] ---> f21e8f25a1e3 [2022-10-06T19:09:35.583Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:09:35.583Z] ---> Running in f44b2e495d5f [2022-10-06T19:09:35.841Z] Removing intermediate container 641a511fb658 [2022-10-06T19:09:35.841Z] ---> 03542907645f [2022-10-06T19:09:35.841Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-06T19:09:35.841Z] Removing intermediate container 82f449a936e0 [2022-10-06T19:09:35.841Z] ---> 2f9474de13c5 [2022-10-06T19:09:35.841Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-06T19:09:35.841Z] Removing intermediate container 660083f313f3 [2022-10-06T19:09:35.841Z] ---> 5e678618b1f0 [2022-10-06T19:09:35.841Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-06T19:09:35.841Z] ---> 806bb366048c [2022-10-06T19:09:35.841Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:09:36.134Z] ---> eac563956581 [2022-10-06T19:09:36.134Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:09:36.134Z] ---> Running in 1480f1f5918d [2022-10-06T19:09:36.134Z] ---> 58e23a4578bc [2022-10-06T19:09:36.134Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:09:36.398Z] ---> Running in a1a22f3bc9a7 [2022-10-06T19:09:36.398Z] ---> Running in 569bebf950e8 [2022-10-06T19:09:40.518Z] 656be50a0ddc: Pull complete [2022-10-06T19:09:40.519Z] 2bbca73fdf42: Pull complete [2022-10-06T19:09:40.519Z] f607e4fc86c3: Pull complete [2022-10-06T19:09:47.251Z] 4d572c569a2c: Pull complete [2022-10-06T19:09:48.606Z] Removing intermediate container 1480f1f5918d [2022-10-06T19:09:48.606Z] ---> 14be2d2ffd7a [2022-10-06T19:09:48.606Z] Step 9/23 : COPY . . [2022-10-06T19:09:48.606Z] Removing intermediate container f44b2e495d5f [2022-10-06T19:09:48.606Z] ---> 299a6a1b9ac1 [2022-10-06T19:09:48.606Z] Step 8/26 : COPY . . [2022-10-06T19:09:48.606Z] Removing intermediate container 01058c075b31 [2022-10-06T19:09:48.606Z] ---> d78169d9b283 [2022-10-06T19:09:48.606Z] Step 7/20 : COPY . . [2022-10-06T19:09:48.606Z] Removing intermediate container a1a22f3bc9a7 [2022-10-06T19:09:48.606Z] ---> ef42aecd15b0 [2022-10-06T19:09:48.606Z] Step 9/24 : COPY . . [2022-10-06T19:09:48.606Z] Removing intermediate container 569bebf950e8 [2022-10-06T19:09:48.606Z] ---> 2ef17b6ee144 [2022-10-06T19:09:48.606Z] Step 8/33 : COPY . . [2022-10-06T19:09:49.199Z] fcf976331f73: Pull complete [2022-10-06T19:09:49.199Z] Digest: sha256:42df807b16ab3f1597034bcf0018cb26f012c54ed771f2ecbf0eeaf3e7d2e189 [2022-10-06T19:09:49.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-06T19:09:49.199Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-06T19:09:49.590Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-06T19:09:49.590Z] WORKDIR /edgex [2022-10-06T19:09:49.590Z] COPY go.mod . [2022-10-06T19:09:49.590Z] RUN go mod download [2022-10-06T19:09:49.590Z] + docker build -t ci-base-image-arm64 -f - . [2022-10-06T19:09:50.184Z] Sending build context to Docker daemon 3.262MB [2022-10-06T19:09:50.184Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-06T19:09:50.184Z] ---> 3970a7415f9e [2022-10-06T19:09:50.184Z] Step 2/4 : WORKDIR /edgex [2022-10-06T19:09:52.159Z] ---> Running in cf131aee3387 [2022-10-06T19:09:52.159Z] Removing intermediate container cf131aee3387 [2022-10-06T19:09:52.159Z] ---> 38c98b7e3bd3 [2022-10-06T19:09:52.159Z] Step 3/4 : COPY go.mod . [2022-10-06T19:09:52.748Z] ---> a9e9beb25395 [2022-10-06T19:09:52.748Z] Step 4/4 : RUN go mod download [2022-10-06T19:09:52.748Z] ---> Running in 2842e8252718 [2022-10-06T19:09:56.730Z] ---> 42ace2546dc1 [2022-10-06T19:09:56.730Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-06T19:09:56.730Z] ---> b8435044c5ca [2022-10-06T19:09:56.730Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-06T19:09:56.730Z] ---> 63b3725747e0 [2022-10-06T19:09:56.730Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-06T19:09:56.730Z] ---> bb025af81412 [2022-10-06T19:09:56.730Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-06T19:09:56.730Z] ---> 593e456607cd [2022-10-06T19:09:56.730Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-06T19:09:56.730Z] ---> Running in eef3e9aaedaa [2022-10-06T19:09:56.730Z] ---> Running in ffce74ac1174 [2022-10-06T19:09:56.730Z] ---> Running in 50313e2ac572 [2022-10-06T19:09:56.730Z] ---> Running in 0efc2ea73c18 [2022-10-06T19:09:56.730Z] ---> Running in 82bf7e9054da [2022-10-06T19:09:56.730Z] Removing intermediate container ffce74ac1174 [2022-10-06T19:09:56.730Z] ---> e38bf12e7a1e [2022-10-06T19:09:56.730Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-06T19:09:56.730Z] ---> Running in 77b8c5be93f8 [2022-10-06T19:09:56.730Z] Removing intermediate container 77b8c5be93f8 [2022-10-06T19:09:56.730Z] ---> 073d4fca6e57 [2022-10-06T19:09:56.730Z] 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-10-06T19:09:56.730Z] ---> Running in ef33dd1809b1 [2022-10-06T19:09:56.730Z] 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-10-06T19:09:56.730Z] 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-10-06T19:09:56.730Z] 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-10-06T19:09:56.730Z] 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-10-06T19:09:57.296Z] Removing intermediate container ef33dd1809b1 [2022-10-06T19:09:57.296Z] ---> 0a730148bf9b [2022-10-06T19:09:57.296Z] Step 12/26 : WORKDIR /edgex-go [2022-10-06T19:09:57.296Z] ---> Running in a9f81d99096e [2022-10-06T19:09:57.554Z] Removing intermediate container a9f81d99096e [2022-10-06T19:09:57.554Z] ---> 6a49c485b4da [2022-10-06T19:09:57.554Z] [2022-10-06T19:09:57.554Z] Step 13/26 : FROM alpine:3.15 [2022-10-06T19:09:57.554Z] 3.15: Pulling from library/alpine [2022-10-06T19:09:57.811Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-06T19:09:57.811Z] Status: Downloaded newer image for alpine:3.15 [2022-10-06T19:09:57.811Z] ---> c4fc93816858 [2022-10-06T19:09:57.811Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-06T19:09:57.811Z] ---> Running in c4ffa6b129d2 [2022-10-06T19:09:58.068Z] Removing intermediate container c4ffa6b129d2 [2022-10-06T19:09:58.068Z] ---> 3635df8fa184 [2022-10-06T19:09:58.068Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:09:58.068Z] ---> Running in 0f8e4eb3e9a5 [2022-10-06T19:09:59.000Z] Removing intermediate container 0f8e4eb3e9a5 [2022-10-06T19:09:59.000Z] ---> 151b19d2572a [2022-10-06T19:09:59.000Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-06T19:09:59.000Z] ---> Running in 9f20e2b91b1e [2022-10-06T19:09:59.564Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:00.496Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:00.753Z] v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-06T19:10:00.753Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-06T19:10:00.753Z] OK: 15857 distinct packages available [2022-10-06T19:10:00.753Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:01.686Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:03.052Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-06T19:10:03.052Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-06T19:10:03.308Z] (3/4) Installing libucontext (1.1-r0) [2022-10-06T19:10:03.308Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-06T19:10:03.308Z] Executing busybox-1.34.1-r7.trigger [2022-10-06T19:10:03.308Z] OK: 6 MiB in 18 packages [2022-10-06T19:10:05.201Z] Removing intermediate container 9f20e2b91b1e [2022-10-06T19:10:05.202Z] ---> e3e0778147bf [2022-10-06T19:10:05.202Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-06T19:10:08.473Z] ---> 4309b33615dc [2022-10-06T19:10:08.473Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-06T19:10:08.732Z] ---> 3ace2a0863b8 [2022-10-06T19:10:08.732Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-06T19:10:08.732Z] ---> Running in 6c72eecc1e4f [2022-10-06T19:10:09.297Z] Removing intermediate container 6c72eecc1e4f [2022-10-06T19:10:09.297Z] ---> 4a33a171efc8 [2022-10-06T19:10:09.297Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-06T19:10:09.861Z] ---> 55bfd7e408e8 [2022-10-06T19:10:09.861Z] Step 21/26 : WORKDIR / [2022-10-06T19:10:09.861Z] ---> Running in 8e25bc54a3de [2022-10-06T19:10:10.430Z] Removing intermediate container 8e25bc54a3de [2022-10-06T19:10:10.430Z] ---> e0ecd3287fe3 [2022-10-06T19:10:10.430Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-06T19:10:10.686Z] ---> Running in 50153841fe69 [2022-10-06T19:10:10.944Z] Removing intermediate container 50153841fe69 [2022-10-06T19:10:10.944Z] ---> f07d8e6dbbbf [2022-10-06T19:10:10.944Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-06T19:10:11.201Z] ---> Running in a5bbf3537a02 [2022-10-06T19:10:11.458Z] Removing intermediate container a5bbf3537a02 [2022-10-06T19:10:11.458Z] ---> b3baf0068090 [2022-10-06T19:10:11.458Z] Step 24/26 : LABEL arch=x86_64 [2022-10-06T19:10:11.458Z] ---> Running in 88ebb7c75a8b [2022-10-06T19:10:11.716Z] Removing intermediate container 88ebb7c75a8b [2022-10-06T19:10:11.716Z] ---> fed60f80d36a [2022-10-06T19:10:11.716Z] Step 25/26 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:10:11.973Z] ---> Running in 69020feb083c [2022-10-06T19:10:12.230Z] Removing intermediate container 69020feb083c [2022-10-06T19:10:12.230Z] ---> 236afc8308d9 [2022-10-06T19:10:12.230Z] Step 26/26 : LABEL version=0.0.0 [2022-10-06T19:10:12.489Z] ---> Running in 0fc82ed75eaf [2022-10-06T19:10:12.747Z] Removing intermediate container 0fc82ed75eaf [2022-10-06T19:10:12.747Z] ---> 8dbf1db990f5 [2022-10-06T19:10:12.747Z] [2022-10-06T19:10:12.747Z] Successfully built 8dbf1db990f5 [2022-10-06T19:10:12.747Z] Successfully tagged security-spire-config:latest [2022-10-06T19:10:12.747Z]  Building security-spire-config ... done Building support-notifications [2022-10-06T19:10:16.022Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:10:16.022Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:10:16.022Z] ---> 418b175a35ae [2022-10-06T19:10:16.022Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-06T19:10:16.022Z] ---> Using cache [2022-10-06T19:10:16.022Z] ---> 93040e8ac783 [2022-10-06T19:10:16.022Z] Step 4/23 : WORKDIR /edgex-go [2022-10-06T19:10:16.022Z] ---> Using cache [2022-10-06T19:10:16.022Z] ---> e7233055ddb4 [2022-10-06T19:10:16.022Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:10:16.022Z] ---> Using cache [2022-10-06T19:10:16.022Z] ---> 428f56b6ee18 [2022-10-06T19:10:16.022Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-06T19:10:16.954Z] ---> Running in dad27881ee0f [2022-10-06T19:10:17.886Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:18.819Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:19.076Z] OK: 211 MiB in 51 packages [2022-10-06T19:10:20.008Z] Removing intermediate container dad27881ee0f [2022-10-06T19:10:20.008Z] ---> 16f226013af8 [2022-10-06T19:10:20.008Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-06T19:10:20.937Z] ---> 3c777bf30d17 [2022-10-06T19:10:20.937Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:10:20.937Z] ---> Running in 35f6b208cd77 [2022-10-06T19:10:25.006Z] Removing intermediate container 2842e8252718 [2022-10-06T19:10:25.006Z] ---> 57d0ee099bc9 [2022-10-06T19:10:25.006Z] Successfully built 57d0ee099bc9 [2022-10-06T19:10:25.006Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:10:25.407Z] + docker inspect -f . ci-base-image-arm64 [2022-10-06T19:10:25.407Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-06T19:10:25.657Z] prd-ubuntu20.04-docker-arm64-4c-16g-7281 does not seem to be running inside a container [2022-10-06T19:10:25.731Z] $ 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-arm64 cat [2022-10-06T19:10:26.892Z] $ docker top 2a42310684bf12902a4ae145f7fdb97674ff5547c8dd1aba61e97ce7c5b218c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-06T19:10:27.764Z] + go version [2022-10-06T19:10:27.765Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-10-06T19:10:27.802Z] $ docker stop --time=1 2a42310684bf12902a4ae145f7fdb97674ff5547c8dd1aba61e97ce7c5b218c1 [2022-10-06T19:10:29.040Z] Removing intermediate container 82bf7e9054da [2022-10-06T19:10:29.040Z] ---> c62d3bfcc450 [2022-10-06T19:10:29.040Z] [2022-10-06T19:10:29.040Z] Step 11/24 : FROM alpine:3.16 [2022-10-06T19:10:29.040Z] Removing intermediate container 50313e2ac572 [2022-10-06T19:10:29.040Z] ---> 7c899b19cfd2 [2022-10-06T19:10:29.040Z] [2022-10-06T19:10:29.040Z] Step 10/33 : FROM alpine:3.16 [2022-10-06T19:10:29.403Z] $ docker rm -f 2a42310684bf12902a4ae145f7fdb97674ff5547c8dd1aba61e97ce7c5b218c1 [2022-10-06T19:10:29.603Z] 3.16: Pulling from library/alpine [2022-10-06T19:10:29.603Z] 3.16: Pulling from library/alpine [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2022-10-06T19:10:29.860Z] Removing intermediate container 35f6b208cd77 [2022-10-06T19:10:29.860Z] ---> cdea11003d11 [2022-10-06T19:10:29.860Z] Step 9/23 : COPY . . [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:10:30.358Z] + docker inspect -f . ci-base-image-arm64 [2022-10-06T19:10:30.358Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-06T19:10:30.602Z] prd-ubuntu20.04-docker-arm64-4c-16g-7281 does not seem to be running inside a container [2022-10-06T19:10:30.662Z] $ 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-arm64 cat [2022-10-06T19:10:31.757Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-06T19:10:31.757Z] Status: Downloaded newer image for alpine:3.16 [2022-10-06T19:10:31.757Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-06T19:10:31.757Z] Status: Image is up to date for alpine:3.16 [2022-10-06T19:10:31.757Z] ---> 9c6f07244728 [2022-10-06T19:10:31.757Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-06T19:10:31.757Z] ---> 9c6f07244728 [2022-10-06T19:10:31.757Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-06T19:10:31.757Z] Removing intermediate container eef3e9aaedaa [2022-10-06T19:10:31.757Z] ---> ff416990400f [2022-10-06T19:10:31.757Z] [2022-10-06T19:10:31.757Z] Step 9/20 : FROM alpine:3.15 [2022-10-06T19:10:31.757Z] ---> c4fc93816858 [2022-10-06T19:10:31.757Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-06T19:10:31.757Z] ---> Using cache [2022-10-06T19:10:31.757Z] ---> 3635df8fa184 [2022-10-06T19:10:31.757Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:10:31.757Z] ---> Using cache [2022-10-06T19:10:31.757Z] ---> 151b19d2572a [2022-10-06T19:10:31.757Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-06T19:10:31.800Z] $ docker top 1f5a7669706227e2638ba3b5eecc9dc3600b5d3dff0af55d84d423f449e74af1 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-06T19:10:32.074Z] ========================================================= [2022-10-06T19:10:32.074Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-06T19:10:32.074Z] ========================================================= [Pipeline] sh [2022-10-06T19:10:32.321Z] ---> Running in fc2459606b30 [2022-10-06T19:10:32.321Z] ---> Running in a435d2d6b235 [2022-10-06T19:10:32.321Z] ---> Running in 1582a36160d7 [2022-10-06T19:10:32.321Z] Removing intermediate container 0efc2ea73c18 [2022-10-06T19:10:32.321Z] ---> 9923dbd2a4ee [2022-10-06T19:10:32.321Z] [2022-10-06T19:10:32.321Z] Step 11/23 : FROM alpine:3.16 [2022-10-06T19:10:32.321Z] ---> 9c6f07244728 [2022-10-06T19:10:32.321Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-06T19:10:32.393Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-06T19:10:32.581Z] ---> Running in 12bf1be1ad57 [2022-10-06T19:10:32.582Z] Removing intermediate container fc2459606b30 [2022-10-06T19:10:32.582Z] ---> 5fa4a9c5b246 [2022-10-06T19:10:32.582Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-06T19:10:32.582Z] ---> Running in 7faacae0af92 [2022-10-06T19:10:32.582Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:32.757Z] + make test [2022-10-06T19:10:32.838Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:32.838Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:32.838Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:33.024Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-06T19:10:33.096Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:33.096Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-06T19:10:33.096Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:10:33.096Z] OK: 6 MiB in 15 packages [2022-10-06T19:10:33.096Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:33.096Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:33.354Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-06T19:10:33.354Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:10:33.355Z] OK: 6 MiB in 15 packages [2022-10-06T19:10:33.355Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-06T19:10:33.355Z] (2/2) Installing su-exec (0.2-r1) [2022-10-06T19:10:33.355Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:10:33.355Z] OK: 6 MiB in 16 packages [2022-10-06T19:10:33.355Z] ---> 89ce5d12f236 [2022-10-06T19:10:33.355Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-06T19:10:33.619Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:33.619Z] ---> Running in 3f3af6fcaf32 [2022-10-06T19:10:33.878Z] Removing intermediate container 1582a36160d7 [2022-10-06T19:10:33.878Z] ---> 7d84588da450 [2022-10-06T19:10:33.878Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-06T19:10:33.878Z] ---> Running in 135a53b6f42d [2022-10-06T19:10:33.878Z] Removing intermediate container 12bf1be1ad57 [2022-10-06T19:10:33.878Z] ---> eabc4e1ec737 [2022-10-06T19:10:33.878Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-06T19:10:33.878Z] ---> Running in c5faf7f8b73a [2022-10-06T19:10:33.878Z] Removing intermediate container 7faacae0af92 [2022-10-06T19:10:33.878Z] ---> 73330a8d40f4 [2022-10-06T19:10:33.878Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-06T19:10:33.878Z] v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-06T19:10:33.878Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-06T19:10:33.878Z] OK: 15857 distinct packages available [2022-10-06T19:10:33.878Z] Removing intermediate container 135a53b6f42d [2022-10-06T19:10:33.878Z] ---> b17f789a2d51 [2022-10-06T19:10:33.878Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-06T19:10:34.137Z] ---> Running in 28dcde71f73f [2022-10-06T19:10:34.137Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:34.137Z] ---> Running in 8bf8ac105dd9 [2022-10-06T19:10:34.137Z] Removing intermediate container c5faf7f8b73a [2022-10-06T19:10:34.137Z] ---> 94a0f176fae0 [2022-10-06T19:10:34.137Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-06T19:10:34.137Z] 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-10-06T19:10:34.137Z] ---> Running in 9e0a0fc02cae [2022-10-06T19:10:34.137Z] Removing intermediate container 28dcde71f73f [2022-10-06T19:10:34.137Z] ---> 811520cd806c [2022-10-06T19:10:34.137Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-06T19:10:34.137Z] Removing intermediate container 8bf8ac105dd9 [2022-10-06T19:10:34.137Z] ---> 6523fa22c57c [2022-10-06T19:10:34.137Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-06T19:10:34.137Z] ---> Running in 696945230c29 [2022-10-06T19:10:34.137Z] ---> Running in d16e7c59cbed [2022-10-06T19:10:34.395Z] Removing intermediate container 9e0a0fc02cae [2022-10-06T19:10:34.395Z] ---> 35208055752e [2022-10-06T19:10:34.395Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-06T19:10:34.395Z] ---> Running in 7e988ef1747c [2022-10-06T19:10:34.395Z] Removing intermediate container 696945230c29 [2022-10-06T19:10:34.395Z] ---> b7461d20bbb3 [2022-10-06T19:10:34.395Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-06T19:10:34.395Z] ---> Running in f388838c2d83 [2022-10-06T19:10:34.395Z] Removing intermediate container d16e7c59cbed [2022-10-06T19:10:34.395Z] ---> d8b2a1f746ec [2022-10-06T19:10:34.395Z] Step 16/24 : WORKDIR / [2022-10-06T19:10:34.654Z] Removing intermediate container 7e988ef1747c [2022-10-06T19:10:34.654Z] ---> dce9ba26cfa2 [2022-10-06T19:10:34.654Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:10:34.654Z] ---> Running in 2d2a88059a4f [2022-10-06T19:10:34.654Z] Removing intermediate container f388838c2d83 [2022-10-06T19:10:34.654Z] ---> 8b3c72551b8b [2022-10-06T19:10:34.654Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-06T19:10:34.654Z] ---> Running in 0ac9e91d9e13 [2022-10-06T19:10:34.654Z] Removing intermediate container 2d2a88059a4f [2022-10-06T19:10:34.654Z] ---> 78b53ff37f7c [2022-10-06T19:10:34.912Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:10:34.912Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:34.912Z] ---> ac59b3dde08f [2022-10-06T19:10:34.912Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-06T19:10:34.912Z] Removing intermediate container 0ac9e91d9e13 [2022-10-06T19:10:34.912Z] ---> 947ab2109f4c [2022-10-06T19:10:34.912Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-06T19:10:34.912Z] ---> Running in 697f6bb9bc21 [2022-10-06T19:10:35.175Z] ---> c391e4c76d4f [2022-10-06T19:10:35.175Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-06T19:10:35.175Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-06T19:10:35.175Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-06T19:10:35.437Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-06T19:10:35.437Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-06T19:10:35.437Z] (5/9) Installing curl (7.80.0-r3) [2022-10-06T19:10:35.437Z] ---> 26b69da82751 [2022-10-06T19:10:35.696Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-06T19:10:35.696Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-06T19:10:35.696Z] ---> c7cbd77b715d [2022-10-06T19:10:35.696Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-06T19:10:35.696Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-06T19:10:35.696Z] (8/9) Installing libucontext (1.1-r0) [2022-10-06T19:10:35.696Z] ---> d09c7e114b47 [2022-10-06T19:10:35.696Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-06T19:10:35.956Z] ---> 2d7f1a822b23 [2022-10-06T19:10:35.956Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-06T19:10:35.956Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-06T19:10:35.956Z] ---> Running in 605a0b599603 [2022-10-06T19:10:35.956Z] Removing intermediate container 697f6bb9bc21 [2022-10-06T19:10:35.956Z] ---> 392d470a74b1 [2022-10-06T19:10:35.956Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-06T19:10:35.956Z] Executing busybox-1.34.1-r7.trigger [2022-10-06T19:10:35.956Z] Executing ca-certificates-20220614-r0.trigger [2022-10-06T19:10:35.956Z] ---> Running in 9f54bb99bd71 [2022-10-06T19:10:35.956Z] ---> Running in 8881e062f201 [2022-10-06T19:10:35.956Z] OK: 8 MiB in 23 packages [2022-10-06T19:10:35.956Z] Removing intermediate container 605a0b599603 [2022-10-06T19:10:35.956Z] ---> cb7e94d9fae1 [2022-10-06T19:10:35.956Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:10:35.956Z] ---> Running in 02d3d57088ad [2022-10-06T19:10:36.214Z] Removing intermediate container 9f54bb99bd71 [2022-10-06T19:10:36.214Z] ---> 78743af64b5b [2022-10-06T19:10:36.214Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:10:36.214Z] Removing intermediate container 8881e062f201 [2022-10-06T19:10:36.214Z] ---> 8d1fa27f46ab [2022-10-06T19:10:36.214Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-06T19:10:36.214Z] ---> Running in 7369167e33f3 [2022-10-06T19:10:36.214Z] Removing intermediate container 02d3d57088ad [2022-10-06T19:10:36.214Z] ---> e709f80bc001 [2022-10-06T19:10:36.214Z] Step 21/23 : LABEL arch=x86_64 [2022-10-06T19:10:36.484Z] ---> Running in fed7dfb30f2d [2022-10-06T19:10:36.484Z] ---> 60aff4688d2b [2022-10-06T19:10:36.484Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-06T19:10:36.484Z] Removing intermediate container 7369167e33f3 [2022-10-06T19:10:36.484Z] ---> 04c17fd401a7 [2022-10-06T19:10:36.484Z] Step 22/24 : LABEL arch=x86_64 [2022-10-06T19:10:36.484Z] ---> Running in f786031182a7 [2022-10-06T19:10:36.484Z] Removing intermediate container fed7dfb30f2d [2022-10-06T19:10:36.484Z] ---> bc344cbe89aa [2022-10-06T19:10:36.484Z] Step 22/23 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:10:36.484Z] ---> Running in db4304a75ad1 [2022-10-06T19:10:36.753Z] ---> Running in 91b756369a66 [2022-10-06T19:10:36.753Z] Removing intermediate container db4304a75ad1 [2022-10-06T19:10:36.753Z] ---> 1e77f86a7435 [2022-10-06T19:10:36.753Z] Step 23/24 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:10:36.753Z] Removing intermediate container 91b756369a66 [2022-10-06T19:10:36.753Z] ---> 1c9366facdf7 [2022-10-06T19:10:36.753Z] Step 23/23 : LABEL version=0.0.0 [2022-10-06T19:10:36.753Z] ---> Running in dd8a5519cecb [2022-10-06T19:10:37.011Z] Removing intermediate container a435d2d6b235 [2022-10-06T19:10:37.011Z] ---> 0de033495ebd [2022-10-06T19:10:37.011Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:10:37.011Z] ---> Running in 1e2448b40421 [2022-10-06T19:10:37.011Z] Removing intermediate container dd8a5519cecb [2022-10-06T19:10:37.011Z] ---> 540a4b5658d3 [2022-10-06T19:10:37.011Z] Step 24/24 : LABEL version=0.0.0 [2022-10-06T19:10:37.011Z] ---> Running in 80ed188bb91e [2022-10-06T19:10:37.270Z] Removing intermediate container 1e2448b40421 [2022-10-06T19:10:37.270Z] ---> e399dcda6999 [2022-10-06T19:10:37.270Z] [2022-10-06T19:10:37.270Z] ---> a4bc7666d272 [2022-10-06T19:10:37.270Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-06T19:10:37.270Z] Removing intermediate container 80ed188bb91e [2022-10-06T19:10:37.270Z] ---> 8803b18f94e7 [2022-10-06T19:10:37.270Z] [2022-10-06T19:10:37.270Z] Successfully built e399dcda6999 [2022-10-06T19:10:37.270Z] Successfully tagged support-scheduler:latest [2022-10-06T19:10:37.270Z]  Building support-scheduler ... done Building security-spire-agent [2022-10-06T19:10:37.529Z] Successfully built 8803b18f94e7 [2022-10-06T19:10:37.529Z] Successfully tagged core-command:latest [2022-10-06T19:10:37.529Z]  Building core-command ... done Building core-data [2022-10-06T19:10:37.529Z] Removing intermediate container f786031182a7 [2022-10-06T19:10:37.529Z] ---> 6c9292ad2453 [2022-10-06T19:10:37.529Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:10:39.440Z] ---> 585ceaa27a50 [2022-10-06T19:10:39.440Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-06T19:10:39.440Z] ---> 54528788a4b0 [2022-10-06T19:10:39.440Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-06T19:10:40.007Z] ---> 82f3a4506632 [2022-10-06T19:10:40.007Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-06T19:10:40.312Z] ---> b4100a0eaff9 [2022-10-06T19:10:40.312Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-06T19:10:40.312Z] ---> Running in 558a02288038 [2022-10-06T19:10:40.629Z] Removing intermediate container 558a02288038 [2022-10-06T19:10:40.629Z] ---> 70f07e52306a [2022-10-06T19:10:40.629Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:10:40.629Z] ---> Running in 3fdf1cfc1e79 [2022-10-06T19:10:40.890Z] ---> b7095733a77c [2022-10-06T19:10:40.890Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-06T19:10:40.890Z] Removing intermediate container 3fdf1cfc1e79 [2022-10-06T19:10:40.890Z] ---> 910324441705 [2022-10-06T19:10:40.890Z] Step 18/20 : LABEL arch=x86_64 [2022-10-06T19:10:41.148Z] ---> Running in 68f5794c59d0 [2022-10-06T19:10:41.148Z] ---> e8064c6aab7c [2022-10-06T19:10:41.148Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-06T19:10:41.406Z] Removing intermediate container 68f5794c59d0 [2022-10-06T19:10:41.406Z] ---> e9576b8cd3dd [2022-10-06T19:10:41.406Z] Step 19/20 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:10:41.666Z] ---> Running in 15102c9e8957 [2022-10-06T19:10:41.666Z] ---> 1be0df6cc3d6 [2022-10-06T19:10:41.666Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-06T19:10:41.924Z] Removing intermediate container 15102c9e8957 [2022-10-06T19:10:41.924Z] ---> a515737d7226 [2022-10-06T19:10:41.924Z] Step 20/20 : LABEL version=0.0.0 [2022-10-06T19:10:41.924Z] ---> Running in 19dac4650c35 [2022-10-06T19:10:42.184Z] ---> a05bd907cb07 [2022-10-06T19:10:42.184Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-06T19:10:42.184Z] Removing intermediate container 19dac4650c35 [2022-10-06T19:10:42.184Z] ---> 96321207b066 [2022-10-06T19:10:42.184Z] [2022-10-06T19:10:42.444Z] Successfully built 96321207b066 [2022-10-06T19:10:42.444Z] Successfully tagged security-spiffe-token-provider:latest [2022-10-06T19:10:42.444Z]  Building security-spiffe-token-provider ... done Building core-metadata [2022-10-06T19:10:43.010Z] ---> 29e9820c795b [2022-10-06T19:10:43.011Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-06T19:10:43.273Z] ---> Running in 500f777a86ea [2022-10-06T19:10:45.803Z] Removing intermediate container 500f777a86ea [2022-10-06T19:10:45.803Z] ---> 64fcf3079367 [2022-10-06T19:10:45.803Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-06T19:10:45.803Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:10:45.803Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:10:45.803Z] ---> 418b175a35ae [2022-10-06T19:10:45.803Z] Step 3/26 : WORKDIR /edgex-go [2022-10-06T19:10:45.803Z] ---> Using cache [2022-10-06T19:10:45.803Z] ---> a5c17ab4d429 [2022-10-06T19:10:45.803Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:10:45.803Z] ---> Using cache [2022-10-06T19:10:45.803Z] ---> dc2b3923133a [2022-10-06T19:10:45.803Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-06T19:10:45.803Z] ---> Running in 5d6c296e6f09 [2022-10-06T19:10:45.803Z] ---> Running in fb2ed2e809b9 [2022-10-06T19:10:46.078Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:10:46.078Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:10:46.078Z] ---> 418b175a35ae [2022-10-06T19:10:46.078Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-06T19:10:46.078Z] ---> Using cache [2022-10-06T19:10:46.078Z] ---> 93040e8ac783 [2022-10-06T19:10:46.078Z] Step 4/24 : WORKDIR /edgex-go [2022-10-06T19:10:46.078Z] ---> Using cache [2022-10-06T19:10:46.078Z] ---> e7233055ddb4 [2022-10-06T19:10:46.078Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:10:46.078Z] ---> Using cache [2022-10-06T19:10:46.078Z] ---> 428f56b6ee18 [2022-10-06T19:10:46.078Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-06T19:10:46.340Z] Removing intermediate container 5d6c296e6f09 [2022-10-06T19:10:46.340Z] ---> 03cc5655b649 [2022-10-06T19:10:46.340Z] Step 30/33 : CMD ["gate"] [2022-10-06T19:10:46.340Z] ---> Running in a25d0953e7b2 [2022-10-06T19:10:46.340Z] ---> Running in 14087b96853e [2022-10-06T19:10:46.600Z] Removing intermediate container a25d0953e7b2 [2022-10-06T19:10:46.600Z] ---> a564d514e589 [2022-10-06T19:10:46.600Z] Step 31/33 : LABEL arch=x86_64 [2022-10-06T19:10:46.600Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:46.872Z] ---> Running in ab620087d6bb [2022-10-06T19:10:46.872Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:47.133Z] Removing intermediate container ab620087d6bb [2022-10-06T19:10:47.133Z] ---> a2b60c0338bc [2022-10-06T19:10:47.133Z] Step 32/33 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:10:47.133Z] ---> Running in 6b75e0410518 [2022-10-06T19:10:47.392Z] Removing intermediate container 6b75e0410518 [2022-10-06T19:10:47.392Z] ---> c3c45610f9cb [2022-10-06T19:10:47.392Z] Step 33/33 : LABEL version=0.0.0 [2022-10-06T19:10:47.392Z] ---> Running in f90723aa186b [2022-10-06T19:10:47.392Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:47.654Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:10:47.654Z] Removing intermediate container f90723aa186b [2022-10-06T19:10:47.654Z] ---> d257fc175a46 [2022-10-06T19:10:47.654Z] [2022-10-06T19:10:47.913Z] Successfully built d257fc175a46 [2022-10-06T19:10:47.913Z] Successfully tagged security-bootstrapper:latest [2022-10-06T19:10:47.913Z] OK: 211 MiB in 51 packages [2022-10-06T19:10:47.913Z]  Building security-bootstrapper ... done Building security-spire-server [2022-10-06T19:10:48.172Z] OK: 211 MiB in 51 packages [2022-10-06T19:10:49.219Z] Removing intermediate container fb2ed2e809b9 [2022-10-06T19:10:49.219Z] ---> d72792d6e89c [2022-10-06T19:10:49.219Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-06T19:10:49.497Z] Removing intermediate container 14087b96853e [2022-10-06T19:10:49.497Z] ---> 68e7e4cdd625 [2022-10-06T19:10:49.497Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-06T19:10:49.760Z] ---> 6c7b04a5645e [2022-10-06T19:10:49.760Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:10:50.329Z] ---> Running in c669c86fa7ad [2022-10-06T19:10:50.329Z] ---> 0e8cf37233bc [2022-10-06T19:10:50.329Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:10:50.329Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:10:50.329Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:10:50.329Z] ---> 418b175a35ae [2022-10-06T19:10:50.329Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-06T19:10:50.329Z] ---> Using cache [2022-10-06T19:10:50.329Z] ---> 93040e8ac783 [2022-10-06T19:10:50.329Z] Step 4/25 : WORKDIR /edgex-go [2022-10-06T19:10:50.329Z] ---> Using cache [2022-10-06T19:10:50.329Z] ---> e7233055ddb4 [2022-10-06T19:10:50.329Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:10:50.329Z] ---> Using cache [2022-10-06T19:10:50.329Z] ---> 428f56b6ee18 [2022-10-06T19:10:50.329Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-06T19:10:50.329Z] ---> Using cache [2022-10-06T19:10:50.329Z] ---> 2f9474de13c5 [2022-10-06T19:10:50.329Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-06T19:10:50.329Z] ---> Using cache [2022-10-06T19:10:50.329Z] ---> eac563956581 [2022-10-06T19:10:50.329Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:10:50.329Z] ---> Using cache [2022-10-06T19:10:50.329Z] ---> ef42aecd15b0 [2022-10-06T19:10:50.329Z] Step 9/25 : COPY . . [2022-10-06T19:10:50.329Z] ---> Using cache [2022-10-06T19:10:50.329Z] ---> 593e456607cd [2022-10-06T19:10:50.329Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-06T19:10:50.896Z] ---> Running in e8cd79c22c05 [2022-10-06T19:10:50.896Z] ---> Running in af52682c2c69 [2022-10-06T19:10:51.468Z] 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-10-06T19:10:52.411Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:10:52.411Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:10:52.411Z] ---> 418b175a35ae [2022-10-06T19:10:52.411Z] Step 3/25 : WORKDIR /edgex-go [2022-10-06T19:10:52.411Z] ---> Using cache [2022-10-06T19:10:52.411Z] ---> a5c17ab4d429 [2022-10-06T19:10:52.411Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:10:52.411Z] ---> Using cache [2022-10-06T19:10:52.411Z] ---> dc2b3923133a [2022-10-06T19:10:52.411Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-06T19:10:52.411Z] ---> Using cache [2022-10-06T19:10:52.411Z] ---> d72792d6e89c [2022-10-06T19:10:52.411Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-06T19:10:52.411Z] ---> Using cache [2022-10-06T19:10:52.411Z] ---> 6c7b04a5645e [2022-10-06T19:10:52.411Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:10:54.949Z] ---> Running in 73d62734e2eb [2022-10-06T19:11:01.517Z] Removing intermediate container 3f3af6fcaf32 [2022-10-06T19:11:01.517Z] ---> b75e2727392c [2022-10-06T19:11:01.517Z] [2022-10-06T19:11:01.517Z] Step 11/23 : FROM alpine:3.16 [2022-10-06T19:11:01.517Z] ---> 9c6f07244728 [2022-10-06T19:11:01.517Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-06T19:11:01.777Z] Removing intermediate container c669c86fa7ad [2022-10-06T19:11:01.777Z] ---> 9b57f3d584bb [2022-10-06T19:11:01.777Z] Step 8/26 : COPY . . [2022-10-06T19:11:01.777Z] ---> Running in 11550daf0888 [2022-10-06T19:11:02.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:02.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:02.712Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-06T19:11:02.712Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-06T19:11:02.712Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:11:02.712Z] Executing ca-certificates-20220614-r0.trigger [2022-10-06T19:11:02.971Z] OK: 6 MiB in 16 packages [2022-10-06T19:11:02.971Z] Removing intermediate container e8cd79c22c05 [2022-10-06T19:11:02.971Z] ---> f2d222575bea [2022-10-06T19:11:02.971Z] Step 9/24 : COPY . . [2022-10-06T19:11:05.255Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-06T19:11:05.503Z] Removing intermediate container 11550daf0888 [2022-10-06T19:11:05.503Z] ---> fd793b441675 [2022-10-06T19:11:05.503Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-06T19:11:06.437Z] ---> Running in 416a9882b129 [2022-10-06T19:11:06.437Z] Removing intermediate container 73d62734e2eb [2022-10-06T19:11:06.437Z] ---> eee5a4573a06 [2022-10-06T19:11:06.437Z] Step 8/25 : COPY . . [2022-10-06T19:11:06.694Z] Removing intermediate container 416a9882b129 [2022-10-06T19:11:06.694Z] ---> 565cf340c766 [2022-10-06T19:11:06.694Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-06T19:11:08.081Z] ---> Running in 3d5c3ccd2f75 [2022-10-06T19:11:08.081Z] ---> ec201af8dbf9 [2022-10-06T19:11:08.081Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-06T19:11:08.081Z] ---> Running in bffd174e6699 [2022-10-06T19:11:08.339Z] Removing intermediate container 3d5c3ccd2f75 [2022-10-06T19:11:08.339Z] ---> 689d43439c7f [2022-10-06T19:11:08.339Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-06T19:11:08.339Z] ---> Running in 4c83bb11d190 [2022-10-06T19:11:08.339Z] Removing intermediate container bffd174e6699 [2022-10-06T19:11:08.339Z] ---> 7019df25afb4 [2022-10-06T19:11:08.339Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-06T19:11:08.597Z] ---> Running in 299d18df713f [2022-10-06T19:11:08.597Z] Removing intermediate container 4c83bb11d190 [2022-10-06T19:11:08.597Z] ---> f431a98b9b39 [2022-10-06T19:11:08.597Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:11:08.854Z] Removing intermediate container 299d18df713f [2022-10-06T19:11:08.854Z] ---> a40980905dbd [2022-10-06T19:11:08.854Z] 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-10-06T19:11:09.111Z] ---> a6ded57b4164 [2022-10-06T19:11:09.111Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-06T19:11:09.111Z] ---> Running in 4e71ef3146b3 [2022-10-06T19:11:09.367Z] ---> 43d9b5893bd5 [2022-10-06T19:11:09.367Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-06T19:11:09.930Z] ---> Running in a1a793d2a019 [2022-10-06T19:11:09.931Z] ---> ca905ead7977 [2022-10-06T19:11:09.931Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-06T19:11:10.188Z] ---> 60c2237d95d2 [2022-10-06T19:11:10.188Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-06T19:11:10.188Z] 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-10-06T19:11:10.188Z] ---> Running in eab48ef72897 [2022-10-06T19:11:10.447Z] Removing intermediate container 4e71ef3146b3 [2022-10-06T19:11:10.447Z] ---> 697c6e250f40 [2022-10-06T19:11:10.447Z] Step 12/26 : WORKDIR /edgex-go [2022-10-06T19:11:10.447Z] ---> Running in c7c95bbaa121 [2022-10-06T19:11:10.447Z] Removing intermediate container af52682c2c69 [2022-10-06T19:11:10.447Z] ---> cf391a144285 [2022-10-06T19:11:10.447Z] [2022-10-06T19:11:10.447Z] Step 11/25 : FROM alpine:3.16 [2022-10-06T19:11:10.447Z] ---> 9c6f07244728 [2022-10-06T19:11:10.447Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-06T19:11:10.447Z] ---> Using cache [2022-10-06T19:11:10.447Z] ---> eabc4e1ec737 [2022-10-06T19:11:10.447Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-06T19:11:10.447Z] ---> Using cache [2022-10-06T19:11:10.447Z] ---> 94a0f176fae0 [2022-10-06T19:11:10.447Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-06T19:11:10.447Z] Removing intermediate container eab48ef72897 [2022-10-06T19:11:10.447Z] ---> 22ec4c1646b8 [2022-10-06T19:11:10.447Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:11:10.706Z] ---> Running in 9b74e25d1a07 [2022-10-06T19:11:10.706Z] ---> Running in 9605cf0bf6a8 [2022-10-06T19:11:10.706Z] Removing intermediate container c7c95bbaa121 [2022-10-06T19:11:10.706Z] ---> 361518df7fd0 [2022-10-06T19:11:10.706Z] [2022-10-06T19:11:10.706Z] Step 13/26 : FROM alpine:3.15 [2022-10-06T19:11:10.706Z] ---> c4fc93816858 [2022-10-06T19:11:10.706Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-06T19:11:10.706Z] ---> Using cache [2022-10-06T19:11:10.706Z] ---> 3635df8fa184 [2022-10-06T19:11:10.706Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:11:10.706Z] ---> Using cache [2022-10-06T19:11:10.706Z] ---> 151b19d2572a [2022-10-06T19:11:10.706Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-06T19:11:10.968Z] Removing intermediate container 9b74e25d1a07 [2022-10-06T19:11:10.968Z] ---> 914eaf86b706 [2022-10-06T19:11:10.968Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-06T19:11:10.968Z] Removing intermediate container 9605cf0bf6a8 [2022-10-06T19:11:10.968Z] ---> 2342a133c416 [2022-10-06T19:11:10.968Z] Step 21/23 : LABEL arch=x86_64 [2022-10-06T19:11:10.968Z] ---> Running in a0a808715df1 [2022-10-06T19:11:10.968Z] ---> Running in 63e3f18cf533 [2022-10-06T19:11:10.968Z] ---> Running in 0feb70131963 [2022-10-06T19:11:11.226Z] ---> af98ed6f5821 [2022-10-06T19:11:11.226Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-06T19:11:11.226Z] Removing intermediate container 63e3f18cf533 [2022-10-06T19:11:11.226Z] ---> 17e15856bd9f [2022-10-06T19:11:11.226Z] Step 16/25 : WORKDIR / [2022-10-06T19:11:11.226Z] ---> Running in 554037ff8489 [2022-10-06T19:11:11.226Z] Removing intermediate container 0feb70131963 [2022-10-06T19:11:11.226Z] ---> d4b31386f73c [2022-10-06T19:11:11.226Z] Step 22/23 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:11:11.226Z] ---> Running in 92e41cabbe23 [2022-10-06T19:11:11.226Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:11.226Z] ---> Running in 756ea65fd73d [2022-10-06T19:11:11.484Z] Removing intermediate container 554037ff8489 [2022-10-06T19:11:11.484Z] ---> a354993b5240 [2022-10-06T19:11:11.484Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-06T19:11:11.484Z] ---> Running in 599f5315fe53 [2022-10-06T19:11:11.484Z] Removing intermediate container 92e41cabbe23 [2022-10-06T19:11:11.484Z] ---> 1b980185c697 [2022-10-06T19:11:11.484Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:11:11.484Z] Removing intermediate container 756ea65fd73d [2022-10-06T19:11:11.484Z] ---> 5156b2a15fc4 [2022-10-06T19:11:11.484Z] Step 23/23 : LABEL version=0.0.0 [2022-10-06T19:11:11.484Z] ---> Running in e8a567f1f588 [2022-10-06T19:11:11.484Z] Removing intermediate container 599f5315fe53 [2022-10-06T19:11:11.484Z] ---> 51c669563ae4 [2022-10-06T19:11:11.484Z] 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-10-06T19:11:11.788Z] ---> Running in 9218833a5321 [2022-10-06T19:11:11.788Z] ---> 1892147358bb [2022-10-06T19:11:11.788Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-06T19:11:11.788Z] Removing intermediate container e8a567f1f588 [2022-10-06T19:11:11.788Z] ---> af4efa829b9a [2022-10-06T19:11:11.788Z] [2022-10-06T19:11:11.788Z] Successfully built af4efa829b9a [2022-10-06T19:11:11.788Z] Successfully tagged support-notifications:latest [2022-10-06T19:11:11.788Z] Building security-proxy-setup [2022-10-06T19:11:12.723Z]  Building support-notifications ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:12.983Z] ---> ab3c1a64a6e2 [2022-10-06T19:11:12.983Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-06T19:11:13.552Z] ---> 3a4713e998d4 [2022-10-06T19:11:13.552Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-06T19:11:13.552Z] Removing intermediate container 9218833a5321 [2022-10-06T19:11:13.552Z] ---> 061214ca684c [2022-10-06T19:11:13.552Z] Step 12/25 : WORKDIR /edgex-go [2022-10-06T19:11:13.552Z] ---> Running in 79ebbfd404b1 [2022-10-06T19:11:13.552Z] v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-06T19:11:13.552Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-06T19:11:13.552Z] OK: 15857 distinct packages available [2022-10-06T19:11:13.824Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:13.824Z] ---> dd17aba4412a [2022-10-06T19:11:13.824Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-06T19:11:13.824Z] ---> Running in 305a0b8c6c00 [2022-10-06T19:11:13.824Z] Removing intermediate container 79ebbfd404b1 [2022-10-06T19:11:13.824Z] ---> 9c5ed956e56b [2022-10-06T19:11:13.824Z] [2022-10-06T19:11:13.824Z] Step 13/25 : FROM alpine:3.15 [2022-10-06T19:11:13.824Z] ---> c4fc93816858 [2022-10-06T19:11:13.824Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-06T19:11:13.824Z] ---> Using cache [2022-10-06T19:11:13.824Z] ---> 3635df8fa184 [2022-10-06T19:11:13.824Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:11:13.824Z] ---> Using cache [2022-10-06T19:11:13.824Z] ---> 151b19d2572a [2022-10-06T19:11:13.824Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-06T19:11:14.082Z] ---> Running in a2c6846e79e2 [2022-10-06T19:11:14.082Z] Removing intermediate container 305a0b8c6c00 [2022-10-06T19:11:14.082Z] ---> 96384a374792 [2022-10-06T19:11:14.082Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:11:14.339Z] ---> Running in a87dc8f2360c [2022-10-06T19:11:14.596Z] Removing intermediate container a87dc8f2360c [2022-10-06T19:11:14.596Z] ---> 2458fddd3966 [2022-10-06T19:11:14.596Z] Step 23/25 : LABEL arch=x86_64 [2022-10-06T19:11:14.858Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:14.858Z] ---> Running in 79469a94d423 [2022-10-06T19:11:15.116Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:15.116Z] Removing intermediate container 79469a94d423 [2022-10-06T19:11:15.116Z] ---> 0ccca61ac3c1 [2022-10-06T19:11:15.116Z] Step 24/25 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:11:15.116Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:11:15.116Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:11:15.116Z] ---> 418b175a35ae [2022-10-06T19:11:15.116Z] Step 3/22 : WORKDIR /edgex-go [2022-10-06T19:11:15.116Z] ---> Using cache [2022-10-06T19:11:15.116Z] ---> a5c17ab4d429 [2022-10-06T19:11:15.116Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:11:15.116Z] ---> Using cache [2022-10-06T19:11:15.116Z] ---> dc2b3923133a [2022-10-06T19:11:15.116Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-06T19:11:15.116Z] ---> Using cache [2022-10-06T19:11:15.117Z] ---> 5e678618b1f0 [2022-10-06T19:11:15.117Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-06T19:11:15.117Z] ---> Using cache [2022-10-06T19:11:15.117Z] ---> 58e23a4578bc [2022-10-06T19:11:15.117Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:11:15.117Z] ---> Using cache [2022-10-06T19:11:15.117Z] ---> 2ef17b6ee144 [2022-10-06T19:11:15.117Z] Step 8/22 : COPY . . [2022-10-06T19:11:15.117Z] ---> Using cache [2022-10-06T19:11:15.117Z] ---> bb025af81412 [2022-10-06T19:11:15.117Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-06T19:11:15.376Z] ---> Running in 062de264b8a4 [2022-10-06T19:11:15.376Z] ---> Running in ca89be4e2b23 [2022-10-06T19:11:15.376Z] Removing intermediate container ca89be4e2b23 [2022-10-06T19:11:15.376Z] ---> 5a535e54793b [2022-10-06T19:11:15.376Z] Step 25/25 : LABEL version=0.0.0 [2022-10-06T19:11:15.633Z] ---> Running in 03d59ceea3a6 [2022-10-06T19:11:15.633Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:15.633Z] 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-10-06T19:11:15.633Z] Removing intermediate container 03d59ceea3a6 [2022-10-06T19:11:15.633Z] ---> 8b3cbe35eebd [2022-10-06T19:11:15.633Z] [2022-10-06T19:11:15.891Z] Successfully built 8b3cbe35eebd [2022-10-06T19:11:15.891Z] Successfully tagged core-metadata:latest [2022-10-06T19:11:15.891Z] Building security-secretstore-setup [2022-10-06T19:11:15.891Z]  Building core-metadata ... done v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-06T19:11:15.891Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-06T19:11:15.891Z] OK: 15857 distinct packages available [2022-10-06T19:11:15.891Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:16.463Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-06T19:11:16.463Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-06T19:11:16.463Z] (3/5) Installing libucontext (1.1-r0) [2022-10-06T19:11:16.722Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-06T19:11:16.722Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-06T19:11:16.722Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:16.985Z] Executing busybox-1.34.1-r7.trigger [2022-10-06T19:11:16.985Z] OK: 7 MiB in 19 packages [2022-10-06T19:11:16.985Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-06T19:11:17.250Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-06T19:11:17.250Z] (3/5) Installing libucontext (1.1-r0) [2022-10-06T19:11:17.250Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-06T19:11:17.515Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-06T19:11:17.515Z] Executing busybox-1.34.1-r7.trigger [2022-10-06T19:11:17.515Z] OK: 7 MiB in 19 packages [2022-10-06T19:11:18.449Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:11:18.449Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:11:18.449Z] ---> 418b175a35ae [2022-10-06T19:11:18.449Z] Step 3/25 : WORKDIR /edgex-go [2022-10-06T19:11:18.449Z] ---> Using cache [2022-10-06T19:11:18.449Z] ---> a5c17ab4d429 [2022-10-06T19:11:18.449Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:11:18.449Z] ---> Using cache [2022-10-06T19:11:18.449Z] ---> dc2b3923133a [2022-10-06T19:11:18.449Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-06T19:11:18.449Z] ---> Using cache [2022-10-06T19:11:18.449Z] ---> 5e678618b1f0 [2022-10-06T19:11:18.449Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-06T19:11:18.449Z] ---> Using cache [2022-10-06T19:11:18.449Z] ---> 58e23a4578bc [2022-10-06T19:11:18.449Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:11:18.449Z] ---> Using cache [2022-10-06T19:11:18.449Z] ---> 2ef17b6ee144 [2022-10-06T19:11:18.449Z] Step 8/25 : COPY . . [2022-10-06T19:11:18.449Z] ---> Using cache [2022-10-06T19:11:18.449Z] ---> bb025af81412 [2022-10-06T19:11:18.449Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-06T19:11:19.013Z] ---> Running in ec4cb7ebfc39 [2022-10-06T19:11:19.579Z] Removing intermediate container a2c6846e79e2 [2022-10-06T19:11:19.579Z] ---> ca625a01367c [2022-10-06T19:11:19.579Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-06T19:11:19.579Z] Removing intermediate container a0a808715df1 [2022-10-06T19:11:19.579Z] ---> 17de1731178b [2022-10-06T19:11:19.579Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-06T19:11:19.579Z] 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-10-06T19:11:21.493Z] ---> 56cd0e535866 [2022-10-06T19:11:21.493Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-06T19:11:21.751Z] ---> c3a9b5b1f344 [2022-10-06T19:11:21.751Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-06T19:11:22.686Z] ---> 2ebad2c65fbc [2022-10-06T19:11:22.686Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-06T19:11:23.251Z] ---> 017e4a9b0cad [2022-10-06T19:11:23.251Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-06T19:11:23.251Z] ---> ec644ffef190 [2022-10-06T19:11:23.251Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-06T19:11:23.820Z] ---> 06938cc5e088 [2022-10-06T19:11:23.820Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-06T19:11:23.820Z] ---> Running in 817ee3299ead [2022-10-06T19:11:24.078Z] ---> a969671f896a [2022-10-06T19:11:24.078Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-06T19:11:24.335Z] Removing intermediate container 817ee3299ead [2022-10-06T19:11:24.335Z] ---> cc0bf3ceb63f [2022-10-06T19:11:24.335Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-06T19:11:24.597Z] ---> 11a0c2a647d2 [2022-10-06T19:11:24.597Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-06T19:11:24.597Z] ---> Running in 5bc337ce7fd4 [2022-10-06T19:11:24.855Z] Removing intermediate container 5bc337ce7fd4 [2022-10-06T19:11:24.855Z] ---> e1cca5c9ed0b [2022-10-06T19:11:24.855Z] Step 23/25 : LABEL arch=x86_64 [2022-10-06T19:11:25.124Z] ---> Running in 52a4525ae32f [2022-10-06T19:11:25.124Z] ---> d4d96130ed29 [2022-10-06T19:11:25.124Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-06T19:11:25.381Z] ---> Running in 47edab4fbf3e [2022-10-06T19:11:25.639Z] Removing intermediate container 52a4525ae32f [2022-10-06T19:11:25.639Z] ---> b0373fac7424 [2022-10-06T19:11:25.639Z] Step 24/25 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:11:25.896Z] ---> Running in 8d38a4960d33 [2022-10-06T19:11:25.896Z] Removing intermediate container 47edab4fbf3e [2022-10-06T19:11:25.896Z] ---> 445279d82ff0 [2022-10-06T19:11:25.896Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-06T19:11:26.153Z] ---> Running in 1a760e174584 [2022-10-06T19:11:26.153Z] Removing intermediate container 8d38a4960d33 [2022-10-06T19:11:26.153Z] ---> 59faaaf0233c [2022-10-06T19:11:26.153Z] Step 25/25 : LABEL version=0.0.0 [2022-10-06T19:11:26.426Z] ---> Running in a524df2c6817 [2022-10-06T19:11:26.426Z] Removing intermediate container 1a760e174584 [2022-10-06T19:11:26.426Z] ---> 25bf4ae3204b [2022-10-06T19:11:26.427Z] Step 24/26 : LABEL arch=x86_64 [2022-10-06T19:11:26.991Z] Removing intermediate container a524df2c6817 [2022-10-06T19:11:26.991Z] ---> 4b4f748c17ba [2022-10-06T19:11:26.991Z] [2022-10-06T19:11:26.991Z] ---> Running in 04507ca605f6 [2022-10-06T19:11:26.991Z] Successfully built 4b4f748c17ba [2022-10-06T19:11:26.991Z] Successfully tagged security-spire-server:latest [2022-10-06T19:11:26.991Z] Building sys-mgmt-agent [2022-10-06T19:11:27.556Z]  Building security-spire-server ... done Removing intermediate container 04507ca605f6 [2022-10-06T19:11:27.556Z] ---> 9e7dfe721a10 [2022-10-06T19:11:27.556Z] Step 25/26 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:11:28.486Z] ---> Running in c26c34d835fa [2022-10-06T19:11:29.051Z] Removing intermediate container c26c34d835fa [2022-10-06T19:11:29.051Z] ---> 38a31fb509a3 [2022-10-06T19:11:29.051Z] Step 26/26 : LABEL version=0.0.0 [2022-10-06T19:11:29.308Z] ---> Running in b77a651578f2 [2022-10-06T19:11:29.565Z] Removing intermediate container b77a651578f2 [2022-10-06T19:11:29.565Z] ---> 125c5c71b8e8 [2022-10-06T19:11:29.565Z] [2022-10-06T19:11:29.565Z] Successfully built 125c5c71b8e8 [2022-10-06T19:11:29.565Z] Successfully tagged security-spire-agent:latest [2022-10-06T19:11:30.130Z]  Building security-spire-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:11:30.130Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:11:30.130Z] ---> 418b175a35ae [2022-10-06T19:11:30.130Z] Step 3/23 : WORKDIR /edgex-go [2022-10-06T19:11:30.130Z] ---> Using cache [2022-10-06T19:11:30.130Z] ---> a5c17ab4d429 [2022-10-06T19:11:30.130Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:11:30.130Z] ---> Using cache [2022-10-06T19:11:30.130Z] ---> dc2b3923133a [2022-10-06T19:11:30.130Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-06T19:11:30.695Z] ---> Running in 8e082698822c [2022-10-06T19:11:31.260Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:32.194Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:32.452Z] OK: 211 MiB in 51 packages [2022-10-06T19:11:33.833Z] Removing intermediate container 8e082698822c [2022-10-06T19:11:33.833Z] ---> 9b2f159f45ed [2022-10-06T19:11:33.833Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-06T19:11:33.833Z] Removing intermediate container a1a793d2a019 [2022-10-06T19:11:33.833Z] ---> a6167ff49dcc [2022-10-06T19:11:33.833Z] [2022-10-06T19:11:33.833Z] Step 11/24 : FROM alpine:3.16 [2022-10-06T19:11:33.833Z] ---> 9c6f07244728 [2022-10-06T19:11:33.833Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-06T19:11:33.833Z] ---> Running in 3e8a3e95e854 [2022-10-06T19:11:33.833Z] ---> 2a3db648bbf2 [2022-10-06T19:11:33.833Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:11:33.833Z] ---> Running in c36c1b3fec2a [2022-10-06T19:11:34.093Z] Removing intermediate container 3e8a3e95e854 [2022-10-06T19:11:34.093Z] ---> e7d4819bd188 [2022-10-06T19:11:34.093Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-06T19:11:34.093Z] ---> Running in f17d9b962e4d [2022-10-06T19:11:34.093Z] Removing intermediate container f17d9b962e4d [2022-10-06T19:11:34.093Z] ---> 584e3b444621 [2022-10-06T19:11:34.093Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-06T19:11:34.355Z] ---> Running in f3904cf549f5 [2022-10-06T19:11:34.355Z] Removing intermediate container f3904cf549f5 [2022-10-06T19:11:34.355Z] ---> 2ec1271a040f [2022-10-06T19:11:34.355Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:11:34.355Z] ---> Running in a92109329202 [2022-10-06T19:11:34.920Z] 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-10-06T19:11:35.858Z] Removing intermediate container a92109329202 [2022-10-06T19:11:35.858Z] ---> 77bc308e5813 [2022-10-06T19:11:35.858Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-06T19:11:37.264Z] ---> Running in f19e4085ea33 [2022-10-06T19:11:37.841Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:38.099Z] 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-10-06T19:11:38.357Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:38.924Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-06T19:11:38.924Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-06T19:11:38.924Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-06T19:11:39.181Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-06T19:11:39.181Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-06T19:11:39.181Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-06T19:11:39.438Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:11:39.438Z] OK: 8 MiB in 20 packages [2022-10-06T19:11:39.438Z] Removing intermediate container 062de264b8a4 [2022-10-06T19:11:39.438Z] ---> 26e792811ba8 [2022-10-06T19:11:39.438Z] [2022-10-06T19:11:39.438Z] Step 10/22 : FROM alpine:3.16 [2022-10-06T19:11:39.438Z] ---> 9c6f07244728 [2022-10-06T19:11:39.438Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-06T19:11:40.006Z] ---> Running in 06578d91bedb [2022-10-06T19:11:40.263Z] Removing intermediate container f19e4085ea33 [2022-10-06T19:11:40.263Z] ---> fc0597b54dcf [2022-10-06T19:11:40.263Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:11:40.263Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:40.263Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:40.521Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-06T19:11:40.521Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-06T19:11:40.521Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-06T19:11:40.521Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-06T19:11:40.521Z] (5/6) Installing curl (7.83.1-r3) [2022-10-06T19:11:40.521Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-06T19:11:40.521Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:11:40.521Z] Executing ca-certificates-20220614-r0.trigger [2022-10-06T19:11:40.812Z] OK: 8 MiB in 20 packages [2022-10-06T19:11:41.071Z] ---> 4ff6ff33ca83 [2022-10-06T19:11:41.071Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-06T19:11:41.637Z] Removing intermediate container c36c1b3fec2a [2022-10-06T19:11:41.637Z] ---> f84aca5d8839 [2022-10-06T19:11:41.637Z] Step 8/23 : COPY . . [2022-10-06T19:11:41.637Z] ---> 2fae0b2663ae [2022-10-06T19:11:41.637Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-06T19:11:41.637Z] Removing intermediate container 06578d91bedb [2022-10-06T19:11:41.637Z] ---> 8d2ea12ea8ed [2022-10-06T19:11:41.637Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-06T19:11:41.637Z] Removing intermediate container ec4cb7ebfc39 [2022-10-06T19:11:41.637Z] ---> aa6bd7039037 [2022-10-06T19:11:41.637Z] [2022-10-06T19:11:41.637Z] Step 10/25 : FROM alpine:3.16 [2022-10-06T19:11:41.637Z] ---> 9c6f07244728 [2022-10-06T19:11:41.637Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-06T19:11:42.575Z] ---> Running in 0e9ea2a61e4c [2022-10-06T19:11:42.575Z] ---> Running in 428fe9640fe2 [2022-10-06T19:11:42.575Z] ---> 68001985f371 [2022-10-06T19:11:42.575Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-06T19:11:42.833Z] ---> Running in 7d728670471d [2022-10-06T19:11:42.833Z] Removing intermediate container 428fe9640fe2 [2022-10-06T19:11:42.833Z] ---> 5d6e503ff0ae [2022-10-06T19:11:42.833Z] Step 13/22 : WORKDIR /edgex [2022-10-06T19:11:43.090Z] ---> Running in c628f706b363 [2022-10-06T19:11:43.090Z] Removing intermediate container 7d728670471d [2022-10-06T19:11:43.090Z] ---> 0cfb250a869f [2022-10-06T19:11:43.090Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:11:43.090Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:43.090Z] ---> Running in f9e9a5705cd4 [2022-10-06T19:11:43.090Z] Removing intermediate container c628f706b363 [2022-10-06T19:11:43.090Z] ---> 6fc05d97e847 [2022-10-06T19:11:43.090Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-06T19:11:43.090Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:11:43.349Z] Removing intermediate container f9e9a5705cd4 [2022-10-06T19:11:43.349Z] ---> c45c8b74feaf [2022-10-06T19:11:43.349Z] Step 22/24 : LABEL arch=x86_64 [2022-10-06T19:11:43.349Z] ---> Running in faa09e1c0825 [2022-10-06T19:11:43.349Z] ---> 4f1f18048b3e [2022-10-06T19:11:43.349Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-06T19:11:43.349Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-06T19:11:43.349Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-06T19:11:43.349Z] (3/3) Installing su-exec (0.2-r1) [2022-10-06T19:11:43.606Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:11:43.606Z] Executing ca-certificates-20220614-r0.trigger [2022-10-06T19:11:43.606Z] Removing intermediate container faa09e1c0825 [2022-10-06T19:11:43.606Z] ---> bf0a8b1c73b0 [2022-10-06T19:11:43.606Z] Step 23/24 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:11:43.606Z] OK: 6 MiB in 17 packages [2022-10-06T19:11:43.606Z] ---> Running in 5e6a4ad7886c [2022-10-06T19:11:43.864Z] Removing intermediate container 5e6a4ad7886c [2022-10-06T19:11:43.864Z] ---> d8944a3d2487 [2022-10-06T19:11:43.864Z] Step 24/24 : LABEL version=0.0.0 [2022-10-06T19:11:43.864Z] ---> 23b67459e34e [2022-10-06T19:11:43.864Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-06T19:11:43.864Z] ---> Running in 107799bf2b63 [2022-10-06T19:11:44.151Z] Removing intermediate container 107799bf2b63 [2022-10-06T19:11:44.152Z] ---> 95549e660d98 [2022-10-06T19:11:44.152Z] [2022-10-06T19:11:44.408Z] Successfully built 95549e660d98 [2022-10-06T19:11:44.408Z] Successfully tagged core-data:latest [2022-10-06T19:11:44.408Z]  Building core-data ... done Removing intermediate container 0e9ea2a61e4c [2022-10-06T19:11:44.408Z] ---> 2fb472b5ec8f [2022-10-06T19:11:44.408Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-06T19:11:44.408Z] ---> 9d6a9befeab2 [2022-10-06T19:11:44.409Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-06T19:11:44.409Z] ---> Running in 670086db0cc4 [2022-10-06T19:11:44.667Z] Removing intermediate container 670086db0cc4 [2022-10-06T19:11:44.667Z] ---> 32dd1d2a9935 [2022-10-06T19:11:44.667Z] Step 13/25 : WORKDIR / [2022-10-06T19:11:44.925Z] ---> 21b5dd1e3279 [2022-10-06T19:11:44.925Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-06T19:11:44.925Z] ---> Running in fd4e136ed0c2 [2022-10-06T19:11:44.925Z] ---> Running in 6894492e34da [2022-10-06T19:11:45.183Z] Removing intermediate container fd4e136ed0c2 [2022-10-06T19:11:45.183Z] ---> cf13319dadeb [2022-10-06T19:11:45.183Z] 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-10-06T19:11:45.442Z] ---> 1c92b83563bb [2022-10-06T19:11:45.442Z] 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-10-06T19:11:45.701Z] ---> 75ee20932c1a [2022-10-06T19:11:45.701Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-06T19:11:45.701Z] ---> 305d548f8606 [2022-10-06T19:11:45.701Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-06T19:11:45.701Z] ---> Running in 9e62a1fd6440 [2022-10-06T19:11:45.701Z] Removing intermediate container 6894492e34da [2022-10-06T19:11:45.701Z] ---> e81fc014e1de [2022-10-06T19:11:45.701Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-06T19:11:45.964Z] ---> 9b717d38fde4 [2022-10-06T19:11:45.964Z] 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-10-06T19:11:45.964Z] ---> Running in 888d9da9979d [2022-10-06T19:11:45.964Z] Removing intermediate container 888d9da9979d [2022-10-06T19:11:45.964Z] ---> e39031520ad6 [2022-10-06T19:11:45.964Z] Step 20/22 : LABEL arch=x86_64 [2022-10-06T19:11:46.223Z] ---> 0bf58ff5b637 [2022-10-06T19:11:46.223Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-06T19:11:46.223Z] 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-10-06T19:11:46.223Z] ---> Running in f177578964f1 [2022-10-06T19:11:46.223Z] Removing intermediate container f177578964f1 [2022-10-06T19:11:46.223Z] ---> c2afda069d80 [2022-10-06T19:11:46.223Z] Step 21/22 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:11:46.482Z] ---> Running in 516625a182f2 [2022-10-06T19:11:46.482Z] Removing intermediate container 516625a182f2 [2022-10-06T19:11:46.482Z] ---> 3906694aaf7a [2022-10-06T19:11:46.482Z] Step 22/22 : LABEL version=0.0.0 [2022-10-06T19:11:46.741Z] ---> 22aa86a14fbf [2022-10-06T19:11:46.741Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-06T19:11:46.741Z] ---> Running in bea7bca2bc10 [2022-10-06T19:11:46.741Z] Removing intermediate container bea7bca2bc10 [2022-10-06T19:11:46.741Z] ---> cb41dada8a1d [2022-10-06T19:11:46.741Z] [2022-10-06T19:11:46.741Z] Successfully built cb41dada8a1d [2022-10-06T19:11:46.741Z] Successfully tagged security-proxy-setup:latest [2022-10-06T19:11:46.999Z]  Building security-proxy-setup ... done  ---> 8ceae0a47bdf [2022-10-06T19:11:46.999Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-06T19:11:47.257Z] ---> d481a11ddf22 [2022-10-06T19:11:47.257Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-06T19:11:47.257Z] ---> Running in 89f5efaf9dfa [2022-10-06T19:11:47.823Z] Removing intermediate container 89f5efaf9dfa [2022-10-06T19:11:47.823Z] ---> 6d88df32c7e2 [2022-10-06T19:11:47.823Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-06T19:11:47.823Z] ---> Running in 29551e1c9ed1 [2022-10-06T19:11:48.082Z] Removing intermediate container 29551e1c9ed1 [2022-10-06T19:11:48.082Z] ---> 90c9c0cb81ff [2022-10-06T19:11:48.082Z] Step 23/25 : LABEL arch=x86_64 [2022-10-06T19:11:48.082Z] ---> Running in 928d6a0bb7bd [2022-10-06T19:11:48.340Z] Removing intermediate container 928d6a0bb7bd [2022-10-06T19:11:48.340Z] ---> bbd017fba598 [2022-10-06T19:11:48.340Z] Step 24/25 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:11:48.340Z] ---> Running in beaabf050652 [2022-10-06T19:11:48.340Z] Removing intermediate container beaabf050652 [2022-10-06T19:11:48.340Z] ---> f7bc566efe37 [2022-10-06T19:11:48.340Z] Step 25/25 : LABEL version=0.0.0 [2022-10-06T19:11:48.340Z] ---> Running in 7d0bbba9b4eb [2022-10-06T19:11:48.598Z] Removing intermediate container 7d0bbba9b4eb [2022-10-06T19:11:48.599Z] ---> c9dac4573075 [2022-10-06T19:11:48.599Z] [2022-10-06T19:11:48.599Z] Successfully built c9dac4573075 [2022-10-06T19:11:48.599Z] Successfully tagged security-secretstore-setup:latest [2022-10-06T19:12:00.799Z]  Building security-secretstore-setup ... done Removing intermediate container 9e62a1fd6440 [2022-10-06T19:12:00.799Z] ---> 2b06a256897e [2022-10-06T19:12:00.799Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-06T19:12:00.799Z] ---> Running in 311592b1bc57 [2022-10-06T19:12:00.799Z] 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-10-06T19:12:00.799Z] Removing intermediate container 311592b1bc57 [2022-10-06T19:12:00.799Z] ---> f72757381383 [2022-10-06T19:12:00.799Z] [2022-10-06T19:12:00.799Z] Step 11/23 : FROM alpine:3.16 [2022-10-06T19:12:00.799Z] ---> 9c6f07244728 [2022-10-06T19:12:00.799Z] 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-10-06T19:12:00.799Z] ---> Running in 3166f40f5bf3 [2022-10-06T19:12:00.799Z] Removing intermediate container 3166f40f5bf3 [2022-10-06T19:12:00.799Z] ---> d07f356a404a [2022-10-06T19:12:00.799Z] 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-10-06T19:12:00.799Z] ---> Running in 817ef19d4dd0 [2022-10-06T19:12:00.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-06T19:12:00.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-06T19:12:01.057Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-06T19:12:01.057Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-06T19:12:01.057Z] (3/33) Installing readline (8.1.2-r0) [2022-10-06T19:12:01.057Z] (4/33) Installing bash (5.1.16-r2) [2022-10-06T19:12:01.057Z] Executing bash-5.1.16-r2.post-install [2022-10-06T19:12:01.057Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-06T19:12:01.057Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-06T19:12:01.057Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-06T19:12:01.057Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-06T19:12:01.057Z] (9/33) Installing curl (7.83.1-r3) [2022-10-06T19:12:01.057Z] (10/33) Installing docker-cli (20.10.18-r0) [2022-10-06T19:12:01.315Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-06T19:12:01.315Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-06T19:12:01.315Z] (13/33) Installing expat (2.4.9-r0) [2022-10-06T19:12:01.315Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-06T19:12:01.315Z] (15/33) Installing gdbm (1.23-r0) [2022-10-06T19:12:01.315Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-06T19:12:01.315Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-06T19:12:01.315Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-06T19:12:01.315Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-06T19:12:01.315Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-06T19:12:01.315Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-06T19:12:01.884Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-06T19:12:01.884Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-06T19:12:01.884Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-06T19:12:01.884Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-06T19:12:01.884Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-06T19:12:01.884Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-06T19:12:01.884Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-06T19:12:01.884Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-06T19:12:01.884Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-06T19:12:01.884Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-06T19:12:01.884Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-06T19:12:01.884Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-06T19:12:01.884Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:12:01.884Z] Executing ca-certificates-20220614-r0.trigger [2022-10-06T19:12:01.884Z] OK: 122 MiB in 47 packages [2022-10-06T19:12:03.794Z] Collecting docker-compose==1.23.2 [2022-10-06T19:12:03.794Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-06T19:12:03.794Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 23.8 MB/s eta 0:00:00 [2022-10-06T19:12:03.794Z] Collecting PyYAML<4,>=3.10 [2022-10-06T19:12:03.794Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-06T19:12:03.794Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 43.7 MB/s eta 0:00:00 [2022-10-06T19:12:04.054Z] Preparing metadata (setup.py): started [2022-10-06T19:12:04.313Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-06T19:12:04.313Z] Collecting texttable<0.10,>=0.9.0 [2022-10-06T19:12:04.313Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-06T19:12:04.313Z] Preparing metadata (setup.py): started [2022-10-06T19:12:04.572Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-06T19:12:04.572Z] Collecting docopt<0.7,>=0.6.1 [2022-10-06T19:12:04.572Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-06T19:12:04.572Z] Preparing metadata (setup.py): started [2022-10-06T19:12:04.831Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-06T19:12:04.831Z] 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-10-06T19:12:05.090Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-06T19:12:05.090Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-06T19:12:05.090Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 163.0 MB/s eta 0:00:00 [2022-10-06T19:12:05.090Z] Collecting docker<4.0,>=3.6.0 [2022-10-06T19:12:05.090Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-06T19:12:05.090Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 128.2 MB/s eta 0:00:00 [2022-10-06T19:12:05.090Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-06T19:12:05.090Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-06T19:12:05.090Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 180.5 MB/s eta 0:00:00 [2022-10-06T19:12:05.090Z] Collecting jsonschema<3,>=2.5.1 [2022-10-06T19:12:05.090Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-06T19:12:05.090Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-06T19:12:05.090Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-06T19:12:05.090Z] Preparing metadata (setup.py): started [2022-10-06T19:12:05.349Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-06T19:12:05.349Z] Collecting cached-property<2,>=1.2.0 [2022-10-06T19:12:05.349Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-06T19:12:05.607Z] Collecting docker-pycreds>=0.4.0 [2022-10-06T19:12:05.607Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-06T19:12:05.607Z] Collecting certifi>=2017.4.17 [2022-10-06T19:12:05.607Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-06T19:12:05.607Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 180.3 MB/s eta 0:00:00 [2022-10-06T19:12:05.607Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-06T19:12:05.607Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-06T19:12:05.607Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 52.4 MB/s eta 0:00:00 [2022-10-06T19:12:05.865Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-06T19:12:05.865Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-06T19:12:05.865Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 56.0 MB/s eta 0:00:00 [2022-10-06T19:12:05.865Z] Collecting idna<2.8,>=2.5 [2022-10-06T19:12:05.865Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-06T19:12:05.865Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 117.9 MB/s eta 0:00:00 [2022-10-06T19:12:05.865Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-06T19:12:05.865Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-06T19:12:05.865Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-06T19:12:05.865Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-06T19:12:05.865Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-06T19:12:05.865Z] Running setup.py install for texttable: started [2022-10-06T19:12:06.432Z] Running setup.py install for texttable: finished with status 'done' [2022-10-06T19:12:06.432Z] Running setup.py install for PyYAML: started [2022-10-06T19:12:06.689Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-06T19:12:06.948Z] Running setup.py install for docopt: started [2022-10-06T19:12:07.206Z] Running setup.py install for docopt: finished with status 'done' [2022-10-06T19:12:07.469Z] Running setup.py install for dockerpty: started [2022-10-06T19:12:08.036Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-06T19:12:08.295Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 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-10-06T19:12:08.295Z] 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-10-06T19:12:11.578Z] Removing intermediate container 817ef19d4dd0 [2022-10-06T19:12:11.578Z] ---> a562ed2efd08 [2022-10-06T19:12:11.578Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-06T19:12:11.578Z] ---> Running in fe002873ccd4 [2022-10-06T19:12:11.578Z] Removing intermediate container fe002873ccd4 [2022-10-06T19:12:11.578Z] ---> a8651e7ecf79 [2022-10-06T19:12:11.578Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-06T19:12:11.578Z] ---> Running in 2b0664dde0f1 [2022-10-06T19:12:11.578Z] Removing intermediate container 2b0664dde0f1 [2022-10-06T19:12:11.578Z] ---> 1e8d7dcf92c9 [2022-10-06T19:12:11.579Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-06T19:12:11.837Z] ---> 15128a5afe4b [2022-10-06T19:12:11.837Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-06T19:12:12.095Z] ---> 1d6006ac0c7f [2022-10-06T19:12:12.095Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-06T19:12:12.354Z] ---> 582f6b029dc4 [2022-10-06T19:12:12.354Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-06T19:12:12.354Z] ---> Running in bbcc8da25502 [2022-10-06T19:12:12.354Z] Removing intermediate container bbcc8da25502 [2022-10-06T19:12:12.354Z] ---> 9effc0a7abb4 [2022-10-06T19:12:12.354Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:12:12.615Z] ---> Running in 5d524335f019 [2022-10-06T19:12:12.615Z] Removing intermediate container 5d524335f019 [2022-10-06T19:12:12.615Z] ---> 33281f45ae70 [2022-10-06T19:12:12.615Z] Step 21/23 : LABEL arch=x86_64 [2022-10-06T19:12:12.615Z] ---> Running in c49dd12cf2c4 [2022-10-06T19:12:12.874Z] Removing intermediate container c49dd12cf2c4 [2022-10-06T19:12:12.874Z] ---> 2415b0a53763 [2022-10-06T19:12:12.874Z] Step 22/23 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:12:12.874Z] ---> Running in cdf705ceaa71 [2022-10-06T19:12:12.874Z] Removing intermediate container cdf705ceaa71 [2022-10-06T19:12:12.874Z] ---> c86ade92b63b [2022-10-06T19:12:12.874Z] Step 23/23 : LABEL version=0.0.0 [2022-10-06T19:12:12.874Z] ---> Running in 7bd90b4efeed [2022-10-06T19:12:13.132Z] Removing intermediate container 7bd90b4efeed [2022-10-06T19:12:13.132Z] ---> 821fb2d4eb6d [2022-10-06T19:12:13.132Z] [2022-10-06T19:12:13.132Z] Successfully built 821fb2d4eb6d [2022-10-06T19:12:13.132Z] Successfully tagged sys-mgmt-agent:latest [2022-10-06T19:12:13.138Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-10-06T19:12:13.161Z] $ docker stop --time=1 bfb8f9cfea8c6811fb1db28ef6339740ab40e000406661393656687d5e334ed1 [2022-10-06T19:12:14.478Z] $ docker rm -f bfb8f9cfea8c6811fb1db28ef6339740ab40e000406661393656687d5e334ed1 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-06T19:12:14.877Z] + docker images [2022-10-06T19:12:14.877Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-06T19:12:14.877Z] sys-mgmt-agent latest 821fb2d4eb6d 2 seconds ago 136MB [2022-10-06T19:12:14.877Z] f72757381383 14 seconds ago 1.56GB [2022-10-06T19:12:14.877Z] security-secretstore-setup latest c9dac4573075 26 seconds ago 29.3MB [2022-10-06T19:12:14.877Z] security-proxy-setup latest cb41dada8a1d 28 seconds ago 27.4MB [2022-10-06T19:12:14.877Z] core-data latest 95549e660d98 31 seconds ago 21.6MB [2022-10-06T19:12:14.877Z] aa6bd7039037 33 seconds ago 1.57GB [2022-10-06T19:12:14.877Z] 26e792811ba8 36 seconds ago 1.56GB [2022-10-06T19:12:14.877Z] a6167ff49dcc 41 seconds ago 1.58GB [2022-10-06T19:12:14.877Z] security-spire-agent latest 125c5c71b8e8 45 seconds ago 125MB [2022-10-06T19:12:14.877Z] security-spire-server latest 4b4f748c17ba 48 seconds ago 86.5MB [2022-10-06T19:12:14.877Z] core-metadata latest 8b3cbe35eebd 59 seconds ago 18.3MB [2022-10-06T19:12:14.877Z] 9c5ed956e56b About a minute ago 1.45GB [2022-10-06T19:12:14.877Z] support-notifications latest af4efa829b9a About a minute ago 27.3MB [2022-10-06T19:12:14.878Z] 361518df7fd0 About a minute ago 1.45GB [2022-10-06T19:12:14.878Z] cf391a144285 About a minute ago 1.58GB [2022-10-06T19:12:14.878Z] b75e2727392c About a minute ago 1.63GB [2022-10-06T19:12:14.878Z] security-bootstrapper latest d257fc175a46 About a minute ago 19.9MB [2022-10-06T19:12:14.878Z] security-spiffe-token-provider latest 96321207b066 About a minute ago 29.3MB [2022-10-06T19:12:14.878Z] core-command latest 8803b18f94e7 About a minute ago 17.4MB [2022-10-06T19:12:14.878Z] support-scheduler latest e399dcda6999 About a minute ago 26.7MB [2022-10-06T19:12:14.878Z] 9923dbd2a4ee About a minute ago 1.63GB [2022-10-06T19:12:14.878Z] ff416990400f About a minute ago 1.61GB [2022-10-06T19:12:14.878Z] c62d3bfcc450 About a minute ago 1.57GB [2022-10-06T19:12:14.878Z] 7c899b19cfd2 About a minute ago 1.56GB [2022-10-06T19:12:14.878Z] security-spire-config latest 8dbf1db990f5 2 minutes ago 85.8MB [2022-10-06T19:12:14.878Z] 6a49c485b4da 2 minutes ago 1.45GB [2022-10-06T19:12:14.878Z] ci-base-image-x86_64 latest 418b175a35ae 4 minutes ago 940MB [2022-10-06T19:12:14.878Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine cef68f9685f8 6 days ago 677MB [2022-10-06T19:12:14.878Z] alpine 3.15 c4fc93816858 8 weeks ago 5.59MB [2022-10-06T19:12:14.878Z] alpine 3.16 9c6f07244728 8 weeks ago 5.54MB [2022-10-06T19:12:14.878Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-10-06T19:12:14.878Z] 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-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-06T19:12:56.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-06T19:13:19.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.816s coverage: 28.7% of statements [2022-10-06T19:13:19.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-06T19:13:19.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-06T19:13:19.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.654s coverage: 98.5% of statements [2022-10-06T19:13:22.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.619s coverage: 40.6% of statements [2022-10-06T19:13:22.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-06T19:13:22.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-06T19:13:23.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.876s coverage: 54.2% of statements [2022-10-06T19:13:23.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-06T19:13:23.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-06T19:13:49.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 24.439s coverage: 89.2% of statements [2022-10-06T19:13:49.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-06T19:13:49.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-06T19:13:49.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-06T19:13:49.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-06T19:13:49.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-06T19:13:49.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.825s coverage: 2.2% of statements [2022-10-06T19:13:49.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-06T19:13:49.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-06T19:13:56.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.780s coverage: 95.6% of statements [2022-10-06T19:13:56.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-06T19:13:56.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-06T19:13:56.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-06T19:13:56.594Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.503s coverage: 72.2% of statements [2022-10-06T19:13:56.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-06T19:13:56.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-06T19:13:56.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-06T19:13:56.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-06T19:13:56.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-06T19:13:56.594Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.629s coverage: 60.0% of statements [2022-10-06T19:13:56.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-06T19:13:56.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-06T19:13:56.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-06T19:13:56.594Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 0.9% of statements [2022-10-06T19:13:56.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-06T19:13:56.594Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.635s coverage: 58.8% of statements [2022-10-06T19:13:56.594Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.520s coverage: 29.6% of statements [2022-10-06T19:13:56.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-06T19:14:03.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.304s coverage: 47.1% of statements [2022-10-06T19:14:03.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.446s coverage: 79.5% of statements [2022-10-06T19:14:03.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.300s coverage: 94.1% of statements [2022-10-06T19:14:03.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.390s coverage: 96.3% of statements [2022-10-06T19:14:06.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.234s coverage: 87.5% of statements [2022-10-06T19:14:16.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.381s coverage: 94.4% of statements [2022-10-06T19:14:16.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.253s coverage: 44.8% of statements [2022-10-06T19:14:26.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.769s coverage: 80.5% of statements [2022-10-06T19:14:26.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-06T19:14:30.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.287s coverage: 92.9% of statements [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-06T19:14:30.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.071s coverage: 65.1% of statements [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-06T19:14:30.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.243s coverage: 86.9% of statements [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-06T19:14:30.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.223s coverage: 87.2% of statements [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-06T19:14:30.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.177s coverage: 100.0% of statements [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-06T19:14:30.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.284s coverage: 58.8% of statements [2022-10-06T19:14:30.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-06T19:14:30.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.302s coverage: 80.0% of statements [2022-10-06T19:14:30.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.239s coverage: 87.2% of statements [2022-10-06T19:14:30.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.307s coverage: 85.4% of statements [2022-10-06T19:14:31.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.937s coverage: 91.2% of statements [2022-10-06T19:14:31.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-06T19:14:39.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.931s coverage: 64.7% of statements [2022-10-06T19:14:39.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-06T19:14:39.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-06T19:14:39.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.250s coverage: 100.0% of statements [2022-10-06T19:14:39.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 89.4% of statements [2022-10-06T19:14:39.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2022-10-06T19:14:39.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.193s coverage: 73.7% of statements [2022-10-06T19:14:39.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2022-10-06T19:14:46.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.352s coverage: 65.8% of statements [2022-10-06T19:14:46.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-06T19:14:46.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-06T19:14:46.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-06T19:14:48.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.960s coverage: 41.8% of statements [2022-10-06T19:14:48.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-06T19:14:48.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-06T19:14:48.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.281s coverage: 89.5% of statements [2022-10-06T19:14:48.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-06T19:14:48.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.278s coverage: 84.8% of statements [2022-10-06T19:14:48.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-06T19:14:48.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-06T19:14:48.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-06T19:14:48.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-06T19:14:58.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.339s coverage: 17.7% of statements [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-06T19:14:58.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.756s coverage: 92.3% of statements [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-06T19:14:58.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.397s coverage: 63.2% of statements [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-06T19:14:58.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.467s coverage: 97.7% of statements [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-06T19:14:58.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.202s coverage: 28.9% of statements [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-06T19:14:58.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-06T19:14:58.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.202s coverage: 100.0% of statements [2022-10-06T19:14:58.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements [2022-10-06T19:14:58.404Z] 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-10-06T19:14:58.404Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-06T19:14:58.404Z] GO111MODULE=on go vet ./... [2022-10-06T19:16:50.092Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-06T19:16:50.092Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-06T19:16:50.092Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-06T19:16:50.134Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-06T19:16:50.788Z] + ls -al . [2022-10-06T19:16:50.788Z] total 756 [2022-10-06T19:16:50.788Z] drwxrwxr-x 10 1001 1001 4096 Oct 6 19:10 . [2022-10-06T19:16:50.788Z] drwxr-xr-x 4 root root 4096 Oct 6 19:10 .. [2022-10-06T19:16:50.788Z] drwxrwxr-x 2 1001 1001 4096 Oct 6 19:08 .blubracket [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 16 Oct 6 19:08 .dockerignore [2022-10-06T19:16:50.788Z] drwxrwxr-x 8 1001 1001 4096 Oct 6 19:08 .git [2022-10-06T19:16:50.788Z] drwxrwxr-x 3 1001 1001 4096 Oct 6 19:08 .github [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 1030 Oct 6 19:08 .gitignore [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 42 Oct 6 19:08 .golangci.yml [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 87 Oct 6 19:08 .hadolint.yml [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 166 Oct 6 19:08 .sonarcloud.properties [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 1171 Oct 6 19:08 ADOPTERS.md [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 10722 Oct 6 19:08 Attribution.txt [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 63209 Oct 6 19:08 CHANGELOG.md [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 3804 Oct 6 19:08 CONTRIBUTING.md [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 677 Oct 6 19:08 GOVERNANCE.md [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 850 Oct 6 19:08 Jenkinsfile [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 10775 Oct 6 19:08 LICENSE [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 13724 Oct 6 19:08 Makefile [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 582 Oct 6 19:08 OWNERS.md [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 9799 Oct 6 19:08 README.md [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 6912 Oct 6 19:08 SECURITY.md [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 5 Oct 6 19:06 VERSION [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 4131 Oct 6 19:08 ZMQWindows.md [2022-10-06T19:16:50.788Z] drwxrwxr-x 2 1001 1001 4096 Oct 6 19:08 bin [2022-10-06T19:16:50.788Z] drwxrwxr-x 18 1001 1001 4096 Oct 6 19:08 cmd [2022-10-06T19:16:50.788Z] -rw-r--r-- 1 root root 502163 Oct 6 19:14 coverage.out [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 3458 Oct 6 19:08 go.mod [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 38041 Oct 6 19:08 go.sum [2022-10-06T19:16:50.788Z] drwxrwxr-x 8 1001 1001 4096 Oct 6 19:08 internal [2022-10-06T19:16:50.788Z] drwxrwxr-x 3 1001 1001 4096 Oct 6 19:08 openapi [2022-10-06T19:16:50.788Z] drwxrwxr-x 4 1001 1001 4096 Oct 6 19:08 snap [2022-10-06T19:16:50.788Z] -rw-rw-r-- 1 1001 1001 204 Oct 6 19:08 version.go [Pipeline] sh [2022-10-06T19:16:51.123Z] + '[' -e coverage.out ] [2022-10-06T19:16:51.123Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-06T19:16:51.163Z] Warning: overwriting stash ‘coverage-report’ [2022-10-06T19:16:51.854Z] Stashed 1 file(s) [Pipeline] sh [2022-10-06T19:16:52.179Z] + make build [2022-10-06T19:16:52.179Z] 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-10-06T19:18:28.810Z] 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-10-06T19:19:36.654Z] 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-10-06T19:19:36.654Z] 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-10-06T19:20:15.995Z] 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-10-06T19:20:15.995Z] 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-10-06T19:20:21.343Z] 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-10-06T19:20:27.986Z] 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-10-06T19:20:31.325Z] 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-10-06T19:20:36.662Z] 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-10-06T19:20:39.995Z] 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-10-06T19:20:44.243Z] 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-10-06T19:20:52.438Z] 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-10-06T19:20:57.799Z] $ docker stop --time=1 1f5a7669706227e2638ba3b5eecc9dc3600b5d3dff0af55d84d423f449e74af1 [2022-10-06T19:21:00.992Z] $ docker rm -f 1f5a7669706227e2638ba3b5eecc9dc3600b5d3dff0af55d84d423f449e74af1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:21:03.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-06T19:21:03.529Z] [2022-10-06T19:21:03.529Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:21:03.931Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-06T19:21:04.198Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-10-06T19:21:04.198Z] 29e5d40040c1: Pulling fs layer [2022-10-06T19:21:04.198Z] 1ce36da41761: Pulling fs layer [2022-10-06T19:21:04.198Z] 25b303627fd3: Pulling fs layer [2022-10-06T19:21:04.198Z] 29e5d40040c1: Verifying Checksum [2022-10-06T19:21:04.198Z] 29e5d40040c1: Download complete [2022-10-06T19:21:04.466Z] 1ce36da41761: Verifying Checksum [2022-10-06T19:21:04.733Z] 1ce36da41761: Download complete [2022-10-06T19:21:04.999Z] 29e5d40040c1: Pull complete [2022-10-06T19:21:06.405Z] 1ce36da41761: Pull complete [2022-10-06T19:21:06.405Z] 25b303627fd3: Verifying Checksum [2022-10-06T19:21:06.405Z] 25b303627fd3: Download complete [2022-10-06T19:21:16.466Z] 25b303627fd3: Pull complete [2022-10-06T19:21:16.466Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-10-06T19:21:16.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-06T19:21:16.466Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-06T19:21:16.770Z] prd-ubuntu20.04-docker-arm64-4c-16g-7281 does not seem to be running inside a container [2022-10-06T19:21:16.830Z] $ 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-arm64:latest cat [2022-10-06T19:21:18.853Z] $ docker top 79481dad16ff6c411edcf797d76bfca73015d22a29c29a35c407729d9ac442e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-06T19:21:19.721Z] + docker-compose build --help [2022-10-06T19:21:19.721Z] + grep parallel [2022-10-06T19:21:23.960Z] --parallel Build images in parallel. [Pipeline] } [2022-10-06T19:21:24.001Z] $ docker stop --time=1 79481dad16ff6c411edcf797d76bfca73015d22a29c29a35c407729d9ac442e7 [2022-10-06T19:21:25.599Z] $ docker rm -f 79481dad16ff6c411edcf797d76bfca73015d22a29c29a35c407729d9ac442e7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:21:26.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-06T19:21:26.299Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-06T19:21:26.526Z] prd-ubuntu20.04-docker-arm64-4c-16g-7281 does not seem to be running inside a container [2022-10-06T19:21:26.583Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-10-06T19:21:27.657Z] $ docker top bc5511df5ca3ba297875d75758789b1e7bb0cd205477a3e5d260f77183aef891 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-06T19:21:28.180Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-06T19:21:32.410Z] Building core-command ... [2022-10-06T19:21:32.410Z] Building core-data ... [2022-10-06T19:21:32.410Z] Building core-metadata ... [2022-10-06T19:21:32.410Z] Building security-bootstrapper ... [2022-10-06T19:21:32.410Z] Building security-proxy-setup ... [2022-10-06T19:21:32.410Z] Building security-secretstore-setup ... [2022-10-06T19:21:32.410Z] Building security-spiffe-token-provider ... [2022-10-06T19:21:32.410Z] Building security-spire-agent ... [2022-10-06T19:21:32.410Z] Building security-spire-config ... [2022-10-06T19:21:32.410Z] Building security-spire-server ... [2022-10-06T19:21:32.411Z] Building support-notifications ... [2022-10-06T19:21:32.411Z] Building support-scheduler ... [2022-10-06T19:21:32.411Z] Building sys-mgmt-agent ... [2022-10-06T19:21:32.411Z] Building security-spiffe-token-provider [2022-10-06T19:21:32.411Z] Building security-spire-agent [2022-10-06T19:21:32.411Z] Building security-secretstore-setup [2022-10-06T19:21:32.411Z] Building core-command [2022-10-06T19:21:32.411Z] Building security-spire-config [2022-10-06T19:22:19.237Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:22:19.237Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:22:19.237Z] ---> 57d0ee099bc9 [2022-10-06T19:22:19.237Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-06T19:22:19.237Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:22:19.237Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:22:19.237Z] ---> 57d0ee099bc9 [2022-10-06T19:22:19.237Z] Step 3/26 : WORKDIR /edgex-go [2022-10-06T19:22:19.237Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:22:19.237Z] Step 2/25 : FROM ${BUILDER_BASE} AS builderStep 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:22:19.237Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:22:19.237Z] ---> 57d0ee099bc9 [2022-10-06T19:22:19.237Z] Step 3/20 : WORKDIR /edgex-go [2022-10-06T19:22:19.237Z] [2022-10-06T19:22:19.237Z] ---> 57d0ee099bc9 [2022-10-06T19:22:19.237Z] Step 3/25 : WORKDIR /edgex-go [2022-10-06T19:22:19.237Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:22:19.237Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:22:19.237Z] ---> 57d0ee099bc9 [2022-10-06T19:22:19.237Z] Step 3/26 : WORKDIR /edgex-go [2022-10-06T19:22:19.237Z] ---> Running in 996d719c6342 [2022-10-06T19:22:19.237Z] ---> Running in 85db548cacb7 [2022-10-06T19:22:19.237Z] ---> Running in 6b014c344682 [2022-10-06T19:22:19.237Z] ---> Running in c3abf3cf2e69 [2022-10-06T19:22:19.237Z] ---> Running in ca615ab134c3 [2022-10-06T19:22:19.825Z] Removing intermediate container 85db548cacb7 [2022-10-06T19:22:19.825Z] ---> d8a276f7b4b6 [2022-10-06T19:22:19.825Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:22:19.825Z] Removing intermediate container 996d719c6342 [2022-10-06T19:22:19.825Z] ---> 5c52304c0d6d [2022-10-06T19:22:19.825Z] Step 4/24 : WORKDIR /edgex-go [2022-10-06T19:22:19.825Z] ---> Running in 5764d88c7db6 [2022-10-06T19:22:19.825Z] Removing intermediate container 6b014c344682 [2022-10-06T19:22:19.825Z] ---> c2134366f439 [2022-10-06T19:22:19.825Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:22:19.825Z] Removing intermediate container c3abf3cf2e69 [2022-10-06T19:22:19.825Z] ---> 8ed9a10a7387 [2022-10-06T19:22:19.825Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-06T19:22:19.825Z] Removing intermediate container ca615ab134c3 [2022-10-06T19:22:19.825Z] ---> aa03b7378db8 [2022-10-06T19:22:19.825Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:22:20.096Z] ---> Running in 4ba916805e10 [2022-10-06T19:22:20.096Z] ---> Running in c85592867f7d [2022-10-06T19:22:20.096Z] ---> Running in 011ce0f81579 [2022-10-06T19:22:20.096Z] ---> Running in a7b9c0886537 [2022-10-06T19:22:21.069Z] Removing intermediate container c85592867f7d [2022-10-06T19:22:21.069Z] ---> 921301811be8 [2022-10-06T19:22:21.069Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:22:21.069Z] ---> Running in af2719092df2 [2022-10-06T19:22:23.018Z] Removing intermediate container 5764d88c7db6 [2022-10-06T19:22:23.018Z] ---> 48de3a08e567 [2022-10-06T19:22:23.018Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-06T19:22:23.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:22:23.285Z] ---> Running in fb1c6bf6631d [2022-10-06T19:22:23.869Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:22:24.458Z] Removing intermediate container 011ce0f81579 [2022-10-06T19:22:24.458Z] ---> 873e00226d6f [2022-10-06T19:22:24.458Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-06T19:22:24.458Z] Removing intermediate container a7b9c0886537 [2022-10-06T19:22:24.458Z] ---> ba380c1c5e74 [2022-10-06T19:22:24.458Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-06T19:22:24.732Z] ---> Running in 512afb764ccb [2022-10-06T19:22:24.732Z] ---> Running in 3344c1b3ba66 [2022-10-06T19:22:25.010Z] v3.16.2-238-g1f791c2f57 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-06T19:22:25.010Z] v3.16.2-237-g36a8973e6a [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-06T19:22:25.010Z] OK: 16896 distinct packages available [2022-10-06T19:22:25.010Z] Removing intermediate container af2719092df2 [2022-10-06T19:22:25.010Z] ---> 06de7b149a2e [2022-10-06T19:22:25.010Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-06T19:22:25.281Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:22:25.281Z] ---> Running in 21439d9449f2 [2022-10-06T19:22:25.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:22:25.894Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:22:26.862Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:22:26.862Z] OK: 221 MiB in 51 packages [2022-10-06T19:22:26.862Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:22:26.862Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:22:27.131Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:22:28.097Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:22:28.097Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:22:28.097Z] OK: 221 MiB in 51 packages [2022-10-06T19:22:28.097Z] Removing intermediate container 4ba916805e10 [2022-10-06T19:22:28.097Z] ---> eff4f5f2a3e2 [2022-10-06T19:22:28.097Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-06T19:22:28.363Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:22:29.332Z] OK: 221 MiB in 51 packages [2022-10-06T19:22:29.332Z] ---> a6685fa5672e [2022-10-06T19:22:29.332Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:22:29.332Z] OK: 221 MiB in 51 packages [2022-10-06T19:22:29.332Z] ---> Running in db942e81dffd [2022-10-06T19:22:29.599Z] Removing intermediate container fb1c6bf6631d [2022-10-06T19:22:29.599Z] ---> 261f82b2c5ba [2022-10-06T19:22:29.599Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-06T19:22:29.868Z] OK: 221 MiB in 51 packages [2022-10-06T19:22:31.284Z] ---> 810316dd7cb7 [2022-10-06T19:22:31.284Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:22:31.284Z] ---> Running in 2279d64680c2 [2022-10-06T19:22:31.284Z] Removing intermediate container 3344c1b3ba66 [2022-10-06T19:22:31.284Z] ---> 579323c12b8b [2022-10-06T19:22:31.284Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-06T19:22:31.284Z] Removing intermediate container 512afb764ccb [2022-10-06T19:22:31.284Z] ---> f2007568c230 [2022-10-06T19:22:31.284Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-06T19:22:31.869Z] Removing intermediate container 21439d9449f2 [2022-10-06T19:22:31.869Z] ---> 47c85a6a945a [2022-10-06T19:22:31.869Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-06T19:22:32.830Z] ---> c95a3986f540 [2022-10-06T19:22:32.830Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:22:32.830Z] ---> 268a932ce4b7 [2022-10-06T19:22:32.830Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:22:32.830Z] ---> Running in 66a7b36be98e [2022-10-06T19:22:32.830Z] ---> Running in 6106ee01731a [2022-10-06T19:22:33.095Z] ---> c7ced8c25fd6 [2022-10-06T19:22:33.095Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:22:33.363Z] ---> Running in d7772f5d5812 [2022-10-06T19:23:41.219Z] Removing intermediate container db942e81dffd [2022-10-06T19:23:41.219Z] ---> 7e106bf4c657 [2022-10-06T19:23:41.219Z] Step 7/20 : COPY . . [2022-10-06T19:23:41.219Z] Removing intermediate container 2279d64680c2 [2022-10-06T19:23:41.219Z] ---> aebad9d8393f [2022-10-06T19:23:41.219Z] Step 8/25 : COPY . . [2022-10-06T19:23:41.219Z] Removing intermediate container 66a7b36be98e [2022-10-06T19:23:41.219Z] ---> 3b5fa5921335 [2022-10-06T19:23:41.219Z] Step 8/26 : COPY . . [2022-10-06T19:23:41.219Z] Removing intermediate container 6106ee01731a [2022-10-06T19:23:41.219Z] ---> 921e43bc8dfc [2022-10-06T19:23:41.219Z] Step 8/26 : COPY . . [2022-10-06T19:23:41.219Z] Removing intermediate container d7772f5d5812 [2022-10-06T19:23:41.219Z] ---> 3eed6f9cd1e2 [2022-10-06T19:23:41.219Z] Step 9/24 : COPY . . [2022-10-06T19:23:56.204Z] ---> 61b8da6a0b76 [2022-10-06T19:23:56.204Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-06T19:23:56.204Z] ---> 16ea6943e42f [2022-10-06T19:23:56.204Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-06T19:23:56.204Z] ---> 5a98f77d3a63 [2022-10-06T19:23:56.204Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-06T19:23:56.204Z] ---> Running in b0f1773964c2 [2022-10-06T19:23:56.204Z] ---> 8727946d2e1a [2022-10-06T19:23:56.204Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-06T19:23:56.204Z] ---> 86287d2a10f5 [2022-10-06T19:23:56.204Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-06T19:23:56.204Z] ---> Running in 79884a2be8d9 [2022-10-06T19:23:56.204Z] ---> Running in c11b20bbd50b [2022-10-06T19:23:56.204Z] ---> Running in 20fff5d386be [2022-10-06T19:23:56.204Z] ---> Running in 033de14817aa [2022-10-06T19:23:56.204Z] Removing intermediate container b0f1773964c2 [2022-10-06T19:23:56.204Z] ---> c2092ec68eac [2022-10-06T19:23:56.204Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-06T19:23:56.204Z] ---> Running in 4e5ca03a4256 [2022-10-06T19:23:56.204Z] Removing intermediate container 20fff5d386be [2022-10-06T19:23:56.204Z] ---> 41a5ae1adab7 [2022-10-06T19:23:56.204Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-06T19:23:56.204Z] ---> Running in 0220dafa91f1 [2022-10-06T19:23:56.471Z] Removing intermediate container 0220dafa91f1 [2022-10-06T19:23:56.471Z] ---> e122d205bd6b [2022-10-06T19:23:56.471Z] 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-10-06T19:23:56.471Z] Removing intermediate container 4e5ca03a4256 [2022-10-06T19:23:56.471Z] ---> d1bc70d482b1 [2022-10-06T19:23:56.471Z] 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-10-06T19:23:56.739Z] ---> Running in 4c45a391686c [2022-10-06T19:23:56.739Z] ---> Running in 320813c30696 [2022-10-06T19:23:57.008Z] 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-10-06T19:23:57.275Z] 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-10-06T19:23:57.541Z] 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-10-06T19:24:00.113Z] Removing intermediate container 4c45a391686c [2022-10-06T19:24:00.113Z] ---> 04764bcad623 [2022-10-06T19:24:00.113Z] Step 12/26 : WORKDIR /edgex-go [2022-10-06T19:24:00.113Z] ---> Running in 079ceedf168d [2022-10-06T19:24:00.694Z] Removing intermediate container 320813c30696 [2022-10-06T19:24:00.694Z] ---> a0ea92007841 [2022-10-06T19:24:00.694Z] Step 12/26 : WORKDIR /edgex-go [2022-10-06T19:24:00.694Z] ---> Running in e5229d4c998b [2022-10-06T19:24:00.960Z] Removing intermediate container 079ceedf168d [2022-10-06T19:24:00.960Z] ---> 68312474dbc8 [2022-10-06T19:24:00.960Z] [2022-10-06T19:24:00.960Z] Step 13/26 : FROM alpine:3.15 [2022-10-06T19:24:00.960Z] 3.15: Pulling from library/alpine [2022-10-06T19:24:01.229Z] Removing intermediate container e5229d4c998b [2022-10-06T19:24:01.229Z] ---> 0e6735de816e [2022-10-06T19:24:01.496Z] [2022-10-06T19:24:01.496Z] Step 13/26 : FROM alpine:3.15 [2022-10-06T19:24:01.496Z] 3.15: Pulling from library/alpine [2022-10-06T19:24:02.462Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-06T19:24:02.462Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-06T19:24:02.462Z] Status: Image is up to date for alpine:3.15 [2022-10-06T19:24:02.462Z] Status: Downloaded newer image for alpine:3.15 [2022-10-06T19:24:02.462Z] ---> 02e0d6fdf486 [2022-10-06T19:24:02.462Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-06T19:24:02.462Z] ---> 02e0d6fdf486 [2022-10-06T19:24:02.462Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-06T19:24:02.729Z] ---> Running in 7ad68a817df6 [2022-10-06T19:24:02.729Z] ---> Running in 5c1b8496cd42 [2022-10-06T19:24:03.321Z] Removing intermediate container 5c1b8496cd42 [2022-10-06T19:24:03.321Z] ---> b96d679aceef [2022-10-06T19:24:03.321Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:24:03.321Z] Removing intermediate container 7ad68a817df6 [2022-10-06T19:24:03.321Z] ---> e1a4f55b4251 [2022-10-06T19:24:03.321Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:24:03.588Z] ---> Running in af0b28aecfc0 [2022-10-06T19:24:03.588Z] ---> Running in ba86a2edac12 [2022-10-06T19:24:07.836Z] Removing intermediate container af0b28aecfc0 [2022-10-06T19:24:07.836Z] ---> a779cedd801e [2022-10-06T19:24:07.836Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-06T19:24:07.836Z] ---> Running in 354caeaef3c7 [2022-10-06T19:24:08.103Z] Removing intermediate container ba86a2edac12 [2022-10-06T19:24:08.103Z] ---> 99a5430bfe27 [2022-10-06T19:24:08.103Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-06T19:24:08.373Z] ---> Running in 362cdcef822d [2022-10-06T19:24:10.495Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:24:10.786Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:24:11.390Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:24:12.023Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:24:13.007Z] v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-06T19:24:13.007Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-06T19:24:13.007Z] OK: 15734 distinct packages available [2022-10-06T19:24:13.007Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:24:13.297Z] v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-06T19:24:13.297Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-06T19:24:13.297Z] OK: 15734 distinct packages available [2022-10-06T19:24:13.567Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:24:14.147Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:24:14.730Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:24:15.312Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-06T19:24:15.312Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-06T19:24:15.578Z] (3/5) Installing libucontext (1.1-r0) [2022-10-06T19:24:15.578Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-06T19:24:15.844Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-06T19:24:15.844Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-06T19:24:15.844Z] Executing busybox-1.34.1-r7.trigger [2022-10-06T19:24:15.844Z] OK: 6 MiB in 19 packages [2022-10-06T19:24:15.844Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-06T19:24:16.119Z] (3/4) Installing libucontext (1.1-r0) [2022-10-06T19:24:16.119Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-06T19:24:16.119Z] Executing busybox-1.34.1-r7.trigger [2022-10-06T19:24:16.119Z] OK: 6 MiB in 18 packages [2022-10-06T19:24:17.556Z] Removing intermediate container 354caeaef3c7 [2022-10-06T19:24:17.556Z] ---> ccaac3bd56d7 [2022-10-06T19:24:17.556Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-06T19:24:17.833Z] Removing intermediate container 362cdcef822d [2022-10-06T19:24:17.833Z] ---> 7d9d1c1b313e [2022-10-06T19:24:17.833Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-06T19:24:23.155Z] ---> 2fb4c640ec5d [2022-10-06T19:24:23.155Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-06T19:24:26.480Z] ---> 95fb60f72d20 [2022-10-06T19:24:26.480Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-06T19:24:27.435Z] ---> 273e27d2c7fc [2022-10-06T19:24:27.435Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-06T19:24:27.702Z] ---> Running in 857ee542ae42 [2022-10-06T19:24:28.282Z] Removing intermediate container 857ee542ae42 [2022-10-06T19:24:28.282Z] ---> 5e8e6325cf4a [2022-10-06T19:24:28.282Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-06T19:24:29.689Z] ---> cf368a8bbacd [2022-10-06T19:24:29.689Z] Step 21/26 : WORKDIR / [2022-10-06T19:24:29.689Z] ---> Running in 915aaf42c43e [2022-10-06T19:24:30.272Z] Removing intermediate container 915aaf42c43e [2022-10-06T19:24:30.272Z] ---> 2fc2b2a45d9d [2022-10-06T19:24:30.272Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-06T19:24:30.272Z] ---> Running in 8e92b85150e7 [2022-10-06T19:24:30.272Z] ---> 9338adcc6510 [2022-10-06T19:24:30.272Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-06T19:24:30.853Z] Removing intermediate container 8e92b85150e7 [2022-10-06T19:24:30.853Z] ---> 886ca51d1345 [2022-10-06T19:24:30.853Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-06T19:24:31.118Z] ---> Running in 106aaef6d9f9 [2022-10-06T19:24:31.384Z] ---> 592ec8628f0d [2022-10-06T19:24:31.384Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-06T19:24:31.650Z] Removing intermediate container 106aaef6d9f9 [2022-10-06T19:24:31.650Z] ---> 4e580336bc0e [2022-10-06T19:24:31.650Z] Step 24/26 : LABEL arch=arm64 [2022-10-06T19:24:31.918Z] ---> Running in 6c4cb39ff095 [2022-10-06T19:24:32.501Z] Removing intermediate container 6c4cb39ff095 [2022-10-06T19:24:32.501Z] ---> 0f3de0511289 [2022-10-06T19:24:32.501Z] Step 25/26 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:24:32.501Z] ---> 5cbada05d023 [2022-10-06T19:24:32.502Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-06T19:24:32.767Z] ---> Running in 679dff1ccc1c [2022-10-06T19:24:33.348Z] Removing intermediate container 679dff1ccc1c [2022-10-06T19:24:33.348Z] ---> 2399e677c2df [2022-10-06T19:24:33.348Z] Step 26/26 : LABEL version=0.0.0 [2022-10-06T19:24:33.613Z] ---> Running in fe56e6f2d7cf [2022-10-06T19:24:33.883Z] ---> f7db555abacd [2022-10-06T19:24:33.883Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-06T19:24:33.883Z] ---> Running in 0412c36dbdd7 [2022-10-06T19:24:34.149Z] Removing intermediate container fe56e6f2d7cf [2022-10-06T19:24:34.149Z] ---> 2c6fe66931d9 [2022-10-06T19:24:34.149Z] [2022-10-06T19:24:34.416Z] Successfully built 2c6fe66931d9 [2022-10-06T19:24:34.416Z] Successfully tagged security-spire-config-arm64:latest [2022-10-06T19:24:34.416Z]  Building security-spire-config ... done Building core-metadata [2022-10-06T19:24:34.416Z] Removing intermediate container 0412c36dbdd7 [2022-10-06T19:24:34.416Z] ---> c3600bcc7282 [2022-10-06T19:24:34.416Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-06T19:24:34.687Z] ---> Running in bd1c1eebd3ac [2022-10-06T19:24:34.956Z] Removing intermediate container bd1c1eebd3ac [2022-10-06T19:24:34.956Z] ---> 84340159bc8d [2022-10-06T19:24:34.956Z] Step 24/26 : LABEL arch=arm64 [2022-10-06T19:24:35.221Z] ---> Running in d93253babf93 [2022-10-06T19:24:35.802Z] Removing intermediate container d93253babf93 [2022-10-06T19:24:35.802Z] ---> 12f6d280b59f [2022-10-06T19:24:35.802Z] Step 25/26 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:24:35.802Z] ---> Running in 3a6c81d0abcd [2022-10-06T19:24:36.385Z] Removing intermediate container 3a6c81d0abcd [2022-10-06T19:24:36.385Z] ---> 293a0159e168 [2022-10-06T19:24:36.385Z] Step 26/26 : LABEL version=0.0.0 [2022-10-06T19:24:36.385Z] ---> Running in 3adbb7019219 [2022-10-06T19:24:36.965Z] Removing intermediate container 3adbb7019219 [2022-10-06T19:24:36.965Z] ---> 306aa5a5629a [2022-10-06T19:24:36.965Z] [2022-10-06T19:24:37.231Z] Successfully built 306aa5a5629a [2022-10-06T19:24:37.497Z] Successfully tagged security-spire-agent-arm64:latest [2022-10-06T19:24:37.497Z]  Building security-spire-agent ... done Building support-scheduler [2022-10-06T19:24:59.565Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:24:59.565Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:24:59.565Z] ---> 57d0ee099bc9 [2022-10-06T19:24:59.565Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-06T19:24:59.565Z] ---> Using cache [2022-10-06T19:24:59.565Z] ---> 5c52304c0d6d [2022-10-06T19:24:59.565Z] Step 4/25 : WORKDIR /edgex-go [2022-10-06T19:24:59.565Z] ---> Using cache [2022-10-06T19:24:59.565Z] ---> 921301811be8 [2022-10-06T19:24:59.565Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:24:59.565Z] ---> Using cache [2022-10-06T19:24:59.565Z] ---> 06de7b149a2e [2022-10-06T19:24:59.565Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-06T19:24:59.565Z] ---> Using cache [2022-10-06T19:24:59.565Z] ---> 47c85a6a945a [2022-10-06T19:24:59.565Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-06T19:24:59.565Z] ---> Using cache [2022-10-06T19:24:59.565Z] ---> c7ced8c25fd6 [2022-10-06T19:24:59.565Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:24:59.565Z] ---> Using cache [2022-10-06T19:24:59.565Z] ---> 3eed6f9cd1e2 [2022-10-06T19:24:59.565Z] Step 9/25 : COPY . . [2022-10-06T19:24:59.565Z] ---> Using cache [2022-10-06T19:24:59.565Z] ---> 16ea6943e42f [2022-10-06T19:24:59.565Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-06T19:24:59.832Z] ---> Running in 85363fc15ced [2022-10-06T19:25:02.407Z] 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-10-06T19:25:02.407Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:25:02.407Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:25:02.407Z] ---> 57d0ee099bc9 [2022-10-06T19:25:02.407Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-06T19:25:02.407Z] ---> Using cache [2022-10-06T19:25:02.407Z] ---> 5c52304c0d6d [2022-10-06T19:25:02.407Z] Step 4/23 : WORKDIR /edgex-go [2022-10-06T19:25:02.407Z] ---> Using cache [2022-10-06T19:25:02.407Z] ---> 921301811be8 [2022-10-06T19:25:02.407Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:25:02.407Z] ---> Using cache [2022-10-06T19:25:02.407Z] ---> 06de7b149a2e [2022-10-06T19:25:02.407Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-06T19:25:02.407Z] ---> Using cache [2022-10-06T19:25:02.407Z] ---> 47c85a6a945a [2022-10-06T19:25:02.407Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-06T19:25:02.407Z] ---> Using cache [2022-10-06T19:25:02.407Z] ---> c7ced8c25fd6 [2022-10-06T19:25:02.407Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:25:02.407Z] ---> Using cache [2022-10-06T19:25:02.407Z] ---> 3eed6f9cd1e2 [2022-10-06T19:25:02.407Z] Step 9/23 : COPY . . [2022-10-06T19:25:02.407Z] ---> Using cache [2022-10-06T19:25:02.407Z] ---> 16ea6943e42f [2022-10-06T19:25:02.407Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-06T19:25:02.407Z] ---> Running in a5e40c6ca6ce [2022-10-06T19:25:04.344Z] 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-10-06T19:29:11.104Z] 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-10-06T19:29:21.155Z] Removing intermediate container 033de14817aa [2022-10-06T19:29:21.155Z] ---> 5ebf5a439dd3 [2022-10-06T19:29:21.155Z] [2022-10-06T19:29:21.155Z] Step 10/25 : FROM alpine:3.16 [2022-10-06T19:29:21.155Z] 3.16: Pulling from library/alpine [2022-10-06T19:29:22.122Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-06T19:29:22.122Z] Status: Downloaded newer image for alpine:3.16 [2022-10-06T19:29:22.122Z] ---> a6215f271958 [2022-10-06T19:29:22.122Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-06T19:29:22.401Z] ---> Running in 0900d6db5832 [2022-10-06T19:29:24.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:29:24.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:29:26.017Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-06T19:29:26.017Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-06T19:29:26.017Z] (3/3) Installing su-exec (0.2-r1) [2022-10-06T19:29:26.017Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:29:26.017Z] Executing ca-certificates-20220614-r0.trigger [2022-10-06T19:29:26.596Z] OK: 6 MiB in 17 packages [2022-10-06T19:29:28.542Z] Removing intermediate container 0900d6db5832 [2022-10-06T19:29:28.542Z] ---> 3b9ee3027616 [2022-10-06T19:29:28.542Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-06T19:29:28.542Z] ---> Running in c42a1d29148b [2022-10-06T19:29:29.126Z] Removing intermediate container c42a1d29148b [2022-10-06T19:29:29.126Z] ---> b83e3e742cbc [2022-10-06T19:29:29.126Z] Step 13/25 : WORKDIR / [2022-10-06T19:29:29.126Z] ---> Running in 55265e34d04a [2022-10-06T19:29:29.709Z] Removing intermediate container 55265e34d04a [2022-10-06T19:29:29.709Z] ---> 8e6bd8b1aa90 [2022-10-06T19:29:29.709Z] 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-10-06T19:29:30.669Z] ---> 947e0449589f [2022-10-06T19:29:30.669Z] 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-10-06T19:29:31.626Z] ---> c685e901833a [2022-10-06T19:29:31.626Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-06T19:29:32.586Z] ---> b0783feaf67e [2022-10-06T19:29:32.586Z] 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-10-06T19:29:33.546Z] ---> 191f8623a81c [2022-10-06T19:29:33.546Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-06T19:29:34.956Z] ---> c6308a407143 [2022-10-06T19:29:34.957Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-06T19:29:36.389Z] ---> 3f3e2fc39b0f [2022-10-06T19:29:36.389Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-06T19:29:37.350Z] ---> 81594e24a9d8 [2022-10-06T19:29:37.350Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-06T19:29:37.350Z] ---> Running in 36536c0cb782 [2022-10-06T19:29:40.705Z] Removing intermediate container 36536c0cb782 [2022-10-06T19:29:40.705Z] ---> 4e1b3db683e4 [2022-10-06T19:29:40.705Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-06T19:29:40.705Z] ---> Running in 11dc866665a5 [2022-10-06T19:29:40.972Z] Removing intermediate container 11dc866665a5 [2022-10-06T19:29:40.972Z] ---> 775ae75c5395 [2022-10-06T19:29:40.972Z] Step 23/25 : LABEL arch=arm64 [2022-10-06T19:29:41.249Z] ---> Running in e77ce946e654 [2022-10-06T19:29:41.674Z] Removing intermediate container e77ce946e654 [2022-10-06T19:29:41.674Z] ---> dd27ec449a31 [2022-10-06T19:29:41.674Z] Step 24/25 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:29:41.674Z] ---> Running in 8ff9ffacdabb [2022-10-06T19:29:42.654Z] Removing intermediate container 8ff9ffacdabb [2022-10-06T19:29:42.654Z] ---> 696b7578399a [2022-10-06T19:29:42.654Z] Step 25/25 : LABEL version=0.0.0 [2022-10-06T19:29:42.654Z] ---> Running in 4d49b8207529 [2022-10-06T19:29:42.924Z] Removing intermediate container 4d49b8207529 [2022-10-06T19:29:42.924Z] ---> 1a485caf8306 [2022-10-06T19:29:42.924Z] [2022-10-06T19:29:43.189Z] Successfully built 1a485caf8306 [2022-10-06T19:29:43.189Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-10-06T19:29:43.189Z] Building sys-mgmt-agent [2022-10-06T19:30:01.673Z]  Building security-secretstore-setup ... done Removing intermediate container c11b20bbd50b [2022-10-06T19:30:01.673Z] ---> 3cd6b709706d [2022-10-06T19:30:01.673Z] [2022-10-06T19:30:01.673Z] Step 11/24 : FROM alpine:3.16 [2022-10-06T19:30:01.673Z] ---> a6215f271958 [2022-10-06T19:30:01.673Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-06T19:30:01.673Z] ---> Running in 968c4bf6b961 [2022-10-06T19:30:01.673Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:30:01.673Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:30:01.673Z] ---> 57d0ee099bc9 [2022-10-06T19:30:01.673Z] Step 3/23 : WORKDIR /edgex-go [2022-10-06T19:30:01.673Z] ---> Using cache [2022-10-06T19:30:01.673Z] ---> aa03b7378db8 [2022-10-06T19:30:01.673Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:30:01.673Z] ---> Using cache [2022-10-06T19:30:01.673Z] ---> ba380c1c5e74 [2022-10-06T19:30:01.673Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-06T19:30:01.673Z] ---> Running in e0388c66d848 [2022-10-06T19:30:01.673Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:30:01.942Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:30:01.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:30:02.903Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:30:03.171Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-06T19:30:03.171Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:30:03.171Z] OK: 5 MiB in 15 packages [2022-10-06T19:30:04.576Z] OK: 221 MiB in 51 packages [2022-10-06T19:30:04.843Z] Removing intermediate container 968c4bf6b961 [2022-10-06T19:30:04.843Z] ---> 954f2f448988 [2022-10-06T19:30:04.843Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-06T19:30:05.111Z] ---> Running in 850d412d3d27 [2022-10-06T19:30:06.067Z] Removing intermediate container 850d412d3d27 [2022-10-06T19:30:06.067Z] ---> b464edbd623d [2022-10-06T19:30:06.067Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-06T19:30:06.067Z] ---> Running in bb33021e8d09 [2022-10-06T19:30:06.067Z] Removing intermediate container e0388c66d848 [2022-10-06T19:30:06.067Z] ---> 9db7eccb9597 [2022-10-06T19:30:06.067Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-06T19:30:06.651Z] Removing intermediate container bb33021e8d09 [2022-10-06T19:30:06.651Z] ---> 28fdd05fdf69 [2022-10-06T19:30:06.651Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-06T19:30:06.651Z] ---> Running in 2906854d01d5 [2022-10-06T19:30:07.233Z] ---> 5f945cf24fe4 [2022-10-06T19:30:07.233Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:30:07.233Z] Removing intermediate container 2906854d01d5 [2022-10-06T19:30:07.233Z] ---> 95ca3c87dce9 [2022-10-06T19:30:07.233Z] Step 16/24 : WORKDIR / [2022-10-06T19:30:07.233Z] ---> Running in d97e335b2712 [2022-10-06T19:30:07.501Z] ---> Running in 43e41df64efc [2022-10-06T19:30:08.085Z] Removing intermediate container 43e41df64efc [2022-10-06T19:30:08.085Z] ---> 38a193343670 [2022-10-06T19:30:08.085Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:30:10.029Z] ---> 8849f6dd5deb [2022-10-06T19:30:10.029Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-06T19:30:11.436Z] ---> 9f3efadd4779 [2022-10-06T19:30:11.436Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-06T19:30:12.017Z] ---> de5ee9e82429 [2022-10-06T19:30:12.017Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-06T19:30:12.284Z] ---> Running in b762eec8631d [2022-10-06T19:30:12.867Z] Removing intermediate container b762eec8631d [2022-10-06T19:30:12.867Z] ---> b91fac8fdb02 [2022-10-06T19:30:12.867Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:30:12.867Z] ---> Running in bf4a3985cb27 [2022-10-06T19:30:13.457Z] Removing intermediate container bf4a3985cb27 [2022-10-06T19:30:13.457Z] ---> 16af1975bc69 [2022-10-06T19:30:13.457Z] Step 22/24 : LABEL arch=arm64 [2022-10-06T19:30:13.726Z] ---> Running in 2c218cc4f13b [2022-10-06T19:30:13.993Z] Removing intermediate container 2c218cc4f13b [2022-10-06T19:30:13.993Z] ---> 771c184f6e2e [2022-10-06T19:30:14.263Z] Step 23/24 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:30:14.263Z] ---> Running in 78fddbcd9324 [2022-10-06T19:30:14.845Z] Removing intermediate container 78fddbcd9324 [2022-10-06T19:30:14.846Z] ---> e54723dd1bf7 [2022-10-06T19:30:14.846Z] Step 24/24 : LABEL version=0.0.0 [2022-10-06T19:30:14.846Z] ---> Running in e29603d20c59 [2022-10-06T19:30:15.430Z] Removing intermediate container e29603d20c59 [2022-10-06T19:30:15.430Z] ---> 139fad2a59a3 [2022-10-06T19:30:15.430Z] [2022-10-06T19:30:15.696Z] Successfully built 139fad2a59a3 [2022-10-06T19:30:15.962Z] Successfully tagged core-command-arm64:latest [2022-10-06T19:30:15.962Z] Building security-proxy-setup [2022-10-06T19:30:34.153Z]  Building core-command ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:30:34.153Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:30:34.153Z] ---> 57d0ee099bc9 [2022-10-06T19:30:34.153Z] Step 3/22 : WORKDIR /edgex-go [2022-10-06T19:30:34.153Z] ---> Using cache [2022-10-06T19:30:34.153Z] ---> aa03b7378db8 [2022-10-06T19:30:34.153Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:30:34.153Z] ---> Using cache [2022-10-06T19:30:34.153Z] ---> ba380c1c5e74 [2022-10-06T19:30:34.153Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-06T19:30:34.153Z] ---> Running in 4305e1cd79b3 [2022-10-06T19:30:35.566Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:30:36.522Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:30:37.922Z] OK: 221 MiB in 51 packages [2022-10-06T19:30:39.326Z] Removing intermediate container 4305e1cd79b3 [2022-10-06T19:30:39.326Z] ---> a1bfb13ae56a [2022-10-06T19:30:39.326Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-06T19:30:40.320Z] ---> 4a871fee72dd [2022-10-06T19:30:40.320Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:30:40.320Z] ---> Running in 3bb195614b8f [2022-10-06T19:31:06.996Z] Removing intermediate container d97e335b2712 [2022-10-06T19:31:06.996Z] ---> aad65bd652a0 [2022-10-06T19:31:06.996Z] Step 8/23 : COPY . . [2022-10-06T19:31:19.303Z] ---> e085207621d6 [2022-10-06T19:31:19.303Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-06T19:31:19.303Z] ---> Running in 911d342cb24a [2022-10-06T19:31:21.885Z] 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-10-06T19:31:36.866Z] Removing intermediate container 85363fc15ced [2022-10-06T19:31:36.866Z] ---> e4f4df95aae6 [2022-10-06T19:31:36.866Z] [2022-10-06T19:31:36.866Z] Step 11/25 : FROM alpine:3.16 [2022-10-06T19:31:36.866Z] ---> a6215f271958 [2022-10-06T19:31:36.866Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-06T19:31:36.866Z] ---> Using cache [2022-10-06T19:31:36.866Z] ---> 954f2f448988 [2022-10-06T19:31:36.866Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-06T19:31:36.866Z] ---> Using cache [2022-10-06T19:31:36.866Z] ---> b464edbd623d [2022-10-06T19:31:36.866Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-06T19:31:36.866Z] ---> Running in edf8317e1016 [2022-10-06T19:31:37.453Z] Removing intermediate container edf8317e1016 [2022-10-06T19:31:37.453Z] ---> 947bf058c2e7 [2022-10-06T19:31:37.453Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-06T19:31:37.453Z] ---> Running in 4558b888ca45 [2022-10-06T19:31:38.412Z] Removing intermediate container 4558b888ca45 [2022-10-06T19:31:38.412Z] ---> 74fa1135769b [2022-10-06T19:31:38.412Z] Step 16/25 : WORKDIR / [2022-10-06T19:31:38.412Z] Removing intermediate container 79884a2be8d9 [2022-10-06T19:31:38.412Z] ---> 5c316d613ccb [2022-10-06T19:31:38.412Z] [2022-10-06T19:31:38.412Z] Step 9/20 : FROM alpine:3.15 [2022-10-06T19:31:38.412Z] ---> 02e0d6fdf486 [2022-10-06T19:31:38.412Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-06T19:31:38.412Z] ---> Using cache [2022-10-06T19:31:38.412Z] ---> e1a4f55b4251 [2022-10-06T19:31:38.412Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:31:38.412Z] ---> Using cache [2022-10-06T19:31:38.412Z] ---> a779cedd801e [2022-10-06T19:31:38.412Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-06T19:31:38.412Z] ---> Running in 1052474cf08b [2022-10-06T19:31:38.682Z] ---> Running in c2c85fdf52f7 [2022-10-06T19:31:40.084Z] Removing intermediate container 1052474cf08b [2022-10-06T19:31:40.084Z] ---> 5fc1d298683f [2022-10-06T19:31:40.084Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:31:41.038Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:31:42.009Z] ---> 206c8a31a811 [2022-10-06T19:31:42.009Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-06T19:31:42.274Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:31:43.675Z] v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-06T19:31:43.675Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-06T19:31:43.675Z] OK: 15734 distinct packages available [2022-10-06T19:31:43.675Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:31:45.085Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:31:45.085Z] ---> a8c2dd043d2c [2022-10-06T19:31:45.085Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-06T19:31:46.041Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-06T19:31:46.309Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-06T19:31:46.309Z] ---> 2034ec769345 [2022-10-06T19:31:46.309Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-06T19:31:46.309Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-06T19:31:46.762Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-06T19:31:46.762Z] (5/9) Installing curl (7.80.0-r3) [2022-10-06T19:31:46.762Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-06T19:31:46.762Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-06T19:31:47.142Z] (8/9) Installing libucontext (1.1-r0) [2022-10-06T19:31:47.142Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-06T19:31:47.142Z] Executing busybox-1.34.1-r7.trigger [2022-10-06T19:31:47.142Z] Executing ca-certificates-20220614-r0.trigger [2022-10-06T19:31:47.801Z] OK: 8 MiB in 23 packages [2022-10-06T19:31:47.801Z] ---> fe104c56a4f0 [2022-10-06T19:31:47.801Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-06T19:31:48.079Z] ---> Running in bca9c0eb5bd4 [2022-10-06T19:31:49.573Z] Removing intermediate container bca9c0eb5bd4 [2022-10-06T19:31:49.574Z] ---> 28cf4615b5b8 [2022-10-06T19:31:49.574Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:31:49.574Z] ---> Running in fdaddbf5667b [2022-10-06T19:31:50.561Z] Removing intermediate container fdaddbf5667b [2022-10-06T19:31:50.561Z] ---> 9752b8d56938 [2022-10-06T19:31:50.561Z] Step 23/25 : LABEL arch=arm64 [2022-10-06T19:31:50.871Z] ---> Running in 5f72e1c5dfd5 [2022-10-06T19:31:51.481Z] Removing intermediate container 5f72e1c5dfd5 [2022-10-06T19:31:51.481Z] ---> 384232911eae [2022-10-06T19:31:51.481Z] Step 24/25 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:31:51.481Z] Removing intermediate container c2c85fdf52f7 [2022-10-06T19:31:51.481Z] ---> d7f70391cadc [2022-10-06T19:31:51.481Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:31:51.481Z] ---> Running in 69d5d348a758 [2022-10-06T19:31:52.488Z] Removing intermediate container 69d5d348a758 [2022-10-06T19:31:52.488Z] ---> acedaddcf3f9 [2022-10-06T19:31:52.488Z] Step 25/25 : LABEL version=0.0.0 [2022-10-06T19:31:52.755Z] ---> Running in 6af841982b3c [2022-10-06T19:31:53.022Z] ---> 9cea4eedbe6d [2022-10-06T19:31:53.022Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-06T19:31:53.607Z] Removing intermediate container 6af841982b3c [2022-10-06T19:31:53.607Z] ---> ceba7018cea3 [2022-10-06T19:31:53.607Z] [2022-10-06T19:31:54.191Z] Successfully built ceba7018cea3 [2022-10-06T19:31:54.457Z] Successfully tagged core-metadata-arm64:latest [2022-10-06T19:31:54.457Z] Building core-data [2022-10-06T19:31:55.865Z]  Building core-metadata ... done  ---> 6e1ea7f3bfa1 [2022-10-06T19:31:55.865Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-06T19:31:56.824Z] ---> fc8a40be98e0 [2022-10-06T19:31:56.824Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-06T19:31:57.089Z] Removing intermediate container 3bb195614b8f [2022-10-06T19:31:57.089Z] ---> 4a142203bba0 [2022-10-06T19:31:57.089Z] Step 8/22 : COPY . . ---> Running in e17c13f54fa2 [2022-10-06T19:31:57.089Z] [2022-10-06T19:31:58.042Z] Removing intermediate container e17c13f54fa2 [2022-10-06T19:31:58.042Z] ---> 52a1542f8c0e [2022-10-06T19:31:58.042Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:31:58.042Z] ---> Running in da9cfea8bc01 [2022-10-06T19:31:58.998Z] Removing intermediate container da9cfea8bc01 [2022-10-06T19:31:58.998Z] ---> 9a3333cb85da [2022-10-06T19:31:58.998Z] Step 18/20 : LABEL arch=arm64 [2022-10-06T19:31:58.998Z] ---> Running in cb7319d07f4c [2022-10-06T19:31:59.953Z] Removing intermediate container cb7319d07f4c [2022-10-06T19:31:59.953Z] ---> 854339d3a7d5 [2022-10-06T19:31:59.953Z] Step 19/20 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:31:59.953Z] ---> Running in 984b88b4af3c [2022-10-06T19:32:00.531Z] Removing intermediate container 984b88b4af3c [2022-10-06T19:32:00.531Z] ---> 5e9fec06608b [2022-10-06T19:32:00.531Z] Step 20/20 : LABEL version=0.0.0 [2022-10-06T19:32:00.808Z] ---> Running in a15b4f6a7007 [2022-10-06T19:32:01.387Z] Removing intermediate container a15b4f6a7007 [2022-10-06T19:32:01.387Z] ---> 83be1469cfed [2022-10-06T19:32:01.387Z] [2022-10-06T19:32:02.341Z] Successfully built 83be1469cfed [2022-10-06T19:32:02.341Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-10-06T19:32:02.341Z]  Building security-spiffe-token-provider ... done Building security-spire-server [2022-10-06T19:32:14.620Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:32:14.620Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:32:14.620Z] ---> 57d0ee099bc9 [2022-10-06T19:32:14.620Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-06T19:32:14.620Z] ---> Using cache [2022-10-06T19:32:14.620Z] ---> 5c52304c0d6d [2022-10-06T19:32:14.620Z] Step 4/24 : WORKDIR /edgex-go [2022-10-06T19:32:14.620Z] ---> Using cache [2022-10-06T19:32:14.620Z] ---> 921301811be8 [2022-10-06T19:32:14.620Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:32:14.620Z] ---> Using cache [2022-10-06T19:32:14.620Z] ---> 06de7b149a2e [2022-10-06T19:32:14.620Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-06T19:32:14.620Z] ---> Running in 330bb919ef8d [2022-10-06T19:32:15.201Z] ---> 326100cb4503 [2022-10-06T19:32:15.201Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-06T19:32:15.468Z] ---> Running in 23fbabe34502 [2022-10-06T19:32:16.873Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:32:17.830Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:32:17.830Z] 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-10-06T19:32:19.234Z] OK: 221 MiB in 51 packages [2022-10-06T19:32:21.172Z] Removing intermediate container 330bb919ef8d [2022-10-06T19:32:21.172Z] ---> e2a2bf471438 [2022-10-06T19:32:21.172Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-06T19:32:22.581Z] ---> 933920bd6223 [2022-10-06T19:32:22.581Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:32:22.581Z] ---> Running in 3bb382385981 [2022-10-06T19:32:24.526Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:32:24.526Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:32:24.526Z] ---> 57d0ee099bc9 [2022-10-06T19:32:24.526Z] Step 3/25 : WORKDIR /edgex-go [2022-10-06T19:32:24.526Z] ---> Using cache [2022-10-06T19:32:24.526Z] ---> aa03b7378db8 [2022-10-06T19:32:24.526Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:32:24.526Z] ---> Using cache [2022-10-06T19:32:24.526Z] ---> ba380c1c5e74 [2022-10-06T19:32:24.526Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-06T19:32:24.526Z] ---> Using cache [2022-10-06T19:32:24.526Z] ---> 579323c12b8b [2022-10-06T19:32:24.526Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-06T19:32:24.526Z] ---> Using cache [2022-10-06T19:32:24.526Z] ---> 268a932ce4b7 [2022-10-06T19:32:24.526Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:32:24.526Z] ---> Using cache [2022-10-06T19:32:24.526Z] ---> 921e43bc8dfc [2022-10-06T19:32:24.526Z] Step 8/25 : COPY . . [2022-10-06T19:32:24.526Z] ---> Using cache [2022-10-06T19:32:24.526Z] ---> 61b8da6a0b76 [2022-10-06T19:32:24.526Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-06T19:32:24.526Z] ---> Using cache [2022-10-06T19:32:24.526Z] ---> c2092ec68eac [2022-10-06T19:32:24.526Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-06T19:32:24.526Z] ---> Using cache [2022-10-06T19:32:24.526Z] ---> d1bc70d482b1 [2022-10-06T19:32:24.526Z] 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-10-06T19:32:24.794Z] ---> Running in 6fbca515a87e [2022-10-06T19:32:27.376Z] Removing intermediate container 6fbca515a87e [2022-10-06T19:32:27.376Z] ---> e71e889d623f [2022-10-06T19:32:27.376Z] Step 12/25 : WORKDIR /edgex-go [2022-10-06T19:32:27.642Z] ---> Running in e43fc602aefa [2022-10-06T19:32:28.223Z] Removing intermediate container e43fc602aefa [2022-10-06T19:32:28.223Z] ---> 4bb57b76f34a [2022-10-06T19:32:28.223Z] [2022-10-06T19:32:28.223Z] Step 13/25 : FROM alpine:3.15 [2022-10-06T19:32:28.223Z] ---> 02e0d6fdf486 [2022-10-06T19:32:28.223Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-06T19:32:28.223Z] ---> Using cache [2022-10-06T19:32:28.223Z] ---> e1a4f55b4251 [2022-10-06T19:32:28.223Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:32:28.223Z] ---> Using cache [2022-10-06T19:32:28.223Z] ---> a779cedd801e [2022-10-06T19:32:28.223Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-06T19:32:28.223Z] ---> Using cache [2022-10-06T19:32:28.223Z] ---> ccaac3bd56d7 [2022-10-06T19:32:28.223Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-06T19:32:34.849Z] ---> e8aa8bb3ecca [2022-10-06T19:32:34.849Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-06T19:32:35.114Z] ---> 9e5810af7042 [2022-10-06T19:32:35.114Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-06T19:32:36.069Z] ---> cc11bdd9c3bd [2022-10-06T19:32:36.069Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-06T19:32:37.038Z] ---> 870f6c7bb627 [2022-10-06T19:32:37.038Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-06T19:32:37.038Z] ---> Running in 5a5dcf42ff97 [2022-10-06T19:32:37.618Z] Removing intermediate container 5a5dcf42ff97 [2022-10-06T19:32:37.618Z] ---> 4bdb0ebdbed9 [2022-10-06T19:32:37.618Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-06T19:32:37.618Z] ---> Running in b5496574e479 [2022-10-06T19:32:38.224Z] Removing intermediate container b5496574e479 [2022-10-06T19:32:38.224Z] ---> fe99b72dddd4 [2022-10-06T19:32:38.224Z] Step 23/25 : LABEL arch=arm64 [2022-10-06T19:32:38.492Z] ---> Running in b246d32e1885 [2022-10-06T19:32:38.758Z] Removing intermediate container b246d32e1885 [2022-10-06T19:32:38.758Z] ---> f71f3557be20 [2022-10-06T19:32:38.758Z] Step 24/25 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:32:39.027Z] ---> Running in c65874030081 [2022-10-06T19:32:39.611Z] Removing intermediate container c65874030081 [2022-10-06T19:32:39.611Z] ---> e87cd0e8eb37 [2022-10-06T19:32:39.611Z] Step 25/25 : LABEL version=0.0.0 [2022-10-06T19:32:39.611Z] ---> Running in d9afe5d8f1f5 [2022-10-06T19:32:40.194Z] Removing intermediate container d9afe5d8f1f5 [2022-10-06T19:32:40.194Z] ---> 3d056300a391 [2022-10-06T19:32:40.194Z] [2022-10-06T19:32:40.459Z] Successfully built 3d056300a391 [2022-10-06T19:32:40.459Z] Successfully tagged security-spire-server-arm64:latest [2022-10-06T19:32:40.459Z] Building support-notifications [2022-10-06T19:32:58.680Z]  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:32:58.680Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:32:58.680Z] ---> 57d0ee099bc9 [2022-10-06T19:32:58.680Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-06T19:32:58.680Z] ---> Using cache [2022-10-06T19:32:58.680Z] ---> 5c52304c0d6d [2022-10-06T19:32:58.680Z] Step 4/23 : WORKDIR /edgex-go [2022-10-06T19:32:58.680Z] ---> Using cache [2022-10-06T19:32:58.680Z] ---> 921301811be8 [2022-10-06T19:32:58.680Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:32:58.680Z] ---> Using cache [2022-10-06T19:32:58.680Z] ---> 06de7b149a2e [2022-10-06T19:32:58.680Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-06T19:32:58.680Z] ---> Running in 4d9551b607e9 [2022-10-06T19:32:58.680Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:32:59.275Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:33:00.697Z] OK: 221 MiB in 51 packages [2022-10-06T19:33:02.663Z] Removing intermediate container 4d9551b607e9 [2022-10-06T19:33:02.663Z] ---> 437dd73b26f1 [2022-10-06T19:33:02.663Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-06T19:33:04.615Z] ---> c40ba70a8c9c [2022-10-06T19:33:04.615Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:33:04.615Z] ---> Running in 7ba3abfffab4 [2022-10-06T19:33:26.703Z] Removing intermediate container 3bb382385981 [2022-10-06T19:33:26.703Z] ---> b06a1cbf9340 [2022-10-06T19:33:26.703Z] Step 9/24 : COPY . . [2022-10-06T19:33:34.923Z] Removing intermediate container a5e40c6ca6ce [2022-10-06T19:33:34.923Z] ---> ad6af499c337 [2022-10-06T19:33:34.923Z] [2022-10-06T19:33:34.923Z] Step 11/23 : FROM alpine:3.16 [2022-10-06T19:33:34.923Z] ---> a6215f271958 [2022-10-06T19:33:34.923Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-06T19:33:34.923Z] ---> Using cache [2022-10-06T19:33:34.923Z] ---> 954f2f448988 [2022-10-06T19:33:34.923Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-06T19:33:34.923Z] ---> Using cache [2022-10-06T19:33:34.923Z] ---> b464edbd623d [2022-10-06T19:33:34.923Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-06T19:33:34.923Z] ---> Running in 5d74eb98f99f [2022-10-06T19:33:35.513Z] Removing intermediate container 5d74eb98f99f [2022-10-06T19:33:35.513Z] ---> ed714f1c7e35 [2022-10-06T19:33:35.513Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-06T19:33:35.782Z] ---> Running in d77b0fae1067 [2022-10-06T19:33:36.764Z] Removing intermediate container d77b0fae1067 [2022-10-06T19:33:36.764Z] ---> 99f48256c0ea [2022-10-06T19:33:36.764Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:33:38.179Z] ---> afe8f8a1a91a [2022-10-06T19:33:38.179Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-06T19:33:43.539Z] ---> dce376868e8d [2022-10-06T19:33:43.539Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-06T19:33:43.539Z] ---> 86bbcc397be3 [2022-10-06T19:33:43.539Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-06T19:33:43.539Z] ---> Running in e88167b3bd9f [2022-10-06T19:33:44.522Z] ---> 251532b093ca [2022-10-06T19:33:44.522Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-06T19:33:44.522Z] ---> Running in 98214685a02c [2022-10-06T19:33:45.509Z] Removing intermediate container 98214685a02c [2022-10-06T19:33:45.509Z] ---> e52e2e36dbf2 [2022-10-06T19:33:45.509Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:33:45.784Z] ---> Running in 611c9abef40c [2022-10-06T19:33:45.784Z] 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-10-06T19:33:46.759Z] Removing intermediate container 611c9abef40c [2022-10-06T19:33:46.759Z] ---> b63e5607bcce [2022-10-06T19:33:46.759Z] Step 21/23 : LABEL arch=arm64 [2022-10-06T19:33:46.759Z] ---> Running in 44e0a8425dcb [2022-10-06T19:33:47.721Z] Removing intermediate container 44e0a8425dcb [2022-10-06T19:33:47.721Z] ---> d61e93ea1af1 [2022-10-06T19:33:47.721Z] Step 22/23 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:33:47.721Z] ---> Running in fc34945a8c2c [2022-10-06T19:33:48.686Z] Removing intermediate container fc34945a8c2c [2022-10-06T19:33:48.686Z] ---> a51a779bcdf3 [2022-10-06T19:33:48.686Z] Step 23/23 : LABEL version=0.0.0 [2022-10-06T19:33:48.955Z] ---> Running in 264bbc81adf5 [2022-10-06T19:33:49.919Z] Removing intermediate container 264bbc81adf5 [2022-10-06T19:33:49.919Z] ---> b906e0442500 [2022-10-06T19:33:49.919Z] [2022-10-06T19:33:50.188Z] Successfully built b906e0442500 [2022-10-06T19:33:50.188Z] Successfully tagged support-scheduler-arm64:latest [2022-10-06T19:33:50.188Z] Building security-bootstrapper [2022-10-06T19:34:08.424Z]  Building support-scheduler ... done Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-06T19:34:08.424Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-06T19:34:08.424Z] ---> 57d0ee099bc9 [2022-10-06T19:34:08.424Z] Step 3/33 : WORKDIR /edgex-go [2022-10-06T19:34:08.424Z] ---> Using cache [2022-10-06T19:34:08.424Z] ---> aa03b7378db8 [2022-10-06T19:34:08.424Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:34:08.424Z] ---> Using cache [2022-10-06T19:34:08.424Z] ---> ba380c1c5e74 [2022-10-06T19:34:08.424Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-06T19:34:08.424Z] ---> Using cache [2022-10-06T19:34:08.424Z] ---> a1bfb13ae56a [2022-10-06T19:34:08.424Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-06T19:34:08.424Z] ---> Using cache [2022-10-06T19:34:08.424Z] ---> 4a871fee72dd [2022-10-06T19:34:08.424Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-06T19:34:08.424Z] ---> Using cache [2022-10-06T19:34:08.424Z] ---> 4a142203bba0 [2022-10-06T19:34:08.424Z] Step 8/33 : COPY . . [2022-10-06T19:34:08.424Z] ---> Using cache [2022-10-06T19:34:08.424Z] ---> 326100cb4503 [2022-10-06T19:34:08.424Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-06T19:34:08.424Z] ---> Running in 13225fcd9c18 [2022-10-06T19:34:11.020Z] 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-10-06T19:34:11.020Z] Removing intermediate container 7ba3abfffab4 [2022-10-06T19:34:11.020Z] ---> 315ba4e5ff4f [2022-10-06T19:34:11.020Z] Step 9/23 : COPY . . [2022-10-06T19:34:23.341Z] ---> bdd21314ff49 [2022-10-06T19:34:23.341Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-06T19:34:23.341Z] ---> Running in d1be88609212 [2022-10-06T19:34:23.924Z] 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-10-06T19:36:30.620Z] Removing intermediate container 911d342cb24a [2022-10-06T19:36:30.620Z] ---> 26877beec0fb [2022-10-06T19:36:30.620Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-06T19:36:30.620Z] ---> Running in 114cb28306f0 [2022-10-06T19:36:30.620Z] 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-10-06T19:36:33.978Z] Removing intermediate container 114cb28306f0 [2022-10-06T19:36:33.978Z] ---> 5a9a8675e77b [2022-10-06T19:36:33.978Z] [2022-10-06T19:36:33.978Z] Step 11/23 : FROM alpine:3.16 [2022-10-06T19:36:33.978Z] ---> a6215f271958 [2022-10-06T19:36:33.978Z] 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-10-06T19:36:33.978Z] ---> Running in 7f13747063b2 [2022-10-06T19:36:33.978Z] Removing intermediate container 7f13747063b2 [2022-10-06T19:36:33.978Z] ---> 5379352b0d4c [2022-10-06T19:36:33.978Z] 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-10-06T19:36:33.978Z] ---> Running in ca48a3b01f79 [2022-10-06T19:36:35.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:36:36.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:36:37.600Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-06T19:36:37.600Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-06T19:36:37.600Z] (3/33) Installing readline (8.1.2-r0) [2022-10-06T19:36:37.600Z] (4/33) Installing bash (5.1.16-r2) [2022-10-06T19:36:37.600Z] Executing bash-5.1.16-r2.post-install [2022-10-06T19:36:37.600Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-06T19:36:37.600Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-06T19:36:37.867Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-06T19:36:37.867Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-06T19:36:37.867Z] (9/33) Installing curl (7.83.1-r3) [2022-10-06T19:36:37.867Z] (10/33) Installing docker-cli (20.10.18-r0) [2022-10-06T19:36:38.824Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-06T19:36:38.824Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-06T19:36:38.824Z] (13/33) Installing expat (2.4.9-r0) [2022-10-06T19:36:38.824Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-06T19:36:38.824Z] (15/33) Installing gdbm (1.23-r0) [2022-10-06T19:36:38.824Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-06T19:36:38.824Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-06T19:36:38.824Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-06T19:36:38.824Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-06T19:36:38.824Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-06T19:36:38.824Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-06T19:36:41.395Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-06T19:36:41.395Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-06T19:36:41.395Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-06T19:36:41.395Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-06T19:36:41.395Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-06T19:36:41.395Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-06T19:36:41.664Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-06T19:36:41.664Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-06T19:36:41.664Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-06T19:36:41.664Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-06T19:36:41.664Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-06T19:36:41.928Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-06T19:36:42.883Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:36:42.883Z] Executing ca-certificates-20220614-r0.trigger [2022-10-06T19:36:43.151Z] OK: 120 MiB in 47 packages [2022-10-06T19:36:58.113Z] Collecting docker-compose==1.23.2 [2022-10-06T19:36:58.113Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-06T19:36:58.113Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.3 MB/s eta 0:00:00 [2022-10-06T19:36:58.380Z] Collecting texttable<0.10,>=0.9.0 [2022-10-06T19:36:58.380Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-06T19:36:58.380Z] Preparing metadata (setup.py): started [2022-10-06T19:37:00.943Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-06T19:37:00.943Z] Collecting cached-property<2,>=1.2.0 [2022-10-06T19:37:00.943Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-06T19:37:00.943Z] 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-10-06T19:37:01.520Z] Collecting docker<4.0,>=3.6.0 [2022-10-06T19:37:01.520Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-06T19:37:01.520Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 17.3 MB/s eta 0:00:00 [2022-10-06T19:37:02.471Z] Collecting PyYAML<4,>=3.10 [2022-10-06T19:37:02.471Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-06T19:37:02.471Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 15.0 MB/s eta 0:00:00 [2022-10-06T19:37:04.399Z] Preparing metadata (setup.py): started [2022-10-06T19:37:06.326Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-06T19:37:06.590Z] Collecting docopt<0.7,>=0.6.1 [2022-10-06T19:37:06.590Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-06T19:37:06.590Z] Preparing metadata (setup.py): started [2022-10-06T19:37:09.156Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-06T19:37:09.156Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-06T19:37:09.156Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-06T19:37:09.156Z] Preparing metadata (setup.py): started [2022-10-06T19:37:11.723Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-06T19:37:13.123Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-06T19:37:13.123Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-06T19:37:13.123Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 17.2 MB/s eta 0:00:00 [2022-10-06T19:37:13.703Z] Collecting jsonschema<3,>=2.5.1 [2022-10-06T19:37:13.703Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-06T19:37:14.096Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-06T19:37:14.375Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-06T19:37:14.375Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 3.6 MB/s eta 0:00:00 [2022-10-06T19:37:14.988Z] Collecting docker-pycreds>=0.4.0 [2022-10-06T19:37:14.988Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-06T19:37:17.025Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-06T19:37:17.025Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-06T19:37:17.025Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 16.5 MB/s eta 0:00:00 [2022-10-06T19:37:17.025Z] Collecting idna<2.8,>=2.5 [2022-10-06T19:37:17.025Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-06T19:37:17.318Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 1.6 MB/s eta 0:00:00 [2022-10-06T19:37:17.318Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-06T19:37:17.318Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-06T19:37:17.588Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 8.2 MB/s eta 0:00:00 [2022-10-06T19:37:18.195Z] Collecting certifi>=2017.4.17 [2022-10-06T19:37:18.195Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-06T19:37:18.195Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 8.6 MB/s eta 0:00:00 [2022-10-06T19:37:18.807Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-06T19:37:18.807Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-06T19:37:18.808Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-06T19:37:18.808Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-06T19:37:20.215Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-06T19:37:20.215Z] Running setup.py install for texttable: started [2022-10-06T19:37:22.789Z] Running setup.py install for texttable: finished with status 'done' [2022-10-06T19:37:22.789Z] Running setup.py install for PyYAML: started [2022-10-06T19:37:24.727Z] 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-10-06T19:37:26.130Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-06T19:37:27.534Z] Running setup.py install for docopt: started [2022-10-06T19:37:30.867Z] Running setup.py install for docopt: finished with status 'done' [2022-10-06T19:37:33.532Z] Running setup.py install for dockerpty: started [2022-10-06T19:37:36.099Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-06T19:37:39.421Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 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-10-06T19:37:39.421Z] 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-10-06T19:37:54.397Z] Removing intermediate container 23fbabe34502 [2022-10-06T19:37:54.397Z] ---> ed8a59c0dd1d [2022-10-06T19:37:54.397Z] [2022-10-06T19:37:54.397Z] Step 10/22 : FROM alpine:3.16 [2022-10-06T19:37:54.397Z] ---> a6215f271958 [2022-10-06T19:37:54.397Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-06T19:37:54.397Z] ---> Running in ef728a6b9f44 [2022-10-06T19:37:54.397Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:37:54.980Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:37:56.382Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-06T19:37:56.382Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-06T19:37:56.382Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-06T19:37:56.382Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-06T19:37:56.382Z] (5/6) Installing curl (7.83.1-r3) [2022-10-06T19:37:56.382Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-06T19:37:56.382Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:37:56.647Z] Executing ca-certificates-20220614-r0.trigger [2022-10-06T19:37:56.913Z] OK: 8 MiB in 20 packages [2022-10-06T19:37:59.479Z] Removing intermediate container ef728a6b9f44 [2022-10-06T19:37:59.479Z] ---> c9dcf73c7821 [2022-10-06T19:37:59.479Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-06T19:37:59.745Z] ---> Running in 65301917f948 [2022-10-06T19:38:00.328Z] Removing intermediate container 65301917f948 [2022-10-06T19:38:00.328Z] ---> 23c4ac4b186c [2022-10-06T19:38:00.328Z] Step 13/22 : WORKDIR /edgex [2022-10-06T19:38:00.328Z] ---> Running in bb137b26fac1 [2022-10-06T19:38:00.595Z] Removing intermediate container ca48a3b01f79 [2022-10-06T19:38:00.595Z] ---> 17214a527d90 [2022-10-06T19:38:00.595Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-06T19:38:00.863Z] ---> Running in 926220972fa4 [2022-10-06T19:38:01.129Z] Removing intermediate container bb137b26fac1 [2022-10-06T19:38:01.129Z] ---> 66b27569c749 [2022-10-06T19:38:01.129Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-06T19:38:01.394Z] Removing intermediate container 926220972fa4 [2022-10-06T19:38:01.394Z] ---> eeac30347c6f [2022-10-06T19:38:01.394Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-06T19:38:01.661Z] ---> Running in 2d9eddcc8661 [2022-10-06T19:38:02.240Z] Removing intermediate container 2d9eddcc8661 [2022-10-06T19:38:02.240Z] ---> a39caef3f8f2 [2022-10-06T19:38:02.240Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-06T19:38:02.506Z] ---> a5ecce93a355 [2022-10-06T19:38:02.506Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-06T19:38:04.438Z] ---> d70a22eab082 [2022-10-06T19:38:04.438Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-06T19:38:04.702Z] ---> 9833c97d59c2 [2022-10-06T19:38:04.702Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-06T19:38:06.101Z] ---> c320dcc72a59 [2022-10-06T19:38:06.101Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-06T19:38:06.101Z] ---> 828638d4f716 [2022-10-06T19:38:06.101Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-06T19:38:07.504Z] ---> 9fecb9d45b4f [2022-10-06T19:38:07.504Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-06T19:38:07.504Z] ---> 9e062de3579e [2022-10-06T19:38:07.504Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-06T19:38:07.504Z] ---> Running in f3c337fcf1de [2022-10-06T19:38:07.504Z] ---> Running in e70cc1a3929d [2022-10-06T19:38:08.511Z] Removing intermediate container f3c337fcf1de [2022-10-06T19:38:08.511Z] ---> 00a0d2e16843 [2022-10-06T19:38:08.511Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:38:08.511Z] ---> Running in 00fe5c99f952 [2022-10-06T19:38:09.099Z] Removing intermediate container 00fe5c99f952 [2022-10-06T19:38:09.099Z] ---> c2ac4cf49b81 [2022-10-06T19:38:09.099Z] Step 21/23 : LABEL arch=arm64 [2022-10-06T19:38:09.099Z] ---> Running in 0d4118937164 [2022-10-06T19:38:09.687Z] Removing intermediate container 0d4118937164 [2022-10-06T19:38:09.687Z] ---> 6ef002c9e527 [2022-10-06T19:38:09.687Z] Step 22/23 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:38:09.687Z] ---> Running in 5dd9b23ed6a4 [2022-10-06T19:38:11.110Z] Removing intermediate container 5dd9b23ed6a4 [2022-10-06T19:38:11.110Z] ---> 0965033bf099 [2022-10-06T19:38:11.110Z] Step 23/23 : LABEL version=0.0.0 [2022-10-06T19:38:11.110Z] ---> Running in c4ad1cf0059a [2022-10-06T19:38:11.702Z] Removing intermediate container e70cc1a3929d [2022-10-06T19:38:11.702Z] ---> b73eddf963e4 [2022-10-06T19:38:11.702Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-06T19:38:11.702Z] ---> Running in 8a1d06f6a3e5 [2022-10-06T19:38:11.702Z] Removing intermediate container c4ad1cf0059a [2022-10-06T19:38:11.702Z] ---> df3dd31e921e [2022-10-06T19:38:11.702Z] [2022-10-06T19:38:12.302Z] Removing intermediate container 8a1d06f6a3e5 [2022-10-06T19:38:12.302Z] Successfully built df3dd31e921e [2022-10-06T19:38:12.302Z] ---> 6502411c353b [2022-10-06T19:38:12.302Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-10-06T19:38:12.302Z] Step 20/22 : LABEL arch=arm64 [2022-10-06T19:38:12.570Z]  Building sys-mgmt-agent ... done  ---> Running in 1de1d5f6a859 [2022-10-06T19:38:12.839Z] Removing intermediate container 1de1d5f6a859 [2022-10-06T19:38:12.839Z] ---> 1404b5e4c085 [2022-10-06T19:38:12.839Z] Step 21/22 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:38:13.106Z] ---> Running in f970af96caaa [2022-10-06T19:38:13.696Z] Removing intermediate container f970af96caaa [2022-10-06T19:38:13.696Z] ---> cf7a20e1923e [2022-10-06T19:38:13.696Z] Step 22/22 : LABEL version=0.0.0 [2022-10-06T19:38:13.696Z] ---> Running in 6073703a293c [2022-10-06T19:38:14.280Z] Removing intermediate container 6073703a293c [2022-10-06T19:38:14.280Z] ---> 8bb9cec55a8e [2022-10-06T19:38:14.280Z] [2022-10-06T19:38:14.548Z] Successfully built 8bb9cec55a8e [2022-10-06T19:38:14.548Z] Successfully tagged security-proxy-setup-arm64:latest [2022-10-06T19:39:22.430Z]  Building security-proxy-setup ... done Removing intermediate container 13225fcd9c18 [2022-10-06T19:39:22.430Z] ---> 998068a21d84 [2022-10-06T19:39:22.430Z] [2022-10-06T19:39:22.430Z] Step 10/33 : FROM alpine:3.16 [2022-10-06T19:39:22.430Z] ---> a6215f271958 [2022-10-06T19:39:22.430Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-06T19:39:22.430Z] ---> Running in 4831c26ecebc [2022-10-06T19:39:22.430Z] Removing intermediate container 4831c26ecebc [2022-10-06T19:39:22.430Z] ---> 695117d3c91c [2022-10-06T19:39:22.430Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-06T19:39:22.430Z] ---> Running in b513846a7264 [2022-10-06T19:39:22.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:39:22.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:39:22.431Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-06T19:39:22.431Z] (2/2) Installing su-exec (0.2-r1) [2022-10-06T19:39:22.431Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:39:22.431Z] OK: 5 MiB in 16 packages [2022-10-06T19:39:22.431Z] Removing intermediate container b513846a7264 [2022-10-06T19:39:22.431Z] ---> bf46d23484b0 [2022-10-06T19:39:22.431Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-06T19:39:22.431Z] ---> Running in c883d7ab023f [2022-10-06T19:39:22.431Z] Removing intermediate container c883d7ab023f [2022-10-06T19:39:22.431Z] ---> d85f776f84ae [2022-10-06T19:39:22.431Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-06T19:39:22.431Z] ---> Running in 5661c9b00520 [2022-10-06T19:39:23.021Z] Removing intermediate container 5661c9b00520 [2022-10-06T19:39:23.021Z] ---> d4d4c0bf3e8a [2022-10-06T19:39:23.021Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-06T19:39:23.021Z] ---> Running in 7053bce9e079 [2022-10-06T19:39:23.607Z] Removing intermediate container 7053bce9e079 [2022-10-06T19:39:23.607Z] ---> 55e4856b6250 [2022-10-06T19:39:23.607Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-06T19:39:23.607Z] ---> Running in 11d94a90948a [2022-10-06T19:39:24.194Z] Removing intermediate container 11d94a90948a [2022-10-06T19:39:24.194Z] ---> 482863934c19 [2022-10-06T19:39:24.194Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-06T19:39:24.194Z] ---> Running in 1e48c34e6833 [2022-10-06T19:39:27.552Z] Removing intermediate container 1e48c34e6833 [2022-10-06T19:39:27.552Z] ---> 50cfd7ff2c1d [2022-10-06T19:39:27.552Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-06T19:39:27.552Z] ---> Running in 1bd631ddeeef [2022-10-06T19:39:27.552Z] Removing intermediate container 1bd631ddeeef [2022-10-06T19:39:27.552Z] ---> 050e200d4e96 [2022-10-06T19:39:27.552Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-06T19:39:28.516Z] ---> 05a3e33e68ec [2022-10-06T19:39:28.516Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-06T19:39:28.516Z] ---> Running in 529159bdfc08 [2022-10-06T19:39:31.125Z] Removing intermediate container 529159bdfc08 [2022-10-06T19:39:31.125Z] ---> a5108f21ba5a [2022-10-06T19:39:31.125Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:39:32.088Z] ---> 337464965904 [2022-10-06T19:39:32.088Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-06T19:39:34.038Z] ---> 820ee5eb7cc6 [2022-10-06T19:39:34.038Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-06T19:39:35.003Z] ---> 109db3cbacd1 [2022-10-06T19:39:35.004Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-06T19:39:35.592Z] ---> 0eb1999ad33e [2022-10-06T19:39:35.592Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-06T19:39:36.554Z] ---> 0da298084249 [2022-10-06T19:39:36.554Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-06T19:39:37.524Z] ---> 0d21bc2a99be [2022-10-06T19:39:37.524Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-06T19:39:38.490Z] ---> 089a8a1c8cac [2022-10-06T19:39:38.490Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-06T19:39:38.759Z] ---> Running in f73d56e38b80 [2022-10-06T19:39:42.145Z] Removing intermediate container f73d56e38b80 [2022-10-06T19:39:42.145Z] ---> d5a716351f0e [2022-10-06T19:39:42.145Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-06T19:39:42.411Z] ---> Running in cbf96dc7101f [2022-10-06T19:39:42.993Z] Removing intermediate container cbf96dc7101f [2022-10-06T19:39:42.993Z] ---> 8fef620e72b9 [2022-10-06T19:39:42.993Z] Step 30/33 : CMD ["gate"] [2022-10-06T19:39:43.261Z] ---> Running in 9c735f7e6029 [2022-10-06T19:39:43.844Z] Removing intermediate container 9c735f7e6029 [2022-10-06T19:39:43.844Z] ---> 8ac9b29c36e9 [2022-10-06T19:39:43.844Z] Step 31/33 : LABEL arch=arm64 [2022-10-06T19:39:44.109Z] ---> Running in 022a7d78303a [2022-10-06T19:39:45.067Z] Removing intermediate container 022a7d78303a [2022-10-06T19:39:45.067Z] ---> 6789577ef962 [2022-10-06T19:39:45.067Z] Step 32/33 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:39:45.067Z] ---> Running in d8d079a0b5d0 [2022-10-06T19:39:45.651Z] Removing intermediate container d8d079a0b5d0 [2022-10-06T19:39:45.651Z] ---> acae2035b8fb [2022-10-06T19:39:45.651Z] Step 33/33 : LABEL version=0.0.0 [2022-10-06T19:39:45.917Z] ---> Running in 7bdebaf7b15a [2022-10-06T19:39:46.498Z] Removing intermediate container 7bdebaf7b15a [2022-10-06T19:39:46.498Z] ---> 6bb1a7062969 [2022-10-06T19:39:46.498Z] [2022-10-06T19:39:47.078Z] Successfully built 6bb1a7062969 [2022-10-06T19:39:47.078Z] Successfully tagged security-bootstrapper-arm64:latest [2022-10-06T19:39:49.014Z]  Building security-bootstrapper ... done Removing intermediate container e88167b3bd9f [2022-10-06T19:39:49.014Z] ---> 303650d76bad [2022-10-06T19:39:49.014Z] [2022-10-06T19:39:49.014Z] Step 11/24 : FROM alpine:3.16 [2022-10-06T19:39:49.014Z] ---> a6215f271958 [2022-10-06T19:39:49.014Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-06T19:39:49.014Z] ---> Running in 2b27bdf484d2 [2022-10-06T19:39:49.278Z] Removing intermediate container 2b27bdf484d2 [2022-10-06T19:39:49.278Z] ---> a348839745e8 [2022-10-06T19:39:49.278Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-06T19:39:49.545Z] ---> Running in fdb8569e38d3 [2022-10-06T19:39:49.811Z] Removing intermediate container fdb8569e38d3 [2022-10-06T19:39:49.811Z] ---> eca3ec997985 [2022-10-06T19:39:49.811Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-06T19:39:50.077Z] ---> Running in fb43b1035caa [2022-10-06T19:39:50.344Z] Removing intermediate container fb43b1035caa [2022-10-06T19:39:50.344Z] ---> 54003660ecfd [2022-10-06T19:39:50.344Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-06T19:39:50.614Z] ---> Running in 2012d51dcc01 [2022-10-06T19:39:53.186Z] Removing intermediate container 2012d51dcc01 [2022-10-06T19:39:53.186Z] ---> 1b6357bf2c4e [2022-10-06T19:39:53.186Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-06T19:39:53.186Z] ---> Running in b39b33c562cb [2022-10-06T19:39:54.594Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:39:55.547Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:39:56.502Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-06T19:39:56.769Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-06T19:39:56.769Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-06T19:39:57.035Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-06T19:39:57.303Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-06T19:39:57.303Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-06T19:39:57.303Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:39:57.303Z] OK: 8 MiB in 20 packages [2022-10-06T19:39:59.242Z] Removing intermediate container b39b33c562cb [2022-10-06T19:39:59.242Z] ---> 2d4fcf0137c6 [2022-10-06T19:39:59.242Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:39:59.508Z] ---> 87a63203958d [2022-10-06T19:39:59.508Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-06T19:40:00.464Z] ---> e15df0cffb16 [2022-10-06T19:40:00.464Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-06T19:40:01.426Z] ---> 161a2810989d [2022-10-06T19:40:01.426Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-06T19:40:01.426Z] ---> Running in 2fb868d0deeb [2022-10-06T19:40:01.695Z] Removing intermediate container 2fb868d0deeb [2022-10-06T19:40:01.695Z] ---> 0b6ba7d740ea [2022-10-06T19:40:01.695Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:40:01.968Z] ---> Running in 8ad1db758366 [2022-10-06T19:40:02.564Z] Removing intermediate container 8ad1db758366 [2022-10-06T19:40:02.565Z] ---> f7cc835a9c07 [2022-10-06T19:40:02.565Z] Step 22/24 : LABEL arch=arm64 [2022-10-06T19:40:02.565Z] ---> Running in 54d530c3ce94 [2022-10-06T19:40:03.146Z] Removing intermediate container 54d530c3ce94 [2022-10-06T19:40:03.146Z] ---> 604275f3f996 [2022-10-06T19:40:03.146Z] Step 23/24 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:40:03.146Z] ---> Running in c3c0a8a48ce4 [2022-10-06T19:40:03.726Z] Removing intermediate container c3c0a8a48ce4 [2022-10-06T19:40:03.726Z] ---> cb1643a821a3 [2022-10-06T19:40:03.726Z] Step 24/24 : LABEL version=0.0.0 [2022-10-06T19:40:03.726Z] ---> Running in d5c77246fce5 [2022-10-06T19:40:04.309Z] Removing intermediate container d5c77246fce5 [2022-10-06T19:40:04.309Z] ---> 156eab86da8f [2022-10-06T19:40:04.309Z] [2022-10-06T19:40:04.576Z] Successfully built 156eab86da8f [2022-10-06T19:40:04.576Z] Successfully tagged core-data-arm64:latest [2022-10-06T19:40:26.618Z]  Building core-data ... done Removing intermediate container d1be88609212 [2022-10-06T19:40:26.618Z] ---> 56af83b39e78 [2022-10-06T19:40:26.618Z] [2022-10-06T19:40:26.618Z] Step 11/23 : FROM alpine:3.16 [2022-10-06T19:40:26.618Z] ---> a6215f271958 [2022-10-06T19:40:26.618Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-06T19:40:26.618Z] ---> Running in 8f4f3b50b8b3 [2022-10-06T19:40:26.618Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-06T19:40:26.618Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-06T19:40:26.618Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-06T19:40:26.618Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-06T19:40:26.618Z] Executing busybox-1.35.0-r17.trigger [2022-10-06T19:40:26.618Z] Executing ca-certificates-20220614-r0.trigger [2022-10-06T19:40:26.618Z] OK: 6 MiB in 16 packages [2022-10-06T19:40:28.026Z] Removing intermediate container 8f4f3b50b8b3 [2022-10-06T19:40:28.026Z] ---> 6ec648fffdcf [2022-10-06T19:40:28.026Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-06T19:40:28.026Z] ---> Running in f0e6695c2392 [2022-10-06T19:40:28.298Z] Removing intermediate container f0e6695c2392 [2022-10-06T19:40:28.298Z] ---> d1d465fdd166 [2022-10-06T19:40:28.298Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-06T19:40:28.298Z] ---> Running in 35c7772a0a6e [2022-10-06T19:40:28.564Z] Removing intermediate container 35c7772a0a6e [2022-10-06T19:40:28.564Z] ---> cefa18a7207d [2022-10-06T19:40:28.564Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-06T19:40:28.564Z] ---> Running in 4e72def5aad2 [2022-10-06T19:40:28.833Z] Removing intermediate container 4e72def5aad2 [2022-10-06T19:40:28.833Z] ---> 570a439a326f [2022-10-06T19:40:28.833Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-06T19:40:29.414Z] ---> f8c738ef5e6e [2022-10-06T19:40:29.414Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-06T19:40:30.820Z] ---> 30cd9a692c5a [2022-10-06T19:40:30.820Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-06T19:40:31.086Z] ---> 1ee900f57196 [2022-10-06T19:40:31.086Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-06T19:40:31.086Z] ---> Running in 8decb6b0633a [2022-10-06T19:40:31.353Z] Removing intermediate container 8decb6b0633a [2022-10-06T19:40:31.353Z] ---> e7e6d380a9c4 [2022-10-06T19:40:31.353Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-06T19:40:31.619Z] ---> Running in c2f26318ca15 [2022-10-06T19:40:31.892Z] Removing intermediate container c2f26318ca15 [2022-10-06T19:40:31.892Z] ---> ac8aa0d10404 [2022-10-06T19:40:31.892Z] Step 21/23 : LABEL arch=arm64 [2022-10-06T19:40:31.892Z] ---> Running in 8c7ce3dd0d30 [2022-10-06T19:40:32.158Z] Removing intermediate container 8c7ce3dd0d30 [2022-10-06T19:40:32.158Z] ---> b45a2584e76d [2022-10-06T19:40:32.158Z] Step 22/23 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b [2022-10-06T19:40:32.158Z] ---> Running in 938894c3c3e7 [2022-10-06T19:40:32.423Z] Removing intermediate container 938894c3c3e7 [2022-10-06T19:40:32.423Z] ---> 305440a97d1c [2022-10-06T19:40:32.423Z] Step 23/23 : LABEL version=0.0.0 [2022-10-06T19:40:32.696Z] ---> Running in 076fc52df718 [2022-10-06T19:40:32.965Z] Removing intermediate container 076fc52df718 [2022-10-06T19:40:32.965Z] ---> 7e0561199184 [2022-10-06T19:40:32.965Z] [2022-10-06T19:40:32.965Z] Successfully built 7e0561199184 [2022-10-06T19:40:32.965Z] Successfully tagged support-notifications-arm64:latest [2022-10-06T19:40:33.240Z]  Building support-notifications ... done  [Pipeline] } [2022-10-06T19:40:33.265Z] $ docker stop --time=1 bc5511df5ca3ba297875d75758789b1e7bb0cd205477a3e5d260f77183aef891 [2022-10-06T19:40:34.854Z] $ docker rm -f bc5511df5ca3ba297875d75758789b1e7bb0cd205477a3e5d260f77183aef891 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-06T19:40:35.370Z] + docker images [2022-10-06T19:40:35.637Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-06T19:40:35.637Z] support-notifications-arm64 latest 7e0561199184 3 seconds ago 26.3MB [2022-10-06T19:40:35.637Z] 56af83b39e78 13 seconds ago 1.46GB [2022-10-06T19:40:35.637Z] core-data-arm64 latest 156eab86da8f 32 seconds ago 20.7MB [2022-10-06T19:40:35.637Z] 303650d76bad 48 seconds ago 1.41GB [2022-10-06T19:40:35.637Z] security-bootstrapper-arm64 latest 6bb1a7062969 49 seconds ago 19.1MB [2022-10-06T19:40:35.637Z] 998068a21d84 About a minute ago 1.39GB [2022-10-06T19:40:35.637Z] security-proxy-setup-arm64 latest 8bb9cec55a8e 2 minutes ago 26.5MB [2022-10-06T19:40:35.637Z] sys-mgmt-agent-arm64 latest df3dd31e921e 2 minutes ago 133MB [2022-10-06T19:40:35.637Z] ed8a59c0dd1d 2 minutes ago 1.39GB [2022-10-06T19:40:35.637Z] 5a9a8675e77b 4 minutes ago 1.38GB [2022-10-06T19:40:35.637Z] support-scheduler-arm64 latest b906e0442500 6 minutes ago 25.7MB [2022-10-06T19:40:35.637Z] ad6af499c337 7 minutes ago 1.46GB [2022-10-06T19:40:35.637Z] security-spire-server-arm64 latest 3d056300a391 7 minutes ago 84.3MB [2022-10-06T19:40:35.637Z] 4bb57b76f34a 8 minutes ago 1.28GB [2022-10-06T19:40:35.637Z] security-spiffe-token-provider-arm64 latest 83be1469cfed 8 minutes ago 28.4MB [2022-10-06T19:40:35.637Z] core-metadata-arm64 latest ceba7018cea3 8 minutes ago 17.5MB [2022-10-06T19:40:35.637Z] 5c316d613ccb 8 minutes ago 1.43GB [2022-10-06T19:40:35.637Z] e4f4df95aae6 9 minutes ago 1.41GB [2022-10-06T19:40:35.637Z] core-command-arm64 latest 139fad2a59a3 10 minutes ago 16.8MB [2022-10-06T19:40:35.637Z] 3cd6b709706d 10 minutes ago 1.4GB [2022-10-06T19:40:35.637Z] security-secretstore-setup-arm64 latest 1a485caf8306 10 minutes ago 28.2MB [2022-10-06T19:40:35.637Z] 5ebf5a439dd3 11 minutes ago 1.39GB [2022-10-06T19:40:35.637Z] security-spire-agent-arm64 latest 306aa5a5629a 15 minutes ago 122MB [2022-10-06T19:40:35.637Z] security-spire-config-arm64 latest 2c6fe66931d9 16 minutes ago 83.6MB [2022-10-06T19:40:35.637Z] 0e6735de816e 16 minutes ago 1.28GB [2022-10-06T19:40:35.637Z] 68312474dbc8 16 minutes ago 1.28GB [2022-10-06T19:40:35.637Z] ci-base-image-arm64 latest 57d0ee099bc9 30 minutes ago 941MB [2022-10-06T19:40:35.637Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 3970a7415f9e 6 days ago 679MB [2022-10-06T19:40:35.637Z] alpine 3.15 02e0d6fdf486 8 weeks ago 5.33MB [2022-10-06T19:40:35.637Z] alpine 3.16 a6215f271958 8 weeks ago 5.29MB [2022-10-06T19:40:35.637Z] 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-10-06T19:40:36.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-06T19:40:36.394Z] [2022-10-06T19:40:36.394Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:40:36.786Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-06T19:40:37.053Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-06T19:40:37.053Z] 8998bd30e6a1: Pulling fs layer [2022-10-06T19:40:37.053Z] 04944245beec: Pulling fs layer [2022-10-06T19:40:37.053Z] 699f458cf7ca: Pulling fs layer [2022-10-06T19:40:37.053Z] 765212b225bb: Pulling fs layer [2022-10-06T19:40:37.053Z] f23df028b6ca: Pulling fs layer [2022-10-06T19:40:37.053Z] d65c8cfc05b1: Pulling fs layer [2022-10-06T19:40:37.053Z] 2437ff75d9bd: Pulling fs layer [2022-10-06T19:40:37.053Z] 765212b225bb: Waiting [2022-10-06T19:40:37.053Z] f23df028b6ca: Waiting [2022-10-06T19:40:37.053Z] d65c8cfc05b1: Waiting [2022-10-06T19:40:37.053Z] 2437ff75d9bd: Waiting [2022-10-06T19:40:37.053Z] 04944245beec: Verifying Checksum [2022-10-06T19:40:37.053Z] 04944245beec: Download complete [2022-10-06T19:40:37.053Z] 765212b225bb: Verifying Checksum [2022-10-06T19:40:37.053Z] 765212b225bb: Download complete [2022-10-06T19:40:37.321Z] f23df028b6ca: Verifying Checksum [2022-10-06T19:40:37.321Z] f23df028b6ca: Download complete [2022-10-06T19:40:37.321Z] d65c8cfc05b1: Verifying Checksum [2022-10-06T19:40:37.321Z] d65c8cfc05b1: Download complete [2022-10-06T19:40:37.321Z] 699f458cf7ca: Verifying Checksum [2022-10-06T19:40:37.321Z] 699f458cf7ca: Download complete [2022-10-06T19:40:37.912Z] 8998bd30e6a1: Verifying Checksum [2022-10-06T19:40:37.912Z] 8998bd30e6a1: Download complete [2022-10-06T19:40:39.854Z] 2437ff75d9bd: Verifying Checksum [2022-10-06T19:40:39.854Z] 2437ff75d9bd: Download complete [2022-10-06T19:40:41.800Z] 8998bd30e6a1: Pull complete [2022-10-06T19:40:42.070Z] 04944245beec: Pull complete [2022-10-06T19:40:43.471Z] 699f458cf7ca: Pull complete [2022-10-06T19:40:43.735Z] 765212b225bb: Pull complete [2022-10-06T19:40:44.313Z] f23df028b6ca: Pull complete [2022-10-06T19:40:44.578Z] d65c8cfc05b1: Pull complete [2022-10-06T19:40:59.548Z] 2437ff75d9bd: Pull complete [2022-10-06T19:40:59.548Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-06T19:40:59.548Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-06T19:40:59.548Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-06T19:40:59.879Z] prd-ubuntu20.04-docker-arm64-4c-16g-7281 does not seem to be running inside a container [2022-10-06T19:40:59.973Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-06T19:41:02.625Z] $ docker top a2bbe986048dfa079bd5cd802220893d2cbf45335e8a9ed30a1e21d108c1c724 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-06T19:41:03.289Z] ---> job-cost.sh [2022-10-06T19:41:03.569Z] lf-activate-venv: SKIPPING [2022-10-06T19:41:03.569Z] INFO: No Stack... [2022-10-06T19:41:03.840Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-06T19:41:04.802Z] INFO: Archiving Costs [Pipeline] sh [2022-10-06T19:41:05.178Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-10-06T19:41:05.178Z] + cut -d, -f6 [Pipeline] lock [2022-10-06T19:41:05.237Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4188-1-stack-cost] [2022-10-06T19:41:05.242Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4188-1-stack-cost] did not exist. Created. [2022-10-06T19:41:05.242Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4188-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-06T19:41:05.982Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-06T19:41:06.179Z] Stashed 1 file(s) [Pipeline] } [2022-10-06T19:41:06.196Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4188-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-06T19:41:06.285Z] $ docker stop --time=1 a2bbe986048dfa079bd5cd802220893d2cbf45335e8a9ed30a1e21d108c1c724 [2022-10-06T19:41:07.774Z] $ docker rm -f a2bbe986048dfa079bd5cd802220893d2cbf45335e8a9ed30a1e21d108c1c724 [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-10-06T19:41:08.759Z] provisioning config files... [2022-10-06T19:41:08.766Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config13610138290886605025tmp [Pipeline] { [Pipeline] sh [2022-10-06T19:41:09.116Z] + set +x [2022-10-06T19:41:09.116Z] + bash -s -- [2022-10-06T19:41:09.116Z] + curl -s https://codecov.io/bash [2022-10-06T19:41:09.116Z] [2022-10-06T19:41:09.116Z] _____ _ [2022-10-06T19:41:09.116Z] / ____| | | [2022-10-06T19:41:09.116Z] | | ___ __| | ___ ___ _____ __ [2022-10-06T19:41:09.116Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-06T19:41:09.116Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-06T19:41:09.116Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-06T19:41:09.116Z] Bash-1.0.6 [2022-10-06T19:41:09.116Z] [2022-10-06T19:41:09.116Z] [2022-10-06T19:41:09.116Z] ==> git version 2.25.1 found [2022-10-06T19:41:09.116Z] ==> 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-10-06T19:41:09.116Z] Release-Date: 2020-01-08 [2022-10-06T19:41:09.116Z] 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-10-06T19:41:09.116Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-06T19:41:09.116Z] ==> Jenkins CI detected. [2022-10-06T19:41:09.116Z] current dir:  /w/workspace/edgex-go/1 [2022-10-06T19:41:09.116Z] project root: . [2022-10-06T19:41:09.116Z] --> token set from env [2022-10-06T19:41:09.116Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-06T19:41:09.116Z] ==> Running gcov in . (disable via -X gcov) [2022-10-06T19:41:09.116Z] ==> Python coveragepy not found [2022-10-06T19:41:09.116Z] ==> Searching for coverage reports in: [2022-10-06T19:41:09.116Z] + . [2022-10-06T19:41:09.374Z] -> Found 1 reports [2022-10-06T19:41:09.374Z] ==> Detecting git/mercurial file structure [2022-10-06T19:41:09.374Z] ==> Reading reports [2022-10-06T19:41:09.374Z] + ./coverage.out bytes=502163 [2022-10-06T19:41:09.374Z] ==> Appending adjustments [2022-10-06T19:41:09.374Z] https://docs.codecov.io/docs/fixing-reports [2022-10-06T19:41:10.756Z] + Found adjustments [2022-10-06T19:41:10.756Z] ==> Gzipping contents [2022-10-06T19:41:10.756Z] 64K /tmp/codecov.EvuUlK.gz [2022-10-06T19:41:10.756Z] ==> Uploading reports [2022-10-06T19:41:10.756Z] url: https://codecov.io [2022-10-06T19:41:10.756Z] query: branch=PR-4188&commit=9836205f5a3e27ed82ea122f736ef9860377326b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4188%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4188&job=&cmd_args= [2022-10-06T19:41:10.756Z] -> Pinging Codecov [2022-10-06T19:41:10.756Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4188&commit=9836205f5a3e27ed82ea122f736ef9860377326b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4188%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4188&job=&cmd_args= [2022-10-06T19:41:10.756Z] -> Uploading to [2022-10-06T19:41:10.756Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-06/00271124DB129430A58F1EEE437C3FCB/9836205f5a3e27ed82ea122f736ef9860377326b/4f177ada-93bc-4b22-a295-f77596c2bb60.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221006%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221006T194110Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6590068478c3c60f42f3c52cca027f78026f8df360a31bd30d05f60c44f81d6b [2022-10-06T19:41:10.756Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-06T19:41:10.756Z] Dload Upload Total Spent Left Speed [2022-10-06T19:41:11.021Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65534 0 0 100 65534 0 250k --:--:-- --:--:-- --:--:-- 250k [2022-10-06T19:41:11.021Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9836205f5a3e27ed82ea122f736ef9860377326b [Pipeline] } [2022-10-06T19:41:11.063Z] 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-10-06T19:41:12.418Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-10-06T19:41:12.744Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-06T19:41:13.640Z] ---> package-listing.sh [2022-10-06T19:41:13.641Z] ++ facter osfamily [2022-10-06T19:41:13.641Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-06T19:41:13.899Z] + OS_FAMILY=debian [2022-10-06T19:41:13.899Z] + workspace=/w/workspace/edgex-go/1 [2022-10-06T19:41:13.899Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-06T19:41:13.899Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-06T19:41:13.899Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-06T19:41:13.899Z] + PACKAGES=/tmp/packages_start.txt [2022-10-06T19:41:13.899Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-06T19:41:13.899Z] + PACKAGES=/tmp/packages_end.txt [2022-10-06T19:41:13.899Z] + case "${OS_FAMILY}" in [2022-10-06T19:41:13.899Z] + dpkg -l [2022-10-06T19:41:13.899Z] + grep '^ii' [2022-10-06T19:41:13.899Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-06T19:41:13.899Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-06T19:41:13.899Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-06T19:41:13.899Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-06T19:41:13.899Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-10-06T19:41:13.899Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-10-06T19:41:13.933Z] 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-10-06T19:41:14.235Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:41:14.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-06T19:41:14.603Z] [2022-10-06T19:41:14.603Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-06T19:41:14.979Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-06T19:41:14.979Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-06T19:41:14.979Z] 5eb5b503b376: Pulling fs layer [2022-10-06T19:41:14.979Z] 5c69ac0246d0: Pulling fs layer [2022-10-06T19:41:14.979Z] ec43610c2a17: Pulling fs layer [2022-10-06T19:41:14.979Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-06T19:41:14.979Z] 33b1e0a273af: Pulling fs layer [2022-10-06T19:41:14.979Z] 5d3b04190fa2: Pulling fs layer [2022-10-06T19:41:14.979Z] 2f39f015ded8: Pulling fs layer [2022-10-06T19:41:14.979Z] 33b1e0a273af: Waiting [2022-10-06T19:41:14.979Z] 3a2ae6a8a46f: Waiting [2022-10-06T19:41:14.979Z] 5d3b04190fa2: Waiting [2022-10-06T19:41:14.979Z] 2f39f015ded8: Waiting [2022-10-06T19:41:14.979Z] 5c69ac0246d0: Verifying Checksum [2022-10-06T19:41:14.979Z] 5c69ac0246d0: Download complete [2022-10-06T19:41:14.979Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-06T19:41:14.979Z] 3a2ae6a8a46f: Download complete [2022-10-06T19:41:14.979Z] 33b1e0a273af: Verifying Checksum [2022-10-06T19:41:14.979Z] 33b1e0a273af: Download complete [2022-10-06T19:41:14.979Z] 5d3b04190fa2: Verifying Checksum [2022-10-06T19:41:14.979Z] 5d3b04190fa2: Download complete [2022-10-06T19:41:15.237Z] ec43610c2a17: Verifying Checksum [2022-10-06T19:41:15.237Z] ec43610c2a17: Download complete [2022-10-06T19:41:15.237Z] 5eb5b503b376: Verifying Checksum [2022-10-06T19:41:15.237Z] 5eb5b503b376: Download complete [2022-10-06T19:41:15.803Z] 2f39f015ded8: Download complete [2022-10-06T19:41:16.369Z] 5eb5b503b376: Pull complete [2022-10-06T19:41:16.369Z] 5c69ac0246d0: Pull complete [2022-10-06T19:41:16.934Z] ec43610c2a17: Pull complete [2022-10-06T19:41:16.934Z] 3a2ae6a8a46f: Pull complete [2022-10-06T19:41:17.192Z] 33b1e0a273af: Pull complete [2022-10-06T19:41:17.192Z] 5d3b04190fa2: Pull complete [2022-10-06T19:41:21.382Z] 2f39f015ded8: Pull complete [2022-10-06T19:41:21.382Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-06T19:41:21.382Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-06T19:41:21.382Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-06T19:41:21.581Z] prd-ubuntu20.04-docker-8c-8g-7280 does not seem to be running inside a container [2022-10-06T19:41:21.581Z] $ 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-10-06T19:41:23.260Z] $ docker top 76b000cdb9bd490a7cbefbac02378faf94c005160cfdbc153eea50c15de9339e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-06T19:41:23.675Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-06T19:41:23.986Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-06T19:41:24.294Z] + ls /var/log/sa-host [2022-10-06T19:41:24.294Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-06T19:41:24.506Z] provisioning config files... [2022-10-06T19:41:24.516Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2429474185629530636tmp [Pipeline] { [Pipeline] echo [2022-10-06T19:41:24.564Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-06T19:41:24.878Z] ---> create-netrc.sh [Pipeline] } [2022-10-06T19:41:24.898Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-06T19:41:25.283Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-06T19:41:25.317Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-06T19:41:25.628Z] ---> sudo-logs.sh [2022-10-06T19:41:25.628Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-06T19:41:25.708Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-06T19:41:26.014Z] ---> job-cost.sh [2022-10-06T19:41:26.014Z] lf-activate-venv: SKIPPING [2022-10-06T19:41:26.014Z] DEBUG: total: 0.10999999940395355 [2022-10-06T19:41:26.014Z] INFO: Retrieving Stack Cost... [2022-10-06T19:41:26.274Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-06T19:41:26.842Z] INFO: Archiving Costs [Pipeline] echo [2022-10-06T19:41:26.876Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-06T19:41:27.186Z] ---> logs-deploy.sh [2022-10-06T19:41:27.186Z] lf-activate-venv: SKIPPING [2022-10-06T19:41:27.186Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4188/1 [2022-10-06T19:41:27.186Z] INFO: archiving workspace using pattern(s): [2022-10-06T19:41:28.121Z] Archives upload complete. [2022-10-06T19:41:28.380Z] INFO: archiving logs to Nexus [2022-10-06T19:41:28.949Z] ---> uname -a: [2022-10-06T19:41:28.949Z] Linux prd-ubuntu20-04-docker-8c-8g-7280 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-10-06T19:41:28.949Z] [2022-10-06T19:41:28.949Z] [2022-10-06T19:41:28.949Z] ---> lscpu: [2022-10-06T19:41:28.949Z] Architecture: x86_64 [2022-10-06T19:41:28.949Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-06T19:41:28.949Z] Byte Order: Little Endian [2022-10-06T19:41:28.949Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-06T19:41:28.949Z] CPU(s): 8 [2022-10-06T19:41:28.949Z] On-line CPU(s) list: 0-7 [2022-10-06T19:41:28.949Z] Thread(s) per core: 1 [2022-10-06T19:41:28.949Z] Core(s) per socket: 1 [2022-10-06T19:41:28.949Z] Socket(s): 8 [2022-10-06T19:41:28.949Z] NUMA node(s): 1 [2022-10-06T19:41:28.949Z] Vendor ID: AuthenticAMD [2022-10-06T19:41:28.949Z] CPU family: 23 [2022-10-06T19:41:28.949Z] Model: 49 [2022-10-06T19:41:28.949Z] Model name: AMD EPYC-Rome Processor [2022-10-06T19:41:28.949Z] Stepping: 0 [2022-10-06T19:41:28.949Z] CPU MHz: 2800.000 [2022-10-06T19:41:28.949Z] BogoMIPS: 5600.00 [2022-10-06T19:41:28.949Z] Virtualization: AMD-V [2022-10-06T19:41:28.949Z] Hypervisor vendor: KVM [2022-10-06T19:41:28.949Z] Virtualization type: full [2022-10-06T19:41:28.949Z] L1d cache: 256 KiB [2022-10-06T19:41:28.949Z] L1i cache: 256 KiB [2022-10-06T19:41:28.949Z] L2 cache: 4 MiB [2022-10-06T19:41:28.949Z] L3 cache: 128 MiB [2022-10-06T19:41:28.949Z] NUMA node0 CPU(s): 0-7 [2022-10-06T19:41:28.949Z] Vulnerability Itlb multihit: Not affected [2022-10-06T19:41:28.949Z] Vulnerability L1tf: Not affected [2022-10-06T19:41:28.949Z] Vulnerability Mds: Not affected [2022-10-06T19:41:28.949Z] Vulnerability Meltdown: Not affected [2022-10-06T19:41:28.949Z] Vulnerability Mmio stale data: Not affected [2022-10-06T19:41:28.949Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-06T19:41:28.949Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-06T19:41:28.949Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-06T19:41:28.949Z] Vulnerability Srbds: Not affected [2022-10-06T19:41:28.949Z] Vulnerability Tsx async abort: Not affected [2022-10-06T19:41:28.949Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-10-06T19:41:28.949Z] [2022-10-06T19:41:28.949Z] [2022-10-06T19:41:28.949Z] ---> nproc: [2022-10-06T19:41:28.949Z] 8 [2022-10-06T19:41:28.949Z] [2022-10-06T19:41:28.949Z] [2022-10-06T19:41:28.949Z] ---> df -h: [2022-10-06T19:41:28.949Z] Filesystem Size Used Avail Use% Mounted on [2022-10-06T19:41:28.949Z] overlay 155G 19G 137G 12% / [2022-10-06T19:41:28.949Z] tmpfs 64M 0 64M 0% /dev [2022-10-06T19:41:28.949Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-10-06T19:41:28.949Z] shm 64M 0 64M 0% /dev/shm [2022-10-06T19:41:28.949Z] /dev/vda1 155G 19G 137G 12% /facter-os [2022-10-06T19:41:28.949Z] [2022-10-06T19:41:28.949Z] [2022-10-06T19:41:28.949Z] ---> sar -b -r -n DEV: [2022-10-06T19:41:28.949Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7280) 10/06/22 _x86_64_ (8 CPU) [2022-10-06T19:41:28.949Z] [2022-10-06T19:41:28.949Z] 19:05:35 LINUX RESTART (8 CPU) [2022-10-06T19:41:28.949Z] [2022-10-06T19:41:28.949Z] 19:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-10-06T19:41:28.949Z] 19:07:01 73.64 21.90 51.74 0.00 2216.70 23568.34 0.00 [2022-10-06T19:41:28.949Z] 19:08:01 109.85 0.63 109.21 0.00 19.59 54265.13 0.00 [2022-10-06T19:41:28.949Z] 19:09:01 54.07 0.25 53.82 0.00 3.20 18463.99 0.00 [2022-10-06T19:41:28.949Z] 19:10:01 599.58 4.83 594.75 0.00 66.26 291081.75 0.00 [2022-10-06T19:41:28.949Z] 19:11:01 1094.60 10.85 1083.76 0.00 2907.30 287438.59 0.00 [2022-10-06T19:41:28.949Z] 19:12:01 1196.51 0.25 1196.26 0.00 12.47 270790.92 0.00 [2022-10-06T19:41:28.949Z] 19:13:01 87.62 0.03 87.59 0.00 0.93 11084.15 0.00 [2022-10-06T19:41:28.949Z] 19:14:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 [2022-10-06T19:41:28.949Z] 19:15:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 [2022-10-06T19:41:28.949Z] 19:16:01 1.93 0.00 1.93 0.00 0.00 21.33 0.00 [2022-10-06T19:41:28.949Z] 19:17:01 1.75 0.02 1.73 0.00 0.13 29.73 0.00 [2022-10-06T19:41:28.949Z] 19:18:01 1.80 0.00 1.80 0.00 0.00 19.86 0.00 [2022-10-06T19:41:28.949Z] 19:19:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 [2022-10-06T19:41:28.949Z] 19:20:01 3.33 1.67 1.67 0.00 37.73 20.40 0.00 [2022-10-06T19:41:28.949Z] 19:21:01 1.92 0.02 1.90 0.00 0.13 23.06 0.00 [2022-10-06T19:41:28.949Z] 19:22:01 1.75 0.00 1.75 0.00 0.00 19.60 0.00 [2022-10-06T19:41:28.949Z] 19:23:01 0.88 0.00 0.88 0.00 0.00 9.47 0.00 [2022-10-06T19:41:28.949Z] 19:24:01 1.35 0.02 1.33 0.00 1.73 15.46 0.00 [2022-10-06T19:41:28.949Z] 19:25:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 [2022-10-06T19:41:28.949Z] 19:26:01 1.52 0.00 1.52 0.00 0.00 17.73 0.00 [2022-10-06T19:41:28.949Z] 19:27:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 [2022-10-06T19:41:28.949Z] 19:28:01 1.72 0.00 1.72 0.00 0.00 19.33 0.00 [2022-10-06T19:41:28.949Z] 19:29:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 [2022-10-06T19:41:28.949Z] 19:30:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 [2022-10-06T19:41:28.949Z] 19:31:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 [2022-10-06T19:41:28.949Z] 19:32:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 [2022-10-06T19:41:28.949Z] 19:33:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 [2022-10-06T19:41:28.949Z] 19:34:01 0.90 0.00 0.90 0.00 0.00 11.06 0.00 [2022-10-06T19:41:28.949Z] 19:35:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 [2022-10-06T19:41:28.949Z] 19:36:01 1.52 0.00 1.52 0.00 0.00 17.59 0.00 [2022-10-06T19:41:28.949Z] 19:37:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 [2022-10-06T19:41:28.949Z] 19:38:01 0.83 0.00 0.83 0.00 0.00 10.80 0.00 [2022-10-06T19:41:28.949Z] 19:39:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 [2022-10-06T19:41:28.949Z] 19:40:01 1.62 0.00 1.62 0.00 0.00 17.60 0.00 [2022-10-06T19:41:28.949Z] 19:41:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 [2022-10-06T19:41:28.949Z] Average: 92.47 1.16 91.31 0.00 150.54 27232.12 0.00 [2022-10-06T19:41:28.949Z] [2022-10-06T19:41:28.949Z] 19:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-10-06T19:41:28.949Z] 19:07:01 28903636 31619700 702340 2.14 72328 2913976 1698868 5.01 987460 2633940 712684 [2022-10-06T19:41:28.949Z] 19:08:01 27879644 31511708 792392 2.41 107328 3721700 1896704 5.59 1504652 3048796 464424 [2022-10-06T19:41:28.949Z] 19:09:01 27549596 31555184 747960 2.27 110960 4061492 1849420 5.45 1350208 3501616 405608 [2022-10-06T19:41:28.949Z] 19:10:01 22496408 30938640 1333176 4.05 258692 8104028 3678780 10.84 2325048 7289660 138944 [2022-10-06T19:41:28.949Z] 19:11:01 20022120 31257488 1006116 3.06 349912 10642160 2949108 8.69 2480360 9438160 53376 [2022-10-06T19:41:28.949Z] 19:12:01 19453892 31433964 833036 2.53 390044 11309904 2022212 5.96 2303340 10155112 7308 [2022-10-06T19:41:28.949Z] 19:13:01 19732208 31516332 756004 2.30 395908 11109792 1826224 5.38 2250824 9935392 12 [2022-10-06T19:41:28.949Z] 19:14:01 19732776 31516980 755360 2.30 395916 11109928 1826224 5.38 2250684 9935496 48 [2022-10-06T19:41:28.949Z] 19:15:01 19746800 31531056 741216 2.25 395928 11109936 1826224 5.38 2236724 9935536 16 [2022-10-06T19:41:28.949Z] 19:16:01 19747076 31531312 740936 2.25 395980 11109936 1826224 5.38 2236536 9935536 8 [2022-10-06T19:41:28.949Z] 19:17:01 19750136 31534484 737580 2.24 396056 11109940 1826224 5.38 2234020 9935540 200 [2022-10-06T19:41:28.949Z] 19:18:01 19750276 31534668 737296 2.24 396084 11109940 1826224 5.38 2233920 9935540 192 [2022-10-06T19:41:28.949Z] 19:19:01 19750300 31534716 737248 2.24 396100 11109944 1826224 5.38 2233380 9935544 4 [2022-10-06T19:41:28.949Z] 19:20:01 19742468 31529188 743052 2.26 396120 11111076 1826224 5.38 2243236 9936292 24 [2022-10-06T19:41:28.949Z] 19:21:01 19739204 31526000 746464 2.27 396156 11111052 1855380 5.47 2243024 9936248 60 [2022-10-06T19:41:28.949Z] 19:22:01 19739164 31525976 746428 2.27 396164 11111060 1855380 5.47 2243024 9936256 8 [2022-10-06T19:41:28.949Z] 19:23:01 19739332 31526160 746400 2.27 396176 11111060 1855380 5.47 2242968 9936256 8 [2022-10-06T19:41:28.949Z] 19:24:01 19739316 31526152 746328 2.27 396180 11111116 1855380 5.47 2242972 9936260 44 [2022-10-06T19:41:28.949Z] 19:25:01 19739268 31526116 746304 2.27 396188 11111120 1855380 5.47 2243000 9936264 8 [2022-10-06T19:41:28.949Z] 19:26:01 19739284 31526160 746232 2.27 396220 11111116 1855380 5.47 2243020 9936264 44 [2022-10-06T19:41:28.949Z] 19:27:01 19739148 31526088 746228 2.27 396272 11111124 1838664 5.42 2243108 9936320 16 [2022-10-06T19:41:28.949Z] 19:28:01 19739456 31526368 745912 2.27 396316 11111124 1838664 5.42 2243104 9936320 8 [2022-10-06T19:41:28.949Z] 19:29:01 19739372 31526336 746124 2.27 396336 11111128 1838664 5.42 2243132 9936324 8 [2022-10-06T19:41:28.949Z] 19:30:01 19739332 31526320 746096 2.27 396356 11111132 1838664 5.42 2243192 9936328 44 [2022-10-06T19:41:28.949Z] 19:31:01 19739448 31526464 745808 2.27 396368 11111136 1838664 5.42 2243748 9936332 160 [2022-10-06T19:41:28.949Z] 19:32:01 19739480 31526520 745732 2.27 396372 11111144 1838664 5.42 2243268 9936336 152 [2022-10-06T19:41:28.949Z] 19:33:01 19739180 31526240 745964 2.27 396376 11111144 1854808 5.47 2243212 9936336 12 [2022-10-06T19:41:28.949Z] 19:34:01 19739512 31526600 745844 2.27 396392 11111148 1854808 5.47 2243812 9936344 260 [2022-10-06T19:41:28.949Z] 19:35:01 19739536 31526628 745808 2.27 396400 11111152 1854808 5.47 2243256 9936348 8 [2022-10-06T19:41:28.949Z] 19:36:01 19739268 31526388 746028 2.27 396420 11111148 1854808 5.47 2243640 9936348 48 [2022-10-06T19:41:28.949Z] 19:37:01 19739204 31526352 745984 2.27 396436 11111156 1854808 5.47 2243736 9936352 156 [2022-10-06T19:41:28.949Z] 19:38:01 19739228 31526376 745944 2.27 396452 11111156 1854808 5.47 2243308 9936352 184 [2022-10-06T19:41:28.949Z] 19:39:01 19739180 31526352 745908 2.27 396468 11111160 1854808 5.47 2243324 9936356 8 [2022-10-06T19:41:28.949Z] 19:40:01 19739100 31526292 745916 2.27 396476 11111164 1854808 5.47 2243340 9936360 8 [2022-10-06T19:41:28.949Z] 19:41:01 19739016 31526216 746148 2.27 396488 11111160 1854808 5.47 2243348 9936360 8 [2022-10-06T19:41:28.949Z] Average: 20536639 31502786 772323 2.35 365153 10370499 1930355 5.69 2170827 9263281 50974 [2022-10-06T19:41:28.949Z] [2022-10-06T19:41:28.949Z] 19:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-10-06T19:41:28.949Z] 19:07:01 docker0 354.82 314.50 27.09 2714.48 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.949Z] 19:07:01 lo 5.00 5.00 0.48 0.48 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.949Z] 19:07:01 ens3 1162.07 949.03 11674.03 130.30 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.949Z] 19:08:01 docker0 87.74 116.29 7.12 752.24 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.949Z] 19:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.949Z] 19:08:01 ens3 182.11 152.13 790.65 103.26 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.949Z] 19:08:01 vethc76f0f8 1.23 1.42 0.10 0.11 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.949Z] 19:09:01 docker0 0.28 0.28 0.02 0.02 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.949Z] 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.949Z] 19:09:01 ens3 37.28 23.15 33.47 12.92 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.949Z] 19:09:01 vethc76f0f8 0.28 0.30 0.02 0.02 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.949Z] 19:10:01 vethac5a08f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.949Z] 19:10:01 docker0 339.98 426.78 25.48 4749.51 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:10:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:10:01 veth0501b00 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:10:01 ens3 528.45 406.68 6497.01 51.72 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:10:01 veth6bae807 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:10:01 vethc79d45b 12.65 15.53 0.89 68.42 0.00 0.00 0.00 0.01 [2022-10-06T19:41:28.950Z] 19:10:01 veth826daa4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:10:01 vethf0e6cb4 0.00 0.65 0.00 0.04 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:11:01 docker0 231.94 352.63 18.33 3895.80 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:11:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:11:01 ens3 481.32 313.85 5280.70 46.31 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:11:01 veth921f03d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:11:01 vethf31aaaf 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:11:01 vethe3d07b0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:11:01 vethf0e6cb4 0.00 0.48 0.00 0.02 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:12:01 veth54ac5e8 3.07 6.85 0.25 85.29 0.00 0.00 0.00 0.01 [2022-10-06T19:41:28.950Z] 19:12:01 docker0 104.30 169.23 7.52 1401.28 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:12:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:12:01 ens3 221.20 136.06 1442.18 31.85 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:12:01 vethf0e6cb4 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:13:01 docker0 10.41 31.24 0.93 569.63 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:13:01 ens3 45.63 20.75 581.64 7.47 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:14:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:16:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:17:01 ens3 0.12 0.07 0.07 0.06 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:19:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:20:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:20:01 ens3 47.49 76.20 7.68 196.10 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:22:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:23:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:24:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:27:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:30:01 ens3 0.30 0.20 0.63 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:32:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:36:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:37:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:38:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:40:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] 19:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] Average: docker0 32.24 40.25 2.47 401.91 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] Average: lo 0.32 0.32 0.03 0.03 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] Average: ens3 77.30 59.39 751.34 16.57 0.00 0.00 0.00 0.00 [2022-10-06T19:41:28.950Z] [2022-10-06T19:41:28.950Z] [2022-10-06T19:41:28.950Z] ---> sar -P ALL: [2022-10-06T19:41:28.950Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7280) 10/06/22 _x86_64_ (8 CPU) [2022-10-06T19:41:28.950Z] [2022-10-06T19:41:28.950Z] 19:05:35 LINUX RESTART (8 CPU) [2022-10-06T19:41:28.950Z] [2022-10-06T19:41:28.950Z] 19:06:01 CPU %user %nice %system %iowait %steal %idle [2022-10-06T19:41:28.950Z] 19:07:01 all 9.62 0.00 2.93 0.59 0.04 86.82 [2022-10-06T19:41:28.950Z] 19:07:01 0 10.37 0.00 2.33 0.82 0.03 86.45 [2022-10-06T19:41:28.950Z] 19:07:01 1 16.52 0.00 3.23 0.79 0.05 79.41 [2022-10-06T19:41:28.950Z] 19:07:01 2 6.09 0.00 2.66 0.07 0.03 91.14 [2022-10-06T19:41:28.950Z] 19:07:01 3 9.56 0.00 2.07 0.30 0.05 88.01 [2022-10-06T19:41:28.950Z] 19:07:01 4 7.64 0.00 3.14 0.08 0.03 89.10 [2022-10-06T19:41:28.950Z] 19:07:01 5 7.24 0.00 3.93 1.66 0.03 87.13 [2022-10-06T19:41:28.950Z] 19:07:01 6 9.95 0.00 2.68 0.82 0.03 86.52 [2022-10-06T19:41:28.950Z] 19:07:01 7 9.62 0.00 3.40 0.15 0.07 86.76 [2022-10-06T19:41:28.950Z] 19:08:01 all 29.67 0.00 6.06 0.88 0.08 63.31 [2022-10-06T19:41:28.950Z] 19:08:01 0 28.90 0.00 5.73 1.11 0.10 64.16 [2022-10-06T19:41:28.950Z] 19:08:01 1 30.24 0.00 5.36 0.05 0.07 64.28 [2022-10-06T19:41:28.950Z] 19:08:01 2 28.94 0.00 5.74 0.02 0.07 65.23 [2022-10-06T19:41:28.950Z] 19:08:01 3 30.11 0.00 5.85 0.57 0.08 63.38 [2022-10-06T19:41:28.950Z] 19:08:01 4 30.60 0.00 6.06 2.56 0.07 60.71 [2022-10-06T19:41:28.950Z] 19:08:01 5 30.09 0.00 6.47 0.03 0.08 63.33 [2022-10-06T19:41:28.950Z] 19:08:01 6 29.43 0.00 6.91 2.64 0.07 60.95 [2022-10-06T19:41:28.950Z] 19:08:01 7 29.08 0.00 6.40 0.02 0.08 64.42 [2022-10-06T19:41:28.950Z] 19:09:01 all 52.32 0.00 7.15 0.19 0.10 40.24 [2022-10-06T19:41:28.950Z] 19:09:01 0 52.10 0.00 7.62 1.35 0.12 38.81 [2022-10-06T19:41:28.950Z] 19:09:01 1 52.53 0.00 7.22 0.03 0.10 40.11 [2022-10-06T19:41:28.950Z] 19:09:01 2 51.74 0.00 6.84 0.03 0.10 41.28 [2022-10-06T19:41:28.950Z] 19:09:01 3 51.33 0.00 7.09 0.02 0.10 41.46 [2022-10-06T19:41:28.950Z] 19:09:01 4 52.90 0.00 7.12 0.02 0.08 39.88 [2022-10-06T19:41:28.950Z] 19:09:01 5 52.59 0.00 7.42 0.03 0.10 39.86 [2022-10-06T19:41:28.950Z] 19:09:01 6 52.76 0.00 6.88 0.02 0.10 40.24 [2022-10-06T19:41:28.950Z] 19:09:01 7 52.63 0.00 7.02 0.00 0.10 40.25 [2022-10-06T19:41:28.950Z] 19:10:01 all 23.91 0.00 11.85 6.62 0.08 57.53 [2022-10-06T19:41:28.950Z] 19:10:01 0 23.79 0.00 11.76 4.74 0.07 59.64 [2022-10-06T19:41:28.950Z] 19:10:01 1 24.58 0.00 10.29 4.63 0.07 60.43 [2022-10-06T19:41:28.950Z] 19:10:01 2 24.50 0.00 12.44 4.37 0.07 58.63 [2022-10-06T19:41:28.950Z] 19:10:01 3 22.42 0.00 13.10 15.13 0.12 49.22 [2022-10-06T19:41:28.950Z] 19:10:01 4 22.46 0.00 11.46 5.67 0.12 60.30 [2022-10-06T19:41:28.950Z] 19:10:01 5 25.66 0.00 11.50 6.45 0.07 56.32 [2022-10-06T19:41:28.950Z] 19:10:01 6 25.11 0.00 11.36 3.50 0.07 59.95 [2022-10-06T19:41:28.950Z] 19:10:01 7 22.77 0.00 12.91 8.54 0.09 55.69 [2022-10-06T19:41:28.950Z] 19:11:01 all 69.33 0.00 15.86 3.78 0.12 10.90 [2022-10-06T19:41:28.950Z] 19:11:01 0 69.79 0.00 15.06 3.61 0.12 11.42 [2022-10-06T19:41:28.950Z] 19:11:01 1 69.86 0.00 15.49 2.67 0.12 11.86 [2022-10-06T19:41:28.950Z] 19:11:01 2 68.03 0.00 17.11 3.87 0.14 10.86 [2022-10-06T19:41:28.950Z] 19:11:01 3 68.17 0.00 16.65 5.45 0.12 9.61 [2022-10-06T19:41:28.950Z] 19:11:01 4 69.74 0.00 15.70 4.17 0.10 10.30 [2022-10-06T19:41:28.950Z] 19:11:01 5 69.69 0.00 15.10 2.17 0.14 12.91 [2022-10-06T19:41:28.950Z] 19:11:01 6 70.30 0.00 15.52 4.19 0.14 9.85 [2022-10-06T19:41:28.950Z] 19:11:01 7 69.09 0.00 16.28 4.12 0.12 10.39 [2022-10-06T19:41:28.950Z] 19:12:01 all 53.37 0.00 13.49 5.53 0.12 27.49 [2022-10-06T19:41:28.950Z] 19:12:01 0 51.26 0.00 15.30 7.44 0.12 25.88 [2022-10-06T19:41:28.950Z] 19:12:01 1 54.22 0.00 12.37 4.18 0.12 29.10 [2022-10-06T19:41:28.950Z] 19:12:01 2 53.60 0.00 13.05 6.66 0.12 26.57 [2022-10-06T19:41:28.950Z] 19:12:01 3 54.28 0.00 13.35 4.90 0.10 27.36 [2022-10-06T19:41:28.950Z] 19:12:01 4 52.32 0.00 13.81 3.82 0.14 29.91 [2022-10-06T19:41:28.950Z] 19:12:01 5 53.30 0.00 13.85 4.44 0.14 28.27 [2022-10-06T19:41:28.950Z] 19:12:01 6 53.94 0.00 13.90 6.35 0.12 25.69 [2022-10-06T19:41:28.951Z] 19:12:01 7 54.03 0.00 12.30 6.44 0.12 27.11 [2022-10-06T19:41:28.951Z] 19:13:01 all 2.09 0.00 0.72 0.47 0.02 96.70 [2022-10-06T19:41:28.951Z] 19:13:01 0 0.67 0.00 0.52 0.05 0.02 98.75 [2022-10-06T19:41:28.951Z] 19:13:01 1 2.49 0.00 0.73 0.88 0.03 95.86 [2022-10-06T19:41:28.951Z] 19:13:01 2 4.91 0.00 0.93 0.15 0.02 93.99 [2022-10-06T19:41:28.951Z] 19:13:01 3 1.85 0.00 0.43 0.05 0.02 97.65 [2022-10-06T19:41:28.951Z] 19:13:01 4 1.62 0.00 0.47 0.65 0.02 97.25 [2022-10-06T19:41:28.951Z] 19:13:01 5 1.51 0.00 0.84 0.79 0.00 96.86 [2022-10-06T19:41:28.951Z] 19:13:01 6 2.77 0.00 1.10 0.02 0.02 96.09 [2022-10-06T19:41:28.951Z] 19:13:01 7 0.94 0.00 0.74 1.17 0.02 97.14 [2022-10-06T19:41:28.951Z] 19:14:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2022-10-06T19:41:28.951Z] 19:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:14:01 1 0.05 0.00 0.03 0.07 0.00 99.85 [2022-10-06T19:41:28.951Z] 19:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:14:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-06T19:41:28.951Z] 19:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:15:01 all 0.05 0.00 0.01 0.00 0.00 99.93 [2022-10-06T19:41:28.951Z] 19:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:15:01 1 0.03 0.00 0.02 0.03 0.02 99.90 [2022-10-06T19:41:28.951Z] 19:15:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:15:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-06T19:41:28.951Z] 19:15:01 4 0.25 0.00 0.00 0.00 0.00 99.75 [2022-10-06T19:41:28.951Z] 19:15:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:16:01 all 0.03 0.00 0.00 0.01 0.01 99.95 [2022-10-06T19:41:28.951Z] 19:16:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-06T19:41:28.951Z] 19:16:01 1 0.03 0.00 0.02 0.03 0.02 99.90 [2022-10-06T19:41:28.951Z] 19:16:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:16:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:16:01 4 0.10 0.00 0.00 0.05 0.02 99.83 [2022-10-06T19:41:28.951Z] 19:16:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:16:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-06T19:41:28.951Z] 19:17:01 all 0.03 0.00 0.02 0.01 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:17:01 1 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-06T19:41:28.951Z] 19:17:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-06T19:41:28.951Z] 19:17:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2022-10-06T19:41:28.951Z] 19:17:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:17:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] [2022-10-06T19:41:28.951Z] 19:17:01 CPU %user %nice %system %iowait %steal %idle [2022-10-06T19:41:28.951Z] 19:18:01 all 0.04 0.00 0.01 0.01 0.00 99.94 [2022-10-06T19:41:28.951Z] 19:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:18:01 1 0.03 0.00 0.00 0.07 0.02 99.88 [2022-10-06T19:41:28.951Z] 19:18:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-06T19:41:28.951Z] 19:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:18:01 4 0.18 0.00 0.02 0.02 0.00 99.78 [2022-10-06T19:41:28.951Z] 19:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:18:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:19:01 all 0.02 0.00 0.01 0.00 0.01 99.97 [2022-10-06T19:41:28.951Z] 19:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:19:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-06T19:41:28.951Z] 19:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-06T19:41:28.951Z] 19:19:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2022-10-06T19:41:28.951Z] 19:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:20:01 all 0.36 0.00 0.06 0.01 0.00 99.56 [2022-10-06T19:41:28.951Z] 19:20:01 0 0.32 0.00 0.08 0.00 0.00 99.60 [2022-10-06T19:41:28.951Z] 19:20:01 1 0.30 0.00 0.05 0.07 0.00 99.58 [2022-10-06T19:41:28.951Z] 19:20:01 2 0.33 0.00 0.03 0.00 0.02 99.62 [2022-10-06T19:41:28.951Z] 19:20:01 3 0.23 0.00 0.05 0.00 0.00 99.72 [2022-10-06T19:41:28.951Z] 19:20:01 4 0.99 0.00 0.00 0.02 0.00 99.00 [2022-10-06T19:41:28.951Z] 19:20:01 5 0.35 0.00 0.17 0.02 0.00 99.47 [2022-10-06T19:41:28.951Z] 19:20:01 6 0.23 0.00 0.07 0.00 0.00 99.70 [2022-10-06T19:41:28.951Z] 19:20:01 7 0.10 0.00 0.07 0.00 0.00 99.83 [2022-10-06T19:41:28.951Z] 19:21:01 all 0.03 0.00 0.02 0.01 0.00 99.94 [2022-10-06T19:41:28.951Z] 19:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:21:01 1 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-06T19:41:28.951Z] 19:21:01 2 0.08 0.00 0.02 0.00 0.00 99.90 [2022-10-06T19:41:28.951Z] 19:21:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2022-10-06T19:41:28.951Z] 19:21:01 4 0.00 0.00 0.03 0.02 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:21:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-06T19:41:28.951Z] 19:21:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:22:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2022-10-06T19:41:28.951Z] 19:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-06T19:41:28.951Z] 19:22:01 1 0.00 0.00 0.02 0.03 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:22:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-06T19:41:28.951Z] 19:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:22:01 4 0.05 0.00 0.02 0.02 0.02 99.90 [2022-10-06T19:41:28.951Z] 19:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:23:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:23:01 1 0.02 0.00 0.00 0.03 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:23:01 2 0.07 0.00 0.00 0.00 0.00 99.93 [2022-10-06T19:41:28.951Z] 19:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:23:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-06T19:41:28.951Z] 19:23:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-06T19:41:28.951Z] 19:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:24:01 all 0.19 0.00 0.01 0.00 0.00 99.79 [2022-10-06T19:41:28.951Z] 19:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:24:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:24:01 2 1.45 0.00 0.00 0.00 0.00 98.55 [2022-10-06T19:41:28.951Z] 19:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-06T19:41:28.951Z] 19:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:25:01 all 0.27 0.00 0.00 0.01 0.01 99.71 [2022-10-06T19:41:28.951Z] 19:25:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:25:01 1 0.00 0.00 0.00 0.05 0.02 99.93 [2022-10-06T19:41:28.951Z] 19:25:01 2 2.00 0.00 0.00 0.00 0.02 97.98 [2022-10-06T19:41:28.951Z] 19:25:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-06T19:41:28.951Z] 19:25:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-06T19:41:28.951Z] 19:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:25:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-06T19:41:28.951Z] 19:26:01 all 0.23 0.00 0.02 0.00 0.00 99.74 [2022-10-06T19:41:28.951Z] 19:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:26:01 1 0.02 0.00 0.00 0.03 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:26:01 2 1.77 0.00 0.08 0.00 0.00 98.14 [2022-10-06T19:41:28.951Z] 19:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:26:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:26:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:26:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-06T19:41:28.951Z] 19:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:27:01 all 0.02 0.00 0.01 0.01 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:27:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:27:01 2 0.08 0.00 0.08 0.00 0.00 99.83 [2022-10-06T19:41:28.951Z] 19:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:27:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2022-10-06T19:41:28.951Z] 19:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:27:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:28:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2022-10-06T19:41:28.951Z] 19:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:28:01 1 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-06T19:41:28.951Z] 19:28:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-06T19:41:28.951Z] 19:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:28:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-06T19:41:28.951Z] 19:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:28:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-06T19:41:28.951Z] [2022-10-06T19:41:28.951Z] 19:28:01 CPU %user %nice %system %iowait %steal %idle [2022-10-06T19:41:28.951Z] 19:29:01 all 0.01 0.00 0.01 0.01 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:29:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-06T19:41:28.951Z] 19:29:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:29:01 6 0.00 0.00 0.00 0.03 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:29:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:30:01 all 0.03 0.00 0.01 0.01 0.00 99.96 [2022-10-06T19:41:28.951Z] 19:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-06T19:41:28.951Z] 19:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:30:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:30:01 4 0.07 0.00 0.02 0.00 0.00 99.92 [2022-10-06T19:41:28.951Z] 19:30:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:30:01 6 0.02 0.00 0.00 0.03 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:30:01 7 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-06T19:41:28.951Z] 19:31:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:31:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:31:01 4 0.00 0.00 0.02 0.03 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:31:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-06T19:41:28.951Z] 19:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:32:01 all 0.02 0.00 0.00 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:32:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-06T19:41:28.951Z] 19:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:32:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2022-10-06T19:41:28.951Z] 19:32:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:32:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2022-10-06T19:41:28.951Z] 19:33:01 all 0.00 0.00 0.01 0.01 0.00 99.98 [2022-10-06T19:41:28.951Z] 19:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.951Z] 19:33:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.951Z] 19:33:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-06T19:41:28.952Z] 19:33:01 6 0.00 0.00 0.00 0.03 0.00 99.97 [2022-10-06T19:41:28.952Z] 19:33:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-06T19:41:28.952Z] 19:34:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2022-10-06T19:41:28.952Z] 19:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:34:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-06T19:41:28.952Z] 19:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.952Z] 19:34:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-06T19:41:28.952Z] 19:34:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-06T19:41:28.952Z] 19:34:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-06T19:41:28.952Z] 19:34:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-06T19:41:28.952Z] 19:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:35:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-06T19:41:28.952Z] 19:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:35:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-06T19:41:28.952Z] 19:35:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-06T19:41:28.952Z] 19:35:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:35:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:36:01 all 0.01 0.00 0.01 0.01 0.00 99.96 [2022-10-06T19:41:28.952Z] 19:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-06T19:41:28.952Z] 19:36:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-06T19:41:28.952Z] 19:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:36:01 5 0.03 0.00 0.03 0.10 0.00 99.83 [2022-10-06T19:41:28.952Z] 19:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:36:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-06T19:41:28.952Z] 19:37:01 all 0.04 0.00 0.01 0.01 0.00 99.94 [2022-10-06T19:41:28.952Z] 19:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-06T19:41:28.952Z] 19:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:37:01 2 0.23 0.00 0.02 0.00 0.00 99.75 [2022-10-06T19:41:28.952Z] 19:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:37:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-06T19:41:28.952Z] 19:37:01 5 0.02 0.00 0.02 0.03 0.02 99.92 [2022-10-06T19:41:28.952Z] 19:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:37:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:38:01 all 0.26 0.00 0.01 0.00 0.00 99.73 [2022-10-06T19:41:28.952Z] 19:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:38:01 2 1.99 0.00 0.00 0.00 0.00 98.01 [2022-10-06T19:41:28.952Z] 19:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:38:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-06T19:41:28.952Z] 19:38:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-06T19:41:28.952Z] 19:38:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-06T19:41:28.952Z] 19:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:39:01 all 0.26 0.00 0.01 0.00 0.00 99.73 [2022-10-06T19:41:28.952Z] 19:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-06T19:41:28.952Z] 19:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:39:01 2 1.99 0.00 0.00 0.00 0.00 98.01 [2022-10-06T19:41:28.952Z] 19:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:39:01 5 0.02 0.00 0.03 0.02 0.00 99.93 [2022-10-06T19:41:28.952Z] 19:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] [2022-10-06T19:41:28.952Z] 19:39:01 CPU %user %nice %system %iowait %steal %idle [2022-10-06T19:41:28.952Z] 19:40:01 all 0.26 0.00 0.01 0.01 0.01 99.71 [2022-10-06T19:41:28.952Z] 19:40:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-06T19:41:28.952Z] 19:40:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-06T19:41:28.952Z] 19:40:01 2 1.99 0.00 0.00 0.00 0.02 98.00 [2022-10-06T19:41:28.952Z] 19:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:40:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-06T19:41:28.952Z] 19:40:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2022-10-06T19:41:28.952Z] 19:40:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-06T19:41:28.952Z] 19:40:01 7 0.02 0.00 0.00 0.02 0.02 99.95 [2022-10-06T19:41:28.952Z] 19:41:01 all 0.15 0.00 0.01 0.00 0.00 99.84 [2022-10-06T19:41:28.952Z] 19:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:41:01 2 1.09 0.00 0.03 0.00 0.00 98.87 [2022-10-06T19:41:28.952Z] 19:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] 19:41:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-06T19:41:28.952Z] 19:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-06T19:41:28.952Z] 19:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-06T19:41:28.952Z] Average: all 6.84 0.00 1.64 0.51 0.02 90.99 [2022-10-06T19:41:28.952Z] Average: 0 6.69 0.00 1.65 0.54 0.02 91.11 [2022-10-06T19:41:28.952Z] Average: 1 7.08 0.00 1.55 0.39 0.02 90.97 [2022-10-06T19:41:28.952Z] Average: 2 7.08 0.00 1.66 0.42 0.02 90.81 [2022-10-06T19:41:28.952Z] Average: 3 6.71 0.00 1.65 0.74 0.02 90.88 [2022-10-06T19:41:28.952Z] Average: 4 6.74 0.00 1.63 0.48 0.02 91.12 [2022-10-06T19:41:28.952Z] Average: 5 6.78 0.00 1.68 0.44 0.02 91.08 [2022-10-06T19:41:28.952Z] Average: 6 6.89 0.00 1.65 0.50 0.02 90.95 [2022-10-06T19:41:28.952Z] Average: 7 6.71 0.00 1.67 0.58 0.02 91.02 [2022-10-06T19:41:28.952Z] [2022-10-06T19:41:28.952Z] [2022-10-06T19:41:28.952Z]